.ts-dialog{border:1px solid var(--line,#e2e6dd);border-radius:14px;padding:0;width:min(960px,calc(100% - 36px));max-width:960px;height:min(860px,calc(100dvh - 48px));max-height:calc(100dvh - 48px);overflow:hidden;color:var(--ink,#202720);background:#fff;box-shadow:0 24px 100px #17201538}
.ts-dialog::backdrop{background:#17201580;backdrop-filter:blur(3px)}
.ts-dialog .ts-shell{height:100%;display:flex;flex-direction:column;min-height:0}
.ts-dialog .ts-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding:25px 30px 20px;border-bottom:1px solid var(--line);flex-shrink:0;background:#fcfdf9}
.ts-eyebrow{font:10px var(--mono,monospace);letter-spacing:.09em;text-transform:uppercase;color:#617352;display:block;margin-bottom:9px;overflow-wrap:anywhere}
.ts-dialog .ts-header h2{font-size:29px;font-weight:500;line-height:1.2;letter-spacing:-.045em;margin:0}
.ts-dialog .ts-close{flex-shrink:0;width:38px;height:38px;margin:-5px -8px 0 0}
.ts-dialog .ts-progress{list-style:none;margin:0;padding:15px 30px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;flex-shrink:0;border-bottom:1px solid var(--line);background:#fff}
.ts-progress li{display:flex;align-items:center;gap:9px;color:#768170;font-size:12px;line-height:1.3}
.ts-progress li>span{width:24px;height:24px;border-radius:50%;border:1px solid #dce3d4;display:grid;place-items:center;font:10px var(--mono,monospace);flex-shrink:0}
.ts-progress li>span svg{width:13px;height:13px}
.ts-progress .is-current{color:#2c4720;font-weight:600}
.ts-progress .is-current>span{background:var(--lime,#b6ff1b);border-color:var(--lime,#b6ff1b);color:#2b3b1d}
.ts-progress .is-complete{color:#557638}
.ts-progress .is-complete>span{background:#f0f6e7;border-color:#d5e6bf}
.ts-dialog .ts-scroll{overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable;min-height:0;flex:1;padding:25px 30px 30px;scroll-behavior:smooth}
.ts-dialog .ts-form{display:block;margin:0;min-width:0}
.ts-intro{margin-bottom:23px}
.ts-intro h3{font-size:23px;letter-spacing:-.025em;line-height:1.3;font-weight:500;margin:0 0 10px}
.ts-step-title:focus{outline:none}
.ts-intro p{color:#61715b;line-height:1.75;font-size:13px;max-width:730px;margin:0}
.ts-dialog fieldset{border:0;margin:0;padding:0;min-width:0}
.ts-dialog legend{width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px;font-weight:600;font-size:13px;line-height:1.5;padding:0;margin-bottom:12px}
.ts-trades legend>span{font-size:11px;color:#65775a;font-weight:400;white-space:nowrap}
.ts-trade-tools{display:grid;grid-template-columns:minmax(0,1fr) minmax(150px,220px);gap:10px;margin-bottom:12px}
.ts-trade-tools input,.ts-trade-tools select,.ts-field input,.ts-field select,.ts-field textarea{border:1px solid #d4ddcc;border-radius:7px;background:#fff;font:inherit;font-size:13px;min-height:43px;padding:10px 12px;max-width:100%;width:100%;color:#273720}
.ts-trade-tools select,.ts-field select{padding-right:28px}
.ts-search{position:relative}
.ts-search>svg{position:absolute;left:12px;top:12px;width:17px;height:17px;color:#71836a;pointer-events:none}
.ts-search>input{padding-left:38px}
.ts-selected{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-bottom:12px;min-height:31px}
.ts-chip{display:inline-flex;align-items:center;justify-content:space-between;gap:7px;text-align:left;font-size:11px;line-height:1.4;padding:7px 9px;border:1px solid #ccdcb8;border-radius:5px;background:#f2f7e9;color:#3c5c29;max-width:100%;overflow-wrap:anywhere;min-height:32px}
.ts-chip:hover{background:#e8f2db;border-color:#93b16a}
.ts-chip svg{width:12px;height:12px;flex-shrink:0}
.ts-selection-placeholder{font-size:11px;color:#77816e;line-height:1.5}
.ts-trade-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;max-height:330px;overflow:auto;overscroll-behavior:contain;padding:3px 5px 5px 3px;scrollbar-gutter:stable;border-radius:7px}
.ts-trade-card{border:1px solid #dfe5d8;border-radius:8px;background:#fff;align-self:start;overflow:hidden}
.ts-trade-card:has(input:focus-visible){outline:3px solid #83b52a;outline-offset:-3px}
.ts-trade-card.is-selected{border-color:#9cba76;background:#f8fbf2}
.ts-trade-card>label{display:flex;gap:10px;align-items:start;padding:13px 13px 10px;cursor:pointer;min-width:0;min-height:116px}
.ts-trade-card input{margin:4px 0 0;width:16px;height:16px;flex-shrink:0;accent-color:#537733}
.ts-trade-card>label>span{display:block;min-width:0}
.ts-trade-card .ts-trade-group{font-size:9px;color:#667b55;display:block;margin-bottom:4px;line-height:1.3}
.ts-trade-card strong{font-size:12px;line-height:1.5;font-weight:600;display:block;overflow-wrap:anywhere}
.ts-trade-description{display:block;font-size:11px;color:#647359;line-height:1.65;margin-top:5px;overflow-wrap:anywhere}
.ts-trade-card:has(input:disabled){background:#fafbf8}
.ts-trade-card:has(input:disabled)>label{cursor:default;color:#7e8776}
.ts-trade-examples{padding:0 13px 10px 39px;font-size:10px;line-height:1.6}
.ts-trade-examples summary{cursor:pointer;color:#476c2e;font-weight:500;min-height:24px;display:list-item;list-style-position:inside}
.ts-trade-examples p{margin:7px 0 0;color:#627057;font-size:10px;line-height:1.7}
.ts-trade-examples p strong{font-size:10px;display:inline;color:#3e5430}
.ts-no-trades{grid-column:1/-1;background:#f4f7ee;border-radius:7px;padding:23px;font-size:12px;color:#66765b;line-height:1.7}
.ts-dialog .ts-section{margin-top:25px;padding-top:22px;border-top:1px solid var(--line)}
.ts-choices{display:grid;gap:9px}
.ts-three{grid-template-columns:repeat(3,minmax(0,1fr))}
.ts-choice{display:flex;gap:9px;align-items:flex-start;border:1px solid #dce4d3;border-radius:8px;padding:13px;cursor:pointer}
.ts-choice:has(input:checked){border-color:#94b36e;background:#f1f7e8}
.ts-choice input{width:15px;height:15px;accent-color:#52762f;flex-shrink:0;margin:3px 0 0}
.ts-choice strong{display:block;font-size:12px;font-weight:500;line-height:1.5}
.ts-choice small{display:block;font-size:10px;line-height:1.65;color:#63765a;margin-top:5px}
.ts-check{display:flex;gap:11px;align-items:flex-start;font-size:12px;line-height:1.6;cursor:pointer;border:1px solid #dfe5d7;border-radius:7px;padding:14px}
.ts-check input{width:16px;height:16px;flex-shrink:0;margin:3px 0 0;accent-color:#557a33}
.ts-check strong{display:block;font-weight:500;font-size:12px}
.ts-check small{display:block;color:#68775d;font-size:11px;line-height:1.7;margin-top:3px}
.ts-check:has(input:checked){border-color:#a8c18b;background:#f6f9f0}
.ts-area-add{display:flex;align-items:end;gap:10px;margin-top:17px}
.ts-area-add .ts-field{flex:1;min-width:0}
.ts-area-add>.button{min-height:43px;flex-shrink:0}
.ts-area-chips{margin-top:12px;margin-bottom:8px}
.ts-help{font-size:11px;line-height:1.7;color:#63765a;margin:8px 0 0;overflow-wrap:anywhere}
.ts-fields-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 20px}
.ts-field{display:flex;flex-direction:column;gap:8px;min-width:0}
.ts-field>label{font-size:12px;font-weight:500;line-height:1.5;color:#445b35}
.ts-field>label>span{font-weight:400;color:#6c7d60}
.ts-field textarea{min-height:92px;line-height:1.7;resize:vertical}
.ts-field .ts-help{margin:0}
.ts-size-guide{font-size:11px;color:#5e7450;line-height:1.75}
.ts-size-guide summary{cursor:pointer;color:#496b32;min-height:26px;font-weight:500}
.ts-size-guide ul{padding-left:18px;margin:6px 0}
.ts-size-guide li+li{margin-top:5px}
.ts-size-guide p{font-size:10px;margin:7px 0 0;color:#718366}
.ts-number-unit{display:flex;align-items:center;gap:10px;color:#627456;font-size:12px}
.ts-number-unit input{width:110px}
.ts-source-list{display:grid;gap:8px}
.ts-source-fixed{display:flex;align-items:start;gap:12px;border:1px solid var(--line);padding:14px;border-radius:7px;background:#f8faf4}
.ts-source-fixed>svg{width:17px;height:17px;margin-top:2px;color:#638443}
.ts-source-fixed>div{flex:1;min-width:0}
.ts-source-fixed strong{font-size:12px;font-weight:500;display:block}
.ts-source-fixed p{font-size:11px;line-height:1.7;color:#68785f;margin:5px 0 0}
.ts-included{font:9px var(--mono,monospace);color:#58763d;border:1px solid #d9e6c9;background:#f0f6e7;padding:4px 6px;border-radius:4px;flex-shrink:0}
.ts-check.is-unavailable{background:#f7f8f5;cursor:default}
.ts-check.is-unavailable strong{color:#6c7863}
.ts-refinements{border:1px solid var(--line);border-radius:8px;margin-top:22px;overflow:hidden}
.ts-refinements>summary{position:relative;cursor:pointer;list-style:none;display:block;padding:17px 46px 17px 18px;background:#fbfcf8;font-size:13px;color:#354c29}
.ts-refinements>summary::-webkit-details-marker{display:none}
.ts-refinements>summary>span{font-weight:500}
.ts-refinements>summary>small{display:block;font-size:10px;line-height:1.5;color:#718167;margin-top:5px}
.ts-refinements>summary>svg{position:absolute;right:18px;top:20px;width:15px;height:15px;color:#748568}
.ts-refinements[open]>summary>svg{transform:rotate(45deg)}
.ts-detail-body{display:grid;gap:20px;padding:20px;border-top:1px solid var(--line)}
.ts-notice{background:#f3f6ed;border:1px solid #dce6cf;border-radius:7px;padding:13px 15px;color:#596e48;font-size:11px;line-height:1.8;margin:0 0 18px;overflow-wrap:anywhere}
.ts-detail-body>.ts-notice{margin:0}
.ts-limitations{border-top:1px solid var(--line);margin-top:22px;padding-top:18px;font-size:11px;color:#69795e;line-height:1.75}
.ts-limitations>strong{font-size:12px;color:#40582f;font-weight:500}
.ts-limitations ul{padding-left:19px;margin:10px 0 0}
.ts-limitations li+li{margin-top:6px}
.ts-footer{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:17px 30px;flex-shrink:0;border-top:1px solid var(--line);background:#fcfdf9}
.ts-footer-note{font-size:10px;line-height:1.6;color:#6c7b62;max-width:240px}
.ts-footer-actions{display:flex;gap:9px;align-items:center;margin-left:auto}
.ts-footer .button{font-size:12px;min-height:42px}
.ts-footer .button svg{width:16px;height:16px}
.ts-footer .button .spinner{width:14px;height:14px;flex-shrink:0}
.ts-loading{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:17px;padding:65px 20px;font-size:12px;color:#65785a;text-align:center;line-height:1.7}
.ts-error{background:#fff0e9;border:1px solid #edcaba;border-radius:7px;color:#904b32;font-size:12px;line-height:1.75;padding:13px 15px;margin-top:20px;overflow-wrap:anywhere}
.ts-error:empty{display:none}
.ts-error:focus{outline:2px solid #c88762;outline-offset:3px}
.ts-choice-summary{border:1px solid #dbe5ce;background:#f8fbf2;border-radius:9px;padding:18px 20px;margin-bottom:20px;overflow-wrap:anywhere}
.ts-summary-services{display:flex;flex-wrap:wrap;gap:7px}
.ts-summary-services>span{border:1px solid #cfdfb9;border-radius:5px;padding:5px 8px;background:#f0f6e6;color:#46622f;font-size:11px;line-height:1.5;max-width:100%;overflow-wrap:anywhere}
.ts-choice-summary dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 20px;margin:17px 0 0}
.ts-choice-summary dt{font-size:10px;color:#6e7e61;line-height:1.6}
.ts-choice-summary dd{margin:3px 0 0;font-size:12px;color:#3e5430;line-height:1.6}
.ts-preview-summary{font-size:12px;color:#566c47;line-height:1.8;margin:0 0 18px}
.ts-preview-counts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:22px 0 15px}
.ts-preview-counts>div{border:1px solid #d6e4c5;background:#eff6e5;border-radius:8px;padding:18px;display:flex;flex-direction:column;gap:6px}
.ts-preview-counts>div:last-child{border-color:#e9ddc2;background:#faf5e8}
.ts-preview-counts strong{font-size:32px;line-height:1.2;font-weight:500;letter-spacing:-.035em}
.ts-preview-counts span{font-size:12px;font-weight:500}
.ts-preview-counts small{font-size:10px;line-height:1.6;color:#6c7b5e}
.ts-preview-group{margin-top:15px;border:1px solid var(--line);border-radius:7px;overflow:hidden}
.ts-preview-group>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;font-weight:500;cursor:pointer;background:#fafcf6;padding:15px 17px;list-style:none}
.ts-preview-group>summary::-webkit-details-marker{display:none}
.ts-preview-group>summary:before{content:'+';font-size:16px;font-weight:400;color:#6a8056}
.ts-preview-group[open]>summary:before{content:'−'}
.ts-preview-group>summary>span{font:11px var(--mono,monospace);color:#66824b;margin-left:auto}
.ts-preview-example{border-top:1px solid var(--line);padding:17px;overflow-wrap:anywhere}
.ts-preview-example h4{font-size:12px;line-height:1.75;font-weight:500;margin:0;color:#33472a}
.ts-example-location{font-size:10px;line-height:1.7;color:#75826b;margin:5px 0 0}
.ts-preview-example ul{font-size:11px;line-height:1.8;color:#5d7450;padding-left:18px;margin:10px 0 0}
.ts-empty-examples{font-size:11px;line-height:1.8;color:#6c7c60;padding:18px;margin:0}
.ts-empty-results{border:1px solid #e7ddc7;background:#fcf8ee;border-radius:7px;padding:18px;margin-bottom:18px}
.ts-empty-results h4{font-size:13px;font-weight:500;line-height:1.6;margin:0 0 7px;color:#6c5c38}
.ts-empty-results p{font-size:12px;color:#81704e;line-height:1.8;margin:0}
.ts-save-note{font-size:11px;color:#6b7b60;line-height:1.8;margin:21px 0 0}
.ts-profile-summary{border:1px solid #d9e5ca;background:#f8fbf2;border-radius:9px;padding:24px;margin-bottom:24px;overflow-wrap:anywhere}
.ts-profile-summary-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:18px}
.ts-profile-summary-heading .eyebrow{color:#6a8058;display:block;margin-bottom:8px}
.ts-profile-summary-heading h3{font-size:20px;font-weight:500;letter-spacing:-.035em;line-height:1.4;margin:0}
.ts-profile-summary-heading .button{font-size:12px}
.ts-profile-summary>p{font-size:12px;color:#557046;line-height:1.8;margin:14px 0 0}
.ts-profile-summary>.ts-help{font-size:11px;margin-top:7px;color:#6b7c60}
.ts-profile-summary>.ts-refined-notice{margin:16px 0 0;background:#fff}
.ts-dialog input:focus-visible,.ts-dialog select:focus-visible,.ts-dialog textarea:focus-visible,.ts-dialog summary:focus-visible,.ts-dialog button:focus-visible{outline:3px solid #83b52a;outline-offset:2px}
.ts-dialog [hidden]{display:none!important}
.ts-sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;padding:0;border:0;margin:-1px}
@media(max-width:680px){
  .ts-dialog{width:calc(100% - 16px);max-height:calc(100dvh - 16px);height:calc(100dvh - 16px);border-radius:11px}
  .ts-dialog .ts-header{padding:20px 18px 17px;gap:12px}
  .ts-dialog .ts-header h2{font-size:24px}
  .ts-eyebrow{font-size:9px;line-height:1.5;margin-bottom:7px}
  .ts-dialog .ts-progress{padding:13px 17px;gap:7px}
  .ts-progress li{font-size:10px;gap:6px}
  .ts-progress li>span{width:22px;height:22px;font-size:9px}
  .ts-dialog .ts-scroll{padding:22px 17px;scrollbar-gutter:auto}
  .ts-intro h3{font-size:21px}
  .ts-intro p{font-size:12px}
  .ts-trade-tools{grid-template-columns:1fr}
  .ts-trade-tools input,.ts-trade-tools select,.ts-field input,.ts-field select,.ts-field textarea{font-size:16px}
  .ts-trade-results{grid-template-columns:1fr;max-height:310px;gap:8px;padding:3px}
  .ts-trade-card>label{min-height:0;padding:13px}
  .ts-trade-card strong{font-size:13px}
  .ts-trade-description{font-size:11px}
  .ts-trade-card input{width:17px;height:17px}
  .ts-trade-examples summary{min-height:28px;font-size:11px}
  .ts-trade-examples p,.ts-trade-examples p strong{font-size:11px}
  .ts-chip{font-size:11px;min-height:34px}
  .ts-three{grid-template-columns:1fr}
  .ts-choice{align-items:center;padding:12px}
  .ts-choice input{margin-top:0}
  .ts-choice small{margin-top:2px;font-size:11px}
  .ts-area-add{gap:7px}
  .ts-area-add>.button{font-size:11px;padding:9px 10px}
  .ts-fields-grid{grid-template-columns:1fr;gap:20px}
  .ts-number-unit input{width:120px}
  .ts-detail-body{padding:16px}
  .ts-footer{flex-wrap:wrap;gap:10px;padding:13px 17px}
  .ts-footer-note{max-width:none;font-size:10px;width:100%;line-height:1.5}
  .ts-footer-actions{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px}
  .ts-footer .button{font-size:12px;white-space:normal;min-height:44px}
  .ts-footer>.button{margin-left:auto}
  .ts-preview-counts{gap:8px}
  .ts-preview-counts>div{padding:14px 12px}
  .ts-preview-counts strong{font-size:28px}
  .ts-preview-counts small{font-size:10px}
  .ts-choice-summary{padding:16px}
  .ts-choice-summary dl{grid-template-columns:1fr;gap:11px}
  .ts-choice-summary dl>div{display:grid;grid-template-columns:70px minmax(0,1fr);gap:9px;align-items:baseline}
  .ts-choice-summary dd{margin:0;font-size:11px}
  .ts-preview-group>summary{font-size:11px;padding:13px}
  .ts-preview-example{padding:14px}
  .ts-profile-summary{padding:19px}
  .ts-profile-summary-heading{flex-wrap:wrap;gap:14px}
  .ts-profile-summary-heading h3{font-size:20px}
}
@media(prefers-reduced-motion:reduce){.ts-dialog .ts-scroll{scroll-behavior:auto}.ts-dialog .spinner{animation-duration:1.4s}}
