@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--bg-primary:#0b0b0d;--bg-card:#0f172a99;--bg-card-solid:#0f172a;--bg-card-hover:#1e293bcc;--border:#ffffff0f;--border-bright:#ffffff1f;--blue:#2563eb;--blue-light:#3b82f6;--blue-glow:#2563eb66;--blue-subtle:#2563eb14;--green:#22c55e;--green-subtle:#22c55e1a;--yellow:#eab308;--red:#ef4444;--text-white:#fff;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--text-muted:#64748b;--text-dark:#475569;--radius:16px;--radius-lg:24px;--radius-full:9999px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:var(--bg-primary);color:var(--text-primary);min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}img{max-width:100%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes glow{0%,to{box-shadow:0 0 20px #2563eb4d}50%{box-shadow:0 0 40px #2563eb99}}@keyframes countUp{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes spin{to{transform:rotate(360deg)}}.app-container{flex-direction:column;min-height:100vh;display:flex}.navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;border-bottom:1px solid var(--border);background:#0b0b0dcc;justify-content:space-between;align-items:center;padding:1.5rem 3rem;display:flex;position:sticky;top:0}.logo{color:var(--text-white);letter-spacing:-.5px;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;display:flex}.logo span{color:var(--blue-light)}.nav-links{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--text-secondary);font-size:.95rem;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--text-white)}.nav-btn-primary{color:var(--text-white);border-radius:var(--radius-full);background:#0f52ba;border:none;padding:.6rem 1.4rem;font-size:.9rem;font-weight:600;transition:all .2s}.nav-btn-primary:hover{background:var(--blue-light)}.hero-section{text-align:center;max-width:900px;margin:0 auto;padding:8rem 2rem 4rem;position:relative}.hero-badge{background:var(--blue-subtle);border:1px solid var(--blue-glow);color:var(--blue-light);border-radius:var(--radius-full);align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;animation:.5s ease-out slideDown;display:inline-flex}.hero-title{color:var(--text-white);letter-spacing:-1px;margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.1;animation:.5s ease-out .1s both fadeInUp}.hero-subtitle{color:var(--text-secondary);margin-bottom:3rem;max-width:700px;margin-inline:auto;font-size:1.25rem;line-height:1.6;animation:.5s ease-out .2s both fadeInUp}.hero-actions{justify-content:center;gap:1rem;animation:.5s ease-out .3s both fadeInUp;display:flex}.btn-primary{background:var(--blue);color:var(--text-white);border-radius:var(--radius-full);border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .2s;box-shadow:0 4px 14px #2563eb66}.btn-primary:hover{background:var(--blue-light);transform:translateY(-2px);box-shadow:0 6px 20px #2563eb99}.btn-secondary{color:var(--text-white);border-radius:var(--radius-full);border:1px solid var(--border);background:0 0;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.btn-secondary:hover{border-color:var(--border-bright);background:#ffffff0d}.features-section{max-width:1200px;margin:0 auto;padding:6rem 2rem}.carousel-container{align-items:center;max-width:1200px;margin:0 auto;display:flex;position:relative}.features-carousel{scroll-snap-type:x mandatory;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;gap:1.5rem;padding:1rem 0;display:flex;overflow-x:auto}.features-carousel::-webkit-scrollbar{display:none}.carousel-arrow{color:#fff;cursor:pointer;z-index:10;background:#1a1a1a;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-arrow:hover{background:#2a2a2a}.carousel-arrow.left{left:-20px}.carousel-arrow.right{right:-20px}.c-card{scroll-snap-align:center;background:#0a0a0a;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;flex:0 0 280px;transition:transform .2s;display:flex;overflow:hidden}.c-card:hover{border-color:#ffffff1a}.c-card-top{background:#111;border-bottom:1px solid #ffffff05;justify-content:center;align-items:center;padding:3rem 2rem;display:flex}.c-emoji{font-size:3.5rem}.c-card-bottom{text-align:left;flex:1;padding:1.5rem}.c-title{color:#fff;margin-top:0;margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.c-desc{color:#a3a3a3;margin:0;font-size:.85rem;line-height:1.6}.features-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem;display:grid}.feature-card{text-align:left;background:#0a0a0a;border:1px solid #ffffff0d;border-radius:16px;padding:1.5rem;transition:all .2s}.feature-card:hover{background:#111;border-color:#ffffff1a}.feature-card-header{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.feature-icon-wrapper{border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.color-blue{color:#60a5fa;background:#3b82f61a}.color-purple{color:#c084fc;background:#a855f71a}.color-green{color:#4ade80;background:#22c55e1a}.color-yellow{color:#facc15;background:#eab3081a}.color-pink{color:#f472b6;background:#ec48991a}.color-orange{color:#fb923c;background:#f973161a}.feature-title{color:var(--text-white);margin:0;font-size:1.05rem;font-weight:600}.feature-desc{color:#737373;margin:0;font-size:.85rem;line-height:1.5}.footer{border-top:1px solid var(--border);text-align:center;color:var(--text-muted);margin-top:auto;padding:3rem 2rem;font-size:.9rem}.hero-content-wrapper{z-index:10;position:relative}.hero-badge-modern{color:#60a5fa;border-radius:var(--radius-full);background:#1e3a8a66;border:1px solid #3b82f666;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1.2rem;font-size:.85rem;font-weight:500;display:inline-flex}.hero-badge-modern .dot{background:#3b82f6;border-radius:50%;width:6px;height:6px}.text-blue-gradient{color:#60a5fa}.hero-subtitle-small{color:var(--text-secondary);margin-top:-1.5rem;margin-bottom:2.5rem;font-size:1.05rem}.hero-subtitle-small strong{color:var(--text-white);font-weight:600}.btn-outline{color:var(--text-white);border-radius:var(--radius-full);background:0 0;border:1px solid #fff3;padding:.8rem 2rem;font-size:1.05rem;font-weight:600;transition:all .2s}.btn-outline:hover{background:#ffffff0d}.hero-stats{color:var(--text-secondary);justify-content:center;gap:1.5rem;margin-top:2.5rem;font-size:.85rem;display:flex}.stat-item{align-items:center;gap:.5rem;display:flex}.stars-yellow{color:#eab308;letter-spacing:2px}.stat-badge{border-radius:var(--radius-full);color:#60a5fa;background:#1e3a8a33;border:1px solid #3b82f64d;align-items:center;gap:.5rem;padding:.3rem .8rem;display:flex}.stat-item strong,.stat-badge strong{color:var(--text-white)}.testimonial-card{border-radius:var(--radius-lg);text-align:left;z-index:5;background:#0b1120;border:1px solid #ffffff0d;width:250px;padding:1.5rem;position:absolute;box-shadow:0 20px 40px #0006}.t-header{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.t-avatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;font-weight:700;display:flex}.t-name{color:var(--text-white);font-size:.9rem;font-weight:600}.t-handle{color:var(--text-secondary);font-size:.75rem}.t-text{color:#94a3b8;margin-bottom:1rem;font-size:.85rem;line-height:1.5}.t-stars{color:#eab308;letter-spacing:1px;font-size:.9rem}.floating-top-left{top:25%;left:-25%}.floating-top-right{top:20%;right:-25%}.hero-app-mockup{text-align:left;background:#020617;border:1px solid #3b82f666;border-bottom:none;border-radius:20px 20px 0 0;width:100%;max-width:500px;margin:6rem auto 0;padding:1.5rem;position:relative;box-shadow:0 -20px 60px #2563eb33}.hero-app-mockup:before{content:"";pointer-events:none;background:linear-gradient(#2563eb1a 0%,#0000 100%);border-top-left-radius:20px;border-top-right-radius:20px;height:100%;position:absolute;top:0;left:0;right:0}.mockup-header{align-items:center;margin-bottom:1.5rem;display:flex}.mockup-logo{color:#fff;align-items:center;gap:.5rem;font-size:1.2rem;font-weight:700;display:flex}.mockup-tabs{gap:.5rem;margin-bottom:1.5rem;display:flex}.m-tab{color:var(--text-secondary);border-radius:8px;padding:.5rem 1rem;font-size:.9rem;font-weight:500}.m-tab.active{color:#fff;background:#3b82f6}.mockup-list{flex-direction:column;gap:.5rem;display:flex}.m-item{color:var(--text-secondary);background:#0f172a;border-radius:12px;justify-content:space-between;align-items:center;padding:1rem 1.2rem;font-size:.95rem;font-weight:500;display:flex}.m-item.active{color:#fff;background:#1e293b;border-left:3px solid #3b82f6}.m-icon{color:#3b82f6;font-size:1.2rem}.split-section{justify-content:space-between;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:6rem 2rem;display:flex}.split-text{text-align:left;flex:1;max-width:500px}.split-title{color:var(--text-white);margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}.split-desc{color:#a3a3a3;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.6}.split-desc strong{color:var(--text-white);font-weight:600}.split-subtitle{color:var(--text-white);margin-top:2rem;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.split-visual{flex:1;justify-content:flex-end;display:flex}.assessment-mockup{text-align:left;background:#0a0a0a;border:1px solid #ffffff0d;border-radius:16px;width:100%;max-width:500px;overflow:hidden;box-shadow:0 20px 40px #0006}.am-header{color:#737373;border-bottom:1px solid #ffffff0d;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:.85rem;display:flex}.am-dots{gap:6px;margin-right:.5rem;display:flex}.am-dot{border-radius:50%;width:10px;height:10px}.am-dot.r{background:#ef4444}.am-dot.y{background:#f59e0b}.am-dot.g{background:#10b981}.am-body{padding:1.5rem}.am-score-card{text-align:center;background:#0f172a;border:1px solid #3b82f633;border-radius:12px;margin-bottom:1.5rem;padding:2rem 1rem}.am-score-val{color:#fff;margin-bottom:.5rem;font-size:3.5rem;font-weight:800;line-height:1}.am-score-label{color:#94a3b8;margin-bottom:1rem;font-size:.95rem}.am-badges{justify-content:center;gap:.5rem;display:flex}.am-badge{border-radius:var(--radius-full);padding:.3rem .8rem;font-size:.8rem;font-weight:500}.am-badge.green{color:#10b981;background:#10b9811a;border:1px solid #10b98133}.am-badge.blue{color:#60a5fa;background:#3b82f61a;border:1px solid #3b82f633}.am-legend{color:#737373;gap:1.5rem;margin-bottom:1rem;padding:0 .5rem;font-size:.8rem;display:flex}.am-legend-item{align-items:center;gap:.5rem;display:flex}.am-tag{border-radius:10px;padding:.1rem .4rem;font-size:.7rem;font-weight:700}.am-tag.db{color:#10b981;background:#10b98126}.am-tag.ai{color:#c084fc;background:#a855f726}.am-questions{flex-direction:column;gap:.5rem;display:flex}.am-q-row{color:#d4d4d4;background:#111;border-radius:8px;justify-content:space-between;align-items:center;padding:.8rem 1rem;font-size:.85rem;display:flex}.am-q-left{align-items:center;gap:.75rem;display:flex}.am-q-icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.6rem;display:flex}.am-q-icon.db{color:#10b981;background:#10b98133}.am-q-icon.ai{color:#c084fc;background:#a855f733}.am-footer{text-align:center;color:#525252;margin-top:1.5rem;font-size:.75rem}.settings-section{max-width:1200px;margin:0 auto;padding:6rem 2rem}.settings-split{align-items:center;gap:4rem;margin-bottom:6rem;display:flex}.settings-text{flex:1}.settings-text h2{color:#fff;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.settings-text h2 span{color:#3b82f6;display:block}.settings-text p{color:#a3a3a3;margin-bottom:1.5rem;font-size:1.1rem}.settings-text h4{color:#fff;margin-bottom:.5rem;font-size:1.1rem}.settings-mockup{background:#0b0b0d;border:1px solid #ffffff14;border-radius:16px;flex:1;padding:1.5rem;box-shadow:0 0 80px #2563eb14,inset 0 1px #ffffff0d}.sm-header{border-bottom:1px solid #ffffff0d;align-items:center;gap:.6rem;margin-bottom:1.5rem;padding-bottom:1.2rem;display:flex}.sm-dot{border-radius:50%;width:12px;height:12px}.sm-dot.r{background:#ef4444}.sm-dot.y{background:#eab308}.sm-dot.g{background:#22c55e}.sm-title{color:#525252;margin-left:.5rem;font-size:.85rem}.sm-list{flex-direction:column;gap:1rem;display:flex}.sm-row{color:#d4d4d4;background:#ffffff05;border:1px solid #ffffff0a;border-radius:12px;justify-content:space-between;align-items:center;padding:1rem 1.5rem;font-size:.95rem;font-weight:500;transition:border-color .2s;display:flex}.sm-row:hover{border-color:#ffffff14}.sm-badge{color:#60a5fa;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:20px;padding:.35rem 1rem;font-size:.8rem;font-weight:500}.logging-section{text-align:center}.logging-section h3{color:#fff;margin-bottom:2rem;font-size:2rem;font-weight:700}.logging-section h3 span{color:#3b82f6}.log-cards{gap:1.5rem;margin-bottom:1.5rem;display:flex}.log-card{text-align:left;background:#0a0a0a;border:1px solid #ffffff0d;border-radius:12px;flex:1;padding:2rem}.log-card h4{color:#fff;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.1rem;display:flex}.log-card p{color:#a3a3a3;margin:0;font-size:.95rem;line-height:1.6}.log-wide-card{text-align:center;background:#0a0a0a;border:1px solid #ffffff0d;border-radius:12px;padding:2.5rem}.log-wide-card h4{color:#fff;margin-bottom:1rem;font-size:1.1rem;font-weight:500}.log-wide-card p{color:#525252;margin:0;font-size:.9rem}.discord-section{max-width:1200px;margin:0 auto;padding:6rem 2rem}.discord-split{align-items:center;gap:4rem;display:flex}.discord-text{flex:1}.discord-text h2{color:#fff;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.discord-text h2 span{color:#3b82f6;display:block}.discord-text p{color:#a3a3a3;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.6}.discord-text p strong{color:#fff}.discord-right{flex-direction:column;flex:1;gap:1.5rem;display:flex}.discord-mockup{background:#0b0b0d;border:1px solid #3b82f633;border-radius:12px;box-shadow:0 0 60px #00000080}.dm-header{border-bottom:1px solid #ffffff0d;align-items:center;gap:.6rem;padding:1rem 1.5rem;display:flex}.dm-body{padding:1.5rem}.dm-message{gap:1rem;display:flex}.dm-avatar{color:#fff;background:#3b82f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:700;display:flex}.dm-content{flex:1}.dm-meta{align-items:baseline;gap:.5rem;margin-bottom:.5rem;display:flex}.dm-author{color:#fff;font-size:1rem;font-weight:600}.dm-time{color:#737373;font-size:.75rem}.dm-embed{background:#111;border:1px solid #ffffff0d;border-radius:8px;padding:1.5rem}.dm-embed-title{color:#fff;margin-bottom:1.5rem;font-size:.95rem;font-weight:600}.dm-embed-row{color:#a3a3a3;justify-content:space-between;margin-bottom:.75rem;font-size:.85rem;display:flex}.dm-check{color:#22c55e;margin-right:.4rem}.dm-green{color:#22c55e;font-weight:600}.dm-gray{color:#a3a3a3;font-weight:600}.dm-blue{color:#60a5fa;font-weight:600}.dm-embed-footer{color:#525252;border-top:1px solid #ffffff0d;margin-top:1.5rem;padding-top:.8rem;font-size:.75rem}.discord-stats{background:#0a0a0a;border:1px solid #ffffff14;border-radius:12px;justify-content:space-around;padding:1.5rem;display:flex}.d-stat{text-align:center}.d-stat h4{color:#fff;margin-bottom:.2rem;font-size:1.5rem;font-weight:700}.d-stat span{color:#737373;font-size:.8rem}.updates-section{max-width:1200px;margin:0 auto;padding:6rem 2rem}.updates-split{align-items:flex-start;gap:4rem;display:flex}.updates-left{flex:1}.updates-left h2{color:#93c5fd;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.updates-left h2 span{color:#fff}.updates-left p{color:#a3a3a3;margin-bottom:3rem;font-size:1.1rem;line-height:1.6}.updates-left p strong{color:#fff}.u-label{text-transform:uppercase;letter-spacing:1px;color:#525252;margin-bottom:1.5rem;font-size:.75rem;font-weight:700;display:block}.u-cards{gap:1.5rem;display:flex}.u-card{background:#0b0b0d;border:1px solid #3b82f61a;border-radius:12px;flex:1;padding:1.5rem}.u-card-header{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.u-icon{font-size:1.5rem}.u-live-badge{color:#4ade80;background:#22c55e26;border-radius:12px;padding:.2rem .6rem;font-size:.65rem;font-weight:700}.u-card h4{color:#fff;margin-bottom:.75rem;font-size:1.1rem}.u-card p{color:#a3a3a3;margin:0;font-size:.9rem;line-height:1.6}.updates-right{flex-direction:column;flex:1;gap:1.5rem;display:flex}.stats-card{background:#0b0b0d;border:1px solid #ffffff14;border-radius:16px;padding:2rem}.stats-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem;display:grid}.s-box{text-align:center;background:#ffffff05;border:1px solid #ffffff0a;border-radius:8px;padding:2rem 1rem}.s-box h3{color:#fff;margin-bottom:.3rem;font-size:1.8rem;font-weight:700}.s-box span{color:#737373;font-size:.8rem}.recent-updates-card{background:#0b0b0d;border:1px solid #ffffff14;border-radius:12px;padding:1.5rem}.ru-row{border-top:1px solid #ffffff0d;align-items:center;gap:1rem;margin-top:1rem;padding-top:1rem;display:flex}.ru-badge{color:#60a5fa;white-space:nowrap;background:#3b82f626;border-radius:12px;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.ru-text{color:#a3a3a3;font-size:.9rem}@media (width<=900px){.updates-split,.u-cards{flex-direction:column}}.comparison-section{text-align:center;max-width:1200px;margin:0 auto;padding:6rem 2rem}.comparison-section h2{color:#fff;margin-bottom:1rem;font-size:3rem;font-weight:800}.comparison-section h2 span{color:#60a5fa}.comparison-section p.sub{color:#a3a3a3;max-width:700px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.6}.comp-table-wrapper{text-align:left;background:#0b0b0d;border:1px solid #ffffff14;border-radius:16px;overflow:hidden}.comp-grid{grid-template-columns:1fr 140px 140px;display:grid}.cg-header{color:#737373;text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid #ffffff14;align-items:center;font-size:.8rem;font-weight:700;display:flex}.cg-header.feature-col{padding:1.5rem 2rem}.cg-header.bot-col{border-left:1px solid #ffffff0d;flex-direction:column;justify-content:center;gap:.5rem;padding:1rem}.cg-header.bot-col.active{color:#fff;text-transform:none;background:#3b82f608}.bot-logo{color:#fff;background:#3b82f6;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;display:flex}.cg-row{display:contents}.cg-cell{border-bottom:1px solid #ffffff0d;padding:.8rem 2rem}.cg-row:last-child .cg-cell{border-bottom:none}.cg-cell.bot-cell{border-left:1px solid #ffffff0d;justify-content:center;align-items:center;padding:.8rem 1rem;display:flex}.cg-cell.bot-cell.active{background:#3b82f605}.c-feat-title{color:#e5e5e5;margin-bottom:.3rem;font-size:1.05rem;font-weight:500}.c-feat-desc{color:#525252;font-size:.85rem;line-height:1.4}.c-icon{font-size:1.1rem}.c-icon.check{color:#22c55e}.c-icon.cross{color:#525252}.c-icon.dash{color:#eab308;font-size:1.3rem;font-weight:800}.comp-legend{color:#737373;background:#0003;border-top:1px solid #ffffff14;align-items:center;gap:1.5rem;padding:1rem 2rem;font-size:.8rem;display:flex}.comp-legend span{align-items:center;gap:.5rem;display:flex}.legend-title{text-transform:uppercase;letter-spacing:1px;margin-right:1rem;font-weight:700}@media (width<=768px){.comp-grid{grid-template-columns:1fr 100px 100px}.cg-header.feature-col,.cg-cell{padding:1rem}}.pricing-section{text-align:center;max-width:1200px;margin:0 auto;padding:8rem 2rem}.pricing-section h2{color:#fff;max-width:900px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:3.5rem;font-weight:800;line-height:1.1}.pricing-section h2 span{color:#60a5fa}.pricing-section .p-sub{color:#a3a3a3;margin-bottom:2.5rem;font-size:1.1rem}.trust-badge{color:#fca5a5;background:#ef44441a;border:1px solid #ef444433;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:3rem;padding:.5rem 1rem;font-size:.9rem;display:inline-flex}.dot-red{background:#ef4444;border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px #ef4444}.pricing-tabs{justify-content:center;gap:1rem;margin-bottom:4rem;display:flex}.p-tab{color:#737373;cursor:pointer;background:#161616;border:1px solid #ffffff0d;border-radius:100px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.p-tab.active{color:#fff;background:#2563eb;border-color:#3b82f6}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-bottom:4rem;display:grid}.p-card{text-align:left;background:#0a0a0a;border:1px solid #ffffff0d;border-radius:20px;padding:2.5rem 1.5rem;transition:all .3s;position:relative}.p-card.popular{border-color:#3b82f6;box-shadow:0 0 30px #2563eb26}.p-pop-badge{color:#60a5fa;background:#2563eb1a;border:1px solid #2563eb4d;border-radius:100px;padding:.2rem .6rem;font-size:.75rem;font-weight:600;position:absolute;top:1.5rem;right:1.5rem}.p-label{color:#737373;margin-bottom:1rem;font-size:.9rem}.p-price{color:#fff;margin-bottom:.5rem;font-size:3rem;font-weight:800}.p-price span{vertical-align:top;margin-right:.2rem;font-size:1.5rem}.p-duration{color:#525252;margin-bottom:2rem;font-size:.85rem}.p-btn{color:#fff;cursor:pointer;background:#1a1a1a;border:1px solid #ffffff0d;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.8rem;font-weight:600;transition:all .2s;display:flex}.p-btn:hover{background:#262626}.p-btn.primary{background:#2563eb;border-color:#3b82f6}.p-btn.primary:hover{background:#1d4ed8}.features-box{text-align:left;background:#0a0a0a;border:1px solid #ffffff0d;border-radius:20px;padding:2rem 3rem}.fb-title{color:#737373;text-transform:uppercase;letter-spacing:2px;margin-bottom:1.5rem;font-size:.8rem;font-weight:700}.fb-grid{grid-template-columns:1fr 1fr;gap:1rem 4rem;margin-bottom:2rem;display:grid}.fb-item{color:#d4d4d4;align-items:center;gap:.75rem;font-size:.95rem;display:flex}.fb-item svg{color:#3b82f6;flex-shrink:0}.fb-footer{border-top:1px solid #ffffff0d;align-items:center;gap:1.5rem;padding-top:1.5rem;display:flex}.fb-footer span{color:#525252;font-size:.85rem}.fb-badge{color:#60a5fa;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:100px;padding:.4rem .8rem;font-size:.8rem}.footer-modern{background:#070708;border-top:1px solid #ffffff0d;padding:4rem 2rem 2rem}.footer-main{justify-content:space-between;max-width:1200px;margin:0 auto 4rem;display:flex}.footer-label{color:#404040;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.75rem;font-weight:700}.platform-row{color:#fff;margin-bottom:.5rem;font-size:1.1rem}.platform-sub{color:#404040;font-size:.85rem}.footer-links-grid{flex-direction:column;align-items:flex-start;gap:.75rem;display:flex}.footer-links-grid a{color:#a3a3a3;font-size:.95rem;text-decoration:none;transition:color .2s}.footer-links-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding-top:2rem;display:flex}.footer-brand{color:#fff;align-items:center;gap:1rem;font-size:1.1rem;font-weight:700;display:flex}.v-badge{color:#3b82f6;background:#2563eb1a;border-radius:100px;margin-left:.5rem;padding:.1rem .5rem;font-size:.75rem}.footer-legal{color:#404040;align-items:center;gap:2rem;font-size:.85rem;display:flex}.footer-legal a{color:inherit;text-decoration:none}.footer-legal a:hover{color:#737373}@media (width<=1200px){.floating-top-left,.floating-top-right{display:none}}@media (width<=1024px){.hero-title{font-size:3.5rem}.split-section,.settings-split,.discord-split,.updates-split{text-align:center;flex-direction:column;gap:3rem}.split-text,.settings-text,.discord-text,.updates-left{max-width:100%;margin-inline:auto}.split-visual,.settings-mockup,.discord-right,.updates-right{justify-content:center;width:100%}.assessment-mockup,.settings-mockup,.hero-app-mockup{margin-inline:auto}}@media (width<=768px){.navbar{padding:1rem 1.5rem}.nav-links a{display:none}.nav-links{gap:0}.nav-btn-primary{padding:.5rem 1rem;font-size:.8rem}.hero-section{padding-top:5rem}.hero-title{letter-spacing:-.5px;font-size:2.8rem}.hero-subtitle{font-size:1.1rem}.hero-actions{flex-direction:column;gap:.8rem}.btn-primary,.btn-secondary,.btn-outline{width:100%;padding:.8rem}.hero-stats{flex-direction:column;align-items:center;gap:1rem}.features-grid,.pricing-grid{grid-template-columns:1fr}.pricing-section h2{font-size:2.5rem}.fb-grid{grid-template-columns:1fr}.fb-footer{flex-direction:column;align-items:flex-start;gap:1rem}.footer-main{text-align:center;flex-direction:column;gap:3rem}.footer-links-grid{align-items:center}.footer-bottom{text-align:center;flex-direction:column;gap:2rem}.footer-legal{flex-direction:column;gap:1rem}.log-cards{flex-direction:column}.split-title,.settings-text h2,.discord-text h2,.updates-left h2{font-size:2.2rem}.carousel-arrow{display:none}}@media (width<=480px){.hero-title{font-size:2.2rem}.pricing-tabs{flex-wrap:wrap}.p-tab{padding:.5rem 1rem;font-size:.8rem}.am-score-val{font-size:2.5rem}.s-box h3{font-size:1.4rem}}.dashboard-wrapper{background:#070708;width:100vw;height:100vh;display:flex;overflow:hidden}.sidebar{background:#0a0a0a;border-right:1px solid #ffffff0d;flex-direction:column;width:260px;padding:2rem 1.5rem;display:flex}.sidebar-logo{color:#fff;letter-spacing:-1px;margin-bottom:3rem;font-size:1.5rem;font-weight:800}.sidebar-logo span{color:#3b82f6}.sidebar-nav{flex:1}.nav-item{color:#737373;cursor:pointer;border-radius:8px;margin-bottom:.5rem;padding:.8rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.nav-item:hover,.nav-item.active{color:#3b82f6;background:#3b82f61a}.logout-btn{color:#ef4444;cursor:pointer;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;width:100%;padding:.8rem;font-weight:600}.main-content{flex-direction:column;flex:1;display:flex;overflow:hidden}.dashboard-header{background:#070708;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;height:70px;padding:0 2rem;display:flex}.header-title{color:#fff;font-weight:600}.user-badge{border-radius:var(--radius-full);color:#737373;background:#1a1a1a;border:1px solid #ffffff0d;padding:.4rem 1rem;font-size:.8rem}.dashboard-scrollable{flex:1;padding:2rem;overflow-y:auto}.cp-grid{grid-template-columns:400px 1fr;gap:1.5rem;width:100%;display:grid}.sub-card{border-radius:var(--radius-lg);background:linear-gradient(135deg,#2563eb1a,#0f172a66);border:1px solid #3b82f633;justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin-bottom:1.5rem;padding:1.5rem 2rem;display:flex}.sub-info h3{color:var(--text-white);margin-bottom:.25rem;font-size:1.2rem}.sub-info p{color:var(--text-secondary);font-size:.9rem}.sub-status{gap:2rem;display:flex}.stat-box{text-align:right}.stat-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;margin-bottom:.25rem;font-size:.75rem}.stat-value{color:var(--blue-light);font-size:1.1rem;font-weight:700}.stat-value.success{color:var(--green)}.cp-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:#0f172a66;flex-direction:column;padding:2rem;display:flex}.cp-card-title{color:var(--text-white);justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:1.1rem;font-weight:700;display:flex}.form-group{margin-bottom:1.2rem}.form-label{color:var(--text-secondary);margin-bottom:.5rem;font-size:.85rem;display:block}.form-input{border:1px solid var(--border);width:100%;color:var(--text-white);background:#0b0b0d80;border-radius:8px;outline:none;padding:.75rem 1rem;font-size:.9rem;transition:all .2s}.form-input:focus{border-color:var(--blue-light);box-shadow:0 0 0 2px var(--blue-subtle)}.btn-launch{background:var(--blue-light);width:100%;color:var(--text-white);border:none;border-radius:8px;margin-top:auto;padding:.85rem;font-size:1rem;font-weight:600;transition:all .2s}.btn-launch:hover{background:var(--blue)}.btn-launch:disabled{opacity:.7;cursor:not-allowed}.btn-stop{width:100%;color:var(--red);background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;margin-top:auto;padding:.85rem;font-size:1rem;font-weight:600;transition:all .2s}.btn-stop:hover{background:#ef444433}.logs-window{border:1px solid var(--border);background:#0b0b0d80;border-radius:12px;height:450px;padding:1.5rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.85rem;line-height:1.6;overflow-y:auto}.log-entry{word-wrap:break-word;margin-bottom:.5rem}.log-entry.system{color:var(--green)}.log-entry.error{color:var(--red)}.log-entry.info{color:var(--text-secondary)}.log-entry.warning{color:var(--yellow)}.status-badge{border-radius:var(--radius-full);border:1px solid var(--border);color:var(--text-secondary);letter-spacing:.5px;padding:.2rem .8rem;font-size:.7rem}.status-badge.RUNNING{border-color:var(--green-subtle);color:var(--green);background:#22c55e1a}@media (width<=900px){.cp-grid{grid-template-columns:1fr}.sub-card{text-align:center;flex-direction:column;gap:1.5rem}.sub-status{justify-content:space-around;width:100%}}
