.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(180deg,#1f73d10f,#1f73d100),var(--color-bg)}.login-form{width:min(100%,392px);display:grid;gap:16px;padding:24px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-md)}.login-form h1{color:var(--color-text);font-size:24px;font-weight:850}.login-form h1:after{content:"Merch CMS";display:block;margin-top:4px;color:var(--color-muted);font-size:13px;font-weight:750}.login-form button{min-height:40px;border:1px solid var(--color-primary);border-radius:var(--radius-sm);color:#fff;background:var(--color-primary);font-weight:800}.login-form button:hover{background:var(--color-primary-dark)}.login-error{padding:10px 12px;color:var(--color-danger);background:var(--color-danger-soft);border:1px solid #ffd2d2;border-radius:var(--radius-sm);font-size:13px;font-weight:700}.accounts-page{display:grid;gap:20px;padding:0 22px 22px;min-width:0;overflow-x:hidden}.accounts-list-page{background:#eee}.accounts-list-header{min-height:86px;display:flex;align-items:flex-start;justify-content:space-between;margin:0 -22px;padding:18px 28px;background:#fff;border-bottom:1px solid #d6d6d6;box-shadow:0 2px 5px #1118272e}.accounts-list-header h1{margin:0;color:#555;font-size:18px;font-weight:600}.accounts-header-icons{display:flex;align-items:center;gap:16px}.accounts-header-icons button,.accounts-header-icons a{display:inline-flex;align-items:center;justify-content:center;color:#1e88e5;background:transparent;border:0}.accounts-panel{background:#fff;border:1px solid #d2d2d2;box-shadow:0 2px 4px #11182724;min-width:0;overflow:hidden}.accounts-filter-bar{min-height:76px;display:grid;grid-template-columns:minmax(76px,auto) minmax(70px,auto) repeat(6,minmax(100px,1fr)) auto minmax(190px,1.2fr) 42px;align-items:start;gap:14px;padding:12px 14px}.account-show-control{display:inline-flex;align-items:center;gap:8px;color:#555;font-size:12px;white-space:nowrap}.account-show-control select,.account-filter-trigger{height:34px;min-width:0;color:#444;background:#fff;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;font-size:12px;outline:none}.account-show-control select{width:56px}.accounts-total{padding-top:8px;color:#555;font-size:12px;white-space:nowrap}.account-filter-dropdown{position:relative;min-width:0}.account-filter-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 8px;text-align:left}.account-filter-trigger span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-dropdown-arrow{width:0;height:0;flex:0 0 auto;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #b0b0b0}.account-filter-menu{position:absolute;top:34px;left:0;z-index:12;width:max(100%,112px);max-height:204px;overflow-y:auto;background:#fff;border:1px solid #d7d7d7;box-shadow:0 2px 6px #11182738;scrollbar-color:#8b8b8b #f1f1f1}.account-filter-option{width:100%;min-height:36px;display:block;padding:8px 10px;color:#333;background:#fff;border:0;text-align:left;font-size:12px;line-height:1.35}.account-filter-option:hover,.account-filter-option:focus,.account-filter-option.is-selected{background:#e9e9e9;outline:none}.accounts-actions-menu{position:relative}.accounts-actions-button{height:34px;display:inline-flex;align-items:center;gap:8px;padding:0 14px;color:#fff;background:#1e88e5;border:0;border-radius:2px;box-shadow:0 2px 4px #11182738;font-size:12px;font-weight:700;text-transform:uppercase}.accounts-actions-popover{position:absolute;top:calc(100% + 6px);left:0;z-index:12;width:170px;display:grid;padding:6px;background:#fff;border:1px solid #d7d7d7;box-shadow:0 8px 18px #11182729}.accounts-actions-popover button{height:32px;display:flex;align-items:center;gap:8px;padding:0 8px;color:#444;background:transparent;border:0;text-align:left}.accounts-search{height:34px;display:flex;align-items:center;gap:8px;border-bottom:1px solid #d7d7d7;color:#777}.accounts-search input{width:100%;min-width:0;border:0;outline:none;color:#444;font-size:12px}.accounts-refresh-button{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:#1e88e5;border:0;border-radius:2px;box-shadow:0 2px 4px #11182733}.accounts-table-shell{overflow-x:hidden;overflow-y:auto;max-height:calc(100vh - 250px);margin:0 12px 12px;background:#fff;border:1px solid #eeeeee;overscroll-behavior:contain;scrollbar-color:#8a8a8a #f3f3f3;scrollbar-gutter:stable}.accounts-table-shell::-webkit-scrollbar{width:10px}.accounts-table-shell::-webkit-scrollbar-track,.accounts-table-shell::-webkit-scrollbar-corner{background:#f3f3f3}.accounts-table-shell::-webkit-scrollbar-thumb{background:#8a8a8a;border:3px solid #f3f3f3;border-radius:999px}.accounts-scroll-inner{width:100%;min-width:0}.accounts-list-table{width:100%;height:auto;table-layout:fixed;border-collapse:collapse;color:#555;font-size:11px}.accounts-list-table th,.accounts-list-table td{height:31px;padding:4px 5px;border-bottom:1px solid #e0e0e0;text-align:left;vertical-align:middle;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.accounts-list-table th{position:sticky;top:0;z-index:1;background:#fff;color:#777;font-size:10px;font-weight:500}.accounts-list-table tbody tr{height:31px}.account-header-cell{display:inline-flex;align-items:center;gap:4px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-header-cell svg{width:11px;height:11px;flex:0 0 auto;color:#999}.account-select-column{width:1.4%;text-align:center}.account-select-column input{width:15px;height:15px;min-height:15px;margin:0}.account-link-cell{color:#008cff}.account-royalty-cell{color:#61a83b}.account-red-cell{color:#ff1f1f}.account-orange-cell{color:#ff9800}.account-flag{display:inline-flex;align-items:center;justify-content:center;min-width:22px;min-height:18px;padding:1px 4px;color:#fff;border-radius:2px;font-size:9px;font-weight:700}.account-flag-blue{background:#1e88e5}.account-flag-orange{background:#ff9800}.account-row-tool{display:inline-flex;color:#666}.account-row-tool:hover{color:#1e88e5}.accounts-table-footer{min-width:100%;padding:10px 8px 14px;border-top:1px solid #eeeeee;color:#666;font-size:11px}.accounts-list-table th:nth-child(1),.accounts-list-table td:nth-child(1){width:1.4%}.accounts-list-table th:nth-child(2),.accounts-list-table td:nth-child(2){width:1.8%}.accounts-list-table th:nth-child(3),.accounts-list-table td:nth-child(3){width:4.8%}.accounts-list-table th:nth-child(4),.accounts-list-table td:nth-child(4){width:12.7%}.accounts-list-table th:nth-child(5),.accounts-list-table td:nth-child(5){width:5.4%}.accounts-list-table th:nth-child(6),.accounts-list-table td:nth-child(6){width:2.5%}.accounts-list-table th:nth-child(7),.accounts-list-table td:nth-child(7){width:3%}.accounts-list-table th:nth-child(8),.accounts-list-table td:nth-child(8){width:2.5%}.accounts-list-table th:nth-child(9),.accounts-list-table td:nth-child(9){width:3%}.accounts-list-table th:nth-child(10),.accounts-list-table td:nth-child(10){width:4%}.accounts-list-table th:nth-child(11),.accounts-list-table td:nth-child(11){width:4.8%}.accounts-list-table th:nth-child(12),.accounts-list-table td:nth-child(12),.accounts-list-table th:nth-child(13),.accounts-list-table td:nth-child(13){width:2.8%}.accounts-list-table th:nth-child(14),.accounts-list-table td:nth-child(14){width:2.4%}.accounts-list-table th:nth-child(15),.accounts-list-table td:nth-child(15){width:8.8%}.accounts-list-table th:nth-child(16),.accounts-list-table td:nth-child(16){width:4.2%}.accounts-list-table th:nth-child(17),.accounts-list-table td:nth-child(17){width:2.6%}.accounts-list-table th:nth-child(18),.accounts-list-table td:nth-child(18),.accounts-list-table th:nth-child(20),.accounts-list-table td:nth-child(20){width:4%}.accounts-list-table th:nth-child(19),.accounts-list-table td:nth-child(19){width:3.6%}.accounts-list-table th:nth-child(21),.accounts-list-table td:nth-child(21),.accounts-list-table th:nth-child(24),.accounts-list-table td:nth-child(24){width:3.4%}.accounts-list-table th:nth-child(22),.accounts-list-table td:nth-child(22){width:2.1%}.accounts-list-table th:nth-child(23),.accounts-list-table td:nth-child(23){width:3%}.accounts-list-table th:nth-child(25),.accounts-list-table td:nth-child(25){width:4.4%}.accounts-list-table th:nth-child(26),.accounts-list-table td:nth-child(26){width:2.6%}.accounts-loading{padding:14px;color:var(--color-muted)}.account-form{display:grid;gap:16px}.account-form-page .page-header-meta{text-transform:none}@media (max-width: 1280px){.accounts-filter-bar{grid-template-columns:repeat(4,minmax(130px,1fr))}.accounts-search{grid-column:span 2}}.analyze-page{min-width:0;display:grid;gap:20px;padding:0 22px 22px;overflow-x:hidden;background:#eee}.analyze-header{min-height:86px;display:flex;align-items:flex-start;margin:0 -22px;padding:18px 28px;background:#fff;border-bottom:1px solid #d6d6d6;box-shadow:0 2px 5px #1118272e}.analyze-header h1{margin:0;color:#555;font-size:18px;font-weight:600}.analyze-filter-bar{min-height:66px;display:grid;grid-template-columns:minmax(120px,.8fr) minmax(230px,1.45fr) minmax(260px,1.6fr) 186px 186px 42px 42px;align-items:center;gap:18px;padding:12px 24px;background:#fff;border:1px solid #d2d2d2;box-shadow:0 2px 4px #11182724}.analyze-filter{position:relative;min-width:0}.analyze-filter-trigger,.analyze-multi-trigger,.analyze-date-input{width:100%;height:36px;color:#555;background:#fff;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;outline:none;font-size:12px}.analyze-filter-trigger,.analyze-multi-trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 8px 0 0;text-align:left}.analyze-filter-trigger span:first-child,.analyze-selected-chips{min-width:0;overflow:hidden}.analyze-filter-trigger span:first-child{text-overflow:ellipsis;white-space:nowrap}.analyze-multi-trigger{min-height:36px;height:auto;padding:4px 8px;cursor:pointer}.analyze-selected-chips{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.analyze-multi-placeholder{color:#555;white-space:nowrap}.analyze-selected-chip{max-width:112px;min-height:22px;display:inline-flex;align-items:center;gap:4px;padding:2px 5px 2px 7px;color:#555;background:#eee;border-radius:3px;font-size:11px;line-height:1.2}.analyze-selected-chip>span,.analyze-selected-chip{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analyze-selected-chip button{width:16px;height:16px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:0;color:#777;background:transparent;border:0}.analyze-selected-chip button:hover{color:#ef3333}.analyze-filter-arrow{width:0;height:0;flex:0 0 auto;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #b0b0b0}.analyze-filter-menu{position:absolute;top:36px;left:0;z-index:20;width:max(100%,140px);max-height:204px;overflow-y:auto;background:#fff;border:1px solid #d7d7d7;box-shadow:0 2px 6px #11182738;scrollbar-color:#8b8b8b #f1f1f1}.analyze-filter-wide .analyze-filter-menu{width:max(100%,240px)}.analyze-filter-extra .analyze-filter-menu{width:max(100%,290px)}.analyze-filter-option{width:100%;min-height:36px;display:block;padding:8px 10px;color:#333;background:#fff;border:0;text-align:left;font-size:12px;line-height:1.35}.analyze-filter-option:hover,.analyze-filter-option:focus,.analyze-filter-option.is-selected{background:#e9e9e9;outline:none}.analyze-multi-option{display:flex;align-items:center;gap:8px}.analyze-option-check{width:14px;flex:0 0 14px;color:#1e88e5;font-size:11px;font-weight:700;text-align:center}.analyze-date-input{padding:0 10px;border:1px solid #e2e2e2}.analyze-clear-button,.analyze-refresh-button{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;color:#fff;border:0;border-radius:2px;box-shadow:0 2px 4px #11182733}.analyze-clear-button{background:#ef3333}.analyze-refresh-button{background:#1e88e5}.analyze-main-grid{display:grid;grid-template-columns:minmax(620px,1fr) minmax(540px,1fr);gap:20px;min-width:0}.analyze-stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 20px}.analyze-stat-card,.analyze-products-panel,.analyze-chart-card{background:#fff;border:1px solid #d2d2d2;box-shadow:0 2px 4px #11182724}.analyze-stat-card{min-height:118px;display:grid}.analyze-stat-featured{min-height:250px;grid-row:span 2}.analyze-stat-card header,.analyze-chart-card header{min-height:42px;display:flex;align-items:center;padding:0 16px;border-bottom:1px solid #dddddd;color:#333;font-size:12px}.analyze-stat-card header span{color:#333}.analyze-stat-hero{align-self:center;justify-self:center;color:#29aeea;font-size:72px;line-height:1}.analyze-stat-metrics{display:grid;grid-template-columns:repeat(4,minmax(70px,1fr));align-items:center;gap:8px;padding:14px 16px 18px}.analyze-stat-featured .analyze-stat-metrics{grid-template-columns:repeat(3,minmax(80px,1fr))}.analyze-metric{display:grid;justify-items:center;gap:4px}.analyze-metric strong{font-size:18px;line-height:1}.analyze-metric small{font-size:10px}.analyze-metric-blue{color:#29aeea}.analyze-metric-orange{color:#ff9800}.analyze-metric-red{color:#f33}.analyze-products-panel{min-width:0;overflow:hidden}.analyze-period-tabs{min-height:52px;display:flex;align-items:center;gap:8px;padding:8px 14px}.analyze-period-tabs button{height:30px;padding:0 10px;color:#333;background:#fff;border:1px solid #dddddd;border-radius:2px;box-shadow:0 1px 3px #11182724;font-size:10px;font-weight:700;text-transform:uppercase}.analyze-period-tabs button.is-active{color:#fff;background:#1e88e5;border-color:#1e88e5}.analyze-table-spacer{flex:1}.analyze-download-button{width:28px;padding:0}.analyze-toggle{width:35px;height:22px;display:inline-flex;border-radius:999px;background:#d5d5d5}.analyze-toggle:before{content:"";width:20px;height:20px;margin:1px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #11182733}.analyze-table-shell{height:470px;overflow:auto;border-top:1px solid #eeeeee;scrollbar-color:#8a8a8a #f3f3f3}.analyze-products-table{width:100%;min-width:840px;border-collapse:collapse;color:#555;font-size:12px}.analyze-products-table th,.analyze-products-table td{padding:7px 10px;border-bottom:1px solid #e0e0e0;text-align:left;vertical-align:top}.analyze-products-table th{position:sticky;top:0;z-index:1;background:#fff;color:#777;font-weight:500}.analyze-table-header-cell{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.analyze-table-header-cell svg{color:#999}.analyze-row-image{width:48px;height:48px;object-fit:contain;background:#eee}.analyze-title-cell{min-width:210px;color:#1e88e5;line-height:1.55}.analyze-money-cell{color:#1e88e5}.analyze-loading{padding:14px;color:#777}.analyze-chart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.analyze-chart-wide{grid-column:1 / -1}.analyze-chart{width:100%;height:250px;display:block;padding:10px 16px 14px}.analyze-chart-sold,.analyze-chart-royalty,.analyze-chart-label,.analyze-chart-legend,.analyze-axis-label{font-size:11px;text-anchor:middle;fill:#111}.analyze-chart-sold{fill:#129fe3}.analyze-chart-royalty{fill:#f33}.analyze-chart-legend{text-anchor:start}@media (max-width: 1400px){.analyze-filter-bar,.analyze-main-grid,.analyze-chart-grid{grid-template-columns:1fr}.analyze-filter-bar{grid-template-columns:repeat(3,minmax(180px,1fr))}}.dashboard-page{display:grid;gap:20px}.dashboard-page .page-header{min-height:72px;align-items:center;padding:0 22px;margin:0;background:#fff;border-bottom:1px solid #d8d8d8}.dashboard-page .page-header-meta{display:none}.dashboard-page .page-header h1{font-size:20px;font-weight:500}.dashboard-page .page-header p{color:#202124;font-size:11px}.dashboard-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(220px,1fr));gap:20px;margin:0 22px}.dashboard-kpi-card{position:relative;min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 14px;background:#fff;border:1px solid #d8d8d8;border-radius:2px;box-shadow:0 1px 2px #00000038}.dashboard-kpi-label,.dashboard-products-heading{color:#666;font-size:12px;line-height:1.25}.dashboard-kpi-value{display:block;margin-top:4px;color:#333;font-size:23px;font-weight:400;line-height:1}.dashboard-kpi-icon{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.dashboard-kpi-icon-blue{color:#29aeea}.dashboard-kpi-icon-orange{color:#fb9600}.dashboard-kpi-icon-red{color:#e53935}.dashboard-products-card{align-items:flex-start;padding-right:56px}.dashboard-products-heading{display:inline-flex;align-items:center;gap:5px}.dashboard-products-heading svg{color:#0089ff}.dashboard-products-statuses{display:grid;grid-template-columns:repeat(3,minmax(72px,1fr));gap:5px 18px;margin-top:8px;font-size:12px;line-height:1.1}.dashboard-amazon-mark{position:absolute;right:18px;bottom:15px;color:#6ba933;font-family:Georgia,serif;font-size:34px;font-weight:700;line-height:1}.dashboard-workspace{display:grid;grid-template-columns:400px minmax(560px,1fr) 400px;gap:20px;align-items:stretch;margin:0 22px 24px}.dashboard-sales-column{display:grid;grid-template-rows:258px repeat(2,118px);gap:20px}.sales-summary-card,.dashboard-main-panel,.dashboard-queue-panel{background:#fff;border:1px solid #d8d8d8;border-radius:2px;box-shadow:0 1px 2px #0003}.sales-summary-card{min-height:0;height:100%;overflow:hidden}.sales-summary-featured{min-height:0}.sales-summary-header{min-height:42px;display:flex;align-items:center;gap:6px;padding:0 14px;border-bottom:1px solid #dddddd;color:#1f1f1f;font-size:12px}.sales-summary-hero{display:block;margin:30px 0 26px;color:#29aeea;font-size:92px;font-weight:600;line-height:1;text-align:center}.sales-summary-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:16px 18px}.sales-summary-featured .sales-summary-metrics{grid-template-columns:repeat(3,minmax(0,1fr));padding-top:0}.sales-metric{display:grid;justify-items:center;gap:4px;min-width:0;font-size:12px}.sales-metric strong{font-size:18px;line-height:1}.sales-summary-featured .sales-metric strong{font-size:20px}.sales-metric small{max-width:100%;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.metric-blue{color:#159fee}.metric-orange{color:#fb9600}.metric-red{color:#f03838}.dashboard-main-panel,.dashboard-queue-panel{min-width:0;height:534px;display:flex;flex-direction:column;overflow:hidden}.dashboard-table-toolbar,.queue-tabs{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 14px;border-bottom:1px solid #dddddd}.range-tabs,.queue-tabs{overflow-x:auto}.range-tabs{display:flex;align-items:center;gap:8px}.range-tab,.queue-tab{min-height:30px;flex:0 0 auto;padding:0 12px;color:#222;background:#fff;border:1px solid #dddddd;border-radius:2px;box-shadow:0 1px 2px #0000001f;font-size:10px;font-weight:500;text-transform:uppercase}.range-tab.active,.queue-tab.active{color:#fff;background:#1e95ea;border-color:#1e95ea}.dashboard-toolbar-actions{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto}.dashboard-icon-button,.dashboard-row-action{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;color:#666;background:transparent;border:0;border-radius:2px}.dashboard-icon-button{border:1px solid #eeeeee}.dashboard-toggle{position:relative;width:36px;height:22px;display:inline-block;background:#d7d7d7;border:0;border-radius:999px}.dashboard-toggle:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;background:#fff;border-radius:50%;box-shadow:0 1px 2px #0003;transition:left .16s ease,background .16s ease}.dashboard-toggle.is-on{background:#d8ebff;box-shadow:inset 0 0 0 2px #1e95ea}.dashboard-toggle.is-on:after{left:16px;background:#fff}.dashboard-data-scroll{flex:1;min-height:0;overflow:auto}.dashboard-sales-table,.dashboard-queue-table{width:100%;border-collapse:collapse}.dashboard-sales-table{min-width:800px}.dashboard-sales-table th,.dashboard-queue-table th{height:40px;padding:0 10px;color:#666;background:#fff;border-bottom:1px solid #dddddd;font-size:12px;font-weight:500;text-align:left;text-transform:uppercase}.dashboard-sales-table th{white-space:nowrap}.dashboard-sales-table th svg{margin-left:3px;color:#888;vertical-align:-2px}.dashboard-sales-table td,.dashboard-queue-table td{padding:7px 10px;border-bottom:1px solid #dddddd;color:#333;font-size:12px;vertical-align:top}.dashboard-sales-table tr:last-child td,.dashboard-queue-table tr:last-child td{border-bottom:0}.dashboard-product-image{width:46px;height:50px;display:block;object-fit:cover;background:#777}.dashboard-product-title{display:inline-block;max-width:245px;color:#0089ff;line-height:1.55;text-decoration:none}.dashboard-product-title:hover{text-decoration:underline}.dashboard-sensitive-field{transition:filter .16s ease,opacity .16s ease}.dashboard-sensitive-hidden .dashboard-sensitive-field{filter:blur(10px);opacity:.72;-webkit-user-select:none;user-select:none}.dashboard-queue-panel{min-height:0}.queue-tabs{justify-content:flex-start}.queue-table-wrap{flex:1;min-height:0;overflow:auto}.dashboard-queue-table{min-width:360px}.dashboard-queue-table td:nth-child(2){min-width:210px;line-height:1.45}.dashboard-queue-image{width:36px;height:44px;display:block;object-fit:cover;background:#777}.dashboard-empty-row{padding:18px;color:#666;font-size:12px;text-align:center}.dashboard-range-empty{min-height:170px;display:grid;place-items:center;border-top:1px solid #dddddd;background:#fff}@media (max-width: 1380px){.dashboard-workspace{grid-template-columns:360px minmax(520px,1fr)}.dashboard-queue-panel{grid-column:1 / -1}}@media (max-width: 1040px){.dashboard-kpi-grid,.dashboard-workspace{grid-template-columns:1fr}.dashboard-products-statuses{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.dashboard-kpi-card,.sales-summary-card,.dashboard-main-panel,.dashboard-queue-panel{box-shadow:none}.sales-summary-metrics,.sales-summary-featured .sales-summary-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}.designs-page{display:grid;gap:16px}.design-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.design-card{overflow:hidden;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.design-image-wrap{aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;background:#eef2f6;border-bottom:1px solid var(--color-border)}.design-image-wrap img{width:100%;height:100%;object-fit:contain}.design-card-body{display:grid;gap:10px;padding:12px}.design-name{overflow:hidden;color:var(--color-text);font-size:14px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.design-meta,.design-actions{display:flex;align-items:center;justify-content:space-between;gap:8px}.design-meta{color:var(--color-muted);font-size:12px}.design-upload-panel,.design-metadata-form{display:grid;gap:16px}.design-upload-error,.designs-loading{padding:10px 12px;color:var(--color-danger);background:var(--color-danger-soft);border:1px solid #ffd2d2;border-radius:var(--radius-sm)}.design-upload-actions{display:flex;justify-content:flex-end;gap:8px}.design-edit-image-grid{display:grid;align-items:start;grid-template-columns:minmax(180px,240px) minmax(0,1fr);gap:16px}.design-edit-preview{display:flex;overflow:hidden;align-items:center;justify-content:center;aspect-ratio:1 / 1;background:#eef2f6;border:1px solid var(--color-border);border-radius:var(--radius-md)}.design-edit-preview img{width:100%;height:100%;object-fit:contain}.design-edit-file{display:grid;gap:8px}.design-file-note{margin:0;color:var(--color-muted);font-size:12px}.design-form-page .page-header-meta{text-transform:none}@media (max-width: 820px){.designs-toolbar{grid-template-columns:1fr}.design-actions{align-items:stretch;flex-direction:column}.design-edit-image-grid{grid-template-columns:1fr}}.admin-shell{height:100vh;min-height:0;display:grid;grid-template-columns:216px minmax(0,1fr);grid-template-rows:44px minmax(0,1fr);background:#e9e9e9;overflow:hidden}.admin-sidebar{grid-row:1 / -1;min-height:0;height:100vh;display:flex;flex-direction:column;background:#fff;border-right:1px solid #d8d8d8}.admin-brand{position:relative;min-height:82px;display:grid;align-content:center;padding:5px 20px 12px;border-bottom:1px solid #d8d8d8;color:#111;line-height:.9}.admin-brand-merch{color:#f08a22;font-size:38px;font-weight:800;letter-spacing:0}.admin-brand-row{display:flex;align-items:flex-end;gap:6px;margin-top:-2px}.admin-brand-row span{font-size:17px;font-style:italic;font-weight:700}.admin-brand-row strong{font-size:40px;font-weight:900;letter-spacing:0}.admin-brand-smile{position:absolute;left:58px;bottom:4px;width:76px;height:19px;border-bottom:4px solid #111111;border-radius:0 0 80px 80px;transform:rotate(7deg)}.admin-nav{display:grid;gap:4px;padding:18px 0}.admin-nav-link{min-height:40px;display:flex;align-items:center;gap:12px;padding:0 18px;color:#101010;font-size:13px;text-decoration:none}.admin-nav-link svg{color:#050505;stroke-width:2.5}.admin-nav-link:hover,.admin-nav-link.active{color:#1976d2;background:#eef5ff}.admin-nav-link:hover svg,.admin-nav-link.active svg{color:#1976d2}.admin-sidebar-footer{display:grid;justify-items:center;gap:6px;margin-top:auto;padding:16px 10px 26px;border-top:1px solid #d8d8d8;color:#111;font-size:11px;text-align:center}.admin-sidebar-footer a{color:#07f;text-decoration:none}.admin-topbar{grid-column:2;position:sticky;top:0;z-index:20;min-height:44px;display:flex;align-items:center;gap:12px;padding:0 22px;color:#fff;background:#1976d2;box-shadow:0 2px 5px #0000004d}.admin-back-button{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:transparent;border:0;border-radius:50%}.admin-back-button:hover,.logout-button:hover{background:#ffffff1f}.admin-topbar-spacer{flex:1 1 auto}.admin-license,.admin-user-name{font-size:12px;font-weight:700;white-space:nowrap}.admin-divider{color:#fffc}.logout-button{position:relative;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:transparent;border:0;border-radius:50%}.admin-avatar{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:#5d91ff;border-radius:50%;font-size:13px;font-weight:800}.logout-icon{position:absolute;right:-2px;bottom:-1px;color:#ffffffe6;background:#1976d2;border-radius:50%}.admin-content{grid-column:2;width:100%;min-width:0;min-height:0;overflow-y:auto;overflow-x:hidden;background:#e9e9e9;scrollbar-gutter:stable;scrollbar-color:#8a8a8a #f3f3f3}.admin-content::-webkit-scrollbar{width:14px}.admin-content::-webkit-scrollbar-track{background:#f3f3f3}.admin-content::-webkit-scrollbar-thumb{background:#8a8a8a;border:3px solid #f3f3f3;border-radius:999px}.admin-panel{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.admin-panel-header{min-height:54px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid var(--color-border)}.admin-panel-body{padding:16px}@media (max-width: 820px){.admin-shell{grid-template-columns:1fr;grid-template-rows:auto 44px minmax(0,1fr)}.admin-sidebar{grid-row:1;min-height:auto;height:auto;border-right:0}.admin-brand{min-height:66px}.admin-brand-merch{font-size:30px}.admin-brand-row strong{font-size:32px}.admin-nav{grid-template-columns:repeat(3,minmax(0,1fr));padding:6px}.admin-nav-link{justify-content:center;padding:0 8px}.admin-sidebar-footer{display:none}.admin-topbar,.admin-content{grid-column:1}.admin-topbar{grid-row:2;padding:0 12px}.admin-content{grid-row:3}.admin-license{display:none}}.products-page{display:grid;gap:20px;padding:0 22px 22px}.products-list-page{background:#eee}.products-list-header{min-height:86px;display:flex;align-items:flex-start;justify-content:space-between;margin:0 -22px;padding:18px 28px;background:#fff;border-bottom:1px solid #d6d6d6;box-shadow:0 2px 5px #1118272e}.products-list-header h1{margin:0;color:#666;font-size:18px;font-weight:600}.check-upload-button,.products-actions-button{height:34px;padding:0 14px;color:#fff;background:#70b638;border:0;border-radius:2px;box-shadow:0 2px 4px #11182738;font-size:12px;font-weight:700;text-transform:uppercase}.products-actions-button{background:#1e88e5}.products-filter-bar{min-height:64px;display:grid;grid-template-columns:minmax(78px,auto) minmax(80px,auto) repeat(7,minmax(120px,1fr)) auto minmax(190px,1.2fr) 42px;align-items:center;gap:14px;padding:12px;background:#fff;border:1px solid #d2d2d2;box-shadow:0 2px 4px #11182724}.show-control{display:inline-flex;align-items:center;gap:8px;color:#555;font-size:12px;white-space:nowrap}.show-control select,.line-select,.filter-dropdown-trigger{height:34px;min-width:0;color:#555;background:#fff;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;font-size:12px;outline:none}.filter-dropdown{position:relative;min-width:0}.filter-dropdown-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 9px 0 0;text-align:left}.filter-dropdown-trigger span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filter-dropdown-placeholder{color:#666;font-weight:600}.filter-dropdown-value{color:#333;font-weight:500}.filter-dropdown-arrow{width:0;height:0;flex:0 0 auto;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #b0b0b0}.filter-dropdown-menu{position:absolute;top:34px;left:0;z-index:10;width:max(100%,132px);max-height:204px;overflow-y:auto;background:#fff;border:1px solid #d7d7d7;box-shadow:0 2px 6px #11182738;scrollbar-color:#8b8b8b #f1f1f1;scrollbar-width:auto}.filter-dropdown-medium .filter-dropdown-menu{width:max(100%,140px)}.filter-dropdown-wide .filter-dropdown-menu{width:max(100%,180px)}.filter-dropdown-option{width:100%;min-height:36px;display:block;padding:8px 10px;color:#333;background:#fff;border:0;text-align:left;font-size:12px;line-height:1.35}.filter-dropdown-option:hover,.filter-dropdown-option:focus,.filter-dropdown-option.is-selected{background:#e9e9e9;outline:none}.show-control select{width:54px}.products-total{color:#555;font-size:12px;white-space:nowrap}.sold-filter{min-width:100px}.products-actions-menu{position:relative}.products-actions-popover{position:absolute;top:calc(100% + 6px);left:0;z-index:4;width:170px;display:grid;padding:6px;background:#fff;border:1px solid #d7d7d7;box-shadow:0 8px 18px #11182729}.products-actions-popover button{height:32px;display:flex;align-items:center;gap:8px;padding:0 8px;color:#444;background:transparent;border:0;text-align:left}.products-actions-popover button:disabled{color:#a0a0a0}.products-search{height:34px;display:flex;align-items:center;gap:8px;border-bottom:1px solid #d7d7d7;color:#777}.products-search input{width:100%;min-width:0;border:0;outline:none;color:#444;font-size:12px}.products-refresh-button{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:#1e88e5;border:0;border-radius:2px;box-shadow:0 2px 4px #11182733}.products-table-shell{overflow:auto;max-height:calc(100vh - 214px);background:#fff;border:1px solid #d2d2d2}.products-list-table{width:100%;min-width:1800px;border-collapse:collapse;color:#555;font-size:12px}.products-list-table th,.products-list-table td{padding:7px 10px;border-bottom:1px solid #e0e0e0;text-align:left;vertical-align:top}.products-list-table th{position:sticky;top:0;z-index:1;background:#fff;color:#777;font-weight:500}.product-header-cell{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.product-header-cell svg{color:#999}.select-column{width:30px;text-align:center}.select-column input{width:15px;height:15px}.product-list-thumb{width:68px;height:68px;object-fit:contain;background:#eee}.product-title-cell{max-width:250px}.product-link-text{color:#1e88e5;line-height:1.55}.sold-cell{color:#61b33b}.royalty-cell{color:#61b33b;font-weight:600}.date-cell{background:#eee;white-space:nowrap}.product-row-tool{display:inline-flex;align-items:center;justify-content:center;color:#666}.product-row-tool:hover{color:#1e88e5}.product-form{display:grid;gap:16px}.color-field{display:grid;gap:8px}.color-field-label{color:#344054;font-size:13px;font-weight:650}.color-swatch-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(112px,1fr));gap:10px}.color-swatch-option{min-height:74px;display:grid;align-content:center;justify-items:center;gap:6px;padding:9px 8px;color:var(--color-muted);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:12px;font-weight:750}.color-swatch-option input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.color-swatch-option.is-selected{color:var(--color-primary);border-color:#8bbbea;background:var(--color-primary-soft);box-shadow:0 0 0 3px #1f73d11a}.color-swatch{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;color:#fff;border:1px solid rgba(17,24,39,.18);border-radius:999px}.color-swatch[style*="255, 255, 255"],.color-swatch[style*="#ffffff"]{color:var(--color-text);border-color:var(--color-border-strong)}.color-swatch-custom{background:repeating-linear-gradient(45deg,#fff,#fff 5px,#e5e7eb 5px,#e5e7eb 10px);color:var(--color-primary)}.color-swatch-name{text-align:center}.product-form-page .page-header-meta{text-transform:none}.products-loading{padding:14px;color:var(--color-muted)}.products-error-message{display:inline-grid;justify-items:start;gap:10px;color:#c62828;background:#fff5f5}.products-error-message button{min-height:30px;padding:0 12px;color:#fff;background:#1e88e5;border:0;border-radius:2px;font-size:11px;font-weight:700;text-transform:uppercase}@media (max-width: 1280px){.products-filter-bar{grid-template-columns:repeat(4,minmax(130px,1fr))}.products-search{grid-column:span 2}}.add-task-page{display:grid;gap:18px}.add-task-header{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 16px;background:#fff;border-bottom:1px solid #d8d8d8}.add-task-header h1{color:#222;font-size:16px;font-weight:400}.add-task-form{width:min(1144px,calc(100% - 44px));display:grid;gap:12px;justify-self:center;padding:12px;background:#fff;border:1px solid #d6d6d6}.add-task-field{display:grid;gap:8px;color:#333;font-size:11px;font-weight:400}.add-task-field strong{color:#f03838}.tiny-badge,.field-chip{min-height:16px;display:inline-flex;align-items:center;margin-left:4px;padding:0 5px;color:#fff;background:#009d9a;border:0;border-radius:1px;font-size:8px;font-weight:700;text-transform:uppercase}.field-chip{width:fit-content;margin-left:0}.add-task-field input,.add-task-field textarea,.add-task-field select{min-height:38px;padding:7px 8px;border:0;border-bottom:1px solid #d5d5d5;border-radius:0;font-size:12px}.add-task-field input:focus,.add-task-field textarea:focus,.add-task-field select:focus{border-color:#1976d2;box-shadow:none}.editor-toolbar{min-height:28px;display:flex;align-items:center;gap:8px;padding:0 8px;color:#222;background:#eee}.editor-toolbar select{width:auto;min-width:64px;min-height:24px;padding:0 20px 0 8px;background:#fff;border:1px solid #dddddd;font-size:10px}.add-task-field textarea{min-height:138px;resize:vertical}.image-input-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.drop-zone,.paste-zone{min-height:134px;display:grid;place-items:center;align-content:center;gap:8px;color:#666;background:#fff;border:1px solid #dddddd;font-size:11px;text-align:center}.drop-zone input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.drop-zone svg{color:#c7c7c7}.drop-zone img{width:100%;max-height:220px;object-fit:contain}.paste-zone svg{color:#6f8f25}.task-counts{color:#333;font-size:10px}.task-counts:first-letter{color:#f03838}.add-task-error{padding:10px 12px;color:#d83b3b;background:#fff0f0;border:1px solid #ffd2d2;font-size:12px;font-weight:700}.add-task-actions{display:flex;align-items:center;gap:8px;padding-top:4px}.task-cancel-button{min-height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;color:#222;background:#fff;border:1px solid #d8d8d8;border-radius:2px;font-size:11px;font-weight:700;text-decoration:none;text-transform:uppercase}.comment-row{position:relative;display:block;padding-top:16px}.comment-row input{padding-right:42px}.comment-row svg{position:absolute;right:8px;bottom:8px;color:#777}@media (max-width: 820px){.add-task-form{width:calc(100% - 24px)}.image-input-grid{grid-template-columns:1fr}}.task-page{display:grid;gap:20px;padding:0 22px 32px}.task-page-header{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:16px}.task-page-header h1{color:#666;font-size:20px;font-weight:400}.task-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.task-vn-time{display:inline-flex;grid-auto-flow:column;align-items:center;gap:6px;color:#555;font-size:12px;font-weight:400}.task-vn-time input{width:auto;min-height:auto}.task-green-button,.task-blue-button,.task-refresh-button{min-height:32px;padding:0 12px;color:#fff;border:0;border-radius:2px;box-shadow:0 2px 4px #0000003d;font-size:11px;font-weight:700;text-transform:uppercase}.task-green-button{background:#76b837}.task-blue-button,.task-refresh-button{background:#1e95ea}.task-add-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.task-filter-bar{min-height:70px;display:grid;grid-template-columns:auto auto minmax(160px,1fr) minmax(160px,1fr) minmax(160px,1fr) minmax(220px,1.4fr) 42px;align-items:center;gap:28px;padding:10px 14px;background:#fff;border:1px solid #d8d8d8;border-radius:2px;box-shadow:0 1px 2px #0003}.task-select-label{display:inline-flex;grid-auto-flow:column;align-items:center;gap:12px;color:#555;font-size:12px;font-weight:400;white-space:nowrap}.task-filter-bar select,.task-filter-bar input{min-height:34px;padding:4px 8px;color:#555;background:#fff;border:0;border-bottom:1px solid #d5d5d5;border-radius:0;font-size:12px}.task-filter-bar select:focus,.task-filter-bar input:focus{box-shadow:none}.task-total{color:#555;font-size:12px;white-space:nowrap}.task-date-field,.task-search-field{position:relative;display:block}.task-date-field svg,.task-search-field svg{position:absolute;right:10px;top:50%;color:#555;transform:translateY(-50%)}.task-date-field input,.task-search-field input{padding-right:34px}.task-refresh-button{width:32px;min-height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0}.task-grid{display:grid;grid-template-columns:repeat(5,minmax(210px,1fr));gap:18px 28px}.task-card{min-width:0;background:#fff;border:1px solid #d6d6d6;border-radius:2px;box-shadow:0 1px 2px #0003}.task-card-header{min-height:43px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 14px;color:#333;border-bottom:1px solid #dddddd;font-size:12px}.task-card-header>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-card-actions{display:inline-flex;align-items:center;gap:12px;flex:0 0 auto}.task-card-actions button,.task-card-actions a{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;padding:0;color:#1e95ea;background:transparent;border:0;border-radius:2px;text-decoration:none}.task-card-actions button:last-child,.task-card-actions a:last-child{color:#e53935}.task-card-actions button:disabled{opacity:.5}.task-card-actions button:hover,.task-card-actions a:hover{background:#eef5ff}.task-inline-edit{min-width:0;display:flex;align-items:center;gap:6px;flex:1 1 auto;color:#333;font-size:12px;font-weight:400}.task-inline-edit span{flex:0 0 auto}.task-inline-edit input{min-width:0;min-height:28px;padding:3px 6px;border:1px solid #1e95ea;border-radius:2px;font-size:12px}.task-inline-edit input:focus{box-shadow:0 0 0 2px #1e95ea29}.task-card-image-wrap{aspect-ratio:1 / .94;display:grid;place-items:center;padding:14px;background:#fff}.task-card-image-wrap img{width:100%;height:100%;object-fit:contain}.task-card-footer{min-height:36px;display:flex;align-items:center;gap:4px;padding:0 14px 12px}.task-chip{display:inline-flex;align-items:center;min-height:18px;padding:0 6px;color:#fff;border-radius:1px;font-size:9px;font-weight:700;text-transform:capitalize}.task-chip-blue{background:#1e95ea}.task-chip-teal{background:#009d9a}.task-card-meta{overflow:hidden;color:#444;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.task-message{padding:24px;color:#666;background:#fff;border:1px solid #d8d8d8;text-align:center}.task-error-message{display:inline-grid;justify-items:center;gap:12px;color:#c62828;border-color:#ffcdd2;background:#fff5f5}.task-error-message button{min-height:30px;padding:0 12px;color:#fff;background:#1e95ea;border:0;border-radius:2px;font-size:11px;font-weight:700;text-transform:uppercase}.task-created-banner{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 14px;color:#1f4f10;background:#edf8e7;border:1px solid #76b837;box-shadow:0 1px 2px #00000024;font-size:13px}.task-created-banner strong{color:#1976d2}.task-created-banner button{min-height:28px;padding:0 10px;color:#1f4f10;background:#fff;border:1px solid #b6d7a2;border-radius:2px;font-size:11px;font-weight:700}.task-card-new{border-color:#1976d2;box-shadow:0 0 0 2px #1976d22e,0 2px 8px #0000003d}@media (max-width: 1500px){.task-grid{grid-template-columns:repeat(4,minmax(210px,1fr))}}@media (max-width: 1180px){.task-filter-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.task-grid{grid-template-columns:repeat(3,minmax(210px,1fr))}}@media (max-width: 820px){.task-page{padding:0 12px 24px}.task-page-header,.task-actions{align-items:stretch}.task-page-header{display:grid}.task-grid,.task-filter-bar{grid-template-columns:1fr}}:root{--color-bg: #f5f7fb;--color-surface: #ffffff;--color-surface-muted: #f8fafc;--color-border: #d9e0ea;--color-border-strong: #c7d0dd;--color-text: #17212f;--color-muted: #697586;--color-primary: #1f73d1;--color-primary-dark: #155cab;--color-primary-soft: #eaf3ff;--color-danger: #d83b3b;--color-danger-soft: #fff0f0;--color-success: #12805c;--color-success-soft: #e9f8f1;--color-warning: #a15c00;--color-warning-soft: #fff6e5;--shadow-sm: 0 1px 2px rgba(16, 24, 40, .06);--shadow-md: 0 10px 24px rgba(16, 24, 40, .08);--radius-sm: 4px;--radius-md: 8px;--sidebar-width: 248px}*{box-sizing:border-box}html,body,#root{height:100%}html{background:var(--color-bg)}body{margin:0;overflow:hidden;color:var(--color-text);background:var(--color-bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.45}button,input,select,textarea{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin:0}h1{font-size:24px;font-weight:700;letter-spacing:0}a{color:inherit}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.page-header-copy{min-width:0;display:grid;gap:4px}.page-header-meta{min-height:18px;color:var(--color-muted);font-size:12px;font-weight:700;text-transform:uppercase}.page-header p{color:var(--color-muted)}.page-header-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.toolbar{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;padding:12px;margin-bottom:16px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.toolbar input,.toolbar select{flex:0 0 auto;width:132px;min-width:132px}.toolbar input:first-child{width:220px;min-width:220px}.toolbar .primary-button,.toolbar .secondary-button,.toolbar .ghost-button,.toolbar .icon-text-button{flex:0 0 auto}.field,label{display:grid;gap:6px;color:#344054;font-size:13px;font-weight:650}input,select,textarea{width:100%;min-height:38px;padding:8px 10px;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);outline:none}textarea{resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #1f73d11f}.primary-button,.secondary-button,.ghost-button,.icon-text-button{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 12px;border-radius:var(--radius-sm);border:1px solid transparent;font-weight:700;text-decoration:none;white-space:nowrap}.primary-button{color:#fff;background:var(--color-primary);border-color:var(--color-primary)}.primary-button:hover{background:var(--color-primary-dark)}.secondary-button{color:var(--color-text);background:var(--color-surface);border-color:var(--color-border-strong)}.secondary-button:hover{background:var(--color-surface-muted)}.ghost-button,.icon-text-button{color:#344054;background:transparent;border-color:var(--color-border)}.ghost-button:hover,.icon-text-button:hover{background:var(--color-surface-muted)}button:disabled{cursor:not-allowed;opacity:.62}.panel{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.table-wrap{overflow:auto;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.data-table{width:100%;border-collapse:collapse;min-width:880px}.data-table th{height:42px;padding:0 12px;color:var(--color-muted);background:var(--color-surface-muted);border-bottom:1px solid var(--color-border);font-size:12px;font-weight:800;text-align:left;text-transform:uppercase}.data-table td{padding:10px 12px;border-bottom:1px solid #edf1f6;vertical-align:middle}.data-table tbody tr:hover{background:#fbfdff}.data-table tbody tr:last-child td{border-bottom:0}.row-actions{display:inline-flex;align-items:center;gap:6px}.row-actions button,.row-actions a{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;color:#475467;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-sm);text-decoration:none}.row-actions button:hover,.row-actions a:hover{color:var(--color-primary);border-color:#a8c9ef;background:var(--color-primary-soft)}.status-badge,.status-pill{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 8px;border-radius:999px;color:#475467;background:#eef2f6;font-size:12px;font-weight:800;text-transform:capitalize;white-space:nowrap}.status-ready,.status-active,.status-uploaded{color:var(--color-success);background:var(--color-success-soft)}.status-draft,.status-warning,.status-processing{color:var(--color-warning);background:var(--color-warning-soft)}.status-rejected,.status-removed,.status-suspended,.status-terminated,.status-archived{color:var(--color-danger);background:var(--color-danger-soft)}.empty-state{display:grid;place-items:center;gap:4px;min-height:180px;padding:24px;color:var(--color-muted);text-align:center}.empty-state-title{color:var(--color-text);font-weight:800}.empty-state-description{max-width:420px}.form-page{display:grid;gap:16px;max-width:1120px}.form-card{padding:18px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.form-section{display:grid;gap:14px;padding:0 0 18px;margin-bottom:18px;border-bottom:1px solid var(--color-border)}.form-section:last-of-type{padding-bottom:0;margin-bottom:0;border-bottom:0}.form-section h2{font-size:15px;font-weight:800}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.form-wide{grid-column:1 / -1}.form-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:16px}.error-message{padding:10px 12px;color:var(--color-danger);background:var(--color-danger-soft);border:1px solid #ffd2d2;border-radius:var(--radius-sm);font-weight:700}@media (max-width: 820px){h1{font-size:21px}.page-header{display:grid}.page-header-actions,.toolbar{align-items:stretch}.toolbar{padding-bottom:14px}.toolbar input:first-child{width:190px;min-width:190px}.form-grid{grid-template-columns:1fr}}
