:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f4f6f8;--surface:#fff;--surface-2:#f9fafb;--surface-3:#eef2f5;--text:#152019;--muted:#66716a;--border:#e2e7e3;--sidebar:#10231b;--sidebar-text:#d9e6df;--accent:#377e55;--accent-soft:#e7f3eb;--shadow:0 12px 34px #15201912}html.dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0e1210;--surface:#151a17;--surface-2:#1a201c;--surface-3:#222a25;--text:#f1f5f2;--muted:#9ba8a0;--border:#28312b;--sidebar:#0a0f0c;--sidebar-text:#d7e0da;--accent:#72b78c;--accent-soft:#1c3526;--shadow:0 12px 34px #00000038}*{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button{font:inherit}.app-shell{grid-template-columns:248px 1fr;min-height:100vh;display:grid}.sidebar{height:100vh;color:var(--sidebar-text);background:var(--sidebar);flex-direction:column;padding:24px 18px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;padding:0 8px 28px;display:flex}.brand-mark{color:#10231b;background:#95d6aa;border-radius:12px;place-items:center;width:38px;height:38px;display:grid}.brand strong,.brand span{display:block}.brand strong{color:#fff;letter-spacing:-.03em;font-size:19px}.brand span{color:#8fac9c;margin-top:1px;font-size:12px}.nav-list{gap:5px;display:grid}.nav-item{color:#a9bbb0;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:11px;width:100%;padding:11px 12px;display:flex}.nav-item:hover,.nav-item.active{color:#fff;background:#ffffff17}.nav-item.active{box-shadow:inset 3px 0 #82c99a}.nav-badge{color:#0d2117;background:#8fd0a4;border-radius:999px;margin-left:auto;padding:3px 6px;font-size:10px}.sidebar-footer{gap:5px;margin-top:auto;display:grid}.user-card{border-top:1px solid #ffffff1a;align-items:center;gap:10px;margin-top:14px;padding:13px 12px;display:flex}.avatar{color:#173223;background:#a9d8b7;border-radius:50%;place-items:center;width:34px;height:34px;font-size:12px;font-weight:700;display:grid}.user-card strong,.user-card span{display:block}.user-card strong{color:#fff;font-size:13px}.user-card span{color:#8fac9c;font-size:11px}.status-dot{background:#68d391;border-radius:50%;width:8px;height:8px;margin-left:auto}.workspace{min-width:0}.topbar{border-bottom:1px solid var(--border);background:color-mix(in srgb, var(--surface) 88%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);justify-content:flex-end;align-items:center;height:66px;padding:0 34px;display:flex}.topbar-actions{align-items:center;gap:18px;display:flex}.sync-status{color:var(--muted);align-items:center;gap:7px;font-size:12px;display:flex}.sync-status>span{background:#49a76d;border-radius:50%;width:7px;height:7px}.theme-switch{border:1px solid var(--border);background:var(--surface-2);border-radius:10px;gap:3px;padding:3px;display:flex}.theme-switch button{width:30px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;display:grid}.theme-switch button.active{color:var(--text);background:var(--surface);box-shadow:0 1px 5px #00000014}.mobile-brand{font-weight:700;display:none}.main-content{max-width:1400px;margin:0 auto;padding:38px 38px 56px}.hero-row{justify-content:space-between;align-items:flex-end;gap:26px;margin-bottom:26px;display:flex}.eyebrow,.section-kicker{color:var(--accent);text-transform:uppercase;letter-spacing:.12em;margin:0 0 7px;font-size:11px;font-weight:700}h1{letter-spacing:-.045em;margin:0;font-size:clamp(32px,4vw,48px);line-height:1.02}h2{letter-spacing:-.025em;margin:0;font-size:20px}.hero-copy{color:var(--muted);margin:12px 0 0;font-size:15px}.primary-button,.secondary-button,.explain-button{cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;font-weight:700;display:inline-flex}.primary-button{color:#fff;background:var(--accent);padding:12px 16px}.secondary-button{color:var(--text);background:var(--surface-3);margin-top:18px;padding:10px 13px}.briefing-card{border:1px solid color-mix(in srgb, var(--accent) 20%, var(--border));background:linear-gradient(135deg, var(--accent-soft), var(--surface));box-shadow:var(--shadow);border-radius:18px;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:22px;display:grid}.briefing-icon{width:46px;height:46px;color:var(--accent);background:var(--surface);border-radius:14px;place-items:center;display:grid}.briefing-body p{max-width:850px;color:var(--muted);margin:8px 0 0;line-height:1.55}.text-button{color:var(--accent);cursor:pointer;white-space:nowrap;background:0 0;border:0;align-items:center;gap:7px;font-weight:700;display:inline-flex}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-top:18px;display:grid}.metric-card{border:1px solid var(--border);background:var(--surface);border-radius:15px;align-items:center;gap:13px;padding:18px;display:flex}.metric-card span,.metric-card strong,.metric-card small{display:block}.metric-card>div>span{color:var(--muted);font-size:12px}.metric-card strong{letter-spacing:-.03em;margin-top:3px;font-size:20px}.metric-card small{color:var(--muted);margin-top:3px;font-size:11px}.metric-icon,.module-icon{border-radius:11px;flex:none;place-items:center;width:38px;height:38px;display:grid}.violet{color:#7c5ce5;background:#eeeaff}.green{color:#358a57;background:#e4f5e9}.blue{color:#3d73d1;background:#e7efff}.amber{color:#a56b18;background:#fff1d7}html.dark .violet{background:#2b2441}html.dark .green{background:#1d3927}html.dark .blue{background:#1f304d}html.dark .amber{background:#3a2d18}.two-column{grid-template-columns:1.35fr .85fr;gap:18px;margin-top:18px;display:grid}.panel{border:1px solid var(--border);background:var(--surface);border-radius:17px;padding:22px}.panel-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.icon-button{border:1px solid var(--border);width:34px;height:34px;color:var(--muted);background:var(--surface-2);border-radius:10px;place-items:center;display:grid}.priority-list{display:grid}.priority-row{border-bottom:1px solid var(--border);grid-template-columns:34px 1fr auto;align-items:center;gap:12px;padding:15px 0;display:grid}.priority-number{width:29px;height:29px;color:var(--accent);background:var(--accent-soft);border-radius:9px;place-items:center;font-size:12px;font-weight:800;display:grid}.priority-copy strong,.priority-copy span{display:block}.priority-copy strong{font-size:14px}.priority-copy span{color:var(--muted);margin-top:4px;font-size:12px}.pill{border-radius:999px;padding:5px 8px;font-size:10px;font-weight:700}.pill.blue{color:#315fae}.pill.purple{color:#7253cf;background:#eeeaff}.pill.green{color:#2e7c4c}html.dark .pill.purple{background:#2b2441}.success{color:#4ba56a}.decision-example{background:var(--surface-2);border-radius:14px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:16px;display:grid}.seed-avatar{width:42px;height:42px;color:var(--accent);background:var(--accent-soft);border-radius:12px;place-items:center;display:grid}.decision-example span,.decision-example strong{display:block}.decision-example>div:nth-child(2) span{color:var(--muted);font-size:11px}.decision-example strong{margin-top:4px;font-size:19px}.recommendation{color:#2d7449;background:#dff3e6;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:800}html.dark .recommendation{color:#80c99a;background:#1d3927}.muted{color:var(--muted);font-size:13px;line-height:1.55}.explain-button{width:100%;color:var(--accent);background:var(--accent-soft);padding:10px 13px}.modules-panel{margin-top:18px}.module-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.module-card{text-align:left;border:1px solid var(--border);color:var(--text);background:var(--surface-2);cursor:pointer;border-radius:13px;grid-template-columns:auto 1fr auto auto;align-items:center;gap:10px;padding:14px;display:grid}.module-card:hover{border-color:color-mix(in srgb, var(--accent) 50%, var(--border));transform:translateY(-1px)}.module-copy strong,.module-copy small{display:block}.module-copy strong{font-size:13px}.module-copy small{color:var(--muted);margin-top:3px;font-size:10px;line-height:1.35}.module-status{color:var(--muted);white-space:nowrap;font-size:10px}.alerts-row{grid-template-columns:1fr 1fr;gap:14px;margin-top:18px;display:grid}.alert-card{color:#8a5b13;background:#fff3dc;border-radius:13px;align-items:flex-start;gap:12px;padding:15px;display:flex}.alert-card.calm{color:#2d7147;background:#e6f4ea}html.dark .alert-card{color:#e4b665;background:#352917}html.dark .alert-card.calm{color:#85c79a;background:#1b3223}.alert-card strong,.alert-card span{display:block}.alert-card strong{font-size:13px}.alert-card span{opacity:.85;margin-top:3px;font-size:11px;line-height:1.45}@media (max-width:1100px){.metric-grid,.module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.two-column{grid-template-columns:1fr}}@media (max-width:760px){.app-shell{display:block}.sidebar{display:none}.topbar{justify-content:space-between;height:58px;padding:0 18px}.mobile-brand{display:block}.main-content{padding:26px 18px 40px}.hero-row{flex-direction:column;align-items:flex-start}.briefing-card{grid-template-columns:auto 1fr}.briefing-card .text-button{grid-column:2;justify-self:start}.metric-grid,.module-grid,.alerts-row{grid-template-columns:1fr}.priority-row{grid-template-columns:34px 1fr}.priority-row .pill{grid-column:2;justify-self:start}.sync-status{display:none}}
.nav-item{text-decoration:none}.nav-item.disabled{cursor:default;opacity:.58}.nav-item.disabled:hover{color:#a9bbb0;background:0 0}.secondary-button,.module-card{text-decoration:none}.module-card:disabled{cursor:default;opacity:.72}.module-card:disabled:hover{border-color:var(--border);transform:none}.products-page,.content-page{max-width:1500px}.products-hero{align-items:center}.product-briefing,.products-metrics{margin-bottom:18px}.product-toolbar{grid-template-columns:minmax(240px,1fr) 180px 150px auto;align-items:center;gap:12px;margin-bottom:18px;padding:14px;display:grid}.product-toolbar select,.product-input-grid input,.product-input-grid select,.search-field{border:1px solid var(--border);min-height:42px;color:var(--text);background:var(--surface-2);border-radius:10px}.product-toolbar select,.product-input-grid input,.product-input-grid select{width:100%;padding:0 12px}.search-field{align-items:center;gap:9px;padding:0 12px;display:flex}.search-field svg{color:var(--muted);flex:none}.search-field input{width:100%;color:var(--text);background:0 0;border:0;outline:0}.toolbar-button{min-height:42px;margin:0}.product-stack{gap:16px;display:grid}.product-record{border:1px solid var(--border);background:var(--surface);border-radius:17px;padding:20px;box-shadow:0 5px 18px #15201906}.product-record-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.product-title-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.product-record h2{font-size:19px}.product-record-header p{color:var(--muted);margin:6px 0 0;font-size:12px}.category-badge{color:var(--accent);background:var(--accent-soft);border-radius:999px;padding:5px 8px;font-size:10px;font-weight:700}.product-decision{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;display:flex}.tier-badge{color:#315fae;background:#e7efff;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:800}.tier-badge.pending{color:var(--muted);background:var(--surface-3)}html.dark .tier-badge{color:#9dbcf4;background:#1f304d}html.dark .tier-badge.pending{color:var(--muted);background:var(--surface-3)}.product-input-grid{grid-template-columns:1.3fr .75fr .75fr 1fr;gap:12px;margin-top:18px;display:grid}.product-input-grid label>span,.calculated-field>span{color:var(--muted);letter-spacing:.07em;text-transform:uppercase;margin-bottom:6px;font-size:10px;font-weight:700;display:block}.calculated-field{background:var(--surface-2);border-radius:10px;min-height:66px;padding:10px 12px}.calculated-field strong,.calculated-field small{display:block}.calculated-field strong{font-size:13px}.calculated-field small{color:var(--muted);margin-top:4px;font-size:10px}.product-content-row{background:var(--surface-2);border-radius:13px;grid-template-columns:1fr 190px;align-items:center;gap:20px;margin-top:17px;padding:15px;display:grid}.product-section-label{color:var(--muted);align-items:center;gap:7px;font-size:11px;font-weight:700;display:flex}.content-chip-row{flex-wrap:wrap;gap:7px;margin-top:9px;display:flex}.content-chip{border-radius:999px;align-items:center;gap:5px;padding:6px 8px;font-size:10px;font-weight:700;display:inline-flex}.content-chip.complete{color:#2d7449;background:#dff3e6}.content-chip.incomplete{color:#7b6550;background:#f1e9df}html.dark .content-chip.complete{color:#80c99a;background:#1d3927}html.dark .content-chip.incomplete{color:#c8ac8c;background:#34291f}.chip-dot{opacity:.7;background:currentColor;border-radius:50%;width:7px;height:7px}.content-score-block span,.content-score-block strong{display:block}.content-score-block>span{color:var(--muted);text-transform:uppercase;letter-spacing:.07em;font-size:10px}.content-score-block strong{margin-top:3px;font-size:20px}.score-track{background:var(--surface-3);border-radius:999px;height:8px;margin-top:7px;overflow:hidden}.score-track span{border-radius:inherit;background:var(--accent);height:100%;display:block}.product-record-footer{justify-content:space-between;align-items:center;gap:14px;margin-top:15px;display:flex}.product-record-footer>div{gap:8px;display:flex}.compact-button{margin:0;padding:9px 12px;font-size:12px}.content-type-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.content-type-card{border:1px solid var(--border);color:var(--text);background:var(--surface);text-align:left;cursor:pointer;border-radius:14px;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;padding:15px;display:grid}.content-type-card:hover{border-color:color-mix(in srgb, var(--accent) 50%, var(--border));transform:translateY(-1px)}.content-type-card strong,.content-type-card small{display:block}.content-type-card strong{font-size:13px}.content-type-card small{color:var(--muted);margin-top:4px;font-size:10px;line-height:1.35}.pipeline-panel{margin-top:18px}.recipe-status{color:#2d7449;background:#dff3e6;border-radius:999px;align-items:center;gap:6px;padding:6px 9px;font-size:10px;font-weight:700;display:inline-flex}html.dark .recipe-status{color:#80c99a;background:#1d3927}.pipeline-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;display:grid}.pipeline-stage{border:1px solid var(--border);background:var(--surface-2);border-radius:14px;min-height:190px;padding:17px;position:relative}.pipeline-stage-top{color:var(--accent);justify-content:space-between;align-items:center;display:flex}.pipeline-step{letter-spacing:.1em;font-size:11px;font-weight:800}.pipeline-role{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;margin-top:24px;font-size:10px;font-weight:700;display:block}.pipeline-stage h3{margin:5px 0 0;font-size:20px}.pipeline-stage p{color:var(--muted);margin:9px 0 0;font-size:12px;line-height:1.55}.pipeline-arrow{z-index:2;border:1px solid var(--border);width:24px;height:24px;color:var(--accent);background:var(--surface);border-radius:50%;place-items:center;font-weight:800;display:grid;position:absolute;top:50%;right:-12px}.content-workspace-grid{grid-template-columns:1.1fr .9fr}.empty-state{text-align:center;min-height:250px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;display:flex}.empty-state strong{color:var(--text);margin-top:13px}.empty-state span{max-width:380px;margin-top:6px;font-size:12px;line-height:1.5}.empty-state .primary-button{margin-top:18px}@media (max-width:1180px){.product-toolbar,.product-input-grid{grid-template-columns:1fr 1fr}.content-type-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.product-record-header,.product-record-footer{flex-direction:column;align-items:stretch}.product-decision{justify-content:flex-start}.product-toolbar,.product-input-grid,.product-content-row,.content-type-grid,.pipeline-grid{grid-template-columns:1fr}.pipeline-arrow{display:none}.content-score-block{max-width:none}.product-record-footer>div{width:100%}.product-record-footer .compact-button{flex:1}}
.framework-page{max-width:1320px}.framework-hero{align-items:center}.framework-status{border:1px solid color-mix(in srgb, var(--accent) 28%, var(--border));color:var(--accent);background:var(--accent-soft);white-space:nowrap;border-radius:999px;align-items:center;gap:7px;padding:8px 11px;font-size:11px;font-weight:800;display:inline-flex}.framework-briefing{margin-bottom:18px}.framework-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.framework-card{border:1px solid var(--border);background:var(--surface);border-radius:16px;grid-template-columns:auto 1fr;gap:14px;min-height:150px;padding:20px;display:grid}.framework-number{width:36px;height:36px;color:var(--accent);background:var(--accent-soft);letter-spacing:.08em;border-radius:11px;place-items:center;font-size:11px;font-weight:900;display:grid}.framework-card h2{margin-top:3px;font-size:17px}.framework-card p{color:var(--muted);margin:9px 0 0;font-size:13px;line-height:1.55}.framework-next{justify-content:space-between;align-items:center;gap:18px;margin-top:18px;display:flex}.framework-next .secondary-button{opacity:.65;cursor:default;margin:0}@media (max-width:820px){.framework-grid{grid-template-columns:1fr}.framework-next{flex-direction:column;align-items:flex-start}}@media (max-width:760px){.framework-status{white-space:normal}}
.product-cost-inputs{grid-template-columns:1.15fr .7fr .7fr 1fr .8fr .8fr}.profit-calculator{border:1px solid var(--border);background:var(--surface-2);border-radius:13px;margin-top:17px;padding:15px}.channel-profit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:11px;display:grid}.channel-profit-column{border:1px solid var(--border);background:var(--surface);border-radius:12px;padding:15px}.channel-profit-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding-bottom:11px;display:flex}.channel-profit-header span{font-size:13px;font-weight:800}.channel-profit-header strong{color:var(--muted);font-size:11px}.channel-profit-column dl{gap:8px;margin:12px 0;display:grid}.channel-profit-column dl>div{justify-content:space-between;gap:14px;display:flex}.channel-profit-column dt,.channel-profit-column dd{margin:0;font-size:11px}.channel-profit-column dt{color:var(--muted)}.channel-profit-column dd{color:var(--text);text-align:right;font-weight:700}.channel-profit-total{border-top:1px solid var(--border);justify-content:space-between;align-items:flex-end;gap:12px;padding-top:11px;display:flex}.channel-profit-total span{color:var(--muted);letter-spacing:.07em;text-transform:uppercase;font-size:10px;font-weight:700}.channel-profit-total strong{font-size:22px}.product-type-toggle{border:1px solid var(--border);background:var(--surface-2);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;margin-top:14px;padding:10px 12px;display:flex}.product-type-toggle>span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:800}.product-type-toggle>div{background:var(--surface-3);border-radius:10px;gap:4px;padding:3px;display:inline-flex}.product-type-toggle button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;padding:7px 10px;font-size:11px;font-weight:800}.product-type-toggle button:hover{color:var(--text)}.product-type-toggle button.active{color:var(--accent);background:var(--surface);box-shadow:0 1px 5px #14231b14}.product-type-badge{color:#694fa2;background:#eee8fb;align-items:center;gap:4px;display:inline-flex}.product-type-badge.mix{color:#965a21;background:#fff0df}html.dark .product-type-badge{color:#bea8ed;background:#302544}html.dark .product-type-badge.mix{color:#efb478;background:#422c1d}.structure-rule-callout{color:var(--text);background:color-mix(in srgb, var(--accent-soft) 65%, var(--surface));border-radius:11px;align-items:flex-start;gap:10px;margin-top:12px;padding:11px 12px;display:flex}.structure-rule-callout svg{color:var(--accent);flex:none;margin-top:1px}.structure-rule-callout strong,.structure-rule-callout span{display:block}.structure-rule-callout strong{font-size:11px}.structure-rule-callout span{color:var(--muted);margin-top:3px;font-size:10px;line-height:1.45}@media (max-width:1300px){.product-cost-inputs{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.product-cost-inputs,.channel-profit-grid{grid-template-columns:1fr}.product-type-toggle{flex-direction:column;align-items:stretch}.product-type-toggle>div{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}}
.live-sync-status{color:var(--text);justify-items:end;gap:4px;font-size:12px;font-weight:700;display:grid}.live-sync-status>span{align-items:center;gap:7px;display:inline-flex}.live-sync-status small{color:var(--muted);font-size:10px;font-weight:500}.live-dot{background:#2ca66f;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #2ca66f26}.database-source{color:var(--accent);white-space:nowrap;align-items:center;gap:7px;font-size:11px;font-weight:800;display:inline-flex}.live-product-toolbar{grid-template-columns:minmax(240px,1fr) 190px 170px auto auto}.clear-filter{justify-content:center;min-height:42px}.catalog-result-count{color:var(--muted);margin:-5px 2px 13px;font-size:11px}.category-badge.review{color:#8a6217;background:#fff0c9}html.dark .category-badge.review{color:#e9c46e;background:#3d321d}.live-product-facts{grid-template-columns:repeat(4,minmax(0,1fr))}.review-field{border:1px solid color-mix(in srgb, #d99a27 55%, var(--border));background:color-mix(in srgb, #fff2d5 45%, var(--surface-2))}.channel-profit-card{border:1px solid var(--border);background:var(--surface-2);border-radius:12px;padding:15px}.channel-profit-heading{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:8px;font-size:11px;font-weight:800;display:flex}.channel-profit-card>strong,.channel-profit-card>small{display:block}.channel-profit-card>strong{margin-top:9px;font-size:21px}.channel-profit-card>small{color:var(--muted);margin-top:3px;font-size:10px}.muted-inline{color:var(--muted);font-size:11px}.product-record-footer button:disabled{cursor:not-allowed;opacity:.55}.product-pagination{grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;margin-top:18px;display:grid}.product-pagination>span{color:var(--muted);text-align:center;font-size:11px}.product-pagination a:last-child{justify-self:end}@media (max-width:1180px){.live-product-toolbar,.live-product-facts{grid-template-columns:1fr 1fr}}@media (max-width:760px){.live-sync-status{justify-items:start}.live-product-toolbar,.live-product-facts,.channel-profit-grid,.product-pagination{grid-template-columns:1fr}.product-pagination a,.product-pagination a:last-child{justify-self:stretch}}
