/* Application composition; authentication never loads this stylesheet. */
.subscriptions-page .pricing-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:22px 0}
.subscriptions-page .pricing-card{display:flex;flex-direction:column;padding:22px;border:1px solid var(--border);border-radius:10px;background:white;min-width:0}
.subscriptions-page .pricing-card.featured-plan{border:2px solid var(--purple);padding:21px}
.subscription-plan-heading{display:flex;justify-content:space-between;align-items:center;gap:8px;min-height:42px}
.subscriptions-page .popular-plan{font-size:10px;color:var(--purple);font-weight:600}
.subscriptions-page .pricing-card h2{font-size:32px;margin:18px 0 6px}
.subscriptions-page .pricing-card h2 small{font-size:12px;font-weight:400;color:var(--muted)}
.subscriptions-page .annual-price{font-size:12px;color:var(--purple);margin-bottom:18px}
.subscriptions-page .pricing-description{font-size:13px;line-height:1.6;min-height:62px}
.subscriptions-page .pricing-card ul{padding-left:18px;margin:18px 0 26px;flex:1}
.subscriptions-page .pricing-card li{font-size:12px;line-height:1.6;margin-bottom:10px}
.subscriptions-page .plan-footer{display:grid;gap:18px;border-top:1px solid var(--border);padding-top:18px}
.subscriptions-page .plan-footer small{font-size:12px;line-height:1.6;color:var(--muted)}
.subscriptions-page .subscription-details{display:grid;grid-template-columns:1.5fr 1fr;gap:18px}
.subscriptions-page .usage-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 0;border-bottom:1px solid var(--border)}
.subscriptions-page .usage-row small{display:block;margin-top:5px;color:var(--muted);font-size:12px}
.subscription-trial{font-size:13px;color:var(--muted);line-height:1.7}
.subscription-preview-label{display:none}.print-shop-preview .subscription-preview-label{display:inline}.print-shop-preview .subscription-live-label{display:none}
.production-page .production-app{background:#34445d;min-height:calc(100vh - 76px)}
.production-page .production-topbar h1,.production-page .production-topbar .eyebrow{color:#fff}
.production-page .production-topbar .production-subtitle{color:#dde5f0}
.production-page .production-board{background:#2c3b52;padding:16px;border-radius:10px;gap:14px;align-items:flex-start}
.production-page .kanban-lane{background:#f1f4f8;border-color:#dce3ec}
.production-page #account-message{color:#e1e8f2}
@media(max-width:1250px){.subscriptions-page .pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.subscriptions-page .pricing-grid,.subscriptions-page .subscription-details{grid-template-columns:1fr}.subscriptions-page .usage-row{flex-wrap:wrap}.production-page .production-board{padding:12px}}
.workspace-header{min-height:76px;margin-left:232px;padding:14px 30px;display:flex;align-items:center;gap:32px;border-bottom:1px solid var(--border);background:white}
.order-header-actions{display:flex;align-items:center;gap:10px;margin-left:auto}
.app .board-launch{background:var(--soft-purple);color:var(--purple);border-color:#dfbfd4;font-weight:600;min-height:38px;padding:9px 14px}
.board-launch:before{content:"";display:block;width:17px;height:15px;flex-shrink:0;border:1.5px solid currentColor;border-radius:2px;background:linear-gradient(to right,transparent 29%,currentColor 29%,currentColor 37%,transparent 37%,transparent 63%,currentColor 63%,currentColor 71%,transparent 71%)}
.table-view-label{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:var(--purple);background:var(--soft-purple);padding:9px 12px;border-radius:5px;white-space:nowrap}
.table-view-label:before{content:"";display:block;width:14px;height:12px;border:1px solid currentColor;background:repeating-linear-gradient(to bottom,transparent 0,transparent 3px,currentColor 3px,currentColor 4px)}
.orders-page .resource-workspace{padding:0!important;overflow:hidden}
.orders-page .resource-panel-heading{padding:20px 22px 0}
.orders-page .resource-workspace>.resource-toolbar{padding:14px 22px;margin:0;border-bottom:1px solid var(--border);align-items:center}
.orders-page .resource-workspace>p{margin:12px 22px}
.orders-page .resource-workspace>p:empty{display:none}
.orders-page .resource-table{margin:0;width:100%;border-collapse:collapse}
.orders-page .resource-table th{font-size:10px;letter-spacing:.5px;text-transform:uppercase;padding:13px 14px}
.orders-page .resource-table td{padding:14px;font-size:12px}
.orders-page .resource-table td:first-child{border-left:3px solid transparent}
.orders-page .resource-table tr:hover td:first-child{border-left-color:var(--purple)}
.orders-page .resource-table td:last-child{white-space:nowrap}
.orders-page .resource-table td:last-child button{padding:4px 8px;font-size:11px;margin-right:5px;min-height:28px}
.production-page .production-topbar{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:16px;margin-bottom:22px}
.production-page .production-topbar>div:not(.profile-menu-wrapper){grid-column:1/3;grid-row:1}
.production-page .production-topbar>a:first-child{grid-column:1;grid-row:2}
.production-page .production-topbar>a[href*="shipping"]{grid-column:3;grid-row:1}
.production-page .production-topbar>.profile-menu-wrapper{grid-column:4;grid-row:1}
.production-page .kanban-board{align-items:flex-start;gap:12px}
.production-page .kanban-lane{box-shadow:0 2px 5px #15233c03}
.production-page .lane-header h3:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--blue);margin-right:6px}
.production-page .kanban-lane[data-status="delayed"] .lane-header h3:before{background:#b42332}
.production-page .kanban-lane[data-status="completed"] .lane-header h3:before{background:var(--mint)}
.production-page .kanban-card .card-top>a{font-weight:600}
@media(max-width:1100px){.orders-page .topbar{flex-wrap:wrap}.order-header-actions{order:3;width:100%;margin:0}.dashboard-page .dashboard-toolbar{flex-wrap:wrap}}
@media(max-width:600px){.production-page .production-topbar{grid-template-columns:1fr auto;gap:12px}.production-page .production-topbar>div:not(.profile-menu-wrapper){grid-column:1/-1;grid-row:1}.production-page .production-topbar>a:first-child{grid-column:1;grid-row:2}.production-page .production-topbar>a[href*="shipping"]{grid-column:2;grid-row:2}.production-page .production-topbar>.profile-menu-wrapper{grid-column:2;grid-row:3}.orders-page .resource-workspace>.resource-toolbar{padding:14px}.order-header-actions{flex-wrap:wrap}.dashboard-page .dashboard-toolbar .board-launch{grid-column:1/-1}}
.workspace-identity{display:flex;align-items:center;gap:12px;min-width:210px}
.workspace-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:var(--soft-purple);color:var(--purple);font-size:12px;font-weight:700;letter-spacing:1px}
.workspace-identity strong{display:block;font-size:13px;color:var(--text)}
.workspace-identity small{display:block;font-size:11px;color:var(--muted);margin-top:3px}
.workspace-jump{flex:1;max-width:500px;margin:0}
.workspace-jump input{width:100%;background:#fafbfc;border-color:var(--border);height:40px;font-size:13px;padding-left:15px}
.workspace-help{margin-left:auto;white-space:nowrap;font-size:12px;color:var(--muted)}
.workspace-preview-link{font-size:11px;white-space:nowrap;color:var(--purple)}
.print-shop-preview .workspace-preview-link{display:none}
.print-shop-preview-banner>a{font-size:11px;color:inherit;white-space:nowrap;text-decoration:underline}
.print-shop-preview-banner{margin-left:232px;padding:9px 30px;background:var(--soft-purple);display:flex;gap:16px;align-items:center;color:var(--purple);font-size:11px;border-bottom:1px solid var(--border)}
.print-shop-preview-banner strong{font-size:10px;letter-spacing:1px;white-space:nowrap}
.print-shop-preview-banner button{margin-left:auto;border:0;background:transparent;color:inherit;text-decoration:underline;font-size:11px;white-space:nowrap}
.print-shop-preview #account-message,.print-shop-preview .restored-preview-notice{display:none}
.app{padding:24px 30px 36px}
.app .topbar{margin-bottom:22px}
.app .topbar h1{font-size:30px;letter-spacing:-1px;font-weight:650}
.app .eyebrow{letter-spacing:1.5px;font-size:10px;font-weight:600}
.app .panel,.app .resource-workspace,.app .form-card{box-shadow:0 3px 14px #15233c05;border-color:#e2e6ec}
.app .resource-summary{margin:22px 0;gap:18px}
.app .resource-metric{padding:22px;gap:12px;border-radius:10px}
.app .resource-metric strong{font-size:30px;letter-spacing:-.8px}
.app .resource-metric small{font-size:11px}
.app .resource-panel-heading h2{font-size:19px}
.app .catalog-toolbar{margin:0 0 20px;padding:16px;border:1px solid var(--border);border-radius:8px;background:#fff;box-shadow:0 2px 8px #15233c03}
.dashboard-page [data-panel="tasks"] .activity-list li>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:5px 10px;min-width:0;flex:1}
.dashboard-page [data-panel="tasks"] .activity-list strong{grid-column:1/-1}
.dashboard-page [data-panel="tasks"] .activity-list small{align-self:center;margin:0}
.dashboard-page [data-panel="tasks"] .activity-list a{max-width:170px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;min-height:0;margin:0}
.app .resource-workspace>.resource-toolbar{padding-bottom:18px;border-bottom:1px solid var(--border)}
.app .resource-table thead th{background:#fafbfc;padding:13px 10px;font-size:11px;color:#64748b}
.app .resource-table tbody td{padding:14px 10px;border-bottom-color:#edf0f4}
.app .resource-table tbody tr:hover{background:#fdfbfd}
.app .resource-table tbody td:first-child{font-weight:550}
.app .restored-record-grid{gap:20px;margin-bottom:24px}
.app .restored-record-card{box-shadow:0 3px 14px #15233c05}
.app .restored-record-card[data-product-visual]{padding:0 20px 20px!important;overflow:hidden;display:flex;flex-direction:column;position:relative}
.app .restored-record-card[data-product-visual]>.restored-card-icon{display:none}
.product-visual{height:182px;margin:0 -20px 18px;display:grid;place-items:center;background:#f3f7fa;border-bottom:1px solid #e5eaf0}
.product-visual svg{height:138px;width:120px;fill:#fff;stroke:#647b92;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 8px 5px #22334412)}
.product-visual-polo{background:#f6f3f8}.product-visual-polo svg{fill:#6b7a8d;stroke:#4d5b70}
.product-visual-hoodie{background:#f2f7f5}.product-visual-hoodie svg{fill:#80988b;stroke:#526c61}
.product-visual-tumbler{background:#fbf6ef}.product-visual-tumbler svg{fill:#fffdf7;stroke:#aa8e68}
.product-visual-tote{background:#faf6f2}.product-visual-tote svg{fill:#ede4d6;stroke:#a49a87}
.product-visual-banner{background:#fcf3f8}.product-visual-banner svg{fill:#fff;stroke:#a85488}
.app .restored-record-card[data-product-visual] h3{font-size:17px;margin:0 0 10px}
.app .restored-record-card[data-product-visual] p{display:flex;justify-content:space-between;font-size:13px;padding:3px 0}
.app .restored-record-card[data-product-visual] button{width:100%;margin-top:16px;min-height:38px}
.dashboard-page .dashboard-kpis .stat-card{min-height:132px;border-radius:10px;padding-top:23px;padding-bottom:23px}
.dashboard-page .dashboard-kpis .stat-card>strong{font-size:30px;letter-spacing:-.7px}
.dashboard-page .dashboard-kpis .kpi-icon{top:38px}
.dashboard-page .dashboard-panel{padding:22px;border-radius:10px}
.dashboard-page .panel-heading{padding-bottom:14px;border-bottom:1px solid #edf0f4}
.dashboard-page .financial-bars{min-height:200px;background:repeating-linear-gradient(to top,transparent 0,transparent 49px,#edf1f5 49px,#edf1f5 50px)}
.dashboard-page .financial-bar{max-width:150px}
.preview-timeline{display:block;width:100%;height:auto;min-height:210px;margin-top:18px}
.preview-chart-legend{display:flex;gap:20px;align-items:center;font-size:11px;margin:5px 0 16px;color:var(--muted)}
.preview-chart-legend>span:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--mint);margin-right:6px}
.preview-chart-legend>span:nth-child(2):before{background:var(--pink)}
.preview-chart-legend small{margin-left:auto;font-size:10px}
.dashboard-page .pipeline-grid .soft-btn{min-height:21px;font-size:11px}
.dashboard-page .activity-list strong{font-size:13px;font-weight:550}
.dashboard-page .activity-list small{font-size:11px}
.dashboard-page .quick-action-grid a{justify-content:flex-start;padding:12px;border-radius:7px}
.production-page .kanban-lane{background:#fafbfc;border-color:#e2e7ee}
.production-page .kanban-card{box-shadow:0 3px 9px #15233c06;padding:14px}
.production-page .lane-header{border-bottom:1px solid #e3e8ef;margin-bottom:12px;padding-bottom:12px}
@media(min-width:1600px){.app{padding-left:40px;padding-right:40px}.app .restored-record-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-visual{height:210px}}
@media(max-width:1100px){.workspace-header{gap:16px}.workspace-identity{min-width:170px}.workspace-help{display:none}.print-shop-preview-banner{flex-wrap:wrap;gap:6px 14px}.print-shop-preview-banner span{flex:1;min-width:180px}}
@media(max-width:850px){.workspace-header,.print-shop-preview-banner{margin-left:0}.workspace-header{padding:12px 22px;min-height:65px}.workspace-identity{min-width:0}.workspace-jump{min-width:0}.workspace-identity small{display:none}.workspace-mark{width:30px;height:30px}.print-shop-preview-banner{padding:10px 22px}.app{padding:22px}}
@media(max-width:540px){.workspace-header{padding:12px 14px;gap:10px;flex-wrap:wrap}.workspace-identity{width:100%}.workspace-jump{width:100%;max-width:none}.print-shop-preview-banner{padding:10px 14px}.print-shop-preview-banner span{font-size:10px}.app{padding:20px 14px}.app .topbar h1{font-size:27px}.dashboard-page .dashboard-panel{padding:16px}.product-visual{height:180px}.workspace-header+.app-mobile-bar{position:sticky}}

/* Account controls belong to the global application bar, on every app page. */
.workspace-header .workspace-account{margin-left:auto;position:relative;flex:0 0 auto;align-self:center}
.workspace-header .profile-dropdown{right:0;left:auto;z-index:100;max-width:calc(100vw - 28px)}
.workspace-header .profile-circle{margin:0}
/* Override the legacy white Production Board header and pale scroll tracks. */
body.production-page{background:#34445d}
.production-page .production-app{background:#34445d}
.production-page .production-topbar{background:#34445d!important;border:0;box-shadow:none;padding:6px 0 18px;color:#f8fafc}
.production-page .production-topbar h1,.production-page .production-topbar .eyebrow{color:#fff!important}
.production-page .production-topbar .production-subtitle{color:#e0e7f0!important}
.production-page .production-topbar>a.soft-btn{background:#29384e;color:#fff;border:1px solid #73839a;box-shadow:none}
.production-page .production-topbar>a.soft-btn:hover{background:#40536f;border-color:#a5b3c6}
.production-page .production-board{scrollbar-width:thin;scrollbar-color:#8192aa #26364c;background:#2c3b52}
.production-page .production-board::-webkit-scrollbar{height:12px}
.production-page .production-board::-webkit-scrollbar-track{background:#26364c;border-radius:6px}
.production-page .production-board::-webkit-scrollbar-thumb{background:#8192aa;border:2px solid #26364c;border-radius:6px}
.production-page .production-board::-webkit-scrollbar-thumb:hover{background:#a1afc2}
html:has(body.production-page),body.production-page{scrollbar-color:#8192aa #26364c}
html:has(body.production-page)::-webkit-scrollbar-track,body.production-page::-webkit-scrollbar-track{background:#26364c}
html:has(body.production-page)::-webkit-scrollbar-thumb,body.production-page::-webkit-scrollbar-thumb{background:#8192aa;border-color:#26364c}
@media(max-width:540px){.workspace-header .workspace-identity{width:auto;flex:1}.workspace-header .workspace-account{order:0}.workspace-header .workspace-jump{order:2;flex-basis:100%}.workspace-header .workspace-preview-link{order:3}}

/* Compact account popover inspired by the supplied identity/menu reference. */
.workspace-header .profile-dropdown{width:284px;min-width:0;padding:0;border:1px solid #e3e6ed;border-radius:12px;box-shadow:0 16px 45px #18243a24,0 3px 10px #18243a0a;top:calc(100% + 12px);overflow:hidden}
.account-menu-identity{display:flex;align-items:center;gap:12px;padding:20px 18px 16px;background:#fff}
.account-menu-avatar{display:grid;place-items:center;flex:0 0 42px;height:42px;border-radius:50%;background:var(--soft-purple);color:var(--purple);font-size:14px;font-weight:650}
.account-menu-identity>div{min-width:0}.account-menu-identity strong{display:block;font-size:14px;font-weight:650;color:var(--text);overflow-wrap:anywhere}.account-menu-identity small{display:block;margin-top:4px;font-size:11px;line-height:1.5;color:var(--muted);overflow-wrap:anywhere}
.account-menu-workspace{margin:0 12px 10px;padding:12px;background:#faf8fb;border:1px solid #eee7ed;border-radius:8px;display:flex;flex-direction:column;gap:5px}
.account-menu-workspace>small{font-size:9px;font-weight:600;letter-spacing:1px;color:var(--muted)}
.account-menu-workspace>strong{font-size:13px;color:var(--text)}
.account-menu-status{font-size:10px;color:var(--purple)}
.account-menu-links{padding:2px 8px 10px}
.workspace-header .account-menu-links a,.workspace-header .account-menu-footer button{display:flex;align-items:center;justify-content:flex-start;gap:11px;width:100%;padding:10px 12px;border-radius:6px;font-size:12px;line-height:1.4;color:var(--text);background:transparent;text-align:left;border:0}
.workspace-header .account-menu-links a:hover{background:var(--soft-purple);color:var(--purple)}
.profile-dropdown svg{width:17px;height:17px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.account-menu-footer{padding:8px;border-top:1px solid var(--border);background:#fcfcfd}
.workspace-header .account-menu-footer button{color:#a12d4b}.workspace-header .account-menu-footer button:hover{background:#fff0f3}
