:root{--color-bg:#f6f7f4;--color-surface:#fff;--color-surface-hover:#eef2ee;--color-text:#1c241f;--color-text-muted:#647168;--color-border:#d2dad4;--color-border-strong:#8e9a91;--color-accent:#326a4b;--color-accent-contrast:#fff;--color-danger:#922b2b;--color-success:#326a4b;--color-input-bg:#fff;--color-overlay:#0f19137a;--color-focus:#326a4b33;--color-shadow:#14231929;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--radius-sm:.4rem;--radius-md:.6rem;--radius-lg:.9rem;--control-height:2.65rem;--text-sm:.82rem;--text-md:1rem;--text-lg:1.2rem;--shadow-sm:0 4px 14px var(--color-shadow);--shadow-md:0 14px 38px var(--color-shadow)}:root[data-theme=dark]{--color-bg:#111713;--color-surface:#1a231d;--color-surface-hover:#243029;--color-text:#edf3ee;--color-text-muted:#a4b1a7;--color-border:#3d4b41;--color-border-strong:#718078;--color-accent:#69b987;--color-accent-contrast:#0d2115;--color-danger:#ff8e8e;--color-success:#75cf96;--color-input-bg:#172019;--color-overlay:#000000a8;--color-focus:#69b9873d;--color-shadow:#00000073}*,:before,:after{box-sizing:border-box}html{background:var(--color-bg);color:var(--color-text)}body{background:var(--color-bg);color:var(--color-text);margin:0}button,input,select,textarea{font:inherit}button{color:inherit}:where(button,a,input,select,textarea):focus-visible{outline:3px solid var(--color-focus);outline-offset:2px}@media (width<=640px){:root{--space-5:1.15rem;--space-6:1.5rem}button,input,select{min-height:2.75rem}}html[data-theme=dark] body,html[data-theme=dark] .app-shell{background:var(--color-bg)!important;color:var(--color-text)!important}html[data-theme=dark] body :where(p,span,strong,small,h1,h2,h3,label,legend){color:var(--color-text)!important}html[data-theme=dark] body :where(.modal,.verification-popover,.popover,.editor,footer){background:var(--color-surface)!important;color:var(--color-text)!important;border-color:var(--color-border)!important}html[data-theme=dark] body :where(input,textarea,select){background:var(--color-input-bg);color:var(--color-text);border-color:var(--color-border)}
