:root{color-scheme:light dark;--color-bg: #f5e9d9;--color-surface: #fbf5ec;--color-surface-elevated: #ffffff;--color-surface-muted: #e6d5bf;--color-surface-muted-strong: #c9b49c;--color-text: #3a2a1f;--color-text-secondary: #7a5f4d;--color-text-muted: #9b826c;--color-text-on-primary: #fbf5ec;--color-primary: #b89472;--color-primary-hover: #a57f5e;--color-primary-soft: rgba(184, 148, 114, .12);--color-primary-ring: rgba(184, 148, 114, .3);--color-border: #e0cdb6;--color-border-subtle: #efe0cb;--color-error: #d65265;--color-error-soft: rgba(214, 82, 101, .12);--color-error-ring: rgba(214, 82, 101, .25);--color-warning: #e8a642;--color-warning-soft: rgba(232, 166, 66, .15);--color-success: #5bc09a;--color-success-soft: rgba(91, 192, 154, .15);--color-info: #5e9ad8;--color-info-soft: rgba(94, 154, 216, .15);--shadow-sm: 0 1px 2px rgba(58, 42, 31, .06);--shadow-md: 0 4px 12px rgba(58, 42, 31, .08);--shadow-lg: 0 8px 24px rgba(58, 42, 31, .12)}:root[data-theme=light]{color-scheme:light}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){color-scheme:dark;--color-bg: #1f1814;--color-surface: #2a2018;--color-surface-elevated: #352920;--color-surface-muted: #3d2e22;--color-surface-muted-strong: #4a382a;--color-text: #f0e4d2;--color-text-secondary: #c7b59e;--color-text-muted: #9b826c;--color-text-on-primary: #1f1814;--color-primary: #c9a07a;--color-primary-hover: #d4ae89;--color-primary-soft: rgba(201, 160, 122, .18);--color-primary-ring: rgba(201, 160, 122, .4);--color-border: #3d2e22;--color-border-subtle: #2a2018;--color-error: #e36a7c;--color-error-soft: rgba(227, 106, 124, .18);--color-error-ring: rgba(227, 106, 124, .35);--color-warning: #f0b86a;--color-warning-soft: rgba(240, 184, 106, .18);--color-success: #6fd0ac;--color-success-soft: rgba(111, 208, 172, .18);--color-info: #7eb2e0;--color-info-soft: rgba(126, 178, 224, .18);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow-md: 0 4px 12px rgba(0, 0, 0, .5);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .6)}}:root[data-theme=dark]{color-scheme:dark;--color-bg: #1f1814;--color-surface: #2a2018;--color-surface-elevated: #352920;--color-surface-muted: #3d2e22;--color-surface-muted-strong: #4a382a;--color-text: #f0e4d2;--color-text-secondary: #c7b59e;--color-text-muted: #9b826c;--color-text-on-primary: #1f1814;--color-primary: #c9a07a;--color-primary-hover: #d4ae89;--color-primary-soft: rgba(201, 160, 122, .18);--color-primary-ring: rgba(201, 160, 122, .4);--color-border: #3d2e22;--color-border-subtle: #2a2018;--color-error: #e36a7c;--color-error-soft: rgba(227, 106, 124, .18);--color-error-ring: rgba(227, 106, 124, .35);--color-warning: #f0b86a;--color-warning-soft: rgba(240, 184, 106, .18);--color-success: #6fd0ac;--color-success-soft: rgba(111, 208, 172, .18);--color-info: #7eb2e0;--color-info-soft: rgba(126, 178, 224, .18);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow-md: 0 4px 12px rgba(0, 0, 0, .5);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .6)}html{font-size:16px;background:var(--color-bg)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Verdana,sans-serif;color:var(--color-text);background:var(--color-bg);min-height:100vh}*,:after,:before{box-sizing:border-box;margin:unset;padding:unset}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.1rem}h5{font-size:1rem}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}button{display:flex;width:100%;height:3rem;align-items:center;justify-content:center;border-radius:.5rem;border:none;cursor:pointer;font-family:inherit;font-size:1rem;background:var(--color-surface-elevated);color:var(--color-text);transition:filter .12s ease}button:hover:not(:disabled){filter:brightness(.97)}button:disabled{opacity:.5;cursor:not-allowed}nav.svelte-1acevst{position:sticky;top:0;z-index:100;display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:var(--color-surface-elevated);border-bottom:1px solid var(--color-border-subtle)}.brand.svelte-1acevst{display:flex;align-items:center;gap:.625rem;margin-right:auto;font-weight:700;font-size:1.1rem;color:var(--color-text);text-decoration:none;letter-spacing:.01em}.brand.svelte-1acevst:hover{text-decoration:none}.brand-logo.svelte-1acevst{width:2.25rem;height:2.25rem;border-radius:50%;object-fit:cover;background:transparent;flex-shrink:0}.brand-name.svelte-1acevst{line-height:1}.menu-toggle.svelte-1acevst{all:unset;width:2.5rem;height:2.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;cursor:pointer;border-radius:.5rem;color:var(--color-text-secondary);transition:background .12s ease,color .12s ease}.menu-toggle.svelte-1acevst:hover,.menu-toggle.svelte-1acevst:focus-visible{background:var(--color-primary-soft);color:var(--color-primary)}.bar.svelte-1acevst{display:block;width:1.25rem;height:2px;background:currentColor;transition:transform .2s ease,opacity .2s ease;transform-origin:center}.bar:nth-child(1).open.svelte-1acevst{transform:translateY(.5rem) rotate(45deg)}.bar:nth-child(2).open.svelte-1acevst{opacity:0}.bar:nth-child(3).open.svelte-1acevst{transform:translateY(-.5rem) rotate(-45deg)}.menu.svelte-1acevst{position:absolute;top:100%;right:.75rem;min-width:14rem;margin-top:.5rem;padding:.5rem;background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:.75rem;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:.125rem;transform-origin:top right;transform:scale(.95);opacity:0;pointer-events:none;transition:transform .15s ease,opacity .15s ease;z-index:101}.menu.open.svelte-1acevst{transform:scale(1);opacity:1;pointer-events:auto}.user-block.svelte-1acevst{display:flex;flex-direction:column;gap:.125rem;padding:.5rem .75rem .625rem}.user-name.svelte-1acevst{font-weight:600;color:var(--color-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-email.svelte-1acevst{font-size:.8rem;color:var(--color-text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menu-divider.svelte-1acevst{height:1px;background:var(--color-border-subtle);margin:.25rem 0}.menu-item.svelte-1acevst{all:unset;display:flex;align-items:center;gap:.625rem;padding:.625rem .75rem;font-size:.95rem;color:var(--color-text);cursor:pointer;border-radius:.5rem;box-sizing:border-box}.menu-item.svelte-1acevst:hover:not(:disabled),.menu-item.svelte-1acevst:focus-visible:not(:disabled){background:var(--color-primary-soft);text-decoration:none}.menu-item.svelte-1acevst:disabled{opacity:.5;cursor:not-allowed}.menu-item--danger.svelte-1acevst{color:var(--color-error)}.menu-item--danger.svelte-1acevst:hover:not(:disabled),.menu-item--danger.svelte-1acevst:focus-visible:not(:disabled){background:var(--color-error-soft)}.menu-icon.svelte-1acevst{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;color:var(--color-text-secondary)}.menu-item--danger.svelte-1acevst .menu-icon:where(.svelte-1acevst){color:var(--color-error)}.backdrop.svelte-1acevst{all:unset;position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;cursor:default}.toast{position:fixed;left:50%;bottom:calc(1.25rem + env(safe-area-inset-bottom));transform:translate(-50%);z-index:1000;display:flex;align-items:center;gap:1rem;min-width:16rem;max-width:calc(100vw - 2rem);padding:.75rem 1rem;background:var(--color-text);color:var(--color-text-on-primary);border-radius:.5rem;box-shadow:var(--shadow-lg);font-size:.95rem;animation:toast-in .18s ease-out}.toast-message{color:inherit;flex:1}.toast-action{all:unset;cursor:pointer;color:var(--color-primary);font-weight:600;text-transform:uppercase;letter-spacing:.04em;font-size:.85rem;padding:.25rem .5rem;border-radius:.25rem}.toast-action:hover,.toast-action:focus-visible{background:var(--color-primary-soft)}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,.5rem)}to{opacity:1;transform:translate(-50%)}}
