*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary-bg:#f5f0ff;--color-white:#fff;--color-text-primary:#2d2d2d;--color-text-secondary:#6b6b6b;--color-navbar:#1a1a1a;--color-accent-purple:#e8d5ff;--color-accent-orange:#ff8c42;--color-accent-blue:#4fa8ff;--color-accent-pink:#ff6b9d;--color-accent-green:#4caf50;--color-success:#4caf50;--color-error:#f44336;--color-orange-light:#ffe5cc;--color-pink-light:#ffe5f0;--color-green-light:#e8f5e9;--color-blue-light:#e3f2fd;--gradient-orange:linear-gradient(135deg,#ffb84d,#ff8c42);--gradient-purple:linear-gradient(135deg,#e8d5ff,#d4b5ff);--shadow-sm:0 2px 4px rgba(0,0,0,.05);--shadow-md:0 4px 8px rgba(0,0,0,.1);--shadow-lg:0 8px 16px rgba(0,0,0,.15);--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-full:9999px}body,html{max-width:100vw;overflow-x:hidden;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{color:var(--color-text-primary);line-height:1.6}a{color:inherit;text-decoration:none}@media (max-width:768px){body{font-size:14px}}@media (min-width:1024px){body{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;padding:20px}#__next{max-width:480px;width:100%;background:var(--color-white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);min-height:calc(100vh - 40px);position:relative}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-text-secondary);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-primary)}.text-h1{font-size:24px;font-weight:700;line-height:1.2;color:var(--color-text-primary)}.text-h2{font-size:20px;line-height:1.3}.text-h2,.text-h3{font-weight:600;color:var(--color-text-primary)}.text-h3{font-size:18px;line-height:1.4}.text-body{font-size:16px;font-weight:400;line-height:1.6;color:var(--color-text-primary)}.text-body-small{color:var(--color-text-primary)}.text-body-small,.text-secondary{font-size:14px;font-weight:400;line-height:1.5}.text-caption,.text-secondary{color:var(--color-text-secondary)}.text-caption{font-size:12px;font-weight:400;line-height:1.4}.text-metric{font-size:24px;font-weight:700;line-height:1.2;color:var(--color-text-primary)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.w-full{width:100%}.text-center{text-align:center}