*{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#334155 transparent}html,body{margin:0;padding:0;width:100vw;height:100vh;max-height:100vh;overflow:hidden;background:#0b0f19;color:#e6edf6;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}#root{width:100vw;height:100vh;max-height:100vh;overflow:hidden;display:flex;flex-direction:column}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent;border-radius:4px}::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#475569}.grid-2-col{display:grid;grid-template-columns:1fr 1fr;gap:12px}.grid-4-col{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.table-responsive{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}@keyframes rainbowGradient{0%{background-position:0% 50%;filter:hue-rotate(0deg)}50%{background-position:100% 50%;filter:hue-rotate(180deg)}to{background-position:0% 50%;filter:hue-rotate(360deg)}}.rainbow-gradient-btn{background:linear-gradient(120deg,#f05,#ff5000,#fc0,#10b981,#06b6d4,#3b82f6,#8b5cf6,#d946ef,#f05);background-size:400% 400%;animation:rainbowGradient 6s ease-in-out infinite;box-shadow:0 8px 25px -4px #ec489980,0 0 20px 2px #3b82f64d;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.2)!important}.rainbow-gradient-btn:hover{transform:translateY(-3px) scale(1.04);box-shadow:0 12px 35px -2px #a855f7b3,0 0 25px 5px #06b6d480}.gsc-panel-container{height:100%;max-height:100%;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.gsc-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.gsc-bottom-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media(max-width:1024px){html,body,#root{overflow-y:auto}.gsc-kpi-grid{grid-template-columns:repeat(2,1fr)}.gsc-bottom-grid{grid-template-columns:1fr}}@media(max-width:768px){header{padding:10px 12px!important;flex-direction:column;align-items:stretch!important;gap:8px!important}main{padding:10px!important;max-width:100%!important}}@media(max-width:1024px){.gsc-panel-container{height:auto;max-height:none;overflow:visible}.gsc-bottom-grid{overflow:visible!important;min-height:auto!important}.gsc-bottom-grid>div{height:auto!important;max-height:420px;overflow:auto!important}main{height:auto!important;max-height:none!important;overflow-y:auto!important}}@media(max-width:820px){.grid-2-col,.grid-4-col{grid-template-columns:1fr;gap:10px}.gsc-kpi-grid{grid-template-columns:repeat(2,1fr);gap:8px}.copilot-drawer{width:100vw!important;max-width:100vw!important}.seo-audit-container{overflow-x:auto}}@media(max-width:560px){.gsc-kpi-grid{grid-template-columns:1fr}header{gap:6px!important}main{padding:8px!important}.gsc-bottom-grid>div{max-height:340px}}@keyframes gscSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
