*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--accent: #3D52F5;--accent-dark: #2E3FD9;--accent-light: #EEF0FF;--lavender: #9DA8F5;--success: #34C48C;--warning: #F5A623;--error: #F55454;--purple: #9B59F5;--bg: #F5F6FA;--surface: #FFFFFF;--border: #E8E9F0;--text: #1A1D2E;--text2: #6B7080;--text3: #A0A5B8}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{max-width:1160px;margin:0 auto;padding:0 24px}.section-title{font-size:clamp(28px,4vw,48px);font-weight:800;color:#1a1d2e;letter-spacing:-.8px;line-height:1.15;margin-bottom:16px}.section-subtitle{font-size:17px;color:#6b7080;max-width:520px;margin:0 auto;line-height:1.7}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes shimmer{0%{background-position:-220px 0}to{background-position:calc(220px + 100%) 0}}.shimmer{background:linear-gradient(90deg,#ffffff59,#fffc 45%,#ffffff59);background-size:220px 100%;animation:shimmer 1.25s linear infinite}.page-loader{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,#fff,#f0f2ff,#f5f6fa)}.pl-content{display:flex;flex-direction:column;align-items:center;gap:20px;animation:pl-fadein .4s ease both}.pl-logo{font-size:26px;font-weight:800;letter-spacing:-.5px;color:#1a1d2e;animation:pl-pulse 2s ease-in-out infinite}.pl-logo span{color:#3d52f5}.pl-track{width:120px;height:3px;border-radius:2px;background:#e8e9f0;overflow:hidden}.pl-fill{height:100%;width:40%;background:linear-gradient(90deg,#3d52f5,#9da8f5);border-radius:2px;animation:pl-slide 1.2s ease-in-out infinite}.pl-dots{display:flex;gap:6px}.pl-dot{width:6px;height:6px;border-radius:50%;background:#3d52f5;animation:pl-bounce 1.1s ease-in-out infinite}.pl-dot:nth-child(2){animation-delay:.18s;opacity:.65}.pl-dot:nth-child(3){animation-delay:.36s;opacity:.35}@keyframes pl-fadein{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes pl-pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes pl-slide{0%{transform:translate(-100%)}to{transform:translate(320%)}}@keyframes pl-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.section-placeholder{padding:96px 0;min-height:280px}.section-placeholder-inner{max-width:1160px;margin:0 auto;padding:0 24px}.section-placeholder-line{border-radius:10px;background:#e8e9f0;margin:0 auto 14px}.section-placeholder-line-lg{width:min(420px,75%);height:36px}.section-placeholder-line-md{width:min(320px,60%);height:16px;margin-bottom:40px}.section-placeholder-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.section-placeholder-card{height:120px;border-radius:16px;background:#e8e9f0}@media(max-width:768px){.section-placeholder-grid{grid-template-columns:1fr}}[data-theme=dark] .page-loader{background:linear-gradient(160deg,#0c0e1a,#111428,#0c0e1a)}[data-theme=dark] .pl-logo{color:#e8e9f0}[data-theme=dark] .pl-track,[data-theme=dark] .section-placeholder-line,[data-theme=dark] .section-placeholder-card{background:#252840}[data-theme=dark] .section-title{color:#e8eaff}[data-theme=dark] .section-subtitle{color:#8b90b8}[data-theme=dark] .feature-card{background:#141728!important;border-color:#252840!important}[data-theme=dark] .feature-card h3{color:#e8eaff}[data-theme=dark] .feature-card p,[data-theme=dark] .hiw-grid p{color:#8b90b8}[data-theme=dark] .hiw-grid h3{color:#e8eaff}[data-theme=dark] .cat-tab:not([style*="background: #"]){background:#141728;border-color:#252840;color:#8b90b8}[data-theme=dark] .cat-detail{background:#141728!important;border-color:#252840!important}[data-theme=dark] .ex-row{background:#1a1d2e!important;border-color:#252840!important}[data-theme=dark] .ex-row:hover{background:#1a1d2e!important}[data-theme=dark] .pricing-card{background:#141728!important;border-color:#252840!important}[data-theme=dark] .pricing-card-pro{background:linear-gradient(160deg,#141728,#1a1d3e)!important;border-color:#3d52f5!important}[data-theme=dark] .pricing-btn-outline{border-color:#252840;color:#e8eaff}[data-theme=dark] .pricing-btn-outline:hover{background:#3d52f526;border-color:#3d52f5;color:#9da8f5}[data-theme=dark] .mobile-menu{background:#0f1120;border-color:#252840}[data-theme=dark] .mobile-link{color:#e8eaff;border-color:#252840}[data-theme=dark] .mobile-link:hover{color:#9da8f5}[data-theme=dark] .mobile-cta{background:#3d52f5}[data-theme=dark] .btn-secondary{background:#141728;border-color:#252840;color:#e8eaff}[data-theme=dark] .btn-secondary:hover{border-color:#3d52f5;color:#9da8f5;background:#3d52f51a}@media(max-width:1024px){.container{padding:0 20px}}@media(max-width:768px){.container{padding:0 16px}.section-subtitle{font-size:15px}}@media(max-width:480px){.container{padding:0 14px}.section-title{letter-spacing:-.4px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
