@charset "UTF-8";:root{--accent: #6366f1;--accent-hover: #4f46e5;--accent-muted: rgba(99,102,241,.12);--bg: #111d40;--surface: #172350;--surface-2: #1c2a5e;--surface-hover: #223068;--border: rgba(255,255,255,.08);--text-primary: #f1f1f5;--text-secondary: #9191a8;--text-muted: #55556a;--past: #f59e0b;--present: #22c55e;--future: #6366f1;--danger: #ef4444}html.light-theme{--bg: #f5f5fa;--surface: #ffffff;--surface-2: #f0f0f8;--surface-hover: #e8e8f4;--border: rgba(0,0,0,.1);--text-primary: #1a1a2e;--text-secondary: #555570;--text-muted: #9999b0}html{scroll-behavior:smooth}::selection{background:#6366f14d;color:var(--text-primary)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--accent);border-radius:999px;border:2px solid var(--bg)}::-webkit-scrollbar-thumb:hover{background:var(--accent-hover)}*{scrollbar-width:thin;scrollbar-color:var(--accent) var(--bg)}body{font-family:Inter,sans-serif;background:var(--bg);background-image:radial-gradient(ellipse 80% 50% at 20% 0%,rgba(99,102,241,.1) 0%,transparent 60%),radial-gradient(ellipse 60% 40% at 80% 100%,rgba(79,70,229,.08) 0%,transparent 55%);background-attachment:fixed;color:var(--text-primary);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-wrap:break-word;word-break:break-word;overflow-x:hidden}html.light-theme body{background-image:radial-gradient(ellipse 80% 50% at 20% 0%,rgba(99,102,241,.06) 0%,transparent 60%),radial-gradient(ellipse 60% 40% at 80% 100%,rgba(79,70,229,.04) 0%,transparent 55%)}a{color:inherit}img{max-width:100%}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.anim-fade-up{animation:fadeUp .45s cubic-bezier(.22,.68,0,1.2) both}.anim-fade-in{animation:fadeIn .35s ease both}.anim-scale-in{animation:scaleIn .3s cubic-bezier(.22,.68,0,1.2) both}.stagger-children>*:nth-child(1){animation-delay:.05s}.stagger-children>*:nth-child(2){animation-delay:.1s}.stagger-children>*:nth-child(3){animation-delay:.15s}.stagger-children>*:nth-child(4){animation-delay:.2s}.stagger-children>*:nth-child(5){animation-delay:.25s}.stagger-children>*:nth-child(6){animation-delay:.3s}.stagger-children>*:nth-child(7){animation-delay:.35s}.stagger-children>*:nth-child(8){animation-delay:.4s}.stagger-children>*:nth-child(n+9){animation-delay:.45s}.skeleton{background:linear-gradient(90deg,var(--surface) 25%,var(--surface-hover) 50%,var(--surface) 75%);background-size:600px 100%;animation:shimmer 1.4s infinite linear;border-radius:.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.25rem;border-radius:.5rem;font-size:.9rem;font-weight:600;cursor:pointer;border:none;transition:all .15s;text-decoration:none;min-height:44px}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover:not(:disabled){background:var(--accent-hover)}.btn-outline{background:transparent;border:1px solid var(--border);color:var(--text-primary)}.btn-outline:hover:not(:disabled){background:var(--surface-hover)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-sm{padding:.4rem .85rem;font-size:.82rem}.btn-lg{padding:.8rem 1.75rem;font-size:1rem}.btn:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.btn:active:not(:disabled){transform:scale(.97)}.card{background:var(--surface);border:1px solid var(--border);border-radius:.75rem;padding:1.5rem;box-shadow:0 2px 12px #0003;transition:box-shadow .2s,border-color .2s}.form-group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.25rem}.form-label{font-size:.85rem;font-weight:600;color:var(--text-secondary)}.form-input{background:var(--surface-2);border:1px solid var(--border);border-radius:.5rem;padding:.65rem 1rem;color:var(--text-primary);font-size:.9rem;font-family:inherit;transition:border-color .15s;width:100%}.form-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #6366f126}.form-input::placeholder{color:var(--text-muted)}textarea.form-input{resize:vertical;min-height:100px}select.form-input{cursor:pointer}.badge{display:inline-block;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;letter-spacing:.02em}.badge-past{background:#f59e0b26;color:var(--past)}.badge-present{background:#22c55e26;color:var(--present)}.badge-future{background:#6366f126;color:var(--future)}.page-title{font-size:1.75rem;font-weight:800;margin-bottom:.35rem;letter-spacing:-.02em}.page-subtitle{color:var(--text-secondary);margin-bottom:1.75rem;font-size:.95rem;line-height:1.7}.tag{display:inline-block;background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:.15rem .65rem;font-size:.75rem;color:var(--text-secondary);transition:all .15s;cursor:default}.tag:hover{background:var(--surface-hover);border-color:#6366f14d;color:var(--accent)}.loading{text-align:center;padding:4rem 2rem;color:var(--text-muted);font-size:.9rem;letter-spacing:.05em}.empty-state{text-align:center;padding:4rem 2rem;color:var(--text-muted)}.empty-state h3{font-size:1.1rem;margin-bottom:.5rem;color:var(--text-secondary)}.empty-state p{font-size:.9rem}.grid-2{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.25rem}.grid-3{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}@media (max-width: 768px){.grid-2,.grid-3{grid-template-columns:1fr}}
