:root{--brand-blue: #0328aeed;--brand-blue-700: #213bb1;--brand-blue-500: #041b64;--ink: #101114;--bg: #fafafa;--border: #e8e8ee;--card: #ffffff;--shadow: 0 6px 22px rgba(10, 42, 107, .08);--footer-bg: #0b1020;--maxw: 1328px;--gutter: 18px}.services-wrap{max-width:var(--maxw);margin:0 auto;padding:0 var(--gutter)}.services-page-hero{background:linear-gradient(135deg,var(--brand-blue-700),var(--brand-blue-500));color:#fff;padding:clamp(40px,4vw,80px) 0;border-bottom:1px solid var(--border)}.services-page-hero h2{font-weight:900;font-size:clamp(32px,5vw,52px);background:linear-gradient(90deg,#fff,#e7efff);-webkit-background-clip:text;background-clip:text;color:transparent}.services-page-hero p{margin-top:8px;color:#ddebff;font-size:clamp(16px,2vw,20px)}.services-container{max-width:1100px;margin:0 auto;padding:24px}.svc-menu{display:block;width:100%;margin-top:clamp(28px,6vw,72px);margin-bottom:clamp(48px,10vw,128px)}.svc-title{margin:0 0 8px;color:var(--brand-blue)}.svc-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:20px}.svc-col-3{grid-column:span 3}.svc-box{width:100%;text-align:left;display:block;border:1px solid var(--border);border-radius:20px;background:var(--card);padding:28px 24px 24px;box-shadow:var(--shadow);transition:none;min-height:190px;cursor:pointer;position:relative;overflow:hidden;min-width:280px}.svc-box:before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:linear-gradient(180deg,var(--brand-blue-700),var(--brand-blue-500));border-top-left-radius:20px;border-bottom-left-radius:20px}.svc-box h3{margin:0 0 6px;font-size:18px}.svc-box p{margin:6px 0 0;color:#475569}@media(max-width:1024px){.svc-grid{display:flex;flex-direction:column;gap:20px}.svc-col-3{grid-column:auto;width:100%}}.svc-placeholder-card{margin:18px;padding:18px;border:1px solid var(--border);border-radius:20px;background:#fff;box-shadow:var(--shadow);color:#475569}:root{--border: #e8e8ee;--card: #ffffff;--shadow: 0 6px 22px rgba(10, 42, 107, .08);--brand-blue-700: #213bb1;--brand-blue-500: #041b64}.rm-overlay{position:fixed;inset:0;background:#0a10208c;display:flex;align-items:center;justify-content:center;padding:18px;z-index:999999}.rm-modal{width:min(1040px,100%);max-height:calc(100dvh - 36px);background:var(--card);border:1px solid var(--border);border-radius:24px;box-shadow:0 30px 80px #00000038;overflow:hidden;display:flex;flex-direction:column}.rm-header{padding:18px 18px 14px;border-bottom:1px solid var(--border);background:#fff;display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.rm-title h3{margin:0;font-size:28px;font-weight:900;color:#0f172a}.rm-sub{margin-top:6px;color:#6b7280}.rm-close{border:1px solid var(--border);background:#fff;border-radius:14px;padding:10px 12px;cursor:pointer;font-weight:900}.rm-body{padding:0;overflow:auto;background:#fff}.rm-footer{padding:14px 18px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;background:#fff}.rm-btn{border-radius:14px;padding:10px 14px;font-weight:900;cursor:pointer;border:1px solid var(--border);background:#fff}.rm-btn-primary{background:linear-gradient(135deg,var(--brand-blue-700),var(--brand-blue-500));color:#fff;border:0}:root{--match-primary: #263b9b;--match-primary-dark: #1c2d78;--match-border: #dfe3eb;--match-border-strong: #c8ced9;--match-text: #15223a;--match-muted: #667085;--match-surface: #ffffff;--match-background: #f6f7fb;--match-error: #b42318;--match-error-bg: #fef3f2;--match-success: #067647;--match-success-bg: #ecfdf3}*{box-sizing:border-box}.matching-modal-layer{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:18px;background:#0f172a94;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.matching-modal-level-1{background:#0f172aad}.matching-modal-panel{width:100%;max-height:calc(100vh - 36px);display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--match-border);border-radius:24px;background:var(--match-surface);color:var(--match-text);box-shadow:0 24px 70px #0f172a47,0 4px 12px #0f172a1f}.matching-modal-panel--xl{max-width:1320px}.matching-modal-panel--lg{max-width:980px}.matching-modal-panel--md{max-width:720px}.matching-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:24px 28px 20px;border-bottom:1px solid var(--match-border);background:#fff}.matching-modal-title{margin:0;font-size:clamp(1.5rem,3vw,2rem);line-height:1.2;font-weight:800;letter-spacing:-.025em}.matching-modal-subtitle{max-width:800px;margin:8px 0 0;color:var(--match-muted);font-size:1rem;line-height:1.5}.matching-modal-close{width:46px;height:46px;flex:0 0 46px;display:grid;place-items:center;border:1px solid var(--match-border);border-radius:16px;background:#fff;color:var(--match-text);font-size:1.75rem;line-height:1;cursor:pointer}.matching-modal-close:hover{background:var(--match-background)}.matching-modal-body{flex:1;min-height:0;overflow-y:auto;padding:22px 28px;background:var(--match-background)}.matching-modal-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 28px;border-top:1px solid var(--match-border);background:#fff}.modal-footer-left{display:flex;align-items:center;gap:12px}.match-wrap{display:flex;flex-direction:column;gap:18px}.match-card{padding:22px;border:1px solid var(--match-border);border-radius:22px;background:#fff;box-shadow:0 4px 16px #0f172a09}.form-row{display:grid;grid-template-columns:1fr 1fr 1.15fr;gap:18px}.step2-grid{display:grid;grid-template-columns:1fr 1.35fr;gap:20px}.form-field{min-width:0}.label{display:block;margin-bottom:8px;color:#344054;font-size:.93rem;font-weight:600}.label.big{margin-bottom:16px;color:var(--match-text);font-size:1.05rem;font-weight:800}.input{width:100%;min-height:54px;padding:12px 15px;border:1px solid var(--match-border);border-radius:14px;background:#fff;color:var(--match-text);font:inherit;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.input:focus,.multi-select:focus{border-color:var(--match-primary);box-shadow:0 0 0 4px #263b9b1f}.input--error{border-color:var(--match-error)}.inline-range{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px}.range-separator{color:var(--match-muted);font-size:.88rem}.pills{display:flex;flex-wrap:wrap;gap:12px}.pill{min-height:50px;display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border:1px solid var(--match-border);border-radius:999px;background:#fff;color:#344054;font-weight:700;cursor:pointer;transition:border-color .15s ease,background .15s ease}.pill:hover,.pill--selected{border-color:#263b9b73;background:#263b9b0e}.pill input{width:20px;height:20px;accent-color:var(--match-primary)}.verification-check{display:flex;align-items:center;gap:10px;margin-top:24px;font-weight:650;cursor:pointer}.verification-check input{width:20px;height:20px;accent-color:var(--match-primary)}.help,.multi-select-help{margin-top:18px;color:var(--match-muted);font-size:.88rem;line-height:1.5}.help.error{color:var(--match-error)}.ms2-col{display:grid;grid-template-columns:1fr 1fr;gap:18px}.ms-wrap{position:relative}.multi-select{width:100%;min-height:230px;padding:12px 42px 12px 12px;border:1px solid var(--match-border);border-radius:16px;background:#fff;color:var(--match-text);font:inherit;outline:none}.multi-select option{padding:6px 8px}.ms-clear{position:absolute;top:10px;right:10px;width:30px;height:30px;display:grid;place-items:center;border:none;border-radius:50%;background:#f2f4f7;color:#667085;font-size:1.25rem;cursor:pointer}.ms-clear:disabled{opacity:.35;cursor:not-allowed}.payload-details{margin-top:18px;border-top:1px solid var(--match-border);padding-top:14px}.payload-details summary{color:var(--match-muted);font-size:.88rem;font-weight:650;cursor:pointer}.payload{max-height:260px;overflow:auto;margin:12px 0 0;padding:16px;border:1px solid var(--match-border);border-radius:14px;background:#f8fafc;color:#344054;font-size:.82rem;line-height:1.55}.field-error{margin-top:7px;color:var(--match-error);font-size:.82rem;font-weight:600}.match-alert{padding:13px 16px;border:1px solid;border-radius:14px;font-weight:600;line-height:1.5}.match-alert--error{border-color:#fecdca;background:var(--match-error-bg);color:var(--match-error)}.match-alert--success{margin-bottom:18px;border-color:#abefc6;background:var(--match-success-bg);color:var(--match-success)}.match-button{min-height:46px;padding:10px 18px;border:1px solid transparent;border-radius:14px;font:inherit;font-weight:750;cursor:pointer;transition:transform .12s ease,opacity .12s ease,background .12s ease}.match-button:hover:not(:disabled){transform:translateY(-1px)}.match-button:disabled{opacity:.55;cursor:not-allowed}.match-button--primary{background:var(--match-primary);color:#fff}.match-button--primary:hover:not(:disabled){background:var(--match-primary-dark)}.match-button--secondary{border-color:var(--match-border);background:#fff;color:var(--match-text)}.match-button--history{border-color:#263b9b40;background:#263b9b0f;color:var(--match-primary)}.result-preference-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:20px}.result-preference-summary>div{padding:16px;border:1px solid var(--match-border);border-radius:16px;background:#fff}.summary-label{display:block;margin-bottom:6px;color:var(--match-muted);font-size:.8rem}.match-results-list{display:flex;flex-direction:column;gap:18px}.match-result-card{padding:22px;border:1px solid var(--match-border);border-radius:20px;background:#fff}.match-result-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.company-name-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.company-name-row h3{margin:0;font-size:1.25rem}.opportunity-title{margin:6px 0 0;color:var(--match-muted)}.verified-badge{padding:5px 9px;border-radius:999px;background:var(--match-success-bg);color:var(--match-success);font-size:.72rem;font-weight:800}.match-band{flex:0 0 auto;padding:7px 11px;border-radius:999px;background:#eef2ff;color:var(--match-primary);font-size:.78rem;font-weight:800}.match-band--excellent-match{background:#ecfdf3;color:#067647}.match-band--strong-match{background:#eef4ff;color:#3538cd}.match-band--moderate-match{background:#fffaeb;color:#b54708}.match-band--limited-match{background:#f2f4f7;color:#475467}.opportunity-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.opportunity-facts>div{padding:13px;border-radius:13px;background:var(--match-background)}.opportunity-facts span,.history-facts span{display:block;margin-bottom:5px;color:var(--match-muted);font-size:.76rem}.opportunity-description{margin:18px 0 0;color:#475467;line-height:1.65}.result-tags{display:grid;gap:8px;margin-top:18px;color:#475467;font-size:.9rem}.tag-heading{display:inline-block;min-width:90px;color:var(--match-text);font-weight:750}.match-reasons{margin-top:18px;padding:16px;border-radius:15px;background:#f8fafc}.match-reasons h4{margin:0 0 9px}.match-reasons ul{margin:0;padding-left:20px}.match-reasons li+li{margin-top:6px}.history-list{display:flex;flex-direction:column;gap:15px}.history-card{padding:20px;border:1px solid var(--match-border);border-radius:18px;background:#fff}.history-card-top{display:flex;justify-content:space-between;gap:16px}.history-card h3{margin:0}.history-card-top p{margin:5px 0 0;color:var(--match-muted);font-size:.84rem}.history-match-count{height:-moz-fit-content;height:fit-content;padding:7px 10px;border-radius:999px;background:#eef2ff;color:var(--match-primary);font-size:.78rem;font-weight:800}.history-facts{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}.history-facts>div{padding:12px;border-radius:12px;background:var(--match-background)}.history-selection{margin-top:14px;color:#475467;font-size:.88rem}.history-selection p{margin:6px 0}.history-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:17px}.history-pagination{display:flex;align-items:center;gap:12px}.history-pagination span{color:var(--match-muted);font-size:.85rem}.modal-loading{padding:30px;text-align:center;color:var(--match-muted)}.empty-results{padding:60px 20px;text-align:center;color:var(--match-muted)}.empty-results h3{margin:10px 0;color:var(--match-text)}.empty-results p{max-width:600px;margin:0 auto;line-height:1.6}.empty-results-icon{font-size:3rem;line-height:1}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}@media(max-width:900px){.form-row,.step2-grid,.result-preference-summary,.opportunity-facts,.ms2-col{grid-template-columns:1fr}.multi-select{min-height:180px}}@media(max-width:640px){.matching-modal-layer{padding:0}.matching-modal-panel{height:100vh;max-height:100vh;border-radius:0}.matching-modal-header,.matching-modal-body,.matching-modal-footer{padding-left:16px;padding-right:16px}.matching-modal-footer{align-items:stretch;flex-direction:column}.modal-footer-left{display:grid;grid-template-columns:1fr 1fr}.match-button{width:100%}.inline-range{grid-template-columns:1fr}.range-separator{text-align:center}.match-result-top,.history-card-top{flex-direction:column}.history-facts{grid-template-columns:1fr}.history-actions{flex-direction:column}.history-pagination{justify-content:space-between}}.pp-wrap{padding:18px}.pp-container{max-width:980px;margin:0 auto}.pp-title{margin:0;color:var(--brand-blue)}.pp-top{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px}.pp-actions{display:flex;gap:10px;flex-wrap:wrap}.grid{display:grid;grid-template-columns:repeat(12,1fr);gap:16px;margin-top:16px}.col-4{grid-column:span 4}@media(max-width:920px){.col-4{grid-column:span 12}}.card{background:var(--card);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow);padding:18px;transition:none!important}.card:hover,.card:focus,.card:active,.card:focus-within{background:var(--card)!important;transform:none!important;box-shadow:var(--shadow)!important;border-color:var(--border)!important}.card.click{cursor:pointer}.card h3{margin:0 0 6px;font-size:18px;color:var(--brand-blue)}.meta{color:#6b7280;font-size:14px;margin:0}.filterbar{display:flex;gap:12px;align-items:center;margin:12px 0 14px;flex-wrap:wrap}.filterbar select,.filterbar input{border:1px solid var(--border);border-radius:12px;padding:8px 12px;font-size:15px}.filterbar input{flex:1;min-width:200px}.reset{border:1px solid var(--border);border-radius:12px;padding:8px 14px;font-weight:700;cursor:pointer;background:#fff}.btn{border:1px solid var(--border);background:#fff;border-radius:999px;padding:10px 14px;font-weight:800;cursor:pointer}.btn.primary{border:0;color:#fff;background:linear-gradient(135deg,#213bb1,#041b64)}.btn.secondary{background:#fff}label{display:block;font-weight:800;font-size:13px;color:#24324a;margin-bottom:10px}label input,label select{width:100%;margin-top:6px;border:1px solid var(--border);border-radius:12px;padding:10px}label.ghost{color:#6b7280;font-weight:700;padding:10px 0}:root{--border: #e8e8ee;--shadow: 0 6px 22px rgba(10, 42, 107, .08);--brand-blue: #0328aeed;--card: #fff}.vr-container{max-width:1180px;margin:0 auto;padding:18px}.vr-hero{border:1px solid var(--border);border-radius:24px;padding:28px;box-shadow:var(--shadow);margin-top:12px;color:#fff;min-height:180px;display:flex;flex-direction:column;justify-content:center}.vr-gradient{background:linear-gradient(135deg,#2b62d1,#2f52ba,#21a2c9)}.vr-hero h2{margin:0 0 10px;font-size:32px;line-height:1.15;font-weight:900;text-shadow:0 1px 6px rgba(0,0,0,.3)}.vr-hero p{margin:0;color:#f9fafb;opacity:.95}.vr-crumbs{font-size:14px;color:#eaf2ff;margin-top:8px}.vr-step{font-weight:800;color:#fff}.vr-progress{height:8px;background:#dbeafe;border-radius:6px;overflow:hidden;margin-top:14px}.vr-progress>span{display:block;height:100%;background:linear-gradient(90deg,#213c87,#2563eb);transition:width .35s ease}.vr-grid{display:grid;grid-template-columns:2fr 1fr;gap:22px;margin-top:18px}@media(max-width:980px){.vr-grid{grid-template-columns:1fr}}.vr-formGrid{display:grid;grid-template-columns:1.7fr .6fr;gap:18px;margin-top:18px}@media(max-width:980px){.vr-formGrid{grid-template-columns:1fr}.vr-sticky{position:static}}.vr-card{background:var(--card);border:1px solid var(--border);border-radius:22px;padding:18px;box-shadow:var(--shadow);transition:none!important}.vr-card:hover,.vr-card:focus,.vr-card:focus-within{background:var(--card)!important;transform:none!important;box-shadow:var(--shadow)!important;border-color:var(--border)!important}.vr-card h3{margin:0 0 10px;font-size:18px;font-weight:900;color:#0a2a6b}.muted{color:#475569}.small{font-size:12px;color:#6b7280}.vr-flow{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:12px;text-align:center}.vr-icon{width:64px;height:64px;border-radius:16px;background:#ecf3ff;border:1px solid var(--border)}.vr-arrow{color:#0a2a6b;font-weight:900}.row{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width:720px){.row{grid-template-columns:1fr}}.row+.row{margin-top:18px}label{font-weight:800;font-size:14px;color:#24324a;display:block;margin-bottom:6px}input,select{width:100%;padding:12px;border:1px solid var(--border);border-radius:12px;background:#fff}.upload{display:flex;align-items:center;gap:10px;padding:12px;border:1px dashed var(--border);border-radius:12px;background:#fbfbff;cursor:pointer}.upload input{display:none}.vr-btnrow{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.vr-btn{display:inline-flex;align-items:center;justify-content:center;height:46px;padding:0 20px;border-radius:999px;font-weight:900;border:0;cursor:pointer;background:#2d4a9a;color:#fff;min-width:160px}.vr-btn.ghost{background:#fff;color:#0f172a;border:1px solid var(--border)}.vr-hr{border:none;border-top:1px solid var(--border);margin:12px 0}.vr-sticky{position:sticky;top:84px;align-self:start}.vr-centerCard{border:1px solid var(--border);border-radius:22px;background:#fff;padding:28px;box-shadow:var(--shadow);margin-top:18px;text-align:center}.vr-checkwrap{display:inline-flex;align-items:center;justify-content:center;width:108px;height:108px;border-radius:50%;background:#ecf3ff;margin-bottom:12px;font-size:48px;color:#0a2a6b;font-weight:900}.infoList{font-size:.92rem;color:#475569;line-height:1.6;margin-left:18px}:root{--border: #e8e8ee;--shadow: 0 6px 22px rgba(10, 42, 107, .08);--brand-blue: #0328aeed;--brand-700: #213bb1;--brand-500: #041b64;--card: #fff;--ink: #0f172a;--muted: #64748b}.vl-wrap{padding:18px}.vl-toast{position:sticky;top:0;z-index:5;display:none;align-items:center;gap:10px;width:-moz-fit-content;width:fit-content;max-width:100%;padding:10px 12px;border-radius:999px;border:1px solid var(--border);background:#fff;box-shadow:var(--shadow);margin-bottom:12px}.vl-toast.show{display:inline-flex}.vl-toast .dot{width:10px;height:10px;border-radius:50%;background:#16a34a}.vl-toast.err .dot{background:#dc2626}.vl-hero{border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow);padding:18px;background:#fff}.vl-heroTop{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.vl-title{margin:0;font-size:22px;font-weight:900;color:var(--brand-blue)}.vl-sub{margin:6px 0 0;color:var(--muted)}.vl-badges{display:flex;gap:10px;flex-wrap:wrap}.vl-badge{border:1px solid var(--border);padding:8px 12px;border-radius:999px;font-weight:900;background:#f8fafc}.vl-badge.soft{color:#334155}.vl-progress{margin-top:12px}.vl-progressBar{height:10px;background:#eef2ff;border-radius:999px;overflow:hidden}.vl-progressBar span{display:block;height:100%;background:linear-gradient(135deg,var(--brand-700),var(--brand-500));width:0%;transition:width .25s ease}.vl-progressMeta{display:flex;justify-content:space-between;margin-top:8px;color:#334155;font-weight:800;font-size:13px}.vl-pct{color:var(--brand-blue)}.vl-steps{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.vl-stepPill{border:1px solid var(--border);background:#fff;border-radius:999px;padding:8px 10px;display:inline-flex;align-items:center;gap:10px;cursor:pointer;font-weight:900}.vl-stepPill .num{width:26px;height:26px;border-radius:999px;display:grid;place-items:center;border:1px solid var(--border);background:#f8fafc}.vl-stepPill.active{border-color:#0328ae59;box-shadow:0 0 0 4px #0328ae14}.vl-stepPill.done .num{background:#e0f2fe;border-color:#bae6fd}.vl-grid{margin-top:14px;display:grid;grid-template-columns:1fr 340px;gap:14px;align-items:start}@media(max-width:980px){.vl-grid{grid-template-columns:1fr}}.vl-card,.vl-sideCard{background:var(--card);border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow)}.vl-card{padding:16px}.vl-cardHead{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;border-bottom:1px solid var(--border);padding-bottom:12px;margin-bottom:12px}.vl-h4{margin:0;font-size:18px;font-weight:900;color:var(--ink)}.vl-desc{margin:6px 0 0;color:var(--muted)}.vl-form{min-height:380px}.vl-row{display:grid;gap:12px}.vl-row.two{grid-template-columns:1fr 1fr}@media(max-width:720px){.vl-row.two{grid-template-columns:1fr}}.vl-field{display:block;margin-bottom:12px}.vl-lbl{display:block;font-weight:900;color:#24324a;font-size:13px;margin-bottom:6px}.vl-field input,.vl-field textarea,.vl-field select{width:100%;border:1px solid var(--border);border-radius:14px;padding:11px 12px;outline:none;background:#fff}.vl-field.hasError input,.vl-field.hasError textarea,.vl-field.hasError select{border-color:#fca5a5;box-shadow:0 0 0 4px #dc262614}.vl-err{display:inline-block;margin-top:6px;color:#b91c1c;font-size:12px;font-weight:800}.vl-hintRow{margin-top:6px;display:flex;justify-content:space-between;gap:10px}.vl-hint{color:var(--muted);font-size:12px}.vl-toggles{display:grid;gap:10px;margin-top:6px}.vl-toggle{border:1px solid var(--border);border-radius:18px;padding:12px;display:flex;justify-content:space-between;gap:12px;background:#fbfbff}.vl-tTitle{font-weight:900;color:var(--ink)}.vl-tDesc{color:var(--muted);font-size:13px;margin-top:3px}.vl-switch{width:46px;height:28px;border-radius:999px;border:1px solid var(--border);background:#fff;cursor:pointer;position:relative}.vl-switch span{position:absolute;top:50%;transform:translateY(-50%);left:4px;width:20px;height:20px;border-radius:50%;background:#e2e8f0;transition:left .2s ease}.vl-switch.on{background:linear-gradient(135deg,var(--brand-700),var(--brand-500));border:none}.vl-switch.on span{left:22px;background:#fff}.vl-uploads{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:820px){.vl-uploads{grid-template-columns:1fr}}.vl-upCard{border:1px solid var(--border);border-radius:18px;padding:12px;background:#fbfbff}.vl-upTop{display:flex;justify-content:space-between;gap:10px}.vl-upLbl{font-weight:900;color:var(--ink)}.vl-upHint{font-size:12px;color:var(--muted);margin-top:2px}.vl-upBtn{border:1px solid var(--border);background:#fff;border-radius:999px;padding:10px 12px;cursor:pointer;font-weight:900;white-space:nowrap}.vl-upBtn input{display:none}.vl-upMeta{margin-top:8px;display:flex;justify-content:space-between;gap:10px;font-size:12px;color:#334155}.vl-none{color:var(--muted)}.vl-gallery{margin-top:12px;border:1px solid var(--border);border-radius:18px;padding:12px;background:#fbfbff}.vl-galleryTop{display:flex;justify-content:space-between;gap:10px}.vl-galleryList{margin-top:10px;display:grid;gap:8px}.vl-gItem{display:flex;justify-content:space-between;gap:10px;padding:8px 10px;border:1px solid var(--border);border-radius:14px;background:#fff;font-size:12px;color:#334155}.vl-preview{display:grid;grid-template-columns:1fr 340px;gap:12px}@media(max-width:980px){.vl-preview{grid-template-columns:1fr}}.vl-previewCard{border:1px solid var(--border);border-radius:20px;overflow:hidden;background:#fff}.vl-previewTop{display:flex;gap:12px;padding:14px;border-bottom:1px solid var(--border);background:#f8fafc}.vl-logo{width:74px;height:74px;border-radius:18px;border:1px solid var(--border);overflow:hidden;background:#fff;display:grid;place-items:center}.vl-logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.vl-logoFallback{font-weight:900;color:#334155}.vl-previewMeta .nm{font-weight:900;color:var(--ink);font-size:18px}.vl-previewMeta .tg{color:#334155;margin-top:4px}.vl-previewMeta .mini{margin-top:6px;font-size:12px;color:var(--muted)}.vl-previewBody{padding:14px}.vl-chipRow{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:10px}.vl-chip{border:1px solid var(--border);border-radius:999px;padding:8px 10px;font-weight:900;font-size:12px;background:#fff}.vl-chip.soft{background:#f8fafc}.vl-previewDesc{margin:0 0 10px;color:#475569;line-height:1.6}.vl-miniCols{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media(max-width:720px){.vl-miniCols{grid-template-columns:1fr}}.vl-miniCols .k{font-size:12px;color:var(--muted);font-weight:900}.vl-miniCols .v{color:#334155;font-size:13px}.vl-publishPanel{border:1px solid var(--border);border-radius:20px;padding:14px;background:#fff;box-shadow:var(--shadow);height:-moz-fit-content;height:fit-content}.vl-publishPanel h4{margin:0 0 6px;color:var(--brand-blue)}.muted{color:var(--muted);margin:0 0 10px}.vl-stat{display:flex;justify-content:space-between;border:1px solid var(--border);border-radius:14px;padding:10px 12px;background:#fbfbff;margin-bottom:10px}.vl-actions{display:flex;justify-content:space-between;gap:10px;border-top:1px solid var(--border);padding-top:12px;margin-top:12px}.vl-actionsRight{display:flex;gap:10px}.vl-btn{border:1px solid var(--border);background:#fff;border-radius:999px;padding:10px 14px;font-weight:900;cursor:pointer}.vl-btn.primary{border:0;color:#fff;background:linear-gradient(135deg,var(--brand-700),var(--brand-500))}.vl-btn.secondary{background:#fff}.vl-btn:disabled{opacity:.6;cursor:not-allowed}.vl-errorBanner{border:1px solid #fecaca;background:#fef2f2;color:#991b1b;border-radius:16px;padding:10px 12px;font-weight:900;margin-bottom:12px}.vl-note{margin-top:12px;color:var(--muted);font-size:13px}.vl-side{display:grid;gap:12px}.vl-sideCard{padding:14px}.vl-sideCard h4{margin:0 0 10px;color:var(--brand-blue)}.vl-sideCard ul{margin:0 0 0 18px;color:#475569;line-height:1.65}.vl-sideCard ul.check{list-style:none;margin:0;padding:0}.vl-sideCard ul.check li{padding:8px 10px;border:1px solid var(--border);border-radius:14px;background:#fff;margin-bottom:8px;font-weight:800;color:#334155}.vl-sideCard ul.check li.ok{border-color:#bbf7d0;background:#f0fdf4;color:#166534}.vl-small{margin-top:10px;font-size:12px;color:var(--muted)}
