:root{--paper: #f4f2ec;--card: #ffffff;--card2: #f7f5ef;--panel: #efece4;--line: rgba(30, 25, 15, .08);--ink: #1a1c18;--ink2: #6d6a60;--ink3: #a8a599;--forest: #1f5a3a;--forest-deep: #123a2a;--lime: #b6e34f;--blue: #3b6ea5;--coral: #c96f4a;--purple: #7a6bc4;--gold: #c9a13d;--font: "Space Grotesk", -apple-system, system-ui, sans-serif;--mono: "Space Mono", ui-monospace, monospace}:root.dark{--paper: #0f1712;--card: #18231b;--card2: #141d16;--panel: #0b130d;--line: rgba(255, 255, 255, .09);--ink: #eef2ec;--ink2: #9aa89c;--ink3: #5f6b60;--forest: #2e7d52;--forest-deep: #0b130d;--lime: #c8f24a;--blue: #5b9bd8;--coral: #e0895f;--purple: #a493e0;--gold: #d9b24d}*{box-sizing:border-box}html,body{margin:0}body{font-family:var(--font);-webkit-font-smoothing:antialiased;background:var(--paper);color:var(--ink);transition:background .3s,color .3s;overflow-x:hidden}input,button{font-family:inherit}a{color:inherit;text-decoration:none}::selection{background:color-mix(in oklab,var(--forest) 22%,transparent)}.scr::-webkit-scrollbar{width:8px;height:8px}.scr::-webkit-scrollbar-thumb{background:color-mix(in oklab,var(--ink3) 45%,transparent);border-radius:8px}.row{transition:background .12s}.row:hover{background:var(--card2)}.navi{transition:background .16s,color .16s}.navi:hover{background:color-mix(in oklab,var(--ink) 5%,transparent)}@keyframes stViewIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes stBarGrow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes stSheetIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:none}}@keyframes stDim{0%{opacity:0}to{opacity:1}}@keyframes stRise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes stDrift{0%,to{transform:translate(0) scale(1)}50%{transform:translate(26px,-20px) scale(1.14)}}.rise>*{animation:stRise .6s cubic-bezier(.2,.7,.2,1) both}.rise>*:nth-child(2){animation-delay:.06s}.rise>*:nth-child(3){animation-delay:.12s}.rise>*:nth-child(4){animation-delay:.18s}.rise>*:nth-child(5){animation-delay:.24s}.rise>*:nth-child(6){animation-delay:.3s}.rise>*:nth-child(7){animation-delay:.36s}input::placeholder{color:var(--ink3)}.studio-table-wrap{overflow-x:auto}.studio-table{min-width:640px}@media (max-width: 1000px){.studio-grid-2,.studio-grid-3{grid-template-columns:1fr!important}}@media (max-width: 820px){.studio-brand{display:none!important}.studio-form{width:100%!important}}@media (max-width: 720px){.studio-kpis{grid-template-columns:repeat(2,1fr)!important}.studio-search,.studio-date{display:none!important}.studio-topbar{padding:14px 16px!important}.studio-content{padding:18px 16px 40px!important}.studio-sidebar{padding:16px 8px!important}}@media (max-width: 460px){.studio-kpis{grid-template-columns:1fr!important}}
