:root,html[data-theme=pink]{--c-50: #fdf2f8;--c-100: #fce7f3;--c-200: #fbcfe8;--c-300: #f9a8d4;--c-400: #f472b6;--c-500: #ec4899;--c-600: #db2777;--c-700: #be185d;--t-50: #fff1f2;--t-100: #ffe4e6;--t-200: #fecdd3;--t-300: #fda4af;--text: #4a1d3a;--text-soft: #8b3a6a;--text-muted: #b07896;--shadow-sm: 0 1px 2px rgba(190, 24, 93, .06);--shadow: 0 4px 16px rgba(190, 24, 93, .08);--shadow-lg: 0 12px 36px rgba(190, 24, 93, .12);--hero-grad: linear-gradient(135deg, var(--c-500), var(--t-300))}html[data-theme=blue]{--c-50: #eff6ff;--c-100: #dbeafe;--c-200: #bfdbfe;--c-300: #93c5fd;--c-400: #60a5fa;--c-500: #3b82f6;--c-600: #2563eb;--c-700: #1d4ed8;--t-50: #f0f9ff;--t-100: #e0f2fe;--t-200: #bae6fd;--t-300: #7dd3fc;--text: #0f254d;--text-soft: #2c4a87;--text-muted: #6b86b8;--shadow-sm: 0 1px 2px rgba(29, 78, 216, .06);--shadow: 0 4px 16px rgba(29, 78, 216, .08);--shadow-lg: 0 12px 36px rgba(29, 78, 216, .12);--hero-grad: linear-gradient(135deg, var(--c-500), var(--t-300))}:root{--bg: var(--c-50);--surface: #ffffff;--surface-soft: var(--t-50);--border: var(--t-200);--accent: var(--c-500);--accent-hover: var(--c-600);--radius: 14px;--radius-sm: 10px;--radius-lg: 22px;--ease: cubic-bezier(.4, 0, .2, 1);--ease-out: cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Inter,system-ui,sans-serif;font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{min-height:100vh;background:radial-gradient(circle at 0% 0%,var(--c-100) 0%,transparent 40%),radial-gradient(circle at 100% 100%,var(--t-100) 0%,transparent 50%),var(--bg);background-attachment:fixed}h1,h2,h3,h4{font-family:SF Pro Display,-apple-system,system-ui,sans-serif;font-weight:700;letter-spacing:-.02em;color:var(--text);margin:0 0 .5em}h1{font-size:2rem}h2{font-size:1.4rem}h3{font-size:1.1rem}a{color:var(--accent);text-decoration:none;transition:color .15s var(--ease)}a:hover{color:var(--accent-hover)}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;background:var(--accent);color:#fff;border:none;padding:.6rem 1.1rem;border-radius:var(--radius-sm);font-weight:600;transition:transform .1s var(--ease),background .15s var(--ease),box-shadow .15s var(--ease);box-shadow:var(--shadow-sm)}button:hover{background:var(--accent-hover);box-shadow:var(--shadow)}button:active{transform:scale(.97)}button:disabled{opacity:.5;cursor:not-allowed}button.ghost{background:transparent;color:var(--text-soft);box-shadow:none}button.ghost:hover{background:var(--c-100)}button.secondary{background:#fff;color:var(--accent);border:1px solid var(--border)}button.secondary:hover{background:var(--c-50)}button.icon{width:36px;height:36px;padding:0;display:inline-flex;align-items:center;justify-content:center}input[type=text],input[type=password],input[type=email],input[type=date],input[type=time],input[type=datetime-local],input[type=number],input[type=search],textarea,select{background:#fff;border:1px solid var(--border);border-radius:var(--radius-sm);padding:.55rem .8rem;width:100%;transition:border-color .15s var(--ease),box-shadow .15s var(--ease)}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 35%,transparent)}textarea{resize:vertical;min-height:60px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.2rem;box-shadow:var(--shadow-sm);transition:transform .18s var(--ease),box-shadow .18s var(--ease)}.card:hover{box-shadow:var(--shadow)}.row{display:flex;gap:.75rem;align-items:center}.col{display:flex;flex-direction:column;gap:.75rem}.spread{display:flex;justify-content:space-between;align-items:center;gap:1rem}.stack{display:flex;flex-direction:column;gap:1rem}.grid{display:grid;gap:1rem}.muted{color:var(--text-muted)}.soft{color:var(--text-soft)}.pill{display:inline-flex;align-items:center;gap:.35rem;background:var(--c-100);color:var(--c-700);border-radius:999px;padding:.15rem .7rem;font-size:.78rem;font-weight:600}label.field{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:600;color:var(--text-soft)}label.field input,label.field textarea,label.field select{font-weight:400;color:var(--text)}::selection{background:var(--c-200);color:var(--text)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--t-200);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--c-300)}::-webkit-scrollbar-track{background:transparent}.fadein{animation:fadein .3s var(--ease-out)}@keyframes fadein{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.app.svelte-12qhfyh{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.sidebar.svelte-12qhfyh{background:#ffffffb3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-right:1px solid var(--border);padding:1.5rem 1rem;display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:0;height:100vh}.brand.svelte-12qhfyh{padding:0 .5rem}.logo.svelte-12qhfyh{font-family:SF Pro Display,system-ui,sans-serif;font-weight:800;font-size:1.8rem;letter-spacing:-.05em;background:linear-gradient(135deg,var(--c-500),var(--t-300));-webkit-background-clip:text;background-clip:text;color:transparent}.brand-sub.svelte-12qhfyh{font-size:.75rem;margin-top:-.25rem}nav.svelte-12qhfyh{display:flex;flex-direction:column;gap:.2rem;flex:1}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){display:flex;align-items:center;gap:.7rem;padding:.6rem .8rem;border-radius:var(--radius-sm);color:var(--text-soft);font-weight:500;transition:all .15s var(--ease)}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:var(--c-100);color:var(--text)}nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){background:linear-gradient(135deg,var(--c-500),var(--c-400));color:#fff;box-shadow:var(--shadow)}nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh):hover{color:#fff}.ico.svelte-12qhfyh{font-size:1.1rem}.user.svelte-12qhfyh{display:flex;align-items:center;gap:.7rem;padding:.7rem;background:var(--c-100);border-radius:var(--radius)}.dot.svelte-12qhfyh{width:32px;height:32px;border-radius:999px;box-shadow:var(--shadow-sm)}.who.svelte-12qhfyh{flex:1}.name.svelte-12qhfyh{font-weight:600;font-size:.9rem}button.small.svelte-12qhfyh{padding:.1rem 0;font-size:.75rem}main.svelte-12qhfyh{padding:2rem 2.5rem;overflow-x:hidden}.page.svelte-12qhfyh{max-width:1100px;margin:0 auto}@media (max-width: 760px){.app.svelte-12qhfyh{grid-template-columns:1fr}.sidebar.svelte-12qhfyh{position:relative;height:auto;border-right:0;border-bottom:1px solid var(--border);flex-direction:row;align-items:center;gap:1rem;padding:.8rem 1rem}nav.svelte-12qhfyh{flex-direction:row;overflow-x:auto;flex:1}nav.svelte-12qhfyh a:where(.svelte-12qhfyh) .lbl:where(.svelte-12qhfyh){display:none}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){padding:.5rem}.user.svelte-12qhfyh{padding:.4rem}.who.svelte-12qhfyh{display:none}main.svelte-12qhfyh{padding:1rem}}
