:root{color-scheme:dark}
        *{box-sizing:border-box}
        body{
            font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
            background:
                radial-gradient(circle at top left,rgba(16,185,129,.12),transparent 28%),
                radial-gradient(circle at bottom right,rgba(59,130,246,.10),transparent 32%),
                #020617;
        }
        .glass{
            background:rgba(15,23,42,.78);
            border:1px solid rgba(148,163,184,.13);
            box-shadow:0 18px 44px rgba(0,0,0,.24);
            backdrop-filter:blur(16px);
        }
        .soft-card{background:rgba(2,6,23,.46);border:1px solid rgba(148,163,184,.12)}
        input,button{font-size:14px}
        input::placeholder{color:#64748b}
        .mic-on{background:#e11d48!important;color:white!important}
        .quick-input{min-width:0}
        .nice-scroll::-webkit-scrollbar{height:8px;width:8px}
        .nice-scroll::-webkit-scrollbar-thumb{background:#334155;border-radius:999px}
        @media(max-width:640px){
            body{background:#020617}
            .mobile-compact{padding:14px!important;border-radius:18px!important}
            input,button{font-size:13px}
        }
