:root{--bg:#f6f7f9;--panel:#ffffff;--text:#1d2430;--muted:#667085;--line:#d9dee7;--brand:#146c5c;--brand-dark:#0f5146;--accent:#f97316;--accent-dark:#c2410c;--danger:#b42318;--warning:#a15c07;--ok:#027a48}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;letter-spacing:0}a{color:#075fc0;text-decoration:none}a:hover{text-decoration:underline}.parser-sandbox-page{min-height:100vh;padding:32px 16px}.parser-sandbox-shell{display:grid;grid-gap:18px;gap:18px;margin:0 auto;max-width:980px}.parser-sandbox-header{display:grid;grid-gap:8px;gap:8px}.parser-sandbox-header h1,.parser-sandbox-header p{margin:0}.parser-sandbox-header h1{font-size:34px;line-height:1.1}.parser-sandbox-header p{color:var(--muted);line-height:1.5}.parser-sandbox-kicker{color:var(--brand-dark)!important;font-size:13px;font-weight:700;text-transform:uppercase}.parser-sandbox-form,.parser-sandbox-results{background:var(--panel);border:1px solid var(--line);border-radius:8px;display:grid;grid-gap:14px;gap:14px;padding:16px}.parser-sandbox-form label{display:grid;grid-gap:7px;gap:7px}.parser-sandbox-form label span{font-weight:700}.parser-sandbox-form select,.parser-sandbox-form textarea{border:1px solid var(--line);border-radius:6px;color:var(--text);line-height:1.4;padding:10px 12px;width:100%}.parser-sandbox-form textarea{min-height:128px;resize:vertical}.parser-sandbox-form button{justify-self:start}.parser-sandbox-error{background:#fef3f2;border:1px solid #fecdca;border-radius:6px;color:var(--danger);padding:12px}.parser-result-grid{display:grid;grid-gap:10px;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.parser-result-field{background:#f8fafc;border:1px solid var(--line);border-radius:6px;display:grid;grid-gap:5px;gap:5px;min-height:72px;padding:10px}.parser-result-field dt{color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase}.parser-result-field dd{margin:0;overflow-wrap:anywhere}.parser-json-output{background:#111827;border-radius:6px;color:#e5e7eb;font-size:13px;line-height:1.5;margin:0;overflow:auto;padding:14px}@media (max-width:720px){.parser-result-grid{grid-template-columns:1fr}}button,input,select,textarea{font:inherit}.page{min-height:100vh}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.topbar{background:#ffffff;border-bottom:1px solid var(--line)}.topbar-inner{align-items:center;display:flex;justify-content:space-between;min-height:62px;gap:16px}.brand{color:var(--text);font-size:20px;font-weight:700}.nav{display:flex;flex-wrap:wrap;gap:10px}.button,.nav a,button{align-items:center;background:var(--brand);border:1px solid var(--brand);border-radius:6px;color:#ffffff;cursor:pointer;display:inline-flex;font-weight:700;gap:6px;min-height:38px;padding:8px 12px;text-decoration:none}.button.secondary,.nav a.secondary,button.secondary{background:#ffffff;color:var(--brand-dark)}.button.danger,button.danger{background:var(--danger);border-color:var(--danger)}.button.inquiry-button,button.inquiry-button{background:var(--accent);border-color:var(--accent)}.button.inquiry-button:hover,button.inquiry-button:hover{background:var(--accent-dark);border-color:var(--accent-dark);text-decoration:none}button.inquiry-button:disabled{cursor:wait;opacity:.82}button:disabled{cursor:not-allowed;opacity:.55}.hero{background:#ffffff;border-bottom:1px solid var(--line);padding:34px 0 24px}.hero h1{font-size:clamp(28px,4vw,48px);line-height:1.05;margin:0 0 12px}.hero p{color:var(--muted);font-size:17px;line-height:1.5;margin:0;max-width:760px}.hero-content{display:grid;grid-gap:16px;gap:16px}.agent-access-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px;scroll-margin-top:18px}.section{padding:28px 0}.section-header{align-items:flex-end;display:flex;justify-content:space-between;gap:16px;margin-bottom:14px}.section h1,.section h2{margin:0 0 8px}.muted{color:var(--muted)}.grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.why-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-grid{margin-top:16px}.trust-list{color:var(--muted);display:grid;grid-gap:8px;gap:8px;margin:0;padding-left:20px}.tag-list{display:flex;flex-wrap:wrap;gap:8px}.tag-list span{background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;color:var(--accent-dark);font-weight:700;padding:7px 10px}.template-panel{display:grid;grid-gap:10px;gap:10px}.template-button-row{display:flex;flex-wrap:wrap;gap:8px}.dashboard-hero-card{align-items:start;display:grid;grid-gap:18px;gap:18px;grid-template-columns:minmax(0,1fr) auto}.dashboard-action-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.action-card{color:inherit;display:grid;grid-gap:6px;gap:6px;text-decoration:none}.action-card:hover{border-color:var(--brand);text-decoration:none}.action-card h3,.action-card p{margin:0}.share-link{background:#f8fafc;border:1px solid var(--line);border-radius:6px;overflow-wrap:anywhere;padding:10px 12px}.agent-top-contact{align-items:center;background:#ffffff;border:1px solid var(--line);border-radius:8px;display:grid;grid-gap:12px;gap:12px;grid-template-columns:64px minmax(0,1fr) auto;max-width:860px;padding:12px}.agent-top-contact .avatar{height:64px;width:64px}.agent-top-contact p{margin:4px 0 0}.screenshot-guide-section{padding-bottom:14px}.screenshot-guide{border-color:#fed7aa;border-top:4px solid var(--accent);display:grid;grid-gap:16px;gap:16px}.screenshot-guide h2,.screenshot-guide h3,.screenshot-guide p{margin:0}.screenshot-guide p{line-height:1.5}.screenshot-example-grid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.screenshot-example{background:#f8fafc;border:1px solid var(--line);border-radius:8px;display:grid;grid-gap:10px;gap:10px;padding:12px}.screenshot-example.good{background:#f0fdf4;border-color:#bbf7d0}.screenshot-example.avoid{background:#fff7ed;border-color:#fed7aa}.customer-order-flow{line-height:1.5;margin:0;padding-left:36px}.customer-order-flow li+li{margin-top:8px}.order-note{margin:12px 0 0}.agent-profile-layout{align-items:start;display:grid;grid-gap:16px;gap:16px;grid-template-columns:240px minmax(0,1fr)}.profile-section-menu{display:grid;grid-gap:6px;gap:6px;position:-webkit-sticky;position:sticky;top:16px}.profile-section-menu a{border-radius:6px;color:var(--text);font-weight:700;padding:10px 12px}.profile-section-menu a.active,.profile-section-menu a:hover{background:#ecfdf3;color:var(--brand-dark);text-decoration:none}.profile-section-content{display:grid;grid-gap:12px;gap:12px;min-width:0}.public-copy-layout{align-items:start;display:grid;grid-gap:16px;gap:16px;grid-template-columns:minmax(0,1fr) minmax(300px,.75fr)}.public-preview{display:grid;grid-gap:14px;gap:14px;position:-webkit-sticky;position:sticky;top:16px}.preview-hero{background:#f8fafc;border:1px solid var(--line);border-radius:8px;display:grid;grid-gap:10px;gap:10px;padding:16px}.preview-hero h2,.preview-hero p{margin:0}.preview-contact{align-items:start;display:grid;grid-gap:12px;gap:12px;grid-template-columns:72px minmax(0,1fr)}.avatar-placeholder,.preview-contact .avatar{height:72px;width:72px}.avatar-placeholder{align-items:center;background:#ecfdf3;color:var(--brand-dark);display:flex;font-size:28px;font-weight:800;justify-content:center}.selling-kit{display:grid;grid-gap:12px;gap:12px}.kit-card{border:1px solid #fed7aa;border-radius:8px;overflow:hidden}.kit-card summary{background:#fff7ed;color:var(--accent-dark);cursor:pointer;font-weight:800;list-style:none;padding:13px 14px}.kit-card summary::-webkit-details-marker{display:none}.kit-card summary:after{content:"+";float:right}.kit-card[open] summary:after{content:"-"}.kit-card>:not(summary){margin:14px}.copy-block,.copy-template-list{display:grid;grid-gap:10px;gap:10px}.copy-block{align-items:start;background:#ffffff;border:1px solid var(--line);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;padding:12px}.copy-block p{color:var(--muted);line-height:1.45;margin:6px 0 0}.card{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:16px}.card h3{margin:0 0 8px}.step-card span{align-items:center;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;color:var(--accent-dark);display:inline-flex;font-weight:700;height:32px;justify-content:center;margin-bottom:10px;width:32px}.agent-program-card{display:grid;grid-gap:16px;gap:16px}.agent-program-grid{display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.guide-card{border-color:#fed7aa;border-top:4px solid var(--accent)}.guide-card h3{color:var(--accent-dark)}.starter-support-header{align-items:flex-start}.starter-support-header>div{max-width:980px}.locked-guide-card{min-height:220px;overflow:hidden;position:relative}.locked-guide-card h3{position:relative;z-index:2}.locked-guide-preview{filter:blur(2.2px);max-height:120px;opacity:.82;overflow:hidden;padding-right:4px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.locked-guide-overlay{align-items:center;background:linear-gradient(180deg,rgba(255,255,255,.36) 0,rgba(255,255,255,.88) 46%,#ffffff);bottom:0;color:var(--accent-dark);display:flex;flex-direction:column;font-weight:800;gap:8px;justify-content:center;left:0;padding:56px 16px 28px;position:absolute;right:0;text-align:center;top:52px;z-index:3}.locked-guide-overlay:hover{color:var(--brand-dark);text-decoration:none}.lock-badge{align-items:center;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;display:inline-flex;height:44px;justify-content:center;width:44px}.lock-badge svg{fill:none;height:23px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;width:23px}.section-cta{display:flex;margin-top:16px}.contact-block{display:grid;grid-gap:10px;gap:10px}.media{border:1px solid var(--line);border-radius:6px;display:block;margin-bottom:12px;max-height:320px;object-fit:cover;width:100%}.catalog-list{display:grid;grid-gap:14px;gap:14px}.catalog-category{background:#ffffff;border:1px solid var(--line);border-radius:8px;overflow:hidden}.catalog-category summary{align-items:center;background:#f8fafc;color:#111827;cursor:pointer;display:flex;font-size:20px;font-weight:700;gap:12px;justify-content:space-between;line-height:1.25;list-style:none;overflow-wrap:anywhere;padding:14px 16px}.catalog-category summary::-webkit-details-marker{display:none}.catalog-category summary:after{color:var(--accent-dark);content:"+";flex:0 0 auto;font-size:24px;line-height:1}.catalog-category[open] summary{border-bottom:1px solid var(--line)}.catalog-category[open] summary:after{content:"−"}.catalog-count{background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;color:var(--accent-dark);flex:0 0 auto;font-size:13px;padding:4px 9px}.link-list{display:grid;grid-gap:8px;gap:8px}.catalog-link-list{display:grid;grid-gap:0;gap:0}.catalog-link-entry{display:grid;grid-gap:6px;gap:6px;padding:12px 16px;border-bottom:1px solid #e5e7eb}.catalog-link-entry:last-child{border-bottom:0}.catalog-link-entry a{overflow-wrap:anywhere;word-break:break-word}.synced-product-grid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));margin:12px 0;padding:0 16px 14px}.synced-product-card{border:1px solid var(--line);border-radius:8px;display:grid;grid-gap:10px;gap:10px;padding:10px}.product-image-open{border:0;display:block;min-height:0;padding:0;width:100%}.product-image-open,.product-image-open:hover{background:transparent}.product-card-image{aspect-ratio:1;border-radius:6px;display:block;object-fit:cover;width:100%}.synced-product-card h3{font-size:15px;margin:0 0 4px}.price-tag{color:var(--brand);font-size:16px;font-weight:800;margin:6px 0 0}.product-gallery-backdrop{padding:12px}.product-gallery-modal{background:#ffffff;border-radius:8px;box-shadow:0 20px 50px rgba(15,23,42,.24);display:grid;grid-gap:12px;gap:12px;max-height:calc(100vh - 24px);max-width:920px;overflow:auto;padding:14px;width:min(100%,920px)}.product-gallery-header{align-items:center;display:flex;gap:12px;justify-content:space-between}.product-gallery-header h3{font-size:18px;line-height:1.25;margin:0;overflow-wrap:anywhere}.product-gallery-main-image{background:#f8fafc;border:1px solid var(--line);border-radius:6px;display:block;max-height:68vh;object-fit:contain;width:100%}.product-gallery-thumbs{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(auto-fill,minmax(64px,1fr))}.product-gallery-thumbs button{background:#ffffff;border:2px solid var(--line);border-radius:6px;min-height:0;padding:2px}.product-gallery-thumbs button.active{border-color:var(--brand)}.product-gallery-thumbs img{aspect-ratio:1;border-radius:4px;display:block;object-fit:cover;width:100%}.passcode{align-self:start;background:#ecfdf3;border:1px solid #abefc6;border-radius:999px;color:#027a48;display:inline-flex;font-size:14px;font-weight:700;padding:4px 9px}.contact-card{align-items:start;display:grid;grid-gap:16px;gap:16px;grid-template-columns:120px 1fr}.avatar{border:1px solid var(--line);border-radius:8px;height:120px;object-fit:cover;width:120px}.form-grid{display:grid;grid-gap:12px;gap:12px}.form-row{display:grid;grid-gap:6px;gap:6px}.admin-form-grid-2,.admin-form-grid-3{display:grid;grid-gap:12px;gap:12px}.admin-form-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-form-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-copy-row{background:#f8fafc;border:1px solid var(--line);border-radius:8px;display:grid;grid-gap:12px;gap:12px;padding:12px}.admin-copy-row h3{margin:0}.sticky-actions{align-items:center;background:rgba(246,247,249,.92);border-top:1px solid var(--line);bottom:0;display:flex;gap:8px;padding:12px 0;position:-webkit-sticky;position:sticky;z-index:2}.form-row label{color:#344054;font-weight:700}.contact-method-list,.contact-method-row{display:grid;grid-gap:8px;gap:8px}.contact-method-row{align-items:center;grid-template-columns:160px minmax(220px,1fr) auto}input:not([type=checkbox]):not([type=radio]),select,textarea{background:#ffffff;border:1px solid #cbd5e1;border-radius:6px;color:var(--text);min-height:38px;padding:8px 10px;width:100%}input[type=checkbox],input[type=radio]{accent-color:#0d6efd;height:18px;margin:0;width:18px}textarea{min-height:90px;resize:vertical}.rich-editor{background:#ffffff;border:1px solid #cbd5e1;border-radius:6px;overflow:hidden}.rich-toolbar{align-items:center;background:#eef0f2;border-bottom:1px solid #cbd5e1;display:flex;flex-wrap:wrap;gap:4px;padding:8px}.rich-toolbar button{background:#ffffff;border-color:#b8c0cc;color:#1d2430;font-size:13px;min-height:32px;padding:5px 9px}.rich-editor-surface{color:#111827;line-height:1.5;min-height:320px;outline:none;padding:14px}.rich-content img,.rich-editor-surface img{display:block;height:auto;margin:12px 0;max-width:100%}.rich-content{line-height:1.55}.rich-content h1,.rich-content h2,.rich-content h3,.rich-content h4,.rich-content p{margin:0 0 10px}.rich-content ol,.rich-content ul{margin:0 0 10px 22px;padding:0}.admin-layout{display:grid;grid-template-columns:230px 1fr;min-height:100vh}.sidebar{background:#111827;color:#ffffff;padding:20px}.sidebar a{border-radius:6px;color:#ffffff;display:block;padding:9px 10px}.sidebar a:hover{background:rgba(255,255,255,.12);text-decoration:none}.sidebar-link-group{display:grid;grid-gap:4px;gap:4px}.sidebar-subnav{border-left:1px solid rgba(255,255,255,.18);display:grid;grid-gap:2px;gap:2px;margin-left:10px;padding-left:8px}.sidebar-subnav a{color:rgba(255,255,255,.76);font-size:13px;padding:6px 8px}.main{padding:24px}.stack{display:grid;grid-gap:16px;gap:16px}.status{border-radius:999px;display:inline-block;font-size:12px;font-weight:700;padding:4px 8px}.status.ok{background:#ecfdf3;color:var(--ok)}.status.warn{background:#fffaeb;color:var(--warning)}.status.off{background:#fef3f2;color:var(--danger)}.actions{gap:8px}.actions,.list-heading{display:flex;flex-wrap:wrap}.list-heading{align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.list-heading h2{margin:0 0 4px}.list-heading p{margin:0}.search-form{align-items:center;display:flex;gap:8px;min-width:min(100%,520px)}.search-form input{min-width:220px}.admin-link-list{border:1px solid var(--line);border-radius:8px;overflow-x:auto}.admin-link-header{background:#f8fafc;border-bottom:1px solid var(--line);color:#475467;font-size:12px;font-weight:700;grid-gap:8px;grid-template-columns:160px minmax(320px,1.7fr) 120px minmax(180px,.8fr) 80px 110px 172px;text-transform:uppercase}.admin-link-header,.admin-link-item{display:grid;gap:8px;min-width:1120px;padding:10px 12px}.admin-link-item{align-items:flex-end;background:#ffffff;border-bottom:1px solid #eef2f6;grid-gap:8px;grid-template-columns:minmax(940px,1fr) 92px}.admin-link-item:last-child{border-bottom:0}.admin-link-form{align-items:flex-end;display:grid;grid-gap:8px;gap:8px;grid-template-columns:160px minmax(320px,1.7fr) 120px minmax(180px,.8fr) 80px 110px 72px}.compact-field input,.compact-field select{min-height:34px;padding:6px 8px}.checkbox-row{align-items:center;display:inline-flex;gap:8px;min-height:34px;white-space:nowrap}.admin-link-delete button,.admin-link-form button{min-height:34px;padding:6px 10px;width:100%}.content-item-list{display:grid;grid-gap:0;gap:0}.content-item-row{align-items:center;border-top:1px solid #eef2f6;display:grid;grid-gap:12px;gap:12px;grid-template-columns:minmax(260px,1fr) 160px 92px;padding:12px 0}.content-item-row:first-child{border-top:0;padding-top:0}.content-item-row:last-child{padding-bottom:0}.content-item-row p{margin:4px 0 0}.content-item-meta{align-items:flex-start;display:grid;grid-gap:6px;gap:6px}.content-item-row button{width:100%}.compact-approval-form{min-width:420px}.compact-reject-form{min-width:260px}.section-gap{margin-top:14px}.admin-table-wrap{border:1px solid var(--line);border-radius:8px;overflow-x:auto}.admin-table{border-collapse:collapse;font-size:14px;min-width:1280px;width:100%}.admin-table td,.admin-table th{border-bottom:1px solid #eef2f6;padding:10px 12px;text-align:left;vertical-align:top}.admin-table th{background:#f8fafc;color:#475467;font-size:12px;font-weight:700;text-transform:uppercase;white-space:nowrap}.admin-table tbody tr:last-child td{border-bottom:0}.admin-table input,.admin-table select,.admin-table textarea{min-height:34px;min-width:0;padding:6px 8px;width:100%}.admin-table textarea{min-height:96px}.admin-table button{min-height:34px;padding:6px 10px;width:100%}.registered-customers-table{min-width:1320px}.registered-customers-table td:first-child,.registered-customers-table th:first-child{width:220px}.registered-customers-table td:nth-child(3),.registered-customers-table th:nth-child(3){width:280px}.registered-customers-table td:nth-child(6),.registered-customers-table th:nth-child(6){width:460px}.registered-customers-table td:nth-child(7),.registered-customers-table th:nth-child(7){width:220px}.agent-accounts-table{min-width:1540px}.agent-accounts-table td:first-child,.agent-accounts-table th:first-child{width:220px}.agent-accounts-table td:nth-child(3),.agent-accounts-table th:nth-child(3){width:260px}.agent-accounts-table td:nth-child(9),.agent-accounts-table th:nth-child(9){width:220px}.table-form{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.table-form.compact{grid-template-columns:1fr}.table-form label{display:grid;grid-gap:4px;gap:4px}.table-form label span{color:#475467;font-size:12px;font-weight:700}.table-form button{grid-column:1/-1}.table-subtext{color:#667085;display:block;margin-top:4px}.source-link{color:var(--brand);font-weight:700}.danger-text{color:var(--danger);font-weight:700}.text-cell{max-width:300px}.text-cell-preview{-webkit-box-orient:vertical;-webkit-line-clamp:3;background:transparent;border:0;color:#344054;cursor:zoom-in;display:-webkit-box;font:inherit;line-height:1.35;margin:0;max-height:4.1em;overflow:hidden;padding:0;text-align:left;width:100%}.table-checkbox{align-items:center;display:inline-flex;gap:8px;min-height:34px;white-space:nowrap}.table-checkbox input{min-height:18px;width:18px}.inline-fields,.table-actions{display:grid;grid-gap:8px;gap:8px}.inline-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.yupoo-sync-page{gap:12px}.yupoo-sync-page .compact-card{padding:12px}.yupoo-sync-page h2{font-size:20px;margin:0}.yupoo-sync-page .section-header{align-items:center;margin-bottom:10px}.compact-admin-form{gap:10px}.compact-admin-form .form-row{gap:4px}.compact-admin-form label{font-size:13px}.compact-admin-form input,.compact-admin-form select,.compact-admin-form textarea{min-height:34px;padding:6px 8px}.compact-admin-form textarea{min-height:92px}.source-create-grid{align-items:end;display:grid;grid-gap:8px;gap:8px;grid-template-columns:180px 360px 76px 86px 70px}.inline-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.import-panel{border-color:#98a2b3}.import-panel .admin-form-grid-2{align-items:end;grid-template-columns:minmax(280px,420px) minmax(220px,320px)}.yupoo-sync-page .supplier-source-table{table-layout:fixed;min-width:0;width:100%}.yupoo-sync-page .supplier-source-table td,.yupoo-sync-page .supplier-source-table th{padding:6px}.yupoo-sync-page .supplier-source-table input,.yupoo-sync-page .supplier-source-table select{min-height:30px;padding:4px 6px}.yupoo-sync-page .supplier-col{width:150px}.yupoo-sync-page .source-url-col{width:260px}.yupoo-sync-page .formula-col{width:132px}.yupoo-sync-page .days-col{width:70px}.yupoo-sync-page .status-col{width:92px}.yupoo-sync-page .source-actions-col{width:86px}.yupoo-sync-page .synced-products-table td,.yupoo-sync-page .synced-products-table th{padding:6px}.yupoo-sync-page .synced-products-table{table-layout:fixed;min-width:0;width:100%}.yupoo-sync-page .select-col{width:44px}.yupoo-sync-page .image-col{width:84px}.yupoo-sync-page .review-col{width:25%}.yupoo-sync-page .price-col{width:150px}.yupoo-sync-page .source-status-col{width:110px}.yupoo-sync-page .images-col{width:190px}.yupoo-sync-page .publish-col{width:112px}.yupoo-sync-page .actions-col{width:108px}.yupoo-sync-page .admin-table input[type=checkbox],.yupoo-sync-page .row-select{height:22px;min-height:22px;width:22px}.yupoo-sync-page .admin-table td:first-child,.yupoo-sync-page .admin-table th:first-child{text-align:center}.yupoo-sync-page .sync-thumb{width:56px}.yupoo-sync-page .table-form.compact{gap:6px}.yupoo-sync-page .table-form label span{font-size:11px}.yupoo-sync-page .admin-table input,.yupoo-sync-page .admin-table select,.yupoo-sync-page .admin-table textarea{font-size:13px;min-height:30px;padding:4px 6px}.yupoo-sync-page .admin-table textarea{min-height:70px}.yupoo-sync-page .money-field input,.yupoo-sync-page .number-field input,.yupoo-sync-page .short-number-input{max-width:76px}.yupoo-sync-page .url-input{overflow:hidden;text-overflow:ellipsis}.yupoo-sync-page .search-form{max-width:720px}.yupoo-sync-page .section-gap.table-actions{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.yupoo-sync-page .section-gap.table-actions select{width:220px}.yupoo-sync-page .section-gap.table-actions button{width:auto}.supplier-source-table{min-width:1180px}.synced-products-table{min-width:1440px}.agent-products-form .section-header{align-items:center}.agent-products-table{min-width:860px}.agent-products-table .select-col{width:72px}.agent-products-table .image-col{width:96px}.agent-products-table input[type=checkbox]{height:22px;min-height:22px;width:22px}.product-filter-form{max-width:none}.product-filter-form select{min-width:190px}.product-pricing-modal{max-height:min(90vh,760px);overflow:auto}.sync-log-table{min-width:1180px}.sync-thumb{aspect-ratio:1;border-radius:6px;object-fit:cover;width:76px}.modal-backdrop{align-items:center;background:rgba(17,24,39,.42);bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:50}.note-modal{background:#ffffff;border-radius:8px;box-shadow:0 20px 50px rgba(15,23,42,.22);display:grid;grid-gap:12px;gap:12px;max-width:720px;padding:18px;width:min(100%,720px)}.note-modal textarea{min-height:260px}@media (min-width:901px){.compact-field label{height:1px;margin:-1px;overflow:hidden;position:absolute;width:1px}}@media (max-width:900px){.admin-link-list{border:0;display:grid;grid-gap:12px;gap:12px;overflow:visible}.admin-link-header{display:none}.admin-link-item{border:1px solid var(--line);border-radius:8px;min-width:0;padding:12px}.admin-link-form,.admin-link-item{grid-template-columns:1fr}.admin-link-delete{display:flex}.admin-link-delete button{width:auto}.content-item-row{align-items:start;grid-template-columns:1fr}.admin-table-wrap{border-radius:8px}.content-item-row button{width:auto}.search-form{align-items:stretch;display:grid;min-width:0;width:100%}.contact-method-row{align-items:stretch}.agent-profile-layout,.agent-top-contact,.contact-method-row,.copy-block,.dashboard-action-grid,.dashboard-hero-card,.public-copy-layout,.screenshot-example-grid{grid-template-columns:1fr}.agent-top-contact .button{justify-content:center;width:100%}.profile-section-menu,.public-preview{position:static}.profile-section-menu{display:flex;flex-wrap:wrap}.profile-section-menu a{flex:1 1 180px}}@media (max-width:760px){.why-card-grid{grid-template-columns:1fr}.topbar-inner{align-items:flex-start;flex-direction:column;padding:12px 0}.actions,.nav{width:100%}.actions .button,.nav a,.nav button,.section-cta .button{justify-content:center}.section-header{align-items:flex-start;flex-direction:column}.admin-form-grid-2,.admin-form-grid-3,.source-create-grid{grid-template-columns:1fr}.sticky-actions{align-items:stretch;flex-direction:column}.admin-layout,.agent-program-grid,.contact-card{grid-template-columns:1fr}.catalog-category summary{font-size:21px}.catalog-count{font-size:12px}.catalog-link-entry a{font-size:17px;line-height:1.35}}