:root{--bg:#fdf6f0;--panel:#ffffff;--panel-soft:#fefaf6;--ink:#3d2c2c;--muted:#8b7e7e;--line:#f0e6de;--brand:#e05a8b;--brand-dark:#c9406f;--brand-soft:#fce4ef;--green:#2db89a;--green-soft:#e0f7f2;--orange:#f59e5a;--orange-soft:#fff3e6;--red:#e54d4d;--red-soft:#fde8e8;--purple:#a874d6;--purple-soft:#f0e6f9;--blue-soft:#e0f0fe;--shadow:0 12px 36px rgba(60,30,30,.07);--radius-xl:24px;--radius-lg:16px;--radius-md:16px;--radius-sm:8px}*{box-sizing:border-box}body{margin:0;min-height:100dvh;color:var(--ink);background:var(--bg);font-family:Noto Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,sans-serif}body:before{top:-120px;right:-120px;width:400px;height:400px;background:radial-gradient(circle,rgba(224,90,139,.1),transparent 70%)}body:after,body:before{content:"";position:fixed;border-radius:50%;pointer-events:none;z-index:0}body:after{bottom:-100px;left:-100px;width:350px;height:350px;background:radial-gradient(circle,rgba(168,116,214,.08),transparent 70%)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.shell{display:grid;grid-template-columns:280px minmax(0,1fr);min-height:100dvh;position:relative;z-index:1}[data-role=ops]{--brand:#7c3aed;--brand-dark:#6d28d9;--brand-soft:#ede9fe}[data-role=ops] .button{background:linear-gradient(135deg,#7c3aed,#6d28d9);box-shadow:0 10px 24px rgba(124,58,237,.25)}[data-role=ops] .button.secondary{background:#ede9fe;color:#6d28d9}[data-role=ops] input[type=number]{background:#ede9fe;border-color:#c4b5fd;color:#6d28d9}[data-role=ops] .kicker,[data-role=ops] .page-kicker{color:#7c3aed}[data-role=ops] .price-box{background:#ede9fe;border-color:#c4b5fd}[data-role=ops] .price-box .price{color:#6d28d9}[data-role=ops] input:focus,[data-role=ops] select:focus,[data-role=ops] textarea:focus{border-color:#7c3aed;box-shadow:0 0 0 4px rgba(124,58,237,.14)}[data-role=ops] .metric:after{background:#ede9fe}.sidebar{position:-webkit-sticky;position:sticky;top:0;height:100dvh;padding:28px 22px;background:linear-gradient(180deg,#2d1f3d,#4a2040,#6b2d5b);color:#fff;overflow:auto}.sidebar:after{content:"";position:absolute;top:40px;right:20px;width:80px;height:80px;border-radius:50%;background:rgba(255,255,255,.04);pointer-events:none}.brand{display:flex;gap:12px;align-items:center;padding-bottom:0;border-bottom:0;margin-bottom:28px;color:inherit}.brand img{width:46px;height:46px;border-radius:14px;background:#fff;object-fit:contain;box-shadow:0 4px 16px rgba(0,0,0,.25)}.brand strong{display:block;font-size:17px;font-weight:800;line-height:1.25}.brand span{display:block;margin-top:4px;color:#e0c8e8;font-size:12px}.brand.on-light{color:var(--ink);padding-bottom:18px;border-bottom:1px solid var(--line)}.brand.on-light img{box-shadow:0 4px 16px rgba(60,30,30,.1)}.brand.on-light span{color:var(--muted)}.nav-section-title{margin:26px 10px 10px;color:#e0b8e8;font-size:12px;font-weight:700;letter-spacing:.12em}.nav{display:grid;grid-gap:6px;gap:6px}.nav a,.nav button{width:100%;border:0;background:transparent;color:#e8d0f0;padding:12px 14px;display:flex;gap:12px;align-items:center;border-radius:14px;cursor:pointer;text-align:left;transition:all .18s}.nav-icon{width:28px;height:28px;display:grid;place-items:center;flex:0 0 auto;border-radius:10px;background:rgba(255,255,255,.1)}.nav a:hover,.nav button:hover{background:rgba(255,255,255,.1);transform:translateX(2px)}.sidebar-card{margin-top:26px;padding:16px;border-radius:18px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12)}.sidebar-card strong{display:block;margin-bottom:8px;font-size:14px}.sidebar-card p{margin:0;color:#e0c8e8;font-size:12px;line-height:1.65}.sidebar-toggle-btn{display:none;position:fixed;top:14px;left:14px;z-index:50;width:32px;height:32px;border-radius:10px;border:0;background:rgba(45,31,61,.9);color:#fff;cursor:pointer;align-items:center;justify-content:center;font-size:16px;transition:all .18s}.sidebar-toggle-btn:hover{background:#6b2d5b}.content{padding:28px;min-width:0}.topbar{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:24px}.kicker,.page-kicker{color:var(--brand);font-weight:800;font-size:13px;letter-spacing:.08em;text-transform:none}.page-title,h1{font-size:clamp(26px,4vw,42px);line-height:1.12;margin:8px 0;letter-spacing:-.05em}h2{margin:0 0 12px;font-size:22px}h2,h3{letter-spacing:-.03em}h3{margin:0 0 10px;font-size:17px}p{line-height:1.7}.card-subtitle,.muted,.page-desc{margin:0;color:var(--muted);line-height:1.7}.grid{display:grid;grid-gap:18px;gap:18px}.grid.two{grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr)}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.card{background:rgba(255,255,255,.92);border:1px solid rgba(240,230,222,.9);border-radius:var(--radius-xl);padding:22px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}@supports not ((-webkit-backdrop-filter:blur(14px)) or (backdrop-filter:blur(14px))){.card{background:#fff}}.panel{overflow:auto;border-radius:18px;border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow)}.toolbar{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:13px;padding:11px 15px;color:#fff;background:linear-gradient(135deg,#e05a8b,#c9406f);box-shadow:0 10px 24px rgba(224,90,139,.25);font-weight:800;cursor:pointer;transition:all .18s}.button:hover{transform:translateY(-1px);filter:brightness(.97)}.button.secondary{color:var(--ink);background:#ede4de;box-shadow:none}.button.ghost{color:var(--muted);background:transparent;border:1px solid var(--line);box-shadow:none}.button.danger{color:#fff;background:linear-gradient(135deg,#e54d4d,#c94040)}.badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:6px 10px;background:#f5f0ec;color:#475569;font-size:12px;font-weight:800;white-space:nowrap}.badge.green{background:var(--green-soft);color:#0f8a72}.badge.blue{background:var(--brand-soft);color:#c9406f}.badge.red{background:var(--red-soft);color:#b94040}.badge.orange{background:var(--orange-soft);color:#b86820}table{width:100%;border-collapse:collapse;min-width:760px;background:var(--panel)}td,th{padding:14px 16px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}th{background:#fdf6f0;color:#6b5e5e;font-size:12px;letter-spacing:.04em}tr:last-child td{border-bottom:0}tbody tr:hover{background:#fefaf6}.form{grid-gap:14px}.form,.form-grid{display:grid;gap:14px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px}.field{display:grid;grid-gap:8px;gap:8px}.field.full{grid-column:1/-1}label{font-weight:800;font-size:13px;color:#5a4a4a}input,select,textarea{width:100%;border:1.5px solid var(--line);border-radius:14px;background:#fff;padding:12px 13px;color:var(--ink);outline:none;transition:all .16s}input[type=number]{background:#fff5f8;border-color:#f0c0d8;text-align:center;font-weight:800;color:#c9406f}textarea{min-height:104px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--brand);box-shadow:0 0 0 4px rgba(224,90,139,.14)}.login-page{display:grid;place-items:center;min-height:100dvh;padding:24px;position:relative;z-index:1}.login-card{width:min(460px,100%);border-radius:30px}.marketing-page{display:grid;place-items:center;min-height:100dvh;padding:24px;position:relative;z-index:1}.marketing-card{width:min(1080px,100%);background:rgba(255,255,255,.92);border:1px solid rgba(240,230,222,.9);border-radius:34px;padding:28px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.marketing-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);grid-gap:22px;gap:22px}.marketing-hero,.marketing-panel{border-radius:28px;padding:28px}.marketing-hero{color:#fff;background:linear-gradient(135deg,rgba(45,31,61,.94),rgba(107,45,91,.84)),radial-gradient(circle at top right,rgba(255,255,255,.16),transparent 34%)}.marketing-hero .kicker,.marketing-hero .page-desc{color:#f6dfe9}.marketing-panel{border:1px solid var(--line);background:#fffdfa}.marketing-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.summary{display:grid;grid-gap:11px;gap:11px}.summary div{display:flex;justify-content:space-between;gap:18px;padding-bottom:10px;border-bottom:1px dashed #f0e6de}.summary div:last-child{border-bottom:0;padding-bottom:0}.summary span:first-child{color:var(--muted)}.summary strong{text-align:right}.status-eyebrow{color:var(--muted);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.readiness-list{display:grid;grid-gap:12px;gap:12px}.readiness-item{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding:16px 18px;border:1px solid var(--line);border-radius:18px;background:#fffdfa}.readiness-title{font-weight:800;margin-bottom:4px}.notice{border:1px solid #f0c0d8;background:#fff5f8;color:#8a3858;border-radius:18px;padding:14px 16px;line-height:1.7}.customer-quote{max-width:980px;margin:0 auto;background:#fff;border-radius:30px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line)}.quote-hero{padding:34px;color:#fff;background:linear-gradient(135deg,rgba(45,31,61,.92),rgba(107,45,91,.82)),url(https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1400&q=80) 50% /cover;min-height:260px;flex-direction:column}.quote-hero,.quote-hero-top{display:flex;justify-content:space-between}.quote-hero-top{align-items:flex-start;gap:18px}.quote-logo{width:58px;height:58px;border-radius:18px;background:rgba(255,255,255,.16);display:grid;place-items:center;overflow:hidden}.quote-logo img{width:100%;height:100%;object-fit:contain;background:#fff}.quote-hero h2{font-size:38px;margin:38px 0 8px;letter-spacing:-.05em}.quote-hero p{margin:0;color:#e8d0f0}.quote-hero-meta{text-align:right}.quote-hero-meta p{margin-top:10px}.quote-body{padding:30px}.price-box{padding:22px;border-radius:22px;background:#fff5f8;border:1px solid #f0c0d8;display:flex;justify-content:space-between;gap:18px;align-items:center}.price-box .price{font-size:36px;font-weight:900;color:#c9406f;letter-spacing:-.05em;white-space:nowrap}.info-bar{justify-content:space-around;gap:0;border-radius:16px;border:1px solid var(--line);background:#fff;padding:14px 20px}.info-bar,.info-item{display:flex;align-items:center}.info-item{flex-direction:column;gap:4px;padding:0 12px}.info-label{font-size:12px;color:var(--muted);font-weight:600}.info-value{font-size:22px;font-weight:800;color:var(--ink);text-align:center}.info-value.brand-value{color:var(--brand)}.info-divider{width:1px;height:36px;background:var(--line);flex-shrink:0}.mini-panel{border-radius:18px;border:1px solid var(--line);background:#fff;padding:16px}.wireframe-label{display:inline-flex;padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.18);color:#fff;font-weight:800;font-size:12px}@media (max-width:1200px){.shell{grid-template-columns:64px 1fr}.sidebar{width:64px;padding:14px 8px;overflow:visible;position:-webkit-sticky;position:sticky;z-index:40}.sidebar .brand img{width:36px;height:36px;border-radius:10px}.sidebar .brand>div,.sidebar .nav a span:not(.nav-icon),.sidebar .nav button span:not(.nav-icon),.sidebar .nav-section-title,.sidebar .sidebar-card{display:none}.sidebar .brand{justify-content:center}.sidebar .nav a,.sidebar .nav button{justify-content:center;padding:10px 4px;font-size:0;border-radius:12px}.sidebar .nav-icon{width:32px;height:32px;border-radius:10px}.sidebar.expanded,.sidebar:hover{width:280px;padding:28px 22px;box-shadow:8px 0 40px rgba(0,0,0,.25)}.sidebar.expanded .brand>div,.sidebar.expanded .nav a span:not(.nav-icon),.sidebar.expanded .nav button span:not(.nav-icon),.sidebar.expanded .nav-section-title,.sidebar.expanded .sidebar-card,.sidebar:hover .brand>div,.sidebar:hover .nav a span:not(.nav-icon),.sidebar:hover .nav button span:not(.nav-icon),.sidebar:hover .nav-section-title,.sidebar:hover .sidebar-card{display:revert}.sidebar.expanded .brand,.sidebar:hover .brand{justify-content:flex-start}.sidebar.expanded .nav a,.sidebar.expanded .nav button,.sidebar:hover .nav a,.sidebar:hover .nav button{justify-content:flex-start;padding:12px 14px;font-size:inherit;border-radius:14px}.sidebar.expanded .nav-icon,.sidebar:hover .nav-icon{width:28px;height:28px;border-radius:10px}.sidebar.expanded .brand img,.sidebar:hover .brand img{width:46px;height:46px;border-radius:14px}.sidebar-toggle-btn{display:flex}}@media (max-width:900px){.shell{grid-template-columns:1fr}.sidebar{position:static;height:auto;padding:16px 18px}.sidebar .brand>div,.sidebar .nav-section-title,.sidebar .nav>a>span:not(.nav-icon),.sidebar .nav>form button>span:not(.nav-icon),.sidebar .sidebar-card{display:revert}.sidebar .brand{justify-content:flex-start}.sidebar .nav>a,.sidebar .nav>form button{justify-content:flex-start;padding:9px 12px;font-size:inherit}.topbar{align-items:flex-start;flex-direction:column}.form-grid,.grid.three,.grid.two,.marketing-grid{grid-template-columns:1fr}.content{padding:18px}.readiness-item{flex-direction:column}.quote-hero{padding:24px}.price-box,.quote-hero-top{flex-direction:column;align-items:flex-start}.quote-hero-meta{text-align:left}.info-bar{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px 16px;gap:12px 16px;padding:14px 16px}.info-divider{display:none}.info-item{align-items:flex-start;padding:0}.quote-sticky-bar-inner{padding:8px 14px;gap:10px}.quote-sticky-bar-value{font-size:16px}.quote-sticky-bar-label{font-size:10px}}.quote-sticky-bar{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--line);box-shadow:0 2px 12px rgba(43,24,64,.06);margin:-18px -18px 18px}@supports not ((-webkit-backdrop-filter:blur(12px)) or (backdrop-filter:blur(12px))){.quote-sticky-bar{background:#fff}}.quote-sticky-bar-inner{display:flex;align-items:center;justify-content:space-around;gap:16px;padding:10px 20px;max-width:1100px;margin:0 auto}.quote-sticky-bar-item{display:flex;align-items:baseline;gap:8px}.quote-sticky-bar-label{font-size:12px;color:var(--muted);font-weight:600;letter-spacing:.02em}.quote-sticky-bar-value{font-size:18px;font-weight:800;color:var(--brand,#c9406f);letter-spacing:-.02em}.role-banner{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:14px;font-size:13px;font-weight:700;line-height:1.6}.role-banner.sales-mode{background:#fce4ef;color:#8a3858;border:1px solid #f5c5d8}.role-banner.ops-mode{background:#f0e6f9;color:#5a2d8a;border:1px solid #d8c0e8}.role-banner.admin-mode{background:#e0f7f2;color:#0f766e;border:1px solid #b8e8da}.role-dot{width:8px;height:8px;border-radius:50%;background:currentColor;flex-shrink:0}.role-pill{flex:0 0 auto;padding:10px 14px;border-radius:999px;background:var(--panel);box-shadow:0 6px 20px rgba(60,30,30,.07);color:var(--muted);display:flex;gap:10px;align-items:center;font-weight:700;font-size:13px;flex-wrap:wrap}.role-pill-identity{color:var(--ink)}.device-chip{padding:4px 8px;border-radius:999px;background:#fff5f8;color:var(--brand);border:1px solid #f0c0d8;font-size:11px;font-weight:800}.pulse{width:10px;height:10px;border-radius:50%;background:var(--green);box-shadow:0 0 0 7px rgba(45,184,154,.14)}.section-icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;font-size:18px;flex-shrink:0}.form-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius-lg);margin-bottom:16px;overflow:hidden;box-shadow:0 2px 8px rgba(60,30,30,.04)}.form-card-header{display:flex;align-items:center;gap:14px;padding:16px 20px;border-bottom:1px solid var(--line);background:var(--panel-soft)}.form-card-header h3{margin:0;font-size:16px;font-weight:800}.form-card-header p{margin:2px 0 0;font-size:12px;color:var(--muted)}.form-card-body{padding:18px 20px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.form-card-body.full{grid-template-columns:1fr}.form-card.full-row{grid-column:1/-1}.form-card.disabled{opacity:.55}.disabled-hint{padding:10px 20px;background:#fdf6f0;color:var(--muted);font-size:13px;font-weight:700;border-bottom:1px solid var(--line)}.module-toggle{display:inline-flex;align-items:center;gap:8px;cursor:pointer;margin-left:auto;flex-shrink:0}.toggle-track{width:38px;height:22px;border-radius:999px;background:var(--line);position:relative;transition:all .16s}.toggle-thumb{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(60,30,30,.2);transition:all .16s}.module-toggle.active .toggle-track{background:var(--brand)}.module-toggle.active .toggle-thumb{left:18px}.toggle-label{font-size:12px;font-weight:800;color:var(--muted)}.module-toggle.active .toggle-label{color:var(--brand)}.header-remark{margin-left:auto;position:relative}.header-remark-btn{background:transparent;border:1.5px solid var(--line);color:var(--muted);border-radius:10px;padding:6px 12px;font-size:12px;font-weight:700;cursor:pointer}.header-remark-btn:hover{border-color:var(--brand);color:var(--brand)}.header-remark-panel{display:none;position:absolute;right:0;top:calc(100% + 8px);width:320px;z-index:10;background:var(--panel);border:1px solid var(--line);border-radius:14px;box-shadow:0 12px 36px rgba(60,30,30,.12);padding:12px}.header-remark.open .header-remark-panel{display:block}.header-remark-panel textarea{min-height:80px;font-size:13px}.auto-field{display:flex;align-items:center;gap:10px;padding:11px 14px;border-radius:14px;border:1.5px dashed #f0c0d8;background:#fff5f8;flex-wrap:wrap}.auto-tag{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:999px;background:var(--brand);color:#fff;font-size:11px;font-weight:800}.auto-value{font-weight:800;font-size:15px;color:var(--ink)}.auto-hint{font-size:12px;color:var(--muted);margin-left:auto}.auto-username{color:var(--brand-dark)}.vehicle-repeater{display:grid;grid-gap:10px;gap:10px}.vehicle-row{position:relative;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;align-items:end;padding:14px 16px 14px 18px;border-radius:16px;background:#fff;border:1.5px solid #f0e0d8;box-shadow:0 1px 4px rgba(60,30,30,.03);transition:all .18s;flex-wrap:nowrap}@media (max-width:720px){.vehicle-row{grid-template-columns:repeat(2,minmax(0,1fr))}}.vehicle-row:hover{border-color:#e8c8d8;box-shadow:0 3px 10px rgba(60,30,30,.06)}.vehicle-row .field{gap:5px;margin:0}.vehicle-row label{font-size:11px;font-weight:700;color:#a09090;letter-spacing:.02em}.vehicle-row input,.vehicle-row select{padding:10px 11px;border-radius:11px;border:1.5px solid #f0e0d8;font-size:13px}.vehicle-row input[type=number]{background:#fff5f8;border-color:#f0c0d8;font-size:15px;padding:10px 8px}.vehicle-row .row-delete{position:absolute;top:6px;right:6px;width:22px;height:22px;border-radius:50%;border:0;background:transparent;color:#d8c8c8;font-size:12px;cursor:pointer;display:grid;place-items:center;transition:all .16s;line-height:1}.vehicle-row .row-delete:hover{background:#fde8e8;color:#c94040}.vehicle-row:not(.meal-row):not(.hotel-row):not(.guide-row){grid-template-columns:2fr 1fr 1fr}.guide-row,.hotel-row,.meal-row{grid-template-columns:1fr 1fr}.add-row-btn{display:inline-flex;align-items:center;gap:6px;border:1.5px dashed #e0c8d0;background:transparent;color:var(--brand);border-radius:10px;padding:7px 14px;font-size:12px;font-weight:700;cursor:pointer;transition:all .16s;width:auto;justify-self:start}.add-row-btn:hover{background:var(--brand-soft);border-color:var(--brand)}.ticket-chip-list{display:flex;flex-wrap:wrap;gap:8px;align-items:flex-start}.ticket-chip{position:relative;display:inline-flex;align-items:center;gap:6px;padding:7px 26px 7px 12px;border-radius:999px;background:#fff3e6;border:1.5px solid #f5d3a8;color:#8a5a20;font-size:12px;font-weight:800;cursor:pointer;transition:all .16s;line-height:1.3;max-width:100%}.ticket-chip:hover{border-color:#f59e5a;background:#ffe9d2}.ticket-chip .chip-name{white-space:nowrap}.ticket-chip .chip-note{color:#b88040;font-weight:700}.ticket-chip .chip-delete{position:absolute;top:50%;right:6px;transform:translateY(-50%);width:14px;height:14px;border:0;background:transparent;color:#b88040;cursor:pointer;border-radius:50%;font-size:10px;display:grid;place-items:center}.ticket-chip .chip-delete:hover{background:rgba(184,128,64,.15);color:#8a5a20}.plan-card-remove{position:absolute;top:10px;right:10px;width:24px;height:24px;border:0;background:transparent;color:#b88040;border-radius:50%;cursor:pointer;display:grid;place-items:center;transition:all .16s;z-index:2}.plan-card-remove:hover{background:rgba(184,128,64,.15);color:#8a5a20}.ticket-chip-add{display:inline-flex;align-items:center;gap:4px;padding:7px 14px;border-radius:999px;background:transparent;border:1.5px dashed #f5d3a8;color:#b88040;font-size:12px;font-weight:700;cursor:pointer}.ticket-chip-add:hover{background:#fff3e6}.quote-plan-list{display:grid;grid-gap:12px;gap:12px}.quote-plan-card{position:relative;background:linear-gradient(180deg,#fefaf6,#fff 60%);border:1.5px solid var(--line);border-radius:18px;padding:16px 18px}.quote-plan-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:10px}.quote-plan-title{font-weight:800;font-size:15px;color:var(--brand-dark)}.quote-plan-desc{margin:4px 0 0;font-size:12px;color:var(--muted);line-height:1.55}.quote-plan-services{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.service-chip{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;background:var(--green-soft);color:#0f8a72;font-size:11px;font-weight:800}.plan-detail{margin-top:12px;padding-top:12px;border-top:1px dashed var(--line)}.locked-plan-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:10px;gap:10px;margin-top:12px}.locked-svc-block{display:grid;grid-gap:8px;gap:8px;align-content:start;min-height:0;padding:12px 14px;border:1px solid rgba(224,218,232,.9);border-radius:12px;background:rgba(255,255,255,.84);box-shadow:0 8px 22px rgba(75,48,35,.035)}.locked-svc-head{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--brand-dark);font-size:13px;font-weight:850}.locked-svc-head>span:last-child:not(:first-child){flex:0 0 auto;padding:4px 10px;border-radius:999px;background:var(--green-soft);color:#0f8a72;font-size:11px}.locked-svc-items{display:grid;grid-gap:6px;gap:6px}.locked-svc-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:start;padding-top:6px;border-top:1px dashed rgba(224,218,232,.8);font-size:12px}.locked-svc-row:first-child{border-top:0;padding-top:0}.locked-svc-row span{min-width:0;color:var(--ink);font-weight:700;overflow-wrap:anywhere}.locked-svc-row strong{max-width:220px;color:var(--muted);font-weight:700;text-align:right;white-space:pre-line;overflow-wrap:anywhere}.locked-svc-note{grid-column:1/-1}.locked-svc-note p{margin:0;color:var(--muted);font-size:12px;line-height:1.65;overflow-wrap:anywhere}@media (max-width:640px){.locked-plan-summary,.locked-svc-row{grid-template-columns:1fr}.locked-svc-row{gap:4px}.locked-svc-row strong{max-width:none;text-align:left}}.demand-detail-grid{display:grid;grid-template-columns:1fr 1.6fr;grid-gap:16px;gap:16px;align-items:start}@media (max-width:960px){.demand-detail-grid{grid-template-columns:1fr}}.ops-dashboard{display:flex;flex-direction:column;gap:16px}.ops-dashboard-row{display:grid;grid-template-columns:1fr 1.5fr;grid-gap:16px;gap:16px;align-items:start}.ops-summary-card{align-self:start;max-height:calc(100vh - 180px);overflow-y:auto;position:-webkit-sticky;position:sticky;top:16px}@media (max-width:960px){.ops-dashboard-row{grid-template-columns:1fr}.ops-summary-card{max-height:none;position:static}}.summary-compact{display:flex;flex-direction:column;gap:6px;font-size:13px}.summary-compact>div{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:4px 0}.summary-compact>div:not(:last-child){border-bottom:1px solid var(--border-subtle,#f5f0ec)}.summary-compact>div>span{color:var(--muted);flex-shrink:0;min-width:56px;font-weight:600;font-size:12px}.summary-compact>div>strong{text-align:right;flex:1 1;font-size:13px;line-height:1.5}.cost-line-remark{width:100%;border:1px solid var(--border,#ece6e0);border-radius:6px;padding:3px 6px;font-size:11px;color:var(--muted);background:#fafaf9;transition:border-color .15s}.cost-line-remark:focus{outline:none;border-color:var(--brand,#8b5e8c);background:#fff}.cost-row-grid{display:grid;grid-template-columns:minmax(0,2fr) 90px 80px 80px 100px minmax(0,1.5fr) 34px;grid-gap:10px;gap:10px;align-items:center;padding:8px 12px;border-bottom:1px solid #f5efe9;transition:background .15s}.cost-row-grid:hover{background:#fdfaf8}.cost-row-grid:last-child{border-bottom:0}.cost-col-name{min-width:0;overflow:hidden}.cost-col-name input,.cost-input-name{min-width:0;width:100%;text-overflow:ellipsis}.cost-input-name{background:#fdf2f6}.cost-input-name,.cost-input-num{border:0;border-radius:6px;padding:6px 10px;font-weight:600;font-size:13px}.cost-input-num{width:100%;text-align:center;background:#f8f0fa;-moz-appearance:textfield}.cost-input-num::-webkit-inner-spin-button,.cost-input-num::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cost-input-suffix{font-size:11px;color:var(--muted);font-weight:700;margin-left:4px;white-space:nowrap}.cost-col-days,.cost-col-price,.cost-col-qty{display:flex;align-items:center;gap:2px}.cost-col-subtotal{text-align:right;font-size:13px;color:#e91e63;font-weight:700}.cost-col-remark{min-width:0}.cost-input-remark{width:100%;border:0;border-radius:6px;padding:6px 10px;font-size:12px;background:#f8f8f8}.cost-row-delete{background:transparent;border:0;color:#e91e63;cursor:pointer;font-size:15px;display:grid;place-items:center;width:28px;height:28px;border-radius:50%;transition:all .15s}.cost-row-delete:hover{background:#fde8ee;color:var(--red)}.cost-row-with-remark{display:grid;grid-template-columns:2fr .8fr .6fr .6fr 1fr 1fr;grid-gap:8px;gap:8px;align-items:center;padding:8px 0;border-bottom:1px solid var(--border-subtle,#f5f0ec);font-size:13px}@media (max-width:768px){.cost-row-with-remark{grid-template-columns:1fr .7fr .5fr .5fr}.cost-row-with-remark>:nth-child(5),.cost-row-with-remark>:nth-child(6){display:none}}.plan-detail-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:13px;font-weight:800;color:var(--muted)}.plan-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.plan-service-box{padding:10px 12px;border-radius:12px;background:#fff;border:1px solid var(--line);display:flex;flex-direction:column;gap:4px}.plan-service-box strong{font-size:13px}.plan-service-box span{font-size:12px;color:var(--muted)}.cost-block,.cost-category{background:#fff;border:1px solid #f0e8e5;border-radius:8px;margin-bottom:14px;overflow:hidden}.cost-category-header{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;background:#fff;border-bottom:1px solid #f0e8e5;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cost-category-header:hover{background:#fdfaf8}.cost-category-header h4{margin:0;font-size:14px;display:flex;align-items:center;gap:8px;font-weight:700;color:var(--ink,#3d2c2c)}.cost-category-header .icon{font-size:18px;color:#666}.cost-category-header .auto-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;background:#e8f4fa;color:#2b6f8f;font-size:11px;font-weight:700}.cost-category-header .total{color:#e91e63;font-weight:700;font-size:15px}.cost-block-header{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;background:#fff;border-bottom:1px solid #f0e8e5}.cost-block-header .left{display:flex;align-items:center;gap:8px}.cost-block-header .right{display:flex;align-items:center;gap:10px}.cat-total{font-weight:700;color:#e91e63;font-size:15px}.arrow{transition:transform .2s;font-size:12px;color:var(--muted)}.arrow.collapsed{transform:rotate(-90deg)}.cost-category-body.collapsed{display:none}.cost-row-header{display:grid;grid-template-columns:minmax(0,2fr) 90px 80px 80px 100px minmax(0,1.5fr) 34px;grid-gap:10px;gap:10px;padding:8px 12px;background:transparent;border-bottom:1px solid #f0e8e5;font-size:12px;font-weight:700;color:#999;text-transform:none;letter-spacing:0}.cost-row{display:grid;grid-template-columns:minmax(0,2.2fr) 80px 70px 70px 90px 34px;grid-gap:8px;gap:8px;align-items:center;padding:10px 18px;border-bottom:1px solid #fef6f0;font-size:13px}.cost-row:last-child{border-bottom:0}.cost-row .item-name{font-weight:600}.cost-row .item-unit{color:var(--muted);font-size:12px}.cost-row .subtotal{font-weight:800;color:var(--ink);text-align:right}.cost-row input[type=number]{padding:6px 8px;font-size:13px;border-radius:10px;text-align:center}.cost-row button{background:transparent;border:0;color:var(--muted);cursor:pointer;font-size:14px}.cost-row button:hover{color:var(--red)}.auto-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:4px;background:#e8f4fa;color:#2b6f8f;font-size:11px;font-weight:700}.quote-summary{display:grid;grid-gap:12px;gap:12px;padding:18px;border-radius:20px;background:linear-gradient(135deg,#2d1f3d,#6b2d5b);color:#fff}.quote-summary .row{display:flex;justify-content:space-between;gap:14px;color:#e0c8e8}.quote-summary .row strong{color:#fff}.quote-summary .total{margin-top:8px;padding-top:14px;border-top:1px solid rgba(255,255,255,.18);font-size:28px;font-weight:900;display:flex;justify-content:space-between}.progress{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;margin-top:18px}.progress-step{padding:14px;border-radius:16px;background:#f5ece6;color:#8b7e7e;font-size:13px;font-weight:800;text-align:center}.progress-step.done{background:var(--green-soft);color:#0f8a72}.progress-step.current{background:var(--brand-soft);color:#c9406f}.metric{position:relative;overflow:hidden;min-height:138px}.metric:after{content:"";position:absolute;width:110px;height:110px;border-radius:50%;right:-30px;top:-30px;background:var(--brand-soft);opacity:.7}.metric-label{color:var(--muted);font-weight:700;font-size:13px}.metric-value{margin-top:14px;font-size:34px;font-weight:800;letter-spacing:-.05em}.metric-trend{margin-top:10px;color:var(--green);font-weight:700;font-size:13px}.plan-tabs{display:flex;gap:8px;padding:12px 0;border-bottom:1px solid var(--line);margin-bottom:14px;flex-wrap:wrap}.plan-tab{padding:8px 16px;border:0;border-radius:999px;background:transparent;color:var(--muted);font-weight:800;font-size:13px;cursor:pointer;transition:all .16s;max-width:360px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-shrink:0}.plan-tab:hover{background:#f5ece6;color:var(--ink)}.plan-tab.active{background:linear-gradient(135deg,#e05a8b,#c9406f);color:#fff;box-shadow:0 8px 18px rgba(224,90,139,.25)}.plan-quote-panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px}.plan-quote-panel-head h3{margin:0}.quote-modal-mask{position:fixed;inset:0;background:rgba(45,31,61,.42);display:none;align-items:flex-start;justify-content:center;z-index:201;padding:60px 20px 20px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);overflow-y:auto;-webkit-overflow-scrolling:touch}.quote-modal-mask.active{display:flex}.quote-modal{background:#fff;border-radius:24px;max-width:880px;width:100%;max-height:none;overflow:visible;box-shadow:0 24px 64px rgba(0,0,0,.25);margin:auto 0;position:relative}.quote-modal-body{padding:22px 26px;max-height:calc(100vh - 200px);overflow-y:auto}.quote-modal-head{display:flex;justify-content:space-between;align-items:flex-start;padding:22px 26px;border-bottom:1px solid var(--line);gap:14px}.quote-modal-head h2{margin:0}.modal-close{background:transparent;border:0;color:var(--muted);font-size:20px;cursor:pointer;width:32px;height:32px;border-radius:50%;display:grid;place-items:center}.modal-close:hover{background:#f5ece6;color:var(--ink)}.detail-list{display:grid;grid-gap:11px;gap:11px}.detail-row{display:flex;justify-content:space-between;gap:18px;padding-bottom:10px;border-bottom:1px dashed #f0e6de}.detail-row:last-child{border-bottom:0;padding-bottom:0}.detail-row span:first-child{color:var(--muted);font-size:13px}.detail-row span:last-child{font-weight:800;text-align:right}.diff-added{background:#d6f5e6;color:#0a7a55;font-weight:700}.diff-added,.diff-removed{display:inline-block;padding:1px 6px;border-radius:6px}.diff-removed{background:#fde2e2;color:#b94040;text-decoration:line-through;-webkit-text-decoration-color:#b94040;text-decoration-color:#b94040;text-decoration-thickness:1.5px;margin-right:4px}.split-preview{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.table-wrap{overflow:auto;background:var(--panel)}.day-card,.table-wrap{border-radius:18px;border:1px solid var(--line)}.day-card{display:grid;grid-template-columns:76px 1fr;grid-gap:16px;gap:16px;padding:16px;background:#fefaf6}.day-index{font-weight:900;color:var(--brand);font-size:18px}.day-card h4{margin:0 0 8px;font-size:15px}.day-card p{margin:0;color:var(--muted);line-height:1.65;font-size:13px}.itinerary{display:grid;grid-gap:14px;gap:14px}.note-list{margin:0;padding-left:20px;color:var(--muted);line-height:1.9;font-size:13px}.status-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:800;background:var(--green-soft);color:#0f8a72}.status-pill.warn{background:var(--orange-soft);color:#b86820}.status-pill.danger{background:var(--red-soft);color:#b94040}.status-pill.muted{background:#f5f0ec;color:#475569}@media (max-width:900px){.form-card-body,.form-grid,.plan-service-grid{grid-template-columns:1fr}.progress{grid-template-columns:1fr 1fr}.guide-row,.hotel-row,.meal-row,.split-preview,.vehicle-row,.vehicle-row:not(.meal-row):not(.hotel-row):not(.guide-row){grid-template-columns:1fr}.cost-row,.cost-row-header{grid-template-columns:1fr 1fr}.quote-modal{max-height:calc(100vh - 40px)}.quote-modal-body,.quote-modal-head{padding:16px 18px}}.grid.sidebar-layout{grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);align-items:start}.my-order-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.my-order-actions .button{padding:7px 12px;font-size:12px}.version-line{margin-top:6px;font-size:12px;color:var(--muted,#8a8198);font-weight:700}@media (max-width:900px){.grid.sidebar-layout{grid-template-columns:1fr}}@media print{@page{size:A4;margin:8mm}body,html{background:#fff!important;color:#000!important;font-size:10px!important;line-height:1.25!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}body:after,body:before{display:none!important}.shell{display:block!important;grid-template-columns:1fr!important}.button,.button.ghost,.button.secondary,.kicker,.modal-close,.nav,.notice,.plan-tabs,.quote-sticky-bar,.share-url-notice,.sidebar,.sidebar-card,.topbar,a[href^="/"],a[href^="mailto:"],a[href^=http],button,code{display:none!important}a{color:inherit!important;text-decoration:none!important}#demand-quote-preview,.card,.content,.customer-quote,.ops-dashboard,article,main{padding:0!important;margin:0!important;box-shadow:none!important;background:#fff!important;border:none!important;border-radius:0!important}.customer-quote .quote-hero{margin-bottom:6px!important}.customer-quote h2{font-size:16px!important;line-height:1.2!important}.customer-quote h3{font-size:12px!important;margin:6px 0 4px!important}.customer-quote .price,.customer-quote li,.customer-quote p{font-size:10px!important;line-height:1.25!important}.price-box .price{font-size:18px!important}.info-bar{padding:4px!important;gap:6px!important}.day-card,.info-item{padding:4px!important;font-size:10px!important}#demand-quote-preview input,#demand-quote-preview textarea{display:none!important}#demand-quote-preview div,#demand-quote-preview p,#demand-quote-preview pre{font-size:10px!important;line-height:1.25!important}#demand-quote-preview h3,#demand-quote-preview h4{font-size:11px!important}#demand-quote-preview,.card,.customer-quote,.day-card,.info-bar,.mini-panel,.price-box,section{page-break-inside:avoid!important;break-inside:avoid!important}}.svc-block{border:1px solid var(--border,#ece6e0);border-radius:12px;padding:12px;background:#fff;height:260px;overflow-y:auto;display:flex;flex-direction:column}.svc-block-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px;font-weight:800;font-size:13px;color:var(--brand-dark,#5a3a52);flex-shrink:0}.svc-block-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:12px}.svc-block{min-height:320px}@media (max-width:600px){.svc-block-grid{grid-template-columns:1fr}}.add-row-btn.sm{padding:4px 10px;font-size:12px}.demand-form-layout{display:grid;grid-template-columns:200px minmax(0,1fr);grid-gap:24px;gap:24px;align-items:start}.demand-form-nav{position:-webkit-sticky;position:sticky;top:28px;display:grid;grid-gap:4px;gap:4px}.demand-form-nav-title{font-size:12px;font-weight:800;color:var(--muted);letter-spacing:.08em;margin-bottom:8px}.demand-form-progress{height:4px;border-radius:4px;background:var(--line);margin-bottom:16px;overflow:hidden}.demand-form-progress-bar{height:100%;border-radius:4px;background:linear-gradient(90deg,var(--brand),var(--brand-dark));transition:width .35s ease}.demand-form-anchor{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:10px;border:0;background:transparent;color:var(--muted);font-size:13px;font-weight:700;cursor:pointer;text-align:left;transition:all .16s;width:100%}.demand-form-anchor:hover{background:var(--panel);color:var(--ink)}.demand-form-anchor.active{background:var(--brand-soft);color:var(--brand-dark)}.demand-form-anchor-dot{width:8px;height:8px;border-radius:50%;background:var(--line);flex-shrink:0;transition:all .2s}.demand-form-anchor.active .demand-form-anchor-dot,.demand-form-anchor.done .demand-form-anchor-dot{background:var(--brand)}.demand-form-anchor.done{color:var(--brand-dark)}@media (max-width:900px){.demand-form-layout{grid-template-columns:1fr}.demand-form-nav{display:none}}.list-toolbar{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap;padding:12px 14px;margin-bottom:14px;background:var(--panel-2,#f7f5fb);border:1px solid var(--border,#ece6e0);border-radius:14px}.lt-search{position:relative;flex:1 1 240px;min-width:200px}.lt-search .lt-search-icon{position:absolute;left:11px;top:50%;transform:translateY(-50%);color:var(--muted,#8a8198);pointer-events:none}.lt-search input{width:100%;height:38px;padding:0 12px 0 34px;border:1px solid var(--border,#ddd6e6);border-radius:10px;background:#fff;font-size:14px}.lt-field{display:flex;flex-direction:column;gap:4px}.lt-field>span{font-size:11px;font-weight:700;color:var(--muted,#8a8198);letter-spacing:.03em}.lt-field select{height:38px;min-width:130px;padding:0 30px 0 10px;border:1px solid var(--border,#ddd6e6);border-radius:10px;background:#fff;font-size:13px;cursor:pointer}.lt-field-sm select{min-width:80px}.lt-btn{height:38px;display:inline-flex;align-items:center;gap:6px}.lt-field select:focus,.lt-search input:focus{outline:2px solid var(--brand-soft,#f3d9ec);border-color:var(--brand,#a23b86)}.list-pagination{justify-content:space-between;gap:12px;margin-top:16px;padding-top:12px;border-top:1px solid var(--border,#ece6e0)}.list-pagination,.lp-pages{display:flex;align-items:center;flex-wrap:wrap}.lp-pages{gap:6px}.lp-btn{min-width:34px;height:34px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border,#e0dae8);border-radius:9px;background:#fff;color:var(--text,#3a2f44);font-size:13px;font-weight:700;text-decoration:none}.lp-btn:hover{color:var(--brand,#a23b86)}.lp-btn.active,.lp-btn:hover{border-color:var(--brand,#a23b86)}.lp-btn.active{background:var(--brand,#a23b86);color:#fff}.lp-btn.disabled{opacity:.4;pointer-events:none}.lp-ellipsis{color:var(--muted,#8a8198);padding:0 2px}@media (max-width:760px){.list-toolbar{padding:10px}.lt-search{flex:1 1 100%}.lt-field,.lt-field select{flex:1 1 auto;min-width:0;width:100%}}@keyframes spin360{to{transform:rotate(1turn)}}.spinner{display:inline-block;width:16px;height:16px;border:2px solid;border-right:2px solid transparent;border-radius:50%;animation:spin360 .7s linear infinite;vertical-align:-2px}.spinner.lg{width:34px;height:34px;border-width:3px}.button.button-compact{min-width:64px;min-height:28px;padding:4px 10px;text-align:center;font-size:12px;line-height:1.2}.button.button-compact:hover{transform:none;filter:none;background-color:#c9406f;box-shadow:0 6px 14px rgba(224,90,139,.22)}.button.secondary.button-compact:hover{background-color:#e0d4cc;box-shadow:none}.button.ghost.button-compact:hover{background-color:#f5ece6;box-shadow:none}.spinner-inline{display:inline-block;width:12px;height:12px;border:2px solid;border-right:2px solid transparent;border-radius:50%;animation:spin360 .7s linear infinite;vertical-align:-2px;margin-right:4px}.loading-screen{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:var(--muted,#8a8198);font-weight:700}.loading-screen .spinner{color:var(--brand,#a23b86)}.button[disabled]{opacity:.45;cursor:not-allowed;filter:grayscale(.4)}.button[disabled]:hover{transform:none;box-shadow:none}.share-url-link,.share-url-notice{word-break:break-all;overflow-wrap:anywhere}.share-url-link{display:inline-block;margin-top:6px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;color:var(--brand,#a23b86);max-width:100%}@keyframes skeletonPulse{0%,to{opacity:.55}50%{opacity:1}}.skeleton{background:#eee6ef;border-radius:8px;animation:skeletonPulse 1.2s ease-in-out infinite}.card-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;flex-wrap:wrap}.card-title-row h2{margin:0}.ops-quote-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,1fr);grid-gap:18px;gap:18px}.login-card.login-split{width:min(880px,100%);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:0;gap:0;padding:0;overflow:hidden}.login-hero{padding:34px 30px;background:linear-gradient(150deg,#7a3f9d,#532a8f 60%,#3a2170);color:#fff;display:flex;flex-direction:column;gap:14px}.login-hero h2{margin:6px 0 0;font-size:24px;line-height:1.3;color:#fff}.login-hero p{margin:0;opacity:.9;line-height:1.7;font-size:14px}.login-hero-points{list-style:none;margin:10px 0 0;padding:0;display:grid;grid-gap:10px;gap:10px}.login-hero-points li{position:relative;padding-left:22px;font-size:13px;opacity:.95}.login-hero-points li:before{content:"✓";position:absolute;left:0;font-weight:900;color:#ffd56b}.login-form-area{padding:34px 30px;display:flex;align-items:center}.login-form-area .form{width:100%}.login-tabs{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px;gap:6px;background:#f1eef7;border-radius:12px;padding:5px}.login-tab{border:0;background:transparent;padding:10px 12px;border-radius:9px;font-weight:800;font-size:14px;color:#6b5e80;cursor:pointer;transition:all .15s ease}.login-tab.active{background:#fff;color:#532a8f;box-shadow:0 2px 8px rgba(83,42,143,.15)}@media (max-width:760px){.login-card.login-split,.ops-quote-grid{grid-template-columns:1fr}.login-hero{padding:26px 22px}.login-form-area{padding:24px 22px}.table-wrap table,.table-wrap tbody,.table-wrap td,.table-wrap thead,.table-wrap tr{display:block;width:auto}.table-wrap table{min-width:0}.table-wrap thead{display:none}.table-wrap tr{border:1px solid var(--border,#ece6e0);border-radius:14px;padding:12px 14px;margin-bottom:12px;background:#fff}.table-wrap td{border:0;padding:6px 0;display:flex;justify-content:space-between;gap:14px;text-align:right}.table-wrap td:before{content:attr(data-label);font-weight:800;color:var(--muted,#8a8198);text-align:left;flex:0 0 auto}.table-wrap td:last-child{justify-content:flex-end}}