:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:radial-gradient(circle at 10% 20%,#f6f8ff 0,#fff 25%),radial-gradient(circle at 80% 0%,#e9f6ff 0,#fff 40%),linear-gradient(120deg,#eff3ff,#f6f9ff 35%,#fff);color:#0f172a;min-height:100vh;margin:0}*{box-sizing:border-box}body{margin:0}.app{display:grid;place-items:center;min-height:100vh;padding:2.5rem 1.5rem}.card{max-width:720px;width:min(90vw,720px);background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #e2e8f0;border-radius:18px;padding:2rem;box-shadow:0 18px 55px #0f172a14}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:#2563eb;margin:0 0 .25rem;font-size:.8rem}h1{margin:0 0 .75rem;font-size:clamp(2rem,3vw + 1rem,2.8rem)}.lede{margin:0 0 1.5rem;font-size:1.05rem;line-height:1.6;color:#334155}code{background:#0f172a;color:#e2e8f0;padding:.15rem .35rem;border-radius:6px;font-size:.95rem}.actions{display:flex;flex-wrap:wrap;gap:.75rem}.form{display:grid;gap:1rem;margin-top:1.25rem}.field{display:grid;gap:.35rem;font-weight:600;color:#0f172a}.field span{font-size:.95rem}.field input,.field select{width:100%;padding:.65rem;border-radius:12px;border:1px solid #cbd5e1;background:#f8fafc;font-size:.8rem;transition:border-color .15s ease,box-shadow .15s ease;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}.field input:focus,.field select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb24}.error{margin:0;color:#b91c1c;background:#fef2f2;border:1px solid #fecdd3;border-radius:12px;padding:.75rem .9rem;font-weight:600}.error.compact{margin-top:.6rem;padding:.65rem .75rem}.signed-in{margin-top:1.25rem;padding:1rem;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;display:flex;justify-content:space-between;align-items:center;gap:1rem}.label{text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;color:#475569;margin:0 0 .25rem}.user-email{margin:0;font-weight:700}.site-logo{display:block;width:140px;height:auto;margin:.5rem 0 1rem}.site-logo2{display:block;width:70px;height:auto;margin:.5rem 0 1rem}.card .eyebrow,.card h1{text-align:center}.card .site-logo{margin-left:auto;margin-right:auto}.role-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .65rem;background:#e0f2fe;color:#075985;border-radius:999px;font-weight:700;font-size:.9rem;margin:.35rem 0 0}.button{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.1rem;border-radius:12px;font-weight:600;text-decoration:none;border:1px solid #86130e;background:linear-gradient(135deg,#ba1214,#86130e);box-shadow:0 10px 30px #2563eb40;transition:transform .16s ease,box-shadow .16s ease,translate .16s ease;color:#fff}.button:hover{transform:translateY(-2px);box-shadow:0 12px 38px #2563eb47}.button.secondary{background:#fff;color:#1d4ed8;border:1px solid #cbd5e1;box-shadow:none}.button.secondary:hover{border-color:#1d4ed8}.dashboard{min-height:100vh;display:grid;grid-template-columns:260px 1fr;background:#f8fafc;color:#0f172a;font-size:14px}.sidebar{background:#0f172a;color:#e2e8f0;padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:1.25rem;position:sticky;top:0;height:100vh;align-self:start;overflow-y:auto}.sidebar-header{display:flex;align-items:center;gap:.75rem}.dot{width:12px;height:12px;border-radius:50%;background:#22d3ee;box-shadow:0 0 0 6px #22d3ee26}.sidebar-title{margin:0;font-weight:700;color:#e2e8f0}.nav{display:grid;gap:1rem}.nav-section-title{margin:0 0 .25rem;text-transform:uppercase;letter-spacing:.08em;font-size:11px;color:#cbd5e1}.nav-links{display:grid;gap:.35rem}.nav-link{display:block;padding:5px 10px;border-radius:40px;color:#e2e8f0;text-decoration:none;background:#ffffff0a;border:1px solid transparent;transition:background .15s ease,border-color .15s ease,color .15s ease;font-size:13px}.nav-link:hover{background:#ffffff14;border-color:#ffffff1a}.nav-link.active{background:#e0f2fe;color:#0f172a;border-color:#bae6fd}.signout{margin-top:auto;width:100%;padding:.75rem .9rem;border-radius:10px;border:1px solid #fff3;background:#ffffff0f;color:#e2e8f0;font-weight:700;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.signout:hover{background:#ffffff1f;border-color:#ffffff40}.signed-actions{display:flex;flex-direction:column;gap:.5rem}.signed-actions .button{width:100%}.dashboard-content{padding:2rem 2.5rem}.hamburger,.mobile-bar,.mobile-logo,.sidebar-overlay,.sidebar-close{display:none}.dashboard-header h1{margin:0 0 .35rem}.panel{margin-top:1.25rem;padding:1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 10px 30px #0f172a0f}.panel-card{padding:1rem;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.split-grid{display:grid;grid-template-columns:minmax(240px,320px) 1fr;gap:1.25rem;align-items:start}.password-row{display:flex;gap:.5rem}.password-row input{flex:1}.info{margin:1rem 0;padding:.85rem 1rem;border-radius:12px;border:1px solid #bfdbfe;background:#eff6ff}.info-title{margin:0 0 .25rem;font-weight:700;color:#1d4ed8}.info-text{margin:0;color:#1e293b}.success{margin:0;color:#166534;background:#ecfdf3;border:1px solid #bbf7d0;border-radius:12px;padding:.75rem .9rem;font-weight:600}.panel-head{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.table{margin-top:1rem;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.table-row,.table-head{display:grid;grid-template-columns:1.4fr 1.6fr 1fr 1fr 1.2fr;gap:.75rem;padding:.4rem 1rem;align-items:center}.table-head{background:#f8fafc;font-weight:700;color:#0f172a;border-bottom:1px solid #e2e8f0}.table-row:nth-child(2n){background:#f9fafc;border-bottom:1px solid #8f141626;border-top:1px solid #8f141626}.table .table-row.row-inactive{background:#fff7d6}.table .table-row.row-low{background:#ffe4e4}.table .table-row.row-deleted{background:#fff1f2;opacity:.7}.table .table-row.row-restored{background:#ffe6e7}.status-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:#16a34a1a;color:#166534;font-weight:800}.remark-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:#0ea5e91a;color:#0ea5e9;font-size:.9rem}.remark-icon:hover:after{content:attr(data-remark);position:absolute;bottom:130%;right:0;background:#0f172a;color:#fff;padding:.35rem .5rem;border-radius:8px;font-size:.75rem;white-space:nowrap;max-width:220px;overflow:hidden;text-overflow:ellipsis;box-shadow:0 8px 20px #0f172a33}.badge{display:inline-flex;align-items:center;justify-content:center;padding:.3rem .7rem;border-radius:999px;font-weight:700;font-size:.9rem}.badge.success{background:#ecfdf3;color:#166534;border:1px solid #bbf7d0}.badge.danger{background:#fef2f2;color:#b91c1c;border:1px solid #fecdd3}.muted{display:block;color:#64748b;font-size:.8rem;margin-top:.15rem;word-break:break-all}.muted.new2{display:inline-block;word-break:keep-all}.muted.out_of_stock{color:#b91c1c}.muted.floating{position:absolute;background:red;padding:5px 10px;border-radius:30px;color:#fff;font-size:10px}.order-summary .muted,.order-summary .product-name{margin:.3rem 0}.row-actions{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:flex-start}.button.small{padding:.45rem .7rem;font-size:.85rem;border-radius:9px}.button.danger{background:#b91c1c;border-color:#b91c1c;color:#fff}.button.danger:hover{background:#991b1b;border-color:#991b1b}.product-table .table-row,.product-table .table-head{grid-template-columns:2fr .7fr .4fr .7fr .5fr .5fr 1fr}.product-name{font-weight:700}.edit-row{grid-column:1 / -1;padding:1rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;margin-top:.75rem}.edit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:flex-start;gap:.75rem}.edit-actions{margin-top:.75rem;display:flex;gap:.5rem}.tab-row{display:inline;gap:.5rem;background:#e2e8f0;padding:.6rem .35rem;border-radius:10px;margin-bottom:0}.tab{border:none;background:transparent;padding:.45rem .9rem;border-radius:999px;font-weight:700;cursor:pointer;color:#475569}.tab.active{background:#fff;color:#0f172a;box-shadow:0 6px 16px #0f172a14}.divider{height:1px;background:#e2e8f0;border:0;margin:1.25rem 0}.product-select{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;align-items:end}.checkbox-list{border:1px solid #e2e8f0;border-radius:12px;padding:.75rem;background:#f8fafc;display:grid;gap:.5rem}.checkbox-item{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#0f172a}.search-wrap{position:relative}.search-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 14px 30px #0f172a1f;max-height:220px;overflow-y:auto;z-index:10;padding:.4rem}.search-option{width:100%;text-align:left;padding:.55rem .7rem;border-radius:10px;border:none;background:transparent;font-weight:600;cursor:pointer}.search-option:hover{background:#f1f5f9}.readonly-grid,.customer-grid{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.full-span{grid-column:1 / -1}.order-table .table-row,.order-table .table-head{grid-template-columns:2fr .7fr 1.3fr .8fr .9fr .9fr}.table.order-table{margin-top:0}.catalog-table .table-row,.catalog-table .table-head{grid-template-columns:2fr .7fr 1.3fr .8fr .9fr}.inline-field input{width:100%;padding:.75rem .9rem;border-radius:12px;border:1px solid #cbd5e1;background:#f8fafc;font-size:1rem;resize:vertical}.currency-field{position:relative}.currency-field .currency{position:absolute;left:.7rem;top:19px;transform:translateY(-50%);font-weight:400;color:#64748b;pointer-events:none}.table.order-table .currency-field .currency,.table.catalog-table .currency-field .currency{top:21px}.currency-field input{padding-left:1.6rem}.error-inline{display:block;margin-top:.35rem;color:#b91c1c;font-size:.85rem;font-weight:600}.total-row{margin-top:1rem;display:flex;justify-content:flex-end;gap:1rem;font-size:1.1rem}.sales-table .table-row,.sales-table .table-head{grid-template-columns:1.5fr .4fr .6fr .6fr 1.5fr}.sales-table.sales-orders-table .table-row,.sales-table.sales-orders-table .table-head{grid-template-columns:1.6fr 1fr .4fr .7fr .9fr 1.5fr}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;display:grid;place-items:center;padding:1rem;z-index:50}.modal{width:min(900px,100%);background:#fff;border-radius:14px;border:1px solid #e2e8f0;box-shadow:0 20px 60px #0f172a33;max-height:90vh;overflow:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #e2e8f0}.modal-body{padding:1rem 1.25rem 1.25rem;display:grid;gap:1rem}.order-summary{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.order-table.compact .table-head,.order-table.compact .table-row{grid-template-columns:1.6fr .8fr .9fr .7fr .9fr}.order-table.compact.set4 .table-head,.order-table.compact.set4 .table-row{grid-template-columns:.3fr 1.6fr .4fr .4fr}.order-table.compact.neworder-style .table-head,.order-table.compact.neworder-style .table-row{grid-template-columns:1.6fr .4fr .4fr .4fr}.filter-row{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:.75rem;align-items:end}.filter-row .inline-actions{display:flex;gap:10px;align-items:end}.sales .filter-row .inline-actions{align-self:end}.sales .filter-row .inline-actions .button{width:100%}.image-preview{display:block;width:100%;max-width:220px;border-radius:12px;border:1px solid #e2e8f0}.image-thumb{display:block;width:48px;height:48px;border-radius:10px;border:1px solid #e2e8f0;object-fit:cover;margin-bottom:.35rem}.image-button{border:none;background:transparent;padding:0;cursor:pointer}.image-large{display:block;max-width:100%;height:auto;border-radius:12px;border:1px solid #e2e8f0}.image-modal{max-width:700px}.pagination{margin-top:.75rem;display:flex;align-items:center;justify-content:flex-end;gap:.6rem;flex-wrap:wrap;justify-content:space-between}.pagination-info{font-weight:700;color:#475569;font-size:.9rem}.pagination-size{display:flex;align-items:center;gap:.4rem;font-weight:700;color:#475569}.pagination-size span{font-size:.9rem}.page-inner{display:flex;align-items:center;gap:.5rem}.pagination-size select{padding:.35rem .5rem;border-radius:10px;border:1px solid #cbd5e1;background:#f8fafc;font-weight:700}.pro_image{display:flex;align-items:center;gap:10px}.create-order-new .new-order-top{margin-bottom:.75rem}.create-order-new .new-order-tabs{margin-bottom:1rem}.new-order-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.product-phase-card{border:1px solid #e2e8f0;border-radius:14px;background:#fff;padding:.75rem;display:flex;flex-direction:column;gap:.45rem}.phase-image-wrap{height:160px;border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center}.phase-image{width:100%;height:100%;object-fit:contain}.phase-image.placeholder{font-size:.85rem;color:#64748b}.phase-name{margin:0;font-size:1rem;line-height:1.35}.phase-price-row{display:flex;justify-content:space-between;align-items:center;font-weight:700}.phase-controls{display:flex;gap:.5rem;align-items:center}.phase-left-spacer{width:40px;height:34px;display:inline-block}.phase-btn{height:34px;min-width:40px;border:1px solid #cbd5e1;border-radius:999px;background:#fff;cursor:pointer}.phase-btn.primary{flex:1;background:#fff;font-weight:700;font-size:16px}.phase-btn.danger{color:#dc2626;background:#fee2e2}.phase-cart-bar{position:sticky;bottom:10px;z-index:5;margin-top:1rem;padding:.65rem .8rem;border-radius:999px;background:#eef2f7;border:1px solid #dbe2ea;display:flex;align-items:center;justify-content:space-between}.phase-cart-button{height:36px;min-width:42px;border-radius:10px;border:1px solid #cbd5e1;background:#fff;cursor:pointer}.error-inline.block{display:block;margin:0;font-size:12px}.phase-image-viewer-body{touch-action:none}.phase-btn.primary.active{background:#89b03b40}.delete-icon{width:16px;height:16px}.product-phase-card.in-cart{border-color:#0f172a;box-shadow:0 12px 30px #0f172a24}.inline-field.new-style input{width:100px;padding:10px 10px 10px 22px;border-radius:32px}.total_price{font-size:14px;color:#7ea925;margin:0}.phase-image-button{border:none;background:transparent;padding:0;width:100%;height:100%;cursor:pointer}.phase-name-btn{border:none;background:transparent;padding:0;text-align:left;cursor:pointer}.phase-detail-modal{max-width:560px}.phase-detail-image-wrap{height:220px;border-radius:10px;overflow:hidden;background:#f8fafc;display:flex;align-items:center;justify-content:center}.phase-detail-image{width:100%;height:100%;object-fit:contain}.phase-detail-controls{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem}.phase-image-viewer{position:fixed;top:0;right:0;bottom:0;left:0;background:#000d;z-index:80;display:flex;flex-direction:column}.phase-image-viewer-head{padding:.75rem 1rem;display:flex;justify-content:flex-end}.phase-image-viewer-body{flex:1;display:flex;align-items:center;justify-content:center;overflow:auto;padding:1rem}.phase-image-viewer-img{max-width:90vw;max-height:85vh;transform-origin:center center;transition:transform .15s ease}.phase-chip-row{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.phase-chip{border:1px solid #cbd5e1;background:#fff;border-radius:999px;padding:.4rem .75rem;font-size:.85rem;cursor:pointer}.phase-chip.active{background:#0f172a;color:#fff;border-color:#0f172a}.phase-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a55;z-index:60;display:flex;align-items:flex-end}.phase-sheet{background:#fff;width:100%;margin:0 30%;height:70vh;border-top-left-radius:14px;border-top-right-radius:14px;display:flex;flex-direction:column;overflow:hidden}.phase-sheet-head{display:flex;align-items:center;justify-content:space-between;padding:.8rem 1rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.phase-sheet-list{padding:.4rem 0;overflow:auto}.phase-sheet-item{display:block;width:100%;text-align:left;background:transparent;border:none;border-bottom:1px solid #f1f5f9;padding:.75rem 1rem;cursor:pointer}.phase-sheet-item.active{background:#eef2ff;font-weight:700}.phase-sticky-top{position:sticky;top:0;z-index:20;background:#fff;padding-top:.35rem;padding-bottom:.35rem}.phase-chip-row{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.5rem;align-items:center}.phase-chip.reset{margin-left:auto}.phase-btn.primary.full{width:100%}@media print{body{background:#fff}.sidebar,.nav,.signout,.tab-row,.filter-row,.total-row,.sales-table,.button{display:none!important}.dashboard{grid-template-columns:1fr}.panel,.modal{border:none;box-shadow:none}.modal-backdrop{position:static;background:none;padding:0;box-shadow:none}.modal-header .row-actions{display:none}}.nav-link.disabled{opacity:.6;cursor:not-allowed}.textarea{width:100%;padding:.75rem .9rem;border-radius:12px;border:1px solid #cbd5e1;background:#f8fafc;font-size:.8rem;resize:vertical;font-family:Arial,Helvetica,sans-serif}.textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb24}.customer-table .table-row,.customer-table .table-head{grid-template-columns:1.2fr 1.4fr 1fr 1.8fr .9fr .9fr}@media (max-width: 1279px){.form .tab-row{font-size:12px;display:inline;border-radius:10px}.form .tab{border-radius:10px}.phase-sheet{margin:0 10%}}@media (max-width: 1023px){.dashboard{grid-template-columns:1fr;display:block}.sidebar{position:fixed;left:0;top:0;transform:translate(-100%);transition:transform .2s ease;width:260px;max-width:80vw;z-index:70;flex-direction:column;flex-wrap:nowrap}.sidebar.open{transform:translate(0)}.sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:60}.sidebar-overlay.active{opacity:1;pointer-events:auto}.sidebar-close{display:inline-flex;align-items:center;justify-content:center;margin-left:auto;border:none;background:#ffffff1f;color:#e2e8f0;width:32px;height:32px;border-radius:8px;font-size:1.25rem;cursor:pointer}.mobile-bar{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;right:0;height:56px;background:#0f172a;z-index:50;box-shadow:0 10px 30px #0f172a26}.hamburger{display:inline-flex;align-items:center;justify-content:center;position:absolute;left:12px;width:42px;height:42px;border-radius:10px;border:none;background:#0f172a;color:#fff;font-size:1.5rem}.mobile-logo{display:block;height:28px;width:auto}.mobile-signout{position:absolute;right:12px;border:none;background:transparent;color:#e2e8f0;font-weight:700;font-size:.9rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px}.dashboard-content{padding:3.5rem 1rem 2rem;width:100%;background:#fff}.nav{width:100%}.lede{margin-bottom:0}.panel-head h2{margin:10px 0}.panel-head{gap:.5rem;margin-bottom:.5rem}.sales-orders-table .table-row,.sales-orders-table .table-head,.sales-table.sales-orders-table .table-row,.sales-table.sales-orders-table .table-head{grid-template-columns:repeat(3,1fr)}.sales-orders-table .table-row span:nth-child(4),.sales-orders-table .table-head span:nth-child(4){grid-column:1/2;grid-row:2}.sales-orders-table .table-row span:nth-child(5),.sales-orders-table .table-head span:nth-child(5){grid-column:2/3;grid-row:2}.sales-orders-table .table-row span:nth-child(6),.sales-orders-table .table-head span:nth-child(6){grid-column:3/4;grid-row:2}.my-orders-table .table-row,.my-orders-table .table-head{grid-template-columns:repeat(5,1fr)}.my-orders-table .row-actions,.my-orders-table .row-actions .button{width:auto}.split-grid{grid-template-columns:1fr}.modal-backdrop .row-actions{justify-content:flex-end}.product-table .table-row,.product-table .table-head{grid-template-columns:repeat(5,1fr)}.product-table .table-row span:nth-child(6),.product-table .table-head span:nth-child(6){grid-column:1/2;grid-row:2}.product-table .table-row span:nth-child(7),.product-table .table-head span:nth-child(7){grid-column:2/6;grid-row:2}.order-table .table-row,.order-table .table-head{grid-template-columns:repeat(6,1fr);gap:.4rem}.catalog-table .table-row,.catalog-table .table-head{grid-template-columns:repeat(5,1fr);gap:.4rem}.team-table .table-row,.team-table .table-head{grid-template-columns:repeat(3,1fr)}.team-table .table-row span:nth-child(1),.team-table .table-head span:nth-child(1){grid-column:1/2;grid-row:1}.team-table .table-row span:nth-child(2),.team-table .table-head span:nth-child(2){grid-column:2/4;grid-row:1}.team-table .table-row span:nth-child(3),.team-table .table-head span:nth-child(3){grid-column:1/2;grid-row:2}.team-table .table-row span:nth-child(4),.team-table .table-head span:nth-child(4){grid-column:2/3;grid-row:2}.team-table .table-row span:nth-child(5),.team-table .table-head span:nth-child(5){grid-column:3/4;grid-row:2}.customer-table .table-row,.customer-table .table-head{grid-template-columns:1fr}.customer-table .table-row .button.small,.sales-table .table-row .button.small{width:100%}.panel{margin-top:1.25rem;padding:0;background:none;border:0;border-radius:0;box-shadow:none}.order-table .table-row span,.catalog-table .table-head span,.catalog-table .table-row span,.order-table .table-head span,.my-orders-table .table-row span,.my-orders-table .table-head span,.product-table .table-row span,.product-table .table-head span,.team-table .table-row span,.team-table .table-head span{font-size:12px}.table-row,.table-head{padding:.5rem}.inline-field input{padding:.4rem;border-radius:5px;font-size:12px}.button.small{padding:.4rem;font-size:12px;border-radius:4px}.table.order-table .currency-field .currency,.table.catalog-table .currency-field .currency{top:14px;left:-10px}.phase-sticky-top{top:56px}.phase-sheet{margin:0 2%}}@media (max-width: 767px){.card{padding:0;border:0;border-radius:0;box-shadow:none;background:none}.actions{flex-direction:column;align-items:stretch}.signed-in{align-items:normal;flex-direction:column}.card .eyebrow,.card h1{font-size:1.2rem}.app{padding:0}.checkbox-item{font-size:12px}.new-order-grid{grid-template-columns:1fr}.phase-image-wrap{height:120px}.phase-cart-bar{bottom:68px}}.new-tag{display:inline-block;margin-left:.4rem;padding:.1rem .35rem;border-radius:999px;background:red;color:#fff;font-size:10px;font-weight:700;vertical-align:middle}.address-hover{position:relative;cursor:help}.address-hover:after{content:attr(data-address);position:absolute;left:0;top:calc(100% + 6px);background:#0f172a;color:#fff;padding:.35rem .5rem;border-radius:6px;font-size:11px;line-height:1.35;white-space:normal;max-width:280px;width:max-content;opacity:0;pointer-events:none;transform:translateY(-4px);transition:.15s ease;z-index:20}.address-hover:hover:after{opacity:1;transform:translateY(0)}.qty-inline-wrap{display:inline-flex;align-items:center;gap:.3rem;margin:0}.phase-qty-input{width:100px;height:44px;padding:.75rem .9rem;border:1px solid #cbd5e1;border-radius:12px;text-align:center}.phase-cart-icon-img{width:22px;height:22px;object-fit:contain;display:block}.phase-image-button.out-stock img{opacity:.3}.phase-cart-bar{display:flex;align-items:center;justify-content:space-between;gap:12px}.phase-clear-cart{border:1px solid #cbd5e1;background:#fff;padding:6px 10px;color:#334155;font-size:12px;line-height:1.2;cursor:pointer;border-radius:999px}.phase-clear-cart:disabled{opacity:.5;cursor:not-allowed}.phase-cart-button{display:inline-flex;align-items:center;gap:10px;border:1px solid #cbd5e1;background:#0f172a;color:#fff;border-radius:999px;padding:10px 14px;font-size:13px;font-weight:600}
