:root{--bg-gradient:radial-gradient(circle at 15% 0%, #16213e 0%, #0b0f19 45%, #090c14 100%);--surface:#ffffff0e;--surface-strong:#ffffff17;--border:#ffffff17;--border-strong:#ffffff29;--brand-start:#0064e0;--brand-mid:#4e7fff;--brand-end:#7c3aed;--brand-gradient:linear-gradient(135deg, var(--brand-start) 0%, var(--brand-mid) 55%, var(--brand-end) 100%);--accent-color:#4e7fff;--accent-glow:#4e7fff8c;--google-blue:#4285f4;--google-green:#34a853;--google-yellow:#fbbc04;--google-red:#ea4335;--text-main:#f7f9fc;--text-muted:#94a1b8;--text-dim:#66708a;--radius-lg:20px;--radius-md:14px;--radius-sm:10px}*{box-sizing:border-box}body{background:var(--bg-gradient);color:var(--text-main);-webkit-font-smoothing:antialiased;background-attachment:fixed;flex-direction:column;min-height:100vh;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex}#root{flex-direction:column;flex:1;width:100%;max-width:600px;margin:0 auto;display:flex}h1,h2,h3,p{margin:0}::-webkit-scrollbar{width:0;height:0}.glass-panel{background:var(--surface);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 8px 32px #00000059}.text-gradient{background:var(--brand-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.skeleton{border-radius:var(--radius-md);background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1f 37%,#ffffff0d 63%) 0 0/400% 100%;animation:1.4s infinite skeleton-shimmer}@keyframes skeleton-shimmer{0%{background-position:100%}to{background-position:0%}}
