.profile-app .topbar-sub{font-size:13px;color:var(--ink-muted)}.profile-app .btn[disabled]{opacity:.4;cursor:default}.profile-app .btn[disabled]:hover{background:var(--panel)}.profile-app .btn-primary[disabled]:hover{background:var(--acc)}.profile-app .editor{flex:1 1;min-height:0;display:flex;overflow:hidden}.profile-app .ed-pane{width:464px;flex:none;min-width:0;display:flex;flex-direction:column;border-right:1px solid var(--line);background:var(--panel)}.profile-app .ed-scroll{flex:1 1;min-height:0;overflow-y:auto;scrollbar-gutter:stable}.profile-app .ed-body{padding:4px 26px 28px}.profile-app .ed-group{padding:26px 0}.profile-app .ed-group+.ed-group{border-top:1px solid var(--line-soft)}.profile-app .ed-head{margin-bottom:18px}.profile-app .ed-head h2{font-size:15px;font-weight:700;letter-spacing:-.01em}.profile-app .ed-head p{margin-top:4px;font-size:13px;line-height:1.45;color:var(--ink-muted)}.profile-app .ed-stack{display:flex;flex-direction:column;gap:18px}.profile-app .ed-field{display:flex;flex-direction:column;gap:7px;min-width:0}.profile-app .ed-label{font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--ink-muted)}.profile-app .ed-note{font-size:12px;color:var(--ink-muted)}.profile-app .ed-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.profile-app .f{width:100%;min-width:0;font-family:var(--sans);font-size:14px;line-height:1.45;color:var(--ink);background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:9px 12px;transition:border-color .15s ease,box-shadow .15s ease}.profile-app .f:hover{border-color:var(--ink-muted)}.profile-app .f:focus{outline:none;border-color:var(--acc);box-shadow:0 0 0 3px color-mix(in srgb,var(--acc) 18%,transparent)}.profile-app .f:disabled{background:var(--btn-light,var(--panel));color:var(--ink-muted);cursor:default}.profile-app .f:disabled:hover{border-color:var(--line)}.profile-app .f::placeholder{color:var(--ink-muted)}.profile-app textarea.f-desc{display:block;resize:vertical;min-height:92px}.profile-app .f-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:30px;cursor:pointer;background-image:linear-gradient(45deg,transparent 50%,currentColor 0),linear-gradient(135deg,currentColor 50%,transparent 0);background-position:calc(100% - 16px) calc(50% + 1px),calc(100% - 11px) calc(50% + 1px);background-size:5px 5px,5px 5px;background-repeat:no-repeat}.profile-app .ed-combo{display:flex;align-items:center;gap:8px}.profile-app .ed-combo .f{flex:1 1 auto}.profile-app .ed-unit{flex:0 0 auto;width:auto}.profile-app .ed-suffix{flex:none;font-size:14px;color:var(--ink-muted)}.profile-app .cover-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.profile-app .cover-swatch{position:relative;height:58px;border-radius:12px;border:0;padding:0;cursor:pointer;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);transition:transform .15s ease}.profile-app .cover-swatch:hover{transform:translateY(-2px)}.profile-app .cover-swatch.is-on{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1),0 0 0 2px var(--panel),0 0 0 4px var(--acc)}.profile-app .cover-swatch:focus-visible{outline:2px solid var(--acc);outline-offset:3px}.profile-app .cover-mark{position:absolute;right:7px;bottom:7px;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:var(--acc);color:#fff}.profile-app .cover-mark svg{width:12px;height:12px}.profile-app .swatch-row{display:flex;gap:8px}.profile-app .swatch{width:32px;height:32px;border-radius:50%;border:0;padding:0;cursor:pointer;box-shadow:inset 0 0 0 1px rgba(0,0,0,.12);transition:transform .15s ease}.profile-app .swatch:hover{transform:scale(1.08)}.profile-app .swatch.is-on{box-shadow:inset 0 0 0 1px rgba(0,0,0,.12),0 0 0 2px var(--panel),0 0 0 4px var(--acc)}.profile-app .swatch:focus-visible{outline:2px solid var(--acc);outline-offset:3px}.profile-app .ed-tags{display:flex;flex-wrap:wrap;gap:8px}.profile-app .tag-btn{border:none;cursor:pointer;font-family:var(--sans);transition:opacity .15s ease,box-shadow .15s ease}.profile-app .tag-btn.is-off{background:transparent;color:var(--ink-muted);box-shadow:inset 0 0 0 1px var(--line)}.profile-app .tag-btn.is-off:hover{color:var(--ink-soft);box-shadow:inset 0 0 0 1px var(--ink-muted)}.profile-app .tag-btn.is-on{box-shadow:0 0 0 2px color-mix(in srgb,var(--ink) 12%,transparent)}.profile-app .tag-btn:focus-visible{outline:2px solid var(--acc);outline-offset:2px}.profile-app .criteria-picker{display:flex;flex-direction:column;gap:1px;margin:0 -8px}.profile-app .check-row{display:flex;align-items:center;gap:11px;padding:7px 8px;border-radius:9px;font-size:14px;line-height:1.4;color:var(--ink-soft);cursor:pointer}.profile-app .check-row:hover{background:var(--hover);color:var(--ink)}.profile-app .check-row input{width:16px;height:16px;flex:none;accent-color:var(--acc);cursor:pointer}.profile-app .add-row{display:flex;gap:10px;margin-top:12px}.profile-app .add-row .f{flex:1 1}.profile-app .add-row .btn{flex:none;height:38px}.profile-app .ed-foot{flex:none;display:flex;align-items:center;gap:10px;padding:13px 26px;border-top:1px solid var(--line);background:var(--panel)}.profile-app .ed-foot .btn{height:38px}.profile-app .ed-state{margin-right:auto;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--ink-muted)}.profile-app .ed-state i{width:7px;height:7px;border-radius:50%;background:var(--track)}.profile-app .ed-state.is-dirty{color:var(--ink)}.profile-app .ed-state.is-dirty i{background:#e5a13a}.profile-app .ed-state.is-saved{color:var(--acc)}.profile-app .ed-state.is-saved i{background:var(--acc)}.profile-app .pv-pane{flex:1 1;min-width:0;display:flex;flex-direction:column;background:var(--bg)}.profile-app .pv-head{flex:none;display:flex;align-items:center;gap:12px;height:56px;padding:0 20px;border-bottom:1px solid var(--line)}.profile-app .pv-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700}.profile-app .pv-live{width:7px;height:7px;border-radius:50%;background:var(--acc);box-shadow:0 0 0 3px color-mix(in srgb,var(--acc) 22%,transparent)}.profile-app .pv-note{margin-right:auto;font-size:12px;color:var(--ink-muted)}.profile-app .pv-devices{display:flex;gap:2px;padding:3px;border-radius:10px;background:var(--btn-light)}.profile-app .pv-devices button{width:34px;height:28px;display:grid;place-items:center;border:0;border-radius:7px;background:none;color:var(--ink-muted);cursor:pointer;transition:background .15s ease,color .15s ease}.profile-app .pv-devices button:hover{color:var(--ink)}.profile-app .pv-devices button.is-on{background:var(--panel);color:var(--ink);box-shadow:0 1px 2px rgba(15,15,20,.12)}.profile-app .pv-devices button:focus-visible{outline:2px solid var(--acc);outline-offset:1px}.profile-app .pv-devices svg{width:16px;height:16px}.profile-app .pv-zoom{min-width:38px;text-align:right;font-size:11px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--ink-muted)}.profile-app .pv-body{flex:1 1;min-height:0;display:flex;padding:22px}.profile-app .pv-window{flex:1 1;min-width:0;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:var(--panel);box-shadow:0 18px 44px rgba(15,15,20,.1)}.profile-app .pv-window.is-mobile{max-width:452px;margin:0 auto;border-radius:26px}.profile-app .pv-chrome{flex:none;display:flex;align-items:center;gap:10px;height:38px;padding:0 14px;border-bottom:1px solid var(--line);background:var(--btn-light)}.profile-app .pv-dots{display:flex;gap:6px}.profile-app .pv-dots i{width:9px;height:9px;border-radius:50%;background:var(--track)}.profile-app .pv-dots-spacer{width:39px;flex:none}.profile-app .pv-url{flex:1 1;min-width:0;text-align:center;font-size:11px;color:var(--ink-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-app .pv-viewport{flex:1 1;min-height:0;overflow:auto;scrollbar-gutter:stable}.profile-app .pv-sizer{margin:0 auto;overflow:hidden}.profile-app .pv-stage{transform-origin:top left;opacity:0;transition:opacity .2s ease}.profile-app .pv-stage.is-ready{opacity:1}@media (prefers-reduced-motion:reduce){.profile-app .cover-swatch,.profile-app .pv-stage,.profile-app .swatch{transition:none}}.profile-app .pv-doc.brands-app{display:block;height:auto;overflow:visible;background:var(--panel);container-type:inline-size}.profile-app .pv-doc .page{padding:32px 32px 56px}.profile-app .pv-doc .edit-btn,.profile-app .pv-doc .pill-tab,.profile-app .pv-doc .round-btn{cursor:default}.profile-app .pv-empty{color:var(--ink-muted);font-weight:400}.profile-app .pv-doc .partner-tags>.pv-empty,.profile-app .pv-doc .tag-row>.pv-empty,.profile-app .pv-doc p.pv-empty{font-size:15px}@container (min-width: 1240px){.profile-app .pv-doc .cover{height:248px}.profile-app .pv-doc .tab-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;grid-gap:20px;gap:20px;margin-top:20px}.profile-app .pv-doc .tab-panel>*{margin-top:0}.profile-app .pv-doc .tab-panel>.stats-card,.profile-app .pv-doc .tab-panel>.wide,.profile-app .pv-doc .tab-panel>:only-child{grid-column:1/-1}.profile-app .pv-doc .tab-panel>.tall{grid-row:span 2}}@container (max-width: 1040px){.profile-app .pv-doc .stats-card{grid-template-columns:repeat(2,1fr)}.profile-app .pv-doc .stat:nth-child(2n){border-right:none}.profile-app .pv-doc .stat:nth-child(odd){border-right:1px solid var(--line)}.profile-app .pv-doc .stat:nth-child(n+5){border-bottom:1px solid var(--line)}.profile-app .pv-doc .stat:nth-child(n+7){border-bottom:none}.profile-app .pv-doc .program-header h2{font-size:30px}}@container (max-width: 560px){.profile-app .pv-doc .page{padding:24px 16px 48px}.profile-app .pv-doc .cover{height:200px}.profile-app .pv-doc .brand-row{padding-left:16px;margin-top:-48px}.profile-app .pv-doc .brand-avatar{width:96px;height:96px}.profile-app .pv-doc .program-header{flex-direction:column}.profile-app .pv-doc .stats-card{grid-template-columns:1fr}.profile-app .pv-doc .stat{border-right:none!important;border-bottom:1px solid var(--line)!important}.profile-app .pv-doc .stat:last-child{border-bottom:none!important}}[data-theme=dark] .profile-app .pv-window{box-shadow:0 18px 44px rgba(0,0,0,.5)}[data-theme=dark] .profile-app .cover-swatch,[data-theme=dark] .profile-app .swatch{box-shadow:inset 0 0 0 1px rgba(255,255,255,.14)}[data-theme=dark] .profile-app .cover-swatch.is-on,[data-theme=dark] .profile-app .swatch.is-on{box-shadow:inset 0 0 0 1px rgba(255,255,255,.14),0 0 0 2px var(--panel),0 0 0 4px var(--acc)}@media (max-width:1240px){.profile-app .ed-pane{width:404px}.profile-app .ed-body,.profile-app .ed-foot{padding-left:20px;padding-right:20px}.profile-app .pv-body{padding:16px}}@media (max-width:1040px){.profile-app .topbar-sub{display:none}.profile-app .editor{flex-direction:column;overflow-y:auto}.profile-app .ed-pane{width:auto;flex:none;border-right:0;border-bottom:1px solid var(--line)}.profile-app .ed-scroll{overflow:visible}.profile-app .ed-foot{position:-webkit-sticky;position:sticky;bottom:0;z-index:2}.profile-app .pv-pane{flex:none;height:78vh}}@media (max-width:720px){.profile-app .pv-note{display:none}.profile-app .pv-devices{margin-left:auto}.profile-app .cover-grid{grid-template-columns:1fr 1fr}}@media (max-width:560px){.profile-app .ed-grid{grid-template-columns:1fr}.profile-app .pv-body{padding:12px}}.profile-app .prefill{display:grid;grid-gap:1px;gap:1px;margin:0;padding:0;list-style:none;border:1px solid var(--line);border-radius:12px;background:var(--line);overflow:hidden}.profile-app .prefill li{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);grid-gap:4px 14px;gap:4px 14px;padding:11px 14px;background:var(--btn-light)}.profile-app .prefill-label{font-size:.78rem;color:var(--ink-muted)}.profile-app .prefill-value{font-size:.82rem;font-weight:500;color:var(--ink);text-align:right}.profile-app .prefill-src{grid-column:1/-1;font-size:.62rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-muted)}.profile-app .ed-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-app .route+.route{margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}.profile-app .route.is-off{opacity:.55}.profile-app .route-head{margin-bottom:10px}.profile-app .route-toggle{display:flex;align-items:baseline;gap:10px;cursor:pointer}.profile-app .route-toggle span{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px}.profile-app .route-toggle b{font-size:.88rem;font-weight:600;color:var(--ink)}.profile-app .route-toggle i{font-style:normal;font-size:.74rem;color:var(--ink-muted)}.profile-app .prio+.prio{margin-top:14px}.profile-app .prio-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:6px}.profile-app .prio-name{font-size:.84rem;font-weight:500;color:var(--ink)}.profile-app .prio-val{font-size:.74rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--ink-soft)}.profile-app .prio-val.is-off{color:var(--ink-muted);font-style:italic}.profile-app .prio-range{width:100%;accent-color:var(--acc)}.profile-app .rec-block .ed-stack{gap:20px}.profile-app .rec-complete{border:1px solid var(--line);border-radius:12px;padding:16px 18px;background:var(--btn-light)}.profile-app .rec-complete-head{display:flex;align-items:baseline;gap:10px}.profile-app .rec-pct{font-size:1.5rem;font-weight:600;color:var(--ink);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.profile-app .rec-complete-sub{font-size:.8rem;color:var(--ink-soft)}.profile-app .rec-meter{display:block;height:6px;margin:10px 0 12px;border-radius:999px;background:var(--track);overflow:hidden}.profile-app .rec-meter>span{display:block;height:100%;border-radius:999px;background:var(--green)}.profile-app .rec-gate{margin:0 0 10px;font-size:.84rem;font-weight:500;color:var(--ink);border:1px solid var(--line);border-radius:8px;padding:8px 10px;background:var(--panel)}.profile-app .rec-gate.is-listed{color:var(--ink-soft);font-weight:400;border-color:color-mix(in srgb,var(--green) 35%,var(--line))}.profile-app .rec-missing-lead{margin:0;font-size:.8rem;color:var(--ink-soft);line-height:1.5}.profile-app .rec-checklist{list-style:none;margin:10px 0 0;padding:0;display:flex;flex-direction:column;gap:6px}.profile-app .rec-checklist li{display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:4px 12px;gap:4px 12px;padding:8px 10px;border:1px solid var(--line);border-radius:8px;background:var(--panel)}.profile-app .rec-check-label{font-size:.84rem;font-weight:500;color:var(--ink)}.profile-app .rec-check-help{grid-column:1;font-size:.74rem;color:var(--ink-muted);line-height:1.45}.profile-app .rec-add{grid-row:1/span 2;grid-column:2;padding:5px 14px;font-size:.78rem}.profile-app .rec-section-title{margin:0 0 8px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--ink-muted)}.profile-app .rec-rows{display:flex;flex-direction:column;gap:8px}.profile-app .rec-track{border:1px solid var(--line);border-radius:12px;padding:16px 18px;background:var(--btn-light)}.profile-app .rec-track-title{margin:0 0 12px;font-size:.95rem;font-weight:600;letter-spacing:-.01em;color:var(--ink)}.profile-app .rec-track-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:12px 24px;gap:12px 24px;margin:0 0 10px}.profile-app .rec-track-grid dt{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--ink-muted)}.profile-app .rec-track-grid dd{margin:3px 0 0;font-size:1rem;color:var(--ink)}.profile-app .rec-track-n{font-size:.82rem;color:var(--ink-muted)}.profile-app .rec-row{border:1px solid var(--line);border-radius:10px;padding:12px 14px;background:var(--panel)}.profile-app .rec-row.is-editing{border-color:var(--ink-muted)}.profile-app .rec-row-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.profile-app .rec-row-head h4{margin:0;font-size:.86rem;font-weight:600;color:var(--ink)}.profile-app .rec-pencil{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:999px;background:transparent;color:var(--ink-soft);font:inherit;font-size:.74rem;padding:4px 10px;cursor:pointer}.profile-app .rec-pencil:hover{color:var(--ink);background:var(--btn-light)}.profile-app .rec-pencil.is-open{color:var(--green);border-color:color-mix(in srgb,var(--green) 45%,var(--line))}.profile-app .rec-pencil svg{width:14px;height:14px}.profile-app .rec-locked{font-size:.72rem;color:var(--ink-muted);font-style:italic}.profile-app .rec-val{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px}.profile-app .rec-tags{display:flex;flex-wrap:wrap;gap:6px}.profile-app .rec-note{margin:6px 0 0;font-size:.74rem;color:var(--ink-muted);line-height:1.5}.profile-app .rec-pending{margin:8px 0 0;font-size:.76rem;color:var(--ink-soft);line-height:1.5;border-left:2px solid var(--line);padding-left:10px}.profile-app .rec-edit{margin-top:12px;padding-top:12px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:10px}.profile-app .rec-help{margin:0;font-size:.78rem;color:var(--ink-soft);line-height:1.5}.profile-app .rec-picker{display:flex;flex-wrap:wrap;gap:6px}.profile-app .rec-chip{border:1px solid var(--line);border-radius:999px;background:transparent;color:var(--ink-soft);font:inherit;font-size:.78rem;padding:4px 12px;cursor:pointer}.profile-app .rec-chip:hover{color:var(--ink);background:var(--btn-light)}.profile-app .rec-chip.is-on{color:var(--ink);border-color:color-mix(in srgb,var(--green) 45%,var(--line));background:color-mix(in srgb,var(--green) 10%,transparent)}.profile-app .rec-why{gap:4px}.profile-app .rec-file{padding:8px 10px;font-size:.8rem}.profile-app .rec-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.profile-app .rec-outcome{flex:1 1 260px;font-size:.74rem;color:var(--ink-muted);line-height:1.45}.admin-app .img-up,.profile-app .img-up{display:flex;flex-direction:column;gap:8px}.admin-app .img-up__row,.profile-app .img-up__row{display:flex;align-items:center;gap:12px}.admin-app .img-up__preview,.profile-app .img-up__preview{display:grid;place-items:center;flex:none;border:1px solid var(--line);border-radius:10px;overflow:hidden}.admin-app .img-up--logo .img-up__preview,.profile-app .img-up--logo .img-up__preview{width:56px;height:56px}.admin-app .img-up--cover .img-up__preview,.profile-app .img-up--cover .img-up__preview{width:132px;height:56px}.admin-app .img-up__none,.profile-app .img-up__none{font-size:10px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:rgba(0,0,0,.38)}.admin-app .img-up__acts,.profile-app .img-up__acts{display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-width:0}.admin-app .img-up__btn,.profile-app .img-up__btn{white-space:nowrap}.admin-app .img-up__clear,.profile-app .img-up__clear{padding:0;border:0;background:none;font:inherit;font-size:12px;color:var(--ink-muted);text-decoration:underline;text-underline-offset:3px;cursor:pointer}.admin-app .img-up__clear:hover,.profile-app .img-up__clear:hover{color:var(--ink)}.admin-app .img-up__error,.profile-app .img-up__error{margin:0;padding:9px 11px;border:1px solid var(--line);border-radius:10px;background:var(--panel);font-size:12px;line-height:1.5;color:var(--ink)}.brands-app .sites-wrap,.profile-app .sites-wrap{position:relative;display:inline-flex}.brands-app .chip.is-control,.profile-app .chip.is-control{cursor:pointer;border:0;box-shadow:inset 0 0 0 1px var(--line)}.brands-app .chip.is-control.is-open,.brands-app .chip.is-control:hover,.profile-app .chip.is-control.is-open,.profile-app .chip.is-control:hover{box-shadow:inset 0 0 0 1px var(--ink-muted);color:var(--ink)}.brands-app .chip.is-control:focus-visible,.profile-app .chip.is-control:focus-visible{outline:2px solid var(--ink);outline-offset:2px}.brands-app .sites-panel,.profile-app .sites-panel{position:absolute;top:calc(100% + 8px);left:0;z-index:6;min-width:15rem;max-height:17rem;overflow-y:auto;margin:0;padding:6px;list-style:none;border:1px solid var(--line);border-radius:var(--radius-md,12px);background:var(--panel);box-shadow:0 18px 40px rgb(0 0 0/.16)}.brands-app .sites-panel li,.profile-app .sites-panel li{display:grid;grid-gap:1px;gap:1px;padding:8px 10px;border-radius:8px}.brands-app .sites-panel li+li,.profile-app .sites-panel li+li{border-top:1px solid var(--line)}.brands-app .sites-place,.profile-app .sites-place{font-size:14px;font-weight:600;color:var(--ink);white-space:nowrap}.brands-app .sites-role,.profile-app .sites-role{font-size:12.5px;line-height:1.4;color:var(--ink-soft,var(--ink-muted))}.settings-app{--radius-lg:20px;--radius-md:12px;display:flex;height:100vh;height:100dvh;overflow:hidden;background:var(--panel);color:var(--ink);font-size:14px;line-height:1.5}.settings-app .main{flex:1 1;min-width:0;display:flex;flex-direction:column;overflow:hidden}.settings-app .btn[disabled]{opacity:.45;cursor:default}.settings-app .btn-danger{border-color:color-mix(in srgb,#e2545a 45%,var(--line));color:#d9484f}.settings-app .btn-danger:hover{background:color-mix(in srgb,#e2545a 10%,var(--panel))}.settings-app .scroll{flex:1 1;min-width:0;overflow-y:auto}.settings-app .panels{max-width:820px;margin:0 auto;padding:32px 24px 64px;display:flex;flex-direction:column;gap:28px}.settings-app .panel{border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden}.settings-app .panel-head{padding:22px 30px 18px;border-bottom:1px solid var(--line)}.settings-app .panel-head h2{font-size:19px;font-weight:700;letter-spacing:-.01em}.settings-app .panel-head p{margin-top:5px;font-size:14px;color:var(--ink-muted)}.settings-app .panel-body{padding:6px 30px 24px;display:flex;flex-direction:column}.settings-app .panel.danger{border-color:color-mix(in srgb,#e2545a 28%,var(--line))}.settings-app .row-help{font-size:13px;color:var(--ink-muted);max-width:52ch}.settings-app .row-help.is-error{color:#d9484f}.settings-app .input{font-family:var(--sans);font-size:15px;color:var(--ink);background:var(--panel);border:1px solid var(--line);border-radius:var(--radius-md);height:40px;padding:0 14px;width:100%;min-width:0}.settings-app .input[readonly]{background:var(--btn-light);color:var(--ink-soft)}.settings-app .input:hover:not([readonly]){border-color:var(--ink-muted)}.settings-app .input:focus{outline:none;border-color:var(--acc);box-shadow:0 0 0 3px color-mix(in srgb,var(--acc) 18%,transparent)}.settings-app .row{display:flex;align-items:center;gap:24px;padding:18px 0}.settings-app .row+.row{border-top:1px solid var(--line)}.settings-app .row-text{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:4px}.settings-app .row-label{font-size:14px;font-weight:600}.settings-app .row .btn{flex-shrink:0;text-decoration:none;white-space:nowrap}.settings-app .row-control{flex:0 1 340px;min-width:0;display:flex;gap:10px;align-items:center}@media (max-width:900px){.settings-app .panels{padding:24px 16px 48px}.settings-app .panel-head{padding:18px 20px 14px}.settings-app .panel-body{padding:4px 20px 18px}.settings-app .row{align-items:flex-start;flex-wrap:wrap}.settings-app .row-control{flex-basis:100%}}.billing-app .bl-note{padding:14px 18px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--btn-light);color:var(--ink-soft);font-size:14px}.billing-app .bl-brand{padding:18px 0 8px}.billing-app .bl-brand+.bl-brand{border-top:1px solid var(--line)}.billing-app .bl-brand-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.billing-app .bl-brand-head h3{font-size:16px;font-weight:700;letter-spacing:-.01em}.billing-app .bl-brand .row{padding:14px 0}.billing-app .badge{display:inline-block;flex-shrink:0;padding:5px 11px;border-radius:999px;font-size:13px;font-weight:500;white-space:nowrap;background:var(--btn-light);color:var(--ink-soft)}.billing-app .badge.successful{background:color-mix(in srgb,var(--green) 16%,var(--panel));color:#1e8a58}.billing-app .badge.running{background:#d9f7f5;color:#1898a0}[data-theme=dark] .billing-app .badge.successful{color:#4fd08a}[data-theme=dark] .billing-app .badge.running{background:rgba(63,227,220,.15);color:#57d9d6}.billing-app .bl-orders,.billing-app .bl-quarters{padding:4px 0 12px;overflow-x:auto}.billing-app .bl-orders table,.billing-app .bl-quarters table{width:100%;border-collapse:collapse;font-size:13.5px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.billing-app .bl-orders th,.billing-app .bl-quarters th{text-align:left;font-weight:600;color:var(--ink-muted);font-size:12.5px;padding:8px 10px 8px 0;border-bottom:1px solid var(--line);white-space:nowrap}.billing-app .bl-orders td,.billing-app .bl-quarters td{padding:9px 10px 9px 0;border-bottom:1px solid var(--line);white-space:nowrap}.billing-app .bl-orders .bl-act,.billing-app .bl-quarters .bl-act{text-align:right;padding-right:0}.billing-app .bl-quarters .row-help{margin-top:10px}.billing-app .bl-late{font-weight:600;color:#b3261e}[data-theme=dark] .billing-app .bl-late{color:#f08b86}.billing-app .btn.bl-sm{display:inline-flex;height:32px;padding:0 12px;font-size:13px}.billing-app .bl-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px 16px;gap:14px 16px;margin:4px 0 14px;padding:18px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--bg)}.billing-app .bl-form label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:var(--ink-soft);min-width:0}.billing-app .bl-form .bl-wide{grid-column:1/-1}.billing-app .bl-form .bl-text{height:auto;min-height:96px;padding:10px 14px;resize:vertical;line-height:1.5}.billing-app .bl-ex{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px 16px;gap:12px 16px;border:0;padding:0;margin:0}.billing-app .bl-ex legend{grid-column:1/-1;margin-bottom:10px;font-size:13px;font-weight:600;color:var(--ink)}.billing-app .bl-ex label{font-weight:500}.billing-app .bl-foot{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.billing-app .bl-foot .row-help{margin-right:auto}.billing-app .bl-history{padding:4px 0 12px}.billing-app .bl-link{background:none;border:0;padding:0;font:inherit;font-size:13px;font-weight:600;color:var(--ink);text-decoration:underline;text-underline-offset:3px;cursor:pointer}.billing-app .bl-history ul{list-style:none;margin:10px 0 0;padding:0;display:flex;flex-direction:column;gap:6px;font-size:13px}.billing-app .bl-history li{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.6fr;grid-gap:10px;gap:10px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.billing-app .bl-history li.is-replaced{color:var(--ink-muted);text-decoration:line-through;text-decoration-thickness:1px}@media (max-width:900px){.billing-app .bl-ex,.billing-app .bl-form{grid-template-columns:minmax(0,1fr)}.billing-app .bl-history li{grid-template-columns:1fr 1fr}}.dash-shell{--card:var(--panel);--row:var(--btn-light);--text:var(--ink);--text-2:var(--ink-soft);--text-3:var(--ink-muted);--radius-card:14px;font-size:16px;background:var(--bg);color:var(--text);width:100%;height:100vh;height:100dvh;overflow:hidden;display:flex;transition:background .25s ease,color .25s ease}.dash-shell .main{flex:1 1;min-width:0;display:flex;flex-direction:column;overflow:hidden}.dash-shell .grid{position:relative;flex:1 1;overflow-y:auto;scrollbar-gutter:stable;align-content:start;padding:24px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.dash-shell .card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-card);padding:24px 26px}.dash-shell .wide{grid-column:span 2}.dash-shell .full{grid-column:span 4}.dash-shell .stat .label{font-size:1rem;color:var(--text-2);margin-bottom:14px}.dash-shell .stat .value{font-size:2.15rem;font-weight:650;letter-spacing:-.02em;margin-bottom:34px}.dash-shell .stat .sub{font-size:.95rem;color:var(--text-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-shell .card-head{margin-bottom:26px}.dash-shell .card-head h2{font-size:1.15rem;font-weight:600}.dash-shell .card-sub{margin-top:5px;font-size:.85rem;color:var(--text-3)}.dash-shell{--row-h:64px;--badge-pad-x:15px;--badge-col-pad-x:11px}.dash-shell .table-card{padding:30px 34px 34px;scroll-margin-top:24px;--table-min-h:360px}.dash-shell .table-card>.table-scroller{min-height:var(--table-min-h)}.dash-shell .table-card>.table-head,.dash-shell .table-card>h2{margin-bottom:26px}.dash-shell .table-card>.table-head h2,.dash-shell .table-card>h2{font-size:1.25rem;font-weight:600}.dash-shell .table-card>.table-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px 16px;min-height:38px}.dash-shell table{width:100%;border-collapse:separate;border-spacing:0 10px}.dash-shell th{text-align:left;font-weight:500;padding:0 18px 6px}.dash-shell td,.dash-shell th{font-size:.95rem;color:var(--text)}.dash-shell td{background:transparent;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:16px 18px}.dash-shell tr td:first-child{border-left:1px solid var(--line);border-radius:12px 0 0 12px}.dash-shell tr td:last-child{border-right:1px solid var(--line);border-radius:0 12px 12px 0}.dash-shell tr td:only-child{border-radius:12px}.dash-shell tbody tr td{transition:background .15s ease,border-color .15s ease}.dash-shell tbody tr:hover td{background:var(--row);border-color:var(--ink-muted)}.dash-shell td.dim,.dash-shell th.dim{color:var(--text-2)}.dash-shell .nowrap{white-space:nowrap}.dash-shell td.col-end,.dash-shell th.col-end{text-align:right;white-space:nowrap}.dash-shell td.col-badge{padding-left:0;padding-right:36px}.dash-shell th.col-badge{padding-left:var(--badge-col-pad-x);padding-right:calc(36px - var(--badge-col-pad-x))}.dash-shell td.col-badge>.badge{padding-left:var(--badge-col-pad-x);padding-right:var(--badge-col-pad-x)}.dash-shell tr.empty-row td,.dash-shell tr.empty-row td:first-child,.dash-shell tr.empty-row td:last-child{height:calc(var(--table-min-h) - 36px);border:0;border-radius:0;padding:24px 18px;text-align:center;vertical-align:middle;font-size:.9rem;color:var(--ink-muted)}.dash-shell tbody tr.empty-row:hover td{background:transparent;border-color:transparent}.dash-shell tr.row-filler td{height:var(--row-h,64px);padding:0;border:0;border-radius:0;background:transparent}.dash-shell tbody tr.row-filler:hover td{background:transparent;border-color:transparent}.dash-shell .table-pager{display:flex;min-height:32px;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px 16px;margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}.dash-shell .table-pager__nav{display:flex;align-items:center;gap:12px}.dash-shell .table-pager__page{font-size:.85rem;color:var(--text-2)}.dash-shell .table-pager button,.dash-shell .table-pager__link{font-family:var(--sans);font-size:.8125rem;font-weight:500;color:var(--ink);background:transparent;border:1px solid var(--line);border-radius:999px;padding:6px 14px;cursor:pointer;text-decoration:none}.dash-shell .table-pager button:hover:not(:disabled),.dash-shell .table-pager__link:hover{border-color:var(--ink-muted)}.dash-shell .table-pager button:disabled{color:var(--text-3);cursor:default;opacity:.6}.dash-shell .table-pager button:focus-visible,.dash-shell .table-pager__link:focus-visible{outline:2px solid var(--green);outline-offset:2px}.dash-shell tr.empty-row td>span{display:block;max-width:46ch;margin:0 auto;line-height:1.6}.dash-shell tr.empty-row a{color:var(--ink);text-underline-offset:3px}.dash-shell .badge{display:inline-block;padding:6px var(--badge-pad-x);border-radius:999px;font-size:.88rem;font-weight:500}.dash-shell .badge.successful{background:var(--green-soft,#d7f0e2);color:#1e8a58}.dash-shell .badge.running{background:var(--cyan-soft,#d9f7f5);color:#1898a0}.dash-shell .badge.pending{background:#f7ecc9;color:#a8831c}.dash-shell .badge.cancelled{background:#f7dcdc;color:#bf4a4a}[data-theme=dark] .dash-shell{--green-soft:rgba(34,181,115,0.16);--cyan-soft:rgba(63,227,220,0.15)}[data-theme=dark] .dash-shell .badge.successful{color:#4fd08a}[data-theme=dark] .dash-shell .badge.running{color:#57d9d6}[data-theme=dark] .dash-shell .badge.pending{background:rgba(236,194,62,.16);color:#e0bc55}[data-theme=dark] .dash-shell .badge.cancelled{background:rgba(226,96,96,.16);color:#e78585}@media (max-width:1180px){.dash-shell .grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-shell .full,.dash-shell .wide{grid-column:span 2}.dash-shell .table-scroller{overflow-x:auto}.dash-shell table{min-width:680px}}@media (max-width:720px){.dash-shell .grid{grid-template-columns:1fr;padding:16px}.dash-shell .full,.dash-shell .stat,.dash-shell .wide{grid-column:span 1}.dash-shell .stat .value{margin-bottom:20px}.dash-shell .table-card{padding:22px 18px 24px;--table-min-h:260px}}.table-filters{position:relative}.table-filters__toggle{display:inline-flex;align-items:center;gap:8px;font-family:var(--sans);font-size:.8125rem;font-weight:500;line-height:1;color:var(--ink);background:var(--btn-light);border:1px solid var(--line);border-radius:999px;padding:0 16px;height:38px;cursor:pointer}.table-filters__toggle svg{width:15px;height:15px;margin-top:-1px}.table-filters__toggle:hover{border-color:var(--ink-muted)}.table-filters__toggle:focus-visible{outline:2px solid var(--green);outline-offset:2px}.table-filters__toggle.is-active{border-color:var(--green);color:var(--green)}.table-filters__badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--green);color:var(--bg);font-family:var(--sans);font-size:.6875rem;line-height:1}.table-filters__panel{position:absolute;z-index:30;top:calc(100% + 8px);right:0;width:min(360px,calc(100vw - 48px));display:grid;grid-gap:14px;gap:14px;padding:18px;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius-card,18px);box-shadow:0 18px 40px -18px rgb(0 0 0/28%),0 2px 6px rgb(0 0 0/6%);text-align:left}.table-filters__panel[hidden]{display:none}[data-theme=dark] .table-filters__panel{box-shadow:0 18px 40px -14px rgb(0 0 0/70%)}.table-filters__field{display:flex;flex-direction:column;gap:5px}.table-filters__field label{font-family:var(--sans);font-size:.75rem;font-weight:500;letter-spacing:.02em;color:var(--ink-muted)}.table-filters input,.table-filters select{font-family:var(--sans);font-size:.875rem;color:var(--ink);background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-md,10px);padding:8px 11px;width:100%;height:36px}.table-filters__search{position:relative;display:flex}.table-filters__search svg{position:absolute;left:11px;top:50%;width:14px;height:14px;margin-top:-7px;color:var(--ink-muted);pointer-events:none}.table-filters__search input{padding-left:32px}.table-filters select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;padding-right:30px;background-image:linear-gradient(45deg,transparent 50%,currentColor 0),linear-gradient(135deg,currentColor 50%,transparent 0);background-position:calc(100% - 16px) calc(50% + 1px),calc(100% - 11px) calc(50% + 1px);background-size:5px 5px,5px 5px;background-repeat:no-repeat}.table-filters input:hover,.table-filters select:hover{border-color:var(--ink-muted)}.table-filters input:focus,.table-filters select:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px color-mix(in srgb,var(--green) 18%,transparent)}.table-filters input[type=search]::-webkit-search-cancel-button{cursor:pointer;opacity:.5}.table-filters__foot{display:flex;justify-content:flex-end}.table-filters__foot button{font-family:var(--sans);font-size:.8125rem;font-weight:500;color:var(--ink);background:transparent;border:1px solid var(--line);border-radius:999px;padding:6px 14px;cursor:pointer}.table-filters__foot button:hover{border-color:var(--ink-muted)}.table-filters__foot button:focus-visible{outline:2px solid var(--green);outline-offset:2px}.doc-shell{background:var(--panel);font-size:14px;line-height:1.5}.doc-shell .grid{width:100%;max-width:1640px;margin:0 auto;padding:46px 24px 56px;gap:20px}@media (max-width:1560px){.doc-shell .grid{padding-left:44px;padding-right:44px}}@media (max-width:1040px){.doc-shell .grid{padding-left:28px;padding-right:28px}}@media (max-width:720px){.doc-shell .grid{padding:28px 16px 48px}}.doc-shell .card{border-radius:20px;padding:22px 24px 24px}.stat-band{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:1fr;border:1px solid var(--line);border-radius:20px}.doc-shell .stat-band>.card{background:transparent;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);border-radius:0;padding:18px 22px}.doc-shell .stat-band>.card:nth-child(4n){border-right:0}.doc-shell .stat-band>.card:nth-child(n+5){border-bottom:0}.doc-shell .stat-band>.card .label,.doc-shell .stat-band>.card .value{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doc-shell .stat-band>.card .label{font-size:14px;line-height:1.5;color:var(--ink-muted);margin-bottom:7px}.doc-shell .stat-band>.card .value,.doc-shell .stat-band>.card .value.sm{font-size:20px;line-height:1.5;font-weight:700;letter-spacing:0;margin-bottom:0}.doc-shell .stat-band>.card .value .light{font-weight:400}.doc-shell .stat-band .band-tags{position:relative;display:flex;align-items:center;gap:8px;flex-wrap:nowrap;min-width:0}.doc-shell .stat-band .band-measure{position:absolute;left:0;top:0;display:flex;gap:8px;flex-wrap:nowrap;visibility:hidden;pointer-events:none}.doc-shell .stat-band .band-tag{min-width:0;font-size:11px;font-weight:700;letter-spacing:.03em;padding:6px 12px;border-radius:999px;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doc-shell .stat-band .band-tag-impact{background:#e4f95a;color:#3b3f00}.doc-shell .stat-band .band-tag-influence{background:#f7cfe6;color:#7a2b58}.doc-shell .stat-band .band-tag-networker{background:#7ecbf5;color:#ffffff}.doc-shell .stat-band .band-tag-agency{background:#dfe3e8;color:#4a5560}.doc-shell .stat-band .band-tag-brand{background:#f3c3ce;color:#8c3247}.doc-shell .stat-band .band-tag-agent{background:#f08a3c;color:#ffffff}.doc-shell .stat-band .band-tag-host,.doc-shell .stat-band .band-tag-host>.band-tag{min-width:0}.doc-shell .stat-band>.card:nth-child(4n+1)>.tip{left:0;right:auto;transform:translateY(4px)}.doc-shell .stat-band>.card:nth-child(4n+1)>.tip:before{left:22px;margin-left:0}.doc-shell .stat-band>.card:nth-child(4n+1):focus-within>.tip,.doc-shell .stat-band>.card:nth-child(4n+1):hover>.tip{transform:translate(0)}.doc-shell .stat-band>.card:nth-child(4n)>.tip{left:auto;right:0;transform:translateY(4px)}.doc-shell .stat-band>.card:nth-child(4n)>.tip:before{left:auto;right:22px;margin-left:0}.doc-shell .stat-band>.card:nth-child(4n):focus-within>.tip,.doc-shell .stat-band>.card:nth-child(4n):hover>.tip{transform:translate(0)}.doc-shell .stat-band>.card .label.tip-mark:focus-visible{outline-offset:2px}.doc-shell .stat-band .band-more{position:relative;flex:none;padding:6px 12px;border:1px solid var(--line);border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:var(--ink-muted);white-space:nowrap;cursor:default;outline:none}.doc-shell .stat-band .band-more:focus-visible,.doc-shell .stat-band .band-more:hover{border-color:var(--ink-muted);color:var(--ink-soft)}.doc-shell .stat-band .band-pop{position:absolute;left:-1px;top:calc(100% + 8px);z-index:20;display:flex;flex-wrap:wrap;gap:8px;width:max-content;max-width:240px;padding:10px;border:1px solid var(--line);border-radius:14px;background:var(--panel);box-shadow:0 14px 32px rgb(0 0 0/.14);opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .15s ease,transform .15s ease,visibility .15s}.doc-shell .stat-band .band-more:focus-visible .band-pop,.doc-shell .stat-band .band-more:hover .band-pop{opacity:1;visibility:visible;transform:translateY(0)}.doc-shell .stat-band>.card:nth-child(4n) .band-pop{left:auto;right:-1px}@media (max-width:1180px){.stat-band{grid-template-columns:repeat(2,minmax(0,1fr))}.doc-shell .stat-band>.card:nth-child(4n)>.tip,.doc-shell .stat-band>.card:nth-child(4n+1)>.tip{left:50%;right:auto;transform:translate(-50%,4px)}.doc-shell .stat-band>.card:nth-child(4n)>.tip:before,.doc-shell .stat-band>.card:nth-child(4n+1)>.tip:before{left:50%;right:auto;margin-left:-6px}.doc-shell .stat-band>.card:nth-child(odd)>.tip{left:0;transform:translateY(4px)}.doc-shell .stat-band>.card:nth-child(odd)>.tip:before{left:22px;margin-left:0}.doc-shell .stat-band>.card:nth-child(odd):focus-within>.tip,.doc-shell .stat-band>.card:nth-child(odd):hover>.tip{transform:translate(0)}.doc-shell .stat-band>.card:nth-child(2n)>.tip{left:auto;right:0;transform:translateY(4px)}.doc-shell .stat-band>.card:nth-child(2n)>.tip:before{left:auto;right:22px;margin-left:0}.doc-shell .stat-band>.card:nth-child(2n):focus-within>.tip,.doc-shell .stat-band>.card:nth-child(2n):hover>.tip{transform:translate(0)}.doc-shell .stat-band>.card:nth-child(2n){border-right:0}.doc-shell .stat-band>.card:nth-child(odd){border-right:1px solid var(--line)}.doc-shell .stat-band>.card{border-bottom:1px solid var(--line)}.doc-shell .stat-band>.card:nth-last-child(-n+2){border-bottom:0}}@media (max-width:720px){.stat-band{grid-template-columns:1fr}.doc-shell .stat-band>.card{border-right:0;border-bottom:1px solid var(--line)}.doc-shell .stat-band>.card:last-child{border-bottom:0}.doc-shell .stat-band>.card>.tip{left:0;right:auto;max-width:100%;transform:translateY(4px)}.doc-shell .stat-band>.card>.tip:before{left:22px;right:auto;margin-left:0}.doc-shell .stat-band>.card:focus-within>.tip,.doc-shell .stat-band>.card:hover>.tip{transform:translate(0)}}.page-hero{--ph-chip-radius:14px;min-width:0}.page-hero .eyebrow{margin-bottom:10px}.page-hero .ph-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.page-hero .ph-side{flex:none;min-width:0;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px}.page-hero .ph-title{font-size:36px;font-weight:700;letter-spacing:-.02em;line-height:1.1}.page-hero .ph-action{flex:none}.page-hero .ph-action .btn{height:auto;padding:13px 25px;border-radius:999px;font-size:16px;font-weight:600;line-height:normal}.page-hero .ph-action .btn svg{width:18px;height:18px}.page-hero .ph-action .btn.done{border:1px solid color-mix(in srgb,var(--green) 45%,var(--line));background:color-mix(in srgb,var(--green) 12%,var(--panel));color:color-mix(in srgb,var(--green) 70%,var(--ink));cursor:default}.page-hero .ph-action .btn.done.pending{border-color:var(--line);background:var(--btn-light);color:var(--ink-soft)}.page-hero .ph-figure{flex:none;text-align:right;line-height:1.1}.page-hero .ph-figure .amount{display:block;font-size:30px;font-weight:650;letter-spacing:-.02em}.page-hero .ph-figure .cap{display:block;margin-top:6px;font-size:13px;color:var(--ink-muted)}.page-hero .ph-desc{margin-top:12px;max-width:760px;color:var(--ink-soft);font-size:16px;line-height:1.55}.page-hero .ph-chips{display:flex;align-items:center;gap:10px;margin-top:18px;flex-wrap:wrap}.page-hero .ph-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 15px;background:var(--btn-light);border-radius:var(--ph-chip-radius);font-size:14px;line-height:1.5;font-weight:500;color:var(--ink)}.page-hero .ph-chip .tip{white-space:pre-line}.page-hero .ph-chip svg{width:17px;height:17px;flex:none;color:var(--ink-soft)}.page-tabs.pill-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px}.page-tabs .pill-tab{padding:10px 18px;border-radius:999px;border:none;background:transparent;font-family:var(--sans);font-size:15px;font-weight:500;color:var(--ink-soft);cursor:pointer;transition:background .15s ease,color .15s ease}.page-tabs .pill-tab:hover{color:var(--ink)}.page-tabs .pill-tab.active{background:var(--btn-light);color:var(--ink);font-weight:600}.page-tabs .pill-tab:focus-visible{outline:2px solid var(--acc);outline-offset:2px}.page-panel{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-content:start;grid-gap:18px;gap:18px}.doc-shell .page-panel{gap:20px}.page-panel:focus-visible{outline:none}@media (max-width:1180px){.page-panel{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.page-panel{grid-template-columns:1fr}}@media (max-width:1040px){.page-hero .ph-title{font-size:30px}}@media (max-width:560px){.page-hero .ph-head{flex-direction:column}.page-hero .ph-side{align-items:flex-start}.page-hero .ph-figure{text-align:left}}.tip-host{display:inline-flex;align-items:center}.tip-anchor,.tip-host{position:relative}.tip{top:calc(100% + 10px);z-index:40;width:max-content;max-width:min(320px,calc(100vw - 32px));transform:translate(-50%,4px);padding:12px 14px;border-radius:12px;background:#101010;color:#fff;font-family:var(--sans);font-size:14px;font-weight:450;line-height:1.45;white-space:normal;text-align:left;box-shadow:0 12px 28px rgba(0,0,0,.28);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .14s ease,transform .14s ease,visibility .14s}.tip,.tip:before{position:absolute;left:50%}.tip:before{content:"";bottom:100%;margin-left:-6px;border:6px solid transparent;border-bottom-color:#101010}[data-theme=dark] .tip{border:1px solid rgba(255,255,255,.14)}.tip-anchor:focus-within>.tip,.tip-anchor:hover>.tip,.tip-host:focus-within>.tip,.tip-host:hover>.tip{opacity:1;visibility:visible;transform:translate(-50%)}.tip--end{left:auto;right:0;transform:translateY(4px)}.tip--end:before{left:auto;right:22px;margin-left:0}.tip-anchor:focus-within>.tip--end,.tip-anchor:hover>.tip--end,.tip-host:focus-within>.tip--end,.tip-host:hover>.tip--end{transform:translate(0)}.tip--start{left:0;transform:translateY(4px)}.tip--start:before{left:22px;margin-left:0}.tip-anchor:focus-within>.tip--start,.tip-anchor:hover>.tip--start,.tip-host:focus-within>.tip--start,.tip-host:hover>.tip--start{transform:translate(0)}.tip-mark{cursor:help}.tip-mark:focus-visible{outline:2px solid var(--ink);outline-offset:3px;border-radius:4px}@media (prefers-reduced-motion:reduce){.tip{transition:none}}.brief-stepper{grid-column:1/-1;margin-top:4px}.brief-stepper ol{display:flex;flex-wrap:wrap;align-items:center;gap:2px;list-style:none;margin:0;padding:0}.brief-stepper .bs-step{display:flex;align-items:center;min-width:0}.brief-stepper .bs-step+.bs-step:before{content:"";flex:none;width:7px;height:7px;margin:0 10px;border-right:1.5px solid var(--line);border-bottom:1.5px solid var(--line);transform:rotate(-45deg)}.brief-stepper .bs-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;border:none;background:transparent;font-family:var(--sans);font-size:15px;font-weight:500;line-height:1.2;color:var(--ink-soft);text-decoration:none;white-space:nowrap;transition:background .15s ease,color .15s ease}a.bs-pill:hover{color:var(--ink);background:var(--btn-light)}.brief-stepper .bs-pill:focus-visible{outline:2px solid var(--ink);outline-offset:2px}.brief-stepper .bs-count{flex:none;padding:2px 8px;border:1px solid var(--line);border-radius:999px;font-family:var(--sans);font-size:11px;font-weight:500;color:var(--ink-muted)}.brief-stepper .is-current .bs-pill{background:var(--btn-light);color:var(--ink);font-weight:600}.brief-stepper .is-past .bs-pill{color:var(--ink-soft)}.brief-stepper .is-disabled .bs-pill{color:var(--ink-muted);cursor:not-allowed}@media (max-width:720px){.brief-stepper .bs-step+.bs-step:before{margin:0 4px}.brief-stepper .bs-pill{padding:9px 12px;font-size:14px}}.brief-stepper .bs-pill.tip-host{position:relative}@media (max-width:720px){.brief-stepper{position:relative}.brief-stepper .bs-pill.tip-host{position:static}.brief-stepper .bs-pill.tip-host>.tip{left:0;right:auto;max-width:calc(100vw - 32px)}.brief-stepper .bs-pill.tip-host>.tip:before{display:none}}