@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&display=swap";:root{font-family:Inter;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-primary-500: #ff7f16;--color-primary-900: #08062a;--color-neutral-0: #ffffff;--color-neutral-25: #fafbfd;--color-neutral-50: #f6f7f9;--color-neutral-100: #e7e9ed;--color-neutral-300: #b1bbc8;--color-neutral-400: #8695aa;--color-neutral-500: #64748b;--color-neutral-800: #3a4252;--color-neutral-950: #23272e}body{background:#f6f7fb;color:#1f2937}.loading-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,127,22,.3);border-top:2px solid #ff7f16;border-radius:50%;animation:spin .8s linear infinite;margin-right:6px;vertical-align:middle}*{margin:0;padding:0;box-sizing:border-box}.login-page-center{font-family:system-ui,sans-serif;background:linear-gradient(135deg,#fff7f1,#fffdf8);display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px}.login-container{display:flex;background-color:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;overflow:hidden;max-width:900px;width:100%;min-height:600px}.left-panel{flex:1;padding:60px 50px;display:flex;flex-direction:column;justify-content:center;align-items:center}.login-title{font-size:36px;font-weight:700;color:#000;margin-bottom:10px;text-align:center}.login-subtitle{font-size:16px;color:#666;margin-bottom:40px;text-align:center}.form-group{margin-bottom:25px;max-width:100%;width:100%}.form-label{display:block;font-size:14px;font-weight:500;color:#333;margin-bottom:8px}.checkbox-label{display:flex;align-items:flex-start;font-size:13px;color:#666;gap:10px;margin-bottom:8px}.checkbox-label input[type=checkbox]{width:18px;height:18px;margin:0}.terms-text{color:#666;font-size:13px;line-height:1.4}.terms-text a{color:#ff6b35;text-decoration:none;font-weight:500}.form-input{width:400px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;transition:border-color .3s}.form-input:focus{outline:none;border-color:#ff6b35}.password-wrapper{position:relative}.password-toggle{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#666;font-size:18px;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.eye-icon-img{width:25px;height:25px;object-fit:contain;display:block}.forgot-password{text-align:left;margin-top:-10px;margin-bottom:30px;max-width:100%;width:100%}.forgot-password-link{color:#ff6b35;text-decoration:none;font-size:14px;font-weight:500}.forgot-password-link:hover{text-decoration:underline}.login-button{width:400px;max-width:100%;padding:14px;background-color:#ff6b35;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;margin:0 auto 20px;transition:background-color .3s}.login-button:hover{background-color:#e55a2b}.divider{display:flex;align-items:center;text-align:center;margin-bottom:25px;max-width:100%;width:100%}.divider:before,.divider:after{content:"";flex:1;border-bottom:1px solid #e0e0e0}.divider-text{padding:0 15px;color:#666;font-size:14px}.social-buttons{display:flex;gap:15px;margin-bottom:30px;max-width:100%;width:100%}.social-button{flex:1;padding:12px;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:border-color .3s}.social-button:hover{border-color:#ccc}.google-icon,.facebook-icon{width:24px;height:24px;object-fit:contain;display:block;flex-shrink:0;margin:0;padding:0}.signup-link{text-align:center;font-size:14px;color:#666;max-width:100%;width:100%}.signup-link a{color:#ff6b35;text-decoration:none;font-weight:500}.signup-link a:hover{text-decoration:underline}.right-panel{flex:1;background-color:#fff;display:flex;align-items:center;justify-content:center;padding:60px;min-width:300px;overflow:hidden}.logo-container{display:flex;align-items:center;justify-content:center;gap:15px}.logo-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}@media(max-width:768px){.login-container{flex-direction:column}.right-panel{min-height:200px}.left-panel{padding:40px 30px}}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,sans-serif}.auth-page{color:#1f2937}.sidebar{width:260px;background:#fff;border-right:1px solid #e5e7eb;padding:24px;display:flex;flex-direction:column;box-shadow:0 10px 25px #0000000a;transition:transform .3s ease-in-out}.logo{font-size:20px;font-weight:700;padding-bottom:24px}.logo img{height:30px;margin-bottom:40px}.menu{list-style:none}.menu li{padding:12px 14px;border-radius:10px;margin-bottom:8px;color:#6b7280;cursor:pointer;transition:all .2s ease-in-out}.menu li:hover{background:#f5f5f5;color:#333}.menu li a{text-decoration:none;color:inherit;display:block}.menu li.active{background:#fff1e6;color:#f97316;font-weight:600}.menu h6{margin:24px 0 10px;font-size:12px;color:#9ca3af}.main{flex:1;padding:24px 32px}.close-btn,#sidebar-toggle{display:none}.search{width:320px;padding:10px 14px;border-radius:10px;border:1px solid #e5e7eb;transition:all .3s ease-in-out}.search:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #fde6d4}.btn{background:#f97316;color:#fff;border:none;padding:10px 16px;border-radius:10px;cursor:pointer;font-weight:500;transition:all .2s ease-in-out}.btn:hover{background:#fb8c47;transform:translateY(-2px);box-shadow:0 4px 12px #f973164d}.subtitle{color:#6b7280;margin-bottom:20px}.card{background:#fff;padding:20px;border-radius:16px;box-shadow:0 10px 25px #0000000a;transition:all .2s ease-in-out}.card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0000000f}.card span{font-size:13px;color:#6b7280}.card h3{margin-top:10px;font-size:22px}.content{display:grid;grid-template-columns:2fr 1fr;gap:20px}.box{background:#fff;border-radius:16px;padding:20px;overflow-x:auto}.box h4{margin-bottom:16px}.chart{display:flex;align-items:flex-end;gap:14px;height:200px;min-width:600px}.bar{flex:1;background:#e5e7eb;border-radius:8px 8px 0 0;position:relative}.bar:nth-child(1){height:40%}.bar:nth-child(2){height:60%}.bar:nth-child(3){height:85%}.bar:nth-child(4){height:65%}.bar:nth-child(5){height:45%}.bar:nth-child(6){height:70%}.bar.highlight{background:#fdba74}.bar:after{content:attr(data-label);position:absolute;bottom:-22px;width:100%;text-align:center;font-size:12px;color:#6b7280}.activities li{list-style:none;padding:12px 0;border-bottom:1px solid #f1f5f9;font-size:14px}.orders{margin-top:20px;overflow-x:auto}table{width:100%;border-collapse:collapse;display:table}th,td{text-align:left;padding:12px 10px;font-size:14px;color:#333;min-width:150px}th{background:#f8f8f8;font-weight:600;color:#666}tr{border-bottom:1px solid #eee;transition:background .2s ease-in-out}tr:hover{background:#f5f5f5}.status{padding:6px 12px;border-radius:999px;background:#dcfce7;color:#16a34a;font-size:12px}.sidebar-footer{margin-top:auto;padding:24px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #eee;background:#fff;color:#000}.profile img{width:38px;height:38px;border-radius:50%}.profile small{font-size:12px;color:#888}.profile div{text-align:left}.logout{background:none;border:none;font-size:18px;cursor:pointer;color:#555;transition:color .2s ease-in-out}.logout:hover{color:#000}.orders-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.export{padding:6px 12px;border-radius:6px;border:none;background:#f5f5f5;cursor:pointer;transition:background .2s ease-in-out}.export:hover{background:#eee}.status.completed{background:#e6f7ed;color:#2e7d32;display:inline-block}.actions button{background:none;border:none;cursor:pointer;font-size:16px;margin-right:5px;color:#444;transition:color .2s ease-in-out}.actions button:hover{color:#000}@media(max-width:768px){.sidebar{position:fixed;top:0;left:0;height:100%;transform:translate(-100%);z-index:1000}.close-btn{display:block;position:absolute;top:24px;right:24px;font-size:24px;color:#6b7280;cursor:pointer;background:none;border:none}.hamburger{display:block}#sidebar-toggle:checked~.layout .sidebar{transform:translate(0)}.main{padding:24px}.cards{grid-template-columns:1fr}.topbar{flex-direction:column;align-items:flex-start;gap:10px}.search{width:100%;margin-left:0;order:2}.btn{order:2;align-self:flex-start}.hamburger{order:3}}@media(max-width:480px){.main,.card{padding:16px}.card h3{font-size:18px}.chart{height:150px}.box{padding:16px}th,td{padding:10px;font-size:12px;min-width:120px}}.auth-page *{margin:0;padding:0;box-sizing:border-box}.auth-page{font-family:system-ui,sans-serif}.auth-page .login-container{display:flex;background-color:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;overflow:hidden;max-width:900px;width:100%;min-height:600px}.auth-page .left-panel{flex:1;padding:60px 50px;display:flex;flex-direction:column;justify-content:center;align-items:center}.auth-page .login-title{font-size:36px;font-weight:700;color:#000;margin-bottom:10px;text-align:center}.auth-page .login-subtitle{font-size:16px;color:#666;margin-bottom:40px;text-align:center}.auth-page .form-group{margin-bottom:25px;max-width:100%;width:100%}.auth-page .form-label{display:block;font-size:14px;font-weight:500;color:#333;margin-bottom:8px}.auth-page .checkbox-label{display:flex;align-items:flex-start;font-size:13px;color:#666;gap:10px;margin-bottom:8px}.auth-page .checkbox-label input[type=checkbox]{width:18px;height:18px;margin:0}.auth-page .terms-text{color:#666;font-size:13px;line-height:1.4}.auth-page .terms-text a{color:#ff6b35;text-decoration:none;font-weight:500}.auth-page .form-input{width:400px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;transition:border-color .3s}.auth-page .form-input:focus{outline:none;border-color:#ff6b35}.auth-page .password-wrapper{position:relative}.auth-page .password-toggle{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#666;font-size:18px;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.auth-page .eye-icon-img{width:25px;height:25px;object-fit:contain;display:block}.auth-page .forgot-password{text-align:left;margin-top:-10px;margin-bottom:30px;max-width:100%;width:100%}.auth-page .forgot-password-link{color:#ff6b35;text-decoration:none;font-size:14px;font-weight:500}.auth-page .forgot-password-link:hover{text-decoration:underline}.auth-page .login-button{width:400px;max-width:100%;padding:14px;background-color:#ff6b35;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;margin:0 auto 20px;transition:background-color .3s}.auth-page .login-button:hover{background-color:#e55a2b}.auth-page .divider{display:flex;align-items:center;text-align:center;margin-bottom:25px;max-width:100%;width:100%}.auth-page .divider:before,.auth-page .divider:after{content:"";flex:1;border-bottom:1px solid #e0e0e0}.auth-page .divider-text{padding:0 15px;color:#666;font-size:14px}.auth-page .social-buttons{display:flex;gap:15px;margin-bottom:30px;max-width:100%;width:100%}.auth-page .social-button{flex:1;padding:12px;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:border-color .3s}.auth-page .social-button:hover{border-color:#ccc}.auth-page .google-icon,.auth-page .facebook-icon{width:24px;height:24px;object-fit:contain;display:block;flex-shrink:0;margin:0;padding:0}.auth-page .signup-link{text-align:center;font-size:14px;color:#666;max-width:100%;width:100%}.auth-page .signup-link a{color:#ff6b35;text-decoration:none;font-weight:500}.auth-page .signup-link a:hover{text-decoration:underline}.auth-page .right-panel{flex:1;background-color:#fff;display:flex;align-items:center;justify-content:center;padding:60px;min-width:300px;overflow:hidden}.auth-page .logo-container{display:flex;align-items:center;justify-content:center;gap:15px}.auth-page .logo-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}@media(max-width:768px){.auth-page .login-container{flex-direction:column}.auth-page .right-panel{min-height:200px}.auth-page .left-panel{padding:40px 30px}}.auth-page .right-panel{display:none}.auth-page.login-page,.auth-page.login-page *{--login-orange: #ff7a1a;--login-orange-dark: #f06712;--login-peach: #fff3ea;--login-ink: #101828;--login-muted: #667085;--login-border: #e4e7ec;font-family:Manrope,Poppins,Segoe UI,sans-serif}.auth-page.login-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px 48px;gap:18px;background:radial-gradient(circle at top right,rgba(255,224,196,.6),transparent 45%),radial-gradient(circle at bottom left,rgba(255,240,226,.7),transparent 55%),#f7f7f8}.auth-page.login-page .login-container{max-width:1100px;width:min(1100px,100%);min-height:640px;border-radius:26px;box-shadow:0 24px 60px #1018281f;animation:login-rise .6s ease both}@keyframes login-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.auth-page.login-page .login-container,.auth-page.login-page .login-header,.auth-page.login-page .login-form,.auth-page.login-page .signup-link,.auth-page.login-page .right-panel,.auth-page.login-page .marketing-illustration{animation:none}}.auth-page.login-page .left-panel{align-items:stretch;padding:64px 60px;gap:26px}.auth-page.login-page .login-header{text-align:left;animation:login-rise .55s ease both}.auth-page.login-page .login-title{font-size:32px;color:var(--login-ink);text-align:left}.auth-page.login-page .login-subtitle{font-size:15px;color:var(--login-muted);text-align:left;margin-bottom:10px}.auth-page.login-page .login-form{width:100%;max-width:420px;animation:login-rise .6s ease both;animation-delay:.05s}.auth-page.login-page .form-group{margin-bottom:20px}.auth-page.login-page .form-input{width:100%;border-radius:10px;border:1px solid var(--login-border)}.auth-page.login-page .form-input:focus{border-color:var(--login-orange);box-shadow:0 0 0 3px #ff7a1a26}.auth-page.login-page .forgot-password{margin-top:-6px;margin-bottom:24px}.auth-page.login-page .forgot-password-link{color:var(--login-orange)}.auth-page.login-page .login-button{width:100%;border-radius:12px;background:linear-gradient(135deg,var(--login-orange),#ff8a33);box-shadow:0 12px 20px #ff7a1a40;margin-bottom:22px}.auth-page.login-page .login-button:hover{background:linear-gradient(135deg,var(--login-orange-dark),var(--login-orange))}.auth-page.login-page .divider-text{font-size:11px;letter-spacing:.12em;text-transform:uppercase}.auth-page.login-page .social-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:18px}.auth-page.login-page .social-button{border-radius:12px;border-color:var(--login-border);font-weight:600;color:#1f2937;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.auth-page.login-page .social-button:hover{border-color:#ff7a1a73;transform:translateY(-2px);box-shadow:0 10px 20px #1018281f}.auth-page.login-page .social-button:focus-visible{outline:2px solid rgba(255,122,26,.5);outline-offset:2px}.auth-page.login-page .signup-link{text-align:center;font-size:14px;animation:login-rise .6s ease both;animation-delay:.1s}.auth-page.login-page .signup-link a{color:var(--login-orange)}.auth-page.login-page .back-home{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:4px;align-self:center;color:#667085;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s ease,transform .2s ease}.auth-page.login-page .back-home:hover{color:var(--login-orange);transform:translateY(-1px)}.auth-page.login-page .back-home-icon{width:20px;height:20px;object-fit:contain}.auth-page.login-page .right-panel{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;background:radial-gradient(120% 120% at 20% 0%,#fff7f1,#fff1e6 45%,#fff7f1);padding:64px 56px;gap:18px;animation:login-rise .65s ease both;animation-delay:.12s}.auth-page.login-page .brand-row{display:flex;align-items:center;gap:10px}.auth-page.login-page .brand-logo{width:200px;object-fit:contain}.auth-page.login-page .brand-name{font-weight:700;font-size:18px;letter-spacing:.02em;color:#111827}.auth-page.login-page .marketing-title{font-size:28px;line-height:1.25;color:#111827;margin-top:8px}.auth-page.login-page .marketing-title span{display:block}.auth-page.login-page .marketing-text{font-size:14px;color:#6b7280;max-width:420px}.auth-page.login-page .marketing-illustration{max-height:440px;height:auto;align-self:center;margin-top:auto;object-fit:contain;animation:login-rise .7s ease both;animation-delay:.18s}@media(max-width:1024px){.auth-page.login-page .login-container{min-height:0}.auth-page.login-page .left-panel,.auth-page.login-page .right-panel{padding:48px 40px}.auth-page.login-page .marketing-title{font-size:24px}}@media(max-width:860px){.auth-page.login-page .login-container{flex-direction:column}.auth-page.login-page .right-panel{align-items:center;text-align:center}.auth-page.login-page .marketing-text{max-width:520px}}@media(max-width:640px){.auth-page.login-page{padding:24px 16px}.auth-page.login-page .left-panel,.auth-page.login-page .right-panel{padding:36px 24px}.auth-page.login-page .social-buttons{grid-template-columns:1fr}}.auth-mfa-overlay{position:fixed;inset:0;z-index:1200;background:#11182773;display:flex;align-items:center;justify-content:center;padding:16px}.auth-mfa-modal{width:100%;max-width:420px;background:#fff;border-radius:14px;border:1px solid #e4e7ec;box-shadow:0 20px 45px #0f172a33;padding:22px}.auth-mfa-modal h3{margin:0 0 8px;font-size:22px;color:#111827}.auth-mfa-modal p{margin:0 0 14px;color:#6b7280;font-size:14px;line-height:1.45}.auth-mfa-input{width:100%;border:1px solid #e4e7ec;border-radius:10px;padding:12px 14px;font-size:15px}.auth-mfa-input:focus{outline:none;border-color:#ff7a1a;box-shadow:0 0 0 3px #ff7a1a26}.auth-mfa-error{margin:10px 0 0;padding:8px 10px;border:1px solid #fecaca;border-radius:8px;background:#fef2f2;color:#b91c1c;font-size:13px}.auth-mfa-actions{margin-top:14px;display:flex;justify-content:flex-end;gap:8px}.auth-mfa-btn{border-radius:8px;padding:10px 14px;font-weight:600;border:1px solid transparent;cursor:pointer}.auth-mfa-btn--ghost{background:#fff;border-color:#e5e7eb;color:#374151}.auth-mfa-btn--primary{background:#ff7a1a;color:#fff}.otp-modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.otp-modal{background:#fff;width:420px;border-radius:20px;padding:32px 28px;text-align:center;box-shadow:0 25px 50px #00000026}.otp-modal-logo{width:140px;margin-bottom:16px}.otp-modal h3{font-size:20px;margin-bottom:12px;color:#111827}.otp-modal p{font-size:14px;color:#6b7280;line-height:1.6;margin-bottom:20px}.otp-modal p strong{color:#374151;font-weight:700}.otp-inputs{display:flex;justify-content:center;gap:10px;margin-bottom:12px}.otp-input-box{width:46px;height:52px;border:1px solid #d1d5db;border-radius:10px;text-align:center;font-size:22px;font-weight:700;color:#111827;outline:none}.otp-input-box:focus{border-color:#f97316;box-shadow:0 0 0 3px #f9731626}.otp-input-box:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.otp-resend-btn{border:none;background:transparent;color:#f97316;font-size:13px;font-weight:600;cursor:pointer;margin-bottom:18px}.otp-resend-btn:disabled{color:#9ca3af;cursor:not-allowed}.otp-modal-actions{display:flex;gap:12px;margin-bottom:16px}.otp-cancel-btn{flex:1;background:#e5e7eb;border:none;padding:12px;border-radius:10px;font-weight:600;cursor:pointer;color:#374151}.otp-verify-btn{flex:1;background:#fb923c;border:none;color:#fff;padding:12px;border-radius:10px;font-weight:600;cursor:pointer}.otp-verify-btn:hover:enabled{background:#f97316}.otp-cancel-btn:disabled,.otp-verify-btn:disabled{opacity:.7;cursor:not-allowed}.otp-modal-footer{font-size:11px;color:#9ca3af}@media(max-width:520px){.otp-modal{width:100%;padding:28px 18px}.otp-inputs{gap:8px}.otp-input-box{width:42px;height:48px;font-size:20px}}.forgot-password-page{min-height:100vh;width:100%;background:#f3f4f6;font-family:Manrope,Poppins,Segoe UI,sans-serif}.forgot-password-canvas{min-height:100vh;width:100%;background:#f3f4f6;display:grid;place-items:center;padding:28px 16px}.forgot-password-card{width:min(480px,100%);background:#f8f8f8;border-radius:28px;box-shadow:0 22px 50px #0f172a1f;padding:44px 42px 34px;text-align:center}.forgot-password-heading{font-size:42px;line-height:1.08;color:#121939}.forgot-password-subtitle{margin-top:12px;color:#7c87a4;font-size:14px;line-height:1.4}.forgot-password-form{margin-top:34px;text-align:left}.forgot-password-label{display:block;margin-bottom:10px;font-size:14px;font-weight:600;color:#3a435f}.forgot-password-input{width:100%;height:54px;border:1px solid #d7dce6;border-radius:8px;padding:0 14px;font-size:14px;color:#1f2937;background:#fdfdfe}.forgot-password-input:focus{outline:none;border-color:#ff7a1a;box-shadow:0 0 0 3px #ff7a1a26}.forgot-password-feedback{margin-top:10px;color:#15803d;font-size:13px}.forgot-password-button{width:100%;border:0;margin-top:22px;padding:13px 16px;border-radius:10px;background:#ff7a1a;color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:background-color .2s ease}.forgot-password-button:hover{background:#ea6a0f}.forgot-password-back{margin-top:18px;display:inline-block;color:#7b849d;font-size:14px;text-decoration:none}.forgot-password-back:hover{color:#4b5879}.forgot-password-back:before{content:"<-";margin-right:8px}@media(max-width:800px){.forgot-password-card{padding:30px 22px 24px;border-radius:20px}.forgot-password-heading{font-size:34px}}@media(max-width:520px){.forgot-password-page{width:100%}.forgot-password-canvas{padding:16px}}.forgot-password-message{padding:12px 16px;border-radius:6px;margin-bottom:20px;font-size:14px;display:flex;align-items:center}.forgot-password-message--success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.forgot-password-message--error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.forgot-password-message--info{background-color:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.forgot-password-button:disabled{background-color:#ccc;cursor:not-allowed}.forgot-password-button:disabled:hover{background-color:#ccc}.create-password-page{min-height:100vh;width:100%;background:#f3f4f6;font-family:Manrope,Poppins,Segoe UI,sans-serif}.create-password-canvas{min-height:100vh;width:100%;display:grid;place-items:center;padding:28px 16px;background:#f3f4f6}.create-password-card{width:min(520px,100%);border-radius:26px;padding:42px 40px 32px;background:#f8f8f8;box-shadow:0 22px 50px #0f172a1a;text-align:center}.create-password-logo{width:142px;max-width:100%;margin:0 auto 18px;display:block}.create-password-heading{font-size:46px;line-height:1.08;color:#121939}.create-password-subtitle{margin-top:12px;font-size:14px;line-height:1.35;color:#7c87a4}.create-password-form{margin-top:30px;text-align:left}.create-password-label{display:block;font-size:14px;font-weight:600;color:#2e3651;margin-bottom:8px}.create-password-input-wrap{position:relative;margin-bottom:10px}.create-password-input{width:100%;height:50px;border-radius:8px;border:1px solid #d4dae6;background:#f9fafc;color:#1f2937;padding:0 46px 0 14px;font-size:14px}.create-password-input:focus{outline:none;border-color:#ff7a1a;box-shadow:0 0 0 3px #ff7a1a26}.create-password-visibility{position:absolute;right:14px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#7f8ca8;cursor:pointer;padding:0;line-height:1;display:inline-flex;align-items:center}.create-password-rules{margin-top:16px;border-radius:10px;padding:14px 12px;background:#eff1f5}.create-password-rules-title{font-size:11px;font-weight:700;letter-spacing:.04em;color:#7f8ca8;margin-bottom:8px}.create-password-rule{position:relative;padding-left:18px;font-size:14px;color:#98a3bb;line-height:1.6}.create-password-rule:before{content:"";position:absolute;left:0;top:8px;width:9px;height:9px;border-radius:50%;background:#d2d7e1}.create-password-rule.is-valid{color:#3a465f}.create-password-rule.is-valid:before{background:#16a34a}.create-password-error{margin-top:10px;font-size:13px;color:#b91c1c}.create-password-feedback{margin-top:10px;font-size:13px;color:#15803d}.create-password-button{width:100%;margin-top:20px;border:0;border-radius:10px;padding:13px 16px;background:#ff7a1a;color:#fff;font-size:15px;font-weight:700;cursor:pointer;transition:background-color .2s ease}.create-password-button:hover{background:#ea6a0f}.create-password-back{margin-top:16px;display:inline-block;color:#7b849d;font-size:14px;text-decoration:none}.create-password-back:hover{color:#4b5879}.create-password-back:before{content:"<-";margin-right:8px}@media(max-width:760px){.create-password-card{padding:30px 22px 24px;border-radius:20px}.create-password-heading{font-size:34px}}.create-password-message{padding:12px 16px;border-radius:6px;margin-bottom:20px;font-size:14px}.create-password-message--success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.create-password-message--error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.create-password-button:disabled{background-color:#ccc;cursor:not-allowed}.create-password-button:disabled:hover{background-color:#ccc}.container{width:1512px;max-width:1512px;margin:0 auto;padding-left:100px;padding-right:100px}.hero{background:radial-gradient(1400px 800px at 50% 8%,#f8ede4a6,#fff6ef4d 45%,#ffeee000 75%),radial-gradient(1200px 600px at 30% 0%,#ff8b2c1a,#ff7f1600 70%),radial-gradient(1000px 500px at 70% 20%,#ff7f160f,#ff7f1600 65%),radial-gradient(600px 2px at 50% 100%,#0e0b3d08,#0e0b3d00),#fffbf7}.hero__inner{padding:100px 100px 101px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;min-height:870px}.hero__left{min-width:0}.pill{display:inline-flex;align-items:center;height:26px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:700;color:var(--color-primary-500);background:#ff7f161f;border:1px solid rgba(255,127,22,.18)}.hero__title{font-size:64px;line-height:1.05;letter-spacing:-1.2px;font-weight:900}.accent{color:var(--color-primary-500)}.hero__desc{margin-top:15px;max-width:560px;color:var(--color-neutral-500);font-weight:500;font-size:15px;line-height:1.6}.hero__search{margin-top:22px}.hero__search .search{display:flex;align-items:center;gap:12px;padding:10px 12px;width:min(760px,100%);background:var(--color-neutral-0);border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 12px 24px #0f172a14;overflow:hidden}.hero__search .search__icon img{width:16px;height:16px;object-fit:contain;display:block}.hero__search .search__input{width:100%;min-width:260px;border:none;outline:none;background:transparent;font-size:14px;color:var(--color-neutral-950);font-weight:500;flex:1 1 320px}.hero__search .search__input::placeholder{color:#94a3b8;font-weight:500}.hero__search .search__selectWrap{position:relative;display:inline-flex;align-items:center;flex-shrink:0}.hero__search .search__select{appearance:none;-webkit-appearance:none;height:40px;border-radius:0;border:none;background:transparent;padding:0 28px 0 18px;font-weight:700;font-size:13px;color:#334155;cursor:pointer;white-space:nowrap;transition:color .2s ease}.hero__search .search__selectWrap img{pointer-events:none;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:10px;height:10px;object-fit:contain;display:block;opacity:.6}.hero__search .btn{border:1px solid transparent;height:40px;padding:0 20px;border-radius:12px;font-weight:700;font-size:13px;cursor:pointer}.hero__search .btn--primary{background:var(--color-primary-500);color:var(--color-neutral-0)}.hero__search .search__cta{height:40px;border-radius:12px;padding:0 22px;flex-shrink:0}.hero__search .btn--primary:hover{filter:brightness(.98)}.hero__search .btn--primary:active{transform:translateY(1px)}.hero__search .search__select:hover{color:var(--color-primary-500)}.hero__right{display:flex;justify-content:center;align-items:center}.heroCard{position:relative;width:520px;height:520px;border-radius:28px;overflow:hidden}.heroCard__bg{position:absolute;inset:0;background:radial-gradient(120% 90% at 20% 20%,#ffffffa6,#fff0),linear-gradient(145deg,#72d6c0,#4bb6a5);filter:saturate(1.05)}.heroCard__content{position:absolute;inset:0;display:grid;place-items:center;padding:24px}.phoneOnly{position:relative}.phoneOnly__img{width:560px;height:auto;display:block}.floatBadge{position:absolute;left:-36px;top:52%;transform:translateY(-50%);background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:10px 12px;display:flex;align-items:center;gap:10px;box-shadow:0 12px 30px #08062a1f}.floatBadge__icon{width:32px;height:32px;border-radius:10px;background:#ff7f161f;display:flex;align-items:center;justify-content:center}.floatBadge__icon img{width:16px;height:16px}.floatBadge__top{font-size:10px;font-weight:800;letter-spacing:.6px;color:var(--color-neutral-400)}.floatBadge__bottom{font-size:12px;font-weight:800;color:var(--color-neutral-950)}.logos{background:var(--color-neutral-0);padding-top:30px;padding-bottom:20px}.logos__inner{padding:28px 0;text-align:center}.logos__label{font-size:14px;letter-spacing:1px;padding-bottom:20px;font-weight:400;color:var(--color-neutral-400)}.logos__row{margin-top:28px;padding-bottom:24px;display:flex;align-items:center;justify-content:center;gap:60px;flex-wrap:wrap}.logoItem{display:inline-flex;align-items:center;gap:10px;color:var(--color-primary-900);font-weight:800;font-size:20px;transition:transform .2s ease,color .2s ease}.logoItem:hover{transform:translateY(-2px);color:var(--color-primary-500)}.logoItem__icon{width:30px;height:36px;object-fit:contain;opacity:.85;display:block}.logoItem__name{white-space:nowrap}.stats{background:var(--color-primary-900)}.stats__inner{padding:46px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.stat{text-align:center}.stat__value{color:var(--color-neutral-0);font-weight:900;font-size:36px;letter-spacing:-.4px}.stat__label{margin-top:8px;color:#ff7f16e6;font-weight:900;font-size:11px;letter-spacing:1px}.categories{background:var(--color-neutral-0)}.categories__inner{padding:70px 100px 90px}.categories__header{display:flex;align-items:center;justify-content:space-between;gap:24px}.categories__title{font-size:26px;font-weight:800;color:var(--color-primary-900)}.categories__subtitle{margin-top:6px;color:var(--color-neutral-500);font-size:14px;font-weight:500}.categories__link{background:transparent;border:none;color:var(--color-primary-500);font-weight:700;font-size:13px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:color .2s ease,transform .2s ease}.categories__link:hover{color:#ff8a2b;transform:translate(2px)}.categories__grid{margin-top:34px;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.categoryCard{background:var(--color-neutral-0);border:1px solid var(--color-neutral-100);border-radius:18px;padding:26px;box-shadow:0 16px 30px #141c3c0a;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.categoryCard:hover{transform:translateY(-4px);box-shadow:0 22px 36px #141c3c14;border-color:#ff7f1640}.categoryCard__icon{width:48px;height:48px;border-radius:10px;background:var(--color-neutral-50);display:grid;place-items:center}.categoryCard__icon img{width:24px;height:24px;object-fit:contain;display:block}.categoryCard__title{margin-top:16px;font-weight:800;color:var(--color-primary-900);font-size:16px}.categoryCard__desc{margin-top:6px;color:var(--color-neutral-500);font-size:13px;line-height:1.6}.process{background:var(--color-neutral-0)}.process__inner{padding:60px 0 110px}.process__title{text-align:center;font-size:30px;font-weight:900;color:var(--color-primary-900)}.process__subtitle{margin-top:8px;text-align:center;color:var(--color-neutral-400);font-size:13px;font-weight:600}.process__steps{margin-top:48px;display:grid;grid-template-columns:repeat(3,1fr);gap:32px;position:relative}.process__steps:before{content:"";position:absolute;top:28px;left:calc(16.666% + 28px);right:calc(16.666% + 28px);height:2px;background:#ff7f1626;border-radius:999px}.processStep{text-align:center;position:relative;z-index:1;transition:transform .2s ease}.processStep:hover{transform:translateY(-3px)}.processStep__iconWrap{width:56px;height:56px;margin:0 auto 16px;border-radius:14px;background:#ff7f161f;display:grid;place-items:center;position:relative}.processStep__icon{width:26px;height:26px;object-fit:contain;display:block}.processStep__badge{position:absolute;top:-10px;right:-8px;width:22px;height:22px;border-radius:999px;background:var(--color-primary-900);color:var(--color-neutral-0);font-size:11px;font-weight:800;display:grid;place-items:center}.processStep__title{font-size:14px;font-weight:800;color:var(--color-primary-900)}.processStep__desc{margin-top:6px;font-size:12px;color:var(--color-neutral-500);line-height:1.6}.testimonials{background:var(--color-neutral-0)}.testimonials__inner{padding:70px 0 110px}.testimonials__header{text-align:center}.testimonials__title{font-size:28px;font-weight:900;color:var(--color-primary-900)}.testimonials__underline{width:46px;height:3px;background:var(--color-primary-500);border-radius:999px;margin:10px auto 0}.testimonials__grid{margin-top:34px;display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch}.testimonialCard{background:var(--color-neutral-0);border:1px solid var(--color-neutral-100);border-radius:18px;padding:24px;box-shadow:0 16px 30px #141c3c0a;display:grid;gap:12px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.testimonialCard:hover{transform:translateY(-4px);box-shadow:0 22px 36px #141c3c1a;border-color:#ff7f1640}.testimonialCard--featured:hover{box-shadow:0 24px 40px #08062a33}.testimonialCard--featured{background:var(--color-primary-900);color:var(--color-neutral-0);border-color:transparent}.testimonialCard__rating{color:var(--color-primary-500);font-size:13px;letter-spacing:2px}.testimonialCard__quote{font-size:13px;line-height:1.7;color:var(--color-neutral-800)}.testimonialCard--featured .testimonialCard__quote{color:#ffffffe6}.testimonialCard__name{font-weight:800;font-size:13px}.testimonialCard__meta{display:flex;align-items:center;gap:10px}.testimonialCard__avatar{width:36px;height:36px;border-radius:999px;object-fit:cover;display:block}.testimonialCard__role{font-size:12px;color:var(--color-neutral-400)}.testimonialCard--featured .testimonialCard__role{color:#ffffffb3}.testimonials__pagination{margin-top:22px;display:flex;justify-content:center;gap:10px}.pagerDot{width:18px;height:6px;border-radius:999px;border:none;background:#08062a1a;cursor:pointer;transition:width .2s ease,background .2s ease,transform .2s ease}.pagerDot--active{width:26px;background:var(--color-primary-500)}.pagerDot:hover{background:#ff7f1666;transform:translateY(-1px)}.faq{background:var(--color-neutral-50)}.faq__inner{padding:80px 0 110px;text-align:center}.faq__title{font-size:32px;font-weight:900;color:var(--color-primary-900)}.faq__subtitle{margin-top:10px;color:var(--color-neutral-400);font-size:14px;font-weight:600}.faq__list{margin:38px auto 0;display:grid;gap:14px;max-width:820px}.faqItem{background:var(--color-neutral-0);border:1px solid var(--color-neutral-100);border-radius:14px;overflow:hidden;box-shadow:0 12px 28px #141c3c0a;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.faqItem:hover{transform:translateY(-2px);box-shadow:0 18px 34px #141c3c14;border-color:#ff7f1640}.faqItem:hover .faqItem__chevron{opacity:1}.faqItem__trigger{width:100%;border:none;background:transparent;padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer}.faqItem__text{font-size:15px;font-weight:700;color:var(--color-primary-900);text-align:left}.faqItem__chevron{width:18px;height:18px;object-fit:contain;opacity:.7;transition:transform .2s ease}.faqItem--open .faqItem__chevron{transform:rotate(180deg)}.faqItem__answer{text-align:left;padding:0 22px 18px;color:var(--color-neutral-500);font-size:14px;line-height:1.65}.faq__cta{margin-top:28px;display:grid;gap:12px;justify-items:center}.faq__hint{font-size:13px;color:var(--color-neutral-400);font-weight:600}.faq__button{border:none;background:var(--color-primary-900);color:var(--color-neutral-0);font-weight:800;font-size:13px;padding:13px 26px;border-radius:999px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.faq__button:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0f172a33;filter:brightness(1.05)}.cta{background:var(--color-neutral-0)}.cta__inner{padding:60px 0 120px;display:flex;justify-content:center}.ctaCard{width:760px;max-width:100%;background:#ff8a1f;border-radius:28px;padding:70px 48px;text-align:center;color:var(--color-neutral-0);position:relative;overflow:hidden;box-shadow:0 24px 50px #ff7f1640}.ctaCard:before,.ctaCard:after{content:"";position:absolute;width:240px;height:240px;border-radius:999px;background:#ffffff2e}.ctaCard:before{left:-80px;top:-80px}.ctaCard:after{right:-90px;bottom:-90px}.ctaCard__content{position:relative;z-index:1}.ctaCard__title{font-size:26px;font-weight:900}.ctaCard__subtitle{margin-top:10px;font-size:13px;font-weight:600;color:#ffffffe6}.ctaCard__button{margin-top:18px;border:none;background:var(--color-neutral-0);color:var(--color-primary-900);font-weight:800;font-size:12px;padding:10px 18px;border-radius:999px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.ctaCard__button:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0f172a2e;filter:brightness(.98)}.hero__search{position:relative}.search__dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 10px 25px #0000001a;margin-top:.5rem;max-height:400px;overflow-y:auto;z-index:50}.search__dropdownHeader{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #f3f4f6;font-size:.875rem;color:#6b7280}.search__dropdownViewAll{color:#4f46e5;text-decoration:none;font-weight:500;transition:color .2s}.search__dropdownViewAll:hover{color:#3730a3}.search__dropdownItem{display:block;padding:1rem 1.25rem;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background-color .2s}.search__dropdownItem:hover{background-color:#f9fafb}.search__dropdownItem:last-child{border-bottom:none}.search__dropdownItem--loading,.search__dropdownItem--empty{padding:2rem 1.25rem;text-align:center;color:#6b7280;font-style:italic;cursor:default}.search__dropdownItemContent{display:flex;flex-direction:column;gap:.25rem}.search__dropdownItemTitle{font-weight:600;color:#1f2937;font-size:.95rem}.search__dropdownItemDesc{color:#6b7280;font-size:.875rem;line-height:1.4}.search__dropdownItemMeta{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.search__dropdownItemPrice{color:#059669;font-weight:600;font-size:.875rem}.search__dropdownItemTechs{display:flex;gap:.375rem;flex-wrap:wrap;justify-content:flex-end}.search__dropdownItemTech{background-color:#f3f4f6;color:#4b5563;padding:.125rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500}.search__dropdownItemTech--blue{background-color:#dbeafe;color:#1e40af}.search__dropdownItemTech--green{background-color:#d1fae5;color:#065f46}.search__dropdownItemTech--gold{background-color:#fef3c7;color:#92400e}.search__dropdownItemTech--purple{background-color:#f3e8ff;color:#5b21b6}.search__dropdownItemTech--pink{background-color:#fce7f3;color:#9d174d}.search__dropdownItemTech--indigo{background-color:#e0e7ff;color:#3730a3}.search__dropdownItemTech--rose{background-color:#ffe4e6;color:#9f1239}.search__dropdownItemTech--violet{background-color:#ede9fe;color:#5b21b6}.search__dropdownItemTech--orange{background-color:#ffedd5;color:#9a3412}.search__dropdownItemTech--red{background-color:#fee2e2;color:#991b1b}.search__dropdownItemTech--yellow{background-color:#fef3c7;color:#92400e}.search__dropdownItemTechMore{background-color:#e5e7eb;color:#6b7280;padding:.125rem .375rem;border-radius:.25rem;font-size:.75rem;font-weight:500}.hero__explore{margin-top:2rem}.btn.btn--secondary{background:transparent;border:2px solid #4f46e5;color:#4f46e5;padding:.75rem 2rem;font-weight:600;border-radius:.5rem;cursor:pointer;transition:all .2s}.btn.btn--secondary:hover{background:#4f46e5;color:#fff}.nav{background:var(--color-neutral-0);border-bottom:1px solid var(--color-neutral-100);position:sticky;top:0;z-index:20}.nav__inner{width:1512px;max-width:1512px;margin:0 auto;padding-left:100px;padding-right:100px;display:flex;align-items:center;justify-content:space-between;height:72px;gap:14px}.certicode-logo{height:60px;width:auto;display:block}.nav__brand{display:flex;align-items:center}.nav__links{display:flex;gap:26px;align-items:center}.nav__link{font-size:14px;color:var(--color-neutral-500);text-decoration:none;font-weight:700;position:relative;transition:color .2s ease}.nav__link:hover{color:var(--color-neutral-950)}.nav__link.is-active{color:var(--color-primary-500)}.nav__link:after{content:none}.nav__link:hover:after,.nav__link.is-active:after{opacity:0;transform:none}.nav__actions{display:flex;align-items:center;gap:10px}.nav__actions .btn{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.iconBtn{width:40px;height:40px;border:none;background-color:var(--color-neutral-0);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;border-radius:999px;transition:background-color .2s ease,transform .2s ease}.iconBtn:hover{background-color:var(--color-neutral-50);transform:translateY(-1px)}.iconImg{width:18px;height:18px;object-fit:contain;display:block}.nav__avatar{width:28px;height:28px;border-radius:999px;object-fit:cover}.btn{border:1px solid transparent;height:40px;padding:0 16px;border-radius:12px;font-weight:400;font-size:13px;cursor:pointer}.btn--ghost{background-color:var(--color-neutral-950);border-color:var(--color-neutral-100);color:var(--color-neutral-0)}.btn--light{background:var(--color-neutral-25);border-color:var(--color-neutral-300);color:var(--color-neutral-950)}.btn--ghost:hover{background:var(--color-neutral-800);color:var(--color-neutral-50)}.btn--light:hover{background:var(--color-neutral-50)}@media(max-width:980px){.nav__inner{width:100%;max-width:100%;padding-left:24px;padding-right:24px}.nav__links{display:none}}.footer{background:var(--color-primary-900);color:var(--color-neutral-0)}.footer__inner{width:1512px;max-width:1512px;margin:0 auto;padding:60px 100px 28px}.footer__top{display:grid;grid-template-columns:1.3fr .9fr .9fr 1.2fr;gap:48px;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.08)}.footer__logo{width:120px;height:auto;display:block}.footer__desc{margin-top:14px;color:#fff9;font-size:12px;line-height:1.6}.footer__socials{margin-top:16px;display:flex;gap:10px}.footer__social{width:34px;height:34px;border-radius:10px;background:#ffffff1a;display:grid;place-items:center}.footer__social img{width:16px;height:16px;object-fit:contain;display:block;opacity:.9}.footer__heading{font-weight:800;font-size:13px;margin-bottom:12px}.footer__link{display:block;color:#fff9;font-size:12px;margin-bottom:10px;text-decoration:none}.footer__link:hover{color:var(--color-neutral-0)}.footer__note{color:#fff9;font-size:12px;line-height:1.6;margin-bottom:14px}.footer__inputWrap{display:flex;align-items:center;background:#ffffff14;border-radius:12px;padding:6px;gap:8px}.footer__input{flex:1;background:transparent;border:none;outline:none;color:var(--color-neutral-0);font-size:12px;padding:8px 10px}.footer__input::placeholder{color:#ffffff80}.footer__send{width:34px;height:34px;border-radius:10px;border:none;background:var(--color-primary-500);display:grid;place-items:center;cursor:pointer}.footer__send img{width:14px;height:14px;object-fit:contain;display:block}.footer__bottom{display:flex;align-items:center;justify-content:space-between;padding-top:18px;color:#ffffff80;font-size:11px}.footer__legal{display:flex;gap:24px}.footer__legalLink{color:#fff9;text-decoration:none}.footer__legalLink:hover{color:var(--color-neutral-0)}@media(max-width:980px){.footer__inner{padding:50px 40px 24px}.footer__top{grid-template-columns:1fr 1fr}.footer__bottom{flex-direction:column;gap:12px}}@media(max-width:560px){.footer__inner{padding:40px 20px 22px}.footer__top{grid-template-columns:1fr;gap:28px}.footer__legal{flex-direction:column;align-items:center}}.terms{background:var(--color-neutral-0)}.terms__inner{width:1512px;max-width:1512px;margin:0 auto;padding:36px 100px 110px}.terms__header{display:flex;justify-content:space-between;align-items:center;gap:24px}.terms__breadcrumb{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--color-neutral-400);font-weight:600}.terms__crumb--active{color:var(--color-primary-500)}.terms__title{margin-top:14px;font-size:28px;font-weight:900;color:var(--color-primary-900)}.terms__updated{margin-top:6px;font-size:12px;color:var(--color-neutral-400)}.terms__download{display:inline-flex;align-items:center;gap:10px;background:var(--color-primary-500);color:var(--color-neutral-0);border:none;border-radius:12px;padding:12px 18px;font-size:12px;font-weight:700;cursor:pointer;box-shadow:0 16px 32px #ff7f164d;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.terms__download:hover{background:#ff6b00;transform:translateY(-2px);box-shadow:0 22px 36px #ff7f165c}.terms__download:focus-visible{outline:3px solid rgba(255,127,22,.35);outline-offset:2px}.terms__downloadIcon{width:18px;height:18px;display:grid;place-items:center;background:#ffffff26;border-radius:6px}.terms__downloadIcon svg{width:14px;height:14px}.terms__rule{height:1px;background:var(--color-neutral-100);margin:24px 0 32px}.terms__body{display:grid;grid-template-columns:320px 1fr;gap:40px;align-items:start}.terms__toc{display:grid;gap:10px;position:sticky;top:96px}.terms__tocTitle{text-transform:uppercase;font-size:11px;letter-spacing:1px;color:var(--color-neutral-400);font-weight:700;margin-bottom:6px}.terms__tocItem{text-align:left;background:transparent;border:none;padding:10px 12px;border-radius:12px;font-size:12px;color:var(--color-neutral-500);cursor:pointer}.terms__tocItem--active{background:#ff7f161f;color:var(--color-primary-500);font-weight:700}.terms__content{display:grid;gap:26px}.terms__section h2,.terms__section h3{color:var(--color-primary-900);font-weight:800}.terms__section h2{font-size:18px}.terms__section h3{font-size:15px;margin-top:8px}.terms__section p{margin-top:8px;font-size:12px;line-height:1.7;color:var(--color-neutral-500)}.terms__section ul{margin-top:8px;padding-left:18px;color:var(--color-neutral-500);font-size:12px;line-height:1.7;display:grid;gap:6px}.terms__section{padding-bottom:16px;border-bottom:1px solid rgba(231,233,237,.6);scroll-margin-top:96px}.terms__section--active{background:#ff7f160f;border-radius:14px;padding:14px 16px 20px}.terms__section--contact{border-bottom:none;padding-bottom:0}.terms__callout{margin-top:14px;background:#ff7f161a;color:var(--color-primary-500);font-size:12px;padding:12px 14px;border-radius:12px}.terms__links{display:flex;align-items:center;gap:18px;margin-top:10px}.terms__link{color:var(--color-primary-500);font-size:12px;text-decoration:none;font-weight:700}.terms__back{margin-top:18px;background:transparent;border:none;color:var(--color-neutral-400);font-size:12px;cursor:pointer}.terms__back:before{content:"↑";margin-right:8px}@media(max-width:1100px){.terms__inner{padding:30px 32px 90px}.terms__body{grid-template-columns:1fr}.terms__toc{position:static;grid-template-columns:repeat(2,1fr)}.terms__links{flex-direction:column;align-items:flex-start}}@media(max-width:600px){.terms__header{flex-direction:column;align-items:flex-start}.terms__toc{grid-template-columns:1fr}.terms__download{width:100%;justify-content:center}}.policy{background:var(--color-neutral-0)}.policy__inner{width:1512px;max-width:1512px;margin:0 auto;padding:36px 100px 110px}.policy__header{display:flex;justify-content:space-between;align-items:center;gap:24px}.policy__breadcrumb{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--color-neutral-400);font-weight:600}.policy__crumb--active{color:var(--color-primary-500)}.policy__title{margin-top:14px;font-size:28px;font-weight:900;color:var(--color-primary-900)}.policy__updated{margin-top:6px;font-size:12px;color:var(--color-neutral-400)}.policy__download{display:inline-flex;align-items:center;gap:10px;background:var(--color-primary-500);color:var(--color-neutral-0);border:none;border-radius:12px;padding:12px 18px;font-size:12px;font-weight:700;cursor:pointer;box-shadow:0 16px 32px #ff7f164d;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.policy__download:hover{background:#ff6b00;transform:translateY(-2px);box-shadow:0 22px 36px #ff7f165c}.policy__download:focus-visible{outline:3px solid rgba(255,127,22,.35);outline-offset:2px}.policy__downloadIcon{width:18px;height:18px;display:grid;place-items:center;background:#ffffff26;border-radius:6px}.policy__downloadIcon svg{width:14px;height:14px}.policy__rule{height:1px;background:var(--color-neutral-100);margin:24px 0 32px}.policy__body{display:grid;grid-template-columns:320px 1fr;gap:40px;align-items:start}.policy__toc{display:grid;gap:10px;position:sticky;top:96px}.policy__tocTitle{text-transform:uppercase;font-size:11px;letter-spacing:1px;color:var(--color-neutral-400);font-weight:700;margin-bottom:6px}.policy__tocItem{text-align:left;background:transparent;border:none;padding:10px 12px;border-radius:12px;font-size:12px;color:var(--color-neutral-500);cursor:pointer}.policy__tocItem--active{background:#ff7f161f;color:var(--color-primary-500);font-weight:700}.policy__content{display:grid;gap:26px}.policy__section{padding-bottom:16px;border-bottom:1px solid rgba(231,233,237,.6);scroll-margin-top:96px}.policy__section--active{background:#ff7f160f;border-radius:14px;padding:14px 16px 20px}.policy__section--contact{border-bottom:none;padding-bottom:0}.policy__section h2,.policy__section h3,.policy__section h4{color:var(--color-primary-900);font-weight:800}.policy__section h2{font-size:18px}.policy__section h3{font-size:15px;margin-top:8px}.policy__section h4{font-size:12px;margin-top:10px}.policy__section p{margin-top:8px;font-size:12px;line-height:1.7;color:var(--color-neutral-500)}.policy__list{margin-top:8px;padding-left:18px;color:var(--color-neutral-500);font-size:12px;line-height:1.7;display:grid;gap:6px}.policy__callout{margin-top:16px;display:grid;grid-template-columns:auto 1fr;gap:12px;padding:16px;border-radius:14px;border:1px solid var(--color-neutral-100);background:var(--color-neutral-0);box-shadow:0 12px 24px #0f172a0f}.policy__callout img{width:24px;height:24px;object-fit:contain}.policy__callout h4{margin-top:0;font-size:13px}.policy__cardGrid{margin-top:14px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.policy__card{display:grid;grid-template-columns:auto 1fr;gap:12px;padding:14px;border-radius:14px;border:1px solid var(--color-neutral-100);background:var(--color-neutral-0);box-shadow:0 12px 24px #0f172a0f}.policy__card h4{margin-top:0;font-size:12px}.policy__cardIcon{width:32px;height:32px;border-radius:10px;background:#ff7f161f;color:var(--color-primary-500);display:grid;place-items:center}.policy__cardIcon svg{width:18px;height:18px}.policy__cardIcon img{width:18px;height:18px;object-fit:contain}.policy__subsections{display:grid;gap:12px;margin-top:10px}.policy__cookieGrid{margin-top:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.policy__cookieCard{padding:14px 16px;border-radius:14px;border:1px solid var(--color-neutral-100);background:var(--color-neutral-25)}.policy__cookieTitle{display:inline-flex;align-items:center;gap:10px}.policy__cookieTitle img{width:18px;height:18px;object-fit:contain}.policy__rightsGrid{margin-top:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.policy__rightsCard{padding:14px 16px;border-radius:16px;border:1px solid var(--color-neutral-100);background:var(--color-neutral-0)}.policy__rightsTitle{display:inline-flex;align-items:center;gap:10px}.policy__rightsTitle img{width:18px;height:18px;object-fit:contain}.policy__notice{margin-top:14px;display:grid;grid-template-columns:auto 1fr;gap:12px;padding:16px;border-radius:16px;background:#ff7f161f;color:var(--color-primary-500)}.policy__notice img{width:18px;height:18px;object-fit:contain}.policy__notice p{color:inherit}.policy__links{display:flex;align-items:center;gap:18px;margin-top:10px}.policy__link{display:inline-flex;align-items:center;gap:8px;color:var(--color-primary-500);font-size:12px;text-decoration:none;font-weight:700}.policy__link img{width:16px;height:16px;object-fit:contain}.policy__back{margin-top:18px;background:transparent;border:none;color:var(--color-neutral-400);font-size:12px;cursor:pointer}.policy__back:before{content:"↑";margin-right:8px}@media(max-width:1100px){.policy__inner{padding:30px 32px 90px}.policy__body{grid-template-columns:1fr}.policy__toc{position:static;grid-template-columns:repeat(2,1fr)}.policy__cardGrid{grid-template-columns:1fr}.policy__links{flex-direction:column;align-items:flex-start}.policy__rightsGrid{grid-template-columns:1fr}}@media(max-width:700px){.policy__header{flex-direction:column;align-items:flex-start}.policy__toc{grid-template-columns:1fr}.policy__download{width:100%;justify-content:center}.policy__cookieGrid{grid-template-columns:1fr}}.marketplace{padding:40px 0 90px;background:#f6f7fb}.marketplace__inner{width:min(1200px,92%);margin:0 auto}.marketplace__breadcrumb{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--color-neutral-500);margin-bottom:18px}.marketplace__crumb{color:var(--color-neutral-500);text-decoration:none}.marketplace__crumb--active{color:var(--color-primary-500);font-weight:600}.marketplace__sep{color:var(--color-neutral-300)}.marketplace__header h1{font-size:28px;font-weight:700;color:#111827}.marketplace__header p{margin-top:6px;color:var(--color-neutral-500);font-size:14px}.marketplace__tabs{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.marketplace__tab{border:1px solid var(--color-neutral-100);background:#fff;padding:6px 14px;border-radius:999px;color:var(--color-neutral-500);font-size:13px;cursor:pointer;transition:all .2s ease}.marketplace__tab--active{background:var(--color-primary-500);color:#fff;border-color:var(--color-primary-500)}.marketplace__tab:not(.marketplace__tab--active):hover{border-color:var(--color-primary-500);color:var(--color-primary-500);transform:translateY(-1px)}.marketplace__tabLabel{font-weight:600}.marketplace__tabIcon{width:16px;height:16px;margin-right:8px;display:inline-block;vertical-align:middle}.marketplace__content{margin-top:26px;display:grid;grid-template-columns:270px 1fr;gap:30px;align-items:start}.marketplace__filters{background:#fff;border-radius:14px;padding:18px;box-shadow:0 8px 20px #0f172a0a;transition:box-shadow .2s ease}.marketplace__search{position:relative;margin-bottom:18px}.marketplace__searchIcon{position:absolute;top:50%;left:12px;transform:translateY(-50%);color:var(--color-neutral-400);width:18px;height:18px}.marketplace__searchIcon svg{width:18px;height:18px}.marketplace__searchInput{width:100%;padding:10px 12px 10px 38px;border-radius:10px;border:1px solid var(--color-neutral-100);background:var(--color-neutral-25);font-size:13px}.marketplace__filterHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.marketplace__filterHeader h3{font-size:16px;font-weight:700;color:#111827}.marketplace__filterAction{border:none;background:transparent;color:var(--color-neutral-400);cursor:pointer}.marketplace__filterAction svg{width:18px;height:18px}.marketplace__filterGroup{padding-top:12px;margin-top:12px}.marketplace__filterGroup h4{font-size:12px;text-transform:uppercase;letter-spacing:.6px;color:var(--color-neutral-400);margin-bottom:8px}.marketplace__check{display:flex;gap:8px;align-items:center;font-size:13px;color:var(--color-neutral-500);margin-bottom:6px}.marketplace__check input{accent-color:var(--color-primary-500);width:16px;height:16px;border-radius:4px}.marketplace__check input[type=checkbox]{appearance:none;-webkit-appearance:none;border:2px solid var(--color-neutral-300);background-color:#fff;position:relative;cursor:pointer;transition:all .2s ease}.marketplace__check input[type=checkbox]:checked{background-color:var(--color-primary-500);border-color:var(--color-primary-500)}.marketplace__check input[type=checkbox]:checked:after{content:"";position:absolute;left:5px;top:1px;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.marketplace__check input[type=checkbox]:hover{border-color:var(--color-primary-500)}.marketplace__stars{color:#f59e0b;font-size:11px;margin-left:6px}.marketplace__select{width:100%;border-radius:10px;border:1px solid var(--color-neutral-100);padding:8px 10px;font-size:13px;color:var(--color-neutral-500)}.marketplace__resultsHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;color:var(--color-neutral-500);font-size:13px}.marketplace__sort{position:relative;display:inline-flex;align-items:center;gap:4px;border:1px solid var(--color-neutral-100);background:#fff;padding:8px 12px;border-radius:10px;font-size:12px;color:var(--color-neutral-500);cursor:pointer;transition:all .2s ease}.marketplace__sortSelect{appearance:none;-webkit-appearance:none;border:none;background:transparent;color:#111827;font-weight:600;font-size:12px;padding-right:14px;cursor:pointer}.marketplace__sortSelect:focus{outline:none}.marketplace__sort:hover{border-color:var(--color-primary-500);color:var(--color-primary-500)}.marketplace__sortIcon{margin-left:-10px;pointer-events:none}.marketplace__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.marketplace__card{background:#fff;border:1px solid var(--color-neutral-100);border-radius:16px;overflow:hidden;box-shadow:0 8px 20px #0f172a0a;transition:transform .2s ease,box-shadow .2s ease}.marketplace__card:hover{transform:translateY(-4px);box-shadow:0 14px 28px #0f172a1f}.marketplace__cardMedia{height:150px;background:linear-gradient(135deg,#4b5563,#64748b);opacity:.85}.marketplace__cardBody{padding:16px 16px 18px}.marketplace__tags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px}.marketplace__tag{font-size:10px;font-weight:600;padding:4px 8px;border-radius:999px;background:var(--color-neutral-50);color:var(--color-neutral-500)}.marketplace__tag--green{background:#e7f7ef;color:#199c5a}.marketplace__tag--blue{background:#e6f0ff;color:#2b6de9}.marketplace__tag--pink{background:#ffe7f3;color:#cf2e83}.marketplace__tag--purple{background:#ece8ff;color:#6a4cdb}.marketplace__tag--violet{background:#efe8ff;color:#7c3aed}.marketplace__tag--rose{background:#ffe8ec;color:#e11d48}.marketplace__tag--orange{background:#fff1e0;color:#f97316}.marketplace__tag--mint{background:#e6f7f6;color:#0f766e}.marketplace__tag--gold{background:#fff7e0;color:#b45309}.marketplace__tag--indigo{background:#e8edff;color:#4338ca}.marketplace__cardBody h3{font-size:16px;font-weight:700;color:#111827;margin-bottom:6px}.marketplace__cardBody p{font-size:12px;color:var(--color-neutral-500);line-height:1.5}.marketplace__cardFooter{display:flex;align-items:center;justify-content:space-between;margin-top:14px}.marketplace__priceLabel{display:block;font-size:10px;color:var(--color-neutral-400);text-transform:uppercase;letter-spacing:.6px}.marketplace__price{display:block;font-size:16px;font-weight:700;color:#111827}.marketplace__action{width:34px;height:34px;border-radius:50%;border:none;background:var(--color-primary-500);padding:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease}.marketplace__action:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ff7f1666}.marketplace__actionLink{display:inline-flex;text-decoration:none}.marketplace__actionIcon{height:14px;width:auto;display:block}.marketplace__pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:24px}.marketplace__page{width:30px;height:30px;border-radius:8px;border:1px solid var(--color-neutral-100);background:#fff;color:var(--color-neutral-500);font-size:12px;cursor:pointer;transition:all .2s ease}.marketplace__page--active{background:var(--color-primary-500);color:#fff;border-color:var(--color-primary-500)}.marketplace__page:not(.marketplace__page--active):hover{border-color:var(--color-primary-500);color:var(--color-primary-500)}.marketplace__pageEllipsis{color:var(--color-neutral-400);font-size:12px}@media(max-width:1100px){.marketplace__cards{grid-template-columns:repeat(2,minmax(0,1fr))}.marketplace__content{grid-template-columns:240px 1fr}}@media(max-width:900px){.marketplace__content{grid-template-columns:1fr}.marketplace__filters{position:static}}@media(max-width:720px){.marketplace__cards{grid-template-columns:1fr}.marketplace__resultsHeader{flex-direction:column;align-items:flex-start;gap:10px}}.marketplace__card{display:flex;flex-direction:column;height:100%;min-height:10px}.marketplace__cardMedia{height:0px;flex-shrink:0;overflow:hidden;border-radius:8px 8px 0 0}.marketplace__sortContainer{position:relative;display:inline-block}.marketplace__sort{display:flex;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:8px 12px;font-size:14px;cursor:pointer;transition:all .2s}.marketplace__sort:hover{border-color:#d1d5db}.marketplace__sort svg{transition:transform .2s;margin-left:8px}.marketplace__sortDropdown{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:10;min-width:180px}.marketplace__sortOption{display:block;width:100%;text-align:left;padding:10px 16px;border:none;background:none;font-size:14px;cursor:pointer;transition:background-color .2s;color:#374151}.marketplace__sortOption:hover{background-color:#f9fafb}.marketplace__sortOption--active{background-color:#f3f4f6;color:#111827;font-weight:500}.marketplace__cardMedia{position:relative;height:180px;width:100%;flex-shrink:0;overflow:hidden;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.marketplace__cardImage{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.product{padding:40px 0 90px;background:#f6f7fb}.product__inner{width:min(1200px,92%);margin:0 auto}.product__breadcrumb{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--color-neutral-500);margin-bottom:18px}.product__crumb{color:var(--color-neutral-500);text-decoration:none}.product__crumb--active{color:var(--color-primary-500);font-weight:600}.product__sep{color:var(--color-neutral-300)}.product__top{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}.product__gallery{background:#fff;border-radius:18px;padding:18px;border:1px solid var(--color-neutral-100)}.product__hero{height:320px;border-radius:16px;background:linear-gradient(135deg,#4b5563,#64748b)}.product__thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:16px}.product__thumb{height:72px;border-radius:12px;background:#b7c0cc}.product__sidebar{display:flex;flex-direction:column;gap:18px}.product__priceCard{background:#fff;border-radius:18px;padding:18px;border:1px solid var(--color-neutral-100);box-shadow:0 10px 30px #0f172a14}.product__priceRow{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.product__price{font-size:24px;font-weight:700;color:#111827}.product__currency{color:var(--color-neutral-400);font-size:12px;text-transform:uppercase;letter-spacing:.6px}.product__verified{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#15803d;background:#dcfce7;padding:4px 10px;border-radius:999px;font-weight:600}.product__verified img{width:14px;height:14px}.product__included{margin-top:16px}.product__included h3{font-size:14px;font-weight:700;color:#111827;margin-bottom:10px}.product__included ul{list-style:none;display:grid;gap:8px;font-size:12px;color:var(--color-neutral-500)}.product__check{width:16px;height:16px;border-radius:50%;background:#ffedd5;display:inline-flex;align-items:center;justify-content:center;margin-right:8px;position:relative}.product__check img{width:10px;height:10px}.product__cta{width:100%;margin-top:16px;background:var(--color-primary-500);color:#fff;border:none;padding:10px 12px;border-radius:10px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.product__ghost{width:100%;margin-top:10px;background:#fff;color:#111827;border:1px solid var(--color-neutral-100);padding:10px 12px;border-radius:10px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}.product__cta:hover{transform:translateY(-2px);box-shadow:0 8px 18px #ff7f1659}.product__ghost:hover{border-color:var(--color-primary-500);color:var(--color-primary-500)}.product__metaCard{background:#0b0a2d;color:#fff;border-radius:18px;padding:18px}.product__metaCard h3{font-size:14px;margin-bottom:12px}.product__metaGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px;font-size:12px}.product__metaGrid span{display:block;color:#ffffffb3;font-size:11px;margin-bottom:4px}.product__details{margin-top:24px;background:#fff;border-radius:16px;border:1px solid var(--color-neutral-100);padding:18px 20px}.product__tabs{display:flex;gap:16px;border-bottom:1px solid var(--color-neutral-100);padding-bottom:10px;margin-bottom:16px}.product__tab{border:none;background:transparent;color:var(--color-neutral-500);font-size:13px;cursor:pointer;padding-bottom:8px;transition:color .2s ease,border-color .2s ease}.product__tab--active{color:var(--color-primary-500);border-bottom:2px solid var(--color-primary-500)}.product__tab:not(.product__tab--active):hover{color:var(--color-primary-500)}.product__overview h2{font-size:18px;color:#111827;margin-bottom:6px}.product__overview p{font-size:13px;color:var(--color-neutral-500)}.product__section{margin-top:18px}.product__section h3{font-size:14px;color:#111827;margin-bottom:10px}.product__stackGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.product__stackCard{border:1px solid var(--color-neutral-100);border-radius:12px;padding:12px;font-size:12px;color:var(--color-neutral-500);background:#f8fafc;display:grid;grid-template-columns:auto 1fr;grid-template-areas:"label label" "icon value";row-gap:6px;column-gap:8px;transition:transform .2s ease,box-shadow .2s ease}.product__stackCard:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0f172a1f}.product__stackCard span{grid-area:label;font-size:10px;text-transform:uppercase;letter-spacing:.6px;color:var(--color-neutral-400)}.product__stackCard img{grid-area:icon;width:20px;height:20px}.product__stackCard strong{grid-area:value;display:block;color:#111827;font-size:13px;margin-top:4px}.product__features{list-style:none;display:grid;gap:8px;font-size:12px;color:var(--color-neutral-500)}.product__featureDot{width:8px;height:8px;background:#22c55e;border-radius:50%;display:inline-block;margin-right:8px}.product__tabContent{margin-top:14px}.product__placeholder{padding:20px;border-radius:12px;background:#f8fafc;border:1px dashed var(--color-neutral-100);color:var(--color-neutral-500);font-size:13px}.product__featuresWrap{display:grid;gap:24px}.product__featureSection{display:grid;gap:14px}.product__featureHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.product__featureTitle{display:inline-flex;align-items:center;gap:10px;color:#111827}.product__featureBadge{width:32px;height:32px;border-radius:10px;background:#fff1e6;display:inline-flex;align-items:center;justify-content:center}.product__featureBadge img{width:16px;height:16px}.product__featureBadge--dark{background:#111827}.product__featurePill{font-size:11px;text-transform:uppercase;letter-spacing:.6px;background:#eef2ff;color:#475569;padding:4px 10px;border-radius:999px;font-weight:600}.product__featureGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product__featureCard{background:#fff;border:1px solid var(--color-neutral-100);border-radius:16px;padding:16px;display:grid;gap:8px;box-shadow:0 8px 20px #0f172a0a;transition:transform .2s ease,box-shadow .2s ease}.product__featureCard:hover{transform:translateY(-3px);box-shadow:0 14px 24px #0f172a1f}.product__featureIcon{width:32px;height:32px;border-radius:10px;background:#fff4ea;display:inline-flex;align-items:center;justify-content:center}.product__featureIcon img{width:16px;height:16px}.product__featureIcon--muted{background:#f1f5f9}.product__featureCard h4{font-size:14px;color:#111827}.product__featureCard p{font-size:12px;color:var(--color-neutral-500);line-height:1.5}.product__reviews{display:grid;gap:24px}.product__reviewsSummary{display:grid;grid-template-columns:200px 1fr;gap:24px;align-items:center}.product__ratingCard{background:#f3f4f6;border-radius:16px;padding:20px;text-align:center}.product__ratingScore{font-size:40px;font-weight:700;color:#111827}.product__ratingStars{margin:6px 0;color:#f97316;letter-spacing:3px;font-size:16px}.product__ratingMeta{font-size:12px;color:var(--color-neutral-500)}.product__ratingBars{display:grid;gap:10px}.product__barRow{display:grid;grid-template-columns:60px 1fr 40px;align-items:center;gap:12px;font-size:12px;color:var(--color-neutral-500)}.product__barTrack{height:6px;background:#e5e7eb;border-radius:999px;overflow:hidden}.product__barFill{height:100%;background:var(--color-primary-500);border-radius:999px}.product__barValue{text-align:right;font-weight:600;color:#64748b}.product__reviewList{display:grid;gap:16px}.product__reviewCard{background:#fff;border-radius:16px;border:1px solid var(--color-neutral-100);padding:16px;display:grid;gap:10px;transition:transform .2s ease,box-shadow .2s ease}.product__reviewCard:hover{transform:translateY(-3px);box-shadow:0 14px 24px #0f172a1f}.product__reviewHeader{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px}.product__avatar{width:42px;height:42px;border-radius:50%;background:#e5e7eb;display:inline-flex;align-items:center;justify-content:center;font-weight:700;color:#111827}.product__reviewMeta{display:grid;gap:6px}.product__reviewTitle{display:flex;align-items:center;gap:10px}.product__verifiedBadge{display:inline-flex;align-items:center;gap:6px;font-size:10px;text-transform:uppercase;letter-spacing:.6px;background:#dcfce7;color:#15803d;padding:3px 8px;border-radius:999px;font-weight:600}.product__verifiedBadge img{width:12px;height:12px}.product__reviewStars{font-size:12px;letter-spacing:2px}.product__starsFilled{color:#f97316}.product__starsEmpty{color:#e5e7eb}.product__reviewDate{font-size:11px;color:var(--color-neutral-500)}.product__reviewCard p{font-size:12px;color:var(--color-neutral-500);line-height:1.6}.product__reviewText{margin:0}.product__reviewMediaBlock{display:grid;gap:10px}.product__reviewMediaLabel{font-size:11px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.04em}.product__reviewMediaGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(92px,1fr));gap:8px;width:min(420px,100%)}.product__reviewMediaGrid--single{grid-template-columns:1fr;width:min(320px,100%)}.product__reviewMediaThumb{appearance:none;padding:0;cursor:zoom-in;border-radius:12px;border:1px solid var(--color-neutral-100);overflow:hidden;display:block;background:#f8fafc;aspect-ratio:1 / 1;box-shadow:inset 0 0 0 1px #ffffff40}.product__reviewMediaGrid--single .product__reviewMediaThumb{aspect-ratio:4 / 3}.product__reviewMediaThumb:hover{border-color:#f973164d;box-shadow:0 10px 20px #0f172a14}.product__reviewMedia{width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s ease}.product__reviewMediaThumb:hover .product__reviewMedia{transform:scale(1.03)}.product__reviewImageLightbox{position:fixed;inset:0;z-index:1250;background:#020617b8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:20px}.product__reviewImageLightboxDialog{position:relative;width:min(920px,100%);max-height:min(88vh,860px);border-radius:18px;background:#0f172a;border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 50px #02061773;padding:18px 18px 44px;display:flex;align-items:center;justify-content:center}.product__reviewImageLightboxImg{width:100%;max-height:calc(88vh - 92px);object-fit:contain;border-radius:12px;display:block;background:#ffffff05}.product__reviewImageLightboxClose{position:absolute;top:10px;right:10px;width:36px;height:36px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#0f172a8c;color:#fff;font-size:22px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.product__reviewImageLightboxClose:hover{background:#0f172acc}.product__reviewImageLightboxNav{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#0f172a9e;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:26px;line-height:1}.product__reviewImageLightboxNav:hover{background:#0f172ae0}.product__reviewImageLightboxNav--prev{left:12px}.product__reviewImageLightboxNav--next{right:12px}.product__reviewImageLightboxMeta{position:absolute;left:50%;bottom:12px;transform:translate(-50%);color:#ffffffe6;font-size:12px;font-weight:600;background:#0f172ab3;border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:6px 10px}.product__reviewCta{border-top:1px solid var(--color-neutral-100);padding-top:20px;text-align:center;display:grid;gap:6px}.product__reviewCta h4{font-size:14px;color:#111827}.product__reviewCta p{font-size:12px;color:var(--color-neutral-500)}.product__reviewBtn{margin:12px auto 0;background:#111827;color:#fff;border:none;padding:10px 18px;border-radius:12px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.product__reviewBtn:hover{transform:translateY(-2px);box-shadow:0 10px 22px #0f172a59}.product__reviewModalOverlay{position:fixed;inset:0;background:#0f172a73;z-index:1200;display:flex;align-items:center;justify-content:center;padding:24px}.product__reviewModal{width:min(540px,100%);max-height:calc(100vh - 48px);overflow-y:auto;background:#f8fafc;border-radius:24px;padding:28px 28px 24px;position:relative}.product__reviewModalClose{position:absolute;top:18px;right:20px;border:none;background:transparent;color:#111827;font-size:30px;line-height:1;cursor:pointer}.product__reviewModal h3{font-size:38px;font-weight:700;color:#111827;line-height:1.1}.product__reviewModalSubtitle{margin-top:8px;font-size:14px;color:#64748b}.product__reviewModalProduct{margin-top:18px;border:1px solid #e2e8f0;background:#f1f5f9;border-radius:12px;padding:10px;display:grid;grid-template-columns:96px 1fr;gap:10px;align-items:center}.product__reviewModalThumb{width:96px;height:64px;border-radius:8px;background:#64748b}.product__reviewModalProductMeta{display:grid;gap:4px}.product__reviewModalProductMeta strong{font-size:15px;color:#111827}.product__reviewModalProductMeta span{font-size:12px;color:#64748b}.product__reviewModalProductMeta small{width:fit-content;font-size:11px;color:#64748b;background:#e2e8f0;border-radius:999px;padding:3px 9px}.product__reviewModalForm{margin-top:16px}.product__reviewModalPrompt{font-size:14px;color:#334155}.product__reviewModalStars{margin-top:14px;display:flex;align-items:center;gap:4px}.product__reviewStar{border:none;background:transparent;color:#cbd5e1;font-size:30px;line-height:1;cursor:pointer;padding:0}.product__reviewStar--active{color:#fb923c}.product__reviewFieldLabel{display:block;margin-top:14px;font-size:14px;font-weight:600;color:#111827}.product__reviewTextarea{margin-top:8px;width:100%;min-height:130px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;padding:12px;resize:vertical;font-size:13px;color:#0f172a}.product__reviewTextarea:focus{outline:none;border-color:var(--color-primary-500);box-shadow:0 0 0 3px #ff7f162e}.product__reviewUpload{margin-top:10px;width:140px;height:106px;border-radius:10px;border:1px dashed #94a3b8;background:#f8fafc;display:grid;place-items:center;gap:2px;text-align:center;padding:10px;color:#64748b;cursor:pointer}.product__reviewUpload img{width:28px;height:28px}.product__reviewUpload span{font-size:12px;color:#475569}.product__reviewUpload small{font-size:10px;color:#94a3b8}.product__reviewFileInput{display:none}.product__reviewAnon{margin-top:18px;display:grid;grid-template-columns:auto auto 1fr;gap:12px;align-items:center;cursor:pointer}.product__reviewAnon input{position:absolute;opacity:0;pointer-events:none}.product__reviewAnonToggle{width:34px;height:20px;border-radius:999px;background:#94a3b8;position:relative;transition:background-color .2s ease}.product__reviewAnonToggle:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .2s ease}.product__reviewAnon input:checked+.product__reviewAnonToggle{background:#64748b}.product__reviewAnon input:checked+.product__reviewAnonToggle:after{transform:translate(14px)}.product__reviewAnonText{font-size:14px;color:#334155}.product__reviewAnonText small{display:block;margin-top:2px;font-size:12px;color:#94a3b8}.product__reviewSubmitBtn{margin-top:20px;width:100%;border:none;border-radius:10px;background:#ff7f16;color:#fff;font-size:16px;font-weight:600;padding:13px 16px;cursor:pointer;transition:filter .2s ease,transform .2s ease}.product__reviewSubmitBtn:hover{filter:brightness(1.05);transform:translateY(-1px)}.product__reviewSubmitBtn:disabled{opacity:.7;cursor:not-allowed}.product__reviewSubmitMessage{margin-top:14px;font-size:12px;font-weight:600}.product__reviewSubmitMessage--error{color:#b91c1c}.product__reviewSubmitMessage--success{color:#15803d}.product__tech{display:grid;gap:22px}.product__techSection{display:grid;gap:14px}.product__techHeader{display:flex;align-items:center;gap:10px;font-size:14px;color:#111827}.product__techHeader img{width:20px;height:20px}.product__techGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product__techGrid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.product__techCard{display:grid;grid-template-columns:auto 1fr;gap:12px;padding:14px;border-radius:14px;border:1px solid var(--color-neutral-100);background:#f8fafc;transition:transform .2s ease,box-shadow .2s ease}.product__techCard:hover{transform:translateY(-3px);box-shadow:0 12px 22px #0f172a1f}.product__techIcon{width:40px;height:40px;border-radius:12px;background:#eef2ff;display:inline-flex;align-items:center;justify-content:center}.product__techIcon img{width:20px;height:20px}.product__techContent{display:grid;gap:4px}.product__techTitleRow{display:flex;align-items:center;gap:8px}.product__techTitleRow strong{font-size:14px;color:#111827}.product__techTag{font-size:10px;text-transform:uppercase;letter-spacing:.6px;background:#e5e7eb;color:#475569;padding:2px 6px;border-radius:999px;font-weight:600}.product__techVersion,.product__techDescription{font-size:11px;color:var(--color-neutral-500)}.product__related{margin-top:30px}.product__relatedHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.product__relatedHeader h3{font-size:16px;color:#111827}.product__relatedHeader p{font-size:12px;color:var(--color-neutral-500)}.product__viewAll{border:none;background:transparent;color:var(--color-primary-500);font-weight:600;cursor:pointer;transition:color .2s ease,transform .2s ease}.product__viewAll:hover{color:#ff8a2b;transform:translateY(-1px)}.product__relatedGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product__relatedLink,.product__relatedLink:visited,.product__relatedLink:hover,.product__relatedLink:active{display:block;color:inherit;text-decoration:none}.product__relatedCard{background:#fff;border-radius:14px;border:1px solid var(--color-neutral-100);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.product__relatedCard:hover{transform:translateY(-3px);box-shadow:0 14px 24px #0f172a1f}.product__relatedMedia{height:120px;background:linear-gradient(135deg,#4b5563,#64748b)}.product__relatedBody{padding:12px}.product__relatedBody h4{font-size:13px;color:#111827;margin-bottom:8px}.product__relatedMeta{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--color-neutral-500)}.product__relatedVendor{display:inline-flex;align-items:center;gap:6px}.product__relatedVendor img{width:14px;height:14px}.product__relatedPrice{color:var(--color-primary-500);font-weight:600}.product__relatedFooter{margin-top:10px;display:flex;align-items:center;justify-content:space-between}.product__relatedDivider{height:1px;background:var(--color-neutral-50);margin:10px 0 8px}.product__rating{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#111827;font-weight:600}.product__star{color:#f97316;font-size:14px}.product__cart{width:28px;height:28px;border-radius:50%;border:none;background:var(--color-primary-500);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.product__cart:hover{transform:translateY(-2px);box-shadow:0 8px 16px #ff7f1659}.product__cart img{width:14px;height:14px}@media(max-width:1100px){.product__top{grid-template-columns:1fr}.product__sidebar{flex-direction:row;flex-wrap:wrap}.product__priceCard,.product__metaCard{flex:1 1 280px}.product__relatedGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.product__thumbs{grid-template-columns:repeat(2,minmax(0,1fr))}.product__stackGrid{grid-template-columns:1fr}.product__tabs{flex-wrap:wrap}.product__techGrid,.product__featureGrid,.product__reviewsSummary{grid-template-columns:1fr}.product__reviewHeader{grid-template-columns:auto 1fr}.product__reviewDate{grid-column:2}.product__reviewImageLightboxDialog{padding:14px 14px 40px;border-radius:14px}.product__reviewImageLightboxNav{width:36px;height:36px;font-size:22px}.product__relatedGrid{grid-template-columns:1fr}.product__reviewModal{padding:22px 18px 18px;border-radius:18px}.product__reviewModal h3{font-size:30px}.product__reviewAnonText{font-size:13px}.product__reviewAnonText small{font-size:11px}}.cart{padding:40px 0 90px;background:#f6f7fb}.cart__inner{width:min(1200px,92%);margin:0 auto}.cart__breadcrumb{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--color-neutral-500);margin-bottom:18px}.cart__crumb{color:var(--color-neutral-500);text-decoration:none}.cart__crumb--active{color:var(--color-primary-500);font-weight:600}.cart__sep{color:var(--color-neutral-300)}.cart__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.cart__titleRow{display:flex;align-items:center;gap:10px}.cart__titleRow img{width:22px;height:22px}.cart__titleGroup h1{font-size:24px;color:#111827}.cart__titleGroup p{font-size:13px;color:var(--color-neutral-500);margin-top:6px}.cart__clear{border:none;background:transparent;color:var(--color-primary-500);font-weight:600;cursor:pointer;padding:6px 0}.cart__layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}.cart__items{display:grid;gap:18px}.cart__item{background:#fff;border-radius:18px;border:1px solid var(--color-neutral-100);padding:18px;display:grid;grid-template-columns:170px minmax(0,1fr);gap:18px;align-items:center}.cart__media{height:130px;border-radius:16px;background:linear-gradient(135deg,#4b5563,#64748b)}.cart__itemBody{display:grid;gap:10px}.cart__itemHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.cart__tags{display:flex;gap:8px;flex-wrap:wrap}.cart__tag{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;padding:4px 8px;border-radius:999px}.cart__tag--green{background:#e7f7ef;color:#199c5a}.cart__tag--blue{background:#e6f0ff;color:#2b6de9}.cart__tag--gold{background:#fff7e0;color:#b45309}.cart__tag--purple{background:#ece8ff;color:#6a4cdb}.cart__tag--pink{background:#ffe7f3;color:#cf2e83}.cart__tag--indigo{background:#e8edff;color:#4338ca}.cart__tag--rose{background:#ffe8ec;color:#e11d48}.cart__tag--violet{background:#efe8ff;color:#7c3aed}.cart__tag--orange{background:#fff1e0;color:#f97316}.cart__tag--red{background:#ffe8ec;color:#e11d48}.cart__tag--yellow{background:#fff7e0;color:#b45309}.cart__price{text-align:right;font-weight:700;color:var(--color-primary-500)}.cart__currency{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.6px;color:var(--color-neutral-400);font-weight:600}.cart__itemTitle{font-size:16px;color:#111827}.cart__itemMeta{font-size:12px;color:var(--color-neutral-500)}.cart__dot{color:var(--color-neutral-300);padding:0 6px}.cart__remove{border:1px solid var(--color-neutral-100);background:#fff;color:#111827;border-radius:10px;font-size:12px;padding:6px 12px;cursor:pointer;width:fit-content}.cart__remove:hover{border-color:var(--color-primary-500);color:var(--color-primary-500)}.cart__summary{background:#fff;border-radius:18px;border:1px solid var(--color-neutral-100);padding:18px;display:grid;gap:18px;box-shadow:0 12px 30px #0f172a14}.cart__promo{display:grid;gap:10px}.cart__promo h3{font-size:13px;color:#111827}.cart__promoRow{display:flex;align-items:center;gap:10px}.cart__promoInput{flex:1;border-radius:12px;border:1px solid var(--color-neutral-100);background:#f8fafc;padding:10px 12px;font-size:12px}.cart__promoInput::placeholder{color:var(--color-neutral-400)}.cart__apply{border:none;background:var(--color-primary-500);color:#fff;border-radius:12px;padding:10px 16px;font-size:12px;font-weight:600;cursor:pointer}.cart__promoLink{border:none;background:transparent;color:var(--color-primary-500);font-size:11px;width:fit-content;cursor:pointer;padding:0;display:inline-flex;text-decoration:none}.cart__promoApplied{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:12px;margin-bottom:10px}.cart__promoSuccess{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.cart__promoSuccess span{color:#15803d;font-weight:600;font-size:13px}.cart__removePromo{background:none;border:1px solid #dc2626;color:#dc2626;padding:4px 8px;border-radius:6px;font-size:11px;cursor:pointer;transition:all .2s}.cart__removePromo:hover{background:#dc2626;color:#fff}.cart__promoDetails{display:flex;justify-content:space-between;font-size:12px;color:#4b5563}.cart__promoMessage{padding:8px 12px;border-radius:6px;font-size:12px;margin-top:8px}.cart__promoMessage--success{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.cart__promoMessage--error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.cart__apply:disabled{opacity:.5;cursor:not-allowed}.cart__summaryDetails h3{font-size:14px;color:#111827;margin-bottom:12px}.cart__summaryRow{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--color-neutral-500);margin-bottom:8px}.cart__summaryDivider{height:1px;background:var(--color-neutral-50);margin:10px 0}.cart__summaryRow--total{font-size:16px;font-weight:700;color:#111827;margin-bottom:0}.cart__summaryRow--total .cart__currency{display:inline;margin-left:4px}.cart__checkout{width:100%;border:none;background:var(--color-primary-500);color:#fff;border-radius:12px;padding:12px 16px;font-size:13px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.cart__checkout img{width:16px;height:16px}.cart__checkout:hover{transform:translateY(-2px);box-shadow:0 10px 20px #ff7f1659}.cart__note{font-size:10px;color:var(--color-neutral-400);text-align:center;line-height:1.5}.cart__note a{color:var(--color-primary-500);text-decoration:none}.cart__recommendations{margin-top:40px}.cart__recommendationsHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.cart__recommendationsHeader h3{font-size:16px;color:#111827}.cart__recommendationsHeader p{font-size:12px;color:var(--color-neutral-500)}.cart__viewAll{border:none;background:transparent;color:var(--color-primary-500);font-weight:600;cursor:pointer}.cart__recommendationsGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.cart__recCard{background:#fff;border-radius:14px;border:1px solid var(--color-neutral-100);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.cart__recCard:hover{transform:translateY(-3px);box-shadow:0 14px 24px #0f172a1f}.cart__recMedia{height:120px;background:linear-gradient(135deg,#4b5563,#64748b)}.cart__recBody{padding:12px;display:grid;gap:8px}.cart__recBody h4{font-size:13px;color:#111827}.cart__recMeta{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--color-neutral-500)}.cart__recVendor{display:inline-flex;align-items:center;gap:6px}.cart__recVendor img{width:14px;height:14px}.cart__recPrice{color:var(--color-primary-500);font-weight:600}.cart__recDivider{height:1px;background:var(--color-neutral-50)}.cart__recFooter{display:flex;align-items:center;justify-content:space-between}.cart__recRating{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#111827;font-weight:600}.cart__recStar{color:#f97316;font-size:14px}.cart__recCart{width:28px;height:28px;border-radius:50%;border:none;background:var(--color-primary-500);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.cart__recCart img{width:14px;height:14px}.cart__recCart:hover{transform:translateY(-2px);box-shadow:0 8px 16px #ff7f1659}@media(max-width:1100px){.cart__layout{grid-template-columns:1fr}.cart__summary{max-width:420px}.cart__recommendationsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.cart__header{flex-direction:column}.cart__item{grid-template-columns:1fr}.cart__summary{max-width:100%}.cart__recommendationsGrid{grid-template-columns:1fr}}.cart__error{background-color:#ffebee;color:#c62828;padding:12px 16px;border-radius:8px;margin:20px 0;border:1px solid #ffcdd2;font-size:14px}.cart__loading{text-align:center;padding:60px 20px;background:#fff;border-radius:18px;box-shadow:0 2px 10px #0000000d}.cart__loading h2{color:#666;font-size:20px}.cart__empty{text-align:center;padding:40px 20px;background:#fff;border-radius:18px;box-shadow:0 2px 10px #0000000d;margin-bottom:20px}.cart__empty h3{font-size:20px;color:#111827;margin-bottom:10px}.cart__empty p{color:var(--color-neutral-500);margin-bottom:20px}.cart__continueShopping{display:inline-block;background-color:var(--color-primary-500);color:#fff;padding:10px 20px;border-radius:12px;text-decoration:none;font-weight:600;font-size:13px;transition:background-color .3s}.cart__continueShopping:hover{background-color:#e65100;transform:translateY(-2px);box-shadow:0 10px 20px #ff7f1659}.cart__media{height:130px;border-radius:16px;background:linear-gradient(135deg,#4b5563,#64748b);overflow:hidden;position:relative}.cart__media img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:16px}.cart__imagePlaceholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#4b5563,#64748b);color:#fff;font-size:24px;font-weight:700;border-radius:16px}.cart__recMedia{height:120px;background:linear-gradient(135deg,#4b5563,#64748b);overflow:hidden;position:relative}.cart__recMedia img{width:100%;height:100%;object-fit:cover;object-position:center}.cart__checkout:disabled{opacity:.6;cursor:not-allowed;transform:none!important;box-shadow:none!important}.cart__checkout:disabled:hover{background-color:var(--color-primary-500);transform:none;box-shadow:none}.cart__itemTitle{font-size:16px;color:#111827;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.cart__itemTitle a{color:inherit;text-decoration:none}.cart__itemTitle a:hover{color:var(--color-primary-500)}@media(max-width:720px){.cart__item{grid-template-columns:1fr}.cart__media{height:180px}.cart__recMedia{height:140px}.cart__error{font-size:12px;padding:10px 12px}}.cart__itemImage{width:100%;height:100%;object-fit:cover;border-radius:16px}.cart__itemBody{display:grid;gap:10px;min-width:0}.cart__loadingRec{text-align:center;padding:40px;background:#fff;border-radius:18px;border:1px solid var(--color-neutral-100)}.cart__loadingRec p{color:var(--color-neutral-500);font-size:14px}.cart__recImage{width:100%;height:100%;object-fit:cover;object-position:center}.cart__recBody h4 a{color:#111827;text-decoration:none;font-size:13px;line-height:1.4;display:block;height:36px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.cart__recBody h4 a:hover{color:var(--color-primary-500)}.promo{padding:40px 0 90px;background:#f6f7fb}.promo__inner{width:min(1200px,92%);margin:0 auto}.promo__breadcrumb{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--color-neutral-500);margin-bottom:18px}.promo__crumb{color:var(--color-neutral-500);text-decoration:none}.promo__crumb--active{color:var(--color-primary-500);font-weight:600}.promo__sep{color:var(--color-neutral-300)}.promo__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.promo__titleGroup h1{font-size:24px;color:#111827}.promo__titleGroup p{font-size:13px;color:var(--color-neutral-500);margin-top:6px}.promo__search{display:inline-flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--color-neutral-100);border-radius:12px;padding:10px 12px;width:320px}.promo__search img{width:16px;height:16px;opacity:.7}.promo__search input{border:none;outline:none;background:transparent;font-size:12px;width:100%;color:var(--color-neutral-800)}.promo__search input::placeholder{color:var(--color-neutral-400)}.promo__layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}.promo__vouchers{display:grid;gap:16px}.promo__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.promoCard{background:#fff;border-radius:18px;border:1px solid var(--color-neutral-100);padding:18px;display:grid;gap:12px;box-shadow:0 10px 24px #0f172a0f}.promoCard__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.promoCard__value{font-size:18px;font-weight:800;color:var(--color-primary-500)}.promoCard--used .promoCard__value{color:var(--color-neutral-400)}.promoCard__title{margin-top:4px;font-size:13px;color:var(--color-neutral-500);font-weight:600}.promoCard__badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;white-space:nowrap}.promoCard__badge--active{background:#e7f7ee;color:#15803d}.promoCard__badge--expiring{background:#ffe8dd;color:#ea580c}.promoCard__badge--used{background:#f1f5f9;color:#94a3b8}.promoCard__meta{font-size:11px;color:var(--color-neutral-400);font-weight:600;display:inline-flex;gap:6px;align-items:center;text-transform:uppercase;letter-spacing:.4px}.promoCard__meta--danger{color:#ef4444}.promoCard__metaLabel{color:var(--color-neutral-400)}.promoCard__metaValue{color:currentColor}.promoCard__codeRow{border:1px dashed var(--color-neutral-100);border-radius:12px;padding:10px 12px;background:#fafbfd;display:flex;align-items:center;justify-content:space-between;gap:10px}.promoCard__codeRow--disabled{background:#f8fafc;border-style:solid;color:var(--color-neutral-400)}.promoCard__code{font-size:12px;letter-spacing:1px;font-weight:700;color:#111827}.promoCard__codeRow--disabled .promoCard__code{color:var(--color-neutral-400)}.promoCard__copy{border:none;background:transparent;color:var(--color-primary-500);font-size:11px;font-weight:700;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.promoCard__copy img{width:14px;height:14px}.promoCard__applied{font-size:11px;font-weight:700;color:var(--color-neutral-400)}.promo__more{margin-top:16px;border:none;background:transparent;color:var(--color-neutral-500);font-size:12px;font-weight:600;cursor:pointer}.promoEmpty{background:#fff;border-radius:18px;border:1px solid var(--color-neutral-100);padding:48px 24px;text-align:center;display:grid;gap:12px;justify-items:center;min-height:320px;box-shadow:0 10px 24px #0f172a0f}.promoEmpty__icon{width:56px;height:56px;border-radius:16px;background:#f1f5f9;display:grid;place-items:center}.promoEmpty__icon img{width:24px;height:24px}.promoEmpty__title{font-size:16px;font-weight:800;color:#111827}.promoEmpty__desc{max-width:360px;font-size:12px;color:var(--color-neutral-500);line-height:1.6}.promoEmpty__btn{margin-top:6px;border-radius:12px;background:var(--color-primary-500);color:#fff;font-size:12px;font-weight:700;padding:10px 16px;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.promoEmpty__btn img{width:14px;height:14px;filter:brightness(0) invert(1)}.promo__aside{display:grid;gap:18px}.promo__card{background:#fff;border-radius:18px;border:1px solid var(--color-neutral-100);padding:18px;display:grid;gap:14px;box-shadow:0 10px 24px #0f172a0f}.promo__card h3{font-size:14px;color:#111827}.promo__cardDivider{height:1px;background:var(--color-neutral-50)}.promo__steps{display:grid;gap:14px}.promo__step{display:flex;gap:12px;align-items:flex-start}.promo__stepNum{width:28px;height:28px;border-radius:999px;background:#fff2e7;color:var(--color-primary-500);font-weight:700;font-size:12px;display:grid;place-items:center}.promo__step p{font-size:12px;color:var(--color-neutral-500);line-height:1.5}.promo__history{display:grid;gap:12px}.promo__historyItem{display:flex;gap:12px;align-items:flex-start;padding:6px 0}.promo__historyIcon{width:34px;height:34px;border-radius:12px;background:#f1f5f9;display:grid;place-items:center}.promo__historyIcon--danger{background:#fee2e2}.promo__historyIcon img{width:16px;height:16px}.promo__historyTitle{font-size:12px;font-weight:700;color:#111827}.promo__historyDesc{margin-top:4px;font-size:12px;color:var(--color-neutral-500)}.promo__historyDate{margin-top:6px;font-size:10px;color:var(--color-neutral-400);font-weight:600}.promo__historyBtn{width:100%;border:1px solid var(--color-neutral-100);background:#fff;border-radius:12px;padding:10px 12px;font-size:12px;font-weight:600;cursor:pointer;color:#111827}.promo__card--help p{font-size:12px;color:var(--color-neutral-500);line-height:1.6}.promo__helpLink{border:none;background:transparent;color:var(--color-primary-500);font-size:12px;font-weight:700;display:inline-flex;align-items:center;gap:6px;cursor:pointer;padding:0;text-decoration:none}@media(max-width:1100px){.promo__layout{grid-template-columns:1fr}.promo__aside{max-width:420px}}@media(max-width:760px){.promo__header{flex-direction:column;align-items:flex-start}.promo__search{width:100%}.promo__grid{grid-template-columns:1fr}.promo__loading{text-align:center;padding:60px 20px}.promo__loading h2{color:#666;font-size:18px}.promo__error{background-color:#fef2f2;color:#dc2626;padding:10px 12px;border-radius:8px;border:1px solid #fecaca;font-size:13px;margin-top:10px}.promoCard__copied{font-size:11px;font-weight:600;color:#15803d;padding:4px 8px;border-radius:4px;background:#f0fdf4;border:1px solid #bbf7d0}.promo__search input{width:100%;padding:8px 12px 8px 36px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px}.promo__search input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}}.checkout{padding:40px 0 90px;background:#f6f7fb}.checkout__inner{width:min(1200px,92%);margin:0 auto}.checkout__breadcrumb{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--color-neutral-500);margin-bottom:18px}.checkout__crumb{color:var(--color-neutral-500);text-decoration:none}.checkout__crumb--active{color:var(--color-primary-500);font-weight:600}.checkout__sep{color:var(--color-neutral-300)}.checkout__header{margin-bottom:16px}.checkout__header h1{font-size:24px;color:#111827}.checkout__layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}.checkout__main{display:grid;gap:18px}.checkout__card{background:#fff;border-radius:18px;border:1px solid var(--color-neutral-100);padding:18px;display:grid;gap:16px;box-shadow:0 10px 24px #0f172a0f;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.checkout__card:hover{transform:translateY(-2px);box-shadow:0 14px 28px #0f172a14;border-color:#ff7f1633}.checkout__cardHeader{display:flex;align-items:center;gap:12px}.checkout__cardHeader h3{font-size:14px;color:#111827}.checkout__step{width:26px;height:26px;border-radius:999px;background:#fff2e7;color:var(--color-primary-500);font-weight:700;font-size:12px;display:grid;place-items:center}.checkout__badge{margin-left:auto;background:#e7f7ee;color:#15803d;font-size:11px;padding:4px 10px;border-radius:999px;font-weight:700}.checkout__fields{display:grid;gap:12px}.checkout__fields--two{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout__fields--stack{grid-template-columns:1fr}.checkout__field{display:grid;gap:6px;font-size:11px;color:var(--color-neutral-500);font-weight:600}.checkout__field input{border-radius:10px;border:1px solid var(--color-neutral-100);background:#fff;padding:10px 12px;font-size:12px;color:#111827;transition:border-color .2s ease,box-shadow .2s ease}.checkout__field input:hover{border-color:#ff7f1659;box-shadow:0 0 0 3px #ff7f1614}.checkout__field input::placeholder{color:var(--color-neutral-300)}.checkout__select{border-radius:10px;border:1px solid var(--color-neutral-100);background:#fff;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#111827;transition:border-color .2s ease,box-shadow .2s ease}.checkout__select:hover{border-color:#ff7f1659;box-shadow:0 0 0 3px #ff7f1614}.checkout__chevron{color:var(--color-neutral-400)}.checkout__switch{display:flex;align-items:center;gap:10px;font-size:12px;color:#111827;font-weight:600}.checkout__switch input{display:none}.checkout__slider{width:36px;height:20px;border-radius:999px;background:#f97316;position:relative}.checkout__slider:after{content:"";position:absolute;top:3px;left:18px;width:14px;height:14px;border-radius:50%;background:#fff}.checkout__switchLabel{font-size:12px;color:#111827}.checkout__subcard{background:#fafbfd;border-radius:14px;border:1px solid var(--color-neutral-100);padding:14px;display:grid;gap:12px}.checkout__subLabel{font-size:10px;font-weight:700;color:var(--color-neutral-400);letter-spacing:.6px}.checkout__secureIcon{margin-left:auto;width:18px;height:18px;opacity:.7}.checkout__payOption{border:1px solid var(--color-neutral-100);border-radius:14px;padding:14px;display:grid;gap:14px;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.checkout__payOption:hover{border-color:#ff7f1640;box-shadow:0 10px 20px #0f172a14;transform:translateY(-2px)}.checkout__payOption--active{background:#fff4ec;border-color:#ff7f1640}.checkout__payTop{display:flex;align-items:center;justify-content:space-between}.checkout__payLeft{display:flex;align-items:center;gap:10px}.checkout__radio{width:16px;height:16px;border-radius:50%;border:2px solid #d1d5db;background:#fff}.checkout__radio--active{border-color:var(--color-primary-500);background:radial-gradient(circle,#ff7f16 45%,transparent 46%)}.checkout__payTitle{font-size:12px;font-weight:700;color:#111827}.checkout__paySub{font-size:11px;color:var(--color-neutral-400);margin-top:2px}.checkout__payTop img{width:18px;height:18px;opacity:.75}.checkout__payFields{display:grid;gap:12px}.checkout__inputIcon{position:relative;display:flex;align-items:center}.checkout__inputIcon input{width:100%;padding-right:34px}.checkout__inputIcon img{position:absolute;right:10px;width:14px;height:14px;opacity:.7}.checkout__back{font-size:12px;color:var(--color-neutral-500);text-decoration:none;width:fit-content;transition:color .2s ease}.checkout__back:hover{color:var(--color-primary-500)}.checkout__aside{display:grid;gap:18px}.checkout__summary{background:#fff;border-radius:18px;border:1px solid var(--color-neutral-100);padding:18px;display:grid;gap:16px;box-shadow:0 10px 24px #0f172a0f;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.checkout__summary:hover{transform:translateY(-2px);box-shadow:0 14px 28px #0f172a14;border-color:#ff7f1633}.checkout__summary h3{font-size:14px;color:#111827}.checkout__summaryItem{display:flex;gap:12px;align-items:flex-start;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e9ecef}.checkout__summaryItem:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.checkout__thumb{width:60px;height:60px;min-width:60px;border-radius:8px;overflow:hidden;background:#f8f9fa;flex-shrink:0}.checkout__thumbImage{width:100%;height:100%;object-fit:cover;display:block}.checkout__thumbPlaceholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:700;font-size:20px}.checkout__summaryTitle{font-size:12px;font-weight:700;color:#111827;margin-bottom:4px}.checkout__summarySub{font-size:11px;color:var(--color-neutral-400);margin-bottom:8px}.checkout__tags{display:flex;gap:4px;flex-wrap:wrap}.checkout__tag{font-size:11px;padding:2px 6px;border-radius:4px;color:#fff;display:inline-block}.checkout__tag--blue{background:#3b82f6}.checkout__tag--green{background:#10b981}.checkout__tag--gold{background:#f59e0b}.checkout__tag--purple{background:#8b5cf6}.checkout__tag--pink{background:#ec4899}.checkout__tag--indigo{background:#6366f1}.checkout__tag--rose{background:#f43f5e}.checkout__tag--violet{background:#7c3aed}.checkout__tag--orange{background:#f97316}.checkout__tag--red{background:#ef4444}.checkout__tag--yellow{background:#eab308}.checkout__tag--default{background:#6c757d}.checkout__summaryRows{display:grid;gap:8px}.checkout__row{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--color-neutral-500)}.checkout__divider{height:1px;background:var(--color-neutral-50)}.checkout__total{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--color-neutral-500)}.checkout__price{font-size:18px;font-weight:800;color:#111827}.checkout__price span{font-size:10px;font-weight:600;color:var(--color-neutral-400);margin-left:4px}.checkout__cta{border:none;background:var(--color-primary-500);color:#fff;border-radius:12px;padding:12px 16px;font-size:12px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:transform .2s ease,box-shadow .2s ease}.checkout__cta:hover{transform:translateY(-2px);box-shadow:0 10px 20px #ff7f1659}.checkout__cta:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.checkout__note{font-size:10px;color:var(--color-neutral-400);text-align:center;line-height:1.5}.checkout__note a{color:var(--color-primary-500);text-decoration:none}.checkout__sideCard{background:#fff;border-radius:16px;border:1px solid var(--color-neutral-100);padding:16px;display:grid;gap:10px;grid-template-columns:auto 1fr auto;align-items:start;text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.checkout__sideCard:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0f172a14;border-color:#ff7f1633}.checkout__sideCard--help{grid-template-columns:1fr}.checkout__sideIcon{width:34px;height:34px;border-radius:12px;background:#fff2e7;display:grid;place-items:center}.checkout__sideIcon img{width:18px;height:18px}.checkout__sideTitle{font-size:12px;font-weight:700;color:#111827}.checkout__sideDesc{margin-top:6px;font-size:11px;color:var(--color-neutral-400);line-height:1.5}.checkout__sideArrow{color:var(--color-neutral-300);font-size:18px;line-height:1}.checkout__sideLink{border:none;background:transparent;color:var(--color-primary-500);font-size:12px;font-weight:700;padding:0;margin-top:8px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;text-decoration:none;transition:color .2s ease}.checkout__sideLink:hover{color:#f97316}.checkout__loading{text-align:center;padding:60px 20px}.checkout__loading h2{color:#666;font-size:18px}.checkout__error{background-color:#fef2f2;color:#dc2626;padding:10px 12px;border-radius:8px;border:1px solid #fecaca;font-size:13px;margin-top:10px}.checkout__payOption{cursor:pointer}.checkout__payOption--active{border-color:var(--color-primary-500)}.checkout__cardElement .StripeElement{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:6px;background:#fff;transition:border-color .15s ease}.checkout__cardElement .StripeElement *{font-family:Helvetica Neue,Helvetica,sans-serif;font-size:16px;line-height:24px}.checkout__cardElement .StripeElement .__PrivateStripeElement{color:#32325d}.checkout__cardElement .StripeElement input{color:#32325d!important}.checkout__cardElement .StripeElement .__PrivateStripeElement input:-webkit-autofill{color:#32325d!important}.checkout__cardElement .StripeElement .__PrivateStripeElement input::placeholder{color:#aab7c4}.checkout__cardElement .StripeElement .__PrivateStripeElement--invalid{color:#fa755a}.checkout__cardElement .StripeElement .__PrivateStripeElement--complete{color:#10b981}.checkout__payOption{border:1px solid #e5e7eb;border-radius:8px;padding:16px;margin-bottom:12px;cursor:pointer;transition:all .2s ease}.checkout__payOption:hover{border-color:#9ca3af}.checkout__payOption--active{border-color:#3b82f6;background-color:#3b82f60d}.checkout__payTop{display:flex;justify-content:space-between;align-items:center}.checkout__payLeft{display:flex;align-items:center;gap:12px}.checkout__radio{width:20px;height:20px;border:2px solid #d1d5db;border-radius:50%;display:inline-block;position:relative;transition:all .2s ease;flex-shrink:0}.checkout__radio:hover{border-color:#f97316}.checkout__radio--active{border-color:#f97316;background:#fff7ed}.checkout__radio--active:after{content:"";position:absolute;width:10px;height:10px;background:#f97316;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);animation:radioPulse .3s ease}@keyframes radioPulse{0%{transform:translate(-50%,-50%) scale(.5);opacity:.5}to{transform:translate(-50%,-50%) scale(1);opacity:1}}.checkout__payOption--active{border-color:#f97316;background:#fff7ed;box-shadow:0 2px 8px #f9731626}.checkout__payOption--active .checkout__payTitle{color:#f97316}.checkout__payOption:hover{border-color:#f97316}.checkout__payOption:hover .checkout__radio:not(.checkout__radio--active){border-color:#f97316}.checkout__payOption:focus-within{outline:2px solid #f97316;outline-offset:2px}@media(max-width:1100px){.checkout__layout{grid-template-columns:1fr}.checkout__aside{max-width:420px}}@media(max-width:760px){.checkout__fields--two{grid-template-columns:1fr}.checkout__thumb{width:50px;height:50px;min-width:50px}.checkout__summaryItem{gap:10px;padding-bottom:12px;margin-bottom:12px}}.checkout__stripeContainer{border:1px solid #e5e7eb;border-radius:8px;padding:16px;background:#fff}.checkout__cardInputWrapper{margin-bottom:12px}.checkout__cardElement .StripeElement{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:6px;background:#fff;transition:border-color .15s ease;min-height:44px;display:flex;align-items:center}.checkout__cardElement .StripeElement--focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.checkout__cardElement .StripeElement--invalid{border-color:#ef4444}.checkout__cardElement .StripeElement--complete{border-color:#10b981}.checkout__cardElement .StripeElement *{font-family:Helvetica Neue,Helvetica,sans-serif!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;font-size:16px!important;color:#32325d!important;line-height:24px!important}.checkout__cardElement .StripeElement input,.checkout__cardElement .StripeElement .CardNumberElement-input,.checkout__cardElement .StripeElement .CardExpiryElement-input,.checkout__cardElement .StripeElement .CardCvcElement-input{font-family:Helvetica Neue,Helvetica,sans-serif!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;font-size:16px!important;line-height:24px!important;color:#32325d!important;background:transparent!important;border:none!important;outline:none!important;box-shadow:none!important;padding:0!important;margin:0!important;width:100%!important}.checkout__cardElement .StripeElement input::placeholder,.checkout__cardElement .StripeElement .__PrivateStripeElement-input::placeholder{color:#aab7c4!important;opacity:1!important}.checkout__cardElement .StripeElement input:-webkit-autofill,.checkout__cardElement .StripeElement .__PrivateStripeElement-input:-webkit-autofill{color:#32325d!important;background-color:transparent!important;-webkit-text-fill-color:#32325d!important;-webkit-box-shadow:0 0 0px 1000px white inset!important;transition:background-color 5000s ease-in-out 0s!important}.checkout__cardElement .StripeElement--invalid *,.checkout__cardElement .StripeElement--invalid .__PrivateStripeElement-icon{color:#fa755a!important}.checkout__cardElement .StripeElement--complete *,.checkout__cardElement .StripeElement--complete .__PrivateStripeElement-icon{color:#10b981!important}.checkout__cardSecure{display:flex;align-items:center;gap:8px;color:#6b7280;font-size:14px}.checkout__cardSecure img{width:16px;height:16px}.checkout__cardError{color:#ef4444;font-size:14px;margin-top:8px}.success{padding:40px 0 90px;background:#f6f7fb}.success__inner{width:min(760px,92%);margin:0 auto;text-align:center;display:grid;gap:18px}.success__breadcrumb{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--color-neutral-500)}.success__crumb{color:var(--color-neutral-500);text-decoration:none}.success__crumb--active{color:var(--color-primary-500);font-weight:600}.success__sep{color:var(--color-neutral-300)}.success__header{display:grid;gap:8px;justify-items:center;margin-top:8px}.success__badge{width:76px;height:76px;border-radius:50%;background:#22c55e26;display:grid;place-items:center;position:relative}.success__badge:after{content:"";position:absolute;inset:8px;border-radius:50%;background:#22c55e33}.success__badge img{width:32px;height:32px;z-index:1}.success__header h1{font-size:22px;color:#111827}.success__header p{font-size:12px;color:var(--color-neutral-500)}.success__receipt{background:#fff;border-radius:18px;border:1px solid var(--color-neutral-100);padding:22px;display:grid;gap:16px;text-align:left;box-shadow:0 12px 30px #0f172a14}.success__receiptTop{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.success__logo{width:120px;height:auto}.success__meta{display:grid;gap:4px;font-size:11px;color:var(--color-neutral-500)}.success__meta span{color:var(--color-neutral-400);font-weight:600;margin-right:4px}.success__item{display:grid;grid-template-columns:64px 1fr auto;gap:12px;align-items:center}.success__thumb{width:64px;height:48px;border-radius:10px;background:linear-gradient(135deg,#64748b,#94a3b8)}.success__itemTitle{font-size:12px;font-weight:700;color:#111827}.success__itemSub{margin-top:4px;font-size:11px;color:var(--color-neutral-400)}.success__itemPrice{font-size:12px;font-weight:700;color:#111827}.success__rows{display:grid;gap:6px}.success__row{display:flex;justify-content:space-between;font-size:12px;color:var(--color-neutral-500)}.success__divider{height:1px;background:var(--color-neutral-50)}.success__total{display:flex;justify-content:space-between;font-size:12px;color:var(--color-neutral-500)}.success__price{font-size:18px;font-weight:800;color:#111827}.success__price span{font-size:10px;font-weight:600;color:var(--color-neutral-400);margin-left:4px}.success__status{display:flex;align-items:center;justify-content:space-between;font-size:11px;color:var(--color-neutral-500)}.success__secure{display:inline-flex;align-items:center;gap:6px;color:#16a34a;font-weight:700}.success__secure img{width:14px;height:14px}.success__notice{background:#22c55e1f;color:#15803d;font-size:11px;padding:10px 12px;border-radius:10px;text-align:center;font-weight:600}.success__download{margin-top:6px;border:none;background:var(--color-primary-500);color:#fff;border-radius:12px;padding:12px 16px;font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.success__download img{width:14px;height:14px}.success__download:hover{transform:translateY(-2px);box-shadow:0 10px 20px #ff7f1659}.success__actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.success__action{border:1px solid var(--color-neutral-100);background:#fff;color:#111827;border-radius:10px;padding:10px 16px;font-size:12px;font-weight:600;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.success__action:hover{transform:translateY(-2px);box-shadow:0 10px 18px #0f172a14;border-color:#ff7f1640}.success__email,.success__help{font-size:11px;color:var(--color-neutral-500)}.success__help button,.success__help a{border:none;background:transparent;color:var(--color-primary-500);font-weight:700;cursor:pointer;text-decoration:none}@media(max-width:640px){.success__receiptTop{flex-direction:column;align-items:flex-start}.success__item{grid-template-columns:1fr}.success__status{flex-direction:column;align-items:flex-start;gap:8px}}.success__loading{text-align:center;padding:60px 20px}.success__loading h2{color:#6b7280;font-size:20px}.success__error{background:#fee2e2;border:1px solid #fca5a5;color:#dc2626;padding:12px 16px;border-radius:8px;margin:20px 0}.success__thumb{width:60px;height:60px;border-radius:8px;overflow:hidden;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.success__thumbImage{width:100%;height:100%;object-fit:cover}.success__thumbPlaceholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f97316,#fb923c);color:#fff;font-size:20px;font-weight:700}.success__licenseKey{font-size:12px;color:#6b7280;margin-top:4px;font-family:monospace}.buyer-dashboard{background:#f6f7fb;padding:32px 0 80px}.buyer-dashboard__inner{width:min(1200px,92vw);margin:0 auto;display:flex;flex-direction:column;gap:18px}.buyer-card{background:#fff;border:1px solid #e7e9ed;border-radius:16px;box-shadow:0 1px 2px #0f172a0a}.buyer-profile{padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.buyer-profile__info{display:flex;align-items:center;gap:16px}.buyer-profile__avatarWrap{position:relative;width:64px;height:64px}.buyer-profile__avatar{width:100%;height:100%;border-radius:50%;object-fit:cover}.buyer-profile__status{position:absolute;right:6px;bottom:6px;width:12px;height:12px;background:#22c55e;border:2px solid #ffffff;border-radius:50%}.buyer-profile h2{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:6px}.buyer-profile__badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:#ecfdf3;color:#16a34a;font-size:11px;font-weight:600}.buyer-profile__badge img{width:12px;height:12px}.buyer-profile__edit{border:1px solid #e5e7eb;background:#fff;color:#475569;border-radius:10px;padding:8px 14px;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,color .2s ease}.buyer-profile__edit:hover{transform:translateY(-1px);border-color:#f2c9a6;color:#f97316;box-shadow:0 8px 16px #0f172a14}.buyer-profile__edit:focus-visible{outline:3px solid rgba(249,115,22,.3);outline-offset:2px}.buyer-profile__editIcon{font-size:13px}.buyer-tabs{display:flex;gap:24px;padding:0 8px;border-bottom:1px solid #e5e7eb}.buyer-tab{border:none;background:transparent;padding:12px 0;font-size:12px;font-weight:600;color:#94a3b8;cursor:pointer;position:relative;text-decoration:none;transition:color .2s ease}.buyer-tab:hover,.buyer-tab--active{color:#f97316}.buyer-tab--active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#f97316;border-radius:999px}.buyer-dashboard__content{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}.buyer-main__header h3{font-size:16px;font-weight:700;color:#0f172a;margin-bottom:16px}.buyer-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:22px}.buyer-stat{background:#fff;border:1px solid #e7e9ed;border-radius:14px;padding:16px;display:flex;align-items:center;gap:12px;transition:transform .2s ease,box-shadow .2s ease}.buyer-stat:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0f172a14}.buyer-stat__icon{width:40px;height:40px;border-radius:12px;background:#fff7ed;display:flex;align-items:center;justify-content:center}.buyer-stat__icon img{width:18px;height:18px}.buyer-stat__label{display:block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;margin-bottom:4px}.buyer-stat__value{font-size:18px;font-weight:700;color:#0f172a}.buyer-section{margin-top:4px}.buyer-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:16px}.buyer-section__header h4{font-size:14px;font-weight:700;color:#0f172a}.buyer-search{display:flex;align-items:center;gap:8px;border:1px solid #e5e7eb;border-radius:10px;padding:6px 10px;background:#fff;width:210px}.buyer-search__icon{display:inline-flex;color:#94a3b8}.buyer-search__icon svg{width:14px;height:14px}.buyer-search input{border:none;outline:none;width:100%;font-size:12px;color:#475569;background:transparent}.buyer-assets{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.buyer-asset{background:#fff;border:1px solid #e7e9ed;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;min-height:260px;transition:transform .2s ease,box-shadow .2s ease}.buyer-asset:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0f172a14}.buyer-asset__media{height:120px;background:linear-gradient(135deg,#e2e8f0,#cbd5f5)}.buyer-asset__body{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.buyer-asset__tags{display:flex;flex-wrap:wrap;gap:6px}.buyer-tag{font-size:9px;font-weight:700;padding:4px 8px;border-radius:999px;background:#f8fafc;color:#475569}.buyer-tag--green{background:#ecfdf3;color:#16a34a}.buyer-tag--blue{background:#eff6ff;color:#2563eb}.buyer-tag--pink{background:#fdf2f8;color:#db2777}.buyer-tag--purple{background:#f3e8ff;color:#7c3aed}.buyer-tag--violet{background:#ede9fe;color:#6d28d9}.buyer-tag--rose{background:#fff1f2;color:#e11d48}.buyer-asset h5{font-size:14px;font-weight:700;color:#0f172a}.buyer-asset p{font-size:12px;color:#94a3b8}.buyer-dot{margin:0 4px}.buyer-asset__download{margin-top:auto;background:#ff7f16;border:none;color:#fff;border-radius:10px;padding:8px 12px;font-size:12px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.buyer-asset__download:hover{transform:translateY(-1px);box-shadow:0 8px 16px #f9731640}.buyer-asset__download img{width:14px;height:14px}.buyer-assets__link{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#f97316;margin-top:14px;text-decoration:none}.buyer-side{display:flex;flex-direction:column;gap:18px}.buyer-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.buyer-activity{padding:16px}.buyer-activity h4{font-size:14px;font-weight:700;color:#0f172a}.buyer-iconBtn{background:transparent;border:none;color:#94a3b8;font-size:18px;cursor:pointer}.buyer-activity__list{list-style:none;display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.buyer-activity__item{display:flex;gap:12px;align-items:flex-start}.buyer-activity__icon{width:34px;height:34px;border-radius:50%;background:#fff7ed;display:flex;align-items:center;justify-content:center;flex-shrink:0}.buyer-activity__icon img{width:14px;height:14px}.buyer-activity__item p{font-size:12px;color:#0f172a;font-weight:600;margin-bottom:4px}.buyer-activity__item span{font-size:11px;color:#94a3b8}.buyer-activity__cta{width:100%;border:1px solid #e5e7eb;background:#fff;color:#475569;font-size:12px;font-weight:600;border-radius:10px;padding:8px 12px;cursor:pointer;transition:border-color .2s ease,color .2s ease}.buyer-activity__cta:hover{border-color:#f97316;color:#f97316}.buyer-support{padding:16px}.buyer-support h4{font-size:14px;font-weight:700;color:#0f172a;margin-bottom:12px}.buyer-support__list{display:flex;flex-direction:column;gap:10px}.buyer-support__item{border:1px solid #e7e9ed;border-radius:12px;background:#fff;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;text-align:left;text-decoration:none;color:inherit;transition:border-color .2s ease,box-shadow .2s ease}.buyer-support__item:hover{border-color:#f2c9a6;box-shadow:0 10px 18px #0f172a0f}.buyer-support__icon{width:36px;height:36px;border-radius:12px;background:#fff7ed;display:flex;align-items:center;justify-content:center;flex-shrink:0}.buyer-support__icon img{width:16px;height:16px}.buyer-support__text{display:flex;flex-direction:column;gap:2px;flex:1}.buyer-support__text strong{font-size:12px;color:#0f172a}.buyer-support__text small{font-size:10px;color:#94a3b8}.buyer-support__arrow{color:#94a3b8;font-size:16px}.buyer-pro{background:#fff4e6;border:1px solid #fde3c7;border-radius:16px;padding:16px;position:relative;overflow:hidden}.buyer-pro__icon{width:28px;height:28px;display:block;margin-bottom:10px}.buyer-pro__tag{font-size:10px;font-weight:700;letter-spacing:.18em;color:#f97316;margin-bottom:8px}.buyer-pro h5{font-size:13px;font-weight:700;color:#1f2937;margin-bottom:12px;max-width:220px}.buyer-pro__cta{background:#f97316;color:#fff;border:none;border-radius:10px;padding:8px 14px;font-size:12px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.buyer-pro__cta:hover{transform:translateY(-1px);box-shadow:0 8px 16px #f973164d}.buyer-pro__spark{position:absolute;right:-24px;bottom:-24px;width:140px;height:140px;opacity:.35;pointer-events:none}@media(max-width:1024px){.buyer-dashboard__content{grid-template-columns:1fr}.buyer-stats,.buyer-assets{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.buyer-profile{flex-direction:column;align-items:flex-start}.buyer-tabs{flex-wrap:wrap;gap:16px}.buyer-stats{grid-template-columns:1fr}.buyer-section__header{flex-direction:column;align-items:flex-start}.buyer-search{width:100%}.buyer-assets{grid-template-columns:1fr}}.buyer-dashboard__message{position:fixed;top:20px;right:20px;background:#4caf50;color:#fff;padding:12px 20px;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;animation:slideIn .3s ease}.buyer-dashboard__message{background:#4caf50}.buyer-dashboard__message.error{background:#f44336}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.buyer-asset__license{margin:8px 0;font-size:12px;color:#666;background:#f5f5f5;padding:4px 8px;border-radius:4px;font-family:monospace;word-break:break-all}.buyer-asset__download:disabled{opacity:.6;cursor:not-allowed}.buyer-search__clear{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:18px;color:#999;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.buyer-search__clear:hover{color:#333}.buyer-search{position:relative}.buyer-search input{padding-right:35px}.purchases{background:#f6f7fb;padding:32px 0 80px}.purchases__inner{width:min(1200px,92vw);margin:0 auto;display:flex;flex-direction:column;gap:18px}.purchases-profile{background:#fff;border:1px solid #e7e9ed;border-radius:16px;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;box-shadow:0 1px 2px #0f172a0a}.purchases-profile__info{display:flex;align-items:center;gap:16px}.purchases-profile__avatarWrap{position:relative;width:64px;height:64px}.purchases-profile__avatar{width:100%;height:100%;border-radius:50%;object-fit:cover}.purchases-profile__status{position:absolute;right:6px;bottom:6px;width:12px;height:12px;background:#22c55e;border:2px solid #ffffff;border-radius:50%}.purchases-profile h2{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:6px}.purchases-profile__badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:#ecfdf3;color:#16a34a;font-size:11px;font-weight:600}.purchases-profile__badge img{width:12px;height:12px}.purchases-profile__edit{border:1px solid #e5e7eb;background:#fff;color:#475569;border-radius:10px;padding:8px 14px;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,color .2s ease}.purchases-profile__edit:hover{transform:translateY(-1px);border-color:#f2c9a6;color:#f97316;box-shadow:0 8px 16px #0f172a14}.purchases-profile__edit:focus-visible{outline:3px solid rgba(249,115,22,.3);outline-offset:2px}.purchases-profile__editIcon{font-size:13px}.purchases-tabs{display:flex;gap:24px;padding:0 8px;border-bottom:1px solid #e5e7eb}.purchases-tab{border:none;background:transparent;padding:12px 0;font-size:12px;font-weight:600;color:#94a3b8;cursor:pointer;position:relative;transition:color .2s ease;text-decoration:none}.purchases-tab:hover,.purchases-tab--active{color:#f97316}.purchases-tab--active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#f97316;border-radius:999px}.purchases__content{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}.purchases-main__header h3{font-size:16px;font-weight:700;color:#0f172a;margin-bottom:16px}.purchases-filters{background:#fff;border:1px solid #e7e9ed;border-radius:16px;padding:14px;box-shadow:0 1px 2px #0f172a0a;margin-bottom:18px}.purchases-filters__top{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center;margin-bottom:10px}.purchases-search{display:flex;align-items:center;gap:8px;border:1px solid #e5e7eb;border-radius:10px;padding:8px 10px;background:#fff}.purchases-search__icon img{width:14px;height:14px;display:block}.purchases-search input{border:none;outline:none;width:100%;font-size:12px;color:#475569;background:transparent}.purchases-action{border:1px solid #e5e7eb;background:#fff;color:#475569;border-radius:10px;padding:8px 12px;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:6px;cursor:pointer;transition:border-color .2s ease,color .2s ease}.purchases-action--select{position:relative;padding-right:32px;gap:8px}.purchases-actionSelect{border:none;background:transparent;color:inherit;font-size:12px;font-weight:600;cursor:pointer;appearance:none;padding-right:12px}.purchases-actionSelect:focus{outline:none}.purchases-action:hover{border-color:#f2c9a6;color:#f97316}.purchases-action__icon svg{width:14px;height:14px}.purchases-filters__chips{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.purchases-chip{border:1px solid #e5e7eb;background:#fff;color:#475569;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:600;display:inline-flex;align-items:center;gap:6px;cursor:pointer;transition:border-color .2s ease,color .2s ease}.purchases-chipSelect{border:none;background:transparent;color:inherit;font-size:11px;font-weight:600;cursor:pointer;appearance:none;padding-right:12px}.purchases-chipSelect:focus{outline:none}.purchases-chip:hover{border-color:#f2c9a6;color:#f97316}.purchases-chip img{width:10px;height:10px}.purchases-chip--active{background:#fff3e6;border-color:#ffd2aa;color:#f97316}.purchases-clear{background:none;border:none;color:#0f172a;font-size:11px;font-weight:600;cursor:pointer}.purchases-list{display:flex;flex-direction:column;gap:14px}.purchases-item{display:grid;grid-template-columns:120px minmax(0,1fr) 140px auto 40px;gap:16px;align-items:center;background:#fff;border:1px solid #e7e9ed;border-radius:16px;padding:16px;box-shadow:0 1px 2px #0f172a0a;transition:transform .2s ease,box-shadow .2s ease}.purchases-item--link{cursor:pointer}.purchases-item--link:focus{outline:2px solid #f7c89a;outline-offset:3px}.purchases-item:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0f172a14}.purchases-item__media{height:76px;border-radius:12px;background:#667085}.purchases-item__tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px}.purchases-tag{font-size:9px;font-weight:700;padding:4px 8px;border-radius:999px;background:#f8fafc;color:#475569}.purchases-tag--green{background:#ecfdf3;color:#16a34a}.purchases-tag--blue{background:#eff6ff;color:#2563eb}.purchases-tag--pink{background:#fdf2f8;color:#db2777}.purchases-tag--purple{background:#f3e8ff;color:#7c3aed}.purchases-tag--violet{background:#ede9fe;color:#6d28d9}.purchases-tag--rose{background:#fff1f2;color:#e11d48}.purchases-item h4{font-size:13px;font-weight:700;color:#0f172a;margin-bottom:4px}.purchases-item__link{color:inherit;text-decoration:none;transition:color .2s ease}.purchases-item__link:hover{color:#f97316}.purchases-item p{font-size:11px;color:#94a3b8}.purchases-item p span{margin:0 4px}.purchases-item__meta{display:flex;flex-direction:column;gap:6px;font-size:11px}.purchases-status{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:#ecfdf3;color:#16a34a;font-weight:600;width:fit-content}.purchases-status__dot{width:6px;height:6px;border-radius:50%;background:currentColor}.purchases-status.is-warning{background:#fff3e6;color:#f97316}.purchases-updated{color:#94a3b8}.purchases-download{border:none;background:#ff7f16;color:#fff;border-radius:10px;padding:8px 12px;font-size:12px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.purchases-download:hover{transform:translateY(-1px);box-shadow:0 8px 16px #f9731640}.purchases-download img{width:14px;height:14px}.purchases-more{border:none;background:transparent;font-size:18px;color:#94a3b8;cursor:pointer;justify-self:end}.purchases-side{display:flex;flex-direction:column;gap:18px}.purchases-card{background:#fff;border:1px solid #e7e9ed;border-radius:16px;padding:16px;box-shadow:0 1px 2px #0f172a0a}.purchases-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.purchases-card__header h4{font-size:14px;font-weight:700;color:#0f172a}.purchases-close{border:none;background:transparent;font-size:18px;color:#94a3b8;cursor:pointer}.purchases-update{display:grid;grid-template-columns:32px minmax(0,1fr);gap:10px;padding:12px;border-radius:12px;background:#fff4e6;border:1px solid #fde3c7;margin-bottom:16px}.purchases-update__icon{width:32px;height:32px;border-radius:10px;background:#fff;display:grid;place-items:center}.purchases-update__icon img{width:14px;height:14px}.purchases-update strong{font-size:12px;color:#0f172a}.purchases-update p{font-size:10px;color:#94a3b8;margin:4px 0 6px}.purchases-link{border:none;background:transparent;color:#f97316;font-size:11px;font-weight:600;cursor:pointer;padding:0}.purchases-info{border-top:1px solid #eef2f7;padding-top:12px;margin-bottom:12px}.purchases-info__title{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;margin-bottom:8px}.purchases-info__row{display:flex;align-items:center;justify-content:space-between;font-size:11px;color:#64748b;margin-bottom:6px}.purchases-info__row strong{color:#0f172a}.purchases-key{background:#f1f5f9;padding:4px 8px;border-radius:8px;font-size:10px}.purchases-author{color:#f97316}.purchases-primary{width:100%;border:none;background:#ff7f16;color:#fff;border-radius:12px;padding:10px 12px;font-size:12px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;margin-bottom:8px;transition:transform .2s ease,box-shadow .2s ease}.purchases-primary:hover{transform:translateY(-1px);box-shadow:0 8px 16px #f973164d}.purchases-primary img{width:14px;height:14px}.purchases-secondary{width:100%;border:1px solid #e5e7eb;background:#fff;color:#475569;border-radius:12px;padding:10px 12px;font-size:12px;font-weight:600;cursor:pointer;margin-bottom:8px;transition:border-color .2s ease,color .2s ease}.purchases-secondary:hover{border-color:#f2c9a6;color:#f97316}.purchases-secondary--filled{background:#ff7f16;color:#fff;border-color:transparent;width:auto;padding:8px 16px;border-radius:10px;margin-bottom:0}.purchases-alert{width:100%;border:1px solid #fdd9d9;background:#fff1f2;color:#ef4444;border-radius:12px;padding:10px 12px;font-size:12px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:border-color .2s ease,color .2s ease}.purchases-alert:hover{border-color:#fbb4b4;color:#dc2626}.purchases-cta{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;background:#fff4e6;border:1px solid #fde3c7}.purchases-cta__body h5{font-size:12px;font-weight:700;color:#0f172a;margin-bottom:6px}.purchases-cta__body p{font-size:11px;color:#94a3b8;margin-bottom:10px}.purchases-cta__spark{width:86px;height:86px;opacity:.25;justify-self:end}@media(max-width:1024px){.purchases__content{grid-template-columns:1fr}.purchases-item{grid-template-columns:120px minmax(0,1fr)}}@media(max-width:768px){.purchases-profile{flex-direction:column;align-items:flex-start}.purchases-tabs{flex-wrap:wrap;gap:16px}.purchases-filters__top,.purchases-item{grid-template-columns:1fr}}.billing{background:#f6f7fb;padding:32px 0 80px}.billing__inner{width:min(1200px,92vw);margin:0 auto;display:flex;flex-direction:column;gap:18px}.billing-profile{background:#fff;border:1px solid #e7e9ed;border-radius:16px;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;box-shadow:0 1px 2px #0f172a0a}.billing-profile__info{display:flex;align-items:center;gap:16px}.billing-profile__avatarWrap{position:relative;width:64px;height:64px}.billing-profile__avatar{width:100%;height:100%;border-radius:50%;object-fit:cover}.billing-profile__status{position:absolute;right:6px;bottom:6px;width:12px;height:12px;background:#22c55e;border:2px solid #ffffff;border-radius:50%}.billing-profile h2{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:6px}.billing-profile__badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:#ecfdf3;color:#16a34a;font-size:11px;font-weight:600}.billing-profile__badge img{width:12px;height:12px}.billing-profile__edit{border:1px solid #e5e7eb;background:#fff;color:#475569;border-radius:10px;padding:8px 14px;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,color .2s ease}.billing-profile__edit:hover{transform:translateY(-1px);border-color:#f2c9a6;color:#f97316;box-shadow:0 8px 16px #0f172a14}.billing-profile__edit:focus-visible{outline:3px solid rgba(249,115,22,.3);outline-offset:2px}.billing-profile__editIcon{font-size:13px}.billing-tabs{display:flex;gap:24px;padding:0 8px;border-bottom:1px solid #e5e7eb}.billing-tab{border:none;background:transparent;padding:12px 0;font-size:12px;font-weight:600;color:#94a3b8;cursor:pointer;position:relative;text-decoration:none;transition:color .2s ease}.billing-tab:hover,.billing-tab--active{color:#f97316}.billing-tab--active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#f97316;border-radius:999px}.billing__content{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}.billing-main__header h3{font-size:16px;font-weight:700;color:#0f172a;margin-bottom:16px}.billing-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:18px}.billing-stat{background:#fff;border:1px solid #e7e9ed;border-radius:14px;padding:16px;display:flex;align-items:center;gap:12px;transition:transform .2s ease,box-shadow .2s ease}.billing-stat:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0f172a14}.billing-stat__icon{width:40px;height:40px;border-radius:12px;background:#fff7ed;display:flex;align-items:center;justify-content:center}.billing-stat__icon img{width:18px;height:18px}.billing-stat__label{display:block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;margin-bottom:4px}.billing-stat__value{font-size:18px;font-weight:700;color:#0f172a}.billing-filters{background:#fff;border:1px solid #e7e9ed;border-radius:16px;padding:14px;box-shadow:0 1px 2px #0f172a0a;display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center;margin-bottom:18px}.billing-search{display:flex;align-items:center;gap:8px;border:1px solid #e5e7eb;border-radius:10px;padding:8px 10px;background:#fff}.billing-search__icon img{width:14px;height:14px;display:block}.billing-search input{border:none;outline:none;width:100%;font-size:12px;color:#475569;background:transparent}.billing-action{border:1px solid #e5e7eb;background:#fff;color:#475569;border-radius:10px;padding:8px 12px;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:6px;cursor:pointer;transition:border-color .2s ease,color .2s ease}.billing-action:hover{border-color:#f2c9a6;color:#f97316}.billing-action__icon svg{width:14px;height:14px}.billing-table{background:#fff;border:1px solid #e7e9ed;border-radius:16px;box-shadow:0 1px 2px #0f172a0a;overflow:hidden}.billing-table__head,.billing-row{display:grid;grid-template-columns:110px minmax(0,1.5fr) 120px 110px 90px 120px;gap:10px;align-items:center;padding:14px 16px}.billing-table__head{background:#f8fafc;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8}.billing-row{border-top:1px solid #eef2f7;font-size:12px;color:#334155}.billing-row__asset{display:flex;align-items:center;gap:10px}.billing-row__thumb{width:34px;height:34px;border-radius:8px;background:#667085}.billing-row__id{font-weight:600;color:#0f172a}.billing-status{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:#ecfdf3;color:#16a34a;font-weight:600;font-size:11px}.billing-row__actions{display:flex;gap:8px;justify-content:flex-end}.billing-iconBtn{width:32px;height:32px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;display:grid;place-items:center;cursor:pointer;color:#94a3b8;transition:border-color .2s ease,color .2s ease,box-shadow .2s ease}.billing-iconBtn img{width:14px;height:14px}.billing-iconBtn svg{width:14px;height:14px}.billing-iconBtn:hover{border-color:#f2c9a6;color:#f97316;box-shadow:0 8px 16px #0f172a14}.billing-table__footer{border-top:1px solid #eef2f7;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;font-size:11px;color:#94a3b8}.billing-pagination{display:flex;gap:6px;align-items:center}.billing-pagination button{width:26px;height:26px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;font-size:11px;cursor:pointer;color:#64748b}.billing-pagination button.is-active{background:#ff7f16;color:#fff;border-color:transparent}.billing-side{display:flex;flex-direction:column;gap:18px}.billing-card{background:#fff;border:1px solid #e7e9ed;border-radius:16px;padding:16px;box-shadow:0 1px 2px #0f172a0a}.billing-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.billing-card__header h4{font-size:14px;font-weight:700;color:#0f172a}.billing-card__icon{width:18px;height:18px}.billing-section{border-top:1px solid #eef2f7;padding-top:12px;margin-bottom:12px}.billing-section__title{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;margin-bottom:8px}.billing-section strong{font-size:12px;color:#0f172a}.billing-section p{font-size:10px;color:#94a3b8;margin-top:4px}.billing-method{display:grid;grid-template-columns:32px minmax(0,1fr) auto;gap:10px;align-items:center;border:1px solid #eef2f7;border-radius:12px;padding:10px;background:#f8fafc;margin-top:8px}.billing-method__icon{width:32px;height:32px;border-radius:10px;background:#fff;display:grid;place-items:center}.billing-method__icon img{width:16px;height:16px}.billing-method strong{font-size:12px;color:#0f172a}.billing-method span{font-size:10px;color:#94a3b8}.billing-link{border:none;background:transparent;color:#f97316;font-size:11px;font-weight:600;cursor:pointer}.billing-secondary{width:100%;border:1px solid #e5e7eb;background:#fff;color:#475569;border-radius:12px;padding:10px 12px;font-size:12px;font-weight:600;cursor:pointer;margin-top:12px;transition:border-color .2s ease,color .2s ease}.billing-secondary:hover{border-color:#f2c9a6;color:#f97316}.billing-support{position:relative;overflow:hidden;background:#fff;border:1px solid #e7e9ed;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px}.billing-support__content h5{font-size:13px;font-weight:700;color:#0f172a;margin-bottom:6px}.billing-support__content p{font-size:11px;color:#94a3b8;margin-bottom:10px}.billing-primary{border:none;background:#ff7f16;color:#fff;border-radius:10px;padding:8px 14px;font-size:12px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.billing-primary:hover{transform:translateY(-1px);box-shadow:0 8px 16px #f973164d}.billing-support__spark{position:absolute;right:-14px;bottom:-18px;width:120px;height:120px;opacity:.15;pointer-events:none}@media(max-width:1024px){.billing__content{grid-template-columns:1fr}.billing-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.billing-profile{flex-direction:column;align-items:flex-start}.billing-tabs{flex-wrap:wrap;gap:16px}.billing-filters{grid-template-columns:1fr}.billing-table__head,.billing-row{grid-template-columns:1fr 1fr;row-gap:8px}.billing-row__actions{justify-content:flex-start}}.account-settings{background:#f6f7fb;padding:32px 0 80px;color:#0f172a}.account-settings__inner{width:min(1200px,92vw);margin:0 auto;display:flex;flex-direction:column;gap:20px}.account-profile{background:#fff;border:1px solid #e7e9ed;border-radius:16px;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 2px #0f172a0a}.account-profile__info{display:flex;align-items:center;gap:16px}.account-profile__avatarWrap{position:relative;width:64px;height:64px}.account-profile__avatar{width:100%;height:100%;border-radius:50%;object-fit:cover}.account-profile__status{position:absolute;right:6px;bottom:6px;width:12px;height:12px;background:#22c55e;border:2px solid #ffffff;border-radius:50%}.account-profile h2{font-size:18px;font-weight:700;margin-bottom:6px}.account-profile__badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:#fff4e6;color:#f97316;font-size:11px;font-weight:600}.account-profile__badge img{width:12px;height:12px}.account-tabs{display:flex;gap:24px;padding:0 8px;border-bottom:1px solid #e5e7eb}.account-tab{border:none;background:transparent;padding:12px 0;font-size:12px;font-weight:600;color:#94a3b8;cursor:pointer;position:relative;text-decoration:none;transition:color .2s ease}.account-tab:hover,.account-tab--active{color:#f97316}.account-tab--active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#f97316;border-radius:999px}.account-settings__title h3{font-size:18px;font-weight:700}.account-card{background:#fff;border:1px solid #e7e9ed;border-radius:16px;padding:18px 20px;box-shadow:0 1px 2px #0f172a0a;display:flex;flex-direction:column;gap:16px;transition:transform .2s ease,box-shadow .2s ease}.account-card:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0f172a14}.account-card__header{display:flex;gap:12px;align-items:flex-start}.account-card__icon{width:36px;height:36px;border-radius:10px;background:#fff4e6;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.account-card__icon img{width:18px;height:18px}.account-card__icon--danger{background:#fee2e2}.account-card__header h4{font-size:14px;font-weight:700;margin-bottom:4px}.account-card__header p{font-size:12px;color:#94a3b8;line-height:1.5}.account-card__body{display:flex;flex-direction:column;gap:16px}.account-profile__body{display:grid;grid-template-columns:160px minmax(0,1fr);gap:20px}.account-profile__photo{display:flex;flex-direction:column;gap:10px;align-items:center}.account-profile__photo img{width:120px;height:120px;object-fit:cover}.account-secondary{border:1px solid #e5e7eb;background:#fff;color:#475569;padding:8px 12px;border-radius:10px;font-size:12px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.account-secondary:hover{transform:translateY(-1px);border-color:#f2c9a6;box-shadow:0 8px 16px #0f172a1a}.account-profile__form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.account-field{display:flex;flex-direction:column;gap:6px}.account-field--full{grid-column:span 2}.account-field label{font-size:11px;font-weight:600;color:#64748b}.account-field input,.account-security__inputs input,.account-preference select{border:1px solid #e5e7eb;border-radius:10px;padding:9px 12px;font-size:12px;color:#0f172a;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.account-field input:focus,.account-security__inputs input:focus,.account-preference select:focus{border-color:#f2c9a6;box-shadow:0 0 0 3px #f9731626}.account-actions{grid-column:span 2;display:flex;justify-content:flex-end}.account-primary{border:none;background:#f97316;color:#fff;border-radius:10px;padding:9px 14px;font-size:12px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.account-primary:hover{transform:translateY(-1px);box-shadow:0 10px 18px #f973164d}.account-security__row{display:grid;grid-template-columns:1fr;gap:12px;align-items:start}.account-security__inputs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.account-security__row .account-primary{justify-self:end;margin-top:4px}.account-divider{height:1px;background:#eef2f6;margin:14px 0}.account-toggleRow{display:flex;align-items:center;justify-content:space-between;gap:12px}.account-toggleRow strong{display:block;font-size:12px;margin-bottom:4px}.account-toggleRow span{font-size:11px;color:#94a3b8}.account-switch{position:relative;display:inline-flex;align-items:center;width:40px;height:22px}.account-switch input{opacity:0;width:0;height:0}.account-slider{position:absolute;inset:0;background:#e5e7eb;border-radius:999px;transition:background .2s ease}.account-slider:before{content:"";position:absolute;width:16px;height:16px;border-radius:50%;left:3px;top:3px;background:#fff;transition:transform .2s ease;box-shadow:0 2px 4px #0f172a26}.account-switch input:checked+.account-slider{background:#f97316}.account-switch input:checked+.account-slider:before{transform:translate(18px)}.account-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.account-preference{display:flex;flex-direction:column;gap:8px}.account-preference strong{font-size:12px}.account-choice{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;background:#f8fafc;padding:6px;border-radius:10px;border:1px solid #e5e7eb}.account-choice__btn{border:none;background:transparent;padding:8px 10px;font-size:12px;font-weight:600;color:#94a3b8;border-radius:8px;cursor:pointer;transition:color .2s ease,background .2s ease}.account-choice__btn.is-active{background:#fff;color:#0f172a;box-shadow:0 6px 12px #0f172a14}.account-choice__btn:hover{color:#0f172a}.account-card--inline{flex-direction:row;align-items:center;justify-content:space-between;gap:16px}.account-card--inline .account-card__header p span{display:block}.account-card--danger{border-color:#fde2e2;flex-direction:row;align-items:center;justify-content:space-between;gap:16px}.account-danger__actions{display:flex;flex-direction:column;gap:10px;align-items:flex-end}.account-danger__actions .account-secondary,.account-danger__actions .account-danger{min-width:140px}.account-danger{border:1px solid #fecaca;background:#fff1f2;color:#ef4444;border-radius:10px;padding:9px 16px;font-size:12px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;min-width:140px}.account-danger:hover{transform:translateY(-1px);box-shadow:0 10px 18px #ef444433}.account-dialog__backdrop{position:fixed;inset:0;background:#0f172a99;display:grid;place-items:center;z-index:999;padding:24px}.account-dialog{width:min(560px,92vw);background:#fff;border-radius:18px;border:1px solid #e5e7eb;padding:24px 26px 22px;box-shadow:0 30px 60px #0f172a4d;display:flex;flex-direction:column;gap:14px}.account-dialog__header h3{font-size:20px;font-weight:700;color:#0f172a}.account-dialog__intro{font-size:13px;color:#475569;line-height:1.6}.account-dialog__list{margin:0;padding-left:18px;font-size:13px;color:#475569;display:grid;gap:6px}.account-dialog__alert{display:flex;align-items:center;gap:8px;color:#ef4444;font-size:12px;font-weight:600}.account-dialog__alert img{width:18px;height:18px}.account-dialog__label{font-size:12px;font-weight:600;color:#334155}.account-dialog__input{border:1px solid #bfdbfe;border-radius:10px;padding:10px 12px;font-size:12px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.account-dialog__input:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #3b82f633}.account-dialog__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:6px}.account-dialog__btn{border:none;border-radius:12px;padding:10px 16px;font-size:12px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.account-dialog__btn--ghost{background:#e5e7eb;color:#475569}.account-dialog__btn--ghost:hover{transform:translateY(-1px);box-shadow:0 8px 16px #94a3b859}.account-dialog__btn--danger{background:#fff1f2;color:#ef4444;border:1px solid #fecdd3}.account-dialog__btn--danger:hover{transform:translateY(-1px);box-shadow:0 10px 18px #ef444433}.account-mfa-backdrop{position:fixed;inset:0;background:#0f172a8c;display:grid;place-items:center;z-index:1001;padding:20px}.account-mfa-modal{width:min(500px,94vw);background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 24px 52px #0f172a40;padding:20px}.account-mfa-header{display:flex;justify-content:space-between;align-items:center;gap:10px}.account-mfa-header h3{margin:0;font-size:22px;font-weight:700;color:#0f172a}.account-mfa-close{border:none;background:transparent;color:#64748b;font-size:24px;line-height:1;cursor:pointer}.account-mfa-subtitle{margin:8px 0 14px;font-size:13px;color:#64748b;line-height:1.45}.account-mfa-qr-wrap{border:1px solid #e5e7eb;border-radius:12px;padding:12px;display:flex;justify-content:center;background:#fff}.account-mfa-qr{width:200px;height:200px;object-fit:contain}.account-mfa-url{margin-top:12px;display:flex;gap:8px;align-items:center}.account-mfa-url input{flex:1;min-width:0;border:1px solid #e5e7eb;border-radius:10px;padding:9px 12px;font-size:12px;color:#475569}.account-mfa-form{margin-top:12px;display:flex;flex-direction:column;gap:8px}.account-mfa-form label{font-size:12px;font-weight:600;color:#334155}.account-mfa-form input{border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;font-size:13px;color:#0f172a}.account-mfa-error{margin:0;font-size:12px;color:#dc2626}.account-mfa-actions{margin-top:8px;display:flex;justify-content:flex-end;gap:10px}.ebd-overlay{position:fixed;inset:0;width:100%;height:100dvh;overflow-y:auto;padding-top:34px;background:#dfdfdf80;display:flex;align-items:center;justify-content:center;z-index:1000}.ebd-dialog{background:#fff;border-radius:20px;width:624px;max-width:95vw;padding:48px 48px 56px 56px;position:relative;box-shadow:0 10px 60px #00000026;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;box-sizing:border-box}.ebd-close{position:absolute;top:20px;right:22px;background:none;border:none;font-size:17px;color:#222;cursor:pointer;padding:0;line-height:1;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.ebd-close:hover{color:#000}.ebd-title{font-size:22px;font-weight:800;color:#111;margin:0 0 6px;letter-spacing:-.3px}.ebd-subtitle{font-size:13px;color:#9ca3af;margin:0 0 8px;font-weight:400}.ebd-divider{border:none;border-top:1px solid #f0f0f0;margin:0 0 20px}.ebd-form-card{border:1px solid #e5e7eb;border-radius:14px;padding:20px 20px 4px;background-color:#e7e9ed11}.ebd-field{margin-bottom:16px}.ebd-label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:6px}.ebd-input,.ebd-select{width:100%;box-sizing:border-box;height:40px;padding:0 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;color:#111;background:#fff;outline:none;transition:border-color .15s;font-family:inherit;appearance:none;-webkit-appearance:none}.ebd-input::placeholder{color:#d1d5db}.ebd-input:focus,.ebd-select:focus{border-color:#f97316;box-shadow:0 0 0 3px #f973161a}.ebd-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ebd-select-wrap{position:relative}.ebd-select{cursor:pointer;padding-right:32px}.ebd-chevron{position:absolute;right:11px;top:50%;transform:translateY(-50%);pointer-events:none;color:#6b7280;font-size:11px}.ebd-method-card{border:1px solid #ebe5e5;border-radius:10px;padding:11px 14px;display:flex;align-items:center;gap:12px}.ebd-visa-badge{background:#fff;color:#00579f;font-size:12px;font-weight:900;font-style:italic;padding:10px 8px;border-radius:4px;letter-spacing:.5px;flex-shrink:0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:1000;letter-spacing:-.03em;border:1px solid #ebe5e5}.ebd-card-info{flex:1;display:flex;flex-direction:column;gap:2px}.ebd-card-name{font-size:13.5px;font-weight:600;color:#111;margin:0}.ebd-card-expiry{font-size:12px;color:#9ca3af;margin:0}.ebd-edit-link{background:none;border:none;color:#f97316;font-size:13.5px;font-weight:600;cursor:pointer;padding:0;font-family:inherit}.ebd-edit-link:hover{color:#ea6a0a}.ebd-add-method{display:flex;align-items:center;gap:8px;font-size:13.5px;color:#374151;font-weight:500;cursor:pointer;padding:14px 0 10px;border:none;background:none;font-family:inherit;width:100%;text-align:left}.ebd-add-method:hover{color:#f97316}.ebd-plus-icon{font-size:18px;color:#374151;font-weight:300}.ebd-spacer{height:88px}.ebd-submit-btn{width:100%;height:50px;background:#f97316;color:#fff;font-size:15px;font-weight:600;border:none;border-radius:12px;cursor:pointer;font-family:inherit;letter-spacing:.1px;transition:background .15s}.ebd-submit-btn:hover{background:#ea6a0a}.ebd-submit-btn:active{background:#dc5d04}@media(max-width:640px){.account-card--danger{flex-direction:column;align-items:flex-start}.account-danger__actions{width:100%;align-items:stretch}.account-danger__actions .account-secondary,.account-danger__actions .account-danger{width:100%}.account-dialog__actions{grid-template-columns:1fr}}@media(max-width:1024px){.account-profile__body,.account-profile__form{grid-template-columns:1fr}.account-field--full{grid-column:span 1}.account-actions{justify-content:flex-start}.account-security__row,.account-security__inputs,.account-grid{grid-template-columns:1fr}.account-card--inline{flex-direction:column;align-items:flex-start}.account-profile__photo img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:2px solid #e8e8e8}.user-profile-photo{width:100%;height:100%;object-fit:cover;border-radius:inherit}.account-profile__avatarWrap{width:80px;height:80px;border-radius:50%;overflow:hidden;position:relative;border:2px solid #e8e8e8}.account-profile__avatarWrap img{width:100%;height:100%;object-fit:cover}.account-profile__photo{display:flex;flex-direction:column;align-items:center;gap:16px}@media(max-width:768px){.account-profile__photo img{width:100px;height:100px}.account-profile__avatarWrap{width:60px;height:60px}}}.ebd-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;font-family:DM Sans,sans-serif}.ebd-dialog{background:#fff;border-radius:16px;width:100%;max-width:500px;padding:28px 28px 24px;position:relative;box-shadow:0 20px 60px #0000002e;display:flex;flex-direction:column;gap:0;min-height:580px}.ebd-close{position:absolute;top:18px;right:18px;background:none;border:none;font-size:18px;cursor:pointer;color:#555;line-height:1;padding:4px}.ebd-title{font-size:22px;font-weight:700;margin:0 0 6px;color:#111}.ebd-subtitle{font-size:13.5px;color:#777;margin:0 0 20px}.ebd-add-link{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#222;background:none;border:none;cursor:pointer;padding:0;margin-bottom:18px}.ebd-add-link .ebd-plus{font-size:18px;line-height:1;color:#444}.ebd-methods-list{display:flex;flex-direction:column;gap:12px;flex:1}.ebd-method-row{display:flex;align-items:center;gap:14px;border:1.5px solid #eee;border-radius:12px;padding:14px 16px;cursor:pointer;transition:border-color .15s,background .15s;background:#fff}.ebd-method-row.selected{border-color:#f5a623;background:#fffaf3}.ebd-method-logo{width:42px;height:28px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ebd-visa-logo{background:#1a1f71;color:#fff;font-size:11px;font-weight:800;border-radius:4px;width:42px;height:26px;display:flex;align-items:center;justify-content:center;letter-spacing:1px}.ebd-mastercard-logo{display:flex;align-items:center}.ebd-mc-circle{width:22px;height:22px;border-radius:50%}.ebd-mc-circle.red{background:#eb001b}.ebd-mc-circle.orange{background:#f79e1b;margin-left:-8px}.ebd-paypal-logo{font-size:20px;color:#003087;font-weight:800;font-style:italic;letter-spacing:-1px}.ebd-method-info{flex:1}.ebd-method-name{font-size:14px;font-weight:600;color:#111;margin:0 0 2px}.ebd-method-expiry{font-size:12px;color:#999;margin:0}.ebd-radio{width:20px;height:20px;border-radius:50%;border:2px solid #ddd;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .15s}.ebd-method-row.selected .ebd-radio{border-color:#f5a623}.ebd-radio-dot{width:10px;height:10px;border-radius:50%;background:#f5a623}.ebd-submit-btn{width:100%;padding:16px;background:#f5a623;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;margin-top:24px;font-family:DM Sans,sans-serif;transition:background .15s}.ebd-submit-btn:hover{background:#e09610}.ebd-trigger{padding:12px 20px;background:#f5a623;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;font-family:DM Sans,sans-serif}.ebd-add-link{display:flex;align-items:center;gap:8px;background:none;border:none;color:#f97316;font-size:.95rem;font-weight:500;cursor:pointer;padding:8px 0;margin-bottom:16px}.ebd-add-link:hover{color:#ea580c;text-decoration:underline}.ebd-plus{font-size:1.2rem;font-weight:600}.ebd-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.ebd-btn{padding:10px 20px;border-radius:6px;font-size:.95rem;font-weight:500;cursor:pointer;border:none;transition:all .2s}.ebd-btn--cancel{background-color:#f3f4f6;color:#374151}.ebd-btn--cancel:hover{background-color:#e5e7eb}.ebd-btn--save{background-color:#f97316;color:#fff}.ebd-btn--save:hover{background-color:#ea580c}.ebd-btn--save:disabled{background-color:#fdba74;cursor:not-allowed}.ebd-checkbox{margin:16px 0}.ebd-checkbox label{display:flex;align-items:center;gap:8px;font-size:.95rem;color:#374151;cursor:pointer}.ebd-checkbox input[type=checkbox]{width:auto;cursor:pointer}.ebd-select{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:.95rem;background-color:#fff;cursor:pointer}.ebd-select:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #f973161a}.ebd-default-badge{display:inline-block;background-color:#10b981;color:#fff;font-size:.7rem;padding:2px 8px;border-radius:4px;margin-left:8px;font-weight:500}.ebd-no-methods{text-align:center;padding:32px;color:#6b7280;font-size:.95rem;background-color:#f9fafb;border-radius:8px;border:1px dashed #d1d5db}.ebd-loading{text-align:center;padding:32px;color:#6b7280}.upm-overlay{position:fixed;inset:0;background:#11182747;display:flex;align-items:center;justify-content:center;padding:24px;z-index:1100}.upm-dialog{position:relative;width:min(640px,100%);min-height:640px;background:#fff;border-radius:20px;box-shadow:0 18px 48px #00000024;padding:34px 48px 36px;box-sizing:border-box;display:flex;flex-direction:column}.upm-close{position:absolute;top:18px;right:18px;border:none;background:none;color:#4b5563;font-size:20px;line-height:1;cursor:pointer;padding:6px}.upm-title{margin:0;font-size:22px;line-height:1.25;font-weight:800;color:#111827}.upm-subtitle{margin:10px 0 14px;font-size:13px;color:#64748b}.upm-divider{width:100%;border:none;border-top:1px solid #e5e7eb;margin:0 0 18px}.upm-form-card{border:1px solid #e5e7eb;border-radius:12px;background:#f8fafc;padding:18px 20px 4px}.upm-field{margin-bottom:16px}.upm-label{display:block;margin-bottom:7px;font-size:12px;font-weight:600;color:#1f2937}.upm-input{width:100%;height:42px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;padding:0 12px;box-sizing:border-box;font-size:13px;color:#111827;outline:none}.upm-input:focus{border-color:#fb923c;box-shadow:0 0 0 3px #f973161f}.upm-card-number-wrap{position:relative}.upm-input--with-badge{padding-right:74px}.upm-card-badge{position:absolute;top:50%;right:10px;transform:translateY(-50%);min-width:38px;height:28px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#00579f;font-size:10px;font-weight:900;font-style:italic;letter-spacing:-.02em;display:inline-flex;align-items:center;justify-content:center}.upm-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.upm-checkbox-row{display:inline-flex;align-items:center;gap:8px;margin-top:14px;font-size:12px;color:#64748b;cursor:pointer}.upm-checkbox-row input{width:13px;height:13px;accent-color:#f97316}.upm-spacer{flex:1;min-height:36px}.upm-submit-btn{width:100%;height:50px;border:none;border-radius:10px;background:#f97316;color:#fff;font-size:15px;font-weight:700;cursor:pointer}.upm-submit-btn:hover{background:#ea6a0a}@media(max-width:640px){.upm-overlay{padding:12px}.upm-dialog{min-height:unset;padding:28px 18px 20px}.upm-row{grid-template-columns:1fr;gap:0}.upm-spacer{min-height:20px}}.upm-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.upm-btn{padding:10px 20px;border-radius:6px;font-size:.95rem;font-weight:500;cursor:pointer;border:none;transition:all .2s}.upm-btn--delete{background-color:#fee2e2;color:#ef4444}.upm-btn--delete:hover{background-color:#fecaca}.upm-btn--delete:disabled{background-color:#fee2e2;color:#fca5a5;cursor:not-allowed}.upm-btn--default{background-color:#f3f4f6;color:#374151}.upm-btn--default:hover{background-color:#e5e7eb}.upm-btn--default:disabled{background-color:#f3f4f6;color:#9ca3af;cursor:not-allowed}.upm-btn--update{background-color:#f97316;color:#fff}.upm-btn--update:hover{background-color:#ea580c}.upm-btn--update:disabled{background-color:#fdba74;cursor:not-allowed}.upm-select{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:.95rem;background-color:#fff;cursor:pointer}.upm-select:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #f973161a}.upm-card-info{background-color:#f9fafb;padding:16px;border-radius:8px;margin-bottom:20px;border:1px solid #e5e7eb}.upm-card-info p{margin:4px 0;color:#374151}.upm-card-info strong{color:#111827}.invoice-details{background:#f6f7fb;padding:32px 0 80px;color:#0f172a}.invoice-details__inner{width:min(1100px,92vw);margin:0 auto;display:flex;flex-direction:column;gap:20px}.invoice-details__breadcrumb{display:flex;align-items:center;gap:8px;font-size:12px;color:#94a3b8}.invoice-details__crumb{color:inherit;text-decoration:none;font-weight:500}.invoice-details__crumb--active{color:#f97316;font-weight:600}.invoice-details__sep{color:#cbd5f5}.invoice-details__header{display:flex;align-items:center;justify-content:space-between;gap:16px}.invoice-details__titleRow{display:flex;align-items:center;gap:10px}.invoice-details__titleRow h1{font-size:22px;font-weight:700}.invoice-details__status{background:#e8f8ee;color:#16a34a;font-size:11px;font-weight:700;padding:4px 10px;border-radius:999px}.invoice-details__header p{font-size:12px;color:#94a3b8}.invoice-details__actions{display:flex;gap:10px}.invoice-details__ghost,.invoice-details__primary{border-radius:12px;padding:10px 14px;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:8px;border:1px solid #e5e7eb;background:#fff;color:#334155;cursor:pointer;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.invoice-details__primary{background:#f97316;border-color:#f97316;color:#fff}.invoice-details__ghost img,.invoice-details__primary img{width:14px;height:14px}.invoice-details__ghost:hover{transform:translateY(-1px);border-color:#f2c9a6;box-shadow:0 8px 16px #0f172a1f}.invoice-details__primary:hover{transform:translateY(-1px);box-shadow:0 10px 18px #f973164d}.invoice-details__card{background:#fff;border-radius:18px;border:1px solid #e6e9f0;box-shadow:0 4px 10px #0f172a0a;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.invoice-details__card:hover{transform:translateY(-2px);box-shadow:0 12px 20px #0f172a14}.invoice-details__meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid #eef2f6}.invoice-details__meta div{padding:18px 20px;border-right:1px solid #eef2f6}.invoice-details__meta div:last-child{border-right:none}.invoice-details__meta span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;display:block;margin-bottom:8px}.invoice-details__meta strong{font-size:13px;color:#0f172a}.invoice-details__parties{display:grid;grid-template-columns:1.1fr 1fr;gap:24px;padding:18px 20px}.invoice-details__parties span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;display:block;margin-bottom:8px}.invoice-details__parties strong{font-size:13px;display:block;margin-bottom:6px}.invoice-details__parties p{font-size:11px;color:#94a3b8;line-height:1.5}.invoice-details__table{margin:12px 20px 0;border:1px solid #eef2f6;border-radius:12px;overflow:hidden}.invoice-details__tableHead,.invoice-details__tableRow{display:grid;grid-template-columns:1.6fr .5fr .3fr .6fr;align-items:center;gap:12px;padding:12px 16px}.invoice-details__tableHead{background:#f8fafc;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8}.invoice-details__tableRow{font-size:12px}.invoice-details__tableRow strong{display:block;margin-bottom:4px}.invoice-details__tableRow span{font-size:11px;color:#94a3b8}.invoice-details__pill{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:600;color:#475569;background:#f3f4f6}.invoice-details__totals{background:#f8fafc;padding:18px 20px;display:flex;flex-direction:column;gap:8px;border-top:1px solid #eef2f6}.invoice-details__totalsRow{display:flex;justify-content:flex-end;gap:40px;font-size:12px;color:#475569}.invoice-details__totalsRow--total{font-size:16px;font-weight:700;color:#0f172a;margin-top:6px}.invoice-details__totalsRow--total small{font-size:10px;font-weight:500;color:#94a3b8}.invoice-details__support{background:#fff;border-radius:16px;border:1px solid #e6e9f0;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.invoice-details__support:hover{transform:translateY(-2px);border-color:#f2c9a6;box-shadow:0 12px 18px #0f172a14}.invoice-details__supportTitle{display:flex;align-items:center;gap:10px;margin-bottom:6px}.invoice-details__supportTitle img{width:20px;height:20px}.invoice-details__support p{font-size:11px;color:#94a3b8;max-width:520px}.invoice-details__footerNote{text-align:center;font-size:10px;color:#94a3b8;display:flex;flex-direction:column;gap:4px}@media(max-width:900px){.invoice-details__header{flex-direction:column;align-items:flex-start}.invoice-details__actions{width:100%}.invoice-details__ghost,.invoice-details__primary{flex:1;justify-content:center}.invoice-details__meta{grid-template-columns:1fr}.invoice-details__meta div{border-right:none;border-bottom:1px solid #eef2f6}.invoice-details__meta div:last-child{border-bottom:none}.invoice-details__parties{grid-template-columns:1fr}.invoice-details__support{flex-direction:column;align-items:flex-start}}@media print{body{background:#fff}nav,footer,.invoice-details__breadcrumb,.invoice-details__actions,.invoice-details__support{display:none!important}.invoice-details{background:#fff;padding:0}.invoice-details__inner{width:100%;margin:0}.invoice-details__card{box-shadow:none;border:1px solid #e5e7eb}}.modal-logo{width:140px;margin-bottom:16px}.modal-footer{font-size:11px;color:#9ca3af}.about{background:#fff;color:#0f172a}.about__hero{background:radial-gradient(circle at top,#1d1746,#0b0730 55%,#070322);min-height:calc(100vh - 88px);padding:64px 0;display:flex;align-items:center;color:#fff}.about__heroInner{width:min(1100px,92vw);margin:0 auto;text-align:center}.about__pill{display:inline-block;background:#f9731633;color:#f97316;padding:6px 14px;border-radius:999px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:18px}.about__hero h1{font-size:clamp(40px,6vw,64px);font-weight:800;margin-bottom:12px}.about__hero h1 span{color:#ff8a33}.about__hero p{max-width:640px;margin:0 auto 28px;font-size:14px;color:#ffffffb8;line-height:1.6}.about__heroBadges{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:18px}.about__heroBadges img{width:38px;height:38px;padding:8px;border-radius:12px;background:#ffffff0f;box-shadow:0 12px 24px #00000040;transition:transform .2s ease,box-shadow .2s ease}.about__heroBadges img:hover{transform:translateY(-2px);box-shadow:0 16px 26px #00000059}.about__section{padding:70px 0}.about__section--light{background:#f8fafc}.about__split{width:min(1100px,92vw);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:32px;align-items:center}.about__imageCard{background:#f1f5f9;border-radius:20px;padding:24px;display:flex;align-items:center;justify-content:center;min-height:280px}.about__imageCard img{width:100%;max-width:360px;object-fit:contain}.about__content h2{font-size:22px;margin-bottom:12px}.about__content p{font-size:13px;color:#64748b;line-height:1.7;margin-bottom:12px}.about__list{list-style:none;display:flex;flex-direction:column;gap:14px;margin-top:14px}.about__list li{display:flex;gap:12px;align-items:flex-start}.about__list img{width:32px;height:32px;padding:6px;border-radius:10px;background:#fff4e6}.about__list strong{display:block;font-size:13px;margin-bottom:4px}.about__list span{font-size:12px;color:#94a3b8}.about__heading{width:min(1100px,92vw);margin:0 auto 36px;text-align:center}.about__heading h2{font-size:22px}.about__heading span{display:inline-block;width:48px;height:3px;background:#f97316;border-radius:999px;margin-top:8px}.about__cards{width:min(1100px,92vw);margin:0 auto 50px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.about__card{background:#fff;border:1px solid #e7e9ed;border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:10px;box-shadow:0 1px 2px #0f172a0a;transition:transform .2s ease,box-shadow .2s ease}.about__card:hover{transform:translateY(-3px);box-shadow:0 14px 24px #0f172a1a}.about__card span{width:38px;height:38px;border-radius:12px;background:#fff4e6;display:inline-flex;align-items:center;justify-content:center}.about__card img{width:18px;height:18px}.about__card h3{font-size:14px;font-weight:700}.about__card p{font-size:12px;color:#64748b;line-height:1.6}.about__journey{width:min(1100px,92vw);margin:0 auto;text-align:center}.about__journey h2{font-size:26px;margin-bottom:16px}.about__journeyText{display:flex;flex-direction:column;gap:14px;max-width:720px;margin:0 auto;color:#64748b;font-size:15px;line-height:1.7}.about__stats{width:min(1100px,92vw);margin:28px auto 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;text-align:center;padding-top:24px;border-top:1px solid #e7e9ed}.about__stat strong{font-size:36px;color:#f97316}.about__stat span{display:block;margin-top:4px;font-size:13px;color:#64748b;text-transform:uppercase;letter-spacing:.08em}.about__cta{padding:40px 0 56px;background:#ececec}.about__ctaCard{width:min(760px,92vw);margin:0 auto;background:#ff8a24;color:#fff;border-radius:30px;padding:44px 28px 38px;text-align:center;position:relative;overflow:hidden}.about__ctaCard:before{content:"";position:absolute;width:140px;height:140px;border-radius:50%;background:#ffffff26;top:-22px;left:-44px}.about__ctaCard:after{content:"";position:absolute;width:206px;height:206px;border-radius:50%;background:#ffffff1a;top:-74px;left:-74px}.about__ctaCard h2{position:relative;z-index:1;font-size:24px;font-weight:800;line-height:1.22;margin-bottom:10px}.about__ctaCard p{position:relative;z-index:1;font-size:13px;color:#ffffffe6;margin-bottom:22px;max-width:560px;margin-left:auto;margin-right:auto;line-height:1.5}.about__ctaBtn{position:relative;z-index:1;border:none;background:#fff;color:#f97316;font-size:12px;font-weight:700;padding:10px 20px;border-radius:12px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease}.about__ctaBtn:hover{transform:translateY(-2px);box-shadow:0 12px 18px #f973164d}@media(max-width:960px){.about__split,.about__cards{grid-template-columns:1fr}.about__stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.about__hero{padding:70px 0 90px}.about__stats{grid-template-columns:1fr}}.purchased-detail{background:#f6f7fb;padding:32px 0 80px;color:#0f172a}.purchased-detail__inner{width:min(1320px,92vw);margin:0 auto;display:flex;flex-direction:column;gap:24px}.purchased-detail__breadcrumb{display:flex;align-items:center;gap:8px;font-size:12px;color:#94a3b8}.purchased-detail__crumb{color:inherit;text-decoration:none;font-weight:500}.purchased-detail__crumb--active{color:#f97316;font-weight:600}.purchased-detail__sep{color:#cbd5f5}.purchased-detail__top{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);gap:24px;align-items:stretch}.purchased-detail__media{display:flex;flex-direction:column;gap:16px}.purchased-detail__hero{background:#d9dfe9;border-radius:22px;overflow:hidden;min-height:320px;box-shadow:0 10px 22px #0f172a0f}.purchased-detail__hero img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.purchased-detail__thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.purchased-detail__thumb{border:none;padding:0;background:#cfd6e1;border-radius:16px;overflow:hidden;height:92px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.purchased-detail__thumb img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.purchased-detail__thumb:hover{transform:translateY(-2px);box-shadow:0 10px 16px #0f172a1f}.purchased-detail__summary{background:#fff;border-radius:22px;padding:26px 24px;border:1px solid #e6e9f0;box-shadow:0 6px 16px #0f172a0d;display:flex;flex-direction:column;gap:16px;height:100%}.purchased-detail__summaryActions{margin-top:auto;display:flex;flex-direction:column;gap:12px}.purchased-detail__tags{display:flex;gap:8px}.purchased-detail__tag{padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600}.purchased-detail__tag--green{background:#ecfdf3;color:#16a34a}.purchased-detail__tag--blue{background:#eff6ff;color:#2563eb}.purchased-detail__summary h1{font-size:19px;font-weight:700}.purchased-detail__summary p{font-size:13px;color:#64748b;line-height:1.6}.purchased-detail__download{background:#f97316;border:none;border-radius:12px;padding:12px 16px;color:#fff;font-size:13px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;box-shadow:0 10px 20px #f973164d;width:100%;transition:transform .2s ease,box-shadow .2s ease}.purchased-detail__download img{width:16px;height:16px}.purchased-detail__download:hover{transform:translateY(-1px);box-shadow:0 12px 22px #f9731659}.purchased-detail__actions{display:flex;gap:10px;align-items:center}.purchased-detail__iconBtn{width:42px;height:42px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.purchased-detail__iconBtn img{width:18px;height:18px}.purchased-detail__iconBtn:hover{transform:translateY(-1px);border-color:#f7c89a;box-shadow:0 8px 16px #0f172a1f}.purchased-detail__ghostBtn{flex:1;border-radius:12px;border:1px solid #e5e7eb;background:#fff;padding:10px 12px;font-size:12px;font-weight:600;color:#475569;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;min-height:42px;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.purchased-detail__ghostBtn img{width:16px;height:16px}.purchased-detail__ghostBtn:hover{transform:translateY(-1px);border-color:#f7c89a;box-shadow:0 8px 16px #0f172a1a}.purchased-detail__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.purchased-detail__stat{background:#fff;border:1px solid #e6e9f0;border-radius:18px;padding:16px 18px;display:flex;gap:12px;align-items:center;box-shadow:0 4px 10px #0f172a0a;transition:transform .2s ease,box-shadow .2s ease}.purchased-detail__stat:hover{transform:translateY(-2px);box-shadow:0 10px 18px #0f172a14}.purchased-detail__statIcon{width:40px;height:40px;border-radius:12px;background:#fff7ed;display:inline-flex;align-items:center;justify-content:center}.purchased-detail__statIcon img{width:18px;height:18px}.purchased-detail__stat p{font-size:11px;color:#94a3b8;margin-bottom:4px}.purchased-detail__stat strong{font-size:14px;color:#0f172a}.purchased-detail__grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px}.purchased-detail__main{display:flex;flex-direction:column;gap:18px}.purchased-detail__section{background:transparent;display:flex;flex-direction:column;gap:14px}.purchased-detail__sectionTitle{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:700}.purchased-detail__sectionTitle img{width:18px;height:18px}.purchased-detail__sectionTitle--spread{justify-content:space-between}.purchased-detail__sectionTitle--spread div{display:flex;align-items:center;gap:10px}.purchased-detail__muted{font-size:12px;color:#94a3b8}.purchased-detail__resourceCard,.purchased-detail__fileRow{background:#fff;border:1px solid #e6e9f0;border-radius:18px;padding:16px 18px;display:flex;align-items:center;gap:16px;box-shadow:0 4px 10px #0f172a0a;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.purchased-detail__resourceCard h4,.purchased-detail__fileRow h4{font-size:13px;font-weight:600;color:#0f172a;margin-bottom:4px}.purchased-detail__resourceCard span,.purchased-detail__fileRow span{font-size:11px;color:#94a3b8}.purchased-detail__resourceIcon,.purchased-detail__fileIcon{width:44px;height:44px;border-radius:14px;background:#f3f5f9;display:inline-flex;align-items:center;justify-content:center}.purchased-detail__resourceIcon img,.purchased-detail__fileIcon img{width:22px;height:22px}.purchased-detail__resourceArrow{margin-left:auto;color:#94a3b8;font-size:20px}.purchased-detail__resourceCard:hover,.purchased-detail__fileRow:hover{transform:translateY(-2px);border-color:#f7c89a;box-shadow:0 12px 18px #0f172a14}.purchased-detail__fileDownload{margin-left:auto;border:none;background:transparent;color:#f97316;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:6px;cursor:pointer;transition:color .2s ease,transform .2s ease}.purchased-detail__fileDownload img{width:14px;height:14px}.purchased-detail__fileDownload:hover{color:#f97316;transform:translateY(-1px)}.purchased-detail__side{display:flex;flex-direction:column;gap:16px}.purchased-detail__card{background:#fff;border-radius:20px;border:1px solid #e6e9f0;padding:22px 20px;display:flex;flex-direction:column;gap:14px;box-shadow:0 4px 10px #0f172a0a;transition:transform .2s ease,box-shadow .2s ease}.purchased-detail__card:hover{transform:translateY(-2px);box-shadow:0 12px 18px #0f172a14}.purchased-detail__cardTitle{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:700}.purchased-detail__cardTitle img{width:18px;height:18px}.purchased-detail__cardGroup span{font-size:11px;color:#94a3b8;display:block;margin-bottom:6px}.purchased-detail__cardGroup strong{font-size:13px;color:#0f172a;display:block;margin-bottom:6px}.purchased-detail__cardGroup p{font-size:11px;color:#94a3b8;line-height:1.5}.purchased-detail__supportBtn{border:1px solid #e5e7eb;background:#fff;border-radius:10px;padding:10px 12px;font-size:12px;font-weight:600;color:#334155;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.purchased-detail__supportBtn:hover{transform:translateY(-1px);border-color:#f7c89a;box-shadow:0 8px 16px #0f172a1a}.purchased-detail__footnote{text-transform:uppercase;font-size:9px;letter-spacing:.08em;color:#cbd5f5;text-align:center}.purchased-detail__upgrade{position:relative;overflow:hidden;background:#fff7ed;border:none}.purchased-detail__upgrade h4{font-size:14px;font-weight:700;margin-bottom:6px}.purchased-detail__upgrade p{font-size:12px;color:#94a3b8}.purchased-detail__upgradeBtn{margin-top:12px;background:#f97316;border:none;color:#fff;border-radius:10px;padding:8px 14px;font-size:12px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.purchased-detail__upgradeBtn:hover{transform:translateY(-1px);box-shadow:0 10px 18px #f9731640}.purchased-detail__upgradeArt{position:absolute;right:-10px;bottom:-6px;width:80px;opacity:.35}.purchased-detail__history{background:#fff;border:1px solid #e6e9f0;border-radius:22px;padding:20px;display:flex;flex-direction:column;gap:16px;box-shadow:0 4px 12px #0f172a0a}.purchased-detail__tabs{display:flex;gap:20px;border-bottom:1px solid #e5e7eb}.purchased-detail__tab{border:none;background:transparent;padding:12px 0;font-size:12px;font-weight:600;color:#94a3b8;cursor:pointer;position:relative;transition:color .2s ease}.purchased-detail__tab:hover,.purchased-detail__tab.is-active{color:#f97316}.purchased-detail__tab.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#f97316;border-radius:999px}.purchased-detail__table{display:flex;flex-direction:column;gap:10px}.purchased-detail__tableHead,.purchased-detail__tableRow{display:grid;grid-template-columns:140px 140px minmax(0,1fr) 120px;gap:12px;align-items:center;font-size:12px}.purchased-detail__tableHead{color:#94a3b8;text-transform:uppercase;font-size:10px;letter-spacing:.08em}.purchased-detail__tableRow{padding:12px 0;border-top:1px solid #eef2f6;color:#0f172a}.purchased-detail__tableRow span:nth-child(3){color:#64748b;font-size:11px}.purchased-detail__tableLink{border:none;background:transparent;color:#f97316;font-size:12px;font-weight:600;cursor:pointer;text-align:left;transition:color .2s ease,transform .2s ease}.purchased-detail__tableLink:hover{color:#fb8c47;transform:translateY(-1px)}.purchased-detail__statusTag{justify-self:start;background:#e8f8ee;color:#16a34a;border-radius:999px;padding:4px 12px;font-size:11px;font-weight:700}.purchased-detail__back{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:#64748b;text-decoration:none}.purchased-detail__back img{width:16px;height:16px}@media(max-width:1024px){.purchased-detail__top,.purchased-detail__grid{grid-template-columns:1fr}.purchased-detail__summary{order:2}.purchased-detail__stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.purchased-detail__thumbs{grid-template-columns:repeat(2,minmax(0,1fr))}.purchased-detail__stats{grid-template-columns:1fr}.purchased-detail__tableHead,.purchased-detail__tableRow{grid-template-columns:1fr;gap:6px}.purchased-detail__tableHead{display:none}.purchased-detail__tableRow{border:1px solid #eef2f6;border-radius:12px;padding:12px}}.support-page{background:#fff;color:#0f172a}.support-hero{background:linear-gradient(180deg,#e8f2ff,#f7fbff);padding:28px 0 24px}.support-hero__inner{width:min(1400px,96vw);margin:0 auto;display:grid}.support-hero__media{display:flex;justify-content:center}.support-hero__media img{width:100%;height:auto;border-radius:18px}.support-categories{padding:26px 0 10px}.support-categories__inner{width:min(1200px,92vw);margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.support-category{background:#fff;border:1px solid #eef2f6;border-radius:16px;padding:16px;display:flex;align-items:center;gap:12px;text-align:left;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.support-category:hover{transform:translateY(-2px);border-color:#fde2e2;box-shadow:0 12px 22px #0f172a14}.support-category__icon{width:40px;height:40px;border-radius:12px;background:#f8fafc;display:inline-flex;align-items:center;justify-content:center}.support-category__icon img{width:20px;height:20px}.support-category__text{display:flex;flex-direction:column;gap:2px;font-size:12px;font-weight:600;color:#0f172a}.support-library{padding:28px 0 70px;background:#fff}.support-library__inner{width:min(1200px,92vw);margin:0 auto;display:flex;flex-direction:column;gap:22px}.support-library__header h2{font-size:16px;font-weight:700;margin-bottom:10px}.support-search{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;max-width:720px}.support-search img{width:16px;height:16px;opacity:.6}.support-search input{border:none;outline:none;flex:1;font-size:12px;color:#0f172a}.support-library__grid{display:grid;grid-template-columns:240px minmax(0,1fr);gap:28px;align-items:start}.support-topics h3{font-size:13px;font-weight:700;margin-bottom:12px}.support-topics ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.support-topics li button{border:none;background:transparent;font-size:12px;color:#334155;cursor:pointer;text-align:left;padding:0}.support-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.support-card{background:#fff;border:1px solid #eef2f6;border-radius:16px;padding:18px;min-height:110px;display:flex;flex-direction:column;gap:6px;transition:transform .2s ease,box-shadow .2s ease}.support-card h4{font-size:13px;font-weight:700}.support-card p{font-size:11px;color:#94a3b8;line-height:1.5}.support-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0f172a14}.support-cards__empty{grid-column:1 / -1;border:1px dashed #cbd5e1;border-radius:12px;padding:16px;font-size:12px;color:#64748b}.support-topics li.is-active button{color:#f97316;font-weight:600}.support-topics li button{width:100%;cursor:pointer}.support-cards{animation:tabFadeIn .2s ease}@keyframes tabFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.support-categories__inner{grid-template-columns:repeat(2,minmax(0,1fr))}.support-library__grid{grid-template-columns:1fr}}@media(max-width:640px){.support-categories__inner,.support-cards{grid-template-columns:1fr}}.support-article{width:100%}.support-breadcrumb{font-size:1rem;color:#9aa5b5;margin-bottom:1.5rem;display:flex;align-items:center;gap:.4rem;line-height:1.2}.support-breadcrumb a{color:#9aa5b5;text-decoration:none;font-weight:600;transition:color .2s ease}.support-breadcrumb a:hover,.support-breadcrumb a:focus-visible,.support-breadcrumb a:active{color:#f97316}.breadcrumb-sep{font-size:1rem;color:#bbb;font-weight:500}.breadcrumb-current{color:#f97316;font-weight:700}@media(max-width:900px){.support-breadcrumb{font-size:1.2rem;gap:.35rem}.breadcrumb-sep{font-size:1.2rem}}.support-article__section{margin-bottom:2.5rem}.support-article__section h2{font-size:1.4rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.support-article__section h3{font-size:1rem;font-weight:600;color:#1a1a1a;margin-top:1.2rem;margin-bottom:.35rem}.support-article__section h4{font-size:.95rem;font-weight:600;color:#444;margin-top:1rem;margin-bottom:.35rem}.support-article__section p{font-size:.92rem;color:#555;margin-bottom:.5rem}.support-article__section ul{list-style:disc;padding-left:1.4rem;margin:.25rem 0 .5rem}.support-article__section ul li{font-size:.92rem;color:#444;margin-bottom:.25rem;line-height:1.5}.support-ordered{margin:.25rem 0 1rem;padding-left:1.4rem}.support-ordered li{font-size:.92rem;color:#444;margin-bottom:.25rem;line-height:1.5}.support-helpbox{border:1px solid #cbd5e1;border-radius:14px;padding:14px;margin-top:1rem;max-width:440px}.support-helpbox h4{margin-top:0}.support-helpbox ul{margin:.25rem 0 0}.support-helpful-actions{display:flex;gap:10px;margin-top:10px}.support-helpful-actions button{min-width:56px;border:1px solid #cbd5e1;background:#f8fafc;border-radius:10px;padding:6px 14px;font-size:.9rem;color:#334155;cursor:pointer}.support-helpful-actions button.is-selected{border-color:#f97316;background:#fff7ed;color:#ea580c}.support-need-help{margin-top:2.5rem;border-radius:12px;background:linear-gradient(135deg,#e87c2b,#f5a623);padding:2rem;text-align:center;color:#fff}.support-need-help h2{font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.support-need-help p{font-size:.9rem;margin-bottom:1.2rem;opacity:.9}.support-need-help__btn{display:inline-block;background:#fff;color:#e87c2b;font-weight:600;font-size:.9rem;padding:.55rem 1.4rem;border-radius:6px;text-decoration:none;transition:opacity .2s}.support-need-help__btn:hover{opacity:.85}.support-page{background:var(--color-neutral-50);color:#0f172a}.support-tech{padding:12px 0 24px;background:var(--color-neutral-50)}.support-tech__hero{width:min(1400px,96vw);margin:0 auto 24px;border-radius:12px;overflow:hidden;position:relative}.support-tech__hero img{width:100%;display:block}.support-tech__heroText{position:absolute;top:50%;right:7%;transform:translateY(-50%);max-width:520px}.support-tech__heroText h2{font-size:46px;line-height:1.1;color:#121a34;margin-bottom:10px}.support-tech__heroText p{font-size:15px;color:#6b7a95;line-height:1.5}.support-tech__inner{width:min(860px,88vw);margin:0 auto}.support-tech__back{border:none;background:transparent;color:#666b76;font-size:15px;font-weight:600;cursor:pointer;padding:0;margin-bottom:10px}.support-tech__backLink{display:inline-flex;align-items:center;gap:6px;color:#666b76;font-size:15px;font-weight:600;text-decoration:none;margin-bottom:10px;transition:color .2s ease}.support-tech__backIcon{width:16px;height:16px;opacity:.7;transform:rotate(90deg);transition:filter .2s ease,opacity .2s ease}.support-tech__backLink:hover{color:#ff7a00}.support-tech__backLink:hover .support-tech__backIcon{opacity:1;filter:brightness(0) saturate(100%) invert(56%) sepia(95%) saturate(1888%) hue-rotate(360deg) brightness(102%) contrast(106%)}.support-tech__inner h3{font-size:32px;line-height:1.1;margin:0 0 24px;color:#1b1e27;position:relative;width:fit-content}.support-tech__inner h3:after{content:"";position:absolute;left:0;bottom:-8px;width:100%;height:5px;border-radius:999px;background:#ff7a00}.support-tech__list{display:grid;gap:20px}.support-tech__item{border:1px solid #e8edf3;border-radius:18px;background:#fff;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.support-tech__item:hover{transform:translateY(-2px);box-shadow:0 18px 34px #141c3c14;border-color:#ff7f1640}.support-tech__item:hover .support-tech__icon{opacity:1}.support-tech__trigger{width:100%;border:none;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 22px;text-align:left;font-size:15px;font-weight:700;color:#1a2233;cursor:pointer}.support-tech__icon{width:18px;height:18px;object-fit:contain;opacity:.7;transition:transform .2s ease}.support-tech__icon.is-open{transform:rotate(180deg)}.support-tech__details{padding:0 22px 18px;font-size:14px;color:#53627f;line-height:1.65}.support-tech__content p{font-size:12px;color:#1f2937;line-height:1.55;margin-bottom:10px}.support-tech__content h4{font-size:14px;color:#1a2233;margin:10px 0 6px}.support-tech__content h4 span{color:#ff7a00}.support-tech__content ul{margin:0 0 8px 16px;padding:0;color:#1f2937;font-size:12px;line-height:1.55}.support-tech__content li{margin-bottom:4px}.support-cta{padding:24px 0 90px;background:#fff}.support-cta__inner{width:min(1200px,92vw);margin:0 auto;display:flex;justify-content:center}.support-cta__card{width:min(720px,92vw);background:linear-gradient(135deg,#ff8a1f,#ff7a00);border-radius:28px;padding:36px 24px;color:#fff;text-align:center;position:relative;overflow:hidden;box-shadow:0 18px 34px #ff7f1640}.support-cta__card:before,.support-cta__card:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:#ffffff26}.support-cta__card:before{left:-60px;top:-60px}.support-cta__card:after{right:-70px;bottom:-70px}.support-cta__card h2{position:relative;z-index:1;font-size:22px;font-weight:800;margin-bottom:10px}.support-cta__card p{position:relative;z-index:1;font-size:12px;color:#ffffffeb;margin-bottom:18px}.support-cta__btn{position:relative;z-index:1;border:none;background:#fff;color:#ff7a00;font-size:12px;font-weight:700;padding:8px 16px;border-radius:10px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease}.support-cta__btn:hover{transform:translateY(-1px);box-shadow:0 10px 18px #1118272e}@media(max-width:1024px){.support-tech__heroText h2{font-size:34px}.support-tech__inner h3{font-size:30px}.support-tech__trigger{font-size:15px;padding:18px 20px}.support-tech__details{padding:0 20px 18px;font-size:14px}}@media(max-width:640px){.support-tech__heroText{position:static;transform:none;max-width:none;padding:18px;background:#f2f7ff}.support-tech__heroText h2{font-size:28px}.support-tech__heroText p{font-size:13px}.support-tech__inner h3{font-size:26px}.support-tech__back{font-size:13px}}.contact-page{background:#fff;color:#0f172a}.contact{padding:40px 0 90px;background:#fff}.contact__inner{width:min(1200px,92vw);margin:0 auto;display:flex;justify-content:center}.contact-card{width:min(520px,92vw);background:#fff;border-radius:24px;padding:26px 26px 28px;box-shadow:0 18px 40px #0f172a1f;position:relative}.contact-card__top{display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:10px}.contact-card__logo{width:110px;height:auto}.contact-card__close{position:absolute;right:4px;top:-2px;width:28px;height:28px;border-radius:50%;border:1px solid #e5e7eb;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:#64748b;font-size:18px;line-height:1;transition:border-color .2s ease,color .2s ease}.contact-card__close:hover{border-color:#f2c9a6;color:#f97316}.contact-card__header{text-align:center;margin-bottom:18px}.contact-card__header h1{font-size:20px;font-weight:800;margin-bottom:6px;color:#0f172a}.contact-card__header p{font-size:12px;color:#94a3b8;line-height:1.5}.contact-form{display:flex;flex-direction:column;gap:12px}.contact-form__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.contact-field{display:flex;flex-direction:column;gap:6px;font-size:11px;font-weight:600;color:#1f2937}.contact-field em{font-style:normal;color:#94a3b8;font-weight:500}.contact-field input,.contact-field select,.contact-field textarea{border:1px solid #eef2f6;border-radius:10px;padding:9px 12px;font-size:12px;outline:none;color:#0f172a;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.contact-field textarea{resize:none;min-height:110px}.contact-field input:focus,.contact-field select:focus,.contact-field textarea:focus{border-color:#f2c9a6;box-shadow:0 0 0 3px #f973161f}.contact-upload{display:flex;flex-direction:column;gap:6px}.contact-upload__btn{align-self:flex-start;border:1px solid #cbd5f5;background:#fff;color:#64748b;font-size:11px;font-weight:600;padding:6px 12px;border-radius:8px;cursor:pointer;transition:border-color .2s ease,color .2s ease}.contact-upload__btn:hover{border-color:#f2c9a6;color:#f97316}.contact-upload p{font-size:10px;color:#94a3b8}.contact-priority{display:flex;flex-direction:column;gap:8px;font-size:11px;font-weight:600;color:#1f2937}.contact-priority em{font-style:normal;color:#94a3b8;font-weight:500}.contact-priority__options{display:flex;flex-wrap:wrap;gap:12px;font-size:11px;font-weight:500;color:#64748b}.contact-radio{display:inline-flex;align-items:center;gap:6px}.contact-radio input{accent-color:#9ca3af}.contact-submit{margin-top:6px;border:none;background:#f97316;color:#fff;font-size:12px;font-weight:700;padding:10px 16px;border-radius:10px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.contact-submit:hover{transform:translateY(-1px);box-shadow:0 10px 18px #f973164d}@media(max-width:640px){.contact-form__row{grid-template-columns:1fr}}.stories{background:#fff;color:#0f172a}.stories-hero{background:#0b0a2d;padding:160px 0 90px;color:#fff;text-align:center;display:flex;align-items:center}.stories-hero__inner{width:min(1100px,90vw);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:16px;min-height:360px;text-align:center}.stories-hero__pill{display:inline-flex;align-items:center;text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-weight:500;background:#f9731633;color:#f97316;padding:6px 14px;border-radius:999px}.stories-hero h1{font-size:clamp(40px,6vw,64px);font-weight:800;line-height:1.1}.stories-hero p{max-width:560px;font-size:14px;color:#ffffffbf;line-height:1.6}.stories-hero__cta{margin-top:6px;background:#ff7f16;color:#fff;padding:10px 20px;border-radius:12px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease}.stories-hero__cta:hover{transform:translateY(-1px);box-shadow:0 12px 20px #ff7f1659}.stories-spotlight{padding:50px 0 40px;background:#fff}.stories-spotlight__inner{width:min(1200px,92vw);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:30px;align-items:start}.stories-spotlight__content{display:grid;gap:12px}.stories-spotlight__tag{text-transform:uppercase;font-size:11px;font-weight:600;letter-spacing:.1em;color:#ff7f16;background:#fff4e6;padding:6px 12px;border-radius:999px;width:fit-content}.stories-spotlight__content h2{font-size:22px;font-weight:800;color:#111827;line-height:1.3}.stories-spotlight__content p{font-size:13px;color:#64748b;line-height:1.7}.stories-spotlight__link{border:none;background:transparent;color:#ff7f16;font-size:12px;font-weight:700;display:inline-flex;align-items:center;gap:6px;cursor:pointer;padding:0}.stories-spotlight__link img{width:8px;height:8px;display:block;object-fit:contain}.stories-spotlight__metrics{display:grid;gap:12px}.stories-metric{border:1px solid #eef2f6;border-radius:14px;padding:14px;background:#fff;box-shadow:0 10px 20px #0f172a0d;transition:transform .2s ease,box-shadow .2s ease}.stories-metric:hover{transform:translateY(-2px);box-shadow:0 14px 24px #0f172a14}.stories-metric__title{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#0f172a;margin-bottom:6px}.stories-metric__title img{width:14px;height:14px}.stories-metric strong{display:block;font-size:16px;margin-bottom:6px}.stories-metric p{font-size:12px;color:#64748b;line-height:1.6}.stories-grid{padding:40px 0 50px;background:#fff}.stories-grid__inner{width:min(1200px,92vw);margin:0 auto;display:grid;gap:18px}.stories-grid__filters{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.stories-grid__tabs{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.stories-grid__tab{border:1px solid #eef2f6;background:#fff;color:#64748b;font-size:12px;font-weight:700;padding:6px 12px;border-radius:999px;cursor:pointer}.stories-grid__tab.is-active{background:#ff7f16;color:#fff;border-color:transparent}.stories-grid__search{display:inline-flex;align-items:center;gap:8px;border:1px solid #e5e7eb;border-radius:10px;padding:8px 10px;background:#fff;min-width:220px}.stories-grid__search img{width:14px;height:14px;opacity:.6}.stories-grid__search input{border:none;outline:none;font-size:12px;color:#64748b;width:100%}.stories-grid__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.stories-card{background:#fff;border:1px solid #eef2f6;border-radius:16px;overflow:hidden;box-shadow:0 10px 20px #0f172a0d;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.stories-card:hover{transform:translateY(-3px);box-shadow:0 16px 28px #0f172a1a}.stories-card__media{height:120px;background:#667085}.stories-card__body{padding:16px;display:grid;gap:8px}.stories-card__tag{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#ff7f16}.stories-card h3{font-size:14px;font-weight:700;color:#111827}.stories-card p{font-size:12px;color:#64748b;line-height:1.6}.stories-card__link{border:none;background:transparent;color:#ff7f16;font-size:12px;font-weight:700;display:inline-flex;align-items:center;gap:6px;cursor:pointer;padding:0;text-decoration:none;transition:color .2s ease,transform .2s ease}.stories-card__link img{width:8px;height:8px;display:block;object-fit:contain}.stories-card__link:hover{color:#ff8a2b;transform:translate(2px)}.stories-grid__more{margin:0 auto;border:1px solid #d2d4d5;background:#fff;color:#64748b;font-size:12px;font-weight:600;padding:8px 16px;border-radius:999px;cursor:pointer;transition:border-color .2s ease,color .2s ease,transform .2s ease;text-decoration:none}.stories-grid__more:hover{border-color:#f2c9a6;color:#ff7f16;transform:translateY(-1px)}.stories-grid__empty{text-align:center;font-size:13px;color:#64748b;margin-top:-2px}.stories-quote{background:#fff3e8;padding:50px 0 60px}.stories-quote__inner{width:min(900px,90vw);margin:0 auto;text-align:center;display:grid;gap:14px;justify-items:center}.stories-quote__mark{width:20px;height:20px;object-fit:contain;display:block}.stories-quote__inner p{font-size:30px;font-weight:700;font-style:italic;color:#0f172a;max-width:700px;line-height:1.7}.stories-quote__person{display:flex;flex-direction:column;align-items:center;gap:6px}.stories-quote__person div{display:flex;flex-direction:column;align-items:center}.stories-quote__person img{width:44px;height:44px;border-radius:50%;object-fit:cover}.stories-quote__person strong{font-size:13px}.stories-quote__person span{display:block;font-size:12px;color:#64748b}.stories-cta{padding:40px 0 80px;background:#fff}.stories-cta__inner{width:min(1100px,92vw);margin:0 auto;display:flex;justify-content:center}.stories-cta__card{width:min(700px,92vw);background:linear-gradient(135deg,#ff8a1f,#ff7a00);border-radius:28px;padding:34px 24px;color:#fff;text-align:center;position:relative;overflow:hidden;box-shadow:0 18px 34px #ff7f1640}.stories-cta__card:before{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:#ffffff26;left:-60px;top:-60px}.stories-cta__card h2{position:relative;z-index:1;font-size:24px;font-weight:800;line-height:1.22;margin-bottom:8px}.stories-cta__card p{position:relative;z-index:1;font-size:13px;color:#ffffffe6;margin-bottom:16px;line-height:1.5}.stories-cta__btn{position:relative;z-index:1;border:none;background:#fff;color:#ff7a00;font-size:12px;font-weight:700;padding:8px 16px;border-radius:10px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease}.stories-cta__btn:hover{transform:translateY(-1px);box-shadow:0 10px 18px #1118272e}@media(max-width:980px){.stories-spotlight__inner,.stories-grid__cards{grid-template-columns:1fr}}@media(max-width:640px){.stories-hero h1{font-size:24px}.stories-quote__inner p{font-size:14px}}.stories-loading{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.stories-loading-spinner{width:50px;height:50px;border:3px solid #f3f3f3;border-top:3px solid #f60;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.stories-grid-error{text-align:center;padding:2rem;margin:2rem 0;background:#fff3f0;border-radius:8px}.stories-grid-error button{background:#f60;color:#fff;border:none;padding:.75rem 2rem;border-radius:4px;cursor:pointer;font-size:1rem;margin-top:1rem;transition:background .3s ease}.stories-grid-error button:hover{background:#e55c00}.stories-card{cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.stories-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #0000001a}.stories-card__media{position:relative;overflow:hidden;background:#f5f5f5;min-height:200px}.stories-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.stories-card:hover .stories-card__media img{transform:scale(1.05)}.stories-spotlight__link,.stories-card__link{cursor:pointer;background:none;border:none;padding:0;display:inline-flex;align-items:center;gap:.5rem;color:#f60;font-weight:700;font-size:12px;transition:gap .3s ease}.stories-spotlight__link:hover,.stories-card__link:hover{gap:.75rem}.stories-spotlight__link img,.stories-card__link img{transition:transform .3s ease}.stories-spotlight__link:hover img,.stories-card__link:hover img{transform:translate(4px)}.error-container{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;text-align:center}.error-container h2{font-size:1.5rem;color:#333;margin:0}.back-link{background:none;border:2px solid #f60;color:#f60;padding:.75rem 2rem;border-radius:4px;cursor:pointer;font-weight:600;font-size:1rem;transition:all .3s ease}.back-link:hover{background:#f60;color:#fff}.stories-grid__empty{text-align:center;padding:3rem;color:#64748b;font-size:13px}.stories-list{background:#f4f5f7;color:#0f172a}.stories-list__hero{width:100%;height:clamp(190px,24vw,300px);overflow:hidden}.stories-list__hero img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 34%}.stories-list__section{width:min(1100px,92vw);margin:0 auto;padding:52px 0 24px}.stories-list__section--caseStudies{padding-top:56px;padding-bottom:12px}.stories-list__heading{text-align:center;margin-bottom:30px}.stories-list__heading h2{font-size:22px;margin-bottom:8px}.stories-list__heading p{font-size:13px;color:#64748b;line-height:1.7}.stories-list__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.stories-list-card{background:#fff;border:1px solid #e7e9ed;border-radius:16px;overflow:hidden;box-shadow:0 1px 2px #0f172a0a;transition:transform .3s ease,box-shadow .3s ease}.stories-list-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #0000001a}.stories-list-card__media{position:relative;height:190px;background:#6e7f99;overflow:hidden}.stories-list-card__media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .3s ease}.stories-list-card:hover .stories-list-card__media img{transform:scale(1.05)}.stories-list-card__body{padding:14px 14px 12px;display:grid;gap:8px}.stories-list-card__tag{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#f97316}.stories-list-card h3{font-size:14px;font-weight:700;line-height:1.3;color:#0f172a;overflow-wrap:anywhere}.stories-list-card p{font-size:12px;color:#64748b;line-height:1.6;overflow-wrap:anywhere}.stories-list-card__link{border:none;background:transparent;color:#f97316;font-size:12px;font-weight:700;display:inline-flex;align-items:center;gap:6px;cursor:pointer;padding:0;text-decoration:none;transition:gap .3s ease}.stories-list-card__link img{width:8px;height:8px;object-fit:contain;transition:transform .3s ease}.stories-list-card__link:hover{gap:10px}.stories-list-card__link:hover img{transform:translate(4px)}.stories-list__cta{width:min(1100px,92vw);margin:0 auto;padding:44px 0 80px}.stories-list__ctaCard{width:min(740px,100%);margin:0 auto;background:#ff8a24;color:#fff;border-radius:24px;padding:40px 24px;text-align:center;position:relative;overflow:hidden}.stories-list__ctaCard:before{content:"";position:absolute;width:140px;height:140px;border-radius:50%;background:#ffffff2e;top:-30px;left:-20px}.stories-list__ctaCard:after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;background:#ffffff1f;top:-30px;right:-24px}.stories-list__ctaCard h2{font-size:24px;font-weight:700;margin-bottom:10px;position:relative;z-index:1}.stories-list__ctaCard p{font-size:13px;color:#ffffffd9;margin-bottom:18px;position:relative;z-index:1}.stories-list__ctaBtn{border:none;background:#fff;color:#f97316;font-size:12px;font-weight:700;padding:10px 16px;border-radius:10px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;position:relative;z-index:1}@media(max-width:1200px){.stories-list__section,.stories-list__cta{width:min(1100px,94vw)}.stories-list__grid{gap:20px}}@media(max-width:980px){.stories-list__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stories-list__section{padding:42px 0 18px}.stories-list__section--caseStudies{padding-top:44px}}@media(max-width:640px){.stories-list__grid{grid-template-columns:1fr}.stories-list__hero{height:190px}.stories-list__section{padding:32px 0 16px}.stories-list__heading{margin-bottom:20px}.stories-list__heading h2{font-size:20px}.stories-list__heading p{font-size:12px}.stories-list-card__media{height:168px}.stories-list__cta{padding:32px 0 56px}.stories-list__ctaCard{border-radius:18px;padding:30px 18px}.stories-list__ctaCard h2{font-size:22px}.stories-list__ctaCard p{font-size:12px}}@media(max-width:420px){.stories-list__hero{height:165px}}.blogs{background:#fff;color:#0f172a}.blogs-hero{padding:38px 0 10px;border-bottom:1px solid #eef2f6}.blogs-hero__inner{width:min(1200px,92vw);margin:0 auto}.blogs-hero__title{font-size:26px;font-weight:900;letter-spacing:-.3px;text-transform:uppercase}.blogs-hero__title span{color:var(--color-primary-500)}.blogs-layout{padding:18px 0 40px}.blogs-layout__inner{width:min(1200px,92vw);margin:0 auto;display:grid;grid-template-columns:220px minmax(0,1fr) 260px;gap:28px;align-items:start}.blogs-categories{display:grid;gap:12px}.blogs-categories__title{font-size:12px;font-weight:800;text-transform:uppercase;color:#111827}.blogs-categories__list{list-style:none;display:grid;gap:10px}.blogs-categories__item{border:none;background:transparent;text-align:left;font-size:12px;color:#111827;font-weight:600;cursor:pointer;padding:0;transition:color .2s ease,transform .2s ease}.blogs-categories__item.is-active{color:var(--color-primary-500);font-weight:800}.blogs-categories__item:hover{color:var(--color-primary-500);transform:translate(2px)}.blogs-featured{border:1px solid #eef2f6;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 14px 28px #0f172a0d;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.blogs-featured:hover{transform:translateY(-4px);box-shadow:0 20px 34px #0f172a1a;border-color:#ff7f1633}.blogs-featured__media{height:220px;background:#67738a}.blogs-featured__body{padding:18px;display:grid;gap:8px}.blogs-tag{font-size:9px;font-weight:800;text-transform:uppercase;color:var(--color-primary-500);letter-spacing:.05em}.blogs-featured h3{font-size:16px;font-weight:800;color:#111827}.blogs-featured p{font-size:12px;color:#94a3b8;line-height:1.5}.blogs-read{border:none;background:transparent;color:var(--color-primary-500);font-size:11px;font-weight:700;display:inline-flex;align-items:center;gap:6px;padding:0;cursor:pointer;transition:color .2s ease,transform .2s ease}.blogs-read:hover{color:#ff8a2b;transform:translate(2px)}.blogs-read img{width:9px;height:9px;display:block;transform:translateY(1px)}.blogs-side{display:grid;gap:12px}.blogs-side__heading{font-size:11px;font-weight:800;text-transform:uppercase;color:#94a3b8}.blogs-side__list{display:grid;gap:12px}.blogs-side__card{border:1px solid #eef2f6;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 12px 22px #0f172a0a;display:block;text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.blogs-side__card:hover{transform:translateY(-3px);box-shadow:0 18px 30px #0f172a14;border-color:#ff7f1633}.blogs-side__media{height:64px;background:#67738a}.blogs-side__body{padding:12px;display:grid;gap:6px}.blogs-side__body h4{font-size:11px;font-weight:800;color:#111827;line-height:1.4}.blogs-date{font-size:10px;color:#94a3b8}.blogs-grid{padding:10px 0 40px;border-top:1px solid #f1f5f9}.blogs-grid__inner{width:min(1200px,92vw);margin:0 auto;display:grid;gap:20px;justify-items:center}.blogs-grid__cards{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.blogs-card{border:1px solid #eef2f6;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 12px 24px #0f172a0a;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.blogs-card:hover{transform:translateY(-4px);box-shadow:0 20px 34px #0f172a14;border-color:#ff7f1633}.blogs-card__media{height:140px;background:#67738a}.blogs-card__body{padding:16px;display:grid;gap:8px}.blogs-card h3{font-size:13px;font-weight:800;color:#111827}.blogs-card p{font-size:11px;color:#94a3b8;line-height:1.5}.blogs-grid__more{border:1px solid #e2e8f0;background:#fff;color:#64748b;font-size:11px;font-weight:600;padding:8px 16px;border-radius:999px;cursor:pointer;transition:transform .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.blogs-grid__more:hover{transform:translateY(-2px);border-color:#ff7f164d;color:var(--color-primary-500);box-shadow:0 12px 20px #0f172a14}.blogs-cta{padding:20px 0 80px}.blogs-cta__inner{width:min(1200px,92vw);margin:0 auto;display:flex;justify-content:center}.blogs-cta__card{width:min(900px,92vw);background:linear-gradient(135deg,#ff8a1f,#ff7a00);border-radius:28px;padding:36px 28px;color:#fff;text-align:center;position:relative;overflow:hidden;box-shadow:0 22px 36px #ff7f1640}.blogs-cta__card:before,.blogs-cta__card:after{content:"";position:absolute;width:200px;height:200px;border-radius:999px;background:#ffffff2e}.blogs-cta__card:before{left:-70px;top:-70px}.blogs-cta__card:after{right:-80px;bottom:-80px}.blogs-cta__card h2{position:relative;z-index:1;font-size:22px;font-weight:800}.blogs-cta__card p{position:relative;z-index:1;font-size:12px;color:#ffffffeb;margin-top:8px}.blogs-cta__btn{position:relative;z-index:1;margin-top:16px;border:none;background:#fff;color:#ff7a00;font-size:12px;font-weight:700;padding:8px 18px;border-radius:999px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.blogs-cta__btn:hover{transform:translateY(-2px);box-shadow:0 12px 22px #0f172a33;filter:brightness(.98)}@media(max-width:1100px){.blogs-layout__inner{grid-template-columns:1fr}.blogs-categories__list{grid-template-columns:repeat(3,minmax(0,1fr))}.blogs-side__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){.blogs-grid__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.blogs-hero__title{font-size:22px}.blogs-categories__list{grid-template-columns:repeat(2,minmax(0,1fr))}.blogs-side__list,.blogs-grid__cards{grid-template-columns:1fr}}.loading-container{min-height:60vh;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#666}.blogs-featured__media img,.blogs-side__media img,.blogs-card__media img,.mini-card__media img,.next-card__media img,.blog-detail__imageWrap img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.blogs-card{text-decoration:none;color:inherit;display:block}.blogs-read{display:inline-flex;align-items:center;gap:.5rem;background:none;border:none;color:#f60;cursor:pointer;font-weight:500;text-decoration:none}.blogs-categories__item{background:none;border:none;width:100%;text-align:left;padding:.5rem 1rem;cursor:pointer;color:inherit;transition:all .3s ease}.blogs-categories__item:hover{background:#f5f5f5}.blogs-categories__item.is-active{color:#f60;font-weight:600}.error-container{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.back-link{color:#f60;text-decoration:none;font-weight:500}.back-link:hover{text-decoration:underline}.blog-detail{background:#fff;color:#0f172a}.blog-detail__hero{padding:38px 0 8px;border-bottom:1px solid #eef2f6}.blog-detail__heroInner{width:min(1200px,92vw);margin:0 auto}.blog-detail__heroTitle{font-size:26px;font-weight:900;text-transform:uppercase;letter-spacing:-.3px}.blog-detail__heroTitle span{color:var(--color-primary-500)}.blog-detail__content{padding:20px 0 10px}.blog-detail__inner{width:min(760px,92vw);margin:0 auto;display:grid;gap:14px}.blog-detail__tag{font-size:10px;font-weight:800;text-transform:uppercase;color:var(--color-primary-500);letter-spacing:.08em;text-align:center}.blog-detail__inner h2{font-size:26px;font-weight:900;text-align:center;line-height:1.3}.blog-detail__subtitle{text-align:center;color:#475569;font-weight:600;font-size:13px}.blog-detail__imageWrap{margin-top:10px;border-radius:16px;overflow:hidden;box-shadow:0 14px 24px #0f172a1a}.blog-detail__imageWrap img{width:100%;display:block}.blog-detail__meta{margin-top:8px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:11px;color:#64748b}.blog-detail__author{display:inline-flex;align-items:center;gap:8px;font-weight:700}.blog-detail__author img{width:28px;height:28px;border-radius:999px;object-fit:cover}.blog-detail__date{display:inline-flex;align-items:center;gap:12px;font-weight:600}.blog-detail__read{color:#94a3b8}.blog-detail__body{margin-top:4px;display:grid;gap:14px;font-size:12px;color:#475569;line-height:1.7}.blog-detail__body h3{font-size:15px;font-weight:800;color:#111827;margin-top:6px}.blog-detail__body ul{padding-left:18px;display:grid;gap:6px}.blog-detail__body li{color:#1f2937}.blog-detail__related{padding:20px 0 80px}.blog-detail__relatedInner{width:min(1100px,92vw);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:26px;align-items:start}.blog-detail__relatedCol h4,.blog-detail__next h4{font-size:11px;font-weight:800;text-transform:uppercase;color:#94a3b8;margin-bottom:12px;letter-spacing:.04em}.blog-detail__relatedGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.mini-card{border:1px solid #eef2f6;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 12px 22px #0f172a0a;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.mini-card__media{height:70px;background:#67738a}.mini-card__body{padding:12px;display:grid;gap:6px}.mini-card__tag{font-size:9px;font-weight:800;text-transform:uppercase;color:var(--color-primary-500);letter-spacing:.05em}.mini-card__body h5{font-size:11px;font-weight:800;color:#111827;line-height:1.3}.mini-card__date{font-size:10px;color:#94a3b8}.next-card{border:1px solid #eef2f6;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 14px 24px #0f172a0d;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.next-card__media{height:120px;background:#67738a}.next-card__body{padding:16px;display:grid;gap:8px}.next-card__body h5{font-size:12px;font-weight:800;color:#111827;line-height:1.4}.next-card__body p{font-size:11px;color:#94a3b8;line-height:1.5}.next-card__link{border:none;background:transparent;color:var(--color-primary-500);font-size:11px;font-weight:700;display:inline-flex;align-items:center;gap:6px;padding:0;cursor:pointer;transition:color .2s ease,transform .2s ease}.next-card__link img{width:8px;height:8px;display:block;transform:translateY(1px)}.mini-card:hover,.next-card:hover{transform:translateY(-3px);box-shadow:0 18px 30px #0f172a14;border-color:#ff7f1633}.next-card__link:hover{color:#ff8a2b;transform:translate(2px)}@media(max-width:980px){.blog-detail__relatedInner{grid-template-columns:1fr}.blog-detail__relatedGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.blog-detail__inner h2{font-size:22px}.blog-detail__meta{flex-direction:column;align-items:flex-start}.blog-detail__relatedGrid{grid-template-columns:1fr}}.not-found-page{background:#f5f6f8;min-height:100vh}.not-found-page .nav{position:relative}.not-found-main{display:grid;place-items:center;padding:72px 16px 82px}.not-found-content{width:min(620px,100%);text-align:center}.not-found-code{font-size:clamp(110px,14vw,156px);line-height:.95;font-weight:800;letter-spacing:.02em;color:#23272e}.not-found-code span{color:var(--color-primary-500)}.not-found-title{margin-top:18px;font-size:40px;color:#23272e}.not-found-text{margin-top:12px;font-size:27px;line-height:1.35;color:#7a89a2}.not-found-search-title{margin-top:30px;font-size:18px;font-weight:600;letter-spacing:.03em;color:#77849d}.not-found-search{margin-top:16px;position:relative}.not-found-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#9cadc4}.not-found-search-icon svg{width:100%;height:100%;display:block}.not-found-search input{width:100%;height:54px;border:1px solid #d8dfea;border-radius:10px;background:#f6f8fb;padding:0 14px 0 42px;font-size:15px;color:#334155}.not-found-search input:focus{outline:none;border-color:var(--color-primary-500);box-shadow:0 0 0 3px #ff7f1626}.not-found-actions{margin-top:28px;display:flex;align-items:center;justify-content:center;gap:14px}.not-found-btn{min-width:210px;height:52px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}.not-found-btn--primary{background:var(--color-primary-500);border:1px solid var(--color-primary-500);color:#fff}.not-found-btn--primary:hover{background:#ea6f12;border-color:#ea6f12}.not-found-btn--outline{background:#fff;border:1px solid var(--color-primary-500);color:var(--color-primary-500)}.not-found-btn--outline:hover{background:#fff3ea}@media(max-width:900px){.not-found-main{padding-top:56px;padding-bottom:64px}.not-found-title{font-size:32px}.not-found-text{font-size:20px}.not-found-search-title{font-size:14px}}@media(max-width:640px){.not-found-main{padding-top:42px;padding-bottom:54px}.not-found-actions{flex-direction:column}.not-found-btn{width:100%;min-width:0}}.customService__container{width:100%;max-width:1240px;margin:0 auto;padding:0 24px}.customService__heading{text-align:center}.customService__heading h2{color:var(--color-primary-900);font-size:48px;line-height:1.1;font-weight:700}.customService__heading span{display:block;width:68px;height:4px;margin:14px auto 0;border-radius:99px;background:var(--color-primary-500)}.customService__hero{background:var(--color-primary-900);color:var(--color-neutral-0);padding:190px 0 140px}.customService__heroInner{text-align:center;max-width:940px}.customService__hero h1{font-size:60px;line-height:1.05;font-weight:700;letter-spacing:-1px}.customService__hero p{margin:22px auto 0;max-width:760px;color:#c2c8d4;font-size:18px;line-height:1.7}.customService__heroBtn{margin-top:32px;display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border-radius:10px;background:var(--color-primary-500);color:var(--color-neutral-0);text-decoration:none;font-size:13px;font-weight:600}.customService__offers{padding:48px 0 56px;background:#f0f3f8}.customService__grid{margin-top:38px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:65px}.customService__card{background:var(--color-neutral-0);border:1px solid #e7ebf1;border-radius:18px;padding:14px;min-height:150px;width:96%}.customService__iconWrap{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#fff3e9}.customService__iconWrap img{width:18px;height:18px}.customService__card h3{margin-top:16px;color:var(--color-primary-900);font-size:20px;line-height:1.2}.customService__card p{margin-top:12px;color:var(--color-neutral-500);font-size:13px;line-height:1.6}.customService__process{background:var(--color-neutral-0);padding:144px 0 124px}.customService__process .customService__heading p{margin:16px auto 0;max-width:700px;color:var(--color-neutral-400);font-size:16px}.customService__timeline{position:relative;margin-top:64px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:26px}.customService__timeline:before{content:"";position:absolute;left:9%;right:9%;top:30px;height:2px;background:#ff7f1633}.customService__step{text-align:center;position:relative;z-index:1}.customService__stepIcon{width:60px;height:60px;border-radius:16px;background:#fff3e9;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;position:relative}.customService__stepIcon img{width:24px;height:24px}.customService__stepIcon span{position:absolute;right:-9px;top:-11px;width:24px;height:24px;border-radius:50%;background:var(--color-primary-900);color:var(--color-neutral-0);font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center}.customService__step h3{color:var(--color-primary-900);font-size:20px;line-height:1.25}.customService__step p{margin-top:8px;color:var(--color-neutral-500);font-size:14px;line-height:1.5}.customService__testimonials{background:#fbf4ec;padding:180px 0 116px}.customService__testimonialGrid{margin-top:44px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.customService__testimonial{background:var(--color-neutral-0);border:1px solid #e7ebf1;border-radius:24px;padding:26px;transition:transform .35s cubic-bezier(.4,2,.6,1),box-shadow .35s cubic-bezier(.4,2,.6,1),border-color .35s cubic-bezier(.4,2,.6,1),background .35s cubic-bezier(.4,2,.6,1),color .35s cubic-bezier(.4,2,.6,1);z-index:1}.customService__testimonial--featured{background:var(--color-primary-900);color:var(--color-neutral-0);border-color:transparent;transform:scale(1.08);z-index:2;box-shadow:0 24px 40px #08062a2e}.customService__stars{color:var(--color-primary-500);font-size:14px;letter-spacing:2px}.customService__testimonial p{margin-top:12px;font-size:16px;line-height:1.6}.customService__author{margin-top:20px;display:flex;align-items:center;gap:10px}.customService__author img{width:36px;height:36px;border-radius:50%;object-fit:cover}.customService__author strong{display:block;font-size:14px;line-height:1.2}.customService__author span{display:block;margin-top:3px;color:var(--color-neutral-400);font-size:12px}.customService__testimonial--featured .customService__author span{color:#ffffffb3}.customService__cta{padding:40px 0 56px;background:#ececec}.customService__ctaCard{width:min(760px,92vw);margin:0 auto;background:#ff8a24;color:#fff;border-radius:30px;padding:44px 28px 38px;text-align:center;position:relative;overflow:hidden}.customService__ctaCard:before{content:"";position:absolute;width:140px;height:140px;border-radius:50%;background:#ffffff26;top:-22px;left:-44px}.customService__ctaCard:after{content:"";position:absolute;width:206px;height:206px;border-radius:50%;background:#ffffff1a;top:-74px;left:-74px}.customService__ctaCard img{position:absolute;left:-30px;top:-26px;width:130px;height:130px;opacity:.28}.customService__ctaCard h2{position:relative;font-size:30px;line-height:1.05;font-weight:800}.customService__ctaCard p{position:relative;margin:14px auto 0;max-width:620px;font-size:15px;color:#fffffff2}.customService__ctaCard a{position:relative;margin-top:24px;display:inline-flex;align-items:center;justify-content:center;background:var(--color-neutral-0);color:#ff8a24;text-decoration:none;border-radius:999px;padding:11px 18px;font-size:12px;font-weight:700}@media(max-width:1280px){.customService__hero h1,.customService__heading h2,.customService__ctaCard h2{font-size:48px}.customService__card h3{font-size:24px}.customService__step h3{font-size:18px}}@media(max-width:1024px){.customService__hero{padding:92px 0 96px}.customService__hero h1,.customService__heading h2,.customService__ctaCard h2{font-size:40px}.customService__hero p,.customService__ctaCard p{font-size:16px}.customService__grid,.customService__testimonialGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.customService__timeline{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.customService__timeline:before{display:none}}@media(max-width:640px){.customService__hero h1,.customService__heading h2,.customService__ctaCard h2{font-size:32px}.customService__grid,.customService__testimonialGrid,.customService__timeline{grid-template-columns:1fr}.customService__card{min-height:0}.customService__offers,.customService__process,.customService__testimonials,.customService__cta{padding:72px 0 84px}}body{background:#f9fafb;color:#111827}.main{flex:1;padding:0 32px;--admin-topbar-edge-x: 32px}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.search-wrapper{display:flex;align-items:center;width:320px;padding:0 14px;border-radius:6px;border:1px solid #e5e7eb;background:#fff}.search-icon{margin-right:10px;color:#9ca3af}.search-input{border:none;outline:none;width:100%;padding:10px 0;font-size:13px;background:transparent}.notification{width:40px;height:40px;border:1px solid #e5e7eb;background:#fff;border-radius:6px;cursor:pointer}.btn.primary{background:#f97316;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-weight:600;cursor:pointer}.page-header{display:flex;justify-content:space-between;margin-bottom:20px}.page-header h2{font-size:20px;font-weight:700}.subtitle{margin-top:6px;font-size:14px;color:#6b7280}.status-tabs{display:inline-flex;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:4px}.status-tab{border:none;background:transparent;padding:6px 16px;font-size:13px;color:#6b7280;cursor:pointer;border-radius:6px;text-decoration:none;display:inline-flex;align-items:center}.status-tab.active{background:#e5e7eb;color:#111827;font-weight:600}.filter-bar{display:flex;justify-content:space-between;margin-bottom:20px}.filter-group{display:flex;gap:10px}.filter-pill{padding:8px 16px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;font-size:13px;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.filter-pill.active{background:#f97316;color:#fff;border-color:#f97316}.table-container{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:24px}th{background:#f9fafb;padding:14px 20px;font-size:11px;text-transform:uppercase;color:#6b7280;border-bottom:1px solid #e5e7eb;text-align:left}td{padding:16px 20px;font-size:13px;border-bottom:1px solid #f3f4f6}th:first-child,td:first-child{padding-left:28px}.asset-cell{display:flex;align-items:center;gap:14px}.asset-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center}.asset-icon.orange{background:#fff7ed;color:#f97316}.asset-icon.blue{background:#eef2ff;color:#4f46e5}.asset-icon.green{background:#ecfdf5;color:#16a34a}.asset-icon.purple{background:#f5f3ff;color:#7c3aed}.status-indicator{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600}.status-indicator .dot{width:8px;height:8px;border-radius:50%}.status-indicator.active{color:#16a34a}.status-indicator.active .dot{background:#16a34a}.status-indicator.draft{color:#6b7280}.status-indicator.draft .dot{background:#9ca3af}.status-indicator.archived{color:#b45309}.status-indicator.archived .dot{background:#f59e0b}.action-buttons{display:flex;gap:6px}.action-buttons button{width:32px;height:32px;border:1px solid #e5e7eb;background:#fff;border-radius:6px;cursor:pointer}.pagination-bar{display:flex;justify-content:space-between;padding:14px 20px}.bottom-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:20px;display:flex;gap:16px}.stat-icon-circle{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center}.stat-icon-circle.orange{background:#fff7ed;color:#f97316}.stat-icon-circle.green{background:#ecfdf5;color:#16a34a}.stat-icon-circle.blue{background:#eef2ff;color:#4f46e5}@media(max-width:1024px){.bottom-stats{grid-template-columns:1fr}}@media(max-width:768px){.topbar{flex-direction:column;align-items:stretch;gap:12px}.search-wrapper{width:100%}th:nth-child(2),td:nth-child(2),th:nth-child(3),td:nth-child(3){display:none}}.tech-tags{display:flex;flex-wrap:wrap;gap:4px;align-items:center}.tech-tag{padding:2px 8px;border-radius:12px;font-size:11px;font-weight:500;white-space:nowrap}.tech-more{font-size:12px;color:#6b7280}.price{color:#000;font-weight:600}.asset-icon{width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden}.asset-icon.blue{background-color:#e0f2fe}.asset-icon.green{background-color:#d1fae5}.asset-icon.orange{background-color:#ffedd5}.asset-icon.purple{background-color:#f3e8ff}.asset-icon-img{width:24px;height:24px;object-fit:contain}.asset-cell .asset-icon img{width:100%;height:100%;object-fit:cover;border-radius:8px}.action-buttons{display:flex;gap:8px;justify-content:center}.action-buttons button{width:36px;height:36px;border-radius:6px;border:1px solid #e5e7eb;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;transition:all .2s}.action-buttons button:hover{background:#f9fafb;border-color:#d1d5db}.action-buttons button:first-child:hover{color:#3b82f6}.action-buttons button:last-child:hover{color:#ef4444}.action-buttons button:disabled{opacity:.5;cursor:not-allowed}.action-icon-img{width:16px;height:16px;object-fit:contain}.action-btn--activate:hover{background:#ecfdf5;border-color:#bbf7d0}.action-btn--edit:hover{background:#eef2ff;border-color:#c7d2fe}.action-btn--archive:hover{background:#fff7ed;border-color:#fed7aa}.action-btn--delete:hover{background:#fef2f2;border-color:#fecaca}.sidebar{width:260px;background:#fff;border-right:1px solid #e5e7eb;padding:0 16px 8px;display:flex;flex-direction:column;transition:transform .3s ease-in-out}#sidebar-toggle{display:none}@media(min-width:769px){.sidebar{position:relative;transform:none!important}}.logo{display:flex;align-items:center;margin-bottom:2px;padding-top:8px}.logo img{width:170px!important;height:70px!important;display:block}.menu{display:flex;flex-direction:column;flex:1}.menu-top,.menu-bottom{list-style:none;margin:0;padding:0}.menu-top li,.menu-bottom li{padding:8px 12px;border-radius:8px;margin-bottom:4px;font-size:14px;color:#6b7280;cursor:pointer;transition:background .2s,color .2s}.menu-top li a,.menu-bottom li a{text-decoration:none;color:inherit;display:flex;align-items:center;gap:12px;width:100%}.icon{display:flex;align-items:center;justify-content:center}.menu-top li:hover,.menu-bottom li:hover{background:#f9fafb;color:#111827}.menu-top li.active{background:#fff1e6;color:#f97316;font-weight:600}.menu-top li svg,.menu-bottom li svg{transition:stroke .2s}.menu-section-label{margin:20px 0 8px 12px;font-size:11px;font-weight:600;letter-spacing:.05em;color:#9ca3af}.profile-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-radius:10px;margin-top:auto}.profile{display:flex;align-items:center;gap:10px}.profile img{width:32px;height:32px;border-radius:50%;object-fit:cover}.profile strong{font-size:13px;color:#374151;display:block}.profile small{font-size:11px;color:#9ca3af}.logout{background:none;border:none;padding:6px;cursor:pointer;display:flex;align-items:center;justify-content:center}.logout img{width:18px;height:18px;object-fit:contain;opacity:.6;transition:opacity .2s ease,transform .2s ease}.logout:hover img{opacity:1;transform:scale(1.05)}.close-btn{display:none}@media(max-width:768px){.sidebar{position:fixed;top:0;left:0;height:100%;transform:translate(-100%);z-index:1000}#sidebar-toggle:checked~.layout .sidebar{transform:translate(0)}.close-btn{display:block;position:absolute;top:16px;right:16px;font-size:22px;cursor:pointer}}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background-color:#fff;padding:30px;border-radius:8px;max-width:400px;width:100%;box-shadow:0 4px 20px #00000026}.modal-content h3{margin-top:0;color:#333;font-size:20px;font-weight:600}.modal-content p{color:#666;margin:15px 0 25px;font-size:14px;line-height:1.5}.modal-actions{display:flex;gap:12px;justify-content:flex-end}.modal-btn{padding:10px 20px;border-radius:6px;border:none;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.modal-btn-secondary{background-color:#f5f5f5;color:#333;border:1px solid #ddd}.modal-btn-secondary:hover{background-color:#e8e8e8}.modal-btn-danger{background-color:#dc3545;color:#fff}.modal-btn-danger:hover{background-color:#c82333}.profile-loading{width:40px;height:40px;border-radius:50%;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;color:#999;font-size:12px}.admin-topbar.topbar{background:#fff;margin:0 calc(-1 * var(--admin-topbar-edge-x, 0px)) 24px;padding:14px var(--admin-topbar-edge-x, 0px);border:none;border-bottom:1px solid #edf2f7}.admin-topbar .search-wrapper{border:none;background:#f3f4f6;border-radius:10px;padding:0 16px}.admin-topbar .search-wrapper:focus-within{border:none;box-shadow:0 0 0 2px #f9731626}.admin-topbar .search-input{padding:10px 0}.admin-topbar .topbar-actions{align-items:center}.admin-topbar .topbar-actions .btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.notification-link{position:relative;width:40px;height:40px;border-radius:10px;border:none;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none}.notification-link:hover{background:#f3f4f6}.notification-link .notification-icon,.notification-link .topbar-icon{width:20px;height:20px;object-fit:contain}.notification-dot{position:absolute;top:9px;right:9px;width:8px;height:8px;border-radius:50%;background:#f97316;box-shadow:0 0 0 2px #fff}@media(max-width:768px){.admin-topbar.topbar{margin:0 calc(-1 * var(--admin-topbar-edge-x, 0px)) 20px;padding:12px var(--admin-topbar-edge-x, 0px)}}.delete-modal{background:#fff;width:420px;border-radius:20px;padding:36px 28px 28px;text-align:center;box-shadow:0 25px 50px #00000026}.delete-modal h3{font-size:20px;font-weight:700;color:#111827;margin-bottom:10px}.delete-modal p{font-size:14px;color:#6b7280;line-height:1.6;margin-bottom:24px}.modal-actions{display:flex;gap:12px}.cancel-btn{flex:1;background:#f3f4f6;border:1px solid #e5e7eb;padding:12px;border-radius:10px;font-size:14px;font-weight:600;color:#374151;cursor:pointer;transition:background .15s}.cancel-btn:hover{background:#e5e7eb}.cancel-btn:disabled{opacity:.6;cursor:not-allowed}.delete-btn{flex:1;padding:12px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s;border:1px solid transparent}.delete-btn--danger{background:#fff0f0;border-color:#fecaca;color:#ef4444}.delete-btn--danger:hover{background:#fee2e2}.delete-btn--warning{background:#fff7ed;border-color:#fed7aa;color:#c2410c}.delete-btn--warning:hover{background:#ffedd5}.delete-btn--success{background:#ecfdf5;border-color:#bbf7d0;color:#15803d}.delete-btn--success:hover{background:#dcfce7}.delete-btn:disabled{opacity:.7;cursor:not-allowed}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}.main{flex:1;padding:0 32px;--admin-topbar-edge-x: 32px;display:flex;flex-direction:column;overflow-y:auto}.search{width:320px;padding:10px 14px;border-radius:6px;border:1px solid #e5e7eb;background:#fff;outline:none}.notification{width:40px;height:40px;border-radius:6px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:background-color .2s}.page-header h2{font-size:20px;font-weight:700;color:#111827}.subtitle{font-size:14px;color:#6b7280;margin-top:4px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:30px}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:20px;position:relative}.stat-header small{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.stat-card h3{font-size:24px;font-weight:700;color:#111827;margin:8px 0 12px}.trend-badge{display:inline-block;font-size:11px;font-weight:600;padding:4px 8px;border-radius:6px}.trend-badge.positive{background:#dcfce7;color:#16a34a}.trend-badge.negative{background:#fee2e2;color:#ef4444}.table-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:20px;overflow:hidden}.filter-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #f3f4f6}.filter-inputs{display:flex;align-items:center;gap:20px}.select-group label{font-size:11px;font-weight:700;color:#9ca3af;text-transform:uppercase}.select-group select{padding:8px 12px;border-radius:6px;border:1px solid #e5e7eb;background:#fff;font-size:13px;font-weight:500;color:#374151;cursor:pointer;outline:none}.filter-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:6px;border:1px solid #e5e7eb;background:#fff;font-size:13px;font-weight:500;color:#374151;cursor:pointer}.filter-btn:hover{background:#f9fafb}th{padding:12px 16px;background:#f9fafb;border-bottom:1px solid #f3f4f6;font-size:11px;font-weight:700;color:#9ca3af;text-transform:uppercase;text-align:left}td{padding:16px;border-bottom:1px solid #f3f4f6;font-size:13px;color:#374151;vertical-align:middle}.order-id{font-size:12px;font-weight:600;color:#6366f1}.asset-info{display:flex;flex-direction:column;gap:4px;align-items:flex-start}.mini-badge{display:inline-block;font-size:10px;font-weight:700;padding:2px 6px;border-radius:4px;text-transform:uppercase;border:1px solid transparent}.mini-badge.blue{background:#eef2ff;color:#4f46e5;border-color:#e0e7ff}.mini-badge.green{background:#ecfdf5;color:#16a34a;border-color:#dcfce7}.mini-badge.purple{background:#f5f3ff;color:#7c3aed;border-color:#ede9fe}.customer-info{display:flex;align-items:center;gap:10px}.customer-info span{font-size:13px;font-weight:600;color:#111827}.date-cell small{font-size:11px;color:#9ca3af}.status-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;font-size:11px;font-weight:700;text-transform:uppercase}.status-pill.refunded{background:#fee2e2;color:#ef4444}.actions-cell{text-align:center}.actions-cell button{width:28px;height:28px;margin-left:6px;border-radius:6px;border:1px solid #e5e7eb;background:transparent;cursor:pointer;color:#9ca3af;display:inline-flex;align-items:center;justify-content:center}.actions-cell button:hover{background:#f3f4f6;color:#374151}.pagination-bar{display:flex;justify-content:space-between;align-items:center;margin-top:20px;padding-top:20px}.pagination-controls{display:flex;align-items:center;gap:4px}.page-btn{width:32px;height:32px;border-radius:6px;border:1px solid #e5e7eb;background:#fff;font-size:13px;cursor:pointer;color:#374151}@media(max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}.filter-bar{flex-direction:column;align-items:flex-start;gap:16px}.filter-inputs{flex-wrap:wrap}}@media(max-width:768px){.stats-grid{grid-template-columns:1fr}.hamburger{display:block}.search{width:100%}th:nth-child(4),td:nth-child(4),th:nth-child(6),td:nth-child(6){display:none}}.loading-cell,.no-data-cell{text-align:center;padding:40px!important;color:#666;font-style:italic}.loading-cell{color:#2196f3}.no-data-cell{color:#ff9800}.trend-badge{font-size:12px;padding:2px 8px;border-radius:12px;font-weight:600}.trend-badge.positive{background:#4caf501a;color:#4caf50}.trend-badge.negative{background:#f443361a;color:#f44336}.mini-badge{font-size:10px;padding:2px 6px;border-radius:4px;font-weight:600;text-transform:uppercase;margin-left:8px}.mini-badge.blue{background:#2196f31a;color:#2196f3}.mini-badge.green{background:#4caf501a;color:#4caf50}.mini-badge.purple{background:#9c27b01a;color:#9c27b0}.mini-badge.orange{background:#ff98001a;color:#ff9800}.status-pill{font-size:12px;padding:4px 10px;border-radius:20px;font-weight:600;display:inline-flex;align-items:center;gap:4px}.status-pill.completed{background:#4caf501a;color:#4caf50}.status-pill.pending{background:#ffc1071a;color:#ffc107}.status-pill.refunded{background:#f443361a;color:#f44336}.page-btn{padding:6px 12px;border:1px solid #ddd;background:#fff;border-radius:4px;margin:0 2px;cursor:pointer}.page-btn:hover{background:#f5f5f5}.page-btn.active{background:#2196f3;color:#fff;border-color:#2196f3}.page-btn:disabled{opacity:.5;cursor:not-allowed}.dots{margin:0 6px}.filter-inputs{display:flex;gap:20px;align-items:center}.select-group{display:flex;align-items:center;gap:8px}.select-group label{font-size:12px;font-weight:600;color:#666}.select-group select{padding:6px 12px;border:1px solid #ddd;border-radius:4px;background:#fff;font-size:14px}.asset-info{display:flex;align-items:flex-start;gap:8px}.asset-info .mini-badge{margin-left:0}.table-wrapper table th:first-child,.table-wrapper table td:first-child{padding-right:28px}.table-wrapper table th:nth-child(2),.table-wrapper table td:nth-child(2){padding-left:28px}.customer-info{display:flex;align-items:center;gap:8px}.user-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.date-cell div{font-weight:500}.date-cell small{color:#888;font-size:12px}.amount{font-weight:600;color:#2196f3}.order-id{font-weight:600;color:#666}.actions-cell{display:flex;gap:8px;justify-content:center}.actions-cell button{background:none;border:none;cursor:pointer;font-size:16px;padding:4px;border-radius:4px}.actions-cell button:hover{background:#f5f5f5}.modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:2000}.logout-modal{background:#fff;width:420px;border-radius:20px;padding:32px 28px;text-align:center;box-shadow:0 25px 50px #00000026}.logout-modal h3{font-size:20px;margin-bottom:12px}.logout-modal p{font-size:14px;color:#6b7280;line-height:1.6;margin-bottom:24px}.modal-actions{display:flex;gap:12px;margin-bottom:16px}.cancel-btn{flex:1;background:#e5e7eb;border:none;padding:12px;border-radius:10px;font-weight:600;cursor:pointer}.logout-btn{flex:1;background:#fb923c;border:none;color:#fff;padding:12px;border-radius:10px;font-weight:600;cursor:pointer}.logout-btn:hover{background:#f97316}.layout{display:flex;height:100vh;background:#fff;overflow:hidden}.main{flex:1;padding:0 32px;--admin-topbar-edge-x: 32px;display:flex;flex-direction:column;overflow-y:auto;background:#fff}.search-wrapper{display:flex;align-items:center;width:320px;padding:0 14px;border-radius:6px;border:1px solid #f3f4f6;background:#f9fafb;transition:border-color .2s}.notification{width:40px;height:40px;border-radius:6px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:background-color .2s;border:none}.btn.primary{background:#f97316;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:14px}.page-header{margin-bottom:32px}.subtitle{font-size:14px;color:#6b7280;margin-top:6px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:32px}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000000d}.card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.icon-box{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px}.stat-icon-img{width:24px;height:24px;object-fit:contain}.icon-box.green{background:#dcfce7;color:#16a34a}.icon-box.orange{background:#ffedd5;color:#f97316}.icon-box.blue{background:#dbeafe;color:#2563eb}.icon-box.purple{background:#f3e8ff;color:#7c3aed}.badge{font-size:11px;font-weight:700;padding:4px 8px;border-radius:999px}.badge.positive{background:#ecfdf5;color:#16a34a}.badge.negative{background:#fff1f2;color:#be123c}.stat-card small{font-size:11px;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:6px}.stat-card h3{font-size:24px;font-weight:700;color:#111827}.content-box{border:1px solid #e5e7eb;border-radius:12px;padding:20px;background:#fff}.toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.left-controls,.right-controls{display:flex;gap:12px;align-items:center}.tab-switcher{display:flex;background:#f3f4f6;padding:4px;border-radius:8px}.tab-btn{background:transparent;border:none;padding:6px 16px;font-size:13px;font-weight:500;color:#6b7280;cursor:pointer;border-radius:6px}.tab-btn.active{background:#fff;color:#111827;box-shadow:0 1px 2px #0000000d;font-weight:600}.icon-btn{width:36px;height:36px;border:1px solid #e5e7eb;background:#fff;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280}.filter-icon{width:16px;height:16px;object-fit:contain}.view-toggle{display:flex;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.toggle-btn{width:36px;height:36px;border:none;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#9ca3af;border-right:1px solid #e5e7eb}.toggle-btn:last-child{border-right:none}.toggle-btn.active{background:#f9fafb;color:#374151}th{text-align:left;font-size:11px;color:#9ca3af;font-weight:700;text-transform:uppercase;padding:12px 16px;border-bottom:1px solid #e5e7eb;background:#f9fafb;cursor:pointer}th:hover{color:#6b7280}td{padding:16px;border-bottom:1px solid #f3f4f6;vertical-align:middle;font-size:13px;color:#374151}.user-cell{display:flex;align-items:center;gap:12px}.avatar-img{width:40px;height:40px;border-radius:50%;object-fit:cover}.user-cell strong{display:block;color:#111827;font-size:13px;margin-bottom:2px}.user-cell .email{font-size:12px;color:#6b7280}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;text-transform:uppercase}.status-badge.active{background:#dcfce7;color:#16a34a}.status-badge.suspended{background:#ffedd5;color:#ea580c}.actions{text-align:right}.more-btn{background:transparent;border:none;cursor:pointer;color:#9ca3af;font-size:18px;padding:4px}.more-btn:hover{color:#374151;background:#f3f4f6;border-radius:4px}.pagination-bar{display:flex;justify-content:space-between;align-items:center;margin-top:20px;padding-top:20px;border-top:1px solid #f3f4f6}.pagination-bar span{font-size:13px;color:#6b7280}.pagination-controls{display:flex;gap:4px;align-items:center}.page-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;background:#fff;border-radius:6px;font-size:13px;cursor:pointer;color:#374151}.page-btn.active{background:#f97316;color:#fff;border-color:#f97316}.dots{padding:0 4px;color:#9ca3af}@media(max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}.toolbar{flex-direction:column;gap:16px;align-items:flex-start}}@media(max-width:768px){.stats-grid{grid-template-columns:1fr}.hamburger{display:block}.search-wrapper{width:100%}th:nth-child(2),td:nth-child(2),th:nth-child(3),td:nth-child(3){display:none}}.purchase-count{display:flex;align-items:center}.purchase-badge{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;text-align:center;display:inline-block;min-width:80px}.purchase-badge.zero{background-color:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}.purchase-badge.low{background-color:#dbeafe;color:#1e40af;border:1px solid #bfdbfe}.purchase-badge.medium{background-color:#fef3c7;color:#92400e;border:1px solid #fde68a}.purchase-badge.high{background-color:#dcfce7;color:#166534;border:1px solid #bbf7d0}.amount{font-weight:700;color:#111827;font-size:14px}.breadcrumb{margin-bottom:24px;font-size:13px;color:#9ca3af}.breadcrumb-link:hover{color:#6b7280}.breadcrumb .separator{margin:0 8px}.details-layout{display:grid;grid-template-columns:320px 1fr;gap:24px;align-items:start}.profile-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:32px 24px;text-align:center}.profile-large-avatar{width:100px;height:100px;border-radius:50%;object-fit:cover;margin-bottom:16px}.profile-header h2{font-size:20px;color:#111827;font-weight:700;margin-bottom:4px}.profile-email{color:#6b7280;text-decoration:underline;font-size:14px;margin-bottom:8px;display:block}.join-date{font-size:13px;color:#9ca3af;margin-bottom:16px}.profile-status .status-pill.active{background:#ecfdf5;color:#16a34a;padding:6px 24px;border-radius:99px;font-size:12px;font-weight:700}.profile-status .status-pill.inactive{background:#f3f4f6;color:#6b7280;padding:6px 24px;border-radius:99px;font-size:12px;font-weight:700}.divider{border:0;border-top:1px solid #f3f4f6;margin:24px 0}.info-section{text-align:left}.info-section h4{font-size:14px;color:#6b7280;margin-bottom:12px;font-weight:600}.info-row{display:flex;justify-content:space-between;align-items:center;font-size:14px}.info-row .label{color:#6b7280}.info-row .value{color:#111827;font-weight:600}.address-text{font-size:14px;color:#374151;line-height:1.5;font-weight:600}.details-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px}.detail-stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;text-align:center}.detail-stat-card small{display:block;font-size:11px;color:#9ca3af;font-weight:700;letter-spacing:.05em;margin-bottom:8px;text-transform:uppercase}.detail-stat-card h3{font-size:28px;font-weight:700;color:#111827;margin:0}.order-history-box{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px}.section-header{margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #f97316;display:inline-block}.section-header h3{font-size:16px;font-weight:600;color:#f97316}.sales-style-table{width:100%;border-collapse:collapse}.sales-style-table th{text-align:left;font-size:11px;color:#9ca3af;font-weight:700;padding:12px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.sales-style-table td{padding:16px 12px;border-bottom:1px solid #f3f4f6;font-size:13px;color:#374151;vertical-align:middle}.order-id{font-weight:600;color:#111827}.asset-info{display:flex;flex-direction:column}.asset-info strong{display:block;color:#111827;font-size:14px;margin-bottom:4px}.mini-badge{display:inline-block;padding:2px 6px;border-radius:4px;font-size:10px;font-weight:700;width:fit-content}.mini-badge.blue{background:#e0e7ff;color:#4338ca}.mini-badge.green{background:#dcfce7;color:#15803d}.mini-badge.purple{background:#f3e8ff;color:#7e22ce}.date-cell div{font-weight:500;color:#374151}.date-cell small{color:#9ca3af;font-size:11px}.amount{font-weight:600;color:#111827}.status-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:99px;font-size:11px;font-weight:700;white-space:nowrap}.table-message{text-align:center;color:#6b7280;font-size:13px}.details-message-card{border:1px solid #e5e7eb;border-radius:12px;padding:18px;background:#fff;color:#374151}.details-message-error{color:#dc2626}.details-pagination{display:flex;justify-content:space-between;align-items:center;margin-top:20px;font-size:11px;color:#9ca3af;font-weight:600}.nav-controls{display:flex;gap:4px}.nav-btn{width:28px;height:28px;border:1px solid #e5e7eb;background:#fff;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;color:#6b7280}.nav-btn.active{background:#f97316;color:#fff;border-color:#f97316}.export-profile-btn{display:inline-flex;align-items:center;gap:8px}.export-profile-icon{width:16px;height:16px;object-fit:contain}@media(max-width:1024px){.details-layout{grid-template-columns:1fr}}body{font-family:Inter,sans-serif;background-color:#f9fafb;margin:0}.layout{display:flex;min-height:100vh}.btn{padding:10px 20px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;border:1px solid transparent;transition:all .2s}.btn.primary{background:#f97316;color:#fff;box-shadow:0 2px 4px #f9731633}.btn.outline{background:#fff;border-color:#e5e7eb;color:#374151}.btn.full-outline{width:100%;background:#fff;border:1px solid #e5e7eb;color:#374151;padding:12px;margin-top:20px}.text-btn.orange{background:none;border:none;color:#f97316;font-weight:700;font-size:13px;cursor:pointer;margin-top:8px}.page-header h2{font-size:28px;font-weight:800;color:#111827;margin:0}.subtitle{color:#6b7280;font-size:15px;margin:8px 0 0}.settings-grid{display:grid;grid-template-columns:1fr 380px;gap:24px;align-items:start}.settings-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px}.card-header-left{display:flex;align-items:center;justify-content:flex-start;gap:24px;margin-bottom:30px;width:100%}.header-text-group{display:flex;flex-direction:column;text-align:left}.card-header-left h4{margin:0 0 4px;font-size:18px;font-weight:700;color:#111827}.card-sub{margin:0;color:#6b7280;font-size:14px;line-height:1.4}.push-right{margin-left:auto}.badge.success{background:#dcfce7;color:#166534;padding:6px 12px;border-radius:20px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.icon-circle{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}.icon-circle.orange{background:#fff7ed;color:#f97316}.icon-circle.blue{background:#eff6ff;color:#3b82f6}.icon-grey{color:#9ca3af;font-size:18px}.profile-row{display:flex;gap:40px}.avatar-section{display:flex;flex-direction:column;align-items:center;width:140px;flex-shrink:0}.avatar-large{width:120px;height:120px;border-radius:12px;object-fit:cover;margin-bottom:8px}.file-info{font-size:10px;color:#9ca3af;font-weight:600;text-transform:uppercase;margin-top:4px}.form-section{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:24px}.input-group{display:flex;flex-direction:column;gap:8px}.input-group.full{grid-column:span 2}.input-group label{font-size:12px;font-weight:700;color:#374151}.input-group input{padding:12px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;color:#111827}.locked-input{position:relative}.locked-input input{background:#f9fafb;width:100%;padding-right:35px;color:#6b7280}.lock{position:absolute;right:12px;top:12px;font-size:14px;opacity:.5}.security-item{display:flex;justify-content:space-between;align-items:center;padding:24px 0;border-bottom:1px solid #f3f4f6}.security-item.no-border{border-bottom:none;padding-bottom:0}.sec-info strong{display:block;font-size:14px;color:#111827;margin-bottom:4px}.sec-info p{margin:0;font-size:13px;color:#6b7280}.activity-list{list-style:none;padding:0;margin:0}.activity-item{display:flex;gap:16px;margin-bottom:28px;position:relative}.activity-item:not(:last-child):before{content:"";position:absolute;left:20px;top:40px;bottom:-30px;width:2px;background:#f3f4f6;z-index:0}.act-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0;position:relative;z-index:1}.act-icon.blue{background:#eff6ff;color:#3b82f6}.act-icon.orange{background:#fff7ed;color:#f97316}.act-icon.green{background:#f0fdf4;color:#166534}.act-content strong{display:block;font-size:13px;color:#111827;margin-bottom:4px}.act-content p{margin:0 0 6px;font-size:13px;color:#6b7280;line-height:1.4}.act-content small{font-size:10px;color:#9ca3af;font-weight:700;text-transform:uppercase}.slider{position:absolute;cursor:pointer;inset:0;background-color:#e5e7eb;transition:.4s;border-radius:34px}.slider:before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background-color:#111827}.settings-message{padding:12px 16px;border-radius:6px;margin-bottom:20px;font-size:14px;display:flex;align-items:center;justify-content:space-between}.settings-message--success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.settings-message--error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.settings-message--info{background-color:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.settings-loading{display:flex;justify-content:center;align-items:center;min-height:400px;font-size:18px;color:#666}.mfa-modal-overlay{position:fixed;inset:0;z-index:1100;background:#11182773;display:flex;align-items:center;justify-content:center;padding:16px}.mfa-modal-box{width:100%;max-width:460px;background:#fff;border-radius:14px;border:1px solid #e5e7eb;box-shadow:0 20px 45px #0f172a33;padding:22px}.mfa-modal-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.mfa-modal-header h3{margin:0;font-size:18px;font-weight:700;color:#111827}.mfa-modal-close{border:none;background:transparent;color:#6b7280;font-size:16px;cursor:pointer}.mfa-modal-subtitle{margin:0 0 16px;color:#6b7280;font-size:13px;line-height:1.45}.mfa-qr-wrap{border:1px solid #e5e7eb;border-radius:12px;padding:12px;background:#fff;margin-bottom:12px;display:flex;justify-content:center}.mfa-url-wrap{display:flex;gap:8px;margin-bottom:14px}.mfa-modal-form{display:flex;flex-direction:column;gap:12px}.mfa-modal-actions{margin-top:10px;display:flex;justify-content:flex-end;gap:8px}.layout{display:flex;background-color:#f9fafb;font-family:Inter,system-ui,-apple-system,sans-serif;color:#1f2937;height:100vh;overflow:hidden}.main-content{flex:1;padding:0 2rem;--admin-topbar-edge-x: 32px;background-color:#f9fafb;overflow-y:auto}.search-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:10px 16px;width:400px;display:flex;align-items:center}.search-input{border:none;outline:none;width:100%;margin-left:10px;font-size:14px}.topbar-actions{display:flex;gap:16px;align-items:center}.icon-btn{background:none;border:none;font-size:20px;cursor:pointer;color:#6b7280}.btn.primary{background:#f97316;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;box-shadow:0 2px 4px #f9731633}.page-header h2{font-size:28px;font-weight:800;color:#111827;margin:0 0 8px}.subtitle{color:#9ca3af;font-size:15px;margin:0}.tabs{display:flex;gap:32px;border-bottom:1px solid #e5e7eb;margin:30px 0}.tab{padding:12px 0;background:none;border:none;border-bottom:2px solid transparent;color:#9ca3af;font-weight:600;font-size:14px;cursor:pointer}.tab.active{color:#f97316;border-bottom-color:#f97316}.settings-grid{display:grid;grid-template-columns:1fr 380px;gap:24px;align-items:start;width:100%}.settings-left{display:flex;flex-direction:column;gap:24px}.settings-card{background:#fff;border:1px solid #f3f4f6;border-radius:16px;padding:32px;box-shadow:0 1px 3px #00000005}.h-full{height:100%}.card-header-start{display:flex;justify-content:flex-start;align-items:flex-start;gap:16px;margin-bottom:30px}.card-header-between{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:30px}.header-group{display:flex;gap:16px}.icon-circle{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}.icon-circle.blue{background:#e0f2fe;color:#0284c7}.icon-circle.orange{background:#ffedd5;color:#f97316}h4{margin:0 0 4px;color:#111827;font-size:16px;font-weight:700}.card-sub{margin:0;color:#9ca3af;font-size:13px;line-height:1.4}.platform-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.input-group label{display:block;font-size:.75rem;font-weight:700;color:#111827;margin-bottom:.5rem}.input-group input,.full-select{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;color:#374151;box-sizing:border-box}.input-hint{display:block;font-size:.75rem;color:#9ca3af;margin-top:.4rem}.security-item{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;border-bottom:1px solid #f3f4f6}.security-item.no-border{border-bottom:none}.sec-info strong{display:block;font-size:.9rem;color:#111827}.sec-info p{font-size:.8rem;color:#6b7280;margin-top:.2rem}.switch{position:relative;display:inline-block;width:44px;height:24px}.slider{position:absolute;cursor:pointer;inset:0;background-color:#e5e7eb;transition:.4s;border-radius:24px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background-color:#0f172a}input:checked+.slider:before{transform:translate(20px)}.badge.success{background-color:#ecfdf5;color:#059669;padding:.25rem .75rem;border-radius:9999px;font-size:.7rem;font-weight:800}.modal-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-box{background:#fff;border-radius:14px;padding:20px 32px;max-width:420px;width:100%;box-shadow:0 8px 32px #00000026}.modal-box h3{margin-bottom:10px;font-size:17px}.modal-box p{font-size:14px;color:#555;margin-bottom:20px}.modal-actions{display:flex;justify-content:flex-end;gap:10px}.mfa-modal-box .modal-actions{margin-top:12px}.mfa-modal-box{max-width:460px}.mfa-modal-subtitle{margin:0 0 14px;color:#6b7280;font-size:13px;line-height:1.45}.mfa-qr-wrap{border:1px solid #e5e7eb;border-radius:12px;background:#fff;display:flex;justify-content:center;padding:12px;margin-bottom:12px}.mfa-qr-image{width:200px;height:200px;object-fit:contain}.mfa-url-wrap{display:flex;align-items:center;gap:8px;margin-bottom:12px}.mfa-url-wrap input{flex:1;min-width:0;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:12px;color:#374151}.mfa-error{margin:8px 0 0;font-size:13px;color:#b91c1c}.layout{display:flex;height:100vh;background-color:#f9fafb;font-family:Inter,sans-serif}.main-content{flex:1;padding:0 40px;--admin-topbar-edge-x: 40px;overflow-y:auto}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.search-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:8px 16px;width:320px;display:flex;align-items:center}.search-input{border:none;outline:none;width:100%;margin-left:8px;font-size:14px}.user-avatar-small{width:36px;height:36px;border-radius:50%;border:1px solid #dddddd}.page-header-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px}.page-header-row h2{font-size:26px;font-weight:800;color:#111827;margin:0}.subtitle{color:#6b7280;margin-top:4px;font-size:14px}.filter-group{background:#f3f4f6;padding:4px;border-radius:8px;display:flex;gap:2px}.filter-pill{padding:6px 16px;border-radius:6px;border:none;font-size:13px;font-weight:600;color:#6b7280;background:transparent;cursor:pointer;transition:all .2s}.filter-pill.active{background:#fff;color:#111827;box-shadow:0 1px 2px #0000001a}.filter-pill:hover:not(.active){color:#374151}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:24px}.stat-card{background:#fff;padding:20px 24px;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 1px 2px #00000005}.stat-label{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:700;color:#9ca3af;text-transform:uppercase;margin-bottom:8px}.stat-value{font-size:32px;font-weight:700;color:#111827;line-height:1}.badge{padding:2px 6px;border-radius:4px;font-size:10px;font-weight:700}.badge.green{background:#dcfce7;color:#166534}.badge.red{background:#fee2e2;color:#991b1b}.support-content-grid{display:grid;grid-template-columns:1fr 320px;gap:24px}.table-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.ticket-table{width:100%;border-collapse:collapse}.ticket-table th{background:#f9fafb;padding:16px 24px;text-align:left;font-size:10px;font-weight:700;color:#9ca3af;text-transform:uppercase;border-bottom:1px solid #e5e7eb}.ticket-table td{padding:16px 24px;border-bottom:1px solid #f3f4f6;vertical-align:middle}.ticket-table tr:last-child td{border-bottom:none}.t-id{font-family:monospace;font-weight:600;color:#9ca3af;font-size:12px}.t-subject{font-weight:600;color:#1f2937;font-size:14px;margin-bottom:2px}.t-sub{font-size:12px;color:#6b7280}.t-timer{font-family:monospace;font-size:13px;color:#374151;font-weight:600}.tag{padding:4px 10px;border-radius:6px;font-size:10px;font-weight:700;display:inline-block;letter-spacing:.5px}.tag.gray{background:#f3f4f6;color:#4b5563}.tag.red{background:#fee2e2;color:#ef4444}.tag.orange{background:#ffedd5;color:#f97316}.tag.green{background:#dcfce7;color:#166534}.support-sidebar{display:flex;flex-direction:column;gap:24px}.sidebar-box{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px}.sidebar-box.transparent{background:transparent;border:none;padding:0}.side-title{margin:0 0 16px;font-size:11px;font-weight:700;color:#9ca3af;text-transform:uppercase;display:flex;align-items:center;gap:6px}.progress-list{display:flex;flex-direction:column;gap:16px}.prog-info{display:flex;justify-content:space-between;font-size:13px;font-weight:600;color:#374151;margin-bottom:6px}.prog-track{height:6px;background:#f3f4f6;border-radius:10px;overflow:hidden}.prog-fill{height:100%;background:#f97316;border-radius:10px}.side-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.badge.live{background:#fee2e2;color:#ef4444;border-radius:12px}.urgent-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:14px;margin-bottom:12px;box-shadow:0 1px 2px #00000005}.u-top{display:flex;justify-content:space-between;margin-bottom:6px}.u-id{font-size:11px;color:#9ca3af;font-weight:600}.u-badge{background:#fee2e2;color:#ef4444;font-size:9px;font-weight:800;padding:2px 6px;border-radius:4px}.u-title{font-size:13px;font-weight:700;color:#111827;margin-bottom:2px}.u-sub{font-size:11px;color:#6b7280}.footer-links{display:flex;justify-content:space-between;margin-top:20px;font-size:10px;font-weight:700;color:#9ca3af}.orange-link{color:#f97316;cursor:pointer}.detail-bg{background-color:#f8fafc;min-height:100vh;display:flex;flex-direction:column}.topbar{display:flex;justify-content:space-between;align-items:center;padding:16px 32px;background:#fff;border-bottom:1px solid #f1f5f9}.detail-container{display:flex;gap:32px;padding:32px;max-width:1400px;margin:0 auto;width:100%}.ticket-main{flex:1}.ticket-sidebar{width:300px;display:flex;flex-direction:column;gap:20px}.search-wrapper{background:#f1f5f9;padding:8px 16px;border-radius:8px;display:flex;align-items:center;gap:10px;width:300px}.search-input{border:none;background:transparent;outline:none;width:100%}.topbar-actions{display:flex;align-items:center;gap:20px}.search-icon{width:20px;height:20px;object-fit:contain}.notif-dot{position:absolute;top:0;right:0;width:8px;height:8px;background:#f97316;border-radius:50%}.user-profile img{width:40px;height:40px;border-radius:50%;border:2px solid white;box-shadow:0 2px 5px #0000001a}.breadcrumbs{font-size:13px;color:#64748b;margin-bottom:24px}.crumb-link{cursor:pointer;transition:color .2s}.crumb-separator{margin:0 8px;color:#cbd5e1}.crumb-active{color:#f97316;font-weight:600}.ticket-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}.title-row{display:flex;align-items:center;gap:12px;margin-bottom:8px}.title-row h1{font-size:28px;font-weight:800;color:#0f172a;margin:0}.badge-active{background:#dcfce7;color:#15803d;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:700}.meta-row{display:flex;gap:24px;font-size:13px;color:#64748b}.meta-icon{width:16px;height:16px;object-fit:contain;margin-right:6px;vertical-align:middle}.action-icon{width:16px;height:16px;object-fit:contain}.header-actions{display:flex;gap:8px}.btn-icon-square{width:40px;height:40px;border:1px solid #e2e8f0;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;color:#64748b}.conversation-thread{display:flex;flex-direction:column;gap:32px;margin-bottom:40px}.message-row{display:flex;gap:16px;width:100%}.message-row.agent{justify-content:flex-end}.avatar-box{width:42px;height:42px;background:#f1f5f9;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:700;color:#64748b;font-size:14px}.message-body{max-width:70%;display:flex;flex-direction:column;gap:6px}.message-meta{font-size:13px;color:#64748b;display:flex;align-items:center;gap:8px}.message-meta.align-right{justify-content:flex-end}.tag-ar{background:#e2e8f0;padding:2px 6px;border-radius:4px;font-size:10px;font-weight:700}.message-bubble{padding:24px;border-radius:16px;line-height:1.6;font-size:14px;box-shadow:0 2px 4px #00000005}.white-bubble{background:#fff;border:1px solid #e2e8f0;color:#334155;border-top-left-radius:4px}.dark-bubble{background:#2e3b4e;color:#f8fafc;border:1px solid #1e293b;border-top-right-radius:4px}.attachment-card{margin-top:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:12px;display:flex;align-items:center;gap:12px}.file-icon{width:36px;height:36px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;align-items:center;justify-content:center}.attachment-icon{width:20px;height:20px;object-fit:contain}.file-info{flex:1;display:flex;flex-direction:column}.filename{font-weight:600;font-size:13px;color:#0f172a}.filesize{font-size:11px;color:#94a3b8}.btn-download{background:none;border:none;cursor:pointer;font-size:16px;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.download-icon{width:16px;height:16px;object-fit:contain}.editor-container{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #00000008}.editor-toolbar{padding:10px 16px;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.tools-left button{background:none;border:none;cursor:pointer;padding:6px 10px;color:#64748b;font-size:14px;border-radius:4px}.tools-left button:hover{background:#f1f5f9}.checkbox-label{font-size:13px;color:#64748b;display:flex;align-items:center;gap:6px}.editor-textarea{width:100%;border:none;padding:20px;min-height:120px;outline:none;resize:none;font-family:inherit;font-size:14px}.editor-footer{background:#fff;padding:12px 20px;display:flex;justify-content:space-between}.btn-attach{background:#fff;border:1px solid #e2e8f0;padding:8px 16px;border-radius:8px;font-weight:600;color:#475569;cursor:pointer;display:flex;align-items:center;gap:8px}.attach-icon{width:16px;height:16px;object-fit:contain}.btn-send{background:#f97316;color:#fff;border:none;padding:8px 24px;border-radius:8px;font-weight:600;cursor:pointer;box-shadow:0 2px 4px #f973164d}.sidebar-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;box-shadow:0 2px 4px #00000005}.card-header{display:flex;justify-content:space-between;margin-bottom:16px;color:#94a3b8;font-size:12px}.card-header h3{margin:0;font-weight:800;letter-spacing:.5px}.card-icon{width:20px;height:20px;object-fit:contain}.sla-icon{width:16px;height:16px;object-fit:contain;margin-right:8px;vertical-align:middle}.section-title{display:block;color:#94a3b8;font-size:11px;font-weight:800;margin-bottom:12px;letter-spacing:.5px}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:13px;font-weight:600;margin-bottom:8px;color:#1e293b}.select-wrapper select{width:100%;padding:10px;border-radius:8px;border:1px solid #e2e8f0;background:#fff}.segmented-control{display:flex;background:#f8fafc;padding:4px;border-radius:8px;border:1px solid #f1f5f9}.segmented-control button{flex:1;border:none;background:transparent;padding:6px;font-size:12px;color:#64748b;cursor:pointer;border-radius:6px}.segmented-control button.active{background:#fff;color:#0f172a;font-weight:700;box-shadow:0 2px 4px #0000000d}.agent-card-inner{display:flex;align-items:center;gap:12px;background:#f8fafc;padding:10px;border-radius:10px;border:1px solid #f1f5f9}.agent-card-inner img{width:36px;height:36px;border-radius:50%}.agent-info{display:flex;flex-direction:column;flex:1}.agent-info strong{font-size:13px;color:#1e293b}.text-orange{color:#f97316;font-size:10px;font-weight:800}.btn-swap{border:none;background:transparent;font-size:16px;cursor:pointer;color:#94a3b8}.sla-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:13px}.sla-label{display:flex;align-items:center;gap:8px;color:#334155}.badge-green{background:#dcfce7;color:#166534;padding:4px 10px;border-radius:6px;font-weight:700;font-size:12px}.badge-platinum{background:#6366f1;color:#fff;padding:4px 10px;border-radius:6px;font-weight:700;font-size:11px}.sidebar-footer-link button{width:100%;background:transparent;border:none;color:#94a3b8;font-weight:600;cursor:pointer;padding:10px;display:flex;align-items:center;gap:8px}.archive-icon{width:16px;height:16px;object-fit:contain}.conversation-thread{max-height:400px;overflow-y:auto;padding-right:10px;margin-bottom:20px;scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}.conversation-thread::-webkit-scrollbar{width:6px}.conversation-thread::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.conversation-thread::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.conversation-thread::-webkit-scrollbar-thumb:hover{background:#555}.editor-container{margin-top:20px;border-top:1px solid #e0e0e0;padding-top:20px}*{box-sizing:border-box;font-family:Inter,sans-serif;margin:0;padding:0}.layout{display:flex;height:100vh;background:#f9fafb;overflow:hidden}.main{flex:1;padding:0 32px 32px;--admin-topbar-edge-x: 32px;display:flex;flex-direction:column;overflow-y:auto;min-height:0}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:12px}.hamburger{display:none;font-size:24px;cursor:pointer}.search-wrapper{display:flex;align-items:center;width:320px;padding:0 14px;border-radius:6px;border:1px solid #e5e7eb;background:#fff;transition:border-color .2s ease}.search-wrapper:focus-within{border-color:#f97316}.search-icon{color:#9ca3af;margin-right:10px;display:flex;align-items:center}.search-input{border:none;background:transparent;outline:none;width:100%;padding:10px 0;font-size:13px;color:#374151}.topbar-actions{display:flex;gap:12px}.notification{width:40px;height:40px;border-radius:6px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:background-color .2s}.notification:hover{background-color:#f3f4f6}.notification-icon{width:20px;height:20px;object-fit:contain}.btn.primary{background:#f97316;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-weight:600;cursor:pointer;font-size:14px;transition:background-color .2s}.btn.primary:hover{background:#ea580c}.page-header{margin-bottom:24px}.page-header h2{font-size:24px;font-weight:700;color:#111827}.subtitle{font-size:14px;color:#6b7280;margin-top:6px;margin-bottom:24px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:24px}.card{background:#fff;padding:20px;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d}.card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.card-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px}.revenue-icon,.total-projects-icon,.new-customer-icon,.asset-updated-icon{width:24px;height:24px;object-fit:contain}.activity-icon-img{width:16px;height:16px;object-fit:contain}.card-icon.blue{background:#eef2ff;color:#4f46e5}.card-icon.purple{background:#f3e8ff;color:#7c3aed}.card-icon.orange{background:#fff7ed;color:#f97316}.card-icon.green{background:#ecfdf5;color:#16a34a}.badge{font-size:11px;font-weight:700;padding:4px 8px;border-radius:6px}.badge.positive{background:#dcfce7;color:#16a34a}.badge.negative{background:#fee2e2;color:#dc2626}.badge.neutral{background:#f3f4f6;color:#6b7280}.card-label{font-size:11px;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:4px}.card h3{font-size:24px;font-weight:700;color:#111827;margin:0}.content{display:grid;grid-template-columns:2fr 1fr;gap:24px;margin-bottom:24px}.box{background:#fff;border-radius:12px;padding:24px;border:1px solid #e5e7eb}.box-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.box-header h4{font-size:16px;font-weight:700;color:#111827;margin:0}.sales-subtitle{font-size:12px;color:#6b7280;margin-top:4px}.chart-select{border:1px solid #e5e7eb;border-radius:6px;padding:6px 10px;font-size:12px;color:#374151;background:#f9fafb;outline:none;cursor:pointer}.view-all{font-size:12px;font-weight:600;color:#f97316;text-decoration:none}.chart-container{height:260px;padding-top:20px}.chart{display:flex;align-items:flex-end;justify-content:space-between;height:100%;width:100%;padding:0 10px}.bar-group{display:flex;flex-direction:column;align-items:center;gap:10px;flex:1;height:100%;justify-content:flex-end}.bar{width:55px;background:#e5e7eb;border-radius:3px 3px 0 0;position:relative;transition:height .3s ease}.bar.highlight{background:#ffe4e6;background-image:linear-gradient(to bottom,#f97316,#fdba74)}.bar.highlight .tooltip{position:absolute;top:-35px;left:50%;transform:translate(-50%);background:#1f2937;color:#fff;font-size:11px;padding:4px 8px;border-radius:4px;font-weight:600;white-space:nowrap}.bar.highlight .tooltip:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);border-width:4px 4px 0;border-style:solid;border-color:#1f2937 transparent transparent transparent}.bar-group .label{font-size:11px;font-weight:600;color:#9ca3af}.activities-list{list-style:none;display:flex;flex-direction:column;gap:20px}.activities-list li{display:flex;align-items:flex-start;gap:12px}.activity-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2px;flex-shrink:0}.activity-icon.blue{background:#eef2ff;color:#4f46e5}.activity-icon.green{background:#ecfdf5;color:#16a34a}.activity-icon.orange{background:#fff7ed;color:#f97316}.activity-icon.purple{background:#f3e8ff;color:#7c3aed}.activity-icon.yellow{background:#fef3c7;color:#d97706}.activity-info{display:flex;flex-direction:column}.activity-info strong{font-size:13px;color:#374151;margin-bottom:2px}.activity-info small{font-size:11px;color:#9ca3af}.orders-box{width:100%;flex-shrink:0}.table-responsive{width:100%;overflow-x:auto;overflow-y:visible}table{width:100%;border-collapse:collapse}th{text-align:left;font-size:11px;color:#9ca3af;font-weight:700;text-transform:uppercase;padding:12px 0;border-bottom:1px solid #f3f4f6}td{padding:16px 0;border-bottom:1px solid #f3f4f6;vertical-align:middle;font-size:13px;color:#374151}.asset-cell{display:flex;align-items:center;gap:12px}.asset-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.asset-icon-img{width:20px;height:20px;object-fit:contain}.asset-cell strong{display:block;color:#111827;margin-bottom:2px}.asset-cell small{color:#9ca3af;font-size:11px}.amount{font-weight:700;color:#111827}.status-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;text-transform:uppercase}.status-pill.pending{background:#fef3c7;color:#d97706}.status-pill.failed{background:#fee2e2;color:#dc2626}.pagination{display:flex;align-items:center;justify-content:center;gap:16px;padding-top:20px;margin-top:4px;border-top:1px solid #f3f4f6}.pagination-btn{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;padding:6px 16px;font-size:13px;font-weight:600;color:#374151;cursor:pointer;transition:all .2s}.pagination-btn:hover:not(:disabled){background:#e5e7eb}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-info{font-size:13px;color:#6b7280}.action-buttons.right{display:flex;gap:8px;justify-content:flex-end}.action-buttons button{background:transparent;border:1px solid #e5e7eb;border-radius:6px;width:28px;height:28px;cursor:pointer;color:#9ca3af;display:flex;align-items:center;justify-content:center;transition:all .2s}.action-buttons button:hover{background:#f3f4f6;color:#374151}.loading-cell,.no-data-cell,.activities-loading,.activities-no-data,.chart-loading,.chart-no-data{text-align:center;padding:20px;color:#666;font-style:italic}.chart-loading,.chart-no-data{display:flex;align-items:center;justify-content:center;height:200px}.activities-loading,.activities-no-data{padding:40px;text-align:center}.card h3:empty:before{content:"...";color:#ccc}.badge.neutral:empty:before{content:"..."}.notification-link{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:6px;border:1px solid #e5e7eb;background:#fff;text-decoration:none;transition:background-color .2s}.notification-link:hover{background-color:#f3f4f6}.notification-dot{position:absolute;top:8px;right:8px;width:8px;height:8px;background:#f97316;border-radius:50%;border:2px solid #fff}@media(max-width:1024px){.cards{grid-template-columns:repeat(2,1fr)}.content{grid-template-columns:1fr}}@media(max-width:768px){.hamburger{display:block}.cards{grid-template-columns:1fr}.search-wrapper{width:100%}.bar{width:30px}th:nth-child(3),td:nth-child(3),th:nth-child(5),td:nth-child(5){display:none}}.notifications-main{flex:1;display:flex;flex-direction:column;padding:0 32px;--admin-topbar-edge-x: 32px;background:#f8fafc;min-height:100vh;overflow-y:auto;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.notif-topbar{margin-bottom:24px}.notifications-header{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px}.notifications-header h1{font-size:28px;font-weight:800;color:#0f172a;margin:0}.notifications-header .subtitle{margin-top:4px;font-size:14px;color:#6b7280}.notif-tabs{display:inline-flex;background:#e5e7eb;border-radius:999px;padding:4px;gap:4px}.notif-tab{border:none;background:transparent;padding:6px 18px;border-radius:999px;font-size:13px;font-weight:600;color:#6b7280;cursor:pointer;transition:all .18s ease}.notif-tab.active{background:#fff;color:#111827;box-shadow:0 1px 2px #0f172a1f}.notifications-list{display:flex;flex-direction:column;gap:14px}.notif-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px;align-items:flex-start;padding:16px 20px;background:#fff;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0f172a05}.notif-card.clickable{cursor:pointer;transition:box-shadow .18s ease,transform .18s ease,border-color .18s ease}.notif-card.clickable:hover{box-shadow:0 10px 30px #0f172a14;transform:translateY(-1px);border-color:#cbd5f5}.notif-icon-pill{width:44px;height:44px;border-radius:999px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.notif-icon-pill img{width:24px;height:24px;object-fit:contain}.notif-icon-pill.orange{background:#ffedd5;box-shadow:0 10px 25px #f9731640}.notif-icon-pill.dark{background:#0f172a;box-shadow:0 10px 25px #0f172a8c}.notif-icon-pill.soft-blue{background:#e5edff}.notif-icon-pill.green{background:#dcfce7}.notif-icon-pill.gray{background:#e5e7eb}.notif-icon-pill.purple{background:#ddd6fe}.notif-body{min-width:0}.notif-title-row{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:4px}.notif-title-row h3{font-size:15px;font-weight:700;color:#111827;margin:0}.notif-time{font-size:12px;color:#9ca3af;white-space:nowrap}.notif-sub{margin:0 0 8px;font-size:13px;color:#4b5563;line-height:1.5}.notif-actions-row{display:flex;flex-wrap:wrap;gap:8px}.btn-pill{border-radius:999px;padding:6px 14px;font-size:12px;font-weight:600;border:1px solid transparent;cursor:pointer;transition:all .16s ease}.btn-pill.primary{background:#f97316;border-color:#f97316;color:#fff;box-shadow:0 8px 18px #f9731666}.btn-pill.primary:hover{background:#ea580c;border-color:#ea580c}.btn-pill.ghost{background:#f3f4f6;color:#4b5563;border-color:#e5e7eb}.btn-pill.ghost:hover{background:#e5e7eb}.icon-btn-notif{background:none;border:none;font-size:20px;position:relative;cursor:pointer}.topbar-icon{width:20px;height:20px;object-fit:contain}.notif-dot{position:absolute;top:0;right:0;width:8px;height:8px;background:#f97316;border-radius:999px}.user-profile img{width:40px;height:40px;border-radius:999px;border:2px solid #ffffff;box-shadow:0 4px 8px #0f172a1f}@media(max-width:1024px){.notifications-main{padding:0 20px}.notifications-header{flex-direction:column;align-items:flex-start}}@media(max-width:768px){.notifications-main{padding:0 16px}.notif-card{grid-template-columns:minmax(0,1fr)}.notif-icon-pill{width:40px;height:40px}.notif-title-row{align-items:flex-start;flex-direction:column}.notif-time{align-self:flex-start}.notif-actions-row{justify-content:flex-start}}@media(max-width:600px){.notifications-main{padding:0 12px}.notifications-header h1{font-size:22px}.notif-tab{padding-inline:10px;font-size:12px}.notif-card{padding:14px 16px}}*{box-sizing:border-box}.layout{display:flex;height:100vh;background:#f8fafc;overflow:hidden}.vouchers-main{flex:1;padding:0 28px 28px;--admin-topbar-edge-x: 28px;display:flex;flex-direction:column;overflow-y:auto;min-height:0}.vouchers-main .btn.primary{background:#f97316;color:#fff;border:none;border-radius:9px;padding:12px 15px;font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:5px;cursor:pointer}.vouchers-add-plus{width:24px;height:24px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:18px;line-height:1}.vouchers-main .page-header{margin-bottom:24px;display:block}.vouchers-main .page-header h2{font-size:24px;line-height:1.2;color:#02022f;margin-bottom:6px}.vouchers-main .subtitle{color:#7f91ad;font-size:14px}.vouchers-stats-grid{display:grid;grid-template-columns:repeat(3,minmax(200px,1fr));gap:16px;margin-bottom:24px}.vouchers-stat-card{border:1px solid #e4e9f2;border-radius:16px;padding:20px;background:#fff;display:flex;align-items:center;gap:14px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.vouchers-stat-card:hover{transform:translateY(-2px);border-color:#d7dfeb;box-shadow:0 12px 28px #0f172a14}.vouchers-stat-icon{width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center}.vouchers-icon-placeholder{width:26px;height:26px;border-radius:8px;border:1.5px dashed currentColor;opacity:.7}.vouchers-stat-icon-img{width:26px;height:26px;object-fit:contain}.vouchers-stat-icon.orange{background:#fff1e6;color:#f97316}.vouchers-stat-icon.green{background:#dcfce7;color:#16a34a}.vouchers-stat-icon.blue{background:#dbeafe;color:#2563eb}.vouchers-stat-text small{font-size:11px;font-weight:700;color:#98a7be;display:block;margin-bottom:4px}.vouchers-stat-text h3{font-size:24px;color:#1f2937;line-height:1}.vouchers-table-box{border:1px solid #e4e9f2;border-radius:16px;background:#fff;padding:18px 18px 14px}.vouchers-toolbar{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px}.vouchers-filters{display:flex;flex-wrap:wrap;gap:10px}.vouchers-filter-pill,.vouchers-more-filters{border:1px solid #e3e8f1;background:#fff;color:#5c6f8d;border-radius:999px;padding:10px 18px;font-size:14px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.vouchers-filter-pill.active{background:#f97316;border-color:#f97316;color:#fff}.vouchers-filter-icon{width:14px;height:14px;object-fit:contain}.vouchers-more-filters{margin-left:auto}.vouchers-table-wrap{overflow-x:hidden}.vouchers-table{width:100%;border-collapse:collapse;min-width:0;table-layout:fixed}.vouchers-table th{text-align:center;padding:12px 8px;background:#f8fafc;color:#8d9bb1;font-size:11px;font-weight:700;border-bottom:1px solid #ebeff6}.vouchers-table td{padding:12px 8px;border-bottom:1px solid #ebeff6;color:#5f6f84;font-size:13px;vertical-align:middle;text-align:center}.voucher-name-cell strong{display:block;font-size:13px;line-height:1.25;color:#1f2937;margin-bottom:4px;text-align:left}.voucher-name-cell span{font-size:12px;color:#92a0b3;text-align:left}.vouchers-table tbody td:first-child{text-align:left}.voucher-empty-cell{text-align:center!important;padding:18px 8px!important;color:#8d9bb1}.voucher-code{background:#d6f5de;color:#0f9f3b;font-weight:700;padding:7px 12px;border-radius:8px;font-size:12px;letter-spacing:.04em}.voucher-discount{display:inline-flex;align-items:center;justify-content:center;min-width:122px;padding:7px 12px;border-radius:8px;background:#fff4eb;color:#f97316;font-weight:700;font-size:12px}.voucher-usage-limit{text-align:center;font-weight:600}.voucher-status{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:5px 12px;font-size:11px;font-weight:700}.voucher-status.active{background:#dcfce7;color:#16a34a}.voucher-status.expiring{background:#fee2e2;color:#ef4444}.voucher-status.used{background:#e5e7eb;color:#6b7280}.voucher-actions{display:flex;gap:8px;justify-content:center}.voucher-actions button{border:1px solid #e4e9f2;background:#fff;color:#64748b;border-radius:8px;width:38px;height:34px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.voucher-actions button:hover{background:#f8fafc}.voucher-action-icon{width:16px;height:16px;object-fit:contain}.vouchers-pagination{display:flex;justify-content:space-between;align-items:center;padding:14px 4px 4px;color:#5f6f84;font-size:14px}.vouchers-pagination strong{color:#1f2937}.vouchers-pagination-controls{display:flex;align-items:center;gap:8px}.vouchers-pagination-controls button{border:1px solid #e4e9f2;background:#fff;color:#64748b;width:36px;height:36px;border-radius:10px;font-weight:700;cursor:pointer}.vouchers-pagination-controls button.active{background:#f97316;border-color:#f97316;color:#fff}.vouchers-pagination-controls .voucher-page-nav-btn{display:inline-flex;align-items:center;justify-content:center;background:#fff}.voucher-page-nav-icon{width:14px;height:14px;object-fit:contain}.voucher-edit-overlay,.voucher-remove-overlay{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:20px;z-index:1200}.voucher-edit-modal{width:100%;max-width:660px;background:#fff;border-radius:14px;border:1px solid #e3e8f1;padding:20px}.voucher-remove-modal{width:100%;max-width:420px;background:#fff;border-radius:20px;border:none;padding:32px 28px;text-align:center;box-shadow:0 25px 50px #00000026}.voucher-remove-modal h3{font-size:20px;line-height:1.2;color:#1f2937;margin-bottom:12px}.voucher-remove-modal p{font-size:13px;line-height:1.6;color:#6b7280;margin-bottom:24px}.voucher-edit-modal h3{font-size:18px;color:#1f2937;margin-bottom:14px}.voucher-edit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.voucher-edit-grid label{display:flex;flex-direction:column;gap:6px;color:#64748b;font-size:12px;font-weight:600}.voucher-edit-grid input,.voucher-edit-grid select{border:1px solid #dce4f0;border-radius:8px;padding:10px 12px;font-size:13px;color:#1f2937;outline:none}.voucher-edit-grid input:focus,.voucher-edit-grid select:focus{border-color:#f97316;box-shadow:0 0 0 3px #f9731624}.voucher-edit-status{grid-column:1 / -1}.voucher-edit-actions{margin-top:16px;display:flex;justify-content:flex-end;gap:8px}.voucher-remove-actions{display:flex;justify-content:center;gap:12px}.voucher-edit-actions button{border:1px solid #dce4f0;background:#fff;color:#64748b;border-radius:8px;padding:10px 14px;font-size:13px;font-weight:600;cursor:pointer}.voucher-remove-actions button{border:none;background:#fff;color:#64748b;border-radius:10px;height:44px;flex:1;max-width:none;padding:12px;font-size:16px;font-weight:600;cursor:pointer}.voucher-remove-actions button.cancel{background:#d1d5db;color:#374151}.voucher-edit-actions button.save{border-color:#f97316;background:#f97316;color:#fff}.voucher-remove-actions button.remove{background:#f7933a;color:#fff}@media(max-width:1200px){.vouchers-main .page-header h2{font-size:22px}}@media(max-width:900px){.vouchers-main{padding:0 16px 20px;--admin-topbar-edge-x: 16px}.vouchers-main .page-header h2{font-size:20px}.vouchers-stats-grid{grid-template-columns:1fr}.vouchers-toolbar{flex-direction:column;align-items:stretch}.vouchers-more-filters{margin-left:0}.vouchers-pagination{flex-direction:column;align-items:flex-start;gap:12px}.voucher-edit-grid{grid-template-columns:1fr}.voucher-remove-modal h3{font-size:20px}.voucher-remove-modal p{font-size:14px}.voucher-remove-actions button{font-size:16px;height:44px}}.ps-overlay{position:fixed;inset:0;background:#000000a6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px;box-sizing:border-box}.ps-modal{background:#fff;border-radius:16px;width:748px;max-width:100%;height:92dvh;max-height:calc(100vh - 32px);padding:36px 48px 38px;box-sizing:border-box;display:flex;flex-direction:column;gap:16px}.ps-header{display:flex;align-items:baseline;justify-content:space-between;flex-shrink:0}.ps-td{display:flex;gap:4px;flex-direction:column}.ps-title{font-size:22px;font-weight:700;color:#1a1a1a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.ps-description{font-size:12px;font-weight:600;color:#64748b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.ps-close{background:none;border:none;cursor:pointer;font-size:14px;color:#666;padding:4px;line-height:1;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ps-close:hover{color:#111}.ps-search-wrap{position:relative;display:flex;align-items:center;flex-shrink:0}.ps-search-icon{position:absolute;left:12px;display:flex;align-items:center;pointer-events:none}.ps-search{width:100%;height:34px;border:1px solid #e5e5e5;border-radius:8px;padding:0 10px 0 32px;font-size:12.5px;color:#333;outline:none;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fafafa}.ps-search::placeholder{color:#aaa}.ps-search:focus{border-color:#f97316;background:#fff}.ps-filters{display:flex;align-items:center;gap:4px;flex-wrap:nowrap;overflow:hidden;flex-shrink:0}.ps-filter-btn{display:flex;align-items:center;gap:4px;padding:4px 10px;border-radius:20px;border:1px solid transparent;font-size:11.5px;font-weight:500;cursor:pointer;background:transparent;color:#555;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:background .15s,color .15s;white-space:nowrap;flex-shrink:0}.ps-filter-btn:hover{background:#f5f5f5}.ps-filter-btn.active{background:#f97316;color:#fff;border-color:#f97316}.ps-filter-dot{width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.5}.ps-filter-btn.active .ps-filter-dot{background:#fff;opacity:1}.ps-filter-more{display:flex;align-items:center;gap:4px;padding:4px 10px;border-radius:20px;border:1px solid #e5e5e5;font-size:11.5px;font-weight:500;cursor:pointer;background:transparent;color:#555;margin-left:auto;white-space:nowrap;flex-shrink:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.ps-filter-more:hover{background:#f5f5f5}.ps-list{display:flex;flex-direction:column;gap:2px;overflow-y:auto;flex:1;min-height:0}.ps-list::-webkit-scrollbar{width:4px}.ps-list::-webkit-scrollbar-track{background:transparent}.ps-list::-webkit-scrollbar-thumb{background:#e5e5e5;border-radius:4px}.ps-footer{margin-top:auto;padding-top:8px;flex-shrink:0}.ps-item{display:flex;align-items:center;gap:12px;padding:8px 10px;border-radius:10px;cursor:pointer;transition:background .15s;background:transparent}.ps-item:hover{background:#fef6ee}.ps-item.selected{background:#fff4ec}.ps-thumb{width:48px;height:36px;border-radius:6px;background:#b0b8c1;flex-shrink:0;overflow:hidden}.ps-thumb img{width:100%;height:100%;object-fit:cover}.ps-item.selected .ps-thumb{background:#c4a882}.ps-info{display:flex;flex-direction:column;gap:3px;min-width:0}.ps-name{font-size:13px;font-weight:600;color:#1a1a1a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ps-meta{font-size:11.5px;color:#999;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ps-select-btn{width:100%;height:40px;background:#f97316;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:background .15s}.ps-select-btn:hover{background:#ea6c0a}.ps-select-btn:active{background:#d96209}.ps-empty-state{border:1px dashed #e2e8f0;border-radius:10px;padding:18px 14px;text-align:center;font-size:13px;color:#64748b}@media(max-width:500px){.ps-overlay{padding:0;align-items:flex-end}.ps-modal{width:100%;height:auto;max-height:92vh;border-radius:20px 20px 0 0;padding:20px 16px 24px}}.add-voucher-main{flex:1;min-height:100vh;padding:0 28px 24px;--admin-topbar-edge-x: 28px;background:#f8fafc;display:flex;flex-direction:column;overflow-y:auto}.add-voucher-header{margin-bottom:18px}.add-voucher-breadcrumbs{font-size:13px;color:#9ca3af;margin-bottom:10px}.add-voucher-breadcrumbs .separator{margin:0 8px}.add-voucher-breadcrumbs .current{color:#f97316;font-weight:600}.add-voucher-breadcrumbs .crumb-link{color:#9ca3af;text-decoration:none;transition:color .16s ease}.add-voucher-breadcrumbs .crumb-link:hover{color:#f97316}.add-voucher-header h1{font-size:24px;line-height:1.2;color:#111827;margin-bottom:6px}.add-voucher-header .subtitle{font-size:14px;color:#6b7280}.add-voucher-form{display:flex;flex-direction:column;gap:16px}.add-voucher-card{border:1px solid #e4e9f2;border-radius:16px;background:#fff;padding:20px}.add-voucher-card-header{margin-bottom:16px;display:flex;align-items:center;gap:10px}.add-voucher-card-header h2{font-size:20px;color:#1f2937}.add-voucher-header-icon{width:20px;height:20px;object-fit:contain}.add-voucher-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px}.add-voucher-grid label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:#374151}.add-voucher-grid input,.add-voucher-grid select{border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb;color:#1f2937;font-size:13px;padding:10px 12px;outline:none}.add-voucher-grid input:focus,.add-voucher-grid select:focus{border-color:#f97316;background:#fff}.add-voucher-grid .required{color:#ef4444}.add-voucher-grid .field-hint{font-size:11px;color:#94a3b8;font-weight:500}.checkbox-label{flex-direction:row!important;align-items:center;gap:10px!important}.checkbox-label input{width:16px;height:16px}.add-voucher-status-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:5px 12px;font-size:11px;font-weight:700;width:fit-content;margin-top:2px}.add-voucher-status-pill.active{background:#dcfce7;color:#16a34a}.add-voucher-status-pill .dot{margin-right:4px;font-size:12px;line-height:1}.add-voucher-grid .full-width{grid-column:1 / -1}.voucher-products-section h3{font-size:14px;color:#475569;margin-top:8px;margin-bottom:12px}.voucher-products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.voucher-product-card{border:1px solid #dbe1ea;border-radius:14px;background:#f8fafc;padding:10px;display:flex;align-items:center;gap:12px}.voucher-product-thumb{width:104px;height:58px;border-radius:10px;background:#6b7b94;flex-shrink:0;overflow:hidden}.voucher-product-thumb img{width:100%;height:100%;object-fit:cover}.voucher-product-info{min-width:0;flex:1}.voucher-product-info strong{display:block;font-size:14px;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.voucher-product-info span{display:block;margin-top:4px;font-size:12px;color:#8a9ab0}.voucher-product-remove{border:none;background:transparent;color:#7b8da6;font-size:26px;line-height:1;cursor:pointer;padding:0 4px}.voucher-add-more{margin-top:10px;border:none;background:transparent;color:#8a9ab0;font-size:14px;font-weight:600;cursor:pointer;padding:0}.voucher-add-more:hover{color:#f97316}.voucher-add-more:disabled{cursor:not-allowed;color:#cbd5e1}.voucher-products-state{font-size:12px;color:#94a3b8;margin-bottom:10px}.add-voucher-footer{border:1px solid #e5e7eb;border-radius:14px;background:#fff;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#64748b}.add-voucher-footer-actions{display:inline-flex;gap:10px}.btn.secondary{background:#f3f4f6;color:#374151;border:1px solid #e5e7eb;border-radius:10px;padding:10px 14px;font-size:13px;font-weight:600;cursor:pointer}@media(max-width:900px){.add-voucher-main{padding:0 16px 16px;--admin-topbar-edge-x: 16px}.add-voucher-grid,.voucher-products-grid{grid-template-columns:1fr}.add-voucher-footer{flex-direction:column;align-items:stretch;gap:10px}.add-voucher-footer-actions{justify-content:flex-end}}.toast-stack{position:fixed;top:20px;right:20px;z-index:1100;display:grid;gap:10px;width:min(360px,calc(100vw - 24px))}.toast{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:12px;border:1px solid transparent;box-shadow:0 10px 25px #0f172a29;color:#0f172a;background:#fff}.toast--success{border-color:#86efac;background:#f0fdf4}.toast--error{border-color:#fca5a5;background:#fff1f2}.toast__message{font-size:14px;line-height:1.4}.toast__close{border:none;background:transparent;color:#475569;cursor:pointer;font-size:18px;line-height:1;padding:0}@media(max-width:700px){.toast-stack{top:12px;right:12px;left:12px;width:auto}}.add-asset-main{flex:1;min-height:100vh;padding:0 32px 80px;--admin-topbar-edge-x: 32px;background:#f9fafb;display:flex;flex-direction:column;overflow-y:auto;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.add-asset-topbar{margin-bottom:20px}.add-asset-header h1{font-size:26px;font-weight:800;color:#0f172a;margin-bottom:6px}.breadcrumbs{font-size:13px;color:#9ca3af;margin-bottom:8px}.crumb-link{cursor:pointer}.crumb-link:hover{color:#f97316}.crumb-separator{margin:0 6px}.add-asset-content{display:flex;flex-direction:column;gap:20px;margin-top:20px}.card-block{background:#fff;border-radius:16px;border:1px solid #e5e7eb;padding:20px 24px;box-shadow:0 8px 24px #0f172a08}.card-header-row{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.card-title-icon.orange-square{width:32px;height:32px;border-radius:10px;background:#fff7ed;display:flex;align-items:center;justify-content:center;flex-shrink:0}.card-title-icon img{width:18px;height:18px;object-fit:contain}.card-header-row h2{font-size:16px;font-weight:700;color:#111827}.card-header-row p{font-size:13px;color:#6b7280;margin-top:2px}.card-body-grid.two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 20px}.card-body-grid.single-col{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group.full-width{grid-column:1 / -1}.form-group label{font-size:13px;font-weight:600;color:#374151}.form-group input,.form-group select,.form-group textarea{border-radius:10px;border:1px solid #e5e7eb;padding:10px 12px;font-size:13px;outline:none;background:#f9fafb}.form-group textarea{resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#f97316;background:#fff}.tech-pill-row{display:flex;flex-wrap:wrap;gap:8px}.tech-pill{font-size:12px;font-weight:600;border-radius:999px;padding:4px 10px}.tech-pill.blue{background:#eef2ff;color:#4f46e5}.tech-pill.green{background:#ecfdf5;color:#16a34a}.tech-pill.purple{background:#f5f3ff;color:#7c3aed}.tech-add{border-radius:999px;border:1px dashed #d1d5db;padding:4px 10px;font-size:12px;background:#f9fafb;cursor:pointer}.input-with-prefix{display:flex;align-items:center;border-radius:10px;border:1px solid #e5e7eb;background:#f9fafb;padding-right:10px}.input-with-prefix .input-prefix{padding:0 10px;font-size:13px;color:#6b7280}.input-with-prefix input{border:none;outline:none;background:transparent;flex:1;padding:10px 0;font-size:13px}.toggle-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.flash-sale-row{margin-top:4px;padding:12px 16px;border-radius:14px;background:#f3f4f6;display:flex;align-items:center;justify-content:space-between;gap:16px}.flash-sale-title{font-size:14px;font-weight:600;color:#111827}.field-hint{font-size:12px;color:#9ca3af}.switch{position:relative;display:inline-block;width:42px;height:22px}.switch.large{width:52px;height:26px;margin-top:6px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#e5e7eb;transition:.2s;border-radius:999px}.slider:before{position:absolute;content:"";height:16px;width:16px;left:3px;bottom:3px;background-color:#fff;transition:.2s;border-radius:50%}.switch input:checked+.slider{background-color:#f97316}.switch input:checked+.slider:before{transform:translate(18px)}.switch.large .slider:before{height:18px;width:18px;left:4px;bottom:4px}.switch.large input:checked+.slider:before{transform:translate(20px)}.switch.dark input:checked+.slider{background-color:#020617}.pricing-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:20px}.upload-box{margin-top:12px}.upload-dashed{border-radius:12px;border:1.5px dashed #d1d5db;background:#f9fafb;padding:32px 16px;text-align:center;cursor:pointer;transition:all .3s ease}.upload-dashed:hover{border-color:#3b82f6;background-color:#f8fafc}.upload-title{font-size:14px;font-weight:600;color:#111827}.upload-sub{font-size:12px;color:#9ca3af;margin-top:4px}.media-grid{display:grid;grid-template-columns:1fr 2fr;gap:24px;margin-top:8px}.media-column h3{font-size:13px;font-weight:600;color:#4b5563;margin-bottom:10px}.media-upload-tile{border-radius:14px;border:1.5px dashed #e5e7eb;background:#f9fafb;min-height:140px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:13px;color:#6b7280}.media-upload-tile.dashed{border-style:dashed}.upload-icon-img{width:24px;height:24px;object-fit:contain;margin-bottom:6px}.media-gallery-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.media-upload-tile.filled.one{background:#fef3c7;border-color:transparent;font-weight:700}.media-upload-tile.filled.two{background:#ffedd5;border-color:transparent;font-weight:700}.media-upload-tile.plus{font-size:20px;font-weight:600}.add-asset-footer{margin-top:24px;padding:12px 20px;background:#fff;border-radius:16px;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:flex-end;gap:16px}.footer-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:13px;color:#059669;margin-right:auto}.footer-local-status{display:inline-flex;align-items:center;gap:8px;color:#64748b;font-weight:500}.footer-local-status__icon{width:16px;height:16px;object-fit:contain}.status-dot{width:8px;height:8px;border-radius:999px;background:#22c55e}.footer-middle{font-size:13px;color:#6b7280}.footer-actions{display:inline-flex;align-items:center;gap:10px}.footer-draft-button{border:none;background:transparent;color:#475569;font-size:14px;font-weight:600;padding:0 6px;white-space:nowrap;cursor:pointer}.footer-draft-button:hover:not(:disabled){color:#1e293b}.footer-draft-button:disabled{opacity:.6;cursor:not-allowed}.footer-cta{white-space:nowrap}@media(max-width:1024px){.pricing-grid,.media-grid{grid-template-columns:1fr}}@media(max-width:768px){.add-asset-main{padding:0 16px 72px}.card-body-grid.two-col{grid-template-columns:1fr}.toggle-row{flex-direction:column;align-items:flex-start}.add-asset-footer{flex-direction:column;align-items:stretch}.footer-left{margin-right:0}.footer-actions{width:100%;justify-content:flex-end}}.tech-input-container,.tech-search-wrapper{position:relative}.tech-search-wrapper input{width:100%;padding:10px 15px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;transition:border-color .3s}.tech-search-wrapper input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.tech-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-height:200px;overflow-y:auto;z-index:1000;margin-top:4px}.tech-dropdown-item{padding:10px 15px;cursor:pointer;transition:background-color .2s}.tech-dropdown-item:hover{background-color:#f3f4f6}.selected-tech-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.selected-tech-tag{display:inline-flex;align-items:center;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:500;gap:6px}.tech-tag--blue{background-color:#dbeafe;color:#1e40af}.tech-tag--green{background-color:#d1fae5;color:#065f46}.tech-tag--gold{background-color:#fef3c7;color:#92400e}.tech-tag--purple{background-color:#f3e8ff;color:#5b21b6}.tech-tag--pink{background-color:#fce7f3;color:#9d174d}.tech-tag--indigo{background-color:#e0e7ff;color:#3730a3}.tech-tag--rose{background-color:#ffe4e6;color:#9f1239}.tech-tag--violet{background-color:#ede9fe;color:#5b21b6}.tech-tag--orange{background-color:#ffedd5;color:#9a3412}.tech-tag--red{background-color:#fee2e2;color:#991b1b}.tech-tag--yellow{background-color:#fef9c3;color:#854d0e}.remove-tech-btn{background:none;border:none;color:inherit;cursor:pointer;font-size:16px;padding:0;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.remove-tech-btn:hover{background-color:#0000001a}.thumbnail-upload{margin-top:16px}.thumbnail-preview{position:relative;width:200px;height:150px;border-radius:8px;overflow:hidden;border:1px solid #e5e7eb}.thumbnail-preview img{width:100%;height:100%;object-fit:cover}.change-thumbnail-btn{position:absolute;bottom:10px;left:50%;transform:translate(-50%);background:#000000b3;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:12px}.thumbnail-upload-placeholder{width:200px;height:150px;border:2px dashed #d1d5db;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .3s}.thumbnail-upload-placeholder:hover{border-color:#3b82f6}.upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.upload-placeholder img{width:40px;height:40px;opacity:.6}.upload-placeholder span{font-size:14px;color:#6b7280}.upload-placeholder small{font-size:12px;color:#9ca3af}.gallery-upload{margin-top:16px}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.gallery-item{position:relative;width:100%;height:100px;border-radius:6px;overflow:hidden;border:1px solid #e5e7eb}.gallery-item img{width:100%;height:100%;object-fit:cover}.remove-gallery-btn{position:absolute;top:4px;right:4px;background:#ef4444e6;color:#fff;border:none;width:20px;height:20px;border-radius:50%;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center}.gallery-add-item{width:100%;height:100px;border:2px dashed #d1d5db;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .3s}.gallery-add-item:hover{border-color:#3b82f6}.gallery-add-placeholder{display:flex;flex-direction:column;align-items:center;gap:4px}.gallery-add-placeholder span{font-size:24px;color:#6b7280}.gallery-add-placeholder small{font-size:12px;color:#9ca3af}.uploaded-files-list{margin-top:16px}.file-preview{display:flex;align-items:center;justify-content:space-between;padding:10px;background:#f9fafb;border-radius:6px;margin-bottom:8px;border:1px solid #e5e7eb}.file-preview span{font-size:14px;color:#374151}.remove-file-btn{background:none;border:none;color:#ef4444;cursor:pointer;font-size:18px;padding:4px}.status-message{padding:8px 12px;border-radius:6px;font-size:14px}.status-message.success{background-color:#d1fae5;color:#065f46}.status-message.error{background-color:#fee2e2;color:#991b1b}.form-group.full-width textarea{width:100%;padding:12px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;resize:vertical;min-height:100px}.form-group.full-width textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.upload-dashed,.thumbnail-upload-placeholder,.gallery-add-item{cursor:pointer;transition:all .3s ease}.upload-dashed:hover,.thumbnail-upload-placeholder:hover,.gallery-add-item:hover{border-color:#3b82f6;background-color:#f8fafc}.upload-label{cursor:pointer;display:block}.form-group label:after{content:" *";color:#ef4444;font-weight:700}.form-group:not(:has(input[required])) label:after,.form-group:not(:has(select[required])) label:after,.form-group:not(:has(textarea[required])) label:after{content:""}.thumbnail-upload-placeholder:hover .upload-placeholder span,.gallery-add-item:hover .gallery-add-placeholder span,.upload-dashed:hover .upload-title{color:#3b82f6}.thumbnail-upload-placeholder:hover .upload-placeholder img{opacity:1}.admin-order-main{flex:1;padding:0 32px;--admin-topbar-edge-x: 32px;display:flex;flex-direction:column;overflow-y:auto;background:#f9fafb}.admin-order-topbar.topbar{margin-bottom:0}.admin-order-topbar .topbar-actions{margin-left:auto;gap:12px}.admin-order-content{padding:14px 0 24px}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:14px;color:#6b7280;margin-bottom:24px}.breadcrumb-link{color:#9ca3af;text-decoration:none}.separator{color:#cbd5e1}.breadcrumb .current{color:#f97316;font-weight:600}.download-btn{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 16px;border-radius:10px}.download-btn:disabled{opacity:.7;cursor:not-allowed}.download-icon-img{width:16px;height:16px;object-fit:contain}.verified-badge{background:#f3f4f6;color:#374151;font-size:12px;font-weight:700;padding:7px 12px;border-radius:999px;display:flex;align-items:center;gap:6px;white-space:nowrap}.dot-green{color:#16a34a}.order-details-layout{display:grid;grid-template-columns:2fr 1fr;gap:24px;align-items:start}.order-main-content,.order-sidebar{display:flex;flex-direction:column;gap:24px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px}.card-title{font-size:12px;font-weight:700;color:#111827;text-transform:uppercase;margin-bottom:20px;letter-spacing:.02em}.label-sm{font-size:11px;font-weight:700;color:#9ca3af;display:block;margin-bottom:4px;text-transform:uppercase}.order-header-split{display:flex;justify-content:space-between;margin-bottom:30px}.order-header-split h2{font-size:24px;font-weight:700;color:#111827;margin-bottom:4px}.price-large{font-size:28px;font-weight:800;color:#111827}.meta-text{color:#6b7280;font-size:13px}.status-pill{padding:4px 10px;border-radius:20px;font-size:11px;font-weight:700;display:inline-block;margin-top:4px}.status-pill.completed{background:#dcfce7;color:#16a34a}.status-pill.pending{background:#ffedd5;color:#ea580c}.status-pill.refunded{background:#fee2e2;color:#dc2626}.text-right{text-align:right}.section-label{font-size:11px;font-weight:700;color:#9ca3af;margin-bottom:12px;text-transform:uppercase}.asset-box{border:1px solid #f3f4f6;border-radius:12px;padding:16px;display:flex;align-items:center;gap:16px}.asset-icon-placeholder{width:48px;height:48px;background:#eff6ff;color:#3b82f6;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:20px}.asset-main-icon{width:26px;height:26px;object-fit:contain}.asset-info{flex:1}.asset-info h3{font-size:15px;font-weight:600;color:#111827;margin-bottom:2px}.asset-info p{font-size:12px;color:#6b7280;margin-bottom:8px}.tags-row{display:flex;gap:6px}.tag{font-size:10px;font-weight:700;background:#f9fafb;border:1px solid #e5e7eb;padding:2px 6px;border-radius:4px;color:#4b5563;text-transform:uppercase}.asset-price{font-size:16px;font-weight:700;color:#111827}.timeline-horizontal{display:flex;justify-content:space-between;align-items:flex-start;position:relative;padding-top:10px}.t-step{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;flex:1}.t-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;margin-bottom:12px;z-index:2;position:relative}.timeline-icon-img{width:18px;height:18px;object-fit:contain}.t-icon.orange{background:#f97316;color:#fff}.t-icon.green{background:#22c55e;color:#fff}.t-content h4{font-size:12px;font-weight:700;color:#111827;margin-bottom:2px}.t-content span{font-size:11px;color:#9ca3af}.t-line{position:absolute;top:16px;left:50%;width:100%;height:2px;background:#e5e7eb;z-index:1}.t-line.active{background:#f97316}.t-step:last-child .t-line{display:none}.payment-row{display:flex;align-items:center;gap:16px}.visa-badge{background:#e5e7eb;color:#1f2937;padding:6px 14px;border-radius:4px;font-weight:800;font-style:italic;font-size:14px;letter-spacing:.05em}.payment-details strong{display:block;font-size:14px;color:#111827;margin-bottom:2px}.payment-details p{font-size:12px;color:#6b7280}.customer-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}.customer-avatar{width:42px;height:42px;border-radius:50%}.customer-header h4{font-size:14px;font-weight:700;color:#111827}.role-text{font-size:11px;color:#6b7280}.info-group{margin-bottom:16px}.info-group label{font-size:10px;font-weight:700;color:#9ca3af;text-transform:uppercase;display:block;margin-bottom:4px}.info-group p,.info-group a{font-size:13px;color:#374151;font-weight:500;text-decoration:none;line-height:1.4}.tax-text{font-weight:700;color:#111827}.btn-outline{width:100%;padding:10px;border:1px solid #e5e7eb;background:#fff;border-radius:6px;font-size:12px;font-weight:600;color:#374151;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.btn-outline:disabled{opacity:.6;cursor:not-allowed}.btn-refund{width:100%;padding:12px;border:1px dashed #fca5a5;background:#fff;color:#ef4444;border-radius:8px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-refund:hover{background:#fef2f2}.refund-icon{width:16px;height:16px;object-fit:contain}.security-card{padding:24px}.log-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.log-row:last-child{margin-bottom:0}.log-label{font-size:12px;color:#9ca3af}.log-value{font-size:12px;color:#374151;font-family:Inter,sans-serif;text-align:right}.multiline-value{white-space:pre-line}.order-message-card{color:#374151;font-size:14px}.order-message-error{color:#dc2626}@media(max-width:1024px){.admin-order-main{padding:0 20px;--admin-topbar-edge-x: 20px}.order-details-layout{grid-template-columns:1fr}}@media(max-width:768px){.admin-order-main{padding:0 16px;--admin-topbar-edge-x: 16px}.admin-order-topbar .topbar-actions{gap:8px;flex-wrap:wrap;justify-content:flex-end}.verified-badge{font-size:11px;padding:6px 10px}}.view-voucher-wrapper{min-height:100vh;padding:10px}.view-voucher-breadcrumb{display:flex;align-items:center;gap:6px;padding:15px 10px;font-size:13px}.view-voucher-breadcrumb a{color:#6b7280;text-decoration:none;transition:color .15s}.view-voucher-breadcrumb a:hover{color:#374151}.view-voucher-breadcrumb .breadcrumb-separator{color:#9ca3af;font-size:12px}.view-voucher-breadcrumb .breadcrumb-active{color:#f97316;font-weight:500}.view-voucher-header{display:flex;align-items:flex-start;justify-content:space-between;padding:10px}.view-voucher-header h2{font-size:22px;font-weight:700;color:#111827;margin:0 0 5px}.view-voucher-header .header-subtitle{font-size:13px;color:#6b7280;margin:0;max-width:520px}.btn-edit-content{display:flex;align-items:center;gap:6px;background:#f97316;color:#fff;border:none;border-radius:8px;padding:9px 16px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s;flex-shrink:0}.btn-edit-content:hover{background:#ea6c0a}.btn-edit-content svg{width:14px;height:14px}.voucher-card{margin:28px 10px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px 28px 28px}.voucher-card-title{display:flex;align-items:center;gap:10px;margin-bottom:24px;padding-bottom:0}.voucher-card-title .title-icon{display:flex;align-items:center;justify-content:center;width:30px;height:30px;background:#fff7ed;border:1px solid #fed7aa;border-radius:6px;font-size:15px}.voucher-card-title span.title-text{font-size:15px;font-weight:700;color:#111827}.voucher-divider{border:none;border-top:1px solid #f3f4f6;margin:0 0 24px}.voucher-fields-row{display:grid;grid-template-columns:repeat(4,1fr);gap:24px 20px;margin-bottom:24px}.voucher-fields-row.three-col{grid-template-columns:repeat(4,1fr)}.voucher-field{display:flex;flex-direction:column;gap:5px}.voucher-field label{font-size:12px;color:#6b7280;font-weight:400;line-height:1.4}.voucher-field .field-value{font-size:14px;color:#111827;font-weight:500;line-height:1.4}.voucher-field .field-value.mono{font-family:Courier New,Courier,monospace;letter-spacing:.5px;font-size:13.5px}.voucher-field .field-value.center-val{text-align:center}.status-active{display:flex;align-items:center;gap:6px;font-size:13.5px;font-weight:600;color:#16a34a}.status-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;flex-shrink:0}.status-badge{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;border-radius:999px;padding:4px 10px}.status-badge--active{color:#16a34a;background:#dcfce7}.status-badge--expiring,.status-badge--scheduled{color:#d97706;background:#fef3c7}.status-badge--used,.status-badge--expired,.status-badge--inactive{color:#6b7280;background:#e5e7eb}.products-section{margin-top:4px}.products-section .products-label{font-size:12px;color:#6b7280;margin-bottom:12px}.products-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.product-item{display:flex;align-items:center;gap:12px;border:1px solid #e5e7eb;border-radius:10px;padding:10px 14px;background:#fff;cursor:pointer;transition:border-color .15s,background .15s}.product-item:hover{border-color:#f97316;background:#fff7ed}.product-thumbnail{width:52px;height:52px;border-radius:8px;background:#4b5563;flex-shrink:0}.product-info{display:flex;flex-direction:column;gap:3px}.product-name{font-size:13px;font-weight:600;color:#111827;line-height:1.3}.product-meta{font-size:12px;color:#9ca3af;line-height:1.3}.products-empty{font-size:12px;color:#94a3b8}.voucher-state-card{margin:28px 10px;border:1px dashed #dbe2eb;border-radius:12px;background:#fff;color:#64748b;font-size:14px;padding:24px}.voucher-state-card--error{color:#b91c1c;border-color:#fecaca;background:#fef2f2}@media(max-width:900px){.voucher-fields-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.voucher-fields-row,.products-grid{grid-template-columns:1fr}.view-voucher-header{flex-direction:column;gap:12px}}
