@font-face{font-family:Manrope;src:url('/assets/fonts/Manrope.ttf') format('truetype');font-weight:200 800;font-display:swap}
:root{--bg:#f7f8fa;--paper:#fff;--ink:#171d2c;--muted:#667082;--line:#e6e9ef;--blue:#355de9;--blue-soft:#edf1fe;--green:#176b57;--green-soft:#e9f5ef;--amber:#935315;--amber-soft:#fff3e3;--red:#a5404b;--ease:cubic-bezier(.22,.75,.25,1);font-family:Manrope,-apple-system,BlinkMacSystemFont,sans-serif;font-synthesis:none;color:var(--ink);background:var(--bg)}*{box-sizing:border-box}body{margin:0;font-size:14px;line-height:1.55}button,input,select,textarea{font:inherit;color:inherit}button,a{touch-action:manipulation;-webkit-tap-highlight-color:transparent}button{border:0;background:none;cursor:pointer;transition:background 180ms,color 180ms,box-shadow 180ms}button:disabled{cursor:default;opacity:.45}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #839bff;outline-offset:3px}h1,h2,h3,p{margin:0}h1{font-size:34px;font-weight:750;letter-spacing:-1.35px;line-height:1.2}h2{font-size:18px;letter-spacing:-.45px}h3{font-size:14px}small{font-size:11px}strong{font-weight:750}svg{vertical-align:middle;flex-shrink:0}.muted{color:var(--muted)}.number{font-variant-numeric:tabular-nums;letter-spacing:-.6px}.positive{color:var(--green)}.negative{color:var(--red)}.skip{position:fixed;top:-100px;background:white;z-index:100;padding:14px}.skip:focus{top:0}.initial-loading{min-height:75vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:15px}.initial-loading p{color:var(--muted);font-size:12px}.loader{height:22px;width:22px;border:2px solid var(--line);border-top-color:var(--blue);border-radius:50%;animation:spin 900ms linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
.app{display:grid;grid-template-columns:202px minmax(0,1fr);min-height:100vh}.sidebar{background:var(--paper);border-right:1px solid var(--line);padding:30px 19px;display:flex;flex-direction:column;gap:35px;position:sticky;top:0;height:100vh}.product-label{font-weight:750;font-size:14px;letter-spacing:-.4px;padding:0 9px}.product-label small{display:block;font-size:10px;color:var(--muted);margin-top:4px;font-weight:500;letter-spacing:0}.sidebar nav{display:grid;gap:6px}.sidebar nav a{font-size:12px;display:flex;align-items:center;gap:11px;padding:11px 12px;min-height:43px;border-radius:10px;color:var(--muted)}.sidebar nav a:hover{background:var(--bg)}.sidebar nav a.active{background:var(--blue-soft);color:var(--blue);font-weight:750}.user{margin-top:auto;padding:12px 9px 0;border-top:1px solid var(--line);font-size:11px;overflow-wrap:anywhere}.user small{display:block;color:var(--muted);margin:4px 0 9px}.user button{padding:3px 0;color:var(--muted);font-size:11px;min-height:32px}.topbar{height:70px;padding:0 36px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:white;font-size:12px}.topbar .muted{font-size:11px}.topbar strong{font-size:13px}.mobile-user{display:none}.main{padding:34px 36px 60px;max-width:1600px;margin:auto}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:25px}.eyebrow{font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:9px}.page-head p{font-size:12px;color:var(--muted);margin-top:10px;max-width:670px}.btn{min-height:40px;padding:10px 16px;border:1px solid var(--line);border-radius:9px;background:white;font-size:12px;font-weight:650;display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap}.btn:hover{background:#f2f4f8}.btn.primary{color:white;border-color:var(--blue);background:var(--blue)}.btn.primary:hover{background:#264ed8}.btn.danger{color:var(--red)}.btn.quiet{border-color:transparent;background:transparent}.btn.small{min-height:32px;font-size:11px;padding:6px 11px}.btn svg{width:16px;height:16px}.surface{background:white;border:1px solid var(--line);border-radius:18px;overflow:hidden}.panel{padding:26px}.section-head{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:20px}.section-head p{color:var(--muted);font-size:11px;margin-top:5px}.filters{display:flex;flex-wrap:wrap;gap:10px;padding:18px 20px;border-bottom:1px solid var(--line);align-items:end}.filters label{display:grid;gap:5px;font-size:10px;color:var(--muted)}.filters .search{flex:1;min-width:180px}.filters input,.filters select{height:38px;padding:8px 10px;border:1px solid var(--line);background:white;border-radius:8px;font-size:11px;min-width:110px;max-width:210px}.filters .search input{width:100%;max-width:none}.filters .capacity input{width:95px;min-width:80px}.filter-context{padding:11px 20px;font-size:10px;color:var(--muted);border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:15px}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;font-size:11px;text-align:left}th{font-size:10px;color:var(--muted);font-weight:550;background:#fbfcfe;white-space:nowrap;padding:14px 13px;border-bottom:1px solid var(--line)}td{padding:16px 13px;border-bottom:1px solid #eef0f4;vertical-align:middle}td.num,th.num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}td.product{min-width:200px;max-width:270px}td.product button{font-size:12px;font-weight:700;text-align:left;line-height:1.45;padding:0;color:var(--ink)}td.product button:hover{color:var(--blue)}td.product small{display:block;color:var(--muted);font-size:10px;margin-top:5px}.product-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.checkcell{width:38px;padding-right:0}input[type=checkbox]{accent-color:var(--blue);width:16px;height:16px;cursor:pointer}.table-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:13px 20px;font-size:11px;color:var(--muted)}.pagination{display:flex;gap:7px;align-items:center}.pagination span{min-width:60px;text-align:center}.export-row{display:flex;justify-content:space-between;gap:20px;padding:16px 20px;align-items:center;border-top:1px solid var(--line)}.export-row p{font-size:10px;color:var(--muted)}.export-row .actions{display:flex;gap:8px;flex-wrap:wrap}.chip{display:inline-flex;align-items:center;padding:4px 8px;border-radius:6px;background:#eff1f5;color:var(--muted);font-size:10px;white-space:nowrap}.chip.good{color:var(--green);background:var(--green-soft)}.chip.warn{color:var(--amber);background:var(--amber-soft)}.chip.blue{color:var(--blue);background:var(--blue-soft)}.chip.bad{color:var(--red);background:#fbebed}.tabs{display:flex;gap:23px;padding:0 20px;border-bottom:1px solid var(--line);overflow:auto}.tabs button{font-size:11px;white-space:nowrap;padding:17px 0;border-bottom:2px solid transparent;color:var(--muted);min-height:51px}.tabs button.active{color:var(--ink);border-bottom-color:var(--blue);font-weight:750}.empty{min-height:240px;padding:45px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:12px}.empty p{font-size:12px;max-width:410px;color:var(--muted)}.empty svg{color:#95a0b3}.error-inline{padding:14px 16px;background:#fff2f2;color:var(--red);font-size:12px;border-radius:9px;margin:16px 0}.notice{padding:14px 17px;background:#f3f5f9;border-radius:10px;font-size:11px;color:var(--muted);line-height:1.7}.notice strong{color:var(--ink)}.summary-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(270px,1fr);gap:21px}.hero-summary{padding:32px}.hero-summary .huge{font-size:76px;letter-spacing:-5px;line-height:1.1;margin:25px 0 10px}.hero-summary .huge small{font-size:19px;letter-spacing:-.6px;color:var(--muted);margin-left:12px}.hero-summary>p{font-size:12px;color:var(--muted);max-width:480px}.progress-bars{margin:27px 0 20px;display:grid;gap:15px}.progress-row{display:grid;grid-template-columns:138px 1fr 35px;gap:14px;align-items:center;font-size:11px}.progress-track{height:7px;border-radius:8px;background:#eff1f6;overflow:hidden}.progress-track i{display:block;min-width:0;height:100%;background:var(--blue);border-radius:8px;transition:width 220ms var(--ease)}.progress-row:nth-child(2) i{background:#8b9ece}.progress-row:nth-child(3) i{background:#c3cddf}.callout{padding:29px;display:flex;flex-direction:column;justify-content:space-between;gap:23px}.callout h2{font-size:25px;line-height:1.3;letter-spacing:-.8px}.callout p{font-size:12px;color:var(--muted);margin-top:12px}.callout .btn{align-self:flex-start}.recent{margin-top:23px}.recent-row{padding:17px 0;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line);font-size:12px}.recent-row:last-child{border:0}.recent-row button{text-align:left;font-size:12px;font-weight:650;padding:0}.recent-row small{display:block;color:var(--muted);margin-top:5px}.read-only-note{display:flex;align-items:center;gap:10px;margin-top:22px;color:var(--muted);font-size:11px}.count-strip{display:flex;gap:35px;margin-bottom:24px}.count-strip div{min-width:115px}.count-strip strong{display:block;font-size:32px;font-variant-numeric:tabular-nums;letter-spacing:-1.1px}.count-strip span{font-size:11px;color:var(--muted)}.source-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.source-card{padding:23px}.source-card header{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:17px}.source-card p{font-size:11px;color:var(--muted)}.source-stats{display:flex;gap:30px;margin:20px 0}.source-stats strong{display:block;font-size:22px}.source-stats span{font-size:10px;color:var(--muted)}details{font-size:11px}summary{cursor:pointer;min-height:35px;display:flex;align-items:center;color:var(--muted)}details>div{padding:12px 0}.review-layout{display:grid;grid-template-columns:310px minmax(0,1fr);gap:18px}.review-list{max-height:780px;overflow:auto}.review-item{display:block;width:100%;padding:18px 20px;text-align:left;border-bottom:1px solid var(--line);border-left:3px solid transparent}.review-item.active{background:#f3f6ff;border-left-color:var(--blue)}.review-item h3{font-size:12px;font-weight:650}.review-item p{font-size:10px;color:var(--muted);margin:6px 0 10px}.review-detail{padding:25px;align-self:start}.review-detail h2{font-size:21px;margin-bottom:8px}.review-detail header>p{font-size:11px;color:var(--muted)}.candidate-bar{margin:22px 0 15px;display:grid;gap:8px}.candidate-bar select{padding:10px;border:1px solid var(--line);border-radius:8px;max-width:100%;font-size:11px}.compare td{padding:11px}.compare td.different{background:var(--amber-soft);color:var(--amber)}.review-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px}.review-actions .btn{font-size:10px;padding:10px 8px}.form-field{display:grid;gap:7px;font-size:11px;color:var(--muted);margin:15px 0}.form-field input,.form-field textarea,.form-field select{width:100%;padding:11px 12px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--ink)}.form-field textarea{min-height:83px;resize:vertical}.find-own{display:flex;gap:8px}.find-own input{min-width:0;flex:1;padding:9px;border:1px solid var(--line);border-radius:8px}.search-results{max-height:240px;overflow:auto}.search-results button{display:block;width:100%;text-align:left;padding:12px 8px;border-bottom:1px solid var(--line);font-size:11px}.history-item{padding:13px 0;border-bottom:1px solid var(--line);font-size:11px}.history-item p{margin-top:5px;color:var(--muted)}
dialog{border:1px solid var(--line);border-radius:19px;background:#fff;color:var(--ink);box-shadow:0 30px 120px #14203624;padding:0;max-height:92dvh;width:min(850px,calc(100vw - 44px));animation:enter 180ms var(--ease)}dialog::backdrop{background:#15213e38;backdrop-filter:blur(3px)}dialog#action-dialog{width:min(530px,calc(100vw - 32px))}.dialog-head{position:sticky;top:0;z-index:2;background:#fff;display:flex;gap:20px;justify-content:space-between;align-items:flex-start;padding:26px 28px 21px;border-bottom:1px solid var(--line)}.dialog-head h2{font-size:21px;max-width:620px;line-height:1.4}.dialog-head p{font-size:11px;color:var(--muted);margin-top:7px}.close{min-width:36px;height:36px;border-radius:8px;background:var(--bg);font-size:22px}.dialog-body{padding:26px 28px}.detail-prices{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding-bottom:22px;border-bottom:1px solid var(--line);margin-bottom:25px}.detail-prices span{font-size:10px;color:var(--muted)}.detail-prices strong{display:block;font-size:25px;margin-top:8px;font-variant-numeric:tabular-nums;letter-spacing:-1px}.detail-prices .recommended strong{color:var(--blue)}.detail-section{margin-top:28px}.detail-section h3{font-size:14px;margin-bottom:13px}.detail-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:20px}.facts{display:flex;gap:9px;flex-wrap:wrap;margin:13px 0}.facts span{padding:5px 8px;background:var(--bg);border-radius:5px;font-size:10px;color:var(--muted)}.offer-table td{padding:12px 9px;font-size:11px}.offer-table small{display:block;color:var(--muted);margin-top:3px;font-size:10px}.offer-table a{color:var(--blue)}.offer-reason{max-width:250px;color:var(--muted);font-size:10px!important;line-height:1.5}.chart{width:100%;height:210px;display:block}.chart text{fill:var(--muted);font:10px Manrope,sans-serif}.chart-legend{display:flex;gap:17px;flex-wrap:wrap;font-size:10px;color:var(--muted);margin-top:12px}.chart-legend i{display:inline-block;width:16px;height:3px;vertical-align:middle;margin-right:7px}.ai-section{background:#f5f7fc;border-radius:13px;padding:20px;margin-top:25px}.ai-section .section-head{margin-bottom:10px}.ai-section p{font-size:11px;color:var(--muted);margin:8px 0}.ai-section h4{font-size:11px;margin:15px 0 4px}.price-preview{padding:20px;border-radius:12px;background:var(--blue-soft);margin:17px 0}.price-preview span{font-size:11px;color:var(--muted)}.price-preview strong{display:block;font-size:32px;color:var(--blue);margin:7px 0;font-variant-numeric:tabular-nums}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.action-foot{padding:20px 28px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;gap:9px;flex-wrap:wrap}.action-foot .hint{font-size:10px;color:var(--muted);width:100%;margin-bottom:7px}.mobile-cards,.bottom-nav{display:none}#toast{position:fixed;bottom:27px;left:50%;transform:translate(-50%,15px);padding:13px 20px;border-radius:12px;background:#202838;color:white;font-size:12px;z-index:100;opacity:0;pointer-events:none;transition:opacity 180ms,transform 180ms;max-width:calc(100vw - 40px)}#toast.show{opacity:1;transform:translate(-50%,0)}[aria-busy=true]{opacity:.68;pointer-events:none}.inline-loading{min-height:280px;display:flex;justify-content:center;align-items:center;gap:14px;color:var(--muted);font-size:12px}@keyframes enter{from{opacity:0;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:1280px){.app{grid-template-columns:174px minmax(0,1fr)}.sidebar{padding:26px 12px}.main{padding:28px 23px 50px}.topbar{padding:0 24px}.filters{gap:8px}.filters select{max-width:162px;min-width:100px}th,td{padding-left:10px;padding-right:10px}.review-layout{grid-template-columns:270px minmax(0,1fr)}.review-actions{grid-template-columns:repeat(2,1fr)}}
@media(max-width:1000px){body:not(.admin) .app{grid-template-columns:155px minmax(0,1fr)}body:not(.admin) .sidebar{padding:25px 10px}.summary-grid{grid-template-columns:1fr}.hero-summary .huge{font-size:65px}.source-grid{grid-template-columns:1fr}.detail-prices strong{font-size:22px}}
@media(max-width:760px){body.admin{min-width:1120px}body:not(.admin) .app{display:block}body:not(.admin) .sidebar{display:none}body:not(.admin) .topbar{height:65px;padding:0 20px}body:not(.admin) .topbar>.muted{display:none}.mobile-user{display:block;font-size:11px;color:var(--muted);min-height:44px}body:not(.admin) .main{padding:26px 19px 110px}body:not(.admin) h1{font-size:29px;letter-spacing:-1.1px}body:not(.admin) .page-head{gap:12px;margin-bottom:22px}body:not(.admin) .page-head p{font-size:11px}.page-head .btn{font-size:10px;padding:9px 10px;min-height:42px}.summary-grid{gap:16px}.hero-summary,.callout{padding:24px}.hero-summary .huge{font-size:68px;margin:22px 0 10px}.hero-summary .huge small{font-size:16px}.hero-summary>p,.callout p{font-size:11px}.callout h2{font-size:23px}.progress-row{grid-template-columns:130px 1fr 20px;font-size:10px;gap:10px}.progress-bars{margin:25px 0 15px}.panel{padding:22px}.recent{margin-top:17px}.recent-row{font-size:11px;gap:15px}.recent-row button{font-size:11px}.read-only-note{font-size:10px;align-items:flex-start}.bottom-nav{display:flex;justify-content:space-around;position:fixed;bottom:0;left:0;right:0;background:white;border-top:1px solid var(--line);padding:8px 10px calc(8px + env(safe-area-inset-bottom));z-index:10}.bottom-nav a{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;font-size:9px;color:var(--muted);min-width:70px;min-height:48px;border-radius:8px}.bottom-nav a.active{background:var(--blue-soft);color:var(--blue)}body.admin .bottom-nav{display:none}.filters{padding:15px;gap:10px;display:grid;grid-template-columns:1fr 1fr}.filters .search{grid-column:1/-1;min-width:0}.filters input,.filters select{max-width:none;min-width:0;width:100%;height:43px;font-size:11px}.filters .capacity input{width:100%}.filters .btn{height:43px}.filter-context{padding:11px 15px;display:block;font-size:9px}.filter-context span{display:block}.filter-context span+span{margin-top:4px}body:not(.admin) .catalog-table{display:none}.mobile-cards{display:block}.mobile-card{padding:20px 18px;border-bottom:1px solid var(--line)}.mobile-card header{display:flex;gap:12px;align-items:flex-start}.mobile-card header button{font-size:12px;font-weight:750;line-height:1.5;text-align:left;padding:0}.mobile-card p{font-size:10px;color:var(--muted);margin:5px 0 0}.mobile-card-values{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin:18px 0 11px}.mobile-card-values span{display:block;font-size:9px;color:var(--muted)}.mobile-card-values strong{font-size:20px;font-variant-numeric:tabular-nums;letter-spacing:-.65px}.mobile-card .chip{font-size:9px}.export-row{padding:16px;display:block}.export-row .actions{display:grid;grid-template-columns:1fr 1fr;gap:7px}.export-row .btn{font-size:10px;min-height:43px;white-space:normal}.export-row .actions .btn:last-child{grid-column:1/-1}.export-row p{margin-top:13px;font-size:9px}.table-footer{padding:13px 15px;font-size:10px;gap:5px}.pagination span{min-width:44px}.pagination .btn{min-height:40px}.tabs{gap:22px;padding:0 17px}.tabs button{font-size:10px}.count-strip{gap:23px;overflow:auto}.count-strip strong{font-size:27px}.count-strip span{font-size:9px}.empty{padding:30px 24px;min-height:250px}.empty p{font-size:11px}dialog{width:100%;max-width:none;max-height:95dvh;margin:auto 0 0;border-radius:19px 19px 0 0}dialog#action-dialog{width:100%}.dialog-head{padding:22px 21px 17px}.dialog-head h2{font-size:18px}.dialog-head p{font-size:10px}.dialog-body{padding:22px 21px 30px}.detail-prices{grid-template-columns:1fr 1fr;gap:20px}.detail-prices .recommended{grid-column:1/-1;background:var(--blue-soft);padding:16px;border-radius:11px}.detail-prices .recommended strong{font-size:30px}.detail-prices strong{font-size:25px}.detail-prices span{font-size:10px}.detail-section{margin-top:23px}.offer-table{min-width:550px}.detail-actions{display:grid;grid-template-columns:1fr 1fr}.detail-actions .btn{white-space:normal;min-height:45px;font-size:11px}.detail-actions .btn:first-child{grid-column:1/-1}.field-grid{gap:10px}.action-foot{padding:17px 21px calc(20px + env(safe-area-inset-bottom))}.action-foot .btn{min-height:44px;font-size:11px}.ai-section{padding:17px}.chart{height:185px}#toast{bottom:90px;font-size:11px;width:max-content}.source-grid{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

[hidden]{display:none!important}.form-field input:disabled{background:var(--bg)}

.login-page{background:#f7f8fa}.login-main{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:42px 22px;position:relative}.login-product{position:absolute;top:36px;left:42px;font-weight:750;font-size:15px;letter-spacing:-.4px}.login-panel{background:white;border:1px solid var(--line);border-radius:22px;padding:40px;width:440px;max-width:100%;box-shadow:0 18px 55px #182b5110}.login-panel h1{font-size:29px;letter-spacing:-1px}.login-copy{color:var(--muted);font-size:12px;margin:13px 0 28px}.login-panel .form-field{margin:18px 0}.login-panel input{height:46px;font-size:14px}.login-submit{width:100%;height:47px;margin-top:10px;justify-content:space-between}.login-note{font-size:10px;color:var(--muted);line-height:1.8;margin-top:23px}.login-footer{font-size:10px;color:var(--muted);margin-top:26px}@media(max-width:760px){.login-main{padding:85px 21px 40px}.login-product{top:27px;left:24px;font-size:13px}.login-panel{padding:28px 24px;border-radius:18px}.login-panel h1{font-size:26px}.login-footer{font-size:9px}.login-panel input{font-size:16px}}

/* Overview roles keep separate decisions and never treat a tiny slice as the market. */
.overview-filter-context{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:-7px 0 20px;color:var(--muted);font-size:11px}.overview-queues{display:grid}.overview-queue-row{display:flex;align-items:center;gap:14px;width:100%;min-height:94px;padding:18px 0;border-bottom:1px solid var(--line);text-align:left}.overview-queue-row:last-child{border-bottom:0}.overview-queue-row:hover strong,.overview-queue-row:hover>svg{color:var(--blue)}.overview-queue-row>span:nth-child(2){flex:1;min-width:0}.overview-queue-row strong{font-size:13px;display:block;font-weight:700}.overview-queue-row small{display:block;color:var(--muted);font-size:10px;line-height:1.65;margin-top:5px}.overview-queue-row>b{font-size:29px;font-weight:650;min-width:40px;text-align:right;letter-spacing:-1px}.overview-queue-row>svg{color:#9aa3b2;margin-left:5px}.queue-symbol{display:inline-flex;align-items:center;justify-content:center;background:var(--blue-soft);color:var(--blue);width:41px;height:41px;border-radius:10px;flex-shrink:0}.queue-symbol.warning{background:var(--amber-soft);color:var(--amber)}.overview-queue-row>b.warning{color:var(--amber)}.overview-footnote{color:var(--muted);font-size:10px;border-top:1px solid var(--line);margin-top:15px;padding-top:16px}.overview-panel-action{margin-top:22px;display:flex;gap:9px;flex-wrap:wrap}.overview-queues.compact .queue-symbol{display:none}.overview-queues.compact .overview-queue-row{min-height:83px}.overview-queues.compact .overview-queue-row>b{font-size:24px}.decision-count{font-size:70px;line-height:1.15;letter-spacing:-3px;margin:27px 0 17px}.decision-count span{font-size:15px;line-height:1.5;letter-spacing:-.3px;display:block;margin-top:10px}.decision-empty{margin:29px 0 30px;max-width:480px}.decision-empty h3{font-size:24px;line-height:1.35;letter-spacing:-.6px;margin:17px 0 12px}.decision-empty p{font-size:12px;line-height:1.8;color:var(--muted)}.coverage-heading{font-size:30px;letter-spacing:-.9px;line-height:1.3;font-weight:650;margin:29px 0 17px;max-width:500px}.coverage-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:23px 0 20px;margin-top:7px}.coverage-facts>div+div{border-left:1px solid var(--line);padding-left:20px}.coverage-facts strong{font-size:28px;display:block;line-height:1.4;font-weight:650}.coverage-facts span{font-size:10px;color:var(--muted)}.coverage-missing{border-top:1px solid var(--line);padding-top:16px;margin-bottom:20px;font-size:11px!important;color:var(--muted)}.coverage-missing strong{color:var(--ink)}.limited-market .filter-context{padding-left:0;padding-right:0}.limited-market .filters{padding-left:0;padding-bottom:0;border:0}.operations-overview{grid-template-columns:minmax(0,1.35fr) minmax(300px,1fr)}
@media(max-width:1000px){body:not(.admin) .operations-overview{grid-template-columns:1fr}.management-overview{grid-template-columns:1fr}.decision-empty{margin-bottom:20px}}@media(max-width:760px){body:not(.admin) .overview-filter-context{display:block;font-size:10px;margin-bottom:17px}.overview-filter-context .btn{padding-left:0}.coverage-heading{font-size:26px;margin:22px 0 15px}.coverage-facts{gap:10px;padding:21px 0 16px}.coverage-facts>div+div{padding-left:13px}.coverage-facts strong{font-size:25px}.coverage-facts span{font-size:9px}.coverage-missing{font-size:10px!important;margin-bottom:14px}.decision-count{font-size:55px;margin-top:22px}.decision-count span{font-size:13px}.decision-empty h3{font-size:22px}.decision-empty p{font-size:11px}.overview-queue-row strong{font-size:12px}.overview-queue-row small{font-size:9px}.overview-panel-action .btn{font-size:11px;min-height:44px}.overview-queue-row>svg{width:15px}.overview-queues.compact .overview-queue-row{min-height:79px}.limited-market .filters{display:flex;align-items:end;gap:10px}.limited-market .filters label{flex:1}.limited-market .filters .btn{flex:0 0 auto}}

.preview-controls{display:flex;align-items:center;gap:14px;font-size:11px;color:var(--muted)}.preview-controls a{color:var(--blue);font-weight:650;border-radius:7px;padding:8px 10px;background:var(--blue-soft);min-height:34px;display:inline-flex;align-items:center}.preview-controls a:hover{background:#dfe7ff}.preview-banner{background:#edf1fe;border-bottom:1px solid #dfe5f7;color:#3655a8;padding:11px 36px;display:flex;align-items:center;justify-content:space-between;gap:18px;font-size:11px}.preview-banner>span{display:flex;align-items:center;gap:8px}.preview-banner .btn{background:white;color:#3655a8;border-color:#d6def5;font-size:10px}@media(max-width:760px){body:not(.admin) .preview-banner{padding:12px 19px;display:block;font-size:10px}.preview-banner .btn{margin-top:9px;min-height:38px}.preview-banner>span{line-height:1.6}.preview-controls{gap:8px;font-size:10px}.preview-controls>span{display:none}.preview-controls a{padding:8px}}

/* Owner-approved identity: a welcome stage before credentials, without a public product demo. */
.initial-loading{padding:30px;text-align:center}.initial-loading h1{font-size:26px;max-width:680px;line-height:1.4;letter-spacing:-.7px}.welcome-page{background:#f8f9fb}.welcome-main{max-width:1440px;margin:auto;min-height:100dvh;display:flex;flex-direction:column;padding:0 58px}.welcome-top{height:110px;display:flex;align-items:center;justify-content:space-between;gap:22px;flex-shrink:0}.welcome-brand{display:flex;align-items:center;gap:13px;font-size:14px;font-weight:750;letter-spacing:-.25px}.welcome-brand small{display:block;color:var(--muted);font-size:10px;font-weight:500;letter-spacing:0;margin-top:3px}.brand-monogram{display:grid;place-items:center;width:42px;height:42px;border:1px solid #dce3f2;border-radius:12px;background:white;color:var(--blue);font-size:16px;font-weight:800;letter-spacing:-.8px;box-shadow:0 3px 8px #26365205}.welcome-private{display:flex;align-items:center;gap:8px;font-size:10px;color:var(--muted)}.auth-stage{flex:1;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(0,1fr);align-items:center;gap:25px;min-height:570px;padding:24px 17px 53px;max-width:1200px;width:100%;margin:auto}.welcome-copy{position:relative;z-index:1;animation:welcome-arrive 600ms var(--ease) both}.welcome-kicker{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:11px;letter-spacing:.025em;margin-bottom:22px}.welcome-kicker>span{width:6px;height:6px;border-radius:50%;background:var(--blue)}.welcome-copy h1{font-size:clamp(38px,3.55vw,52px);font-weight:650;line-height:1.17;letter-spacing:-1.8px;max-width:635px;text-wrap:balance}.welcome-copy h1>span{color:var(--blue);font-weight:750}.welcome-copy>p{max-width:480px;font-size:14px;line-height:1.9;color:var(--muted);margin:25px 0 31px}.welcome-enter{min-height:49px;min-width:225px;justify-content:space-between;gap:26px;padding:13px 20px;border-radius:10px;box-shadow:0 5px 12px #355de919;font-size:12px}.welcome-enter svg{transition:transform 220ms var(--ease)}.welcome-enter:hover svg{transform:translateX(3px)}.welcome-principle{font-size:10px;color:#7a8393;line-height:1.9;margin-top:24px}.welcome-visual{min-width:0;position:relative;animation:neural-arrive 850ms var(--ease) both}.neural-orb{width:100%;max-width:510px;height:auto;display:block;overflow:visible}.neural-body{transform-origin:260px 244px;transition:transform 240ms var(--ease)}.neural-connections{animation:network-arrive 1100ms var(--ease) both}.neural-nodes,.neural-core{animation:network-arrive 850ms 180ms var(--ease) both}.neural-caption{display:flex;align-items:center;gap:14px;justify-content:center;font-size:9px;color:#8a93a3;margin-top:-7px;letter-spacing:.01em}.neural-caption strong{color:#5f6f89;font-size:9px;font-weight:550}.neural-caption-line{width:31px;height:1px;background:#c8d2e5}.welcome-footer{display:flex;justify-content:space-between;align-items:center;padding:25px 0 29px;border-top:1px solid var(--line);font-size:9px;color:#8790a0;gap:20px;flex-shrink:0}.auth-stage.auth-login{display:flex;align-items:center;justify-content:center;padding:12px 0 42px;min-height:590px}.auth-panel{animation:auth-reveal 220ms var(--ease) both}.auth-panel h1{font-size:29px!important;letter-spacing:-1px!important;line-height:1.25}.login-back{font-size:10px;color:var(--muted);min-height:32px;padding:0 0 12px;margin-bottom:21px;text-align:left;display:block}.login-back:hover{color:var(--blue)}.auth-panel .login-copy{margin:13px 0 25px}.auth-panel .eyebrow{font-size:9px}.auth-panel .login-note{max-width:330px}@media(hover:hover) and (pointer:fine){.welcome-visual:hover .neural-body{transform:rotate(2deg) scale(1.012)}}@keyframes welcome-arrive{from{opacity:0;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}@keyframes neural-arrive{from{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes network-arrive{from{opacity:0}to{opacity:1}}@keyframes auth-reveal{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:1100px){.welcome-main{padding:0 36px}.auth-stage{gap:12px;padding-left:0;padding-right:0;grid-template-columns:1.2fr 1fr;min-height:600px}.welcome-copy h1{font-size:39px;letter-spacing:-1.4px}.welcome-copy>p{font-size:12px;max-width:395px}.welcome-kicker{font-size:10px}.welcome-visual{margin-right:-9px}.neural-caption{gap:9px;font-size:8px}.neural-caption strong{font-size:8px}}
@media(max-width:760px){.welcome-main{padding:0 24px}.welcome-top{height:90px}.welcome-brand{font-size:12px;gap:10px}.welcome-brand small{font-size:9px}.brand-monogram{width:38px;height:38px;font-size:15px;border-radius:11px}.welcome-private{font-size:0;gap:0}.welcome-private svg{width:16px;height:16px}.auth-stage{display:flex;flex-direction:column;gap:0;min-height:0;padding:26px 0 27px}.welcome-copy{width:100%;max-width:510px}.welcome-kicker{font-size:9px;margin-bottom:19px}.welcome-copy h1{font-size:35px;line-height:1.16;letter-spacing:-1.25px;max-width:430px}.welcome-copy>p{font-size:12px;line-height:1.85;margin:21px 0 25px;max-width:350px}.welcome-enter{width:100%;min-height:49px;font-size:12px;max-width:350px}.welcome-principle{font-size:9px;margin-top:18px}.welcome-visual{width:calc(100% + 16px);max-width:365px;margin:9px 0 -5px}.neural-orb{max-width:365px}.neural-caption{font-size:8px;gap:12px;margin-top:-3px}.neural-caption strong{font-size:8px}.welcome-footer{font-size:8px;padding:21px 0 25px;gap:15px;align-items:flex-start}.welcome-footer span:last-child{text-align:right}.auth-stage.auth-login{width:100%;padding:12px 0 30px;min-height:0;flex:1}.auth-panel{padding:25px 24px;border-radius:18px;box-shadow:0 12px 36px #182b510b}.auth-panel h1{font-size:25px!important}.auth-panel .login-copy{font-size:11px}.auth-panel .login-back{margin-bottom:18px}.auth-panel input{font-size:16px}.initial-loading h1{font-size:21px}}
@media(max-width:390px){.welcome-main{padding:0 21px}.welcome-copy h1{font-size:32px}.welcome-copy>p{font-size:11px}.welcome-top{height:83px}.welcome-visual{max-width:325px}.welcome-enter{min-height:48px}.auth-panel{padding:24px 21px}}
@media(prefers-reduced-motion:reduce){.welcome-copy,.welcome-visual,.neural-connections,.neural-nodes,.neural-core,.auth-panel{animation:none!important}.neural-body,.welcome-enter svg{transition:none!important;transform:none!important}}

/* A single menu presentation replaces operating-system select popups everywhere. */
.ui-select-control{position:relative;display:inline-flex;min-width:0;width:100%;vertical-align:middle}.ui-native-select{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:0!important;opacity:0!important;clip-path:inset(50%)!important;pointer-events:none!important;overflow:hidden!important;min-width:0!important;max-width:1px!important;border:0!important;left:0;top:0}.ui-select-trigger{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;height:40px;min-height:40px;padding:9px 11px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);font-family:Manrope,-apple-system,BlinkMacSystemFont,sans-serif;font-size:11px;font-weight:500;line-height:1.4;text-align:left;box-sizing:border-box;white-space:nowrap}.ui-select-trigger:hover:not(:disabled){background:#f8faff;border-color:#cbd5e9;color:var(--ink)}.ui-select-trigger[aria-expanded=true]{border-color:#9cafee;box-shadow:0 0 0 2px #edf1fe}.ui-select-trigger[aria-invalid=true]{border-color:var(--red)}.ui-select-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1}.ui-select-chevron{display:flex;align-items:center;justify-content:center;color:#8893a5;flex:0 0 12px;transition:transform 160ms var(--ease)}.ui-select-trigger[aria-expanded=true] .ui-select-chevron{transform:rotate(180deg)}.ui-select-menu{position:fixed!important;inset:auto;margin:0;padding:6px;border:1px solid #dde3ef;border-radius:10px;background:#fff;color:var(--ink);box-shadow:0 14px 40px #1a2d521c,0 3px 10px #1a2d5209;z-index:1000;overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#c9d2e3 transparent;font-family:Manrope,-apple-system,BlinkMacSystemFont,sans-serif;font-size:11px;line-height:1.4;box-sizing:border-box;animation:select-appear 150ms var(--ease) both;max-width:calc(100vw - 24px);outline:none}.ui-select-menu::backdrop{background:transparent;backdrop-filter:none}.ui-select-option{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:37px;padding:9px 10px;border-radius:6px;color:var(--ink);cursor:pointer;box-sizing:border-box}.ui-select-option>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.ui-select-option.is-selected{color:var(--blue);font-weight:650}.ui-select-option.is-active{background:var(--blue-soft);color:var(--blue)}.ui-select-option[aria-disabled=true]{opacity:.42;cursor:default}.ui-select-option svg{flex:0 0 15px}.filters .ui-select-control{width:158px}.filters .capacity .ui-select-control{width:105px}.filters .ui-select-trigger{height:38px;min-height:38px}.form-field .ui-select-trigger{height:44px;min-height:44px;font-size:12px}.candidate-bar .ui-select-control{min-width:0;max-width:100%}.candidate-bar .ui-select-trigger{height:42px;min-height:42px}.limited-market .filters .ui-select-control{width:175px}@keyframes select-appear{from{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1280px){.filters .ui-select-control{width:142px}.filters .capacity .ui-select-control{width:100px}}@media(max-width:760px){body:not(.admin) .filters .ui-select-control{width:100%}body:not(.admin) .filters .ui-select-trigger{height:43px;min-height:43px;font-size:11px}body:not(.admin) .filters .capacity .ui-select-control{width:100%}.ui-select-option{min-height:42px;padding:11px 10px;font-size:12px}.ui-select-menu{font-size:12px}.form-field .ui-select-trigger{height:46px;min-height:46px}.limited-market .filters .ui-select-control{width:100%}}@media(prefers-reduced-motion:reduce){.ui-select-menu{animation:none!important}.ui-select-chevron{transition:none!important}}

.sale-reminder{margin-top:16px}.sale-reminder-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:8px}.sale-reminder p{margin-top:5px;font-size:11px}.sale-reminder p:last-child{font-size:10px}.saved-digest h2{display:flex;align-items:center;gap:9px}.digest-entry{padding:18px 0;border-top:1px solid var(--line)}.digest-entry:first-of-type{padding-top:0;border-top:0}.digest-entry:last-child{padding-bottom:0}.digest-entry button{padding:0;text-align:left;font-size:12px;font-weight:650;display:inline-flex;align-items:center;gap:8px}.digest-entry button:hover{color:var(--blue)}.digest-entry small{display:block;font-size:10px;color:var(--muted);margin-top:5px}.digest-entry p{font-size:11px;color:var(--muted);line-height:1.8;margin-top:12px;max-width:940px}.digest-entry p strong{color:var(--ink);font-weight:650}.digest-empty{font-size:11px;line-height:1.8}@media(max-width:760px){.sale-reminder-head{display:block}.sale-reminder-head .chip{margin-top:7px}.sale-reminder p{font-size:10px}.digest-entry button{font-size:11px}.digest-entry p{font-size:10px}.digest-empty{font-size:10px}}

.selection-toolbar{padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid var(--line);background:#f8faff}.selection-toolbar p{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px 16px;font-size:11px}.selection-toolbar p strong{font-weight:650;min-width:80px}.selection-toolbar p>span{font-size:10px;color:var(--muted)}.selection-toolbar .actions{display:flex;flex-wrap:wrap;gap:8px}.selection-toolbar .btn{min-height:36px;font-size:11px;padding:8px 12px}@media(max-width:760px){body:not(.admin) .selection-toolbar{padding:14px 17px;display:block}body:not(.admin) .selection-toolbar p{margin-bottom:12px}body:not(.admin) .selection-toolbar .actions{display:grid;grid-template-columns:1fr 1fr}body:not(.admin) .selection-toolbar .btn{min-height:42px}}

.main{position:relative;min-height:calc(100vh - 70px)}.main[data-loading=true]{cursor:progress}.screen-status{position:fixed;top:79px;right:36px;z-index:60;display:flex;align-items:center;gap:10px;padding:9px 13px;border:1px solid var(--line);border-radius:10px;background:#fffffff5;box-shadow:0 4px 18px #1a2d520b;max-width:calc(100vw - 260px);font-size:10px;color:var(--muted)}.screen-status[hidden]{display:none}.screen-status .loader{width:13px;height:13px;margin:0}.screen-status .btn{flex-shrink:0}.operations-safety{border-top:1px solid var(--line);margin-top:20px;padding-top:14px;font-size:10px}.operations-safety summary{font-size:11px;font-weight:600;cursor:pointer;min-height:28px;padding:4px 0}.safety-date{font-size:10px;line-height:1.7;color:var(--muted);margin:10px 0 15px}.operations-safety dl{display:grid;gap:10px}.operations-safety dl>div{display:grid;grid-template-columns:1fr 1fr;gap:16px}.operations-safety dt{color:var(--muted)}.operations-safety dd{margin:0;text-align:right;font-weight:550}.operations-safety .muted{padding-top:10px}@media(max-width:760px){body:not(.admin) .screen-status{top:67px;left:17px;right:17px;max-width:none;font-size:10px}body:not(.admin) .main{min-height:calc(100dvh - 128px)}}
/* Request-bound entry artwork: blue ribbons assemble once; only a quiet rim trace continues. */
.entry-page,.entry-main{background:#f8f9fc}.entry-main{min-height:100dvh}.entry-loading{position:relative;isolation:isolate;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;text-align:center;color:var(--ink);padding:30px 24px;gap:0}.entry-loading-boot{min-height:100dvh;padding-bottom:10vh}.entry-loading-art{width:min(600px,100%);flex:none;pointer-events:none;user-select:none}.entry-sphere{display:block;width:100%;height:auto;overflow:visible}.entry-orb-halo{opacity:.55;animation:entry-halo 800ms var(--ease) both}.entry-band{stroke-dasharray:1;stroke-dashoffset:0;transform-box:fill-box;transform-origin:center;animation:entry-band-form 900ms var(--ease) both}.entry-band-one{stroke-width:1.4;opacity:.4;--ribbon-x:-32px;--ribbon-y:5px;--ribbon-turn:-9deg}.entry-band-two{stroke-width:2;opacity:.6;--ribbon-x:38px;--ribbon-y:-8px;--ribbon-turn:14deg;animation-delay:40ms}.entry-band-three{stroke-width:2.5;opacity:.9;--ribbon-x:-26px;--ribbon-y:-20px;--ribbon-turn:-18deg;animation-delay:70ms}.entry-band-four{stroke-width:1.5;opacity:.3;--ribbon-x:32px;--ribbon-y:18px;--ribbon-turn:10deg;animation-delay:60ms}.entry-band-five{stroke-width:3;opacity:.9;--ribbon-x:-36px;--ribbon-y:22px;--ribbon-turn:-9deg;animation-delay:90ms}.entry-orb-trace{stroke-dasharray:.06 .94;stroke-dashoffset:0;opacity:.55;animation:entry-orbit 7s 1s linear infinite}.entry-orb-nodes{animation:entry-nodes 900ms var(--ease) both}.entry-loading-copy{position:relative;margin-top:-15px;max-width:640px;animation:entry-content 220ms var(--ease) both}.entry-loading-copy h1{font-size:27px;line-height:1.4;letter-spacing:-.8px;font-weight:650;text-wrap:balance}.entry-loading-copy p{margin-top:17px;color:var(--muted);font-size:12px}.entry-loading-section{min-height:420px;padding:30px 20px 55px}.entry-loading-section .entry-loading-art{width:min(440px,100%)}.entry-loading-section .entry-loading-copy{margin-top:-14px}.entry-loading-section .entry-loading-copy p{margin-top:0}.main[data-enter=true]>:not(.entry-loading){animation:entry-content 200ms var(--ease) both}.auth-stage.auth-login{position:relative;isolation:isolate}.auth-loading-art{position:absolute;z-index:-1;pointer-events:none;display:none;width:760px;max-width:none;left:calc(50% - 740px);top:50%;transform:translateY(-50%);opacity:.65}.auth-login[data-auth-pending=true] .auth-loading-art{display:block}.auth-loading-art .entry-orb-halo{opacity:.25}
@keyframes entry-band-form{from{stroke-dashoffset:1;transform:translate(var(--ribbon-x,0),var(--ribbon-y,0)) rotate(var(--ribbon-turn,0deg))}to{stroke-dashoffset:0;transform:translate(0,0) rotate(0)}}
@keyframes entry-halo{from{opacity:0;transform:scale(.96);transform-origin:center}to{opacity:.55;transform:scale(1);transform-origin:center}}
@keyframes entry-nodes{0%,55%{opacity:0}to{opacity:1}}
@keyframes entry-orbit{to{stroke-dashoffset:-1}}
@keyframes entry-content{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:760px){.entry-loading-boot{padding:20px 24px 14vh}.entry-loading-art{width:min(430px,calc(100% + 48px));max-width:calc(100vw - 8px)}.entry-loading-copy{margin-top:0;max-width:410px}.entry-loading-copy h1{font-size:22px;line-height:1.45;letter-spacing:-.55px}.entry-loading-copy p{font-size:11px;margin-top:16px}.entry-loading-section{min-height:340px;padding:25px 0 40px}.entry-loading-section .entry-loading-art{width:360px;max-width:100%}.auth-loading-art{width:640px;left:calc(50% - 320px);top:30%;opacity:.32}.entry-orb-trace{animation-duration:9s}}
@media(prefers-reduced-motion:reduce){.entry-band,.entry-orb-halo,.entry-orb-trace,.entry-orb-nodes,.entry-loading-copy,.main[data-enter=true]>*{animation:none!important;transform:none!important}.entry-band{stroke-dashoffset:0}.entry-orb-trace{display:none}}

.screen-status.screen-status-assistive:not([hidden]){position:absolute;inset:0 auto auto 0;width:1px;height:1px;max-width:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);border:0;white-space:nowrap}

/* Stable pair of inclusive capacity bounds; one group at every breakpoint. */
.filters .capacity-range{border:0;padding:0;margin:0;min-width:0;flex:0 0 176px;color:var(--muted);font-size:10px}
.capacity-range legend{padding:0;margin-bottom:5px;font:inherit}
.capacity-range>div{display:grid;grid-template-columns:minmax(0,1fr) 12px minmax(0,1fr);align-items:center;gap:5px}
.filters .capacity-range input{width:100%;min-width:0;max-width:none;font-variant-numeric:tabular-nums}
.capacity-range>div>span{text-align:center;color:var(--muted)}
@media(max-width:760px){body:not(.admin) .filters .capacity-range{grid-column:1/-1}.filters .capacity-range input{height:43px}}
/* Factual price history: short timelines for sparse captures, one chart per route. */
.price-history{margin-top:17px;display:grid;gap:13px}.price-history-route{border:1px solid #e3e8f0;border-radius:13px;background:#fff;min-width:0;overflow:hidden}.price-history-route-header,.price-history-route-disclosure>summary{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:20px 22px;color:#1e293d;min-height:44px;list-style:none}.price-history-route-disclosure>summary::-webkit-details-marker{display:none}.price-history-route-disclosure>summary::marker{content:''}.price-history-route-heading{min-width:0;align-self:center}.price-history-route-heading>strong{display:block;font-size:14px;font-weight:650;line-height:1.5;overflow-wrap:anywhere}.price-history-route-heading>span{display:block;font-size:12px;color:#53647d;line-height:1.6;margin-top:5px}.price-history-latest{text-align:right;min-width:0;max-width:57%}.price-history-latest>span{display:block;font-size:12px;color:#53647d;line-height:1.5}.price-history-latest>strong{display:block;font-size:25px;font-weight:600;letter-spacing:-.8px;font-variant-numeric:tabular-nums;color:#253d63;line-height:1.3;margin-top:4px;overflow-wrap:anywhere}.price-history-latest>time{display:block;font-size:12px;line-height:1.6;color:#53647d;margin-top:6px}.price-history-toggle{font-size:21px;font-weight:400;line-height:1.4;align-self:center;color:#8694ac;margin-left:-8px;flex-shrink:0}.price-history-route-disclosure[open]>summary .price-history-toggle{transform:rotate(45deg)}.price-history-route-disclosure>summary:hover{background:#fafbfe}.price-history-route-disclosure>summary:focus-visible,.price-history-records>summary:focus-visible{outline:2px solid #5278dd;outline-offset:-3px;border-radius:9px}.price-history-route-body{padding:0 22px 15px!important}.price-history-change{border-top:1px solid #edf0f5;padding-top:15px;display:flex;align-items:baseline;flex-wrap:wrap;gap:5px 10px;margin-bottom:17px}.price-history-change>strong{font-size:20px;font-weight:600;letter-spacing:-.5px;color:#395fbd;line-height:1.4;font-variant-numeric:tabular-nums}.price-history-change>span{font-size:13px;color:#53647d;font-variant-numeric:tabular-nums}.price-history-change>p{font-size:12px;color:#53647d;line-height:1.6;margin-left:auto;text-align:right;max-width:65%}.price-history-timeline{list-style:none;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);gap:12px;margin:0;padding:0}.price-history-timeline li{position:relative;min-width:0;padding:14px 15px;background:#f7f9fc;border:1px solid #edf0f5;border-radius:9px}.price-history-timeline li:last-child{background:#f1f5fd;border-color:#dfe7f6}.price-history-step{display:block;font-size:12px;color:#53647d;line-height:1.5}.price-history-timeline li>strong{display:block;font-size:21px;line-height:1.4;font-weight:600;letter-spacing:-.65px;margin:7px 0 9px;font-variant-numeric:tabular-nums;color:#344b70;overflow-wrap:anywhere}.price-history-timeline time{font-size:12px;line-height:1.65;color:#53647d}.price-history-timeline time>span{display:block}.price-history-timeline small{display:block;font-size:12px;color:#53647d;line-height:1.6;margin-top:8px}.price-history-source-link{display:inline-flex;align-items:center;gap:11px;min-height:44px;font-size:12px;color:#416198;margin-top:9px;line-height:1.5}.price-history-source-link:hover{color:#2b54b6}.price-history-source-link>span{font-size:15px}.price-history-note,.price-history-conflict{font-size:12px;color:#53647d;line-height:1.75;margin:0 0 12px;padding:13px 0 0;border-top:1px solid #edf0f5}.price-history-conflict{border:1px solid #ece2d3;background:#faf7f1;border-radius:8px;color:#8c6b40;padding:12px 14px}.price-history-saved-note,.price-history-chart-note{font-size:12px;color:#53647d;line-height:1.7;margin:0}.price-history-chart-note{margin:2px 0 11px}.price-history-empty{padding:19px 21px;margin-top:15px;background:#f6f8fb;border:1px solid #e8edf4;border-radius:11px}.price-history-empty strong{font-size:14px;font-weight:600;color:#51637f}.price-history-empty p{font-size:12px;line-height:1.8;color:#53647d;margin-top:8px}.price-history-records{margin:11px 0 0;border-top:1px solid #e7ecf4;padding-top:5px}.price-history-records>summary{font-size:12px;min-height:44px;color:#627697;display:flex;align-items:center;justify-content:space-between;gap:20px;list-style:none}.price-history-records>summary::after{content:'+';font-size:19px;color:#8897b0}.price-history-records[open]>summary::after{content:'−'}.price-history-records>summary>span{margin-left:auto;font-size:12px;color:#53647d}.price-history-record-list{padding:0;margin:0;max-height:300px;overflow:auto;scrollbar-width:thin}.price-history-record-list>div{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:12px 0;border-top:1px solid #eef1f6}.price-history-record-list dt{font-size:12px;line-height:1.7;color:#53647d;max-width:55%}.price-history-record-list dt>span{margin-left:6px;font-size:12px;color:#53647d}.price-history-record-list dd{margin:0;text-align:right;font-size:13px;line-height:1.7;max-width:50%;color:#405779}.price-history-record-list dd>strong{font-size:14px;font-weight:600;display:inline-block;white-space:nowrap;font-variant-numeric:tabular-nums}.price-history-record-list dd>small{display:block;font-size:12px;color:#785d37;line-height:1.6;margin-top:3px}.price-history-or{display:inline-block;padding:0 5px;font-size:12px;color:#53647d}.price-history-plot{position:relative;margin:0 -5px}.price-history-plot svg{display:block;width:100%;height:auto;overflow:visible}.price-history-plot-mobile{display:none}.price-history-axis-label,.price-history-axis-unit{fill:#53647d;font-family:Manrope,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px}.price-history-axis-unit{font-size:13px}.price-history-gridline{stroke:#e9eef5;stroke-width:1;fill:none}.price-history-connector{stroke:#7f9cdb;stroke-width:2;stroke-dasharray:5 5;stroke-linejoin:round;stroke-linecap:round}.price-history-hit{fill:transparent}.price-history-dot{fill:#fff;stroke:#4770c4;stroke-width:2}.price-history-dot.is-latest{fill:#4269c4;stroke:#fff;stroke-width:2.5}.price-history-dot-group{cursor:crosshair;outline:none}.price-history-dot-group:focus-visible .price-history-hit{stroke:#91a9e0;stroke-width:2;stroke-dasharray:3 3}.price-history-dot-group:hover .price-history-dot,.price-history-dot-group:focus .price-history-dot{stroke:#294f9f;stroke-width:2.7}.price-history-tooltip{visibility:hidden;pointer-events:none}.price-history-dot-group:hover .price-history-tooltip,.price-history-dot-group:focus .price-history-tooltip{visibility:visible}.price-history-tooltip rect{fill:#fff;stroke:#d6e0ee;stroke-width:1.2}.price-history-tooltip-price{fill:#28426b;font:600 17px Manrope,-apple-system,sans-serif}.price-history-tooltip-date{fill:#53647d;font:13px Manrope,-apple-system,sans-serif}.price-history-route-body{animation:price-history-arrive 180ms var(--ease) both}@keyframes price-history-arrive{from{opacity:.6;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:760px){.price-history{gap:12px;margin-top:15px}.price-history-route-header,.price-history-route-disclosure>summary{padding:17px 15px;gap:13px;flex-wrap:wrap}.price-history-route-heading{flex:1;min-width:130px}.price-history-route-heading>strong{font-size:14px}.price-history-route-heading>span{font-size:12px;line-height:1.6}.price-history-latest{flex:1;text-align:left;min-width:170px;max-width:100%}.price-history-latest>strong{font-size:25px;letter-spacing:-.7px}.price-history-latest>time{font-size:12px}.price-history-route-body{padding:0 14px 10px!important}.price-history-toggle{position:absolute;right:15px;top:18px;margin:0}.price-history-route-disclosure>summary{position:relative;padding-right:40px}.price-history-change{gap:5px 10px;padding-top:14px;margin-bottom:15px}.price-history-change>strong{font-size:19px}.price-history-change>span{font-size:13px}.price-history-change>p{flex:1 0 100%;margin:2px 0 0;max-width:none;text-align:left;font-size:12px;line-height:1.6}.price-history-timeline{gap:7px}.price-history-timeline li{padding:12px 8px;border-radius:8px}.price-history-timeline li>strong{font-size:17px;letter-spacing:-.4px;margin:8px 0 9px;line-height:1.4}.price-history-step,.price-history-timeline time,.price-history-timeline time>span,.price-history-timeline small{font-size:12px;line-height:1.6}.price-history-timeline time>span{overflow-wrap:anywhere}.price-history-timeline small{font-size:12px}.price-history-note,.price-history-conflict,.price-history-saved-note,.price-history-chart-note{font-size:12px}.price-history-empty{padding:17px}.price-history-empty p{font-size:12px}.price-history-record-list>div{gap:12px}.price-history-record-list dt{max-width:52%;font-size:12px}.price-history-record-list dd{max-width:48%}.price-history-record-list dd>strong{font-size:13px;white-space:normal}.price-history-record-list dt>span{display:block;margin:2px 0 0}.price-history-plot-desktop{display:none}.price-history-plot-mobile{display:block}.price-history-plot{margin:0 -7px}.price-history-source-link{font-size:12px;min-height:44px}.price-history-chart-note{margin-top:3px}.price-history-axis-label{font-size:14px}.price-history-tooltip-date{font-size:13px}}
@media(prefers-reduced-motion:reduce){.price-history-route-body{animation:none!important;transform:none!important}.price-history *{scroll-behavior:auto!important}}
/* Minimal welcome: one entry action and a locally rendered energy sphere. */
body.welcome-page{background:#080f1e}
.welcome-home{max-width:1536px;padding:0 64px;color:#edf3ff}
.welcome-home .welcome-top{height:104px}
.welcome-home .welcome-brand{font-size:14px;gap:12px;color:#e5eefb}
.welcome-home .welcome-brand small{font-size:11px;color:#8e9eba}
.welcome-home .brand-monogram{width:43px;height:43px;border-radius:12px;color:#fff;background:#235cea;border:1px solid #5685f4;font-size:18px;box-shadow:0 7px 28px #235cda25}
.welcome-home .auth-stage:not(.auth-login){width:100%;max-width:none;min-height:0;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:12px;padding:16px 0 96px;align-content:center;flex:1}
.welcome-home .welcome-copy{max-width:700px;padding:0;animation:welcome-home-reveal 240ms var(--ease) both}
.welcome-home .welcome-kicker{font-size:12px;letter-spacing:.025em;color:#92afd4;margin-bottom:25px;gap:10px}
.welcome-home .welcome-kicker>span{width:5px;height:5px;background:#76b3ff;box-shadow:0 0 12px #507cff80}
.welcome-home .welcome-copy h1{font-size:clamp(38px,3.6vw,56px);line-height:1.17;letter-spacing:-1.85px;font-weight:550;max-width:720px;text-wrap:balance;color:#edf3ff}
.welcome-home .welcome-copy h1>span{font-weight:650;color:#7db3ff}
.welcome-home .welcome-copy>p{font-size:14px;color:#96a9c7;line-height:1.9;margin:27px 0 33px;max-width:510px}
.welcome-home .welcome-enter{width:244px;min-height:53px;justify-content:space-between;padding:13px 20px;border-radius:11px;font-size:13px;font-weight:650;background:#3165ee;border-color:#4a7dff;color:#fff;box-shadow:0 8px 32px #285ad034;transition:background 180ms,box-shadow 180ms}
.welcome-home .welcome-enter:hover{background:#4275ff;border-color:#739aff;box-shadow:0 9px 40px #2f66e847}
.welcome-home .welcome-enter:focus-visible{outline:2px solid #b9d6ff;outline-offset:5px}
.welcome-home .welcome-orbit-visual{position:relative;min-width:0;width:112%;max-width:660px;justify-self:center;margin:0;padding:0;animation:welcome-home-reveal 240ms var(--ease) both;pointer-events:none}
.energy-orb{position:relative;width:100%;aspect-ratio:1;isolation:isolate;pointer-events:none}
/* A sustained touch belongs to this decorative canvas, never text/image selection.
   Keep native scrolling and pinch zoom; the login form is outside this subtree. */
.energy-orb,.energy-orb *{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-user-drag:none;-webkit-tap-highlight-color:transparent}
.energy-orb:before{content:'';position:absolute;inset:8%;border-radius:50%;background:radial-gradient(circle,#1b53a313,transparent 68%);filter:blur(20px);z-index:-1}
.energy-orb-canvas,.energy-orb-fallback{position:absolute;inset:0;width:100%;height:100%;display:block}
.energy-orb-canvas{opacity:0;transition:opacity 240ms ease;pointer-events:auto}
.energy-orb-canvas[data-ready=true]{opacity:1}
.energy-orb-canvas[data-ready=true]+.energy-orb-fallback{opacity:0}
.energy-orb-fallback{transition:opacity 240ms ease;filter:drop-shadow(0 0 30px #1e61eb25)}
.welcome-home .auth-stage.auth-login{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:70px;max-width:1120px;min-height:0;flex:1;padding:20px 0 96px}
.auth-energy-visual{width:115%;max-width:580px;justify-self:center;pointer-events:none}
.welcome-home .auth-panel{width:420px;justify-self:center;animation:welcome-home-reveal 200ms var(--ease) both;background:#111e31;border:1px solid #293d59;color:#e1ebfc;box-shadow:0 24px 70px #02071140;padding:32px}
.welcome-home .auth-panel h1{color:#e8effd}
.welcome-home .auth-panel .eyebrow,.welcome-home .auth-panel .login-back,.welcome-home .auth-panel .login-copy{font-size:12px;line-height:1.75;color:#9eb3d0}
.welcome-home .auth-panel .login-back{min-height:44px;margin-bottom:14px}
.welcome-home .auth-panel .login-back:hover{color:#dfedff}
.welcome-home .auth-panel .form-field{font-size:12px;color:#b2c4df}
.welcome-home .auth-panel input{background:#0b1729;border-color:#344b69;color:#eaf2ff;caret-color:#99b8ff}
.welcome-home .auth-panel input:focus{border-color:#719bff;outline:2px solid #4368b4;outline-offset:2px}
.welcome-home .auth-panel input:-webkit-autofill{-webkit-text-fill-color:#eaf2ff;box-shadow:0 0 0 1000px #0b1729 inset;caret-color:#99b8ff}
.welcome-home .auth-panel .login-submit{background:#3165ee;border-color:#577df0;color:#fff;min-height:48px;font-size:13px}
.welcome-home .auth-panel .login-submit:hover{background:#4275ff}
.welcome-home .auth-panel .error-inline{background:#38232d;color:#ffd0d6;border:1px solid #654052}
@keyframes welcome-home-reveal{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:1150px) and (min-width:761px){
 .welcome-home{padding:0 40px}
 .welcome-home .welcome-copy h1{font-size:41px;letter-spacing:-1.4px}
 .welcome-home .welcome-copy>p{font-size:13px}
 .welcome-home .auth-stage.auth-login{gap:24px}
 .welcome-home .auth-panel{width:390px}
}
@media(max-width:760px){
 .welcome-home{padding:0 24px;overflow:hidden}
 .welcome-home .welcome-top{height:82px}
 .welcome-home .welcome-brand{font-size:12px;gap:10px}
 .welcome-home .welcome-brand small{font-size:10px}
 .welcome-home .brand-monogram{width:37px;height:37px;border-radius:11px;font-size:16px}
 .welcome-home .auth-stage:not(.auth-login){display:flex;flex-direction:column;gap:0;padding:23px 0 20px;align-items:stretch;justify-content:center;min-height:0}
 .welcome-home .welcome-copy{width:100%;max-width:500px;align-self:center}
 .welcome-home .welcome-kicker{font-size:11px;line-height:1.6;margin-bottom:19px}
 .welcome-home .welcome-copy h1{font-size:35px;line-height:1.16;letter-spacing:-1.15px;max-width:450px}
 .welcome-home .welcome-copy>p{font-size:12px;line-height:1.9;margin:20px 0 23px}
 .welcome-home .welcome-enter{width:100%;max-width:none;min-height:50px}
 .welcome-home .welcome-orbit-visual{width:100%;max-width:390px;margin:12px auto 0;align-self:center}
 .welcome-home .auth-stage.auth-login{display:flex;flex-direction:column;justify-content:center;width:100%;padding:20px 0 44px;gap:0}
 .auth-energy-visual{display:none}
 .welcome-home .auth-panel{width:100%;max-width:420px;padding:26px 23px}
 .welcome-home .auth-panel input{font-size:16px}
}
@media(max-width:390px){.welcome-home{padding:0 21px}.welcome-home .welcome-copy h1{font-size:32px;letter-spacing:-1.05px}}
@media(prefers-reduced-motion:reduce){
 .welcome-home .welcome-copy,.welcome-home .welcome-visual,.welcome-home .auth-panel{animation:none!important;transform:none!important}
 .welcome-home .welcome-enter,.welcome-home .welcome-enter svg,.energy-orb-canvas,.energy-orb-fallback{transition:none!important;transform:none!important}
}


/* Compact factual price history: one bar per observed price change. */
.price-history-bars{list-style:none;margin:0;padding:0;display:grid;gap:19px}.price-history-bars>li{min-width:0}.price-history-bar-label{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:9px}.price-history-bar-label time{font-size:13px;color:#405574;line-height:1.6}.price-history-bar-label time span{display:block;color:#63728a;font-size:12px}.price-history-bar-label strong{font-size:19px;letter-spacing:-.4px;font-weight:650;white-space:nowrap;font-variant-numeric:tabular-nums;color:#344b70}.price-history-bar-track{height:12px;background:#f0f3f8;border-radius:4px;overflow:hidden}.price-history-bar-track span{display:block;height:100%;background:#a8bce1;border-radius:4px;transform-origin:left;animation:price-bar-arrive 220ms var(--ease) both}.price-history-bars .is-latest .price-history-bar-track span{background:#466fe0}.price-history-bars+.price-history-chart-note{margin-top:17px}.price-history-unchanged{border-top:1px solid #edf0f5;display:flex;align-items:flex-start;gap:13px;padding:17px 0 5px}.price-history-unchanged>span{width:31px;height:31px;border-radius:50%;background:#f1f5fb;color:#566c90;text-align:center;line-height:31px;font-size:20px;flex-shrink:0}.price-history-unchanged strong{font-size:14px;font-weight:600;color:#344b70}.price-history-unchanged p,.price-history-unchanged small{font-size:12px;line-height:1.8;color:#53647d;display:block;margin-top:4px}.price-history-checks{margin-top:5px}.price-history-checks>summary{min-height:36px;cursor:pointer;color:#526d9a;font-size:12px;display:flex;align-items:center;gap:8px}.price-history-checks>summary::before{content:'+'}.price-history-checks[open]>summary::before{content:'−'}.price-history-checks>summary:focus-visible{outline:2px solid #5278dd;outline-offset:2px}.price-history-checks ul{list-style:none;padding:0;max-height:180px;overflow:auto;font-size:12px;line-height:1.9}.price-history-checks li{white-space:normal;padding:4px 0}@keyframes price-bar-arrive{from{transform:scaleX(.94);opacity:.3}to{transform:scaleX(1);opacity:1}}@media(max-width:760px){.price-history-bar-label time{font-size:12px}.price-history-bar-label strong{font-size:18px}.price-history-bars{gap:16px}.price-history-bar-track{height:11px}.price-history-checks>summary{min-height:44px}}@media(prefers-reduced-motion:reduce){.price-history-bar-track span{animation:none}}

/* Public legal text: deployment-owned identity, separate from cabinet data. */
.public-legal-footer{display:flex;align-items:center;justify-content:space-between;gap:14px 28px;flex-wrap:wrap;flex-shrink:0;padding:10px 0 18px;color:#9faec5;font-size:12px;line-height:1.7}
.public-legal-operator{max-width:650px;overflow-wrap:anywhere}
.public-legal-footer nav{display:flex;gap:8px 24px;flex-wrap:wrap}
.public-legal-footer a{display:inline-flex;align-items:center;min-height:44px;color:#b7c7e0;text-decoration:none}
.public-legal-footer a:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}
.public-legal-footer a:focus-visible,.public-privacy-main a:focus-visible{outline:2px solid #9ac2ff;outline-offset:4px;border-radius:2px}
.public-legal-footer .public-system-link{display:inline-flex;align-items:center;min-height:44px;padding:0;border:0;background:transparent;color:#b7c7e0;font:inherit;text-align:left;text-decoration:underline;text-underline-offset:4px;cursor:pointer}
.public-legal-footer .public-system-link:hover{color:#fff}
.public-system-link:focus-visible,.public-system-close:focus-visible{outline:2px solid #9ac2ff;outline-offset:4px;border-radius:4px}
.public-system-dialog{width:min(540px,calc(100vw - 36px));max-width:none;max-height:calc(100dvh - 40px);margin:auto;border:1px solid #344763;border-radius:18px;background:#111e31;color:#c4d2e6;box-shadow:0 28px 100px #0006;padding:0;overflow:hidden}
.public-system-dialog[open]{display:flex;flex-direction:column}
.public-system-dialog::backdrop{background:#030812a8;backdrop-filter:blur(4px)}
.public-system-head{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-shrink:0;padding:22px 24px 18px;border-bottom:1px solid #2b3d57}
.public-system-head h2{margin:0;color:#edf3ff;font-size:20px;line-height:1.4;font-weight:600;letter-spacing:-.35px}
.public-system-close{width:44px;min-width:44px;height:44px;border:1px solid #3a506e;border-radius:10px;background:#17263c;color:#d7e7fc;font-size:26px;line-height:1;cursor:pointer}
.public-system-close:hover{background:#223550}
.public-system-body{padding:22px 26px 28px;min-height:0;overflow:auto;overscroll-behavior:contain;overflow-wrap:anywhere;font-size:13px;line-height:1.85}
.public-system-body p{margin:0}
.public-system-body ul{display:grid;gap:12px;margin:18px 0 0;padding-left:18px;list-style:disc}
.public-system-body li{padding-left:3px}
.public-system-body li::marker{color:#94baff}
@media(max-width:760px){.public-system-dialog{width:calc(100vw - 28px);max-height:calc(100dvh - 28px);margin:auto;border-radius:16px}.public-system-head{padding:18px 18px 16px;gap:12px}.public-system-head h2{font-size:18px}.public-system-body{padding:20px 21px 25px}}
@media(prefers-reduced-motion:reduce){.public-system-dialog{animation:none!important}}
body.public-privacy-page{display:block;background:#080f1e;color:#dce6f6}
.public-privacy-main{width:100%;max-width:856px;margin:0 auto;padding:24px 40px 72px;overflow-wrap:anywhere}
.public-privacy-back{display:inline-flex;align-items:center;min-height:44px;color:#a8c7f6;font-size:13px;text-decoration:none;margin-bottom:38px}
.public-privacy-main h1{max-width:720px;font-size:38px;line-height:1.25;font-weight:600;letter-spacing:-1.15px;color:#eef3ff;margin:0 0 25px}
.public-privacy-main .public-privacy-meta{color:#aabbd3;font-size:13px;line-height:1.8;padding:0 0 23px;border-bottom:1px solid #27384f}
.public-privacy-main p{font-size:14px;line-height:1.9;white-space:pre-line;margin:0 0 14px}
.public-privacy-main .public-privacy-meta p{font-size:13px;margin:0 0 6px}
.public-privacy-main a{color:#a8c7f6;text-underline-offset:4px}
.public-privacy-main section{margin-top:34px;scroll-margin-top:24px}
.public-privacy-main h2{font-size:21px;font-weight:600;line-height:1.4;letter-spacing:-.35px;color:#edf3ff;margin:0 0 14px}
@media(max-width:760px){.public-legal-footer{align-items:flex-start;gap:6px;padding:6px 0 18px}.public-legal-footer nav{gap:0 20px}.public-legal-operator{width:100%}.public-privacy-main{padding:18px 24px 50px}.public-privacy-back{margin-bottom:25px}.public-privacy-main h1{font-size:29px;letter-spacing:-.7px}.public-privacy-main h2{font-size:20px}.public-privacy-main section{margin-top:27px}}

/* Distinct saved price conditions in the existing competitor table. */
.offer-prices{text-align:right;font-variant-numeric:tabular-nums;min-width:150px}.offer-price-variant+ .offer-price-variant{margin-top:9px}.offer-price-variant strong{white-space:nowrap}.offer-price-variant small{white-space:normal}.offer-price-condition{max-width:220px;margin-left:auto}.offer-stock{margin-top:10px!important}
