#app{width:100%;min-height:100vh;position:relative;z-index:1}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:linear-gradient(135deg,#f5f7fa,#e8eef5);transition:background .3s ease;overflow-x:hidden}html.dark body{background:linear-gradient(135deg,#0a0a0a,#1a1a1a)}#app{width:100%;min-height:100vh}.sk{background:#0000000f;border-radius:4px;animation:sk-pulse 1.5s ease-in-out infinite}html.dark .sk{background:#ffffff14}.sk-card{background:#00000008;border-radius:12px;padding:20px;margin-bottom:16px}html.dark .sk-card{background:#ffffff0a}.sk-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;margin-bottom:16px}.sk-stat{height:80px;border-radius:10px}.sk-line{height:14px;margin-bottom:10px}.sk-line-sm{height:10px;margin-bottom:8px}.sk-line-lg{height:20px;margin-bottom:12px}.sk-table-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;margin-bottom:8px}.sk-table-row .sk{height:14px}@keyframes sk-pulse{0%,to{opacity:1}50%{opacity:.4}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0000000d;border-radius:4px}html.dark ::-webkit-scrollbar-track{background:#ffffff0d}::-webkit-scrollbar-thumb{background:#0003;border-radius:4px;transition:background .2s}html.dark ::-webkit-scrollbar-thumb{background:#fff3}::-webkit-scrollbar-thumb:hover{background:#0000004d}html.dark ::-webkit-scrollbar-thumb:hover{background:#ffffff4d}*{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) rgba(0,0,0,.05)}html.dark *{scrollbar-color:rgba(255,255,255,.2) rgba(255,255,255,.05)}
