@charset "UTF-8";
:root{--bg:#f5f7f6;--panel:#fff;--ink:#20352b;--muted:#66776e;--line:#dfe7e2;--green:#166b4a;--soft:#eaf4ee;--danger:#a53b3b;--warn:#8b6016}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:system-ui,-apple-system,"Malgun Gothic",sans-serif;font-size:14px;line-height:1.6}a{color:var(--green);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit}button,a.button{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:var(--green);color:white;padding:10px 16px;border:1px solid transparent;border-radius:8px;font-weight:600;cursor:pointer;text-decoration:none;line-height:1.4}button:hover,a.button:hover{filter:brightness(.94)}button.secondary,a.button.secondary{background:white;color:var(--ink);border-color:var(--line)}button.danger{background:#fff3f2;color:var(--danger);border-color:#efcecb}button.small,.button.small{padding:7px 11px;font-size:12px}button:disabled{opacity:.5;cursor:not-allowed}input:not([type=checkbox]),select,textarea{display:block;width:100%;padding:10px 12px;border:1px solid #cbd8d0;background:white;border-radius:8px;color:var(--ink);min-height:42px}input:focus,select:focus,textarea:focus{outline:2px solid #86b59a;outline-offset:1px}textarea{min-height:110px;resize:vertical}label.field{display:block;min-width:0}label.field>span{display:block;margin-bottom:6px;font-size:12px;font-weight:600;color:#52665a}label.field small{display:block;color:var(--muted);font-size:11px;margin-top:4px}.toggle{display:flex;align-items:center;gap:9px;padding:10px 0;cursor:pointer}.toggle input{accent-color:var(--green);width:17px;height:17px}.sidebar{width:216px;background:#fff;border-right:1px solid var(--line);position:fixed;inset:0 auto 0 0;padding:28px 18px;display:flex;flex-direction:column;z-index:10}.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:20px;letter-spacing:.05em;color:var(--green)}.brand i{font-style:normal;display:grid;place-items:center;background:var(--green);color:#fff;width:32px;height:32px;border-radius:9px;font-size:17px}.subtitle{color:var(--muted);font-size:11px;margin:5px 0 24px 42px}.navlabel{font-size:10px;color:#8a978f;letter-spacing:.12em;font-weight:700;padding:20px 12px 8px}.sidebar nav{display:grid;gap:4px}.sidebar nav a{padding:10px 12px;color:#607065;border-radius:8px;font-size:13px}.sidebar nav a.active{background:var(--soft);color:var(--green);font-weight:700}.sidebar nav a:hover{background:var(--bg);text-decoration:none}.sidebar .bottom{margin-top:auto;border-top:1px solid var(--line);padding:16px 10px 0;font-size:11px;color:var(--muted)}.shell{margin-left:216px}.topbar{height:72px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 32px;gap:16px}.topbar .tenant{font-weight:700}.topbar .user{display:flex;align-items:center;gap:14px;font-size:12px}.topbar form{margin:0}.main{max-width:1440px;padding:32px;margin:auto}.pagehead{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px}.eyebrow{font-size:11px;color:var(--green);font-weight:700;letter-spacing:.12em;margin-bottom:8px}h1{font-size:28px;line-height:1.3;margin:0 0 9px;font-weight:750;letter-spacing:-.04em}h2{font-size:17px;margin:0 0 16px}h3{font-size:14px;margin:0 0 12px}p{margin:0 0 14px}.muted{color:var(--muted)}.smalltext{font-size:12px}.panel{background:var(--panel);border:1px solid var(--line);border-radius:12px;margin-bottom:20px;padding:24px}.panel.flush{padding:0;overflow:hidden}.panelhead{padding:20px 24px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.panelhead h2{margin:0}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:24px}.stat{background:white;border:1px solid var(--line);border-radius:12px;padding:22px}.stat>span{display:block;font-size:12px;color:var(--muted)}.stat strong{font-size:32px;display:block;letter-spacing:-.04em;margin-top:9px}.stat small{font-size:11px;color:var(--muted)}.stat.emphasis{background:var(--green);border-color:var(--green);color:white}.stat.emphasis>span,.stat.emphasis small{color:#d5e9dc}.badge{display:inline-block;font-size:11px;padding:4px 9px;border-radius:20px;background:var(--soft);color:var(--green);white-space:nowrap;font-weight:600}.badge.pending,.badge.held,.badge.retry,.badge.open{background:#fff4db;color:var(--warn)}.badge.failed,.badge.stopped,.badge.cancelled{background:#fbe8e6;color:var(--danger)}.badge.simulation,.badge.simulated{background:#edf1ff;color:#4c5c95}.badge.superseded,.badge.unchanged,.badge.excluded{background:#f0f2f1;color:#69796f}.tablewrap{overflow:auto}table{border-collapse:collapse;width:100%;text-align:left;white-space:nowrap}th{padding:12px 16px;background:#f8faf9;color:#748479;font-size:11px;font-weight:600;border-bottom:1px solid var(--line)}td{padding:15px 16px;border-bottom:1px solid #edf1ee;font-size:12px;vertical-align:middle}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#fcfdfc}td.wrap{white-space:normal;min-width:220px;max-width:420px}.empty{padding:42px 24px;color:var(--muted);text-align:center}.empty strong{display:block;color:var(--ink);margin-bottom:7px;font-size:15px}.thumb{width:46px;height:46px;object-fit:cover;border-radius:8px;background:#edf2ee;border:1px solid var(--line)}.productcell{display:flex;align-items:center;gap:12px;min-width:220px}.placeholder{display:grid;place-items:center;color:#90a094;font-size:18px}.productcell small{display:block;font-size:11px;color:var(--muted)}.money{font-variant-numeric:tabular-nums;font-weight:600}.actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.actions form{margin:0}.formactions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.filters{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap;margin-bottom:20px}.filters .field{flex:1;min-width:150px}.filters .field.search{flex:2}.notice{padding:13px 16px;border-radius:9px;background:var(--soft);color:var(--green);border:1px solid #cce3d4;margin-bottom:18px}.notice.warning{background:#fff8e7;border-color:#ecddb6;color:#825c1e}.notice.error{background:#fff0ed;border-color:#ebcdc6;color:#963b30}.notice ul{margin:0;padding-left:18px}.impersonation{background:#fff1c6;border-bottom:1px solid #e6d59a;padding:10px 32px;display:flex;align-items:center;justify-content:space-between;color:#735112}.pagination{padding:18px 24px;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--muted)}details{border:1px solid var(--line);border-radius:10px;background:#fff;margin-bottom:16px}details summary{padding:17px 20px;cursor:pointer;font-weight:650}details>.content{padding:0 20px 20px}code{font-family:ui-monospace,Consolas,monospace;font-size:12px;word-break:break-all}pre{white-space:pre-wrap;overflow:auto;background:#f5f7f6;padding:16px;border-radius:9px;font-size:12px;border:1px solid var(--line)}.authpage{min-height:100vh;display:grid;place-items:center;padding:28px}.authcard{width:100%;max-width:420px;background:white;border:1px solid var(--line);padding:36px;border-radius:18px;box-shadow:0 15px 60px #20352b08}.authcard .brand{margin-bottom:26px}.authcard h1{font-size:24px}.authcard .field{margin-bottom:17px}.authcard button{width:100%}.authfooter{font-size:11px;text-align:center;color:var(--muted);margin-top:22px}.listitem{display:flex;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);padding:16px 0}.listitem:last-child{border:0}.dot{display:inline-block;width:7px;height:7px;border-radius:100%;background:#54a37b;margin-right:7px}.imagegrid{display:flex;gap:10px;flex-wrap:wrap}.imagegrid img{width:90px;height:90px;object-fit:cover;border:1px solid var(--line);border-radius:8px}.span2{grid-column:span 2}.stack{display:grid;gap:14px}.separator{border:0;border-top:1px solid var(--line);margin:22px 0}.statusline{font-size:11px;color:var(--muted)}.sensitive{overflow-wrap:anywhere;white-space:pre-wrap}.toggle-row{display:flex;gap:20px;flex-wrap:wrap}dt{color:var(--muted);font-size:12px}dd{margin:3px 0 16px}.chartbars{display:flex;gap:6px;align-items:flex-end;height:100px}.chartbars i{flex:1;background:#dbeade;min-height:3px;border-radius:3px}
@media(max-width:1050px){.grid.three,.grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}.stats{grid-template-columns:repeat(2,minmax(0,1fr))}.main{padding:24px}.topbar{padding:0 24px}}
@media(max-width:1024px){.sidebar{position:static;width:auto;padding:14px 16px;border-right:0;border-bottom:1px solid var(--line)}.sidebar .subtitle,.sidebar .bottom,.sidebar .navlabel{display:none}.sidebar nav{display:flex;overflow-x:auto;margin-top:12px;gap:4px}.sidebar nav a{white-space:nowrap;padding:8px 12px}.brand{font-size:17px}.brand i{width:28px;height:28px}.shell{margin-left:0}.topbar{padding:12px 16px;height:auto;min-height:60px;flex-wrap:wrap;gap:8px}.topbar .user{gap:9px;flex-wrap:wrap}.main{padding:22px 16px}.pagehead{flex-direction:column;gap:12px}h1{font-size:25px}.panel{padding:18px}.panelhead{padding:17px}.grid,.grid.three,.grid.four{grid-template-columns:1fr}.span2{grid-column:auto}.stats{gap:10px}.stat{padding:16px}.stat strong{font-size:27px}.impersonation{padding:10px 16px;gap:12px;font-size:12px}.authcard{padding:26px}.formactions{justify-content:stretch}.formactions button{flex:1}.filters{gap:8px}.filters .field{min-width:120px}.pagination{padding:16px}td{padding:12px}.notice{font-size:12px}}

