*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"kern" 1,"liga" 1,"calt" 1;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden;text-rendering:optimizeLegibility}.website,body{background-color:#1a1a1a}.website{display:flex;flex-direction:column;min-height:100vh}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a1af2;border-bottom:1px solid #2c2c2c;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header.floating{background:#1a1a1afa;box-shadow:0 4px 20px #0000004d}.header-content{justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.header-content,.logo{align-items:center;display:flex}.logo-image{filter:drop-shadow(0 2px 4px rgba(0,0,0,.5));flex-shrink:0;height:40px}.nav{display:flex;gap:2rem}.nav-link{color:#fff;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#033592}.nav-link:after{background:#033592;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}.hero{align-items:center;background:#1a1a1a;background-image:url(/static/media/Background.5994a420c1125f994aa8.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.hero:before{backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);background:#0009}.hero:after,.hero:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.hero:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='160' height='160' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='b' width='160' height='160' patternUnits='userSpaceOnUse'%3E%3Cpath d='M0 80 80 0l80 80-80 80Z' fill='none' stroke='rgba(255,255,255,0.01)' stroke-width='2' filter='url(%23a)'/%3E%3C/pattern%3E%3Cfilter id='a'%3E%3CfeGaussianBlur stdDeviation='1'/%3E%3C/filter%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23b)'/%3E%3C/svg%3E");background-size:160px 160px;filter:blur(.5px)}.hero-content{margin-top:15vh;max-width:800px;padding:2rem;position:relative;text-align:center;z-index:1}.hero-subtitle{color:#e0e0e0;font-size:2.5rem;font-weight:600;line-height:1.2;margin-bottom:1.5rem}.hero-description{color:#fff;font-size:1rem;font-weight:400;margin-bottom:3rem;margin-top:3rem;opacity:.8}.hero-arrow{display:flex;justify-content:center;margin-top:3rem}.hero-arrow svg{stroke:#fff;stroke-width:2;fill:none;height:24px;opacity:.7;width:24px}.hero-banner{align-items:center;background:linear-gradient(90deg,#033592,#1a4ba3,#033592);bottom:-70px;display:flex;height:180px;justify-content:center;left:0;overflow:hidden;position:absolute;right:0;z-index:2}.scrolling-text{animation:scrollText 80s linear infinite;color:#fff;font-size:4.5rem;font-weight:700;letter-spacing:2px;line-height:1;margin-top:-75px;padding:0 2rem;transform:translateX(0);white-space:nowrap}@keyframes scrollText{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.hero-description{color:#8a8a8a;margin-bottom:2rem;margin-left:auto;margin-right:auto}.cta-button{background:#202020;border:none;border-radius:6px;box-shadow:0 4px 24px 0 #0006;color:#fff;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-button:hover{background-color:#033592;box-shadow:0 0 6px 2px #033592,0 4px 24px 0 #0006;transform:translateY(-2px)}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.section-title{margin-bottom:3rem;text-align:center}.features{background:#202020;padding:5rem 0}.features-grid{grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature-card{background:#202020;border:1px solid #2c2c2c;border-radius:6px;box-shadow:0 4px 24px 0 #0006;padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{background:#2a2a2a;border-color:#3a3a3a;box-shadow:0 6px 28px 0 #0006}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.3rem;margin-bottom:1rem}.feature-card p{color:#8a8a8a}.games{background:#1a1a1a;padding:5rem 0}.games-grid{display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem;justify-content:center;margin:0 auto;max-width:1200px}.game-card{align-items:center;background:#202020;border:1px solid #2c2c2c;border-radius:6px;box-shadow:0 4px 24px 0 #0006;display:flex;flex:1 1;flex-direction:column;gap:1rem;justify-content:space-between;max-width:350px;min-height:400px;min-width:300px;padding:2rem;transition:all .3s ease}.game-card:hover{background:#2a2a2a;border-color:#3a3a3a;box-shadow:0 6px 28px 0 #0006;transform:translateY(-2px)}.game-card.active{background:#252525;border-color:#033592}.game-card.active:hover{background:#2a2a2a;border-color:#033592}.game-card.inactive{cursor:not-allowed;opacity:.4}.game-card.inactive:hover{background:#202020;border-color:#2c2c2c;box-shadow:0 4px 24px 0 #0006;transform:none}.game-icon{align-items:center;background:#0000;display:flex;height:80px;justify-content:center;position:relative;width:80px}.game-icon img,.game-icon svg{height:100%;width:100%}.game-icon img{border-radius:6px;object-fit:cover}.game-letter{font-size:1.2rem;font-weight:700;position:relative;z-index:1}.game-info{text-align:center;width:100%}.game-name{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.game-type{color:#8a8a8a;font-size:.9rem;margin-bottom:1rem}.game-version{color:#575757;font-size:.75rem;margin-bottom:.5rem}.pricing-info{align-items:baseline;display:flex;gap:.25rem;justify-content:center;margin-bottom:1rem}.pricing-grid{grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));max-width:1000px}.subscription-plans{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:1rem}.price{color:#033592;font-size:2rem;font-weight:700}.period{color:#8a8a8a;font-size:1rem;font-weight:500}.features-list{flex-direction:column;margin-bottom:1rem;text-align:center}.feature-item,.features-list{align-items:center;display:flex;gap:.5rem}.feature-item{color:#e0e0e0;font-size:.9rem}.feature-item svg{flex-shrink:0}.plan-button{background:#202020;border:1px solid #2c2c2c;cursor:pointer;display:inline-block;font-size:1rem;margin-top:auto;padding:.75rem 1.5rem;transition:all .3s ease;width:100%}.plan-button:hover{background-color:#033592;box-shadow:0 4px 12px #0335924d;transform:translateY(-2px)}.status-active{background:#44ff4426;border:1px solid #44ff444d;border-radius:4px;color:#4f4}.status-active,.status-inactive{font-size:.7rem;padding:.2rem .6rem}.status-inactive{background:#ff44441a;border:1px solid #ff44444d;border-radius:12px;color:#f44;font-weight:600}.reviews-section{background:#202020;padding:5rem 0}.reviews-grid{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.review-card{background:#202020;border:1px solid #2c2c2c;border-radius:6px;box-shadow:0 4px 24px 0 #0006;display:flex;flex-direction:column;height:310px;justify-content:space-between;padding:1.5rem;position:relative;transition:all .3s ease}.review-card:hover{background:#2a2a2a;border-color:#3a3a3a;box-shadow:0 6px 28px 0 #0006;transform:translateY(-5px)}.review-content{margin-bottom:1.5rem}.review-content p{color:#e0e0e0;font-size:1rem;font-style:italic;line-height:1.6}.review-author{border-top:1px solid #3a3a3a;padding-top:1rem}.author-info{display:flex;flex-direction:column;gap:.25rem}.author-name{font-weight:600}.author-uid{color:#8a8a8a;font-size:.85rem;font-weight:500}.footer{background:#1a1a1a;border-top:1px solid #2c2c2c;margin-top:auto;padding:3rem 0 1rem;position:relative;z-index:10}.footer-content{grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h4{color:#fff;font-size:1.2rem;margin-bottom:1rem}.footer-section p{color:#8a8a8a;margin-bottom:1rem}.footer-section a{color:#8a8a8a;display:block;margin-bottom:.5rem;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#fff}.footer-bottom{border-top:1px solid #3a3a3a;color:#575757;padding-top:2rem;text-align:center}.toast-notification{align-items:flex-start;background:#2a2a2a;border:1px solid #333;border-radius:6px;box-shadow:0 4px 12px #0000004d;display:flex;gap:1rem;max-width:400px;padding:1rem;position:fixed;right:2rem;top:2rem;transform:translateX(100%);transition:transform .3s ease;z-index:10000}.toast-notification.show{transform:translateX(0)}.toast-notification-success{background:#1a1a2a;border-left:4px solid #033592}.toast-notification-error{background:#2a1a1a;border-left:4px solid #f44}.toast-notification-warning{background:#2a2a1a;border-left:4px solid #fa0}.toast-notification-wrapper{flex:1 1}.toast-notification-header{color:#fff;font-weight:600;margin-bottom:.5rem}.toast-notification-content{color:#ccc;font-size:.9rem}.toast-notification-close{background:none;border:none;color:#888;cursor:pointer;font-size:1.5rem;line-height:1;padding:0}.toast-notification-close:hover{color:#fff}.mini-dashboard{background:#1a1a1a;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}.mini-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#202020;border-bottom:1px solid #2c2c2c;justify-content:space-between;padding:.75rem 1.5rem;position:sticky;top:0;z-index:1000}.header-left .logo,.mini-header{align-items:center;display:flex}.logo-image{height:28px;width:auto}.header-center{display:flex;gap:.75rem}.nav-btn{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-items:center;background:#0000;border:1px solid #fff3;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;gap:.4rem;justify-content:center;padding:.75rem 1rem;transition:all .3s ease}.nav-btn:hover{background:#033592;border-color:#033592;box-shadow:0 4px 12px #0335924d;transform:translateY(-1px)}.nav-btn svg{height:14px;width:14px}.header-right{align-items:center;display:flex;gap:.75rem}.user-info{gap:.2rem}.user-name{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif;font-size:.8rem}.user-email{font-size:.7rem}.dashboard-container{display:flex;min-height:calc(100vh - 70px)}.mini-sidebar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#202020;border-right:1px solid #2c2c2c;display:flex;flex-direction:column;padding:1.5rem 0;width:260px}.sidebar-nav{gap:.4rem;padding:0 1rem}.nav-item{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"kern" 1,"liga" 1,"calt" 1;align-items:center;background:none;border:none;border-radius:6px;color:#8a8a8a;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;gap:.7rem;margin:0 .2rem;padding:.85rem 1.1rem;text-align:left;text-rendering:optimizeLegibility;transition:all .3s ease}.nav-item:hover{background:#ffffff0f;color:#fff;transform:translateX(3px)}.nav-item.active{background:#0000;color:#fff;position:relative}.nav-item.active:before{background:#0d6efd;border-radius:4px;box-shadow:0 0 10px #0d6efd80;content:"";height:60%;left:-.5rem;position:absolute;top:50%;transform:translateY(-50%);width:4px}.nav-item svg{flex-shrink:0;height:17px;opacity:.8;width:17px}.nav-item.active svg,.nav-item:hover svg{opacity:1}.sidebar-footer{padding:1rem}.download-client-btn{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-items:center;border-radius:6px;display:flex;font-family:Inter,sans-serif;font-size:.8rem;gap:.4rem;justify-content:center;padding:.75rem 1rem;width:100%}.download-client-btn:hover{box-shadow:0 4px 12px #0335924d;transform:translateY(-1px)}.download-client-btn svg{height:16px;width:16px}.mini-main{background:#1a1a1a;flex:1 1;overflow-y:auto;padding:2rem}.profile-content{display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:800px}.loading-container{padding:4rem 2rem;text-align:center}.loading-spinner{border:3px solid #03359233;border-top-color:#033592;height:40px;margin-bottom:1rem;width:40px}.loading-container p{color:#8a8a8a;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500}.user-profile-section{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#202020,#2a2a2a);border:1px solid #2c2c2c;border-radius:12px;box-shadow:0 6px 20px #0003;display:flex;gap:1.5rem;padding:2rem}.user-avatar{border:2px solid #ffffff1a;box-shadow:0 6px 20px #0335924d;font-family:Inter,sans-serif;font-size:2rem;font-weight:700;height:80px;width:80px}.user-details{flex:1 1;gap:.5rem}.username{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.user-email,.username{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif;margin:0}.user-email{color:#8a8a8a;font-size:.9rem}.activate-key-section,.subscriptions-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#202020,#2a2a2a);border:1px solid #2c2c2c;border-radius:12px;box-shadow:0 6px 20px #0003;padding:2rem}.section-header{align-items:flex-start;flex-direction:column;margin-bottom:1.5rem}.section-header h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:1.3rem;font-weight:700;margin:0 0 .3rem}.section-header h3,.section-subtitle{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif}.section-subtitle{font-size:.9rem;line-height:1.5;margin:.3rem 0 0;padding-left:0}.subscription-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #3a3a3a;border-radius:10px;padding:1.5rem}.subscription-card:hover{border-color:#033592;box-shadow:0 6px 20px #0000004d;transform:translateY(-1px)}.subscription-icon{align-items:center;background:linear-gradient(135deg,#03359233,#1a4ba31a);border:1px solid #03359233;border-radius:8px;color:#033592;display:flex;height:48px;justify-content:center;width:48px}.subscription-icon svg{height:24px;width:24px}.subscription-header{gap:.75rem}.subscription-header h4{color:#fff;font-size:1.1rem;font-weight:600;margin:0}.subscription-header h4,.type-badge{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif}.type-badge{border-radius:16px;font-size:.7rem;letter-spacing:.3px;padding:.3rem .8rem}.type-badge.external{background:linear-gradient(135deg,#033592,#1a4ba3);box-shadow:0 2px 8px #03359240}.subscription-details{display:flex;gap:1.5rem}.subscription-details p{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#8a8a8a;font-family:Inter,sans-serif;font-size:.8rem;font-weight:500}.last-update{color:#8a8a8a}.days-left,.last-update{font-size:.8rem;margin:0}.days-left{font-weight:600}.days-left.active{color:#10b981}.days-left.expired{color:#ef4444}.days-left.warning{color:#f59e0b}.extend-btn{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-items:center;background:#0000;border:1px solid #fff3;border-radius:6px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;gap:.4rem;justify-content:center;padding:.75rem 1rem;transition:all .3s ease}.extend-btn:hover{background:#033592;border-color:#033592;box-shadow:0 4px 12px #03359259;transform:translateY(-1px)}.extend-btn svg{height:14px;width:14px}.key-form{align-items:center;display:flex;gap:.75rem;margin-top:1.5rem}.key-input{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #3a3a3a;font-family:Inter,sans-serif;font-size:.8rem;padding:.75rem 1rem}.key-input:focus{background:#1a1a1ae6}.activate-btn{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-items:center;background:linear-gradient(135deg,#033592,#1a4ba3);border:none;border-radius:6px;box-shadow:0 3px 10px #03359240;display:flex;font-family:Inter,sans-serif;font-size:.8rem;gap:.4rem}.activate-btn:hover{background:#1a4ba3;box-shadow:0 4px 12px #03359259;transform:translateY(-1px)}.activate-btn svg{height:16px;width:16px}.content-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#202020,#2a2a2a);border:1px solid #2c2c2c;border-radius:12px;box-shadow:0 6px 20px #0003;margin:0 auto;max-width:1600px;padding:2rem;width:100%}.content-section h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:1.3rem;font-weight:700;margin:0 0 1.25rem}.content-section h3,.content-section p{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif}.content-section p{color:#8a8a8a;font-size:.9rem;line-height:1.5;margin:0}.mini-toast{align-items:flex-start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#202020,#2a2a2a);border:1px solid #2c2c2c;border-radius:10px;box-shadow:0 6px 20px #0000004d;display:flex;gap:.75rem;max-width:350px;padding:1.25rem;position:fixed;right:2rem;top:2rem;transform:translateX(100%);transition:transform .3s ease;z-index:10000}.mini-toast.show{transform:translateX(0)}.mini-toast-success{border-left:4px solid #10b981}.mini-toast-error{border-left:4px solid #ef4444}.mini-toast-warning{border-left:4px solid #f59e0b}.toast-content{flex:1 1}.toast-title{color:#fff;font-size:.8rem;font-weight:600;margin-bottom:.4rem}.toast-message,.toast-title{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif}.toast-message{color:#8a8a8a;font-size:.7rem;line-height:1.4}.toast-close{background:none;border:none;border-radius:4px;color:#8a8a8a;cursor:pointer;font-size:1.1rem;line-height:1;padding:.2rem;transition:color .3s ease}.toast-close:hover{background:#ffffff1a;color:#fff}@media (max-width:768px){.mini-header{flex-direction:column;gap:.75rem;padding:1rem}.header-center{justify-content:center;order:3;width:100%}.dashboard-container{flex-direction:column}.mini-sidebar{order:2;width:100%}.sidebar-nav{flex-direction:row;overflow-x:auto;padding:1rem}.nav-item{flex-shrink:0;white-space:nowrap}.mini-main{order:1;padding:1.5rem}.user-profile-section{flex-direction:column;padding:1.5rem;text-align:center}.subscription-card{padding:1.25rem;text-align:center}.key-form,.subscription-card{flex-direction:column}.mini-toast{left:1rem;max-width:none;right:1rem}}.dashboard-sidebar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#202020f2;border-right:1px solid #2c2c2c4d;box-shadow:2px 0 20px #0000004d;display:flex;flex-direction:column;height:100vh;overflow-x:hidden;overflow-y:auto;position:fixed;width:280px;z-index:1000}.sidebar-header{align-items:center;background:#0335920d;border-bottom:1px solid #2c2c2c4d;display:flex;gap:1rem;padding:2rem}.sidebar-logo{height:32px;width:auto}.sidebar-header h2{color:#fff;font-size:1.5rem;font-weight:600;margin:0}.sidebar-nav{display:flex;flex:1 1;flex-direction:column;gap:.5rem;padding:1rem 0}.sidebar-nav-item{align-items:center;background:none;border:none;border-radius:8px;color:#8a8a8a;cursor:pointer;display:flex;font-size:1rem;font-weight:500;margin:0 .5rem;overflow:hidden;padding:1rem 2rem;position:relative;text-align:left;transition:all .3s ease;width:100%}.sidebar-nav-item:before{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.sidebar-nav-item:hover:before{left:100%}.sidebar-nav-item:hover{background:#2a2a2acc;color:#fff;transform:translateX(5px)}.sidebar-nav-item.active{background:linear-gradient(135deg,#033592,#1a4ba3);box-shadow:0 4px 15px #0335924d;color:#fff}.sidebar-nav-item svg{flex-shrink:0}.sidebar-footer{border-top:1px solid #2c2c2c;padding:1rem 0}.dashboard-main{display:flex;flex:1 1;flex-direction:column;margin-left:280px;min-height:100vh;overflow-x:hidden;padding:1.5rem}.dashboard-header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#202020cc;border-bottom:1px solid #2c2c2c4d;box-shadow:0 2px 20px #0003;padding:2rem}.dashboard-header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.header-left h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:2.5rem;font-weight:700;margin:0 0 .5rem}.header-subtitle{color:#8a8a8a;font-size:1.1rem;font-weight:400;margin:0}.dashboard-header h1{color:#fff;font-size:2rem;font-weight:700;margin:0}.user-profile{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2a2a2a80;border:1px solid #2c2c2c4d;border-radius:12px;display:flex;gap:1.5rem;padding:1rem 1.5rem}.user-info{align-items:flex-end;flex-direction:column;gap:.25rem}.user-status{color:#033592;font-size:.8rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.user-name{color:#fff;font-weight:600}.user-avatar{background:linear-gradient(135deg,#033592,#1a4ba3);box-shadow:0 4px 15px #0335924d;color:#fff;height:48px;width:48px}.dashboard-content{display:flex;flex:1 1;flex-direction:column;gap:1.5rem;margin:0 auto;max-width:1200px;width:100%}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.stat-card{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#202020cc;border:1px solid #2c2c2c4d;border-radius:16px;display:flex;gap:1.5rem;overflow:hidden;padding:2rem;position:relative}.stat-card:before{background:linear-gradient(90deg,#0000,#0d6efd,#0000);content:"";height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.stat-card:hover:before{transform:scaleX(1)}.stat-card:hover{border-color:#ffffff1a;box-shadow:0 8px 30px #0006;transform:translateY(-5px)}.stat-icon{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;height:56px;width:56px}.stat-title{color:#8a8a8a;font-size:.9rem;font-weight:500;margin:0 0 .5rem}.stat-value{font-size:1.8rem;margin:0 0 .25rem}.stat-change{font-size:.8rem;font-weight:600}.stat-change.positive{color:#4f4}.dashboard-section{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#202020cc;border:1px solid #2c2c2c4d;border-radius:12px;box-shadow:0 2px 10px #0003;box-sizing:border-box;padding:1.5rem;width:100%}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.section-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:1.8rem;font-weight:600;margin:0}.refresh-btn,.save-btn,.view-all-btn{background:linear-gradient(135deg,#033592,#1a4ba3);border:none;border-radius:8px;box-shadow:0 4px 15px #0335924d;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.refresh-btn:hover,.save-btn:hover,.view-all-btn:hover{box-shadow:0 6px 20px #03359266;transform:translateY(-2px)}.dashboard-section h2{color:#fff;font-size:1.5rem;font-weight:600;margin:0 0 1.5rem}.activity-list{display:flex;flex-direction:column;gap:1rem}.activity-item{align-items:center;background:#1a1a1acc;border-left:4px solid #2c2c2c4d;border-radius:12px;display:flex;gap:1rem;margin-bottom:.5rem;padding:1.5rem;transition:all .3s ease}.activity-item:hover{background:#2a2a2acc;transform:translateX(5px)}.activity-item.active,.activity-item.success{border-left-color:#4f4}.activity-item.info{border-left-color:#033592}.activity-icon{align-items:center;background:#2a2a2a;border-radius:6px;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.activity-content{flex:1 1}.activity-action{color:#fff;font-weight:600;margin-bottom:.25rem}.activity-game{color:#8a8a8a;font-size:.9rem}.activity-time{color:#575757;font-size:.8rem;font-weight:500}.games-list{display:flex;flex-direction:column;gap:1rem}.game-item{align-items:center;background:#1a1a1a;border:1px solid #2c2c2c;border-radius:6px;display:flex;gap:1rem;padding:1rem}.game-item.active{border-color:#033592}.game-item .game-icon{border-radius:6px;height:48px;overflow:hidden;width:48px}.game-item .game-icon img{height:100%;object-fit:cover;width:100%}.game-item .game-info{flex:1 1;text-align:left}.game-item .game-info h3{color:#fff;font-size:1.1rem;font-weight:600;margin:0 0 .25rem}.game-item .game-info p{color:#8a8a8a;font-size:.9rem;margin:0 0 .5rem}.status-badge{border-radius:4px;font-size:.7rem;padding:.25rem .5rem}.status-badge.active{background:#44ff4426;border:1px solid #44ff444d;color:#4f4}.game-action-btn{background:#033592;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.game-action-btn:hover{background:#1a4ba3;transform:translateY(-1px)}.setting-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1a1a1acc;border:1px solid #2c2c2c4d;border-radius:16px;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.setting-card:before{background:linear-gradient(90deg,#033592,#1a4ba3);content:"";height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.setting-card:hover:before{transform:scaleX(1)}.setting-card:hover{border-color:#0335924d;box-shadow:0 8px 25px #0006;transform:translateY(-5px)}.setting-icon{align-items:center;background:linear-gradient(135deg,#03359233,#1a4ba31a);border:1px solid #03359233;border-radius:12px;display:flex;height:48px;justify-content:center;margin-bottom:1rem;width:48px}.setting-card h3{color:#fff;font-size:1.2rem;font-weight:600;margin:0 0 .5rem}.setting-card p{color:#8a8a8a;margin:0 0 1rem}.setting-btn{background:#202020;border:1px solid #2c2c2c;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.setting-btn:hover{background:#033592;border-color:#033592}@media (max-width:768px){.header-content{flex-direction:column;gap:1rem;padding:1rem}.nav{gap:1rem}.logo-image{height:30px}.hero-logo-image{height:80px}.hero-subtitle{font-size:1.2rem}.container{padding:0 1rem}.section-title{font-size:2rem}.login-container{margin:0 1rem;padding:2rem}.game-card{flex-direction:column;text-align:center}.footer-content{grid-template-columns:1fr;text-align:center}.dashboard-sidebar{height:auto;position:relative;transform:translateX(-100%);transition:transform .3s ease;width:100%}.dashboard-sidebar.open{transform:translateX(0)}.dashboard-main{margin-left:0}.dashboard-header-content{flex-direction:column;gap:1rem;text-align:center}.dashboard-header h1{font-size:1.5rem}.settings-grid,.stats-grid{grid-template-columns:1fr}.activity-item,.game-item{flex-direction:column;text-align:center}.activity-item{gap:.5rem}}.logo-container{gap:.75rem}.logo-container,.logo-icon{align-items:center;display:flex}.logo-icon{background:#033592;border-radius:6px;color:#fff;font-size:1.2rem;font-weight:700;height:32px;justify-content:center;width:32px}.download-client-btn{background:#0000;border:1px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin:0 .5rem;padding:1rem 2rem;transition:all .3s ease;width:calc(100% - 1rem)}.download-client-btn:hover{background:#033592;border-color:#033592;box-shadow:0 4px 15px #0335924d;transform:translateY(-2px)}.user-profile-header{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#202020cc;border:1px solid #2c2c2c4d;border-radius:12px;box-shadow:0 2px 10px #0003;box-sizing:border-box;display:flex;gap:1rem;justify-content:flex-start;margin-bottom:1.5rem;padding:1rem;width:100%}.user-profile-header .user-avatar{align-items:center;background:linear-gradient(135deg,#033592,#1a4ba3);border-radius:50%;box-shadow:0 2px 8px #0335924d;color:#fff;display:flex;font-size:1.2rem;font-weight:700;height:48px;justify-content:center;width:48px}.user-profile-header .user-info{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.user-profile-header .username{color:#fff;font-size:1.3rem;font-weight:600;margin:0}.user-profile-header .user-email{color:#8a8a8a;font-size:1rem;margin:0}.user-profile-header .user-uid{color:#033592;font-size:.8rem;font-weight:600;margin:0}.section-subtitle{color:#8a8a8a;font-size:1rem;font-weight:400;margin:0}.subscriptions-list{display:flex;flex-direction:column;gap:1rem;width:100%}.subscription-card{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1a1a1acc;border:1px solid #2c2c2c4d;border-radius:12px;box-sizing:border-box;display:flex;gap:1rem;overflow:hidden;padding:1rem;position:relative;transition:all .3s ease;width:100%}.subscription-card:before{background:linear-gradient(90deg,#033592,#1a4ba3);content:"";height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.subscription-card:hover:before{transform:scaleX(1)}.subscription-card:hover{border-color:#0335924d;box-shadow:0 8px 25px #0006;transform:translateY(-2px)}.subscription-icon{border-radius:6px;flex-shrink:0;height:36px;overflow:hidden;width:36px}.subscription-icon img{height:100%;object-fit:cover;width:100%}.subscription-info{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.subscription-header{align-items:center;display:flex;gap:1rem}.subscription-header h3{color:#fff;font-size:1rem;font-weight:600;margin:0}.type-badge{border-radius:12px;font-size:.8rem;font-weight:600;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.type-badge.external{background:#033592;border:1px solid #033592;color:#fff}.type-badge.internal{background:#4f43;border:1px solid #44ff444d;color:#4f4}.subscription-expiry{color:#8a8a8a;font-size:.9rem;margin:0}.subscription-progress{border-top:1px solid #2c2c2c4d;margin-top:1rem;padding-top:1rem}.streak-info{align-items:center;display:flex;gap:1rem;margin-bottom:.5rem}.streak-text{color:#fff;font-size:.9rem;font-weight:500}.streak-dots{display:flex;gap:.25rem}.streak-dot{background:#2c2c2c80;border:1px solid #2c2c2c4d;border-radius:50%;height:12px;width:12px}.streak-dot.active{background:#4f4;border-color:#4f4}.progress-text{color:#8a8a8a;font-size:.9rem;margin:0 0 .5rem}.progress-details{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.progress-description{color:#8a8a8a;flex:1 1;font-size:.8rem;margin-right:1rem}.progress-icons{display:flex;gap:1rem}.progress-icon{align-items:center;color:#ff6b35;display:flex;font-size:.8rem;font-weight:500;gap:.25rem}.daily-streak{display:flex;flex-direction:column;gap:.5rem}.daily-streak span{color:#fff;font-size:.9rem;font-weight:500}.streak-progress{background:#2c2c2c80;border-radius:3px;height:6px;overflow:hidden;width:100%}.streak-progress-bar{background:linear-gradient(90deg,#033592,#1a4ba3);border-radius:3px;height:100%;transition:width .3s ease}.renew-btn{background:#0000;border:1px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;flex-shrink:0;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.renew-btn:hover{background:#033592;border-color:#033592;box-shadow:0 4px 15px #0335924d;transform:translateY(-2px)}.activate-key-form{align-items:center;box-sizing:border-box;display:flex;gap:1rem;width:100%}.key-input{background:#1a1a1acc;border:1px solid #2c2c2c4d;border-radius:6px;color:#fff;flex:1 1;font-size:.9rem;padding:.75rem;transition:all .3s ease}.key-input:focus{border-color:#033592;box-shadow:0 0 0 2px #03359233;outline:none}.key-input::placeholder{color:#8a8a8a}.activate-btn{background:#0000;border:1px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;flex-shrink:0;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.activate-btn:hover{background:#033592;border-color:#033592;box-shadow:0 4px 15px #0335924d;transform:translateY(-2px)}.activate-key-section .section-header,.subscriptions-section .section-header{align-items:flex-start;display:flex;flex-direction:column;text-align:left}.activate-key-section .section-header h3,.activate-key-section .section-subtitle,.subscriptions-section .section-header h3,.subscriptions-section .section-subtitle{align-self:flex-start;text-align:left}.dashboard-section .section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.dashboard-section .section-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:1.8rem;font-weight:600;margin:0}.header-divider{background:#2c2c2c;height:40px;margin:0 1rem;width:1px}.premium-profile-section{background:#202020;border:1px solid #2c2c2c;border-radius:12px;box-shadow:0 4px 20px #0003;margin-bottom:2rem;padding:2rem}.profile-header{align-items:center;border-bottom:1px solid #2c2c2c;display:flex;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem}.profile-avatar{align-items:center;background:#033592;border-radius:100%;box-shadow:0 4px 15px #0335924d;color:#fff;display:flex;font-size:2rem;font-weight:700;height:80px;justify-content:center;overflow:hidden;position:relative;width:80px}.profile-avatar img{border-radius:100%!important;height:100%;object-fit:cover;width:100%}.profile-avatar .hidden{display:none}.profile-info{flex:1 1}.profile-name-row{align-items:center;display:flex;flex-wrap:wrap;gap:.85rem;margin-bottom:.3rem}.profile-name{color:#fff;font-size:2rem;font-weight:700;line-height:1.2;margin:0}.profile-badges{flex-wrap:wrap;gap:.5rem}.profile-badges,.user-badge{align-items:center;display:inline-flex}.user-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:8px;font-size:.82rem;font-weight:600;gap:6px;letter-spacing:.2px;padding:5px 12px;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none}.user-badge svg{flex-shrink:0}.badge-beta{background:#182a568c;border:1px solid #3b82f666;box-shadow:0 0 12px #3b82f626;color:#60a5fa}.badge-beta:hover{background:#1e3a8aa6;border-color:#60a5fa99;box-shadow:0 0 16px #3b82f64d;transform:translateY(-1px)}.badge-admin{background:#3619508c;border:1px solid #a855f766;box-shadow:0 0 12px #a855f726;color:#c084fc}.badge-admin:hover{background:#581c87a6;border-color:#c084fc99;box-shadow:0 0 16px #a855f74d;transform:translateY(-1px)}.badge-active{background:#103c2d8c;border:1px solid #10b98166;box-shadow:0 0 12px #10b98126;color:#34d399}.badge-active:hover{background:#064e3ba6;border-color:#34d39999;box-shadow:0 0 16px #10b9814d;transform:translateY(-1px)}.badge-user{background:#2626268c;border:1px solid #9ca3af4d;color:#9ca3af}.badge-user:hover{background:#373737a6;color:#e5e7eb}.profile-email{color:#8a8a8a;font-size:1rem;margin:0 0 1rem}.profile-status{align-items:center;display:flex;gap:.5rem}.status-indicator{background:#033592;border:2px solid #fff;border-radius:50%;height:8px;width:8px}.status-text{color:#033592;font-size:.9rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.profile-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:1rem}.stat-item{align-items:center;background:linear-gradient(135deg,#1a1a1a,#202020);border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 8px 32px #0006;display:flex;gap:1.25rem;padding:1.25rem 1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.stat-item:hover{border-color:#ffffff4d;transform:translateY(-4px)}.stat-icon{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;color:#fff;display:flex;flex-shrink:0;height:60px;justify-content:center;width:60px}.stat-icon svg{height:28px;width:28px}.stat-content{display:flex;flex:1 1;flex-direction:column;gap:.25rem;justify-content:center;min-width:0}.stat-value{color:#fff;font-size:1.6rem;font-weight:700;line-height:1}.stat-label{color:#a0a0a0;font-size:.75rem;font-weight:600}.premium-services{margin-bottom:2rem}.service-card{align-items:center;background:#202020;border:1px solid #2c2c2c;border-radius:12px;box-shadow:0 4px 20px #0003;display:flex;justify-content:space-between;padding:1.5rem;transition:all .3s ease}.service-card:hover{border-color:#033592;box-shadow:0 6px 25px #03359233;transform:translateY(-2px)}.service-header{gap:1rem}.service-header,.service-icon{align-items:center;display:flex}.service-icon{background:#033592;border-radius:8px;color:#fff;flex-shrink:0;height:48px;justify-content:center;width:48px}.service-info h3{color:#fff;font-size:1.2rem;font-weight:600;margin:0 0 .5rem}.service-status{font-size:.9rem;font-weight:500;margin:0}.service-status.active{color:#033592}.service-status.expired{color:#ef4444}.service-status.lifetime{color:#033592}.service-btn{align-items:center;background:#0000;border:1px solid #2c2c2c;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:1rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.service-btn:hover{background:#033592;border-color:#033592;box-shadow:0 4px 12px #03359266;transform:translateY(-1px)}.premium-key-section{background:#202020;border:1px solid #2c2c2c;border-radius:12px;box-shadow:0 4px 20px #0003;padding:2rem}.key-section-header{margin-bottom:1.5rem}.key-section-header h3{color:#fff;font-size:1.3rem;font-weight:700;margin:0 0 .5rem}.key-section-header p{color:#8a8a8a;font-size:.9rem;margin:0}.key-activation-form{align-items:center;display:flex;gap:1rem}.premium-key-input{background:#1a1a1a;border:1px solid #2c2c2c;border-radius:6px;color:#fff;flex:1 1;font-size:1rem;padding:1rem 1.5rem;transition:all .3s ease}.premium-key-input:focus{background:#1a1a1a;border-color:#033592;box-shadow:0 0 0 2px #03359233;outline:none}.premium-key-input::placeholder{color:#8a8a8a}.premium-activate-btn{align-items:center;background:#0000;border:1px solid #2c2c2c;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .3s ease}.premium-activate-btn:hover{background:#033592;border-color:#033592;box-shadow:0 4px 12px #03359266;transform:translateY(-1px)}.premium-activate-btn:disabled{color:#8a8a8a;cursor:not-allowed}.premium-activate-btn:disabled,.premium-activate-btn:disabled:hover{background:#404040;border-color:#404040;box-shadow:none;transform:none}.security-content{margin:0 auto;max-width:800px}.security-hero{background:linear-gradient(135deg,#202020,#2a2a2a);border:1px solid #2c2c2c;box-shadow:0 6px 20px #0003;gap:2rem;margin-bottom:2rem;padding:2rem}.security-hero,.security-icon{align-items:center;border-radius:12px;display:flex}.security-icon{background:linear-gradient(135deg,#033592,#1a4ba3);box-shadow:0 4px 15px #0335924d;color:#fff;height:80px;justify-content:center;width:80px}.security-info h2{color:#fff;font-size:1.8rem;font-weight:700;margin:0 0 .5rem}.security-info p{color:#8a8a8a;font-size:1rem;margin:0}.security-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.security-card{background:linear-gradient(135deg,#202020,#2a2a2a);border:1px solid #2c2c2c;border-radius:12px;box-shadow:0 4px 20px #0003;padding:1.5rem;transition:all .3s ease}.security-card:hover{box-shadow:0 8px 32px #0000004d;transform:translateY(-2px)}.card-icon{background:linear-gradient(135deg,#033592,#1a4ba3)}.security-card p{color:#8a8a8a;font-size:.9rem;line-height:1.5;margin:0 0 1rem}.security-btn{background:#0000;border:1px solid #fff3;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.security-btn:hover{background:#033592;border-color:#033592;transform:translateY(-1px)}.support-content{margin:0 auto;max-width:800px}.support-hero{background:linear-gradient(135deg,#202020,#2a2a2a);border:1px solid #2c2c2c;box-shadow:0 6px 20px #0003;gap:2rem;margin-bottom:2rem;padding:2rem}.support-hero,.support-illustration{align-items:center;border-radius:12px;display:flex}.support-illustration{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 4px 15px #f59e0b4d;color:#fff;height:80px;justify-content:center;width:80px}.support-text h2{color:#fff;font-size:1.8rem;font-weight:700;margin:0 0 .5rem}.support-text p{color:#8a8a8a;font-size:1rem;margin:0}.support-options{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:2rem}.support-card{background:linear-gradient(135deg,#202020,#2a2a2a);border:1px solid #2c2c2c;border-radius:12px;box-shadow:0 4px 20px #0003;padding:1.5rem;text-align:center;transition:all .3s ease}.support-card:hover{box-shadow:0 8px 32px #0000004d;transform:translateY(-2px)}.support-card.primary{border-color:#033592}.support-card.secondary{border-color:#10b981}.support-card.tertiary{border-color:#f59e0b}.support-card.quaternary{border-color:#033592}.support-icon{align-items:center;border-radius:8px;color:#fff;display:flex;height:48px;justify-content:center;margin:0 auto 1rem;width:48px}.support-card.primary .support-icon{background:linear-gradient(135deg,#033592,#1a4ba3)}.support-card.secondary .support-icon{background:linear-gradient(135deg,#10b981,#059669)}.support-card.tertiary .support-icon{background:linear-gradient(135deg,#f59e0b,#d97706)}.support-card.quaternary .support-icon{background:linear-gradient(135deg,#033592,#022869)}.support-card h3{color:#fff;font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.support-card p{color:#8a8a8a;font-size:.9rem;line-height:1.5;margin:0 0 1rem}.support-btn{background:#0000;border:1px solid #fff3;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.support-btn:hover{background:#033592;border-color:#033592;transform:translateY(-1px)}.support-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stat-card{background:linear-gradient(135deg,#202020,#2a2a2a);border:1px solid #2c2c2c;border-radius:8px;padding:1.5rem;text-align:center;transition:all .3s ease}.stat-card:hover{box-shadow:0 4px 20px #0003;transform:translateY(-2px)}.stat-number{color:#033592;display:block;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#8a8a8a;font-size:.8rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.settings-content{margin:0 auto;max-width:800px}.settings-hero{background:#202020;border:1px solid #2c2c2c;box-shadow:0 4px 20px #0003;gap:2rem;margin-bottom:2rem;padding:2rem}.settings-hero,.settings-icon{align-items:center;border-radius:12px;display:flex}.settings-icon{background:#033592;box-shadow:0 4px 15px #0335924d;color:#fff;height:80px;justify-content:center;width:80px}.settings-info h2{color:#fff;font-size:1.8rem;font-weight:700;margin:0 0 .5rem}.settings-info p{color:#8a8a8a;font-size:1rem;margin:0}.settings-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.settings-card{background:#202020;border:1px solid #2c2c2c;border-radius:12px;box-shadow:0 4px 20px #0003;padding:1.5rem;transition:all .3s ease}.settings-card:hover{box-shadow:0 8px 32px #0000004d;transform:translateY(-2px)}.card-header{gap:1rem;margin-bottom:1rem}.card-header,.card-icon{align-items:center;display:flex}.card-icon{background:#033592;border-radius:8px;color:#fff;height:40px;justify-content:center;width:40px}.card-header h3{color:#fff;font-size:1.1rem;font-weight:600;margin:0}.settings-card p{color:#8a8a8a;font-size:.9rem;line-height:1.5;margin:0 0 1rem}.settings-btn{background:#0000;border:1px solid #2c2c2c;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.settings-btn:hover{background:#033592;border-color:#033592;transform:translateY(-1px)}.avatar-upload-section{align-items:center;display:flex;gap:1.5rem;margin-top:1rem}.current-avatar{border:3px solid #fff;border-radius:50%;flex-shrink:0;height:80px;overflow:hidden;width:80px}.current-avatar img{border-radius:50%!important;height:100%;object-fit:cover;width:100%}.upload-controls{flex:1 1}.upload-btn{align-items:center;background:#0000;border:1px solid #2c2c2c;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;margin-bottom:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.upload-btn:hover{background:#033592;border-color:#033592;transform:translateY(-1px)}.upload-info{color:#8a8a8a;font-size:.8rem;margin:0}@media (max-width:768px){.profile-header{text-align:center}.profile-header,.profile-stats,.service-card{flex-direction:column;gap:1rem}.service-card{text-align:center}.key-activation-form{flex-direction:column}.security-hero,.support-hero{flex-direction:column;text-align:center}.security-grid,.support-options,.support-stats{grid-template-columns:1fr}}.admin-panel{background:#1a1a1a;margin:0 auto;max-width:1400px;min-height:calc(100vh - 70px);padding:2rem}.admin-header{border-bottom:1px solid #2c2c2c;margin-bottom:2rem;padding-bottom:1.5rem}.admin-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:2rem;font-weight:700;margin-bottom:.5rem}.admin-header p{color:#8a8a8a;font-size:1rem;margin:0}.admin-filters{align-items:center;background:linear-gradient(135deg,#202020,#2a2a2a);border:1px solid #2c2c2c;border-radius:12px;box-shadow:0 4px 20px #0003;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem;padding:1.5rem}.search-box{flex:1 1;max-width:400px;position:relative}.search-box svg{color:#8a8a8a;height:16px;left:12px;position:absolute;top:50%;transform:translateY(-50%);width:16px;z-index:1}.search-box input{background:#1a1a1a;border:1px solid #2c2c2c;border-radius:8px;color:#fff;font-family:Inter,sans-serif;font-size:.9rem;padding:.75rem .75rem .75rem 2.5rem;transition:all .3s ease;width:100%}.search-box input:focus{background:#1a1a1a;border-color:#033592;box-shadow:0 0 0 2px #03359233;outline:none}.search-box input::placeholder{color:#8a8a8a}.filter-buttons{display:flex;gap:.5rem}.filter-buttons button{background:#0000;border:1px solid #2c2c2c;border-radius:6px;color:#8a8a8a;cursor:pointer;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;padding:.75rem 1.25rem;transition:all .3s ease}.filter-buttons button:hover{background:#ffffff0f;border-color:#3a3a3a;color:#fff}.filter-buttons button.active{background:linear-gradient(135deg,#033592,#1a4ba3);border-color:#033592;box-shadow:0 3px 10px #03359240;color:#fff}.users-table-container{background:linear-gradient(135deg,#202020,#2a2a2a);border:1px solid #2c2c2c;border-radius:12px;box-shadow:0 4px 20px #0003;overflow:hidden}.users-table{border-collapse:collapse;table-layout:fixed;width:100%}.users-table th{background:linear-gradient(135deg,#03359226,#1a4ba31a);border-bottom:1px solid #2c2c2c;color:#fff;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;letter-spacing:.5px;padding:1rem;text-align:left;text-transform:uppercase;-webkit-user-select:none;user-select:none}.users-table th.sortable{transition:all .2s ease}.users-table th.sortable:hover{background:linear-gradient(135deg,#03359240,#1a4ba333);color:#fff}.sort-indicator{color:#033592;font-size:1rem;font-weight:700;margin-left:.25rem}.users-table th:first-child{width:5%}.users-table th:nth-child(2){width:22%}.users-table th:nth-child(3){width:18%}.users-table th:nth-child(4){width:13%}.users-table th:nth-child(5){width:7%}.users-table th:nth-child(6){width:10%}.users-table th:nth-child(7){width:9%}.users-table th:nth-child(8){width:16%}.users-table td{border-bottom:1px solid #2c2c2c;color:#fff;font-family:Inter,sans-serif;font-size:.9rem;padding:1rem;vertical-align:top}.users-table tr{transition:all .2s ease}.users-table tr:hover{background:#0335921a}.user-info{gap:12px}.user-avatar,.user-info{align-items:center;display:flex}.user-avatar{background:#404040;border-radius:50%;height:40px;justify-content:center;overflow:hidden;width:40px}.user-avatar img{height:100%;object-fit:cover;width:100%}.user-avatar span{color:#fff;font-size:16px;font-weight:600}.user-details{display:flex;flex-direction:column;gap:2px}.username{color:#fff;font-weight:600}.user-meta{color:#a3a3a3;font-size:12px}.subscription-info{color:#a3a3a3;font-size:13px}.status-badge{border-radius:6px;box-shadow:0 2px 8px #0003;color:#fff;display:inline-block;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.4rem .75rem;text-transform:uppercase;transition:all .3s ease}.action-buttons{display:flex;flex-wrap:wrap;gap:8px;max-width:100%}.action-btn{background:#0000;border:1px solid;border-radius:6px;box-shadow:none;cursor:pointer;display:inline-block;flex:1 1;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.5px;min-width:70px;padding:.4rem .75rem;text-transform:uppercase;transition:all .3s ease;white-space:nowrap}.action-btn:disabled{cursor:not-allowed;opacity:.5;transform:none!important}.action-btn.block{background:#0000;border-color:#ef4444;box-shadow:none;color:#ef4444}.action-btn.block:hover:not(:disabled){background:#ef44441a;border-color:#ef4444;color:#ef4444;transform:translateY(-1px)}.action-btn.subscription{background:#0000;border-color:#10b981;box-shadow:none;color:#10b981}.action-btn.subscription:hover:not(:disabled){background:#10b9811a;border-color:#10b981;color:#10b981;transform:translateY(-1px)}.action-btn.remove{background:#0000;border-color:#f59e0b;box-shadow:none;color:#f59e0b}.action-btn.remove:hover:not(:disabled){background:#f59e0b1a;border-color:#f59e0b;color:#f59e0b;transform:translateY(-1px)}.action-btn.invite{background:#0000;border-color:#3b82f6;box-shadow:none;color:#3b82f6}.action-btn.invite:hover:not(:disabled){background:#3b82f61a;border-color:#3b82f6;color:#3b82f6;transform:translateY(-1px)}.action-btn.reset{background:#0000;border-color:#033592;box-shadow:none;color:#033592}.action-btn.reset:hover:not(:disabled){background:#8b5cf61a;border-color:#033592;color:#033592;transform:translateY(-1px)}.no-users{background:linear-gradient(135deg,#202020,#2a2a2a);border:1px solid #2c2c2c;border-radius:12px;color:#8a8a8a;margin-top:1.5rem;padding:3rem;text-align:center}.no-users p{font-family:Inter,sans-serif;font-size:1rem;margin:0}.loading-container{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:48px}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #404040;border-radius:50%;border-top-color:#fff;height:32px;width:32px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-container{color:#ef4444;padding:48px;text-align:center}.error-container h3{color:#ef4444;margin-bottom:16px}.error-container button{background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:12px 24px;transition:all .3s ease}.error-container button:hover{background:#dc2626}@media (max-width:768px){.admin-panel{padding:16px}.stats-grid{grid-template-columns:1fr}.admin-filters{align-items:stretch;flex-direction:column}.search-box{max-width:none}.users-table-container{overflow-x:auto}.users-table{min-width:600px}.action-buttons{flex-direction:column;max-width:120px}.action-btn{font-size:10px;padding:3px 6px;width:100%}}.invites-content{margin:0 auto;max-width:1600px;padding:2rem;width:100%}.invites-table{margin-top:1.5rem}.invites-table h4{color:#fff;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.table-container{background:linear-gradient(135deg,#202020,#2a2a2a);border:1px solid #2c2c2c;border-radius:12px;box-shadow:0 4px 20px #0003;overflow:hidden;position:relative}.table-container:before{background:linear-gradient(90deg,#033592,#1a4ba3);content:"";height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.table-container:hover:before{transform:scaleX(1)}.invites-table table{border-collapse:collapse;table-layout:auto;width:100%}.invites-table thead{background:linear-gradient(135deg,#03359226,#1a4ba31a);position:sticky;top:0;z-index:10}.invites-table th{border-bottom:1px solid #2c2c2c;color:#fff;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;letter-spacing:.5px;padding:1.25rem 1rem;text-align:left;text-transform:uppercase;transition:all .2s ease;-webkit-user-select:none;user-select:none}.invites-table th:hover{background:linear-gradient(135deg,#03359240,#1a4ba333)}.invites-table td{border-bottom:1px solid #2c2c2c80;color:#fff;font-family:Inter,sans-serif;font-size:.95rem;padding:1.25rem 1rem;transition:all .2s ease}.invites-table tbody tr{background:#1a1a1a4d;transition:all .2s ease}.invites-table tbody tr:hover{background:#03359226;transform:translateX(2px)}.invites-table tbody tr:last-child td{border-bottom:none}.invites-table .code-cell{align-items:center;display:flex;gap:.75rem}.invites-table .code-value{color:#fff;flex:1 1;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.95rem;font-weight:500;letter-spacing:.3px;word-break:break-all}.invites-table .copy-code-btn{align-items:center;background:#0000;border:1px solid #2c2c2c;border-radius:6px;color:#8a8a8a;cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;padding:.5rem;transition:all .2s ease;width:32px}.invites-table .copy-code-btn:hover{background:#03359226;border-color:#033592;color:#fff;transform:scale(1.05)}.invites-table .copy-code-btn:active{transform:scale(.95)}.invites-table .status{border-radius:6px;display:inline-block;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.4rem .75rem;text-transform:uppercase}.invites-table .status.used{background:#0000;border:1px solid #ef4444;box-shadow:none;color:#ef4444}.invites-table .status.available{background:#0000;border:1px solid #10b981;box-shadow:none;color:#10b981}.invites-hero{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border:1px solid #404040;border-radius:12px;gap:20px;margin-bottom:32px;padding:24px}.invites-hero,.invites-icon{align-items:center;display:flex}.invites-icon{background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:12px;color:#fff;height:64px;justify-content:center;width:64px}.invites-info h2{color:#fff;font-size:28px;font-weight:700;margin:0 0 8px}.invites-info p{color:#a3a3a3;font-size:16px;margin:0}.invites-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.invites-card{background:#1a1a1a;border:1px solid #404040;border-radius:12px;padding:24px;transition:all .3s ease}.invites-card:hover{border-color:#4f46e5;transform:translateY(-2px)}.invites-card .card-header{align-items:center;display:flex;gap:12px;margin-bottom:16px}.invites-card .card-icon{align-items:center;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:8px;color:#fff;display:flex;height:40px;justify-content:center;width:40px}.invites-card h3{color:#fff;font-size:18px;font-weight:600;margin:0}.invites-card p{color:#a3a3a3;font-size:14px;line-height:1.5;margin:0 0 16px}.invite-status{margin-top:16px}.status-active{background:linear-gradient(135deg,#10b981,#059669);border-radius:6px;color:#fff;display:inline-block;font-size:12px;font-weight:600;padding:6px 12px;text-transform:uppercase}.invites-btn{background:linear-gradient(135deg,#4f46e5,#7c3aed);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 20px;transition:all .3s ease;width:100%}.invites-btn:hover{background:linear-gradient(135deg,#5b52f0,#8b4af0);transform:translateY(-1px)}.invites-btn:active{transform:translateY(0)}.ban-screen{align-items:center;background:#1a1a1a;display:flex;justify-content:center;min-height:calc(100vh - 140px);padding:2rem}.ban-container{background:linear-gradient(135deg,#202020,#2a2a2a);border:1px solid #2c2c2c;border-radius:16px;box-shadow:0 8px 32px #0006;max-width:600px;overflow:hidden;padding:3rem;position:relative;text-align:center;width:100%}.ban-container:before{background:linear-gradient(90deg,#ef4444,#dc2626,#b91c1c);content:"";height:3px;left:0;position:absolute;right:0;top:0}.ban-icon-wrapper{margin-bottom:2rem}.ban-icon,.ban-icon-wrapper{align-items:center;display:flex;justify-content:center}.ban-icon{animation:pulse 2s ease-in-out infinite;background:#ef44441a;border:2px solid #ef44444d;border-radius:50%;color:#ef4444;height:100px;width:100px}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}}.ban-content{margin-bottom:2rem}.ban-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#ef4444);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:2rem;font-weight:700;margin:0 0 1rem}.ban-description,.ban-title{font-family:Inter,sans-serif}.ban-description{color:#8a8a8a;font-size:1rem;line-height:1.6;margin:0 0 1.5rem}.ban-reason-box{background:#ef44441a;border:1px solid #ef44444d;border-radius:12px;margin:1.5rem 0;padding:1.5rem;text-align:left;transition:all .3s ease}.ban-reason-box:hover{background:#ef444426;border-color:#ef444480}.ban-reason-label{color:#ef4444;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;letter-spacing:.5px;margin-bottom:.75rem;text-transform:uppercase}.ban-reason-text{word-wrap:break-word;color:#fff;font-size:1rem}.ban-contact,.ban-reason-text{font-family:Inter,sans-serif;line-height:1.6}.ban-contact{color:#8a8a8a;font-size:.9rem;margin:1.5rem 0 0}.ban-actions{margin-top:2rem}.ban-button{background:linear-gradient(135deg,#033592,#1a4ba3);border:none;border-radius:8px;box-shadow:0 4px 15px #0335924d;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;padding:1rem 2.5rem;transition:all .3s ease}.ban-button:hover{background:linear-gradient(135deg,#1a4ba3,#033592);box-shadow:0 6px 20px #03359266;transform:translateY(-2px)}.ban-button:active{transform:translateY(0)}@media (max-width:768px){.ban-container{padding:2rem 1.5rem}.ban-title{font-size:1.5rem}.ban-icon{height:80px;width:80px}.ban-icon svg{height:60px;width:60px}}.policy-main{background:#1a1a1a;min-height:80vh;padding-bottom:5rem;padding-top:100px}.policy-header{margin-bottom:3rem;text-align:center}.policy-header .section-title{margin-bottom:.5rem}.policy-date{color:#8a8a8a;font-size:.9rem}.policy-content{color:#e0e0e0;font-size:1rem;line-height:1.8;margin:0 auto;max-width:800px}.policy-content h3{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1rem;margin-top:2.5rem}.policy-content p,.policy-content ul{margin-bottom:1.5rem}.policy-content ul{list-style-type:disc;padding-left:1.5rem}.policy-content li{color:silver;margin-bottom:.5rem}.policy-content a{color:#80b5ff;font-weight:500;text-decoration:none;transition:color .2s}.policy-content a:hover{color:#b3d3ff;text-decoration:underline}.dashboard-footer{align-items:center;border-top:1px solid #2c2c2c;color:#8a8a8a;display:flex;font-size:.85rem;gap:1.5rem;justify-content:center;margin-top:5rem;padding:2rem 0;width:100%}.dashboard-footer a{color:#8a8a8a;text-decoration:none;transition:color .2s}.dashboard-footer a:hover{color:#fff}.dashboard-footer .copyright{border-left:1px solid #3a3a3a;color:#575757;padding-left:1.5rem}.modal-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10000}.modal-content{animation:slideUp .3s ease;background:#202020;border:1px solid #333;border-radius:12px;box-shadow:0 10px 40px #00000080;max-width:1000px;padding:2rem;position:relative;width:90%}.modal-close{background:none;border:none;color:#888;cursor:pointer;font-size:2rem;line-height:1;position:absolute;right:1.5rem;top:1rem;transition:color .3s}.modal-close:hover{color:#fff}.modal-title{color:#fff;font-size:1.8rem;margin-bottom:.5rem;text-align:center}.modal-subtitle{color:#888;margin-bottom:2rem;text-align:center}.subscription-plans{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.plan-card{background:#2a2a2a;border:1px solid #3a3a3a;border-radius:8px;display:flex;flex-direction:column;padding:2rem;position:relative;transition:transform .3s,box-shadow .3s}.plan-card:hover{border-color:#033592;box-shadow:0 10px 30px #0000004d;transform:translateY(-5px)}.plan-card.popular{background:linear-gradient(180deg,#0335921a,#2a2a2a);border-color:#033592}.popular-badge{background:#033592;border-radius:20px;box-shadow:0 4px 10px #03359266;color:#fff;font-size:.8rem;font-weight:600;padding:.25rem .75rem;position:absolute;right:1rem;top:-12px}.plan-header{align-items:center;border-bottom:1px solid #3a3a3a;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.plan-duration{color:#fff}.plan-duration,.plan-price{font-size:1.4rem;font-weight:700}.plan-price{color:#033592}.plan-features{flex:1 1;list-style:none;margin-bottom:2rem}.plan-features li{align-items:center;color:#ccc;display:flex;margin-bottom:.8rem}.plan-features li:before{color:#033592;content:"✓";font-weight:700;margin-right:.5rem}.plan-button{background:#333;border-radius:6px;color:#fff;font-weight:600;padding:1rem;text-align:center;text-decoration:none;transition:background .3s}.plan-button.primary{background:#033592}.plan-button:hover{filter:brightness(1.1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.admin-tabs{border-bottom:1px solid #3a3a3a;display:flex;gap:1rem;margin-bottom:2rem;padding-bottom:1rem}.tab-btn{background:#0000;border:none;border-bottom:2px solid #0000;color:#888;cursor:pointer;font-size:1rem;font-weight:600;padding:.5rem 1rem;transition:all .3s}.tab-btn:hover{color:#fff}.tab-btn.active{border-bottom-color:#033592;color:#fff}.profit-summary{background:#202020;border:1px solid #333;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.profit-summary h3{align-items:center;display:flex;font-size:1.5rem;gap:1rem;margin:0}.profit-amount{color:#4f4;font-weight:700}.keygen-section{display:flex;justify-content:center}.keygen-card{background:#202020;border:1px solid #333;border-radius:8px;max-width:600px;padding:2rem;width:100%}.keygen-card h3{margin-bottom:1.5rem;text-align:center}.keygen-form{display:flex;flex-direction:column;gap:1.5rem}.admin-input{background:#2a2a2a;border:1px solid #3a3a3a;border-radius:4px;color:#fff;font-size:1rem;padding:.8rem;width:100%}.admin-input:focus{border-color:#033592;outline:none}.generated-keys-result{border-top:1px solid #3a3a3a;margin-top:2rem;padding-top:2rem}.keys-output{background:#151515;border:1px solid #333;border-radius:4px;color:#4f4;font-family:monospace;margin-bottom:1rem;padding:1rem;resize:vertical;width:100%}.monospace{color:#aaa;font-family:monospace}.charts-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:1rem}.chart-card{background:#202020;border:1px solid #333;border-radius:8px;padding:1.5rem}.logs-section .users-table th:nth-child(4){width:40%}.logs-section .status-badge{border-radius:4px;font-size:.8rem;font-weight:600;padding:.2rem .6rem}.settings-section .plan-card{background:#202020;border:1px solid #333;max-width:100%;padding:2rem;width:600px}.support-content h1{font-size:2rem;margin-bottom:.5rem}.ticket-chat input{background:#333;border:1px solid #444;color:#fff}.create-ticket-box .form-input{background:#ffffff0d;border:1px solid #333;border-radius:6px;color:#fff;padding:.8rem;width:100%}.create-ticket-box .form-input:focus{border-color:#033592;outline:none}.hero-section{padding:6rem 2rem 4rem;text-align:center}.hero-glow{background:radial-gradient(circle,#0d6efd26 0,#0000 70%);border-radius:50%;height:600px;top:50%;transform:translate(-50%,-50%);width:600px;z-index:-1}.hero-title{font-size:5rem;letter-spacing:-2px}.hero-title .blue-text{color:#0d6efd}.hero-subtitle{color:#a0a0a0;font-size:3rem;margin-bottom:2rem}.hero-description{font-size:1.25rem;line-height:1.6;margin:0 auto 3rem;max-width:600px}.hero-buttons{gap:1.5rem;justify-content:center;margin-bottom:4rem}.btn-primary{background:#0d6efd;border-radius:8px;display:inline-block;font-weight:600;padding:.8rem 2rem;text-decoration:none;transition:all .3s}.btn-primary:hover{background:#0b5ed7}.btn-secondary{background:#ffffff0d;border-radius:8px;display:inline-block;font-weight:600;padding:.8rem 2rem;text-decoration:none;transition:all .3s}.btn-secondary:hover{background:#ffffff1a}.video-container{border:1px solid #ffffff0d;box-shadow:0 20px 40px #0006;margin:0 auto;max-width:1000px}.faq-section,.features-section,.pricing-section,.specs-section,.testimonials-section{margin:0 auto;max-width:1200px;padding:4rem 2rem}.faq-grid,.features-grid,.pricing-grid,.specs-grid,.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}:root{--brand-blue:#3b82f6;--brand-blue-hover:#2563eb;--brand-blue-dark:#1d4ed8;--brand-bg:#050505;--card-bg:#14141473;--border-color:#ffffff0f}.mini-dashboard{background-color:#050505!important;background-color:var(--brand-bg)!important;color:#fff!important;overflow:hidden;position:relative}.mini-dashboard:before{background:radial-gradient(ellipse at top,#3b82f626 0,#3b82f608 40%,#05050500 70%)!important;content:"";filter:blur(100px);height:1200px;left:50%;pointer-events:none;position:absolute;top:-200px;transform:translateX(-50%);width:100%;z-index:0}.dashboard-container,.dashboard-main,.mini-main{background-color:initial!important;position:relative;z-index:1}.mini-header{background:#0a0a0a80!important;border-bottom:1px solid #ffffff0f!important;border-bottom:1px solid var(--border-color)!important}.dashboard-sidebar,.mini-header,.mini-sidebar{backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important}.dashboard-sidebar,.mini-sidebar{background:#0a0a0a66!important;border-right:1px solid #ffffff0f!important;border-right:1px solid var(--border-color)!important;box-shadow:4px 0 30px #00000080!important}.sidebar-header{background:#3b82f608!important;border-bottom:1px solid #ffffff0f!important;border-bottom:1px solid var(--border-color)!important}.nav-item,.sidebar-nav-item{color:#a0a0a0!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.nav-item:hover,.sidebar-nav-item:hover{background:#ffffff0d!important;color:#fff!important;transform:translateX(4px)!important}.nav-item.active{background:#3b82f614!important;border-right:2px solid #3b82f6!important;border-right:2px solid var(--brand-blue)!important;color:#fff!important}.nav-item.active:before{background:#3b82f6!important;background:var(--brand-blue)!important;box-shadow:0 0 12px #3b82f6cc!important}.sidebar-nav-item.active{background:linear-gradient(135deg,#3b82f6,#1d4ed8)!important;background:linear-gradient(135deg,var(--brand-blue),var(--brand-blue-dark))!important;box-shadow:0 4px 20px #3b82f666!important;color:#fff!important}.activate-key-section,.activity-item,.config-card,.content-section,.dashboard-section,.game-item,.news-card,.premium-profile-section,.service-card,.setting-card,.stat-card,.subscriptions-section{backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;background:#14141473!important;background:var(--card-bg)!important;border:1px solid #ffffff0f!important;border:1px solid var(--border-color)!important;border-radius:16px!important;box-shadow:0 10px 30px #0003!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.activate-key-section:hover,.activity-item:hover,.config-card:hover,.content-section:hover,.dashboard-section:hover,.game-item:hover,.news-card:hover,.premium-profile-section:hover,.service-card:hover,.setting-card:hover,.stat-card:hover,.subscriptions-section:hover{border-color:#3b82f640!important;box-shadow:0 12px 40px -10px #3b82f633!important;transform:translateY(-4px)!important}.setting-card:before,.stat-card:before,.subscription-card:before{background:linear-gradient(90deg,#3b82f6,#2563eb)!important;background:linear-gradient(90deg,var(--brand-blue),var(--brand-blue-hover))!important}.subscription-card:hover{border-color:#3b82f6!important;border-color:var(--brand-blue)!important}.profile-header,.sidebar-footer{border-color:#ffffff0f!important;border-color:var(--border-color)!important}.profile-avatar,.user-avatar{border:2px solid #ffffff1a!important;box-shadow:0 4px 15px #3b82f666!important}.profile-avatar,.type-badge.external,.user-avatar{background:linear-gradient(135deg,#3b82f6,#1d4ed8)!important;background:linear-gradient(135deg,var(--brand-blue),var(--brand-blue-dark))!important}.type-badge.external{box-shadow:0 2px 8px #3b82f64d!important}.content-section h3,.profile-name,.section-header h2,.section-header h3,.sidebar-header h2,.username{-webkit-text-fill-color:#0000!important;background:linear-gradient(180deg,#fff,#a0a0a0)!important;-webkit-background-clip:text!important;background-clip:text!important}.days-left.active,.price,.service-status.active,.status-text,.user-status{color:#3b82f6!important;color:var(--brand-blue)!important}.stat-item{background:#ffffff05!important;border:1px solid #ffffff0a!important}.stat-item:hover{border-color:#3b82f633!important}.activate-btn,.download-client-btn,.extend-btn,.game-action-btn,.nav-btn,.plan-button,.premium-activate-btn,.refresh-btn,.save-btn,.service-btn,.view-all-btn{background:linear-gradient(135deg,#3b82f6,#2563eb)!important;background:linear-gradient(135deg,var(--brand-blue),var(--brand-blue-hover))!important;border:none!important;box-shadow:0 4px 14px #3b82f64d!important;color:#fff!important;font-weight:600!important;transition:all .25s cubic-bezier(.4,0,.2,1)!important}.activate-btn:hover,.download-client-btn:hover,.extend-btn:hover,.game-action-btn:hover,.nav-btn:hover,.plan-button:hover,.premium-activate-btn:hover,.refresh-btn:hover,.save-btn:hover,.service-btn:hover,.view-all-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;background:linear-gradient(135deg,var(--brand-blue-hover),var(--brand-blue-dark))!important;box-shadow:0 6px 20px #3b82f673!important;transform:translateY(-2px)!important}.form-input,.key-input,.premium-key-input{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#0a0a0a80!important;border:1px solid #ffffff14!important;border-radius:8px!important;color:#fff!important;transition:all .3s ease!important}.form-input:focus,.key-input:focus,.premium-key-input:focus{border-color:#3b82f6!important;border-color:var(--brand-blue)!important;box-shadow:0 0 0 2px #3b82f640!important;outline:none!important}.version-badge{background:#3b82f626!important;color:#3b82f6!important;color:var(--brand-blue)!important}.premium-key-section,.service-card{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:#14181e!important;border:1px solid #ffffff12!important;border-radius:14px!important;box-shadow:0 4px 30px #00000026!important}.premium-key-section:hover,.service-card:hover{border-color:#6ea2ff47!important;box-shadow:0 4px 30px #0003!important;transform:none!important}.key-section-header h3,.service-info h3{-webkit-text-fill-color:#eef1f5!important;color:#eef1f5!important;font-family:Space Grotesk,Inter,sans-serif!important}.service-icon{background:linear-gradient(135deg,#4f8cff,#2f5fd6)!important;border-radius:11px!important}.service-status.active,.service-status.lifetime{color:#6ea2ff!important}.key-section-header p{color:#7f8792!important}.premium-activate-btn,.service-btn{background:#4f8cff!important;border:none!important;border-radius:10px!important;box-shadow:none!important;color:#fff!important}.premium-activate-btn:hover,.service-btn:hover{background:#6098ff!important;box-shadow:0 4px 14px #4f8cff59!important;transform:none!important}.premium-activate-btn:disabled{background:#ffffff0f!important;box-shadow:none!important;color:#7f8792!important}.premium-key-input{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#0d1015!important;border:1px solid #ffffff12!important;border-radius:11px!important;color:#eef1f5!important}.premium-key-input:focus{border-color:#4f8cff!important;box-shadow:0 0 0 2px #4f8cff33!important}.app-bootstrap{background:#050505;color:#d8e4f7;display:grid;min-height:100svh;place-items:center}.app-toast{align-items:center;background:#111827;border:1px solid #2459ac;border-radius:8px;box-shadow:0 16px 44px #00000073;display:flex;gap:12px;justify-content:space-between;padding:14px 16px;position:fixed;right:20px;top:76px;width:min(390px,calc(100vw - 32px));z-index:3000}.app-toast.error{border-color:#b83a46}.inline-notice{background:#2459ac1f;border:1px solid #2459ac;border-radius:8px;color:#dbeafe;margin-bottom:16px;padding:12px 14px}.inline-notice.error{background:#b83a461f;border-color:#b83a46;color:#fecdd3}.app-toast button{background:#0000;border:0;color:inherit;cursor:pointer;font-size:22px;height:36px;width:36px}.support-layout{display:flex;gap:2rem;height:600px;min-width:0}.support-back{background:#171717;border:1px solid #333;border-radius:6px;color:#fff;display:none;margin-bottom:12px;min-height:44px}.ticket-description{background:#111;margin-bottom:.8rem;resize:vertical;width:100%}.original-price{color:#888;font-size:.9em;margin-right:8px;text-decoration:line-through}.not-found-page{grid-gap:16px;background:#050505;color:#fff;display:grid;gap:16px;justify-items:center;min-height:100svh;padding:32px;place-content:center;text-align:center}.not-found-page img{height:auto;width:128px}@media (max-width:768px){.mini-header{flex-direction:row;min-height:58px;padding:10px 14px}.user-email{display:none}.dashboard-container{min-width:0}.mini-sidebar{border-bottom:1px solid #ffffff0f;border-bottom:1px solid var(--border-color);border-right:0;padding:0;position:sticky;top:58px;z-index:30}.sidebar-nav{flex-direction:row;gap:4px;min-height:58px;overflow-x:auto;padding:7px 10px;scrollbar-width:none}.nav-item{margin:0;min-height:44px;padding:9px 12px}.content-section,.mini-main,.support-content{min-width:0;padding:16px!important;width:100%}.configs-grid,.marketplace-grid{grid-template-columns:minmax(0,1fr)!important}.marketplace-toolbar{align-items:flex-start!important;flex-direction:column;gap:14px}.marketplace-detail-grid{grid-template-columns:1fr!important}.modal-overlay{align-items:flex-end;padding:0}.modal-content{border-radius:8px 8px 0 0!important;max-height:92svh;max-width:none!important;overflow-y:auto;padding:18px!important;width:100%!important}.support-layout{display:block;height:calc(100svh - 190px);min-height:520px}.support-layout .my-tickets{height:100%;padding:16px!important;width:100%}.support-layout .ticket-chat,.support-layout.has-selection .my-tickets{display:none!important}.support-layout.has-selection .ticket-chat{display:flex!important;height:100%;padding:16px!important;width:100%}.support-back{display:block}.reply-box{gap:8px!important}.reply-box .plan-button{min-width:72px;padding:0 14px!important}.policy-main{padding:88px 16px 40px}.policy-content{padding:18px}.policy-page .logo a{align-items:center;display:inline-flex;justify-content:center;min-height:44px;min-width:44px}.policy-page .nav{display:none}.policy-page .footer-section a{align-items:center;display:inline-flex;justify-content:center;min-height:44px}.app-toast{right:16px;top:68px}}@media (max-width:390px){.content-section,.mini-main,.support-content{padding:12px!important}.user-name{max-width:190px;overflow:hidden;text-overflow:ellipsis}.pricing-plans{grid-template-columns:1fr!important}}.language-switch{--language-surface:#101720;--language-border:#ffffff17;--language-text:#e6edf6;--language-muted:#8997aa;--language-accent:#5b9aff;align-items:center;display:inline-flex;flex-shrink:0;position:relative;z-index:20}.language-switch button{align-items:center;background:#0000;border:1px solid #0000;border-radius:20px;color:var(--language-text);cursor:pointer;display:flex;font-family:inherit;font-size:12px;font-weight:600;gap:8px;line-height:1.2;min-height:40px;padding:8px 10px;transition:background .15s,border-color .15s}.language-switch .language-trigger:hover,.language-switch .language-trigger[aria-expanded=true]{background:var(--language-surface);border-color:var(--language-border)}.language-chevron{color:var(--language-muted);transition:transform .15s}.language-trigger[aria-expanded=true] .language-chevron{transform:rotate(180deg)}.language-options{background:var(--language-surface);border:1px solid var(--language-border);border-radius:14px;box-shadow:0 12px 32px #0006;padding:5px;position:absolute;right:0;top:calc(100% + 10px);width:166px}.language-options button{border-radius:9px;font-size:13px;min-height:42px;text-align:left;width:100%}.language-options button:hover{background:#ffffff0a}.language-options button[aria-pressed=true]{background:#4386ed12}.language-check{color:var(--language-accent);margin-left:auto}.language-switch button:focus-visible{outline:2px solid #6da2ff;outline-offset:2px}.language-flag{border-radius:2px;box-shadow:0 0 0 1px #ffffff20;display:inline-block;height:14px;overflow:hidden;width:20px}.flag-ru{background:linear-gradient(#fff 0 33.33%,#214fb5 33.33% 66.66%,#d64045 66.66%)}.landing-nav-content>.language-switch{margin-left:0;margin-right:-10px;order:3}.header-right{gap:18px}.login-container>.language-switch,.register-container>.language-switch{position:absolute;right:20px;top:20px}.pricing-card .pricing-days{font-size:24px;margin:0 0 8px}.pricing-caption{color:#a1a9b7;font-size:14px;line-height:1.5;margin:0 0 24px;min-height:42px}.pricing-card .pricing-price{align-items:center;flex-direction:column;gap:3px;margin-bottom:28px}.pricing-card .pricing-price .amount{font-size:38px;letter-spacing:-1px;line-height:1.15}.pricing-card .pricing-features{align-items:stretch;gap:14px;padding:0}.pricing-card .pricing-features li{gap:10px;justify-content:flex-start;line-height:1.45;margin:0;text-align:left}.pricing-card .pricing-features li svg{flex-shrink:0}.pricing-card .pricing-button{box-sizing:border-box;margin-top:auto;text-decoration:none;width:100%}.subscription-modal .plan-header{align-items:center;display:flex;flex-direction:column}.subscription-modal .plan-period{color:#98a2b3;font-size:12px;margin-top:7px}.subscription-modal .pricing-caption{font-size:13px;margin:8px 0 14px;text-align:center}.plan-payment-note{color:#98a2b3;font-size:13px;margin:22px 0 0;text-align:center}@media(max-width:700px){.landing-nav-content>.language-switch{margin-left:auto;margin-right:12px;order:1}.landing-nav-content>.mobile-menu-button{order:2}.header-right{gap:8px}.language-switch button{gap:4px;padding:7px}.mini-header .user-email{display:none}.mini-header .user-name{max-width:100px;overflow:hidden;text-overflow:ellipsis}.pricing-card{max-width:360px}.pricing-caption{min-height:0}}.login-container>.language-switch,.register-container>.language-switch{position:fixed;right:16px;top:16px;z-index:50}.pricing-card .pricing-icon{align-items:center;display:flex;height:48px;justify-content:center}.subscription-modal .price-container{justify-content:center}.subscription-modal .discounted-price,.subscription-modal .plan-price{color:#4f8cff;font-size:32px;font-weight:750;letter-spacing:-.7px}@media(max-width:700px){.dashboard-footer{flex-wrap:wrap;gap:14px 18px;justify-content:center;white-space:normal}.dashboard-footer .copyright{border-left:0;margin-left:0;text-align:center;width:100%}}.pricing-card{gap:0;min-height:0}.pricing-card .pricing-days{margin-bottom:20px}.pricing-card .pricing-price{margin-bottom:32px}.subscription-modal .plan-header{border-bottom:0;gap:20px;margin-bottom:28px;padding-bottom:0}.subscription-modal .plan-card{min-height:0}.subscription-modal .plan-button{margin-top:auto}.checkout-currency-note{color:#a9b4c5;font-size:12px;line-height:1.5;margin:0 0 6px;text-align:center}.checkout-currency-note strong{color:#e6edf6;font-weight:600;white-space:nowrap}.landing-page{background-color:#050505;color:#fff;font-family:Inter,sans-serif;min-height:100vh;overflow-x:hidden}.landing-nav{display:flex;justify-content:center;padding:20px 0;pointer-events:none;position:fixed;top:0;width:100%;z-index:9999}.landing-nav-content{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#0a0a0a99;border:1px solid #ffffff14;border-radius:50px;box-shadow:0 4px 20px #0003;gap:40px;padding:8px 30px;pointer-events:auto}.landing-nav-content,.nav-logo{align-items:center;display:flex}.nav-logo{min-height:44px;min-width:44px}.nav-logo img{display:block;height:28px;width:auto}.nav-links{align-items:center;display:flex;gap:30px}.nav-links a{color:#e0e0e0;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s;white-space:nowrap}.nav-links a:hover{color:#fff}.mobile-menu-button{background:#0000;border:0;color:#fff;cursor:pointer;display:none;height:44px;width:44px}.hero-section,.mobile-menu-button{align-items:center;justify-content:center}.hero-section{display:flex;flex-direction:column;min-height:100vh;padding-top:15vh;position:relative;width:100%}.hero-glow{background:radial-gradient(ellipse at top,#3b82f673 0,#3b82f626 40%,#05050500 70%);filter:blur(100px);height:1200px;left:50%;pointer-events:none;position:absolute;top:-200px;transform:translateX(-50%);width:100%;z-index:1}.hero-title{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:10px;position:relative;text-align:center;z-index:2}.hero-title .white-text{color:#fff}.hero-title .blue-text{color:#3b82f6;text-shadow:0 0 80px #3b82f6cc}.hero-subtitle{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#fff,#a0a0a0);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:3.5rem;font-weight:700;margin-bottom:20px;position:relative;text-align:center;z-index:2}.hero-description{color:#888;font-size:1.1rem;margin-bottom:30px;position:relative;text-align:center;z-index:2}.hero-buttons{display:flex;gap:15px;margin-bottom:60px;position:relative;z-index:2}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;justify-content:center;padding:10px 24px;text-decoration:none;transition:all .2s}.btn-primary{background-color:#3b82f6;box-shadow:0 4px 20px #3b82f666;color:#fff}.btn-primary:hover{background-color:#2563eb;box-shadow:0 6px 25px #3b82f680;transform:translateY(-2px)}.btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#1a1a1a99;border:1px solid #ffffff1a;color:#fff}.btn-secondary:hover{background-color:#ffffff1a;transform:translateY(-2px)}.video-container{aspect-ratio:16/9;background:#111;border:1px solid #333;border-radius:12px;box-shadow:0 20px 50px #00000080;margin-bottom:100px;max-width:900px;overflow:hidden;position:relative;width:90%}.video-player{border:none;height:100%;width:100%}.features-section{margin:0 auto;max-width:1200px;padding:0 20px 100px}.features-header{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:50px}.features-title{font-size:2.5rem;font-weight:700;line-height:1.2;max-width:300px}.features-title span{display:block}.features-description{color:#888;line-height:1.5;max-width:400px;text-align:right}.features-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}@media (max-width:900px){.features-grid{grid-template-columns:1fr}.features-header{align-items:flex-start;flex-direction:column;gap:20px}.features-description{text-align:left}}.feature-card{background:#14141466;border:1px solid #ffffff0d;border-radius:16px;padding:30px;transition:transform .3s}.feature-card:hover{background:#1e1e1e99;border-color:#3b82f64d;box-shadow:0 10px 30px #0000004d;transform:translateY(-5px)}.feature-icon{color:#3b82f6;font-size:24px;margin-bottom:20px}.feature-card h3{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:10px}.feature-card p{color:#888;font-size:.9rem;line-height:1.5}.pricing-section{padding:80px 20px;text-align:center}.pricing-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1100px}.pricing-card{align-items:center;background:#111;border:1px solid #222;border-radius:12px;display:flex;flex-direction:column;max-width:300px;padding:40px;transition:all .3s ease;width:100%}.pricing-card:hover{border-color:#3b82f6;box-shadow:0 10px 40px -10px #3b82f633;transform:translateY(-5px)}.pricing-icon{margin-bottom:20px}.pricing-days{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:5px}.pricing-price{align-items:baseline;display:flex;gap:5px;margin-bottom:30px}.pricing-price .amount{color:#3b82f6;font-size:2rem;font-weight:800}.pricing-price .period{color:#888;font-size:.9rem}.pricing-features{align-items:flex-start;display:flex;display:inline-flex;flex-direction:column;list-style:none;margin:0 0 30px;margin:0 auto 30px;padding:0 0 0 20%;padding:0;width:100%;width:fit-content}.pricing-features li{align-items:center;color:#ccc;display:flex;font-size:.9rem;gap:10px;justify-content:flex-start;margin-bottom:12px;width:100%}.pricing-button{background:#222;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:12px 0;transition:all .2s;width:100%}.pricing-button:hover{background:#3b82f6;color:#fff}@media (max-width:768px){.pricing-grid{grid-template-columns:1fr;width:min(100%,420px)}.landing-nav{padding:10px 12px}.landing-nav-content{border-radius:8px;justify-content:space-between;padding:6px 10px 6px 16px;position:relative;width:100%}.mobile-menu-button{display:inline-flex}.nav-links{align-items:stretch;background:#080808fa;border:1px solid #ffffff1a;border-radius:8px;box-shadow:0 16px 36px #00000080;display:none;flex-direction:column;gap:2px;left:0;padding:10px;position:absolute;right:0;top:calc(100% + 8px)}.nav-links.open{display:flex}.nav-links a{align-items:center;border-radius:6px;display:flex;min-height:44px;padding:0 12px}.hero-section{min-height:min(760px,92svh);padding:110px 18px 60px}.hero-buttons{align-items:stretch;flex-direction:column;width:100%}.hero-buttons .btn{min-height:48px;width:100%}.pricing-card{max-width:none;width:100%}}.landing-features-link{align-items:center;color:#a9caff;display:inline-flex;font-size:14px;font-weight:700;gap:10px;margin-top:24px;min-height:44px;text-decoration:none}.landing-features-link:hover{color:#fff}.purchase-details{color:#b8b8b8;line-height:1.7;margin:0 auto 32px;max-width:850px}.testimonials-section{background:#080808;padding:80px 20px;text-align:center}.section-title{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:60px}.testimonials-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.testimonial-card{background:#14141480;border:1px solid #ffffff0d;border-radius:8px;display:flex;flex-direction:column;height:100%;padding:30px;text-align:left}.testimonial-text{color:#ccc;flex-grow:1;font-size:.95rem;font-style:italic;line-height:1.6;margin-bottom:30px}.testimonial-author{border-top:1px solid #ffffff1a;padding-top:20px}.author-name{color:#fff;font-size:1rem;font-weight:700;margin-bottom:4px}.author-uid{color:#666;font-size:.8rem}.specs-section{background:#090909;padding:80px 20px;text-align:center}.specs-container{margin:0 auto;max-width:900px}.specs-content{width:100%}.specs-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:600px}.spec-item{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;padding:20px;text-align:center}.spec-label{color:#666;font-size:.9rem;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}.spec-value{color:#fff;font-size:1.1rem;font-weight:600}.faq-section{margin:0 auto;max-width:1000px;padding:100px 20px}.faq-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(2,1fr)}.faq-item{background:#14141466;border:1px solid #ffffff0d;border-radius:12px;padding:30px}.faq-item h4{color:#fff;font-size:1.1rem;margin-bottom:10px}.faq-item p{color:#888;font-size:.95rem;line-height:1.6}@media (max-width:768px){.faq-grid,.specs-grid{grid-template-columns:1fr}}.footer-section{background:#050505;border-top:1px solid #151515;padding:80px 20px}.footer-content{grid-gap:60px;display:grid;gap:60px;grid-template-columns:2fr 1fr 1fr;margin:0 auto;max-width:1200px}.footer-logo{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:15px}.footer-tagline{color:#666;font-size:.95rem}.footer-column h4{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:25px}.footer-links{display:flex;flex-direction:column;gap:12px}.footer-links a{color:#888;font-size:.95rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fff}@media (max-width:768px){.footer-content{gap:40px;grid-template-columns:1fr;text-align:center}.footer-links a{align-items:center;display:inline-flex;min-height:44px}}.nf-page{--nf-blue:#3b82f6;--nf-text:#f8fafc;--nf-muted:#8b96a8;background:#05070a;color:var(--nf-text);display:flex;flex-direction:column;isolation:isolate;min-height:100svh;overflow:hidden;position:relative}.nf-grid{background-image:linear-gradient(hsla(0,0%,100%,.032) 1px,#0000 0),linear-gradient(90deg,hsla(0,0%,100%,.032) 1px,#0000 0);background-size:64px 64px;inset:0;-webkit-mask-image:radial-gradient(ellipse 70% 75% at 50% 50%,#000 25%,#0000 100%);mask-image:radial-gradient(ellipse 70% 75% at 50% 50%,#000 25%,#0000 100%);position:absolute;z-index:-3}.nf-glow{border-radius:50%;filter:blur(120px);height:46rem;opacity:.22;pointer-events:none;position:absolute;width:46rem;z-index:-2}.nf-glow-left{background:#2563eb;left:-18rem;top:-28rem}.nf-glow-right{background:#1d4ed8;bottom:-30rem;right:-24rem}.nf-footer,.nf-header{align-items:center;display:flex;justify-content:space-between;margin-inline:auto;width:min(1180px,calc(100% - 48px))}.nf-header{border-bottom:1px solid #ffffff12;min-height:92px}.nf-brand{align-items:center;color:#fff;display:inline-flex;font-size:15px;font-weight:650;gap:10px;letter-spacing:-.01em;min-height:44px;text-decoration:none}.nf-brand img{height:28px;object-fit:contain;width:auto}.nf-support{align-items:center;color:#aeb8c7;display:inline-flex;font-size:13px;gap:6px;min-height:44px;text-decoration:none;transition:color .16s ease}.nf-support:hover{color:#fff}.nf-content{grid-gap:clamp(56px,8vw,120px);align-items:center;display:grid;flex:1 1;gap:clamp(56px,8vw,120px);grid-template-columns:minmax(340px,.95fr) minmax(380px,1.05fr);margin:auto;padding:70px 0;width:min(1100px,calc(100% - 48px))}.nf-visual{aspect-ratio:1;display:grid;place-items:center;position:relative}.nf-code{background:linear-gradient(145deg,#f8fbff 10%,#7c899c 55%,#202733 96%);-webkit-background-clip:text;background-clip:text;color:#0000;filter:drop-shadow(0 16px 28px rgba(0,0,0,.6));font-size:clamp(9rem,18vw,15rem);font-weight:850;letter-spacing:-.09em;line-height:1;position:absolute;transform:translateX(-.045em)}.nf-code-shadow{-webkit-text-stroke:1px #60a5fa4d;color:#0000;filter:blur(18px);opacity:.7;transform:translate(-.045em,14px) scale(1.02)}.nf-orbit{animation:nf-breathe 5s ease-in-out infinite;border:1px solid #60a5fa3d;border-radius:50%;height:43%;position:absolute;transform:rotate(-13deg);width:90%}.nf-orbit-dot{background:var(--nf-blue);border:2px solid #bcd7ff;border-radius:50%;box-shadow:0 0 18px 5px #3b82f680;height:9px;position:absolute;right:-5px;top:50%;width:9px}.nf-copy{max-width:520px}.nf-status{align-items:center;color:#91a0b5;display:inline-flex;font-size:11px;font-weight:700;gap:9px;letter-spacing:.16em;margin-bottom:22px;text-transform:uppercase}.nf-status span{background:var(--nf-blue);border-radius:50%;box-shadow:0 0 12px #3b82f6e6;height:7px;width:7px}.nf-copy h1{font-size:clamp(2.8rem,6vw,5.1rem);font-weight:720;letter-spacing:-.055em;line-height:.98;margin:0 0 22px}.nf-copy p{color:var(--nf-muted);font-size:16px;line-height:1.75;margin:0;max-width:470px}.nf-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.nf-button{align-items:center;border:1px solid #0000;border-radius:10px;cursor:pointer;display:inline-flex;font:inherit;font-size:14px;font-weight:650;gap:9px;justify-content:center;min-height:48px;padding:0 19px;text-decoration:none;transition:transform .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease}.nf-button:hover{transform:translateY(-2px)}.nf-brand:focus-visible,.nf-button:focus-visible,.nf-footer a:focus-visible,.nf-support:focus-visible{outline:2px solid #60a5fa;outline-offset:4px}.nf-button-primary{background:#f5f8fc;box-shadow:0 12px 32px #00000047;color:#080b10}.nf-button-primary:hover{background:#fff;box-shadow:0 16px 36px #00000061}.nf-button-secondary{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:hsla(0,0%,100%,.045);border-color:#ffffff1a;color:#c7cfdb}.nf-button-secondary:hover{background:#ffffff14;border-color:#ffffff2e}.nf-footer{border-top:1px solid #ffffff12;color:#556071;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;letter-spacing:.14em;min-height:72px}.nf-footer a{align-items:center;color:#788497;display:inline-flex;gap:7px;letter-spacing:normal;min-height:44px;text-decoration:none;transition:color .16s ease}.nf-footer a:hover{color:#dbe4f0}@keyframes nf-breathe{0%,to{opacity:.58;transform:rotate(-13deg) scale(.98)}50%{opacity:1;transform:rotate(-13deg) scale(1.02)}}@media (max-width:820px){.nf-content{gap:18px;grid-template-columns:1fr;padding:42px 0 64px;text-align:center}.nf-visual{aspect-ratio:1.8;margin:0 auto;width:min(420px,88vw)}.nf-code{font-size:clamp(8rem,35vw,12rem)}.nf-copy,.nf-copy p{margin-inline:auto}.nf-actions{justify-content:center}}@media (max-width:520px){.nf-content,.nf-footer,.nf-header{width:calc(100% - 32px)}.nf-header{min-height:74px}.nf-content{padding-top:28px}.nf-copy h1{font-size:2.65rem}.nf-copy p{font-size:14px}.nf-actions{flex-direction:column}.nf-button{width:100%}}@media (prefers-reduced-motion:reduce){.nf-orbit{animation:none}.nf-button{transition:none}}.latest-updates,.public-page{--public-bg:#050505;--public-panel:#0d1016;--public-line:hsla(0,0%,100%,.105);--public-muted:#a1aab9;--public-blue:#3b82f6;color:#f8faff;font-family:Inter,sans-serif}.public-page{background:var(--public-bg);min-height:100vh;overflow-x:clip}.public-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#050505de;border-bottom:1px solid var(--public-line);position:sticky;top:0;z-index:20}.public-header-inner{align-items:center;display:flex;gap:28px;margin:auto;min-height:74px;width:min(1200px,calc(100% - 40px))}.public-logo{align-items:center;display:inline-flex;min-height:48px;min-width:100px}.public-logo img{height:30px;width:auto}.public-nav{align-items:center;display:flex;gap:28px;margin-left:auto}.public-nav a{color:#c0c8d5;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s;white-space:nowrap}.public-nav a:hover,.public-nav a[aria-current=page]{color:#fff}.public-nav .public-nav-cta{align-items:center;border:1px solid var(--public-line);border-radius:8px;color:#fff;display:inline-flex;gap:6px;min-height:38px;padding:0 14px}.public-nav .public-nav-cta:hover{border-color:#3b82f6a6}.public-menu-button{align-items:center;background:none;border:0;color:#fff;cursor:pointer;display:none;height:44px;justify-content:center;width:44px}.public-main{margin:auto;width:min(1200px,calc(100% - 40px))}.public-intro{border-bottom:1px solid var(--public-line);display:flex;flex-direction:column;justify-content:center;min-height:395px;padding:70px 0 72px;position:relative}.public-intro:before{background:radial-gradient(ellipse at 55% 60%,#3b82f629,#0000 60%);content:"";inset:0 -16vw 0 44%;pointer-events:none;position:absolute;z-index:0}.public-intro>*{position:relative}.public-eyebrow{color:#72a7ff;font-size:11px;font-weight:800;letter-spacing:.21em;line-height:1.4}.public-intro h1{font-size:clamp(42px,6.3vw,82px);font-weight:800;letter-spacing:-.065em;line-height:1.02;margin:20px 0 21px;max-width:830px}.public-intro h1 span{color:var(--public-blue)}.public-intro>p:not(.public-eyebrow){color:var(--public-muted);font-size:clamp(16px,1.8vw,19px);line-height:1.6;max-width:590px}.public-intro-index{bottom:31px;color:#6c7789;font-size:11px;font-weight:700;letter-spacing:.15em;position:absolute;right:0}.public-footer{border-top:1px solid var(--public-line);color:#8d99aa;display:flex;font-size:13px;gap:24px;justify-content:space-between;margin:70px auto 0;padding:31px 0 42px;width:min(1200px,calc(100% - 40px))}.public-footer>span{color:#fff;font-size:17px;font-weight:800;letter-spacing:-.04em}.public-footer div{display:flex;gap:24px}.public-footer a{color:inherit;text-decoration:none}.public-footer a:hover{color:#fff}.public-bottom-cta{align-items:center;border-top:1px solid var(--public-line);display:flex;gap:16px;justify-content:space-between;padding:34px 0 0}.public-bottom-cta>span{color:var(--public-muted);font-size:14px}.public-bottom-cta a{align-items:center;color:#fff;display:inline-flex;font-size:clamp(19px,3vw,28px);font-weight:700;gap:12px;letter-spacing:-.03em;text-decoration:none}.public-bottom-cta a:hover{color:#85b3ff}.changelog-list{min-height:280px;padding:15px 0 40px}.changelog-entry{grid-gap:40px;border-bottom:1px solid var(--public-line);display:grid;gap:40px;grid-template-columns:220px minmax(0,1fr);padding:48px 0 53px;scroll-margin-top:95px}.changelog-entry-aside{color:#9aa5b4;display:flex;flex-direction:column;font-size:13px;gap:14px}.changelog-entry-number{color:var(--public-blue);font-size:13px;font-weight:800;letter-spacing:.1em}.changelog-entry-body h2{color:#fff;font-size:clamp(25px,3.3vw,42px);letter-spacing:-.045em;line-height:1.15;max-width:780px}.changelog-copy{margin-top:19px;max-width:790px}.changelog-copy p{color:#b7c0cd;font-size:16px;line-height:1.7;margin:0 0 15px;overflow-wrap:anywhere;white-space:pre-line}.changelog-copy ul{grid-gap:9px;color:#b7c0cd;display:grid;font-size:16px;gap:9px;line-height:1.6;margin:0 0 23px;padding-left:21px}.changelog-copy li{padding-left:5px}.changelog-copy li::marker{color:#6e9fee}.changelog-copy a{color:#8cb9ff;text-underline-offset:3px}.recovery-card{grid-gap:24px;background:linear-gradient(120deg,#1936615e,#0c121e99);border:1px solid #3b82f640;border-radius:13px;display:grid;gap:24px;grid-template-columns:1fr 1fr auto;margin-top:29px;padding:22px 25px}.recovery-card>div{display:flex;flex-direction:column;gap:7px;min-width:0}.recovery-card span{color:#aebbd0;font-size:11px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.recovery-card strong{color:#fff;font-size:14px;font-weight:650}.recovery-card .recovery-duration{border-left:1px solid #ffffff26;padding-left:24px}.recovery-card .recovery-duration strong{color:#8cb9ff;font-size:24px;line-height:1}.changelog-state{align-items:center;color:#aab5c5;display:flex;flex-direction:column;gap:12px;justify-content:center;min-height:225px;text-align:center}.changelog-state>span{color:var(--public-blue);font-size:42px}.changelog-state h2{color:#fff;font-size:23px}.latest-updates{margin:0 auto;padding:76px 0 100px;width:min(1200px,calc(100% - 40px))}.latest-updates-heading{align-items:end;display:flex;gap:24px;justify-content:space-between;margin-bottom:27px}.latest-updates-heading h2{color:#fff;font-size:clamp(31px,4.4vw,52px);letter-spacing:-.05em;line-height:1.1;margin-top:10px}.latest-updates-heading>a{align-items:center;color:#c7dbff;display:inline-flex;font-size:14px;font-weight:700;gap:7px;min-height:44px;text-decoration:none;white-space:nowrap}.latest-updates-heading>a:hover{color:#fff}.latest-updates-grid{grid-gap:13px;display:grid;gap:13px;grid-template-columns:repeat(3,minmax(0,1fr))}.latest-update{background:#0e1117;border:1px solid var(--public-line);border-radius:13px;color:#fff;display:flex;flex-direction:column;min-height:188px;padding:23px 24px;position:relative;text-decoration:none;transition:transform .2s,border-color .2s}.latest-update:hover{border-color:#3b82f680;transform:translateY(-3px)}.latest-update time{color:#81adf8;font-size:12px;font-weight:700}.latest-update h3{font-size:19px;letter-spacing:-.025em;line-height:1.3;margin:14px 15px 9px 0}.latest-update p{-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#aab4c2;display:-webkit-box;font-size:13px;line-height:1.55;overflow:hidden}.latest-update>svg{color:#8190a6;position:absolute;right:22px;top:22px}.latest-updates-state{background:#0e1117;border:1px solid var(--public-line);border-radius:12px;color:#aab4c2;padding:42px 24px}.feature-showcase{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr));padding:35px 0 72px}.showcase-card{background:#0b0d12;border:1px solid var(--public-line);border-radius:17px;min-width:0;overflow:hidden}.showcase-card:first-child{display:grid;grid-column:span 2;grid-template-columns:1.06fr .94fr}.showcase-card:first-child .feature-art{min-height:380px}.feature-art{background:radial-gradient(circle at 50% 50%,#2055a433,#0000 62%),#0b1320;border-bottom:1px solid var(--public-line);height:255px;overflow:hidden;position:relative}.showcase-card:first-child .feature-art{border-bottom:0;border-right:1px solid var(--public-line);height:auto}.feature-art-screenshot{background:#141719}.feature-screenshot-backdrop{filter:blur(22px) brightness(.42);height:calc(100% + 48px);inset:-24px;object-fit:cover;position:absolute;width:calc(100% + 48px)}.feature-screenshot{bottom:0;box-shadow:0 0 30px #0003;height:100%;left:50%;object-fit:cover;position:absolute;top:0;transform:translateX(-50%);z-index:1}.feature-art-chams .feature-screenshot{object-position:center 44%;width:min(76%,470px)}.feature-art-esp .feature-screenshot{object-position:center 46%;width:min(48%,255px)}.feature-art-grid{background-image:linear-gradient(#769fdb2e 1px,#0000 0),linear-gradient(90deg,#769fdb2e 1px,#0000 0);background-size:28px 28px;inset:0;-webkit-mask-image:linear-gradient(180deg,#000,#0000 95%);mask-image:linear-gradient(180deg,#000,#0000 95%);opacity:.29;position:absolute}.art-caption{bottom:20px;color:#9cb8df;font-size:10px;font-weight:800;left:23px;letter-spacing:.18em;position:absolute;z-index:2}.showcase-card-copy{padding:27px 30px 31px}.showcase-card:first-child .showcase-card-copy{display:flex;flex-direction:column;justify-content:center;padding:45px}.showcase-meta{color:#79a9f6;display:flex;font-size:11px;font-weight:800;gap:16px;justify-content:space-between;letter-spacing:.14em}.showcase-card h2{color:#fff;font-size:clamp(27px,3vw,37px);letter-spacing:-.05em;line-height:1.1;margin:22px 0 12px}.showcase-card:first-child h2{font-size:clamp(38px,4vw,59px)}.showcase-card-copy>p{color:#c0c9d8;font-size:16px;line-height:1.6;max-width:520px}.showcase-card-detail{align-items:start;color:#8593a8;display:flex;font-size:13px;gap:9px;line-height:1.5;margin-top:22px}.detail-marker{background:var(--public-blue);border-radius:50%;box-shadow:0 0 12px var(--public-blue);flex:none;height:6px;margin-top:7px;width:6px}.smoke-cloud{background:radial-gradient(circle,#a9cbff8a,#4879d845 48%,#0000 73%);border-radius:50%;filter:blur(13px);height:130px;left:calc(50% - 90px);position:absolute;top:60px;width:180px}.smoke-cloud-a{transform:translate(-65px,30px) scale(.8)}.smoke-cloud-b{transform:translate(65px,-16px) scale(1.05)}.smoke-cloud-c{transform:translateY(30px) scale(1.22)}.lua-editor{background:#0b111d;border:1px solid #91b5e959;border-radius:8px;box-shadow:0 25px 50px #00000061;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:min(80%,370px)}.lua-editor>div{align-items:center;border-bottom:1px solid #91b5e929;display:flex;gap:5px;height:32px;padding:0 12px}.lua-editor i{background:#476b9d;border-radius:50%;height:6px;width:6px}.lua-editor>div span{color:#9db7df;font-size:10px;margin-left:10px}.lua-editor code{color:#c3d8fa;display:block;font:12px/1.8 Consolas,monospace;padding:14px 15px 20px;white-space:nowrap}.lua-editor code em{color:#5c7397;font-style:normal}.lua-editor code b{color:#80adff;font-weight:500}.lua-editor code strong{color:#8fdfd9;font-weight:500}.lua-editor code span{color:#6e819e}.movement-path{border:2px dashed #5d9ff4;border-radius:0 0 50% 50%;border-top:0;height:115px;left:calc(50% - 125px);position:absolute;top:50px;transform:rotate(-11deg);width:245px}.movement-point{background:#a9d0ff;border-radius:50%;box-shadow:0 0 0 7px #3b82f633,0 0 22px #4c95ff;height:14px;position:absolute;width:14px}.movement-point-a{left:calc(50% - 121px);top:54px}.movement-point-b{left:calc(50% - 6px);top:158px}.movement-point-c{left:calc(50% + 109px);top:35px}.config-stack{left:50%;position:absolute;top:48%;transform:translate(-50%,-50%) rotate(-5deg);width:min(70%,340px)}.config-stack div{align-items:center;background:#14223a;border:1px solid #344f79;border-radius:6px;box-shadow:0 8px 15px #0000002e;color:#bdd5f7;display:flex;font-size:11px;font-weight:800;gap:17px;height:38px;letter-spacing:.13em;margin-bottom:9px;padding:0 16px}.config-stack div:nth-child(2){background:#244b83;border-color:#76aeff;transform:translateX(17px)}.config-stack span{color:#74a5e6}.config-stack i{background:#6cafff;border-radius:50%;height:7px;margin-left:auto;width:7px}.visuals-horizon{background:linear-gradient(#0000,#061225 67%);bottom:30px;height:95px;left:-10%;position:absolute;right:-10%;transform:skewY(-8deg)}.visuals-orb{background:radial-gradient(circle at 35% 30%,#cbe5ff,#6fa9ff 30%,#20529e 65%,#0d2651 80%);border-radius:50%;box-shadow:0 0 55px #529bff73;height:145px;left:calc(50% - 73px);position:absolute;top:28px;width:145px}.visuals-swatches{display:flex;gap:7px;position:absolute;right:26px;top:27px}.visuals-swatches i{background:#b6d5ff;border:1px solid #fff6;border-radius:50%;height:12px;width:12px}.visuals-swatches i:nth-child(2){background:#6398ea}.visuals-swatches i:nth-child(3){background:#15386d}@media (max-width:760px){.public-header-inner{gap:12px;min-height:64px;width:min(100% - 28px,1200px)}.public-logo{margin-right:auto;min-width:0}.public-menu-button{display:inline-flex;order:3}.public-nav{align-items:stretch;background:#080b11;border-bottom:1px solid var(--public-line);display:none;flex-direction:column;gap:0;left:0;margin:0;padding:12px 18px 18px;position:absolute;right:0;top:63px}.public-nav.open{display:flex}.public-nav a{align-items:center;display:flex;min-height:48px;padding:0 10px}.public-nav .public-nav-cta{justify-content:space-between;margin-top:8px}.public-main{width:min(100% - 32px,1200px)}.public-intro{min-height:340px;padding:55px 0 65px}.public-intro-index{bottom:20px}.feature-showcase{gap:14px;grid-template-columns:1fr;padding-top:22px}.showcase-card:first-child{display:block;grid-column:span 1}.showcase-card:first-child .feature-art{border-bottom:1px solid var(--public-line);border-right:0;height:270px;min-height:0}.showcase-card:first-child .showcase-card-copy{padding:27px 30px 31px}.changelog-entry{gap:17px;grid-template-columns:1fr;padding:35px 0 40px}.changelog-entry-aside{flex-direction:row;gap:18px}.recovery-card{gap:18px;grid-template-columns:1fr 1fr;padding:20px}.recovery-card .recovery-duration{border-left:0;border-top:1px solid #ffffff26;grid-column:span 2;padding:15px 0 0}.latest-updates{padding:60px 0 80px;width:min(100% - 32px,1200px)}.latest-updates-grid{grid-template-columns:1fr}.latest-update{min-height:150px}}@media (max-width:500px){.latest-updates-heading{gap:8px}.latest-updates-heading,.public-bottom-cta{align-items:start;flex-direction:column}.public-footer{flex-direction:column;margin-top:50px;width:min(100% - 32px,1200px)}.public-footer div{flex-wrap:wrap;gap:13px 20px}}@media (prefers-reduced-motion:reduce){.latest-update,.public-nav a{transition:none}.latest-update:hover{transform:none}}
/*# sourceMappingURL=main.60f26607.css.map*/