*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:#e8e4f0;color:#1f2026;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;min-height:100vh;overflow-x:hidden}a{color:inherit;text-decoration:none}button{background:none;border:none;cursor:pointer;font-family:inherit}img{display:block;height:auto;max-width:100%}ol,ul{list-style:none}input,select,textarea{font-family:inherit;font-size:inherit}.heading-1{font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif;font-size:3rem;font-weight:700;letter-spacing:-.02em;line-height:1.25}@media(max-width:768px){.heading-1{font-size:2.25rem}}.heading-2{font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif;font-size:2.25rem;font-weight:700;letter-spacing:-.02em;line-height:1.25}@media(max-width:768px){.heading-2{font-size:1.875rem}}.heading-3{font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.875rem;font-weight:600;line-height:1.375}@media(max-width:768px){.heading-3{font-size:1.5rem}}.heading-4{font-size:1.5rem}.heading-4,.heading-5{font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;line-height:1.375}.heading-5{font-size:1.25rem}.text-lg{font-size:1.125rem}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-muted{color:#8e8e93}.text-light{color:#c7c7cc}.container{margin:0 auto;max-width:1440px;padding:0 1.5rem;width:100%}.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:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.card{background:#fff;border-radius:32px;box-shadow:0 4px 24px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.card:hover{box-shadow:0 12px 40px #0000001f;transform:translateY(-2px)}.card--dark{background:#1f2026;color:#fff}.card--orange{background:linear-gradient(135deg,#ffab7c,#d9895b);color:#fff}.card--no-hover:hover{box-shadow:0 4px 24px #0000000f;transform:none}.btn{align-items:center;border-radius:9999px;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;transition:all .2s ease;white-space:nowrap}.btn--primary{background:#7c7cff;color:#fff}.btn--primary:hover{background:#5a5ac0;transform:translateY(-1px)}.btn--secondary{background:#f3f4f6;color:#1f2026}.btn--secondary:hover{background:#e5e7eb}.btn--dark{background:#1f2026;color:#fff}.btn--dark:hover{background:#2a2c34}.btn--ghost{background:transparent;color:#8e8e93}.btn--ghost:hover{background:#f3f4f6;color:#1f2026}.btn--icon{border-radius:9999px;height:40px;padding:0;width:40px}.btn--lg{font-size:1rem;padding:1rem 2rem}.btn--sm{padding:.5rem 1rem}.badge,.btn--sm{font-size:.75rem}.badge{align-items:center;background:#f3f4f6;border-radius:9999px;color:#8e8e93;display:inline-flex;font-weight:500;gap:.25rem;padding:.25rem .75rem}.badge--primary{background:#7c7cff1a;color:#7c7cff}.badge--success{background:#4ade801a;color:#4ade80}.badge--warning{background:#facc151a;color:#facc15}.badge--error{background:#ef44441a;color:#ef4444}.progress-bar{background:#e5e7eb;border-radius:9999px;height:8px;overflow:hidden;width:100%}.progress-bar__fill{background:linear-gradient(90deg,#7c7cff,#a5a6fa);border-radius:9999px;height:100%;transition:width .3s ease}.progress-bar--orange .progress-bar__fill{background:linear-gradient(90deg,#ffab7c,#ffc6a6)}.progress-bar--success .progress-bar__fill{background:linear-gradient(90deg,#4ade80,#86efac)}.chart-bar{align-items:center;display:flex;flex-direction:column;gap:.5rem}.chart-bar__bar{background:linear-gradient(180deg,#ffab7c,#d9895b);border-radius:16px 16px 0 0;transition:height .3s ease;width:32px}.chart-bar__label{color:#8e8e93;font-size:.75rem}.icon-wrapper{align-items:center;background:#f3f4f6;border-radius:16px;color:#8e8e93;display:flex;height:40px;justify-content:center;width:40px}.icon-wrapper--sm{border-radius:12px;height:32px;width:32px}.icon-wrapper--lg{border-radius:24px;height:56px;width:56px}.icon-wrapper--primary{background:#7c7cff1a;color:#7c7cff}.icon-wrapper--orange{background:#ffab7c1a;color:#ffab7c}.avatar{border-radius:9999px;height:40px;-o-object-fit:cover;object-fit:cover;width:40px}.avatar--sm{height:32px;width:32px}.avatar--lg{height:56px;width:56px}.avatar--xl{height:80px;width:80px}.avatar-group{display:flex}.avatar-group .avatar{border:2px solid #fff;margin-left:-8px}.avatar-group .avatar:first-child{margin-left:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes glow{0%,to{box-shadow:0 0 20px #7c7cff4d}50%{box-shadow:0 0 40px #7c7cff80}}.animate-fade-in{animation:fadeIn .3s ease forwards}.animate-slide-in-right{animation:slideInRight .3s ease forwards}.animate-slide-in-up{animation:slideInUp .3s ease forwards}.animate-pulse{animation:pulse 2s ease-in-out infinite}.animate-float{animation:float 3s ease-in-out infinite}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#f3f4f6;border-radius:9999px}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}::-moz-selection{background:#7c7cff33;color:#5a5ac0}::selection{background:#7c7cff33;color:#5a5ac0}
