@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@700&display=swap";:root{--gml-accent: #10b981;--gml-accent-dim: #059669;--gml-success: #10b981;--gml-warning: #f59e0b;--gml-error: #ef4444;--gml-bg: #f8fafc;--gml-card: #ffffff;--gml-card-hover: #f1f5f9;--gml-border: #e2e8f0;--gml-text: #0f172a;--gml-text-muted: #64748b;--gml-text-dim: #94a3b8}.dark{--gml-accent: #10b981;--gml-accent-dim: #059669;--gml-success: #34d399;--gml-warning: #fbbf24;--gml-error: #f87171;--gml-bg: #09090b;--gml-card: #27272a;--gml-card-hover: #3f3f46;--gml-border: #3f3f46;--gml-text: #ffffff;--gml-text-muted: #a1a1aa;--gml-text-dim: #71717a}html,body{width:100%;min-height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;position:relative;background-color:var(--gml-bg)}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}body{font-family:Inter,sans-serif;color:var(--gml-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease;font-size:14px;line-height:1.5}.bg-gml-bg{background-color:var(--gml-bg)}.bg-gml-card{background-color:var(--gml-card)}.bg-gml-accent{background-color:var(--gml-accent)}.text-gml-text{color:var(--gml-text)}.text-gml-muted{color:var(--gml-text-muted)}.text-gml-accent{color:var(--gml-accent)}.border-gml-border{border-color:var(--gml-border)}.glass-panel{background-color:var(--gml-card);border:1px solid var(--gml-border);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.card-stat{background-color:var(--gml-card);border:1px solid var(--gml-border);border-radius:1rem;transition:all .2s ease-in-out}.card-stat:hover{border-color:var(--gml-card-hover)}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}@media(min-width:768px){::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--gml-border);border-radius:10px}.dark ::-webkit-scrollbar-thumb{background:#52525b}}@media(max-width:767px){::-webkit-scrollbar{width:0px;height:0px;background:transparent;display:none}html,body,*{scrollbar-width:none;-ms-overflow-style:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(15px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-fade-in{animation:fadeIn .5s cubic-bezier(.16,1,.3,1) forwards}.animate-slide-up{animation:slideUp .6s cubic-bezier(.16,1,.3,1) forwards}::selection{background-color:var(--gml-accent);color:#000}
