:root{--navy-950:#04122e;--navy-900:#0a1e46;--navy-800:#102a5c;--navy-700:#173a7a;--navy-600:#1f4d9e;--navy-500:#22539f;--navy-400:#4a7ac6;--navy-300:#7ba2dc;--navy-200:#b4cbef;--navy-100:#dde8f9;--navy-50:#eef4fd;--grey-950:#111414;--grey-900:#1c2020;--grey-800:#2b3131;--grey-700:#454e4e;--grey-600:#6b7474;--grey-500:#8d9595;--grey-400:#b3b9b9;--grey-300:#d3d7d7;--grey-200:#e3e5e6;--grey-150:#eaeced;--grey-100:#f2f3f3;--grey-50:#f7f7f7;--status-done-fg:#217a4f;--status-done-bg:#eaf6ef;--status-done-br:#cfe8dc;--status-progress-fg:#b57614;--status-progress-bg:#fbeedd;--status-progress-br:#f6e3bd;--status-pending-fg:#b3325a;--status-pending-bg:#f7e2e8;--status-pending-br:#f2ccd7;--tint-1:#dde8f9;--tint-2:#b4cbef;--tint-3:#eaf6ef;--tint-4:#fbeedd;--tint-5:#f7e2e8;--brand:var(--navy-600);--brand-strong:var(--navy-800);--brand-deep:var(--navy-950);--brand-soft:var(--navy-300);--brand-tint:var(--navy-50);--bg-page:var(--grey-100);--surface-shell:#fff;--surface-card:#fff;--surface-panel:var(--grey-50);--surface-inset:var(--grey-100);--surface-inverse:var(--navy-950);--text-heading:var(--grey-950);--text-body:var(--grey-800);--text-muted:var(--grey-600);--text-faint:var(--grey-500);--text-brand:var(--navy-600);--border-subtle:var(--grey-200);--border-default:var(--grey-300);--border-strong:var(--grey-400);--radius-xs:6px;--radius-sm:10px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--radius-shell:34px;--radius-pill:999px;--shadow-card:0 1px 2px #1114140a;--shadow-raised:0 4px 16px #1114140f;--shadow-float:0 12px 32px #1114141a;--shadow-shell:0 24px 64px #11141414;--shadow-brand:0 8px 20px #1f4d9e47;--ring-focus:0 0 0 3px #4a7ac659;--font-core:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--ease-standard:cubic-bezier(.2, .8, .2, 1);--dur-fast:.12s;--dur-base:.18s;--dur-slow:.28s;--sidebar-w:264px;--topbar-h:66px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-core);background:var(--bg-page);color:var(--text-body);-webkit-font-smoothing:antialiased}a{color:var(--text-brand);text-decoration:none}a:hover{color:var(--navy-700)}button{font-family:inherit}.i{flex:none}.app-page{min-height:100dvh;padding:24px}.app-shell{background:var(--surface-shell);border-radius:var(--radius-shell);max-width:1560px;box-shadow:var(--shadow-shell);grid-template-columns:var(--sidebar-w) 1fr;align-items:start;gap:16px;margin:0 auto;padding:16px;display:grid}.sidebar{background:var(--surface-panel);border-radius:var(--radius-xl);flex-direction:column;gap:28px;padding:24px;display:flex;position:sticky;top:24px;overflow:visible}.brand-lockup{align-items:center;gap:11px;padding:0 8px;text-decoration:none;display:flex}.brand-mark{border-radius:var(--radius-sm);background:var(--brand);color:#fff;flex:none;place-items:center;width:34px;height:34px;display:grid}.brand-word{letter-spacing:-.03em;color:var(--text-heading);font-size:17px;font-weight:800}.brand-lockup-bar{display:none}.side-section{flex-direction:column;gap:2px;display:flex}.side-title{letter-spacing:.12em;text-transform:uppercase;color:var(--text-faint);margin-bottom:12px;padding:0 16px;font-size:12px;font-weight:800}.side-item{border-radius:var(--radius-sm);width:100%;color:var(--text-muted);cursor:pointer;transition:background-color var(--dur-fast) var(--ease-standard), color var(--dur-fast) var(--ease-standard);align-items:center;gap:12px;padding:11px 16px;font-size:15px;font-weight:500;text-decoration:none;display:flex;position:relative}.side-item .i{color:var(--text-faint);transition:color var(--dur-fast) var(--ease-standard)}.side-item:hover{color:var(--text-body);background:#1114140a}.side-item:hover .i{color:var(--text-muted)}.side-item.active{color:var(--text-heading);background:0 0;font-weight:700}.side-item.active .i{color:var(--brand)}.side-item.active:before{content:"";border-radius:0 var(--radius-pill) var(--radius-pill) 0;background:var(--brand);width:6px;height:34px;position:absolute;top:50%;left:-24px;transform:translateY(-50%)}.side-item.static{cursor:default}.side-item.static:hover{color:var(--text-muted);background:0 0}.side-promo{background:linear-gradient(160deg, var(--navy-900) 0%, var(--navy-950) 100%);border-radius:var(--radius-lg);color:#fff;flex-direction:column;gap:6px;margin-top:auto;padding:18px;display:flex}.side-promo-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#ffffff8c;align-items:center;gap:6px;font-size:11px;font-weight:800;display:inline-flex}.side-promo-title{letter-spacing:-.02em;font-size:15px;font-weight:800;line-height:1.3}.side-promo-body{color:#ffffffb8;font-size:12.5px;line-height:1.5}.topbar{background:var(--surface-panel);border-radius:var(--radius-xl);justify-content:space-between;align-items:center;gap:16px;min-width:0;padding:12px 16px;display:flex}.topbar-left{flex:auto;align-items:center;gap:10px;min-width:0;display:flex}.topbar-right{flex:none;align-items:center;gap:10px;display:flex}.topbar-company{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;max-width:22ch;font-size:13px;font-weight:700;overflow:hidden}.topbar-user{align-items:center;gap:10px;min-width:0;display:flex}.topbar-user-name{color:var(--text-heading);white-space:nowrap;text-overflow:ellipsis;max-width:18ch;font-size:14px;font-weight:700;line-height:1.3;overflow:hidden}.icon-btn{border-radius:var(--radius-pill);background:var(--surface-card);width:42px;height:42px;box-shadow:var(--shadow-card);cursor:pointer;color:var(--text-heading);transition:background-color var(--dur-fast) var(--ease-standard), box-shadow var(--dur-base) var(--ease-standard), transform var(--dur-fast) var(--ease-standard);border:1px solid #0000;flex:none;justify-content:center;align-items:center;display:flex}.icon-btn:hover{background:var(--grey-50);box-shadow:var(--shadow-raised)}.icon-btn:active{transform:scale(.98)}.icon-btn:focus-visible{box-shadow:var(--ring-focus);outline:none}.avatar{border-radius:var(--radius-pill);background:var(--navy-100);width:42px;height:42px;color:var(--navy-950);flex:none;justify-content:center;align-items:center;font-size:14px;font-weight:800;display:flex}.notif-badge{background:var(--status-pending-fg);color:#fff;border-radius:var(--radius-pill);border:2px solid var(--surface-panel);justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:10.5px;font-weight:800;display:flex;position:absolute;top:-2px;right:-2px}.notif-dropdown{background:var(--surface-card);border-radius:var(--radius-lg);width:min(340px,100vw - 20px);max-height:min(420px,70vh);box-shadow:var(--shadow-float);z-index:1000;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden auto}.notif-dropdown-head{color:var(--text-heading);border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:14px 16px;font-size:14px;font-weight:800;display:flex}.notif-mark-all{color:var(--text-brand);cursor:pointer;background:0 0;border:none;padding:0;font-size:12.5px;font-weight:700}.notif-mark-all:hover{text-decoration:underline}.notif-empty{text-align:center;color:var(--text-muted);padding:24px 16px;font-size:13.5px}.notif-item{cursor:pointer;color:var(--text-body);border-bottom:1px solid var(--grey-100);transition:background-color var(--dur-fast) var(--ease-standard);padding:13px 16px;font-size:13.5px}.notif-item:last-child{border-bottom:none}.notif-item:hover{background:var(--grey-50)}.notif-item.unread{background:var(--navy-50);color:var(--text-heading);font-weight:600}.notif-item.unread:hover{background:var(--navy-100)}.auth-shell,.auth-split{--auth-card-w:420px}.auth-shell{background:var(--bg-page);justify-content:center;align-items:center;min-height:100dvh;padding:24px 16px;display:flex}.auth-card{width:min(var(--auth-card-w), 100%);padding:28px}.auth-card .card-title{letter-spacing:-.03em;margin-bottom:6px;font-size:26px}.auth-split{grid-template-columns:minmax(0, 696px) minmax(0, var(--auth-card-w));background:var(--navy-950);color:#fff;justify-content:center;align-items:center;gap:64px;padding:76px 32px;display:grid;position:relative;overflow:hidden}.auth-split:before{content:"";pointer-events:none;background:repeating-radial-gradient(circle at 18% 115%,#ffffff0d 0 1px,#0000 1px 15px);height:150%;position:absolute;inset:-20% -10% auto -25%}.auth-split>*{position:relative}.auth-pitch{flex-direction:column;gap:24px;min-width:0;display:flex}.auth-pitch .brand-lockup{padding:0}.auth-pitch .brand-mark{color:var(--navy-950);background:#fff}.auth-pitch .brand-word{color:#fff}.auth-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--navy-300);font-size:12px;font-weight:800}.auth-headline{letter-spacing:-.035em;text-wrap:balance;margin:0;font-size:clamp(34px,4.6vw,58px);font-weight:800;line-height:1.02}.auth-lede{color:#ffffffbf;text-wrap:pretty;max-width:54ch;margin:0;font-size:18px;line-height:1.55}.auth-stats{border-top:1px solid #ffffff24;flex-wrap:wrap;gap:36px;margin-top:4px;padding-top:28px;display:flex}.auth-stat{flex-direction:column;gap:3px;display:flex}.auth-stat-n{letter-spacing:-.03em;font-size:30px;font-weight:800}.auth-stat-l{color:#fff9;max-width:22ch;font-size:13px}.auth-split .auth-card{border-radius:var(--radius-xl);width:100%;color:var(--text-body);padding:34px;box-shadow:0 40px 90px #00000059}.auth-split .auth-card .card-title{letter-spacing:-.025em;font-size:24px}.auth-or{align-items:center;gap:12px;display:flex}.auth-or:before,.auth-or:after{content:"";background:var(--border-subtle);flex:1;height:1px}.auth-or span{color:var(--text-muted);font-size:12px}@media (max-width:1040px){.auth-split{grid-template-columns:minmax(0,1fr);align-content:center;justify-items:center;gap:40px;padding:56px 24px}.auth-pitch{max-width:var(--auth-card-w);justify-self:center;align-items:flex-start}.auth-split .auth-card{width:min(var(--auth-card-w), 100%)}.auth-stats{display:none}}@media (max-width:700px){.auth-split{gap:28px;padding:32px 16px}.auth-headline{font-size:28px;line-height:1.1}.auth-lede{font-size:16px}.auth-split .auth-card{padding:24px}}.lp-page{background:var(--surface-card)}.lp-nav{background:var(--navy-950);color:#fff}.lp-nav-inner{justify-content:space-between;align-items:center;gap:24px;max-width:1240px;margin:0 auto;padding:22px 32px;display:flex}.lp-nav .brand-lockup{padding:0}.lp-nav .brand-mark{color:var(--navy-950);background:#fff}.lp-nav .brand-word{color:#fff}.lp-nav-links{align-items:center;gap:28px;font-size:14px;display:flex}.lp-nav-links a{color:#ffffffb8}.lp-nav-links a:hover{color:#fff}.lp-nav-links a.lp-nav-cta{color:#fff;font-weight:800}.lp-sec{padding:96px 32px}.lp-sec.grey{background:var(--bg-page)}.lp-sec.white{background:var(--surface-card);border-top:1px solid var(--border-subtle)}.lp-sec.navy{background:var(--navy-950);color:#fff}.lp-inner{flex-direction:column;gap:48px;max-width:1240px;margin:0 auto;display:flex}.lp-lede-block{flex-direction:column;gap:14px;max-width:70ch;display:flex}.lp-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);font-size:12px;font-weight:800}.lp-sec.navy .lp-eyebrow{color:var(--navy-300)}.lp-h2{letter-spacing:-.03em;color:var(--text-heading);text-wrap:balance;margin:0;font-size:44px;font-weight:800;line-height:1.08}.lp-sec.navy .lp-h2{color:#fff}.lp-body{text-wrap:pretty;margin:0;font-size:17px;line-height:1.6}.lp-sec.navy .lp-body{color:#ffffffb8;max-width:52ch}.lp-band{background:var(--border-subtle);border-radius:var(--radius-xl);grid-template-columns:repeat(4,minmax(0,1fr));gap:2px;display:grid;overflow:hidden}.lp-band-cell{background:var(--surface-card);color:var(--text-body);flex-direction:column;gap:10px;min-height:170px;padding:26px 24px;display:flex}.lp-band-cell.lead{background:var(--navy-950);color:#fff}.lp-band-cell .i{color:var(--brand)}.lp-band-cell.lead .i{color:var(--navy-300)}.lp-band-label{letter-spacing:-.02em;font-size:19px;font-weight:800}.lp-band-note{opacity:.75;margin:0;font-size:14px;line-height:1.55}.lp-cardwrap{background:var(--surface-panel);border-radius:var(--radius-xl);padding:24px}.lp-cards{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;display:grid}.lp-card{background:var(--surface-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);flex-direction:column;gap:12px;padding:20px;display:flex}.lp-num{color:var(--brand);font-size:13px;font-weight:800}.lp-card-title{letter-spacing:-.02em;color:var(--text-heading);font-size:19px;font-weight:800}.lp-card-body{margin:0;font-size:14px;line-height:1.6}.lp-proof{color:var(--text-muted);margin-top:auto;font-size:13px}.lp-rows{flex-direction:column;gap:12px;min-width:0;display:flex}.lp-row{border-radius:var(--radius-lg);background:#ffffff0f;border:1px solid #ffffff24;align-items:center;gap:16px;padding:18px 22px;display:flex}.lp-row .i{color:var(--navy-300)}.lp-row-title{letter-spacing:-.02em;font-size:15px;font-weight:800}.lp-row-sub{color:#fff9;font-size:13px}.lp-two{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));align-items:start;gap:56px;display:grid}.lp-col{flex-direction:column;gap:20px;min-width:0;display:flex}.lp-roadmap{border:1px solid var(--border-default);border-radius:var(--radius-pill);color:var(--text-muted);background:var(--surface-card);align-self:flex-start;align-items:center;gap:8px;padding:5px 12px;font-size:12px;font-weight:700;display:inline-flex}.lp-step-dot{border-radius:var(--radius-pill);background:var(--brand);flex:none;width:9px;height:9px}.lp-step-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:12px;font-weight:800}.lp-close{text-align:center;flex-direction:column;align-items:center;gap:26px;max-width:900px;margin:0 auto;display:flex}.lp-close .lp-h2{font-size:40px;line-height:1.1}.lp-close .lp-body{max-width:56ch}.lp-mark{color:var(--brand)}.lp-mark circle{animation:1.6s ease-in-out infinite lp-nodes}.lp-mark circle:nth-of-type(2){animation-delay:.2s}.lp-mark circle:nth-of-type(3){animation-delay:.4s}.lp-mark circle:nth-of-type(4){animation-delay:.6s}.lp-mark circle:nth-of-type(5){animation-delay:.8s}.lp-mark circle:nth-of-type(6){animation-delay:1s}@keyframes lp-nodes{0%,to{opacity:.28}50%{opacity:1}}.lp-cta-row{flex-wrap:wrap;gap:12px;max-width:100%;display:flex}.lp-close .lp-cta-row{justify-content:center}.lp-footer{background:var(--navy-950);color:#fff9;padding:44px 32px}.lp-footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;max-width:1240px;margin:0 auto;font-size:13px;display:flex}.lp-footer .brand-lockup{padding:0}.lp-footer .brand-mark{color:#fff;background:0 0;width:auto;height:auto}.lp-footer .brand-word{color:#fff}@media (max-width:1040px){.lp-band{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.lp-band{grid-template-columns:minmax(0,1fr)}.lp-band-cell{min-height:0}}@media (max-width:900px){.lp-sec{padding:56px 20px}.lp-inner{gap:32px}.lp-h2{font-size:30px}.lp-close .lp-h2{font-size:28px}.lp-body{font-size:16px}.lp-two{gap:32px}.lp-nav-inner{padding:16px 20px}.lp-nav-links a:not(.lp-nav-cta){display:none}.lp-footer{padding:32px 20px}}.main{flex-direction:column;gap:20px;min-width:0;padding:8px 8px 24px;display:flex}.panel{background:var(--surface-panel);border-radius:var(--radius-xl);padding:24px}.card{background:var(--surface-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:20px}.main>.card{border:1px solid var(--border-subtle);box-shadow:none}.panel>.card,.panel .card{box-shadow:var(--shadow-card);border:none}.card-title{letter-spacing:-.02em;color:var(--text-heading);margin:0 0 4px;font-size:18px;font-weight:800}.card-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.card-head>:first-child{min-width:0}.card-sub{color:var(--text-muted);margin:0 0 16px;font-size:14px;line-height:1.6}.page-head{flex-direction:column;gap:6px;padding:8px 8px 0;display:flex}.page-title{letter-spacing:-.03em;color:var(--text-heading);margin:0;font-size:44px;font-weight:800;line-height:1.05}.page-sub{color:var(--text-muted);max-width:76ch;margin:0;font-size:15px;line-height:1.6}.back-link{align-items:center;gap:8px;width:fit-content;font-size:14px;font-weight:800;display:inline-flex}.deep-tile{background:linear-gradient(160deg, var(--navy-900) 0%, var(--navy-950) 100%);border-radius:var(--radius-xl);color:#fff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:26px 30px;display:flex}.deep-tile-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#ffffff80;font-size:12px;font-weight:800}.deep-tile-title{letter-spacing:-.02em;font-size:19px;font-weight:800}.deep-tile-body{color:#ffffffb8;max-width:62ch;margin:0;font-size:14px;line-height:1.6}.btn-on-dark{color:var(--navy-950);border-radius:var(--radius-pill);letter-spacing:-.01em;cursor:pointer;height:42px;transition:background-color var(--dur-fast) var(--ease-standard), transform var(--dur-fast) var(--ease-standard);background:#fff;border:none;justify-content:center;align-items:center;gap:8px;padding:0 20px;font-size:14px;font-weight:600;display:inline-flex}.btn-on-dark:hover{background:var(--navy-100);color:var(--navy-950)}.btn-on-dark:active{transform:scale(.98)}.pipeline{align-items:center;gap:0;margin-bottom:4px;display:flex;overflow-x:auto}.pipe-step{flex-shrink:0;align-items:center;gap:10px;display:flex}.pipe-dot{border-radius:var(--radius-pill);background:var(--surface-card);width:36px;height:36px;color:var(--text-faint);border:1px solid var(--border-default);transition:background-color var(--dur-slow) var(--ease-standard), border-color var(--dur-slow) var(--ease-standard), color var(--dur-slow) var(--ease-standard), box-shadow var(--dur-slow) var(--ease-standard);flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:800;display:flex}.pipe-dot.done{background:var(--status-done-bg);border-color:var(--status-done-br);color:var(--status-done-fg)}.pipe-dot.active{background:var(--brand);border-color:var(--brand);color:#fff;box-shadow:var(--ring-focus)}.pipe-label{color:var(--text-muted);white-space:nowrap;font-size:13px;font-weight:600}.pipe-label.active{color:var(--text-heading);font-weight:800}.pipe-label.done{color:var(--status-done-fg)}.pipe-line{background:var(--border-default);border-radius:var(--radius-pill);flex-shrink:0;width:36px;height:2px;margin:0 4px}.pipe-line.done{background:var(--status-done-fg)}.form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:640px){.form-grid{grid-template-columns:1fr}}.field{flex-direction:column;gap:6px;display:flex}.field.full{grid-column:1/-1}.field label{color:var(--text-body);font-size:13px;font-weight:700}.field input,.field select,.field textarea{border:1px solid var(--border-default);border-radius:var(--radius-sm);color:var(--text-heading);background:var(--surface-card);transition:border-color var(--dur-fast) var(--ease-standard), box-shadow var(--dur-base) var(--ease-standard);padding:11px 14px;font-family:inherit;font-size:15px}.field input::placeholder,.field textarea::placeholder{color:var(--text-faint)}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--brand);box-shadow:var(--ring-focus);outline:none}.field textarea{resize:vertical;min-height:72px;line-height:1.55}.eng-chat{flex-direction:column;gap:16px;display:flex}.eng-chat-head,.eng-chat-titleline,.eng-chat-actions{align-items:flex-start;gap:12px;display:flex}.eng-chat-head{justify-content:space-between}.eng-chat-titleline>svg{color:var(--navy-600);flex:none;margin-top:2px}.eng-chat-titleline p{margin:3px 0 0}.eng-chat-list{flex-direction:column;gap:10px;max-height:520px;padding:4px;display:flex;overflow-y:auto}.eng-chat-message{background:var(--grey-100);border-radius:16px;align-self:flex-start;width:min(78%,680px);padding:12px 14px}.eng-chat-message.mine{background:var(--navy-100);align-self:flex-end}.eng-chat-meta{color:var(--text-muted);justify-content:space-between;gap:12px;margin-bottom:5px;font-size:12px;display:flex}.eng-chat-meta b{color:var(--text-heading)}.eng-chat-body{white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px;line-height:1.55}.eng-chat-empty{text-align:center;color:var(--text-muted);border:1px solid var(--border-subtle);background:repeating-linear-gradient(-45deg,#0000,#0000 8px,#1f4d9e09 8px 16px);border-radius:16px;padding:34px 20px}.eng-chat-compose{border-top:1px solid var(--border-subtle);flex-direction:column;gap:8px;padding-top:14px;display:flex}.eng-chat-compose label{color:var(--text-heading);font-size:13px;font-weight:800}.eng-chat-compose textarea{resize:vertical;border:1px solid var(--border-default);background:var(--surface-card);width:100%;min-height:88px;color:var(--text-body);font:inherit;border-radius:12px;padding:12px 14px;font-size:15px;line-height:1.55}.eng-chat-compose textarea:focus{border-color:var(--navy-600);box-shadow:0 0 0 3px var(--navy-100);outline:none}.eng-chat-actions{justify-content:space-between;align-items:center}.eng-chat-actions>span{color:var(--text-muted);font-size:12px}.eng-chat-error{color:var(--status-pending-fg);margin:0;font-size:13px;line-height:1.5}@media (max-width:640px){.eng-chat-head{flex-direction:column;align-items:stretch}.eng-chat-message{width:92%}.eng-chat-compose textarea{font-size:16px}}.field .input-icon{border:1px solid var(--border-default);border-radius:var(--radius-sm);background:var(--surface-card);height:44px;transition:border-color var(--dur-fast) var(--ease-standard), box-shadow var(--dur-base) var(--ease-standard);align-items:center;gap:10px;padding:0 14px;display:flex}.field .input-icon:focus-within{border-color:var(--brand);box-shadow:var(--ring-focus)}.field .input-icon>.i{color:var(--text-faint)}.field .input-icon input{background:0 0;border:none;flex:1;min-width:0;height:100%;padding:0}.field .input-icon input:focus{box-shadow:none;border-color:#0000}.btn-primary,.btn-secondary,.btn-green,.btn-ghost-red{border-radius:var(--radius-pill);letter-spacing:-.01em;cursor:pointer;white-space:nowrap;transition:background-color var(--dur-fast) var(--ease-standard), color var(--dur-fast) var(--ease-standard), box-shadow var(--dur-base) var(--ease-standard), transform var(--dur-fast) var(--ease-standard);justify-content:center;align-items:center;gap:8px;font-family:inherit;font-weight:600;display:inline-flex}.btn-primary:active,.btn-secondary:active,.btn-green:active,.btn-ghost-red:active{transform:scale(.98)}.btn-primary:focus-visible,.btn-secondary:focus-visible,.btn-green:focus-visible,.btn-ghost-red:focus-visible{box-shadow:var(--ring-focus);outline:none}.btn-primary{background:var(--brand);color:#fff;box-shadow:var(--shadow-brand);border:1px solid #0000;height:42px;padding:0 20px;font-size:14px}.btn-primary:hover{background:var(--navy-700)}.btn-primary:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.btn-secondary{background:var(--surface-card);color:var(--text-heading);border:1px solid var(--border-default);box-shadow:var(--shadow-card);height:42px;padding:0 20px;font-size:14px}.btn-secondary:hover{background:var(--grey-50);color:var(--text-heading)}.btn-secondary:disabled{opacity:.45;cursor:not-allowed}.lp-cta-row .btn-lg{height:52px;padding:0 28px;font-size:15px}.btn-ghost-on-dark,.btn-ghost-on-dark:hover{color:#fff;box-shadow:none;background:0 0;border:1px solid #ffffff4d}.btn-ghost-on-dark:hover{background:#ffffff14}.btn-green{background:var(--status-done-fg);color:#fff;border:1px solid #0000;height:34px;padding:0 14px;font-size:13px}.btn-green:hover{background:#1a6440}.btn-green:disabled{opacity:.45;cursor:not-allowed}.btn-ghost-red{color:var(--status-pending-fg);border:1px solid var(--status-pending-br);background:0 0;height:34px;padding:0 14px;font-size:13px}.btn-ghost-red:hover{background:var(--status-pending-bg)}.btn-ghost-red:disabled{opacity:.45;cursor:not-allowed}.portal-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;display:grid}.recommendation-chat{border-radius:var(--radius-lg);background:var(--surface-panel);margin:16px 0;padding:18px}.recommendation-chat-title{letter-spacing:-.02em;color:var(--text-heading);margin-bottom:3px;font-size:15px;font-weight:800}.recommendation-agent-picks{flex-wrap:wrap;gap:8px;margin:12px 0;display:flex}.recommendation-agent-chip{border:1px solid var(--border-default);border-radius:var(--radius-pill);background:var(--surface-card);color:var(--text-body);cursor:pointer;transition:background-color var(--dur-fast) var(--ease-standard), border-color var(--dur-fast) var(--ease-standard), color var(--dur-fast) var(--ease-standard);padding:7px 14px;font-size:12.5px;font-weight:600}.recommendation-agent-chip:hover{background:var(--grey-50)}.recommendation-agent-chip.selected{border-color:var(--brand);background:var(--navy-50);color:var(--navy-800);font-weight:700}.recommendation-agent-chip:disabled{cursor:not-allowed;opacity:.45}.recommendation-chat-row{align-items:stretch;gap:10px;display:flex}.recommendation-chat-row textarea{resize:vertical;flex:1;min-width:0}.recommendation-chat-row .btn-primary{flex-shrink:0}.recommendation-chat-reply{color:var(--status-done-fg);margin-top:12px;font-size:13px;font-weight:600}@media (max-width:640px){.recommendation-chat-row{flex-direction:column}}.portal{background:var(--surface-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);flex-direction:column;gap:12px;padding:18px;display:flex}.portal-head{align-items:center;gap:12px;display:flex}.portal-glyph{border-radius:var(--radius-pill);background:var(--tint-1);width:40px;height:40px;color:var(--navy-950);flex-shrink:0;justify-content:center;align-items:center;display:flex}.portal-name{letter-spacing:-.02em;color:var(--text-heading);font-size:15px;font-weight:800}.portal-status{color:var(--text-muted);font-size:12.5px}.rec-card{background:var(--surface-panel);border-radius:var(--radius-md);cursor:pointer;transition:background-color var(--dur-fast) var(--ease-standard), border-color var(--dur-fast) var(--ease-standard);border:1px solid #0000;padding:14px}.rec-card:hover{border-color:var(--border-default)}.rec-card.selected{border-color:var(--brand);background:var(--navy-50)}.rec-top{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.rec-name{letter-spacing:-.01em;color:var(--text-heading);font-size:14px;font-weight:800}.rec-price{color:var(--text-brand);white-space:nowrap;font-size:14px;font-weight:800}.rec-rationale{color:var(--text-muted);margin-top:4px;font-size:13px;line-height:1.5}.rec-meta{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.chip{border-radius:var(--radius-xs);background:var(--surface-inset);color:var(--text-muted);border:1px solid var(--border-subtle);align-items:center;gap:4px;padding:3px 9px;font-size:11px;font-weight:600;line-height:1.5;display:inline-flex}.chip.avail-confirmed{background:var(--status-done-bg);color:var(--status-done-fg);border-color:var(--status-done-br)}.chip.avail-likely{background:var(--status-progress-bg);color:var(--status-progress-fg);border-color:var(--status-progress-br)}.radio-dot{border-radius:var(--radius-pill);border:2px solid var(--border-default);background:var(--surface-card);flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:2px;display:flex}.rec-card.selected .radio-dot{border-color:var(--brand)}.radio-dot-inner{border-radius:var(--radius-pill);background:var(--brand);width:9px;height:9px;display:none}.rec-card.selected .radio-dot-inner{display:block}.skel{background:linear-gradient(90deg, var(--grey-150) 25%, var(--grey-100) 50%, var(--grey-150) 75%);border-radius:var(--radius-xs);background-size:200% 100%;animation:1.4s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skel-card{border-radius:var(--radius-md);height:96px}.exec-row{border-radius:var(--radius-md);background:var(--surface-panel);align-items:center;gap:14px;margin-bottom:10px;padding:14px 16px;display:flex}.exec-icon{border-radius:var(--radius-pill);background:var(--surface-card);width:40px;height:40px;color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;display:flex}.exec-body{flex:1;min-width:0}.exec-title{color:var(--text-heading);font-size:14px;font-weight:700}.exec-sub{color:var(--text-muted);margin-top:3px;font-size:12.5px;line-height:1.5}.tier-badge{border-radius:var(--radius-xs);white-space:nowrap;text-transform:uppercase;letter-spacing:.04em;border:1px solid #0000;padding:3px 9px;font-size:11px;font-weight:600}.tier-AUTONOMOUS{background:var(--status-done-bg);color:var(--status-done-fg);border-color:var(--status-done-br)}.tier-AUTO_WITH_NOTIFY{background:var(--status-progress-bg);color:var(--status-progress-fg);border-color:var(--status-progress-br)}.tier-APPROVAL_GATE{background:var(--status-pending-bg);color:var(--status-pending-fg);border-color:var(--status-pending-br)}.exec-state{margin-left:8px;font-size:12px;font-weight:700}.exec-state.pending{color:var(--status-progress-fg)}.exec-state.executed{color:var(--status-done-fg)}.exec-state.waiting{color:var(--status-pending-fg)}.exec-state.rejected{color:var(--text-muted)}.approval-actions{gap:8px;margin-top:12px;display:flex}.policy-note{background:var(--navy-50);border-radius:var(--radius-md);color:var(--navy-800);align-items:flex-start;gap:10px;margin-bottom:16px;padding:14px 16px;font-size:13px;line-height:1.55;display:flex}.envelope-bar{border-radius:var(--radius-pill);background:var(--grey-200);height:10px;margin-top:8px;overflow:hidden}.envelope-fill{border-radius:var(--radius-pill);background:var(--status-done-fg);height:100%;transition:width var(--dur-slow) var(--ease-standard)}.envelope-fill.warn{background:var(--status-progress-fg)}.envelope-fill.over{background:var(--status-pending-fg)}.summary-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;display:grid}.summary-stat{background:var(--surface-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:18px 20px}.summary-stat .num{letter-spacing:-.02em;color:var(--text-heading);font-size:32px;font-weight:800;line-height:1}.summary-stat .lbl{color:var(--text-muted);margin-top:8px;font-size:13px;font-weight:500}.sponsor-row{border-radius:var(--radius-md);background:var(--surface-panel);align-items:center;gap:12px;margin-bottom:8px;padding:14px 16px;display:flex}.sponsor-stage{border-radius:var(--radius-xs);text-transform:uppercase;letter-spacing:.04em;border:1px solid #0000;padding:3px 9px;font-size:11px;font-weight:600}.stage-identified{background:var(--surface-inset);color:var(--text-muted);border-color:var(--border-subtle)}.stage-contacted{background:var(--status-progress-bg);color:var(--status-progress-fg);border-color:var(--status-progress-br)}.stage-negotiating{background:var(--navy-50);color:var(--navy-800);border-color:var(--navy-100)}.stage-closed_won{background:var(--status-done-bg);color:var(--status-done-fg);border-color:var(--status-done-br)}.toast-wrap{z-index:1000;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:24px;right:24px}.toast{background:var(--navy-950);color:#fff;border-radius:var(--radius-pill);box-shadow:var(--shadow-float);animation:toastIn var(--dur-base) var(--ease-standard);align-items:center;gap:10px;max-width:360px;padding:13px 18px;font-size:14px;font-weight:600;display:flex}@keyframes toastIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.toast.success{background:var(--status-done-fg)}.toast.warn{background:var(--status-progress-fg)}.toast.error{background:var(--status-pending-fg)}.empty-state{text-align:center;color:var(--text-muted);border-radius:var(--radius-lg);background-color:var(--surface-panel);background-image:repeating-linear-gradient(-45deg,#11141409 0 1px,#0000 1px 7px);padding:48px 24px}.empty-state .glyph{border-radius:var(--radius-pill);background:var(--surface-card);width:48px;height:48px;color:var(--text-faint);justify-content:center;align-items:center;margin:0 auto 14px;display:flex}.empty-state-title{letter-spacing:-.02em;color:var(--text-heading);margin-bottom:4px;font-size:15px;font-weight:800}.small-muted{color:var(--text-muted);font-size:13px;line-height:1.55}.progress-spinner{border:2px solid var(--navy-100);border-top-color:var(--brand);border-radius:var(--radius-pill);vertical-align:middle;width:14px;height:14px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.event-history-row{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:12px 0;font-size:14px;display:flex}.event-history-row:last-child{border-bottom:none}.tabs{border-bottom:1px solid var(--border-subtle);gap:4px;margin-bottom:18px;display:flex;overflow-x:auto}.tab-btn{cursor:pointer;color:var(--text-muted);white-space:nowrap;transition:color var(--dur-fast) var(--ease-standard), border-color var(--dur-fast) var(--ease-standard);background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:6px;margin-bottom:-1px;padding:10px 14px;font-size:14px;font-weight:600;display:flex}.tab-btn:hover{color:var(--text-body)}.tab-btn.active{color:var(--text-heading);border-bottom-color:var(--brand);font-weight:800}.tab-dot{border-radius:var(--radius-pill);width:6px;height:6px}.status-pill{border-radius:var(--radius-xs);text-transform:capitalize;border:1px solid #0000;align-items:center;padding:3px 9px;font-size:11px;font-weight:600;line-height:1.5;display:inline-flex}.status-drafting{background:var(--surface-inset);color:var(--text-muted);border-color:var(--border-subtle)}.status-advisory_complete{background:var(--navy-50);color:var(--navy-800);border-color:var(--navy-100)}.status-executing{background:var(--status-progress-bg);color:var(--status-progress-fg);border-color:var(--status-progress-br)}.status-confirmed{background:var(--status-done-bg);color:var(--status-done-fg);border-color:var(--status-done-br)}.status-cancelled{background:var(--status-pending-bg);color:var(--status-pending-fg);border-color:var(--status-pending-br)}.nav-toggle,.nav-scrim{display:none}@media (max-width:900px){.app-page{padding:0}.app-shell{box-shadow:none;border-radius:0;grid-template-columns:1fr;gap:0;padding:0}.main{gap:16px;padding:0 12px 16px}.brand-lockup-bar{display:flex}.sidebar{top:var(--topbar-h);z-index:910;width:min(288px,84vw);padding:20px 20px calc(20px + env(safe-area-inset-bottom,0px));background:var(--surface-card);box-shadow:var(--shadow-float);overscroll-behavior:contain;visibility:hidden;border-radius:0;margin:0;transition:transform .22s,visibility 0s linear .22s;position:fixed;bottom:0;left:0;overflow-y:auto;transform:translate(-100%)}.sidebar.open{visibility:visible;transition:transform .22s;transform:none}.sidebar .side-item.active:before{left:-20px}.sidebar .brand-lockup{display:none}.nav-scrim{top:var(--topbar-h);z-index:900;cursor:pointer;background:#04122e61;border:0;padding:0;display:block;position:fixed;bottom:0;left:0;right:0}.nav-toggle{display:flex}.topbar{background:var(--surface-card);border-bottom:1px solid var(--border-subtle);height:var(--topbar-h);z-index:100;border-radius:0;margin:0 -12px;padding:12px;position:sticky;top:0}.topbar-company{display:none}.page-head{padding:0}.page-title{font-size:32px}.panel{border-radius:var(--radius-lg);padding:16px}.deep-tile{border-radius:var(--radius-lg);padding:20px}}@media (prefers-reduced-motion:reduce){.sidebar{transition:visibility 0s linear .22s}.sidebar.open{transition:none}.lp-mark circle{opacity:1;animation:none}}@media (max-width:640px){:root{--topbar-h:62px}.topbar-right{gap:6px}.icon-btn,.avatar{width:38px;height:38px}.topbar-user-name{display:none}.card{padding:16px}.exec-row{flex-wrap:wrap;padding:12px}.exec-body{min-width:140px}.exec-row>.exec-state{margin-left:0}.sponsor-row{flex-wrap:wrap}.event-history-row{flex-wrap:wrap;gap:6px}.summary-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}.summary-stat .num{font-size:28px}.approval-actions{flex-wrap:wrap}.toast-wrap{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom,0px))}.toast{border-radius:var(--radius-lg);max-width:100%}.empty-state{padding:32px 16px}.page-title{font-size:28px}}@media (max-width:340px){.brand-word{display:none}}@media (max-width:900px){.field input,.field select,.field textarea{font-size:16px}}@media (max-width:640px){.exec-title,.exec-sub,.rec-name,.card-title,.small-muted{overflow-wrap:anywhere}}.hotel-panel{flex-direction:column;gap:20px;display:flex}.hotel-panel .card-title,.hotel-panel .card-sub{margin-bottom:0}.hotel-panel-head,.hotel-section-heading,.hotel-offer-top,.hotel-booking-head,.hotel-search-footer,.hotel-search-actions,.hotel-quote-actions,.hotel-decision-actions{align-items:center;display:flex}.hotel-panel-head,.hotel-section-heading,.hotel-offer-top,.hotel-booking-head,.hotel-search-footer,.hotel-quote-actions{justify-content:space-between}.hotel-panel-head,.hotel-offer-top,.hotel-booking-head{gap:16px}.hotel-title-wrap{align-items:center;gap:12px;min-width:0;display:flex}.hotel-title-glyph{border-radius:var(--radius-pill);background:var(--navy-100);width:42px;height:42px;color:var(--navy-950);flex:none;justify-content:center;align-items:center;display:flex}.hotel-mode,.hotel-status{border-radius:var(--radius-xs);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border:1px solid #0000;align-items:center;padding:4px 9px;font-size:11px;font-weight:700;display:inline-flex}.hotel-mode-test{background:var(--status-progress-bg);color:var(--status-progress-fg);border-color:var(--status-progress-br)}.hotel-mode-live{background:var(--status-pending-bg);color:var(--status-pending-fg);border-color:var(--status-pending-br)}.hotel-mode-unconfigured{background:var(--surface-inset);color:var(--text-muted);border-color:var(--border-subtle)}.hotel-loading{border-radius:var(--radius-lg);background:var(--surface-panel);min-height:112px;color:var(--text-muted);justify-content:center;align-items:center;gap:9px;font-size:13px;font-weight:600;display:flex}.hotel-config-note,.hotel-live-note,.hotel-inline-error,.hotel-state-note{border-radius:var(--radius-md);border:1px solid #0000;align-items:flex-start;gap:9px;font-size:13px;line-height:1.55;display:flex}.hotel-config-note,.hotel-live-note{padding:13px 15px}.hotel-config-note{background:var(--status-progress-bg);color:var(--status-progress-fg);border-color:var(--status-progress-br)}.hotel-config-note div,.hotel-live-note div{flex-direction:column;gap:2px;display:flex}.hotel-live-note{background:var(--status-pending-bg);color:var(--status-pending-fg);border-color:var(--status-pending-br)}.hotel-live-blocked strong,.hotel-geocoding-note strong{color:inherit}.hotel-search,.hotel-checkout,.hotel-results,.hotel-bookings{flex-direction:column;gap:16px;display:flex}.hotel-search,.hotel-checkout{border-radius:var(--radius-lg);background:var(--surface-panel);border:1px solid var(--border-subtle);padding:18px}.hotel-section-heading{align-items:flex-start;gap:16px}.hotel-section-heading h3{color:var(--text-heading);letter-spacing:-.02em;margin:0;font-size:15px;font-weight:800}.hotel-section-heading p{color:var(--text-muted);margin:3px 0 0;font-size:12.5px;line-height:1.5}.hotel-section-heading>span{color:var(--text-muted);white-space:nowrap;font-size:12px;font-weight:700}.hotel-section-heading>.hotel-refresh-status{white-space:normal;align-items:center;gap:6px;display:inline-flex}.hotel-refresh-status .progress-spinner{border-top-color:currentColor;flex:none;width:13px;height:13px}.hotel-search-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;display:grid}.hotel-field-wide{grid-column:span 2}.hotel-field-full{grid-column:1/-1}.hotel-search-footer{align-items:flex-end;gap:16px}.hotel-checkbox{color:var(--text-body);cursor:pointer;align-items:center;gap:9px;font-size:12.5px;font-weight:600;display:inline-flex}.hotel-checkbox input{width:17px;height:17px;accent-color:var(--brand);flex:none}.hotel-checkbox input:disabled{cursor:not-allowed;opacity:.45}.hotel-search-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px}.hotel-search-actions button,.hotel-quote-actions button,.hotel-decision-actions button{justify-content:center;align-items:center;gap:7px;display:inline-flex}.hotel-search-actions .progress-spinner,.hotel-quote-actions .progress-spinner,.hotel-decision-actions .progress-spinner{border-top-color:currentColor}.hotel-inline-error{background:var(--status-pending-bg);color:var(--status-pending-fg);border-color:var(--status-pending-br);padding:10px 12px}.hotel-offer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.hotel-offer{border-radius:var(--radius-lg);border:1px solid var(--border-subtle);background:var(--surface-card);cursor:pointer;min-width:0;box-shadow:var(--shadow-card);transition:border-color var(--dur-fast) var(--ease-standard), background-color var(--dur-fast) var(--ease-standard), box-shadow var(--dur-base) var(--ease-standard);padding:16px}.hotel-offer:hover{border-color:var(--border-default);box-shadow:var(--shadow-raised)}.hotel-offer:focus-visible{box-shadow:var(--ring-focus);outline:none}.hotel-offer.selected{border-color:var(--brand);background:var(--navy-50)}.hotel-offer.expired{cursor:not-allowed;opacity:.68;box-shadow:none}.hotel-offer-heading{align-items:flex-start;gap:9px;min-width:0;display:flex}.hotel-radio{border:2px solid var(--border-default);border-radius:var(--radius-pill);background:var(--surface-card);flex:none;justify-content:center;align-items:center;width:18px;height:18px;margin-top:2px;display:flex}.hotel-radio span{border-radius:var(--radius-pill);background:var(--brand);width:9px;height:9px;display:none}.hotel-offer.selected .hotel-radio{border-color:var(--brand)}.hotel-offer.selected .hotel-radio span{display:block}.hotel-offer-name,.hotel-booking-name{color:var(--text-heading);letter-spacing:-.015em;font-size:15px;font-weight:800}.hotel-offer-address{color:var(--text-muted);align-items:flex-start;gap:4px;margin-top:4px;font-size:12px;line-height:1.45;display:flex}.hotel-offer-address .i{margin-top:1px}.hotel-offer-price{flex-direction:column;flex:none;align-items:flex-end;display:flex}.hotel-offer-price strong{color:var(--text-brand);font-size:14px}.hotel-offer-price span{color:var(--text-faint);font-size:10.5px}.hotel-offer-rate,.hotel-booking-rate{color:var(--text-muted);font-size:12.5px;line-height:1.45}.hotel-offer-rate{flex-direction:column;gap:2px;margin:13px 0 10px 27px;display:flex}.hotel-offer-rate span:first-child{color:var(--text-body);font-weight:700}.hotel-offer-chips,.hotel-stay-summary{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.hotel-expired-chip{background:var(--status-pending-bg);color:var(--status-pending-fg);border-color:var(--status-pending-br)}.hotel-terms{border-top:1px solid var(--border-subtle);flex-direction:column;gap:12px;margin-top:14px;padding-top:14px;display:flex}.hotel-term-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;display:grid}.hotel-detail{min-width:0;color:var(--text-faint);align-items:flex-start;gap:7px;display:flex}.hotel-detail>div{flex-direction:column;min-width:0;display:flex}.hotel-detail-label{color:var(--text-faint);text-transform:uppercase;letter-spacing:.04em;font-size:10.5px;font-weight:700}.hotel-detail-value{color:var(--text-body);overflow-wrap:anywhere;font-size:12px;line-height:1.45}.hotel-cancellation{border-radius:var(--radius-md);background:var(--surface-panel);color:var(--text-body);padding:10px 12px}.hotel-offer.selected .hotel-cancellation{background:#ffffffb8}.hotel-cancellation-title{color:var(--text-heading);align-items:center;gap:6px;font-size:12px;font-weight:800;display:flex}.hotel-cancellation ul{color:var(--text-muted);margin:7px 0 0;padding-left:18px;font-size:11.5px;line-height:1.5}.hotel-cancellation li+li{margin-top:3px}.hotel-empty{padding:34px 20px}.hotel-checkout{background:var(--navy-50);border-color:var(--navy-100)}.hotel-close{border:1px solid var(--border-default);border-radius:var(--radius-pill);background:var(--surface-card);width:36px;height:36px;color:var(--text-muted);cursor:pointer;flex:none;justify-content:center;align-items:center;padding:0;display:flex}.hotel-close:hover{color:var(--text-heading)}.hotel-close:focus-visible{box-shadow:var(--ring-focus);outline:none}.hotel-selected-summary{border-radius:var(--radius-md);background:var(--surface-card);flex-direction:column;gap:3px;padding:12px 14px;display:flex}.hotel-selected-summary strong{color:var(--text-heading);font-size:13.5px}.hotel-selected-summary span{color:var(--text-muted);font-size:12px;line-height:1.45}.hotel-guest-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.hotel-guest{border:1px solid var(--navy-100);border-radius:var(--radius-md);background:#fff9;min-width:0;margin:0;padding:14px}.hotel-guest legend{color:var(--text-heading);padding:0 6px;font-size:12px;font-weight:800}.hotel-guest-grid,.hotel-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.hotel-quote-actions{align-items:flex-end;gap:18px}.hotel-quote-actions .small-muted{max-width:70ch}.hotel-booking-list{flex-direction:column;gap:12px;display:flex}.hotel-booking{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--surface-card);box-shadow:var(--shadow-card);padding:17px}.hotel-booking-rate{margin-top:3px}.hotel-status-done{background:var(--status-done-bg);color:var(--status-done-fg);border-color:var(--status-done-br)}.hotel-status-progress{background:var(--status-progress-bg);color:var(--status-progress-fg);border-color:var(--status-progress-br)}.hotel-status-pending{background:var(--status-pending-bg);color:var(--status-pending-fg);border-color:var(--status-pending-br)}.hotel-status-neutral{background:var(--surface-inset);color:var(--text-muted);border-color:var(--border-subtle)}.hotel-stay-summary{color:var(--text-muted);margin-top:11px;font-size:12px}.hotel-stay-summary>span{align-items:center;gap:5px;display:inline-flex}.hotel-booking .hotel-cancellation{background:var(--surface-panel)}.hotel-cancellation.hotel-cancellation-nonrefundable,.hotel-booking .hotel-cancellation.hotel-cancellation-nonrefundable,.hotel-offer.selected .hotel-cancellation.hotel-cancellation-nonrefundable{background:var(--status-pending-bg);color:var(--status-pending-fg);border:1px solid var(--status-pending-br)}.hotel-cancellation-nonrefundable .hotel-cancellation-title,.hotel-cancellation-nonrefundable ul{color:inherit}.hotel-state-note{margin-top:13px;padding:9px 11px}.hotel-state-done{background:var(--status-done-bg);color:var(--status-done-fg);border-color:var(--status-done-br)}.hotel-state-progress{background:var(--status-progress-bg);color:var(--status-progress-fg);border-color:var(--status-progress-br)}.hotel-state-pending{background:var(--status-pending-bg);color:var(--status-pending-fg);border-color:var(--status-pending-br)}.hotel-state-neutral{background:var(--surface-inset);color:var(--text-muted);border-color:var(--border-subtle)}.hotel-booking .hotel-inline-error{margin-top:10px}.hotel-confirmation{border-radius:var(--radius-md);background:var(--status-done-bg);color:var(--status-done-fg);grid-template-columns:max-content minmax(0,1fr);gap:5px 14px;margin:13px 0 0;padding:12px 14px;display:grid}.hotel-confirmation dt{font-size:11px;font-weight:800}.hotel-confirmation dd{overflow-wrap:anywhere;margin:0;font-size:12px;font-weight:600}.hotel-decision-actions{flex-wrap:wrap;justify-content:flex-start;gap:8px;margin-top:14px}@media (max-width:1080px){.hotel-search-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.hotel-field-wide{grid-column:span 2}.hotel-offer-grid{grid-template-columns:minmax(0,1fr)}}@media (max-width:700px){.hotel-panel-head,.hotel-section-heading,.hotel-offer-top,.hotel-booking-head,.hotel-search-footer,.hotel-quote-actions{flex-direction:column;align-items:flex-start}.hotel-mode{align-self:flex-start}.hotel-search-grid,.hotel-guest-list,.hotel-guest-grid,.hotel-contact-grid,.hotel-term-grid{grid-template-columns:minmax(0,1fr)}.hotel-field-wide,.hotel-field-full{grid-column:auto}.hotel-search-footer,.hotel-search-actions,.hotel-quote-actions{width:100%}.hotel-search-actions{justify-content:space-between}.hotel-search-actions button,.hotel-quote-actions button{width:100%}.hotel-offer-price{align-items:flex-start}.hotel-offer-rate{margin-left:0}.hotel-confirmation{grid-template-columns:minmax(0,1fr);gap:2px}.hotel-confirmation dd+dt{margin-top:7px}}@media (max-width:420px){.hotel-title-wrap{align-items:flex-start}.hotel-title-glyph{width:38px;height:38px}.hotel-search,.hotel-checkout,.hotel-offer,.hotel-booking{padding:14px}.hotel-decision-actions button{flex:auto}}.card-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;display:grid}.stat-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.stat-list li{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.form-error{color:var(--status-pending-fg);margin:0}.form-ok{color:var(--status-done-fg);margin:0}.market-loading{text-align:center;padding:48px}.note{border-radius:var(--radius-sm);background:var(--brand-tint);border:1px solid var(--border-subtle);color:var(--text-body);align-items:flex-start;gap:10px;padding:12px 14px;font-size:14px;line-height:1.55;display:flex}.note>.i{color:var(--brand);margin-top:2px}.note-warn{background:var(--status-pending-bg);border-color:#0000}.note-warn>.i{color:var(--status-pending-fg)}.page-head-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:24px;padding:8px 8px 0;display:flex}.page-head-row>.page-head{min-width:0;padding:0}.page-head-row .page-sub{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.page-title-row{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.stat-tiles{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;display:grid}.stat-tile{background:var(--surface-card);border-radius:var(--radius-lg);border:1px solid var(--border-subtle);flex-direction:column;gap:6px;padding:26px 24px;display:flex}.stat-tile.brand{background:var(--brand);border-color:var(--brand)}.stat-tile-num{letter-spacing:-.03em;color:var(--text-heading);font-size:40px;font-weight:800;line-height:1}.stat-tile-label{color:var(--text-muted);font-size:14px}.stat-tile-caption{color:var(--text-faint);margin-top:2px;font-size:12.5px;line-height:1.45}.stat-tile.brand .stat-tile-num{color:#fff}.stat-tile.brand .stat-tile-label{color:#ffffffb3}.stat-tile.brand .stat-tile-caption{color:#ffffff80}.filter-pill{border-radius:var(--radius-pill);border:1px solid var(--border-subtle);background:var(--surface-card);color:var(--text-body);letter-spacing:-.01em;cursor:pointer;transition:background-color var(--dur-fast) var(--ease-standard), color var(--dur-fast) var(--ease-standard), border-color var(--dur-fast) var(--ease-standard);align-items:center;gap:8px;padding:9px 16px;font-family:inherit;font-size:13px;font-weight:800;display:inline-flex}.filter-pill:hover{background:var(--grey-50);color:var(--text-heading)}.filter-pill:focus-visible{box-shadow:var(--ring-focus);outline:none}.filter-pill.on{background:var(--brand);border-color:var(--brand);color:#fff}.filter-pill.on:hover{background:var(--navy-700);border-color:var(--navy-700);color:#fff}.filter-pill-count{opacity:.55;font-weight:700}.filter-pill.on .filter-pill-count{opacity:.8}.ws-panel{flex-direction:column;gap:20px;display:flex}.ws-filters{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.ws-search{flex:260px;min-width:0}.ws-chiprow{flex-wrap:wrap;gap:8px;display:flex}.ws-group{flex-direction:column;gap:14px;display:flex}.ws-group-head{align-items:center;gap:10px;display:flex}.ws-group-dot{border-radius:var(--radius-pill);background:var(--brand);flex:none;width:8px;height:8px}.ws-group-name{color:var(--text-heading);font-size:14px;font-weight:800}.ws-group-count{color:var(--text-muted);font-size:13px}.ws-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.ws-card{color:inherit;transition:box-shadow var(--dur-base) var(--ease-standard), transform var(--dur-fast) var(--ease-standard);flex-direction:column;gap:20px;padding:24px;display:flex}.ws-card:hover{box-shadow:var(--shadow-raised);color:inherit}.ws-card:active{transform:scale(.995)}.ws-card:focus-visible{box-shadow:var(--ring-focus);outline:none}.ws-card-top{align-items:center;gap:14px;min-width:0;display:flex}.ws-avatar{border-radius:var(--radius-pill);width:52px;height:52px;color:var(--text-heading);flex:none;place-items:center;font-size:16px;font-weight:800;display:grid}.ws-card-id{flex-direction:column;gap:4px;min-width:0;display:flex}.ws-card-nameline{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ws-card-name{letter-spacing:-.02em;color:var(--text-heading);font-size:17px;font-weight:800}.ws-card-org{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.ws-card-foot{border-top:1px solid var(--border-subtle);color:var(--text-muted);justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:16px;font-size:13px;font-weight:700;display:flex}.ws-card:hover .ws-card-foot{color:var(--text-brand)}.ws-create{flex-direction:column;display:flex}.ws-create .field{max-width:420px}.ws-create-actions{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.ws-new{border-radius:var(--radius-lg);border:1px solid var(--border-subtle);cursor:pointer;width:100%;min-height:168px;transition:border-color var(--dur-fast) var(--ease-standard);background-color:#0000;background-image:repeating-linear-gradient(-45deg,#11141412 0 1px,#0000 1px 5px);flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:24px;font-family:inherit;display:flex}.ws-new:hover{border-color:var(--border-default)}.ws-new:focus-visible{box-shadow:var(--ring-focus);outline:none}.ws-new-plus{border-radius:var(--radius-pill);background:var(--brand);color:#fff;place-items:center;width:44px;height:44px;display:grid}.ws-new-title{color:var(--text-heading);margin-top:6px;font-size:15px;font-weight:800}.ws-new-sub{color:var(--text-muted);font-size:13px}.hub-head{flex-direction:column;gap:16px;padding:8px 8px 0;display:flex}.hub-title-row{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.hub-avatar{border-radius:var(--radius-pill);width:64px;height:64px;color:var(--navy-950);flex:none;place-items:center;font-size:20px;font-weight:800;display:grid}.hub-title-id{flex-direction:column;gap:6px;min-width:0;display:flex}.hub-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:10px;font-size:14px;display:flex}.hub-panel{flex-direction:column;gap:18px;display:flex}.hub-panel-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:16px;display:flex}.hub-panel-head .card-title{margin:0}.hub-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.hub-card{color:inherit;transition:box-shadow var(--dur-base) var(--ease-standard), transform var(--dur-fast) var(--ease-standard);flex-direction:column;gap:12px;padding:22px;display:flex}.hub-card:hover{box-shadow:var(--shadow-raised);color:inherit}.hub-card:active{transform:scale(.995)}.hub-card:focus-visible{box-shadow:var(--ring-focus);outline:none}.hub-card-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.hub-card-glyph{border-radius:var(--radius-pill);width:40px;height:40px;color:var(--navy-950);flex:none;place-items:center;display:grid}.hub-card-title{letter-spacing:-.02em;color:var(--text-heading);font-size:17px;font-weight:800}.hub-card-body{color:var(--text-body);margin:0;font-size:14px;line-height:1.55}.hub-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-left:auto;display:flex}.gen-tile-side{flex-direction:column;flex:none;gap:16px;display:flex}.gen-tile-stats{flex-wrap:wrap;gap:28px;display:flex}.gen-stat{flex-direction:column;gap:2px;display:flex}.gen-stat-n{letter-spacing:-.03em;color:#fff;font-size:34px;font-weight:800;line-height:1}.gen-stat-l{color:var(--navy-300);font-size:13px}.gen-counter{color:var(--text-muted);white-space:nowrap;font-size:13px;font-weight:800}.gen-counter.near{color:var(--status-progress-fg)}.gen-footline{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.gen-drop{border:1px dashed var(--border-default);border-radius:var(--radius-lg);background-color:var(--surface-card);color:var(--text-body);font:inherit;text-align:center;cursor:pointer;transition:border-color var(--dur-fast) var(--ease-standard), background-color var(--dur-base) var(--ease-standard);background-image:repeating-linear-gradient(-45deg,#0000,#0000 8px,#1f4d9e09 8px 16px);flex-direction:column;align-items:center;gap:8px;padding:32px 24px;font-size:14px;display:flex}.gen-drop-glyph{border-radius:var(--radius-pill);background:var(--surface-card);border:1px solid var(--border-subtle);width:48px;height:48px;color:var(--brand);place-items:center;display:grid}.gen-drop b{letter-spacing:-.01em;color:var(--text-heading);font-size:15px;font-weight:800}.gen-drop:hover,.gen-drop.dragging{border-color:var(--brand);background-color:var(--brand-tint)}.gen-drop:focus-visible{box-shadow:var(--ring-focus);outline:none}.gen-file{grid-template-columns:44px minmax(120px,1fr) auto;align-items:center;gap:16px;display:grid}.gen-file-glyph{border-radius:var(--radius-md);background:var(--navy-100);width:44px;height:44px;color:var(--navy-700);place-items:center;display:grid}.gen-file-id{flex-direction:column;gap:2px;min-width:0;display:flex}.gen-file-id b{letter-spacing:-.01em;color:var(--text-heading);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:800;overflow:hidden}.gen-plat{border-top:1px solid var(--grey-100);grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:12px;padding:9px 0;display:grid}.gen-plat:first-child{border-top:none}.plat-badge{border-radius:var(--radius-sm);color:#fff;letter-spacing:-.01em;place-items:center;width:34px;height:34px;font-size:13px;font-weight:800;display:grid}.plat-badge.sm{border-radius:var(--radius-xs);width:26px;height:26px;font-size:11px}.plat-badge.lg{border-radius:var(--radius-md);width:52px;height:52px;font-size:17px}.gen-plat-name{letter-spacing:-.01em;color:var(--text-heading);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:800;overflow:hidden}.gen-plat-meta{color:var(--text-muted);white-space:nowrap;font-size:13px}.gen-plat-meta.failed{border-radius:var(--radius-xs);background:var(--status-pending-bg);color:var(--status-pending-fg);border:1px solid var(--status-pending-br);padding:3px 9px;font-size:11px;font-weight:600}.gen-steps{flex-direction:column;gap:16px;display:flex}.gen-step{grid-template-columns:30px minmax(0,1fr);align-items:start;gap:12px;display:grid}.gen-step-n{border-radius:var(--radius-sm);background:var(--navy-100);width:30px;height:30px;color:var(--navy-700);place-items:center;font-size:12px;font-weight:800;display:grid}.gen-step-id{flex-direction:column;gap:3px;min-width:0;display:flex}.gen-step-id b{letter-spacing:-.01em;color:var(--text-heading);font-size:14px;font-weight:800}.form-stack{flex-direction:column;gap:20px;display:flex}.page-split{grid-template-columns:minmax(0,1.6fr) minmax(310px,.9fr);align-items:start;gap:16px;display:grid}.page-split-main{flex-direction:column;gap:16px;min-width:0;display:flex}.page-split-rail{flex-direction:column;gap:16px;min-width:0;display:flex;position:sticky;top:24px}.form-panel{flex-direction:column;gap:16px;min-width:0;display:flex}.form-panel-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.head-stack{flex-direction:column;gap:4px;min-width:0;display:flex}.head-stack .card-title{margin:0}.count-note{color:var(--text-muted);font-size:13px;font-weight:800}.field-block{flex-direction:column;gap:8px;display:flex}.card-stack{flex-direction:column;gap:18px;display:flex}.field-title{letter-spacing:-.01em;color:var(--text-heading);font-size:14px;font-weight:800}.hint{color:var(--text-muted);margin:0;font-size:13px;line-height:1.5}.pill-row{flex-wrap:wrap;gap:8px;display:flex}.action-bar{flex-direction:column;gap:12px;padding:20px 24px;display:flex}.action-bar-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.action-bar-state{flex-wrap:wrap;align-items:center;gap:14px;min-width:0;display:flex}.action-bar-note{color:var(--text-muted);align-items:center;gap:8px;font-size:14px;line-height:1.5;display:flex}.action-bar-actions{flex-wrap:wrap;gap:10px;display:flex}.state-pill{border-radius:var(--radius-pill);background:var(--surface-inset);color:var(--text-muted);border:1px solid var(--border-subtle);white-space:nowrap;align-items:center;padding:5px 12px;font-size:12.5px;font-weight:800;display:inline-flex}.state-pill.progress{background:var(--status-progress-bg);color:var(--status-progress-fg);border-color:var(--status-progress-br)}.state-pill.done{background:var(--status-done-bg);color:var(--status-done-fg);border-color:var(--status-done-br)}.state-pill.pending{background:var(--status-pending-bg);color:var(--status-pending-fg);border-color:var(--status-pending-br)}@media (max-width:1100px){.page-split{grid-template-columns:minmax(0,1fr)}.page-split-rail{position:static}}.bp-titleline{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.filter-pill:disabled{opacity:.45;cursor:not-allowed}.filter-pill:disabled:hover{background:var(--surface-card);color:var(--text-body)}.bp-wordrow{flex-wrap:wrap;align-items:flex-start;gap:10px;display:flex}.bp-wordrow>.field{flex:320px;min-width:0}.bp-word{border-radius:var(--radius-xs);background:var(--surface-inset);color:var(--text-heading);cursor:pointer;transition:background-color var(--dur-fast) var(--ease-standard);border:none;align-items:center;gap:8px;padding:5px 10px;font-family:inherit;font-size:12px;font-weight:800;display:inline-flex}.bp-word:hover{background:var(--grey-200)}.bp-word:focus-visible{box-shadow:var(--ring-focus);outline:none}.bp-word>.i{color:var(--text-muted)}.bp-ref{flex-direction:column;gap:10px;display:flex}.bp-ref-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.bp-ref-label{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-size:12px;font-weight:800}.bp-ref textarea{min-height:104px}.bp-add{border:1px dashed var(--border-default);border-radius:var(--radius-lg);text-align:left;cursor:pointer;width:100%;transition:border-color var(--dur-fast) var(--ease-standard);background-color:#0000;background-image:repeating-linear-gradient(-45deg,#11141412 0 1px,#0000 1px 5px);align-items:center;gap:14px;padding:20px 22px;font-family:inherit;display:flex}.bp-add:hover{border-color:var(--brand)}.bp-add:focus-visible{box-shadow:var(--ring-focus);outline:none}.bp-add-plus{border-radius:var(--radius-pill);background:var(--brand);color:#fff;flex:none;place-items:center;width:40px;height:40px;display:grid}.bp-add-id{flex-direction:column;gap:2px;min-width:0;display:flex}.bp-add-id b{letter-spacing:-.01em;color:var(--text-heading);font-size:15px;font-weight:800}.bp-meter-block{flex-direction:column;gap:8px;display:flex}.bp-meter-num{letter-spacing:-.03em;color:var(--text-heading);font-size:40px;font-weight:800;line-height:1}.bp-meter{border-radius:var(--radius-pill);background:var(--grey-200);height:10px;overflow:hidden}.bp-meter-fill{border-radius:var(--radius-pill);background:var(--brand-strong);height:100%;transition:width var(--dur-slow) var(--ease-standard)}.bp-checks{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.bp-check{color:var(--text-muted);align-items:center;gap:12px;font-size:14px;display:flex}.bp-check.done{color:var(--text-heading);font-weight:800}.bp-check-dot{border-radius:var(--radius-pill);border:1px solid var(--border-subtle);background:var(--surface-card);flex:none;place-items:center;width:24px;height:24px;display:grid}.bp-check.done .bp-check-dot{background:var(--status-done-bg);color:var(--status-done-fg);border-color:#0000}.ci-panel{flex-direction:column;gap:20px;display:flex}.ci-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.ci-sort{border-radius:var(--radius-pill);border:1px solid var(--border-subtle);background:var(--surface-card);color:var(--text-heading);cursor:pointer;transition:background-color var(--dur-fast) var(--ease-standard);align-items:center;gap:8px;padding:9px 16px;font-family:inherit;font-size:13px;font-weight:800;display:inline-flex}.ci-sort:hover{background:var(--grey-50)}.ci-sort:focus-visible{box-shadow:var(--ring-focus);outline:none}.ci-list{flex-direction:column;gap:10px;display:flex}.ci-row{grid-template-columns:minmax(240px,1fr) auto auto 150px;align-items:center;gap:24px;padding:20px 22px;display:grid}.ci-row>.state-pill{justify-self:start}.ci-row-id{flex-direction:column;gap:6px;min-width:0;display:flex}.ci-title{letter-spacing:-.02em;color:var(--text-heading);text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:800;overflow:hidden}.ci-meta{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.ci-plats{gap:6px;display:flex}.ci-approval{flex-direction:column;gap:6px;min-width:120px;display:flex}.ci-bar{border-radius:var(--radius-pill);background:var(--grey-200);height:6px;overflow:hidden}.ci-bar-fill{border-radius:var(--radius-pill);background:var(--brand);height:100%;transition:width var(--dur-slow) var(--ease-standard);display:block}.ci-bar-fill.done{background:var(--status-done-fg)}.ci-approval-label{color:var(--text-muted);white-space:nowrap;font-size:12px}a.ci-title{color:var(--text-heading)}a.ci-title:hover{color:var(--text-brand);text-decoration:underline}a.ci-title:focus-visible{box-shadow:var(--ring-focus);border-radius:var(--radius-xs);outline:none}.conn-list{flex-direction:column;gap:12px;display:flex}.conn-row{grid-template-columns:52px minmax(200px,1fr) auto auto;align-items:center;gap:20px;padding:18px 22px;display:grid}.conn-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.conn-outcome.ok{background:var(--status-done-bg);border-color:#0000}.conn-outcome.ok>.i{color:var(--status-done-fg)}.conn-outcome.warn{background:var(--status-pending-bg);border-color:#0000}.conn-outcome.warn>.i{color:var(--status-pending-fg)}.conn-id{flex-direction:column;gap:4px;min-width:0;display:flex}.conn-name{letter-spacing:-.02em;color:var(--text-heading);font-size:16px;font-weight:800}.conn-sub{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.cd-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:10px;font-size:14px;display:flex}.cd-meta-ws{align-items:center;gap:8px;font-weight:800;display:inline-flex}.cd-meta-avatar{border-radius:var(--radius-pill);width:24px;height:24px;color:var(--navy-950);flex:none;place-items:center;font-size:10px;font-weight:800;display:grid}.cd-tabs{flex-wrap:wrap;gap:8px;padding:0 8px;display:flex}.cd-tab{border-radius:var(--radius-pill);border:1px solid var(--border-subtle);background:var(--surface-card);color:var(--text-body);letter-spacing:-.01em;transition:background-color var(--dur-fast) var(--ease-standard), color var(--dur-fast) var(--ease-standard);align-items:center;gap:10px;padding:8px 14px;font-size:13px;font-weight:800;display:inline-flex}.cd-tab:hover{background:var(--grey-50);color:var(--text-heading)}.cd-tab:focus-visible{box-shadow:var(--ring-focus);outline:none}.cd-tab.on,.cd-tab.on:hover{background:var(--brand);border-color:var(--brand);color:#fff}.cd-tab-dot{border-radius:var(--radius-pill);background:var(--grey-300);flex:none;width:7px;height:7px}.cd-tab-dot.progress{background:var(--status-progress-fg)}.cd-tab-dot.done{background:var(--status-done-fg)}.cd-tab.on .cd-tab-dot{background:#ffffff73}.cd-tab.on .cd-tab-dot.progress{background:var(--status-progress-bg)}.cd-tab.on .cd-tab-dot.done{background:var(--status-done-bg)}.cd-body{white-space:pre-wrap;word-break:break-word;border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--surface-inset);color:var(--text-heading);max-height:460px;padding:16px;font-size:14px;line-height:1.65;overflow-y:auto}.count-note.over{color:var(--status-pending-fg)}.cd-steps{margin:0;padding:0;list-style:none}.cd-step{align-items:flex-start;gap:14px;display:flex}.cd-step-rail{flex-direction:column;flex:none;align-self:stretch;align-items:center;display:flex}.cd-step-circ{border-radius:var(--radius-pill);background:var(--surface-inset);width:26px;height:26px;color:var(--text-muted);flex:none;place-items:center;font-size:12px;font-weight:800;display:grid}.cd-step.done .cd-step-circ{background:var(--status-done-bg);color:var(--status-done-fg)}.cd-step.here .cd-step-circ{background:var(--brand);color:#fff}.cd-step-line{background:var(--grey-200);flex:1;width:2px;min-height:20px}.cd-step.done .cd-step-line{background:var(--status-done-fg)}.cd-step-body{flex-direction:column;gap:2px;min-width:0;padding-bottom:16px;display:flex}.cd-step-label{letter-spacing:-.01em;color:var(--text-muted);font-size:14px}.cd-step.done .cd-step-label,.cd-step.here .cd-step-label{color:var(--text-heading);font-weight:800}.cd-step-note{color:var(--text-muted);font-size:12px;line-height:1.45}@media (max-width:1100px){.ci-row{grid-template-columns:minmax(0,1fr);gap:14px}.ci-approval{min-width:0}}@media (max-width:900px){.page-head-row{gap:16px;padding:0}.stat-tile{padding:20px}.stat-tile-num{font-size:32px}.ws-card{padding:18px}.ws-grid{grid-template-columns:minmax(0,1fr)}.hub-head{gap:12px;padding:0}.hub-title-row{gap:14px}.hub-avatar{width:52px;height:52px;font-size:17px}.hub-grid{grid-template-columns:minmax(0,1fr)}.hub-card{padding:18px}.hub-actions{margin-left:0}.form-panel{padding:18px}.action-bar{padding:16px 18px}.action-bar-row{flex-direction:column;align-items:flex-start}.action-bar-actions{align-self:stretch}.action-bar-actions>*{flex:auto}.bp-meter-num{font-size:32px}.bp-add{padding:16px}.conn-row{grid-template-columns:44px minmax(0,1fr);gap:14px;padding:16px}.conn-row>.state-pill{grid-column:2;justify-self:start}.conn-actions{grid-column:2}.plat-badge.lg{border-radius:var(--radius-sm);width:44px;height:44px;font-size:15px}.gen-drop{padding:24px 16px}.gen-tile-side{align-items:flex-start}.gen-stat-n{font-size:28px}}
