:root{--shopee: #ee4d2d;--shopee-dark: #d73211;--bg: #f5f5f5;--card: #ffffff;--text: #222222;--text-muted: #757575;--border: #e8e8e8;--success: #26aa99;--warning: #f69113;--danger: #ff424f;--radius: 12px;--shadow: 0 2px 8px rgba(0, 0, 0, .08)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;user-select:none;-webkit-user-select:none}input,textarea,select,option,[contenteditable=true],.select-text,table td,table th{user-select:text;-webkit-user-select:text}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;border-radius:8px;padding:.6rem 1.2rem;font-size:.875rem;font-weight:500;transition:all .15s}button:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--shopee);color:#fff}.btn-primary:hover:not(:disabled){background:var(--shopee-dark)}.btn-secondary{background:#fff;color:var(--text);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){background:var(--bg)}.layout{display:flex;min-height:100vh}.sidebar{width:240px;background:var(--card);border-right:1px solid var(--border);padding:1.5rem 1rem;display:flex;flex-direction:column;gap:.5rem;position:fixed;height:100vh;overflow-y:auto}.logo{font-size:1.1rem;font-weight:700;color:var(--shopee);padding:.5rem .75rem;margin-bottom:1rem}.nav-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;color:var(--text-muted);font-weight:500;font-size:.9rem}.nav-link:hover{background:var(--bg);color:var(--text)}.nav-link.active{background:#fff0ec;color:var(--shopee)}.main{flex:1;margin-left:240px;padding:2rem;width:calc(100% - 240px);min-width:0}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}.page-header h1{font-size:1.5rem;font-weight:700}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr));gap:1rem;margin-bottom:1.5rem}.stat-card{background:var(--card);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow);user-select:none;-webkit-user-select:none}.stat-card .label{font-size:.8rem;color:var(--text-muted);margin-bottom:.25rem}.stat-card .value{font-size:1.75rem;font-weight:700}.stat-card.highlight .value{color:var(--shopee)}.stat-sub{font-size:.75rem;margin-top:.35rem}.stat-card-link{display:block;color:inherit;text-decoration:none;transition:box-shadow .15s,transform .15s;cursor:pointer}.stat-card-link:focus,.stat-card-link:focus-visible{outline:none;box-shadow:0 0 0 2px #ee4d2d59}.stat-card-link:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.text-danger{color:var(--danger)}.card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem;margin-bottom:1.5rem}.card--flush{padding:0;overflow:hidden}.cards-row{display:grid;gap:1.5rem;margin-bottom:1.5rem}.cards-row .card{margin-bottom:0}.ads-layout{display:flex;flex-direction:column;align-items:center;gap:1.25rem;margin-bottom:1.5rem}.ads-campaigns-card{width:100%;max-width:100%}.ads-table-wrap{overflow-x:auto}.ads-chart-card{width:100%;max-width:520px;margin:0 auto}.ads-chart-bars{display:flex;gap:2px;align-items:flex-end;max-height:120px}.ads-chart-day{flex:1;min-width:0;text-align:center}.ads-chart-day .bar-label{font-size:.62rem}.card h2{font-size:1rem;font-weight:600;margin-bottom:1rem}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:.75rem 1rem;border-bottom:1px solid var(--border);font-size:.875rem}th{color:var(--text-muted);font-weight:500;font-size:.8rem;text-transform:uppercase;letter-spacing:.03em}.badge{display:inline-block;padding:.2rem .6rem;border-radius:20px;font-size:.75rem;font-weight:600}.badge-pendente{background:#fff3e0;color:#e65100}.badge-pronto_envio{background:#e3f2fd;color:#1565c0}.badge-enviado{background:#e8f5e9;color:#2e7d32}.badge-entregue{background:#e0f2f1;color:#00695c}.badge-cancelado{background:#ffebee;color:#c62828}.badge-shopee{background:#fff0ec;color:var(--shopee)}.badge-loja{background:#f3e5f5;color:#7b1fa2}.filters{display:flex;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.filters input,.filters select,.form-group input,.form-group select,.form-group textarea{padding:.6rem .9rem;border:1px solid var(--border);border-radius:8px;font-size:.875rem;font-family:inherit}.filters input{min-width:220px}.orders-toolbar{padding:1rem 1.25rem;margin-bottom:1rem;display:flex;flex-direction:column;gap:.85rem}.orders-search{display:flex;gap:.75rem;flex-wrap:wrap}.orders-search input{flex:1;min-width:200px;padding:.6rem .9rem;border:1px solid var(--border);border-radius:8px;font-size:.875rem;font-family:inherit}.orders-filters-row{display:flex;gap:.65rem;flex-wrap:wrap;align-items:center}.orders-filters-row select{padding:.55rem .75rem;border:1px solid var(--border);border-radius:8px;font-size:.85rem;font-family:inherit;background:#fff}.orders-clear{padding:.55rem .85rem;font-size:.8rem}.filter-chips{display:flex;gap:.45rem;flex-wrap:wrap}.filter-chip{padding:.4rem .85rem;border-radius:999px;border:1px solid var(--border);background:#fff;font-size:.8rem;font-weight:500;color:var(--text-muted);transition:all .15s}.filter-chip:hover{border-color:var(--shopee);color:var(--shopee)}.filter-chip.active{background:#fff0ec;border-color:var(--shopee);color:var(--shopee)}.orders-summary{display:flex;gap:1.25rem;flex-wrap:wrap;font-size:.85rem;color:var(--text-muted);padding-top:.25rem;border-top:1px solid var(--border)}.orders-summary strong{color:var(--text)}.order-row-cancelled{opacity:.85}.order-row-cancelled td{background:#fff8f8}.order-cancel-hint{display:block;font-size:.72rem;color:var(--text-muted);margin-top:.15rem;max-width:14rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.35rem}.form-group label{font-size:.8rem;font-weight:500;color:var(--text-muted)}.form-group.full{grid-column:1 / -1}.alert{padding:.75rem 1rem;border-radius:8px;font-size:.875rem;margin-bottom:1rem}.alert-success{background:#e8f5e9;color:#2e7d32}.sync-banner{border-radius:var(--radius);padding:1rem 1.25rem;margin-bottom:1.25rem;box-shadow:var(--shadow)}.sync-banner-running{background:#fff8e1;border:1px solid #ffe082;color:#6d4c00}.sync-banner-success{background:#e8f5e9;border:1px solid #a5d6a7;color:#2e7d32}.sync-banner-error{background:#ffebee;border:1px solid #ef9a9a;color:#c62828}.sync-banner-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.35rem}.sync-banner p{margin:.15rem 0;font-size:.9rem}.sync-banner-meta{opacity:.85;font-size:.85rem!important}.sync-spinner{width:1rem;height:1rem;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:sync-spin .8s linear infinite;flex-shrink:0}@keyframes sync-spin{to{transform:rotate(360deg)}}.alert-error{background:#ffebee;color:#c62828}.alert-warning{background:#fff3e0;color:#e65100}.alert-info{background:#e3f2fd;color:#1565c0}.bar-chart{display:flex;align-items:flex-end;gap:4px;height:120px;padding-top:1rem}.bar{flex:1;background:var(--shopee);border-radius:4px 4px 0 0;min-height:4px;position:relative}.bar-label{font-size:.65rem;color:var(--text-muted);text-align:center;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.empty{text-align:center;padding:3rem;color:var(--text-muted)}.actions{display:flex;gap:.5rem}.text-muted{color:var(--text-muted)}.text-success{color:var(--success)}.text-right{text-align:right}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal{background:var(--card);border-radius:var(--radius);box-shadow:0 8px 32px #0000002e;width:100%;max-width:820px;max-height:90vh;display:flex;flex-direction:column}.modal--wide{max-width:720px}.detail-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem 1.5rem}.detail-label{display:block;font-size:.75rem;color:var(--text-muted);margin-bottom:.2rem;text-transform:uppercase;letter-spacing:.03em}.chart-legend{display:flex;gap:1.25rem;font-size:.8rem;margin-bottom:.75rem;flex-wrap:wrap}.chart-legend span:before{content:"";display:inline-block;width:10px;height:10px;border-radius:2px;margin-right:.35rem;vertical-align:middle}.chart-legend .rev:before{background:var(--shopee)}.chart-legend .profit:before{background:var(--success)}.bar-group{display:flex;gap:2px;align-items:flex-end;justify-content:center;height:80px}.bar-profit{background:var(--success);opacity:.85;border-radius:2px 2px 0 0;min-width:4px;flex:1}.breakdown-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;margin-top:.5rem}.breakdown-item{background:var(--bg);border-radius:8px;padding:.75rem 1rem}.breakdown-item .label{font-size:.75rem;color:var(--text-muted)}.breakdown-item .value{font-weight:600;margin-top:.25rem}tr.clickable{cursor:pointer}tr.clickable:hover{background:#ee4d2d0f}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.modal-header h2{font-size:1.1rem;font-weight:600}.modal-close{background:none;border:none;font-size:1.5rem;line-height:1;color:var(--text-muted);padding:.25rem .5rem}.modal-close:hover{color:var(--text)}.modal-body{padding:1rem 1.5rem;overflow-y:auto;flex:1}.tracking-timeline{list-style:none;margin:0;padding:0;border-left:2px solid var(--border)}.tracking-timeline li{position:relative;padding:0 0 1rem 1rem;margin-left:.35rem}.tracking-timeline li:before{content:"";position:absolute;left:-.45rem;top:.35rem;width:8px;height:8px;border-radius:50%;background:var(--primary)}.tracking-timeline time{display:block;font-size:.75rem;color:var(--text-muted);margin-bottom:.2rem}.tracking-timeline p{margin:0;font-size:.875rem;line-height:1.4}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid var(--border)}.modal-search{margin-bottom:1rem}.modal-search input{width:100%;padding:.6rem .9rem;border:1px solid var(--border);border-radius:8px;font-size:.875rem;font-family:inherit}.cost-input{width:100%;max-width:110px;padding:.45rem .6rem;border:1px solid var(--border);border-radius:6px;font-size:.875rem;font-family:inherit;text-align:right}.cost-input:focus{outline:none;border-color:var(--shopee);box-shadow:0 0 0 2px #fff0ec}.cost-modal-toolbar{display:flex;flex-direction:column;gap:.65rem;margin-bottom:.75rem}.cost-filter-chips{display:flex;gap:.4rem;flex-wrap:wrap}.chip{border:1px solid var(--border);background:#fff;border-radius:999px;padding:.3rem .75rem;font-size:.78rem;font-weight:600;color:var(--text-muted);cursor:pointer;font-family:inherit}.chip:hover{border-color:#ffc9b8;color:var(--shopee)}.chip-active{background:#fff0ec;border-color:#ffc9b8;color:var(--shopee)}.cost-filter-row{display:flex;gap:.65rem;flex-wrap:wrap;align-items:flex-end}.cost-filter-field{display:flex;flex-direction:column;gap:.25rem;min-width:140px;flex:1}.cost-filter-field span{font-size:.72rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em}.cost-filter-field select{padding:.5rem .65rem;border:1px solid var(--border);border-radius:8px;font-size:.82rem;font-family:inherit;background:#fff;color:var(--text)}.cost-filter-field select:focus{outline:none;border-color:var(--shopee);box-shadow:0 0 0 2px #fff0ec}.cost-filter-clear{padding:.5rem .85rem;font-size:.78rem;white-space:nowrap}.cost-filter-summary{margin:0;font-size:.8rem}.cost-variation-cell{font-size:.82rem;font-weight:600;color:var(--text);white-space:nowrap}.cost-smart-bar{background:linear-gradient(180deg,#fff8f5,#fff);border:1px solid #ffc9b8;border-radius:10px;padding:.85rem 1rem;margin-bottom:1rem}.cost-smart-title{font-size:.88rem;font-weight:700;color:var(--shopee);margin-bottom:.35rem}.cost-smart-desc{margin:0 0 .75rem;font-size:.8rem;line-height:1.45}.cost-smart-fields{display:flex;gap:.65rem;align-items:flex-end;flex-wrap:wrap}.cost-smart-fields label{display:flex;flex-direction:column;gap:.25rem;font-size:.72rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em}.cost-smart-fields .cost-filter-field{min-width:180px;flex:1.2}.cost-smart-preview{margin:.65rem 0 0;font-size:.78rem}.cost-smart-preview-box{margin-top:.75rem;border-top:1px dashed #ffc9b8;padding-top:.65rem}.cost-smart-preview-toggle{border:none;background:none;padding:0;font-size:.8rem;font-weight:700;color:var(--shopee);cursor:pointer;font-family:inherit;margin-bottom:.5rem}.cost-smart-preview-table{width:100%;font-size:.78rem;border-collapse:collapse}.cost-smart-preview-table th,.cost-smart-preview-table td{padding:.35rem .5rem;border-bottom:1px solid var(--border)}.cost-smart-preview-table th{font-size:.68rem;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted)}.cost-row--preview{background:#fffaf8}.cost-input--preview{border-style:dashed;border-color:#ffc9b8;background:#fff8f5}.cost-input--preview::placeholder{color:var(--shopee);opacity:.85}.cost-cell-hint{font-size:.68rem;color:var(--shopee);margin-top:.15rem;font-weight:600}.cost-bulk-bar{background:#fafafa;border:1px solid var(--border);border-radius:10px;padding:.85rem 1rem;margin-bottom:1rem}.cost-bulk-title{font-size:.82rem;font-weight:700;margin-bottom:.6rem}.cost-bulk-fields{display:flex;gap:.65rem;align-items:flex-end;flex-wrap:wrap}.cost-bulk-fields label{display:flex;flex-direction:column;gap:.25rem;font-size:.72rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em}.cost-bulk-fields .cost-input{width:110px}.cost-bulk-check{display:flex;align-items:center;gap:.4rem;font-size:.8rem;margin-top:.6rem;cursor:pointer;color:var(--text-muted)}.cost-bulk-hint{font-size:.78rem;margin:.5rem 0 0}.sku-missing{color:var(--warning);font-size:.75rem;font-weight:500}@media (min-width: 1200px){.stats-grid{grid-template-columns:repeat(6,1fr)}.cards-row{grid-template-columns:1fr 1fr}}@media (min-width: 1400px){.main{padding:2rem 3rem}.stat-card .value{font-size:2rem}}@media (min-width: 1920px){.main{padding:2.5rem 4rem}.page-header h1{font-size:1.65rem}.sidebar{width:260px}.main{margin-left:260px;width:calc(100% - 260px)}.modal{max-width:960px}th,td{padding:.85rem 1.25rem}}.store-manage-link{display:block;text-align:center;font-size:.78rem;color:var(--text-muted);text-decoration:none;padding:.35rem 0}.store-manage-link:hover{color:var(--shopee)}.store-switcher{position:relative;margin:0 .5rem 1rem;z-index:20}.store-switcher--loading,.store-switcher--error{padding:1rem;text-align:center;font-size:.85rem}.store-switcher-skeleton{height:56px;border-radius:14px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:store-shimmer 1.2s infinite;margin-bottom:.5rem}@keyframes store-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.store-switcher-trigger{width:100%;display:flex;align-items:center;gap:.75rem;padding:.85rem .9rem;border:1px solid #ebebeb;border-radius:14px;background:#fff;box-shadow:0 1px 3px #0000000a,0 4px 12px #ee4d2d0f;cursor:default;text-align:left;font-family:inherit;transition:border-color .15s,box-shadow .15s}.store-switcher-trigger:not(:disabled){cursor:pointer}.store-switcher-trigger:not(:disabled):hover,.store-switcher-trigger.is-open{border-color:#ffd4c8;box-shadow:0 2px 8px #ee4d2d1f}.store-switcher-avatar{width:40px;height:40px;border-radius:11px;background:linear-gradient(145deg,var(--shopee) 0%,#ff7a5c 100%);color:#fff;font-weight:700;font-size:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 6px #ee4d2d40}.store-switcher-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.store-switcher-name{font-weight:700;font-size:.9rem;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.store-switcher-pill{display:inline-flex;align-items:center;gap:.35rem;font-size:.68rem;font-weight:600;width:fit-content;padding:.12rem .45rem .12rem .35rem;border-radius:999px}.store-switcher-pill.is-online{color:#1b7a3d;background:#e8f5e9}.store-switcher-pill.is-offline{color:#757575;background:#f5f5f5}.store-switcher-pill.is-online .status-dot{box-shadow:0 0 0 2px #2e7d3233}.store-switcher-meta{font-size:.65rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.store-switcher-chevron{flex-shrink:0;color:var(--text-muted);transition:transform .2s}.store-switcher-trigger.is-open .store-switcher-chevron{transform:rotate(180deg);color:var(--shopee)}.store-switcher-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid #ebebeb;border-radius:14px;box-shadow:0 8px 24px #0000001a,0 2px 8px #0000000a;overflow:hidden;animation:store-menu-in .18s ease-out}@keyframes store-menu-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.store-switcher-menu-head{padding:.65rem 1rem .4rem;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.store-switcher-list{list-style:none;margin:0;padding:.25rem .4rem .4rem;max-height:220px;overflow-y:auto}.store-switcher-option{width:100%;display:flex;align-items:center;gap:.65rem;padding:.55rem .65rem;border:none;border-radius:10px;background:transparent;cursor:pointer;font-family:inherit;text-align:left;transition:background .12s}.store-switcher-option:hover{background:#f8f8f8}.store-switcher-option.is-active{background:#fff5f2}.store-switcher-option-avatar{width:32px;height:32px;border-radius:9px;background:linear-gradient(145deg,#ff8a6b,var(--shopee));color:#fff;font-weight:700;font-size:.8rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.store-switcher-option-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.store-switcher-option-name{font-size:.85rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-switcher-option-status{font-size:.68rem;color:var(--text-muted)}.store-switcher-option-status.online{color:#2e7d32}.store-switcher-check{flex-shrink:0;color:var(--shopee)}.store-switcher-footer{display:flex;justify-content:space-between;gap:.5rem;margin-top:.5rem;padding:0 .15rem}.store-switcher-link{background:none;border:none;padding:.35rem .5rem;font-family:inherit;font-size:.75rem;font-weight:600;color:var(--text-muted);cursor:pointer;text-decoration:none;border-radius:6px;transition:color .12s,background .12s}.store-switcher-link:hover{color:var(--shopee);background:#fff5f2}.store-switcher-create{display:flex;flex-direction:column;gap:.6rem;padding:1rem;background:#fff;border:1px solid #ebebeb;border-radius:14px;box-shadow:0 2px 8px #0000000a}.store-switcher-label{font-size:.75rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.store-switcher-input{width:100%;padding:.65rem .85rem;border:1px solid var(--border);border-radius:10px;font-family:inherit;font-size:.9rem;transition:border-color .15s,box-shadow .15s}.store-switcher-input:focus{outline:none;border-color:#ffb39e;box-shadow:0 0 0 3px #ee4d2d1f}.store-switcher-create-actions{display:flex;gap:.5rem}.store-switcher-create-actions .btn-primary,.store-switcher-create-actions .btn-secondary{flex:1;font-size:.8rem}.store-switcher-btn{width:100%;font-size:.8rem}.sidebar-nav{display:flex;flex-direction:column;gap:.15rem;flex:1}.stores-create-form{display:flex;gap:.75rem;flex-wrap:wrap}.stores-create-form input{flex:1;min-width:200px;padding:.6rem .9rem;border:1px solid var(--border);border-radius:8px;font-family:inherit}.stores-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.store-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:.65rem}.store-card-active{border-color:#ffc9b8;box-shadow:0 2px 12px #ee4d2d1a}.store-card-header{display:flex;gap:.75rem;align-items:center}.store-card-avatar{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,var(--shopee),#ff6b47);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.store-card-name{font-weight:700;font-size:1rem}.store-card-sub{font-size:.75rem;color:var(--text-muted)}.store-card-status{display:flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:600}.store-card-status.online{color:#2e7d32}.store-card-status.offline{color:var(--text-muted)}.store-card-meta{font-size:.75rem;color:var(--text-muted)}.store-card-actions{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center;margin-top:.25rem}.store-card-actions .btn-primary,.store-card-actions .btn-secondary{flex:1;min-width:120px;font-size:.8rem;padding:.5rem .75rem}.store-card-active-badge{font-size:.75rem;font-weight:600;color:var(--shopee);padding:.35rem .6rem;background:#fff0ec;border-radius:999px}.store-profile{margin:0 .75rem 1rem;padding:.9rem;border-radius:12px;background:linear-gradient(135deg,#fff5f2,#fff);border:1px solid #ffe0d6;display:flex;gap:.75rem;align-items:center;box-shadow:0 2px 8px #ee4d2d0f}.store-profile-avatar{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,var(--shopee),#ff6b47);color:#fff;font-weight:700;font-size:1.1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.store-profile-body{min-width:0;flex:1}.store-profile-name{font-weight:700;font-size:.95rem;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.store-profile-status{display:flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:600;margin-top:.2rem}.store-profile-status.is-online{color:#2e7d32}.store-profile-status.is-offline{color:var(--text-muted)}.status-dot{width:7px;height:7px;border-radius:50%;background:currentColor;flex-shrink:0}.store-profile-status.is-online .status-dot{box-shadow:0 0 0 3px #2e7d3226}.store-profile-meta{font-size:.7rem;color:var(--text-muted);margin-top:.15rem}.store-selector{padding:0 .75rem;margin-bottom:.75rem;display:flex;flex-direction:column;gap:.5rem}.store-selector label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.store-selector select{width:100%;padding:.55rem .75rem;border:1px solid var(--border);border-radius:8px;font-size:.85rem;font-family:inherit;background:#fff}.store-add-btn{width:100%;padding:.45rem .75rem;font-size:.8rem}.store-new-form{display:flex;flex-direction:column;gap:.5rem}.store-new-form input{width:100%;padding:.55rem .75rem;border:1px solid var(--border);border-radius:8px;font-size:.85rem;font-family:inherit}.store-new-actions{display:flex;gap:.4rem}.store-new-actions button{flex:1;padding:.4rem .5rem;font-size:.75rem}.store-badge{display:none}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:linear-gradient(160deg,#fff5f2 0%,var(--bg) 45%,#f0f4ff 100%)}.auth-card{width:100%;max-width:420px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:2rem}.auth-brand{font-size:1.25rem;font-weight:800;color:var(--shopee);margin-bottom:.5rem}.auth-brand-link{display:inline-block;text-decoration:none}.auth-brand-link:hover{opacity:.85}.auth-remember{display:flex;align-items:center;gap:.5rem;font-size:.88rem;color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none}.auth-remember input{width:1rem;height:1rem;accent-color:var(--shopee);cursor:pointer}.auth-card h1{font-size:1.5rem;margin-bottom:.35rem}.auth-subtitle{font-size:.9rem;margin-bottom:1.25rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-form .form-group{display:flex;flex-direction:column;gap:.35rem}.auth-form label{font-size:.82rem;font-weight:600;color:var(--text-muted)}.auth-form input{padding:.7rem .9rem;border:1px solid var(--border);border-radius:8px;font-family:inherit;font-size:.95rem}.auth-form input:focus{outline:none;border-color:var(--shopee);box-shadow:0 0 0 2px #fff0ec}.auth-submit{width:100%;margin-top:.25rem;padding:.75rem}.auth-footer{text-align:center;margin-top:1.25rem;font-size:.88rem;color:var(--text-muted)}.auth-footer a{color:var(--shopee);font-weight:600}.sidebar-user{margin-top:auto;padding-top:1rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.5rem}.sidebar-user-name{font-size:.78rem;color:var(--text-muted);padding:0 .5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-logout{width:100%;font-size:.8rem;padding:.45rem .75rem}.shopee-connect-card{text-align:center;padding:2rem}.shopee-connect-btn{text-decoration:none;display:inline-block;font-size:1.05rem;padding:.9rem 2.25rem}.shopee-connect-details{margin-top:1.5rem;text-align:left;font-size:.85rem}.shopee-connect-details summary{cursor:pointer;color:var(--shopee);font-weight:600}@media (max-width: 768px){.sidebar{display:none}.main{margin-left:0;padding:1rem}.form-grid,.settings-row,.settings-row--sync{grid-template-columns:1fr}.settings-system-row{grid-template-columns:1fr 1fr}.settings-inline-form{flex-direction:column;align-items:stretch}.settings-inline-form .btn-primary,.settings-inline-form .btn-secondary{width:100%}}.settings-layout{display:flex;flex-direction:column;gap:1rem}.settings-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;align-items:stretch}.settings-row--sync{grid-template-columns:1fr 1fr}.settings-section{display:flex;flex-direction:column;gap:.75rem;min-width:0}.settings-section h2{font-size:.95rem;font-weight:700;margin:0;flex-shrink:0}.settings-section--system,.settings-section--merge{padding:1.25rem 1.5rem}.settings-merge-hint{font-size:.85rem;margin:0;line-height:1.45}.settings-merge-btn{white-space:nowrap;flex-shrink:0}.settings-inline-fields{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;align-items:center}.settings-field{display:flex;align-items:center;gap:.5rem;min-width:0}.settings-field-label{font-size:.8rem;color:var(--text-muted);font-weight:500;white-space:nowrap}.settings-field-value{font-size:.9rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-inline-form{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-end;gap:.6rem}.settings-inline-form .form-group{margin:0;min-width:140px}.settings-grow{flex:1;min-width:min(100%,280px)}.settings-inline-form .btn-primary,.settings-inline-form .btn-secondary{flex-shrink:0;white-space:nowrap}.settings-form-link-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;padding:.6rem 1.2rem;font-size:.875rem}.settings-inline-link{font-size:.8rem;color:var(--text-muted);text-decoration:none}.settings-inline-link:hover{color:var(--shopee)}.settings-shopee-row{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem 1rem}.settings-shopee-btn{text-decoration:none;font-size:.8rem;padding:.45rem .9rem;margin-left:auto}.settings-system-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem 1.5rem}.settings-readonly-input{width:auto;flex:1;min-width:0;padding:.6rem .85rem;border:1px solid var(--border);border-radius:10px;font-family:inherit;font-size:.8rem;background:#fafafa;color:var(--text-muted);margin:0}.settings-status-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .75rem;border-radius:999px;font-size:.8rem;font-weight:600;flex-shrink:0}.settings-status-pill.is-ok{background:#e8f5e9;color:#2e7d32}.settings-status-pill.is-warn{background:#fff3e0;color:#e65100}.home-page{min-height:100vh;background:#fafafa;color:var(--text)}.home-header{position:sticky;top:0;z-index:50;background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.home-header-inner{max-width:1120px;margin:0 auto;padding:.85rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.home-logo{font-size:1.35rem;font-weight:800;color:var(--shopee);text-decoration:none}.home-nav{display:flex;align-items:center;gap:.75rem}.home-nav-link{font-size:.9rem;font-weight:500;color:var(--text-muted);padding:.5rem .9rem;border-radius:999px;transition:color .15s,background .15s;background:transparent;border:none;font-family:inherit;cursor:pointer}.home-nav-link:hover{color:var(--text);background:var(--bg)}.home-nav-cta{padding:.55rem 1.15rem!important;font-size:.875rem!important;border-radius:999px!important}.home-hero{max-width:1120px;margin:0 auto;padding:3.5rem 1.5rem 4rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.home-eyebrow{display:inline-block;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--shopee);background:#fff0ec;padding:.4rem .9rem;border-radius:999px;margin-bottom:1rem}.home-hero h1{font-size:clamp(2rem,4vw,2.85rem);line-height:1.15;font-weight:800;letter-spacing:-.02em;margin-bottom:1rem}.home-hero-accent{color:var(--shopee)}.home-hero-desc{font-size:1.05rem;color:var(--text-muted);max-width:32rem;margin-bottom:1.75rem;line-height:1.65}.home-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.home-btn-lg{padding:.85rem 1.5rem!important;font-size:.95rem!important;border-radius:999px!important}.home-btn-ghost{display:inline-flex;align-items:center;padding:.85rem 1rem;font-size:.95rem;font-weight:600;color:var(--shopee)}.home-btn-ghost:hover{text-decoration:underline}.home-hero-bullets{list-style:none;display:flex;flex-direction:column;gap:.45rem;font-size:.88rem;color:var(--text-muted)}.home-hero-bullets li:before{content:"✓ ";color:var(--success);font-weight:700}.home-hero-visual{position:relative;min-height:320px}.home-mock-card{position:absolute;background:var(--card);border:1px solid var(--border);border-radius:24px;padding:1.1rem 1.25rem;box-shadow:0 12px 40px #00000014}.home-mock-card-1{top:0;left:0;right:15%;z-index:3}.home-mock-card-2{top:38%;right:0;left:12%;z-index:2}.home-mock-card-3{bottom:0;left:8%;right:28%;z-index:1}.home-mock-label{font-size:.75rem;color:var(--text-muted);font-weight:600;margin-bottom:.35rem}.home-mock-value{font-size:1.5rem;font-weight:800;letter-spacing:-.02em}.home-mock-sub{font-size:.8rem;margin-top:.25rem;font-weight:600}.home-mock-bar{height:6px;background:var(--bg);border-radius:999px;margin-top:.65rem;overflow:hidden}.home-mock-bar span{display:block;height:100%;background:linear-gradient(90deg,var(--shopee),#ff8a65);border-radius:999px}.home-features{background:var(--card);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:4rem 1.5rem}.home-section-head{max-width:1120px;margin:0 auto 2.5rem;text-align:center}.home-section-head h2{font-size:1.75rem;font-weight:800;margin-bottom:.5rem;letter-spacing:-.02em}.home-section-head p{color:var(--text-muted);font-size:1rem}.home-features-grid{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.home-feature-card{padding:1.35rem;border:1px solid var(--border);border-radius:24px;background:#fafafa;transition:box-shadow .2s,transform .2s}.home-feature-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.home-feature-icon{font-size:1.75rem;display:block;margin-bottom:.75rem}.home-feature-card h3{font-size:1rem;font-weight:700;margin-bottom:.4rem}.home-feature-card p{font-size:.88rem;color:var(--text-muted);line-height:1.55}.home-cta{padding:4rem 1.5rem;background:linear-gradient(135deg,#fff5f2,#fff,#f0f7ff)}.home-cta-inner{max-width:640px;margin:0 auto;text-align:center;padding:2.5rem 2rem;background:#ffffffb3;border:1px solid var(--border);border-radius:32px;box-shadow:var(--shadow)}.home-cta-inner h2{font-size:1.75rem;font-weight:800;margin-bottom:.5rem}.home-cta-inner p{color:var(--text-muted);margin-bottom:1.5rem}.home-cta-inner .home-hero-actions{justify-content:center}.home-footer{max-width:1120px;margin:0 auto;padding:1.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;border-top:1px solid var(--border);font-size:.85rem}@media (max-width: 900px){.home-hero{grid-template-columns:1fr;padding-top:2rem}.home-hero-visual{min-height:260px;max-width:400px;margin:0 auto;width:100%}.home-features-grid{grid-template-columns:1fr}}@media (max-width: 520px){.home-nav-link{display:none}.home-hero-actions{flex-direction:column}.home-btn-lg{width:100%;text-align:center;justify-content:center}}.login-modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.login-modal{max-width:440px;border-radius:28px;overflow:hidden;border:1px solid var(--border)}.login-modal-header{align-items:flex-start;padding:1.5rem 1.5rem 0;border-bottom:none}.login-modal-header h2{font-size:1.35rem;margin:.15rem 0 0}.login-modal-subtitle{margin:.35rem 0 0;font-size:.88rem}.login-modal-body{padding:.75rem 1.5rem 1.5rem}.login-modal-body .auth-form input{border-radius:14px}.login-modal-body .auth-submit{border-radius:999px}.auth-card-rounded{border-radius:28px}.auth-form input{border-radius:14px}.auth-submit{border-radius:999px}
