@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Sora:wght@400;600;700;800&display=swap";
:root,[data-theme=dark]{--bg:#0a0f1a;--surface:#111827;--text:#e2e8f0;--text-muted:#94a3b8;--accent:#a855f7;--accent-hover:#9333ea;--secondary:#3b9eff;--green:#4ade80;--amber:#f59e0b;--red:#ef4444;--border:#1e293b;--input-bg:#1e293b;--max-w:800px;--text-xs:clamp(.7rem,.65rem + .2vw,.8rem);--text-sm:clamp(.8rem,.75rem + .25vw,.875rem);--text-base:clamp(.875rem,.85rem + .2vw,.95rem);--text-lg:clamp(1rem,.9rem + .5vw,1.25rem);--text-xl:clamp(1.25rem,1rem + 1vw,1.75rem);--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--color-bg:#111114;--color-surface:#18181c;--color-surface-2:#1e1e23;--color-border:#ffffff12;--color-text:#f0ede8;--color-text-muted:#ffffff73;--color-text-faint:#ffffff38;--color-primary:#c084fc;--color-primary-soft:#a855f71a;--color-accent:#a855f7;--color-accent-text:#fff;--color-sidebar-bg:#0c0c0f;--color-sidebar-text:#ffffff8c;--color-sidebar-active:#a855f71f;--color-sidebar-active-text:#a855f7;--color-sidebar-logo-bg:#a855f7;--color-sidebar-logo-text:#fff;--color-blue:#6899d0;--color-ok-bg:#5aba501f;--color-ok-text:#7ed464;--color-warn-bg:#d4903a1f;--color-warn-text:#d4903a;--color-danger-bg:#d960601f;--color-danger-text:#d96060;--radius-sm:.5rem;--radius-md:.875rem;--radius-lg:1rem;--radius-xl:1.375rem;--radius-full:9999px;--radius-card:.875rem;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 4px 16px #0006;--shadow-lg:0 12px 40px #00000080;--font-body:"Inter", system-ui, sans-serif;--font-display:"Sora", system-ui, sans-serif;--transition:.15s cubic-bezier(.25,.8,.25,1)}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);color:var(--text);min-height:100vh;font-family:system-ui,-apple-system,sans-serif;line-height:1.6}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}input,select,textarea{background:var(--input-bg);color:var(--text);border:1px solid var(--border);border-radius:8px;outline:none;width:100%;padding:12px 16px;font-family:inherit;font-size:16px;transition:border-color .2s}input:focus,select:focus,textarea:focus{border-color:var(--accent)}button{cursor:pointer;border:none;border-radius:8px;padding:12px 24px;font-family:inherit;font-size:16px;font-weight:600;transition:background .2s,opacity .2s}button:disabled{opacity:.5;cursor:not-allowed}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid var(--border);padding:10px 12px;font-size:14px}th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:12px}.ai-response h1,.ai-response h2,.ai-response h3{color:var(--text);margin:16px 0 8px}.ai-response p{margin:8px 0}.ai-response ul,.ai-response ol{margin:8px 0;padding-left:24px}.ai-response li{margin:4px 0}.ai-response strong{color:var(--accent)}.ai-response a{color:var(--green)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}@media (max-width:600px){table{font-size:13px}th,td{padding:8px 6px}}select{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}select option{color:#e5e5e5;background-color:#1a1a1a}select option:checked,select option:hover{color:#4ade80;background-color:#2a2a2a}input:-webkit-autofill{-webkit-text-fill-color:#e5e5e5!important;-webkit-box-shadow:inset 0 0 0 30px #1a1a1a!important}input:-webkit-autofill:hover{-webkit-text-fill-color:#e5e5e5!important;-webkit-box-shadow:inset 0 0 0 30px #1a1a1a!important}input:-webkit-autofill:focus{-webkit-text-fill-color:#e5e5e5!important;-webkit-box-shadow:inset 0 0 0 30px #1a1a1a!important}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(.7);cursor:pointer}input[type=datetime-local]::-webkit-calendar-picker-indicator{filter:invert(.7);cursor:pointer}input[type=time]::-webkit-calendar-picker-indicator{filter:invert(.7);cursor:pointer}[data-theme=light]{--bg:#fbfaf6;--surface:#fff;--text:#1c1a15;--text-muted:#6b645b;--accent:#a855f7;--accent-hover:#9333ea;--secondary:#3b9eff;--green:#4ade80;--amber:#f59e0b;--red:#ef4444;--border:#e8e2d5;--input-bg:#f5f1e8;--max-w:800px;--color-bg:#fbfaf6;--color-surface:#fff;--color-surface-2:#f4efe3;--color-border:#1c1a151a;--color-text:#1c1a15;--color-text-muted:#1c1a1599;--color-text-faint:#1c1a1561;--color-primary:#a855f7;--color-primary-soft:#a855f71a;--color-accent:#a855f7;--color-accent-text:#fff;--color-blue:#2f7dc9;--color-blue-bright:#3b9eff;--color-indigo:#6366f1;--color-sidebar-bg:#f5f1e8;--color-sidebar-text:#1c1a159e;--color-sidebar-active:#a855f71f;--color-sidebar-active-text:#a855f7;--color-sidebar-logo-bg:#a855f7;--color-sidebar-logo-text:#fff;--color-ok-bg:#4ade8029;--color-ok-text:#2b7a3f;--color-warn-bg:#f59e0b24;--color-warn-text:#b76a12;--color-danger-bg:#ef44441a;--color-danger-text:#b83838;--phase-acuta:#dc2626;--phase-mantenimento:#2563eb;--phase-prevenzione:#059669;--gradient-brand:linear-gradient(135deg, #a855f7 0%, #6366f1 100%);--gradient-brand-soft:linear-gradient(135deg, #a855f714, #6366f10d);--radius-sm:.5rem;--radius-md:.875rem;--radius-lg:1rem;--radius-xl:1.375rem;--radius-pill:9999px;--radius-card:.875rem;--shadow-sm:0 1px 3px #1c1a150f;--shadow-md:0 4px 16px #1c1a1514;--shadow-lg:0 12px 40px #1c1a151a;--shadow-accent:0 4px 14px #a855f738}html,body{transition:background-color .3s,color .3s}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--color-bg,#0a0f1a)}::-webkit-scrollbar-thumb{background:var(--color-border,#ffffff1a);border:2px solid var(--color-bg,#0a0f1a);border-radius:999px}[data-theme=light] .ai-search-wrapper,[data-theme=light] [data-ai-wrapper=true]{background:#a855f71a!important}[data-theme=light] [data-phase-bg=true]{background:linear-gradient(180deg, #a855f71a 0%, var(--color-surface) 70%)!important}[data-theme=light] [data-amber-bg=true]{background:var(--color-warn-bg)!important}[data-theme=light] .brain-wordmark .sn{color:#1c1a15}[data-theme=light] [style*=\#e2e8f0],[data-theme=light] [style*=\#cbd5e1],[data-theme=light] [style*=\#f1f5f9]{color:#1c1a15!important}[data-theme=light] [style*=\#94a3b8]{color:#1c1a15a6!important}[data-theme=light] [style*=\#64748b],[data-theme=light] [style*=\#475569]{color:#1c1a1580!important}[data-theme=light] input[type=text],[data-theme=light] input[type=email],[data-theme=light] input[type=password],[data-theme=light] textarea{color:#1c1a15!important}[data-theme=light] .chat-bubble-ai,[data-theme=light] [data-chat-ai=true]{color:#1c1a15!important;background:#fff!important;border:1px solid #1c1a1514!important;box-shadow:0 2px 8px #1c1a150d!important}[data-theme=light] ::selection{color:#1c1a15;background:#a855f740}[data-theme=light] [data-stats-box=true]{box-shadow:0 1px 2px #1c1a1508;background:#fff!important;border:1px solid #1c1a1514!important}[data-theme=light] [data-asi-card=true]{box-shadow:0 1px 3px #1c1a150a;background:#fff!important}[data-theme=light] [data-profilo-menu=true]{color:#1c1a15!important;background:#fff!important;border-color:#1c1a151a!important}[data-theme=light] [data-profilo-menu=true] div[style*="rgba(15,23,42"],[data-theme=light] [data-profilo-menu=true] div[style*="rgba(15, 23, 42"]{background:#f4efe3!important;border-color:#1c1a1514!important}[data-theme=light] [data-profilo-menu=true] [style*="color: '#fff'"],[data-theme=light] [data-profilo-menu=true] [style*="color:#fff"]{color:#1c1a15!important}[data-theme=light] [data-profilo-menu=true] a:hover,[data-theme=light] [data-profilo-menu=true] button:hover{background:#a855f714!important}[data-theme=light] [data-profilo-menu=true] [style*="color: '#fff'"],[data-theme=light] [style*=\#e8edf5]{color:#1c1a15!important}[data-theme=light] [style*="rgba(15,23,42,.6)"],[data-theme=light] [style*="rgba(15,23,42,0.6)"]{background:#fff!important;border-color:#1c1a1514!important}[data-theme=light] [style*="background: '#0f172a'"],[data-theme=light] [style*="background:'#0f172a'"],[data-theme=light] [style*="background: '#14141e'"]{background:#fff!important}[data-theme=light] [style*="rgba(255,255,255,.04)"],[data-theme=light] [style*="rgba(255,255,255,0.04)"],[data-theme=light] [style*="rgba(255,255,255,.06)"],[data-theme=light] [style*="rgba(255,255,255,0.06)"],[data-theme=light] [style*="rgba(255,255,255,.08)"]{border-color:#1c1a1514!important}[data-theme=light] [data-asi-score-card=true]{box-shadow:0 1px 3px #1c1a150a;background:#fff!important;border-color:#1c1a151a!important}[data-theme=light] [data-asi-score-card=true] [style*="rgba(255,255,255,0.05)"],[data-theme=light] [data-asi-score-card=true] [style*="rgba(255,255,255,.05)"]{background:#1c1a150f!important}[data-theme=light] [data-asi-score-card=true] [style*=\#64748b],[data-theme=light] [data-asi-score-card=true] [style*=\#475569]{color:#1c1a158c!important}[data-theme=light] [data-asi-ghost=true]{opacity:.85!important;background:#1c1a1508!important;border-color:#1c1a1514!important}[data-theme=light] [data-asi-ghost-label=true]{color:#1c1a1580!important}[data-theme=light] .area-root{color:var(--color-text)!important;background:radial-gradient(at 0 0,#a855f70f 0%,#0000 50%),radial-gradient(at 100% 100%,#6366f10d 0%,#0000 50%),#fbfaf6!important}[data-theme=light] .area-root header[style*="rgba(8,8,12"]{border-bottom-color:var(--color-border)!important;background:#fbfaf6eb!important}[data-theme=light] .area-root .area-sidebar[style]{background:#fbfaf6eb!important}[data-theme=light] .area-root [data-sidenav-item=true]{color:var(--color-text-muted)!important}[data-theme=light] .area-root [data-sidenav-item=true]:hover{color:var(--color-text)!important;background:var(--color-surface)!important}[data-theme=light] .area-root [data-sidenav-item=true][aria-current=page]{color:var(--color-text)!important;background:linear-gradient(135deg,#a855f71f,#6366f10f)!important;border-left-color:#a855f7d9!important;font-weight:600!important}[data-theme=light] .area-root a[style*="rgba(168,85,247,.08)"]{color:#6d28d9!important;background:#a855f71a!important;border-color:#a855f74d!important}[data-theme=light] .area-root [data-kpi-tile=true]{box-shadow:var(--shadow-sm);background:var(--color-surface)!important;border-color:var(--color-border)!important}[data-theme=light] .area-root [data-kpi-value=true]{color:var(--color-text)!important;-webkit-text-fill-color:var(--color-text)!important;background-image:none!important;-webkit-background-clip:border-box!important;background-clip:border-box!important}[data-theme=light] .area-root [style*="rgba(15,23,42,.6)"],[data-theme=light] .area-root [style*="rgba(15,23,42,0.6)"]{background:var(--color-surface)!important;border-color:var(--color-border)!important}[data-theme=light] .area-root [style*="rgba(255,255,255,.02)"],[data-theme=light] .area-root [style*="rgba(255,255,255,0.02)"],[data-theme=light] .area-root [style*="rgba(255,255,255,.03)"],[data-theme=light] .area-root [style*="rgba(255,255,255,0.03)"],[data-theme=light] .area-root [style*="rgba(255,255,255,.04)"],[data-theme=light] .area-root [style*="rgba(255,255,255,0.04)"],[data-theme=light] .area-root [style*="rgba(255,255,255,.06)"],[data-theme=light] .area-root [style*="rgba(255,255,255,0.06)"],[data-theme=light] .area-root [style*="rgba(255,255,255,.08)"],[data-theme=light] .area-root [style*="rgba(255,255,255,0.08)"]{background-color:var(--color-surface-2)!important;border-color:var(--color-border)!important}[data-theme=light] .area-root [style*="rgba(255,255,255,.05)"],[data-theme=light] .area-root [style*="rgba(255,255,255,0.05)"]{background-color:#1c1a1514!important}[data-theme=light] .area-root [style*="background: '#0f172a'"],[data-theme=light] .area-root [style*="background:'#0f172a'"],[data-theme=light] .area-root [style*="background: '#111827'"],[data-theme=light] .area-root [style*="background:'#111827'"]{background:var(--color-surface)!important}[data-theme=light] .area-root [style*="1px solid #334155"],[data-theme=light] .area-root [style*="1px solid #1e293b"]{border-color:var(--color-border)!important}[data-theme=light] .area-root [style*="color: '#475569'"],[data-theme=light] .area-root [style*="color:'#475569'"]{color:var(--color-text-faint)!important}[data-theme=light] .area-root [style*="rgba(236,72,153,.06)"],[data-theme=light] .area-root [style*="rgba(236,72,153,0.06)"]{background-color:#ec48990f!important;border-color:#ec48992e!important}[data-theme=light] .area-root input,[data-theme=light] .area-root textarea,[data-theme=light] .area-root select{background:var(--color-surface)!important;color:var(--color-text)!important;border-color:var(--color-border)!important}[data-theme=light] .area-root input::placeholder,[data-theme=light] .area-root textarea::placeholder{color:var(--color-text-faint)!important}[data-theme=light] [data-btn-save=true][data-btn-active=false]{background:var(--color-surface-2)!important;color:var(--color-text-muted)!important;border:1px solid var(--color-border)!important}[data-theme=light] [data-routine-row=true][data-routine-attivo=true]{background:linear-gradient(90deg, #a855f714, var(--color-surface))!important;border-color:#a855f740!important}[data-theme=light] [data-routine-row=true][data-routine-attivo=false]{background:var(--color-surface-2)!important;border-color:var(--color-border)!important}[data-theme=light] [data-routine-row=true] [style*=\#c4b5fd]{color:#6d28d9!important;background:#a855f71f!important;border-color:#a855f74d!important}[data-theme=light] [data-ricerche-row=true]{box-shadow:var(--shadow-sm);background:var(--color-surface)!important;border:1px solid var(--color-border)!important}[data-theme=light] [data-ricerche-row=true]:hover{background:var(--color-surface-2)!important;border-color:#a855f733!important}[data-theme=light] .condiviso-root{background:var(--color-bg)!important;color:var(--color-text)!important}[data-theme=light] .condiviso-root header[style*="rgba(11,11,18"]{border-bottom-color:var(--color-border)!important;background:#fbfaf6eb!important}[data-theme=light] .condiviso-root [style*="rgba(255,255,255,0.02)"],[data-theme=light] .condiviso-root [style*="rgba(255,255,255,.02)"],[data-theme=light] .condiviso-root [style*="rgba(255,255,255,0.03)"],[data-theme=light] .condiviso-root [style*="rgba(255,255,255,.03)"],[data-theme=light] .condiviso-root [style*="rgba(255,255,255,0.04)"],[data-theme=light] .condiviso-root [style*="rgba(255,255,255,.04)"],[data-theme=light] .condiviso-root [style*="rgba(255,255,255,0.06)"],[data-theme=light] .condiviso-root [style*="rgba(255,255,255,.06)"],[data-theme=light] .condiviso-root [style*="rgba(255,255,255,0.08)"],[data-theme=light] .condiviso-root [style*="rgba(255,255,255,.08)"]{box-shadow:var(--shadow-sm);background-color:var(--color-surface)!important;border-color:var(--color-border)!important}[data-theme=light] .condiviso-root a[style*="rgba(255,255,255,0.02)"]{background-color:var(--color-surface-2)!important;box-shadow:none!important}[data-theme=light] .condiviso-root a[style*="rgba(255,255,255,0.02)"]:hover{background-color:var(--color-primary-soft)!important}[data-theme=light] .condiviso-root [style*=\#cbd5e1]{color:var(--color-text)!important}[data-theme=light] .condiviso-root [style*=\#ef4444]{color:var(--phase-acuta,#dc2626)!important}[data-theme=light] .condiviso-root [style*=\#3b82f6]{color:var(--phase-mantenimento,#2563eb)!important}[data-theme=light] .condiviso-root [style*=\#10b981]{color:var(--phase-prevenzione,#059669)!important}[data-theme=light] .asi-root{background:var(--color-bg)!important;color:var(--color-text)!important}[data-theme=light] .asi-root [style*=border-bottom][style*="rgba(255,255,255,0.06)"]{border-bottom-color:var(--color-border)!important}[data-theme=light] .asi-root input[type=number],[data-theme=light] .asi-root input[type=text]{background:var(--color-surface)!important;border:1px solid var(--color-border)!important;color:var(--color-text)!important}[data-theme=light] .asi-root input[type=number]:focus,[data-theme=light] .asi-root input[type=text]:focus{background:#3b9eff0a!important;border-color:#3b9eff80!important}[data-theme=light] .asi-root input[style*="rgba(59,158,255,0.06)"]{background:#3b9eff0f!important;border-color:#3b9eff59!important}[data-theme=light] .asi-root button[style*="rgba(255,255,255,0.04)"],[data-theme=light] .asi-root button[style*="rgba(255,255,255,0.02)"]{background:var(--color-surface)!important;border-color:var(--color-border)!important;color:var(--color-text-muted)!important}[data-theme=light] .asi-root button[style*="rgba(255,255,255,0.04)"]:hover,[data-theme=light] .asi-root button[style*="rgba(255,255,255,0.02)"]:hover{background:var(--color-surface-2)!important;color:var(--color-text)!important}[data-theme=light] .asi-root button[style*="rgba(59,158,255,0.1)"]{color:#2f7dc9!important;background:#3b9eff14!important;border-color:#3b9eff66!important}[data-theme=light] .asi-root button[style*="rgba(59,158,255,0.15)"]{color:#2f7dc9!important;background:#3b9eff1a!important;border-color:#3b9eff73!important}[data-theme=light] .asi-root [style*="rgba(59,158,255,0.08)"][style*="rgba(59,158,255,0.15)"]{background:#3b9eff14!important;border-color:#3b9eff4d!important}[data-theme=light] [data-footer-doctor=true]{color:#1c1a15!important}[data-theme=light] [data-footer-logo=true]{filter:none!important;opacity:.65!important}@media (max-width:1100px){.premium-plans-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:640px){.premium-plans-grid{grid-template-columns:1fr!important}}[data-theme=light] .premium-root{background:var(--color-bg)!important;color:var(--color-text)!important}[data-theme=light] .premium-root header[style*="rgba(255,255,255,0.08)"]{border-bottom-color:var(--color-border)!important}[data-theme=light] [data-plan-card=true]{box-shadow:var(--shadow-md);background:var(--color-surface)!important}[data-theme=light] .premium-root [style*="color: '#ededf5'"],[data-theme=light] [data-plan-card=true] [style*="color: '#ededf5'"]{color:var(--color-text)!important}[data-theme=light] [data-plan-card=true] [style*="color: '#7a7a90'"]{color:var(--color-text-muted)!important}[data-theme=light] [data-plan-card=true] [style*="rgba(255,255,255,0.08)"][style*="height: 1"]{background:var(--color-border)!important}[data-theme=light] [data-plan-card=true] [style*="rgba(255,255,255,0.04)"]{background:var(--color-surface-2)!important;color:var(--color-text-faint)!important}[data-theme=light] [data-plan-card=true] button[style*="rgba(255,255,255,0.14)"]{border-color:var(--color-border)!important;color:var(--color-text-muted)!important;background:var(--color-surface-2)!important}[data-theme=light] .premium-root a[style*="rgba(255,255,255,0.1)"]{border-color:var(--color-border)!important}[data-theme=light] [data-plan-card=true][data-plan-highlight=violet]{background:linear-gradient(180deg, #a855f70f 0%, transparent 60%), var(--color-surface)!important;border-color:#a855f74d!important}[data-theme=light] [data-plan-card=true][data-plan-highlight=gold]{background:linear-gradient(180deg, #f59e0b14 0%, transparent 60%), var(--color-surface)!important;border-color:#f59e0b4d!important}[data-theme=light] [data-plan-card=true][data-plan-highlight=rose]{background:linear-gradient(180deg, #ec48990f 0%, transparent 60%), var(--color-surface)!important;border-color:#ec489940!important}
:root,:root[data-theme=dark]{--rc-bg:#0a0f1a;--rc-surface:#111827;--rc-surface2:#0d1320;--rc-card:#111827cc;--rc-strip:#0d132080;--rc-topbar:#0a0f1ac7;--rc-field:#ffffff08;--rc-border:#ffffff14;--rc-dot:#ffffff0b;--rc-ink:#e2e8f0;--rc-ink-bright:#f0ede8;--rc-ink-2:#cbd5e1;--rc-muted:#94a3b8;--rc-faint:#64748b;--rc-grid-min:#5b6b8c;--rc-accent-text:#c3a8ff;--rc-blue-text:#9cc6ff}:root[data-theme=light]{--rc-bg:#f3f2fa;--rc-surface:#fff;--rc-surface2:#fff;--rc-card:#fff;--rc-strip:#7868aa0f;--rc-topbar:#ffffffd9;--rc-field:#1c163409;--rc-border:#1c16341c;--rc-dot:#7868c81a;--rc-ink:#2a2740;--rc-ink-bright:#16131f;--rc-ink-2:#403c55;--rc-muted:#6b6783;--rc-faint:#9692ab;--rc-grid-min:#b4b0c6;--rc-accent-text:#7c3aed;--rc-blue-text:#1d6fd6}html[data-theme=light] body,html[data-theme=dark] body{background:var(--rc-bg)}
