:root{--navy:#102452;--coral:#e97557;--ink:#20384a;--muted:#708090;--line:#e1e6eb;--teal:#193e4c}*{box-sizing:border-box}body{margin:0;background:#f3f5f7;color:var(--ink);font:14px Arial,Helvetica,sans-serif}button,input,select,textarea{font:inherit}button,a,input,select,textarea{outline-offset:4px}button:focus-visible,a:focus-visible{outline:2px solid var(--coral)}button{cursor:pointer;border:1px solid #d3dbe4;background:white;color:var(--navy);border-radius:8px;padding:10px 15px;font-weight:600}button:hover{background:#eef2f7}button:disabled{opacity:.45;cursor:default}.primary{background:var(--navy);border-color:var(--navy);color:white}.primary:hover{background:#1c3666}.app{max-width:1480px;margin:auto;padding:0 32px}.top{height:70px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);gap:16px}.top a{color:var(--muted);text-decoration:none}.top strong{font-size:19px;color:var(--navy)}.top strong span{font-weight:400;color:var(--muted);margin-left:8px}.badge,.tag{padding:7px 11px;border:1px solid var(--line);border-radius:30px;font-size:11px;color:var(--muted);white-space:nowrap}.page-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:28px 0 20px}.breadcrumb{font-size:12px;color:var(--muted);margin-bottom:10px}h1{font-size:30px;letter-spacing:-1px;color:var(--navy);margin:0}h2{font-size:20px;margin:0;color:var(--navy)}h3{font-size:15px}p{color:var(--muted);line-height:1.55}.page-head p{margin:8px 0 0}.actions{display:flex;gap:9px}.statusbar{display:flex;justify-content:space-between;gap:16px;font-size:12px;color:var(--muted);margin-bottom:20px}#saveState{color:#47646a}.workspace{display:grid;grid-template-columns:270px minmax(0,1fr);gap:24px;align-items:start}.summary,.editor{background:white;border:1px solid var(--line);border-radius:14px;overflow:hidden}.image-wrap{height:245px;display:grid;place-items:center;padding:22px 25px 8px}.image-wrap img{width:100%;height:100%;object-fit:contain;min-height:0}.summary-copy{padding:20px}.eyebrow{font-size:10px;letter-spacing:1.4px;color:#a85d49;font-weight:700}.summary h2{font-size:23px;margin-top:8px;overflow-wrap:anywhere}.summary p{font-size:12px;margin:8px 0 16px}.price{font-size:22px;color:var(--navy);display:block;margin:0 0 22px}.summary-line{display:flex;justify-content:space-between;gap:10px;padding:10px 0;border-top:1px solid var(--line);font-size:11px}.summary-line span{color:var(--muted)}.summary-line b{text-align:right;overflow-wrap:anywhere}.source{display:block;font-size:12px;margin:18px 0;color:var(--navy)}.upload{display:block;text-align:center;border:1px solid var(--line);border-radius:7px;padding:9px;cursor:pointer;font-size:12px;font-weight:600}.upload input{width:100%;margin-top:8px;font-size:11px}.text-button{border:0;font-size:11px;display:block;margin:5px auto;padding:7px;font-weight:400;color:var(--muted)}.tabs{display:flex;border-bottom:1px solid var(--line);padding:0 22px;gap:22px;overflow-x:auto}.tabs button{padding:19px 0 16px;border:0;border-radius:0;border-bottom:3px solid transparent;white-space:nowrap;color:var(--muted);background:white;font-size:13px}.tabs button[aria-selected=true]{color:var(--navy);border-color:var(--coral)}section{padding:28px}.section-head{display:flex;justify-content:space-between;gap:15px;align-items:start;margin-bottom:27px}.section-head p{font-size:12px;margin:7px 0 0}.performance-layout{display:grid;grid-template-columns:1.05fr 1fr;gap:30px}.score-control{padding:0 0 22px;margin-bottom:12px;border-bottom:1px solid var(--line)}.score-label{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:13px}.score-label label{font-size:13px;font-weight:600}.score-label input{width:66px;text-align:center;padding:7px!important;font-size:16px;font-weight:700;color:var(--teal)}input[type=range]{accent-color:var(--teal);width:100%;cursor:pointer;height:20px;padding:0;border:0;box-shadow:none}.range-scale{display:flex;justify-content:space-between;color:var(--muted);font-size:10px}.live-preview{background:#f6f8f9;border:1px solid #e4e9ec;border-radius:11px;padding:22px}.live-preview h3{color:var(--navy);font-size:16px;margin:10px 0 28px}.preview-row{margin:0 0 23px}.preview-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:12px}.preview-label b{padding:5px 9px;border-radius:20px;background:#e7eef1;color:var(--teal);font-size:15px;min-width:40px;text-align:center}.segments{display:grid;grid-template-columns:repeat(10,1fr);gap:4px}.segment{height:7px;background:#dce5e9;border-radius:2px;overflow:hidden}.segment i{display:block;background:var(--teal);height:100%}.live-preview p{font-size:11px;margin-top:30px}.source-note{font-size:11px;color:var(--muted);margin-top:20px}.source-note summary{cursor:pointer}.source-note p{max-width:740px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 20px}.field label{display:block;font-size:12px;font-weight:600;margin-bottom:7px}.field input,.field select,textarea,.barcode-entry input{width:100%;padding:10px 11px;border:1px solid #d3dce5;border-radius:7px;background:white;color:var(--ink);min-height:39px}input:focus,select:focus,textarea:focus{border-color:var(--coral);outline:2px solid #e9755725}input[aria-invalid=true]{border-color:#be3444}.field small{display:block;font-size:10px;color:var(--muted);margin-top:5px}.subhead{border-top:1px solid var(--line);padding-top:25px;margin:26px 0 18px}.notice{background:#fff7ed;border:1px solid #f1d8b8;color:#856233;border-radius:8px;padding:12px 15px;font-size:12px;line-height:1.5;margin:22px 0}.neutral{background:#f4f7fa;color:#617386;border-color:var(--line)}.helper{font-size:11px}.barcode-entry{display:flex;gap:8px}.barcode-list{list-style:none;padding:0}.barcode-list li{display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--line);padding:8px 0;font-size:12px}.barcode-list li code{flex:1}.barcode-list button{padding:5px 8px;font-size:11px}.switch-row{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:16px 0;gap:15px}.switch-row p{font-size:12px;margin:4px 0}.switch-row input{width:36px;height:20px;accent-color:var(--teal)}.discount-preview{margin-top:20px;font-size:20px;color:var(--navy)}.discount-preview del{color:var(--muted);font-size:14px;margin-right:10px}.discount-preview small{font-size:12px;color:#a95e45;margin-left:10px}.mapping{margin-top:22px;font-size:12px}.mapping>div{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line);padding:10px}.mapping>div:first-child{color:var(--muted);background:#f6f8fa}.empty{padding:35px;border:1px dashed #cbd5df;border-radius:10px;text-align:center}.empty p{max-width:450px;margin:12px auto;font-size:12px}#history{margin-bottom:22px}#history article{padding:12px 0;border-bottom:1px solid var(--line);font-size:12px}#history p{margin:6px 0;font-size:11px}.error{padding:14px 24px;background:#fff0f0;color:#a22536;font-size:13px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}footer{padding:24px 0;color:var(--muted);font-size:11px}#toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:var(--navy);color:white;padding:13px 20px;border-radius:9px;box-shadow:0 5px 22px #10245225;z-index:50;max-width:90vw}[hidden]{display:none!important}
@media(max-width:1050px){.app{padding:0 18px}.workspace{grid-template-columns:215px 1fr;gap:16px}.performance-layout{gap:18px}.section-head .tag{display:none}section{padding:22px}.tabs{gap:15px;padding:0 18px}.tabs button{font-size:12px}.live-preview{padding:16px}.page-head p{max-width:400px}.actions{flex-shrink:0}.score-label label{font-size:12px}}
@media(max-width:760px){.top{height:55px}.top strong{font-size:15px}.page-head{align-items:start;flex-direction:column}.statusbar{flex-direction:column;gap:5px}.workspace{grid-template-columns:1fr}.summary{display:grid;grid-template-columns:125px 1fr}.image-wrap{height:200px;padding:20px 10px}.summary-copy{padding:18px}.summary-line,.source,.upload,.text-button{display:none}.price{margin-bottom:0}.performance-layout{grid-template-columns:1fr}.grid{grid-template-columns:1fr 1fr}.summary h2{font-size:20px}.live-preview{margin-top:0}.badge{font-size:9px}.tabs{gap:20px}.score-control{padding-bottom:12px;margin-bottom:12px}h1{font-size:25px}}
body.embed .top,body.embed footer,body.embed .page-head p{display:none}body.embed .app{padding:0 16px}body.embed .page-head{margin:14px 0 10px}body.embed h1{font-size:22px}body.embed .breadcrumb{font-size:10px;margin-bottom:5px}body.embed .statusbar{margin-bottom:12px;font-size:10px}body.embed .workspace{gap:15px}body.embed .summary .upload,body.embed .summary .text-button{display:none}

.performance-disclosure{margin-top:24px;border:1px solid var(--line);border-radius:9px;overflow:hidden}
.performance-disclosure>summary{padding:15px 18px;cursor:pointer;font-weight:600;color:var(--navy);background:#f6f8fa}
.performance-disclosure>summary span{font-size:11px;font-weight:400;color:var(--muted);margin-left:12px}
.performance-content{padding:22px}.performance-content .section-head{margin-bottom:18px}
body.embed .app{zoom:.8;padding:0 20px}
body.embed .workspace{grid-template-columns:200px minmax(0,1fr);gap:18px}
body.embed .image-wrap{height:175px;padding:16px}
body.embed .summary-copy{padding:15px}
body.embed .summary h2{font-size:19px}
body.embed .price{font-size:19px;margin-bottom:14px}
body.embed .editor>section{max-height:calc(125vh - 145px);overflow-y:auto;padding:18px 22px;scrollbar-gutter:stable}
body.embed .grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 16px}
body.embed .section-head{margin-bottom:18px}
body.embed .section-head h2{font-size:18px}
body.embed .subhead{margin:18px 0 14px;padding-top:18px}
body.embed .notice{margin:16px 0;padding:10px 12px}
body.embed .tabs button{padding:13px 0 11px}
body.embed .summary .source{margin:12px 0}
body.embed .field input,body.embed .field select{padding:8px 10px;min-height:35px}
@media(max-width:650px){body.embed .grid{grid-template-columns:1fr 1fr}.performance-disclosure>summary span{display:block;margin:7px 0 0}}

/* Presentation canvas: fixed desktop composition, scaled as a whole by its host. */
body.embed{background:#f3f5f7;overflow:hidden}
body.embed .app{zoom:1;padding:20px 24px;max-width:none}
body.embed .page-head{display:none}
body.embed .statusbar{display:none}
body.embed .workspace{grid-template-columns:240px minmax(0,1fr);gap:22px;align-items:stretch;height:550px}
body.embed .summary{display:flex;flex-direction:column;border-radius:12px;min-width:0}
body.embed .image-wrap{height:265px;flex-shrink:0;padding:24px 36px 12px}
body.embed .summary-copy{padding:12px 22px}
body.embed .summary h2{font-size:24px;line-height:1.15;letter-spacing:-.5px;margin:9px 0;overflow-wrap:normal}
body.embed .summary p{font-size:12px;line-height:1.5;margin:0 0 15px}
body.embed .price{font-size:24px;white-space:nowrap;margin-bottom:18px}
body.embed .summary-line{display:flex;padding:9px 0;font-size:11px}
body.embed .summary-line:nth-of-type(3){display:none}
body.embed .source{display:none}
body.embed .editor{position:relative;min-width:0;border-radius:12px}
body.embed .tabs{height:57px;gap:28px;padding:0 24px}
body.embed .tabs button{font-size:14px;padding:17px 0 14px}
body.embed .editor>section{padding:18px 24px;max-height:none;overflow:visible}
body.embed .section-head{margin:0 0 14px}
body.embed .section-head h2{font-size:18px}
body.embed .section-head p{font-size:12px;margin-top:5px}
body.embed .grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 18px}
body.embed .field label{font-size:12px;margin-bottom:7px}
body.embed .field input,body.embed .field select{min-height:39px;padding:9px 10px;font-size:13px}
body.embed .field small{font-size:10px}
body.embed #details>.subhead,body.embed #details>.notice,body.embed #details>.barcode-entry,body.embed #barcodeList,body.embed #details>.helper,body.embed #description{display:none}
body.embed #details>.sr-only{display:none}
body.embed .subviews{display:flex;gap:5px;padding:4px;background:#eef2f5;border-radius:8px;width:max-content;margin-bottom:20px}
body.embed .subviews button{border:0;background:transparent;color:#708090;padding:8px 18px;font-size:12px;font-weight:600;border-radius:5px}
body.embed .subviews button[aria-pressed=true]{background:white;color:var(--navy);box-shadow:0 1px 4px #10245215}
body.embed[data-view=general] #technicalFields,body.embed[data-view=general] #performance,
body.embed[data-view=technical] #identityFields,body.embed[data-view=technical] #performance,
body.embed[data-view=performance] #identityFields,body.embed[data-view=performance] #technicalFields{display:none}
body.embed #performance{margin:0;border:0;border-radius:0}
body.embed #performance>summary{display:none}
body.embed .performance-content{padding:0}
body.embed .performance-content .section-head{display:none}
body.embed .performance-layout{grid-template-columns:1fr 1fr;gap:28px}
body.embed .score-control{padding-bottom:8px;margin-bottom:9px}
body.embed .score-label{margin-bottom:4px}
body.embed .score-label input{padding:4px!important;min-height:28px;font-size:14px}
body.embed .score-label label{font-size:12px}
body.embed .range-scale{display:none}
body.embed .live-preview{padding:16px 20px}
body.embed .live-preview h3{font-size:14px;margin:6px 0 17px}
body.embed .preview-row{margin-bottom:13px}
body.embed .preview-label{margin-bottom:7px;font-size:11px}
body.embed .preview-label b{font-size:13px;padding:3px 8px}
body.embed .live-preview p,body.embed .source-note{display:none}
body.embed .presentation-actions{position:absolute;left:24px;right:24px;bottom:15px;display:flex;align-items:center;justify-content:space-between;padding-top:12px;border-top:1px solid var(--line);background:white}
body.embed .presentation-actions span{font-size:11px;color:var(--muted)}
body.embed .presentation-actions button{padding:8px 14px;font-size:12px}
body.embed #pricing{max-height:420px;overflow:auto}
body.embed #pricing .section-head{margin-bottom:15px}
body.embed .error{position:absolute;bottom:65px;left:20px;right:20px;border:1px solid #ecc;z-index:3;border-radius:7px}

.price .old-price{display:block;font-size:14px;font-weight:400;line-height:1.3;color:var(--muted);margin-bottom:4px;text-decoration-thickness:1px}.price>span{display:block}body.embed .price .old-price{font-size:13px}

.integration-status{border-top:1px solid var(--line);padding-top:12px;margin-top:2px}
.integration-heading{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:11px}
.integration-heading>span{font-size:9px;color:#84919c;font-weight:400}
.integration-status ul{list-style:none;padding:0;margin:7px 0 0;display:grid;grid-template-columns:1fr;gap:8px}
.integration-status li{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:11px}
.integration-status li strong{font-weight:600}
.channel-live{display:flex;align-items:center;gap:5px;color:#22834f;font-size:10px}
.channel-live i{width:6px;height:6px;border-radius:50%;background:#2ab66a;box-shadow:0 0 0 2px #2ab66a16;flex-shrink:0}
body.embed .image-wrap{height:230px}
body.embed .summary-copy{padding-top:8px}
body.embed .price{margin-bottom:12px}
body.embed .summary-line{padding:7px 0}
body.embed .integration-status{padding-top:9px}
body.embed .integration-status ul{gap:7px}
