@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&display=swap";.navbar{z-index:1000;justify-content:center;align-items:center;height:80px;padding:12px 24px;transition:all .4s;display:flex;position:fixed;top:0;left:0;right:0}.nav-pill{-webkit-backdrop-filter:blur(20px);background:#0f0f0fd9;border:1px solid #ffffff14;border-radius:50px;justify-content:space-between;align-items:center;width:100%;max-width:1100px;padding:10px 12px 10px 24px;transition:all .4s;display:flex;box-shadow:0 4px 30px #0006}.navbar.scrolled .nav-pill{background:#0a0a0af2;border-color:#ffffff1a;box-shadow:0 8px 40px #0009}.nav-brand{letter-spacing:1px;white-space:nowrap;align-items:center;gap:8px;font-size:1.15rem;font-weight:900;display:flex}.brand-icon{color:#fff;opacity:.9}.brand-text{color:#fff;letter-spacing:2px;font-weight:900}.brand-accent{color:#e53935}.nav-center{align-items:center;gap:8px;display:none}@media (width>=768px){.nav-center{display:flex}}.nav-link{color:#ffffff8c;letter-spacing:1.5px;white-space:nowrap;border-radius:20px;padding:8px 16px;font-size:.8rem;font-weight:600;transition:all .3s;position:relative}.nav-link-button{font:inherit;cursor:pointer;background:0 0;border:none}.nav-link:hover{color:#fff;background:#ffffff0f}.nav-link.active{color:#fff}.nav-link.active:after{content:"";background:#fff;border-radius:2px;width:60%;height:2px;position:absolute;bottom:2px;left:50%;transform:translate(-50%)}.nav-actions{align-items:center;gap:8px;display:none}@media (width>=768px){.nav-actions{display:flex}}.nav-btn{letter-spacing:1px;cursor:pointer;color:#fff;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff26;border-radius:50px;align-items:center;gap:6px;padding:8px 18px;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.nav-btn:hover{background:#ffffff1f;border-color:#ffffff40;transform:translateY(-1px)}.nav-btn-auth{border-color:#fff3}.nav-btn-support{background:linear-gradient(135deg,#38bdf82e,#7dd3fc14);border-color:#7dd3fc40}.hamburger{color:#fff;cursor:pointer;z-index:1001;background:0 0;border:none;padding:8px;display:block}@media (width>=768px){.hamburger{display:none}}.mobile-menu{z-index:999;-webkit-backdrop-filter:blur(20px);background:#0a0a0af2;border-left:1px solid #ffffff14;flex-direction:column;width:80%;max-width:350px;height:100vh;padding:100px 32px 32px;display:flex;position:fixed;top:0;right:0;box-shadow:-20px 0 50px #000000b3}.mobile-nav-items{flex-direction:column;gap:24px;display:flex}.mobile-nav-item{letter-spacing:2px;color:#ffffff80;font-size:1.1rem;font-weight:600;transition:color .3s,transform .3s}.mobile-nav-item:hover{color:#fff;transform:translate(8px)}.mobile-nav-button{text-align:left;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit}.logout-text{text-align:left;cursor:pointer;color:#ff6b6b;letter-spacing:2px;background:0 0;border:none;padding:0;font-family:inherit;font-size:1.1rem;font-weight:600}.logout-text:hover{color:#ff8787}.auth-text{color:#fff}.avatar-tiktok{cursor:pointer;background:#2b2b2b;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex;box-shadow:inset 0 0 10px #00000080}.avatar-tiktok:hover{background:#3a3a3a;border-color:#ffffff4d;transform:scale(1.05)}.user-menu-container{position:relative}.nav-user-trigger{cursor:pointer;align-items:center;gap:12px;display:flex}.nav-username{color:#fff;letter-spacing:1px;font-size:.9rem;font-weight:600}.user-dropdown{background:#0f0f0ff2;flex-direction:column;gap:4px;width:200px;padding:8px;display:flex;position:absolute;top:calc(100% + 16px);right:0}.dropdown-item{color:#fff;text-align:left;letter-spacing:1px;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:8px;padding:10px 14px;font-family:inherit;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .2s;display:flex}.dropdown-item:hover{background:#ffffff14}.dropdown-item.text-danger{color:#ff6b6b}.dropdown-item.text-danger:hover{background:#ef44441a}.footer-area{background:var(--bg-color);border-top:1px solid var(--glass-border);text-align:center;padding:80px 0 40px;position:relative;overflow:hidden}.footer-area:after{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:50%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.footer-container{max-width:1200px;margin:0 auto;padding:0 24px}.footer-links{flex-wrap:wrap;justify-content:center;gap:40px;margin-bottom:40px;display:flex}.footer-links a{color:var(--text-muted);letter-spacing:.5px;font-weight:500;text-decoration:none;transition:all .3s}.footer-links a:hover{color:#fff;transform:translateY(-2px)}.copyright{color:#e0ecf699;font-size:.95rem;line-height:1.6}.starfield-canvas{z-index:-1;pointer-events:none;background-color:var(--bg-color);width:100vw;height:100vh;position:fixed;top:0;left:0}.support-overlay{z-index:1200;-webkit-backdrop-filter:blur(14px);background:#020617ad;justify-content:flex-end;padding:96px 24px 24px;display:flex;position:fixed;inset:0}.support-widget{background:linear-gradient(#08132ceb 0%,#040c1cf5 100%);border:1px solid #7dd3fc2e;flex-direction:column;width:min(420px,100%);min-height:min(760px,100vh - 120px);max-height:calc(100vh - 120px);display:flex;overflow:hidden;box-shadow:0 22px 70px #0308148c}.support-header{border-bottom:1px solid #7dd3fc1f;justify-content:space-between;align-items:center;padding:22px 22px 16px;display:flex}.support-title-group{align-items:center;gap:14px;display:flex}.support-title-group h3{color:#f0f9ff;margin:0;font-size:1.1rem;font-weight:700}.support-title-group p{color:#e0f2fea8;margin:4px 0 0;font-size:.83rem}.support-icon-shell{color:#e0f2fe;background:radial-gradient(circle at top,#38bdf852,#0ea5e91f);border:1px solid #7dd3fc38;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.support-close{color:#e0f2fe;cursor:pointer;background:#ffffff0a;border:none;border-radius:12px;width:38px;height:38px;transition:all .2s}.support-close:hover{background:#ffffff1a}.support-status-bar{color:#e0f2feb8;background:#0ea5e914;border-bottom:1px solid #7dd3fc14;justify-content:space-between;gap:12px;padding:12px 22px;font-size:.82rem;display:flex}.support-status-bar strong{color:#bae6fd}.support-messages{flex-direction:column;flex:1;gap:12px;padding:18px 18px 8px;display:flex;overflow-y:auto}.support-empty-state{text-align:center;color:#e0f2feb3;flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:280px;padding:24px;display:flex}.support-message{border-radius:18px;flex-direction:column;gap:8px;max-width:88%;padding:14px 14px 12px;font-size:.94rem;line-height:1.45;display:flex;box-shadow:0 12px 28px #0000002e}.support-message.incoming{background:#0f172ae6;border:1px solid #94a3b833;align-self:flex-start}.support-message.outgoing{background:linear-gradient(135deg,#0ea5e93d,#38bdf824);border:1px solid #7dd3fc38;align-self:flex-end}.support-message-meta{text-transform:uppercase;letter-spacing:.08em;color:#e0f2fe8c;justify-content:space-between;gap:16px;font-size:.74rem;display:flex}.support-message p{white-space:pre-wrap;color:#f8fbff;margin:0}.support-message-image{object-fit:cover;background:#0f172a99;border:1px solid #94a3b82e;border-radius:14px;width:100%;max-width:280px;display:block}.support-footer{background:#020617a3;border-top:1px solid #7dd3fc1f;padding:14px 18px 18px}.support-error{color:#fecaca;background:#ef44441f;border-radius:12px;margin-bottom:12px;padding:11px 12px;font-size:.86rem}.support-composer{flex-direction:column;gap:12px;display:flex}.support-textarea{resize:none;color:#f8fbff;width:100%;font:inherit;background:#0f172ad6;border:1px solid #7dd3fc24;border-radius:16px;outline:none;padding:14px 16px;transition:border-color .2s,box-shadow .2s}.support-textarea:focus{border-color:#7dd3fc6b;box-shadow:0 0 0 3px #0ea5e91f}.support-send{width:100%;font:inherit;color:#03111f;cursor:pointer;background:linear-gradient(135deg,#e0f2fe 0%,#7dd3fc 100%);border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:13px 16px;font-weight:700;transition:transform .2s,opacity .2s;display:inline-flex}.support-send:hover:not(:disabled){transform:translateY(-1px)}.support-send:disabled{opacity:.55;cursor:not-allowed}.support-hint{color:#e0f2fe7a;text-align:center;margin-top:10px;font-size:.78rem}@keyframes support-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=768px){.support-overlay{justify-content:center;padding:80px 12px 12px}.support-widget{min-height:calc(100vh - 96px);max-height:calc(100vh - 96px)}.support-status-bar{flex-direction:column}.support-message{max-width:100%}}.home-container{width:100%}.intro-overlay{z-index:9999;text-align:center;background-color:#050505;flex-direction:column;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.intro-title{color:#fff;letter-spacing:-1px;margin-bottom:20px;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900}.intro-subtitle{color:var(--text-muted);max-width:720px;font-size:clamp(1rem,2.5vw,1.4rem);line-height:1.6}.hero-section{justify-content:center;align-items:center;min-height:100vh;padding:120px 24px 72px;display:flex;position:relative;overflow:hidden}.bg-glow{z-index:0;pointer-events:none;filter:blur(40px);background:radial-gradient(circle,#64aaff29 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.bg-glow-secondary{background:radial-gradient(circle,#ffffff0d 0%,#0000 60%);width:840px;height:840px;top:-18%;left:-10%}.hero-content{z-index:10;text-align:center;flex-direction:column;align-items:center;width:100%;max-width:780px;padding:56px 42px;display:flex;position:relative}.hero-badge{color:#d9f2ff;letter-spacing:.03em;background:#7dd3fc1a;border:1px solid #7dd3fc33;border-radius:999px;align-items:center;gap:8px;margin-bottom:22px;padding:8px 14px;font-size:.88rem;font-weight:600;display:inline-flex}.hero-icon-wrapper{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:28px;display:flex;box-shadow:0 0 30px #ffffff0d}.hero-main-icon{color:#fff}.hero-title{letter-spacing:-1px;margin-bottom:20px;font-size:clamp(3rem,8vw,4.5rem);font-weight:900;line-height:1.05}.hero-subtitle{color:#d5eaf8;max-width:650px;margin-bottom:18px;font-size:clamp(1.18rem,2vw,1.45rem);line-height:1.55}.hero-description{color:#d9ecf8b8;max-width:640px;margin-bottom:28px;font-size:1rem;line-height:1.75}.hero-points{gap:12px;width:100%;max-width:560px;margin-bottom:36px;list-style:none;display:grid}.hero-points li{color:#e8f6ff;background:#09142785;border:1px solid #7dd3fc24;border-radius:18px;padding:14px 18px;line-height:1.5}.hero-btns{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.hero-highlights{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;width:100%;margin-top:30px;display:grid}.hero-highlight{text-align:left;background:#07101f94;border:1px solid #7dd3fc24;border-radius:18px;padding:18px 16px}.hero-highlight h3{color:#f6fbff;margin-bottom:10px;font-size:1rem}.hero-highlight p{color:#e0ecf6b8;font-size:.94rem;line-height:1.65}.features-section,.faq-section{max-width:1200px;margin:0 auto;padding:120px 24px}.section-header{text-align:center;margin-bottom:60px}.section-header.compact{margin-bottom:42px}.section-lead{color:#e0ecf6b3;max-width:760px;margin:0 auto;font-size:1.05rem;line-height:1.7}.features-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:28px;display:grid}.feature-card{cursor:default;flex-direction:column;align-items:flex-start;padding:34px 28px;transition:box-shadow .4s,border-color .4s;display:flex}.feature-card:hover{border-color:#ffffff2e;box-shadow:0 20px 40px #0000008c,inset 0 0 0 1px #ffffff12}.feature-icon{color:#fff;background:#ffffff0d;border-radius:16px;margin-bottom:22px;padding:16px;display:inline-flex}.feature-card h3{color:#fff;margin-bottom:14px;font-size:1.35rem;font-weight:700}.feature-card p{color:var(--text-muted);line-height:1.7}.security-section{background:linear-gradient(#060c1a26 0%,#070b13b3 100%);border-top:1px solid #ffffff08;border-bottom:1px solid #ffffff08;padding:120px 24px}.security-container,.trust-container{max-width:1200px;margin:0 auto}.security-container{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:52px;display:flex}.security-text{flex:420px}.security-badge,.faq-badge{color:#fff;background:#ffffff14;border:1px solid #ffffff24;border-radius:20px;align-items:center;gap:10px;margin-bottom:22px;padding:8px 16px;font-size:.9rem;font-weight:600;display:inline-flex}.security-title{text-align:left}.security-desc{color:var(--text-muted);margin-bottom:20px;font-size:1.08rem;line-height:1.8}.security-desc.secondary{color:#e0ecf69e}.security-list{flex-direction:column;gap:16px;list-style:none;display:flex}.security-list li{color:#e0e0e0;align-items:flex-start;gap:12px;font-size:1.02rem;line-height:1.6;display:flex}.check{color:#000;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;min-width:24px;height:24px;font-size:.8rem;font-weight:900;display:inline-flex}.security-visual{flex:420px}.analysis-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.analysis-card{min-height:100%;padding:22px 20px}.analysis-card-head{align-items:center;gap:12px;margin-bottom:14px;display:flex}.analysis-icon{color:#dff3ff;background:#7dd3fc1f;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.analysis-card h3{color:#fff;margin:0;font-size:1.02rem}.analysis-card p{color:#e0ecf6ad;margin:0;font-size:.96rem;line-height:1.68}.trust-section{padding:110px 24px 40px}.trust-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.trust-item{color:#ecf7ff;align-items:center;gap:14px;padding:20px 22px;display:flex}.trust-item svg{color:#9edcff;flex-shrink:0}.trust-item span{line-height:1.6}.faq-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.faq-item{transition:border-color .25s,box-shadow .25s;overflow:hidden}.faq-item.open{border-color:#7dd3fc29;box-shadow:0 14px 34px #0000004d}.faq-question{color:#f5fbff;text-align:left;cursor:pointer;width:100%;font:inherit;background:0 0;border:none;justify-content:space-between;align-items:center;gap:20px;padding:22px 24px;font-size:1.02rem;font-weight:700;display:flex}.faq-toggle{color:#9edcff;font-size:1.8rem;line-height:1}.faq-answer-wrap{overflow:hidden}.faq-answer{color:#e0ecf6b8;margin:0;padding:0 24px 22px;line-height:1.75}.legal-preview-section{padding:20px 24px 110px}.legal-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.legal-preview-card{flex-direction:column;align-items:flex-start;gap:16px;padding:28px 24px;display:flex}.legal-preview-card h3{color:#fff;font-size:1.3rem}.legal-preview-card p{color:#e0ecf6b8;line-height:1.75}.legal-preview-btn{margin-top:auto}@media (width<=900px){.hero-highlights,.analysis-grid,.trust-grid,.legal-preview-grid,.faq-list{grid-template-columns:1fr}}@media (width<=768px){.hero-content{padding:42px 22px}.hero-subtitle{font-size:1.08rem}.features-section,.faq-section,.security-section,.trust-section{padding-left:16px;padding-right:16px}.security-title,.section-header,.security-text{text-align:center}.security-badge,.faq-badge{justify-content:center}.security-container{gap:32px}.faq-question{padding:18px;font-size:.98rem}.faq-answer{padding:0 18px 18px}}.guide-container{min-height:calc(100vh - 80px);padding:60px 24px;position:relative}.guide-glow{background:radial-gradient(#96969614 0%,#0000 60%);width:800px;height:800px;top:30%;left:30%}.guide-content{z-index:10;max-width:900px;margin:0 auto;position:relative}.guide-header{text-align:center;margin-bottom:64px}.guide-header h1{margin-bottom:16px;font-size:clamp(2.5rem,6vw,3.5rem);font-weight:900}.guide-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.2rem}.guide-grid{gap:32px;display:grid}.guide-step{border-left:4px solid var(--text-muted);padding:40px;transition:border-color .4s,box-shadow .4s,transform .4s;position:relative;overflow:hidden}.guide-step:hover{border-left-color:#fff;transform:translate(10px);box-shadow:0 20px 40px #0006}.step-number{color:#ffffff08;pointer-events:none;font-size:6rem;font-weight:900;line-height:1;position:absolute;top:20px;right:20px}.step-icon{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;margin-bottom:24px;padding:16px;display:inline-flex}.guide-step h3{margin-bottom:16px;font-size:1.5rem;font-weight:800}.guide-step p{color:var(--text-muted);max-width:650px;font-size:1.1rem;line-height:1.6}.guide-step strong{color:#fff}.guide-list{color:var(--text-muted);margin-top:15px;padding-left:20px;line-height:1.8}.guide-list li{margin-bottom:8px}.guide-list-bullets{color:var(--text-muted);margin-top:15px;padding:0;line-height:1.8;list-style:none}.guide-list-bullets li{margin-bottom:8px}.note-text{color:#fff9;background:#ffffff0d;border-radius:8px;margin-top:20px;padding:12px 16px;font-size:.95rem;display:inline-block}.auth-container{justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:40px 24px;display:flex;position:relative;overflow:hidden}.auth-glow{background:radial-gradient(circle,#9696961a 0%,#0000 60%);top:50%;left:50%;transform:translate(-50%,-50%)}.auth-card{z-index:10;border:1px solid #ffffff1a;flex-direction:column;width:100%;max-width:450px;padding:40px;display:flex;position:relative;box-shadow:0 30px 60px #0009}.auth-header{text-align:center;margin-bottom:32px}.auth-icon{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;margin-bottom:20px;padding:16px;display:inline-flex}.auth-header h2{margin-bottom:8px;font-size:2rem;font-weight:800}.auth-subtitle{color:var(--text-muted);font-size:.95rem;line-height:1.5}.auth-toggle{background:#0006;border:1px solid #ffffff0d;border-radius:12px;margin-bottom:32px;padding:4px;display:flex}.toggle-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;padding:12px;font-family:inherit;font-weight:600;transition:all .3s}.toggle-btn.active{color:#000;background:#fff;box-shadow:0 4px 10px #fff3}.auth-message{text-align:center;border-radius:12px;margin-bottom:20px;padding:12px 14px;font-size:.92rem;line-height:1.45}.auth-message-error{color:#fecaca;background:#ef444424;border:1px solid #f8717133}.auth-message-info{color:#dbeafe;background:#3b82f624;border:1px solid #60a5fa33}.auth-form{flex-direction:column;gap:20px;display:flex}.input-group{flex-direction:column;gap:8px;display:flex}.input-group label{color:#ccc;margin-left:4px;font-size:.9rem;font-weight:500}.input-wrapper{align-items:center;display:flex;position:relative}.input-icon{color:var(--text-muted);position:absolute;left:16px}.input-wrapper .input-base{padding-left:44px}.submit-btn{gap:8px;width:100%;margin-top:10px;padding:14px;font-size:1.05rem;display:flex}.auth-legal-note{text-align:center;color:#e0ecf6a3;margin-top:-2px;font-size:.9rem;line-height:1.6}.auth-legal-note a{color:#dff6ff;text-underline-offset:3px;text-decoration:underline}.auth-actions-row{justify-content:space-between;gap:12px;margin-top:8px;display:flex}.auth-link-btn{color:#d1d5db;font:inherit;cursor:pointer;background:0 0;border:none;flex:1;padding:0;font-size:.9rem;transition:color .2s}.auth-link-btn:hover:not(:disabled){color:#fff}.auth-link-btn:disabled{opacity:.5;cursor:not-allowed}.forgot-password{text-align:center;color:var(--text-muted);margin-top:16px;font-size:.9rem;transition:color .3s}.forgot-password:hover{color:#fff}.dashboard-container{min-height:calc(100vh - 80px);padding:40px 24px 80px;position:relative}.dash-glow{background:radial-gradient(#6464641a 0%,#0000 70%);width:1000px;height:600px;top:0;left:50%;transform:translate(-50%,-20%)}.dashboard-content{z-index:10;max-width:1100px;margin:0 auto;position:relative}.dash-columns{grid-template-columns:1fr;gap:30px;display:grid}@media (width>=800px){.dash-columns{grid-template-columns:400px 1fr}}.dash-col{flex-direction:column;gap:30px;display:flex}.profile-card,.order-card,.orders-list-card{padding:30px}.profile-header{align-items:center;gap:20px;display:flex}.avatar-wrapper{width:80px;height:80px;position:relative}.profile-avatar{object-fit:cover;border:2px solid #fff3;border-radius:50%;width:100%;height:100%}.edit-avatar-btn{color:#fff;cursor:pointer;background:#3a3a3a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;bottom:0;right:-5px}.profile-details{flex-direction:column;flex:1;gap:12px;display:flex}.profile-name-display{color:#fff;margin:0;font-size:1.4rem;font-weight:800}.profile-email{color:var(--text-muted);margin-top:2px;margin-bottom:15px;font-size:.9rem}.profile-account-id{color:#e8f6ff;background:#7dd3fc14;border:1px solid #7dd3fc2e;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:.85rem;font-weight:600;display:inline-flex}.profile-form-group{flex-direction:column;gap:6px;display:flex}.profile-form-group label{color:var(--text-muted);font-size:.85rem}.profile-input-wrapper{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;padding:8px 12px;transition:all .3s;display:flex}.profile-input-wrapper:focus-within{background:#ffffff14;border-color:#0d8abc}.profile-input-icon{color:var(--text-muted);margin-right:10px}.profile-input{color:#fff;background:0 0;border:none;outline:none;width:100%;font-size:.95rem}.profile-input:-webkit-autofill{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:white!important;-webkit-box-shadow:inset 0 0 0 30px #1a1b1e!important}.profile-input:-webkit-autofill:hover{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:white!important;-webkit-box-shadow:inset 0 0 0 30px #1a1b1e!important}.profile-input:-webkit-autofill:focus{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:white!important;-webkit-box-shadow:inset 0 0 0 30px #1a1b1e!important}.profile-input:-webkit-autofill:active{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:white!important;-webkit-box-shadow:inset 0 0 0 30px #1a1b1e!important}.btn-sm{padding:6px 14px;font-size:.85rem}.mt-3{margin-top:15px}.card-title{margin-bottom:8px;font-size:1.5rem;font-weight:800}.card-subtitle{color:var(--text-muted);margin-bottom:20px;font-size:.95rem;line-height:1.5}.info-box{color:#c9d1d9;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:24px;padding:15px;font-size:.9rem;line-height:1.6}.info-box strong{color:#fff}.file-label{cursor:pointer;color:var(--text-muted);flex-direction:column;gap:10px;font-size:.9rem;display:flex}.file-input{background:#0003;border:1px dashed #fff3;border-radius:8px;padding:10px}.upload-btn{margin-top:24px}.full-btn{width:100%}.card-header-flex{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.orders-count{background:#ffffff1a;border-radius:20px;padding:4px 12px;font-size:.9rem;font-weight:700}.orders-list{flex-direction:column;gap:16px;display:flex}.order-item{background:#0000004d;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;gap:12px;padding:20px;display:flex}.order-header{justify-content:space-between;align-items:flex-start;display:flex}.order-title{font-size:1.1rem;font-weight:800}.order-id{color:var(--text-muted);margin-left:8px;font-size:.8rem;font-weight:400}.order-date{color:var(--text-muted);margin-top:4px;font-size:.85rem}.status-badge{background:#ffffff0d;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:.85rem;font-weight:600;display:inline-flex}.text-warning{color:#f1c40f}.text-success{color:#2ecc71}.text-danger{color:#e74c3c}.status-pending{border:1px solid #f1c40f4d}.status-active{border:1px solid #2ecc714d}.status-rejected{border:1px solid #e74c3c4d}.order-link-display{color:#a0cfff;word-break:break-all;background:#ffffff08;border-radius:8px;align-items:center;gap:8px;padding:10px;font-size:.9rem;display:flex}.order-error{color:#ff6b6b;background:#e74c3c1a;border-radius:8px;padding:8px 12px;font-size:.85rem}.admin-header,.admin-panel{margin-bottom:24px;padding:24px 32px}.admin-title-flex{margin-bottom:16px}.admin-tabs{border-bottom:1px solid #ffffff1a;gap:20px;display:flex}.admin-tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 0;font-size:1.1rem;font-weight:700;transition:all .3s}.admin-tab:hover{color:#fff}.admin-tab.active{color:#fff;border-bottom-color:var(--primary)}.section-title{margin-bottom:24px;font-size:1.3rem;font-weight:800}.admin-search-box{align-items:center;gap:14px;margin-bottom:24px;display:flex}.admin-search-input{flex:1}.admin-inline-meta{color:#e0ecf6b8;flex-wrap:wrap;gap:10px 16px;margin:10px 0 14px;font-size:.9rem;display:flex}.admin-user-profile{margin-bottom:24px;padding:24px}.admin-user-head{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px;display:flex}.admin-user-head h3{margin:0;font-size:1.45rem}.admin-user-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px;display:grid}.admin-user-secondary-meta{margin-top:0;margin-bottom:18px}.admin-ban-box{background:#2c0c0c2e;border:1px solid #f8717124;border-radius:18px;margin-bottom:20px;padding:18px}.admin-ban-header{color:#ffd0d0;align-items:center;gap:10px;margin-bottom:14px;display:inline-flex}.admin-ban-controls{grid-template-columns:120px minmax(0,1fr) auto auto;gap:12px;margin-bottom:12px;display:grid}.admin-ban-hours,.admin-ban-reason{min-width:0}.admin-recent-orders h4{margin-bottom:14px}.compact-order-item{padding:16px}.table-link-button{color:#9edcff;font:inherit;cursor:pointer;text-underline-offset:3px;background:0 0;border:none;text-decoration:underline}.list-full{width:100%}.admin-order-item{flex-direction:row;justify-content:space-between;align-items:center}.order-actions-right{flex-direction:column;align-items:flex-end;gap:10px;display:flex}.actions-flex{align-items:center;gap:10px;display:flex}.btn-sm{align-items:center;gap:6px;padding:6px 12px;font-size:.85rem;display:flex}.btn-vt{color:#d8b4fe;background:#6f42c133;border:1px solid #6f42c180}.btn-vt:hover:not(:disabled){background:#6f42c166}.btn-approve{color:#4ade80;background:#4ade8033;border:1px solid #4ade8080}.btn-approve:hover{background:#4ade8066}.btn-reject{color:#f87171;background:#ef444433;border:1px solid #ef444480}.btn-reject:hover{background:#ef444466}.btn-trash{color:#f87171;padding:6px}.btn-trash:hover{background:#ef444433;border-color:#ef444480}.vt-result{border-radius:8px;padding:4px 10px;font-size:.85rem;font-weight:700}.vt-result.success{color:#4ade80;background:#4ade801a}.vt-result.danger{color:#f87171;background:#ef44441a}.spin{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.users-stats{gap:20px;display:flex}.stat-box{background:#2d7df60d;border:1px solid #2d7df633;border-radius:12px;flex:1;padding:16px}.table-responsive{overflow-x:auto}.users-table{border-collapse:collapse;width:100%}.users-table th,.users-table td{text-align:left;border-bottom:1px solid #ffffff0d;padding:12px 16px}.users-table th{color:var(--text-muted);font-size:.9rem;font-weight:600}.role-badge{text-transform:capitalize;border-radius:20px;padding:4px 10px;font-size:.8rem;font-weight:700}.role-badge.admin{color:#f87171;background:#ef44441a}.role-badge.user{color:#4ade80;background:#4ade801a}@media (width<=768px){.admin-search-box,.admin-ban-controls,.admin-user-head,.admin-user-stats-grid,.users-stats{flex-direction:column;grid-template-columns:1fr}.admin-order-item{flex-direction:column;align-items:flex-start}.order-actions-right{align-items:flex-start;width:100%;margin-top:16px}}.legal-page{min-height:calc(100vh - 80px);padding:48px 24px 110px}.legal-shell{flex-direction:column;gap:24px;max-width:980px;margin:0 auto;display:flex}.legal-hero,.legal-section{padding:32px 28px}.legal-badge{color:#dff6ff;background:#7dd3fc1a;border:1px solid #7dd3fc2e;border-radius:999px;align-items:center;gap:10px;margin-bottom:18px;padding:8px 14px;font-size:.92rem;font-weight:600;display:inline-flex}.legal-title{margin-bottom:14px;font-size:clamp(2rem,4vw,3rem);font-weight:900}.legal-updated,.legal-intro,.legal-section p{color:#e0ecf6c2;line-height:1.75}.legal-intro{font-size:1.02rem}.legal-section{flex-direction:column;gap:14px;display:flex}.legal-section h2{color:#fff;font-size:1.25rem}.legal-list{flex-direction:column;gap:12px;list-style:none;display:flex}.legal-list li{color:#e8f2fad1;padding-left:18px;line-height:1.7;position:relative}.legal-list li:before{content:"";background:#7dd3fc;border-radius:50%;width:7px;height:7px;position:absolute;top:12px;left:0}.legal-links{flex-wrap:wrap;gap:14px;display:flex}@media (width<=768px){.legal-page{padding:32px 16px 90px}.legal-hero,.legal-section{padding:24px 18px}}:root{--bg-color:#030614;--text-main:#e0f2fe;--text-muted:#7dd3fc;--accent-gray:#0c4a6e;--accent-light:#bae6fd;--glass-bg:#0ea5e926;--glass-border:#38bdf833}*{box-sizing:border-box;margin:0;padding:0}body,html{background-color:var(--bg-color);color:var(--text-main);scroll-behavior:smooth;height:100%;font-family:Inter,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}.btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:12px 28px;font-family:Inter,sans-serif;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background:var(--text-main);color:var(--bg-color);box-shadow:0 4px 15px #ffffff1a}.btn-primary:hover{background:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #ffffff26}.btn-outline{color:var(--text-main);border:1px solid var(--text-muted);background:0 0}.btn-outline:hover{border-color:var(--text-main);background:#ffffff0d;transform:translateY(-2px)}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:24px}.page-container{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1;padding-top:80px}.input-base{color:#fff;background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;padding:14px 16px;font-family:Inter,sans-serif;font-size:1rem;transition:all .3s}.input-base:focus{background:#ffffff0d;border-color:#ffffff4d;box-shadow:0 0 0 3px #ffffff0d}.input-base:-webkit-autofill{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:white!important;-webkit-box-shadow:inset 0 0 0 30px #030614!important}.input-base:-webkit-autofill:hover{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:white!important;-webkit-box-shadow:inset 0 0 0 30px #030614!important}.input-base:-webkit-autofill:focus{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:white!important;-webkit-box-shadow:inset 0 0 0 30px #030614!important}.input-base:-webkit-autofill:active{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:white!important;-webkit-box-shadow:inset 0 0 0 30px #030614!important}.gradient-text{background:linear-gradient(135deg,#e0f2fe 0%,#38bdf8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#050505}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#fff3}::selection{color:#fff;background:#ffffff26}
