/* MINIDRIVE_HOTFIX_3_2 */
/* ARQUIVO CENTRAL DO VISUAL: altere cores, fontes, tamanhos, inputs, botões, bordas e sombras aqui. */
:root{--tree-level:0;
    color-scheme:light;
    --font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    --fs-xs:.75rem;
    --fs-sm:.875rem;
    --fs-base:1rem;
    --fs-lg:1.125rem;
    --fs-xl:1.5rem;
    --fs-title:clamp(2rem,6vw,3rem);
    --fs-hero:clamp(2.5rem,7vw,5rem);
    --w-semi:650;
    --w-bold:760;
    --s1:.25rem;
    --s2:.5rem;
    --s3:.75rem;
    --s4:1rem;
    --s5:1.25rem;
    --s6:1.5rem;--s7:2rem;
    --s8:2rem;
    --s10:2.5rem;
    --s12:3rem;
    --r-sm:.65rem;
    --r-md:.9rem;
    --r-lg:1.25rem;
    --r-xl:1.8rem;
    --r-pill:999px;
    --input-h:3.35rem;
    --button-h:3rem;
    --brand:#367fe7;
    --brand2:#1f56a4;
    --success:#1aa66a;
    --danger:#d83c4d;
    --page:#f4f7fb;
    --surface:#fff;
    --surface2:#f8fafc;
    --surface3:#edf2f8;
    --text:#354157;
    --strong:#162033;
    --muted:#748197;
    --border:#dfe6ef;
    --border2:#c8d3e2;
    --focus:rgba(54,127,231,.22);
    --shadow:0 20px 60px rgba(31,47,74,.13);
    --auth1:#0b2342;
    --auth2:#123e68;
    --storage-used:#367fe7;
    --storage-free:#dfe7f2;
}
html[data-theme="dark"]{
    color-scheme:dark;
    --page:#0b1320;
    --surface:#121d2d;
    --surface2:#182437;
    --surface3:#223047;
    --text:#c5cfde;
    --strong:#f3f7fc;
    --muted:#8f9db2;
    --border:#29394f;
    --border2:#3b4e68;
    --focus:rgba(101,166,255,.28);
    --brand:#69a9ff;
    --brand2:#3376d4;
    --auth1:#071526;
    --auth2:#102e4f;
    --shadow:0 24px 65px rgba(0,0,0,.3);
    --storage-used:#69a9ff;
    --storage-free:#2a3a50;
}
