:root{--primary: #0A1F44;--accent: #2EBD85;--blue: #2563eb;--amber: #F2994A;--red: #E74C3C;--bg: #f6f8fb;--card: #ffffff;--text: #16213a;--muted: #6b7690;--border: #e6eaf2}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:Poppins,system-ui,sans-serif;background:var(--bg);color:var(--text);font-size:15.5px}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}.shell{display:flex;min-height:100vh}.sidebar{width:220px;min-width:220px;background:#fff;border-right:1px solid var(--border);padding:20px 12px;display:flex;flex-direction:column;gap:2px;position:sticky;top:0;height:100vh;overflow-y:auto}.sidebar .logo-row{display:flex;align-items:center;gap:10px;padding:0 8px 18px}.sidebar .logo-row img{max-height:34px;max-width:150px;object-fit:contain}.sidebar .logo-row .logo-text{font-weight:800;font-size:18.5px;color:var(--primary)}.nav-group{font-size:12px;font-weight:600;color:var(--muted);text-transform:none;padding:12px 8px 4px}.nav-item{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:8px;color:var(--text);font-size:14.5px;font-weight:500;border:none;background:none;width:100%;text-align:left}.nav-item:hover{background:#f1f4fa}.nav-item.active{background:var(--blue);color:#fff}.nav-item .ic{width:16px;text-align:center;opacity:.85}.main{flex:1;display:flex;flex-direction:column;min-width:0}.topbar{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;background:transparent}.sync-pill{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #cfe0ff;border-radius:8px;padding:7px 12px;font-size:13.5px;color:var(--muted)}.sync-pill .next{color:var(--blue);font-weight:500}.user-pill{background:#fff;border:1px solid var(--border);border-radius:10px;padding:8px 14px;font-weight:600;font-size:14.5px}.content{display:flex;gap:20px;padding:4px 24px 90px;align-items:flex-start}.content-left{flex:1;min-width:0;display:flex;flex-direction:column;gap:18px}.content-right{width:360px;min-width:320px;display:flex;flex-direction:column;gap:16px}@media (max-width: 1100px){.content{flex-direction:column;align-items:stretch}.content-left{width:100%;min-width:0;max-width:100%}.content-right{width:100%;min-width:0}}@media (max-width: 800px){.sidebar{position:fixed;top:0;left:0;bottom:0;z-index:120;height:100vh;transform:translate(-105%);transition:transform .2s ease;box-shadow:8px 0 30px rgba(10,20,50,.18);width:264px;min-width:264px}.sidebar.open{transform:translate(0)}.mobile-header{display:flex!important}.topbar{display:none}}.mobile-nav{display:none;overflow-x:auto;gap:6px;padding:8px 16px;background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:30}.mobile-nav button{white-space:nowrap;border:1px solid var(--border);background:#fff;border-radius:20px;padding:6px 12px;font-size:13.5px}.mobile-nav button.active{background:var(--blue);color:#fff;border-color:var(--blue)}.card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:20px}.card h3{font-size:16.5px;font-weight:700;margin-bottom:14px}.greeting{font-size:15.5px}.greeting b{display:block;font-size:16.5px}.kpi-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:14px 16px}.kpi-card .label{font-size:13px;color:var(--muted);font-weight:500}.kpi-card .value{font-size:20.5px;font-weight:700;margin-top:4px}.badge{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;border-radius:6px;padding:3px 7px;margin-top:8px}.badge.up{background:#e6f7ef;color:#1a9e6c}.badge.down{background:#fdeaea;color:var(--red)}.badge.flat{background:#fff6e8;color:#c07b1d}.kpi-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.health-flex{display:flex;gap:24px;align-items:center;flex-wrap:wrap}.health-score-box{text-align:center;background:#fff;border:1px solid var(--border);border-radius:12px;padding:12px 22px}.health-score-box .num{font-size:23.5px;font-weight:800}.health-score-box .cap{font-size:12.5px;color:var(--muted)}.noya-panel{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:18px}.noya-panel .head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.noya-panel .head b{font-size:16.5px}.noya-panel .tag{background:#e8f0ff;color:var(--blue);font-size:12px;font-weight:600;padding:4px 8px;border-radius:6px}.noya-quote{border-left:3px solid var(--blue);background:#f4f7ff;border-radius:8px;padding:12px 14px;font-size:14px;color:#3a4767;display:flex;flex-direction:column;gap:8px}.noya-quote li{margin-left:16px}.ask-btn{width:100%;margin-top:14px;background:var(--blue);color:#fff;border:none;border-radius:10px;padding:12px;font-weight:600;font-size:15px}.quick-actions{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:18px}.quick-actions b{font-size:15.5px}.quick-actions ol{margin:10px 0 0 18px;display:flex;flex-direction:column;gap:9px;font-size:14px;color:#35415f}.quick-actions li{cursor:pointer}.quick-actions li:hover{color:var(--blue)}.table{width:100%;border-collapse:collapse;font-size:14px}.table th{text-align:left;font-size:12.5px;color:var(--muted);font-weight:600;padding:10px 12px;border-bottom:1px solid var(--border);background:#fafbfe}.table td{padding:12px;border-bottom:1px solid var(--border)}.table tr:last-child td{border-bottom:none}.table .link{color:var(--blue);font-weight:600}.table-wrap{overflow-x:auto}.chat-page{display:flex;flex-direction:column;height:calc(100vh - 140px);min-height:480px}.chat-scroll{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:14px;padding:8px 4px 16px}.msg{max-width:82%;border-radius:12px;padding:12px 14px;font-size:14.5px;line-height:1.55}.msg.user{align-self:flex-end;background:#e9f0fb}.msg.bot{align-self:flex-start;background:#fff;border:1px solid var(--border)}.msg .who{font-size:12px;color:var(--muted);font-weight:600;margin-bottom:4px}.suggest{display:flex;flex-wrap:wrap;gap:8px;padding:10px 4px}.suggest button{border:1px solid #cfe0ff;background:#fff;color:var(--blue);border-radius:18px;padding:7px 13px;font-size:13.5px}.chat-input{display:flex;gap:8px;padding:10px 4px 0}.chat-input input{flex:1;border:1px solid var(--border);border-radius:10px;padding:12px 14px;font-family:inherit;font-size:14.5px}.chat-input button{background:var(--blue);color:#fff;border:none;border-radius:10px;padding:0 18px;font-weight:600}.wl-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 800px){.wl-grid{grid-template-columns:1fr}}.field label{display:block;font-size:13.5px;font-weight:600;margin-bottom:6px;color:#35415f}.field input[type=text],.field select,.field textarea{width:100%;border:1px solid var(--border);border-radius:10px;padding:11px 13px;font-family:inherit;font-size:14.5px;background:#fff}.field{margin-bottom:14px}.color-row{display:flex;align-items:center;gap:10px}.color-row input[type=color]{width:42px;height:36px;border:1px solid var(--border);border-radius:8px;background:#fff;padding:2px}.tone-row{display:flex;gap:8px;flex-wrap:wrap}.tone-chip{border:1px solid var(--border);background:#fff;border-radius:20px;padding:8px 16px;font-size:14px;font-weight:500}.tone-chip.active{background:var(--primary);color:#fff;border-color:var(--primary)}.save-btn{background:var(--accent);color:#fff;border:none;border-radius:10px;padding:12px 22px;font-weight:700;font-size:15px}.hint{font-size:13px;color:var(--muted);margin-top:6px}.float-cta{position:fixed;bottom:22px;right:22px;z-index:60;background:var(--primary);color:#fff;border:none;border-radius:30px;padding:14px 22px;font-weight:700;font-size:15px;box-shadow:0 8px 24px rgba(10,31,68,.35);display:flex;gap:8px;align-items:center}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(12,20,40,.55);z-index:90;display:flex;align-items:flex-start;justify-content:center;padding:20px;overflow-y:auto}.modal{background:#fff;border-radius:16px;padding:28px;max-width:480px;width:100%;margin:auto;max-height:none}.modal h2{font-size:19.5px;margin-bottom:8px}.modal p{font-size:14.5px;color:var(--muted);margin-bottom:18px;line-height:1.55}.modal .btn-primary{width:100%;background:var(--accent);color:#fff;border:none;border-radius:10px;padding:14px;font-weight:700;font-size:15.5px;margin-bottom:10px}.modal .btn-ghost{width:100%;background:#fff;border:1px solid var(--border);border-radius:10px;padding:13px;font-weight:600;font-size:14.5px;color:var(--muted)}.modal .close-x{float:right;background:none;border:none;font-size:19.5px;color:var(--muted)}.chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.chips button{border:1px solid var(--border);background:#fff;border-radius:18px;padding:8px 14px;font-size:14px}.chips button.on{background:var(--primary);color:#fff;border-color:var(--primary)}.legend{display:flex;gap:14px;justify-content:flex-end;font-size:12.5px;color:var(--muted);margin-bottom:6px}.legend span{display:inline-flex;align-items:center;gap:5px}.legend i{width:9px;height:9px;border-radius:50%;display:inline-block}.admin{max-width:1240px;margin:0 auto;padding:28px 20px 80px}.admin h1{font-size:21.5px;margin-bottom:4px}.admin .sub{color:var(--muted);font-size:14.5px;margin-bottom:22px}.admin-grid{display:grid;grid-template-columns:380px 1fr;gap:20px;align-items:start}@media (max-width: 980px){.admin-grid{grid-template-columns:1fr}}.logo-pick{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:8px}.logo-pick button{border:2px solid var(--border);border-radius:10px;background:#fff;padding:8px;height:68px;display:flex;align-items:center;justify-content:center}.logo-pick button.on{border-color:var(--accent)}.logo-pick img{max-width:100%;max-height:48px;object-fit:contain}.status-pill{font-size:12px;font-weight:700;border-radius:6px;padding:4px 8px}.st-created{background:#eef1f7;color:#5a6480}.st-sent{background:#fff3e0;color:#b26a00}.st-opened{background:#e3f2fd;color:#1565c0}.st-engaged{background:#ede7f6;color:#5e35b1}.st-converted{background:#e6f7ef;color:#1a9e6c}.st-not_fit{background:#fdeaea;color:var(--red)}.mini-btn{border:1px solid var(--border);background:#fff;border-radius:8px;padding:6px 10px;font-size:13px;font-weight:600}.mini-btn.danger{color:var(--red);border-color:#f3c1bb}.copy-ok{color:var(--accent);font-weight:700}.events-box{background:#fafbfe;border:1px solid var(--border);border-radius:10px;padding:12px;font-size:13px;max-height:220px;overflow-y:auto}.watermark{position:fixed;bottom:22px;left:22px;z-index:50;font-size:12px;color:#9aa3b8;background:rgba(255,255,255,.85);border:1px solid var(--border);border-radius:8px;padding:5px 10px}:root{--primary: #2563EB;--yellow: #F0D522;--bg: #F5F9F8}.page-title{font-size:18.5px;font-weight:700}.narrative{background:#eef3fd;border-left:4px solid var(--primary);border-radius:10px;padding:16px 18px;font-size:14.5px;line-height:1.65;color:#2c3a5c}.narrative p{margin:0}.explore-btn{margin-top:12px;background:var(--primary);color:#fff;border:none;border-radius:9px;padding:10px 18px;font-weight:600;font-size:14.5px}.clarity-card{background:var(--primary);border-radius:16px;padding:20px;color:#fff}.clarity-card b{font-size:17.5px;display:block;margin-bottom:6px}.clarity-card p{font-size:14px;opacity:.92;margin-bottom:12px;line-height:1.5}.clarity-card textarea{width:100%;border:none;border-radius:10px;padding:12px 14px;font-family:inherit;font-size:14.5px;resize:none}.lets-chat{width:100%;margin-top:10px;background:var(--yellow);color:#1c2438;border:none;border-radius:10px;padding:13px;font-weight:700;font-size:15.5px}.questions-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:18px}.questions-card>b{font-size:16.5px}.q-row{width:100%;display:flex;justify-content:space-between;align-items:center;gap:10px;text-align:left;border:1px solid var(--border);background:#fff;border-radius:12px;padding:13px 14px;font-size:14px;font-weight:500;margin-top:10px;color:var(--text)}.q-row:hover{border-color:var(--primary)}.q-row .chev{color:var(--muted);font-size:17.5px}.ic-circle{width:34px;height:34px;border-radius:50%;background:#eef3fd;display:flex;align-items:center;justify-content:center;font-size:16.5px;margin-bottom:8px}.health-gauge-card{border:1px solid var(--border);border-radius:12px;padding:14px 18px}.dot{display:inline-block;width:14px;height:7px;border-radius:4px;margin-right:2px}.wl-banner{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;background:linear-gradient(100deg,#0e1c3d,#1d3577);border-radius:16px;padding:18px 22px;color:#fff}.wl-banner b{font-size:16.5px}.wl-banner p{font-size:14px;opacity:.85;margin-top:3px}.wl-banner-btn{background:var(--yellow);color:#1c2438;border-radius:10px;padding:11px 16px;font-weight:700;font-size:14.5px}.scenario-row{display:flex;justify-content:space-between;align-items:center;gap:12px;border:1px solid var(--border);border-radius:12px;padding:16px 18px;margin-bottom:12px;font-weight:600;font-size:15.5px}.forecast-btn{background:#22c55e;color:#fff;border-radius:9px;padding:9px 20px;font-weight:700;font-size:14.5px}.rec-row{display:flex;justify-content:space-between;align-items:center;gap:12px;background:#fff;border:1px solid var(--border);border-radius:14px;padding:18px 20px;margin-bottom:4px;font-size:16.5px}.needs-attention{background:#eab308;color:#fff;font-size:12.5px;font-weight:700;padding:5px 12px;border-radius:14px}.rec-count{background:#f1f4fa;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13.5px}.chat-empty{text-align:center;margin:auto;padding:30px 10px}.chat-orb{width:64px;height:64px;border-radius:18px;background:linear-gradient(135deg,#60a5fa,var(--primary));color:#fff;font-size:29.5px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.chat-empty h2{font-size:23.5px;margin-bottom:8px}.rep-h{font-size:12.5px;letter-spacing:.06em;color:var(--muted);font-weight:700;margin:22px 0 8px}.rep-p{font-size:14.5px;line-height:1.65;color:#2c3a5c}.rep-cols{display:grid;grid-template-columns:1fr 1fr;gap:20px}.rep-cols.three{grid-template-columns:1fr 1fr 1fr}@media (max-width: 900px){.rep-cols,.rep-cols.three{grid-template-columns:1fr}}.rep-list{margin-left:16px;display:flex;flex-direction:column;gap:7px;font-size:14px;color:#35415f;line-height:1.5}.rep-list.good li::marker{color:#1a9e6c}.rep-list.bad li::marker{color:var(--red)}.risk-box{border:1px solid #f3c1bb;background:#fdf3f2;border-radius:12px;padding:16px 18px;margin-top:18px;font-size:14.5px}.risk-label{color:var(--red);font-size:12.5px;font-weight:800;letter-spacing:.05em;margin-bottom:6px}.risk-box p{margin-top:6px;line-height:1.6;color:#4a3835}.risk-action{background:#fff;border:1px solid #f3c1bb;border-radius:10px;padding:10px 14px;margin-top:10px}.risk-action b{color:var(--red);font-size:13.5px}.plan-col{border:1px solid var(--border);border-radius:12px;padding:14px}.plan-head{font-size:12.5px;font-weight:800;letter-spacing:.05em;color:var(--muted);margin-bottom:10px}.tour-card{position:fixed;bottom:90px;left:50%;transform:translate(-50%);z-index:95;background:#0e1c3d;color:#fff;border-radius:16px;padding:18px 20px;width:380px;max-width:calc(100vw - 40px);box-shadow:0 12px 40px rgba(10,20,50,.45)}.tour-step{font-size:12px;font-weight:700;letter-spacing:.06em;color:var(--yellow);margin-bottom:4px}.tour-card b{font-size:16.5px}.tour-card p{font-size:14px;opacity:.9;margin:6px 0 12px;line-height:1.55}.tour-next{background:var(--yellow);color:#1c2438;border:none;border-radius:9px;padding:9px 18px;font-weight:700;font-size:14px}.tour-card .mini-btn{background:transparent;color:#cbd5f0;border-color:#33436e}.landing{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:var(--bg)}.landing-box{background:#fff;border:1px solid var(--border);border-radius:20px;padding:36px;max-width:460px;width:100%;position:relative}.landing-brand{font-weight:800;font-size:16.5px;color:var(--primary);margin-bottom:18px}.landing-box h1{font-size:23.5px;margin-bottom:8px}.landing-box>p{font-size:15px;color:var(--muted);margin-bottom:20px;line-height:1.55}.landing-box .btn-primary{width:100%;background:var(--primary);color:#fff;border:none;border-radius:10px;padding:14px;font-weight:700;font-size:15.5px}.risk-pill{font-size:12.5px;font-weight:700;padding:5px 12px;border-radius:14px;color:#fff}.risk-high{background:#dc2626}.risk-medium{background:#f59e0b}.risk-low{background:#16a34a}.rec-items{margin:6px 0 14px 14px;display:flex;flex-direction:column}.score-chip{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:26px;border-radius:8px;font-weight:800;font-size:13.5px}.sc-good{background:#e6f7ef;color:#1a9e6c}.sc-mid{background:#fff6e8;color:#c07b1d}.sc-bad{background:#fdeaea;color:var(--red)}.st-left{background:#fde9d9;color:#b4540a}.feedback-pill{background:#fff;border:1px solid var(--border);border-radius:10px;padding:8px 14px;font-weight:600;font-size:14px;color:var(--muted)}.feedback-pill:hover{border-color:var(--primary);color:var(--primary)}.persona-link{display:block;width:100%;text-align:center;background:none;border:none;margin-top:14px;color:var(--primary);font-weight:600;font-size:14px}.persona-link:hover{text-decoration:underline}.lp{min-height:100vh;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,430px),1fr));background:#f5f9f8;color:#0a0a0a}.lp-left{position:relative;background:#2563eb;color:#fff;display:flex;flex-direction:column;justify-content:center;padding:clamp(40px,6vw,72px) clamp(24px,5vw,64px);overflow:hidden}.lp-circle{position:absolute;border-radius:50%}.lp-circle-tr{top:-160px;right:-160px;width:440px;height:440px;background:rgba(255,255,255,.06)}.lp-circle-bl{bottom:-190px;left:-130px;width:400px;height:400px;background:rgba(255,255,255,.05)}.lp-left-inner{position:relative;display:flex;flex-direction:column;gap:clamp(28px,3.5vw,40px);max-width:480px;width:100%}.lp-logo{height:24px;width:auto;align-self:flex-start}.lp-iam{margin:0;font-size:13px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.7)}.lp-picker{display:flex;flex-direction:column;gap:16px}.lp-card{display:flex;flex-direction:column;gap:8px;text-align:left;width:100%;color:#fff;border-radius:16px;padding:clamp(18px,2.2vw,22px) clamp(18px,2.4vw,24px);cursor:pointer;transition:background .14s ease,border-color .14s ease;background:rgba(255,255,255,.07);border:1.5px solid rgba(255,255,255,.28)}.lp-card:hover{border-color:rgba(255,255,255,.85)}.lp-card.on{background:rgba(255,255,255,.16);border:1.5px solid #fff}.lp-card-top{display:flex;align-items:center;justify-content:space-between;gap:16px}.lp-card-title{font-size:clamp(17px,2vw,20px);font-weight:700;letter-spacing:-.01em}.lp-card-sub{font-size:14px;line-height:1.5;color:rgba(255,255,255,.78);font-weight:400}.lp-dot{width:22px;height:22px;border-radius:50%;flex-shrink:0;box-sizing:border-box;transition:background .14s ease,border-color .14s ease;background:transparent;border:1.5px solid rgba(255,255,255,.5)}.lp-dot.on{background:#fff;border:6px solid rgba(255,255,255,.35)}.lp-callout{display:flex;align-items:center;gap:14px;padding:18px 20px;border-radius:14px;background:rgba(255,255,255,.1);border:1px solid rgba(240,213,34,.35)}.lp-callout-dot{width:8px;height:8px;border-radius:50%;background:#f0d522;flex-shrink:0}.lp-callout p{margin:0;font-size:14px;line-height:1.5;color:rgba(255,255,255,.9)}.lp-badge-row{display:flex;flex-wrap:wrap;align-items:center;gap:20px;padding-top:26px;border-top:1px solid rgba(255,255,255,.2)}.lp-badge{width:64px;height:64px;flex-shrink:0}.lp-badge-title{margin:0;font-size:15px;font-weight:700;letter-spacing:-.01em}.lp-badge-sub{margin:0;font-size:14px;line-height:1.5;color:rgba(255,255,255,.78)}.lp-right{display:flex;flex-direction:column;justify-content:center;padding:clamp(44px,6vw,76px) clamp(24px,7vw,80px)}.lp-right-inner{display:flex;flex-direction:column;max-width:480px;width:100%}.lp-eyebrow{margin:0 0 14px;font-size:13px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#2563eb}.lp-heading{margin:0 0 16px;font-size:clamp(30px,4.4vw,42px);line-height:1.08;letter-spacing:-.03em;font-weight:800;max-width:15ch}.lp-blurb{margin:0 0 36px;font-size:clamp(15px,1.5vw,17px);line-height:1.55;color:#4a5568;max-width:46ch;font-weight:400}.lp-form{display:flex;flex-direction:column;gap:20px}.lp-form label{display:flex;flex-direction:column;gap:8px}.lp-form label span{font-size:13px;font-weight:600;letter-spacing:.01em;color:#0a0a0a}.lp-form input{font-family:inherit;font-size:16px;font-weight:400;color:#0a0a0a;padding:15px 18px;border:1px solid #DCE5E3;border-radius:12px;background:#fff;transition:border-color .12s ease,box-shadow .12s ease}.lp-form input::placeholder{color:#9aa5b1}.lp-form input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.15)}.lp-hp{position:absolute;left:-9999px;opacity:0}.lp-err{margin:0;color:var(--red);font-size:13.5px}.lp-cta{margin-top:6px;font-family:inherit;font-size:16px;font-weight:700;color:#fff;background:#2563eb;border:none;border-radius:12px;padding:18px 24px;cursor:pointer;transition:background .12s ease,transform .12s ease}.lp-cta:hover{background:#1d4fd7;transform:translateY(-1px)}.lp-cta:disabled{opacity:.7;transform:none}.lp-footnote{margin:26px 0 0;font-size:14px;line-height:1.6;color:#6b7785}.wl-banner>div:first-child{min-width:0;flex:1}.wl-banner p,.wl-banner b{overflow-wrap:break-word}html,body{overflow-x:hidden}.narrative,.card,.clarity-card,.questions-card{min-width:0}.mobile-header{display:none;align-items:center;gap:12px;padding:12px 16px;background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.hamburger{background:none;border:1px solid var(--border);border-radius:10px;width:42px;height:40px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4.5px;flex-shrink:0}.hamburger span{display:block;width:18px;height:2px;border-radius:2px;background:var(--text)}.mh-brand{flex:1;min-width:0;font-weight:800;font-size:16.5px;color:var(--primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center}.mh-brand img{max-height:28px;max-width:150px;object-fit:contain}.mh-feedback{flex-shrink:0}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(12,20,40,.45);z-index:110}@media (max-width: 800px){.wl-banner{flex-direction:column;align-items:flex-start}.wl-banner .wl-banner-btn{align-self:stretch;text-align:center}.content{padding-left:16px;padding-right:16px}}.lp-agents{display:flex;flex-direction:column;gap:12px}.lp-agent-row{display:flex;align-items:center;justify-content:space-between;gap:14px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.22);border-radius:12px;padding:13px 16px}.lp-agent-info{display:flex;flex-direction:column;gap:3px;min-width:0}.lp-agent-name{font-size:15px;font-weight:700}.lp-agent-sub{font-size:12.5px;color:rgba(255,255,255,.72);line-height:1.4}.lp-enquire{flex-shrink:0;background:#f0d522;color:#1c2438;border:none;border-radius:9px;padding:9px 16px;font-weight:700;font-size:13px;font-family:inherit;cursor:pointer}.lp-enquire:hover{filter:brightness(1.05)}.lp-agent-note{margin:2px 0 0;font-size:12.5px;color:rgba(255,255,255,.6)}.lp-demo-tag{margin:0 0 4px;display:inline-block;align-self:flex-start;background:rgba(240,213,34,.16);border:1px solid rgba(240,213,34,.45);color:#f0d522;font-size:12.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:7px 14px;border-radius:20px}.lp-logo-link{align-self:flex-start;display:inline-flex}.lp-book{display:block;text-align:center;margin-top:12px;border:1.5px solid #2563EB;color:#2563eb;border-radius:12px;padding:15px 24px;font-weight:700;font-size:15px;transition:background .12s ease}.lp-book:hover{background:rgba(37,99,235,.06)}.modal a{display:block}