.confirm-dialog{border:1px solid #dae5df;border-radius:16px;padding:28px;max-width:440px;width:calc(100% - 40px);color:#20382c;box-shadow:0 20px 80px #16392930}.confirm-dialog::backdrop{background:#10281d66}.confirm-dialog p{margin:18px 0;line-height:1.7}
[hidden]{display:none!important}.catalog-tabs{display:flex;gap:8px;border-bottom:1px solid var(--line);margin-bottom:22px;overflow-x:auto}.catalog-tabs>a{padding:13px 17px;white-space:nowrap;color:var(--muted);border-bottom:3px solid transparent;font-weight:600}.catalog-tabs>a.active{color:var(--green);border-color:var(--green);background:var(--soft);border-radius:8px 8px 0 0}.catalog-filters .filters:last-of-type{margin-bottom:12px}.catalog-filters p{margin-bottom:0}.catalog-table .productcell{max-width:320px;white-space:normal;overflow-wrap:anywhere}.catalog-table .thumb{flex-shrink:0}.channel-summary{min-width:230px}.market-badges{display:flex;flex-wrap:wrap;gap:5px;margin:4px 0;max-width:320px}.channel-row>td{padding:0!important;white-space:normal;background:#f1f6f3}.channel-content{padding:20px;min-width:0;max-width:calc(100vw - 330px)}.channel-content>p{margin:10px 0 0}.channel-heading{display:flex;gap:20px;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.channel-heading p{margin:6px 0 0;max-width:670px}.channel-heading>a{flex-shrink:0}.channel-content table{background:white}.channel-content .tablewrap{border:1px solid var(--line);border-radius:8px}.channel-content .pagination{padding:12px 0}.exception-actions{min-width:260px;max-width:380px;white-space:normal}.exception-actions details{margin:0}.exception-actions summary{padding:10px 12px}.exception-actions details>.content{padding:4px 12px 12px}details[id],#channel-settings,#price-unification{scroll-margin-top:20px}
@media(max-width:1050px){.channel-content{max-width:calc(100vw - 288px)}.channel-heading{flex-wrap:wrap}.catalog-table .productcell{min-width:190px}.catalog-filters .filters .field{min-width:170px}}@media(max-width:1024px){.catalog-tabs>a{padding:10px 12px;font-size:12px}.channel-content{max-width:calc(100vw - 34px);padding:14px}.panelhead{gap:12px;flex-wrap:wrap}.catalog-filters .filters .field{min-width:130px}.catalog-filters .filters button,.catalog-filters .filters>a{flex:1}.channel-content .pagination{gap:10px;flex-wrap:wrap}}
@media(max-width:1024px){.catalog-filters .filters:first-child .field:first-child{flex-basis:100%}.catalog-filters .filters button,.catalog-filters .filters>a{white-space:nowrap}}
.market-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.quick-actions{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px}.quick-actions form{margin:0}.quick-actions button{white-space:nowrap}.quick-dialog{width:min(680px,calc(100vw - 32px));max-height:90vh;overflow-y:auto;border:1px solid var(--line);border-radius:14px;padding:26px;color:var(--ink)}.quick-dialog::backdrop{background:#10281d66}.quick-dialog .field{margin-bottom:14px}.quick-dialog .imagegrid{margin-bottom:14px}.quick-dialog h2{padding-right:10px}.quick-dialog .imagegrid img{width:74px;height:74px}.quick-actions .notice{white-space:normal;max-width:270px;font-size:12px}.catalog-table .actions{margin-top:8px}button:focus-visible,a:focus-visible{outline:2px solid #36815d;outline-offset:3px}

/* Keep long values and action descriptions inside their panel at every width. */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
fieldset{min-width:0}
.grid>*,.pagehead>*,.panelhead>*,.listitem>*,.topbar>*,.formactions>*{min-width:0}
.main,.panel,.content,.pagehead,.notice,.listitem,.quick-dialog{overflow-wrap:anywhere}
.sidebar{overflow-y:auto}
.sidebar-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}
.mobile-menu-toggle{display:none}
.formactions{align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:16px}
.formactions>button,.formactions>.button{flex-shrink:0}
.source-settings-actions{justify-content:flex-start;border-top:1px solid var(--line);padding-top:20px;margin-bottom:20px}
.source-settings-actions>button{white-space:nowrap}
.source-pull-actions{margin:18px 0}
.tablewrap{max-width:100%}
.quick-dialog,.confirm-dialog{max-height:calc(100dvh - 32px);overscroll-behavior:contain}

@media(max-width:1024px){
  body{font-size:14px}
  input:not([type=checkbox]):not([type=hidden]),select,textarea{font-size:16px;min-width:0;max-width:100%;min-height:46px}
  input[type=file]{padding:10px 8px}
  input[type=datetime-local],input[type=date]{appearance:none;-webkit-appearance:none}
  button,a.button,button.small,.button.small{min-height:44px;font-size:14px;line-height:1.4}
  .toggle{min-height:44px;align-items:flex-start}
  .toggle input[type=checkbox]{flex:0 0 20px;width:20px;height:20px;margin:2px 0 0}
  .sidebar{padding:10px 16px;overflow:visible}
  .mobile-menu-toggle{display:inline-flex;white-space:nowrap}
  .sidebar[data-menu-ready] nav:not(.is-open){display:none}
  .sidebar nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible;gap:6px;margin-top:12px}
  .sidebar nav a{display:flex;align-items:center;white-space:normal;min-height:44px;padding:10px 12px}
  .topbar{gap:8px 16px}
  .topbar .user{width:100%;gap:8px 12px}
  .topbar .user>span{flex:1 1 130px}
  .topbar .user>a{display:inline-flex;align-items:center;min-height:44px}
  .main{padding:20px 16px;padding-bottom:max(24px,env(safe-area-inset-bottom))}
  .panel{padding:16px}
  .panel.flush{padding:0}
  .panelhead{padding:16px}
  .pagehead>form{width:100%}
  .pagehead>form>button{width:100%}
  .filters .field,.catalog-filters .filters .field{flex:1 1 100%;min-width:0}
  .filters>button,.filters>.button{flex:1 1 120px}
  .formactions{width:100%;align-items:center}
  .formactions>button,.formactions>.button{flex:1 1 130px;max-width:100%}
  .formactions>.smalltext{flex:1 1 100%}
  .source-settings-actions>button{flex-basis:100%}
  .source-pull-actions>form{flex:1 1 140px}
  .source-pull-actions button{width:100%}
  .pagination{gap:12px;flex-wrap:wrap;padding:16px}
  .pagination>.actions{margin-left:auto}
  .listitem{flex-wrap:wrap}
  .listitem>div{flex:1 1 180px}
  .impersonation{flex-wrap:wrap}
  .market-tabs{gap:8px}
  .market-tabs>a{flex:1 1 120px}
  .catalog-tabs>a{min-height:44px;display:flex;align-items:center}
  .authpage{padding:20px 16px;min-height:100svh}
  .authcard{padding:24px 20px}
  details summary{min-height:48px;padding:14px 16px}
  details>.content{padding:0 16px 16px}
  .quick-dialog,.confirm-dialog{padding:20px 16px;width:calc(100% - 24px);max-width:680px;max-height:calc(100dvh - 24px)}
  .quick-dialog .formactions{margin-bottom:0}
  .channel-content{max-width:100%;padding:12px}
  .channel-heading{flex-direction:column;gap:10px}
  .productcell,.catalog-table .productcell{min-width:0;max-width:100%;white-space:normal}
  .productcell>div{min-width:0}
  .thumb{flex-shrink:0}
  .channel-summary,.exception-actions{min-width:0;max-width:100%}
  .quick-actions{gap:8px}
  .quick-actions form{flex:1 1 72px}
  .quick-actions button{width:100%}
  .quick-actions>button{flex:1 1 72px}
  .actions>a:not(.button){display:inline-flex;align-items:center;min-height:44px}
  .mobile-cards,.mobile-cards>tbody{display:block;width:100%;white-space:normal}
  .mobile-cards>thead{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
  .mobile-cards>tbody>tr{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px;border-bottom:1px solid var(--line)}
  .mobile-cards>tbody>tr:last-child{border-bottom:0}
  .mobile-cards>tbody>tr>td{display:block;padding:0;border:0;white-space:normal;min-width:0;max-width:none;overflow-wrap:anywhere;font-size:13px}
  .mobile-cards>tbody>tr>td::before{content:attr(data-label);display:block;color:var(--muted);font-size:12px;margin-bottom:4px}
  .mobile-cards>tbody>tr>td:first-child,.mobile-cards>tbody>tr>td:last-child,.mobile-cards>tbody>tr>.mobile-full-cell{grid-column:1/-1}
  .mobile-cards>tbody>tr>td.mobile-full-cell::before,.mobile-cards>tbody>tr>td:first-child::before{display:none}
  .mobile-cards>tbody>tr>.empty{padding:12px 0}
  .mobile-cards>tbody>tr.channel-row{display:block;padding:0}
  .mobile-cards .badge{white-space:normal;max-width:100%}
  .mobile-cards .market-badges{max-width:100%}
}
@media(max-width:360px){
  .main{padding-left:12px;padding-right:12px}
  .panel{padding:14px}
  .panel.flush{padding:0}
  .mobile-cards>tbody>tr{padding:14px;gap:10px}
  .sidebar nav{grid-template-columns:1fr}
  .stats{grid-template-columns:1fr}
}

/* Common and marketplace product editors share the same responsive workspace. */
.editor-entry-actions{margin:8px 0}
.editor-scope p{margin:8px 0 0}
.editor-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0 16px}
.editor-tabs button{background:white;color:var(--muted);border-color:var(--line);min-height:44px}
.editor-tabs button[aria-selected=true]{background:var(--green);color:white;border-color:var(--green)}
.editor-field .field{margin-bottom:8px}
.editor-field .toggle{padding:0;min-height:32px}
.editor-field .badge{margin-left:8px}
.editor-savebar{position:sticky;bottom:12px;z-index:6;background:white;border:1px solid var(--line);box-shadow:0 4px 24px #173a2418;border-radius:12px;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin:20px 0}
.editor-savebar>div{min-width:0;overflow-wrap:anywhere}
.editor-savebar button{flex-shrink:0}
.option-bulk{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end;padding:16px;background:var(--soft);border-radius:10px;margin-bottom:20px}
.option-bulk>.field{flex:1;min-width:150px}
.option-editor-list{display:grid;gap:16px}
.option-editor-card{min-width:0;border:1px solid var(--line);border-radius:10px;padding:18px}
.option-editor-heading{display:flex;gap:12px;align-items:flex-start;margin-bottom:18px}
.option-editor-heading>input{width:20px;height:20px;flex:0 0 20px;margin:3px 0;accent-color:var(--green)}
.option-editor-heading>div{min-width:0;overflow-wrap:anywhere}
.option-editor-card .grid{grid-template-columns:2fr 1fr 1fr}
.option-editor-card details{margin-top:12px;margin-bottom:0}
.editor-image-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px;margin-bottom:20px}
.editor-image-card{border:1px solid var(--line);border-radius:10px;padding:12px;min-width:0}
.editor-image-card>img{width:100%;height:130px;object-fit:contain;background:var(--bg);border-radius:6px}
.editor-image-card>span{display:block;margin:8px 0}
.editor-image-card button{flex:1;padding:7px}
.editor-pane>.field{margin-bottom:18px}
.sidebar nav a.market-menu-item{padding-left:20px;border-left:2px solid var(--line)}
@media(max-width:1024px){
 .editor-tabs>button{flex:1 1 40%}
 .editor-savebar{bottom:max(8px,env(safe-area-inset-bottom));padding:14px;flex-wrap:wrap;gap:12px}
 .editor-savebar button{width:100%}
 .option-editor-card{padding:14px}
 .option-editor-card .grid{grid-template-columns:1fr}
 .option-bulk{padding:12px;gap:12px}
 .option-bulk>.field,.option-bulk>button{flex-basis:100%;width:100%}
 .editor-entry-actions>a{flex:1 1 130px}
 .editor-field .toggle{min-height:44px}
 .editor-image-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
 .editor-image-card{padding:10px}
 .editor-image-card .actions{gap:6px}
 .editor-image-card button{min-width:44px;font-size:12px}
}
@media(max-width:360px){.editor-image-list{grid-template-columns:1fr}}
.editor-tabs{position:sticky;top:0;z-index:7;background:var(--bg);padding:8px 0}
.manual-sync-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}
.manual-sync-heading h2{margin:0}
.manual-sync-heading p{margin:6px 0 12px}
.manual-sync-heading>a{flex-shrink:0;font-size:13px}
.manual-sync-store{display:block;margin:4px 0 12px}
.manual-sync-source{max-width:400px;margin-bottom:12px}
.manual-sync-actions{display:flex;flex-wrap:wrap;gap:12px}
.manual-sync-actions form{display:flex;flex-direction:column;gap:6px;min-width:200px}
.manual-sync-actions button{min-height:44px}
.manual-sync-actions small{font-size:12px}
.manual-sync-progress{margin:16px 0 8px}
.manual-sync-progress .content p{overflow-wrap:anywhere}
.catalog-advanced{margin:12px 0 0}
.saved-key-row{display:flex;align-items:center;gap:8px;min-width:0}.saved-key-row input{flex:1;min-width:0}.saved-key-row button{flex-shrink:0;min-height:44px}
.field>span,.field>label{display:block;margin-bottom:6px;font-size:12px;font-weight:600;color:#52665a}.field>small{display:block;font-size:11px;color:var(--muted);margin-top:5px}
.registration-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap}.registration-heading h2{margin:0 0 10px}.market-registration-guide{margin:18px 0;padding:18px;background:var(--soft);border:1px solid var(--line);border-radius:10px}.registration-panel>.market-registration-guide{margin:0;padding:0;background:transparent;border:0}.registration-values{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.copy-value-row{display:flex;gap:8px;align-items:center;min-width:0}.copy-value-row textarea{flex:1;min-width:0;min-height:72px;resize:none;overflow-wrap:anywhere;font-size:14px}.copy-value-row button{flex-shrink:0;min-height:44px}.scope-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.scope-options small{display:block;font-size:11px}.registration-values+.smalltext,.market-registration-guide>.smalltext:last-child{margin-top:12px}
.sidebar nav details.nav-group{margin:0;border:0;border-radius:8px;background:transparent;box-shadow:none;padding:0}.sidebar nav .nav-group>summary{padding:10px 12px;font-size:13px;font-weight:500;color:#607065;min-height:44px}.sidebar nav .nav-group>summary.active{color:var(--green);background:var(--soft);font-weight:700}.sidebar nav .nav-group>div{display:grid;padding:0 0 6px 12px}.sidebar nav .nav-group a{border-left:2px solid var(--line);border-radius:0 8px 8px 0}.sidebar nav{overflow-y:auto;flex:1}.sidebar .subtitle{margin-bottom:16px}
.quick-launch{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:24px}.quick-launch>a{display:flex;flex-direction:column;gap:5px;padding:20px;background:white;border:1px solid var(--line);border-radius:12px;color:var(--ink)}.quick-launch>a:hover{border-color:var(--green);background:var(--soft);text-decoration:none}.quick-launch strong{font-size:17px;color:var(--green)}.quick-launch span{font-size:12px;color:var(--muted)}
.quick-launch span{word-break:keep-all;overflow-wrap:anywhere}
.sync-live-status{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:16px 0}.sync-live-card{border:1px solid var(--line);border-radius:10px;background:var(--bg);padding:14px;min-width:0}.sync-live-card>div{display:flex;gap:8px;align-items:center;justify-content:space-between;flex-wrap:wrap}.sync-live-card p{font-size:12px;margin:7px 0 0;overflow-wrap:anywhere}.sync-live-card small{display:block;font-size:11px;margin-top:6px;overflow-wrap:anywhere}.sync-live-card .badge.complete{background:#e0f1e7;color:var(--green)}.sync-live-card .badge.pending,.sync-live-card .badge.running{background:#e1ebfa;color:#284f89}.sync-error{color:var(--danger)}[data-source-feedback]{margin-top:10px}[data-pull-inline]{display:block}.manual-sync>[data-source-poll-note]{margin-bottom:4px}
@media(max-width:600px){.sync-live-status{grid-template-columns:1fr}.sync-live-card{padding:12px}.sync-live-card>div{flex-wrap:nowrap}}
@media(max-width:1024px){.registration-values{grid-template-columns:1fr}.quick-launch{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-launch>a{padding:15px}.quick-launch strong{font-size:15px}.scope-options{grid-template-columns:1fr}.sidebar nav.is-open{max-height:70vh}.manual-sync-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.manual-sync-actions form{min-width:0}.manual-sync-actions button{min-height:56px;padding:10px}.copy-value-row textarea{font-size:16px}}
@media(max-width:600px){.manual-sync-actions form{width:100%;min-width:0}.manual-sync-source{max-width:none}}
.editor-pane{scroll-margin-top:72px}
@media(max-width:1024px){.editor-pane{scroll-margin-top:120px}}
