.strategies-page{--strategy-active:#32d583;--strategy-draft:#f6ad49;--strategy-archived:#646d78}.strategies-new-button{height:36px;padding:0 14px;border-color:rgb(22 132 255/42%);border-radius:11px;background:#1478e5;box-shadow:inset 0 1px 0 rgb(255 255 255/14%),0 8px 24px rgb(22 132 255/13%);color:white;font-size:var(--type-label)}.strategies-offline{margin:14px 0 0}.strategies-status-strip{display:grid;min-height:54px;margin:14px 0;padding:0 18px;border:1px solid var(--line-soft);border-radius:14px;background:rgb(16 18 20/62%);grid-template-columns:auto auto auto 1fr;align-items:center;gap:0}.strategies-status-strip>div{display:flex;min-height:26px;padding-right:18px;color:var(--text-3);font-size:var(--type-micro);align-items:center;gap:8px}.strategies-status-strip>div+div{padding-left:18px;border-left:1px solid var(--line-soft)}.strategies-status-strip strong{color:var(--text-2);font-size:var(--type-label);font-variant-numeric:tabular-nums;font-weight:620}.strategies-status-strip__mark{width:6px;height:6px;border-radius:50%;background:var(--strategy-archived);box-shadow:0 0 0 4px rgb(100 109 120/10%)}.strategies-status-strip__mark--active{background:var(--strategy-active);box-shadow:0 0 0 4px rgb(50 213 131/9%)}.strategies-status-strip__mark--draft,.strategies-status-strip__mark--paused{background:var(--strategy-draft);box-shadow:0 0 0 4px rgb(246 173 73/9%)}.strategies-status-strip p{display:flex;margin:0;color:var(--text-3);font-size:var(--type-micro);justify-self:end;align-items:center;gap:7px}.strategies-status-strip p svg{width:13px;height:13px}.strategies-notice{display:flex;min-height:38px;margin:-2px 0 14px;padding:8px 8px 8px 13px;border:1px solid rgb(50 213 131/14%);border-radius:12px;background:rgb(50 213 131/6%);color:#95c9ae;font-size:var(--type-label);align-items:center;justify-content:space-between;gap:12px}.strategies-notice--error{border-color:rgb(255 94 87/16%);background:rgb(255 94 87/6%);color:#d7adab}.strategies-notice button{display:grid;width:26px;height:26px;border:0;background:transparent;place-items:center}.strategies-notice button svg{width:14px;height:14px}.strategies-workspace{display:grid;grid-template-columns:minmax(335px,.82fr) minmax(490px,1.4fr);align-items:start;gap:14px}.strategy-inspector,.strategy-registry{min-height:590px}.strategy-registry{overflow:hidden}.strategy-registry__head{display:flex;min-height:76px;padding:17px 18px 15px;border-bottom:1px solid var(--line-soft);align-items:center;justify-content:space-between;gap:14px}.strategy-registry__head h2{margin-top:4px;font-size:var(--type-title);font-weight:600;letter-spacing:-.025em}.strategy-registry__head>span{color:var(--text-3);font-size:var(--type-micro)}.strategy-registry__tools{display:grid;padding:11px 12px;border-bottom:1px solid var(--line-soft);background:rgb(255 255 255/1.2%);grid-template-columns:minmax(0,1fr) 120px;gap:8px}.strategy-filter,.strategy-search{display:flex;height:33px;border:1px solid var(--line-soft);border-radius:10px;background:rgb(7 9 11/72%);align-items:center}.strategy-filter:focus-within,.strategy-search:focus-within{border-color:rgb(22 132 255/48%);box-shadow:0 0 0 3px rgb(22 132 255/8%)}.strategy-filter>svg,.strategy-search>svg{width:13px;height:13px;margin-left:10px;color:var(--text-3);flex:0 0 auto}.strategy-filter select,.strategy-search input{height:31px;padding:0 9px;border:0;outline:0;background:transparent;color:var(--text-2);font-family:var(--font-sans),sans-serif;font-size:var(--type-micro)}.strategy-filter select:focus,.strategy-search input:focus{border:0;outline:0}.strategy-search input::placeholder{color:#59616b}.strategy-filter select{padding-left:7px}.strategy-registry__list{min-height:457px}.strategy-row{display:grid;position:relative;min-height:76px;border-bottom:1px solid var(--line-soft);grid-template-columns:minmax(0,1fr) auto;align-items:stretch}.strategy-row:before{position:absolute;top:11px;bottom:11px;left:0;width:2px;border-radius:0 2px 2px 0;background:transparent;content:""}.strategy-row--selected{background:linear-gradient(90deg,rgb(22 132 255/8%),rgb(22 132 255/2%))}.strategy-row--selected:before{background:var(--accent);box-shadow:0 0 10px rgb(22 132 255/40%)}.strategy-row button.strategy-row__main{display:grid;min-width:0;padding:13px 8px 13px 16px;border:0;border-radius:0;outline:none;background:transparent;text-align:left;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px}.strategy-row button.strategy-row__main:focus-visible,.strategy-row button.strategy-row__main:hover{background:rgb(255 255 255/2%)}.strategy-row button.strategy-row__main:focus-visible{box-shadow:inset 0 0 0 1px rgb(22 132 255/45%)}.strategy-row__state{width:7px;height:7px;border-radius:50%;background:var(--strategy-archived)}.strategy-row__state--active{background:var(--strategy-active);box-shadow:0 0 0 4px rgb(50 213 131/9%),0 0 14px rgb(50 213 131/24%)}.strategy-row__state--draft,.strategy-row__state--paused{background:var(--strategy-draft);box-shadow:0 0 0 4px rgb(246 173 73/8%)}.strategy-row__copy,.strategy-row__meta,.strategy-row__title-line{display:flex;min-width:0}.strategy-row__copy{flex-direction:column;gap:5px}.strategy-row__title-line{align-items:center;gap:8px}.strategy-row__title-line strong{overflow:hidden;color:var(--text);font-size:var(--type-body);font-weight:580;text-overflow:ellipsis;white-space:nowrap}.strategy-row__title-line .semantic-badge{height:19px;padding:0 6px;font-size:.5625rem}.strategy-row__meta{overflow:hidden;color:var(--text-3);font-size:.625rem;align-items:center;gap:0;white-space:nowrap}.strategy-row__meta>span{display:inline-flex;align-items:center}.strategy-row__meta>span:before{width:2px;height:2px;margin:0 7px;border-radius:50%;background:#505863;content:""}.strategy-row__main>svg{width:14px;color:#4f5761}.strategy-row--selected .strategy-row__main>svg{color:#6badf7}.strategy-row__quick-action{align-self:center;margin-right:9px;color:var(--text-3)}.strategy-row__quick-action:hover{color:#80baff}.strategy-registry__empty{display:grid;min-height:375px;padding:40px 24px;text-align:center;place-content:center;justify-items:center}.strategy-registry__empty>svg{width:22px;height:22px;color:var(--text-3)}.strategy-registry__empty h3{margin-top:14px;font-size:var(--type-ui)}.strategy-registry__empty p{max-width:300px;margin:7px 0 15px;color:var(--text-3);font-size:var(--type-label);line-height:1.55}.strategy-inspector{overflow:hidden}.strategy-inspector--empty{display:grid;min-height:590px;padding:40px;text-align:center;place-content:center;justify-items:center}.strategy-inspector--empty>svg{width:25px;color:var(--text-3)}.strategy-inspector--empty h2{margin-top:14px;font-size:var(--type-ui)}.strategy-inspector--empty p{max-width:320px;margin:6px 0 0;color:var(--text-3);font-size:var(--type-label)}.strategy-inspector__hero{display:flex;min-height:116px;padding:22px;border-bottom:1px solid var(--line-soft);align-items:center;justify-content:space-between;gap:20px}.strategy-inspector__identity{display:flex;min-width:0;align-items:center;gap:14px}.strategy-inspector__glyph{display:grid;width:45px;height:45px;border:1px solid rgb(22 132 255/23%);border-radius:14px;background:radial-gradient(circle at 35% 30%,rgb(22 132 255/24%),rgb(22 132 255/7%));color:#60aaff;flex:0 0 auto;place-items:center}.strategy-inspector__glyph svg{width:19px;height:19px}.strategy-inspector__status-line{display:flex;align-items:center;gap:8px}.strategy-inspector__status-line>span{color:var(--text-3);font-size:var(--type-micro)}.strategy-inspector__identity h2{margin-top:7px;overflow:hidden;font-size:clamp(18px,2vw,23px);font-weight:620;letter-spacing:-.035em;text-overflow:ellipsis;white-space:nowrap}.strategy-inspector__identity p{margin:3px 0 0;color:var(--text-3);font-size:var(--type-label)}.strategy-inspector__actions{display:flex;align-items:center;gap:7px;flex:0 0 auto}.strategy-inspector__actions>button:not(.strategy-delete-button){min-width:82px}.strategy-delete-button{color:#8a6b6a}.strategy-delete-button:hover{background:rgb(255 94 87/8%)!important;color:#ff716b!important}.strategy-delete-confirm{display:grid;min-height:62px;padding:10px 14px 10px 19px;border-bottom:1px solid rgb(255 94 87/16%);background:rgb(255 94 87/6%);grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:7px}.strategy-delete-confirm span,.strategy-delete-confirm strong{display:block}.strategy-delete-confirm strong{color:#edc4c1;font-size:var(--type-label);font-weight:600}.strategy-delete-confirm span{margin-top:2px;color:#9f7775;font-size:var(--type-micro)}.strategy-delete-confirm__action{color:#ff807a}.strategy-inspector__facts{display:grid;border-bottom:1px solid var(--line-soft);grid-template-columns:1.4fr 1fr .65fr}.strategy-inspector__facts>div{display:grid;position:relative;min-width:0;min-height:83px;padding:15px 18px 14px 42px;align-content:center}.strategy-inspector__facts>div+div{border-left:1px solid var(--line-soft)}.strategy-inspector__facts svg{position:absolute;top:18px;left:18px;width:14px;height:14px;color:#536170}.strategy-inspector__facts span{color:var(--text-3);font-size:.625rem}.strategy-inspector__facts strong{margin-top:5px;overflow:hidden;color:var(--text-2);font-family:var(--font-mono),monospace;font-size:var(--type-micro);font-weight:500;text-overflow:ellipsis;white-space:nowrap}.strategy-inspector__facts small{position:absolute;right:12px;bottom:14px;color:#525a64;font-size:.5625rem}.strategy-inspector__notes{padding:17px 20px;border-bottom:1px solid var(--line-soft);background:rgb(255 255 255/1%)}.strategy-inspector__notes>p:last-child{max-width:700px;margin:6px 0 0;color:var(--text-2);font-size:var(--type-label);line-height:1.55}.strategy-parameters{padding:20px}.strategy-parameters__head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.strategy-parameters__head h3{margin-top:4px;font-size:var(--type-ui);font-weight:600}.strategy-parameters__head>span{color:var(--text-3);font-size:.625rem}.strategy-parameters dl{display:grid;margin:15px 0 0;border-top:1px solid var(--line-soft);border-left:1px solid var(--line-soft);grid-template-columns:repeat(3,minmax(0,1fr))}.strategy-parameters dl>div{min-width:0;min-height:76px;padding:12px 13px;border-right:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);background:rgb(7 9 11/28%)}.strategy-parameters dt{color:var(--text-3);font-size:.625rem}.strategy-parameters dd,.strategy-parameters dt{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.strategy-parameters dd{margin:6px 0 2px;color:#d7dde6;font-family:var(--font-mono),monospace;font-size:var(--type-label);font-variant-numeric:tabular-nums;font-weight:500}.strategy-parameters dd.strategy-parameter-boolean{color:#7fb6f6}.strategy-parameters code{display:block;overflow:hidden;color:#4c545e;font-size:.5625rem;text-overflow:ellipsis;white-space:nowrap}.strategy-inspector__footer{display:flex;min-height:57px;padding:11px 18px;border-top:1px solid var(--line-soft);background:rgb(255 255 255/1%);align-items:center;justify-content:space-between;gap:16px}.strategy-inspector__footer>span{overflow:hidden;color:#4f5761;font-size:.5625rem;text-overflow:ellipsis;white-space:nowrap}.strategy-sheet{position:fixed;z-index:50;inset:0}.strategy-sheet__backdrop{position:absolute;inset:0;width:100%;height:100%;border:0!important;border-radius:0!important;background:rgb(0 0 0/58%)!important;backdrop-filter:blur(3px);cursor:default!important}.strategy-sheet__panel{display:flex;position:absolute;top:0;right:0;width:min(620px,100vw);height:100%;border-left:1px solid var(--line);background:#0d0f11;box-shadow:-30px 0 80px rgb(0 0 0/38%);flex-direction:column;animation:strategy-sheet-in .22s cubic-bezier(.22,.75,.25,1)}.strategy-sheet__head{display:flex;min-height:119px;padding:23px 25px;border-bottom:1px solid var(--line-soft);align-items:flex-start;justify-content:space-between;gap:20px}.strategy-sheet__head h2{margin-top:5px;font-size:24px;font-weight:620;letter-spacing:-.04em}.strategy-sheet__head p:last-child{max-width:450px;margin:7px 0 0;color:var(--text-3);font-size:var(--type-label)}.strategy-sheet__body{flex:1;overflow-y:auto}.strategy-sheet__error{margin:16px 25px -5px;padding:10px 12px;border:1px solid rgb(255 94 87/18%);border-radius:10px;background:rgb(255 94 87/7%);color:#dbadaa;font-size:var(--type-label)}.strategy-form-section{padding:23px 25px 26px}.strategy-form-section+.strategy-form-section{border-top:1px solid var(--line-soft)}.strategy-form-section__heading{display:grid;margin-bottom:18px;grid-template-columns:25px minmax(0,1fr);gap:10px}.strategy-form-section__heading>span{display:grid;width:24px;height:24px;border:1px solid rgb(22 132 255/20%);border-radius:8px;background:rgb(22 132 255/8%);color:#65acfb;font-family:var(--font-mono),monospace;font-size:.5625rem;place-items:center}.strategy-form-section__heading h3{font-size:var(--type-ui);font-weight:600}.strategy-form-section__heading p{margin:3px 0 0;color:var(--text-3);font-size:var(--type-micro)}.strategy-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.strategy-form-grid--parameters{margin-top:16px}.strategy-field{display:grid;position:relative;min-width:0;gap:6px}.strategy-field--wide{grid-column:1/-1}.strategy-field>span{color:var(--text-2);font-size:var(--type-micro);font-weight:550}.strategy-field>span small{margin-left:4px;color:var(--text-3);font-size:.625rem;font-weight:400}.strategy-field input:not([type=checkbox]),.strategy-field select,.strategy-field textarea{min-height:37px;padding:8px 10px;border:1px solid var(--line);border-radius:10px;background:#080a0c;color:var(--text);font-family:var(--font-sans),sans-serif;font-size:var(--type-label);line-height:1.4}.strategy-field textarea{min-height:76px;resize:vertical}.strategy-field input:focus,.strategy-field select:focus,.strategy-field textarea:focus{border-color:rgb(22 132 255/58%);outline:0;box-shadow:0 0 0 3px rgb(22 132 255/8%)}.strategy-field>code{color:#515964;font-size:.5625rem}.strategy-field--toggle{display:flex;min-height:67px;padding:11px;border:1px solid var(--line);border-radius:10px;background:#080a0c;align-items:center;justify-content:space-between;gap:12px}.strategy-field--toggle b,.strategy-field--toggle code,.strategy-field--toggle>span{display:block}.strategy-field--toggle b{color:var(--text-2);font-size:var(--type-micro);font-weight:550}.strategy-field--toggle code{margin-top:4px;color:#515964;font-size:.5625rem}.strategy-field--toggle input{position:relative;width:34px;height:19px;margin:0;border:0;border-radius:10px;background:#272c31;appearance:none;cursor:pointer}.strategy-field--toggle input:after{position:absolute;top:3px;left:3px;width:13px;height:13px;border-radius:50%;background:#79818b;content:"";transition:transform .15s ease,background .15s ease}.strategy-field--toggle input:checked{background:rgb(22 132 255/33%)}.strategy-field--toggle input:checked:after{background:#5babff;transform:translateX(15px)}.strategy-presets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.strategy-presets button{display:flex;min-height:51px;padding:9px 11px;border-color:var(--line-soft);border-radius:10px;background:rgb(255 255 255/2%);text-align:left;flex-direction:column;justify-content:center;gap:2px}.strategy-presets button.strategy-preset--selected,.strategy-presets button:hover{border-color:rgb(22 132 255/33%);background:rgb(22 132 255/8%)}.strategy-presets button.strategy-preset--selected{box-shadow:inset 2px 0 0 var(--accent)}.strategy-presets span{color:var(--text-2);font-size:var(--type-label);font-weight:600}.strategy-presets small{color:var(--text-3);font-size:.625rem}.strategy-sheet__footer{display:flex;min-height:70px;padding:14px 20px 14px 25px;border-top:1px solid var(--line-soft);background:#101214;align-items:center;justify-content:space-between;gap:18px}.strategy-sheet__footer>div,.strategy-sheet__footer>p{display:flex;margin:0;align-items:center}.strategy-sheet__footer>p{color:var(--text-3);font-size:.625rem;gap:7px}.strategy-sheet__footer>div{gap:7px}@keyframes strategy-sheet-in{0%{transform:translateX(28px);opacity:.6}to{transform:translateX(0);opacity:1}}@media (max-width:1080px){.strategies-workspace{grid-template-columns:minmax(290px,.72fr) minmax(430px,1.28fr)}.strategy-parameters dl{grid-template-columns:repeat(2,minmax(0,1fr))}.strategy-inspector__facts{grid-template-columns:1fr 1fr}.strategy-inspector__facts>div:last-child{display:none}}@media (max-width:820px){.strategies-status-strip{grid-template-columns:repeat(3,1fr)}.strategies-status-strip>div{justify-content:center}.strategies-status-strip>p{display:none}.strategies-workspace{grid-template-columns:1fr}.strategy-inspector,.strategy-registry{min-height:auto}.strategy-registry__list{min-height:220px;max-height:390px;overflow-y:auto}.strategy-inspector--empty{min-height:280px}}@media (max-width:620px){.strategies-page .product-page-header{align-items:flex-start;flex-direction:column}.strategies-new-button,.strategies-page .product-page-header__actions{width:100%}.strategies-status-strip{padding:0 9px}.strategies-status-strip>div{padding:0 8px;gap:6px}.strategies-status-strip>div+div{padding-left:8px}.strategy-registry__tools{grid-template-columns:1fr}.strategy-inspector__hero{align-items:flex-start;flex-direction:column}.strategy-inspector__actions{width:100%}.strategy-inspector__actions>button:not(.strategy-delete-button){flex:1}.strategy-delete-confirm{grid-template-columns:1fr 1fr}.strategy-delete-confirm>div{grid-column:1/-1}.strategy-inspector__facts{grid-template-columns:1fr}.strategy-inspector__facts>div+div{border-top:1px solid var(--line-soft);border-left:0}.strategy-form-grid,.strategy-parameters dl,.strategy-presets{grid-template-columns:1fr}.strategy-inspector__footer{align-items:stretch;flex-direction:column}.strategy-inspector__footer a{width:100%}.strategy-form-section,.strategy-sheet__head{padding-right:18px;padding-left:18px}.strategy-sheet__error{margin-right:18px;margin-left:18px}.strategy-sheet__footer{padding:12px 18px}.strategy-sheet__footer>p{display:none}.strategy-sheet__footer>div{width:100%}.strategy-sheet__footer button{flex:1}}@media (prefers-reduced-motion:reduce){.strategy-sheet__panel{animation:none}}