@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap";
:root{--yellow:#ffd400;--yellow-dark:#d6a900;--ink:#0f172a;--text:#1e293b;--muted:#64748b;--line:#e2e8f0;--bg:#f8fafc;--card:#fff;--blue:#2563eb;--green:#10b981;--red:#ef4444}*{box-sizing:border-box;margin:0;padding:0;font-family:Roboto,Arial,sans-serif}html,body{background:var(--bg);min-height:100%;color:var(--text)}a{color:inherit;text-decoration:none}.gateway-page{min-height:100vh;padding:max(18px, env(safe-area-inset-top)) 14px max(22px, env(safe-area-inset-bottom));background:radial-gradient(circle at 15% 0,#ffd40047,#0000 32%),radial-gradient(circle at 90% 10%,#2563eb21,#0000 30%),linear-gradient(#fff 0%,#f8fafc 46%,#eef2f7 100%);justify-content:center;display:flex}.gateway-shell{gap:14px;width:min(100%,460px);display:grid}.gateway-top{align-items:center;gap:10px;padding:4px 4px 2px;display:flex}.brand-mark{background:var(--ink);width:42px;height:42px;color:var(--yellow);letter-spacing:-.05em;border-radius:16px;place-items:center;font-weight:900;display:grid;box-shadow:0 12px 30px #0f172a2e}.brand-title{color:var(--ink);letter-spacing:.08em;font-size:14px;font-weight:900}.brand-subtitle{color:var(--muted);margin-top:2px;font-size:12px;font-weight:700}.hero-card{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 54%,#020617 100%);border-radius:34px;min-height:285px;padding:24px 20px;position:relative;overflow:hidden;box-shadow:0 24px 70px #0f172a38}.hero-card:before{content:"";background:radial-gradient(circle,#ffd400bf,#ffd4001f 58%,#0000 72%);border-radius:999px;width:230px;height:230px;position:absolute;top:-80px;right:-80px}.hero-card:after{content:"";background:linear-gradient(90deg,#ffd40024,#2563eb1f),repeating-linear-gradient(90deg,#ffffff1a 0 1px,#0000 1px 13px);height:100px;position:absolute;inset:auto 0 0;-webkit-mask-image:linear-gradient(#0000,#000 45%);mask-image:linear-gradient(#0000,#000 45%)}.hero-kicker{z-index:2;color:#ffffffd1;letter-spacing:.12em;background:#ffffff1a;border:1px solid #ffffff24;border-radius:999px;width:fit-content;padding:8px 11px;font-size:10px;font-weight:900;position:relative}.hero-card h1{z-index:2;letter-spacing:-.075em;margin-top:38px;font-size:clamp(38px,12vw,58px);font-weight:900;line-height:.9;position:relative}.hero-card h1 span{color:var(--yellow);margin-top:8px;display:block}.hero-card p{z-index:2;color:#ffffffad;max-width:330px;margin-top:16px;font-size:14px;font-weight:500;line-height:1.55;position:relative}.access-grid{gap:12px;display:grid}.access-card{background:var(--card);border:1px solid var(--line);border-radius:26px;grid-template-columns:58px 1fr 34px;align-items:center;gap:14px;min-height:112px;padding:15px;transition:all .18s;display:grid;box-shadow:0 12px 34px #0f172a12}.access-card:active{transform:scale(.985)}.access-card.primary{background:radial-gradient(circle at 0 0,#ffd40038,#0000 38%),#fff;border-color:#ffd40085}.access-card.admin{border-color:#0f172a1a}.card-number{background:var(--ink);height:58px;color:var(--yellow);letter-spacing:-.05em;border-radius:21px;place-items:center;font-size:18px;font-weight:900;display:grid}.card-label{width:fit-content;color:var(--ink);letter-spacing:.08em;background:#0f172a14;border-radius:999px;padding:6px 8px;font-size:9px;font-weight:900;line-height:1}.card-label.public{color:var(--blue);background:#2563eb1a}.card-label.admin-label{color:var(--red);background:#ef44441a}.access-card h2{color:var(--ink);letter-spacing:-.025em;margin-top:8px;font-size:16px;font-weight:900;line-height:1.15}.access-card p{color:var(--muted);margin-top:5px;font-size:12.5px;font-weight:600;line-height:1.45}.card-arrow{width:34px;height:34px;color:var(--ink);background:#f1f5f9;border-radius:14px;place-items:center;font-size:26px;font-weight:900;display:grid}.system-pill{border:1px solid var(--line);color:#047857;letter-spacing:.1em;cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffffeb;border-radius:999px;align-items:center;gap:8px;width:fit-content;margin:4px auto 0;padding:10px 14px;font-size:10.5px;font-weight:900;transition:all .16s;display:flex;box-shadow:0 12px 28px #0f172a14}.system-pill:active{transform:scale(.96)}.system-pill span{background:var(--green);border-radius:999px;width:8px;height:8px;box-shadow:0 0 0 4px #10b98124}@media (min-width:760px){.gateway-page{align-items:center;padding:30px}.gateway-shell{width:min(100%,520px)}}.access-button{text-align:left;appearance:none;cursor:pointer;touch-action:manipulation;background:radial-gradient(circle at 0 0,#ffd40038,#0000 38%),#fff;border:1px solid #ffd40085;width:100%}.access-button *{pointer-events:none}.login-overlay{z-index:1000;background:#0f172a94;justify-content:center;align-items:flex-end;padding:14px;display:flex;position:fixed;inset:0}.login-sheet{background:#fff;border:1px solid #ffffffe0;border-radius:30px 30px 26px 26px;width:min(100%,430px);padding:18px;animation:.22s cubic-bezier(.16,1,.3,1) loginUp;box-shadow:0 24px 70px #0f172a38}.login-handle{background:#cbd5e1;border-radius:999px;width:44px;height:5px;margin:0 auto 15px}.login-title{color:#0f172a;text-align:center;text-transform:uppercase;font-size:18px;font-weight:900;line-height:1.25}.login-subtitle{color:#64748b;text-align:center;max-width:310px;margin:8px auto 18px;font-size:13px;font-weight:600;line-height:1.45}.login-label{color:#64748b;letter-spacing:.08em;text-transform:uppercase;margin:12px 0 7px;font-size:10.5px;font-weight:900;line-height:1;display:block}.login-input{color:#0f172a;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:18px;width:100%;min-height:55px;padding:15px;font-size:16px;font-weight:800}.login-input:focus{background:#fff;border-color:#eab308;box-shadow:0 0 0 4px #ffd4002e}.login-error{color:#dc2626;background:#ef444414;border-radius:14px;margin-top:13px;padding:11px 12px;font-size:12px;font-weight:800;line-height:1.45}.login-submit{color:#111827;letter-spacing:.07em;text-transform:uppercase;background:linear-gradient(135deg,#ffd400,#f6c800);border:0;border-radius:18px;width:100%;min-height:55px;margin-top:15px;font-size:12.5px;font-weight:900;box-shadow:0 14px 24px #f59e0b38}.login-submit:disabled{opacity:.72;cursor:wait}.login-cancel{color:#ef4444;letter-spacing:.06em;cursor:pointer;background:0 0;border:0;border-radius:16px;width:100%;margin-top:9px;padding:12px;font-size:12px;font-weight:900}.login-note{color:#64748b;text-align:center;margin-top:12px;font-size:12px;font-weight:700}@keyframes loginUp{0%{opacity:0;transform:translateY(18px)scale(.98)}to{opacity:1;transform:none}}@media (min-width:760px){.login-overlay{align-items:center}.login-sheet{border-radius:30px}}.staff-os-page{min-height:100vh;padding:max(14px, env(safe-area-inset-top)) 12px max(24px, env(safe-area-inset-bottom));background:radial-gradient(circle at 20% 0,#ffd40038,#0000 32%),radial-gradient(circle at 95% 10%,#2563eb1f,#0000 30%),linear-gradient(#fff 0%,#f8fafc 48%,#eef2f7 100%)}.staff-os-shell{gap:14px;width:min(100%,520px);margin:0 auto;display:grid}.staff-command{color:#fff;background:radial-gradient(circle at 92% 8%,#ffd40099,#0000 30%),linear-gradient(135deg,#0f172a,#111827 58%,#020617);border-radius:34px;justify-content:space-between;align-items:flex-start;gap:14px;min-height:210px;padding:22px;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 70px #0f172a33}.staff-command:after{content:"";background:linear-gradient(90deg,#ffd40029,#2563eb1a),repeating-linear-gradient(90deg,#ffffff1c 0 1px,#0000 1px 13px);height:82px;position:absolute;inset:auto 0 0;-webkit-mask-image:linear-gradient(#0000,#000 45%);mask-image:linear-gradient(#0000,#000 45%)}.staff-kicker{letter-spacing:.12em;text-transform:uppercase;background:#ffffff1a;border:1px solid #ffffff24;border-radius:999px;width:fit-content;padding:8px 11px;font-size:10px;font-weight:900}.staff-command h1{z-index:2;letter-spacing:-.07em;text-transform:uppercase;margin-top:34px;font-size:clamp(38px,11vw,56px);font-weight:900;line-height:.9;position:relative}.staff-command p{z-index:2;color:#ffffffb8;margin-top:10px;font-size:13px;font-weight:700;line-height:1.45;position:relative}.staff-logout{z-index:2;color:#0f172a;text-transform:uppercase;background:#ffd400;border:0;border-radius:999px;flex:none;padding:10px 12px;font-size:11px;font-weight:900;position:relative}.mode-switch{grid-template-columns:1fr 1fr;gap:9px;display:grid}.mode-switch button{color:#64748b;text-transform:uppercase;background:#fff;border:1px solid #e2e8f0;border-radius:18px;min-height:52px;font-size:12px;font-weight:900}.mode-switch button.active{color:#ffd400;background:#0f172a;border-color:#0f172a}.tradein-card{background:#fff;border:1px solid #e2e8f0;border-radius:28px;padding:18px;box-shadow:0 16px 40px #0f172a12}.section-head{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.section-head.second{margin-top:22px}.section-head div{align-items:center;gap:10px;display:flex}.section-head span{color:#ffd400;background:#0f172a;border-radius:13px;place-items:center;width:34px;height:34px;font-size:12px;font-weight:900;display:grid}.section-head h2{color:#0f172a;text-transform:uppercase;font-size:15px;font-weight:900}.section-head button{color:#64748b;text-transform:uppercase;background:#f1f5f9;border:0;border-radius:999px;padding:9px 11px;font-size:11px;font-weight:900}.tradein-card label{color:#64748b;letter-spacing:.08em;text-transform:uppercase;margin:13px 0 7px;font-size:10.5px;font-weight:900;line-height:1;display:block}.tradein-card input,.tradein-card select{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:17px;width:100%;min-height:54px;padding:14px 15px;font-size:16px;font-weight:800}.tradein-card input:focus,.tradein-card select:focus{background:#fff;border-color:#eab308;box-shadow:0 0 0 4px #ffd4002e}.type-price-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.type-price-grid button{text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:20px;min-height:78px;padding:12px;box-shadow:0 10px 26px #0f172a0b}.type-price-grid button.active{background:#0f172a;border-color:#0f172a}.type-price-grid span{color:#64748b;text-transform:uppercase;font-size:11px;font-weight:900;display:block}.type-price-grid b{color:#0f172a;margin-top:8px;font-size:17px;font-weight:900;display:block}.type-price-grid button.active span{color:#ffffffa3}.type-price-grid button.active b{color:#ffd400}.staff-loader{text-align:center;background:#fff;border-radius:30px;width:min(100%,390px);margin:20vh auto 0;padding:30px;box-shadow:0 20px 60px #0f172a1a}.loader-orb{border:5px solid #e2e8f0;border-top-color:#ffd400;border-radius:999px;width:54px;height:54px;margin:0 auto 16px;animation:1s linear infinite spin}.loader-title{color:#0f172a;font-size:16px;font-weight:900}.staff-loader p{color:#64748b;margin-top:8px;font-size:13px;font-weight:700}@keyframes spin{to{transform:rotate(360deg)}}.type-price-grid em{color:#64748b;margin-top:7px;font-size:11px;font-style:normal;font-weight:800;line-height:1.35;display:block}.type-price-grid button.active em{color:#ffffffb8}.quote-dock.quote-premium{bottom:max(10px, env(safe-area-inset-bottom));z-index:50;color:#fff;background:radial-gradient(circle at 96% 0,#ffd4002e,#0000 30%),radial-gradient(circle at 0 100%,#2563eb29,#0000 34%),linear-gradient(135deg,#172554 0%,#101827 50%,#052f38 100%);border-radius:30px;width:100%;padding:18px 16px 16px;display:none;position:sticky;overflow:hidden;box-shadow:0 24px 80px #0f172a61,inset 0 1px #ffffff14}.quote-dock.quote-premium.show{animation:.24s cubic-bezier(.16,1,.3,1) quotePremiumUp;display:block}@keyframes quotePremiumUp{0%{opacity:0;transform:translateY(18px)scale(.985)}to{opacity:1;transform:none}}.quote-close-btn{color:#fff;cursor:pointer;background:#ffffff1f;border:0;border-radius:999px;place-items:center;width:40px;height:40px;font-size:30px;font-weight:300;line-height:1;display:grid;position:absolute;top:14px;right:14px}.quote-title{text-align:center;color:#ffffffa8;letter-spacing:.14em;text-transform:uppercase;padding-left:38px;padding-right:38px;font-size:12px;font-weight:900;line-height:1}.quote-note{text-align:center;color:#fff9;max-width:92%;margin:16px auto 0;font-size:12px;font-weight:800;line-height:1.35}.quote-total{text-align:center;color:#fff;letter-spacing:-.055em;text-shadow:0 10px 34px #00000052;margin-top:10px;font-size:clamp(42px,12vw,60px);font-weight:900;line-height:.98}.quote-time-pill{color:#ffffffb3;background:#ffffff1a;border:1px solid #ffffff24;border-radius:999px;width:fit-content;margin:12px auto 14px;padding:8px 14px;font-size:12px;font-weight:900}.quote-info-card{background:#ffffff13;border:1px solid #ffffff1f;border-radius:18px;margin-top:14px;padding:16px 14px;box-shadow:inset 0 1px #ffffff0d}.quote-info-card div{border-bottom:1px dashed #ffffff24;grid-template-columns:108px 1fr;align-items:center;gap:10px;min-height:35px;display:grid}.quote-info-card div:last-child{border-bottom:none}.quote-info-card span{color:#ffffff8a;letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:900;line-height:1.25}.quote-info-card b{color:#fff;text-align:right;word-break:break-word;min-width:0;font-size:13px;font-weight:900;line-height:1.35}.quote-money-card{margin-top:14px}.quote-money-card div{min-height:36px}.quote-money-card b{font-size:14px}.quote-actions.quote-actions-premium{grid-template-columns:1fr 1fr 1.25fr;gap:10px;margin-top:16px;display:grid}.quote-btn{letter-spacing:.04em;text-transform:uppercase;cursor:pointer;border:0;border-radius:14px;justify-content:center;align-items:center;gap:7px;min-height:48px;font-size:11px;font-weight:900;line-height:1.2;display:inline-flex}.quote-btn-copy{color:#fff;background:#ffffff14;border:1px solid #ffffff1f}.quote-btn-zalo{color:#fff;background:#2563eb;box-shadow:0 12px 28px #2563eb47}.quote-btn-customer{color:#111827;background:#fff}@media screen and (max-width:430px){.quote-dock.quote-premium{border-radius:28px;padding:17px 13px 14px}.quote-total{font-size:48px}.quote-info-card{padding:14px 12px}.quote-info-card div{grid-template-columns:92px 1fr;gap:8px}.quote-info-card span{font-size:10.5px}.quote-info-card b{font-size:12.5px}.quote-actions.quote-actions-premium{grid-template-columns:1fr}.quote-btn{min-height:48px}}.result-sheet-v2{left:50%;right:auto;bottom:max(10px, env(safe-area-inset-bottom));z-index:9999;-webkit-overflow-scrolling:touch;color:#fff;background:radial-gradient(circle at 96% 0,#ffd4002e,#0000 30%),radial-gradient(circle at 0 100%,#2563eb29,#0000 34%),linear-gradient(135deg,#172554 0%,#111827 52%,#052f38 100%);border:1px solid #ffffff1a;border-radius:30px;width:min(100% - 18px,520px);max-height:calc(100dvh - 22px);padding:18px 16px 16px;display:none;position:fixed;overflow-y:auto;transform:translate(-50%);box-shadow:0 26px 82px #0f172a6b,inset 0 1px #ffffff14}.result-sheet-v2.is-open{animation:.24s cubic-bezier(.16,1,.3,1) resultSheetUp;display:block}@keyframes resultSheetUp{0%{opacity:0;transform:translate(-50%)translateY(22px)scale(.985)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}.result-close{color:#fff;cursor:pointer;background:#ffffff1f;border:0;border-radius:999px;place-items:center;width:40px;height:40px;font-size:30px;font-weight:300;line-height:1;display:grid;position:absolute;top:14px;right:14px}.result-headline{text-align:center;color:#ffffffa8;letter-spacing:.14em;text-transform:uppercase;padding:2px 42px 0;font-size:12px;font-weight:900;line-height:1}.result-note{text-align:center;color:#fff9;max-width:92%;margin:16px auto 0;font-size:12px;font-weight:800;line-height:1.35}.result-total{text-align:center;color:#fff;letter-spacing:-.055em;text-shadow:0 10px 34px #00000052;margin-top:10px;font-size:clamp(42px,12vw,60px);font-weight:900;line-height:.98}.result-time{color:#ffffffb3;background:#ffffff1a;border:1px solid #ffffff24;border-radius:999px;width:fit-content;margin:12px auto 14px;padding:8px 14px;font-size:12px;font-weight:900}.result-card{background:#ffffff13;border:1px solid #ffffff1f;border-radius:18px;margin-top:14px;padding:16px 14px;box-shadow:inset 0 1px #ffffff0d}.result-row{border-bottom:1px dashed #ffffff24;grid-template-columns:108px 1fr;align-items:center;gap:10px;min-height:35px;display:grid}.result-row:last-child{border-bottom:none}.result-row span{color:#ffffff8a;letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:900;line-height:1.25}.result-row b{color:#fff;text-align:right;word-break:break-word;min-width:0;font-size:13px;font-weight:900;line-height:1.35}.result-money-card{margin-top:14px}.result-money-card .result-row{min-height:36px}.result-money-card .result-row b{font-size:14px}.result-actions{grid-template-columns:1fr 1fr 1.25fr;gap:10px;margin-top:16px;display:grid}.result-btn{letter-spacing:.04em;text-transform:uppercase;cursor:pointer;border:0;border-radius:14px;justify-content:center;align-items:center;gap:7px;min-height:48px;font-size:11px;font-weight:900;line-height:1.2;display:inline-flex}.result-btn-copy{color:#fff;background:#ffffff14;border:1px solid #ffffff1f}.result-btn-zalo{color:#fff;background:#2563eb;box-shadow:0 12px 28px #2563eb47}.result-btn-customer{color:#111827;background:#fff}@media screen and (max-width:430px){.result-sheet-v2{border-radius:28px;width:calc(100% - 14px);padding:17px 13px 14px}.result-total{font-size:48px}.result-card{padding:14px 12px}.result-row{grid-template-columns:92px 1fr;gap:8px}.result-row span{font-size:10.5px}.result-row b{font-size:12.5px}.result-actions{grid-template-columns:1fr}.result-btn{min-height:48px}}.subsidy-meta-grid{grid-template-columns:1fr 1fr;gap:12px;margin-top:14px;margin-bottom:6px;display:grid}.subsidy-meta-card{background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #dbe5f2;border-radius:17px;min-height:72px;padding:13px 14px;box-shadow:0 10px 24px #0f172a0b,inset 0 1px #ffffffd9}.subsidy-meta-card span{color:#64748b;letter-spacing:.08em;text-transform:uppercase;font-size:10.5px;font-weight:900;line-height:1;display:block}.subsidy-meta-card b{color:#10b981;text-align:center;letter-spacing:.02em;margin-top:13px;font-size:17px;font-weight:900;line-height:1.1;display:block}.subsidy-meta-card:first-child b{color:#2563eb}.subsidy-meta-card:nth-child(3){grid-column:1/2}@media screen and (max-width:430px){.subsidy-meta-grid{gap:10px}.subsidy-meta-card{border-radius:16px;min-height:68px;padding:12px}.subsidy-meta-card b{font-size:16px}}.login-page-v2{min-height:100vh;padding:max(16px, env(safe-area-inset-top)) 14px max(18px, env(safe-area-inset-bottom));background:radial-gradient(circle at 15% 0,#ffd40047,#0000 34%),radial-gradient(circle at 100% 12%,#2563eb24,#0000 30%),linear-gradient(#fff 0%,#f8fafc 48%,#eef2f7 100%);justify-content:center;align-items:center;display:flex}.login-card-v2{gap:14px;width:min(100%,460px);display:grid}.login-brand-v2{align-items:center;gap:10px;padding:4px;display:flex}.login-hero-v2{color:#fff;background:radial-gradient(circle at 94% 4%,#ffd40094,#0000 32%),linear-gradient(135deg,#0f172a,#111827 58%,#020617);border-radius:34px;min-height:235px;padding:22px;position:relative;overflow:hidden;box-shadow:0 24px 70px #0f172a33}.login-hero-v2:after{content:"";background:linear-gradient(90deg,#ffd40029,#2563eb1a),repeating-linear-gradient(90deg,#ffffff1c 0 1px,#0000 1px 13px);height:82px;position:absolute;inset:auto 0 0;-webkit-mask-image:linear-gradient(#0000,#000 45%);mask-image:linear-gradient(#0000,#000 45%)}.login-hero-v2 h1{z-index:2;letter-spacing:-.07em;margin-top:34px;font-size:clamp(40px,12vw,58px);font-weight:900;line-height:.9;position:relative}.login-hero-v2 h1 span{color:#ffd400;display:block}.login-hero-v2 p{z-index:2;color:#ffffffb8;max-width:330px;margin-top:12px;font-size:13px;font-weight:700;line-height:1.45;position:relative}.login-form-v2{background:#fff;border:1px solid #e2e8f0;border-radius:28px;padding:18px;box-shadow:0 16px 40px #0f172a12}.login-form-v2 label{color:#64748b;letter-spacing:.08em;text-transform:uppercase;margin:14px 0 7px;font-size:10.5px;font-weight:900;line-height:1;display:block}.login-form-v2 label:first-child{margin-top:0}.login-form-v2 input{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;width:100%;min-height:56px;padding:15px;font-size:16px;font-weight:900}.login-form-v2 input:focus{background:#fff;border-color:#eab308;box-shadow:0 0 0 4px #ffd4002e}.login-form-v2 button{color:#111827;letter-spacing:.07em;text-transform:uppercase;background:linear-gradient(135deg,#ffd400,#f6c800);border:0;border-radius:18px;width:100%;min-height:56px;margin-top:16px;font-size:12.5px;font-weight:900;box-shadow:0 14px 24px #f59e0b38}.login-form-v2 button:disabled{opacity:.72;cursor:wait}.login-error-v2{color:#dc2626;background:#ef444414;border-radius:14px;margin-top:13px;padding:12px;font-size:12px;font-weight:800;line-height:1.45}.login-back-v2{color:#ef4444;letter-spacing:.06em;border-radius:16px;place-items:center;min-height:48px;margin-top:10px;font-size:12px;font-weight:900;display:grid}.system-pill-admin{-webkit-tap-highlight-color:transparent;text-decoration:none}.system-pill-admin:hover{background:#fff;box-shadow:0 16px 34px #0f172a1f}.admin-login-page,.admin-page{min-height:100vh;padding:max(16px, env(safe-area-inset-top)) 14px max(18px, env(safe-area-inset-bottom));background:radial-gradient(circle at 12% 0,#ef444421,#0000 32%),radial-gradient(circle at 100% 8%,#ffd40038,#0000 32%),linear-gradient(#fff 0%,#f8fafc 48%,#eef2f7 100%);justify-content:center;display:flex}.admin-login-shell,.admin-shell{gap:14px;width:min(100%,520px);display:grid}.admin-login-brand{align-items:center;gap:10px;padding:4px;display:flex}.admin-login-hero,.admin-command{color:#fff;background:radial-gradient(circle at 94% 4%,#ef44447a,#0000 32%),linear-gradient(135deg,#0f172a,#111827 58%,#020617);border-radius:34px;min-height:235px;padding:22px;position:relative;overflow:hidden;box-shadow:0 24px 70px #0f172a33}.admin-login-hero:after,.admin-command:after{content:"";background:linear-gradient(90deg,#ef444429,#ffd4001a),repeating-linear-gradient(90deg,#ffffff1c 0 1px,#0000 1px 13px);height:82px;position:absolute;inset:auto 0 0;-webkit-mask-image:linear-gradient(#0000,#000 45%);mask-image:linear-gradient(#0000,#000 45%)}.admin-login-hero h1,.admin-command h1{z-index:2;letter-spacing:-.07em;margin-top:34px;font-size:clamp(40px,12vw,58px);font-weight:900;line-height:.9;position:relative}.admin-login-hero h1 span,.admin-command h1 span{color:#ffd400;display:block}.admin-login-hero p,.admin-command p{z-index:2;color:#ffffffb8;max-width:340px;margin-top:12px;font-size:13px;font-weight:700;line-height:1.45;position:relative}.admin-kicker{z-index:2;letter-spacing:.12em;text-transform:uppercase;background:#ffffff1a;border:1px solid #ffffff24;border-radius:999px;width:fit-content;padding:8px 11px;font-size:10px;font-weight:900;position:relative}.admin-login-card{background:#fff;border:1px solid #e2e8f0;border-radius:28px;padding:18px;box-shadow:0 16px 40px #0f172a12}.admin-login-card label{color:#64748b;letter-spacing:.08em;text-transform:uppercase;margin-bottom:7px;font-size:10.5px;font-weight:900;line-height:1;display:block}.admin-login-card input{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;width:100%;min-height:56px;padding:15px;font-size:16px;font-weight:900}.admin-login-card input:focus{background:#fff;border-color:#ef4444;box-shadow:0 0 0 4px #ef44441f}.admin-login-card button{color:#fff;letter-spacing:.07em;text-transform:uppercase;background:linear-gradient(135deg,#ef4444,#b91c1c);border:0;border-radius:18px;width:100%;min-height:56px;margin-top:16px;font-size:12.5px;font-weight:900;box-shadow:0 14px 24px #ef444438}.admin-login-card button:disabled{opacity:.72;cursor:wait}.admin-login-error{color:#dc2626;background:#ef444414;border-radius:14px;margin-top:13px;padding:12px;font-size:12px;font-weight:800;line-height:1.45}.admin-login-back,.admin-back{color:#ef4444;letter-spacing:.06em;text-transform:uppercase;border-radius:16px;place-items:center;min-height:48px;margin-top:10px;font-size:12px;font-weight:900;display:grid}.admin-command{justify-content:space-between;gap:14px;display:flex}.admin-logout{z-index:2;color:#111827;text-transform:uppercase;background:#ffd400;border-radius:999px;height:fit-content;padding:10px 12px;font-size:11px;font-weight:900;position:relative}.admin-grid{gap:12px;display:grid}.admin-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:18px;box-shadow:0 14px 34px #0f172a0f}.admin-card span{color:#ef4444;background:#ef44441a;border-radius:999px;place-items:center;width:fit-content;padding:7px 9px;font-size:10px;font-weight:900;display:inline-grid}.admin-card h2{color:#0f172a;margin-top:12px;font-size:17px;font-weight:900}.admin-card p{color:#64748b;margin-top:6px;font-size:13px;font-weight:700;line-height:1.45}.admin-login-error.show{visibility:visible!important;opacity:1!important;color:#dc2626!important;text-align:left!important;background:#ef44441a!important;border:1px solid #ef444438!important;border-radius:14px!important;margin-top:13px!important;padding:12px 14px!important;font-size:13px!important;font-weight:900!important;line-height:1.45!important;display:block!important}.admin-error-banner{color:#dc2626!important;text-align:left!important;text-align:left!important;background:#ef44441c!important;border:1px solid #ef444447!important;border-radius:14px!important;width:100%!important;margin-top:13px!important;padding:12px 14px!important;font-size:13px!important;font-weight:900!important;line-height:1.45!important;display:block!important}.staff-error-banner{color:#dc2626!important;text-align:left!important;background:#ef44441c!important;border:1px solid #ef444447!important;border-radius:14px!important;width:100%!important;margin-top:13px!important;padding:12px 14px!important;font-size:13px!important;font-weight:900!important;line-height:1.45!important;display:block!important}.customer-view-page{min-height:100vh;padding:max(14px, env(safe-area-inset-top)) 12px max(18px, env(safe-area-inset-bottom));background:radial-gradient(circle at 20% 0,#ffd40040,#0000 34%),radial-gradient(circle at 100% 10%,#2563eb24,#0000 30%),linear-gradient(#fff 0%,#f8fafc 48%,#eef2f7 100%);justify-content:center;display:flex}.customer-view-shell{gap:14px;width:min(100%,520px);display:grid}.customer-view-hero{color:#fff;background:radial-gradient(circle at 94% 4%,#ffd40094,#0000 32%),linear-gradient(135deg,#0f172a,#111827 58%,#020617);border-radius:34px;min-height:245px;padding:22px;position:relative;overflow:hidden;box-shadow:0 24px 70px #0f172a33}.customer-view-hero:after{content:"";background:linear-gradient(90deg,#ffd40029,#2563eb1a),repeating-linear-gradient(90deg,#ffffff1c 0 1px,#0000 1px 13px);height:82px;position:absolute;inset:auto 0 0;-webkit-mask-image:linear-gradient(#0000,#000 45%);mask-image:linear-gradient(#0000,#000 45%)}.customer-view-hero h1{z-index:2;letter-spacing:-.07em;margin-top:34px;font-size:clamp(38px,11vw,58px);font-weight:900;line-height:.9;position:relative}.customer-view-hero h1 span{color:#ffd400;display:block}.customer-view-hero p{z-index:2;color:#ffffffb8;max-width:350px;margin-top:12px;font-size:13px;font-weight:700;line-height:1.45;position:relative}.customer-price-card{color:#fff;text-align:center;background:radial-gradient(circle at 100% 0,#ffd4002e,#0000 34%),linear-gradient(135deg,#172554 0%,#101827 52%,#052f38 100%);border-radius:30px;padding:22px 16px;box-shadow:0 24px 70px #0f172a3d}.customer-price-label{color:#ffffff9e;letter-spacing:.14em;font-size:12px;font-weight:900;line-height:1}.customer-price-total{color:#fff;letter-spacing:-.055em;margin-top:10px;font-size:clamp(46px,13vw,62px);font-weight:900;line-height:.98}.customer-time-pill{color:#ffffffb3;background:#ffffff1a;border:1px solid #ffffff24;border-radius:999px;width:fit-content;margin:14px auto 0;padding:8px 14px;font-size:12px;font-weight:900}.customer-info-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:16px 14px;box-shadow:0 14px 34px #0f172a0f}.customer-info-card div{border-bottom:1px dashed #e2e8f0;grid-template-columns:105px 1fr;align-items:center;gap:10px;min-height:38px;display:grid}.customer-info-card div:last-child{border-bottom:none}.customer-info-card span{color:#64748b;text-transform:uppercase;font-size:11px;font-weight:900}.customer-info-card b{color:#0f172a;text-align:right;font-size:13.5px;font-weight:900;line-height:1.35}.customer-info-card.money b{font-size:15px}.customer-pay-card{color:#fff;background:#0f172a;border-radius:24px;padding:18px;box-shadow:0 18px 50px #0f172a33}.customer-pay-card span{color:#ffffff9e;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:900;display:block}.customer-pay-card b{color:#ffd400;margin-top:8px;font-size:34px;font-weight:900;line-height:1;display:block}.customer-note-card{color:#854d0e;background:#ffd40024;border:1px solid #ffd40052;border-radius:22px;padding:16px}.customer-note-card b{text-transform:uppercase;font-size:13px;font-weight:900;display:block}.customer-note-card p{margin-top:7px;font-size:12.5px;font-weight:700;line-height:1.5}.customer-back-btn{color:#0f172a;text-transform:uppercase;background:#fff;border:1px solid #e2e8f0;border-radius:18px;place-items:center;min-height:52px;font-size:12px;font-weight:900;display:grid;box-shadow:0 12px 28px #0f172a0f}.customer-view-empty{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:30px;margin-top:18vh;padding:24px;box-shadow:0 20px 60px #0f172a1a}.customer-view-empty .brand-mark{margin:0 auto 14px}.customer-view-empty h1{color:#0f172a;font-size:24px;font-weight:900}.customer-view-empty p{color:#64748b;margin-top:8px;font-size:13px;font-weight:700;line-height:1.45}.customer-view-empty a{color:#111827;background:#ffd400;border-radius:16px;place-items:center;min-height:48px;margin-top:16px;font-size:12px;font-weight:900;display:grid}.customer-focus-layer{z-index:999999;min-height:100vh;padding:max(18px, env(safe-area-inset-top)) 14px max(18px, env(safe-area-inset-bottom));background:radial-gradient(circle at 50% 42%,#0f172a1a,#0000 34%),linear-gradient(#fff 0%,#f8fafc 52%,#f1f5f9 100%);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.customer-focus-brand{top:max(14px, env(safe-area-inset-top));color:#64748b;letter-spacing:.14em;background:#ffffffe0;border:1px solid #e2e8f0;border-radius:999px;width:fit-content;padding:11px 18px;font-size:10px;font-weight:900;position:fixed;left:50%;transform:translate(-50%);box-shadow:0 12px 30px #0f172a0f}.customer-focus-card{color:#fff;background:radial-gradient(circle at 100% 0,#22d3ee1a,#0000 30%),linear-gradient(135deg,#172554 0%,#111827 56%,#062d35 100%);border-radius:30px;width:min(100%,540px);padding:22px 18px 18px;position:relative;box-shadow:0 32px 90px #0f172a57}.customer-focus-card:after{content:"";pointer-events:none;background:linear-gradient(90deg,#ffffff14,#ffffff05),repeating-linear-gradient(90deg,#ffffff14 0 1px,#0000 1px 13px);border-radius:0 0 30px 30px;height:80px;position:absolute;inset:auto 0 0;-webkit-mask-image:linear-gradient(#0000,#000 45%);mask-image:linear-gradient(#0000,#000 45%)}.customer-focus-close{z-index:3;color:#fff;background:#ffffff1a;border:1px solid #ffffff1f;border-radius:14px;width:40px;height:40px;font-size:28px;font-weight:800;line-height:1;position:absolute;top:16px;right:16px}.customer-focus-kicker{text-align:center;color:#ffffff9e;letter-spacing:.16em;font-size:11px;font-weight:900;line-height:1}.customer-focus-note{text-align:center;color:#ffffff9e;margin-top:16px;font-size:12px;font-weight:900;line-height:1.35}.customer-focus-total{text-align:center;color:#fff;letter-spacing:-.07em;margin-top:8px;font-size:clamp(52px,15vw,68px);font-weight:1000;line-height:.95}.customer-focus-time{color:#ffffffad;background:#ffffff1a;border:1px solid #ffffff1f;border-radius:999px;width:fit-content;margin:14px auto 16px;padding:9px 14px;font-size:12px;font-weight:900}.customer-focus-info{z-index:2;background:#ffffff13;border:1px solid #ffffff18;border-radius:18px;padding:13px 14px;position:relative}.customer-focus-info+.customer-focus-info{margin-top:14px}.customer-focus-info div{border-bottom:1px dashed #ffffff1a;grid-template-columns:110px 1fr;align-items:center;gap:10px;min-height:34px;display:grid}.customer-focus-info div:last-child{border-bottom:0}.customer-focus-info span{color:#ffffff94;letter-spacing:.04em;font-size:11px;font-weight:900}.customer-focus-info b{color:#fff;text-align:right;font-size:13px;font-weight:900;line-height:1.35}.customer-focus-money b{font-size:14px}.customer-focus-actions{z-index:2;grid-template-columns:1fr 1fr 1.25fr;gap:10px;margin-top:16px;display:grid;position:relative}.customer-focus-actions button{color:#fff;letter-spacing:.04em;background:#ffffff14;border:1px solid #ffffff1a;border-radius:15px;min-height:52px;font-size:12px;font-weight:1000}.customer-focus-actions button.zalo{background:#2563eb;border-color:#2563eb}.customer-focus-actions button.exit{color:#111827;background:#fff;border-color:#fff}@media screen and (max-width:430px){.customer-focus-layer{align-items:center;padding-left:12px;padding-right:12px}.customer-focus-card{border-radius:28px;padding:22px 14px 14px}.customer-focus-total{font-size:56px}.customer-focus-info{padding:12px}.customer-focus-info div{grid-template-columns:96px 1fr}.customer-focus-actions{gap:8px}.customer-focus-actions button{min-height:49px;font-size:11px}}.vtdd-swal-popup{background:radial-gradient(circle at 100% 0,#ffd40029,#0000 34%),#fff!important;border-radius:26px!important;width:min(92vw,390px)!important;padding:22px 18px 18px!important;font-family:Roboto,Arial,sans-serif!important;box-shadow:0 24px 70px #0f172a38!important}.vtdd-swal-title{color:#0f172a!important;letter-spacing:-.03em!important;font-size:21px!important;font-weight:900!important;line-height:1.15!important}.vtdd-swal-text{color:#64748b!important;font-size:13px!important;font-weight:700!important;line-height:1.45!important}.vtdd-swal-confirm{color:#111827!important;letter-spacing:.06em!important;background:linear-gradient(135deg,#ffd400,#facc15)!important;border:0!important;border-radius:15px!important;min-width:140px!important;min-height:46px!important;padding:0 18px!important;font-size:12px!important;font-weight:900!important}.swal2-icon{margin-top:8px!important}.swal2-timer-progress-bar{background:#ffd400!important}.vtdd-swal-container,.swal2-container{z-index:2147483647!important}.vtdd-swal-popup{z-index:2147483647!important;position:relative!important}.swal2-backdrop-show{-webkit-backdrop-filter:blur(10px)!important;background:#0f172a7a!important}.login-extra-actions{grid-template-columns:1fr 1fr;gap:10px;margin-top:12px;display:grid}.login-extra-actions a{color:#0f172a;text-transform:uppercase;background:#f8fafc;border:1px solid #e2e8f0;border-radius:15px;place-items:center;min-height:46px;font-size:11px;font-weight:900;display:grid}.staff-success-banner{color:#047857;background:#10b9811a;border:1px solid #10b98147;border-radius:14px;width:100%;margin-top:13px;padding:12px 14px;font-size:13px;font-weight:900;line-height:1.45;display:block}.staff-profile-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:16px;box-shadow:0 14px 34px #0f172a0f}.staff-profile-card span{color:#64748b;letter-spacing:.08em;font-size:10.5px;font-weight:900}.staff-profile-card h2{color:#0f172a;margin-top:6px;font-size:20px;font-weight:900}.staff-profile-card p{color:#64748b;margin-top:4px;font-size:13px;font-weight:800}.force-setup-box{background:#ef444412;border:1px solid #ef444433;border-radius:20px;margin-top:14px;padding:14px}.force-setup-box b{color:#dc2626;font-size:14px;font-weight:900;display:block}.force-setup-box p{color:#991b1b;margin:7px 0 12px;font-size:12.5px;font-weight:700;line-height:1.45}.force-setup-box label{color:#64748b;letter-spacing:.08em;text-transform:uppercase;margin:11px 0 6px;font-size:10.5px;font-weight:900;display:block}.force-setup-box input,.force-setup-box select{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:100%;min-height:50px;padding:13px;font-size:15px;font-weight:800}.force-setup-box button{color:#fff;letter-spacing:.06em;background:linear-gradient(135deg,#ef4444,#b91c1c);border:0;border-radius:17px;width:100%;min-height:52px;margin-top:14px;font-size:12px;font-weight:900}.staff-hero-actions{z-index:8;flex-direction:column;gap:10px;width:238px;display:flex;position:absolute;top:86px;right:20px}.staff-profile-trigger{color:#fff;letter-spacing:.05em;-webkit-backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff1f;border-radius:14px;min-height:42px;font-size:11px;font-weight:900}.staff-profile-floating-card{-webkit-backdrop-filter:blur(14px);background:#080f22db;border:1px solid #ffffff1a;border-radius:18px;padding:14px;box-shadow:0 18px 42px #00000042}.staff-profile-floating-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.staff-profile-floating-head strong{color:#fff;font-size:13px;font-weight:900;line-height:1.25;display:block}.staff-profile-floating-head p{color:#ffffffb8;margin-top:5px;font-size:11px;font-weight:700;line-height:1.45}.staff-profile-close{color:#fff;background:#ffffff14;border:0;border-radius:11px;flex-shrink:0;width:30px;height:30px;font-size:22px;font-weight:700;line-height:1}.staff-profile-grid{grid-template-columns:1fr;gap:10px;margin-top:12px;display:grid}.staff-profile-field{display:block}.staff-profile-field.full{grid-column:1/-1}.staff-profile-field label{color:#ffffffb8;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-size:10px;font-weight:900;display:block}.staff-profile-field input,.staff-profile-field select{color:#fff;background:#ffffff14;border:1px solid #ffffff1a;border-radius:13px;width:100%;min-height:42px;padding:10px 12px;font-size:13px;font-weight:800}.staff-profile-field input::placeholder{color:#ffffff73}.staff-profile-save{color:#111827;letter-spacing:.06em;background:linear-gradient(135deg,#ffd400,#facc15);border:0;border-radius:14px;width:100%;min-height:44px;margin-top:12px;font-size:11px;font-weight:900}.staff-profile-save:disabled{opacity:.65}@media screen and (max-width:768px){.staff-hero-actions{width:190px;top:82px;right:16px}.staff-profile-trigger{min-height:38px;font-size:10px}.staff-profile-floating-card{border-radius:16px;padding:12px}.staff-profile-floating-head strong{font-size:12px}.staff-profile-floating-head p{font-size:10px}.staff-profile-field input,.staff-profile-field select{min-height:40px;font-size:12px}.staff-profile-save{min-height:42px;font-size:10px}}.staff-command{position:relative;overflow:hidden}.staff-profile-trigger{color:#fff;letter-spacing:.04em;text-transform:uppercase;-webkit-backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #ffffff29;border-radius:999px;width:100%;min-height:42px;font-size:10.5px;font-weight:900;line-height:1.15;box-shadow:inset 0 1px #ffffff1f}.staff-profile-trigger:active{transform:scale(.96)}.staff-profile-modal-card{background:radial-gradient(circle at 100% 0,#ffd4002e,#0000 34%),#fff;border:1px solid #e2e8f0f2;border-radius:28px;width:min(100%,520px);max-height:92vh;overflow:auto;box-shadow:0 30px 90px #0f172a52}.staff-profile-modal-body{padding:16px 18px 18px}.staff-profile-modal-body label:first-child{margin-top:0}.staff-profile-modal-body input:focus,.staff-profile-modal-body select:focus{background:#fff;border-color:#facc15;box-shadow:0 0 0 4px #facc152e}.staff-profile-modal-save{color:#111827;letter-spacing:.07em;text-transform:uppercase;background:linear-gradient(135deg,#ffd400,#facc15);border:0;border-radius:18px;width:100%;min-height:54px;margin-top:16px;font-size:12px;font-weight:900;box-shadow:0 14px 28px #f59e0b38}.staff-profile-modal-save:disabled{opacity:.62;cursor:wait}@media screen and (max-width:520px){.staff-hero-actions{width:132px!important;top:76px!important;right:18px!important}.staff-profile-trigger{min-height:38px;font-size:9.5px}.staff-profile-two-cols{grid-template-columns:1fr;gap:0}.staff-profile-modal-card{border-radius:24px}.staff-profile-modal-head{border-radius:24px 24px 0 0;padding:16px}.staff-profile-modal-head h2{font-size:20px}.staff-profile-modal-body{padding:15px}}.staff-hero-actions{z-index:8!important;width:148px!important;position:absolute!important;top:82px!important;right:22px!important}.staff-profile-trigger{color:#fff!important;letter-spacing:.04em!important;text-transform:uppercase!important;background:#ffffff1a!important;border:1px solid #ffffff29!important;border-radius:999px!important;width:100%!important;min-height:38px!important;padding:0 12px!important;font-size:10px!important;font-weight:900!important;line-height:1.1!important}.staff-profile-modal-layer{z-index:999990!important;padding:max(12px, env(safe-area-inset-top)) 12px max(12px, env(safe-area-inset-bottom))!important;-webkit-backdrop-filter:blur(14px)!important;background:#0f172a94!important;justify-content:center!important;align-items:center!important;display:flex!important;position:fixed!important;inset:0!important}.staff-setup-only-bg{background:radial-gradient(circle at 16% 0,#ffd4002e,#0000 30%),linear-gradient(#fff 0%,#f8fafc 50%,#eef2f7 100%)!important;place-items:center!important;min-height:100vh!important;padding:14px!important;display:grid!important}.staff-setup-only-page{width:min(100%,520px)!important}.staff-profile-modal-card,.staff-setup-only-card{background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:24px!important;width:min(100%,520px)!important;max-height:92vh!important;overflow:auto!important;box-shadow:0 26px 76px #0f172a42!important}.staff-profile-modal-head{z-index:2!important;color:#fff!important;background:radial-gradient(circle at 100% 0,#ffd40033,#0000 34%),linear-gradient(135deg,#0f172a,#111827 58%,#020617)!important;border-radius:24px 24px 0 0!important;justify-content:space-between!important;align-items:flex-start!important;gap:12px!important;padding:15px 16px 13px!important;display:flex!important;position:sticky!important;top:0!important}.staff-profile-modal-head span{color:#ffffffc2!important;letter-spacing:.12em!important;background:#ffffff1a!important;border:1px solid #ffffff1f!important;border-radius:999px!important;width:fit-content!important;padding:6px 9px!important;font-size:9px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important}.staff-profile-modal-head h2{color:#fff!important;letter-spacing:-.035em!important;margin-top:10px!important;font-size:20px!important;font-weight:900!important;line-height:1.05!important}.staff-profile-modal-head p{color:#ffffffb3!important;max-width:360px!important;margin-top:6px!important;font-size:11.5px!important;font-weight:700!important;line-height:1.42!important}.staff-profile-modal-close{color:#fff!important;background:#ffffff1a!important;border:1px solid #ffffff1f!important;border-radius:13px!important;flex-shrink:0!important;width:36px!important;height:36px!important;font-size:24px!important;font-weight:800!important;line-height:1!important}.staff-profile-modal-body.compact{padding:14px 16px 16px!important}.staff-profile-modal-body label{color:#64748b!important;letter-spacing:.08em!important;text-transform:uppercase!important;margin:11px 0 6px!important;font-size:9.5px!important;font-weight:900!important;line-height:1!important;display:block!important}.staff-profile-modal-body input,.staff-profile-modal-body select{color:#0f172a!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:15px!important;outline:none!important;width:100%!important;min-height:46px!important;padding:11px 13px!important;font-size:14px!important;font-weight:800!important}.staff-profile-two-cols{grid-template-columns:1fr 1fr!important;gap:10px!important;display:grid!important}.profile-change-password-check{color:#854d0e!important;letter-spacing:.02em!important;text-transform:none!important;background:#ffd40021!important;border:1px solid #ffd40052!important;border-radius:15px!important;align-items:center!important;gap:10px!important;min-height:42px!important;margin:12px 0 0!important;padding:10px 12px!important;font-size:12px!important;font-weight:900!important;display:flex!important}.profile-change-password-check input{accent-color:#facc15!important;width:18px!important;height:18px!important;min-height:18px!important;padding:0!important}.staff-profile-modal-save{color:#111827!important;letter-spacing:.07em!important;text-transform:uppercase!important;background:linear-gradient(135deg,#ffd400,#facc15)!important;border:0!important;border-radius:17px!important;width:100%!important;min-height:50px!important;margin-top:14px!important;font-size:11.5px!important;font-weight:900!important}@media screen and (max-width:520px){.staff-hero-actions{width:132px!important;top:76px!important;right:18px!important}.staff-profile-trigger{min-height:36px!important;font-size:9px!important}.staff-profile-two-cols{grid-template-columns:1fr!important;gap:0!important}.staff-profile-modal-card,.staff-setup-only-card{border-radius:22px!important}.staff-profile-modal-head{border-radius:22px 22px 0 0!important;padding:14px!important}.staff-profile-modal-head h2{font-size:19px!important}.staff-profile-modal-body.compact{padding:13px!important}}.register-hero-v2{color:#fff;background:radial-gradient(circle at 94% 4%,#ffd40094,#0000 32%),linear-gradient(135deg,#0f172a,#111827 58%,#020617);border-radius:34px;min-height:210px;padding:22px;position:relative;overflow:hidden;box-shadow:0 24px 70px #0f172a33}.register-hero-v2:after{content:"";background:linear-gradient(90deg,#ffd40029,#2563eb1a),repeating-linear-gradient(90deg,#ffffff1c 0 1px,#0000 1px 13px);height:82px;position:absolute;inset:auto 0 0;-webkit-mask-image:linear-gradient(#0000,#000 45%);mask-image:linear-gradient(#0000,#000 45%)}.register-hero-v2 h1{z-index:2;letter-spacing:-.07em;margin-top:28px;font-size:clamp(38px,11vw,56px);font-weight:900;line-height:.9;position:relative}.register-hero-v2 h1 span{color:#ffd400;display:block}.register-hero-v2 p{z-index:2;color:#ffffffb8;max-width:350px;margin-top:12px;font-size:13px;font-weight:700;line-height:1.45;position:relative}.register-form-v2{background:#fff;border:1px solid #e2e8f0;border-radius:28px;padding:16px;box-shadow:0 16px 40px #0f172a12}.register-field{margin-top:13px}.register-field:first-child{margin-top:0}.register-field label{color:#64748b;letter-spacing:.08em;text-transform:uppercase;margin-bottom:7px;font-size:10.5px;font-weight:900;line-height:1;display:block}.register-field input{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;outline:none;width:100%;min-height:54px;padding:14px;font-size:15px;font-weight:900}.register-field input:focus{background:#fff;border-color:#facc15;box-shadow:0 0 0 4px #facc1529}.register-section-title{align-items:center;gap:10px;margin-top:16px;margin-bottom:10px;display:flex}.register-section-title span{color:#ffd400;background:#0f172a;border-radius:13px;place-items:center;width:34px;height:34px;font-size:12px;font-weight:900;display:grid}.register-section-title b{color:#0f172a;font-size:15px;font-weight:900;line-height:1;display:block}.register-section-title p{color:#64748b;margin-top:4px;font-size:12px;font-weight:700;line-height:1.35}.security-question-grid{gap:9px;display:grid}.security-question-card{cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;align-items:center;min-height:58px;padding:11px 12px 11px 54px;transition:all .16s;display:flex;position:relative}.security-question-card input{opacity:0;pointer-events:none;position:absolute}.security-question-card span{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:12px;place-items:center;width:31px;height:31px;font-size:11px;font-weight:900;display:grid;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.security-question-card b{color:#0f172a;font-size:13px;font-weight:900;line-height:1.35}.security-question-card:has(input:checked){background:radial-gradient(circle at 100% 0,#ffd40040,#0000 38%),#fffbea;border-color:#facc15;box-shadow:0 12px 28px #f59e0b1f}.security-question-card:has(input:checked) span{color:#111827;background:#ffd400;border-color:#ffd400}.security-question-card.custom{border-style:dashed}.register-submit-btn{color:#111827;letter-spacing:.07em;text-transform:uppercase;background:linear-gradient(135deg,#ffd400,#facc15);border:0;border-radius:18px;width:100%;min-height:56px;margin-top:16px;font-size:12px;font-weight:900;box-shadow:0 14px 24px #f59e0b38}.register-back-btn{color:#ef4444;letter-spacing:.06em;text-transform:uppercase;border-radius:16px;place-items:center;min-height:48px;margin-top:10px;font-size:12px;font-weight:900;display:grid}@media screen and (max-width:430px){.register-form-v2{border-radius:26px;padding:14px}.register-hero-v2{border-radius:30px;min-height:200px}.security-question-card{min-height:56px;padding-left:52px}.security-question-card b{font-size:12.5px}}.register-page-compact .login-card-v2{gap:10px}.register-hero-compact{color:#fff;background:radial-gradient(circle at 94% 4%,#ffd40085,#0000 30%),linear-gradient(135deg,#0f172a,#111827 58%,#020617);border-radius:30px;min-height:170px;padding:18px;position:relative;overflow:hidden;box-shadow:0 20px 58px #0f172a2e}.register-hero-compact:after{content:"";background:linear-gradient(90deg,#ffd40021,#2563eb14),repeating-linear-gradient(90deg,#ffffff1a 0 1px,#0000 1px 13px);height:64px;position:absolute;inset:auto 0 0;-webkit-mask-image:linear-gradient(#0000,#000 45%);mask-image:linear-gradient(#0000,#000 45%)}.register-hero-compact h1{z-index:2;letter-spacing:-.07em;margin-top:22px;font-size:clamp(34px,10vw,50px);font-weight:900;line-height:.9;position:relative}.register-hero-compact h1 span{color:#ffd400;display:block}.register-hero-compact p{z-index:2;color:#ffffffb8;max-width:340px;margin-top:10px;font-size:12.5px;font-weight:700;line-height:1.4;position:relative}.register-form-compact{background:#fff;border:1px solid #e2e8f0;border-radius:26px;padding:14px;box-shadow:0 14px 36px #0f172a0f}.register-grid-2{grid-template-columns:1fr 1.25fr;gap:10px;display:grid}.register-form-compact .register-field{margin-top:10px}.register-grid-2 .register-field{margin-top:0}.register-form-compact label{color:#64748b;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-size:10px;font-weight:900;line-height:1;display:block}.register-form-compact input,.register-form-compact select{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;outline:none;width:100%;min-height:50px;padding:12px 13px;font-size:14.5px;font-weight:850}.register-form-compact select{appearance:none;background:linear-gradient(45deg,#0000 50%,#64748b 50%) calc(100% - 22px)/6px 6px no-repeat,linear-gradient(135deg,#64748b 50%,#0000 50%) calc(100% - 16px)/6px 6px no-repeat,#f8fafc;padding-right:40px}.register-form-compact input:focus,.register-form-compact select:focus{background-color:#fff;border-color:#facc15;box-shadow:0 0 0 4px #facc1529}.register-custom-box{background:#ffd4001a;border:1px dashed #f59e0b59;border-radius:20px;margin-top:10px;padding:10px}.register-custom-box .register-field{margin-top:0}.register-submit-btn.compact{color:#111827;letter-spacing:.07em;text-transform:uppercase;background:linear-gradient(135deg,#ffd400,#facc15);border:0;border-radius:17px;width:100%;min-height:52px;margin-top:14px;font-size:11.5px;font-weight:900;box-shadow:0 12px 22px #f59e0b33}.register-back-btn.compact{color:#ef4444;letter-spacing:.06em;text-transform:uppercase;border-radius:15px;place-items:center;min-height:44px;margin-top:8px;font-size:11px;font-weight:900;display:grid}@media screen and (max-width:430px){.register-grid-2{grid-template-columns:1fr}.register-hero-compact{border-radius:28px;min-height:160px}.register-form-compact{border-radius:24px;padding:13px}.register-form-compact input,.register-form-compact select{min-height:48px;font-size:14px}}.profile-v3-layer{z-index:999990;padding:max(14px, env(safe-area-inset-top)) 12px max(0px, env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(12px);background:#0f172a9e;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.profile-v3-card{background:#fff;border:1px solid #e2e8f0f2;border-radius:28px 28px 0 0;width:min(100%,520px);max-height:90vh;overflow:auto;box-shadow:0 -22px 70px #0f172a57}.profile-v3-head{z-index:3;color:#fff;background:radial-gradient(circle at 100% 0,#ffd4003d,#0000 36%),linear-gradient(135deg,#0f172a,#111827 60%,#020617);justify-content:space-between;gap:12px;padding:15px 16px 12px;display:flex;position:sticky;top:0}.profile-v3-head span{color:#ffffffb8;letter-spacing:.12em;background:#ffffff1a;border:1px solid #ffffff1f;border-radius:999px;width:fit-content;padding:7px 10px;font-size:9px;font-weight:900;line-height:1;display:inline-flex}.profile-v3-head h2{color:#fff;letter-spacing:-.04em;margin-top:10px;font-size:20px;font-weight:900;line-height:1.05}.profile-v3-head p{color:#ffffffad;max-width:360px;margin-top:7px;font-size:12px;font-weight:700;line-height:1.4}.profile-v3-close{color:#fff;background:#ffffff1a;border:1px solid #ffffff1f;border-radius:14px;flex-shrink:0;width:38px;height:38px;font-size:25px;font-weight:800;line-height:1}.profile-v3-body{padding:13px 15px 16px}.profile-v3-body label:not(.profile-v3-switch){color:#64748b;letter-spacing:.08em;text-transform:uppercase;margin:10px 0 6px;font-size:9.8px;font-weight:900;line-height:1;display:block}.profile-v3-body input,.profile-v3-body select{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;outline:none;width:100%;min-height:46px;padding:11px 13px;font-size:13.5px;font-weight:800}.profile-v3-body input:focus,.profile-v3-body select:focus{background:#fff;border-color:#facc15;box-shadow:0 0 0 4px #facc1529}.profile-v3-switch{cursor:pointer;background:radial-gradient(circle at 100% 0,#ffd4002e,#0000 38%),#fffbea;border:1px solid #facc1573;border-radius:18px;grid-template-columns:48px 1fr;align-items:center;gap:11px;margin-top:12px;padding:11px;display:grid}.profile-v3-switch input{opacity:0;pointer-events:none;position:absolute}.profile-v3-switch-ui{background:#cbd5e1;border-radius:999px;width:48px;height:28px;transition:all .18s;position:relative;box-shadow:inset 0 2px 5px #0f172a2e}.profile-v3-switch-ui:after{content:"";background:#fff;border-radius:999px;width:20px;height:20px;transition:all .18s;position:absolute;top:4px;left:4px;box-shadow:0 2px 7px #0f172a38}.profile-v3-switch b{color:#111827;font-size:13px;font-weight:900;line-height:1.1;display:block}.profile-v3-password-box{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:20px;margin-top:10px;padding:10px}.profile-v3-save{color:#111827;letter-spacing:.07em;text-transform:uppercase;background:linear-gradient(135deg,#ffd400,#facc15);border:0;border-radius:18px;width:100%;min-height:50px;margin-top:14px;font-size:11.5px;font-weight:900;box-shadow:0 12px 24px #f59e0b33}.profile-v3-setup-layer{align-items:center;padding:14px}.profile-v3-setup-card{border-radius:28px;max-height:92vh}.staff-setup-only-bg{background:radial-gradient(circle at 18% 0,#ffd40038,#0000 34%),linear-gradient(#fff 0%,#f8fafc 48%,#eef2f7 100%);place-items:center;min-height:100vh;display:grid}@media screen and (min-width:620px){.profile-v3-layer{align-items:center}.profile-v3-card{border-radius:28px}}@media screen and (max-width:430px){.profile-v3-card{max-height:90vh}.profile-v3-head{padding:14px}.profile-v3-body{padding:12px 14px 15px}.profile-v3-body input,.profile-v3-body select{min-height:45px;font-size:13.5px}.profile-v3-switch{padding:10px}}.forgot-page-v2 .login-card-v2{gap:10px}.forgot-hero-v2{color:#fff;background:radial-gradient(circle at 94% 4%,#ffd4008a,#0000 32%),linear-gradient(135deg,#0f172a,#111827 58%,#020617);border-radius:32px;min-height:190px;padding:20px;position:relative;overflow:hidden;box-shadow:0 22px 64px #0f172a33}.forgot-hero-v2:after{content:"";background:linear-gradient(90deg,#ffd40024,#2563eb14),repeating-linear-gradient(90deg,#ffffff1a 0 1px,#0000 1px 13px);height:72px;position:absolute;inset:auto 0 0;-webkit-mask-image:linear-gradient(#0000,#000 45%);mask-image:linear-gradient(#0000,#000 45%)}.forgot-hero-v2 h1{z-index:2;letter-spacing:-.07em;margin-top:26px;font-size:clamp(38px,11vw,56px);font-weight:900;line-height:.9;position:relative}.forgot-hero-v2 h1 span{color:#ffd400;display:block}.forgot-hero-v2 p{z-index:2;color:#ffffffb8;max-width:340px;margin-top:10px;font-size:12.5px;font-weight:700;line-height:1.4;position:relative}.forgot-card-v2{background:#fff;border:1px solid #e2e8f0;border-radius:26px;padding:15px;box-shadow:0 14px 36px #0f172a0f}.forgot-step-pill{color:#ffd400;letter-spacing:.1em;background:#0f172a;border-radius:999px;width:fit-content;margin-bottom:12px;padding:8px 11px;font-size:10px;font-weight:900;line-height:1}.forgot-card-v2 label{color:#64748b;letter-spacing:.08em;text-transform:uppercase;margin:11px 0 6px;font-size:10px;font-weight:900;line-height:1;display:block}.forgot-card-v2 input{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;outline:none;width:100%;min-height:50px;padding:12px 13px;font-size:15px;font-weight:850}.forgot-card-v2 input:disabled{opacity:.78;color:#64748b}.forgot-card-v2 input:focus{background:#fff;border-color:#facc15;box-shadow:0 0 0 4px #facc1529}.forgot-main-btn{color:#111827;letter-spacing:.07em;text-transform:uppercase;background:linear-gradient(135deg,#ffd400,#facc15);border:0;border-radius:17px;width:100%;min-height:52px;margin-top:14px;font-size:11.5px;font-weight:900;box-shadow:0 12px 22px #f59e0b33}.forgot-main-btn:disabled,.forgot-secondary-btn:disabled{opacity:.65;cursor:wait}.forgot-secondary-btn{color:#0f172a;letter-spacing:.06em;text-transform:uppercase;background:#f8fafc;border:1px solid #e2e8f0;border-radius:15px;width:100%;min-height:46px;margin-top:9px;font-size:11px;font-weight:900}.forgot-back-btn{color:#ef4444;letter-spacing:.06em;text-transform:uppercase;border-radius:15px;place-items:center;min-height:44px;margin-top:8px;font-size:11px;font-weight:900;display:grid}.register-captcha-box{background:radial-gradient(circle at 100% 0,#ffd4002e,#0000 38%),#fffbea;border:1px solid #facc156b;border-radius:18px;grid-template-columns:1fr auto;align-items:center;gap:10px;margin-top:12px;padding:12px;display:grid}.register-captcha-box span{color:#854d0e;letter-spacing:.1em;font-size:10px;font-weight:900;line-height:1;display:block}.register-captcha-box b{color:#111827;margin-top:6px;font-size:18px;font-weight:900;line-height:1;display:block}.register-captcha-box button{color:#fff;text-transform:uppercase;background:#0f172a;border:0;border-radius:14px;min-height:42px;padding:0 13px;font-size:11px;font-weight:900}.customer-personal-page{color:#0f172a;background:radial-gradient(circle at 16% 0,#ffd40038,#0000 34%),radial-gradient(circle at 90% 18%,#3b82f61f,#0000 30%),linear-gradient(#fff 0%,#f8fafc 48%,#eef2f7 100%);min-height:100vh;padding:14px;font-family:Roboto,Arial,sans-serif}.customer-personal-shell{gap:12px;width:min(100%,520px);margin:0 auto;display:grid}.customer-personal-loader{text-align:center;place-items:center;min-height:100vh;display:grid}.customer-loader-orb{background:radial-gradient(circle,#ffd400,#facc15 46%,#0000 48%);border-radius:999px;width:58px;height:58px;margin:auto;animation:1.3s ease-in-out infinite customerPulse;box-shadow:0 0 42px #facc1573}@keyframes customerPulse{0%,to{opacity:.75;transform:scale(.92)}50%{opacity:1;transform:scale(1.04)}}.customer-personal-loader h1{letter-spacing:-.04em;margin-top:12px;font-size:24px;font-weight:900}.customer-personal-loader p{color:#64748b;margin-top:6px;font-size:13px;font-weight:700}.customer-personal-hero{color:#fff;background:radial-gradient(circle at 92% 6%,#ffd40094,#0000 31%),linear-gradient(135deg,#0f172a,#111827 58%,#020617);border-radius:34px;min-height:260px;padding:18px;position:relative;overflow:hidden;box-shadow:0 24px 70px #0f172a38}.customer-personal-hero:after{content:"";background:linear-gradient(90deg,#ffd40029,#2563eb1a),repeating-linear-gradient(90deg,#ffffff1c 0 1px,#0000 1px 13px);height:86px;position:absolute;inset:auto 0 0;-webkit-mask-image:linear-gradient(#0000,#000 45%);mask-image:linear-gradient(#0000,#000 45%)}.customer-personal-brand{z-index:2;align-items:center;gap:9px;display:flex;position:relative}.customer-personal-brand div{color:#111827;letter-spacing:-.05em;background:#ffd400;border-radius:15px;place-items:center;width:38px;height:38px;font-size:15px;font-weight:900;display:grid}.customer-personal-brand span{color:#ffffffe0;letter-spacing:.08em;font-size:12px;font-weight:900}.customer-personal-kicker{z-index:2;color:#ffffffc7;letter-spacing:.12em;background:#ffffff1a;border:1px solid #ffffff1f;border-radius:999px;width:fit-content;margin-top:28px;padding:8px 10px;font-size:9.5px;font-weight:900;line-height:1;position:relative}.customer-personal-hero h1{z-index:2;letter-spacing:-.075em;margin-top:14px;font-size:clamp(44px,13vw,68px);font-weight:900;line-height:.88;position:relative}.customer-personal-hero h1 span{color:#ffd400;display:block}.customer-personal-hero p{z-index:2;color:#ffffffb8;max-width:360px;margin-top:13px;font-size:13px;font-weight:700;line-height:1.45;position:relative}.customer-mode-card{background:#fff;border:1px solid #e2e8f0;border-radius:21px;grid-template-columns:1fr 1fr;gap:7px;padding:7px;display:grid;box-shadow:0 12px 28px #0f172a0f}.customer-mode-card button{color:#64748b;letter-spacing:-.01em;background:0 0;border:0;border-radius:16px;min-height:48px;font-size:12px;font-weight:900}.customer-mode-card button.active{color:#ffd400;background:#0f172a;box-shadow:0 12px 24px #0f172a29}.customer-form-card,.customer-result-card{background:#fff;border:1px solid #e2e8f0;border-radius:28px;padding:15px;box-shadow:0 16px 40px #0f172a12}.customer-section-title{align-items:center;gap:10px;margin-bottom:12px;display:flex}.customer-section-title.second{margin-top:16px}.customer-section-title span{color:#ffd400;background:#0f172a;border-radius:14px;place-items:center;width:36px;height:36px;font-size:12px;font-weight:900;display:grid}.customer-section-title b{color:#0f172a;font-size:15px;font-weight:900;line-height:1;display:block}.customer-section-title p{color:#64748b;margin-top:4px;font-size:12px;font-weight:700;line-height:1.35}.customer-form-card label{color:#64748b;letter-spacing:.08em;text-transform:uppercase;margin:11px 0 6px;font-size:10px;font-weight:900;line-height:1;display:block}.customer-form-card input,.customer-form-card select{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;outline:none;width:100%;min-height:50px;padding:12px 13px;font-size:14.5px;font-weight:850}.customer-form-card input:focus,.customer-form-card select:focus{background:#fff;border-color:#facc15;box-shadow:0 0 0 4px #facc1529}.customer-type-title{color:#0f172a;margin-top:15px;font-size:14px;font-weight:900}.customer-type-list{gap:8px;margin-top:10px;display:grid}.customer-type-list button{text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;min-height:62px;padding:11px 12px;display:flex}.customer-type-list button:disabled{opacity:.48}.customer-type-list button.active{background:radial-gradient(circle at 100% 0,#ffd40033,#0000 35%),#fffbea;border-color:#facc15;box-shadow:0 12px 26px #f59e0b1f}.customer-type-list b{color:#0f172a;font-size:13px;font-weight:900;display:block}.customer-type-list strong{color:#111827;flex-shrink:0;font-size:13px;font-weight:900}.customer-result-card{display:none}.customer-result-card.show{display:block}.customer-result-kicker{color:#ffd400;letter-spacing:.1em;background:#0f172a;border-radius:999px;width:fit-content;padding:8px 10px;font-size:10px;font-weight:900;line-height:1}.customer-result-total{color:#0f172a;letter-spacing:-.07em;margin-top:12px;font-size:clamp(38px,11vw,56px);font-weight:900;line-height:1}.customer-result-note{color:#854d0e;background:#fffbea;border:1px solid #facc1573;border-radius:18px;margin-top:9px;padding:11px 12px;font-size:12px;font-weight:800;line-height:1.45}.customer-result-rows{gap:8px;margin-top:12px;display:grid}.customer-result-rows div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;justify-content:space-between;gap:12px;min-height:45px;padding:10px 11px;display:flex}.customer-result-rows span{color:#64748b;text-transform:uppercase;font-size:11px;font-weight:900;line-height:1.3}.customer-result-rows b{color:#0f172a;text-align:right;font-size:12.5px;font-weight:900;line-height:1.3}.customer-store-btn{text-align:center;color:#111827;text-transform:uppercase;background:linear-gradient(135deg,#ffd400,#facc15);border-radius:18px;place-items:center;min-height:52px;margin-top:14px;padding:0 14px;font-size:12px;font-weight:900;line-height:1.25;display:grid;box-shadow:0 14px 24px #f59e0b33}@media screen and (max-width:430px){.customer-personal-page{padding:10px}.customer-personal-hero{border-radius:30px;min-height:248px}.customer-form-card,.customer-result-card{border-radius:25px;padding:14px}.customer-type-list button{min-height:60px}.customer-result-rows div{grid-template-columns:1fr;gap:4px;display:grid}.customer-result-rows b{text-align:left}}.home-v4-page{color:#0f172a;background:radial-gradient(circle at 18% 0,#ffd40038,#0000 34%),radial-gradient(circle at 90% 16%,#3b82f61a,#0000 32%),linear-gradient(#fff 0%,#f8fafc 48%,#eef2f7 100%);min-height:100vh;padding:18px 14px 24px;font-family:Roboto,Arial,sans-serif}.home-v4-shell{gap:13px;width:min(100%,520px);margin:0 auto;display:grid}.home-v4-topbar{align-items:center;gap:10px;padding:18px 4px;display:flex}.home-v4-logo{background:#0f172a;border-radius:13px;place-items:center;width:36px;height:36px;display:grid;box-shadow:0 12px 24px #0f172a29}.home-v4-logo span{color:#ffd400;letter-spacing:-.04em;font-size:12px;font-weight:900}.home-v4-topbar h1{color:#0f172a;letter-spacing:.08em;margin:0;font-size:15px;font-weight:900;line-height:1}.home-v4-topbar p{color:#475569;margin-top:4px;font-size:11px;font-weight:800;line-height:1}.home-v4-hero{color:#fff;background:radial-gradient(circle at 92% 10%,#ffd40085,#0000 28%),linear-gradient(135deg,#0f172a 0%,#111827 56%,#020617 100%);border-radius:30px;min-height:288px;padding:20px 18px;position:relative;overflow:hidden;box-shadow:0 24px 70px #0f172a38}.home-v4-hero:after{content:"";background:linear-gradient(90deg,#ffd40024,#2563eb14),repeating-linear-gradient(90deg,#ffffff1a 0 1px,#0000 1px 13px);height:95px;position:absolute;inset:auto 0 0;-webkit-mask-image:linear-gradient(#0000,#000 46%);mask-image:linear-gradient(#0000,#000 46%)}.home-v4-staff-chip{z-index:2;color:#ffffffd1;letter-spacing:.05em;background:#ffffff1a;border:1px solid #ffffff21;border-radius:999px;width:fit-content;padding:8px 11px;font-size:10px;font-weight:900;line-height:1;position:relative}.home-v4-hero-content{z-index:2;margin-top:46px;position:relative}.home-v4-hero h2{color:#fff;letter-spacing:-.065em;margin:0;font-size:clamp(39px,12vw,62px);font-weight:900;line-height:.92}.home-v4-hero h2 span{color:#ffd400;display:block}.home-v4-hero p{color:#ffffffc2;max-width:360px;margin-top:16px;font-size:13px;font-weight:800;line-height:1.55}.home-v4-menu{gap:10px;display:grid}.home-v4-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;grid-template-columns:52px 1fr;align-items:center;gap:12px;min-height:112px;padding:16px 46px 16px 16px;text-decoration:none;display:grid;position:relative;overflow:hidden;box-shadow:0 14px 34px #0f172a0f}.home-v4-card.internal{border-color:#ffd40099}.home-v4-card.public{border-color:#e2e8f0}.home-v4-card-index{color:#ffd400;background:#0f172a;border-radius:18px;place-items:center;width:52px;height:52px;font-size:14px;font-weight:900;line-height:1;display:grid}.home-v4-card-content{min-width:0}.home-v4-card-content span{color:#2563eb;letter-spacing:.12em;background:#eef2ff;border-radius:999px;width:fit-content;padding:5px 8px;font-size:8.5px;font-weight:900;line-height:1;display:inline-flex}.home-v4-card.internal .home-v4-card-content span{color:#854d0e;background:#fffbea}.home-v4-card-content h3{color:#0f172a;letter-spacing:-.045em;margin-top:7px;font-size:20px;font-weight:900;line-height:1.05}.home-v4-card-content p{color:#475569;margin-top:6px;font-size:12.5px;font-weight:750;line-height:1.35}.home-v4-card-arrow{color:#0f172a;background:#f8fafc;border-radius:999px;place-items:center;width:32px;height:32px;font-size:24px;font-weight:900;line-height:1;display:grid;position:absolute;top:50%;right:15px;transform:translateY(-50%)}.home-v4-system-pill{color:#0f766e;letter-spacing:.09em;-webkit-backdrop-filter:blur(10px);background:#ffffffd1;border:1px solid #e2e8f0eb;border-radius:999px;justify-content:center;align-items:center;gap:7px;width:fit-content;min-width:0;margin:17px auto 0;padding:9px 14px;font-size:10px;font-weight:900;line-height:1;text-decoration:none;display:inline-flex;box-shadow:0 12px 26px #0f172a14}.home-v4-system-pill i{background:#10b981;border-radius:999px;width:8px;height:8px;box-shadow:0 0 0 5px #10b98121}@media screen and (max-width:430px){.home-v4-page{padding:14px 12px 22px}.home-v4-topbar{padding:16px 4px}.home-v4-hero{border-radius:28px;min-height:288px;padding:18px 17px}.home-v4-hero-content{margin-top:45px}.home-v4-hero h2{font-size:42px}.home-v4-card{border-radius:22px;grid-template-columns:48px 1fr;min-height:104px;padding:14px 42px 14px 14px}.home-v4-card-index{border-radius:17px;width:48px;height:48px}.home-v4-card-content h3{font-size:18px}.home-v4-card-content p{font-size:12px}.home-v4-card-arrow{width:29px;height:29px;font-size:22px;right:12px}.home-v4-system-pill{margin-top:12px;padding:8px 12px;font-size:9.5px}}.tradein-card input:disabled,.tradein-card select:disabled,.customer-form-card input:disabled,.customer-form-card select:disabled{opacity:.62;cursor:not-allowed;color:#94a3b8;background:repeating-linear-gradient(-45deg,#f8fafc 0 8px,#f1f5f9 8px 16px)}.type-price-grid button:disabled,.customer-type-list button:disabled{opacity:.45;cursor:not-allowed;filter:grayscale(.25)}.tradein-card input:disabled::placeholder,.customer-form-card input:disabled::placeholder{color:#94a3b8}.customer-type-list button{align-items:flex-start!important;gap:10px!important;min-height:auto!important;padding:13px 12px!important}.customer-type-list button>div{flex:1;min-width:0}.customer-type-list b{font-size:13px!important;font-weight:900!important;line-height:1.1!important}.customer-type-list span{color:#475569!important;margin-top:6px!important;font-size:11.3px!important;font-weight:750!important;line-height:1.38!important;display:block!important}.customer-type-list strong{text-align:right;flex-shrink:0;max-width:92px;padding-top:1px;color:#0f172a!important;font-size:12px!important;font-weight:900!important;line-height:1.25!important}.customer-type-list button.active span{color:#713f12!important}@media screen and (max-width:430px){.customer-type-list button{padding:12px!important}.customer-type-list span{font-size:11px!important;line-height:1.35!important}.customer-type-list strong{max-width:84px;font-size:11.5px!important}}.result-need-pay-row{background:radial-gradient(circle at 100% 0,#ffd4003d,#0000 38%),#fffbea!important;border-color:#facc1594!important}.result-need-pay-row span{color:#854d0e!important}.result-need-pay-row b{color:#111827!important;font-size:15px!important}.customer-focus-need-pay{background:#fffbea!important;border-color:#facc158c!important}.customer-focus-need-pay span{color:#854d0e!important}.customer-focus-need-pay b{color:#111827!important}.customer-type-list button{justify-content:flex-start!important}.customer-type-list button>div{width:100%!important}.customer-type-list strong{display:none!important}.customer-total-row-only{background:radial-gradient(circle at 100% 0,#ffd40038,#0000 38%),#fffbea!important;border-color:#facc158c!important}.customer-total-row-only span{color:#854d0e!important}.customer-total-row-only b{color:#111827!important;font-size:16px!important;font-weight:900!important}.customer-hotline-btn{flex-direction:column;justify-content:center;align-items:center;gap:4px;text-decoration:none;min-height:58px!important;display:flex!important}.customer-hotline-btn span{color:#111827;text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:900;line-height:1}.customer-hotline-btn b{color:#111827;font-size:13px;font-weight:900;line-height:1.25}.customer-type-list{display:none!important}.customer-type-compact-grid{grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;display:grid}.customer-type-compact-grid button{text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:17px;outline:none;min-height:74px;padding:10px 11px}.customer-type-compact-grid button:disabled{opacity:.45;cursor:not-allowed;filter:grayscale(.2)}.customer-type-compact-grid button.active{background:radial-gradient(circle at 100% 0,#ffd40038,#0000 40%),#fffbea;border-color:#facc15;box-shadow:0 10px 22px #f59e0b1f}.customer-type-compact-grid b{color:#0f172a;font-size:12.5px;font-weight:900;line-height:1;display:block}.customer-type-compact-grid span{color:#475569;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:6px;font-size:10.6px;font-weight:750;line-height:1.32;display:-webkit-box;overflow:hidden}.customer-type-compact-grid button.active span{color:#713f12}.customer-type-selected-note{background:#fffbea;border:1px solid #facc1580;border-radius:18px;margin-top:9px;padding:11px 12px}.customer-type-selected-note span{color:#854d0e;letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:900;line-height:1;display:block}.customer-type-selected-note p{color:#713f12;margin-top:7px;font-size:11.5px;font-weight:800;line-height:1.4}@media screen and (max-width:370px){.customer-type-compact-grid{grid-template-columns:1fr}.customer-type-compact-grid button{min-height:62px}}.customer-type-compact-grid,.customer-type-list{display:none!important}.customer-type-pill-grid{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px;display:grid}.customer-type-pill-grid button{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;outline:none;min-height:46px;font-size:12.5px;font-weight:900;line-height:1}.customer-type-pill-grid button.active{color:#854d0e;background:#fffbea;border-color:#facc15;box-shadow:0 8px 18px #f59e0b1f}.customer-type-pill-grid button:disabled{opacity:.45;cursor:not-allowed;filter:grayscale(.2)}.customer-type-detail-card{background:radial-gradient(circle at 100% 0,#ffd4002e,#0000 38%),#fffbea;border:1px solid #facc157a;border-radius:18px;margin-top:10px;padding:12px}.customer-type-detail-card div{justify-content:space-between;align-items:center;gap:8px;display:flex}.customer-type-detail-card span{color:#854d0e;letter-spacing:.08em;text-transform:uppercase;font-size:9.5px;font-weight:900;line-height:1}.customer-type-detail-card b{color:#111827;font-size:12px;font-weight:900;line-height:1}.customer-type-detail-card p{color:#713f12;margin-top:8px;font-size:11.5px;font-weight:800;line-height:1.45}@media screen and (max-width:370px){.customer-type-pill-grid{grid-template-columns:repeat(2,1fr)}}.vtdd-password-wrap{width:100%;position:relative}.vtdd-password-wrap input{padding-right:54px!important}.vtdd-password-wrap input::-ms-reveal{display:none}.vtdd-password-wrap input::-ms-clear{display:none}.vtdd-password-wrap input[type=password]::-webkit-credentials-auto-fill-button{visibility:hidden;pointer-events:none}.vtdd-password-wrap input[type=password]::-webkit-textfield-decoration-container{visibility:hidden;pointer-events:none}.vtdd-password-eye{color:#0f172a;cursor:pointer;background:#0f172a14;border:0;border-radius:13px;place-items:center;width:36px;height:36px;display:grid;position:absolute;top:50%;right:11px;transform:translateY(-50%)}.vtdd-password-eye svg{fill:currentColor;width:20px;height:20px}.register-password-rule{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:13px;margin-top:7px;padding:9px 10px;font-size:11px;font-weight:800;line-height:1.35}.register-password-rule.error{color:#dc2626;background:#fef2f2;border-color:#fecaca}.vtdd-password-wrap{width:100%!important;display:block!important;position:relative!important}.vtdd-password-wrap input{width:100%!important;padding-right:54px!important}.vtdd-password-eye{color:#0f172a!important;width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important;min-height:36px!important;max-height:36px!important;box-shadow:none!important;cursor:pointer!important;z-index:5!important;letter-spacing:0!important;text-transform:none!important;background:#0f172a14!important;border:0!important;border-radius:13px!important;place-items:center!important;margin:0!important;padding:0!important;font-size:0!important;line-height:1!important;display:grid!important;position:absolute!important;top:50%!important;left:auto!important;right:11px!important;transform:translateY(-50%)!important}.vtdd-password-eye svg{fill:currentColor!important;pointer-events:none!important;width:20px!important;height:20px!important;display:block!important}.vtdd-password-eye:hover{background:#0f172a1f!important}.vtdd-password-eye:active{transform:translateY(-50%)scale(.94)!important}.vtdd-password-wrap input::-ms-reveal{display:none!important}.vtdd-password-wrap input::-ms-clear{display:none!important}.vtdd-password-wrap input[type=password]::-webkit-credentials-auto-fill-button{visibility:hidden!important;pointer-events:none!important}.vtdd-password-wrap input[type=password]::-webkit-textfield-decoration-container{visibility:hidden!important;pointer-events:none!important}.register-success-active .register-page-content{filter:blur(8px);opacity:.28;pointer-events:none;-webkit-user-select:none;user-select:none}.register-success-layer{z-index:999990;-webkit-backdrop-filter:blur(14px);background:#0f172a9e;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.register-success-popup{text-align:center;background:radial-gradient(circle at 100% 0,#10b98138,#0000 38%),#fff;border:1px solid #e2e8f0f2;border-radius:30px;width:min(100%,410px);padding:24px 20px 20px;box-shadow:0 28px 88px #0f172a5c}.register-success-icon{color:#16a34a;background:#dcfce7;border-radius:999px;place-items:center;width:64px;height:64px;margin:0 auto 14px;font-size:34px;font-weight:900;display:grid;box-shadow:0 0 0 9px #22c55e1f}.register-success-kicker{color:#ffd400;letter-spacing:.1em;background:#0f172a;border-radius:999px;width:fit-content;margin:0 auto;padding:8px 11px;font-size:9.5px;font-weight:900;line-height:1}.register-success-popup h2{color:#0f172a;letter-spacing:-.045em;margin-top:14px;font-size:26px;font-weight:900;line-height:1.05}.register-success-popup p{color:#475569;margin-top:10px;font-size:13px;font-weight:750;line-height:1.5}.register-success-message{color:#047857;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:18px;margin-top:14px;padding:12px;font-size:12.5px;font-weight:850;line-height:1.45}.register-success-login-btn{color:#111827;letter-spacing:.07em;text-transform:uppercase;background:linear-gradient(135deg,#ffd400,#facc15);border-radius:18px;place-items:center;width:100%;min-height:54px;margin-top:16px;font-size:12px;font-weight:900;line-height:1;text-decoration:none;display:grid;box-shadow:0 14px 26px #f59e0b38}@media screen and (max-width:430px){.register-success-layer{padding:14px}.register-success-popup{border-radius:26px;padding:22px 17px 17px}.register-success-popup h2{font-size:24px}}.profile-v3-layer{-webkit-backdrop-filter:blur(18px);align-items:center}.profile-v3-card{background:radial-gradient(circle at 12% 0,#ffd4003d,#0000 34%),linear-gradient(135deg,#0f172a 0 36%,#fff 36% 100%);border:1px solid #ffffff9e;border-radius:30px;grid-template-columns:340px minmax(0,1fr);width:min(960px,100vw - 36px);max-height:min(86vh,860px);display:grid;overflow:hidden;box-shadow:0 34px 90px #0f172a4d}.profile-v3-head{color:#fff;background:linear-gradient(#0f172a14,#0f172a61),repeating-linear-gradient(90deg,#ffffff14 0 1px,#0000 1px 14px);flex-direction:column;justify-content:space-between;align-items:flex-start;gap:22px;min-height:100%;padding:30px 28px;display:flex}.profile-v3-head>div{width:100%}.profile-v3-head span{color:#ffd400;letter-spacing:.12em;background:#ffffff1a;border:1px solid #ffffff38;border-radius:999px;align-items:center;min-height:30px;padding:0 14px;font-size:10px;font-weight:1000;display:inline-flex}.profile-v3-close{color:#fff;background:#ffffff1f;border:1px solid #ffffff38;border-radius:999px;width:46px;height:46px;font-size:28px;font-weight:900;line-height:1}.profile-v3-body{background:linear-gradient(#fff 0%,#f8fafc 100%);min-width:0;max-height:min(86vh,860px);padding:28px;overflow:auto}.profile-v3-body label:not(.profile-v3-switch){color:#64748b;letter-spacing:.1em;text-transform:uppercase;margin:14px 0 7px;font-size:10px;font-weight:1000;line-height:1}.profile-v3-body input,.profile-v3-body select{color:#0f172a;background:#f8fafc;border:1px solid #dbe3ef;border-radius:18px;height:54px;font-size:14px;font-weight:900;box-shadow:inset 0 1px #fffc}.profile-v3-body input:focus,.profile-v3-body select:focus{background:#fff;border-color:#ffd400f2;outline:none;box-shadow:0 0 0 4px #ffd40033}.profile-v3-eye{color:#ffd400;letter-spacing:.05em;text-transform:uppercase;background:#0f172a;border:0;border-radius:14px;width:64px;height:38px;font-size:11px;font-weight:1000;position:absolute;top:50%;right:8px;transform:translateY(-50%);box-shadow:0 10px 22px #0f172a29}.profile-v3-eye:active{transform:translateY(-50%)scale(.96)}.profile-v3-password-box{background:linear-gradient(#fffbea 0%,#fff 100%);border:1px solid #ffd40075;border-radius:24px;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px;padding:16px;display:grid}.profile-v3-switch{background:linear-gradient(135deg,#fff7cc,#fff);border:1px solid #ffd4008c;border-radius:22px;min-height:70px;margin:16px 0}.profile-v3-switch b{color:#0f172a;font-weight:1000}.profile-v3-save{color:#0f172a;letter-spacing:.04em;background:linear-gradient(135deg,#ffd400,#ffb800);border-radius:20px;height:58px;margin-top:20px;font-weight:1000;box-shadow:0 18px 36px #ffb80047}.profile-v3-setup-card{width:min(980px,100vw - 36px)}@media (max-width:768px){.profile-v3-layer{align-items:flex-end;padding:0}.profile-v3-card,.profile-v3-setup-card{background:#fff;border-radius:28px 28px 0 0;grid-template-columns:1fr;width:100%;max-height:92dvh;box-shadow:0 -24px 70px #0f172a61}.profile-v3-head{background:radial-gradient(circle at 88% 0,#ffd40052,#0000 38%),linear-gradient(135deg,#0f172a,#101827);flex-direction:row;align-items:flex-start;min-height:auto;padding:22px 20px 18px}.profile-v3-head h2{letter-spacing:-.05em;margin:14px 0 6px;font-size:25px;line-height:1.02}.profile-v3-head p{max-width:310px;font-size:12px}.profile-v3-close{flex:none;width:38px;height:38px;font-size:23px}.profile-v3-body{max-height:calc(92dvh - 124px);padding:18px 16px max(18px, env(safe-area-inset-bottom))}.profile-v3-body input,.profile-v3-body select{border-radius:17px;height:52px;font-size:13px}.profile-v3-password-box{grid-template-columns:1fr;gap:10px;padding:12px}.profile-v3-eye{border-radius:13px;width:58px;height:36px;font-size:10px;right:7px}.profile-v3-password-field input{padding-right:74px!important}.profile-v3-switch{align-items:center;min-height:66px}.profile-v3-save{z-index:2;height:56px;position:sticky;bottom:0}}.profile-v3-layer{z-index:99990!important;-webkit-backdrop-filter:blur(18px)saturate(1.08)!important;background:radial-gradient(circle at 20% 12%,#facc1533,#0000 32%),radial-gradient(circle at 88% 10%,#0f172a52,#0000 36%),#020617a3!important;justify-content:center!important;align-items:center!important;padding:18px!important;display:flex!important;position:fixed!important;inset:0!important}.profile-v3-card,.profile-v3-setup-card{background:linear-gradient(135deg,#fffffffa,#f8fafcf5) padding-box padding-box,linear-gradient(135deg,#facc15bf,#0f172a3d,#94a3b847) border-box!important;border:1px solid #94a3b847!important;border-radius:30px!important;width:min(920px,100vw - 32px)!important;max-height:min(760px,100dvh - 36px)!important;overflow:hidden!important;box-shadow:0 28px 90px #0f172a57,inset 0 1px #ffffffe6!important}.profile-v3-head{color:#fff!important;background:linear-gradient(118deg,#020617fa,#0f172af5 56%,#facc15b8)!important;justify-content:space-between!important;align-items:flex-start!important;gap:18px!important;padding:24px 26px!important;display:flex!important;position:relative!important;overflow:hidden!important}.profile-v3-head:after{content:""!important;filter:blur(10px)!important;pointer-events:none!important;background:#facc1538!important;border-radius:999px!important;width:260px!important;height:260px!important;position:absolute!important;inset:auto -80px -120px auto!important}.profile-v3-head>div{z-index:1!important;min-width:0!important;position:relative!important}.profile-v3-head span{color:#fde047!important;letter-spacing:.16em!important;text-transform:uppercase!important;background:#ffffff17!important;border:1px solid #ffffff2e!important;border-radius:999px!important;align-items:center!important;min-height:28px!important;padding:0 12px!important;font-size:10px!important;font-weight:950!important;line-height:1!important;display:inline-flex!important}.profile-v3-head h2{color:#fff!important;letter-spacing:-.055em!important;margin:14px 0 6px!important;font-size:clamp(26px,3vw,42px)!important;font-weight:1000!important;line-height:.94!important}.profile-v3-head p{color:#fffc!important;max-width:620px!important;margin:0!important;font-size:13px!important;font-weight:800!important;line-height:1.55!important}.profile-v3-close{z-index:2!important;color:#fff!important;width:42px!important;height:42px!important;box-shadow:none!important;background:#ffffff1f!important;border:1px solid #ffffff38!important;border-radius:16px!important;flex:none!important;font-size:24px!important;font-weight:900!important;line-height:1!important;position:relative!important}.profile-v3-body{overscroll-behavior:contain!important;background:linear-gradient(#f8fafcfa,#fffffffa)!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:12px 20px!important;max-height:calc(min(760px,100dvh - 36px) - 156px)!important;padding:24px 26px 26px!important;display:grid!important;overflow:auto!important}.profile-v3-body>label:not(.profile-v3-switch){color:#64748b!important;letter-spacing:.12em!important;text-transform:uppercase!important;margin:0 0 -4px!important;font-size:11px!important;font-weight:950!important;line-height:1.1!important}.profile-v3-body>label:not(.profile-v3-switch):first-of-type,.profile-v3-body>.profile-v3-password-field:first-of-type,.profile-v3-switch,.profile-v3-password-box,.profile-v3-save{grid-column:1/-1!important}.profile-v3-body input,.profile-v3-body select,.profile-v3-password-field input{color:#0f172a!important;letter-spacing:-.01em!important;appearance:none!important;background:#f8fafcf0!important;border:1px solid #cbd5e1f2!important;border-radius:18px!important;outline:none!important;width:100%!important;min-width:0!important;height:56px!important;padding:0 16px!important;font-size:15px!important;font-weight:900!important;box-shadow:inset 0 1px #ffffffeb!important}.profile-v3-body input:focus,.profile-v3-body select:focus,.profile-v3-password-field:focus-within{background:#fff!important;border-color:#eab308f5!important;box-shadow:0 0 0 4px #facc152e,inset 0 1px #fff!important}.profile-v3-password-field{background:#f8fafcf0!important;border:1px solid #cbd5e1f2!important;border-radius:20px!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;min-height:58px!important;padding:5px 5px 5px 0!important;transition:box-shadow .18s,border-color .18s,background .18s!important;display:grid!important;position:relative!important}.profile-v3-password-field input{-webkit-text-security:disc;height:46px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:16px!important;padding:0 14px!important}.profile-v3-password-field[data-visible="1"] input{-webkit-text-security:none}.profile-v3-password-field input::-ms-reveal{visibility:hidden!important;pointer-events:none!important;opacity:0!important;display:none!important}.profile-v3-password-field input::-ms-clear{visibility:hidden!important;pointer-events:none!important;opacity:0!important;display:none!important}.profile-v3-password-field input::-webkit-credentials-auto-fill-button{visibility:hidden!important;pointer-events:none!important;opacity:0!important;display:none!important}.profile-v3-password-field input::-webkit-contacts-auto-fill-button{visibility:hidden!important;pointer-events:none!important;opacity:0!important;display:none!important}.profile-v3-password-field input::-webkit-caps-lock-indicator{visibility:hidden!important;pointer-events:none!important;opacity:0!important;display:none!important}.profile-v3-password-field input::-webkit-clear-button{visibility:hidden!important;pointer-events:none!important;opacity:0!important;display:none!important}.profile-v3-eye{color:#facc15!important;letter-spacing:.04em!important;text-transform:uppercase!important;background:#0f172a!important;border:0!important;border-radius:14px!important;width:auto!important;min-width:58px!important;height:42px!important;padding:0 14px!important;font-size:11px!important;font-weight:1000!important;line-height:1!important;position:static!important;box-shadow:0 10px 22px #0f172a38!important}.profile-v3-password-field[data-visible="1"] .profile-v3-eye{color:#0f172a!important;background:#facc15!important}.profile-v3-password-box{background:linear-gradient(135deg,#fffbebf2,#ffffffeb)!important;border:1px solid #facc157a!important;border-radius:24px!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:14px!important;padding:14px!important;display:grid!important}.profile-v3-password-box>div{min-width:0!important}.profile-v3-password-box label{color:#64748b!important;letter-spacing:.12em!important;text-transform:uppercase!important;margin:0 0 8px!important;font-size:11px!important;font-weight:950!important;display:block!important}.profile-v3-switch{background:linear-gradient(135deg,#fef9c3eb,#fffffff0)!important;border:1px solid #facc156b!important;border-radius:22px!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;gap:14px!important;min-height:68px!important;padding:14px 16px!important;display:grid!important}.profile-v3-switch-ui{background:#cbd5e1!important;border-radius:999px!important;grid-area:1/1!important;width:56px!important;height:30px!important}.profile-v3-switch-ui:after{width:22px!important;height:22px!important;top:4px!important;left:4px!important}.profile-v3-switch input:checked+.profile-v3-switch-ui{background:#facc15!important}.profile-v3-switch input:checked+.profile-v3-switch-ui:after{background:#0f172a!important;transform:translate(26px)!important}.profile-v3-switch>div{min-width:0!important}.profile-v3-switch b{color:#0f172a!important;font-size:14px!important;font-weight:1000!important;display:block!important}.profile-v3-switch em{color:#64748b!important;margin-top:4px!important;font-size:12px!important;font-style:normal!important;font-weight:800!important;line-height:1.35!important;display:block!important}.profile-v3-save{color:#0f172a!important;letter-spacing:.08em!important;text-transform:uppercase!important;background:linear-gradient(135deg,#facc15,#eab308)!important;border:0!important;border-radius:20px!important;height:58px!important;margin-top:4px!important;font-size:12px!important;font-weight:1000!important;box-shadow:0 16px 32px #eab30838!important}.profile-v3-save:disabled{opacity:.58!important;cursor:wait!important}@media (max-width:759px){.profile-v3-layer{background:#0f172aa8!important;justify-content:center!important;align-items:flex-end!important;padding:0!important}.profile-v3-card,.profile-v3-setup-card{border-bottom:0!important;border-left:0!important;border-right:0!important;border-radius:30px 30px 0 0!important;width:100%!important;max-height:calc(100dvh - 14px)!important;animation:.22s ease-out profileSheetUp!important;box-shadow:0 -24px 70px #0f172a57,inset 0 1px #fffc!important}@keyframes profileSheetUp{0%{opacity:.82;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.profile-v3-head{border-radius:30px 30px 0 0!important;padding:22px 20px 18px!important}.profile-v3-head:before{content:""!important;background:#ffffff47!important;border-radius:999px!important;width:44px!important;height:5px!important;position:absolute!important;top:8px!important;left:50%!important;transform:translate(-50%)!important}.profile-v3-head span{min-height:24px!important;padding:0 10px!important;font-size:9px!important}.profile-v3-head h2{letter-spacing:-.06em!important;margin-top:12px!important;font-size:28px!important}.profile-v3-head p{font-size:12px!important;line-height:1.45!important}.profile-v3-close{border-radius:15px!important;width:40px!important;height:40px!important}.profile-v3-body{max-height:calc(100dvh - 150px)!important;padding:16px 14px calc(18px + env(safe-area-inset-bottom))!important;flex-direction:column!important;gap:10px!important;display:flex!important}.profile-v3-body>label:not(.profile-v3-switch){margin:2px 0 -2px!important;font-size:10px!important}.profile-v3-password-field{border-radius:18px!important;min-height:56px!important}.profile-v3-password-field input{height:44px!important;font-size:14px!important}.profile-v3-eye{border-radius:13px!important;min-width:54px!important;height:40px!important;padding:0 12px!important;font-size:10px!important}.profile-v3-password-box{border-radius:20px!important;grid-template-columns:1fr!important;gap:12px!important;padding:12px!important}.profile-v3-switch{border-radius:20px!important;min-height:62px!important;padding:12px!important}.profile-v3-save{border-radius:18px!important;height:56px!important;position:sticky!important;bottom:0!important;box-shadow:0 -10px 24px #fffffff2,0 16px 28px #eab30838!important}}.profile-v4-layer{--profile-yellow:#ffd400;--profile-ink:#0f172a;--profile-muted:#64748b;--profile-border:#cbd5e1d1}@media (min-width:860px){.profile-v3-layer.profile-v4-layer{justify-content:center!important;align-items:center!important;padding:34px!important}.profile-v3-card.profile-v4-card,.profile-v3-card.profile-v4-setup-card{border-radius:34px!important;width:min(1120px,100vw - 68px)!important;max-height:min(820px,100dvh - 68px)!important;overflow:hidden!important}.profile-v3-head.profile-v4-head{min-height:172px!important;padding:30px 34px 26px!important}.profile-v3-head.profile-v4-head h2{letter-spacing:-.075em!important;max-width:720px!important;font-size:clamp(42px,5vw,72px)!important;line-height:.86!important}.profile-v3-head.profile-v4-head p{max-width:720px!important;font-size:14px!important}.profile-v3-body.profile-v4-layout{background:#fff!important;grid-template-columns:330px minmax(0,1fr)!important;gap:0!important;max-height:calc(min(820px,100dvh - 68px) - 172px)!important;padding:0!important;display:grid!important;overflow:hidden!important}.profile-v4-side{background:radial-gradient(circle at 20% 0,#ffd40033,#0000 36%),linear-gradient(#f8fafc,#eef2f7)!important;border-right:1px solid #cbd5e1bf!important;flex-direction:column!important;gap:16px!important;padding:26px!important;display:flex!important;overflow:auto!important}.profile-v4-form{background:linear-gradient(#fffffffa,#f8fafcf5)!important;flex-direction:column!important;gap:16px!important;min-width:0!important;padding:26px!important;display:flex!important;overflow:auto!important}.profile-v4-section{background:#ffffffdb!important;border:1px solid #e2e8f0fa!important;border-radius:26px!important;padding:18px!important;box-shadow:0 14px 34px #0f172a0f!important}.profile-v4-section-auth{background:linear-gradient(135deg,#fffbebd6,#ffffffeb)!important;border-color:#facc1575!important}.profile-v4-grid-two{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:14px!important;display:grid!important}.profile-v4-section-title,.profile-v4-section-title-full,.profile-v4-field-full,.profile-v4-actions{grid-column:1/-1!important}.profile-v4-password-box{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;margin-top:14px!important}.profile-v4-actions{grid-template-columns:minmax(150px,.32fr) minmax(0,1fr)!important;align-items:center!important;gap:14px!important;padding-bottom:2px!important;display:grid!important}.profile-v4-save,.profile-v4-secondary{border-radius:20px!important;height:58px!important}.profile-v4-secondary{color:#334155!important;letter-spacing:.08em!important;text-transform:uppercase!important;background:#fff!important;border:1px solid #cbd5e1f2!important;font-size:12px!important;font-weight:1000!important}}.profile-v4-brand-card,.profile-v4-info-card,.profile-v4-preview,.profile-v4-checklist{background:#ffffffdb!important;border:1px solid #cbd5e1c7!important;border-radius:24px!important;box-shadow:0 14px 34px #0f172a0f!important}.profile-v4-brand-card{grid-template-columns:52px minmax(0,1fr)!important;align-items:center!important;gap:12px!important;padding:14px!important;display:grid!important}.profile-v4-brand-mark{color:#0f172a!important;letter-spacing:-.05em!important;background:#ffd400!important;border-radius:18px!important;place-items:center!important;width:52px!important;height:52px!important;font-size:15px!important;font-weight:1000!important;display:grid!important}.profile-v4-brand-card strong,.profile-v4-info-card b,.profile-v4-preview b{color:#0f172a!important;min-width:0!important;font-size:14px!important;font-weight:1000!important;line-height:1.2!important;display:block!important}.profile-v4-brand-card span,.profile-v4-info-card span,.profile-v4-preview span{color:#64748b!important;letter-spacing:.12em!important;text-transform:uppercase!important;margin-top:4px!important;font-size:10px!important;font-weight:950!important;line-height:1.1!important;display:block!important}.profile-v4-info-card,.profile-v4-preview{padding:16px!important}.profile-v4-info-card p{color:#64748b!important;margin:6px 0 0!important;font-size:12px!important;font-weight:850!important;line-height:1.35!important}.profile-v4-checklist{flex-direction:column!important;gap:10px!important;padding:14px!important;display:flex!important}.profile-v4-checklist>div{background:#f8fafcdb!important;border:1px solid #e2e8f0db!important;border-radius:18px!important;grid-template-columns:34px minmax(0,1fr)!important;gap:10px!important;padding:10px!important;display:grid!important}.profile-v4-checklist i,.profile-v4-section-title span{color:#475569!important;background:#e2e8f0!important;border-radius:14px!important;place-items:center!important;width:34px!important;height:34px!important;font-size:12px!important;font-style:normal!important;font-weight:1000!important;display:grid!important}.profile-v4-checklist>div.active i,.profile-v4-section-title span{color:#ffd400!important;background:#0f172a!important}.profile-v4-checklist b{color:#0f172a!important;font-size:12px!important;font-weight:1000!important;display:block!important}.profile-v4-checklist span{color:#64748b!important;margin-top:3px!important;font-size:11px!important;font-weight:800!important;line-height:1.35!important;display:block!important}.profile-v4-section-title{grid-template-columns:40px minmax(0,1fr)!important;align-items:center!important;gap:12px!important;margin-bottom:14px!important;display:grid!important}.profile-v4-section-title b{color:#0f172a!important;font-size:15px!important;font-weight:1000!important;line-height:1.1!important;display:block!important}.profile-v4-section-title small{color:#64748b!important;margin-top:4px!important;font-size:12px!important;font-weight:820!important;line-height:1.35!important;display:block!important}.profile-v4-field label,.profile-v4-password-box label{color:#64748b!important;letter-spacing:.12em!important;text-transform:uppercase!important;margin:0 0 8px!important;font-size:10px!important;font-weight:1000!important;line-height:1.1!important;display:block!important}.profile-v4-field input,.profile-v4-field select{height:56px!important}.profile-v4-switch{width:100%!important;margin:0!important}.profile-v4-close:hover,.profile-v4-secondary:hover,.profile-v4-save:hover,.profile-v3-eye:hover{transform:translateY(-1px)!important}@media (max-width:859px){.profile-v3-layer.profile-v4-layer{align-items:flex-end!important;padding:0!important}.profile-v3-card.profile-v4-card,.profile-v3-card.profile-v4-setup-card{border-radius:30px 30px 0 0!important;width:100%!important;max-height:calc(100dvh - 12px)!important}.profile-v3-head.profile-v4-head{padding:22px 20px 18px!important}.profile-v3-head.profile-v4-head h2{font-size:30px!important;line-height:.9!important}.profile-v3-body.profile-v4-layout{background:#f8fafc!important;flex-direction:column!important;gap:0!important;max-height:calc(100dvh - 148px)!important;padding:0!important;display:flex!important;overflow:auto!important}.profile-v4-side{display:none!important}.profile-v4-form{padding:14px 14px calc(16px + env(safe-area-inset-bottom))!important;flex-direction:column!important;gap:12px!important;display:flex!important}.profile-v4-section{background:#fff!important;border:1px solid #e2e8f0f2!important;border-radius:22px!important;padding:14px!important}.profile-v4-grid-two{flex-direction:column!important;gap:12px!important;display:flex!important}.profile-v4-password-box{grid-template-columns:1fr!important;margin-top:12px!important}.profile-v4-section-title{margin-bottom:12px!important}.profile-v4-actions{z-index:5!important;background:linear-gradient(#f8fafc29,#f8fafc 30%)!important;grid-template-columns:1fr!important;gap:10px!important;padding-top:8px!important;display:grid!important;position:sticky!important;bottom:0!important}.profile-v4-secondary{display:none!important}.profile-v4-save{width:100%!important}}.vtdd-product-trigger{color:#0f172a;text-align:left;cursor:pointer;background:linear-gradient(135deg,#fffffff5,#f8fafcf5);border:1px solid #e2e8f0;border-radius:17px;width:100%;min-height:54px;padding:14px 44px 14px 15px;font-size:16px;font-weight:900;line-height:1.25;position:relative;overflow:hidden}.vtdd-product-trigger:after{content:"⌕";color:#64748b;font-size:17px;font-weight:900;position:absolute;top:50%;right:15px;transform:translateY(-50%)}.vtdd-product-trigger span{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.vtdd-product-trigger[data-empty=true]{color:#94a3b8;background:repeating-linear-gradient(135deg,#94a3b814 0 7px,#94a3b808 7px 14px),#f8fafc}.vtdd-product-trigger:disabled{opacity:.55;cursor:not-allowed}.vtdd-product-layer{z-index:999999;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f172a94;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.vtdd-product-panel{background:#fff;border:1px solid #e2e8f0e6;border-radius:32px;flex-direction:column;width:min(100%,760px);max-height:min(760px,100dvh - 36px);display:flex;overflow:hidden;box-shadow:0 34px 110px #0f172a52}.vtdd-product-panel-head{color:#fff;background:radial-gradient(circle at 96% 0,#ffd40061,#0000 34%),linear-gradient(135deg,#0f172a,#111827 62%,#020617);justify-content:space-between;align-items:flex-start;gap:14px;padding:18px 18px 14px;display:flex}.vtdd-product-panel-head span{color:#ffffffc2;letter-spacing:.12em;text-transform:uppercase;background:#ffffff1f;border-radius:999px;width:fit-content;padding:7px 9px;font-size:9px;font-weight:1000;line-height:1;display:inline-flex}.vtdd-product-panel-head h3{color:#fff;letter-spacing:-.045em;margin-top:8px;font-size:24px;font-weight:1000;line-height:1}.vtdd-product-close{color:#fff;cursor:pointer;background:#ffffff1f;border:0;border-radius:15px;width:42px;height:42px;font-size:30px;line-height:1}.vtdd-product-search-wrap{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:14px 16px 12px}.vtdd-product-search-wrap input{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:18px;outline:none;width:100%;min-height:52px;padding:13px 14px;font-size:16px;font-weight:850}.vtdd-product-search-wrap input:focus{border-color:#eab308;box-shadow:0 0 0 4px #ffd4002e}.vtdd-product-count{color:#64748b;margin-top:9px;font-size:11px;font-weight:850;line-height:1.35}.vtdd-product-list{-webkit-overflow-scrolling:touch;flex:1;gap:8px;min-height:0;padding:10px;display:grid;overflow-y:auto}.vtdd-product-option{text-align:left;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:17px;grid-template-columns:1fr auto;align-items:center;gap:10px;width:100%;min-height:52px;padding:11px 12px;display:grid}.vtdd-product-option span{color:#0f172a;word-break:break-word;min-width:0;font-size:13px;font-weight:900;line-height:1.35}.vtdd-product-option small{color:#64748b;text-transform:uppercase;background:#f1f5f9;border-radius:999px;padding:7px 9px;font-size:10px;font-weight:1000;line-height:1}.vtdd-product-option.active{background:#fffbea;border-color:#facc15}.vtdd-product-option.active small{color:#ffd400;background:#0f172a}.vtdd-product-empty{color:#64748b;background:#f8fafc;border-radius:20px;padding:18px;font-size:13px;font-weight:850;line-height:1.45}@media (max-width:760px){.vtdd-product-layer{align-items:end;padding:0}.vtdd-product-panel{border-radius:30px 30px 0 0;width:100%;max-height:calc(100dvh - 18px)}.vtdd-product-panel-head h3{font-size:22px}.vtdd-product-list{padding-bottom:calc(12px + env(safe-area-inset-bottom))}}@media (min-width:1024px){.staff-os-page{background:radial-gradient(circle at 8% 0,#ffd4002e,#0000 30%),radial-gradient(circle at 96% 10%,#2563eb1a,#0000 34%),linear-gradient(#fff 0%,#f8fafc 44%,#eef2f7 100%)!important;padding:28px 32px 52px!important}.staff-os-shell{grid-template-columns:minmax(0,1fr) minmax(360px,430px)!important;align-items:start!important;gap:18px!important;width:min(1380px,100vw - 64px)!important;max-width:none!important;margin:0 auto!important;display:grid!important}.staff-command{border-radius:42px!important;grid-column:1/-1!important;align-items:flex-start!important;min-height:250px!important;padding:34px 38px!important;box-shadow:0 28px 90px #0f172a2e!important}.staff-command:before{content:"";opacity:.42;pointer-events:none;background:linear-gradient(90deg,#ffffff0d,#0000 46%),repeating-linear-gradient(90deg,#ffffff1a 0 1px,#0000 1px 18px);position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 18% 74%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 18% 74%,#0000 100%)}.staff-command>div:first-child{z-index:2!important;max-width:760px!important;position:relative!important}.staff-command h1{letter-spacing:-.08em!important;max-width:760px!important;margin-top:38px!important;font-size:clamp(64px,5.8vw,96px)!important;line-height:.86!important}.staff-command p{margin-top:16px!important;font-size:15px!important}.staff-logout{min-height:44px!important;padding:0 18px!important;position:absolute!important;top:30px!important;right:34px!important}.staff-hero-actions{z-index:3!important;margin:0!important;position:absolute!important;top:88px!important;right:34px!important}.staff-profile-trigger{border-radius:999px!important;min-height:46px!important;padding:0 18px!important}.staff-os-shell>.vtdd-system-marquee,.staff-os-shell>.vtdd-tab-locked-note{grid-column:1/-1!important}.staff-os-shell>.vtdd-system-banner-featured,.staff-os-shell>.vtdd-system-banner{border-radius:28px!important;grid-column:1/2!important;min-height:154px!important;padding:20px 22px!important}.staff-os-shell>.vtdd-system-effective{border-radius:28px!important;flex-direction:column!important;grid-column:2/3!important;justify-content:center!important;align-self:stretch!important;min-height:154px!important;padding:20px 22px!important;display:flex!important}.staff-os-shell>.vtdd-system-effective span,.staff-os-shell>.vtdd-system-banner span{font-size:10px!important}.staff-os-shell>.vtdd-system-effective b,.staff-os-shell>.vtdd-system-banner b{font-size:16px!important;line-height:1.5!important}.vtdd-system-banner-body p{font-size:14px!important;line-height:1.55!important}.mode-switch{grid-column:1/-1!important;grid-template-columns:repeat(2,minmax(240px,1fr))!important;gap:14px!important;display:grid!important}.mode-switch button{border-radius:22px!important;min-height:62px!important;font-size:13px!important;box-shadow:0 14px 34px #0f172a0e!important}.tradein-card{border-radius:36px!important;grid-column:1/2!important;padding:28px!important;box-shadow:0 22px 60px #0f172a14!important}.section-head{margin-bottom:20px!important}.section-head.second{border-top:1px dashed #e2e8f0!important;margin-top:30px!important;padding-top:22px!important}.section-head span{border-radius:16px!important;width:42px!important;height:42px!important;font-size:13px!important}.section-head h2{letter-spacing:-.025em!important;font-size:18px!important}.tradein-card label{margin-top:16px!important;margin-bottom:9px!important;font-size:11px!important}.tradein-card input,.tradein-card select,.tradein-card .vtdd-product-trigger{border-radius:19px!important;min-height:58px!important;font-size:16px!important}.subsidy-meta-grid{grid-template-columns:repeat(3,1fr)!important;gap:12px!important;margin-top:16px!important}.subsidy-meta-card{border-radius:22px!important;min-height:86px!important}.type-price-grid{-webkit-overflow-scrolling:touch!important;grid-column:2/3!important;grid-template-columns:1fr!important;align-self:start!important;gap:12px!important;max-height:calc(100vh - 44px)!important;padding-right:4px!important;display:grid!important;position:sticky!important;top:22px!important;overflow-y:auto!important}.type-price-grid button{border-radius:24px!important;min-height:92px!important;padding:17px 18px!important}.type-price-grid span{font-size:12px!important}.type-price-grid b{font-size:22px!important}.type-price-grid em{font-size:12px!important}.result-sheet-v2{border-radius:34px!important;grid-column:2/3!important;width:100%!important;max-height:calc(100vh - 44px)!important;position:sticky!important;inset:22px auto auto!important;transform:none!important;box-shadow:0 24px 80px #0f172a47!important}.result-sheet-v2.is-open{animation:none!important;display:block!important}.result-total{font-size:clamp(44px,3.8vw,64px)!important}}@media (min-width:1280px){.staff-os-shell{grid-template-columns:minmax(760px,1fr) minmax(400px,460px)!important;gap:22px!important}.staff-command{min-height:285px!important;padding:38px 44px!important}.staff-command h1{font-size:clamp(76px,5.8vw,110px)!important}}.staff-workspace,.staff-main-panel,.staff-side-panel{gap:14px;min-width:0;display:grid}.staff-side-summary,.type-empty-card{background:#fff;border:1px solid #e2e8f0;border-radius:28px;box-shadow:0 16px 44px #0f172a12}.staff-side-summary{padding:16px}.staff-side-summary-top{justify-content:space-between;align-items:center;gap:12px;margin-bottom:13px;display:flex}.staff-side-summary-top span{color:#64748b;letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:900;line-height:1}.staff-side-summary-top b{color:#0f172a;text-transform:uppercase;white-space:nowrap;background:#ffd400;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:900;line-height:1}.staff-side-summary-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.staff-side-summary-grid div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;min-height:70px;padding:12px}.staff-side-summary-grid span{color:#64748b;letter-spacing:.08em;text-transform:uppercase;font-size:9.5px;font-weight:900;display:block}.staff-side-summary-grid b{-webkit-line-clamp:2;color:#0f172a;-webkit-box-orient:vertical;margin-top:7px;font-size:12.5px;font-weight:900;line-height:1.25;display:-webkit-box;overflow:hidden}.type-empty-card{text-align:center;background:radial-gradient(circle at 50% 0,#ffd40033,#0000 42%),#fff;place-items:center;min-height:260px;padding:26px 20px;display:grid}.type-empty-icon{color:#ffd400;background:#0f172a;border-radius:22px;place-items:center;width:62px;height:62px;margin:0 auto 14px;font-size:28px;font-weight:900;display:grid}.type-empty-card h3{color:#0f172a;letter-spacing:-.035em;font-size:18px;font-weight:900;line-height:1.15}.type-empty-card p{color:#64748b;max-width:280px;margin:8px auto 0;font-size:13px;font-weight:750;line-height:1.45}@media (min-width:1024px){.staff-os-page{background:radial-gradient(circle at 6% 0,#ffd40029,#0000 30%),radial-gradient(circle at 96% 10%,#0f172a14,#0000 34%),linear-gradient(#f8fafc 0%,#eef2f7 100%)!important;padding:28px 32px 56px!important}.staff-os-shell{grid-template-columns:1fr!important;gap:18px!important;width:min(1180px,100vw - 64px)!important;margin:0 auto!important;display:grid!important}.staff-command{background:radial-gradient(circle at 88% 0,#ffd400b3,#0000 26%),linear-gradient(135deg,#0f172a 0%,#111827 58%,#020617 100%)!important;border-radius:38px!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;min-height:230px!important;padding:30px 34px!important;display:grid!important;box-shadow:0 28px 90px #0f172a2e!important}.staff-command h1{letter-spacing:-.08em!important;max-width:560px!important;margin-top:34px!important;font-size:72px!important;line-height:.86!important}.staff-command p{margin-top:14px!important;font-size:14px!important}.staff-logout{min-height:42px!important;padding:0 17px!important;position:absolute!important;top:28px!important;right:32px!important;box-shadow:0 12px 26px #ffd4003d!important}.staff-hero-actions{z-index:4!important;position:absolute!important;top:82px!important;right:32px!important}.staff-profile-trigger{color:#fff!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;background:#ffffff1f!important;border:1px solid #fff3!important;border-radius:999px!important;min-height:44px!important;padding:0 18px!important}.staff-os-shell>.vtdd-system-marquee,.staff-os-shell>.vtdd-tab-locked-note{grid-column:auto!important}.staff-os-shell>.vtdd-system-marquee{border-radius:18px!important;min-height:46px!important}.staff-os-shell>.vtdd-system-banner-featured,.staff-os-shell>.vtdd-system-banner,.staff-os-shell>.vtdd-system-effective{border-radius:24px!important;grid-column:auto!important;min-height:auto!important;padding:18px 20px!important}.staff-os-shell>.vtdd-system-banner-featured,.staff-os-shell>.vtdd-system-banner{box-shadow:0 18px 50px #f59e0b1a!important}.staff-workspace{grid-template-columns:minmax(0,1.36fr) minmax(360px,.78fr)!important;align-items:start!important;gap:18px!important;display:grid!important}.staff-main-panel{gap:14px!important;min-width:0!important;display:grid!important}.staff-side-panel{scrollbar-width:thin!important;gap:14px!important;min-width:0!important;max-height:calc(100vh - 44px)!important;padding-right:4px!important;display:grid!important;position:sticky!important;top:22px!important;overflow-y:auto!important}.mode-switch{background:#ffffffdb!important;border:1px solid #e2e8f0!important;border-radius:24px!important;grid-column:auto!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;padding:6px!important;display:grid!important;box-shadow:0 16px 44px #0f172a0f!important}.mode-switch button{min-height:56px!important;box-shadow:none!important;border:0!important;border-radius:18px!important;font-size:12px!important}.mode-switch button.active{color:#ffd400!important;background:#0f172a!important;box-shadow:0 14px 34px #0f172a33!important}.tradein-card{background:#fffffff0!important;border:1px solid #e2e8f0f2!important;border-radius:32px!important;grid-column:auto!important;padding:24px!important;box-shadow:0 20px 60px #0f172a14!important}.section-head{margin-bottom:18px!important}.section-head.second{border-top:1px dashed #dbe3ef!important;margin-top:26px!important;padding-top:22px!important}.section-head span{border-radius:16px!important;width:40px!important;height:40px!important}.section-head h2{font-size:18px!important}.tradein-card label{margin-top:15px!important;margin-bottom:8px!important;font-size:10.5px!important}.tradein-card input,.tradein-card select,.tradein-card .vtdd-product-trigger{background-color:#f8fafc!important;border-radius:18px!important;min-height:56px!important;font-size:15px!important}.subsidy-meta-grid{grid-template-columns:repeat(3,1fr)!important;gap:12px!important}.staff-side-summary,.type-empty-card{border-radius:30px!important}.staff-side-summary{padding:18px!important}.type-price-grid{grid-column:auto!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;max-height:none!important;padding:0!important;display:grid!important;position:static!important;top:auto!important;overflow:visible!important}.type-price-grid button{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:24px!important;min-height:118px!important;padding:15px!important;box-shadow:0 14px 36px #0f172a0f!important}.type-price-grid button.active{background:radial-gradient(circle at 100% 0,#ffd40042,#0000 42%),#0f172a!important;border-color:#0f172a!important;box-shadow:0 20px 50px #0f172a33!important}.type-price-grid span{font-size:10.5px!important}.type-price-grid b{letter-spacing:-.05em!important;margin-top:11px!important;font-size:24px!important}.type-price-grid em{margin-top:8px!important;font-size:11px!important;line-height:1.35!important;display:block!important}.result-sheet-v2{border-radius:30px!important;grid-column:auto!important;width:100%!important;max-height:none!important;display:none!important;position:static!important;inset:auto!important;transform:none!important;box-shadow:0 24px 80px #0f172a3d!important}.result-sheet-v2.is-open{animation:.18s both fadeUp!important;display:block!important}.result-total{letter-spacing:-.065em!important;font-size:48px!important}.result-actions{grid-template-columns:1fr!important}.vtdd-product-panel{border-radius:34px!important;width:min(860px,100vw - 48px)!important;max-height:min(760px,100vh - 48px)!important}}@media (min-width:1280px){.staff-os-shell{width:min(1240px,100vw - 80px)!important}.staff-workspace{grid-template-columns:minmax(0,1.45fr) minmax(390px,.82fr)!important;gap:20px!important}.staff-command h1{font-size:82px!important}}@media (max-width:1023px){.staff-workspace{grid-template-columns:1fr;display:grid}.staff-side-panel{gap:14px;display:grid}.staff-side-summary,.type-empty-card{display:none}}@media (min-width:1080px){body{background:radial-gradient(circle at 8% 0,#ffd40021,#0000 30%),radial-gradient(circle at 96% 12%,#0f172a14,#0000 34%),linear-gradient(#f8fafc 0%,#eef2f7 100%)!important}.staff-os-page{background:0 0!important;padding:24px 28px 44px!important}.staff-os-shell{grid-template-columns:minmax(0,1fr)!important;gap:16px!important;width:min(1160px,100vw - 56px)!important;margin:0 auto!important;display:grid!important}.staff-command{background:radial-gradient(circle at 88% 8%,#ffd4008f,#0000 28%),linear-gradient(135deg,#0f172a 0%,#101827 58%,#020617 100%)!important;border-radius:34px!important;grid-template-columns:minmax(0,1fr) 210px!important;align-items:start!important;gap:22px!important;min-height:176px!important;padding:26px 30px!important;display:grid!important;overflow:hidden!important;box-shadow:0 24px 74px #0f172a2b!important}.staff-command:after{opacity:.82!important;height:70px!important}.staff-command>div:first-child{z-index:3!important;min-width:0!important;position:relative!important}.staff-kicker{background:#ffffff1a!important;padding:8px 12px!important;font-size:10px!important}.staff-command h1{letter-spacing:-.075em!important;max-width:560px!important;margin-top:28px!important;font-size:clamp(52px,6vw,70px)!important;line-height:.86!important}.staff-command p{color:#ffffffc2!important;max-width:540px!important;margin-top:12px!important;font-size:13.5px!important;font-weight:850!important}.staff-logout{justify-content:center!important;align-items:center!important;min-width:94px!important;min-height:42px!important;padding:0 17px!important;display:inline-flex!important;position:absolute!important;top:26px!important;right:30px!important;box-shadow:0 14px 30px #ffd40040!important}.staff-hero-actions{z-index:5!important;justify-content:flex-end!important;display:flex!important;position:absolute!important;top:82px!important;right:30px!important}.staff-profile-trigger{color:#fff!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;white-space:normal!important;background:#ffffff1a!important;border:1px solid #ffffff2e!important;border-radius:999px!important;min-width:150px!important;min-height:42px!important;padding:0 17px!important;font-size:10.5px!important;font-weight:900!important;line-height:1.15!important}.staff-os-shell>.vtdd-system-marquee,.staff-os-shell>.vtdd-tab-locked-note{width:100%!important}.staff-os-shell>.vtdd-system-banner-featured,.staff-os-shell>.vtdd-system-banner,.staff-os-shell>.vtdd-system-effective{border-radius:24px!important;width:100%!important;padding:17px 20px!important}.staff-os-shell>.vtdd-system-banner-featured,.staff-os-shell>.vtdd-system-banner{background:radial-gradient(circle at 100% 0,#ffd40030,#0000 40%),linear-gradient(135deg,#fffbea 0%,#fff 60%,#f8fafc 100%)!important;border:1px solid #facc158c!important;align-content:start!important;min-height:126px!important;display:grid!important;box-shadow:0 16px 42px #f59e0b1a!important}.staff-os-shell>.vtdd-system-effective{background:radial-gradient(circle at 100% 0,#10b98121,#0000 40%),#f7fffb!important;border-color:#10b9814d!important;align-content:center!important;min-height:126px!important;display:grid!important}.staff-os-shell>.vtdd-system-banner b,.staff-os-shell>.vtdd-system-banner-featured b,.staff-os-shell>.vtdd-system-effective b{white-space:pre-line!important;word-break:break-word!important;overflow-wrap:anywhere!important;font-size:12.5px!important;line-height:1.58!important}.staff-workspace{grid-template-columns:minmax(0,1fr) minmax(370px,405px)!important;align-items:start!important;gap:18px!important;display:grid!important}.staff-main-panel{gap:14px!important;min-width:0!important;display:grid!important}.staff-side-panel{gap:12px!important;min-width:0!important;max-height:none!important;padding-right:0!important;display:grid!important;position:sticky!important;top:20px!important;overflow:visible!important}.mode-switch{background:#ffffffeb!important;border:1px solid #e2e8f0!important;border-radius:24px!important;padding:6px!important;box-shadow:0 14px 36px #0f172a0e!important}.mode-switch button{min-height:54px!important;box-shadow:none!important;border:0!important;border-radius:18px!important;font-size:11.5px!important}.tradein-card{background:#fffffff2!important;border:1px solid #e2e8f0f2!important;border-radius:32px!important;padding:24px!important;box-shadow:0 20px 58px #0f172a13!important}.section-head{margin-bottom:16px!important}.section-head.second{border-top:1px dashed #dbe3ef!important;margin-top:24px!important;padding-top:22px!important}.section-head span{border-radius:15px!important;width:38px!important;height:38px!important}.section-head h2{letter-spacing:-.03em!important;font-size:17px!important}.tradein-card label{margin-top:14px!important;margin-bottom:7px!important}.tradein-card input,.tradein-card select,.tradein-card .vtdd-product-trigger{background-color:#f8fafc!important;border-radius:18px!important;min-height:54px!important;font-size:14.5px!important}.subsidy-meta-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}.subsidy-meta-card{border-radius:18px!important;min-height:72px!important}.staff-side-summary{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:28px!important;padding:16px!important;display:block!important;box-shadow:0 16px 44px #0f172a0f!important}.staff-side-summary-top{margin-bottom:12px!important}.staff-side-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.staff-side-summary-grid div{border-radius:18px!important;min-height:64px!important;padding:10px 11px!important}.type-price-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;max-height:none!important;padding:0!important;display:grid!important;overflow:visible!important}.type-price-grid button{border-radius:22px!important;min-height:96px!important;padding:13px!important;box-shadow:0 12px 30px #0f172a0e!important}.type-price-grid b{letter-spacing:-.055em!important;margin-top:8px!important;font-size:21px!important}.type-price-grid em{margin-top:6px!important;font-size:10.5px!important;line-height:1.3!important}.result-sheet-v2{background:radial-gradient(circle at 100% 0,#ffd4002e,#0000 34%),linear-gradient(135deg,#172554 0%,#111827 50%,#052f38 100%)!important;border-radius:28px!important;width:100%!important;max-height:none!important;padding:18px!important;display:none!important;position:static!important;inset:auto!important;transform:none!important;box-shadow:0 24px 70px #0f172a42!important}.result-sheet-v2.is-open{animation:.18s both fadeUp!important;display:block!important}.result-close{width:34px!important;height:34px!important;top:12px!important;right:12px!important}.result-headline{font-size:10.5px!important}.result-total{letter-spacing:-.065em!important;margin-top:8px!important;font-size:40px!important;line-height:.95!important}.result-note{margin-top:10px!important;font-size:11px!important}.result-card{border-radius:18px!important;margin-top:12px!important;padding:12px!important}.result-row{grid-template-columns:110px 1fr!important;gap:10px!important;min-height:29px!important}.result-row span{font-size:9.8px!important}.result-row b{font-size:11.5px!important}.result-actions{grid-template-columns:1fr 1fr!important;gap:9px!important;margin-top:12px!important}.result-actions .quote-btn-customer{grid-column:1/-1!important}.result-btn,.quote-btn{border-radius:14px!important;min-height:44px!important;font-size:10.5px!important}.vtdd-product-panel{border-radius:34px!important;width:min(860px,100vw - 52px)!important;max-height:min(720px,100vh - 52px)!important}}@media (min-width:1320px){.staff-os-shell{width:min(1220px,100vw - 76px)!important}.staff-workspace{grid-template-columns:minmax(0,1fr) minmax(390px,430px)!important;gap:20px!important}.staff-command{min-height:188px!important}.staff-command h1{font-size:76px!important}}.profile-v3-password-field{width:100%!important;position:relative!important}.profile-v3-password-field input{width:100%!important;padding-right:88px!important}.profile-v3-eye{white-space:nowrap!important;z-index:3!important;border-radius:14px!important;justify-content:center!important;align-items:center!important;width:auto!important;min-width:58px!important;height:40px!important;padding:0 13px!important;display:inline-flex!important;position:absolute!important;top:50%!important;right:8px!important;transform:translateY(-50%)!important}@media (min-width:980px){.profile-v3-layer.profile-v4-layer{align-items:center!important;padding:28px!important;overflow:hidden!important}.profile-v3-card.profile-v4-card,.profile-v3-card.profile-v4-setup-card{background:#f8fafc!important;border-radius:34px!important;grid-template-rows:auto minmax(0,1fr)!important;width:min(1060px,100vw - 64px)!important;max-height:min(720px,100vh - 56px)!important;display:grid!important;overflow:hidden!important}.profile-v3-head.profile-v4-head{color:#fff!important;background:radial-gradient(circle at 100% 0,#ffd4002e,#0000 32%),#0f172a!important;border-bottom:1px solid #e2e8f0!important;justify-content:space-between!important;align-items:center!important;min-height:92px!important;padding:22px 26px!important;display:flex!important}.profile-v3-head.profile-v4-head h2{color:#fff!important;letter-spacing:-.055em!important;margin-top:7px!important;font-size:34px!important;line-height:.95!important}.profile-v3-head.profile-v4-head p{color:#ffffffb3!important;max-width:640px!important;margin-top:7px!important;font-size:12.5px!important}.profile-v3-head.profile-v4-head span{color:#ffd400!important}.profile-v3-close.profile-v4-close{color:#fff!important;background:#ffffff1a!important;border:1px solid #ffffff24!important;border-radius:16px!important;width:42px!important;height:42px!important;position:static!important}.profile-v3-body.profile-v4-layout{grid-template-columns:310px minmax(0,1fr)!important;gap:0!important;min-height:0!important;display:grid!important;overflow:hidden!important}.profile-v4-side{background:radial-gradient(circle at 100% 0,#ffd4003d,#0000 42%),linear-gradient(#fff,#eef2f7)!important;border-right:1px solid #dbe3ef!important;align-content:start!important;gap:14px!important;min-width:0!important;padding:22px!important;display:grid!important}.profile-v4-brand-card,.profile-v4-info-card,.profile-v4-preview,.profile-v4-checklist{box-shadow:none!important;border-radius:22px!important}.profile-v4-checklist>div{border-radius:18px!important;min-height:58px!important;padding:10px!important}.profile-v4-form{scrollbar-width:thin!important;align-content:start!important;gap:14px!important;min-width:0!important;max-height:calc(min(720px,100vh - 56px) - 92px)!important;padding:22px 24px 20px!important;display:grid!important;overflow-y:auto!important}.profile-v4-section{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:24px!important;min-width:0!important;padding:16px!important;box-shadow:0 14px 34px #0f172a0b!important}.profile-v4-section-title{margin-bottom:12px!important}.profile-v4-password-box,.profile-v4-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:start!important;gap:14px!important;display:grid!important}.profile-v4-section-title-full,.profile-v4-field-full,.profile-v4-actions{grid-column:1/-1!important}.profile-v4-field,.profile-v4-field-full{min-width:0!important}.profile-v4-field label,.profile-v4-password-box label{white-space:normal!important;min-height:13px!important;margin-bottom:7px!important;display:block!important}.profile-v4-field input,.profile-v4-field select,.profile-v3-password-field input{border-radius:18px!important;height:56px!important;min-height:56px!important;font-size:14px!important;line-height:1.2!important}.profile-v4-switch{border-radius:24px!important;min-height:76px!important;padding:15px!important}.profile-v4-actions{z-index:4!important;background:linear-gradient(#f8fafc00,#f8fafc 32%,#f8fafc)!important;grid-template-columns:170px minmax(0,1fr)!important;gap:12px!important;margin-top:0!important;padding:14px 0 0!important;display:grid!important;position:sticky!important;bottom:-20px!important}.profile-v4-secondary,.profile-v4-save{border-radius:18px!important;width:100%!important;min-height:56px!important}}@media (max-width:979px){.profile-v3-layer.profile-v4-layer{align-items:end!important;padding:12px!important}.profile-v3-card.profile-v4-card,.profile-v3-card.profile-v4-setup-card{border-radius:32px 32px 0 0!important;width:100%!important;max-height:92vh!important;overflow:hidden!important}.profile-v3-head.profile-v4-head{padding:18px 18px 14px!important}.profile-v3-body.profile-v4-layout{max-height:calc(92vh - 112px)!important;padding:14px!important;display:block!important;overflow-y:auto!important}.profile-v4-side{display:none!important}.profile-v4-form{gap:12px!important;display:grid!important}.profile-v4-section{border-radius:24px!important;padding:14px!important}.profile-v4-password-box,.profile-v4-grid-two{grid-template-columns:1fr!important;gap:12px!important;display:grid!important}.profile-v4-actions{background:linear-gradient(#fff0,#fff 32%,#fff)!important;grid-template-columns:1fr!important;gap:10px!important;padding-top:12px!important;display:grid!important;position:sticky!important;bottom:0!important}}@media (min-width:1080px){.customer-personal-page{background:radial-gradient(circle at 8% 0,#ffd40021,#0000 30%),radial-gradient(circle at 96% 14%,#2563eb17,#0000 30%),linear-gradient(#f8fafc 0%,#eef2f7 100%)!important;padding:24px 28px 48px!important}.customer-personal-shell{grid-template-columns:minmax(0,1fr) minmax(370px,405px)!important;align-items:start!important;gap:16px 18px!important;width:min(1160px,100vw - 56px)!important;margin:0 auto!important;display:grid!important}.customer-personal-hero,.customer-personal-shell>.vtdd-system-effective,.customer-personal-shell>.vtdd-tab-locked-note{grid-column:1/-1!important}.customer-personal-hero{background:radial-gradient(circle at 88% 0,#ffd4008f,#0000 28%),linear-gradient(135deg,#0f172a 0%,#101827 58%,#020617 100%)!important;border-radius:34px!important;grid-template-columns:minmax(0,1fr) 310px!important;align-content:start!important;column-gap:24px!important;min-height:184px!important;padding:28px 30px!important;display:grid!important}.customer-personal-brand{grid-column:1!important}.customer-personal-kicker{grid-column:1!important;margin-top:24px!important}.customer-personal-hero h1{grid-column:1!important;max-width:610px!important;margin-top:12px!important;font-size:clamp(52px,6vw,76px)!important;line-height:.86!important}.customer-personal-hero p{-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;background:#ffffff14!important;border:1px solid #ffffff1f!important;border-radius:24px!important;grid-area:2/2/span 2!important;align-self:end!important;max-width:280px!important;margin:0 0 7px auto!important;padding:18px!important}.customer-mode-card{border-radius:24px!important;grid-column:1!important;padding:6px!important}.customer-mode-card button{border-radius:18px!important;min-height:54px!important}.customer-form-card{background:#fffffff2!important;border-radius:32px!important;grid-column:1!important;padding:24px!important;box-shadow:0 20px 58px #0f172a13!important}.customer-section-title{margin-bottom:16px!important}.customer-section-title.second{border-top:1px dashed #dbe3ef!important;margin-top:24px!important;padding-top:22px!important}.customer-form-card input,.customer-form-card select,.customer-form-card .vtdd-product-trigger{background-color:#f8fafc!important;border-radius:18px!important;min-height:54px!important;font-size:14.5px!important}.customer-type-pill-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:8px!important}.customer-type-pill-grid button{border-radius:16px!important;min-height:48px!important}.customer-type-detail-card{border-radius:20px!important;padding:14px 15px!important}.customer-result-card{color:#fff!important;background:radial-gradient(circle at 100% 0,#ffd40033,#0000 34%),linear-gradient(135deg,#172554 0%,#111827 50%,#052f38 100%)!important;border:0!important;border-radius:30px!important;grid-area:4/2/span 2!important;min-height:360px!important;padding:20px!important;display:block!important;position:sticky!important;top:20px!important;box-shadow:0 24px 70px #0f172a42!important}.customer-result-kicker{color:#ffd400!important;background:#ffffff1a!important;border:1px solid #ffffff1f!important}.customer-result-total{color:#fff!important;letter-spacing:-.065em!important;margin-top:14px!important;font-size:44px!important;line-height:.96!important}.customer-result-note{color:#ffffffbd!important;background:#ffffff14!important;border:1px solid #ffffff1f!important;margin-top:12px!important}.customer-result-rows div{background:#ffffff13!important;border:1px solid #ffffff1c!important}.customer-result-rows span{color:#ffffff8c!important}.customer-result-rows b{color:#fff!important}.customer-total-row-only b{color:#ffd400!important}.customer-hotline-btn{border-radius:18px!important;min-height:58px!important;margin-top:14px!important}}@media (min-width:1320px){.customer-personal-shell{grid-template-columns:minmax(0,1fr) minmax(390px,430px)!important;gap:18px 20px!important;width:min(1220px,100vw - 76px)!important}}@media (min-width:1024px){.staff-os-page{background:radial-gradient(circle at 0 0,#ffd4001a,#0000 28%),linear-gradient(#f8fafc 0%,#eef2f7 100%)!important;padding:22px 24px 44px!important}.staff-os-shell{width:min(1180px,100vw - 48px)!important;margin:0 auto!important}.staff-command{background:radial-gradient(circle at 92% 0,#ffd4008c,#0000 30%),linear-gradient(135deg,#0f172a 0%,#111827 56%,#020617 100%)!important;border-radius:34px!important;grid-template-columns:1fr auto!important;align-items:start!important;min-height:214px!important;padding:24px 30px!important;display:grid!important;box-shadow:0 24px 62px #0f172a29!important}.staff-command h1{letter-spacing:-.075em!important;max-width:590px!important;margin-top:28px!important;font-size:clamp(58px,5.8vw,78px)!important;line-height:.86!important}.staff-command p{margin-top:18px!important;font-size:13px!important;line-height:1.2!important}.staff-logout{border-radius:999px!important;min-width:112px!important;min-height:44px!important;position:absolute!important;top:24px!important;right:28px!important}.staff-hero-actions{width:150px!important;top:88px!important;right:28px!important}.staff-profile-trigger{min-height:43px!important;padding:0 15px!important;font-size:10px!important}.staff-os-shell>.vtdd-system-marquee{border-radius:15px!important;min-height:40px!important;margin-top:14px!important}.staff-os-shell>.vtdd-system-banner-featured{background:radial-gradient(circle at 100% 0,#ffd40021,#0000 30%),linear-gradient(135deg,#fffbea 0%,#fff 72%)!important;border-radius:24px!important;min-height:132px!important;margin-top:14px!important;padding:18px 20px!important}.staff-os-shell>.vtdd-system-banner-featured .vtdd-system-banner-body{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:4px 22px!important;display:grid!important}.staff-os-shell>.vtdd-system-banner-featured p{margin:0!important;font-size:12px!important;line-height:1.5!important}.staff-os-shell>.vtdd-system-effective{background:linear-gradient(135deg,#ecfdf5,#fff)!important;border-radius:20px!important;justify-content:center!important;align-items:center!important;gap:12px!important;min-height:auto!important;margin-top:14px!important;padding:12px 18px!important;display:flex!important}.staff-os-shell>.vtdd-system-effective span{margin:0!important;font-size:10px!important}.staff-os-shell>.vtdd-system-effective b{font-size:13px!important;line-height:1.1!important}.staff-workspace{grid-template-columns:minmax(0,710px) minmax(330px,390px)!important;align-items:start!important;gap:16px!important;margin-top:16px!important;display:grid!important}.staff-main-panel{min-width:0!important}.mode-switch{border-radius:22px!important;margin:0 0 12px!important;padding:5px!important}.mode-switch button{border-radius:17px!important;min-height:48px!important;font-size:11px!important}.tradein-card{border-radius:30px!important;padding:22px!important;box-shadow:0 18px 44px #0f172a12!important}.section-head{margin-bottom:16px!important}.section-head.second{margin-top:22px!important;padding-top:22px!important}.tradein-card label{margin-top:12px!important;margin-bottom:7px!important}.tradein-card input,.tradein-card select,.tradein-card .vtdd-product-trigger{border-radius:16px!important;min-height:50px!important;font-size:14px!important}.subsidy-meta-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin-top:14px!important}.subsidy-meta-card{border-radius:20px!important;min-height:76px!important;padding:14px!important}.staff-side-panel{gap:12px!important;display:grid!important;position:sticky!important;top:18px!important}.staff-side-summary{display:none!important}.type-price-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;display:grid!important}.type-price-grid button{text-align:left!important;border-radius:20px!important;min-height:96px!important;padding:14px!important}.type-price-grid button span{font-size:10px!important;line-height:1!important}.type-price-grid button b{letter-spacing:-.04em!important;margin-top:8px!important;font-size:25px!important;line-height:.95!important}.type-price-grid button em{margin-top:8px!important;font-size:10.5px!important;line-height:1.25!important}.type-empty-card{border-radius:26px!important;min-height:180px!important}.result-sheet-v2{opacity:1!important;pointer-events:auto!important;border-radius:28px!important;width:100%!important;max-height:none!important;padding:18px!important;display:block!important;position:static!important;transform:none!important;box-shadow:0 20px 60px #0f172a2e!important}.result-sheet-v2:not(.is-open),.result-close{display:none!important}.result-headline{letter-spacing:.14em!important;font-size:11px!important}.result-note{margin-top:8px!important;font-size:11px!important;line-height:1.35!important}.result-total{letter-spacing:-.06em!important;margin-top:10px!important;font-size:42px!important;line-height:.95!important}.quote-time-pill{min-height:30px!important;margin:10px auto 0!important;font-size:11px!important}.result-card{border-radius:18px!important;margin-top:12px!important;padding:13px!important}.result-row{gap:10px!important;min-height:30px!important}.result-row span,.result-row b{font-size:10.8px!important}.result-actions{grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:12px!important;display:grid!important}.result-actions .quote-btn-customer{grid-column:1/-1!important}.result-actions button,.result-actions .quote-btn{border-radius:14px!important;min-height:42px!important;font-size:10.5px!important}}@media (min-width:980px){.profile-v3-layer.profile-v4-layer{background:#0f172a9e!important;justify-content:center!important;align-items:center!important;padding:28px!important}.profile-v3-card.profile-v4-card,.profile-v3-card.profile-v4-setup-card{background:#f8fafc!important;border:1px solid #e2e8f0fa!important;border-radius:34px!important;grid-template-rows:auto 1fr!important;grid-template-columns:290px minmax(0,1fr)!important;width:min(1020px,100vw - 64px)!important;max-height:86vh!important;display:grid!important;overflow:hidden!important;box-shadow:0 34px 110px #0f172a57!important}.profile-v3-head.profile-v4-head{background:radial-gradient(circle at 86% 6%,#ffd4007a,#0000 34%),linear-gradient(150deg,#0f172a,#111827 58%,#111827)!important;border-radius:34px 0 0 34px!important;grid-area:1/1/span 2!important;align-items:flex-start!important;min-height:100%!important;padding:32px 28px!important;display:flex!important;position:relative!important}.profile-v3-head.profile-v4-head>div{min-width:0!important}.profile-v3-head.profile-v4-head span{border-radius:999px!important;padding:8px 12px!important;font-size:10px!important}.profile-v3-head.profile-v4-head h2{letter-spacing:-.075em!important;max-width:220px!important;margin-top:22px!important;font-size:54px!important;line-height:.86!important}.profile-v3-head.profile-v4-head p{max-width:230px!important;margin-top:18px!important;font-size:13px!important;line-height:1.48!important}.profile-v3-close.profile-v4-close{border-radius:17px!important;width:46px!important;height:46px!important;position:absolute!important;bottom:28px!important;left:28px!important}.profile-v3-body.profile-v4-layout{grid-area:1/2/span 2!important;grid-template-columns:230px minmax(0,1fr)!important;align-items:start!important;gap:18px!important;max-height:86vh!important;padding:24px!important;display:grid!important;overflow-y:auto!important}.profile-v4-side{gap:12px!important;display:grid!important;position:sticky!important;top:0!important}.profile-v4-brand-card,.profile-v4-info-card,.profile-v4-checklist,.profile-v4-preview,.profile-v4-section{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:22px!important;box-shadow:0 12px 28px #0f172a0b!important}.profile-v4-brand-card,.profile-v4-info-card,.profile-v4-preview{padding:14px!important}.profile-v4-checklist{gap:8px!important;padding:12px!important}.profile-v4-checklist>div{border-radius:17px!important;padding:10px!important}.profile-v4-form{gap:14px!important;min-width:0!important;display:grid!important}.profile-v4-section{padding:16px!important}.profile-v4-section-title{align-items:center!important;margin-bottom:12px!important}.profile-v4-password-box,.profile-v4-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:end!important;gap:12px!important;display:grid!important}.profile-v4-section-title-full,.profile-v4-field-full,.profile-v4-actions{grid-column:1/-1!important}.profile-v4-field,.profile-v4-field-full{min-width:0!important}.profile-v4-field label{color:#64748b!important;letter-spacing:.08em!important;text-transform:uppercase!important;align-items:flex-end!important;min-height:24px!important;margin-bottom:7px!important;font-size:10px!important;font-weight:900!important;line-height:1.2!important;display:flex!important}.profile-v3-password-field{align-items:center!important;display:flex!important;position:relative!important}.profile-v4-field input,.profile-v4-field select,.profile-v3-password-field input{color:#0f172a!important;text-overflow:ellipsis!important;background:#f8fafc!important;border:1px solid #dbe3ef!important;border-radius:17px!important;width:100%!important;height:50px!important;min-height:50px!important;padding:0 76px 0 14px!important;font-size:13px!important;font-weight:900!important;line-height:1.2!important;overflow:hidden!important}.profile-v4-field select{padding-right:36px!important}.profile-v4-field input:not(.profile-v3-password-field input){padding-right:14px!important}.profile-v3-eye{color:#ffd400!important;background:#0f172a!important;border-radius:13px!important;place-items:center!important;width:58px!important;min-width:58px!important;height:34px!important;min-height:34px!important;padding:0!important;font-size:10px!important;font-weight:900!important;line-height:1!important;display:grid!important;position:absolute!important;top:50%!important;right:8px!important;transform:translateY(-50%)!important}.profile-v4-switch{border-radius:20px!important;min-height:64px!important;padding:14px!important}.profile-v4-actions{background:0 0!important;grid-template-columns:160px minmax(0,1fr)!important;gap:12px!important;margin-top:0!important;padding-top:0!important;display:grid!important;position:static!important}.profile-v4-secondary,.profile-v4-save{border-radius:17px!important;min-height:52px!important;font-size:11px!important}}@media (max-width:979px){.profile-v3-layer.profile-v4-layer{align-items:end!important;padding:10px!important}.profile-v3-card.profile-v4-card,.profile-v3-card.profile-v4-setup-card{border-radius:30px 30px 0 0!important;width:100%!important;max-height:92vh!important;overflow:hidden!important}.profile-v3-head.profile-v4-head{padding:18px!important}.profile-v3-body.profile-v4-layout{max-height:calc(92vh - 116px)!important;padding:14px!important;display:block!important;overflow-y:auto!important}.profile-v4-side{display:none!important}.profile-v4-section{border-radius:22px!important;margin-bottom:12px!important;padding:14px!important}.profile-v4-password-box,.profile-v4-grid-two{grid-template-columns:1fr!important;gap:10px!important}.profile-v3-password-field{position:relative!important}.profile-v4-field input,.profile-v4-field select,.profile-v3-password-field input{border-radius:17px!important;height:50px!important;min-height:50px!important;padding-right:76px!important}.profile-v3-eye{border-radius:13px!important;width:58px!important;min-width:58px!important;height:34px!important;min-height:34px!important;position:absolute!important;top:50%!important;right:8px!important;transform:translateY(-50%)!important}.profile-v4-actions{background:linear-gradient(#fff0,#fff 28%,#fff)!important;grid-template-columns:1fr!important;gap:10px!important;padding-top:12px!important;display:grid!important;position:sticky!important;bottom:0!important}}@media (min-width:1080px){.customer-personal-page{padding:24px 28px 48px!important}.customer-personal-shell{grid-template-columns:minmax(0,680px) minmax(330px,390px)!important;align-items:start!important;gap:16px!important;width:min(1120px,100vw - 56px)!important;margin:0 auto!important;display:grid!important}.customer-personal-hero{text-align:center!important;background:radial-gradient(circle at 50% 0,#ffd40070,#0000 28%),linear-gradient(135deg,#0f172a 0%,#111827 60%,#020617 100%)!important;border-radius:36px!important;grid-column:1/-1!important;place-items:center!important;min-height:238px!important;padding:30px!important;display:grid!important}.customer-personal-brand{justify-content:center!important;margin:0 auto!important;position:static!important}.customer-personal-kicker{justify-self:center!important;margin-top:18px!important}.customer-personal-hero h1{text-align:center!important;max-width:760px!important;margin-top:14px!important;font-size:clamp(58px,6vw,82px)!important;line-height:.84!important}.customer-personal-hero p{color:#ffffffbd!important;text-align:center!important;background:0 0!important;border:0!important;max-width:620px!important;margin:16px auto 0!important;padding:0!important;font-size:14px!important;line-height:1.45!important}.customer-personal-shell>.vtdd-system-effective,.customer-personal-shell>.vtdd-tab-locked-note{grid-column:1/-1!important}.customer-personal-shell>.vtdd-system-effective{border-radius:20px!important;justify-content:center!important;align-items:center!important;gap:12px!important;min-height:auto!important;padding:12px 18px!important;display:flex!important}.customer-mode-card,.customer-form-card{grid-column:1!important}.customer-result-card{border-radius:28px!important;grid-area:4/2/span 2!important;min-height:330px!important;padding:20px!important;position:sticky!important;top:18px!important}}.vtdd-system-banner-featured.system-notice-v2{box-sizing:border-box!important;background:radial-gradient(circle at 100% 0,#ffd4002e,#0000 34%),linear-gradient(135deg,#fff8db 0%,#fffefa 46%,#fff 100%)!important;border:1px solid #f59e0b6b!important;border-radius:22px!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;padding:18px 20px 20px!important;overflow:visible!important;box-shadow:0 18px 42px #f59e0b1f!important}.system-notice-v2-head{justify-content:space-between!important;align-items:flex-start!important;gap:14px!important;margin:0 0 14px!important;display:flex!important;overflow:visible!important}.system-notice-v2-head>div{flex-wrap:wrap!important;align-items:center!important;gap:10px!important;min-width:0!important;display:flex!important}.system-notice-v2-head span{color:#7c2d12!important;letter-spacing:.14em!important;text-transform:uppercase!important;white-space:normal!important;text-overflow:clip!important;margin:0!important;font-size:11px!important;font-weight:1000!important;line-height:1.2!important;display:inline-flex!important;overflow:visible!important}.system-notice-v2-head strong{color:#ffd400!important;letter-spacing:.1em!important;text-transform:uppercase!important;white-space:nowrap!important;background:#0f172a!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:24px!important;padding:7px 10px!important;font-size:9px!important;font-weight:1000!important;line-height:1!important;display:inline-flex!important}.system-notice-v2-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px 28px!important;width:100%!important;min-width:0!important;max-width:100%!important;display:grid!important;overflow:visible!important}.system-notice-v2-list p{color:#111827!important;letter-spacing:-.01em!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;text-overflow:clip!important;-webkit-line-clamp:unset!important;line-clamp:unset!important;min-width:0!important;margin:0!important;padding:0 0 0 15px!important;font-size:13.2px!important;font-weight:900!important;line-height:1.52!important;display:block!important;position:relative!important;overflow:visible!important}.system-notice-v2-list p:before{content:""!important;background:#f59e0b!important;border-radius:999px!important;width:5px!important;height:5px!important;position:absolute!important;top:.68em!important;left:0!important;box-shadow:0 0 0 4px #f59e0b1f!important}@media (max-width:860px){.vtdd-system-banner-featured.system-notice-v2{border-radius:18px!important;padding:15px!important}.system-notice-v2-list{grid-template-columns:1fr!important;row-gap:7px!important}.system-notice-v2-list p{font-size:12.4px!important;line-height:1.5!important}}.profile-v5-layer{z-index:9999;-webkit-backdrop-filter:blur(18px);background:radial-gradient(circle at 22% 18%,#ffd40033,#0000 30%),#0f172ab3;justify-content:center;align-items:center;padding:28px;display:flex;position:fixed;inset:0}.profile-v5-shell{background:#f8fafc;border:1px solid #ffffffb3;border-radius:34px;grid-template-columns:minmax(310px,.82fr) minmax(520px,1.18fr);width:min(1080px,100%);max-height:min(760px,100vh - 56px);display:grid;overflow:hidden;box-shadow:0 34px 100px #0f172a57}.profile-v5-hero{color:#fff;background:radial-gradient(circle at 100% 12%,#ffd40075,#0000 36%),linear-gradient(155deg,#020617 0%,#0f172a 58%,#3f3d0a 100%);flex-direction:column;gap:24px;min-height:620px;padding:34px 32px;display:flex;position:relative;overflow:hidden}.profile-v5-hero:before{content:"";pointer-events:none;background-color:#0000;background-image:linear-gradient(#ffffff0b 1px,#0000 1px),linear-gradient(90deg,#ffffff0b 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:24px 24px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 88%);mask-image:linear-gradient(#000,#0000 88%)}.profile-v5-hero>*{z-index:1;position:relative}.profile-v5-hero-top{justify-content:space-between;align-items:center;gap:14px;display:flex}.profile-v5-hero-top>span{color:#f8fafc;letter-spacing:.14em;text-transform:uppercase;background:#ffffff14;border:1px solid #fff3;border-radius:999px;padding:8px 12px;font-size:10px;font-weight:1000;line-height:1;display:inline-flex}.profile-v5-close,.profile-v5-mobile-head button{color:#fff;cursor:pointer;background:#ffffff1f;border:0;border-radius:16px;flex:none;width:42px;height:42px;font-size:26px;font-weight:900;line-height:1}.profile-v5-hero-title{margin-top:12px}.profile-v5-hero-title h2{color:#fff;letter-spacing:-.07em;max-width:330px;margin:0;font-size:clamp(46px,4.5vw,72px);font-weight:1000;line-height:.86}.profile-v5-hero-title p{color:#ffffffc7;max-width:320px;margin:18px 0 0;font-size:14px;font-weight:750;line-height:1.55}.profile-v5-user-card,.profile-v5-brand-note,.profile-v5-flow{background:#ffffff14;border:1px solid #ffffff21;box-shadow:inset 0 1px #ffffff1a}.profile-v5-user-card{border-radius:24px;align-items:center;gap:13px;margin-top:auto;padding:14px;display:flex}.profile-v5-avatar{color:#020617;background:#ffd400;border-radius:16px;place-items:center;width:48px;height:48px;font-size:15px;font-weight:1000;display:grid}.profile-v5-user-card b,.profile-v5-brand-note strong{color:#fff;font-size:15px;font-weight:1000;line-height:1.2;display:block}.profile-v5-user-card span,.profile-v5-brand-note small{color:#ffffffa3;margin-top:4px;font-size:11px;font-weight:900;line-height:1.35;display:block}.profile-v5-flow{border-radius:26px;gap:9px;padding:10px;display:grid}.profile-v5-flow>div{background:#ffffff0d;border-radius:18px;grid-template-columns:38px 1fr;align-items:center;gap:11px;padding:10px;display:grid}.profile-v5-flow i{color:#cbd5e1;background:#ffffff1a;border-radius:13px;place-items:center;width:36px;height:36px;font-size:11px;font-style:normal;font-weight:1000;display:grid}.profile-v5-flow .done i{color:#020617;background:#ffd400}.profile-v5-flow b{color:#fff;font-size:13px;font-weight:1000;line-height:1.2;display:block}.profile-v5-flow span{color:#ffffff9e;margin-top:3px;font-size:11px;font-weight:750;line-height:1.35;display:block}.profile-v5-brand-note{border-radius:22px;padding:14px}.profile-v5-form{background:radial-gradient(circle at 100% 0,#ffd4001f,#0000 28%),#f8fafc;align-content:start;gap:16px;min-height:0;padding:26px;display:grid;overflow:auto}.profile-v5-mobile-head{display:none}.profile-v5-block{background:#ffffffe0;border:1px solid #e2e8f0;border-radius:26px;padding:18px;box-shadow:0 14px 34px #0f172a0f}.profile-v5-auth-block{background:linear-gradient(135deg,#fffbea 0%,#fff 76%);border-color:#facc1594}.profile-v5-block-head{align-items:center;gap:12px;margin-bottom:14px;display:flex}.profile-v5-block-head i{color:#ffd400;background:#020617;border-radius:15px;place-items:center;width:40px;height:40px;font-size:12px;font-style:normal;font-weight:1000;display:grid}.profile-v5-block-head b{color:#0f172a;letter-spacing:-.03em;font-size:18px;font-weight:1000;line-height:1.15;display:block}.profile-v5-block-head span{color:#64748b;margin-top:3px;font-size:12.5px;font-weight:800;line-height:1.35;display:block}.profile-v5-two-cols{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.profile-v5-field{gap:8px;min-width:0;display:grid}.profile-v5-field-wide{grid-column:1/-1}.profile-v5-field label{color:#64748b;letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:1000;line-height:1.2}.profile-v5-field input,.profile-v5-field select,.profile-v5-field textarea{color:#0f172a;box-sizing:border-box;background:#f8fafc;border:1px solid #dbe3ef;border-radius:18px;outline:none;width:100%;min-width:0;min-height:54px;padding:15px 16px;font-size:14.5px;font-weight:850;line-height:1.35;transition:border-color .18s,box-shadow .18s,background .18s}.profile-v5-field textarea{resize:vertical;min-height:56px;max-height:140px;overflow:auto}.profile-v5-field select{appearance:auto}.profile-v5-field input:focus,.profile-v5-field select:focus,.profile-v5-field textarea:focus,.profile-v5-layer .profile-v3-password-field:focus-within{background:#fff;border-color:#ffd400;box-shadow:0 0 0 4px #ffd4002e}.profile-v5-layer .profile-v3-password-field{box-sizing:border-box;background:#f8fafc;border:1px solid #dbe3ef;border-radius:18px;grid-template-columns:minmax(0,1fr) 72px;align-items:stretch;gap:8px;width:100%;min-height:54px;padding:6px 6px 6px 0;display:grid}.profile-v5-layer .profile-v3-password-field input{color:#0f172a;box-sizing:border-box;width:100%;min-width:0;height:100%;min-height:42px;padding:0 0 0 16px;font-size:14.5px;font-weight:850;line-height:1.2;box-shadow:none!important;background:0 0!important;border:0!important;outline:0!important}.profile-v5-layer .profile-v3-eye{color:#ffd400!important;letter-spacing:.03em!important;text-transform:uppercase!important;background:#020617!important;border:0!important;border-radius:14px!important;width:64px!important;min-width:64px!important;height:42px!important;margin:0!important;padding:0!important;font-size:10px!important;font-weight:1000!important;line-height:1!important;position:static!important;transform:none!important;box-shadow:0 10px 20px #0f172a24!important}.profile-v5-switch{cursor:pointer;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:14px;margin:0;display:grid}.profile-v5-switch input{display:none}.profile-v5-switch>span{background:#cbd5e1;border-radius:999px;width:56px;height:32px;transition:all .18s;position:relative}.profile-v5-switch>span:after{content:"";background:#fff;border-radius:999px;width:22px;height:22px;transition:all .18s;position:absolute;top:5px;left:5px;box-shadow:0 2px 8px #0f172a29}.profile-v5-switch input:checked+span{background:#ffd400}.profile-v5-switch input:checked+span:after{background:#020617;left:29px}.profile-v5-switch b{color:#0f172a;font-size:15px;font-weight:1000;line-height:1.22;display:block}.profile-v5-switch em{color:#64748b;margin-top:3px;font-size:12px;font-style:normal;font-weight:800;line-height:1.35;display:block}.profile-v5-password-grid{margin-top:15px}.profile-v5-actions{background:linear-gradient(#f8fafc00,#f8fafc 28%);grid-template-columns:.42fr 1fr;gap:12px;padding:16px 0 0;display:grid;position:sticky;bottom:-26px}.profile-v5-btn{letter-spacing:.05em;text-transform:uppercase;cursor:pointer;border:0;border-radius:18px;height:56px;font-size:12px;font-weight:1000;line-height:1}.profile-v5-btn.ghost{color:#0f172a;background:#fff;border:1px solid #dbe3ef}.profile-v5-btn.primary{color:#020617;background:#ffd400;box-shadow:0 16px 28px #f59e0b38}.profile-v5-btn:disabled{opacity:.58;cursor:not-allowed}.profile-v5-setup .profile-v5-actions{grid-template-columns:1fr}@media (max-width:920px){.profile-v5-layer{align-items:flex-end;padding:0}.profile-v5-shell{border-radius:28px 28px 0 0;width:100%;max-height:92vh;display:block;overflow:auto}.profile-v5-hero{display:none}.profile-v5-form{gap:13px;padding:16px;overflow:visible}.profile-v5-mobile-head{color:#fff;background:radial-gradient(circle at 100% 0,#ffd4006b,#0000 38%),#020617;border-radius:28px 28px 0 0;justify-content:space-between;align-items:center;gap:14px;margin:-16px -16px 0;padding:18px 18px 8px;display:flex}.profile-v5-mobile-head span{color:#ffd400;letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:1000;line-height:1;display:block}.profile-v5-mobile-head h2{color:#fff;letter-spacing:-.05em;margin:8px 0 0;font-size:28px;font-weight:1000;line-height:.95}.profile-v5-mobile-head button{background:#ffffff21}.profile-v5-block{border-radius:22px;padding:15px}.profile-v5-two-cols{grid-template-columns:1fr}.profile-v5-actions{grid-template-columns:1fr;padding-bottom:10px;bottom:-16px}.profile-v5-btn.ghost{order:2}.profile-v5-layer .profile-v3-password-field{grid-template-columns:minmax(0,1fr) 62px}.profile-v5-layer .profile-v3-eye{width:56px!important;min-width:56px!important;font-size:9px!important}}.vtdd-system-banner-featured.system-notice-v2 .system-notice-v2-list{columns:unset!important;column-count:unset!important;flex-direction:column!important;grid-template-columns:none!important;justify-content:flex-start!important;align-items:stretch!important;gap:7px!important;width:100%!important;max-width:100%!important;display:flex!important}.vtdd-system-banner-featured.system-notice-v2 .system-notice-v2-list p{white-space:normal!important;overflow-wrap:break-word!important;word-break:normal!important;text-overflow:clip!important;width:100%!important;max-width:100%!important;min-height:0!important;display:block!important;overflow:visible!important}.vtdd-system-banner-featured.system-notice-v2 .system-notice-v2-list p:first-child{order:initial!important}.vtdd-system-banner-featured.system-notice-v2 .system-notice-v2-list p:has(+p){order:initial!important}@media (min-width:960px){.vtdd-system-banner-featured.system-notice-v2{padding:18px 22px 20px!important}.vtdd-system-banner-featured.system-notice-v2 .system-notice-v2-list{max-width:760px!important}}.brand-mark{overflow:hidden}.brand-mark img{object-fit:contain;width:100%;height:100%}.admin-login-premium-page{background:radial-gradient(circle at 12% 0,#ffd4003d,#0000 34%),radial-gradient(circle at 100% 10%,#2563eb1f,#0000 30%),linear-gradient(#fff 0%,#f6f8fb 52%,#eef2f7 100%);place-items:center;min-height:100vh;padding:22px;display:grid}.admin-login-premium-shell{background:#fff;border:1px solid #dbe3ee;border-radius:34px;grid-template-columns:.92fr 1.08fr;width:min(1080px,100%);min-height:620px;display:grid;overflow:hidden;box-shadow:0 34px 90px #0f172a29}.admin-login-premium-hero{color:#fff;background:radial-gradient(circle at 92% 8%,#ffd40075,#0000 28%),linear-gradient(135deg,#020617,#0f172a 62%,#020617);flex-direction:column;justify-content:space-between;padding:54px;display:flex;position:relative;overflow:hidden}.admin-login-premium-hero:after{content:"";background-color:#0000;background-image:linear-gradient(#ffffff0b 1px,#0000 1px),linear-gradient(90deg,#ffffff0b 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:18px 18px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 86%);mask-image:linear-gradient(#000,#0000 86%)}.admin-login-logo-mark{z-index:2;color:#020617;background:#ffd400;border-radius:28px;place-items:center;width:86px;height:86px;font-size:28px;font-weight:950;display:grid;position:relative;box-shadow:0 0 0 9px #ffd40021}.admin-login-hero-content{z-index:2;position:relative}.admin-login-hero-content span{color:#ffd400;letter-spacing:.1em;background:#ffffff1c;border-radius:999px;width:fit-content;padding:9px 13px;font-size:10.5px;font-weight:950;line-height:1;display:inline-flex}.admin-login-hero-content h1{color:#fff;letter-spacing:-.075em;margin-top:20px;font-size:clamp(54px,8vw,78px);font-weight:950;line-height:.88}.admin-login-hero-content h1 b{display:block}.admin-login-hero-content p{color:#ffffffc7;max-width:390px;margin-top:16px;font-size:14px;font-weight:850;line-height:1.5}.admin-login-premium-panel{align-content:center;padding:58px;display:grid}.admin-login-panel-head,.admin-login-premium-form{width:min(100%,500px);margin:0 auto}.admin-login-panel-head h2{color:#020617;letter-spacing:-.055em;font-size:30px;font-weight:950;line-height:1}.admin-login-panel-head p{color:#64748b;letter-spacing:.13em;margin-top:7px;font-size:11px;font-weight:950;line-height:1}.admin-login-premium-form{margin-top:22px}.admin-login-premium-form label{color:#64748b;letter-spacing:.1em;text-transform:uppercase;margin:17px 0 8px;font-size:10.5px;font-weight:950;line-height:1;display:block}.admin-login-premium-form input{color:#0f172a;background:#f8fafc;border:1px solid #cbd5e1;border-radius:18px;outline:none;width:100%;min-height:58px;padding:0 16px;font-size:16px;font-weight:900}.admin-login-premium-form input:focus{background:#fff;border-color:#ffd400;box-shadow:0 0 0 4px #ffd4002e}.admin-login-premium-form button{color:#111827;letter-spacing:.08em;text-transform:uppercase;background:linear-gradient(135deg,#ffe76a,#ffd400);border:0;border-radius:18px;width:100%;min-height:58px;margin-top:18px;font-size:12px;font-weight:950;box-shadow:0 18px 34px #f59e0b38}.admin-login-actions-v2{grid-template-columns:1fr 1fr;gap:10px;margin-top:12px;display:grid}.admin-login-actions-v2 a{text-align:center;color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:16px;place-items:center;min-height:48px;padding:0 12px;font-size:11.5px;font-weight:950;text-decoration:none;display:grid}.admin-login-actions-v2 a:first-child{color:#ea580c;background:#fff7ed;border-color:#fed7aa}.admin-error-banner{color:#dc2626;background:#ef44441a;border:1px solid #ef44443d;border-radius:14px;margin-top:13px;padding:12px 14px;font-size:13px;font-weight:900;line-height:1.45}@media (max-width:820px){.admin-login-premium-page{place-items:start center;padding:12px}.admin-login-premium-shell{border-radius:30px;grid-template-columns:1fr;min-height:auto}.admin-login-premium-hero{min-height:310px;padding:28px}.admin-login-premium-panel{padding:28px 18px}.admin-login-actions-v2{grid-template-columns:1fr}}.admin-login-premium-v2-page{background:radial-gradient(circle at 10% 0,#ffd4003d,#0000 32%),radial-gradient(circle at 100% 12%,#2563eb1f,#0000 28%),linear-gradient(#fff 0%,#f6f8fb 52%,#eef2f7 100%);padding:clamp(14px,2vw,24px)}.admin-login-premium-v2-shell{width:min(1080px,100%);min-height:620px;box-shadow:0 34px 90px #0f172a29}.admin-login-premium-v2-hero{background:radial-gradient(circle at 88% 8%,#ffd40070,#0000 28%),linear-gradient(135deg,#020617,#0f172a 62%,#020617)}.admin-login-logo-v2{color:#020617;background:#ffd400;box-shadow:0 0 0 9px #ffd40021}.admin-login-logo-v2 img{object-fit:contain;width:68%;height:68%}.admin-login-v2-tags{z-index:2;flex-wrap:wrap;gap:9px;display:flex;position:relative}.admin-login-v2-tags i{color:#ffffffd1;letter-spacing:.06em;background:#ffffff1a;border:1px solid #ffffff29;border-radius:999px;padding:9px 12px;font-size:10px;font-style:normal;font-weight:950}.admin-login-v2-head{align-items:center;gap:14px;display:flex}.admin-login-v2-brand-dot{color:#ffd400;background:#07111f;border-radius:20px;place-items:center;width:58px;height:58px;font-size:18px;font-weight:1000;display:grid}.admin-login-v2-form{background:#fff;border:1px solid #e2e8f0;border-radius:28px;padding:22px;box-shadow:0 20px 60px #0f172a12}.admin-login-actions-v3{grid-template-columns:1fr 1fr;gap:10px;margin-top:12px;display:grid}.admin-login-actions-v3 a{text-align:center;color:#07111f;background:#fff;border:1px solid #e2e8f0;border-radius:16px;place-items:center;min-height:48px;padding:0 12px;font-size:11.5px;font-weight:950;display:grid;box-shadow:0 10px 22px #0f172a0b}.admin-login-actions-v3 a:first-child{color:#ea580c;background:#fff7ed;border-color:#fed7aa}.otp-countdown-card{background:radial-gradient(circle at 100% 0,#ffd40033,#0000 38%),#fffbea;border:1px solid #facc157a;border-radius:18px;margin-top:12px;padding:14px;box-shadow:0 12px 28px #f59e0b1a}.otp-countdown-card div{justify-content:space-between;align-items:center;gap:12px;display:flex}.otp-countdown-card span{color:#854d0e;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:950;line-height:1}.otp-countdown-card b{color:#111827;font-size:26px;font-weight:950;line-height:1}.otp-countdown-card i{background:#f59e0b2e;border-radius:999px;height:9px;margin-top:12px;display:block;overflow:hidden}.otp-countdown-card em{border-radius:inherit;background:linear-gradient(90deg,#f59e0b,#ffd400);height:100%;transition:width .3s;display:block}.otp-countdown-card p{color:#854d0e;margin-top:9px;font-size:12px;font-weight:850;line-height:1.45}.admin-profile-top-btn{color:#07111f;cursor:pointer;background:#ffd400;border:1px solid #ffd400;border-radius:999px;min-height:42px;padding:0 14px;font-size:11.5px;font-weight:950}.admin-profile-layer{z-index:999999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172a94;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.admin-profile-modal{background:#fff;border:1px solid #e2e8f0;border-radius:28px;width:min(100%,560px);max-height:90vh;padding:22px;position:relative;overflow:auto;box-shadow:0 30px 90px #0f172a4d}.admin-profile-close{color:#0f172a;background:#f1f5f9;border:0;border-radius:14px;width:42px;height:42px;font-size:24px;font-weight:900;position:absolute;top:14px;right:14px}.admin-profile-modal>span{color:#ffd400;letter-spacing:.08em;text-transform:uppercase;background:#0f172a;border-radius:999px;width:fit-content;padding:8px 11px;font-size:10px;font-weight:950;display:inline-flex}.admin-profile-modal h2{color:#0f172a;margin-top:14px;font-size:28px;font-weight:950}.admin-profile-modal p{color:#64748b;margin-top:6px;font-size:13px;font-weight:800;line-height:1.45}.admin-profile-modal label{color:#64748b;letter-spacing:.08em;text-transform:uppercase;margin:14px 0 7px;font-size:10.5px;font-weight:950;display:block}.admin-profile-modal input,.admin-profile-modal select,.admin-profile-modal textarea{color:#0f172a;background:#f8fafc;border:1px solid #dbe3ee;border-radius:16px;width:100%;min-height:52px;padding:12px 14px;font-size:15px;font-weight:850}.admin-profile-2col{grid-template-columns:1fr 1fr;gap:12px;display:grid}.admin-profile-check{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:10px;padding:12px;display:flex!important}.admin-profile-check input{width:18px;min-height:18px}.admin-profile-msg{color:#854d0e;background:#fffbea;border:1px solid #facc1570;border-radius:14px;margin-top:12px;padding:12px;font-size:13px;font-weight:850}.admin-profile-save{color:#111827;letter-spacing:.06em;text-transform:uppercase;background:#ffd400;border:0;border-radius:17px;width:100%;min-height:54px;margin-top:16px;font-size:12px;font-weight:950}@media (max-width:820px){.admin-login-actions-v3,.admin-profile-2col{grid-template-columns:1fr}}.cms-preview-body,.cms-public-body,.cms-page-body,.cms-detail-body,.cms-content,.cms-article-content,.cms-article-body,.home-cms-body,.home-cms-content,.article-content,.public-article-body,main article{overflow-wrap:anywhere;word-break:break-word;max-width:100%;overflow:hidden}.cms-preview-body img,.cms-public-body img,.cms-page-body img,.cms-detail-body img,.cms-content img,.cms-article-content img,.cms-article-body img,.home-cms-body img,.home-cms-content img,.article-content img,.public-article-body img,main article img{border-radius:16px;object-fit:contain!important;width:auto!important;max-width:100%!important;height:auto!important;margin:14px auto!important;display:block!important}.cms-preview-body figure,.cms-public-body figure,.cms-page-body figure,.cms-detail-body figure,.cms-content figure,.cms-article-content figure,.cms-article-body figure,.home-cms-body figure,.home-cms-content figure,.article-content figure,.public-article-body figure,main article figure{overflow:hidden;width:100%!important;max-width:100%!important;margin:14px 0!important}.cms-preview-body figure img,.cms-public-body figure img,.cms-page-body figure img,.cms-detail-body figure img,.cms-content figure img,.cms-article-content figure img,.cms-article-body figure img,.home-cms-body figure img,.home-cms-content figure img,.article-content figure img,.public-article-body figure img,main article figure img{width:100%!important;max-width:100%!important}.cms-preview-body table,.cms-public-body table,.cms-page-body table,.cms-detail-body table,.cms-content table,.cms-article-content table,.cms-article-body table,.home-cms-body table,.home-cms-content table,.article-content table,.public-article-body table,main article table{border-collapse:collapse;max-width:100%;display:block;overflow-x:auto}.cms-preview-body iframe,.cms-public-body iframe,.cms-page-body iframe,.cms-detail-body iframe,.cms-content iframe,.cms-article-content iframe,.cms-article-body iframe,.home-cms-body iframe,.home-cms-content iframe,.article-content iframe,.public-article-body iframe,main article iframe{aspect-ratio:16/9;border-radius:16px;display:block;width:100%!important;max-width:100%!important;height:auto!important}.cms-preview-body img,.cms-public-body img,.cms-page-body img,.cms-detail-body img,.cms-content img,.cms-article-content img,.cms-article-body img,.home-cms-body img,.home-cms-content img,.article-content img,.public-article-body img,main article img{cursor:zoom-in}.cms-lightbox-open{overflow:hidden!important}.cms-lightbox-layer{z-index:2147483647;padding:max(14px, env(safe-area-inset-top)) 14px max(14px, env(safe-area-inset-bottom));place-items:center;display:grid;position:fixed;inset:0}.cms-lightbox-backdrop{-webkit-backdrop-filter:blur(12px);background:#020617e0;border:0;position:absolute;inset:0}.cms-lightbox-card{z-index:2;place-items:center;width:min(100%,1180px);height:min(92dvh,860px);animation:.18s ease-out cmsLightboxIn;display:grid;position:relative}.cms-lightbox-card img{object-fit:contain;background:#fff;border-radius:18px;width:auto;max-width:100%;height:auto;max-height:100%;display:block;box-shadow:0 30px 90px #0000006b}.cms-lightbox-close{top:max(8px, env(safe-area-inset-top));right:max(8px, env(safe-area-inset-right));z-index:3;color:#0f172a;cursor:pointer;background:#fff;border:0;border-radius:999px;place-items:center;width:48px;height:48px;font-size:32px;font-weight:900;line-height:1;display:grid;position:absolute;box-shadow:0 14px 34px #00000047}.cms-lightbox-close:active{transform:scale(.94)}.cms-lightbox-hint{color:#ffffffd1;text-align:center;background:#ffffff1f;border:1px solid #ffffff29;border-radius:999px;width:max-content;max-width:calc(100vw - 40px);padding:9px 13px;font-size:12px;font-weight:850;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}@keyframes cmsLightboxIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@media (max-width:560px){.cms-lightbox-layer{padding:max(10px, env(safe-area-inset-top)) 10px max(10px, env(safe-area-inset-bottom))}.cms-lightbox-card{width:100%;height:90dvh}.cms-lightbox-card img{border-radius:14px}.cms-lightbox-close{width:44px;height:44px;font-size:30px}.cms-lightbox-hint{display:none}}.product-picker-suggest{background:#fffbea;border:1px solid #facc1573;border-radius:16px;margin-top:8px;padding:10px}.product-picker-suggest span{color:#854d0e;letter-spacing:.05em;text-transform:uppercase;font-size:11px;font-weight:950;line-height:1;display:block}.product-picker-suggest div{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.product-picker-suggest button{color:#ffd400;cursor:pointer;background:#0f172a;border:0;border-radius:999px;min-height:36px;padding:0 11px;font-size:11px;font-weight:950}.product-picker-suggest button:active{transform:scale(.96)}
