@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600&display=swap";:root{--bg:#0f0e0d;--surface:#1a1815;--surface2:#232018;--surface3:#2c2823;--border:#3a342c;--border-light:#4a4238;--text:#f0e8dc;--text-muted:#9a8f82;--text-faint:#5c5248;--accent:#c9935a;--accent-dim:#a3723d;--accent-glow:#c9935a26;--green:#4ade80;--blue:#60a5fa;--yellow:#f59e0b;--red:#f87171;--radius:10px;--radius-sm:6px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:DM Sans,sans-serif;line-height:1.6}h1,h2,h3{font-family:Playfair Display,serif;line-height:1.2}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:DM Sans,sans-serif}input,textarea,select{font-family:DM Sans,sans-serif}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--accent-dim)}.btn{border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:6px;padding:8px 18px;font-size:.875rem;font-weight:500;transition:all .18s;display:inline-flex}.btn-primary{background:var(--accent);color:#0f0e0d;border:none}.btn-primary:hover{background:#d9a36a;transform:translateY(-1px)}.btn-primary:disabled{opacity:.45;cursor:not-allowed;transform:none}.btn-ghost{color:var(--text-muted);border:1px solid var(--border);background:0 0}.btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.btn-danger{color:var(--red);background:0 0;border:1px solid #f871714d}.btn-danger:hover{background:#f871711a}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.input{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);outline:none;padding:9px 13px;font-size:.9rem;transition:border-color .15s}.input:focus{border-color:var(--accent)}.input::placeholder{color:var(--text-faint)}.select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%239a8f82' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:5px;font-size:.8rem;font-weight:500;display:block}.badge{letter-spacing:.04em;text-transform:uppercase;border-radius:99px;padding:2px 10px;font-size:.72rem;font-weight:600;display:inline-block}.fade-in{animation:.3s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#000000bf;justify-content:center;align-items:center;padding:20px;animation:.2s fadeOverlay;display:flex;position:fixed;inset:0}@keyframes fadeOverlay{0%{opacity:0}to{opacity:1}}.modal{background:var(--surface);border:1px solid var(--border-light);border-radius:14px;width:100%;max-width:640px;max-height:92vh;animation:.25s slideModal;overflow-y:auto}@keyframes slideModal{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.stars{align-items:center;gap:3px;display:flex}.star{cursor:pointer;background:0 0;border:none;font-size:1.1rem;transition:transform .1s}.star:hover{transform:scale(1.2)}@media (width<=560px){.modal-overlay{align-items:flex-end;padding:0}.modal{border-radius:14px 14px 0 0;max-width:100%;max-height:90vh}}.shell.svelte-12qhfyh{min-height:100vh;display:flex}.sidebar.svelte-12qhfyh{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:228px;height:100vh;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.sidebar-header.svelte-12qhfyh{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:26px 18px 22px;display:flex}.sidebar-close.svelte-12qhfyh{color:var(--text-muted);margin-left:auto;padding:4px 8px;font-size:1rem;display:none}.logo-emoji.svelte-12qhfyh{font-size:1.7rem;line-height:1}.logo-title.svelte-12qhfyh{color:var(--accent);font-family:Playfair Display,serif;font-size:.95rem;font-weight:700;line-height:1.35}.nav.svelte-12qhfyh{flex-direction:column;flex:1;gap:3px;padding:14px 10px;display:flex}.nav-link.svelte-12qhfyh{border-radius:var(--radius-sm);color:var(--text-muted);align-items:center;gap:9px;padding:9px 11px;font-size:.88rem;font-weight:500;transition:all .15s;display:flex}.nav-link.svelte-12qhfyh:hover{color:var(--text);background:var(--surface2)}.nav-link.active.svelte-12qhfyh{color:var(--accent);background:var(--accent-glow)}.nav-badge.svelte-12qhfyh{background:var(--surface3);color:var(--text-muted);border-radius:99px;margin-left:auto;padding:2px 7px;font-size:.7rem;font-weight:600}.nav-badge-alert.svelte-12qhfyh{color:var(--red);background:#f8717126}.sidebar-footer.svelte-12qhfyh{border-top:1px solid var(--border);flex-direction:column;gap:9px;padding:14px 18px;display:flex}.stat-row.svelte-12qhfyh{align-items:center;gap:8px;font-size:.82rem;display:flex}.dot.svelte-12qhfyh{border-radius:50%;flex-shrink:0;width:7px;height:7px}.stat-lbl.svelte-12qhfyh{color:var(--text-muted);flex:1}.owner-box.svelte-12qhfyh{border-top:1px solid var(--border);padding:14px 18px}.owner-row.svelte-12qhfyh{justify-content:space-between;align-items:center;gap:8px;display:flex}.owner-lbl.svelte-12qhfyh{color:var(--text-muted);font-size:.78rem}.link-btn.svelte-12qhfyh{color:var(--accent);font-size:.78rem;text-decoration:underline}.link-btn.svelte-12qhfyh:hover{color:var(--accent-dim)}.login-form.svelte-12qhfyh{flex-direction:column;gap:8px;display:flex}.login-input.svelte-12qhfyh{padding:7px 10px;font-size:.82rem}.login-row.svelte-12qhfyh{align-items:center;gap:10px;display:flex}.login-btn.svelte-12qhfyh{padding:6px 14px;font-size:.78rem}.login-err.svelte-12qhfyh{color:var(--red);font-size:.75rem}.main.svelte-12qhfyh{flex:1;min-height:100vh;margin-left:228px}.mobile-topbar.svelte-12qhfyh{display:none}.mobile-backdrop.svelte-12qhfyh{z-index:190;background:#0009;position:fixed;inset:0}@media (width<=768px){.mobile-topbar.svelte-12qhfyh{background:var(--surface);border-bottom:1px solid var(--border);z-index:150;align-items:center;gap:12px;height:54px;padding:0 16px;display:flex;position:sticky;top:0}.hamburger.svelte-12qhfyh{color:var(--text);padding:6px 8px;font-size:1.25rem;line-height:1}.mobile-logo.svelte-12qhfyh{color:var(--accent);font-family:Playfair Display,serif;font-size:.95rem;font-weight:700}.sidebar.svelte-12qhfyh{z-index:200;width:260px;max-width:82vw;transition:transform .25s;transform:translate(-100%);box-shadow:4px 0 24px #0006}.sidebar.mobile-open.svelte-12qhfyh{transform:translate(0)}.sidebar-close.svelte-12qhfyh{display:block}.main.svelte-12qhfyh{margin-left:0}}
