main{flex-direction:column;gap:16px;display:flex}.auth-wizard.auth-container{background:radial-gradient(60% 60% at 15% 10%,#06b6d41f 0%,#06b6d400 55%),var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:24px 16px}.auth-wizard-layout{flex-direction:column;width:100%;min-width:0;max-width:28rem;margin:0 auto;display:flex}.auth-wizard-card-wrap{width:100%;position:relative}.auth-wizard-theme-toggle{z-index:2;position:absolute;top:16px;right:16px}.auth-wizard-theme-toggle .icon-button{background:var(--surface-alt);border:1px solid var(--border);width:40px;height:40px;color:var(--text-secondary);border-radius:10px}.auth-wizard-theme-toggle .icon-button:hover{background:var(--border);color:var(--text)}.auth-layout-with-theme{position:relative}.auth-theme-toggle{z-index:2;position:absolute;top:16px;right:16px}.auth-theme-toggle .icon-button{background:var(--surface-alt);border:1px solid var(--border);width:40px;height:40px;color:var(--text-secondary);border-radius:10px}.auth-theme-toggle .icon-button:hover{background:var(--border);color:var(--text)}.auth-wizard .auth-card{flex-direction:column;width:100%;display:flex}.auth-wizard .auth-card-header{display:none}.auth-wizard .auth-card-body,.auth-wizard-inner{flex-direction:column;padding:0;display:flex}.auth-wizard-header{flex-shrink:0;margin-bottom:20px}.auth-wizard-header .auth-back{margin-bottom:12px;font-size:.875rem;display:inline-block}.auth-wizard-brand{margin-bottom:16px}.auth-wizard-title{color:var(--text,#0f172a);margin:0 0 6px;font-size:1.25rem;font-weight:700}.auth-wizard-subtitle{color:var(--text-secondary,#475569);margin:0;font-size:.9rem;line-height:1.4}.auth-wizard-cards{flex-direction:column;gap:12px;display:flex}.auth-wizard-card{text-align:left;border:2px solid var(--border,#e2e8f0);background:var(--surface-alt,#f8fafc);width:100%;min-height:56px;color:var(--text,#0f172a);cursor:pointer;border-radius:12px;flex-direction:column;align-items:flex-start;gap:6px;padding:16px 18px;transition:border-color .2s,background .2s,box-shadow .2s;display:flex;position:relative}.auth-wizard-card:hover{background:var(--surface,#fff);border-color:#0a98c2}.auth-wizard-card:focus-visible{outline-offset:2px;outline:2px solid #0a98c2}.auth-wizard-card.is-selected{background:var(--surface,#fff);border-color:#0a98c2;box-shadow:0 0 0 1px #0a98c2}.auth-wizard-card-icon{color:#0a98c2;background:#06b6d41f;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.auth-wizard-card-icon svg{width:22px;height:22px}.auth-wizard-card-title{color:var(--text,#0f172a);font-size:1rem;font-weight:700;line-height:1.3}.auth-wizard-card-who{color:var(--text-secondary,#475569);margin:0;font-size:.875rem;line-height:1.35}.auth-wizard-card-badge{color:#0a98c2;align-items:center;gap:6px;font-size:.75rem;font-weight:600;display:inline-flex;position:absolute;top:12px;right:12px}.auth-wizard-card-badge svg{width:16px;height:16px}.auth-wizard-warning{color:var(--text,#0f172a);background:#fef3c7;border:2px solid #f59e0b;border-radius:8px;margin:16px 0 0;padding:12px 14px;font-size:.8125rem;line-height:1.45;box-shadow:0 0 0 1px #f59e0b33}.auth-wizard-form{flex-direction:column;gap:20px;display:flex}.auth-wizard .input{background:var(--surface-alt);border-color:var(--border)}.auth-wizard .input:focus{background:var(--surface);border-color:#0a98c2;box-shadow:0 0 0 3px #0a98c233}.auth-wizard .input-wrapper:focus-within .input-icon{color:#0a98c2}.auth-wizard-fields{flex-direction:column;gap:14px;display:flex}.auth-wizard-actions{flex-shrink:0;gap:12px;padding-top:8px;display:flex}.auth-wizard-actions-single{margin-top:8px}.auth-wizard-actions-step2{flex-direction:column;gap:12px}.auth-wizard-actions .auth-wizard-btn-secondary,.auth-wizard-actions .auth-wizard-btn-primary{border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:12px 20px;font-size:1rem;display:inline-flex}.auth-wizard-btn-secondary{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 50%,#a78bfa 100%);border:none;flex:1}.auth-wizard-btn-secondary:hover:not(:disabled){background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 50%,#8b5cf6 100%)}.auth-wizard-btn-primary{color:#fff;background:linear-gradient(135deg,#0a98c2 0%,#1cc1d8 55%,#45e5f2 100%);border:none;flex:1}.auth-wizard-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#088bb3 0%,#1ab6cc 55%,#3cd7ea 100%)}.auth-wizard-footer-wrap{margin-top:20px;padding-top:0}.auth-wizard-separator{border:none;border-top:1px solid var(--border,#e2e8f0);margin:0 0 16px}.auth-wizard-footer{text-align:center;margin:0;font-size:.875rem}@media (max-width:480px){.auth-wizard-actions,.auth-wizard-actions-single,.auth-wizard-actions-step2{background:var(--surface,#fff);border-top:1px solid var(--border,#e2e8f0);margin:16px -20px 0;padding:16px 20px;position:sticky;bottom:0;left:0;right:0}}html[data-theme=dark] .auth-wizard.auth-container{background:radial-gradient(60% 60% at 15% 10%,#06b6d414 0%,#06b6d400 55%),var(--bg)}html[data-theme=dark] .auth-wizard .auth-card{border:1px solid var(--border-strong);box-shadow:0 0 0 1px #ffffff0f,var(--shadow-lg)}html[data-theme=dark] .auth-wizard-card{border-color:var(--border);background:var(--surface-alt)}html[data-theme=dark] .auth-wizard-card:hover,html[data-theme=dark] .auth-wizard-card.is-selected{border-color:var(--accent);background:var(--surface);box-shadow:0 0 0 1px var(--accent)}html[data-theme=dark] .auth-wizard-card-icon{background:var(--accent-softer);color:var(--accent)}html[data-theme=dark] .auth-wizard-card-badge{color:var(--accent)}html[data-theme=dark] .auth-wizard-warning{color:var(--text);background:#f59e0b2e;border:2px solid #f59e0b;box-shadow:0 0 0 1px #f59e0b4d}html[data-theme=dark] .auth-wizard-separator{border-top-color:var(--border-strong)}html[data-theme=dark] .auth-wizard-btn-secondary{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 50%,#a78bfa 100%);border:none}html[data-theme=dark] .auth-wizard-btn-secondary:hover:not(:disabled){background:linear-gradient(135deg,#818cf8 0%,#a78bfa 50%,#c4b5fd 100%)}html[data-theme=dark] .auth-wizard .input{background:var(--surface-alt);border-color:var(--border)}html[data-theme=dark] .auth-wizard .input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}html[data-theme=dark] .auth-wizard .input-wrapper:focus-within .input-icon{color:var(--accent)}@media (max-width:480px){html[data-theme=dark] .auth-wizard-actions,html[data-theme=dark] .auth-wizard-actions-single,html[data-theme=dark] .auth-wizard-actions-step2{border-top-color:var(--border-strong)}}html[data-theme=dark] .auth-wizard-theme-toggle .icon-button,html[data-theme=dark] .auth-theme-toggle .icon-button{background:var(--surface-alt);border-color:var(--border-strong);color:var(--text-secondary)}html[data-theme=dark] .auth-wizard-theme-toggle .icon-button:hover,html[data-theme=dark] .auth-theme-toggle .icon-button:hover{background:var(--border);color:var(--text)}.customer-onboarding-banner,.seller-onboarding-banner{border:1px solid var(--accent,#0891b2);background:linear-gradient(135deg,#0891b21f 0%,#06b6d414 100%);border-radius:12px;align-items:flex-start;gap:12px;margin-bottom:20px;padding:14px 16px;display:flex}.customer-onboarding-banner-text,.seller-onboarding-banner-text{color:var(--text,#0f172a);flex:1;margin:0;font-size:.9375rem;font-weight:500;line-height:1.4}.customer-onboarding-banner-dismiss,.seller-onboarding-banner-dismiss{width:32px;height:32px;color:var(--text-secondary,#475569);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;padding:0;font-size:1.5rem;line-height:1}.customer-onboarding-banner-dismiss:hover,.seller-onboarding-banner-dismiss:hover{color:var(--text,#0f172a);background:#0000000f}.customer-portal-header-status-hint,.seller-portal-header-status-hint{color:#92400e;background:linear-gradient(135deg,#f59e0b26 0%,#fbbf241a 100%);border:1px solid #f59e0b59;border-radius:10px;margin:10px 0 0;padding:10px 14px;font-size:.875rem;font-weight:600;line-height:1.4}html[data-theme=dark] .customer-portal-header-status-hint,html[data-theme=dark] .seller-portal-header-status-hint{color:#fcd34d;background:linear-gradient(135deg,#f59e0b2e 0%,#d977061f 100%);border-color:#fbbf2466}.customer-portal-header-status-hint-pending,.seller-portal-header-status-hint-pending{color:#0c4a6e;background:linear-gradient(135deg,#0ea5e926 0%,#06b6d41a 100%);border-color:#0ea5e959}html[data-theme=dark] .customer-portal-header-status-hint-pending,html[data-theme=dark] .seller-portal-header-status-hint-pending{color:#7dd3fc;background:linear-gradient(135deg,#0ea5e933 0%,#06b6d41f 100%);border-color:#38bdf866}.customer-portal-btn-activate,.seller-portal-btn-activate{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#d97706 50%,#b45309 100%);box-shadow:0 2px 8px #d9770640}.customer-portal-btn-activate:hover,.seller-portal-btn-activate:hover{background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 50%,#d97706 100%);transform:translateY(-1px);box-shadow:0 4px 12px #d977064d}html[data-theme=dark] .customer-portal-btn-activate,html[data-theme=dark] .seller-portal-btn-activate{background:linear-gradient(135deg,#f59e0b 0%,#d97706 50%,#b45309 100%);box-shadow:0 2px 10px #f59e0b33}html[data-theme=dark] .customer-portal-btn-activate:hover,html[data-theme=dark] .seller-portal-btn-activate:hover{background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 50%,#d97706 100%);box-shadow:0 4px 14px #f59e0b4d}.customer-portal-btn-activate:focus-visible,.seller-portal-btn-activate:focus-visible{outline-offset:2px;outline:2px solid #d97706}.customer-portal-btn-activate:disabled,.seller-portal-btn-activate:disabled{pointer-events:none;cursor:not-allowed;opacity:.7;transform:none}.customer-portal-btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.customer-portal-password-error,.seller-portal-password-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin:0 0 12px;padding:8px 12px;font-size:.875rem}html[data-theme=dark] .customer-portal-password-error,html[data-theme=dark] .seller-portal-password-error{color:#f87171;background:#dc262626;border-color:#ef44444d}.customer-portal-page,.seller-portal-page{min-width:0;overflow-x:hidden}.customer-portal-header-text,.seller-portal-header-text{overflow-wrap:break-word;min-width:0}.customer-portal-title,.seller-portal-title,.customer-portal-subtitle,.seller-portal-subtitle{overflow-wrap:break-word;word-break:break-word}.customer-portal-header-status-hint,.seller-portal-header-status-hint{overflow-wrap:break-word;word-break:break-word;min-width:0}@media (max-width:640px){.customer-portal-header,.seller-portal-header{flex-direction:column;align-items:stretch;gap:12px;padding:16px}.customer-portal-header-text,.seller-portal-header-text{flex:auto;min-width:0}.customer-portal-title,.seller-portal-title{font-size:1.4rem}.customer-portal-subtitle,.seller-portal-subtitle{font-size:.85rem}.customer-portal-header-actions,.seller-portal-header-actions{flex-wrap:wrap;min-width:0}.customer-portal-header-actions .customer-portal-btn,.seller-portal-header-actions .seller-portal-btn{flex:auto;min-width:0}.customer-portal-card-title,.customer-portal-card-desc,.seller-portal-card-title,.seller-portal-card-desc{overflow-wrap:break-word;word-break:break-word}.customer-portal-summary-name,.customer-portal-summary-email,.seller-portal-summary-name,.seller-portal-summary-email{overflow-wrap:break-word;word-break:break-word;min-width:0}}@media (max-width:480px){.customer-portal-page,.seller-portal-page{padding:0 12px 20px}.customer-portal-header,.seller-portal-header{margin-left:-12px;margin-right:-12px;padding:14px 16px}.customer-portal-title,.seller-portal-title{font-size:1.25rem}.customer-portal-subtitle,.seller-portal-subtitle{font-size:.8125rem}.customer-portal-header-status-hint,.seller-portal-header-status-hint{padding:8px 12px;font-size:.8125rem}.customer-portal-header-actions,.seller-portal-header-actions{flex-direction:column;width:100%}.customer-portal-header-actions .customer-portal-btn,.seller-portal-header-actions .seller-portal-btn{justify-content:center;width:100%}.customer-portal-card .customer-portal-card-title,.customer-portal-card .customer-portal-card-desc,.seller-portal-card .seller-portal-card-title,.seller-portal-card .seller-portal-card-desc{overflow-wrap:break-word;word-break:break-word}}.customer-portal-input-wrap,.seller-portal-input-wrap{align-items:center;display:flex;position:relative}.customer-portal-input-wrap .account-input,.seller-portal-input-wrap .account-input{padding-right:36px}.customer-portal-input-check,.seller-portal-input-check{color:#059669;pointer-events:none;justify-content:center;align-items:center;width:20px;height:20px;font-size:.875rem;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}html[data-theme=dark] .customer-portal-input-check,html[data-theme=dark] .seller-portal-input-check{color:#34d399}.customer-portal-profile-type .profile-type-button:disabled{opacity:.7;cursor:not-allowed;pointer-events:none}.customer-portal-same-address-check,.seller-portal-same-address-check{margin-bottom:12px}.customer-portal-checkbox-label,.seller-portal-checkbox-label{cursor:pointer;color:var(--text);align-items:center;gap:8px;font-weight:500;display:inline-flex}:is(.customer-portal-checkbox-label:has(.customer-portal-checkbox:disabled),.seller-portal-checkbox-label:has(.seller-portal-checkbox:disabled)){cursor:default}.customer-portal-same-address-check input[type=checkbox].customer-portal-checkbox,.seller-portal-same-address-check input[type=checkbox].seller-portal-checkbox{appearance:none;cursor:pointer;background-color:#fff;border:1px solid #e2e8f0;border-radius:4px;width:20px;min-width:20px;height:20px;min-height:20px}.customer-portal-same-address-check input[type=checkbox].customer-portal-checkbox:checked,.seller-portal-same-address-check input[type=checkbox].seller-portal-checkbox:checked{background-color:#0e7490;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:14px 14px;border-color:#06b6d4}.customer-portal-same-address-check input[type=checkbox].customer-portal-checkbox:focus-visible,.seller-portal-same-address-check input[type=checkbox].seller-portal-checkbox:focus-visible{outline-offset:2px;outline:2px solid #06b6d4}.customer-portal-same-address-check input[type=checkbox].customer-portal-checkbox:disabled,.seller-portal-same-address-check input[type=checkbox].seller-portal-checkbox:disabled{opacity:.5;cursor:not-allowed}.customer-portal-field-hint,.seller-portal-field-hint{color:var(--muted);margin:6px 0 0 26px;font-size:.875rem;line-height:1.4}html[data-theme=dark] .customer-portal-checkbox-label,html[data-theme=dark] .seller-portal-checkbox-label{color:#e2e8f0}html[data-theme=dark] .customer-portal-same-address-check input[type=checkbox].customer-portal-checkbox,html[data-theme=dark] .seller-portal-same-address-check input[type=checkbox].seller-portal-checkbox{appearance:none;cursor:pointer;background-color:#1e293b;border:1px solid #475569;border-radius:4px;width:20px;min-width:20px;height:20px;min-height:20px}html[data-theme=dark] .customer-portal-same-address-check input[type=checkbox].customer-portal-checkbox:checked,.seller-portal-same-address-check input[type=checkbox].seller-portal-checkbox:checked{background-color:#0e7490;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:14px 14px;border-color:#06b6d4}html[data-theme=dark] .customer-portal-same-address-check input[type=checkbox].customer-portal-checkbox:focus-visible,.seller-portal-same-address-check input[type=checkbox].seller-portal-checkbox:focus-visible{outline-offset:2px;outline:2px solid #06b6d4}html[data-theme=dark] .customer-portal-same-address-check input[type=checkbox].customer-portal-checkbox:disabled,.seller-portal-same-address-check input[type=checkbox].seller-portal-checkbox:disabled{opacity:.5;cursor:not-allowed}html[data-theme=dark] .customer-portal-field-hint,html[data-theme=dark] .seller-portal-field-hint{color:var(--muted)}html[data-theme=dark] .seller-portal-instruction-box{border:1px solid #94a3b833;background-color:#1e293b59!important}.customer-faq-trigger:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.new-order-module{flex-direction:column;gap:20px;width:100%;max-width:none;display:flex}.new-order-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:8px 0 10px;display:flex}.new-order-header-title{letter-spacing:-.02em;color:var(--text);margin:0;font-size:1.2rem;font-weight:700}.new-order-header .icon-button{border:1px solid var(--border);background:var(--surface-alt,var(--bg-accent));color:var(--text-secondary);flex-shrink:0}.new-order-header .icon-button:hover{background:var(--border);color:var(--text)}.new-order-module .new-order-portal-header{border-bottom:none;margin-bottom:20px}.new-order-module .new-order-portal-header+.new-order-card{margin-top:0}.new-order-module .new-order-portal-header .customer-orders-portal-header-actions .customer-orders-portal-btn{border-radius:10px!important;gap:6px!important;padding:6px 12px!important;font-size:.8125rem!important}@media (max-width:640px){.new-order-module{background:linear-gradient(165deg,#fff 0%,#fafcff 45%,#f8fafc 100%);border:1px solid #0891b22e;border-radius:18px;overflow:hidden;box-shadow:0 8px 28px #0f172a14,inset 0 0 0 1px #ffffffe6;gap:0!important}.new-order-module .new-order-portal-header.customer-orders-portal-header{background:linear-gradient(135deg,#fff 0%,#f8fcff 50%,#f0f9ff 100%)!important;border:none!important;border-bottom:1px solid #0891b21f!important;border-radius:0!important;margin:0!important;padding:20px 24px 16px!important;box-shadow:0 2px 12px #0f172a0f,inset 0 1px #ffffffe6!important}.new-order-module .new-order-portal-header .customer-orders-portal-header-text{min-width:0;padding-right:12px}.new-order-module .new-order-portal-header .customer-orders-portal-title{letter-spacing:-.02em;margin:0 0 6px;font-size:1.35rem}.new-order-module .new-order-portal-header .customer-orders-portal-subtitle{color:#475569;margin:0;font-size:.8125rem;line-height:1.4}.new-order-module .new-order-portal-header .customer-orders-portal-header-actions{flex-shrink:0;margin-top:4px;padding-left:0}.new-order-module .new-order-portal-header+.new-order-card{box-shadow:none!important;border:none!important;border-radius:0!important;margin-top:0!important}.new-order-module .new-order-card:has(.manual-order-wizard){box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;margin:0!important;padding:20px 24px 24px!important}.new-order-module .new-order-card:has(.manual-order-wizard):before{display:none!important}html[data-theme=light] .new-order-module .new-order-card:has(.manual-order-wizard){background:0 0!important;padding:20px 24px 24px!important}html[data-theme=dark] .new-order-module{background:linear-gradient(165deg,#0f172afa 0%,#082f4933 50%,#0f172afa 100%);border-color:#22d3ee26;box-shadow:0 8px 28px #0000004d,0 0 0 1px #22d3ee14}html[data-theme=dark] .new-order-module .new-order-portal-header.customer-orders-portal-header{background:linear-gradient(135deg,#0f172af2 0%,#082f4999 50%,#064e6340 100%)!important;border-bottom-color:#22d3ee1f!important;box-shadow:0 4px 24px #0006,0 0 40px #06b6d414!important}html[data-theme=dark] .new-order-module .new-order-portal-header .customer-orders-portal-subtitle{color:#94a3b8}}@media (max-width:480px){.new-order-module{border-radius:16px}.new-order-module .new-order-portal-header.customer-orders-portal-header{border-bottom-width:1px!important;padding:16px 20px 14px!important}.new-order-module .new-order-portal-header .customer-orders-portal-header-text{padding-right:10px}.new-order-module .new-order-portal-header .customer-orders-portal-title{margin:0 0 4px;font-size:1.2rem}.new-order-module .new-order-portal-header .customer-orders-portal-subtitle{font-size:.75rem;line-height:1.35}.new-order-module .new-order-card:has(.manual-order-wizard){padding:18px max(20px,env(safe-area-inset-right))22px max(20px,env(safe-area-inset-left))!important;border-radius:0!important}html[data-theme=light] .new-order-module .new-order-card:has(.manual-order-wizard){padding:18px 20px 22px!important}}html[data-theme=light] .new-order-module{--new-order-bg:#fff;--new-order-border:#94a3b8;--new-order-text:#0f172a;--new-order-text-secondary:#334155;--new-order-accent:#0e7490;--new-order-section-bg:#f8fafc}html[data-theme=light] .new-order-header{border-bottom:2px solid #cbd5e1;margin-bottom:0;padding:10px 0 12px}html[data-theme=light] .new-order-header-title{color:#0f172a;letter-spacing:-.03em;font-size:1.25rem;font-weight:800;line-height:1.2}.new-order-card{background:var(--surface);border:1px solid var(--border);box-shadow:none;border-radius:8px;padding:16px 20px}.new-order-module .new-order-card:has(.manual-order-wizard){background:linear-gradient(165deg,#fff 0%,#fafcff 45%,#f8fafc 100%);border:1px solid #0891b21a;border-radius:20px;padding:24px;position:relative;overflow:hidden;box-shadow:0 10px 40px #0f172a0f,inset 0 0 0 1px #fffc}.new-order-module .new-order-card:has(.manual-order-wizard):before{content:"";background:linear-gradient(90deg,#0000,#0891b240,#0000);height:3px;position:absolute;top:0;left:0;right:0}html[data-theme=dark] .new-order-module .new-order-card:has(.manual-order-wizard){background:linear-gradient(165deg,#0f172ae6 0%,#082f4940 50%,#0f172af2 100%);border-color:#22d3ee26;box-shadow:0 10px 40px #0006,0 0 0 1px #22d3ee14}html[data-theme=light] .new-order-card{box-shadow:none;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:16px 20px}html[data-theme=light] .new-order-module .new-order-card:has(.manual-order-wizard){background:linear-gradient(165deg,#fff 0%,#fafcff 45%,#f8fafc 100%);border:1px solid #0891b21a;border-radius:20px;padding:24px;box-shadow:0 10px 40px #0f172a0f,inset 0 0 0 1px #fffc}.new-order-tabs{border-bottom:1px solid var(--border);gap:6px;margin-bottom:10px;padding-bottom:8px;display:flex}html[data-theme=light] .new-order-tabs{border-bottom:2px solid #e2e8f0;margin-bottom:12px;padding-bottom:10px}.new-order-tab{color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;padding:8px 16px;font-size:.9rem;font-weight:500;transition:background .15s,color .15s,border-color .15s}.new-order-tab:hover{color:var(--text);background:var(--bg-accent,#0000000a)}.new-order-tab-active{background:var(--accent);color:#fff;border-color:var(--accent)}.new-order-tab-active:hover{background:var(--accent-hover,var(--accent));color:#fff}html[data-theme=light] .new-order-tab{color:#475569;padding:10px 18px;font-weight:600}html[data-theme=light] .new-order-tab:hover{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1}html[data-theme=light] .new-order-tab-active{color:#fff;background:#0e7490;border-color:#0e7490;box-shadow:0 1px 3px #0e749059}html[data-theme=light] .new-order-tab-active:hover{color:#fff;background:#155e75;border-color:#155e75}.new-order-progress{margin-bottom:12px}.new-order-progress-labels{color:var(--text-secondary);justify-content:space-between;align-items:center;margin-bottom:4px;font-size:.8125rem;display:flex}html[data-theme=light] .new-order-progress{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:14px;padding:10px 12px}html[data-theme=light] .new-order-progress-labels{color:#334155;margin-bottom:8px;font-size:.9rem;font-weight:600}.new-order-progress-value{color:var(--accent);font-weight:600}html[data-theme=light] .new-order-progress-value{color:#0e7490;font-size:1rem}.new-order-progress-track{background:var(--border);border-radius:6px;height:10px;overflow:hidden}html[data-theme=light] .new-order-progress-track{background:#e2e8f0;border-radius:8px;height:12px}.new-order-progress-fill{background:var(--accent);border-radius:6px;height:100%;transition:width .2s}html[data-theme=light] .new-order-progress-fill{background:linear-gradient(90deg,#0e7490,#0891b2);border-radius:8px}.new-order-summary-wrap{border-top:1px solid var(--border);margin-top:14px;padding-top:12px}html[data-theme=light] .new-order-summary-wrap{background:#f8fafc;border-top:2px solid #e2e8f0;border-radius:0 0 10px 10px;margin-top:16px;margin-left:-22px;margin-right:-22px;padding:14px 22px 16px}.new-order-actions{border-top:1px solid var(--border);flex-wrap:wrap;gap:8px;margin-top:14px;padding-top:12px;display:flex}html[data-theme=light] .new-order-actions{border-top:2px solid #e2e8f0;gap:10px;margin-top:16px;padding-top:14px}.new-order-btn-primary{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:8px 16px;font-size:.875rem;font-weight:600;transition:background .15s,opacity .15s}.new-order-btn-primary:hover:not(:disabled){background:var(--accent-hover,var(--accent));opacity:.95}.new-order-btn-primary:disabled{opacity:.5;cursor:not-allowed}html[data-theme=light] .new-order-btn-primary:not(:disabled){background:#0e7490;border-radius:10px;padding:12px 24px;font-size:1rem;font-weight:700;box-shadow:0 2px 6px #0e74904d}html[data-theme=light] .new-order-btn-primary:hover:not(:disabled){background:#155e75;box-shadow:0 3px 8px #0e749066}.new-order-btn-secondary{border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:6px;padding:8px 14px;font-size:.8125rem;font-weight:500;transition:background .15s,color .15s,border-color .15s}.new-order-btn-secondary:hover{background:var(--bg-accent,#0000000a);color:var(--text);border-color:var(--border-strong,var(--border))}html[data-theme=light] .new-order-btn-secondary{color:#334155;border:2px solid #cbd5e1;border-radius:8px;padding:8px 16px;font-weight:600}html[data-theme=light] .new-order-btn-secondary:hover{color:#0f172a;background:#f1f5f9;border-color:#94a3b8}.new-order-module .new-order-card.new-order-success-card,.new-order-success-card{text-align:center;box-sizing:border-box;width:100%;max-width:560px;margin-left:auto;margin-right:auto;padding:40px 32px}html[data-theme=light] .new-order-card.new-order-success-card,html[data-theme=light] .new-order-success-card{border:2px solid #cbd5e1;border-radius:12px;padding:48px 40px;box-shadow:0 4px 16px #0f172a14}.new-order-success-title{color:var(--text);margin:0 0 12px;font-size:1.25rem;font-weight:700}html[data-theme=light] .new-order-success-title{color:#0f172a;font-size:1.4rem;font-weight:800;line-height:1.3}.new-order-success-text{color:var(--text-secondary);margin:0;font-size:.95rem}html[data-theme=light] .new-order-success-text{color:#475569;font-size:1rem;line-height:1.55}.new-order-card .order-form-section{padding:0 0 10px}.new-order-card .order-form-section+.order-form-section{margin-top:0}html[data-theme=light] .new-order-card .order-form-section{gap:12px;padding:0 0 10px}html[data-theme=light] .new-order-card .order-form-section h3,html[data-theme=light] .new-order-card .order-form-section .card-title{text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin:0 0 12px;font-size:.875rem;font-weight:700;line-height:1.3}html[data-theme=light] .new-order-card .form-label,html[data-theme=light] .new-order-card .form-field .form-label,html[data-theme=light] .new-order-card .order-form-question-label,html[data-theme=light] .new-order-card .order-form-question-label label{text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;font-size:.75rem;font-weight:700;line-height:1.4}html[data-theme=light] .new-order-card .form-field{margin-bottom:2px}html[data-theme=light] .new-order-card .form-field+.form-field{margin-top:2px}html[data-theme=light] .new-order-card .input{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:10px;min-height:36px;padding:8px 12px;font-size:.9375rem;line-height:1.4}html[data-theme=light] .new-order-card .input:focus{border-color:#0891b2;outline:none;box-shadow:0 0 0 3px #0891b22e}html[data-theme=light] .new-order-card .input::placeholder{color:#94a3b8}html[data-theme=light] .new-order-card .order-summary .card-title{color:#0f172a;margin-bottom:12px;font-size:1.05rem;font-weight:800}html[data-theme=light] .new-order-card .order-summary dt{color:#334155;font-size:.875rem;font-weight:700}html[data-theme=light] .new-order-card .order-summary dd{color:#0f172a;font-size:.9rem;line-height:1.5}.new-order-card .order-option-row{flex-flow:wrap;gap:6px;display:flex}.new-order-card .order-option-btn{border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;white-space:nowrap;border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:.75rem;font-weight:500;transition:background .2s,border-color .2s,color .2s,box-shadow .2s;display:inline-flex}.new-order-card .order-option-btn:hover{border-color:var(--accent);background:var(--bg-accent,#06b6d41f);box-shadow:0 0 0 1px var(--accent)}.new-order-card .order-option-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.new-order-card .order-option-btn-selected{background:var(--accent);border-color:var(--accent);color:#fff}.new-order-card .order-option-btn-selected:hover{filter:brightness(1.08);box-shadow:0 2px 8px #06b6d459}html[data-theme=light] .new-order-card .order-option-btn{background:#fff;border:2px solid #cbd5e1}html[data-theme=light] .new-order-card .order-option-btn:hover{background:#ecfeff;border-color:#0e7490;box-shadow:0 0 0 1px #0e7490}html[data-theme=light] .new-order-card .order-option-btn-selected{color:#fff;background:#0e7490;border-color:#0e7490}html[data-theme=light] .new-order-card .order-option-btn-selected:hover{background:#0f8599;border-color:#0f8599;box-shadow:0 2px 8px #0e749066}html[data-theme=light] .new-order-card .order-option-btn{border-radius:10px}html[data-theme=dark] .new-order-card .order-option-btn{color:#e2e8f0;background:#1e293b;border-color:#334155}html[data-theme=dark] .new-order-card .order-option-btn:hover{background:#0f172a;border-color:#06b6d4;box-shadow:0 0 0 1px #06b6d4}html[data-theme=dark] .new-order-card .order-option-btn-selected{color:#0f172a;background:#06b6d4;border-color:#06b6d4}html[data-theme=dark] .new-order-card .order-option-btn-selected:hover{background:#22d3ee;border-color:#22d3ee;box-shadow:0 2px 8px #06b6d480}.new-order-card .order-form-volume-slider-wrap{background:var(--surface-alt);border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:12px;padding:12px 14px;transition:border-color .2s;display:flex}.new-order-card .order-form-volume-slider-wrap:focus-within{border-color:var(--border-strong)}.new-order-card .order-form-volume-input-row{align-items:center;gap:10px;display:flex}.new-order-card .order-form-volume-slider-wrap .input,.new-order-card .order-form-volume-slider-wrap input[type=number]{text-align:center;background:var(--surface);border:1px solid var(--border);width:6ch;min-width:6ch;color:var(--text);appearance:textfield;border-radius:8px;padding:8px 10px;font-size:.9375rem;font-weight:600;transition:border-color .2s,box-shadow .2s}.new-order-card .order-form-volume-slider-wrap .input:focus,.new-order-card .order-form-volume-slider-wrap input[type=number]:focus{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft);outline:none}.new-order-card .order-form-volume-slider-wrap input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.new-order-card .order-form-volume-slider-wrap input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.new-order-card .order-form-volume-unit{color:var(--text-secondary);letter-spacing:.02em;font-size:.875rem;font-weight:600}.new-order-card .order-form-volume-slider-row{align-items:center;gap:12px;min-width:0;display:flex}.new-order-card .order-form-volume-min,.new-order-card .order-form-volume-max{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;flex-shrink:0;min-width:2ch;font-size:.75rem;font-weight:700}.new-order-card .order-form-volume-slider{appearance:none;cursor:pointer;--slider-fill:0%;background:0 0;flex:1;min-width:0;height:28px;margin:0;padding:0}.new-order-card .order-form-volume-slider::-webkit-slider-runnable-track{background:linear-gradient(to right,var(--accent)0,var(--accent)var(--slider-fill),var(--border)var(--slider-fill),var(--border)100%);border-radius:3px;height:6px;transition:background .1s}.new-order-card .order-form-volume-slider:hover::-webkit-slider-runnable-track{background:linear-gradient(to right,var(--accent-hover)0,var(--accent-hover)var(--slider-fill),var(--border-strong)var(--slider-fill),var(--border-strong)100%)}.new-order-card .order-form-volume-slider::-moz-range-track{background:var(--border);border-radius:3px;height:6px}.new-order-card .order-form-volume-slider:hover::-moz-range-track{background:var(--border-strong)}.new-order-card .order-form-volume-slider::-moz-range-progress{background:var(--accent);border-radius:3px 0 0 3px;height:6px}.new-order-card .order-form-volume-slider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--accent);cursor:grab;border:3px solid var(--surface);border-radius:50%;width:20px;height:20px;margin-top:-7px;transition:transform .15s,box-shadow .15s;box-shadow:0 2px 6px #00000040}.new-order-card .order-form-volume-slider::-webkit-slider-thumb:hover{transform:scale(1.12);box-shadow:0 3px 10px #06b6d466}.new-order-card .order-form-volume-slider::-webkit-slider-thumb:active{cursor:grabbing}.new-order-card .order-form-volume-slider:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 4px var(--accent-soft)}.new-order-card .order-form-volume-slider::-moz-range-thumb{background:var(--accent);cursor:grab;border:3px solid var(--surface);border-radius:50%;width:20px;height:20px;transition:transform .15s,box-shadow .15s;box-shadow:0 2px 6px #00000040}.new-order-card .order-form-volume-slider::-moz-range-thumb:hover{transform:scale(1.12);box-shadow:0 3px 10px #06b6d466}.new-order-card .order-form-volume-slider::-moz-range-thumb:active{cursor:grabbing}.new-order-card .order-form-volume-slider:focus-visible::-moz-range-thumb{box-shadow:0 0 0 4px var(--accent-soft)}html[data-theme=light] .new-order-card .order-form-volume-slider-wrap{background:#f8fafc;border-color:#e2e8f0}html[data-theme=light] .new-order-card .order-form-volume-slider-wrap:focus-within{border-color:#cbd5e1}html[data-theme=light] .new-order-card .order-form-volume-slider::-webkit-slider-runnable-track{background:linear-gradient(to right,#0e7490 0,#0e7490 var(--slider-fill),#e2e8f0 var(--slider-fill),#e2e8f0 100%)}html[data-theme=light] .new-order-card .order-form-volume-slider::-moz-range-track{background:#e2e8f0}html[data-theme=light] .new-order-card .order-form-volume-slider::-moz-range-progress{background:#0e7490}html[data-theme=light] .new-order-card .order-form-volume-slider::-webkit-slider-thumb{background:#0e7490;border-color:#fff}html[data-theme=light] .new-order-card .order-form-volume-slider::-moz-range-thumb{background:#0e7490;border-color:#fff}html[data-theme=dark] .new-order-card .order-form-volume-slider-wrap{background:#1e293b80;border-color:#334155}html[data-theme=dark] .new-order-card .order-form-volume-slider-wrap:focus-within{border-color:#475569}html[data-theme=dark] .new-order-card .order-form-volume-slider::-webkit-slider-runnable-track{background:linear-gradient(to right,#06b6d4 0,#06b6d4 var(--slider-fill),#334155 var(--slider-fill),#334155 100%)}html[data-theme=dark] .new-order-card .order-form-volume-slider::-moz-range-track{background:#334155}html[data-theme=dark] .new-order-card .order-form-volume-slider::-moz-range-progress{background:#06b6d4}html[data-theme=dark] .new-order-card .order-form-volume-slider::-webkit-slider-thumb{border-color:var(--surface);background:#06b6d4;box-shadow:0 2px 8px #00000080}html[data-theme=dark] .new-order-card .order-form-volume-slider::-moz-range-thumb{border-color:var(--surface);background:#06b6d4;box-shadow:0 2px 8px #00000080}.new-order-card .order-form-question-row{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:12px;grid-template-rows:auto auto auto;grid-template-columns:1fr;align-items:stretch;gap:4px 0;min-height:0;margin-bottom:0;padding:14px 16px;display:grid;box-shadow:0 2px 6px #0f172a14}.new-order-card .order-form-question-row .order-form-question-label{grid-area:1/1}.new-order-card .order-form-question-row .order-form-question-answer,.new-order-card .order-form-question-row .order-form-question-content{grid-area:2/1}.new-order-card .order-form-question-row .validation-icon-wrap{grid-area:3/1;justify-self:start}.new-order-card .order-form-question-row:last-child{border-bottom:1px solid #e2e8f0}html[data-theme=dark] .new-order-card .order-form-question-row{background:var(--surface);border-color:var(--border);box-shadow:0 2px 6px #0003}html[data-theme=dark] .new-order-card .order-form-question-row:last-child{border-bottom-color:var(--border)}@media (min-width:768px){.new-order-card .order-form-questions,.new-order-card .order-form-schedule-rows,.new-order-card .order-form-address-schedule{gap:12px!important}.new-order-card .order-form-question-row{grid-template-rows:auto;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr) auto;align-items:center;gap:6px 12px;padding:12px 16px}.new-order-card .order-form-question-row .order-form-question-label{grid-area:1/1}.new-order-card .order-form-question-row .order-form-question-answer,.new-order-card .order-form-question-row .order-form-question-content{grid-area:1/2}.new-order-card .order-form-question-row .validation-icon-wrap{grid-area:1/3;justify-self:end}.new-order-card .order-form-question-row>.order-form-question-content{grid-column:1/span 3}}.new-order-card .order-form-question-row.order-form-question-row--valid{border-color:#e2e8f0}.new-order-card .order-form-question-row.order-form-question-row--valid .order-form-question-label:before,.new-order-card .order-form-question-row.order-form-question-row--invalid .order-form-question-label:before{display:none!important}.new-order-card .order-form-question-row.order-form-question-row--invalid,.new-order-card .order-form-question-row.order-form-question-row--inactive,.new-order-card .order-form-question-row.order-form-question-row--neutral{border-color:#e2e8f0}html[data-theme=dark] .new-order-card .order-form-question-row.order-form-question-row--valid,html[data-theme=dark] .new-order-card .order-form-question-row.order-form-question-row--invalid,html[data-theme=dark] .new-order-card .order-form-question-row.order-form-question-row--inactive,html[data-theme=dark] .new-order-card .order-form-question-row.order-form-question-row--neutral{border-color:var(--border)}.new-order-card .order-form-question-label{color:var(--text,#0f172a);min-width:0;font-size:.9375rem;font-weight:500;line-height:1.4}.new-order-card .order-form-question-label label{font-weight:inherit;color:inherit;cursor:default}.new-order-card .order-form-question-answer{flex-direction:column;gap:4px;min-width:0;display:flex}.new-order-card .order-form-question-row>.order-form-question-content{grid-area:1/1/-1}@media (min-width:768px){.new-order-card .order-form-question-row>.order-form-question-content{grid-column:1/span 3}}.new-order-card .order-form-address-grid{min-width:0;max-width:100%}.new-order-card .order-form-address-grid>div,.new-order-card .order-form-address-row{min-width:0}.new-order-card .order-form-address-row{grid-template-columns:minmax(7rem,11ch) 1fr;align-items:end;gap:10px;display:grid}@media (max-width:480px){.new-order-card .order-form-address-grid{flex-direction:column;gap:10px;display:flex}.new-order-card .order-form-address-row:first-child{grid-template-columns:minmax(5ch,6ch) 1fr;gap:10px}.new-order-card .order-form-address-row:last-child{grid-template-rows:auto auto;grid-template-columns:minmax(7rem,11ch) 1fr;align-items:end;gap:10px;display:grid}.new-order-card .order-form-address-row:last-child>.form-field:first-child{grid-area:2/1}.new-order-card .order-form-address-row:last-child .order-form-city-country{display:contents}.new-order-card .order-form-address-row:last-child .order-form-city-country .form-field:first-child{grid-area:1/1/auto/-1}.new-order-card .order-form-address-row:last-child .order-form-city-country .form-field:last-child{grid-area:2/2;min-width:0;max-width:5ch}.new-order-card .order-form-address-row:last-child .order-form-city-country #delivery-country{max-width:5ch}.new-order-card .order-form-address-grid #delivery-number{width:100%;min-width:5ch;max-width:6ch}.new-order-card .order-form-address-grid #delivery-country{width:100%;min-width:3ch;max-width:5ch}.new-order-card .order-form-address-grid #delivery-street,.new-order-card .order-form-address-grid #delivery-postalCode,.new-order-card .order-form-address-grid #delivery-city{width:100%;min-width:0;max-width:100%}}@media (min-width:481px) and (max-width:640px){.new-order-card .order-form-address-row{grid-template-columns:minmax(7rem,11ch) 1fr}.new-order-card .order-form-city-country{flex-direction:row;align-items:flex-end;width:100%;max-width:100%}}@media (min-width:642px){.new-order-card #manual-section-concrete .order-form-question-row:not(.order-form-volume-row){padding:18px 20px}}@media (min-width:641px) and (max-width:767px){.new-order-card .order-form-question-row:has(.order-form-address-grid){grid-template-rows:auto auto!important;grid-template-columns:1fr!important}.new-order-card .order-form-question-row:has(.order-form-address-grid) .order-form-question-label{grid-area:1/1}.new-order-card .order-form-question-row:has(.order-form-address-grid) .order-form-question-answer{grid-area:2/1}.new-order-card .order-form-question-row:has(.order-form-address-grid) .validation-icon-wrap{grid-area:1/1;justify-self:end}.new-order-card .order-form-address-row{grid-template-columns:minmax(7rem,11ch) 1fr}.new-order-card .order-form-city-country{flex-direction:row;align-items:flex-end;width:100%;max-width:100%}}@media (min-width:768px) and (max-width:845px){.new-order-card .order-form-address-schedule{grid-template-columns:1fr 1fr;align-items:start;gap:12px;width:100%;display:grid}.new-order-card .order-form-address-schedule>div{min-width:0}.new-order-card .order-form-address-schedule>.order-form-schedule-wrap{justify-self:stretch;min-width:0}.new-order-card .order-form-question-row:has(.order-form-address-grid){flex-flow:row;align-items:center;gap:8px;width:100%;min-width:0;display:flex}.new-order-card .order-form-question-row:has(.order-form-address-grid) .order-form-question-label{flex:0 0 10rem;min-width:10rem}.new-order-card .order-form-question-row:has(.order-form-address-grid) .order-form-question-answer{flex:auto;min-width:0;max-width:100%}.new-order-card .order-form-question-row:has(.order-form-address-grid) .validation-icon-wrap{flex:none}.new-order-card .order-form-address-row{grid-template-columns:minmax(7rem,11ch) 1fr}.new-order-card .order-form-city-country{flex-direction:row;align-items:flex-end;width:100%;max-width:100%}}.new-order-card .order-form-address-grid .form-label,.new-order-card .order-form-address-grid .form-field .form-label{letter-spacing:normal;text-transform:lowercase!important}html[data-theme=light] .new-order-card .order-form-address-grid .form-label,html[data-theme=light] .new-order-card .order-form-address-grid .form-field .form-label,html[data-theme=dark] .new-order-card .order-form-address-grid .form-label,html[data-theme=dark] .new-order-card .order-form-address-grid .form-field .form-label{text-transform:lowercase!important}.new-order-card .order-form-address-grid .form-field{flex-direction:column;align-items:flex-start;gap:4px;min-width:0;display:flex}.new-order-card .order-form-address-grid .form-field .form-label{margin-bottom:0}.new-order-card .order-option-btn{min-height:44px;padding:10px 14px}.new-order-card .form-field .input,.new-order-card .form-field input,.new-order-card .form-field select.input,.new-order-card .order-form-question-content .input,.new-order-card .order-form-question-content input[type=text],.new-order-card .order-form-question-content input[type=number],.new-order-card .order-form-question-content input[type=tel],.new-order-card .order-form-question-content input[type=email],.new-order-card .order-form-question-content input[type=date],.new-order-card .order-form-question-content select.input{min-height:44px}@media (min-width:768px){.new-order-card .order-option-btn{min-height:36px;padding:8px 14px}.new-order-card .form-field .input,.new-order-card .form-field input,.new-order-card .form-field select.input{min-height:36px}.new-order-card .order-form-question-content .input,.new-order-card .order-form-question-content input[type=text],.new-order-card .order-form-question-content input[type=number],.new-order-card .order-form-question-content input[type=tel],.new-order-card .order-form-question-content input[type=email],.new-order-card .order-form-question-content input[type=date],.new-order-card .order-form-question-content select.input{min-height:32px}}.new-order-card .order-form-hint{color:var(--text-secondary,#64748b);margin:4px 0 0;font-size:.8125rem;line-height:1.35}.new-order-card .order-form-address-instruction{color:var(--text-secondary,#64748b);margin:0;font-size:.8125rem;line-height:1.35}.new-order-card .order-form-address-schedule{flex-direction:column;gap:0;display:flex}.new-order-card .order-form-schedule-wrap{border-top:none;margin-top:0;padding-top:0}.new-order-card .order-form-schedule-rows .order-form-question-row{padding:12px 16px}.new-order-card .order-form-schedule-rows{flex-direction:column;gap:0;display:flex}.new-order-card .order-form-schedule-date-row .order-form-question-answer .input,.new-order-card .order-form-schedule-date-row .order-form-question-answer input[type=date]{width:35%!important;min-width:11rem!important;max-width:35%!important}.new-order-card .order-form-schedule-time-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.new-order-card .order-form-schedule-time-row .input,.new-order-card .order-form-schedule-time-row select.input{width:35%!important;min-width:11rem!important;max-width:35%!important}@media (max-width:859px){.new-order-card .order-form-schedule-date-row .order-form-question-answer .input,.new-order-card .order-form-schedule-date-row .order-form-question-answer input[type=date],.new-order-card .order-form-schedule-time-row .input,.new-order-card .order-form-schedule-time-row select.input{width:100%!important;min-width:0!important;max-width:100%!important}}.new-order-card .order-form-schedule-hint{margin-top:8px;margin-bottom:0}.new-order-card .order-form-date-steps{flex-direction:column;gap:16px;display:flex}.new-order-card .order-form-date-step{flex-direction:column;gap:8px;display:flex}.new-order-card .order-form-date-step-label{color:var(--text-secondary);font-size:.8125rem;font-weight:500}.new-order-card .order-form-date-separator{border:none;border-top:1px solid #94a3b866;width:100%;margin:8px 0}.new-order-card .order-form-address-grid #delivery-number,.new-order-card .order-form-address-grid #delivery-street,.new-order-card .order-form-address-grid #delivery-postalCode,.new-order-card .order-form-address-grid #delivery-city,.new-order-card .order-form-address-grid #delivery-country{box-sizing:border-box;width:100%;min-width:0;max-width:100%}.new-order-card .order-form-city-country{flex-wrap:wrap;align-items:flex-end;gap:8px;width:100%;min-width:0;max-width:100%;display:flex}.new-order-card .order-form-city-country .form-field:first-child{flex:12rem;min-width:0}.new-order-card .order-form-city-country .form-field:last-child{flex:none;min-width:2ch;max-width:5ch}.new-order-card .order-form-city-country .form-field .input,.new-order-card .order-form-city-country .form-field input{box-sizing:border-box;width:100%;min-width:0;max-width:100%}.new-order-card .order-form-city-country #delivery-country{width:100%;min-width:2ch;max-width:100%}@media (min-width:1032px){.new-order-card #delivery-street{width:75%!important;min-width:0!important;max-width:75%!important}.new-order-card .order-form-city-country{width:75%;max-width:75%}}@media (max-width:480px){.new-order-card .order-form-address-grid #delivery-street,.new-order-card .order-form-address-grid #delivery-postalCode,.new-order-card .order-form-address-grid #delivery-city{width:100%;min-width:0;max-width:100%}}.new-order-card .order-form-subtitle{color:var(--text-secondary,#475569);font-weight:700;margin-bottom:10px!important;font-size:.95rem!important}.new-order-step-hint{color:var(--text-secondary,#64748b);margin:0 0 16px;font-size:.9375rem;line-height:1.5}html[data-theme=light] .new-order-step-hint{color:#64748b;margin-bottom:20px}.manual-step1{flex-direction:column;gap:20px;display:flex}.new-order-actions-step{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:20px;display:flex}.new-order-actions-step-left{flex-wrap:wrap;gap:8px;display:flex}.new-order-btn-next{align-items:center;gap:8px;margin-left:auto;display:inline-flex}.new-order-btn-next-icon{justify-content:center;align-items:center;display:inline-flex}.manual-order-wizard{width:100%}.manual-wizard-stepper{border-bottom:1px solid var(--border);padding:8px 0}.new-order-card .manual-step2 .order-form-question-row{grid-template-rows:auto;grid-template-columns:1fr;gap:0;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;padding:0!important}html[data-theme=dark] .new-order-card .manual-step2 .order-form-question-row{box-shadow:none!important;background:0 0!important;border:none!important}.new-order-card .manual-step2 #manual-step2-declarations.order-form-question-row{border-bottom:none}.new-order-card .manual-step2 .order-form-question-row .order-form-question-label{display:none}.new-order-card .manual-step2 .order-form-question-row .order-form-question-answer{grid-area:1/1;min-width:0}.new-order-card .manual-step2 .order-form-question-row.order-form-question-row--valid .order-form-question-answer .manual-section-card-header .card-title:before,.new-order-card .manual-step2 .order-form-question-row.order-form-question-row--valid .order-form-question-answer .manual-section-card-header h3:before,.new-order-card .manual-step2 .order-form-question-row.order-form-question-row--invalid .order-form-question-answer .manual-section-card-header .card-title:before,.new-order-card .manual-step2 .order-form-question-row.order-form-question-row--invalid .order-form-question-answer .manual-section-card-header h3:before,.new-order-card .manual-step2 .order-form-question-row.order-form-question-row--inactive .order-form-question-answer .manual-section-card-header .card-title:before,.new-order-card .manual-step2 .order-form-question-row.order-form-question-row--inactive .order-form-question-answer .manual-section-card-header h3:before{display:none!important}.manual-section-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;position:relative;box-shadow:0 2px 6px #0f172a14}.manual-section-card-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.manual-section-card--collapsed{padding:14px 16px}.manual-section-card--collapsed .manual-section-card-header{margin-bottom:0}.manual-section-card .card-title,.manual-section-card h3{text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin:0;font-size:.875rem;font-weight:700;line-height:1.3}.manual-section-card--collapsed .manual-section-card-header .card-title,.manual-section-card--collapsed .manual-section-card-header h3{line-height:1}.manual-section-card-badge-wrap{position:absolute;top:16px;right:16px}.manual-section-card-badge{text-transform:uppercase;letter-spacing:.05em;font-size:.65rem;font-weight:700}.manual-section-card-badge-issues{color:#dc2626;background:#dc26261a;border-radius:8px;padding:4px 8px}html[data-theme=dark] .manual-section-card-badge-issues{color:#f87171;background:#f8717126}html[data-theme=dark] .manual-section-card{background:var(--surface);border-color:var(--border);box-shadow:0 2px 6px #0003}html[data-theme=dark] .manual-section-card .card-title,html[data-theme=dark] .manual-section-card h3{color:#94a3b8}.manual-step1-banner{border-radius:12px}.new-order-card .order-form-contact-block-inactive{opacity:.98;filter:grayscale(.02);transition:opacity .2s,filter .2s}.new-order-card .order-form-question-row .order-form-question-content{flex:1;min-width:0;padding-right:6px}.new-order-card .order-form-question-row .validation-icon-wrap{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:background-color .2s,color .2s;display:inline-flex}.new-order-card .validation-icon-wrap .validation-icon-valid,.new-order-card .validation-icon-wrap .validation-icon-invalid{width:12px;height:12px}.new-order-card .order-form-question-content .input,.new-order-card .order-form-question-content input[type=text],.new-order-card .order-form-question-content input[type=number],.new-order-card .order-form-question-content input[type=tel],.new-order-card .order-form-question-content input[type=email],.new-order-card .order-form-question-content input[type=date],.new-order-card .order-form-question-content select.input{padding-top:6px;padding-bottom:6px;font-size:.875rem}.new-order-card .validation-icon-wrap--valid{color:#059669;box-shadow:none;background:#05966933}.new-order-card .validation-icon-wrap--valid .validation-icon-valid{color:#059669}.new-order-card .validation-icon-wrap--invalid{color:#dc2626;box-shadow:none;background:#dc26261f}.new-order-card .validation-icon-wrap--invalid .validation-icon-invalid{color:#dc2626}html[data-theme=light] .new-order-card .order-form-question-row.order-form-question-row--valid .order-form-question-label:before{background:#059669}html[data-theme=light] .new-order-card .order-form-question-row.order-form-question-row--invalid .order-form-question-label:before{background:#dc2626}html[data-theme=light] .new-order-card .validation-icon-wrap--valid{color:#059669;background:#05966933}html[data-theme=light] .new-order-card .validation-icon-wrap--invalid{color:#dc2626;background:#dc26261f}html[data-theme=dark] .new-order-card .order-form-question-row{border-bottom-color:#64748b}html[data-theme=dark] .new-order-card .order-form-question-row.order-form-question-row--valid .order-form-question-label:before{background:#34d399}html[data-theme=dark] .new-order-card .order-form-question-row.order-form-question-row--invalid .order-form-question-label:before{background:#f87171}html[data-theme=dark] .new-order-card .validation-icon-wrap--valid{color:#34d399;background:#34d39933}html[data-theme=dark] .new-order-card .validation-icon-wrap--valid .validation-icon-valid{color:#34d399}html[data-theme=dark] .new-order-card .validation-icon-wrap--invalid{color:#f87171;background:#f8717133}html[data-theme=dark] .new-order-card .validation-icon-wrap--invalid .validation-icon-invalid{color:#f87171}.new-order-card .order-form-declaration-trigger{width:100%;color:var(--text);cursor:pointer;font:inherit;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;transition:background .15s;display:flex}.new-order-card .order-form-declaration-trigger:hover{background:#06b6d40f}.new-order-card .order-form-declaration-chevron{color:var(--muted);flex-shrink:0;font-size:12px;transition:transform .2s}.new-order-card .order-form-declaration-body{max-height:0;transition:max-height .25s ease-out;overflow:hidden}.new-order-card .order-form-declaration-body[data-expanded=true]{max-height:320px}.new-order-card .order-form-declaration-body-inner{padding:0 14px 14px}.new-order-card .order-form-declarations .order-form-declaration-item--accepted{background:#05966914!important;border-color:#05966959!important}.new-order-card .order-form-declarations .order-form-declaration-item:hover{border-color:var(--accent);background:#06b6d40a}.new-order-card .order-form-declarations .order-form-declaration-item--accepted:hover{background:#0596691f!important;border-color:#05966980!important}.new-order-card .order-form-declarations textarea.input{border-radius:8px;padding:10px 12px;font-family:inherit}html[data-theme=dark] .new-order-card .order-form-declaration-item{background:#1e293b59;border-color:#47556980}html[data-theme=dark] .new-order-card .order-form-declarations .order-form-declaration-item--accepted{background:#34d3991f!important;border-color:#34d39966!important}html[data-theme=dark] .new-order-card .order-form-declaration-item:hover{background:#06b6d414;border-color:#06b6d4}html[data-theme=dark] .new-order-card .order-form-declarations .order-form-declaration-item--accepted:hover{background:#34d3992e!important;border-color:#34d3998c!important}html[data-theme=dark] .new-order-card .order-form-declaration-trigger:hover{background:#06b6d414}@media (max-width:767px){.new-order-card .order-form{gap:20px}.new-order-card .order-form-section{padding:0 0 20px}.new-order-card .order-form-section+.order-form-section{margin-top:8px}.new-order-card .order-form-section h3,.new-order-card .order-form-section .card-title{border-bottom:none;margin-top:0;margin-bottom:16px;padding-bottom:0;font-size:1rem;font-weight:700;line-height:1.3}.new-order-card .order-form-section:first-child h3,.new-order-card .order-form-section:first-child .card-title{padding-top:2px}html[data-theme=light] .new-order-card .order-form-section h3,html[data-theme=light] .new-order-card .order-form-section .card-title{color:#334155}.new-order-card .order-form-questions{flex-direction:column;display:flex;gap:12px!important}.new-order-card .order-form-address-schedule{gap:12px!important}.new-order-card .order-form-question-row{border-radius:12px;gap:8px 0;margin-bottom:0;background:#fff!important;border:1px solid #e2e8f0!important;padding:14px 16px!important;box-shadow:0 2px 6px #0f172a14!important}html[data-theme=dark] .new-order-card .order-form-question-row{border-color:var(--border)!important;background:var(--surface)!important;box-shadow:0 2px 6px #0003!important}.new-order-card .order-form-question-row--inactive{opacity:.85}.new-order-card .order-form-question-row{grid-template-rows:auto auto;grid-template-columns:1fr auto;align-items:start;gap:8px 12px}.new-order-card .order-form-question-row .order-form-question-label{grid-area:1/1}.new-order-card .order-form-question-row .validation-icon-wrap{grid-area:1/2;place-self:center end}.new-order-card .order-form-question-row .order-form-question-answer,.new-order-card .order-form-question-row .order-form-question-content{grid-area:2/1/auto/-1}.new-order-card .order-form-question-row>.order-form-question-content{grid-area:1/1/-1}.new-order-card .order-form-question-row:has(>.order-form-question-content) .validation-icon-wrap{grid-row:2;align-self:end}.new-order-card .order-form-question-label,.new-order-card .order-form-question-label label,.new-order-card .order-form-question-label span,.new-order-card .order-form-date-step-label,.new-order-card .form-label,.new-order-card .form-field .form-label{color:var(--text,#0f172a);line-height:1.4;font-size:.9375rem!important;font-weight:600!important}html[data-theme=light] .new-order-card .order-form-question-label,html[data-theme=light] .new-order-card .order-form-question-label label,html[data-theme=light] .new-order-card .order-form-question-label span,html[data-theme=light] .new-order-card .order-form-date-step-label{color:#1e293b}.new-order-card .order-form-question-row .order-form-question-label{margin-bottom:0}.new-order-card .order-form-hint,.new-order-card .order-form-address-instruction{margin-top:8px;font-size:.875rem;line-height:1.4}.new-order-card .order-option-row{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.new-order-card .order-option-btn{white-space:normal;text-align:center}.new-order-card .order-form-schedule-time-row,.new-order-card .order-form-question-row .order-form-question-answer{min-width:0}.new-order-card .order-form-schedule-time-row{padding-bottom:16px}.new-order-card .order-form-question-row .order-form-question-answer:has(.order-option-row){padding-bottom:12px}.new-order-card .order-form-time-buttons{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;width:100%;min-width:0;display:grid!important}.new-order-card .order-form-time-buttons .order-option-btn{white-space:nowrap;justify-content:center;min-width:0;padding-left:6px;padding-right:6px;font-size:.8125rem}.new-order-card .order-form-address-google-wrap .order-form-address-google-row{grid-template-rows:auto auto;grid-template-columns:1fr auto;gap:10px!important;display:grid!important}.new-order-card .order-form-address-google-wrap .order-form-address-google-row>:first-child{grid-area:2/1;justify-self:start}.new-order-card .order-form-address-google-wrap .order-form-address-google-row>:nth-child(2){grid-area:1/1/auto/-1;width:100%!important;min-width:0!important}.new-order-card .order-form-address-google-wrap .order-form-address-google-row>:nth-child(3){grid-area:2/2;justify-self:end}.new-order-card .order-form-date-week-buttons,.new-order-card .order-form-date-day-buttons{grid-template-columns:repeat(2,1fr);gap:8px!important;display:grid!important}.new-order-card .order-form-date-separator{margin:12px 0}.new-order-card .order-form-declarations .order-form-declarations-accepted-wrapper{background:0 0!important;border:none!important;padding:12px 0 0!important}.new-order-card .order-form-declaration-item{border-radius:8px;margin-bottom:8px}.new-order-card .order-form-declaration-item:last-child{margin-bottom:0}.new-order-card .order-form-declaration-trigger{min-height:48px;padding:14px 16px}.new-order-card .order-form-declaration-trigger span{font-size:.9375rem}.new-order-card .order-form-declaration-body-inner{padding:0 16px 16px}.new-order-card .order-form-declaration-body-inner label{align-items:center;min-height:44px;display:flex}}@media (max-width:500px){.new-order-card .order-form-time-buttons{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:399px){.new-order-card .order-option-row{grid-template-columns:1fr}.new-order-card .order-form-time-buttons{grid-template-columns:repeat(2,minmax(0,1fr))!important}.new-order-card .order-form-date-week-buttons,.new-order-card .order-form-date-day-buttons{grid-template-columns:1fr!important}}html[data-theme=dark] .new-order-header{border-bottom-color:#334155}html[data-theme=dark] .new-order-header-title{color:#f1f5f9;font-weight:700}html[data-theme=dark] .new-order-header .icon-button{color:#94a3b8;background:#1e293b;border-color:#334155}html[data-theme=dark] .new-order-header .icon-button:hover{color:#e2e8f0;background:#334155}html[data-theme=dark] .new-order-card{background:#151d2e;border:1px solid #334155;border-radius:10px;box-shadow:0 0 0 1px #ffffff0a,0 4px 16px #0000004d}html[data-theme=dark] .new-order-tabs{border-bottom-color:#334155;padding-bottom:12px}html[data-theme=dark] .new-order-tab{color:#94a3b8}html[data-theme=dark] .new-order-tab:hover{color:#e2e8f0;background:#1e293b}html[data-theme=dark] .new-order-tab-active{color:#0f172a;background:#06b6d4;border-color:#06b6d4}html[data-theme=dark] .new-order-tab-active:hover{color:#0f172a;background:#22d3ee;border-color:#22d3ee}html[data-theme=dark] .new-order-progress-labels{color:#94a3b8;font-weight:500}html[data-theme=dark] .new-order-progress-value{color:#22d3ee}html[data-theme=dark] .new-order-progress-track{background:#1e293b}html[data-theme=dark] .new-order-progress-fill{background:linear-gradient(90deg,#0891b2,#22d3ee)}html[data-theme=dark] .new-order-summary-wrap,html[data-theme=dark] .new-order-actions{border-top-color:#334155}html[data-theme=dark] .new-order-btn-primary:not(:disabled){color:#0f172a;background:#06b6d4}html[data-theme=dark] .new-order-btn-primary:hover:not(:disabled){color:#0f172a;background:#22d3ee}html[data-theme=dark] .new-order-btn-secondary{color:#94a3b8;border-color:#334155}html[data-theme=dark] .new-order-btn-secondary:hover{color:#e2e8f0;background:#1e293b;border-color:#475569}html[data-theme=dark] .new-order-success-card{background:#151d2e;border:1px solid #334155}html[data-theme=dark] .new-order-success-title{color:#f1f5f9}html[data-theme=dark] .new-order-success-text{color:#94a3b8}html[data-theme=dark] .new-order-card .order-form-section h3,html[data-theme=dark] .new-order-card .card-title{color:#e2e8f0;font-size:1rem;font-weight:700}html[data-theme=dark] .new-order-card .form-label,html[data-theme=dark] .new-order-card .form-field .form-label{color:#94a3b8;font-size:.875rem;font-weight:500}html[data-theme=dark] .new-order-card .input{color:#f1f5f9;background:#0f172a;border-color:#334155}html[data-theme=dark] .new-order-card .input::placeholder{color:#64748b}html[data-theme=dark] .new-order-card .input:focus{border-color:#06b6d4;outline:none;box-shadow:0 0 0 2px #06b6d440}html[data-theme=dark] .new-order-card input[type=number]::-webkit-inner-spin-button{filter:invert();opacity:.8}html[data-theme=dark] .new-order-card input[type=number]::-webkit-outer-spin-button{filter:invert();opacity:.8}html[data-theme=dark] .new-order-card input[type=date]::-webkit-calendar-picker-indicator{filter:invert();opacity:.8;cursor:pointer}html[data-theme=dark] .new-order-card input[type=date]::-webkit-date-and-time-value{color:#f1f5f9}.react-datepicker-popper--friendly{z-index:100}.react-datepicker-popper--friendly[data-placement^=top]{padding-bottom:6px}.react-datepicker-popper--friendly[data-placement^=top] .react-datepicker__triangle{transform:translate(-50%);margin-left:0!important;left:50%!important}.react-datepicker.react-datepicker--light{font-family:inherit;overflow:hidden;box-shadow:0 10px 32px #0f172a14;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:16px!important}.react-datepicker--light .react-datepicker__header{padding:14px 12px 10px;position:relative;background:#f8fafc!important;border:none!important;border-bottom:1px solid #e2e8f0!important;border-radius:0!important}.react-datepicker--light .react-datepicker__navigation{top:50%;transform:translateY(-50%)}.react-datepicker--light .react-datepicker__month-container{padding:12px 14px 18px;background:#fff!important;border:none!important;border-radius:0 0 16px 16px!important}.react-datepicker--light .react-datepicker__month,.react-datepicker--light .react-datepicker__day-names,.react-datepicker--light .react-datepicker__week{border:none!important}.react-datepicker--light .react-datepicker__current-month{color:#0f172a;letter-spacing:-.02em;font-size:1.0625rem;font-weight:700}.react-datepicker--light .react-datepicker__day-name{color:#64748b;width:2.5rem;margin:2px;font-size:.8125rem;font-weight:600;line-height:2.5rem}.react-datepicker--light .react-datepicker__day{color:#1e293b;border-radius:12px;width:2.5rem;margin:2px;font-size:1rem;font-weight:600;line-height:2.5rem}.react-datepicker--light .react-datepicker__day:hover,.react-datepicker--light .react-datepicker__day--keyboard-selected{color:#0f172a;background:#f1f5f9}.react-datepicker--light .react-datepicker__day--today{color:#0e7490;background:#0e74901a;font-weight:700}.react-datepicker--light .react-datepicker__day--today:hover{color:#0e7490;background:#0e74902e}.react-datepicker--light .react-datepicker__day--selected,.react-datepicker--light .react-datepicker__day--in-selecting-range,.react-datepicker--light .react-datepicker__day--in-range{color:#fff;background:#0e7490;font-weight:600}.react-datepicker--light .react-datepicker__day--selected:hover{color:#fff;background:#155e75}.react-datepicker--light .react-datepicker__day--outside-month{color:#94a3b8}.react-datepicker--light .react-datepicker__day--disabled{color:#cbd5e1}.react-datepicker--light .react-datepicker__triangle{fill:#fff;color:#fff;stroke:#e2e8f0}.react-datepicker--light .react-datepicker__triangle:before{border-top-color:#e2e8f0}.react-datepicker--light .react-datepicker__triangle:after{border-top-color:#fff}.react-datepicker.react-datepicker--dark{font-family:inherit;overflow:hidden;box-shadow:0 10px 32px #00000059;background:#1e293b!important;border:1px solid #334155!important;border-radius:16px!important}.react-datepicker--dark .react-datepicker__header{padding:14px 12px 10px;position:relative;background:#0f172a!important;border:none!important;border-bottom:1px solid #334155!important;border-radius:0!important}.react-datepicker--dark .react-datepicker__navigation{top:50%;transform:translateY(-50%)}.react-datepicker--dark .react-datepicker__month-container,.react-datepicker--dark .react-datepicker__month{color:#e2e8f0;background:#1e293b!important}.react-datepicker--dark .react-datepicker__month-container{padding:12px 14px 18px;border:none!important;border-radius:0 0 16px 16px!important}.react-datepicker--dark .react-datepicker__month,.react-datepicker--dark .react-datepicker__day-names,.react-datepicker--dark .react-datepicker__week{border:none!important}.react-datepicker--dark .react-datepicker__current-month{color:#f1f5f9;letter-spacing:-.02em;font-size:1.0625rem;font-weight:700}.react-datepicker--dark .react-datepicker__day-name{color:#94a3b8;width:2.5rem;margin:2px;font-size:.8125rem;font-weight:600;line-height:2.5rem}.react-datepicker--dark .react-datepicker__day-names,.react-datepicker--dark .react-datepicker__week{background:0 0}.react-datepicker--dark .react-datepicker__day{color:#f1f5f9;background:0 0;border-radius:12px;width:2.5rem;margin:2px;font-size:1rem;font-weight:600;line-height:2.5rem}.react-datepicker--dark .react-datepicker__day:hover,.react-datepicker--dark .react-datepicker__day--keyboard-selected{color:#f8fafc;background:#334155}.react-datepicker--dark .react-datepicker__day--today{color:#38bdf8;background:#38bdf826;font-weight:700}.react-datepicker--dark .react-datepicker__day--today:hover{color:#7dd3fc;background:#38bdf840}.react-datepicker--dark .react-datepicker__day--selected,.react-datepicker--dark .react-datepicker__day--in-selecting-range,.react-datepicker--dark .react-datepicker__day--in-range{color:#0f172a;background:#0ea5e9;font-weight:600}.react-datepicker--dark .react-datepicker__day--selected:hover{color:#0f172a;background:#38bdf8}.react-datepicker--dark .react-datepicker__day--outside-month{color:#64748b}.react-datepicker--dark .react-datepicker__day--disabled{color:#475569;opacity:.7}.react-datepicker--dark .react-datepicker__navigation-icon:before{border-width:2px 2px 0 0;border-color:#94a3b8}.react-datepicker--dark .react-datepicker__navigation:hover :before{border-color:#e2e8f0}.react-datepicker--dark .react-datepicker__triangle{fill:#1e293b;color:#1e293b;stroke:#334155}.react-datepicker--dark .react-datepicker__triangle:before{border-top-color:#334155}.react-datepicker--dark .react-datepicker__triangle:after{border-top-color:#1e293b}.invoices-datepicker-root,.invoices-datepicker-root.react-datepicker-wrapper,.invoices-datepicker-root .react-datepicker__input-container{border:none!important}.invoices-datepicker-input{color:#1e293b!important}html[data-theme=dark] .invoices-datepicker-wrap{background:#0f172a!important}html[data-theme=dark] .invoices-datepicker-input{color:#f1f5f9!important;background:0 0!important}html[data-theme=dark] .invoices-datepicker-root .invoices-datepicker-input,html[data-theme=dark] .invoices-datepicker-root input{color:#f1f5f9!important}.invoices-datepicker-wrap input{box-shadow:none!important;border:none!important;outline:none!important}html[data-theme=dark] .new-order-card .form-field label,html[data-theme=dark] .new-order-card input[type=radio]+label,html[data-theme=dark] .new-order-card input[type=checkbox]+label{color:#e2e8f0}html[data-theme=dark] .new-order-card input[type=checkbox]{appearance:none;accent-color:#06b6d4;cursor:pointer;background-color:#1e293b;border:1px solid #475569;border-radius:4px;width:20px;min-width:20px;height:20px;min-height:20px}html[data-theme=dark] .new-order-card input[type=checkbox]:checked{background-color:#0e7490;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:14px 14px;border-color:#06b6d4}html[data-theme=dark] .new-order-card input[type=checkbox]:focus-visible{outline-offset:2px;outline:2px solid #06b6d4}html[data-theme=dark] .new-order-card input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed}html[data-theme=dark] .new-order-card .order-summary .card-title,html[data-theme=dark] .new-order-card .order-summary dt{color:#e2e8f0}html[data-theme=dark] .new-order-card .order-summary dd{color:#94a3b8}html[data-theme=dark] .new-order-card .order-summary .button.ghost{color:#94a3b8;border-color:#334155}html[data-theme=dark] .new-order-card .order-summary .button.ghost:hover{color:#e2e8f0;background:#1e293b;border-color:#475569}.new-order-card .order-assistant-chat{flex-direction:column;gap:8px;min-height:520px;max-height:720px;display:flex}.new-order-card .order-assistant-chat .order-chat-conversation{background:var(--chat-bg,#f1f5f9);border-radius:6px;flex-direction:column;flex:1;gap:8px;padding:12px;display:flex;overflow-y:auto}.new-order-card .order-assistant-chat .order-chat-bubble{max-width:88%}.new-order-card .order-assistant-chat .order-chat-bubble-user{align-self:flex-end}.new-order-card .order-assistant-chat .order-chat-bubble-assistant{align-self:flex-start}.new-order-card .order-assistant-chat .order-chat-bubble-inner{box-shadow:none;border:none;border-radius:8px;padding:8px 12px}.new-order-card .order-assistant-chat .order-chat-bubble-assistant .order-chat-bubble-inner{background:var(--bg,#fff);color:var(--text,#0f172a);border:1px solid var(--border,#e2e8f0)}.new-order-card .order-assistant-chat .order-chat-bubble-user .order-chat-bubble-inner{background:var(--accent,#0891b2);color:#fff}.new-order-card .order-assistant-chat .order-chat-bubble-text{white-space:pre-wrap;font-size:14px;line-height:1.45}.new-order-card .order-assistant-chat .order-chat-chips-frame{border-top:1px solid var(--border,#e2e8f0);flex-wrap:wrap;gap:6px;margin-top:8px;padding-top:8px;display:flex}.new-order-card .order-assistant-chat .order-chat-chip-btn{border:1px solid var(--accent,#0891b2);color:var(--accent,#0891b2);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;padding:6px 12px;font-size:13px;font-weight:500;transition:background .15s,color .15s;display:inline-flex}.new-order-card .order-assistant-chat .order-chat-chip-btn:hover{background:#0891b214}.new-order-card .order-assistant-chat .order-chat-form{flex-shrink:0;gap:6px;display:flex}.new-order-card .order-assistant-chat .order-chat-input{border:1px solid var(--border,#e2e8f0);background:var(--bg,#fff);min-width:0;color:var(--text,#0f172a);border-radius:8px;outline:none;flex:1;padding:8px 12px;font-size:14px;transition:border-color .15s}.new-order-card .order-assistant-chat .order-chat-input::placeholder{color:var(--text-muted,#64748b)}.new-order-card .order-assistant-chat .order-chat-input:focus{border-color:var(--accent,#0891b2)}.new-order-card .order-assistant-chat .order-chat-send{background:var(--accent,#0891b2);color:#fff;cursor:pointer;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:background .15s,opacity .15s;display:inline-flex}.new-order-card .order-assistant-chat .order-chat-send:hover{background:#0e7490}.new-order-card .order-assistant-chat .order-chat-datepicker-wrap{margin-top:8px;padding:12px 0}.new-order-card .order-assistant-chat .order-chat-datepicker-wrap .react-datepicker{border:1px solid var(--border,#e2e8f0);border-radius:10px}html[data-theme=light] .new-order-card .order-assistant-chat .order-chat-conversation{background:#f1f5f9!important}html[data-theme=light] .new-order-card .order-assistant-chat .order-chat-bubble-assistant .order-chat-bubble-inner{border-color:#e2e8f0;background:#fff!important}html[data-theme=light] .new-order-card .order-assistant-chat .order-chat-bubble-user .order-chat-bubble-inner{background:#0e7490!important}html[data-theme=light] .new-order-card .order-assistant-chat .order-chat-chip-btn{color:#0e7490;border-color:#0e7490}html[data-theme=light] .new-order-card .order-assistant-chat .order-chat-chip-btn:hover{background:#ecfeff}html[data-theme=light] .new-order-card .order-assistant-chat .order-chat-input{background:#fff;border-color:#e2e8f0}html[data-theme=light] .new-order-card .order-assistant-chat .order-chat-send{background:#0e7490}html[data-theme=light] .new-order-card .order-assistant-chat .order-chat-send:hover{background:#155e75}html[data-theme=dark] .new-order-card .order-assistant-chat .order-chat-conversation{background:#0f172a!important}html[data-theme=dark] .new-order-card .order-assistant-chat .order-chat-bubble-assistant .order-chat-bubble-inner{border-color:#334155;color:#e2e8f0!important;background:#1e293b!important}html[data-theme=dark] .new-order-card .order-assistant-chat .order-chat-bubble-user .order-chat-bubble-inner{color:#fff!important;background:#0891b2!important}html[data-theme=dark] .new-order-card .order-assistant-chat .order-chat-chips-frame{border-top-color:#334155}html[data-theme=dark] .new-order-card .order-assistant-chat .order-chat-chip-btn{color:#22d3ee;background:0 0;border-color:#22d3ee}html[data-theme=dark] .new-order-card .order-assistant-chat .order-chat-chip-btn:hover{background:#22d3ee1a}html[data-theme=dark] .new-order-card .order-assistant-chat .order-chat-input{color:#f1f5f9;background:#0f172a;border-color:#334155}html[data-theme=dark] .new-order-card .order-assistant-chat .order-chat-input::placeholder{color:#64748b}html[data-theme=dark] .new-order-card .order-assistant-chat .order-chat-send{background:#0891b2}html[data-theme=dark] .new-order-card .order-assistant-chat .order-chat-send:hover{background:#06b6d4}.customer-panel,.seller-panel,.admin-panel{background:var(--bg);flex-direction:column;min-height:100vh;display:flex}.customer-panel-main,.seller-panel-main,.admin-panel-main{flex:1;padding:88px 16px 24px}.customer-panel-content,.seller-panel-content,.admin-panel-content{width:100%;max-width:1200px;margin:0 auto}@media (min-width:768px){.customer-panel-main,.seller-panel-main,.admin-panel-main{padding:96px 24px 32px}}.customer-panel--bottom-nav .customer-panel-main,.seller-panel--bottom-nav .seller-panel-main,.admin-panel--bottom-nav .admin-panel-main{padding-bottom:96px}.customer-panel--bottom-nav .bottom-nav,.seller-panel--bottom-nav .bottom-nav,.admin-panel--bottom-nav .bottom-nav{display:flex}.customer-topnav,.seller-topnav,.admin-topnav{z-index:30;background:var(--surface);border-bottom:1px solid var(--border);padding:0 16px;position:fixed;top:0;left:0;right:0}.customer-topnav-inner,.seller-topnav-inner,.admin-topnav-inner{justify-content:space-between;align-items:center;max-width:1200px;height:64px;margin:0 auto;display:flex}.customer-topnav-left,.seller-topnav-left,.admin-topnav-left{flex-shrink:0}.customer-topnav-logo,.seller-topnav-logo,.admin-topnav-logo{align-items:center;gap:10px;text-decoration:none;display:flex}.customer-topnav-logo:hover .customer-topnav-logo-mark,.seller-topnav-logo:hover .seller-topnav-logo-mark,.admin-topnav-logo:hover .admin-topnav-logo-mark{transform:translateY(-1px);box-shadow:0 6px 16px #24bcd773}.customer-topnav-logo-mark,.seller-topnav-logo-mark,.admin-topnav-logo-mark{text-align:center;background:linear-gradient(135deg,#0a98c2 0%,#1cc1d8 55%,#45e5f2 100%);border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;line-height:1;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 6px 14px #24bcd759}.customer-topnav-logo-letter,.seller-topnav-logo-letter,.admin-topnav-logo-letter{color:#fff;letter-spacing:-.01em;font-family:Avenir Next,Segoe UI,Arial Rounded MT Bold,Trebuchet MS,sans-serif;font-size:1.5rem;font-weight:700;line-height:1;display:block;transform:translate(-1px,-2px)}.customer-topnav-logo-text,.seller-topnav-logo-text,.admin-topnav-logo-text{align-items:baseline;gap:0;display:flex}.customer-topnav-logo-name,.seller-topnav-logo-name,.admin-topnav-logo-name{color:var(--text);letter-spacing:.02em;font-size:1rem;font-weight:600}.customer-topnav-logo-suffix,.seller-topnav-logo-suffix,.admin-topnav-logo-suffix{color:var(--accent);letter-spacing:.02em;font-size:1rem;font-weight:700}@media (max-width:480px){.customer-topnav-logo-text,.seller-topnav-logo-text,.admin-topnav-logo-text{display:none}}.customer-topnav-center,.seller-topnav-center,.admin-topnav-center{align-items:center;gap:8px;display:none}@media (min-width:781px){.customer-topnav-center,.seller-topnav-center,.admin-topnav-center{display:flex}}.customer-topnav-link,.seller-topnav-link,.admin-topnav-link{color:var(--text-secondary);border-radius:var(--radius-sm);align-items:center;gap:6px;padding:8px 16px;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s,background .15s;display:inline-flex}.customer-topnav-link-icon,.seller-topnav-link-icon,.admin-topnav-link-icon{justify-content:center;align-items:center;display:inline-flex}.customer-topnav-link:hover,.seller-topnav-link:hover,.admin-topnav-link:hover{color:var(--text);background:var(--bg-accent)}.customer-topnav-link.is-active,.seller-topnav-link.is-active,.admin-topnav-link.is-active{color:var(--accent);background:var(--accent-soft)}.customer-topnav-link-primary,.seller-topnav-link-primary{background:var(--accent);font-weight:600;color:#fff!important}.customer-topnav-link-primary:hover,.seller-topnav-link-primary:hover,.customer-topnav-link-primary.is-active,.seller-topnav-link-primary.is-active{background:var(--accent-hover);color:#fff!important}.customer-topnav-link-icon-only,.seller-topnav-link-icon-only,.admin-topnav-link-icon-only{gap:0;padding:8px 10px}.customer-topnav-link-icon-only .customer-topnav-link-icon,.seller-topnav-link-icon-only .seller-topnav-link-icon,.admin-topnav-link-icon-only .admin-topnav-link-icon{margin:0}.customer-topnav-right,.seller-topnav-right,.admin-topnav-right{align-items:center;gap:12px;display:flex}.customer-topnav-badge,.seller-topnav-badge{color:var(--accent);background:var(--accent-soft);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.03em;padding:4px 10px;font-size:.75rem;font-weight:600;display:none}@media (min-width:640px){.customer-topnav-badge,.seller-topnav-badge{display:block}}.customer-topnav-theme,.seller-topnav-theme,.admin-topnav-theme{display:none}@media (max-width:640px){.customer-topnav-theme,.seller-topnav-theme,.admin-topnav-theme{display:flex}}@media (min-width:640px){.customer-topnav-theme,.seller-topnav-theme,.admin-topnav-theme{display:flex}}.customer-topnav-user,.seller-topnav-user,.admin-topnav-user{display:block;position:relative}.customer-topnav-user-trigger,.seller-topnav-user-trigger,.admin-topnav-user-trigger{border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;background:0 0;align-items:center;gap:8px;padding:6px 12px;transition:background .15s,border-color .15s;display:flex}.customer-topnav-user-trigger:hover,.seller-topnav-user-trigger:hover,.admin-topnav-user-trigger:hover{background:var(--bg-accent);border-color:var(--border-strong)}.customer-topnav-avatar,.seller-topnav-avatar,.admin-topnav-avatar{background:var(--accent-soft);width:32px;height:32px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;display:flex}.customer-topnav-user-info,.seller-topnav-user-info,.admin-topnav-user-info{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.customer-topnav-user-name,.seller-topnav-user-name,.admin-topnav-user-name{color:var(--text);text-overflow:ellipsis;white-space:nowrap;max-width:150px;font-size:.875rem;font-weight:500;overflow:hidden}.customer-topnav-status-pill,.seller-topnav-status-pill,.admin-topnav-status-pill{color:var(--success);letter-spacing:.02em;align-items:center;gap:5px;font-size:.65rem;font-weight:600;display:inline-flex}.customer-topnav-status-dot,.seller-topnav-status-dot,.admin-topnav-status-dot{border-radius:50%;width:6px;height:6px}.customer-topnav-status-dot.is-online,.seller-topnav-status-dot.is-online,.admin-topnav-status-dot.is-online{background:var(--success)}.customer-topnav-status-dot.is-offline,.seller-topnav-status-dot.is-offline,.admin-topnav-status-dot.is-offline{background:var(--muted)}.customer-topnav-user-chevron,.seller-topnav-user-chevron,.admin-topnav-user-chevron{color:var(--text-secondary);display:flex}html[data-theme=dark] .customer-topnav-user-chevron,html[data-theme=dark] .seller-topnav-user-chevron,html[data-theme=dark] .admin-topnav-user-chevron{color:#cbd5e1}.customer-topnav-dropdown,.seller-topnav-dropdown,.admin-topnav-dropdown{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);min-width:180px;box-shadow:var(--shadow-lg);z-index:50;padding:4px;position:absolute;top:calc(100% + 8px);right:0}.customer-topnav-dropdown-item,.seller-topnav-dropdown-item,.admin-topnav-dropdown-item{width:100%;color:var(--text);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:10px 12px;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .15s;display:flex}.customer-topnav-dropdown-item:hover,.seller-topnav-dropdown-item:hover,.admin-topnav-dropdown-item:hover{background:var(--bg-accent)}.customer-topnav-dropdown-item svg,.seller-topnav-dropdown-item svg,.admin-topnav-dropdown-item svg{color:var(--text-secondary)}.customer-topnav-hamburger,.seller-topnav-hamburger,.admin-topnav-hamburger{border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;width:40px;height:40px;color:var(--text);background:0 0;justify-content:center;align-items:center;transition:background .15s,border-color .15s;display:flex}.customer-topnav-hamburger:hover,.admin-topnav-hamburger:hover,.seller-topnav-hamburger:hover{background:var(--bg-accent);border-color:var(--border-strong)}@media (max-width:640px){.customer-topnav-hamburger,.seller-topnav-hamburger,.admin-topnav-hamburger{display:none}}@media (min-width:781px){.customer-topnav-hamburger,.seller-topnav-hamburger,.admin-topnav-hamburger{display:none}}.customer-panel .sidebar,.seller-panel .sidebar,.admin-panel .sidebar{z-index:60;width:90px;transition:transform var(--transition);border-right:none;border-left:1px solid var(--sidebar-border);position:fixed;inset:0 0 0 auto;overflow-x:hidden;transform:translate(100%);box-shadow:-6px 0 18px #02061740}.customer-panel .sidebar.open,.seller-panel .sidebar.open,.admin-panel .sidebar.open{transform:translate(0)}.customer-panel .sidebar .sidebar-logo,.seller-panel .sidebar .sidebar-logo,.admin-panel .sidebar .sidebar-logo{display:none}.customer-panel .sidebar .sidebar-close-row,.seller-panel .sidebar .sidebar-close-row,.admin-panel .sidebar .sidebar-close-row{border-bottom:1px solid var(--sidebar-border);padding:12px 10px}.customer-panel .sidebar .icon-button.sidebar-close,.seller-panel .sidebar .icon-button.sidebar-close,.admin-panel .sidebar .icon-button.sidebar-close{width:44px;height:44px;display:inline-flex}.customer-panel .sidebar .icon-button.sidebar-close svg,.seller-panel .sidebar .icon-button.sidebar-close svg,.admin-panel .sidebar .icon-button.sidebar-close svg{width:22px;height:22px}.customer-panel .sidebar-backdrop.open,.seller-panel .sidebar-backdrop.open,.admin-panel .sidebar-backdrop.open{z-index:50;display:block}.customer-mobile-menu{flex-direction:column;gap:20px;padding:8px 0;display:flex}.customer-mobile-menu-user{border-bottom:1px solid var(--border);flex-direction:column;gap:6px;padding-bottom:16px;display:flex}.customer-mobile-menu-badge{color:var(--accent);background:var(--accent-soft);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.03em;width:fit-content;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-block}.customer-mobile-menu-email{color:var(--text-secondary);font-size:.875rem}.customer-mobile-menu-cta{color:#fff;background:var(--accent);border-radius:var(--radius);justify-content:center;align-items:center;gap:8px;padding:14px 20px;font-size:1rem;font-weight:600;text-decoration:none;transition:background .15s;display:flex}.customer-mobile-menu-cta:hover{background:var(--accent-hover)}.customer-mobile-menu-nav{flex-direction:column;gap:4px;display:flex}.customer-mobile-menu-link{color:var(--text);border-radius:var(--radius-sm);padding:12px 16px;font-size:1rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:block}.customer-mobile-menu-link:hover{background:var(--bg-accent)}.customer-mobile-menu-link.is-active{color:var(--accent);background:var(--accent-soft)}.customer-mobile-menu-footer{border-top:1px solid var(--border);padding-top:16px}.customer-mobile-menu-logout{width:100%;color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:12px 16px;font-size:.9375rem;font-weight:500;transition:background .15s,color .15s;display:flex}.customer-mobile-menu-logout:hover{background:var(--bg-accent);color:var(--text)}.customer-orders{flex-direction:column;gap:24px;display:flex}.customer-orders-header{flex-direction:column;gap:16px;display:flex}@media (min-width:640px){.customer-orders-header{flex-direction:row;justify-content:space-between;align-items:flex-start}}.customer-orders-header-content{flex-direction:column;gap:4px;display:flex}.customer-orders-title{color:var(--text);letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:700}.customer-orders-subtitle{color:var(--text-secondary);margin:0;font-size:.9375rem}.customer-orders-cta{color:#fff;background:var(--accent);border-radius:var(--radius);flex-shrink:0;align-items:center;gap:8px;padding:10px 20px;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.customer-orders-cta:hover{background:var(--accent-hover)}.customer-orders-tabs{border-bottom:1px solid var(--border);gap:4px;padding-bottom:0;display:flex}.customer-orders-tab{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:12px 20px;font-size:.9375rem;font-weight:500;transition:color .15s,border-color .15s}.customer-orders-tab:hover{color:var(--text)}.customer-orders-tab.is-active{color:var(--accent);border-bottom-color:var(--accent)}.customer-orders-content{flex-direction:column;gap:16px;display:flex}.customer-page-header{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}@media (min-width:640px){.customer-page-header{flex-direction:row;justify-content:space-between;align-items:flex-start}}.customer-page-header-content{flex-direction:column;gap:4px;display:flex}.customer-page-header-title{color:var(--text);letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:700}.customer-page-header-subtitle{color:var(--text-secondary);margin:0;font-size:.9375rem}.customer-page-header-actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.customer-quick-actions{flex-direction:column;gap:24px;display:flex}.customer-quick-actions-header{flex-direction:column;gap:8px;display:flex}.customer-quick-actions-title{color:var(--text);letter-spacing:-.02em;margin:0;font-size:1.75rem;font-weight:700}.customer-quick-actions-subtitle{color:var(--text-secondary);margin:0;font-size:1rem}.customer-status-banner{background:var(--accent-soft);border-radius:var(--radius);border:1px solid var(--accent-softer);flex-wrap:wrap;gap:16px;padding:14px 18px;display:flex}.customer-status-item{color:var(--text);font-size:.9375rem}.customer-status-item strong{color:var(--accent);font-weight:700}.customer-quick-actions-grid{grid-template-columns:1fr;gap:16px;display:grid}@media (min-width:640px){.customer-quick-actions-grid{grid-template-columns:repeat(3,1fr)}}.customer-quick-action{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);flex-direction:column;gap:16px;padding:24px;text-decoration:none;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex}.customer-quick-action:hover{border-color:var(--accent);box-shadow:var(--shadow);transform:translateY(-2px)}.customer-quick-action.is-primary{background:var(--accent);border-color:var(--accent)}.customer-quick-action.is-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.customer-quick-action-icon{background:var(--accent-soft);width:48px;height:48px;color:var(--accent);border-radius:var(--radius);justify-content:center;align-items:center;display:flex}.customer-quick-action.is-primary .customer-quick-action-icon{color:#fff;background:#fff3}.customer-quick-action-content{flex-direction:column;gap:4px;display:flex}.customer-quick-action-title{color:var(--text);margin:0;font-size:1.0625rem;font-weight:600}.customer-quick-action.is-primary .customer-quick-action-title{color:#fff}.customer-quick-action-desc{color:var(--text-secondary);margin:0;font-size:.875rem;line-height:1.5}.customer-quick-action.is-primary .customer-quick-action-desc{color:#fffc}html[data-role=customer] .panel-section,html[data-role=seller] .panel-section{max-width:none;padding:0}html[data-role=customer] .panel-section.is-wide,html[data-role=seller] .panel-section.is-wide{max-width:none}@media (min-width:1281px){html[data-section=account] .seller-panel-content{max-width:1155px}}@media (min-width:1025px) and (max-width:1280px){.customer-portal-page,.seller-portal-page{max-width:1000px}}@media (min-width:1281px){.customer-portal-page,.seller-portal-page{max-width:1000px}}.customer-topnav-link:focus-visible,.customer-topnav-link-primary:focus-visible,.seller-topnav-link:focus-visible,.seller-topnav-link-primary:focus-visible,.admin-topnav-link:focus-visible,.customer-topnav-user-trigger:focus-visible,.seller-topnav-user-trigger:focus-visible,.admin-topnav-user-trigger:focus-visible,.customer-topnav-hamburger:focus-visible,.seller-topnav-hamburger:focus-visible,.admin-topnav-hamburger:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.customer-topnav-dropdown-item:focus-visible,.seller-topnav-dropdown-item:focus-visible,.admin-topnav-dropdown-item:focus-visible{outline:2px solid var(--accent);outline-offset:-2px;background:var(--bg-accent)}.customer-mobile-menu-cta:focus-visible{outline-offset:2px;outline:2px solid #fff}.customer-mobile-menu-link:focus-visible,.customer-mobile-menu-logout:focus-visible,.customer-orders-tab:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.customer-orders-cta:focus-visible{outline-offset:2px;outline:2px solid #fff}.customer-quick-action:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.customer-quick-action.is-primary:focus-visible{outline-offset:2px;outline:2px solid #fff}.customer-portal-card-delivery-coverage,.seller-portal-card-delivery-coverage{border:2px solid #0891b240;box-shadow:0 10px 40px #0f172a0f,inset 0 0 0 1px #fffc,0 0 0 2px #0891b214}.customer-portal-card-delivery-coverage:before,.seller-portal-card-delivery-coverage:before{opacity:1;background:linear-gradient(90deg,#0000 0%,#0891b233 20%,#06b6d466 50%,#0891b233 80%,#0000 100%);height:4px}html[data-theme=dark] .customer-portal-card-delivery-coverage,html[data-theme=dark] .seller-portal-card-delivery-coverage{border-color:#22d3ee4d;box-shadow:0 10px 40px #0006,0 0 0 1px #22d3ee14,0 0 20px #06b6d41f}html[data-theme=dark] .customer-portal-card-delivery-coverage:before,html[data-theme=dark] .seller-portal-card-delivery-coverage:before{background:linear-gradient(90deg,#0000 0%,#22d3ee4d 25%,#06b6d480 50%,#22d3ee4d 75%,#0000 100%)}.concrete-plant-address-panel{width:100%;min-width:0}.concrete-plant-link-row{grid-template-columns:1fr;display:grid}.concrete-plant-link-inputs{flex-direction:column;align-items:stretch;gap:8px;display:flex}.concrete-plant-link-input{width:100%;min-width:0}.concrete-plant-fields-grid{grid-template-columns:1fr}.concrete-plant-address-panel .concrete-plant-fields-grid .sellers-delivery-group{flex-direction:column;gap:6px;display:flex}.concrete-plant-address-panel .concrete-plant-fields-grid .sellers-detail-label{display:block}.concrete-plant-actions{flex-direction:column;align-items:stretch}.concrete-plant-actions button{width:100%}@media (min-width:481px){.concrete-plant-link-inputs{flex-direction:row;align-items:stretch}.concrete-plant-fields-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.concrete-plant-actions{flex-direction:row;align-items:center}.concrete-plant-actions button{width:auto}}@media (min-width:641px){.concrete-plant-fields-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}.customer-portal-card-concrete-plant,.seller-portal-card-concrete-plant{border:2px solid #0596694d;box-shadow:0 10px 40px #0f172a0f,inset 0 0 0 1px #fffc,0 0 0 2px #0596691a}.customer-portal-card-concrete-plant:before,.seller-portal-card-concrete-plant:before{opacity:1;background:linear-gradient(90deg,#0000 0%,#05966933 20%,#10b98173 50%,#05966933 80%,#0000 100%);height:4px}html[data-theme=dark] .customer-portal-card-concrete-plant,html[data-theme=dark] .seller-portal-card-concrete-plant{border-color:#34d39959;box-shadow:0 10px 40px #0006,0 0 0 1px #34d3991a,0 0 20px #10b9811a}html[data-theme=dark] .customer-portal-card-concrete-plant:before,html[data-theme=dark] .seller-portal-card-concrete-plant:before{background:linear-gradient(90deg,#0000 0%,#34d39940 25%,#10b98180 50%,#34d39940 75%,#0000 100%)}.customer-portal-delivery-radius,.seller-portal-delivery-radius{background:linear-gradient(#0596690d 0%,#0000 100%);border:1px solid #05966933;border-top-color:#0596694d;border-radius:10px;margin-top:12px;padding:10px 12px}.customer-portal-delivery-radius-label,.seller-portal-delivery-radius-label{color:#047857!important;margin-bottom:4px!important;font-size:.8rem!important;font-weight:700!important}.customer-portal-delivery-radius-value,.seller-portal-delivery-radius-value{color:#0f172a!important;font-size:.9375rem!important;font-weight:600!important}.customer-portal-delivery-radius-input,.seller-portal-delivery-radius-input{max-width:10ch;padding:6px 10px!important;font-size:.9375rem!important;font-weight:600!important}html[data-theme=dark] .customer-portal-delivery-radius,html[data-theme=dark] .seller-portal-delivery-radius{background:linear-gradient(#10b98114 0%,#0000 100%);border-color:#34d39966 #34d39940 #34d39940}html[data-theme=dark] .customer-portal-delivery-radius-label,html[data-theme=dark] .seller-portal-delivery-radius-label{color:#34d399!important}html[data-theme=dark] .customer-portal-delivery-radius-value,html[data-theme=dark] .seller-portal-delivery-radius-value{color:#e2e8f0!important}.admins-status-toggle{cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:center;gap:6px;padding:4px 12px;font-size:.75rem;font-weight:600;transition:background .15s,border-color .15s,transform .1s;display:inline-flex}.admins-status-toggle:hover{transform:translateY(-1px)}.admins-status-toggle:focus-visible{outline-offset:2px;outline:2px solid}.admins-status-toggle-icon{flex-shrink:0;width:14px;height:14px}.admins-status-toggle.is-active{color:#166534;background:#dcfce7;border-color:#86efac}.admins-status-toggle.is-active:hover{background:#bbf7d0;border-color:#4ade80}.admins-status-toggle.is-blocked{color:#991b1b;background:#fee2e2;border-color:#fecaca}.admins-status-toggle.is-blocked:hover{background:#fecaca;border-color:#f87171}.admins-status-toggle.is-sm{padding:6px 14px;font-size:.8125rem}html[data-theme=dark] .admins-status-toggle.is-active{color:#4ade80;background:#22c55e40;border-color:#22c55e66}html[data-theme=dark] .admins-status-toggle.is-active:hover{background:#22c55e59;border-color:#4ade80}html[data-theme=dark] .admins-status-toggle.is-blocked{color:#f87171;background:#ef444440;border-color:#ef444466}html[data-theme=dark] .admins-status-toggle.is-blocked:hover{background:#ef444459;border-color:#f87171}.admins-status-badge-static:hover{transform:none}.admins-status-toggle.is-pending{color:#b45309;background:#fef3c7;border-color:#fde68a}html[data-theme=dark] .admins-status-toggle.is-pending{color:#fcd34d;background:#f59e0b33;border-color:#f59e0b66}.seller-inquiries-portal .customer-orders-portal-list{grid-template-columns:1fr}.seller-inquiry-card{padding:16px}.seller-inquiry-card-top{border-bottom:1px solid #94a3b840;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:16px;padding-bottom:12px;display:flex}html[data-theme=dark] .seller-inquiry-card-top{border-bottom-color:#47556980}.seller-inquiry-card-top-left{flex-direction:column;gap:2px;display:flex}.seller-job-card-top .seller-inquiry-card-top-left{flex-direction:row;align-items:center;gap:8px}.seller-job-card-top-meta{flex-direction:column;gap:2px;display:flex}.seller-job-expand-toggle{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;margin:-4px;padding:4px;transition:color .15s,background .15s;display:inline-flex}.seller-job-expand-toggle:hover{color:#0891b2;background:#0891b214}html[data-theme=dark] .seller-job-expand-toggle{color:#94a3b8}html[data-theme=dark] .seller-job-expand-toggle:hover{color:#22d3ee;background:#22d3ee14}.seller-inquiry-from{color:#64748b;font-size:.8125rem}.seller-inquiry-card-top-right{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.seller-job-status-row{border-top:1px solid #94a3b833;flex-wrap:wrap;align-items:center;gap:12px 20px;width:100%;margin-top:10px;padding-top:10px;font-size:.8125rem;font-weight:600;display:flex}.seller-job-status-item{align-items:center;gap:6px;display:inline-flex}.seller-job-status-icon{flex-shrink:0}.seller-job-status-item.is-sent,.seller-job-status-item.is-sent .seller-job-status-icon{color:#059669}.seller-job-status-item.is-not-sent,.seller-job-status-item.is-not-sent .seller-job-status-icon{color:#94a3b8}.seller-job-status-item.seller-job-status-order.has-order,.seller-job-status-item.seller-job-status-order.has-order .seller-job-status-icon{color:#0891b2}.seller-job-status-item.seller-job-status-order.no-order,.seller-job-status-item.seller-job-status-order.is-waiting,.seller-job-status-item.seller-job-status-order.is-waiting .seller-job-status-icon{color:#94a3b8}html[data-theme=dark] .seller-job-status-row{border-top-color:#47556966}html[data-theme=dark] .seller-job-status-item.is-sent,html[data-theme=dark] .seller-job-status-item.is-sent .seller-job-status-icon{color:#34d399}html[data-theme=dark] .seller-job-status-item.is-not-sent,html[data-theme=dark] .seller-job-status-item.is-not-sent .seller-job-status-icon{color:#64748b}html[data-theme=dark] .seller-job-status-item.seller-job-status-order.has-order,html[data-theme=dark] .seller-job-status-item.seller-job-status-order.has-order .seller-job-status-icon{color:#22d3ee}html[data-theme=dark] .seller-job-status-item.seller-job-status-order.no-order,html[data-theme=dark] .seller-job-status-item.seller-job-status-order.is-waiting,html[data-theme=dark] .seller-job-status-item.seller-job-status-order.is-waiting .seller-job-status-icon{color:#64748b}.seller-inquiry-dates{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.seller-inquiry-received,.seller-inquiry-sent{color:#94a3b8;font-size:.75rem}.seller-inquiry-card-body{flex-direction:column;gap:20px;min-width:0;display:flex}.seller-inquiry-col-concrete-delivery{order:2}.seller-inquiry-declarations{order:3}.seller-inquiry-quote{order:4}.seller-inquiry-broker{order:1}.seller-inquiry-col-concrete-delivery{flex-direction:column;gap:16px;display:flex}.seller-inquiry-column{overflow-wrap:break-word;background:#f8fafccc;border:1px solid #e2e8f0cc;border-radius:12px;min-width:0;padding:14px 16px}.seller-inquiry-heading{text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin:0 0 10px;font-size:.7rem;font-weight:700;line-height:1.3}.seller-inquiry-heading--primary{text-transform:none;letter-spacing:.02em;color:#334155;font-size:.9375rem}.seller-inquiry-dl{flex-direction:column;gap:8px;margin:0;display:flex}.seller-inquiry-dl>div{flex-wrap:wrap;align-items:baseline;gap:6px;display:flex}.seller-inquiry-dl dt{color:#64748b;flex:0 0 90px;margin:0;font-size:.75rem;font-weight:600}.seller-inquiry-dl dd{color:#0f172a;flex:1;min-width:0;margin:0;font-size:.875rem}.seller-inquiry-delivery-date-value{color:#0f172a;margin:0;font-size:.9375rem;line-height:1.45}html[data-theme=dark] .seller-inquiry-delivery-date-value{color:#e2e8f0}.seller-inquiry-declarations-text{color:#0f172a;white-space:pre-wrap;font-size:.8125rem;line-height:1.5}.seller-inquiry-show-more{color:#0891b2;cursor:pointer;background:0 0;border:none;align-items:center;min-height:44px;margin:8px 0 0;padding:8px 0;font-size:.8125rem;font-weight:600;text-decoration:underline;display:inline-flex}.seller-inquiry-show-more:hover{color:#0e7490}.seller-inquiry-remarks-field{margin-top:12px}.seller-inquiry-remarks-field .form-label{color:#64748b;margin-bottom:6px;font-size:.8125rem;font-weight:600;display:block}.seller-inquiry-remarks-input{resize:vertical;border-radius:10px;width:100%;min-height:72px;padding:10px 14px;font-family:inherit;font-size:.875rem}.seller-inquiry-declarations-hint{color:#64748b;margin:10px 0 0;font-size:.8125rem;line-height:1.45}.seller-inquiry-quote-inputs{flex-direction:column;gap:12px;margin-bottom:12px;display:flex}.seller-inquiry-quote-inputs .form-field{margin:0}.seller-inquiry-quote-inputs .form-label{margin-bottom:4px;font-size:.8125rem}.seller-inquiry-quote-inputs .input{border-radius:10px;min-height:44px;padding:10px 14px;font-size:.9375rem}.seller-inquiry-quote-hint{color:#94a3b8;margin:0 0 14px;font-size:.75rem;line-height:1.45}.seller-inquiry-quote-buttons{flex-wrap:wrap;gap:10px;display:flex}.seller-inquiry-quote-buttons .customer-orders-portal-btn{flex:100%;min-height:44px}.seller-inquiry-broker .customer-orders-portal-badge{margin-bottom:8px;display:inline-block}.seller-inquiry-broker-line{color:#475569;margin:0 0 6px;font-size:.8125rem;line-height:1.45}.seller-inquiry-broker-note{color:#94a3b8;margin:0;font-size:.75rem;line-height:1.45}@media (min-width:768px){.seller-inquiry-card{padding:20px 24px}.seller-inquiry-card-body{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 24px;display:grid}.seller-inquiry-column{background:#f8fafc99;padding:16px 18px}.seller-inquiry-quote-buttons .customer-orders-portal-btn{flex:auto}}@media (min-width:1024px){.seller-inquiry-card-body{grid-template-columns:1fr 1fr 1fr 1fr;gap:20px 24px}.seller-inquiry-col-concrete-delivery,.seller-inquiry-declarations,.seller-inquiry-quote,.seller-inquiry-broker{order:unset}.seller-inquiry-column{background:0 0;border:none;padding:0}.seller-inquiry-dl{grid-template-columns:1fr;gap:6px 16px;display:grid}.seller-inquiry-dl dt{flex:0 0 85px}.seller-inquiry-quote-buttons .customer-orders-portal-btn{min-height:40px}}@media (max-width:479px){.seller-inquiries-portal .customer-orders-portal-filters{flex-direction:column;align-items:stretch}.seller-inquiries-portal .customer-orders-portal-search{width:100%;min-width:0;max-width:none;min-height:44px}.seller-inquiries-portal .customer-orders-portal-select{min-height:44px}}html[data-theme=dark] .seller-inquiry-column{background:#1e293b66;border-color:#33415599}html[data-theme=dark] .seller-inquiry-from,html[data-theme=dark] .seller-inquiry-broker-line{color:#94a3b8}html[data-theme=dark] .seller-inquiry-received,html[data-theme=dark] .seller-inquiry-sent,html[data-theme=dark] .seller-inquiry-broker-note,html[data-theme=dark] .seller-inquiry-declarations-hint,html[data-theme=dark] .seller-inquiry-quote-hint{color:#64748b}html[data-theme=dark] .seller-inquiry-declarations-text,html[data-theme=dark] .seller-inquiry-dl dd{color:#e2e8f0}html[data-theme=dark] .seller-inquiry-dl dt,html[data-theme=dark] .seller-inquiry-heading{color:#94a3b8}html[data-theme=dark] .seller-inquiry-heading--primary{color:#e2e8f0}@media (min-width:1024px){html[data-theme=dark] .seller-inquiry-column{background:0 0;border:none}}.seller-jobs-portal .customer-orders-portal-list{grid-template-columns:1fr}.seller-jobs-filter-row{margin-bottom:16px}.seller-jobs-filter-row .filter-chips{flex-wrap:wrap;gap:8px;display:flex}.seller-jobs-cards-filter{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.seller-jobs-cards-filter-label{color:#64748b;font-size:.8125rem;font-weight:600}html[data-theme=dark] .seller-jobs-cards-filter-label{color:#94a3b8}.seller-job-card{flex-direction:column;gap:14px;display:flex}.seller-job-phase-inquiry{background:#f8fafce6;border:1px solid #e2e8f0cc;border-radius:12px;overflow:hidden}.seller-job-phase-inquiry-title-row,.seller-job-phase-order-title-row{min-height:38px}.seller-job-phase-inquiry-title-row{background:#f1f5f9cc;border-bottom:1px solid #e2e8f099;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:10px 14px;display:flex}.seller-job-phase-inquiry-title-wrap{flex-direction:column;gap:2px;display:flex}.seller-job-phase-inquiry-ref{color:#94a3b8;letter-spacing:.02em;font-size:.6875rem;font-weight:500}.seller-job-phase-order-title-wrap{flex-direction:column;gap:2px;display:flex}.seller-job-phase-order-ref{color:#94a3b8;letter-spacing:.02em;font-size:.6875rem;font-weight:500}.seller-job-phase-inquiry-title,.seller-job-phase-order-title{text-transform:uppercase;letter-spacing:.06em;color:#334155;align-items:center;gap:6px;margin:0;font-size:.875rem;font-weight:700;display:flex}.seller-job-phase-title-icon{opacity:.8;flex-shrink:0;width:.875rem;height:.875rem}.seller-job-phase-inquiry-meta{align-items:center;gap:12px;display:flex}.seller-job-phase-inquiry-dates{color:#64748b;flex-direction:column;align-items:flex-end;gap:2px;font-size:.6875rem;display:flex}.seller-job-phase-inquiry-date{white-space:nowrap}.seller-job-phase-inquiry-badge{padding:2px 8px;font-size:.65rem}.seller-job-phase1-grid{grid-template-columns:1fr;gap:12px;padding:12px 14px;display:grid}.seller-job-phase1-cell{background:#fff9;border:1px solid #e2e8f0b3;border-radius:8px;min-width:0;padding:12px 14px}.seller-job-phase1-cell-title{text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin:0 0 8px;font-size:.7rem;font-weight:700}.seller-job-phase1-dl{flex-direction:column;gap:4px;margin:0;display:flex}.seller-job-phase1-dl>div{grid-template-columns:auto 1fr;align-items:baseline;gap:8px;font-size:.8125rem;display:grid}.seller-job-phase1-dl dt{color:#64748b;flex-shrink:0;margin:0;font-weight:600}.seller-job-phase1-dl dd{color:#0f172a;text-overflow:ellipsis;min-width:0;margin:0;overflow:hidden}.seller-job-phase1-message .seller-job-phase1-message-text{color:#0f172a;white-space:pre-wrap;max-height:3.5em;font-size:.8125rem;line-height:1.45;overflow:hidden}.seller-job-phase1-message .seller-job-phase1-message-text.is-expanded{max-height:none}.seller-job-phase1-message-hint{color:#64748b;margin:8px 0 0;font-size:.75rem;line-height:1.45}.seller-job-phase1-remarks{margin-top:10px}.seller-job-phase1-remarks .form-label{color:#64748b;margin-bottom:4px;font-size:.7rem;font-weight:600;display:block}.seller-job-phase1-remarks-input{resize:vertical;width:100%;min-height:56px;padding:8px 10px;font-size:.75rem;line-height:1.45}.seller-job-phase1-remarks-input::placeholder{color:#94a3b8;font-size:.75rem}.seller-job-phase1-remarks-readonly{color:#475569;white-space:pre-wrap;font-size:.75rem;line-height:1.45}.seller-job-phase1-show-more{color:#0891b2;cursor:pointer;background:0 0;border:none;margin-top:4px;padding:0;font-size:.75rem;font-weight:600;text-decoration:underline;display:inline-block}.seller-job-phase1-show-more:hover{color:#0e7490}.seller-job-phase1-quote-inner,.seller-job-phase1-quote-row{flex-direction:column;gap:10px;display:flex}.seller-job-phase1-quote-error{color:#dc2626;margin:6px 0 0;font-size:.75rem}.seller-job-send-quote-modal-text{color:#475569;margin:0 0 16px;font-size:.9375rem;line-height:1.5}.seller-job-send-quote-modal-values{background:#f1f5f9e6;border-radius:8px;flex-direction:column;gap:8px;margin-bottom:20px;padding:12px 16px;display:flex}.seller-job-send-quote-modal-row{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.seller-job-send-quote-modal-label{color:#64748b;font-size:.8125rem;font-weight:600}.seller-job-send-quote-modal-value{color:#0f172a;font-size:.9375rem;font-weight:600}.seller-job-send-quote-modal-actions{justify-content:flex-end;gap:12px;display:flex}html[data-theme=dark] .seller-job-send-quote-modal-text{color:#94a3b8}html[data-theme=dark] .seller-job-send-quote-modal-values{background:#1e293b80}html[data-theme=dark] .seller-job-send-quote-modal-label{color:#94a3b8}html[data-theme=dark] .seller-job-send-quote-modal-value{color:#e2e8f0}.seller-job-phase1-quote-inner .customer-orders-portal-badge{align-self:flex-start}.seller-job-phase1-broker-line{color:#64748b;font-size:.75rem}.seller-job-phase1-inputs{grid-template-columns:1fr;gap:8px;display:grid}.seller-job-phase1-inputs .form-field{margin:0}.seller-job-phase1-input-with-prefix{grid-template-columns:52px auto 1fr;grid-template-areas:"label prefix input";align-items:center;gap:0 8px;display:grid}.seller-job-phase1-input-with-prefix .form-label{grid-area:label;margin-bottom:0}.seller-job-phase1-currency-prefix{color:#475569;grid-area:prefix;font-size:.875rem;font-weight:600}.seller-job-phase1-input-with-prefix .input{grid-area:input}.seller-job-phase1-inputs .form-label{margin-bottom:2px;font-size:.7rem}.seller-job-phase1-inputs .input{min-height:38px;padding:8px 10px;font-size:.875rem}.seller-job-phase1-quote-row .seller-job-phase1-actions{border-top:1px solid #e2e8f0cc;justify-content:flex-end;margin-top:10px;padding-top:10px}.seller-job-phase1-actions{flex-wrap:wrap;gap:8px;display:flex}.seller-job-phase1-btn{min-height:38px;padding:8px 14px;font-size:.8125rem}.seller-job-phase1-btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.seller-job-phase1-view{margin-top:4px}.seller-job-phase1-waiting{color:#0f172a;flex-direction:column;gap:2px;font-size:.8125rem;display:flex}.seller-job-phase1-waiting-text{color:#64748b;margin-top:4px;font-size:.75rem}.seller-job-phase1-accepted-text{color:#059669;margin-top:8px;font-size:.8125rem;font-weight:600}.seller-job-phase1-approved,.seller-job-phase1-sent-offer{flex-direction:column;gap:6px;display:flex}.seller-job-phase1-sent-offer{margin-top:8px}.seller-job-phase1-sent-offer-separator{border:none;border-top:1px dotted #cbd5e1;margin:8px 0 4px}.seller-job-phase1-sent-offer-message{color:#64748b;margin:0;font-size:.8125rem;line-height:1.4}.seller-job-phase1-approved-row{grid-template-columns:auto 1fr;align-items:baseline;gap:4px 6px;display:grid}.seller-job-phase1-approved-label{color:#475569;text-transform:uppercase;letter-spacing:.03em;font-size:.75rem;font-weight:700}.seller-job-phase1-approved-value{color:#0f172a;font-size:.9375rem;font-weight:600}.seller-job-phase1-approved-currency{color:#64748b;font-weight:500}.seller-job-phase-order{background:#f8fafce6;border:1px solid #e2e8f0cc;border-radius:12px;overflow:hidden}.seller-job-phase-order-title-row{background:#f1f5f9cc;border-bottom:1px solid #e2e8f099;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:10px 14px;display:flex}.seller-job-phase-order-meta{align-items:center;gap:12px;display:flex}.seller-job-phase-order-dates{color:#64748b;flex-direction:column;align-items:flex-end;gap:2px;font-size:.6875rem;display:flex}.seller-job-phase-order-date{white-space:nowrap}.seller-job-phase-order-status{padding:2px 8px;font-size:.65rem}.seller-job-phase-order-pending .seller-job-phase-order-title{color:#94a3b8}.seller-job-phase-order-pending-body{text-align:center;padding:20px 16px}.seller-job-phase-order-pending-text{color:#64748b;margin:0 0 8px;font-size:.875rem;line-height:1.5}.seller-job-phase-order-pending-hint{color:#94a3b8;margin:0;font-size:.8125rem;font-style:italic}.seller-job-phase-order-waiting-body{min-height:80px;padding:28px 24px 32px}.seller-job-phase-order-waiting-text{color:#64748b;text-align:center;margin:0;font-size:.9375rem;line-height:1.35}.seller-job-phase-order-title{text-transform:uppercase;letter-spacing:.06em;color:#334155;align-items:center;gap:6px;margin:0;font-size:.875rem;font-weight:700;display:flex}.seller-job-phase-order-body{flex-direction:column;gap:20px;padding:16px;display:flex}.seller-job-order-info{color:#0f172a;flex-direction:column;gap:6px;font-size:.875rem;line-height:1.5;display:flex}.seller-job-order-info strong{font-size:inherit;font-weight:600}.seller-job-order-number{color:#0f172a;font-size:.9375rem;font-weight:700}.seller-job-order-concrete,.seller-job-datetime,.seller-job-distance-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.seller-job-distance{font-size:inherit;line-height:inherit;color:inherit}.seller-job-copy-details-btn{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #94a3b866;border-radius:4px;align-items:center;gap:4px;padding:4px 8px;font-size:.6875rem;font-weight:500;transition:color .15s,background .15s,border-color .15s;display:inline-flex}.seller-job-copy-details-btn:hover{color:#64748b;background:#94a3b814;border-color:#64748b99}.seller-job-copy-details-icon{flex-shrink:0;width:12px;height:12px}html[data-theme=dark] .seller-job-copy-details-btn{color:#64748b;border-color:#64748b66}html[data-theme=dark] .seller-job-copy-details-btn:hover{color:#94a3b8;background:#47556933;border-color:#94a3b880}.seller-job-full-address{color:#0f172a;flex-flow:wrap;align-items:center;gap:8px;font-size:.875rem;line-height:1.5;display:flex}.seller-job-order-concrete-details{font-family:inherit;font-size:inherit}.seller-job-address-line{color:#0f172a;font-family:inherit;font-size:.875rem}.seller-job-datetime-sep{font-size:1rem;font-weight:600}.seller-job-delivery-status{border-top:1px solid #e2e8f0cc;margin-top:16px;padding-top:16px}.seller-job-delivery-status-title{text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin:0 0 12px;font-size:.75rem;font-weight:700}.seller-job-progress .orders-progress-bar{background:#e2e8f0;border-radius:999px;height:10px}.seller-job-progress .orders-progress-fill{border-radius:999px}.seller-job-progress .orders-progress-truck-icon{box-shadow:0 4px 10px #1e3a8a73}html[data-theme=dark] .seller-job-delivery-status{border-top-color:#47556980}html[data-theme=dark] .seller-job-delivery-status-title{color:#94a3b8}html[data-theme=dark] .seller-job-progress .orders-progress-bar{background:#334155}html[data-theme=dark] .seller-job-progress .orders-progress-truck-icon{box-shadow:0 4px 10px #6366f173}.seller-job-steps-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.seller-job-steps-grid .orders-step-card{background:#f8fafccc;border:1px solid #e2e8f0e6;border-radius:12px;gap:8px;padding:12px 10px;transition:border-color .15s,background .15s}.seller-job-steps-grid button.orders-step-card{font:inherit;cursor:pointer;text-align:center;width:100%}.seller-job-steps-grid button.orders-step-card:hover:not(:disabled){background:#f1f5f9e6;border-color:#94a3b8}.seller-job-steps-grid button.orders-step-card:disabled{cursor:default}.seller-job-steps-grid .orders-step-card.is-active{background:#ecfefff2;border-color:#22d3ee;box-shadow:0 0 0 1px #22d3ee33}.seller-job-steps-grid .orders-step-index{color:#64748b;background:#e2e8f0;border-radius:50%;width:28px;height:28px;font-size:.875rem;font-weight:700}.seller-job-steps-grid .orders-step-index.is-active{color:#fff;background:#0891b2}.seller-job-steps-grid .orders-step-label{color:#64748b;letter-spacing:.01em;font-size:.75rem;font-weight:600;line-height:1.3}.seller-job-steps-grid .orders-step-label.is-active{color:#0e7490}.seller-job-steps-grid .orders-step-button{display:none}html[data-theme=dark] .seller-job-steps-grid .orders-step-card{background:#1e293b66;border-color:#47556999}html[data-theme=dark] .seller-job-steps-grid button.orders-step-card:hover:not(:disabled){background:#33415599;border-color:#475569e6}html[data-theme=dark] .seller-job-steps-grid button.orders-step-card.is-active:hover:not(:disabled){background:#22d3ee2e;border-color:#22d3ee66}html[data-theme=dark] .seller-job-steps-grid .orders-step-card.is-active{background:#22d3ee1f;border-color:#22d3ee;box-shadow:0 0 0 1px #22d3ee26}html[data-theme=dark] .seller-job-steps-grid .orders-step-index{color:#94a3b8;background:#334155}html[data-theme=dark] .seller-job-steps-grid .orders-step-index.is-active{color:#0f172a;background:#22d3ee}html[data-theme=dark] .seller-job-steps-grid .orders-step-label{color:#94a3b8}html[data-theme=dark] .seller-job-steps-grid .orders-step-label.is-active{color:#67e8f9}.seller-job-invoice-module{background:#f1f5f9cc;border:1px dashed #94a3b899;border-radius:10px;padding:16px}.seller-job-invoice-title{color:#334155;margin:0 0 6px;font-size:.8125rem;font-weight:700}.seller-job-invoice-hint{color:#64748b;margin:0 0 12px;font-size:.8125rem;line-height:1.45}.seller-job-invoice-disabled-hint{color:#94a3b8;margin:0;font-size:.8125rem;font-style:italic}html[data-theme=dark] .seller-job-invoice-disabled-hint{color:#64748b}.seller-job-invoice-sent{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.seller-job-invoice-sent-text{color:#059669;margin:0;font-size:.875rem;font-weight:600}.seller-job-invoice-link{color:#64748b;background:#f8fafce6;border:1px solid #e2e8f0e6;border-radius:6px;align-items:center;gap:6px;padding:4px 10px;font-size:.8125rem;font-weight:500;text-decoration:none;transition:color .15s,border-color .15s,background .15s;display:inline-flex}.seller-job-invoice-link:hover{color:#0891b2;background:#e0f2fe80;border-color:#0891b266}html[data-theme=dark] .seller-job-invoice-link{color:#94a3b8;background:#1e293b99;border-color:#47556999}html[data-theme=dark] .seller-job-invoice-link:hover{color:#22d3ee;background:#082f4980;border-color:#22d3ee66}.seller-job-invoice-dropzone{background:#fff9;border:2px dashed #94a3b899;border-radius:8px;justify-content:center;align-items:center;min-height:56px;margin-bottom:12px;transition:border-color .15s,background .15s;display:flex}.seller-job-invoice-dropzone:hover{background:#e0f2fe4d;border-color:#0891b280}.seller-job-invoice-dropzone.is-dragging{background:#0891b21a;border-color:#0891b2}.seller-job-invoice-dropzone-text{color:#64748b;font-size:.875rem;font-weight:500}.seller-job-invoice-dropzone.is-dragging .seller-job-invoice-dropzone-text,.seller-job-invoice-dropzone:hover .seller-job-invoice-dropzone-text{color:#0891b2}.seller-job-invoice-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.seller-job-invoice-number-input{color:#0f172a;background:#fff;border:2px solid #0891b2;border-radius:8px;min-width:160px;min-height:44px;padding:0 14px;font-size:.9375rem;font-weight:600;box-shadow:0 1px 3px #0891b233}.seller-job-invoice-number-input::placeholder{color:#64748b;font-weight:500}.seller-job-invoice-number-input:focus{border-color:#06b6d4;outline:none;box-shadow:0 0 0 3px #22d3ee4d}.seller-job-invoice-input{opacity:0;z-index:-1;width:.1px;height:.1px;position:absolute;overflow:hidden}.seller-job-invoice-label{cursor:pointer;align-items:center;gap:8px;min-height:44px;margin:0;display:inline-flex}.seller-job-invoice-icon{width:18px;height:18px;display:inline-flex}.seller-job-invoice-icon svg{width:100%;height:100%}@media (max-width:479px){.seller-jobs-portal .customer-orders-portal-filters{flex-direction:column;align-items:stretch}.seller-jobs-portal .customer-orders-portal-search{width:100%;min-width:0;max-width:none;min-height:44px}.seller-jobs-portal .customer-orders-portal-select{min-height:44px}.seller-job-invoice-actions{flex-direction:column;align-items:stretch}.seller-job-invoice-number-input{min-width:100%}.seller-job-invoice-label,.seller-job-invoice-actions button{flex:100%;justify-content:center}}.seller-invoices-portal .customer-orders-portal-list{grid-template-columns:1fr}.seller-invoices-portal .customer-invoices-portal-cell-actions .customer-orders-portal-btn{margin-right:0}.seller-invoices-portal .customer-invoices-portal-cell-actions{flex-wrap:nowrap;align-items:center;gap:8px;display:flex}.seller-invoices-portal .customer-invoices-portal-doc-mobile-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.customer-invoices-portal-order-card.is-expanded-upload{padding-bottom:20px}.customer-invoices-portal-upload-form{border-top:1px solid #94a3b859;flex-direction:column;gap:12px;margin-top:16px;padding-top:16px;display:flex}html[data-theme=dark] .customer-invoices-portal-upload-form{border-top-color:#47556980}.customer-invoices-portal-upload-dropzone{cursor:pointer;min-height:56px}.customer-invoices-portal-upload-row{flex-direction:column;gap:6px;display:flex}.customer-invoices-portal-upload-number{max-width:200px}.customer-invoices-portal-upload-actions{flex-wrap:wrap;gap:10px;display:flex}.customer-invoices-portal-disabled-hint{color:#94a3b8;font-size:.8125rem;font-style:italic}html[data-theme=dark] .customer-invoices-portal-disabled-hint{color:#64748b}.seller-invoices-card-meta{flex-direction:column;gap:6px;margin-top:8px;display:flex}.seller-invoices-meta-row{align-items:baseline;gap:8px;font-size:.8125rem;display:flex}.seller-invoices-meta-label{color:#64748b;min-width:90px}.seller-invoices-meta-value{color:#334155}html[data-theme=dark] .seller-invoices-meta-label{color:#94a3b8}html[data-theme=dark] .seller-invoices-meta-value{color:#e2e8f0}.seller-invoices-card-actions{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.seller-invoices-card-actions .customer-orders-portal-btn{align-items:center;gap:6px;display:inline-flex}.seller-invoices-toast{color:#fff;z-index:1000;background:#0f766e;border-radius:10px;padding:12px 24px;font-size:.875rem;font-weight:500;animation:.25s ease-out seller-invoices-toast-in;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}@keyframes seller-invoices-toast-in{0%{opacity:0;transform:translate(-50%)translateY(10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}html[data-theme=dark] .seller-invoices-toast{background:#0d9488;box-shadow:0 4px 12px #0006}.seller-invoices-drawer{flex-direction:column;gap:20px;display:flex}.seller-invoices-drawer-label{color:#334155;margin-bottom:6px;font-size:.8125rem;font-weight:600;display:block}html[data-theme=dark] .seller-invoices-drawer-label{color:#e2e8f0}.seller-invoices-required{color:#dc2626}.seller-invoices-drawer-input,.seller-invoices-drawer-textarea{border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:10px 14px;font-size:.875rem}html[data-theme=dark] .seller-invoices-drawer-input,html[data-theme=dark] .seller-invoices-drawer-textarea{color:#f8fafc;background:#1e293b;border-color:#475569}.seller-invoices-drawer-textarea{resize:vertical;min-height:80px}.seller-invoices-dropzone{cursor:pointer;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:10px;align-items:center;gap:12px;padding:20px;transition:border-color .15s,background .15s;display:flex}.seller-invoices-dropzone:hover{background:#f0fdfa;border-color:#0d9488}.seller-invoices-dropzone svg{color:#64748b;flex-shrink:0}.seller-invoices-file-input{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.seller-invoices-error{color:#dc2626;margin:4px 0 0;font-size:.75rem}@media (max-width:479px){.seller-invoices-portal .customer-orders-portal-filters{flex-direction:column;align-items:stretch}.seller-invoices-portal .customer-orders-portal-search{width:100%;min-width:0;max-width:none;min-height:44px}.seller-invoices-portal .customer-orders-portal-select{min-height:44px}.seller-invoices-card-actions{flex-direction:column}.seller-invoices-card-actions .customer-orders-portal-btn{flex:100%;justify-content:center;min-height:44px}}@media (min-width:480px){.seller-job-steps-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.seller-job-phase1-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:641px){.seller-job-phase1-cell{background:0 0;border:none;border-radius:0}.seller-job-phase1-cell:nth-child(n+2){border-left:1px solid #e2e8f0b3;padding-left:16px}}@media (min-width:641px) and (max-width:1023px){.seller-job-phase1-cell:nth-child(3){border-top:1px solid #e2e8f0b3;border-left:none;padding-top:14px;padding-left:0}.seller-job-phase1-cell:nth-child(4){border-top:1px solid #e2e8f0b3;padding-top:14px}}@media (min-width:768px){.seller-job-phase-inquiry-title-row,.seller-job-phase-order-title-row{padding:10px 18px}.seller-job-phase-inquiry-title{font-size:.875rem}.seller-job-phase1-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:14px 18px}.seller-job-phase-order-title{font-size:.9375rem}.seller-job-phase-order-body{padding:20px 24px}.seller-job-phase1-view{align-self:flex-start}}@media (min-width:1024px){.seller-job-phase1-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:14px 18px}.seller-job-phase-order-body{padding:24px 28px}}@media (min-width:1024px) and (max-width:1180px){.seller-job-phase-inquiry-title-row,.seller-job-phase-order-title-row{padding:10px 18px}.seller-job-phase1-quote-row{flex-direction:column;align-items:stretch;gap:8px}.seller-job-phase1-quote-row .seller-job-phase1-inputs{grid-template-columns:1fr;gap:8px;display:grid}.seller-job-phase1-quote-row .seller-job-phase1-inputs .form-field{min-width:0}.seller-job-phase1-quote-row .seller-job-phase1-inputs .input{min-height:34px;padding:6px 8px}.seller-job-phase1-quote-row .seller-job-phase1-actions{border-top:1px solid #e2e8f0cc;flex-wrap:nowrap;justify-content:flex-end;gap:6px;margin-top:10px;padding-top:10px;display:flex}.seller-job-phase1-quote-row .seller-job-phase1-btn{white-space:nowrap;min-height:30px;padding:5px 8px;font-size:.6875rem}.seller-job-phase1-quote-row .seller-job-phase1-waiting{flex-flow:wrap;gap:8px}.seller-job-phase1-quote-row .seller-job-phase1-waiting .seller-job-phase1-waiting-text{flex-basis:100%;margin-top:2px}}@media (min-width:1181px) and (max-width:1280px){.seller-job-phase-inquiry-title-row,.seller-job-phase-order-title-row{padding:10px 18px}.seller-job-phase1-quote-row{flex-flow:wrap;align-items:flex-end;gap:10px}.seller-job-phase1-quote-row .customer-orders-portal-badge{align-self:center}.seller-job-phase1-quote-row .seller-job-phase1-inputs{grid-template-columns:1fr;gap:8px;display:grid}.seller-job-phase1-quote-row .seller-job-phase1-inputs .form-field{min-width:0}.seller-job-phase1-quote-row .seller-job-phase1-inputs .input{min-height:34px;padding:6px 8px}.seller-job-phase1-quote-row .seller-job-phase1-approved,.seller-job-phase1-quote-row .seller-job-phase1-sent-offer,.seller-job-phase1-quote-row .seller-job-phase1-inputs{flex-basis:100%}.seller-job-phase1-quote-row .seller-job-phase1-actions{border-top:1px solid #e2e8f0cc;flex-basis:100%;justify-content:flex-end;gap:8px;min-width:0;margin-top:10px;padding-top:10px;display:flex}.seller-job-phase1-quote-row .seller-job-phase1-btn{min-height:34px;padding:6px 12px;font-size:.75rem}.seller-job-phase1-quote-row .seller-job-phase1-waiting{flex-flow:wrap;gap:8px}.seller-job-phase1-quote-row .seller-job-phase1-waiting .seller-job-phase1-waiting-text{flex-basis:100%;margin-top:2px}}html[data-theme=dark] .seller-job-phase-inquiry{background:#1e293b80;border-color:#33415599}html[data-theme=dark] .seller-job-phase-inquiry-title-row{background:#1e293bcc;border-bottom-color:#33415599}html[data-theme=dark] .seller-job-phase-inquiry-dates,html[data-theme=dark] .seller-job-phase-inquiry-date{color:#94a3b8}html[data-theme=dark] .seller-job-phase1-cell{background:#1e293b59;border-color:#33415580}@media (min-width:641px){html[data-theme=dark] .seller-job-phase1-cell{background:0 0;border:none}html[data-theme=dark] .seller-job-phase1-cell:nth-child(n+2){border-left:1px solid #47556999}}@media (min-width:641px) and (max-width:1023px){html[data-theme=dark] .seller-job-phase1-cell:nth-child(3){border-top:1px solid #47556999;border-left:none}html[data-theme=dark] .seller-job-phase1-cell:nth-child(4){border-top:1px solid #47556999}}html[data-theme=dark] .seller-job-phase1-cell-title,html[data-theme=dark] .seller-job-phase1-currency-prefix,html[data-theme=dark] .seller-job-phase1-approved-label{color:#94a3b8}html[data-theme=dark] .seller-job-phase1-approved-value{color:#e2e8f0}html[data-theme=dark] .seller-job-phase1-approved-currency{color:#94a3b8}html[data-theme=dark] .seller-job-phase1-quote-row .seller-job-phase1-actions{border-top-color:#47556999}html[data-theme=dark] .seller-job-phase1-message-hint{color:#94a3b8}html[data-theme=dark] .seller-job-phase1-quote-error{color:#f87171}html[data-theme=dark] .seller-job-phase1-dl dd,html[data-theme=dark] .seller-job-phase1-message-text,html[data-theme=dark] .seller-job-phase1-waiting{color:#e2e8f0}html[data-theme=dark] .seller-job-phase1-dl dt,html[data-theme=dark] .seller-job-phase1-broker-line,html[data-theme=dark] .seller-job-phase1-waiting-text,html[data-theme=dark] .seller-job-phase1-sent-offer-message{color:#94a3b8}html[data-theme=dark] .seller-job-phase1-sent-offer-separator{border-top-color:#47556999}html[data-theme=dark] .seller-job-phase1-accepted-text{color:#34d399}html[data-theme=dark] .seller-job-phase-order-pending-text,html[data-theme=dark] .seller-job-phase-order-pending-hint,html[data-theme=dark] .seller-job-phase-order-waiting-text,html[data-theme=dark] .seller-job-waiting .seller-job-waiting-text{color:#94a3b8}html[data-theme=dark] .seller-job-phase-order{background:#1e293b80;border-color:#33415599}html[data-theme=dark] .seller-job-phase-order-title-row{background:#1e293bcc;border-bottom-color:#33415599}html[data-theme=dark] .seller-job-phase-order-title,html[data-theme=dark] .seller-job-phase-inquiry-title{color:#e2e8f0}html[data-theme=dark] .seller-job-phase-inquiry-ref,html[data-theme=dark] .seller-job-phase-order-ref{color:#94a3b8}html[data-theme=dark] .seller-job-phase-title-icon{opacity:.9}html[data-theme=dark] .seller-job-phase-order-dates,html[data-theme=dark] .seller-job-phase-order-date{color:#94a3b8}html[data-theme=dark] .seller-job-order-concrete,html[data-theme=dark] .seller-job-distance,html[data-theme=dark] .seller-job-order-number,html[data-theme=dark] .seller-job-full-address,html[data-theme=dark] .seller-job-address-line,html[data-theme=dark] .seller-job-datetime{color:#e2e8f0}html[data-theme=dark] .seller-job-waiting-text{color:#94a3b8}html[data-theme=dark] .seller-job-invoice-module{background:#1e293b66;border-color:#47556980}html[data-theme=dark] .seller-job-invoice-dropzone{background:#1e293b80;border-color:#47556999}html[data-theme=dark] .seller-job-invoice-dropzone:hover{background:#082f4966;border-color:#0891b280}html[data-theme=dark] .seller-job-invoice-dropzone.is-dragging{background:#0891b226;border-color:#22d3ee}html[data-theme=dark] .seller-job-invoice-dropzone-text{color:#94a3b8}html[data-theme=dark] .seller-job-invoice-dropzone.is-dragging .seller-job-invoice-dropzone-text,html[data-theme=dark] .seller-job-invoice-dropzone:hover .seller-job-invoice-dropzone-text{color:#22d3ee}html[data-theme=dark] .seller-job-invoice-title{color:#e2e8f0}html[data-theme=dark] .seller-job-invoice-hint{color:#94a3b8}html[data-theme=dark] .seller-job-invoice-sent-text{color:#34d399}html[data-theme=dark] .seller-job-invoice-number-input{color:#f8fafc;background:#1e293b;border-color:#0891b2;box-shadow:0 1px 3px #0891b240}html[data-theme=dark] .seller-job-invoice-number-input::placeholder{color:#94a3b8}html[data-theme=dark] .seller-job-invoice-number-input:focus{border-color:#22d3ee;box-shadow:0 0 0 3px #22d3ee59}.orders-supplier-action.is-send.is-sent{color:#059669;background:#d1fae5;border-color:#6ee7b7}html[data-theme=dark] .orders-supplier-action.is-send.is-sent{color:#34d399;background:#05966940;border-color:#34d39966}.orders-seller-panel{margin-top:-8px;padding:12px 14px;position:relative}.orders-seller-panel-dot{width:8px;height:8px;box-shadow:0 0 0 2px var(--surface,#fff);pointer-events:none;background:#ef4444;border-radius:50%;position:absolute;top:10px;right:10px}.orders-seller-panel-header{margin-bottom:10px}.orders-seller-panel-header .orders-details-title{margin:0;font-size:.875rem}.orders-seller-panel-desc{color:#64748b;font-size:.75rem;font-weight:400}.orders-seller-panel-grid{display:block}.orders-seller-panel-supplier{min-width:0}.orders-seller-panel-supplier-header .orders-seller-panel-send-btn{margin-left:8px}.orders-seller-panel-invoice{flex-direction:column;gap:4px;margin-top:8px;display:flex}.orders-seller-panel-empty{background:#f1f5f9cc;border:1px dashed #94a3b899;border-radius:6px;align-items:flex-start;gap:8px;padding:10px 12px;display:flex}.orders-seller-panel-empty-icon{color:#64748b;background:#94a3b833;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.orders-seller-panel-empty-title{color:#334155;margin:0 0 1px;font-size:.8125rem;font-weight:600}.orders-seller-panel-empty-desc{color:#64748b;margin:0;font-size:.6875rem;line-height:1.3}.orders-seller-panel-supplier-header{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.orders-seller-panel-supplier-name{color:#0f172a;align-items:center;gap:6px;font-size:.8125rem;font-weight:600;display:inline-flex}.orders-seller-panel-supplier-id{color:#64748b;background:#f1f5f9;border-radius:3px;padding:1px 5px;font-size:.625rem}.orders-seller-panel-supplier-header .orders-seller-panel-offer-grid{border-left:1px solid #e2e8f0;margin-left:8px;padding-left:8px}.orders-seller-panel-offer-grid{flex-wrap:wrap;align-items:center;gap:4px 8px;display:flex}.orders-seller-panel-offer-cell{flex-direction:row;align-items:baseline;gap:4px;display:flex}.orders-seller-panel-offer-label{text-transform:uppercase;letter-spacing:.02em;color:#94a3b8;font-size:.5625rem;font-weight:600}.orders-seller-panel-offer-value{color:#0f172a;font-size:.75rem;font-weight:600}.orders-seller-panel-invoice-title{color:#334155;align-items:center;gap:4px;font-size:.6875rem;font-weight:600;display:inline-flex}.orders-seller-panel-invoice-desc{color:#64748b;font-size:.625rem;line-height:1.25}.orders-seller-panel-invoice-placeholder{background:#f1f5f9cc;border:1px dashed #94a3b899;border-radius:5px;align-items:center;gap:6px;padding:6px 8px;display:flex}.orders-seller-panel-invoice-placeholder-icon{color:#94a3b8;background:#94a3b833;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.orders-seller-panel-invoice-placeholder-text{color:#64748b;font-size:.6875rem}.orders-seller-panel-invoice-sent{background:#22c55e14;border:1px solid #22c55e40;border-radius:5px;align-items:center;gap:6px;padding:6px 8px;display:flex}.orders-seller-panel-invoice-sent-icon{color:#059669;background:#22c55e26;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.orders-seller-panel-invoice-sent-icon .orders-info-icon-svg{color:#059669}.orders-seller-panel-invoice-sent-text{color:#047857;font-size:.6875rem;line-height:1.3}.orders-seller-panel-invoice-actions{align-items:center;gap:6px;margin-top:6px;display:flex}.orders-seller-panel-invoice-actions .orders-action-button{height:28px;min-height:28px;padding:4px 10px;font-size:.6875rem}.orders-seller-panel-send-log{color:#64748b;align-items:center;gap:6px;margin-top:8px;font-size:.6875rem;display:flex}.orders-seller-panel-send-log-icon{color:#059669;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.orders-seller-panel-send-log-icon .orders-info-icon-svg{color:#059669}.orders-seller-panel-send-log-text{line-height:1.3}.orders-seller-panel-actions{align-items:center;gap:8px;display:flex}.orders-seller-panel-actions .orders-action-button{height:32px;min-height:32px}.orders-seller-panel-actions .orders-action-button.is-icon{width:32px;height:32px;min-height:32px}.orders-seller-panel-send-btn{padding:6px 12px;font-size:.75rem}html[data-theme=dark] .orders-seller-panel-dot{box-shadow:0 0 0 2px var(--surface,#1e293b)}html[data-theme=dark] .orders-seller-panel-desc{color:#94a3b8}html[data-theme=dark] .orders-seller-panel-empty{background:#1e293b66;border-color:#47556980}html[data-theme=dark] .orders-seller-panel-empty-icon{color:#94a3b8;background:#47556980}html[data-theme=dark] .orders-seller-panel-empty-title{color:#e2e8f0}html[data-theme=dark] .orders-seller-panel-empty-desc{color:#94a3b8}html[data-theme=dark] .orders-seller-panel-supplier-name{color:#f1f5f9}html[data-theme=dark] .orders-seller-panel-supplier-id{color:#94a3b8;background:#334155}html[data-theme=dark] .orders-seller-panel-supplier-header .orders-seller-panel-offer-grid{border-left-color:#47556980}html[data-theme=dark] .orders-seller-panel-offer-label{color:#64748b}html[data-theme=dark] .orders-seller-panel-offer-value{color:#e2e8f0}html[data-theme=dark] .orders-seller-panel-send-log{color:#94a3b8}html[data-theme=dark] .orders-seller-panel-send-log-icon,html[data-theme=dark] .orders-seller-panel-send-log-icon .orders-info-icon-svg{color:#34d399}html[data-theme=dark] .orders-seller-panel-invoice-title{color:#e2e8f0}html[data-theme=dark] .orders-seller-panel-invoice-desc{color:#94a3b8}html[data-theme=dark] .orders-seller-panel-invoice-placeholder{background:#1e293b66;border-color:#47556980}html[data-theme=dark] .orders-seller-panel-invoice-placeholder-icon{color:#64748b;background:#47556980}html[data-theme=dark] .orders-seller-panel-invoice-placeholder-text{color:#94a3b8}html[data-theme=dark] .orders-seller-panel-invoice-sent{background:#10b9811f;border-color:#22c55e40}html[data-theme=dark] .orders-seller-panel-invoice-sent-icon{color:#34d399;background:#10b98133}html[data-theme=dark] .orders-seller-panel-invoice-sent-icon .orders-info-icon-svg{color:#34d399}html[data-theme=dark] .orders-seller-panel-invoice-sent-text{color:#6ee7b7}
