@charset "UTF-8";
:root{--bg:#f6f7f8;--surface:#fff;--text:#202b29;--muted:#74807c;--line:#e4e9e6;--green:#168455;--green-dark:#106d45;--green-pale:#edf7f0;--red:#b84242;--red-pale:#fff1f0;--amber:#9a6a1c;--amber-pale:#fff8e9;--shadow:0 12px 45px #17372614;font-family:Inter,"Microsoft YaHei UI","Microsoft YaHei",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:var(--bg);font-synthesis:none;font-size:13px;line-height:1.55}
*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.48}a{color:var(--green);text-decoration:none}a:hover{text-decoration:underline}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #69b890;outline-offset:3px}input,textarea,select{color:var(--text);background:#fff;border:1px solid #dce3df;border-radius:6px;min-height:36px;padding:7px 10px}input::placeholder,textarea::placeholder{color:#929d97}textarea{resize:vertical;line-height:1.8;min-height:90px}select{padding-right:28px}input[type=checkbox]{width:15px;height:15px;min-height:15px;margin:0;accent-color:var(--green);cursor:pointer}h1,h2,h3,p{margin:0}h1{font-size:25px;letter-spacing:-.6px;font-weight:650;line-height:1.35}h2{font-size:18px;font-weight:650;letter-spacing:-.3px}h3{font-size:14px;font-weight:600}[hidden]{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:-60px;left:16px;background:var(--green);color:#fff;padding:10px 18px;z-index:100}.skip-link:focus{top:10px}.muted{color:var(--muted)}.eyebrow{font-size:10px;font-weight:650;letter-spacing:1.6px;color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap;min-height:35px;padding:7px 13px;border:1px solid #dce3df;border-radius:6px;background:#fff;color:#43514b;font-size:12px;font-weight:550;transition:background .12s,border-color .12s}.button:hover:not(:disabled){background:#f5f8f6;border-color:#b7c9bf}.button.primary{background:var(--green);border-color:var(--green);color:#fff}.button.primary:hover:not(:disabled){background:var(--green-dark);border-color:var(--green-dark)}.button.small{min-height:29px;padding:4px 9px;font-size:11px}.button.danger{color:var(--red)}.text-button,.icon-button{display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:#61706a;border-radius:5px;min-height:32px;padding:5px 8px;font-size:12px}.text-button:hover,.icon-button:hover{background:#f0f5f2;color:var(--green)}.text-button.danger:hover{color:var(--red);background:var(--red-pale)}.icon-button{font-size:20px;min-width:32px;line-height:1}.app-header{height:70px;border-bottom:1px solid var(--line);background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 36px;gap:16px}.brand{display:flex;align-items:center;gap:10px;color:var(--text);font-size:19px;font-weight:750;letter-spacing:-.6px;white-space:nowrap}.brand:hover{text-decoration:none}.brand-light{font-weight:550;margin-left:3px}.web-label{font-size:10px;letter-spacing:0;color:#79897f;background:#f4f6f4;border:1px solid #e5ebe7;padding:2px 6px;border-radius:4px;margin-left:2px;font-weight:500}.header-right{display:flex;gap:16px;align-items:center;font-size:12px}.header-right form{border-left:1px solid var(--line);padding-left:10px}.account-name{max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#56635d}.workspace{max-width:1680px;margin:auto;padding:28px 36px 0}.workspace-heading{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-bottom:25px}.workspace-heading .eyebrow{margin-bottom:6px}.workspace-heading p{color:var(--muted);font-size:12px;margin-top:7px}.runtime{display:flex;align-items:flex-end;flex-direction:column;gap:8px}.runtime-detail{font-size:11px;color:var(--muted)}.status-pill{display:inline-flex;align-items:center;gap:5px;white-space:nowrap;font-size:10px;font-weight:550;padding:3px 7px;border-radius:4px;color:#738078;background:#f1f4f2}.status-pill.good{background:var(--green-pale);color:var(--green)}.status-pill.error{background:var(--red-pale);color:var(--red)}.status-pill.warning{background:var(--amber-pale);color:var(--amber)}.status-dot{width:5px;height:5px;border-radius:100%;background:currentColor}.runtime .status-pill{border:1px solid #e0e9e3;background:#fff;padding:5px 9px;font-size:11px}.tabs{display:flex;gap:25px;align-items:stretch;border-bottom:1px solid #dfe6e1;overflow-x:auto;scrollbar-width:thin;margin-bottom:26px}.tab{border:0;background:none;color:#718078;display:flex;align-items:center;gap:7px;padding:0 0 13px;white-space:nowrap;border-bottom:2px solid transparent;margin-bottom:-1px;font-size:13px;font-weight:550;min-height:39px}.tab:hover{color:var(--green)}.tab.active{color:var(--green);border-bottom-color:var(--green)}.tab-count{font-size:10px;line-height:1.4;padding:1px 6px;border-radius:4px;background:#e9edea;color:#7c8981;font-weight:600}.tab.active .tab-count{background:#dfeee4;color:var(--green)}main:focus{outline:none}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.panel-heading p{color:var(--muted);font-size:12px;margin-top:4px}.actions{display:flex;gap:8px;align-items:center;flex-shrink:0}.table-panel{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden;box-shadow:0 2px 3px #2a492802}.filter-bar{min-height:60px;display:flex;align-items:center;gap:10px;padding:12px 15px;border-bottom:1px solid var(--line)}.search-field{position:relative;min-width:230px;width:300px}.search-field>span{position:absolute;left:10px;top:0;font-size:24px;color:#8c9990;pointer-events:none;height:36px;line-height:33px}.search-field input{width:100%;padding-left:33px;font-size:12px}.filter-bar select{font-size:12px}.filter-spacer{flex:1}.table-scroll{overflow-x:auto;overscroll-behavior-x:contain}table{border-collapse:collapse;text-align:left;width:100%;white-space:nowrap;font-size:12px}th{font-size:11px;font-weight:550;color:#78877e;background:#fafcfb;padding:11px 13px;border-bottom:1px solid var(--line)}td{padding:13px;border-bottom:1px solid #edf0ee;height:64px}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#fcfefd}.numeric{text-align:right;font-variant-numeric:tabular-nums}.check-cell{width:35px;padding-right:4px;padding-left:16px}.product-heading{min-width:235px}.action-heading{min-width:98px}.sort-button{border:0;background:transparent;padding:0;color:inherit;font-size:inherit;font-weight:inherit;white-space:nowrap}.sort-button span{margin-left:3px;color:#a1ada6;font-size:10px}th[aria-sort=descending],th[aria-sort=ascending]{color:var(--green)}.product-cell{display:flex;align-items:center;gap:10px;max-width:330px;min-width:200px}.product-cover{width:38px;height:42px;border-radius:5px;border:1px solid #e7ece8;object-fit:cover;flex-shrink:0;background:#f4f7f4}.cover-placeholder{width:38px;height:42px;flex-shrink:0;border:1px solid #e7ece8;border-radius:5px;display:flex;align-items:center;justify-content:center;background:#f4f7f4;color:#a4b2a8;font-size:17px}.product-info{min-width:0}.product-name{display:block;color:#2e3d34;max-width:270px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:550;border:0;padding:0;background:none;text-align:left}.product-name:hover{color:var(--green);text-decoration:underline}.product-id{display:block;font-size:10px;line-height:1.4;color:#9aa59d;margin-top:5px;font-variant-numeric:tabular-nums}.shop-name{max-width:150px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#59695f}.number-pending{font-size:10px;color:#9aa59d}.sales-number{font-weight:650;color:var(--green)}.partial-mark{color:#aa853f;font-weight:650;margin-left:2px}.time-cell{font-size:10px;color:#89988e;line-height:1.6;font-variant-numeric:tabular-nums}.row-actions{display:flex;gap:2px;align-items:center}.row-actions .text-button{font-size:10px;padding:5px;min-height:28px}.table-footer{display:flex;justify-content:space-between;align-items:center;gap:15px;border-top:1px solid var(--line);min-height:42px;padding:10px 16px;font-size:10px;color:#8a978e;background:#fff}.page-note{font-size:11px;color:#8a978e;margin-top:13px;line-height:1.8}.table-state{text-align:center;min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 16px;white-space:normal}.table-state .empty-icon{width:48px;height:48px;border:1px solid #dfe9e2;background:#f7faf7;display:grid;place-items:center;border-radius:13px;font-size:23px;color:#67947a;margin-bottom:15px}.table-state h3{font-size:14px;margin-bottom:7px;font-weight:600}.table-state p{font-size:12px;color:#8a978e;max-width:440px;line-height:1.8}.table-state .button{margin-top:17px}.loading-ring{width:22px;height:22px;border:2px solid #e5eee8;border-top-color:var(--green);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:14px}@keyframes spin{to{transform:rotate(360deg)}}.bulk-bar{display:flex;gap:10px;align-items:center;padding:6px 15px;background:var(--green-pale);font-size:11px;color:var(--green);border-bottom:1px solid #dfebe3}.bulk-bar .text-button{color:var(--green)}.info-strip{display:flex;align-items:flex-start;gap:10px;padding:11px 14px;background:#f0f6f2;border:1px solid #e1ebe4;border-radius:6px;margin-bottom:18px;font-size:11px;color:#657a6d;line-height:1.8}.info-strip.warning{background:#fbf8f0;border-color:#eee7d7;color:#8f7c55}.info-symbol{width:15px;height:15px;line-height:13px;border:1px solid currentColor;border-radius:100%;text-align:center;flex-shrink:0;font-family:Georgia,serif;font-weight:bold;margin-top:2px}.shop-primary{max-width:340px;overflow:hidden;text-overflow:ellipsis;display:block;font-weight:550}.shop-url{font-size:10px;color:#91a097;max-width:340px;overflow:hidden;text-overflow:ellipsis;display:block;margin-top:5px}.hot-table,.shop-table{min-width:850px}.hot-table .table-state,.shop-table .table-state{min-height:270px}.growth-value{color:var(--green);font-weight:600}.section-label{display:flex;align-items:center;justify-content:space-between;margin:0 0 12px}.section-label .muted{font-size:11px}.logs-label{margin-top:28px}.section-label select{min-height:30px;font-size:11px}.logs-table{min-width:700px}.logs-table td{height:auto;vertical-align:top}.log-message{white-space:normal;min-width:300px;max-width:750px;overflow-wrap:anywhere;color:#53645a;line-height:1.8}.log-details{margin-top:4px;font-size:11px}.log-details summary{cursor:pointer;color:#8b9a90}.log-details pre{white-space:pre-wrap;overflow-wrap:anywhere;max-width:750px;font:11px/1.7 ui-monospace,monospace;color:#76867b;background:#f7f9f7;padding:10px;border-radius:4px}.settings-form{max-width:850px}.settings-section{border:1px solid var(--line);background:#fff;border-radius:8px;margin:0 0 20px;padding:5px 22px 8px;min-width:0}.settings-section legend{float:left;width:100%;font-size:14px;font-weight:650;padding:17px 0 15px;border-bottom:1px solid var(--line);margin-bottom:4px}.settings-section legend+.settings-row,.settings-section legend+.settings-description{clear:both}.settings-row{display:flex;align-items:center;justify-content:space-between;gap:25px;min-height:82px;padding:15px 0;border-bottom:1px solid #eef1ef}.settings-row:last-child{border:0}.settings-row label{font-size:12px;font-weight:550}.settings-row p,.settings-description{font-size:11px;line-height:1.8;color:#85948a;margin-top:4px}.settings-row select{font-size:12px;min-width:145px}.settings-description{padding-top:9px;max-width:650px}.number-range{display:flex;gap:8px;align-items:center;font-size:11px;color:#85948a;flex-shrink:0}.number-range input{width:67px;font-variant-numeric:tabular-nums}.input-unit{position:relative;display:flex;align-items:center;gap:10px;color:#85948a;font-size:12px}.input-unit input{width:113px;font-variant-numeric:tabular-nums}.input-unit span{width:14px}.switch{position:relative;display:block;width:35px;height:21px;flex-shrink:0}.switch input{position:absolute;opacity:0;width:35px;height:21px}.switch>span:first-of-type{display:block;width:35px;height:21px;border-radius:12px;background:#d9e1dc;pointer-events:none;transition:background .15s}.switch>span:first-of-type:after{content:"";position:absolute;width:15px;height:15px;left:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #173c2720;transition:transform .15s}.switch input:checked+span{background:var(--green)}.switch input:checked+span:after{transform:translateX(14px)}.switch input:focus-visible+span{outline:3px solid #69b890;outline-offset:3px}.settings-save{display:flex;justify-content:space-between;align-items:center;gap:16px}.settings-save p{font-size:12px;color:var(--green)}.settings-save p.error{color:var(--red)}.settings-boundary{max-width:850px;margin-top:26px;border-top:1px solid var(--line);padding-top:18px}.settings-boundary h3{font-size:12px;color:#6a7d70}.settings-boundary p{font-size:11px;color:#8a978e;line-height:1.9;margin-top:6px}.app-footer{display:flex;gap:18px;font-size:10px;color:#9ba79f;border-top:1px solid #e7ece8;padding:18px 0;margin-top:34px}.app-footer>span:first-child{color:#76877b;font-weight:550}.app-footer>span:last-child{margin-left:auto}.connection-error{background:var(--red-pale);border:1px solid #efd1cf;color:var(--red);display:flex;align-items:center;justify-content:space-between;gap:15px;padding:8px 13px;margin-bottom:18px;border-radius:6px;font-size:12px}.connection-error .text-button{color:var(--red);flex-shrink:0}.app-dialog{border:1px solid #dae5de;border-radius:11px;box-shadow:var(--shadow);padding:25px;width:530px;max-width:calc(100vw - 32px);max-height:calc(100dvh - 40px);color:var(--text);overflow:auto}.app-dialog::backdrop{background:#1834275c;backdrop-filter:blur(2px)}.dialog-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:23px}.dialog-heading h2{margin-top:5px}.dialog-heading .icon-button{margin-top:-7px;margin-right:-7px}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.field label{font-size:12px;font-weight:550}.field label .muted{font-size:11px;font-weight:400;margin-left:5px}.field-hint{font-size:11px;color:#88988d;line-height:1.8}.dialog-footer{display:flex;justify-content:flex-end;gap:8px;margin-top:23px;padding-top:17px;border-top:1px solid var(--line)}.form-message{font-size:12px;line-height:1.8;padding:10px 12px;border-radius:5px;background:var(--green-pale);color:var(--green);overflow-wrap:anywhere}.form-message.error{color:var(--red);background:var(--red-pale)}.import-results{border:1px solid var(--line);border-radius:5px;max-height:220px;overflow:auto;background:#fafcfb}.import-result{display:flex;gap:10px;align-items:flex-start;padding:9px 11px;border-bottom:1px solid var(--line);font-size:11px;overflow-wrap:anywhere}.import-result:last-child{border-bottom:0}.import-result>div{min-width:0}.import-result p{white-space:pre-wrap;color:#718379;margin-top:3px}.import-result .result-input{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:330px;color:#819188}.detail-dialog{width:850px}.detail-product{display:flex;gap:15px;align-items:center;padding-bottom:18px;border-bottom:1px solid var(--line);margin-bottom:16px}.detail-product .product-cover,.detail-product .cover-placeholder{width:65px;height:72px}.detail-product h3{font-size:15px;white-space:normal;line-height:1.7}.detail-product p{color:var(--muted);margin-top:6px;font-size:11px;overflow-wrap:anywhere}.detail-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:20px 0}.detail-stat{border-right:1px solid var(--line)}.detail-stat:last-child{border:0}.detail-stat span{display:block;font-size:10px;color:#829389}.detail-stat strong{font-size:20px;font-weight:600;display:block;margin-top:5px;font-variant-numeric:tabular-nums}.history-heading{display:flex;align-items:center;justify-content:space-between;margin:24px 0 12px}.history-heading select{font-size:11px;min-height:31px}.history-table{font-size:11px;min-width:450px}.history-table td{height:auto;padding:9px 13px}.history-table-scroll{max-height:340px}.detail-caption{font-size:11px;line-height:1.8;color:#87978d;margin-top:12px}.toast-region{position:fixed;right:24px;bottom:24px;display:flex;flex-direction:column;gap:8px;z-index:200;max-width:min(420px,calc(100vw - 32px));pointer-events:none}.toast{display:flex;gap:10px;align-items:flex-start;border:1px solid #d3e4d8;background:#fff;box-shadow:var(--shadow);border-radius:7px;padding:12px 15px;font-size:12px;line-height:1.8;color:#3c6a4e;pointer-events:auto;overflow-wrap:anywhere}.toast.error{border-color:#f0d8d5;color:var(--red)}.toast button{border:0;background:transparent;color:inherit;font-size:15px;line-height:1.5;margin-left:auto;padding:0 0 0 7px}.noscript-message{position:fixed;bottom:0;left:0;right:0;background:#fff4d6;padding:15px;text-align:center;z-index:500}.login-page{min-height:100dvh;display:grid;place-items:center;background:radial-gradient(ellipse at 50% 36%,#eff5ef 0,transparent 57%),#f5f7f5}.login-shell{width:430px;max-width:calc(100vw - 38px);padding:45px 0}.login-brand{display:flex;align-items:center;justify-content:center;gap:12px;font-size:23px;font-weight:650;letter-spacing:-.6px;margin-bottom:33px}.login-card{background:#fff;border:1px solid #dfe7e1;box-shadow:0 8px 35px #254c3010;padding:36px 36px 27px;border-radius:12px}.login-card .eyebrow{letter-spacing:1.2px;font-size:11px;color:#6b8774}.login-card h1{font-size:24px;margin-top:8px}.login-intro{font-size:12px;color:#87968b;margin-top:10px;margin-bottom:29px}.login-card .field{margin-bottom:21px}.login-card .field input{min-height:43px;font-size:13px}.login-submit{width:100%;min-height:43px;font-size:13px;justify-content:space-between;margin-top:3px}.login-submit span{font-size:17px;font-weight:400}.login-help{font-size:11px;color:#98a399;line-height:1.8;text-align:center;margin-top:22px}.login-footnote{font-size:11px;text-align:center;color:#99a59b;line-height:1.9;margin-top:25px}.login-card .form-message{margin-bottom:20px}
@media(min-width:1400px){.product-cell{max-width:390px}.product-name{max-width:320px}td,th{padding-left:16px;padding-right:16px}.product-table .row-actions .text-button{padding-left:6px;padding-right:6px}}
@media(max-width:1100px){.app-header{padding:0 24px}.workspace{padding:25px 24px 0}.panel-heading{align-items:flex-start}.panel-heading p{max-width:340px}.actions{gap:6px}.actions .button{padding:7px 10px}.table-scroll table{min-width:1050px}.table-scroll .hot-table{min-width:850px}.table-scroll .shop-table{min-width:780px}.table-scroll .logs-table{min-width:700px}.table-scroll .history-table{min-width:450px}}
@media(max-width:760px){.app-header{height:60px;padding:0 18px}.brand{font-size:17px;gap:8px}.brand img{width:31px;height:31px}.web-label{display:none}.header-right{gap:6px}.account-name{max-width:85px;font-size:11px}.header-right form{padding-left:5px}.workspace{padding:24px 18px 0}.workspace-heading{margin-bottom:22px;gap:16px}.workspace-heading .eyebrow{font-size:9px;letter-spacing:1.1px}h1{font-size:22px}.workspace-heading p{font-size:11px;max-width:220px;line-height:1.8}.runtime{max-width:160px;gap:5px}.runtime-detail{font-size:10px;text-align:right;line-height:1.7}.runtime .status-pill{font-size:10px}.tabs{gap:22px;margin-bottom:23px}.tab{font-size:12px;gap:5px}.tab-count{font-size:9px}.panel-heading{display:block;margin-bottom:16px}h2{font-size:17px}.panel-heading p{font-size:11px;max-width:none}.panel-heading>.button,.panel-heading .actions{margin-top:16px}.actions{gap:7px}.actions .button{flex:1;min-height:37px;font-size:11px;padding:7px 9px}.filter-bar{flex-wrap:wrap;gap:8px;padding:12px}.search-field{width:100%;min-width:0;flex-basis:100%}.filter-bar select{font-size:11px;min-height:32px;max-width:210px}.filter-bar>.text-button{font-size:11px}.filter-bar>.icon-button{font-size:19px}.table-footer{padding:10px 12px;font-size:9px;gap:10px;align-items:flex-start}.page-note{font-size:10px}.info-strip{font-size:10px;padding:10px 12px}.table-state{min-height:240px}.table-state h3{font-size:13px}.table-state p{font-size:11px;max-width:300px}.table-scroll:has(.table-state) table{min-width:100%}.table-scroll:has(.table-state) thead{display:none}.app-footer{flex-wrap:wrap;gap:5px 12px;margin-top:27px;font-size:9px;padding:15px 0}.app-footer>span:last-child{flex-basis:100%;margin:3px 0 0}.settings-section{padding:2px 16px 5px}.settings-section legend{font-size:13px}.settings-row{gap:15px;min-height:85px}.settings-row>div:first-child{max-width:58%}.settings-row p{font-size:10px}.settings-row label{font-size:11px}.settings-row select{min-width:110px;max-width:140px;font-size:11px;padding-left:7px}.number-range{gap:5px;font-size:10px}.number-range input{width:47px;padding:7px 5px;font-size:11px}.settings-description{font-size:10px}.input-unit input{width:90px}.settings-save .button{font-size:12px}.settings-save p{font-size:11px}.settings-boundary p{font-size:10px}.app-dialog{padding:21px;max-width:calc(100vw - 24px);max-height:calc(100dvh - 24px)}.detail-stats{grid-template-columns:repeat(2,1fr);gap:15px}.detail-stat:nth-child(2){border:0}.detail-stat strong{font-size:19px}.detail-product{align-items:flex-start}.detail-product h3{font-size:13px}.detail-product .product-cover,.detail-product .cover-placeholder{width:50px;height:57px}.toast-region{right:16px;bottom:16px}.bulk-bar{flex-wrap:wrap;gap:5px;font-size:10px}.bulk-bar .text-button{font-size:10px}.login-card{padding:30px 25px 24px}.login-brand{font-size:22px;margin-bottom:27px}.login-card h1{font-size:23px}.login-footnote{font-size:10px}.connection-error{font-size:11px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

/* Refined intelligence-workspace theme */
body:not(.login-page){min-height:100dvh;background:radial-gradient(circle at 88% 5%,#e0efe5 0,transparent 25rem),linear-gradient(180deg,#f3f7f4 0,#f7f8f8 25rem);background-attachment:fixed}
.app-header{height:72px;color:#fff;border:0;background:linear-gradient(118deg,#082f25 0,#0c4d38 55%,#126a49 100%);box-shadow:0 10px 34px #052b201f;position:relative;z-index:5}
.app-header:after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 77% -60%,#a9ffcc24 0,transparent 35%)}
.app-header .brand{color:#fff;position:relative;z-index:1}.app-header .brand:hover{text-decoration:none}.app-header .brand img{filter:drop-shadow(0 5px 10px #001d1470)}
.app-header .web-label{color:#d7f5e5;border-color:#ffffff26;background:#ffffff12}.app-header .account-name{color:#d9eee4;position:relative;z-index:1}.app-header .header-right{position:relative;z-index:1}.app-header .header-right form{border-color:#ffffff22}.app-header .text-button{color:#eefaf4}.app-header .text-button:hover{color:#fff;background:#ffffff16}
.workspace{padding-top:30px}.hero-card{position:relative;overflow:hidden;padding:27px 30px;margin-bottom:22px;border:1px solid #dce9e1;border-radius:18px;background:linear-gradient(115deg,#fff 0,#fbfefc 59%,#edf8f1 100%);box-shadow:0 18px 50px #163b2710}
.hero-card:after{content:"";position:absolute;width:240px;height:240px;right:-90px;top:-120px;border:1px solid #2e9a6321;border-radius:50%;box-shadow:0 0 0 35px #57a9770a,0 0 0 70px #57a97708;pointer-events:none}
.hero-copy{position:relative;z-index:1}.hero-copy h1{font-size:29px;color:#173c2e;letter-spacing:-1px}.hero-copy p{font-size:13px;max-width:580px;color:#6b7f74}.hero-side{display:flex;align-items:flex-end;gap:28px;position:relative;z-index:1}.hero-metrics{display:flex;gap:8px}.hero-metrics>div{min-width:88px;padding:10px 12px;border:1px solid #dce9e1;border-radius:11px;background:#ffffffc7;box-shadow:0 7px 20px #143c2608}.hero-metrics span{display:block;font-size:10px;color:#778a7e;white-space:nowrap}.hero-metrics strong{display:block;font-size:19px;line-height:1.25;margin-top:3px;color:#176344;font-variant-numeric:tabular-nums}
.tabs{gap:6px;padding:7px;margin-bottom:24px;border:1px solid #e0e8e3;border-radius:13px;background:#ffffffc7;box-shadow:0 8px 25px #193d2810;backdrop-filter:blur(12px)}.tab{padding:9px 15px;margin:0;border:0;border-radius:8px;min-height:38px}.tab:hover{background:#eff7f2}.tab.active{color:#fff;border:0;background:linear-gradient(135deg,#177c53,#126442);box-shadow:0 6px 16px #146b4730}.tab.active .tab-count{background:#ffffff24;color:#fff}
.table-panel,.settings-section{border-color:#dde7e1;border-radius:14px;box-shadow:0 12px 35px #183c2810}.filter-bar{background:linear-gradient(180deg,#fff,#fcfefd)}th{background:#f7faf8;color:#657a6e}.button{border-radius:9px}.button.primary{background:linear-gradient(135deg,#18865a,#106d45);box-shadow:0 6px 15px #16784f22}.status-pill{border-radius:999px;padding-left:9px;padding-right:9px}.product-cover,.cover-placeholder{border-radius:9px}.info-strip{border-radius:10px}.settings-section legend{color:#244638}.history-chart{height:190px;margin:10px 0 18px;border:1px solid #dfeae3;border-radius:12px;background:linear-gradient(180deg,#f7fcf8,#fff);overflow:hidden}.history-chart svg{display:block;width:100%;height:100%}.chart-line{fill:none;stroke:#168455;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.chart-area{fill:#58b77c20}.chart-empty{height:100%;display:grid;place-items:center;text-align:center;padding:20px;color:#8a998f;font-size:11px}
.login-page{position:relative;overflow:hidden;background:linear-gradient(135deg,#062b22 0,#0b513a 47%,#13805a 100%)}.login-page:before,.login-page:after{content:"";position:fixed;border-radius:50%;pointer-events:none}.login-page:before{width:560px;height:560px;left:-190px;top:-270px;border:1px solid #a6ffd23b;box-shadow:0 0 0 55px #a6ffd20d,0 0 0 110px #a6ffd209}.login-page:after{width:330px;height:330px;right:-90px;bottom:-170px;background:radial-gradient(circle,#a8f2c21d 0,transparent 67%)}.login-shell{position:relative;z-index:1}.login-brand{color:#fff;text-shadow:0 5px 20px #001c14}.login-card{border-color:#ffffff75;background:#fffffff2;box-shadow:0 35px 90px #001e1766;backdrop-filter:blur(18px);border-radius:20px}.login-card h1{color:#153c2e}.login-footnote{color:#d6eee3}
@media(max-width:900px){.hero-card{align-items:flex-start}.hero-side{flex-direction:column;align-items:flex-end;gap:13px}.hero-metrics>div{min-width:75px}.hero-metrics{gap:5px}}
@media(max-width:760px){.app-header{height:62px}.hero-card{padding:21px 18px;display:block}.hero-copy h1{font-size:24px}.hero-copy p{max-width:360px}.hero-side{margin-top:18px;align-items:stretch}.hero-side .runtime{align-items:flex-start}.hero-metrics{width:100%}.hero-metrics>div{flex:1;min-width:0}.hero-metrics strong{font-size:17px}.tabs{margin-left:-4px;margin-right:-4px;padding:5px;gap:3px}.tab{padding:8px 11px}.table-panel,.settings-section{border-radius:12px}.login-card{border-radius:17px}}

/* Readability and touch-target pass */
.product-id,.number-pending,.time-cell,.shop-url,.table-footer,.app-footer{color:#65756c}
.field-hint,.page-note,.settings-row p,.settings-description,.settings-boundary p,.detail-caption{color:#66786d}
.product-id,.number-pending,.time-cell,.shop-url{font-size:11px}
.status-pill{font-size:11px}
@media(max-width:760px){
  .workspace-heading .eyebrow,.tab-count{font-size:10px}
  .workspace-heading p,.panel-heading p,.field-hint,.page-note,.info-strip,.table-footer,.settings-row p,.settings-description,.settings-boundary p,.app-footer,.login-footnote{font-size:12px}
  input[type=checkbox]{width:20px;height:20px;min-height:20px}
  .row-actions .text-button,.bulk-bar .text-button{min-height:44px;min-width:44px;padding:8px;font-size:12px}
  .actions .button,.filter-bar>.text-button,.filter-bar>.icon-button,.dialog-footer .button{min-height:44px}
  .tabs .tab{min-height:44px}
}
