@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=Instrument+Sans:wght@400;500;600;700&family=Oswald:wght@400;500;600&display=swap);:root{--safe-top:env(safe-area-inset-top,0px);--bg-base:#f6f4ef;--bg-surface:#fff;--bg-card:#fff;--bg-elevated:#fbfaf7;--bg-hover:#f0ece4;--border:#14141417;--border-bright:#1414142e;--text:#171717;--text-muted:#6b6b6b;--text-dim:#9a9a9a;--green:#23754f;--green-dim:#23754f1a;--red:#c63b2f;--red-dim:#c63b2f1a;--blue:#161616;--blue-dim:#1616160f;--yellow:#9a6700;--yellow-dim:#9a67001a;--purple:#6759c9;--accent:#161616;--accent-hover:#000;--font-mono:"IBM Plex Mono",monospace;--font-display:"Instrument Sans",sans-serif;--font-number:"Oswald",sans-serif;--font-brand:"Instrument Sans",sans-serif;--radius:14px;--radius-lg:20px;--shadow:0 18px 40px #20180d0f}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{-webkit-font-smoothing:antialiased;background:#f6f4ef;background:var(--bg-base);color:#171717;color:var(--text);font-family:Instrument Sans,sans-serif;font-family:var(--font-display);min-height:100vh;overflow-x:hidden;text-rendering:optimizeLegibility}a{color:inherit}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#14141424;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#1414143d}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes slideIn{0%{opacity:0;transform:translateX(-12px)}to{opacity:1;transform:translateX(0)}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.fade-in{animation:fadeIn .4s ease forwards}.slide-in{animation:slideIn .3s ease forwards}.green{color:#23754f!important;color:var(--green)!important}.red{color:#c63b2f!important;color:var(--red)!important}.blue{color:#161616!important;color:var(--blue)!important}.muted{color:#6b6b6b!important;color:var(--text-muted)!important}.mono{font-family:IBM Plex Mono,monospace;font-family:var(--font-mono)}.desktop-only,.mobile-hide{display:block}.mobile-inline,.mobile-only{display:none!important}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#10101024;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:999}.modal-shell{background:#fff;background:var(--bg-surface);border:1px solid #14141417;border:1px solid var(--border);border-radius:16px;box-shadow:0 18px 40px #20180d0f;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:12px;max-height:90vh;overflow:hidden;padding:16px;width:min(920px,96vw)}.modal-shell-scroll{overflow-x:hidden;overflow-y:auto!important}.modal-close-btn{background:#0000;border:none;color:#6b6b6b;color:var(--text-muted);cursor:pointer;font-size:20px}.cookie-consent{bottom:0;left:0;padding:18px;pointer-events:none;position:fixed;right:0;z-index:5000}.cookie-consent-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;border:1px solid #1414142e;border:1px solid var(--border-bright);border-radius:22px;box-shadow:0 22px 60px #18140e29;margin:0 auto;padding:18px;pointer-events:auto;width:min(1120px,calc(100vw - 36px))}.cookie-consent-main{grid-gap:18px;align-items:center;display:grid;gap:18px;grid-template-columns:minmax(0,1fr) auto}.cookie-consent-title{color:#171717;color:var(--text);font-size:17px;font-weight:900;letter-spacing:-.02em}.cookie-consent-body{color:#6b6b6b;color:var(--text-muted);font-size:13px;line-height:1.6;margin-top:6px;max-width:760px}.cookie-consent-link{color:#171717;color:var(--text);font-weight:800;text-decoration:underline;text-underline-offset:3px}.cookie-consent-actions,.cookie-consent-detail-actions{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.cookie-btn{border:1px solid #14141417;border:1px solid var(--border);border-radius:999px;cursor:pointer;font-weight:800;min-height:38px;padding:0 14px;white-space:nowrap}.cookie-btn-primary{background:#161616;background:var(--accent);border-color:#161616;border-color:var(--accent);color:#fff}.cookie-btn-ghost{background:#fbfaf7;background:var(--bg-elevated);color:#171717;color:var(--text)}.cookie-consent-details{border-top:1px solid #14141417;border-top:1px solid var(--border);margin-top:16px;padding-top:14px}.cookie-consent-section-title{color:#6b6b6b;color:var(--text-muted);font-size:12px;font-weight:900;letter-spacing:.08em;margin-bottom:10px;text-transform:uppercase}.cookie-category-list{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.cookie-category-row{grid-gap:12px;align-items:center;background:#fbfaf7;background:var(--bg-elevated);border:1px solid #14141417;border:1px solid var(--border);border-radius:16px;display:grid;gap:12px;grid-template-columns:minmax(0,1fr) auto;padding:12px}.cookie-category-title{color:#171717;color:var(--text);font-weight:900}.cookie-category-desc{color:#6b6b6b;color:var(--text-muted);font-size:12px;line-height:1.5;margin-top:4px}.cookie-category-row input{accent-color:#161616;accent-color:var(--accent);height:18px;width:18px}.cookie-consent-detail-actions{margin-top:12px}.public-footer{background:#fbfaf7eb;border-top:1px solid #14141417;border-top:1px solid var(--border);color:#6b6b6b;color:var(--text-muted)}.public-footer-inner{align-items:center;display:flex;font-size:13px;gap:18px;justify-content:space-between;margin:0 auto;padding:22px 0;width:min(1180px,calc(100% - 48px))}.public-footer-links{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.public-footer-links a{color:#6b6b6b;color:var(--text-muted);font-weight:800;text-decoration:none}.public-footer-links a:hover{text-decoration:underline;text-underline-offset:4px}.public-footer-copy{white-space:nowrap}.policy-page{background:radial-gradient(circle at top,#fffffff0,#f6f4effa 58%,#f2eee7 100%);color:#171717;color:var(--text);min-height:100vh;padding:34px 20px 54px}.policy-shell{grid-gap:24px;display:grid;gap:24px;margin:0 auto;width:min(920px,100%)}.policy-shell>a{justify-self:center}.policy-content{background:#ffffffdb;border:1px solid #d6c6afc7;border-radius:28px;box-shadow:0 18px 44px #18120c0f;padding:clamp(28px,5vw,52px)}.policy-content h1{font-size:clamp(38px,7vw,72px);font-weight:900;letter-spacing:-.055em;line-height:.98;margin:0}.policy-updated{font-size:14px;line-height:1.6;margin-top:14px}.policy-intro,.policy-updated{color:#6b6b6b;color:var(--text-muted)}.policy-intro{font-size:17px;line-height:1.75;margin-top:24px}.policy-section{border-top:1px solid #14141417;border-top:1px solid var(--border);margin-top:30px;padding-top:24px}.policy-section h2{font-size:22px;letter-spacing:-.03em;margin:0 0 10px}.policy-section li,.policy-section p{color:#6b6b6b;color:var(--text-muted);font-size:15px;line-height:1.75}.policy-section ul{margin:10px 0 0;padding-left:20px}.policy-content a{color:#171717;color:var(--text);font-weight:800;text-decoration:underline;text-underline-offset:4px}.page-header-row{align-items:center;display:flex;gap:16px;justify-content:space-between}.page-header-actions{align-items:center;display:flex;gap:10px}.page-main{padding-left:0;padding-left:var(--sidebar-width,0);padding-top:68px;transition:padding-left .2s ease}.page-wrap{margin:0 auto;max-width:1520px;padding:28px 32px 48px}.modal-header-row{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.modal-meta-row{flex-wrap:wrap;gap:14px}.modal-meta-row,.stack-mobile{align-items:center;display:flex}.stack-mobile{gap:10px}.whatnot-product-actions{gap:8px;justify-content:flex-end}.whatnot-product-actions select{margin-right:auto}.touch-button{min-height:40px}.mobile-card-list{display:none}.mobile-card,.mobile-card-list{max-width:100%;min-width:0;width:100%}.mobile-card{background:#fff;background:var(--bg-surface);border:1px solid #14141417;border:1px solid var(--border);border-radius:16px;border-radius:calc(var(--radius) + 2px);box-shadow:0 10px 24px #1a140c08;overflow:hidden;padding:14px}.mobile-card-title{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:10px}.mobile-card-grid{grid-gap:8px 12px;display:grid;gap:8px 12px;grid-template-columns:1fr 1fr}.agent-mobile-details{grid-gap:10px 12px;display:grid;gap:10px 12px;grid-template-columns:1fr 1fr}.agent-mobile-actions{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr}.agent-mobile-actions,.agent-mobile-actions>button{max-width:100%;min-width:0;overflow:hidden;width:100%}.agent-mobile-actions>button{box-sizing:border-box;padding-left:8px!important;padding-right:8px!important;text-overflow:ellipsis;white-space:nowrap}.agent-mobile-card,.agent-mobile-card button,.agent-mobile-card>div{max-width:100%}.template-mobile-card{min-width:0}.template-list-cards{grid-gap:10px;display:grid;gap:10px;max-width:100%;min-width:0;width:100%}.template-card-grid>div{min-width:0}.template-card-grid .mobile-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-mobile-grid{gap:10px 12px;grid-template-columns:repeat(2,minmax(0,1fr))}.product-mobile-grid>div{min-width:0}.product-mobile-grid .mobile-value{word-break:break-word}.agent-mobile-card *{min-width:0}.review-mobile-badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.review-mobile-badges>span{background:#f6f4ef;background:var(--bg-base);border:1px solid #14141417;border:1px solid var(--border);border-radius:999px;color:#6b6b6b;color:var(--text-muted);font-size:12px;font-weight:800;padding:4px 8px}.review-mobile-actions{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr;margin-top:12px;min-width:0}.review-mobile-actions>select{grid-column:1/-1}.review-mobile-actions>button,.review-mobile-actions>select{min-width:0;width:100%}.mobile-meta{color:#6b6b6b;color:var(--text-muted);font-size:12px}.mobile-value{font-size:13px;font-weight:600}.mobile-modal-shell{max-height:90vh;max-width:95vw;width:740px}.log-images-modal-shell{scrollbar-gutter:stable}.nav-desktop{display:flex}.nav-mobile-actions,.nav-mobile-backdrop,.nav-mobile-bottom,.nav-mobile-toggle,.top-nav{display:none}.desktop-topbar{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f6f4efeb;border-bottom:1px solid #14141417;border-bottom:1px solid var(--border);display:flex;height:56px;justify-content:flex-end;left:var(--sidebar-width);padding:0 18px;position:fixed;right:0;top:0;transition:left .2s ease;z-index:110}.desktop-topbar-right{align-items:center;display:flex;gap:10px}.desktop-topbar-button{align-items:center;background:#fff;background:var(--bg-surface);border:1px solid #14141417;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);color:#6b6b6b;color:var(--text-muted);cursor:pointer;display:inline-flex;font-size:12px;font-weight:600;gap:6px;padding:6px 10px}.desktop-topbar-button:hover{border-color:#1414142e;border-color:var(--border-bright);color:#171717;color:var(--text)}.desktop-topbar-label{font-size:12px;font-weight:600}.sidebar-layout{--sidebar-width:248px}.sidebar-layout.sidebar-collapsed{--sidebar-width:84px}.sidebar-nav{background:linear-gradient(180deg,#f4f1eb,#f8f6f1);border-right:1px solid #14141417;border-right:1px solid var(--border);bottom:0;display:flex;flex-direction:column;left:0;overflow-x:hidden;padding:16px 14px;position:fixed;top:0;transition:width .2s ease;width:var(--sidebar-width);z-index:120}.sidebar-header{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:18px}.sidebar-brand{align-items:center;color:#171717;color:var(--text);display:inline-flex;gap:8px;max-width:calc(100% - 44px);min-height:48px;text-decoration:none}.sidebar-brand-lockup{gap:12px}.sidebar-brand-mark{display:block;flex:0 0 40px;height:40px;width:40px}.sidebar-brand-name{color:#171717;color:var(--text);font-family:Georgia,Times New Roman,serif;font-size:22px;font-weight:700;letter-spacing:-.03em;line-height:1;white-space:nowrap}.mobile-brand-lockup{gap:12px}.mobile-brand-mark{display:block;flex:0 0 42px;height:42px;width:42px}.mobile-brand-name{color:#171717;color:var(--text);font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:700;letter-spacing:-.03em;line-height:1}.sidebar-brand-text{white-space:nowrap}.sidebar-collapse-btn{align-items:center;background:#ffffffd1;border:1px solid #14141417;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);color:#6b6b6b;color:var(--text-muted);cursor:pointer;display:inline-flex;height:32px;justify-content:center;transition:all .15s;width:32px}.sidebar-collapse-btn:hover{border-color:#1414142e;border-color:var(--border-bright);color:#171717;color:var(--text)}.sidebar-links{grid-gap:6px;display:grid;gap:6px;overflow-x:hidden;overflow-y:auto;padding-right:4px}.sidebar-link{align-items:center;border-radius:14px;border-radius:var(--radius);color:#6b6b6b;color:var(--text-muted);display:flex;font-size:14px;font-weight:500;gap:10px;padding:10px 12px;text-decoration:none;transition:all .15s}.sidebar-link.active{background:#ffffffeb;box-shadow:0 8px 18px #16120c0a;color:#171717;color:var(--text)}.sidebar-group{grid-gap:4px;display:grid;gap:4px}.sidebar-group.active>.sidebar-group-label{color:#171717;color:var(--text)}.sidebar-group-label{background:#0000;border:0;cursor:pointer;text-align:left;width:100%}.sidebar-group-label:hover{background:#ffffffb3;color:#171717;color:var(--text)}.sidebar-group-chevron{margin-left:auto;opacity:.75;transition:transform .15s ease}.nav-mobile-group.expanded .sidebar-group-chevron,.sidebar-group.expanded .sidebar-group-chevron{transform:rotate(180deg)}.sidebar-sub-links{grid-gap:4px;display:grid;gap:4px;padding-left:18px}.sidebar-sub-link{font-size:13px;padding:8px 10px}.nav-mobile-group{grid-gap:4px;display:grid;gap:4px}.nav-mobile-group-label{align-items:center;background:#0000;border:0;color:#6b6b6b;color:var(--text-muted);cursor:pointer;display:flex;font-size:13px;font-weight:700;gap:10px;padding:11px 12px 5px;text-align:left;width:100%}.sidebar-footer{grid-gap:12px;display:grid;gap:12px;margin-top:auto}.sidebar-status{align-items:center;background:#ffffffb8;border:1px solid #14141417;border:1px solid var(--border);border-radius:999px;color:#6b6b6b;color:var(--text-muted);display:inline-flex;font-size:12px;font-weight:700;gap:8px;padding:6px 10px}.sidebar-actions{grid-gap:8px;display:grid;gap:8px}.sidebar-action-btn,.sidebar-actions .nav-mobile-button{align-items:center;background:#ffffffdb;border:1px solid #14141417;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);color:#6b6b6b;color:var(--text-muted);cursor:pointer;display:inline-flex;font-size:12px;font-weight:600;gap:8px;padding:8px 10px}.sidebar-action-btn:hover,.sidebar-actions .nav-mobile-button:hover{border-color:#1414142e;border-color:var(--border-bright);color:#171717;color:var(--text)}.sidebar-notif{position:relative}body.sidebar-collapsed .sidebar-brand-text,body.sidebar-collapsed .sidebar-label{display:none}body.sidebar-collapsed .sidebar-nav .sidebar-header{align-items:center;flex-direction:column;gap:10px;justify-content:flex-start}body.sidebar-collapsed .sidebar-nav .sidebar-brand{max-width:100%;min-height:48px}body.sidebar-collapsed .sidebar-nav .sidebar-collapse-btn{margin-top:2px;position:static;transform:none}body.sidebar-collapsed .sidebar-action-btn,body.sidebar-collapsed .sidebar-actions .nav-mobile-button,body.sidebar-collapsed .sidebar-link{justify-content:center}body.sidebar-collapsed .sidebar-sub-links{display:none}body.sidebar-collapsed .sidebar-status{justify-content:center;padding:6px}.user-mobile-brand{display:none}.nav-alert-scan-bar{-webkit-overflow-scrolling:touch}.nav-alert-scan-bar::-webkit-scrollbar{display:none}.user-page-main{padding-top:92px}.nav-bottom-item{align-items:center;color:#6b6b6b;color:var(--text-muted);display:flex;flex:1 1;flex-direction:column;font-size:11px;font-weight:600;gap:4px;justify-content:center;min-width:0;padding:8px 6px;text-decoration:none}.nav-bottom-item.active{color:#171717;color:var(--text)}.settings-layout{grid-gap:18px;display:grid;gap:18px;grid-template-columns:1.4fr .9fr}.settings-sidebar{align-self:start;position:sticky;top:88px}.ai-cost-grid{grid-gap:12px;display:grid;gap:12px}.performance-summary-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(6,1fr)}.ab-chart-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.ab-stat-grid{display:grid}.data-management-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.data-management-password-row{grid-gap:12px;align-items:end;display:grid;gap:12px;grid-template-columns:minmax(0,1fr) auto}.marketplaces-page{grid-gap:18px;display:grid;gap:18px;width:100%}.marketplace-account-card,.marketplace-account-main,.marketplace-account-title-row,.marketplace-modal-actions,.marketplace-modal-header,.marketplace-section-heading,.marketplaces-heading{align-items:center;display:flex}.marketplace-account-card,.marketplace-modal-header,.marketplace-section-heading,.marketplaces-heading{justify-content:space-between}.marketplaces-heading{gap:18px}.marketplaces-heading h1{font-size:28px;font-weight:900;letter-spacing:-.035em;margin:0}.marketplace-modal-header p,.marketplace-section-heading p,.marketplaces-heading p{color:#6b6b6b;color:var(--text-muted);font-size:13px;line-height:1.55;margin:7px 0 0}.marketplace-feedback{border:1px solid #14141417;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);font-size:13px;font-weight:700;padding:12px 14px}.marketplace-feedback.success{background:#23754f1a;background:var(--green-dim);color:#23754f;color:var(--green)}.marketplace-feedback.error{background:#c63b2f1a;background:var(--red-dim);color:#c63b2f;color:var(--red)}.marketplace-role-tabs{grid-gap:4px;background:#e8e4dba3;border:1px solid #14141417;border:1px solid var(--border);border-radius:18px;border-radius:calc(var(--radius) + 4px);display:grid;gap:4px;grid-template-columns:repeat(2,minmax(0,1fr));padding:4px}.marketplace-role-tabs button{align-items:center;background:#0000;border:0;border-radius:14px;border-radius:var(--radius);color:#6b6b6b;color:var(--text-muted);cursor:pointer;display:flex;gap:10px;justify-content:center;min-height:50px;padding:8px 14px;transition:color .15s ease,background .15s ease,box-shadow .15s ease}.marketplace-role-tabs button.active{background:#fff;background:var(--bg-surface);box-shadow:0 7px 18px #1e170d0f;color:#171717;color:var(--text)}.marketplace-role-tabs button b{font-size:14px}.marketplace-section{background:#fff;background:var(--bg-surface);border:1px solid #14141417;border:1px solid var(--border);border-radius:20px;border-radius:var(--radius-lg);box-shadow:0 14px 30px #1e170d0a;overflow:hidden}.marketplace-section-heading{background:#fbfaf7;background:var(--bg-elevated);border-bottom:1px solid #14141417;border-bottom:1px solid var(--border);gap:18px;padding:20px 22px}.marketplace-modal-header h2,.marketplace-section-heading h2{font-size:17px;font-weight:900;letter-spacing:-.02em;margin:0}.marketplace-account-list{grid-gap:12px;display:grid;gap:12px;padding:18px}.marketplace-account-card{background:#f6f4ef;background:var(--bg-base);border:1px solid #14141417;border:1px solid var(--border);border-radius:16px;border-radius:calc(var(--radius) + 2px);gap:18px;padding:17px}.marketplace-account-main{align-items:flex-start;gap:14px;min-width:0}.marketplace-brand-mark{align-items:center;border-radius:14px;box-shadow:inset 0 0 0 1px #ffffff38;display:inline-flex;flex:0 0 48px;font-size:21px;font-weight:900;height:48px;justify-content:center;width:48px}.marketplace-ebay-mark{background:#fff;border:1px solid #14141417;border:1px solid var(--border);color:#1d4ed8;font-size:16px;letter-spacing:-.06em}.marketplace-account-copy{min-width:0}.marketplace-account-title-row{align-items:flex-start;flex-wrap:wrap;gap:9px}.marketplace-account-title-row h3{color:#171717;color:var(--text);font-size:16px;font-weight:900;margin:0;overflow-wrap:anywhere}.marketplace-status-pill{border-radius:999px;font-size:10px;font-weight:900;line-height:1.1;padding:4px 8px;white-space:nowrap}.marketplace-status-pill.connected{background:#23754f1a;background:var(--green-dim);color:#23754f;color:var(--green)}.marketplace-status-pill.saved{background:#6b6b6b1a;color:#6b6b6b;color:var(--text-muted)}.marketplace-account-detail,.marketplace-account-meta,.marketplace-account-time{color:#6b6b6b;color:var(--text-muted);font-size:12px;line-height:1.5;overflow-wrap:anywhere}.marketplace-account-detail{color:#171717;color:var(--text);font-weight:700;margin-top:5px}.marketplace-account-meta{margin-top:5px}.marketplace-account-time{color:#9a9a9a;color:var(--text-dim);font-size:11px;margin-top:3px}.marketplace-account-actions{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.marketplace-empty-state{padding:54px 22px 60px;text-align:center}.marketplace-empty-icon{align-items:center;background:#f6f4ef;background:var(--bg-base);border-radius:18px;color:#6b6b6b;color:var(--text-muted);display:flex;height:54px;justify-content:center;margin:0 auto 14px;width:54px}.marketplace-empty-state h3{font-size:16px;margin:0}.marketplace-empty-state p{color:#6b6b6b;color:var(--text-muted);font-size:13px;line-height:1.6;margin:7px auto 0;max-width:500px}.marketplace-modal{background:#fff;background:var(--bg-surface);border:1px solid #14141417;border:1px solid var(--border);border-radius:20px;border-radius:var(--radius-lg);box-shadow:0 28px 70px #18140e2e;max-height:90vh;overflow-y:auto;padding:22px;width:min(520px,96vw)}.marketplace-modal-header{align-items:flex-start;gap:18px;margin-bottom:20px}.marketplace-choice-list{grid-gap:10px;display:grid;gap:10px}.marketplace-choice-row{grid-gap:13px;align-items:center;background:#fff;background:var(--bg-surface);border:1px solid #14141417;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);color:#171717;color:var(--text);cursor:pointer;display:grid;gap:13px;grid-template-columns:auto minmax(0,1fr) auto;min-height:68px;padding:11px 13px;text-align:left;transition:border-color .15s ease,background .15s ease,transform .15s ease;width:100%}.marketplace-choice-row:not(:disabled):hover{background:#fbfaf7;background:var(--bg-elevated);border-color:#1414142e;border-color:var(--border-bright);transform:translateY(-1px)}.marketplace-choice-row:disabled{color:#6b6b6b;color:var(--text-muted);cursor:default}.marketplace-choice-mark{align-items:center;border-radius:13px;box-shadow:inset 0 0 0 1px #ffffff38;display:inline-flex;font-size:18px;font-weight:900;height:44px;justify-content:center;width:44px}.marketplace-choice-mark.ebay{border:1px solid #14141417;border:1px solid var(--border);font-size:14px;letter-spacing:-.06em}.marketplace-choice-copy{grid-gap:4px;display:grid;gap:4px;min-width:0}.marketplace-choice-copy b{font-size:14px;font-weight:900}.marketplace-choice-copy small{font-size:12px;font-weight:600}.marketplace-choice-chevron,.marketplace-choice-copy small{color:#6b6b6b;color:var(--text-muted)}.marketplace-coming-soon{border-radius:999px;font-size:10px;font-weight:900;padding:5px 9px;white-space:nowrap}.marketplace-coming-soon,.marketplace-icon-button{background:#f6f4ef;background:var(--bg-base);color:#6b6b6b;color:var(--text-muted)}.marketplace-icon-button{align-items:center;border:1px solid #14141417;border:1px solid var(--border);border-radius:11px;cursor:pointer;display:inline-flex;flex:0 0 34px;height:34px;justify-content:center;width:34px}.marketplace-form-field{grid-gap:7px;color:#6b6b6b;color:var(--text-muted);display:grid;font-size:12px;font-weight:800;gap:7px;margin-top:14px}.marketplace-form-field b{color:#c63b2f;color:var(--red)}.marketplace-form-field em{color:#9a9a9a;color:var(--text-dim);font-style:normal;font-weight:600;margin-left:5px}.marketplace-record-note{background:#f6f4ef;background:var(--bg-base);border-radius:14px;border-radius:var(--radius);color:#6b6b6b;color:var(--text-muted);font-size:12px;line-height:1.55;margin-top:16px;padding:11px 12px}.modal-backdrop{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#18140e6b;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:400}.orders-page{grid-gap:18px;display:grid;gap:18px;width:100%}.order-detail-heading,.orders-page-heading{align-items:flex-start;display:flex;gap:20px;justify-content:space-between}.order-detail-heading h1,.orders-page-heading h1{font-size:28px;font-weight:900;letter-spacing:-.035em;margin:0}.order-detail-heading p,.orders-page-heading p{color:#6b6b6b;color:var(--text-muted);font-size:13px;line-height:1.55;margin:7px 0 0}.orders-feedback{border:1px solid #14141417;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);font-size:13px;font-weight:700;padding:12px 14px}.orders-feedback.success{background:#23754f1a;background:var(--green-dim);color:#23754f;color:var(--green)}.orders-feedback.error{background:#c63b2f1a;background:var(--red-dim);color:#c63b2f;color:var(--red)}.orders-feedback.info{background:#f6f4ef;background:var(--bg-base);color:#171717;color:var(--text)}.orders-modal-feedback{margin-bottom:12px}.orders-sync-banner{align-items:center;background:#fbfaf7;background:var(--bg-elevated);border:1px solid #14141417;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);color:#6b6b6b;color:var(--text-muted);display:flex;font-size:12px;gap:9px;line-height:1.45;min-height:42px;padding:10px 13px}.orders-sync-banner.healthy{background:#23754f1a;background:var(--green-dim);border-color:#16864b33;color:#23754f;color:var(--green)}.orders-sync-banner.warning{background:#fff8e8;border-color:#f59e0b57;color:#b54708}.orders-toolbar{grid-gap:10px;background:#fff;background:var(--bg-surface);border:1px solid #14141417;border:1px solid var(--border);border-radius:20px;border-radius:var(--radius-lg);display:grid;gap:10px;grid-template-columns:minmax(260px,1.8fr) auto repeat(2,minmax(145px,.7fr));padding:14px}.orders-search-field,.orders-toolbar>input,.orders-toolbar>select{min-height:42px}.orders-toolbar>input,.orders-toolbar>select{padding:0 12px;width:100%}.orders-search-field{grid-gap:9px;align-items:center;background:#f6f4ef;background:var(--bg-base);border:1px solid #1414142e;border:1px solid var(--border-bright);border-radius:14px;border-radius:var(--radius);color:#6b6b6b;color:var(--text-muted);display:grid;gap:9px;grid-template-columns:auto minmax(0,1fr) auto;padding:0 11px}.orders-search-field input{background:#0000;border:0;height:40px;min-width:0;outline:0;padding:0}.orders-icon-button,.orders-search-field button{background:#0000;border:0;color:#6b6b6b;color:var(--text-muted);cursor:pointer}.orders-filter-count{align-items:center;background:#f6f4ef;background:var(--bg-base);border-radius:14px;border-radius:var(--radius);color:#6b6b6b;color:var(--text-muted);display:inline-flex;font-size:12px;font-weight:800;gap:6px;justify-content:center;min-height:42px;padding:0 10px;white-space:nowrap}.orders-workflow-tabs{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(4,minmax(0,1fr))}.orders-subtabs button,.orders-workflow-tabs button{background:#fff;background:var(--bg-surface);border:1px solid #14141417;border:1px solid var(--border);border-radius:999px;color:#6b6b6b;color:var(--text-muted);cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.orders-workflow-tabs button{align-items:center;display:flex;font-size:12px;font-weight:800;gap:10px;justify-content:space-between;min-height:42px;padding:7px 12px}.orders-workflow-tabs button b{background:#f6f4ef;background:var(--bg-base);border-radius:999px;color:#6b6b6b;color:var(--text-muted);font-size:10px;min-width:25px;padding:3px 7px}.orders-subtabs button.active,.orders-workflow-tabs button.active{background:#171717;background:var(--text);border-color:#171717;border-color:var(--text);color:#fff}.orders-workflow-tabs button.active b{background:#ffffff29;color:#fff}.orders-subtabs{align-items:center;background:#fbfaf7;background:var(--bg-elevated);border:1px solid #14141417;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);display:flex;gap:7px;overflow-x:auto;padding:8px}.orders-subtabs.after-sales{background:#f59e0b14;border-color:#d9770633}.orders-subtabs.purchase-platform{background:#1616160f;background:var(--blue-dim);border-color:#1769d22e}.orders-subtabs button{flex:1 0 auto;font-size:11px;font-weight:800;min-height:34px;padding:5px 12px;white-space:nowrap}.orders-results{background:#fff;background:var(--bg-surface);border:1px solid #14141417;border:1px solid var(--border);border-radius:20px;border-radius:var(--radius-lg);box-shadow:0 14px 30px #1e170d0a;padding:16px}.orders-results-heading{align-items:center;color:#6b6b6b;color:var(--text-muted);display:flex;font-size:13px;gap:12px;justify-content:space-between;margin-bottom:14px}.orders-results-heading.filters-only{justify-content:flex-end}.orders-results-heading b{color:#171717;color:var(--text);font-size:17px}.orders-inline-button,.orders-text-button{background:#0000;border:0;color:#161616;color:var(--blue);cursor:pointer;font-weight:800;padding:0}.orders-list{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.orders-card{grid-gap:13px;background:#f6f4ef;background:var(--bg-base);border:1px solid #14141417;border:1px solid var(--border);border-radius:17px;border-radius:calc(var(--radius) + 3px);display:grid;gap:13px;min-width:0;padding:15px}.orders-card-clickable{cursor:pointer}.orders-card-clickable:focus-visible{outline:3px solid #1616160f;outline:3px solid var(--blue-dim);outline-offset:2px}.orders-card.agent-success{border-color:#c9e8d5}.orders-card.agent-attention{border-color:#f1c7c1}.order-address,.order-detail-item-actions,.order-detail-item-heading,.order-operation-heading,.orders-card-actions,.orders-card-identity,.orders-card-topline,.orders-inline-link,.orders-label-row{align-items:center;display:flex}.order-detail-item-heading,.order-operation-heading,.orders-card-topline{gap:12px;justify-content:space-between}.order-operation-actions{align-items:center;border-top:1px solid #14141417;border-top:1px solid var(--border);display:flex;gap:10px;justify-content:flex-end;margin-top:9px;padding-top:8px}.orders-card-identity{gap:8px;min-width:0}.orders-marketplace-badge{background:#fbfaf7;background:var(--bg-elevated);border-radius:8px;color:#6b6b6b;color:var(--text-muted);font-size:10px;font-weight:900;padding:5px 8px;white-space:nowrap}.orders-order-number{background:#0000;border:0;color:#171717;color:var(--text);cursor:pointer;font-size:12px;font-weight:900;min-width:0;overflow:hidden;padding:3px 0;text-overflow:ellipsis;white-space:nowrap}.orders-order-number svg{margin-left:4px;vertical-align:-2px}.orders-status-pill{align-items:center;border-radius:999px;display:inline-flex;font-size:10px;font-weight:900;min-height:27px;padding:5px 9px;white-space:nowrap}.orders-status-pill.yellow{background:#f59e0b24;color:#9a6700}.orders-status-pill.blue{background:#1616160f;background:var(--blue-dim);color:#161616;color:var(--blue)}.orders-status-pill.green{background:#23754f1a;background:var(--green-dim);color:#23754f;color:var(--green)}.orders-status-pill.orange{background:#f59e0b24;color:#b45309}.orders-status-pill.muted{background:#fbfaf7;background:var(--bg-elevated);color:#6b6b6b;color:var(--text-muted)}.orders-card-body{grid-gap:12px;align-items:start;display:grid;gap:12px;grid-template-columns:64px minmax(0,1fr);min-width:0}.orders-item-thumb{align-items:center;background:#fbfaf7;background:var(--bg-elevated);border:1px solid #14141417;border:1px solid var(--border);border-radius:12px;color:#6b6b6b;color:var(--text-muted);display:flex;flex:0 0 64px;height:64px;justify-content:center;overflow:hidden;width:64px}.orders-item-thumb img{height:100%;object-fit:cover;width:100%}.orders-item-thumb a,.orders-item-thumb-open{display:block;height:100%;width:100%}.orders-item-thumb-open{background:#0000;border:0;cursor:pointer;padding:0}.orders-thumbnail-column{grid-gap:2px;display:grid;gap:2px;justify-items:center;width:64px}.orders-thumbnail-label,.orders-thumbnail-links,.orders-thumbnail-save{background:#0000;border:0;color:#161616;color:var(--blue);cursor:pointer;font-size:10.5px;font-weight:800;min-height:25px;padding:0;width:58px}.orders-thumbnail-links{min-height:23px}.orders-thumbnail-save:disabled{cursor:wait;opacity:.6}.orders-card-copy{min-width:0}.order-detail-item-copy h3,.orders-card-copy h3{color:#171717;color:var(--text);font-size:14px;font-weight:900;line-height:1.3;margin:0}.orders-card-copy h3{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;overflow:hidden}.order-detail-item-copy p,.orders-card-copy p{color:#6b6b6b;color:var(--text-muted);font-size:11px;line-height:1.4;margin:5px 0 0}.orders-card-copy .orders-profit{color:#23754f;color:var(--green);font-weight:800}.orders-card-copy .orders-profit.negative{color:#c63b2f;color:var(--red)}.orders-card-copy .orders-specification{color:#475467;margin-top:2px}.orders-card-copy .orders-after-sales-type,.orders-card-copy .orders-shipping-time{color:#b45309;font-weight:800}.orders-card-copy .orders-shipping-time.overdue{color:#c63b2f;color:var(--red)}.orders-attention-copy{color:#c63b2f!important;color:var(--red)!important;font-weight:800}.orders-label-row{flex-wrap:wrap;gap:6px}.orders-label-pill{align-items:center;border-radius:999px;display:inline-flex;font-size:10px;font-weight:900;min-height:23px;padding:4px 8px}.orders-label-pill.gray{background:#eaecf0;color:#475467}.orders-label-pill.blue{background:#1616160f;background:var(--blue-dim);color:#161616;color:var(--blue)}.orders-label-pill.green{background:#23754f1a;background:var(--green-dim);color:#23754f;color:var(--green)}.orders-label-pill.yellow{background:#f59e0b24;color:#9a6700}.orders-label-pill.red{background:#c63b2f1a;background:var(--red-dim);color:#c63b2f;color:var(--red)}.orders-card-actions{flex-wrap:wrap;gap:7px;justify-content:flex-end}.orders-add-action-list{grid-gap:8px;display:grid;gap:8px}.orders-add-action-list>button{grid-gap:10px;align-items:center;background:#f6f4ef;background:var(--bg-base);border:1px solid #14141417;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);color:#171717;color:var(--text);cursor:pointer;display:grid;gap:10px;grid-template-columns:24px minmax(0,1fr);min-height:62px;padding:11px 12px;text-align:left}.orders-add-action-list>button:first-child:hover{background:#1616160f;background:var(--blue-dim);border-color:#161616;border-color:var(--blue)}.orders-add-action-list>button:disabled{cursor:default;opacity:.58}.orders-add-action-list>button span{grid-gap:4px;display:grid;gap:4px;min-width:0}.orders-add-action-list>button b{font-size:13px}.orders-add-action-list>button small{color:#6b6b6b;color:var(--text-muted);font-size:11px}.orders-activity-tabs{grid-gap:6px;background:#f6f4ef;background:var(--bg-base);border:1px solid #14141417;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);display:grid;gap:6px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:14px;padding:5px}.orders-activity-tabs button{background:#0000;border:0;border-radius:10px;color:#6b6b6b;color:var(--text-muted);cursor:pointer;font-size:12px;font-weight:900;min-height:38px}.orders-activity-tabs button.active{background:#171717;background:var(--text);color:#fff}.orders-activity-loading{display:grid;min-height:180px;place-items:center}.orders-activity-empty{grid-gap:7px;align-content:center;color:#6b6b6b;color:var(--text-muted);display:grid;gap:7px;min-height:170px;place-items:center;text-align:center}.orders-activity-empty p{margin:0}.orders-activity-list{grid-gap:10px;display:grid;gap:10px}.orders-activity-card{grid-gap:8px;background:#f6f4ef;background:var(--bg-base);border:1px solid #14141417;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);display:grid;gap:8px;padding:13px}.orders-activity-card-heading{align-items:center;display:flex;gap:10px;justify-content:space-between}.orders-activity-card p,.orders-activity-card strong{font-size:12px;line-height:1.45;margin:0}.orders-activity-card p{color:#6b6b6b;color:var(--text-muted)}.orders-activity-card strong.error{color:#c63b2f;color:var(--red)}.orders-activity-status{background:#eaecf0;border-radius:999px;color:#475467;font-size:10px;font-weight:900;padding:4px 8px}.orders-activity-status.success{background:#23754f1a;background:var(--green-dim);color:#23754f;color:var(--green)}.orders-activity-status.failed,.orders-activity-status.timeout{background:#c63b2f1a;background:var(--red-dim);color:#c63b2f;color:var(--red)}.orders-activity-status.claimed,.orders-activity-status.running{background:#1616160f;background:var(--blue-dim);color:#161616;color:var(--blue)}.orders-activity-card .orders-button{justify-self:start}.orders-button{align-items:center;border:1px solid #14141417;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);cursor:pointer;display:inline-flex;font-size:12px;font-weight:900;gap:7px;justify-content:center;line-height:1;min-height:38px;padding:0 13px;text-decoration:none}.orders-button.primary{background:#171717;background:var(--text);border-color:#171717;border-color:var(--text);color:#fff}.orders-button.secondary{background:#fff;background:var(--bg-surface);color:#171717;color:var(--text)}.orders-button.danger{background:#c63b2f1a;background:var(--red-dim);border-color:#d73a3133;color:#c63b2f;color:var(--red)}.orders-button.compact{font-size:11px;min-height:32px;padding:0 10px}.order-operation-heading button:disabled,.orders-button:disabled,.orders-icon-button:disabled{cursor:not-allowed;opacity:.48}.orders-empty,.orders-loading{align-items:center;display:flex;justify-content:center;min-height:260px}.orders-empty{color:#6b6b6b;color:var(--text-muted);flex-direction:column;text-align:center}.orders-empty h2{color:#171717;color:var(--text);font-size:17px;margin:12px 0 0}.orders-empty p,.orders-muted-copy{color:#6b6b6b;color:var(--text-muted);font-size:12px;line-height:1.55;margin:7px 0 0}.orders-modal{background:#fff;background:var(--bg-surface);border:1px solid #14141417;border:1px solid var(--border);border-radius:20px;border-radius:var(--radius-lg);box-shadow:0 28px 70px #18140e33;max-height:min(820px,92vh);overflow-y:auto;padding:22px;width:min(560px,96vw)}.orders-modal-header{align-items:flex-start;display:flex;gap:18px;justify-content:space-between;margin-bottom:18px}.orders-modal-header h2{font-size:18px;font-weight:900;margin:0}.orders-settings-modal .orders-modal-header h2{align-items:center;display:flex;gap:9px}.orders-modal-header p{color:#6b6b6b;color:var(--text-muted);font-size:12px;line-height:1.5;margin:6px 0 0}.orders-icon-button{align-items:center;background:#f6f4ef;background:var(--bg-base);border:1px solid #14141417;border:1px solid var(--border);border-radius:11px;display:inline-flex;flex:0 0 34px;height:34px;justify-content:center;width:34px}.orders-icon-button.compact{flex-basis:28px;height:28px;min-height:28px;width:28px}.orders-icon-button.danger{background:#c63b2f1a;background:var(--red-dim);color:#c63b2f;color:var(--red)}.orders-label-options{grid-gap:8px;display:grid;gap:8px}.orders-label-option{grid-gap:10px;align-items:center;border:1px solid #14141417;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);cursor:pointer;display:grid;gap:10px;grid-template-columns:auto minmax(0,1fr) auto auto auto;min-height:43px;padding:8px 10px}.orders-setting-block{border-top:1px solid #14141417;border-top:1px solid var(--border);padding:3px 0}.orders-setting-block:first-of-type{border-top:0}.orders-setting-row{align-items:center;cursor:pointer;display:flex;gap:14px;justify-content:space-between;min-height:58px}.orders-setting-label{align-items:center;display:inline-flex;font-size:13px;gap:10px}.orders-setting-label svg{color:#161616;color:var(--blue)}.orders-setting-row input[role=switch]{accent-color:#161616;accent-color:var(--blue);cursor:pointer;height:22px;width:42px}.orders-reminder-options{align-items:center;color:#6b6b6b;color:var(--text-muted);display:flex;flex-wrap:wrap;font-size:11px;font-weight:800;gap:7px;padding:0 0 14px 28px}.orders-reminder-options button{background:#f6f4ef;background:var(--bg-base);border:1px solid #14141417;border:1px solid var(--border);border-radius:999px;color:#6b6b6b;color:var(--text-muted);cursor:pointer;font-size:10px;font-weight:800;min-height:30px;padding:0 9px}.orders-reminder-options button.active{background:#1616160f;background:var(--blue-dim);border-color:#161616;border-color:var(--blue);color:#161616;color:var(--blue)}.orders-agent-picker{grid-gap:7px;color:#6b6b6b;color:var(--text-muted);display:grid;font-size:11px;font-weight:800;gap:7px;padding:0 0 14px 28px}.orders-agent-picker select{min-height:40px;padding:0 10px}.orders-setting-note{color:#6b6b6b;color:var(--text-muted);font-size:11px;line-height:1.45;margin:-1px 0 12px 28px}.orders-settings-progress{background:#1616160f;background:var(--blue-dim);border-radius:999px;height:3px;margin-top:8px;overflow:hidden}.orders-settings-progress:after{animation:orders-progress .8s ease-in-out infinite alternate;background:#161616;background:var(--blue);content:"";display:block;height:100%;width:45%}@keyframes orders-progress{0%{transform:translateX(-20%)}to{transform:translateX(155%)}}.orders-label-option small{color:#6b6b6b;color:var(--text-muted);font-size:10px}.orders-create-label{grid-gap:8px;border-top:1px solid #14141417;border-top:1px solid var(--border);display:grid;gap:8px;grid-template-columns:minmax(0,1fr) 105px auto;margin-top:14px;padding-top:14px}.orders-create-label input,.orders-create-label select{min-height:40px;padding:0 10px}.orders-modal-actions{align-items:center;display:flex;gap:8px;justify-content:flex-end;margin-top:20px}.orders-modal-action-spacer{flex:1 1}.orders-form-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.orders-form-grid label{grid-gap:7px;color:#6b6b6b;color:var(--text-muted);display:grid;font-size:11px;font-weight:900;gap:7px;min-width:0}.orders-form-grid label.full,.orders-form-grid>.full{grid-column:1/-1}.orders-form-grid input,.orders-form-grid select,.orders-form-grid textarea{font-size:13px;min-height:42px;outline:0;padding:9px 11px;width:100%}.orders-form-grid textarea{resize:vertical}.orders-form-grid .orders-checkbox-field{align-items:center;background:#f6f4ef;background:var(--bg-base);border:1px solid #14141417;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);color:#171717;color:var(--text);display:flex;gap:9px;grid-auto-flow:column;grid-template-columns:none;justify-content:flex-start;min-height:42px;padding:9px 11px}.orders-checkbox-field input{min-height:16px;width:16px}.orders-line-items{grid-gap:6px;border:1px solid #14141417;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);display:grid;gap:6px;grid-column:1/-1;margin:2px 0 0;padding:11px}.orders-line-items legend{color:#171717;color:var(--text);font-size:12px;font-weight:900;padding:0 5px}.orders-line-items>div{align-items:center;display:flex;gap:9px;min-height:34px}.orders-line-items>div label{align-items:center;color:#171717;color:var(--text);display:flex;flex:1 1;gap:8px;grid-auto-flow:column;grid-template-columns:none;justify-content:flex-start;min-width:0}.orders-line-items input{min-height:16px;width:16px}.orders-line-items select{min-height:32px;width:70px}.orders-line-items small{color:#6b6b6b;color:var(--text-muted);font-size:10px}.orders-input-action{display:grid;grid-template-columns:minmax(0,1fr) auto}.orders-input-action input{border-radius:14px 0 0 14px;border-radius:var(--radius) 0 0 var(--radius)}.orders-input-action button{background:#1616160f;background:var(--blue-dim);border:1px solid #14141417;border:1px solid var(--border);border-left:0;border-radius:0 14px 14px 0;border-radius:0 var(--radius) var(--radius) 0;color:#161616;color:var(--blue);cursor:pointer;font-size:10px;font-weight:900;padding:0 9px}.orders-form-notice{background:#fff7e6;border-radius:14px;border-radius:var(--radius);color:#8a5a00;font-size:11px;line-height:1.45;margin:0;padding:10px}.order-detail-page{gap:16px}.order-detail-back a{align-items:center;color:#6b6b6b;color:var(--text-muted);display:inline-flex;font-size:12px;font-weight:800;gap:7px;text-decoration:none}.order-detail-back{align-items:center;display:flex;gap:10px;justify-content:space-between}.order-number-copy{background:#0000;border:0;color:inherit;cursor:pointer;font:inherit;padding:0}.order-number-copy svg{vertical-align:1px}.order-detail-eyebrow{color:#6b6b6b;color:var(--text-muted);font-size:11px;font-weight:900;letter-spacing:.05em;margin-bottom:7px;text-transform:uppercase}.orders-profit-value.positive{color:#23754f;color:var(--green)}.orders-profit-value.negative{color:#c63b2f;color:var(--red)}.order-detail-grid{grid-gap:14px;align-items:start;display:grid;gap:14px;grid-template-columns:minmax(0,1.35fr) minmax(320px,.85fr)}.order-detail-column{grid-gap:14px;display:grid;gap:14px;min-width:0}.order-detail-section{background:#fff;background:var(--bg-surface);border:1px solid #14141417;border:1px solid var(--border);border-radius:20px;border-radius:var(--radius-lg);box-shadow:0 12px 26px rgba(30,23,13,.035);overflow:hidden}.order-detail-section>header{align-items:center;background:#fbfaf7;background:var(--bg-elevated);border-bottom:1px solid #14141417;border-bottom:1px solid var(--border);display:flex;gap:12px;justify-content:space-between;min-height:54px;padding:10px 15px}.order-detail-section>header>div{align-items:center;display:flex;gap:8px}.order-detail-section h2{font-size:14px;font-weight:900;margin:0}.order-detail-section-body{padding:15px}.order-detail-items,.order-operation-list{grid-gap:11px;display:grid;gap:11px}.order-detail-item{grid-gap:12px;align-items:start;border-bottom:1px solid #14141417;border-bottom:1px solid var(--border);display:grid;gap:12px;grid-template-columns:64px minmax(0,1fr);padding-bottom:13px}.order-detail-item:last-child{border-bottom:0;padding-bottom:0}.order-detail-item-copy{min-width:0}.order-detail-item-heading{align-items:flex-start}.order-detail-item-copy h3{line-height:1.25}.order-item-title-copy{background:#0000;border:0;cursor:pointer;min-width:0;padding:0;text-align:left}.order-detail-item-actions{flex-wrap:wrap;gap:7px;margin-top:8px}.order-detail-item-meta{grid-gap:4px;display:grid;gap:4px;margin-top:4px}.order-detail-item-meta p{margin:0}.order-detail-item-specifications{display:grid}.order-detail-item-specifications b{color:#344054;font-weight:600}.order-detail-item-link-state{font-weight:600}.order-detail-item-link-state.linked{color:#23754f;color:var(--green)}.order-detail-item-link-state.attention{color:#d97706}.order-detail-link-list{grid-gap:5px;display:grid;gap:5px;margin-top:9px}.order-detail-link-list>div{align-items:center;background:#f6f4ef;background:var(--bg-base);border-radius:8px;color:#6b6b6b;color:var(--text-muted);display:flex;font-size:10px;gap:10px;min-height:28px;padding:5px 8px}.order-detail-link-list>div>span{flex:1 1;min-width:0}.orders-purchase-links-open{background:#0000;border:0;cursor:pointer;padding:0}.order-purchase-link-modal-list{grid-gap:10px;display:grid;gap:10px}.order-purchase-link-modal-toolbar{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:12px}.order-purchase-link-modal-toolbar>span{color:#6b6b6b;color:var(--text-muted);font-size:12px;font-weight:800}.order-purchase-link-add-products{grid-gap:7px;background:#f6f4ef;background:var(--bg-base);border:1px solid #14141417;border:1px solid var(--border);border-radius:10px;display:grid;gap:7px;margin:-2px 0 12px;padding:10px}.order-purchase-link-add-products p{color:#6b6b6b;color:var(--text-muted);font-size:11px;font-weight:800;margin:0}.order-purchase-link-add-products button{background:var(--surface);border:1px solid #14141417;border:1px solid var(--border);border-radius:8px;color:#171717;color:var(--text);cursor:pointer;font-size:11px;font-weight:800;padding:8px 10px;text-align:left;width:100%}.order-items-link-count{color:#161616;color:var(--blue);flex:0 0 auto;font-size:12px;white-space:nowrap}.order-purchase-link-modal-list>article{grid-gap:12px;align-items:center;background:#f6f4ef;background:var(--bg-base);border:1px solid #14141417;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);display:grid;gap:12px;grid-template-columns:minmax(0,1fr) auto;min-width:0;padding:12px}.order-purchase-link-modal-copy{grid-gap:5px;display:grid;gap:5px;min-width:0}.order-purchase-link-modal-copy>div{align-items:center;display:flex;gap:7px}.order-purchase-link-modal-copy b{font-size:13px}.order-purchase-link-modal-copy>div>span{background:#23754f1a;background:var(--green-dim);border-radius:999px;color:#23754f;color:var(--green);font-size:10px;font-weight:900;padding:3px 7px}.order-purchase-link-modal-copy p{color:#6b6b6b;color:var(--text-muted);font-size:11px;line-height:1.4;margin:0}.order-purchase-link-url{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-purchase-link-modal-actions{align-items:center;display:flex;gap:7px}.orders-inline-link{color:#161616;color:var(--blue);font-weight:900;gap:4px;text-decoration:none}.orders-inline-button,.orders-inline-link{font-size:11px;white-space:nowrap}.order-operation-list>article{background:#f6f4ef;background:var(--bg-base);border:1px solid #14141417;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);padding:12px}.order-operation-heading{margin-bottom:7px}.order-operation-heading>b{font-size:13px}.order-operation-heading button{align-items:center;background:#0000;border:0;color:#161616;color:var(--blue);cursor:pointer;display:inline-flex;font-size:10px;font-weight:900;gap:5px;padding:4px 7px}.order-info-row{grid-gap:12px;border-top:1px solid #d8d3c98c;display:grid;font-size:11px;gap:12px;grid-template-columns:minmax(90px,.38fr) minmax(0,1fr);line-height:1.45;padding:7px 0}.order-info-row:first-child{border-top:0}.order-info-row>span{color:#6b6b6b;color:var(--text-muted)}.order-info-row>div{align-items:flex-start;display:flex;font-weight:700;gap:8px;justify-content:flex-end;min-width:0;overflow-wrap:anywhere;text-align:right}.order-buyer-shipping-compact{display:grid}.order-buyer-shipping-compact>.order-info-row{padding:6px 0}.order-buyer-address-parts,.order-buyer-name-parts{margin-top:5px}.order-buyer-address-parts{grid-gap:5px;display:grid;gap:5px}.order-compact-copy-pair{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr));min-width:0}.order-compact-copy-tile{grid-gap:7px;align-items:center;background:#f7fafc;border:1px solid #e1e7ee;border-radius:10px;display:grid;gap:7px;grid-template-columns:auto minmax(0,1fr) auto;min-height:35px;min-width:0;padding:5px 9px}.order-compact-copy-tile>span{color:#6b6b6b;color:var(--text-muted);font-size:10.5px;font-weight:600;white-space:nowrap}.order-compact-copy-tile>b{color:#172033;font-size:12.5px;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-compact-copy-tile>b.empty{color:#6b6b6b;color:var(--text-muted);font-weight:400}.order-compact-copy-tile .orders-copy-button{flex-basis:22px;height:22px;width:22px}.orders-copy-button{align-items:center;background:#1616160f;background:var(--blue-dim);border:0;border-radius:7px;color:#161616;color:var(--blue);cursor:pointer;display:inline-flex;flex:0 0 25px;height:25px;justify-content:center;padding:0;width:25px}.orders-photo-actions{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:flex-end}.orders-photo-actions button,.orders-photo-actions label{align-items:center;background:#f6f4ef;background:var(--bg-base);border:1px solid #14141417;border:1px solid var(--border);border-radius:8px;color:#161616;color:var(--blue);cursor:pointer;display:inline-flex;font-size:10px;font-weight:900;gap:5px;justify-content:center;min-height:29px;padding:0 8px}.orders-photo-actions input{display:none}.order-photo-gallery-backdrop{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0b0a08db;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:520}.order-photo-gallery{background:#11100e;border:1px solid #fff3;border-radius:18px;box-shadow:0 30px 90px #00000085;color:#fff;display:grid;grid-template-rows:auto minmax(0,1fr) auto;height:min(860px,94vh);min-height:360px;overflow:hidden;width:min(1080px,96vw)}.order-photo-gallery>header{align-items:center;border-bottom:1px solid #ffffff24;display:flex;gap:16px;justify-content:space-between;min-height:62px;padding:12px 16px}.order-photo-gallery>header>div{align-items:baseline;display:flex;gap:10px}.order-photo-gallery h2{font-size:18px;margin:0}.order-photo-gallery>header span{color:#ffffffad;font-size:12px;font-weight:800}.order-photo-gallery-arrow,.order-photo-gallery>header button{align-items:center;background:#ffffff1a;border:1px solid #ffffff2e;color:#fff;cursor:pointer;display:inline-flex;justify-content:center}.order-photo-gallery>header button{border-radius:12px;height:38px;width:38px}.order-photo-gallery-stage{align-items:center;display:flex;justify-content:center;min-height:0;overflow:hidden;padding:18px 68px;position:relative;touch-action:none;-webkit-user-select:none;user-select:none}.order-photo-gallery-stage img{-webkit-user-drag:none;height:100%;object-fit:contain;transform-origin:center;transition:transform .16s ease-out;width:100%}.order-photo-gallery-arrow{border-radius:13px;height:56px;position:absolute;top:50%;transform:translateY(-50%);width:44px}.order-photo-gallery-arrow.previous{left:12px}.order-photo-gallery-arrow.next{right:12px}.order-photo-gallery-error,.order-photo-gallery-loading{color:#ffffffc7}.order-photo-gallery>footer{border-top:1px solid #ffffff24;display:flex;justify-content:center;padding:12px 16px 16px}.order-photo-gallery>footer .orders-button{background:#161616;background:var(--blue);color:#fff;min-height:44px;width:100%}.orders-financial-warning{background:#fffaeb;border:1px solid #fec84b;border-radius:8px;color:#b54708;font-size:11px;line-height:1.45;margin:10px 0 0;padding:9px}.order-detail-primary-actions{grid-gap:10px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border:1px solid #14141417;border:1px solid var(--border);border-radius:20px;border-radius:var(--radius-lg);bottom:12px;box-shadow:0 12px 30px #1e170d1f;display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,220px));justify-content:end;padding:10px;position:sticky;z-index:8}.orders-modal-search{grid-gap:8px;align-items:center;border:1px solid #14141417;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);color:#6b6b6b;color:var(--text-muted);display:grid;gap:8px;grid-template-columns:auto minmax(0,1fr);min-height:42px;padding:0 10px}.orders-modal-search input{background:#0000;border:0;height:40px;outline:0;padding:0;width:100%}.orders-loading.compact{min-height:140px}.orders-product-candidates{grid-gap:7px;display:grid;gap:7px;margin-top:10px}.orders-product-candidates>button{grid-gap:9px;align-items:center;background:#f6f4ef;background:var(--bg-base);border:1px solid #14141417;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);color:#171717;color:var(--text);cursor:pointer;display:grid;gap:9px;grid-template-columns:38px minmax(0,1fr) auto;min-height:54px;padding:7px;text-align:left}.orders-product-candidates>button>span:nth-child(2){grid-gap:3px;display:grid;gap:3px;min-width:0}.orders-product-candidates b{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.orders-product-candidates small{color:#6b6b6b;color:var(--text-muted);font-size:10px}.orders-candidate-image{align-items:center;background:#fbfaf7;background:var(--bg-elevated);border-radius:8px;display:flex;height:38px;justify-content:center;overflow:hidden;width:38px}.orders-candidate-image img{height:100%;object-fit:cover;width:100%}.order-address{align-items:flex-start;gap:5px;justify-content:flex-end}@media (max-width:1180px){.orders-toolbar{grid-template-columns:minmax(240px,1fr) auto repeat(2,minmax(150px,.55fr))}.orders-list{grid-template-columns:1fr}}@media (max-width:900px){.orders-toolbar{grid-template-columns:minmax(0,1fr) auto}.orders-toolbar>select{grid-column:auto}.orders-workflow-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.order-detail-grid{grid-template-columns:1fr}}@media (max-width:640px){.modal-backdrop{align-items:flex-end;padding:0}.orders-modal{border-radius:20px 20px 0 0;max-height:91vh;padding:18px;width:100%}.orders-toolbar{grid-template-columns:1fr;padding:11px}.orders-toolbar>*{grid-column:auto}.orders-filter-count{display:none}.orders-workflow-tabs{gap:6px}.orders-workflow-tabs button{font-size:11px;min-height:40px;padding:6px 9px}.orders-results{padding:10px}.orders-card{padding:13px}.order-detail-heading,.orders-card-topline{align-items:flex-start;flex-direction:column}.orders-card-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.orders-create-label,.orders-form-grid{grid-template-columns:1fr}.orders-form-grid label.full{grid-column:auto}.orders-modal-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.orders-modal-actions .orders-button{width:100%}.orders-modal-action-spacer{display:none}.order-detail-item{grid-template-columns:54px minmax(0,1fr)}.order-detail-item .orders-item-thumb{flex-basis:54px;height:54px;width:54px}.order-detail-item .orders-thumbnail-column,.order-detail-item .orders-thumbnail-save{width:54px}.order-purchase-link-modal-list>article{grid-template-columns:1fr}.order-purchase-link-modal-actions{justify-content:flex-end}.order-purchase-link-modal-toolbar{align-items:stretch;flex-direction:column}.order-purchase-link-modal-toolbar .orders-button{width:100%}.order-detail-primary-actions{bottom:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.order-photo-gallery-backdrop{padding:0}.order-photo-gallery{border:0;border-radius:0;height:100%;max-height:none;width:100%}.order-photo-gallery-stage{padding:12px 48px}.order-photo-gallery-arrow{height:50px;width:38px}.order-photo-gallery-arrow.previous{left:5px}.order-photo-gallery-arrow.next{right:5px}.order-photo-gallery>footer{padding-bottom:max(16px,env(safe-area-inset-bottom))}.order-info-row{grid-template-columns:minmax(78px,.42fr) minmax(0,1fr)}}.orders-modal,.orders-page{font-size:14px}.order-detail-heading h1,.orders-page-heading h1{font-size:30px}.order-detail-heading p,.orders-feedback,.orders-page-heading p{font-size:14px}.order-detail-back a,.orders-button,.orders-empty p,.orders-filter-count,.orders-line-items legend,.orders-modal-header p,.orders-muted-copy,.orders-order-number,.orders-product-candidates b,.orders-results-heading,.orders-sync-banner,.orders-workflow-tabs button{font-size:13px}.orders-agent-picker select,.orders-create-label input,.orders-create-label select,.orders-form-grid input,.orders-form-grid select,.orders-form-grid textarea,.orders-modal-search input,.orders-search-field input,.orders-toolbar>select{font-size:14px}.order-detail-link-list>div,.order-operation-heading button,.orders-input-action button,.orders-label-option small,.orders-label-pill,.orders-line-items small,.orders-marketplace-badge,.orders-photo-actions button,.orders-photo-actions label,.orders-product-candidates small,.orders-reminder-options button,.orders-status-pill,.orders-workflow-tabs button b{font-size:11px}.order-detail-eyebrow,.order-detail-item-copy p,.order-info-row,.orders-agent-picker,.orders-button.compact,.orders-card-copy p,.orders-financial-warning,.orders-form-grid label,.orders-form-notice,.orders-inline-button,.orders-inline-link,.orders-reminder-options,.orders-setting-note,.orders-subtabs button,.orders-thumbnail-label,.orders-thumbnail-links,.orders-thumbnail-save{font-size:12px}.order-detail-item-copy h3,.order-detail-section h2,.orders-card-copy h3{font-size:15px}.orders-empty h2,.orders-results-heading b{font-size:18px}.orders-modal-header h2{font-size:19px}.order-operation-heading>b,.orders-setting-label{font-size:14px}.marketplace-modal-actions{gap:9px;justify-content:flex-end;margin-top:20px}@media (max-width:1024px){.stat-grid-5{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (min-width:640px){.scan-monitor-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.scan-monitor-grid{grid-template-columns:1fr}@media (max-width:768px){.desktop-only,.mobile-hide{display:none!important}.mobile-only{display:block!important}.mobile-inline{display:inline-flex!important}.mobile-card-list{display:flex;flex-direction:column;gap:10px;max-width:100%;min-width:0;width:100%}.page-header-row,.stack-mobile{align-items:flex-start!important;flex-direction:column}.page-main{padding-bottom:74px;padding-left:0;padding-top:calc(58px + env(safe-area-inset-top, 0px));padding-top:calc(58px + var(--safe-top))}.modal-header-row{align-items:flex-start!important;flex-direction:column}.modal-meta-row{gap:8px}.page-header-actions{justify-content:space-between;width:100%}.page-header-actions>*,.stack-mobile>*{width:100%}.whatnot-product-actions select{margin-right:0}.storage-breakdown-row{grid-template-columns:1fr!important}.cookie-consent{bottom:62px;padding:10px}.cookie-consent-card{border-radius:18px;max-height:min(72vh,560px);overflow-y:auto;padding:14px;width:100%}.cookie-consent-main{gap:12px;grid-template-columns:1fr}.cookie-consent-actions,.cookie-consent-detail-actions{display:grid;grid-template-columns:1fr;width:100%}.cookie-category-list{grid-template-columns:1fr}.public-footer-inner{align-items:flex-start;flex-direction:column;gap:10px;padding:18px 0 20px;width:calc(100% - 32px)}.public-footer-links{gap:12px}.public-footer-copy{white-space:normal}.policy-page{padding:24px 14px 40px}.policy-shell{gap:18px}.policy-content{border-radius:24px;padding:28px 22px}.policy-section{margin-top:24px;padding-top:20px}.pricing-credit-card{align-items:stretch!important;flex-direction:column;gap:16px!important;padding:22px!important}.pricing-free-summary{grid-template-columns:1fr!important}.pricing-credit-card-actions{justify-items:stretch!important;width:100%}.pricing-credit-card-actions>div{text-align:left}.pricing-credit-card-button{min-width:0!important;width:100%!important}.page-header-actions button,.stack-mobile button,.stack-mobile input,.stack-mobile select{min-height:42px}.dashboard-main-row,.stat-grid-4,.stat-grid-5{grid-template-columns:1fr!important}.dashboard-recent-table,.desktop-table-wrap{display:none!important}.mobile-card-grid{grid-template-columns:1fr!important}.product-mobile-grid{gap:10px 10px;grid-template-columns:repeat(2,minmax(0,1fr))!important}.template-list-cards{display:flex;flex-direction:column;gap:10px;max-width:100%;min-width:0;width:100%}.agent-mobile-actions,.agent-mobile-details{grid-template-columns:1fr 1fr}.review-breakdown-row{border-bottom:1px solid #14141417;border-bottom:1px solid var(--border);gap:7px!important;grid-template-columns:1fr!important;padding:8px 0}.review-breakdown-row:last-child{border-bottom:none}.buyer-ranking-row{gap:8px!important;grid-template-columns:34px minmax(0,1fr)!important}.buyer-ranking-row>div:nth-child(3),.buyer-ranking-row>div:nth-child(4){grid-column:1/-1}.buyer-ranking-row button{min-width:0;width:100%}.reviews-filter-grid>button{width:100%}.ai-cost-grid,.data-management-grid,.data-management-password-row,.form-row-grid,.performance-summary-grid,.settings-layout{grid-template-columns:1fr!important}.settings-sidebar{position:static}.page-wrap{padding:16px 14px 40px!important}.marketplace-account-card,.marketplace-section-heading,.marketplaces-heading{align-items:stretch;flex-direction:column}.marketplace-section-heading>button{width:100%}.marketplace-role-tabs button{min-height:50px;padding:8px}.marketplace-section-heading{padding:17px}.marketplace-account-list{padding:12px}.marketplace-account-card{gap:14px}.marketplace-account-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.marketplace-account-actions>button{width:100%}.marketplace-account-actions>button:first-child:nth-last-child(3){grid-column:1/-1}.marketplace-modal{padding:18px;width:100%}.marketplace-modal-actions{display:grid;grid-template-columns:1fr}.marketplace-modal-actions>button{width:100%}.table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.mobile-modal-shell{border-radius:0!important;height:100vh;max-height:100vh!important;max-width:100vw!important;padding:16px!important;width:100vw!important}.log-images-modal-overlay{align-items:center!important;justify-content:center!important;overflow:hidden;padding:calc(env(safe-area-inset-top, 0px) + 10px) 10px calc(10px + env(safe-area-inset-bottom, 0px))!important;padding:calc(var(--safe-top) + 10px) 10px calc(10px + env(safe-area-inset-bottom, 0px))!important}.log-images-modal-shell{border-radius:14px!important;max-height:calc(100dvh - env(safe-area-inset-top, 0px) - 20px - env(safe-area-inset-bottom, 0px))!important;max-height:calc(100dvh - var(--safe-top) - 20px - env(safe-area-inset-bottom, 0px))!important;max-width:100%!important;min-width:0!important;width:100%!important}.log-images-modal-img{height:auto!important;max-height:none!important;max-width:100%!important;width:100%!important}.nav-desktop{display:none!important}.top-nav{display:flex}.desktop-topbar{display:none}.nav-mobile-toggle{display:inline-flex}.nav-mobile-actions{align-items:center;display:flex;gap:8px}.mobile-top-actions{margin-left:0!important;position:absolute;right:14px;top:calc(env(safe-area-inset-top, 0px) + 13px)}.nav-mobile-backdrop{background:#1414141f;display:block;inset:calc(56px + env(safe-area-inset-top, 0px)) 0 0 0;inset:calc(56px + var(--safe-top)) 0 0 0;position:fixed;z-index:95}.nav-mobile-sheet{border-left:1px solid #14141417;border-left:1px solid var(--border);box-shadow:0 18px 40px #20180d0f;box-shadow:var(--shadow);height:calc(100vh - 56px - env(safe-area-inset-top, 0px));height:calc(100vh - 56px - var(--safe-top));overflow-y:auto;padding:16px 14px 22px;top:calc(56px + env(safe-area-inset-top, 0px));top:calc(56px + var(--safe-top));width:min(320px,86vw);z-index:96}.nav-mobile-bottom,.nav-mobile-sheet{background:#f8f6f1fa;position:fixed;right:0}.nav-mobile-bottom{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid #14141417;border-top:1px solid var(--border);bottom:0;display:flex;height:64px;left:0;overflow-x:auto;overflow-y:hidden;z-index:94}.nav-alert-scan-bar{flex-wrap:nowrap!important;font-size:11px!important;gap:10px!important;overflow-x:auto;overflow-y:hidden;padding:7px 12px!important;white-space:nowrap}.nav-alert-scan-bar>span{flex:0 0 auto}.nav-alert-scan-spacer{height:36px!important}.user-navbar-inner{flex-wrap:nowrap!important;justify-content:space-between!important;min-height:0!important;padding:0!important}.user-page-main{padding-top:calc(46px + env(safe-area-inset-top, 0px))!important;padding-top:calc(46px + var(--safe-top))!important}.nav-mobile-links{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.nav-mobile-section{border-top:1px solid #14141417;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:10px;padding-top:14px}.ab-chart-grid,.ab-stat-grid{grid-template-columns:1fr!important}}button,input,select,textarea{font-family:Instrument Sans,sans-serif;font-family:var(--font-display)}input,select,textarea{background:#fff;background:var(--bg-surface);border:1px solid #14141417;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);color:#171717;color:var(--text)}input::placeholder,textarea::placeholder{color:#a0a0a0}table thead tr{background:#f7f5f0}table tbody tr:hover{background:rgba(27,27,27,.022)}@media (max-width:480px){.stat-grid-4{grid-template-columns:1fr!important}.page-wrap{padding:14px 12px 32px!important}.agent-mobile-actions,.agent-mobile-details{grid-template-columns:1fr}.agent-mobile-actions{max-width:100%;width:100%}}@media (max-width:1080px){.pricing-campaign-banner,.pricing-included-section,.pricing-plan-grid{grid-template-columns:1fr!important}.pricing-included-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:640px){.pricing-topbar{padding:22px 14px 10px!important}.pricing-page-shell{max-width:none!important;padding:14px 12px 32px!important;width:100%!important}.pricing-plan-grid{gap:18px!important}.pricing-campaign-banner{padding:18px 16px!important}.pricing-included-section{padding:22px 16px!important}.pricing-included-grid{grid-template-columns:1fr!important}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.c6911084.css.map*/