:root{--bg-color:#000;--surface-color:#0a0a0a;--surface-color-light:#151515;--primary:#fff;--primary-glow:#ffffff26;--text-main:#f0f0f0;--text-muted:#8f949f;--border-color:#222;--bg-inverted:#fff;--text-inverted:#000;--card-shadow:0 8px 30px #00000080;--soft-shadow:0 1px 0 #ffffff0a;--font-sans:"Inter", system-ui, sans-serif}:root[data-theme=dark]{--bg-color:#000;--surface-color:#0a0a0a;--surface-color-light:#151515;--primary:#fff;--primary-glow:#ffffff26;--text-main:#f0f0f0;--text-muted:#8f949f;--border-color:#222;--bg-inverted:#fff;--text-inverted:#000;--card-shadow:0 8px 30px #00000080;--soft-shadow:0 1px 0 #ffffff0a}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--font-sans);background-color:var(--bg-color);color:var(--text-main);flex-direction:column;min-height:100vh;display:flex}#root{width:100%;min-height:100vh;display:flex}.glass-card{background:var(--surface-color);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:12px;overflow:hidden}.btn-primary{background:var(--primary);color:var(--text-inverted);cursor:pointer;box-shadow:0 0 15px var(--primary-glow);border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-weight:600;transition:all .3s;display:flex}.btn-primary:hover{box-shadow:0 4px 25px var(--primary-glow);background:#e0e0e0;transform:translateY(-2px)}.input-field{background:var(--surface-color-light);border:1px solid var(--border-color);width:100%;color:var(--text-main);font-family:var(--font-sans);border-radius:8px;padding:12px 16px;transition:all .3s}.input-field:focus{box-shadow:0 0 0 2px var(--border-color);border-color:#555;outline:none}.password-field-wrapper{width:100%;position:relative}.password-input{padding-right:48px}.password-toggle{color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:inline-flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.password-toggle:hover{color:var(--text-main)}.password-toggle:focus-visible{outline-offset:2px;border-radius:6px;outline:2px solid #555}.layout-container{width:100%;min-height:100vh;display:flex}.sidebar{background:var(--surface-color);border-right:1px solid var(--border-color);flex-direction:column;gap:16px;width:280px;padding:24px;display:flex}.sidebar h2{color:var(--text-main);align-items:center;gap:12px;margin-bottom:24px;font-size:1.5rem;display:flex}.sidebar-link{color:var(--text-muted);border-radius:8px;align-items:center;gap:12px;padding:12px 16px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.sidebar-link:hover,.sidebar-link.active{background:var(--surface-color-light);color:var(--primary)}.page-title{color:var(--text-main);margin-bottom:32px;font-size:2rem;font-weight:700}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-bottom:32px;display:grid}.stat-card{flex-direction:column;gap:8px;padding:24px;display:flex}.stat-value{color:var(--primary);font-size:2.5rem;font-weight:700}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.9rem}.data-table{border-collapse:collapse;width:100%}.data-table th,.data-table td{text-align:left;border-bottom:1px solid var(--border-color);padding:16px 24px}.data-table th{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;background:var(--surface-color-light);font-size:.85rem;font-weight:600}.data-table tbody tr{transition:background .2s}.data-table tbody tr:hover{background:#ffffff08}.status-badge{border:1px solid;border-radius:20px;padding:6px 12px;font-size:.8rem;font-weight:600;display:inline-block}.status-badge.success{color:#fff;background:#ffffff1a;border-color:#ffffff4d}.status-badge.warning{color:#ccc;background:#c8c8c81a;border-color:#c8c8c84d}.status-badge.neutral{color:var(--text-muted);background:var(--surface-color-light);border-color:var(--border-color)}.public-page{width:100%;min-height:100vh;color:var(--text-main);background:radial-gradient(circle at 0 0,#ff840024,#0000 28%),radial-gradient(circle at 85% 20%,#0094ff29,#0000 24%),linear-gradient(#050505 0%,#0a0a0a 48%,#050505 100%)}.public-navbar{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#050505c7;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;gap:24px;padding:22px 40px;display:flex;position:sticky;top:0}.public-brand{color:var(--text-main);letter-spacing:.02em;align-items:center;gap:12px;font-size:1.3rem;font-weight:800;text-decoration:none;display:inline-flex}.public-brand-mark{color:#090909;background:linear-gradient(135deg,#fff,#bdbdbd);border-radius:14px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex;box-shadow:0 12px 24px #ffffff26}.public-nav-links{align-items:center;gap:28px;display:inline-flex}.public-nav-links a{color:#ffffffbd;font-weight:600;text-decoration:none}.public-nav-links a:hover{color:#fff}.public-nav-actions{align-items:center;gap:12px;display:inline-flex}.public-btn{border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-weight:700;text-decoration:none;transition:transform .2s,background .2s,color .2s,border-color .2s;display:inline-flex}.public-btn:hover{transform:translateY(-1px)}.public-btn-solid{color:#0a0a0a;background:#fff}.public-btn-solid:hover{background:#ececec}.public-btn-ghost{color:#fff;background:#ffffff0a;border:1px solid #ffffff24}.public-btn-ghost:hover{background:#ffffff17}.public-main{padding:28px 40px 56px}.hero-shell{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:40px;min-height:calc(100vh - 120px);display:grid}.hero-copy{max-width:700px}.hero-kicker,.section-kicker{color:#f3c98b;letter-spacing:.08em;text-transform:uppercase;background:#ffffff0d;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:.82rem;font-weight:700;display:inline-flex}.hero-copy h1{letter-spacing:-.05em;max-width:760px;margin-top:22px;font-size:clamp(3.2rem,7vw,5.8rem);line-height:.93}.hero-copy h1 span{color:#9ad2ff}.hero-copy p{color:#ffffffc7;max-width:620px;margin-top:22px;font-size:1.08rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:28px;display:flex}.hero-btn{min-width:170px}.hero-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:34px;display:grid}.hero-metrics article{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:20px;padding:18px}.hero-metrics strong{font-size:1.7rem;display:block}.hero-metrics span{color:#ffffffad;margin-top:8px;display:block}.hero-visual{justify-content:center;align-items:center;min-height:620px;display:flex;position:relative}.hero-orb{filter:blur(10px);border-radius:999px;position:absolute}.hero-orb-a{background:radial-gradient(circle,#ff8a3d47 0%,#0000 70%);width:240px;height:240px;top:30px;right:40px}.hero-orb-b{background:radial-gradient(circle,#419aff38 0%,#0000 72%);width:280px;height:280px;bottom:40px;left:30px}.hero-panel{background:linear-gradient(160deg,#ffffff14,#ffffff05),#0c0c0cd9;border:1px solid #ffffff14;border-radius:32px;width:min(100%,560px);padding:26px;position:relative;overflow:hidden;box-shadow:0 24px 80px #0000006b}.hero-panel-top{justify-content:space-between;gap:12px;margin-bottom:22px;display:flex}.hero-chip{background:#ffffff14;border-radius:999px;align-items:center;padding:8px 12px;font-size:.84rem;font-weight:700;display:inline-flex}.hero-chip.muted{color:#ffffffad}.hero-role-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.hero-role-card{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:22px;min-height:180px;padding:20px}.hero-role-card.carrier{grid-column:1/-1}.hero-role-card strong{margin-top:18px;font-size:1.15rem;display:block}.hero-role-card p{color:#ffffffad;margin-top:10px;line-height:1.55}.hero-role-card.supplier{background:linear-gradient(#ff924724,#ffffff08)}.hero-role-card.ds{background:linear-gradient(#577eff29,#ffffff08)}.hero-role-card.carrier{background:linear-gradient(#48baa024,#ffffff08)}.public-section{padding:56px 0 0}.section-heading h2{letter-spacing:-.04em;max-width:760px;margin-top:16px;font-size:clamp(2rem,4vw,3rem);line-height:1.04}.updates-grid,.roles-showcase,.flow-grid,.register-choice-grid{gap:18px;margin-top:28px;display:grid}.updates-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.update-card,.role-showcase-card,.flow-grid article,.register-choice-card,.register-form-shell{background:#ffffff0a;border:1px solid #ffffff12;border-radius:26px}.update-card{padding:22px}.update-tag{color:#ffc078;align-items:center;gap:8px;font-size:.84rem;font-weight:700;display:inline-flex}.update-card h3,.role-showcase-card h3,.flow-grid h3{margin-top:16px;font-size:1.28rem}.update-card p,.role-showcase-card p,.flow-grid p,.register-choice-card p,.register-form-copy p{color:#ffffffb3;margin-top:12px;line-height:1.65}.roles-showcase{grid-template-columns:repeat(2,minmax(0,1fr))}.role-showcase-card,.flow-grid article{padding:24px}.flow-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.flow-grid span{background:#ffffff14;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;font-weight:800;display:inline-flex}.public-footer{color:#ffffffad;justify-content:space-between;align-items:center;gap:24px;padding:26px 40px 34px;display:flex}.public-footer strong{color:#fff;margin-bottom:6px;display:block}.public-footer-actions{color:#b4ebca;align-items:center;gap:10px;display:inline-flex}.register-page .public-navbar{position:static}.login-page{background:radial-gradient(circle at 50% 18%,#2a6cff1f,#0000 30%),linear-gradient(#050607 0%,#080a0d 46%,#030405 100%)}.auth-clean-page{background:radial-gradient(circle at 72% 18%,#2a6cff1f,#0000 28%),linear-gradient(#050607 0%,#080a0d 46%,#030405 100%)}.login-page .public-navbar,.auth-clean-page .public-navbar{background:#030405d1;border-bottom-color:#ffffff0f;padding:24px 40px}.login-public-brand{letter-spacing:0}.login-page .public-btn-ghost,.auth-clean-page .public-btn-ghost{color:#ffffffe6;background:#ffffff09;border-color:#ffffff1f}.login-page .public-btn-ghost:hover,.auth-clean-page .public-btn-ghost:hover{background:#ffffff14}.auth-clean-page .section-kicker,.auth-clean-page .register-section-title{color:#ffffffb8}.auth-clean-page .register-choice-icon.ds,.auth-clean-page .register-choice-icon.supplier{color:#9db7ff;background:#5c79ff24}.auth-clean-page .auth-switch-link:hover,.auth-clean-page .button-link:hover,.auth-clean-page .register-back-link:hover{color:#9db7ff}.auth-clean-page .register-main{width:100%;padding-left:clamp(32px,6vw,96px);padding-right:clamp(32px,6vw,96px)}.auth-clean-page .register-back-link{width:auto;margin-bottom:22px;margin-left:0;margin-right:0}.auth-clean-page .register-header-copy{width:min(100%,1500px);margin-left:auto;margin-right:auto}.auth-clean-page .register-choice-grid{grid-template-columns:1fr;justify-content:center;width:min(100%,720px);margin-left:auto;margin-right:auto}.auth-clean-page .register-header-copy h1{max-width:none}.auth-clean-page .register-header-copy p{text-align:center;max-width:880px;margin-left:auto;margin-right:auto}.auth-clean-page .register-choice-card{width:min(100%,560px)}.auth-clean-page .register-choice-list{width:min(100%,860px);margin-top:74px}.auth-clean-page .register-choice-list-card{width:min(100%,860px);box-shadow:none;text-align:center;background:0 0;border:0;border-radius:0;grid-template-columns:1fr;align-items:center;row-gap:28px;padding:0;display:grid}.auth-clean-page .register-choice-list-card p{text-align:left;grid-column:1;max-width:420px;margin:0;font-size:1.08rem;line-height:1.65}.auth-clean-page .register-choice-list-card .register-choice-points{text-align:center;grid-area:1/1;align-items:center;gap:14px;margin-top:0;font-size:1.08rem}.auth-clean-page .register-choice-list-card .register-choice-btn{grid-column:1/-1;width:min(100%,360px);margin:8px auto 0}@media (width<=860px){.auth-clean-page .register-choice-list-card{text-align:center;grid-template-columns:1fr}.auth-clean-page .register-choice-list-card p,.auth-clean-page .register-choice-list-card .register-choice-points{text-align:center;grid-area:auto;align-items:center;margin-left:auto;margin-right:auto}}@media (width>=1200px){.auth-clean-page .register-header-copy h1{white-space:nowrap;font-size:clamp(3.8rem,4.8vw,5.6rem)}}.register-main{width:min(100%,1180px);margin:0 auto;padding:28px 40px 56px}.register-back-link{color:#ffffffb8;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;margin-bottom:18px;padding:0;font-weight:600;text-decoration:none;display:inline-flex}.button-link:hover,.register-back-link:hover{color:#fff}.register-header-copy h1{letter-spacing:-.05em;margin-top:14px;font-size:clamp(2.4rem,5vw,4.2rem);line-height:.98}.register-header-copy p{color:#ffffffb8;max-width:700px;margin-top:16px;line-height:1.65}.register-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.register-choice-card{padding:28px}.register-choice-icon{border-radius:18px;justify-content:center;align-items:center;width:54px;height:54px;display:inline-flex}.register-choice-icon.supplier{color:#ffb067;background:#ff924724}.register-choice-icon.ds{color:#9eb3ff;background:#5c79ff29}.register-choice-card h2{margin-top:18px;font-size:1.8rem}.register-choice-points{color:#ffffffc2;flex-direction:column;gap:10px;margin-top:18px;list-style:none;display:flex}.register-choice-btn,.register-submit-btn{width:100%;margin-top:22px}.login-main{justify-content:center;align-items:center;width:min(100%,620px);min-height:calc(100vh - 98px);display:flex}.login-form-shell{background:linear-gradient(#ffffff0b,#ffffff05),#0a0c0feb;border:1px solid #ffffff14;border-radius:24px;grid-template-columns:1fr;gap:0;width:min(100%,460px);margin:0 auto;padding:34px;box-shadow:0 28px 80px #00000075}.login-form-copy{display:none}.login-role-form{align-content:flex-start;gap:18px}.login-card-heading{text-align:left;gap:10px;margin-bottom:6px;display:grid}.login-card-heading span{color:#ffffff94;letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:800}.login-card-heading h1{color:#fff;letter-spacing:0;margin:0;font-size:clamp(2rem,5vw,2.65rem);line-height:1}.login-role-form .register-section-title{color:#fffc;letter-spacing:.1em}.login-role-form .public-input{background:#ffffff0e;border-color:#ffffff14}.login-role-form .public-input:focus{border-color:#82aaff8c;box-shadow:0 0 0 3px #4676ff29}.login-role-form .register-submit-btn{color:#050607;box-shadow:none;background:#f7f7f8;margin-top:10px}.login-role-form .register-submit-btn:hover{background:#fff}.login-role-form .auth-switch-note{margin-top:10px}.login-page .auth-switch-link:hover{color:#9db7ff}.register-form-shell{grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);gap:26px;margin-top:24px;padding:28px;display:grid}.auth-clean-page .register-form-shell-clean{grid-template-columns:1fr;gap:0;width:min(100%,820px);margin:28px auto 0;padding:clamp(24px,3vw,34px)}.auth-clean-page .register-form-shell-clean .register-progress{justify-content:center;margin-top:22px}.auth-clean-page .register-form-shell-clean .register-role-form{gap:20px;width:100%}.auth-clean-page .register-form-shell-clean .register-section-title{text-align:center;margin-top:8px;margin-bottom:4px}.register-form-heading{text-align:center;justify-items:center;gap:0;margin-bottom:24px;display:grid}.register-form-heading h1{color:#fff;letter-spacing:0;margin:0;font-size:clamp(2.2rem,4vw,3.2rem);line-height:1}.register-form-heading p{color:#ffffffb8;max-width:660px;margin:0;line-height:1.6}.register-progress-compact{margin-bottom:4px}.login-page .login-form-shell{width:min(100%,480px);margin:0 auto;padding:34px;display:block}.login-page .login-role-form,.login-page .login-role-form label,.login-page .register-password-wrap,.login-page .register-submit-btn{width:100%}.login-page .auth-switch-note{justify-content:center}.register-form-copy h1{letter-spacing:-.05em;margin-top:16px;font-size:clamp(2rem,4vw,3.4rem);line-height:.98}.register-role-form{gap:16px;display:grid}.register-section-title{letter-spacing:.08em;text-transform:uppercase;color:#f3c98b;font-size:.9rem;font-weight:800}.register-field-grid{gap:16px;display:grid}.register-field-grid.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.register-role-form label{gap:8px;display:grid}.register-inline-error,.register-inline-hint{font-size:.85rem;line-height:1.4}.register-inline-error{color:#ff9f9f}.register-inline-hint{color:#fff9}.register-role-form span{color:#ffffffb8;align-items:center;gap:8px;font-size:.95rem;font-weight:600;display:inline-flex}.public-input,.public-textarea{background:#ffffff0a}.public-textarea{resize:vertical;min-height:120px}.register-address-textarea{min-height:84px}.register-progress{flex-wrap:wrap;gap:12px;margin-top:26px;display:flex}.register-progress-pill{color:#fff9;background:#ffffff0a;border:1px solid #ffffff14;border-radius:18px;align-items:center;gap:10px;padding:12px 14px;display:inline-flex}.register-progress-pill span{background:#ffffff0f;border-radius:999px;justify-content:center;align-items:center;width:26px;height:26px;font-size:.84rem;display:inline-flex}.register-progress-pill.active,.register-progress-pill.done{color:#fff;border-color:#ffffff24}.register-progress-pill.active span,.register-progress-pill.done span{background:#ffffff2e}.register-side-note{color:#ffffffc2;background:#577eff14;border:1px solid #577eff29;border-radius:18px;margin-top:18px;padding:16px 18px;line-height:1.6}.register-password-wrap{position:relative}.register-password-input{padding-right:52px}.register-password-toggle{color:#ffffffa6;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.register-password-toggle:hover{color:#fff}.register-city-field{position:relative}.register-city-suggestions{z-index:5;background:#0a0a0afa;border:1px solid #ffffff14;border-radius:18px;gap:6px;max-height:240px;padding:10px;display:grid;position:absolute;top:calc(100% + 10px);left:0;right:0;overflow-y:auto;box-shadow:0 24px 48px #0000004d}.register-city-option{color:#ffffffd1;text-align:left;cursor:pointer;background:#ffffff0a;border:none;border-radius:14px;padding:10px 12px}.register-city-option:hover{color:#fff;background:#ffffff1a}.register-actions-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.register-inline-btn{min-width:180px}.register-error-note,.register-success-note{border-radius:16px;padding:14px 16px;line-height:1.55}.register-success-note{color:#a8ecc0;background:#5fc48c1f;border:1px solid #5fc48c33}.register-error-note{color:#ffb2b2;background:#ff70701f;border:1px solid #ff70702e}.auth-switch-note{color:#ffffffad;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:4px;font-size:.95rem;display:flex}.auth-switch-link{color:#fff;font-weight:800;text-decoration:none}.auth-switch-link:hover{color:#f3c98b}.register-modal-backdrop{z-index:80;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#000000b8;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.register-modal-card{background:linear-gradient(#ffffff12,#ffffff08),#0a0a0af2;border:1px solid #ffffff14;border-radius:28px;gap:16px;width:min(100%,520px);padding:28px;display:grid;position:relative;box-shadow:0 28px 90px #00000080}.register-modal-close{color:#ffffffb8;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex;position:absolute;top:16px;right:16px}.register-modal-close:hover{color:#fff;background:#ffffff14}.register-modal-kicker{color:#b5c4ff;letter-spacing:.08em;text-transform:uppercase;background:#577eff1f;border:1px solid #577eff2e;border-radius:999px;align-items:center;gap:8px;width:fit-content;padding:8px 14px;font-size:.8rem;font-weight:700;display:inline-flex}.register-modal-card h3{letter-spacing:-.04em;font-size:2rem;line-height:1.02}.register-modal-card p{color:#ffffffbd;line-height:1.7}.register-modal-field{gap:8px;display:grid}.register-code-input{text-align:center;letter-spacing:.36em;font-size:2rem;font-weight:800}.register-modal-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.register-modal-actions>.public-btn{flex:180px}.register-modal-actions-stack{margin-top:4px}.register-success-button{color:#f7fff9;background:linear-gradient(135deg,#28c76f,#12a150);box-shadow:0 18px 36px #28c76f47}.register-success-button:hover{background:linear-gradient(135deg,#2fd477,#149f52)}@media (width<=1100px){.hero-shell,.register-form-shell,.updates-grid,.roles-showcase,.flow-grid,.register-choice-grid{grid-template-columns:1fr}.hero-visual{min-height:auto}.login-form-shell{width:100%;max-width:none}}@media (width<=900px){.public-navbar,.public-main,.public-footer,.register-main{padding-left:20px;padding-right:20px}.public-navbar{flex-wrap:wrap}.public-nav-links{order:3;justify-content:space-between;gap:14px;width:100%;overflow-x:auto}.hero-metrics{grid-template-columns:1fr}}@media (width<=640px){.public-nav-actions,.hero-actions,.public-footer{flex-direction:column;align-items:stretch}.public-btn,.hero-btn{width:100%}.register-field-grid.two-columns,.register-actions-row,.register-modal-actions{flex-direction:column;grid-template-columns:1fr;align-items:stretch}.login-form-shell{border-radius:22px;padding:22px}.login-form-copy h1{font-size:2.6rem}}.dashboard-root{background:var(--bg-color);width:100%;height:100vh;min-height:100vh;color:var(--text-main);flex:auto;display:block;position:relative;overflow:hidden}.dashboard-sidebar{z-index:2000;background:color-mix(in srgb, var(--surface-color) 96%, transparent);border-right:1px solid var(--border-color);height:100vh;box-shadow:var(--card-shadow);transition:width .26s cubic-bezier(.22,1,.36,1),transform .28s cubic-bezier(.22,1,.36,1),opacity .2s,box-shadow .24s;position:fixed;top:0;left:0;overflow:hidden}.dashboard-sidebar.desktop{width:84px}.dashboard-sidebar.desktop:hover,.dashboard-sidebar.desktop:focus-within{width:288px;box-shadow:0 24px 56px #0000006b}.dashboard-sidebar.mobile{opacity:0;pointer-events:none;border:1px solid #ffffff14;border-radius:24px;width:min(300px,100vw - 24px);height:calc(100vh - 24px);top:12px;left:12px;transform:translate(-110%)}.dashboard-sidebar.mobile.show{opacity:1;pointer-events:auto;transform:translate(0)}.dashboard-main-content{box-sizing:border-box;width:100%;max-width:none;height:100vh;min-height:0;padding:28px 28px 28px 124px;transition:padding-left .24s;overflow:hidden auto}.dashboard-root.hide-global-sidebar .dashboard-main-content{padding-left:0}.dashboard-root.withdrawal-detail-shell,.dashboard-root.withdrawal-detail-shell .dashboard-main-content{background:#121212}.dashboard-root.withdrawal-detail-shell .admin-main{color:#f8fafc}.dashboard-main-content::-webkit-scrollbar{width:6px}.dashboard-main-content::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:999px}.menu-btn{z-index:3000;background:color-mix(in srgb, var(--surface-color) 96%, transparent);width:46px;height:46px;color:var(--text-main);border:1px solid var(--border-color);box-shadow:var(--card-shadow);cursor:pointer;border-radius:16px;justify-content:center;align-items:center;transition:transform .2s,background .2s;display:inline-flex;position:fixed;top:14px;left:14px}.menu-btn.active{transform:scale(1.04)}.backdrop{z-index:1500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000006b;position:fixed;inset:0}.sidebar-content{flex-direction:column;min-height:100%;padding:18px 12px 16px;display:flex}.sidebar-header{color:var(--text-main);border-bottom:1px solid var(--border-color);white-space:nowrap;align-items:center;gap:12px;margin-bottom:18px;padding:6px 8px 18px;font-size:18px;font-weight:700;display:flex}.sidebar-title,.sidebar-label{transition:opacity .18s,transform .22s}.sidebar-nav{flex-direction:column;gap:8px;display:flex}.sidebar-divider{background:var(--border-color);height:1px;margin:18px 0}.sidebar-spacer{flex:1;min-height:16px}.sidebar-link{width:100%;color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:16px;align-items:center;gap:12px;padding:14px;font-size:15px;font-weight:600;text-decoration:none;transition:background .2s,color .2s,transform .18s;display:flex}.sidebar-link:hover{background:var(--surface-color-light);color:var(--text-main);transform:translate(1px)}.sidebar-link.active{background:var(--surface-color-light);color:var(--text-main)}.sidebar-link svg{flex-shrink:0}.sidebar-logout{margin-top:6px}.dashboard-sidebar.desktop .sidebar-content{padding-inline:10px}.dashboard-sidebar.desktop .sidebar-header{justify-content:center;padding-inline:4px}.dashboard-sidebar.desktop .admin-sidebar-profile{justify-content:center;padding-inline:0}.dashboard-sidebar.desktop:hover .admin-sidebar-profile,.dashboard-sidebar.desktop:focus-within .admin-sidebar-profile{justify-content:flex-start;padding-inline:8px}.dashboard-sidebar.desktop .sidebar-link{justify-content:center;padding-inline:12px}.dashboard-sidebar.desktop .sidebar-title,.dashboard-sidebar.desktop .sidebar-label,.dashboard-sidebar.desktop .admin-sidebar-user-copy{opacity:0;pointer-events:none;width:0;display:inline-block;overflow:hidden;transform:translate(-6px)}.dashboard-sidebar.desktop:hover .sidebar-header,.dashboard-sidebar.desktop:focus-within .sidebar-header{justify-content:flex-start;padding-inline:6px}.dashboard-sidebar.desktop:hover .sidebar-link,.dashboard-sidebar.desktop:focus-within .sidebar-link{justify-content:flex-start;padding-inline:14px}.dashboard-sidebar.desktop:hover .sidebar-title,.dashboard-sidebar.desktop:hover .sidebar-label,.dashboard-sidebar.desktop:hover .admin-sidebar-user-copy,.dashboard-sidebar.desktop:focus-within .sidebar-title,.dashboard-sidebar.desktop:focus-within .sidebar-label,.dashboard-sidebar.desktop:focus-within .admin-sidebar-user-copy{opacity:1;pointer-events:auto;width:auto;transform:translate(0)}.dashboard-sidebar.desktop:hover .admin-sidebar-user-copy,.dashboard-sidebar.desktop:focus-within .admin-sidebar-user-copy{display:flex}.dashboard-sidebar.desktop .sidebar-divider{margin-inline:6px}.dashboard-sidebar.mobile .sidebar-title,.dashboard-sidebar.mobile .sidebar-label{opacity:1;width:auto;transform:none}@media (width<=1280px){.dashboard-main-content{padding:24px 20px 24px 116px}}@media (width<=768px){.dashboard-main-content{padding:72px 16px 18px}.sidebar-content{padding-inline:14px}}.wallet-page{width:100%;max-width:100%;color:var(--text-primary,#e8e8e8);padding:32px 40px}.wallet-header{margin-bottom:28px}.wallet-overline{letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted,#6f6f6f);margin-bottom:8px;font-size:.72rem}.wallet-title{letter-spacing:-.03em;margin-bottom:8px;font-size:2rem;font-weight:700}.wallet-subtitle{max-width:760px;color:var(--text-muted,#969696);line-height:1.6}.wallet-hero{background:radial-gradient(circle at 0 0,#22c55e29,#0000 34%),radial-gradient(circle at 100% 100%,#3b82f61f,#0000 30%),#ffffff0a;border:1px solid #ffffff14;border-radius:24px;margin-bottom:28px;padding:28px 30px;position:relative;overflow:hidden}.wallet-hero-simple{width:100%;padding:24px}.wallet-hero-grid{grid-template-columns:minmax(280px,1fr);align-items:stretch;gap:16px;display:grid;position:relative}.wallet-hero-grid-simple{grid-template-columns:minmax(280px,1fr)!important}.wallet-balance-card,.wallet-mini-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0a0a0a57;border:1px solid #ffffff14;border-radius:18px;padding:20px 22px}.wallet-balance-card-main{min-height:220px}.wallet-mini-card,.wallet-bank-summary,.wallet-movement-meta,.wallet-chip,.wallet-hero-grid>.wallet-mini-card{display:none!important}.wallet-bank-summary{background:#0a0a0a57;border:1px solid #ffffff14;border-radius:18px;flex-direction:column;justify-content:center;align-self:stretch;gap:8px;min-width:190px;padding:20px 22px;display:flex}.wallet-bank-summary span{color:var(--text-muted,#9a9a9a);font-size:.8rem}.wallet-bank-summary strong{color:#fff;font-size:1.8rem}.wallet-balance-label,.wallet-mini-label{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted,#8f8f8f);align-items:center;gap:8px;font-size:.74rem;display:inline-flex}.wallet-balance-value{letter-spacing:-.05em;color:#fff;margin:16px 0 12px;font-size:2.55rem;font-weight:800;display:block}.wallet-balance-meta{color:var(--text-muted,#9a9a9a);flex-wrap:wrap;gap:10px;font-size:.84rem;display:flex}.wallet-actions-row{flex-wrap:wrap;gap:12px;margin-top:18px;display:flex}.wallet-withdraw-btn,.wallet-ghost-btn,.wallet-secondary-btn{cursor:pointer;border-radius:14px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-weight:700;transition:all .18s;display:inline-flex}.wallet-withdraw-btn{color:#d7ffe6;background:#22c55e24;border:1px solid #4ade8038}.wallet-withdraw-btn:hover:not(:disabled){background:#22c55e33;border-color:#4ade8057}.wallet-withdraw-btn:disabled{opacity:.7;cursor:wait}.wallet-ghost-btn{color:#f5f5f5;background:#ffffff0a;border:1px solid #ffffff1a}.wallet-secondary-btn{color:#dbeafe;background:#2563eb1f;border:1px solid #60a5fa2e}.wallet-secondary-btn:hover:not(:disabled){background:#2563eb2e;border-color:#60a5fa47}.wallet-mini-value{letter-spacing:-.03em;margin-top:16px;font-size:1.4rem;font-weight:700;display:block}.wallet-mini-note{color:var(--text-muted,#8b8b8b);margin-top:8px;font-size:.82rem;line-height:1.45;display:block}.wallet-credit{color:#60a5fa}.wallet-debit{color:#f87171}.wallet-neutral{color:#c4b5fd}.wallet-section-head{justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;display:flex}.wallet-inline-feedback{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;margin-bottom:22px;padding:16px 18px}.wallet-inline-feedback.success{color:#9ff0b8;background:#22c55e1a;border-color:#4ade8033}.wallet-inline-feedback.error{color:#fca5a5;background:#7f1d1d24;border-color:#f871712e}.wallet-inline-feedback.neutral{color:var(--text-muted,#b0b0b0)}.wallet-section-title{margin-bottom:4px;font-size:1rem;font-weight:700}.wallet-section-subtitle{color:var(--text-muted,#909090);font-size:.88rem}.wallet-filter-wrap,.wallet-period-filter{background:#0a0a0ab8;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:10px;padding:6px;display:inline-flex;box-shadow:inset 0 1px #ffffff0a}.wallet-period-chip{min-height:34px;color:var(--text-muted,#9ca3af);letter-spacing:.04em;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;padding:0 14px;font-size:.78rem;font-weight:800;transition:all .16s}.wallet-period-chip:hover{color:#fff;background:#ffffff0f}.wallet-period-chip.active{color:#fff;background:linear-gradient(#ffffff29,#ffffff12);border-color:#ffffff2e;box-shadow:inset 0 1px #ffffff1f,0 10px 24px #00000047}.wallet-movements{gap:10px;display:grid}.wallet-movement{background:#ffffff08;border:1px solid #ffffff0f;border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:16px;padding:18px 20px;display:grid}.wallet-movement-credit{background:linear-gradient(90deg,#2563eb14,#ffffff08 42%),#ffffff08;border-color:#60a5fa2e}.wallet-movement-debit{background:linear-gradient(90deg,#7f1d1d1a,#ffffff08 42%),#ffffff08;border-color:#f871712e}.wallet-movement-icon{border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1rem;display:inline-flex}.wallet-movement-icon.credit{color:#60a5fa;background:#2563eb2e;border:1px solid #60a5fa3d}.wallet-movement-icon.debit{color:#f87171;background:#ef444424;border:1px solid #f8717138}.wallet-movement-icon.neutral{color:#a5b4fc;background:#6366f124}.wallet-movement-title{text-transform:uppercase;color:#fff;margin-bottom:8px;font-size:.96rem;font-weight:700}.wallet-movement-description{color:var(--text-muted,#8f8f8f);text-transform:uppercase;font-size:.87rem;line-height:1.5}.wallet-movement-meta{flex-wrap:wrap;gap:8px;display:flex}.wallet-chip{min-height:28px;color:var(--text-muted,#c4c4c4);background:#ffffff0d;border:1px solid #ffffff14;border-radius:999px;align-items:center;padding:0 10px;font-size:.75rem;font-weight:600;display:inline-flex}.wallet-chip.reference{color:#93c5fd;background:#3b82f614;border-color:#93c5fd2e}.wallet-chip.status-completed{color:#4ade80;background:#22c55e14;border-color:#4ade802e}.wallet-chip.status-pending{color:#facc15;background:#eab30814;border-color:#facc152e}.wallet-chip.status-reversed,.wallet-chip.status-failed{color:#f87171;background:#ef444414;border-color:#f871712e}.wallet-movement-side{flex-direction:column;align-items:flex-end;gap:10px;min-width:160px;display:flex}.wallet-movement-amount{letter-spacing:-.02em;text-transform:uppercase;font-size:1.06rem;font-weight:800}.wallet-movement-amount.wallet-credit{color:#60a5fa}.wallet-movement-amount.wallet-debit{color:#fb7185}.wallet-movement-date{color:var(--text-muted,#8f8f8f);text-align:right;text-transform:uppercase;font-size:.8rem}.wallet-load-more{color:#e2e8f0ad;letter-spacing:.04em;text-transform:uppercase;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;place-items:center;min-height:56px;font-size:.82rem;font-weight:800;display:grid}.wallet-empty,.wallet-loading,.wallet-error{color:var(--text-muted,#b0b0b0);background:#ffffff08;border:1px solid #ffffff14;border-radius:18px;padding:28px}.wallet-error{color:#fca5a5;background:#7f1d1d24;border-color:#f871712e}.wallet-modal-overlay{z-index:60;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b8;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.wallet-modal{background:#0f0f0f;border:1px solid #ffffff14;border-radius:24px;width:min(100%,620px);padding:24px;box-shadow:0 24px 80px #0000006b}.wallet-modal-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;display:flex}.wallet-modal-head h3{margin:6px 0 10px}.wallet-modal-head p{color:var(--text-muted,#909090);line-height:1.55}.wallet-modal-kicker{color:#9ff0b8;text-transform:uppercase;background:#22c55e14;border:1px solid #4ade8033;border-radius:999px;align-items:center;min-height:28px;padding:0 12px;font-size:.78rem;font-weight:800;display:inline-flex}.wallet-modal-close{color:#fff;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;width:40px;height:40px;font-size:1.4rem}.wallet-success-modal{text-align:center;background:radial-gradient(circle at top,#22c55e2e,#0000 36%),linear-gradient(#0d1412fa,#080a0efa);border:1px solid #4ade8038;border-radius:24px;justify-items:center;gap:14px;width:min(92vw,460px);padding:30px;display:grid;box-shadow:0 28px 90px #0000007a}.wallet-success-icon{color:#86efac;background:#22c55e24;border:1px solid #4ade8047;border-radius:999px;justify-content:center;align-items:center;width:72px;height:72px;display:inline-flex;box-shadow:0 18px 40px #16a34a29}.wallet-success-modal h3{color:#fff;margin:0;font-size:1.55rem;line-height:1.1}.wallet-success-modal p{color:#e2e8f0c2;max-width:330px;margin:0 0 8px;line-height:1.6}.wallet-withdraw-form{gap:16px;display:grid}.wallet-form-field{gap:8px;display:grid}.wallet-form-field span{color:var(--text-muted,#909090);font-size:.88rem}.wallet-field-hint{color:var(--text-muted,#7f7f7f);font-size:.78rem;line-height:1.4}.wallet-form-field input,.wallet-form-field select{color:#fff;background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;height:48px;padding:0 14px}.wallet-form-field select{appearance:none}.wallet-bank-suggestions{flex-wrap:wrap;gap:10px;display:flex}.wallet-bank-suggestion{color:#d8d8d8;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:8px;min-height:38px;padding:8px 14px;font-size:.82rem;font-weight:600;line-height:1.2;transition:all .18s;display:inline-flex}.wallet-bank-suggestion:hover{color:#eff6ff;background:#2563eb1f;border-color:#60a5fa3d}.wallet-bank-suggestion.active{color:#f0fdf4;background:#16a34a29;border-color:#4ade804d}.wallet-bank-account-options{flex-direction:column;gap:10px;display:flex}.wallet-bank-account-option{color:#f5f5f5;cursor:pointer;text-align:left;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:18px;align-items:center;gap:14px;width:100%;min-height:62px;padding:14px 16px;transition:all .18s;display:flex}.wallet-bank-account-option:hover{background:#2563eb1a;border-color:#60a5fa3d}.wallet-bank-account-option.active{background:linear-gradient(135deg,#16a34a24,#0f172a8c);border-color:#4ade804d;box-shadow:inset 0 0 0 1px #86efac14}.wallet-bank-account-icon{color:#d1fae5;background:#ffffff0f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.wallet-bank-account-option.active .wallet-bank-account-icon{color:#86efac;background:#16a34a2e}.wallet-bank-account-copy{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.wallet-bank-account-name{color:#f8fafc;font-size:.98rem;font-weight:700}.wallet-bank-account-meta{color:#e2e8f0bd;font-size:.84rem}.wallet-bank-account-check{color:#94a3b873;flex-shrink:0;justify-content:center;align-items:center;transition:all .18s;display:inline-flex}.wallet-bank-account-check.active{color:#86efac}.wallet-choice-group{flex-wrap:wrap;gap:10px;display:flex}.wallet-choice-chip{color:#d6d6d6;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:14px;min-height:48px;padding:0 18px;font-weight:700;transition:all .18s}.wallet-choice-chip:hover{color:#eff6ff;background:#2563eb1f;border-color:#60a5fa42}.wallet-choice-chip.active{color:#f0fdf4;background:linear-gradient(135deg,#16a34a38,#15803d1f);border-color:#4ade8052;box-shadow:inset 0 0 0 1px #86efac1f}.wallet-withdraw-summary{color:var(--text-muted,#909090);background:#ffffff08;border:1px solid #ffffff0f;border-radius:16px;gap:6px;padding:14px 16px;font-size:.88rem;display:grid}.wallet-modal-actions{justify-content:flex-end;gap:12px;display:flex}@media (width<=1180px){.wallet-hero-grid{grid-template-columns:1fr}.wallet-movement{grid-template-columns:auto minmax(0,1fr)}.wallet-movement-side{grid-column:2;align-items:flex-start;min-width:0}.wallet-movement-date{text-align:left}}@media (width<=768px){.wallet-page{padding:24px 20px}.wallet-section-head{flex-direction:column;align-items:stretch}.wallet-filter-wrap{width:fit-content}.wallet-modal-head,.wallet-modal-actions{flex-direction:column;align-items:stretch}.wallet-actions-row{flex-direction:column}}.supplier-catalog-page{gap:1.5rem;display:grid}.supplier-catalog-hero{background:radial-gradient(circle at 0 0,#ffb0462e,#0000 38%),linear-gradient(135deg,#121212fa,#0f1620f0);border:1px solid #ffffff0f;border-radius:28px;grid-template-columns:minmax(0,1.5fr) minmax(280px,.8fr);align-items:end;gap:1.25rem;padding:1.75rem 1.9rem;display:grid;box-shadow:0 28px 60px #00000047}.supplier-catalog-kicker{color:#ffbe70;letter-spacing:.12em;text-transform:uppercase;background:#ffffff08;border:1px solid #ffbf5f2e;border-radius:999px;width:fit-content;padding:.5rem .9rem;font-size:.78rem;font-weight:800;display:inline-flex}.supplier-catalog-title{color:#fff6ec;margin:1rem 0 .6rem;font-size:clamp(2.2rem,4vw,3.5rem);line-height:.96}.supplier-catalog-subtitle{color:#e1e8f4d1;max-width:58ch;margin:0;font-size:1rem;line-height:1.7}.supplier-catalog-hero-actions{justify-items:end;gap:.9rem;display:grid}.supplier-catalog-highlight{background:#0a1018b8;border:1px solid #ffffff14;border-radius:22px;min-width:220px;padding:1.15rem 1.2rem}.supplier-catalog-highlight-label{color:#e1e8f4b8;margin-bottom:.45rem;font-size:.88rem;display:block}.supplier-catalog-highlight strong{color:#fff;font-size:2rem;line-height:1}.supplier-catalog-primary,.supplier-catalog-secondary,.supplier-catalog-card-action{cursor:pointer;border:none;transition:transform .2s,box-shadow .2s,background .2s,color .2s}.supplier-catalog-primary{color:#fff;background:linear-gradient(135deg,#ff5d63,#ff9654);border-radius:999px;align-items:center;gap:.65rem;padding:.95rem 1.25rem;font-size:.95rem;font-weight:800;display:inline-flex;box-shadow:0 14px 28px #ff67583d}.supplier-catalog-secondary-action{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:999px;justify-content:center;align-items:center;gap:10px;min-height:44px;padding:0 18px;font-weight:900;display:inline-flex}.supplier-catalog-secondary-action:hover{background:#ffffff24}.supplier-catalog-primary:hover,.supplier-catalog-secondary:hover,.supplier-catalog-card-action:hover{transform:translateY(-1px)}.supplier-catalog-toolbar{gap:1rem;display:grid}.supplier-catalog-search{position:relative}.supplier-catalog-search-icon{color:#e1e8f473;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.supplier-catalog-search-input{color:#fff;background:linear-gradient(#14171dfa,#11141afa);border:1px solid #ffffff14;border-radius:20px;outline:none;width:100%;min-height:60px;padding:0 1.15rem 0 3rem;font-size:1rem}.supplier-catalog-search-input:focus{border-color:#ffa65c8c;box-shadow:0 0 0 4px #ff8c481f}.supplier-catalog-tabs{flex-wrap:wrap;gap:.75rem;display:flex}.supplier-catalog-tab{color:#e2eaf6b8;cursor:pointer;background:#ffffff05;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:.65rem;padding:.8rem 1rem;display:inline-flex}.supplier-catalog-tab strong{color:#fff;background:#ffffff14;border-radius:999px;justify-content:center;align-items:center;min-width:28px;min-height:28px;font-size:.82rem;display:inline-flex}.supplier-catalog-tab.active{color:#fff;background:linear-gradient(135deg,#ff5d63,#ff9654);border-color:#0000}.supplier-catalog-tab.active strong{background:#ffffff2e}.supplier-catalog-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.supplier-catalog-summary-card{background:linear-gradient(#14161bfa,#101319fa);border:1px solid #ffffff12;border-radius:22px;align-items:center;gap:.95rem;padding:1.15rem 1.25rem;display:flex}.supplier-catalog-summary-card.warning{background:linear-gradient(#2d1e0fc7,#141316fa)}.supplier-catalog-summary-card.danger{background:linear-gradient(#2c1214c2,#131217fa)}.supplier-catalog-summary-icon{color:#fff;background:#ffffff0f;border-radius:16px;place-items:center;width:46px;height:46px;display:grid}.supplier-catalog-summary-label{color:#e1e8f4b8;margin-bottom:.3rem;font-size:.88rem;display:block}.supplier-catalog-summary-value{color:#fff;font-size:1.55rem;line-height:1}.supplier-catalog-state,.supplier-catalog-empty{background:linear-gradient(#14161bf2,#0e1116fa);border:1px solid #ffffff12;border-radius:24px;padding:2.4rem 1.5rem}.supplier-catalog-state{text-align:center;color:#e1e8f4bd}.supplier-catalog-empty{text-align:center}.supplier-catalog-empty h3{color:#fff;margin:0 0 .55rem;font-size:1.3rem}.supplier-catalog-empty p{color:#e1e8f4bd;max-width:56ch;margin:0 auto 1.2rem;line-height:1.7}.supplier-catalog-secondary{color:#fff;background:#ffffff14;border-radius:999px;padding:.9rem 1.1rem;font-weight:700}.supplier-catalog-card{background:linear-gradient(#121419fa,#0c0f14fa);border:1px solid #ffffff0f;border-radius:24px;overflow:hidden;box-shadow:0 22px 40px #0003}.supplier-catalog-card-media{aspect-ratio:1;background:#111;position:relative;overflow:hidden}.supplier-catalog-card-media img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.supplier-catalog-image-missing{color:#ffffff6b;background:linear-gradient(145deg,#ffffff13,#ffffff06),#1a1a1d;place-items:center;width:100%;height:100%;display:grid}.supplier-catalog-card:hover .supplier-catalog-card-media img{transform:scale(1.04)}.supplier-catalog-card-overlay{background:linear-gradient(#0000006b,#0000 40%);justify-content:space-between;align-items:flex-start;padding:1rem;display:flex;position:absolute;inset:0}.supplier-catalog-stock-pill,.supplier-catalog-edit-button{justify-content:center;align-items:center;display:inline-flex}.supplier-catalog-stock-pill{border-radius:999px;padding:.42rem .72rem;font-size:.78rem;font-weight:800}.supplier-catalog-stock-pill.success{color:#eafff0;background:#147a43e0}.supplier-catalog-stock-pill.warning{color:#241505;background:#ffaa42e6}.supplier-catalog-stock-pill.danger{color:#fff3f5;background:#d9364aeb}.supplier-catalog-edit-button{color:#fff;cursor:pointer;background:#0c1018b3;border:none;border-radius:14px;width:40px;height:40px}.supplier-catalog-card-body{gap:1rem;padding:1.1rem 1.1rem 1.2rem;display:grid}.supplier-catalog-card-topline,.supplier-catalog-card-footer{justify-content:space-between;align-items:center;gap:.8rem;display:flex}.supplier-catalog-card-category,.supplier-catalog-card-stock{color:#e1e8f4a3;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.supplier-catalog-card-title{color:#fff;margin:0;font-size:1.15rem;line-height:1.15}.supplier-catalog-card-description{color:#e1e8f4b8;min-height:3rem;margin:0;font-size:.94rem;line-height:1.6}.supplier-catalog-card-pricing{justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.supplier-catalog-card-price-label{color:#e1e8f4a3;margin-bottom:.3rem;font-size:.82rem;display:block}.supplier-catalog-card-price{color:#fff4ea;font-size:1.55rem;line-height:1}.supplier-catalog-card-old-price{color:#e1e8f47a;font-size:.92rem;text-decoration:line-through}.supplier-catalog-card-meta{flex-wrap:wrap;gap:.4rem;display:flex}.supplier-catalog-card-meta span{color:#e1e8f4c2;background:#ffffff0f;border-radius:999px;padding:.38rem .62rem;font-size:.76rem}.supplier-catalog-card-action{color:#fff;background:#ffffff14;border-radius:999px;align-items:center;gap:.45rem;padding:.72rem .92rem;font-weight:700;display:inline-flex}.supplier-catalog-load-more,.supplier-catalog-load-error{color:#e1e8f4c7;background:#ffffff0a;border:1px solid #ffffff14;border-radius:18px;justify-content:center;align-items:center;gap:.65rem;min-height:58px;padding:.9rem 1.2rem;font-weight:800;display:inline-flex}.supplier-catalog-load-error{color:#ffb4b4;background:#410c1247;border-color:#ff5e5e42}.supplier-catalog-spin{animation:.9s linear infinite supplier-catalog-spin}@keyframes supplier-catalog-spin{to{transform:rotate(360deg)}}@media (width<=1120px){.supplier-catalog-hero{grid-template-columns:1fr}.supplier-catalog-hero-actions{justify-items:stretch}.supplier-catalog-highlight{min-width:0}}@media (width<=860px){.supplier-catalog-summary-grid{grid-template-columns:1fr}.supplier-catalog-card-footer{flex-direction:column;align-items:stretch}.supplier-catalog-card-action{justify-content:center}}@media (width<=640px){.supplier-catalog-hero,.supplier-catalog-state,.supplier-catalog-empty{padding:1.25rem}.supplier-catalog-tabs{gap:.6rem}.supplier-catalog-tab{justify-content:space-between;width:100%}.supplier-catalog-grid{grid-template-columns:1fr}}.sourcing-wrapper{gap:22px;display:grid}.sourcing-hero{background:radial-gradient(circle at 0 0,#ffbd591f,#0000 24%),radial-gradient(circle at 90% 10%,#5dadff24,#0000 22%),linear-gradient(#111111fa,#0a0a0afa);border:1px solid #ffffff14;border-radius:28px;grid-template-columns:minmax(0,1fr);gap:20px;padding:24px 26px;display:grid}.sourcing-hero-main{min-width:0}.sourcing-kicker{color:#f3c98b;letter-spacing:.08em;text-transform:uppercase;background:#ffffff0d;border:1px solid #ffffff14;border-radius:999px;align-items:center;padding:7px 12px;font-size:.78rem;font-weight:800;display:inline-flex}.sourcing-title-row{justify-content:space-between;align-items:flex-start;gap:16px;margin-top:14px;display:flex}.sourcing-title{color:#fff;letter-spacing:-.05em;margin:0;font-size:clamp(2rem,4vw,3rem);line-height:.98}.sourcing-desc{color:#ffffffb8;max-width:760px;margin-top:14px;font-size:1rem;line-height:1.75}.sourcing-saved-link{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:10px;width:fit-content;margin-top:24px;padding:13px 18px;font-weight:800;display:inline-flex}.sourcing-saved-link strong{color:#0a0a0a;background:#fff;border-radius:999px;place-items:center;min-width:24px;height:24px;font-size:.78rem;display:inline-grid}.sourcing-saved-link:hover{background:#ffffff24;transform:translateY(-1px)}.sourcing-save-toast{z-index:50;color:#dff7e7;background:#0a2816f5;border:1px solid #22c55e3d;border-radius:999px;padding:13px 18px;font-weight:900;position:fixed;top:22px;right:26px;box-shadow:0 20px 60px #00000059}.sourcing-connection-pill{color:#ffffffbf;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:999px;flex-shrink:0;align-items:center;gap:8px;min-height:38px;padding:0 14px;font-size:.88rem;font-weight:700;display:inline-flex}.sourcing-connection-pill.is-connected{color:#dff7e7;background:#22c55e1f;border-color:#22c55e3d}.sourcing-hero-metrics{grid-template-columns:1fr;gap:12px;display:grid}.sourcing-hero-metrics article{background:#ffffff08;border:1px solid #ffffff12;border-radius:20px;padding:18px}.sourcing-hero-metrics strong{color:#fff;font-size:1.6rem;line-height:1;display:block}.sourcing-hero-metrics span{color:#ffffff9e;margin-top:8px;font-size:.92rem;display:block}.sourcing-toolbar-shell{background:#ffffff08;border:1px solid #ffffff0f;border-radius:24px;gap:14px;padding:18px;display:grid}.sourcing-toolbar-top{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;display:grid}.sourcing-search-bar{margin-bottom:0}.search-bar{position:relative}.search-input{color:#fff;background:#0f0f12f5;border:1px solid #ffffff17;border-radius:18px;outline:none;width:100%;height:58px;padding:0 18px 0 48px;font-size:.98rem}.search-input:focus{border-color:#ffb84d80;box-shadow:0 0 0 4px #ffb84d1a}.sourcing-results-chip{background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:10px;min-height:44px;padding:0 14px;display:inline-flex}.sourcing-results-chip span{color:#ffffff9e;font-size:.86rem;font-weight:700}.sourcing-results-chip strong{color:#fff;font-size:1rem}.category-rail{scrollbar-width:thin;gap:10px;padding-bottom:4px;display:flex;overflow-x:auto}.category-pill{color:#ffffffd1;white-space:nowrap;cursor:pointer;background:#151518;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:8px;min-height:38px;padding:0 14px;font-size:13px;font-weight:700;transition:border-color .2s,background .2s,color .2s;display:inline-flex}.category-pill span{color:#ffffffad;background:#ffffff14;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:800;display:inline-flex}.category-pill:hover{color:#fff;border-color:#ffffff29}.category-pill.active{color:#111;background:#f2f3f5;border-color:#f2f3f5}.category-pill.active span{color:#111;background:#11111114}.sourcing-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:18px;display:grid}.sourcing-card{cursor:pointer;background:linear-gradient(#161618fa,#0e0e10fa);border:1px solid #ffffff14;border-radius:22px;flex-direction:column;min-width:0;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;overflow:hidden}.sourcing-card:hover{border-color:#ffffff24;transform:translateY(-3px);box-shadow:0 18px 36px #00000057}.sourcing-image-wrap{aspect-ratio:1;background:#0f0f12;position:relative;overflow:hidden}.sourcing-image-wrap img{object-fit:cover;width:100%;height:100%}.sourcing-image-missing{color:#ffffff75;background:linear-gradient(145deg,#ffffff13,#ffffff06),#1a1a1d;align-content:center;place-items:center;gap:10px;width:100%;height:100%;display:grid}.sourcing-image-missing svg{color:#ffffff6b}.sourcing-card-top-tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#f5f5f5;letter-spacing:.04em;text-transform:uppercase;background:#060606b3;border-radius:999px;padding:7px 10px;font-size:.74rem;font-weight:800;position:absolute;top:12px;right:12px}.sourcing-save-button{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0a9e;border:1px solid #ffffff2e;border-radius:999px;place-items:center;width:44px;height:44px;display:grid;position:absolute;top:16px;left:16px}.sourcing-save-button:hover,.sourcing-save-button.is-saved{color:#ff5f91;background:#320818d1;border-color:#ff5f9166}.badge{border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800;position:absolute;top:12px;left:12px}.badge-danger{color:#ff4d4f;background:#fff1f0}.badge-warning{color:#fa8c16;background:#fff7e6}.sourcing-card-body{flex-direction:column;flex:auto;padding:16px;display:flex}.sourcing-card-name{color:#fff;font-size:1rem;font-weight:700;line-height:1.35}.sourcing-card-supplier{color:#ffffff7a;margin-top:8px;font-size:.82rem}.supplier-link-inline{color:#8fc9ff;cursor:pointer;background:0 0;border:none;padding:0;font-size:.82rem;font-weight:800}.supplier-link-inline:hover{color:#fff}.sourcing-card-copy{color:#ffffff9e;min-height:44px;margin-top:10px;font-size:.9rem;line-height:1.55}.sourcing-price-row{align-items:baseline;gap:10px;margin-top:16px;display:flex}.sourcing-price{color:#fff;letter-spacing:-.03em;font-size:1.5rem;font-weight:800}.sourcing-old-price{color:#ffffff5c;font-size:.92rem;text-decoration:line-through}.sourcing-card-footer{justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:16px;display:flex}.sourcing-detail-link{color:#ffffffc7;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;font-size:.9rem;font-weight:700;display:inline-flex}.sourcing-detail-link:hover{color:#fff}.import-btn{color:#171717;cursor:pointer;background:linear-gradient(135deg,#ffd684,#f2a93b);border:none;border-radius:999px;justify-content:center;align-items:center;gap:6px;min-width:144px;height:42px;padding:0 16px;font-weight:800;transition:transform .18s,opacity .18s,box-shadow .18s,background .18s;display:inline-flex}.import-btn:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 12px 22px #f2a93b40}.import-btn.is-loading{background:linear-gradient(135deg,#ffe0a4,#f6b857)}.import-btn.is-imported{color:#101417;background:linear-gradient(135deg,#d4dbe3,#a9b8c7)}.import-btn.is-imported:disabled{opacity:.88}.import-btn:disabled{opacity:.72;cursor:not-allowed}.spin{animation:.9s linear infinite sourcing-spin}@keyframes sourcing-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.state-inline{text-align:left;color:#ffb3c1;background:#ff5e7a14;border:1px solid #ff5e7a2e;border-radius:14px;padding:14px 18px}.sourcing-load-more{color:#ffffffad;justify-content:center;align-items:center;gap:10px;min-height:58px;margin-top:18px;font-weight:800;display:flex}@media (width<=1180px){.sourcing-hero{grid-template-columns:1fr}.sourcing-title-row{flex-direction:column}.sourcing-hero-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=860px){.sourcing-toolbar-top,.sourcing-card-footer{flex-direction:column;grid-template-columns:1fr;align-items:stretch}.sourcing-results-chip,.import-btn{width:100%}}@media (width<=640px){.sourcing-hero,.sourcing-toolbar-shell{border-radius:22px;padding:18px}.sourcing-grid,.sourcing-hero-metrics{grid-template-columns:1fr}}.sourcing-detail-page{gap:24px;display:grid}.sourcing-detail-header{align-items:center;display:flex}.sourcing-back-link,.sourcing-back-button{color:#ffffffd6;cursor:pointer;background:#ffffff0a;border:none;border-radius:999px;align-items:center;gap:8px;padding:10px 16px;font-weight:700;display:inline-flex}.sourcing-detail-layout{grid-template-columns:minmax(0,.95fr) minmax(320px,.85fr);gap:22px;display:grid}.sourcing-gallery-card,.sourcing-info-card,.supplier-profile-hero,.supplier-catalog-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:24px}.sourcing-gallery-card,.sourcing-info-card,.supplier-profile-hero{padding:22px}.sourcing-main-image{aspect-ratio:1;background:#ffffff08;border-radius:22px;overflow:hidden}.sourcing-main-image img{object-fit:cover;width:100%;height:100%}.sourcing-thumb-row{grid-template-columns:repeat(auto-fit,minmax(72px,72px));gap:10px;margin-top:16px;display:grid}.sourcing-thumb{cursor:pointer;background:0 0;border:1px solid #ffffff14;border-radius:16px;height:72px;padding:0;overflow:hidden}.sourcing-thumb.active{border-color:#ff8458e6}.sourcing-thumb img{object-fit:cover;width:100%;height:100%}.sourcing-kicker{color:#ffc078;letter-spacing:.06em;text-transform:uppercase;background:#ffffff0f;border-radius:999px;padding:8px 12px;font-size:.8rem;font-weight:800;display:inline-flex}.sourcing-info-top h1,.supplier-profile-copy h1{letter-spacing:-.04em;margin-top:16px;font-size:clamp(2rem,4vw,3rem);line-height:1}.sourcing-info-top p,.supplier-profile-copy p{color:#ffffffb8;margin-top:14px;line-height:1.7}.sourcing-price-block{align-items:baseline;gap:12px;margin-top:20px;display:flex}.sourcing-price-block strong{color:coral;font-size:2rem}.sourcing-price-block span{color:#ffffff6b;text-decoration:line-through}.sourcing-price-block em{color:#ffc078;font-style:normal;font-weight:800}.sourcing-stats-grid,.supplier-profile-meta{gap:14px;margin-top:22px;display:grid}.sourcing-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sourcing-stats-grid article,.supplier-profile-meta article{background:#ffffff0a;border-radius:18px;align-items:flex-start;gap:10px;padding:14px;display:flex}.sourcing-stats-grid strong,.supplier-profile-meta strong{color:#fff;display:block}.sourcing-stats-grid span,.supplier-profile-meta span,.sourcing-supplier-panel span{color:#fff9;margin-bottom:4px;font-size:.84rem;display:block}.sourcing-supplier-panel{background:#ffffff0a;border-radius:20px;gap:16px;margin-top:22px;padding:18px;display:grid}.sourcing-supplier-panel strong{color:#fff}.sourcing-supplier-link{color:#9ad2ff;align-items:center;gap:8px;font-weight:800;text-decoration:none;display:inline-flex}.sourcing-detail-actions{margin-top:22px}.sourcing-import-button,.supplier-catalog-import{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff4e6a,#ff8c42);border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:12px 18px;font-weight:800;display:inline-flex}.sourcing-detail-state{text-align:center;color:#ffffffb8;place-items:center;gap:12px;min-height:320px;display:grid}.supplier-review-card{gap:14px;display:grid!important}.supplier-review-stars{align-items:center;gap:8px;margin-top:10px;display:flex}.supplier-review-star{color:#ffffff47;cursor:pointer;background:0 0;border:none;padding:0;display:inline-flex}.supplier-review-star.active,.supplier-review-stars.static .filled{color:#ffc078;fill:currentColor}.supplier-review-textarea{resize:vertical;color:#fff;width:100%;min-height:108px;font:inherit;background:#0f0f12f5;border:1px solid #ffffff14;border-radius:16px;outline:none;padding:14px 16px}.supplier-review-textarea:focus{border-color:#ffb84d80;box-shadow:0 0 0 4px #ffb84d1a}.supplier-review-list{gap:14px;display:grid}.supplier-review-item{background:#ffffff0a;border:1px solid #ffffff14;border-radius:22px;padding:18px}.supplier-review-item-top{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.supplier-review-item-top strong{color:#fff;display:block}.supplier-review-item-top span{color:#ffffff8c;font-size:.86rem}.supplier-review-item p{color:#ffffffbd;margin-top:12px;line-height:1.7}.supplier-profile-hero{grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:20px;display:grid}.supplier-catalog-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px;display:grid}.supplier-catalog-card{overflow:hidden}.supplier-catalog-image{aspect-ratio:1;display:block;overflow:hidden}.supplier-catalog-image img{object-fit:cover;width:100%;height:100%}.supplier-catalog-body{padding:16px}.supplier-catalog-name{color:#fff;font-size:1.1rem;font-weight:800;text-decoration:none}.supplier-catalog-body p{color:#ffffffb3;margin-top:10px;line-height:1.6}.supplier-catalog-footer{justify-content:space-between;align-items:center;gap:10px;margin-top:16px;display:flex}.supplier-catalog-price strong{color:coral;display:block}.supplier-catalog-price span{color:#fff6;font-size:.88rem;text-decoration:line-through}@media (width<=980px){.sourcing-detail-layout,.supplier-profile-hero,.sourcing-stats-grid{grid-template-columns:1fr}}.orders-empty-state{width:min(100%,660px);min-height:380px;color:var(--text-muted);text-align:center;pointer-events:none;align-content:center;place-items:center;gap:18px;margin:44px auto 0;display:grid}.orders-empty-state p{color:#c4cfe0cc;max-width:430px;margin:0;font-size:1rem;line-height:1.55}.orders-empty-scene{filter:saturate(.82);background:radial-gradient(circle at 50% 74%,#343e4e4d,#0000 36%),radial-gradient(circle at 82% 18%,#6774891f,#0000 25%);border-radius:24px;width:min(90vw,520px);height:252px;position:relative;overflow:hidden}.orders-empty-scene:before,.orders-empty-scene:after{content:"";border:3px solid #68748b42;border-radius:62px 62px 10px 10px;width:100px;height:128px;position:absolute;bottom:36px}.orders-empty-scene:before{left:34px;transform:rotate(-8deg)}.orders-empty-scene:after{opacity:.58;right:34px;transform:rotate(8deg)}.orders-empty-moon{border-radius:50%;width:31px;height:31px;animation:4.6s ease-in-out infinite moonFloat;position:absolute;top:26px;right:118px;box-shadow:-10px 5px #acb6c694}.orders-empty-spark,.orders-empty-z{color:#98a4b7b8;position:absolute}.orders-empty-z{z-index:9;font-size:15px;font-weight:900;animation:2.8s ease-in-out infinite snoreFloat}.z-one{top:42px;left:126px}.z-two{font-size:20px;animation-delay:.45s;top:27px;left:151px}.z-three{font-size:24px;animation-delay:.9s;top:18px;left:185px}.orders-empty-spark{border:2px solid #7a859775;border-radius:2px;width:7px;height:7px;animation:2.2s ease-in-out infinite sparkPulse;transform:rotate(45deg)}.spark-one{top:52px;left:72px}.spark-two{animation-delay:.6s;top:82px;right:74px}.spark-three{animation-delay:1.1s;top:45px;left:280px}.orders-empty-truck{width:248px;height:112px;animation:3.2s ease-in-out infinite truckIdle;position:absolute;bottom:54px;right:66px}.truck-cargo{background:#677383;border:4px solid #1f2734f2;border-radius:7px;width:146px;height:72px;position:absolute;bottom:30px;left:0;box-shadow:inset 0 10px #ffffff14,inset -42px 0 #272f3d3d}.truck-line{background:#d4dbe547;border-radius:999px;height:4px;animation:2.4s ease-in-out infinite truckLine;position:absolute;left:26px}.line-one{width:62px;top:18px}.line-two{width:82px;animation-delay:.22s;top:32px}.line-three{width:52px;animation-delay:.45s;top:46px}.truck-cab{background:#7a8797;border:4px solid #1f2734f2;border-left:0;border-radius:4px 32px 10px 0;width:88px;height:72px;position:absolute;bottom:30px;right:0}.truck-cab:before{content:"";transform-origin:0 100%;background:#677383;width:32px;height:76px;position:absolute;top:-4px;left:10px;transform:skew(-17deg)}.truck-window{z-index:1;background:#aec7dbbd;border-radius:4px 18px 4px 4px;width:32px;height:25px;position:absolute;top:10px;left:27px}.truck-nose{background:#546171;border-radius:999px 4px 4px 999px;width:27px;height:16px;position:absolute;bottom:7px;right:-4px}.truck-bumper{background:#2b3340;border-radius:999px;width:32px;height:9px;position:absolute;bottom:33px;right:-8px}.truck-wheel{background:#647080;border:7px solid #242b36;border-radius:50%;width:32px;height:32px;animation:2.4s ease-in-out infinite wheelSleep;position:absolute;bottom:11px;box-shadow:inset 0 0 0 4px #ffffff14}.wheel-left{left:38px}.wheel-right{right:35px}.orders-empty-driver{z-index:6;width:190px;height:84px;animation:3s ease-in-out infinite driverSnore;position:absolute;bottom:55px;left:120px}.driver-body{background:#596575;border:4px solid #222936;border-radius:24px 24px 14px 14px;width:86px;height:38px;position:absolute;bottom:22px;left:44px;transform:rotate(-5deg)}.driver-head{z-index:7;background:#a0a9b5;border:4px solid #222936;border-radius:44% 48% 45% 45%;width:54px;height:47px;position:absolute;bottom:39px;right:31px;transform:rotate(7deg)}.driver-head:after{content:"";background:#a0a9b5eb;border:3px solid #222936;border-left:0;border-radius:999px;width:16px;height:10px;position:absolute;bottom:4px;right:-8px}.driver-cap{background:#3c4655;border:4px solid #222936;border-radius:18px 20px 7px 12px;width:54px;height:21px;position:absolute;top:-14px;left:-6px;transform:rotate(3deg)}.driver-cap:after{content:"";background:#222936;border-radius:999px;width:24px;height:8px;position:absolute;top:8px;right:-17px}.driver-eye{background:#242b36;border-radius:999px;width:12px;height:4px;position:absolute;top:22px}.eye-left{left:13px;transform:rotate(10deg)}.eye-right{right:12px;transform:rotate(-8deg)}.driver-nose{background:#657181;border-radius:50%;width:7px;height:7px;position:absolute;top:28px;left:28px}.driver-arm{z-index:8;background:#7c8796;border:4px solid #222936;border-radius:999px;width:62px;height:17px;position:absolute}.arm-left{bottom:33px;left:64px;transform:rotate(18deg)}.arm-right{bottom:24px;left:87px;transform:rotate(-12deg)}.driver-leg{background:#495463;border:4px solid #222936;border-radius:999px;width:72px;height:18px;position:absolute;left:4px}.leg-left{bottom:31px;transform:rotate(1deg)}.leg-right{bottom:11px;transform:rotate(2deg)}.orders-empty-package{z-index:9;background:#8a7459;border:4px solid #222936;border-radius:7px;width:46px;height:42px;animation:3s ease-in-out infinite packageSnore;position:absolute;bottom:75px;left:194px;transform:rotate(-2deg);box-shadow:inset 0 9px #ffffff1c}.package-tape{background:#e2d7be6b;width:8px;position:absolute;inset:0 auto 0 50%;transform:translate(-50%)}.package-label{background:#f4eddbad;border-radius:3px;width:15px;height:10px;position:absolute;bottom:8px;right:7px}.orders-empty-ground{background:#535e6f57;border-radius:999px;height:8px;position:absolute;bottom:50px;left:54px;right:54px}@keyframes driverSnore{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(3px)rotate(-1deg)}}@keyframes packageSnore{0%,to{transform:translateY(0)rotate(-2deg)}50%{transform:translateY(2px)rotate(-4deg)}}@keyframes truckIdle{0%,to{transform:translateY(0)}50%{transform:translateY(1px)}}@keyframes wheelSleep{0%,to{transform:rotate(0)}50%{transform:rotate(4deg)}}@keyframes truckLine{0%,to{opacity:.24;transform:translate(0)}50%{opacity:.52;transform:translate(6px)}}@keyframes snoreFloat{0%{opacity:0;transform:translateY(12px)scale(.82)}35%{opacity:.9}to{opacity:0;transform:translateY(-19px)scale(1.1)}}@keyframes sparkPulse{0%,to{opacity:.22;transform:rotate(45deg)scale(.85)}50%{opacity:.72;transform:rotate(45deg)scale(1.08)}}@keyframes moonFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@media (width<=640px){.orders-empty-state{min-height:315px;margin-top:26px}.orders-empty-scene{width:min(94vw,360px);height:205px}.orders-empty-scene>*{transform-origin:bottom}.orders-empty-truck{right:22px;transform:scale(.76)}.orders-empty-driver{left:58px;transform:scale(.82)}.orders-empty-package{left:132px}}.orders-header{justify-content:space-between;align-items:center;width:100%;margin-bottom:16px;display:flex}.orders-subtext{color:var(--text-muted);margin:0}.orders-top-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;width:100%;margin-bottom:22px;display:flex}.orders-table-header span{text-align:center;min-height:62px;color:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;border-right:1px solid #ffffff0f;justify-content:center;align-items:center;padding:0 12px;display:flex;position:relative}@keyframes column-wiggle{0%{transform:rotate(-.45deg)translateY(-1px)}to{transform:rotate(.45deg)translateY(1px)}}.preparation-window{z-index:90;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b8;justify-content:center;padding:26px;display:flex;position:fixed;inset:0;overflow-y:auto}.preparation-shell{background:#070707;border:1px solid #ffffff1a;border-radius:18px;width:min(1180px,100%);min-height:min-content;box-shadow:0 26px 80px #00000080}.preparation-header{z-index:2;background:#070707f5;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:16px;padding:20px 22px;display:flex;position:sticky;top:0}.preparation-header span{color:#93c5fdd1;letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:900}.preparation-header h2{color:#fff;letter-spacing:0;margin:4px 0 0;font-size:22px}.preparation-close{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.preparation-state,.preparation-empty{color:#ffffffad;justify-content:center;align-items:center;gap:10px;min-height:120px;font-size:13px;font-weight:800;display:flex}.preparation-state.error{color:#fca5a5}.preparation-order-list{gap:16px;padding:18px;display:grid}.preparation-order{background:#ffffff09;border:1px solid #ffffff14;border-radius:12px;overflow:hidden}.preparation-order-heading{border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.preparation-order-heading strong{color:#fff;font-size:17px}.preparation-order-heading span:not(.status-badge){color:#fff9;margin-top:4px;font-size:12px;display:block}.preparation-items{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:12px;padding:14px;display:grid}.preparation-item{background:#0000005c;border:1px solid #ffffff12;border-radius:10px;grid-template-columns:82px minmax(0,1fr);gap:12px;min-height:102px;padding:10px;display:grid}.preparation-item-media{background:#ffffff0d;border-radius:10px;width:82px;height:82px;position:relative;overflow:hidden}.preparation-item-media img,.preparation-item-fallback{object-fit:cover;width:100%;height:100%}.preparation-item-fallback{color:#ffffff85;justify-content:center;align-items:center;display:flex}.preparation-item-media span{color:#031014;background:#22d3eeeb;border-radius:999px;justify-content:center;align-items:center;min-width:28px;min-height:24px;padding:0 7px;font-size:12px;font-weight:950;display:inline-flex;position:absolute;bottom:6px;right:6px}.preparation-item-copy{flex-direction:column;justify-content:center;min-width:0;display:flex}.preparation-item-copy h3{color:#fff;letter-spacing:0;margin:0;font-size:14px;line-height:1.25}.preparation-item-copy p,.preparation-item-copy small{color:#fff9;margin:5px 0 0;font-size:12px;line-height:1.35}.orders-action-pill:hover{color:#fff;border-color:#60a5fa4d}@media (width<=1024px){.orders-table-header,.orders-row{grid-template-columns:1fr 1fr 1fr;gap:10px}.orders-table-header span:nth-child(n+4),.orders-row>div:nth-child(n+4){display:none}}@media (width<=760px){.orders-header{flex-direction:column;align-items:flex-start}.orders-report-btn{justify-content:center;width:100%}.orders-top-bar{flex-direction:column;align-items:stretch}.orders-top-actions{justify-content:stretch;width:100%;margin-left:0}.orders-status-filter{justify-content:space-between;width:100%;overflow-x:auto}.orders-status-chip{white-space:nowrap;flex:1;padding:0 10px}}.glass-card.full{width:100%;max-width:100%;margin:0}.supplier-settings-page{grid-template-columns:340px minmax(0,1fr);align-items:start;gap:24px;display:grid}.supplier-settings-sidebar,.supplier-settings-section{background:linear-gradient(#141414fa,#0c0c0cfa);border:1px solid #ffffff0f;border-radius:28px;padding:28px}.supplier-settings-sidebar{max-height:calc(100vh - 48px);position:sticky;top:24px;overflow-y:auto}.supplier-settings-sidebar::-webkit-scrollbar{width:6px}.supplier-settings-content::-webkit-scrollbar{width:6px}.supplier-settings-sidebar::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:999px}.supplier-settings-content::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:999px}.supplier-settings-brand{align-items:center;gap:14px;margin-bottom:18px;display:flex}.supplier-settings-mark{color:#fff;background:#ffffff0f;border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex}.supplier-settings-eyebrow{color:var(--text-muted);margin-bottom:4px;font-size:.78rem;display:block}.supplier-settings-brand h2{color:#fff;font-size:1.65rem}.supplier-settings-copy{color:var(--text-muted);margin-bottom:22px;line-height:1.6}.supplier-settings-nav{flex-direction:column;gap:10px;margin-bottom:24px;display:flex}.supplier-settings-nav-item{color:#ffffffdb;text-align:left;background:#ffffff05;border:1px solid #ffffff0d;border-radius:18px;align-items:center;gap:12px;width:100%;padding:16px 18px;font-size:.98rem;font-weight:600;display:flex}.supplier-settings-nav-item.active{color:#111;background:#f2f3f5}.supplier-settings-nav-item.active-soft{background:#ffffff0d}.supplier-settings-note{color:#cfe8ff;background:#3498db14;border-radius:18px;align-items:flex-start;gap:10px;padding:14px 16px;font-size:.92rem;line-height:1.5;display:flex}.supplier-settings-content{flex-direction:column;gap:20px;display:flex}.supplier-settings-hero{padding:6px 2px}.supplier-settings-hero h1{color:#fff;margin:8px 0 10px;font-size:2.3rem;line-height:1.05}.supplier-settings-hero p{max-width:760px;color:var(--text-muted);font-size:1rem;line-height:1.7}.supplier-settings-section-head{justify-content:space-between;gap:18px;margin-bottom:16px;display:flex}.supplier-settings-section-head h3{color:#fff;margin-bottom:6px;font-size:1.5rem}.supplier-settings-section-head p{color:var(--text-muted);line-height:1.6}.supplier-settings-list{border:1px solid #ffffff14;border-radius:22px;flex-direction:column;display:flex;overflow:hidden}.supplier-settings-row{width:100%;color:inherit;text-align:left;cursor:pointer;background:#ffffff05;border:none;border-bottom:1px solid #ffffff12;grid-template-columns:46px minmax(0,1fr) 20px;align-items:center;gap:14px;padding:18px 20px;transition:background .2s,transform .18s;display:grid}.supplier-settings-row.static-row{cursor:default;grid-template-columns:46px minmax(0,1fr)}.supplier-settings-row.editable-row{grid-template-columns:46px minmax(0,1fr) auto}.supplier-settings-row:last-child{border-bottom:none}.supplier-settings-row:hover{background:#ffffff0a}.supplier-settings-row.static-row:hover{background:#ffffff05}.supplier-settings-row-action{color:#ffffffb3;align-items:center;gap:10px;display:inline-flex}.supplier-settings-row-action em{color:#f4c47f;font-size:.88rem;font-style:normal}.supplier-settings-row-icon{color:#fff;background:#ffffff0d;border-radius:16px;justify-content:center;align-items:center;width:46px;height:46px;display:inline-flex}.supplier-settings-row-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.supplier-settings-row-copy strong{color:#fff;font-size:1rem}.supplier-settings-row-copy span{color:#d7d7d7;line-height:1.5}.supplier-settings-row-copy small{color:var(--text-muted);line-height:1.5}.supplier-settings-state{color:var(--text-muted);padding:24px 6px 4px;font-size:.98rem}.supplier-settings-state.error{color:#ff9e9e}.supplier-modal-overlay{z-index:1300;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#030408c7;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.supplier-modal{background:linear-gradient(#141414fa,#0c0c0cfa);border:1px solid #ffffff14;border-radius:28px;width:min(640px,100%);padding:28px;box-shadow:0 28px 100px #00000073}.supplier-modal-header{justify-content:space-between;gap:18px;margin-bottom:22px;display:flex}.supplier-modal-header h3{color:#fff;margin:10px 0 8px;font-size:1.8rem}.supplier-modal-header p{color:var(--text-muted);line-height:1.6}.supplier-modal-close{color:#ffffffd1;background:#ffffff0d;border:none;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.supplier-modal-body{flex-direction:column;gap:16px;display:flex}.supplier-modal-grid{gap:16px;display:grid}.supplier-modal-grid.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.supplier-modal-stack{flex-direction:column;gap:16px;display:flex}.supplier-city-field{position:relative}.supplier-modal-body label{flex-direction:column;gap:9px;display:flex}.supplier-modal-body span{color:#ffffffd1;font-size:.94rem;font-weight:600}.supplier-modal-input,.supplier-modal-textarea{color:#fff;background:#ffffff0d;border:1px solid #ffffff14;border-radius:18px;outline:none;width:100%;padding:15px 16px;font-size:1rem}.supplier-modal-input:focus,.supplier-modal-textarea:focus{border-color:#f4c47f8c;box-shadow:0 0 0 3px #f4c47f1f}.supplier-modal-textarea{resize:vertical;min-height:92px}.supplier-city-suggestions{z-index:5;background:#0d0d0dfa;border:1px solid #ffffff14;border-radius:18px;flex-direction:column;gap:4px;max-height:220px;padding:8px;display:flex;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 20px 45px #00000059}.supplier-city-option{color:#ffffffe6;text-align:left;background:0 0;border:none;border-radius:12px;width:100%;padding:11px 12px}.supplier-city-option:hover{background:#ffffff0f}.supplier-modal-actions{justify-content:flex-end;gap:12px;margin-top:24px;display:flex}.supplier-modal-secondary,.supplier-modal-primary{border-radius:16px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:0 20px;font-weight:700;display:inline-flex}.supplier-modal-secondary{color:#fff;background:#ffffff0a;border:1px solid #ffffff14}.supplier-modal-primary{color:#121212;background:#f2f3f5;border:none}.supplier-modal-primary:disabled{opacity:.6}.supplier-settings-toast{z-index:1350;color:#fff;opacity:0;pointer-events:none;background:#101010f5;border:1px solid #ffffff14;border-radius:16px;padding:14px 18px;transition:opacity .2s,transform .2s;position:fixed;bottom:24px;right:24px;transform:translateY(10px)}.supplier-settings-toast.show{opacity:1;transform:translateY(0)}.supplier-settings-actions{justify-content:flex-end;padding-top:6px;display:flex}.supplier-settings-save{min-width:210px}@media (width<=1100px){.supplier-settings-page{grid-template-columns:1fr}.supplier-settings-sidebar{max-height:none;position:static;overflow:visible}}@media (width<=768px){.supplier-settings-sidebar,.supplier-settings-section{border-radius:24px;padding:22px}.supplier-settings-hero h1{font-size:1.85rem}.supplier-settings-row{grid-template-columns:42px minmax(0,1fr) 18px;padding:16px}.supplier-settings-actions{justify-content:stretch}.supplier-settings-save{width:100%}.supplier-modal{border-radius:24px;padding:22px}.supplier-modal-grid.two-columns{grid-template-columns:1fr}.supplier-modal-actions{flex-direction:column-reverse}.supplier-modal-secondary,.supplier-modal-primary{width:100%}}.supplier-editor-page{display:grid}.supplier-editor-shell{gap:1.35rem;display:grid}.supplier-editor-head{gap:1rem;display:grid}.supplier-editor-back{color:#fff;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:.55rem;width:fit-content;padding:.8rem 1rem;display:inline-flex}.supplier-editor-heading{background:radial-gradient(circle at 0 0,#ffb45329,#0000 35%),linear-gradient(135deg,#121212fa,#0f161ef2);border:1px solid #ffffff0f;border-radius:28px;padding:1.6rem 1.7rem}.supplier-editor-kicker{color:#ffbe70;letter-spacing:.12em;text-transform:uppercase;border:1px solid #ffbf5f2e;border-radius:999px;padding:.45rem .85rem;font-size:.78rem;font-weight:800;display:inline-flex}.supplier-editor-heading h1{color:#fff6ec;margin:1rem 0 .55rem;font-size:clamp(2rem,3vw,3rem);line-height:.98}.supplier-editor-heading p{color:#e1e8f4cc;max-width:58ch;margin:0;line-height:1.7}.supplier-editor-loading{color:#e1e8f4d1;background:#14161bf5;border:1px solid #ffffff0f;border-radius:22px;align-items:center;gap:.75rem;padding:1.2rem 1.35rem;display:inline-flex}.supplier-editor-loading svg{animation:.8s linear infinite supplier-editor-spin}.supplier-editor-grid{grid-template-columns:minmax(320px,.95fr) minmax(0,1.25fr);gap:1.2rem;display:grid}.supplier-editor-panel{background:linear-gradient(#14161bfa,#0e1116fa);border:1px solid #ffffff0f;border-radius:26px;padding:1.4rem}.supplier-editor-panel-header{margin-bottom:1rem}.supplier-editor-panel-header h2{color:#fff;margin:0 0 .35rem;font-size:1.35rem}.supplier-editor-panel-header p{color:#e1e8f4b8;margin:0;line-height:1.6}.supplier-editor-upload{cursor:pointer;background:#ffffff05;border:1px dashed #ffffff2e;border-radius:22px;place-items:center;min-height:140px;margin-bottom:1rem;display:grid}.supplier-editor-upload input{display:none}.supplier-editor-upload-copy{color:#e1e8f4d1;text-align:center;justify-items:center;gap:.55rem;display:grid}.supplier-editor-gallery{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.85rem;display:grid}.supplier-editor-gallery-stack,.supplier-editor-gallery-group{gap:.9rem;display:grid}.supplier-editor-gallery-heading span{color:#fff;margin-bottom:.25rem;font-weight:800;display:block}.supplier-editor-gallery-heading p{color:#e1e8f4ad;margin:0;font-size:.9rem;line-height:1.55}.supplier-editor-gallery-card{background:#ffffff08;border-radius:18px;min-height:160px;position:relative;overflow:hidden}.supplier-editor-gallery-card img{aspect-ratio:1;object-fit:cover;width:100%;display:block}.supplier-editor-gallery-card.primary{max-width:240px}.supplier-editor-primary-badge,.supplier-editor-remove{z-index:1;position:absolute}.supplier-editor-primary-badge{color:#fff;background:#188148eb;border-radius:999px;padding:.35rem .55rem;font-size:.74rem;font-weight:700;top:.6rem;left:.6rem}.supplier-editor-remove{color:#fff;cursor:pointer;background:#0a1018d1;border:none;border-radius:999px;padding:.45rem .65rem;bottom:.6rem;right:.6rem}.supplier-editor-card-actions{justify-content:space-between;gap:.45rem;display:flex;position:absolute;bottom:.6rem;left:.6rem;right:.6rem}.supplier-editor-card-actions .supplier-editor-remove{position:static}.supplier-editor-secondary-action{color:#10141a;cursor:pointer;background:#ffffffe6;border:none;border-radius:999px;padding:.45rem .65rem;font-weight:700}.supplier-editor-empty-gallery{color:#e1e8f4a8;text-align:center;background:#ffffff08;border-radius:18px;padding:1rem}.supplier-editor-form{gap:1rem;display:grid}.supplier-editor-form label{gap:.45rem;display:grid}.supplier-editor-field-hint{color:#e1e8f494;justify-self:end;font-size:.78rem;font-weight:700}.supplier-editor-form span{color:#e1e8f4d6;font-size:.92rem;font-weight:700}.supplier-editor-form input,.supplier-editor-form textarea,.supplier-editor-form select{color:#fff;width:100%;min-height:54px;font:inherit;background:#ffffff08;border:1px solid #ffffff14;border-radius:18px;outline:none;padding:.9rem 1rem}.supplier-editor-form select{appearance:none;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background-image:linear-gradient(45deg,#0000 50%,#ffd6abeb 50%),linear-gradient(135deg,#ffd6abeb 50%,#0000 50%),linear-gradient(#ffffff0a,#ffffff05);background-position:calc(100% - 22px) calc(50% - 2px),calc(100% - 15px) calc(50% - 2px),0 0;background-repeat:no-repeat;background-size:7px 7px,7px 7px,100% 100%;padding-right:3.2rem}.supplier-editor-form select option{color:#f8efe5;background:#171b23}.supplier-editor-form select:disabled{cursor:not-allowed;opacity:.72}.supplier-editor-form textarea{resize:vertical;min-height:132px}.supplier-editor-form input:focus,.supplier-editor-form textarea:focus,.supplier-editor-form select:focus{border-color:#ffa65c85;box-shadow:0 0 0 4px #ff8c481f}.supplier-editor-form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.supplier-editor-error{color:#ffb7bf;background:#a024302e;border-radius:18px;padding:.9rem 1rem}.supplier-editor-actions{justify-content:flex-end;gap:.85rem;display:flex}.supplier-editor-cancel,.supplier-editor-save{cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.55rem;min-height:52px;padding:0 1.15rem;font-weight:800;display:inline-flex}.supplier-editor-cancel{color:#fff;background:#ffffff14}.supplier-editor-save{color:#fff;background:linear-gradient(135deg,#ff5d63,#ff9654);box-shadow:0 14px 28px #ff67583d}@keyframes supplier-editor-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=980px){.supplier-editor-grid{grid-template-columns:1fr}}@media (width<=720px){.supplier-editor-form-row{grid-template-columns:1fr}.supplier-editor-actions{flex-direction:column-reverse}.supplier-editor-cancel,.supplier-editor-save{width:100%}}.dashboard-main-content:has(.supplier-import-page){background:#050505;padding:0 0 0 84px;overflow:hidden}.supplier-import-page{color:#fff;background:#050505;grid-template-rows:auto 1fr;gap:0;height:100vh;margin:0;display:grid}.supplier-import-topbar{background:#080808;border-bottom:1px solid #ffffff14;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;min-height:76px;padding:16px 24px;display:grid}.supplier-import-back,.supplier-import-template,.supplier-import-open-file,.supplier-import-submit{cursor:pointer;border:none;font-weight:900}.supplier-import-back{color:#fff;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;place-items:center;width:42px;height:42px;display:grid}.supplier-import-topbar h1{color:#fff;margin:0;font-size:1.7rem}.supplier-import-topbar p{color:#ffffff9e;margin:4px 0 0}.supplier-import-template{color:#fff;background:#ffffff14;border:1px solid #ffffff1f;border-radius:12px;align-items:center;gap:10px;min-height:44px;padding:0 18px;display:inline-flex}.supplier-import-layout{grid-template-columns:minmax(340px,.38fr) minmax(0,1fr);align-items:start;gap:30px;min-height:0;padding:18px 90px 16px;display:grid;overflow:hidden}.supplier-import-history{color:#fff;align-content:start;gap:14px;min-width:0;min-height:0;display:grid}.supplier-import-history-head{background:#0b0b0b;border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:12px;padding:18px;display:flex}.supplier-import-history-head.is-empty{place-self:center stretch;min-height:138px;margin-top:min(18vh,170px)}.supplier-import-history-head.has-products{min-height:auto}.supplier-import-history svg,.supplier-import-dropzone svg{color:#ffffffc2}.supplier-import-history strong,.supplier-import-history span{display:block}.supplier-import-history-head span{color:#ffffff9e;max-width:260px;margin-top:4px;line-height:1.45}.supplier-import-product-list{gap:10px;max-height:clamp(440px,100vh - 315px,760px);padding-right:4px;display:grid;overflow:auto}.supplier-import-product-card{background:#0b0b0b;border:1px solid #ffffff14;border-radius:14px;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:92px;padding:12px;display:grid;position:relative;overflow:hidden}.supplier-import-product-card i{background:#ffffffe6;width:0;height:3px;transition:width .26s,background .18s;position:absolute;bottom:0;left:0}.supplier-import-product-card.importing i{width:64%;animation:1.1s ease-in-out infinite supplier-product-import-pulse}.supplier-import-product-card.created i{background:#22c55ef2;width:100%}.supplier-import-product-card.failed i{background:#f87171f2;width:100%}.supplier-import-product-card.created{border-color:#22c55e47}.supplier-import-product-card.failed{border-color:#f8717140}.supplier-import-product-image{background:#ffffff09;border:1px solid #ffffff1a;border-radius:12px;width:72px;height:68px}.supplier-import-product-info{min-width:0}.supplier-import-product-info strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.2;display:-webkit-box;overflow:hidden}.supplier-import-product-info span{color:#ffffffb8;margin-top:8px;font-weight:800}.supplier-import-product-card>b{text-align:center;color:#fff;background:#ffffff14;border:1px solid #ffffff1a;border-radius:999px;align-self:start;min-width:42px;padding:6px 9px}.supplier-import-product-card>b.supplier-import-product-done{color:#dff7e7;background:#22c55e2e;border-color:#22c55e57;place-items:center;width:36px;min-width:36px;height:36px;padding:0;animation:.22s ease-out supplier-product-done-pop;display:grid}.supplier-import-mini-stats{gap:10px;margin-top:0;display:flex}.supplier-import-mini-stats div{background:#ffffff0f;border:1px solid #ffffff14;border-radius:14px;min-width:90px;padding:10px 12px}.supplier-import-mini-stats b,.supplier-import-mini-stats small{display:block}.supplier-import-mini-stats small{font-size:.82rem}.supplier-import-workspace{align-content:start;gap:4px;min-height:0;max-height:calc(100vh - 112px);padding-bottom:18px;display:grid;overflow:auto}.supplier-import-dropzone{background:#0b0b0b;border:2px dashed #ffffff2e;border-radius:18px;align-content:center;place-items:center;gap:12px;height:clamp(460px,100vh - 330px,620px);min-height:460px;padding:30px;display:grid;box-shadow:0 20px 55px #00000047}.supplier-import-dropzone.has-files{align-content:start;place-items:stretch stretch}.supplier-import-dropzone h2{margin:6px 0 0;font-size:1.55rem}.supplier-import-dropzone p,.supplier-import-dropzone span{color:#ffffff9e;margin:0}.supplier-import-actions{justify-content:flex-end;align-items:center;gap:12px;margin-top:2px;display:flex}.supplier-import-open-file,.supplier-import-submit{color:#0a0a0a;background:#fff;border-radius:10px;justify-content:center;align-items:center;gap:10px;height:44px;min-height:44px;max-height:44px;padding:0 22px;display:inline-flex}.supplier-import-open-file svg,.supplier-import-submit svg{color:#0a0a0a}.supplier-import-submit:disabled{cursor:not-allowed;opacity:.55}.supplier-import-error{color:#fecaca;background:#7f1d1d38;border:1px solid #f8717138;border-radius:12px;padding:14px 16px}.supplier-import-preview{background:#0b0b0b;border:1px solid #ffffff14;border-radius:18px;grid-template-rows:auto minmax(0,1fr);max-height:360px;display:grid;overflow:hidden}.supplier-import-preview-header,.supplier-import-table-head,.supplier-import-row{grid-template-columns:70px 150px minmax(0,1fr) 150px 110px 170px;align-items:center;gap:14px;display:grid}.supplier-import-preview-header{border-bottom:1px solid #ffffff14;grid-template-columns:minmax(0,1fr) auto;padding:16px}.supplier-import-file-list{gap:10px;width:100%;display:grid}.supplier-import-file-item{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px;display:grid;position:relative;overflow:hidden}.supplier-import-file-item strong,.supplier-import-file-item span{display:block}.supplier-import-file-item strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.supplier-import-file-item span{color:#fff9;margin-top:3px;font-size:.88rem}.supplier-import-file-item.ready span{color:#dff7e7}.supplier-import-file-item.failed span{color:#fecaca}.supplier-import-file-item button{cursor:pointer;color:#fff;background:#ffffff14;border:none;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.supplier-import-file-item i{opacity:.9;background:#fff;width:42%;height:3px;transition:width .24s;position:absolute;bottom:0;left:0}.supplier-import-file-item.previewing i{width:62%}.supplier-import-file-item.ready i{background:#22c55ef2;width:100%}.supplier-import-file-item.failed i{background:#f87171f2;width:100%}.supplier-import-table-head{color:#ffffff94;text-transform:uppercase;background:#ffffff09;padding:12px 16px;font-size:.82rem;font-weight:900}.supplier-import-table{overflow:auto}.supplier-import-row{border-top:1px solid #ffffff0f;padding:14px 16px}.supplier-import-status{color:#ffffffc7;background:#ffffff14;border-radius:999px;width:fit-content;padding:7px 10px;font-weight:900}.supplier-import-status.created{color:#dff7e7;background:#22c55e24}.supplier-import-status.failed{color:#fecaca;background:#7f1d1d38}@keyframes supplier-product-import-pulse{0%{opacity:.42}50%{opacity:1}to{opacity:.42}}@keyframes supplier-product-done-pop{0%{transform:scale(.78)}70%{transform:scale(1.08)}to{transform:scale(1)}}@media (width<=980px){.dashboard-main-content:has(.supplier-import-page){padding:0;overflow-y:auto}.supplier-import-page{margin:0}.supplier-import-topbar,.supplier-import-layout,.supplier-import-preview-header,.supplier-import-table-head,.supplier-import-row{grid-template-columns:1fr}.supplier-import-layout{padding:18px}.supplier-import-dropzone{height:auto;min-height:360px}.supplier-import-product-list{max-height:420px}}@media (height<=820px) and (width>=981px){.supplier-import-topbar{min-height:68px;padding-block:12px}.supplier-import-layout{padding-top:14px;padding-bottom:10px}.supplier-import-history{gap:10px}.supplier-import-history-head{padding:14px 16px}.supplier-import-product-list{max-height:calc(100vh - 390px)}.supplier-import-product-card{grid-template-columns:64px minmax(0,1fr) auto;min-height:82px;padding:10px}.supplier-import-product-image{width:64px;height:60px}.supplier-import-mini-stats{z-index:2;background:#050505;padding-top:6px;position:sticky;bottom:0}.supplier-import-mini-stats div{min-width:82px;padding:8px 10px}.supplier-import-preview{max-height:250px}}.order-detail-page{flex-direction:column;gap:24px;max-width:1400px;margin:0 auto;display:flex}.order-detail-topbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.order-detail-back{border:1px solid var(--border-color);color:var(--text-main);cursor:pointer;background:#ffffff0a;border-radius:12px;align-items:center;gap:8px;padding:10px 14px;transition:transform .2s,border-color .2s,background .2s;display:inline-flex}.order-detail-back:hover{background:#ffffff14;border-color:#fff3;transform:translate(-4px)}.order-preview-pill{color:#8bdfff;letter-spacing:.04em;text-transform:uppercase;background:#00c2ff14;border:1px solid #00c2ff47;border-radius:999px;justify-content:center;align-items:center;padding:9px 12px;font-size:12px;font-weight:600;display:inline-flex}.order-preview-pill.loading{color:#ffd166;background:#ffd16614;border-color:#ffd16640}.order-preview-pill.error{color:#fca5a5;background:#ef444414;border-color:#ef44443d}.order-detail-state{border-radius:24px;flex-direction:column;align-items:flex-start;gap:14px;padding:32px;display:flex}.order-detail-state h2{font-size:1.35rem}.order-detail-state p{color:var(--text-muted);max-width:640px;line-height:1.6}.order-detail-state-icon{color:#8bdfff;background:#00c2ff1a;border:1px solid #00c2ff33;border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex}.order-detail-state-icon.error{color:#fca5a5;background:#ef44441a;border-color:#ef444433}.order-detail-state-actions{flex-wrap:wrap;gap:12px;display:flex}.order-detail-secondary-action{min-height:46px;color:var(--text-main);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:14px;justify-content:center;align-items:center;padding:0 16px;font-weight:600;transition:transform .2s,border-color .2s,background .2s;display:inline-flex}.order-detail-secondary-action:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.order-hero{background:radial-gradient(circle at top right, #00c2ff2e, transparent 28%), radial-gradient(circle at bottom left, #ff980024, transparent 24%), linear-gradient(135deg, #ffffff08, #ffffff03), var(--surface-color);border-radius:24px;padding:28px;position:relative;overflow:hidden}.order-hero:after{content:"";pointer-events:none;background:linear-gradient(120deg,#ffffff05,#0000 50%);position:absolute;inset:0}.order-hero>*{z-index:1;position:relative}.order-hero-kicker-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.order-hero-kicker{color:var(--text-muted);text-transform:uppercase;letter-spacing:.14em;font-size:13px}.order-hero-chips{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.order-status-pill,.order-tracking-pill{border-radius:999px;align-items:center;padding:8px 12px;font-size:12px;font-weight:700;display:inline-flex}.order-tracking-pill{color:var(--text-main);background:#ffffff0f;border:1px solid #ffffff14}.order-status-pill.pending{color:#ffc107;background:#ffc10724}.order-status-pill.needs_confirmation{color:#a5b4fc;background:#6366f124}.order-status-pill.ready{color:#6ee7a8;background:#4caf5024}.order-status-pill.assigned{color:#7bc6ff;background:#3b82f624}.order-status-pill.transit{color:#ffb15c;background:#ff980024}.order-status-pill.delivered{color:#86efac;background:#22c55e24}.order-status-pill.cancelled{color:#fca5a5;background:#f8717124}.order-hero-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.order-hero-copy{flex:1;min-width:280px}.order-hero-copy h1{margin-bottom:10px;font-size:clamp(1.9rem,4vw,3rem);line-height:1.02}.order-hero-copy p{color:var(--text-muted);margin-bottom:14px;font-size:1rem}.order-hero-note{background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;max-width:720px;padding:12px 14px;line-height:1.5;display:inline-flex}.order-hero-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.order-hero-action{min-height:46px;color:var(--text-main);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-weight:600;text-decoration:none;transition:transform .2s,border-color .2s,background .2s;display:inline-flex}.order-hero-action:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.order-hero-action.primary{color:#0b0b0b;background:linear-gradient(135deg,#f7f7f7,#d8d8d8);border-color:#0000}.order-hero-action.danger{color:#fecaca;background:#7f1d1d2e;border-color:#f871713d}.order-hero-action.danger:hover{background:#7f1d1d42;border-color:#f8717161}.order-hero-action:disabled,.order-hero-action[disabled]{opacity:.6;cursor:not-allowed;transform:none}.order-hero-action.primary:disabled,.order-hero-action.primary[disabled]{background:linear-gradient(135deg,#d4d4d4,#a3a3a3)}.order-action-panel{flex-direction:column;align-items:flex-end;gap:12px;min-width:280px;display:flex}.order-action-note{max-width:360px;color:var(--text-muted);text-align:right;line-height:1.5}.order-action-feedback{background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;width:100%;padding:12px 14px;font-size:.92rem;line-height:1.45}.order-action-feedback.error{color:#fca5a5;background:#ef444414;border-color:#ef444438}.order-action-feedback.success{color:#86efac;background:#22c55e14;border-color:#22c55e33}.order-review-banner{z-index:12;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#141420f0;border:1px solid #818cf847;border-radius:16px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:24px;padding:16px 18px;display:flex;position:sticky;top:12px;box-shadow:0 16px 40px #00000052}.order-review-banner div:first-child{gap:4px;min-width:0;display:grid}.order-review-banner strong{color:#fff;font-size:.98rem}.order-review-banner span{color:#ffffffad;line-height:1.4}.order-review-actions{flex:none;align-items:center;gap:10px;display:flex}.order-split-advisory{background:#0f172a94;border:1px solid #3b82f638;border-radius:8px;grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);gap:16px;margin-bottom:22px;padding:18px;display:grid}.order-split-advisory-copy{min-width:0}.order-split-advisory-copy span,.order-split-package span{color:#93c5fd;letter-spacing:.1em;text-transform:uppercase;margin-bottom:5px;font-size:.72rem;font-weight:900;display:block}.order-split-advisory-copy strong{color:#fff;font-size:1.02rem;display:block}.order-split-advisory-copy p{color:var(--text-muted);margin:8px 0 0;line-height:1.5}.order-split-package-list{gap:8px;display:grid}.order-split-package{width:100%;color:var(--text-main);text-align:left;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff17;border-radius:8px;padding:12px}.order-split-package.active{background:#2563eb24;border-color:#3b82f66b}.order-split-package strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.order-split-package small{color:var(--text-muted);margin-top:3px;display:block}.order-review-sticky{z-index:60;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0c0c12f5;border:1px solid #818cf852;border-radius:8px;align-items:center;gap:14px;width:min(560px,100vw - 48px);padding:14px;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 20px 48px #0000006b}.order-review-sticky-copy{flex:1;gap:3px;min-width:0;display:grid}.order-review-sticky-copy strong{color:#fff;font-size:.95rem}.order-review-sticky-copy span{color:#ffffffa8;font-size:.88rem;line-height:1.35}.order-review-sticky-actions{flex:none;align-items:center;gap:10px;display:flex}.order-hero-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.order-hero-stat{background:#ffffff0a;border:1px solid #ffffff14;border-radius:18px;min-height:112px;padding:18px}.order-hero-stat strong{margin-top:12px;font-size:1.55rem;display:block}.order-hero-stat p{color:var(--text-main);margin-top:12px;line-height:1.5}.order-hero-stat-wide{grid-column:span 2}.order-hero-stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:8px;font-size:13px;display:inline-flex}.order-detail-layout{grid-template-columns:minmax(0,1.45fr) minmax(320px,.9fr);align-items:start;gap:24px;display:grid}.order-detail-main,.order-detail-sidebar{flex-direction:column;gap:24px;display:flex}.detail-card{border-radius:20px;padding:24px}.detail-card-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.detail-card-header h2{margin-bottom:6px;font-size:1.15rem}.detail-card-header p{color:var(--text-muted);max-width:640px;line-height:1.5}.detail-card-meta{color:#8bdfff;white-space:nowrap;font-size:13px;font-weight:600}.timeline-progress{background:#ffffff0d;border:1px solid #ffffff0a;border-radius:999px;width:100%;height:10px;margin-bottom:20px;overflow:hidden}.timeline-progress-fill{border-radius:inherit;background:linear-gradient(90deg,#00c2ff,#ffd166);height:100%}.timeline-actions{justify-content:flex-end;margin:-6px 0 18px;display:flex}.timeline-toggle{color:#8bdfff;cursor:pointer;background:#00c2ff14;border:1px solid #8bdfff57;border-radius:999px;min-height:34px;padding:0 14px;font-size:.82rem;font-weight:800}.timeline-toggle:hover{color:#fff;border-color:#8bdfffad}.timeline-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid}.timeline-step{opacity:.72;background:#ffffff08;border:1px solid #ffffff12;border-radius:18px;flex-direction:column;gap:14px;min-height:140px;padding:16px;transition:transform .2s,border-color .2s,opacity .2s;display:flex}.timeline-step.completed,.timeline-step.current{opacity:1}.timeline-step.completed{background:linear-gradient(#00c2ff14,#ffffff08);border-color:#00c2ff33}.timeline-step.current{border-color:#ffd16647;transform:translateY(-2px);box-shadow:0 12px 28px #ffd16614}.timeline-step-marker{background:#ffffff14;border:1px solid #ffffff1a;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;font-weight:700;display:inline-flex}.timeline-step.completed .timeline-step-marker{color:#8bdfff;background:#00c2ff29}.timeline-step.current .timeline-step-marker{color:#ffd166;background:#ffd16629}.timeline-step-copy{flex-direction:column;gap:8px;display:flex}.timeline-step-copy strong{font-size:.98rem}.timeline-step-copy span{color:var(--text-muted);font-size:.9rem;line-height:1.45}.current-order-status{background:linear-gradient(135deg,#00c2ff1f,#ffffff08);border:1px solid #00c2ff38;border-radius:16px;gap:6px;margin-bottom:16px;padding:18px;display:grid}.current-order-status span,.current-order-status small{color:var(--text-muted);font-size:.86rem}.current-order-status strong{font-size:clamp(1.5rem,3vw,2.3rem);line-height:1.1}.tracking-event-list{gap:0;display:grid}.tracking-event{grid-template-columns:112px 28px minmax(0,1fr);gap:14px;min-height:84px;display:grid}.tracking-event-date{color:var(--text-muted);flex-direction:column;align-items:flex-end;gap:4px;padding-top:2px;font-size:.88rem;line-height:1.25;display:flex}.tracking-event.current .tracking-event-date strong{color:#4bd68a}.tracking-event-date span{font-size:.78rem}.tracking-event-line{justify-content:center;display:flex;position:relative}.tracking-event-line:after{content:"";background:#ffffff1f;width:1px;position:absolute;top:28px;bottom:0}.tracking-event:last-child .tracking-event-line:after{display:none}.tracking-event-dot{z-index:1;color:#06120c;background:#ffffff29;border-radius:999px;justify-content:center;align-items:center;width:16px;height:16px;margin-top:5px;display:inline-flex;position:relative}.tracking-event.current .tracking-event-dot{background:#4bd68a;width:20px;height:20px;margin-top:3px}.tracking-event-dot.completed{color:#06120c;background:#4bd68a;width:20px;height:20px;margin-top:3px}.tracking-event.current .tracking-event-dot.danger{color:#fff;background:#ff6b6b}.tracking-event-copy{gap:6px;padding-bottom:22px;display:grid}.tracking-event-copy strong{font-size:1rem}.tracking-event-copy span,.tracking-event-copy small,.tracking-event-copy em{color:var(--text-muted);font-size:.9rem;font-style:normal;line-height:1.45}.tracking-evidence-link{color:#8bdfff;border-bottom:1px solid #8bdfff73;width:fit-content;font-size:.9rem;font-weight:700;text-decoration:none}.tracking-evidence-link:hover{color:#fff;border-bottom-color:#fff}.order-items-list{flex-direction:column;gap:14px;display:flex}.order-detail-empty-block{color:var(--text-muted);background:#ffffff05;border:1px dashed #ffffff1f;border-radius:18px;padding:18px}.order-item-card{background:#ffffff08;border:1px solid #ffffff12;border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:18px;display:grid}.order-item-media{width:82px;min-width:82px;height:82px;position:relative}.order-item-image{object-fit:cover;background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;width:100%;height:100%;display:block}.order-item-image-fallback{color:#8bdfff;background:radial-gradient(circle at top,#00c2ff29,#0000 60%),linear-gradient(#00c2ff1f,#ffffff0a);justify-content:center;align-items:center;display:flex}.order-item-qty-badge{color:#8bdfff;background:linear-gradient(135deg,#0f172a,#111827);border:1px solid #00c2ff4d;border-radius:999px;justify-content:center;align-items:center;min-width:42px;height:30px;padding:0 10px;font-size:.9rem;font-weight:800;display:inline-flex;position:absolute;bottom:-6px;right:-6px;box-shadow:0 8px 20px #00000047}.order-item-copy h3{margin-bottom:6px;font-size:1.02rem}.order-item-copy p,.order-item-copy span{color:var(--text-muted)}.order-item-copy span{margin-top:6px;font-size:13px;display:inline-block}.supplier-prep-list{color:var(--text-muted);gap:6px;margin:10px 0 0;padding:0;font-size:.86rem;list-style:none;display:grid}.supplier-prep-list li{align-items:center;gap:8px;display:flex}.supplier-prep-list li:before{content:"";background:#8bdfff;border-radius:999px;flex:none;width:6px;height:6px}.order-item-pricing{text-align:right;flex-direction:column;gap:8px;display:flex}.order-item-pricing small{color:var(--text-muted)}.order-item-pricing strong{font-size:1.05rem}.notes-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.note-panel{background:#ffffff08;border:1px solid #ffffff12;border-radius:18px;padding:18px}.note-panel-title{align-items:center;gap:8px;margin-bottom:12px;font-weight:700;display:inline-flex}.note-panel p{color:var(--text-muted);line-height:1.6}.info-list{flex-direction:column;gap:14px;margin-bottom:16px;display:flex}.info-row,.summary-row,.logistics-row,.pickup-info-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.info-row strong,.summary-row strong,.logistics-row strong,.pickup-info-row strong{text-align:right}.info-label{color:var(--text-muted);align-items:center;gap:8px;display:inline-flex}.address-panel{background:radial-gradient(circle at 100% 0,#00c2ff14,#0000 40%),#ffffff08;border:1px solid #ffffff12;border-radius:18px;padding:18px}.address-panel-title{align-items:center;gap:8px;margin-bottom:12px;font-weight:700;display:inline-flex}.address-panel p{margin-bottom:8px;line-height:1.6}.address-panel span{color:var(--text-muted)}.pickup-info-card{background:radial-gradient(circle at 0 0,#60a5fa1a,#0000 38%),#ffffff09;border-color:#60a5fa1f}.pickup-info-list{flex-direction:column;gap:14px;margin-bottom:16px;display:flex}.pickup-info-row{border-bottom:1px solid #ffffff0f;padding-bottom:14px}.pickup-info-row:last-child{border-bottom:0;padding-bottom:0}.pickup-info-value{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.pickup-info-value small{color:var(--text-muted);text-align:right;font-size:.82rem}.pickup-address-panel{background:radial-gradient(circle at 100% 0,#60a5fa1f,#0000 40%),#ffffff09}.logistics-card{flex-direction:column;gap:14px;display:flex}.logistics-row span{color:var(--text-muted)}.logistics-row.muted strong{color:#8bdfff;font-weight:600}.ops-callout{border-radius:16px;align-items:flex-start;gap:10px;margin-top:18px;padding:16px;line-height:1.5;display:flex}.ops-callout.waiting{color:#ffc107;background:#ffc10714;border:1px solid #ffc10729}.ops-callout.live{color:#8bdfff;background:#00c2ff14;border:1px solid #00c2ff29}.summary-card{background:radial-gradient(circle at top right, #ffd1661f, transparent 26%), var(--surface-color)}.summary-rows{flex-direction:column;gap:14px;margin-bottom:18px;display:flex}.summary-row span{color:var(--text-muted)}.summary-total{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:16px;padding-top:18px;display:flex}.summary-total span{color:var(--text-muted)}.summary-total strong{font-size:1.6rem}.order-cancel-overlay{z-index:70;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b8;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.order-cancel-modal{background:#101010;border:1px solid #f871712e;border-radius:20px;width:min(100%,520px);padding:24px;box-shadow:0 24px 80px #0000006b}.order-cancel-modal h3{margin-bottom:8px}.order-cancel-modal p{color:var(--text-muted);margin-bottom:16px;line-height:1.5}.order-cancel-modal textarea{resize:vertical;width:100%;min-height:120px;color:var(--text-main);font:inherit;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:14px;outline:none;padding:14px}.order-edit-modal{width:min(100%,1120px);max-height:90vh;overflow:auto}.order-edit-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.order-edit-header span,.order-edit-section-heading span{color:#93c5fd;letter-spacing:.12em;text-transform:uppercase;margin-bottom:4px;font-size:.72rem;font-weight:900;display:block}.order-edit-header h3,.order-edit-section-heading strong{color:#fff;margin:0}.order-edit-total-pill{text-align:right;background:#0f172ab8;border:1px solid #3b82f647;border-radius:8px;min-width:190px;padding:12px 14px}.order-edit-total-pill small,.order-edit-line-total small{color:var(--text-muted);font-size:.72rem;font-weight:800;display:block}.order-edit-total-pill strong{color:#fff;font-size:1.15rem}.order-edit-layout{grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);gap:14px;display:grid}.order-edit-panel{background:#0c121cad;border:1px solid #ffffff1a;border-radius:8px;padding:16px}.order-edit-section-heading{margin-bottom:14px}.order-edit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.order-edit-grid label,.order-edit-field{color:var(--text-muted);gap:6px;font-size:12px;display:grid}.order-edit-grid input,.order-edit-field textarea,.order-edit-item input{width:100%;color:var(--text-main);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;outline:none;padding:10px 12px}.order-edit-field{margin-top:12px}.order-edit-search{color:var(--text-muted);background:#ffffff0d;border:1px solid #ffffff1f;border-radius:8px;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;padding:10px 12px;display:grid}.order-edit-search input{min-width:0;color:var(--text-main);font:inherit;background:0 0;border:none;outline:none}.order-edit-product-list{gap:8px;max-height:310px;margin-top:12px;padding-right:4px;display:grid;overflow:auto}.order-edit-product-option{width:100%;color:var(--text-main);text-align:left;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;grid-template-columns:44px minmax(0,1fr) auto 28px;align-items:center;gap:10px;padding:10px;display:grid}.order-edit-product-option:hover{background:#2563eb1f;border-color:#3b82f66b}.order-edit-product-thumb{color:#bfdbfe;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;flex:none;place-items:center;width:44px;height:44px;display:grid;overflow:hidden}.order-edit-product-thumb img{object-fit:cover;width:100%;height:100%}.order-edit-product-copy,.order-edit-item-main div{gap:3px;min-width:0;display:grid}.order-edit-product-copy strong,.order-edit-item-main strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.9rem;overflow:hidden}.order-edit-product-copy small,.order-edit-item-main small{min-width:0;color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.order-edit-product-price{color:#dbeafe;white-space:nowrap;font-size:.82rem;font-weight:900}.order-edit-empty{color:var(--text-muted);text-align:center;border:1px dashed #ffffff29;border-radius:8px;padding:18px}.order-edit-lines-panel{margin-top:14px}.order-edit-items{gap:10px;display:grid}.order-edit-item{background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;grid-template-columns:minmax(220px,1fr) 96px 128px 118px 38px;align-items:center;gap:12px;padding:12px;display:grid}.order-edit-item-main{align-items:center;gap:10px;min-width:0;display:flex}.order-edit-item label{color:var(--text-muted);gap:6px;font-size:.72rem;font-weight:800;display:grid}.order-edit-line-total strong{color:#fff;white-space:nowrap;font-size:.88rem;display:block}.order-edit-remove{color:#fecaca;cursor:pointer;background:#f8717114;border:1px solid #f8717138;border-radius:8px;place-items:center;width:36px;height:36px;display:grid}.order-edit-remove:disabled{opacity:.35;cursor:not-allowed}.order-edit-summary-strip{color:var(--text-muted);background:#0f172a9e;border:1px solid #3b82f633;border-radius:8px;flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:14px;padding:12px;font-size:.84rem;display:flex}.order-edit-summary-strip strong{color:#fff}.order-cancel-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;margin-top:18px;display:flex}.cancelled-order-notice{z-index:90;pointer-events:none;background:linear-gradient(#00000057,#00000094);place-items:center;padding:24px;display:grid;position:fixed;inset:0}.cancelled-order-notice-panel{pointer-events:auto;background:#180a0af5;border:1px solid #f8717157;border-radius:8px;gap:12px;width:min(560px,100%);padding:24px;display:grid;position:relative;box-shadow:0 24px 80px #0000007a}.cancelled-order-close{color:#fecaca;font:inherit;cursor:pointer;background:#ffffff0f;border:1px solid #f8717138;border-radius:999px;padding:6px 10px;font-size:.78rem;font-weight:800;position:absolute;top:14px;right:14px}.cancelled-order-close:hover{background:#f8717124}.cancelled-order-kicker{color:#fecaca;letter-spacing:.12em;text-transform:uppercase;padding-right:84px;font-size:.76rem;font-weight:900}.cancelled-order-notice-panel h2,.cancelled-order-notice-panel p{margin:0}.cancelled-order-notice-panel h2{color:#fff}.cancelled-order-notice-panel p{color:#fee2e2;line-height:1.55}.cancelled-order-meta{flex-wrap:wrap;gap:8px;display:flex}.cancelled-order-meta span{color:#fecaca;border:1px solid #f8717138;border-radius:999px;padding:6px 10px;font-size:.78rem;font-weight:800}@media (width<=1180px){.order-hero-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.order-hero-stat-wide{grid-column:span 2}.order-detail-layout{grid-template-columns:1fr}.timeline-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.order-edit-layout{grid-template-columns:1fr}.order-edit-item{grid-template-columns:minmax(0,1fr) 88px 112px 110px 38px}}@media (width<=820px){.order-hero{padding:22px}.order-hero-header{flex-direction:column}.order-action-panel{align-items:stretch;width:100%}.order-action-note{text-align:left;max-width:none}.order-hero-actions{justify-content:stretch;width:100%}.order-review-banner{flex-direction:column;align-items:stretch}.order-split-advisory{grid-template-columns:1fr}.order-review-actions{width:100%}.order-review-actions button{flex:1}.order-review-sticky{flex-direction:column;align-items:stretch;width:auto;bottom:12px;left:12px;right:12px}.order-review-sticky-actions{width:100%}.order-review-sticky-actions button{flex:1}.order-hero-action{flex:220px}.notes-grid,.timeline-grid,.order-edit-grid,.order-hero-stats{grid-template-columns:1fr}.order-hero-stat-wide{grid-column:span 1}.order-edit-header{flex-direction:column}.order-edit-total-pill{text-align:left;width:100%}.order-edit-item{grid-template-columns:1fr}.order-edit-line-total,.order-edit-remove{justify-self:stretch}.order-edit-remove{width:100%}}@media (width<=640px){.detail-card{padding:18px}.detail-card-header,.info-row,.summary-row,.logistics-row,.pickup-info-row,.summary-total,.order-item-card{flex-direction:column;align-items:flex-start}.detail-card-meta,.info-row strong,.summary-row strong,.logistics-row strong,.pickup-info-row strong,.pickup-info-value,.pickup-info-value small,.order-item-pricing{text-align:left}.pickup-info-value{align-items:flex-start}.order-item-card{display:flex}.order-item-media{width:74px;min-width:74px;height:74px}.order-item-pricing{width:100%}}.support-report-page{color:#fff;min-height:100%;padding:42px 50px 64px}.support-report-header{align-items:flex-start;gap:16px;margin-bottom:34px;display:flex}.support-report-page:has(.support-type-selector){place-content:start center;display:grid}.support-type-selector{width:min(1150px,100vw - 190px)}.support-report-page:has(.support-type-selector) .support-report-header{width:min(1150px,100vw - 190px)}.support-back-button{color:#fff;cursor:pointer;background:#161616;border:1px solid #ffffff1f;border-radius:8px;justify-content:center;align-items:center;width:50px;height:50px;display:inline-flex}.support-kicker{color:#ffbd59;letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:.78rem;font-weight:900}.support-report-header h1{margin:0;font-size:clamp(2rem,4vw,3.35rem);line-height:1}.support-report-header p{color:#b8c4d8;margin:12px 0 0;font-size:1.03rem}.support-type-selector{grid-template-columns:repeat(2,minmax(260px,1fr));gap:18px;display:grid}.support-type-card{color:#fff;text-align:left;cursor:pointer;background:#111113;border:1px solid #ffffff1f;border-radius:8px;align-content:space-between;min-height:170px;padding:22px;transition:border-color .18s,background .18s,transform .18s;display:grid}.support-type-card:hover{background:#1a1711;border-color:#ffbd59d9;transform:translateY(-2px)}.support-type-card span{color:#ffbd59;background:#ffbd591f;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex}.support-type-card strong{font-size:1.18rem;line-height:1.35}.support-order-step,.support-message-step{gap:18px;display:grid}.support-order-toolbar{justify-content:space-between;align-items:center;gap:16px;display:flex}.support-order-toolbar>span{color:#ffffffb8;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff17;border-radius:999px;align-items:center;min-height:42px;padding:0 16px;font-weight:900;display:inline-flex}.support-search-box{background:#080808c2;border:1px solid #ffffff17;border-radius:999px;align-items:center;gap:10px;width:min(680px,100%);min-height:46px;padding:0 16px;display:flex}.support-search-box svg{color:#93c5fd;flex:none}.support-search-box input{color:#fff;width:100%;font:inherit;background:0 0;border:0;outline:0;font-weight:800}.support-search-box input::placeholder{color:#ffffff6b}.support-orders-table{cursor:grab;-webkit-user-select:none;user-select:none;scrollbar-width:none;background:0 0;border:0;border-radius:0;width:100%;display:grid;overflow:auto hidden}.support-orders-table::-webkit-scrollbar{display:none}.support-orders-table-header,.support-orders-row{padding:0;display:grid}.support-orders-table-header{color:#ffffff94;letter-spacing:.08em;text-transform:uppercase;background:#ffffff0e;border-bottom:1px solid #ffffff14;font-size:12px;font-weight:900}.support-orders-table-header span{text-align:center;border-right:1px solid #ffffff0f;justify-content:center;align-items:center;min-height:62px;padding:0 12px;display:flex}.support-orders-row{border-bottom:1px solid #ffffff14;align-items:center}.support-orders-row>div{text-align:center;border-right:1px solid #ffffff0b;justify-content:center;align-items:center;min-width:0;min-height:64px;padding:0 12px;display:flex}.support-orders-row:hover{background:#ffffff06}.support-row-selector{cursor:pointer;background:#ffffff08;border:1px solid #ffffff47;border-radius:999px;width:20px;height:20px}.support-row-selector.selected{background:radial-gradient(circle,#22d3ee 0 38%,#0000 42%);border-color:#22d3eee6}.support-truncate{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.support-muted{color:#ffffff94;font-size:12px}.support-code{color:#3b82f6}.support-phone-badge{background:#ffffff0d;border-radius:10px;padding:4px 10px;font-size:12px}.support-amount{color:#fef3c7;white-space:nowrap;font-size:12px;font-weight:900}.support-status-badge{text-transform:capitalize;border-radius:20px;padding:6px 12px;font-size:12px;font-weight:800;display:inline-block}.support-status-badge.pending{color:#ffc107;background:#ffc10726}.support-status-badge.ready,.support-status-badge.delivered{color:#4caf50;background:#4caf5026}.support-status-badge.cancelled,.support-status-badge.not_delivered{color:#fca5a5;background:#f871712e}.support-status-badge.assigned,.support-status-badge.ready_for_pickup,.support-status-badge.picked_up,.support-status-badge.at_warehouse,.support-status-badge.delivery_routed,.support-status-badge.ready_for_delivery,.support-status-badge.out_for_delivery,.support-status-badge.transit{color:#7dd3fc;background:#0ea5e926}.support-orders-empty{text-align:center;color:#ffffff94;padding:40px}.support-step-actions{justify-content:flex-end;gap:12px;display:flex}.support-submit-button,.support-whatsapp-button{color:#050505;cursor:pointer;background:#fff;border:0;border-radius:8px;justify-content:center;align-items:center;gap:10px;min-height:46px;padding:0 20px;font-weight:900;display:inline-flex}.support-submit-button:disabled{opacity:.45;cursor:not-allowed}.support-whatsapp-button{color:#041509;background:#25d366}.support-message-step{max-width:920px}.support-selection-summary{background:#101011;border:1px solid #ffffff1a;border-radius:8px;gap:8px;padding:16px;display:grid}.support-selection-summary span{color:#b8c4d8;line-height:1.5}.support-field{gap:9px;display:grid}.support-field span{color:#b8c4d8;font-weight:800}.support-field textarea{color:#fff;width:100%;font:inherit;resize:vertical;background:#111113;border:1px solid #ffffff24;border-radius:8px;outline:none;min-height:180px;padding:15px 16px}.support-field textarea:focus{border-color:#ffbd59bf}.support-error{color:#ffb8b8;background:#ff52521f;border-radius:8px;padding:14px 16px}@media (width<=920px){.support-report-page{padding:26px 18px 42px}.support-type-selector{grid-template-columns:1fr;width:100%}.support-order-toolbar{flex-direction:column;align-items:stretch}.support-step-actions{justify-content:stretch}.support-submit-button,.support-whatsapp-button{width:100%}}.tabs-dropdown{align-items:center;margin-bottom:22px;display:inline-flex;position:relative}.tabs-filter-trigger{color:#fff;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;background:#080808c2;border:1px solid #ffffff17;border-radius:999px;align-items:center;gap:10px;min-height:46px;padding:0 16px;font-size:.78rem;font-weight:900;display:inline-flex;box-shadow:inset 0 1px #ffffff0d}.tabs-filter-trigger span{color:#ffffff94}.tabs-filter-trigger.active{background:linear-gradient(#ffffff26,#ffffff0f);border-color:#ffffff2e}.tabs-container{z-index:20;background:#080808c2;border:1px solid #ffffff17;border-radius:999px;align-items:center;gap:2px;padding:6px;display:inline-flex;position:absolute;top:calc(100% + 10px);left:0;box-shadow:inset 0 1px #ffffff0d}.tabs-dropdown .tabs-container{border-radius:22px;min-width:230px;display:grid}.tabs-dropdown .tab-pill{justify-content:flex-start}.tab-pill{color:#ffffff9e;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;align-items:center;gap:8px;min-height:34px;padding:0 14px;font-size:.76rem;font-weight:900;display:flex}.tab-pill.active{color:#fff;background:linear-gradient(#ffffff26,#ffffff0f);border-color:#ffffff2e;box-shadow:0 8px 20px #00000047,inset 0 1px #ffffff14}.tab-dot{border-radius:50%;width:7px;height:7px}.tab-count{border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;font-size:11px;display:flex}.carrier-search-wrap{margin-bottom:22px}.carrier-search-box{background:#080808c2;border:1px solid #ffffff17;border-radius:999px;align-items:center;gap:10px;width:min(560px,100%);min-height:46px;padding:0 16px;display:flex;box-shadow:inset 0 1px #ffffff0d}.carrier-search-box svg{color:#93c5fd;flex-shrink:0}.carrier-search-box input{width:100%;color:var(--text-main);background:0 0;border:none;outline:none;font-size:14px;font-weight:700}.carrier-search-box input::placeholder{color:#94a3b8}.carrier-list{box-shadow:none;scrollbar-width:none;background:0 0;border:0;border-radius:0;padding:0;overflow-x:auto}.carrier-list::-webkit-scrollbar{display:none}.carrier-table{cursor:grab;scrollbar-width:none;-webkit-user-select:none;user-select:none;display:grid;overflow-x:auto}.carrier-table::-webkit-scrollbar{display:none}.carrier-table-header,.carrier-table-row{grid-template-columns:1.15fr 1fr 1.2fr 1fr 1fr 1.2fr 1fr auto;align-items:center;gap:16px;padding:18px 24px;display:grid}.carrier-table-row>span{text-align:center;justify-content:center;align-items:center;min-width:0;display:flex}.carrier-table-row>span>*{max-width:100%}.carrier-table-header{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid #ffffff0f;font-size:12px;font-weight:700}.carrier-table-header span{justify-content:center;align-items:center;min-width:0;display:flex;position:relative}.carrier-table-header .column-resizer{cursor:col-resize;z-index:2;width:14px;height:calc(100% + 36px);position:absolute;top:-18px;right:-10px}.carrier-table-header .column-resizer:after{content:"";background:#ffffff17;width:1px;position:absolute;top:20px;bottom:20px;left:6px}.carrier-table-row{color:var(--text-main);text-align:left;background:0 0;border:none;border-bottom:1px solid #ffffff0d;transition:background .2s}.carrier-table-row:hover{background:#ffffff08}.table-order-cell{flex-direction:column;align-items:center;gap:4px;display:flex}.table-order-cell strong,.table-main-text{font-weight:600}.table-order-cell small,.table-muted-text{color:#94a3b8;font-size:12.5px}.carrier-detail-action{cursor:pointer;border:1px solid #ffffff2e}.state{text-align:center;color:var(--text-muted);padding:20px}@media (width<=1180px){.carrier-list{overflow-x:auto}.carrier-table{min-width:1080px}}.hub-container{text-align:center;padding:64px 32px}.hub-icon{opacity:.8;margin-bottom:24px}.hub-input{width:100%;max-width:400px}.carrier-rates-page{flex-direction:column;gap:24px;display:flex}.carrier-rates-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.carrier-rates-copy{color:#ffffffb8;max-width:760px;margin:12px 0 0;font-size:17px;line-height:1.7}.carrier-rates-badge{color:#c8deff;white-space:nowrap;background:#1976d21f;border:1px solid #60a5fa33;border-radius:18px;align-items:center;gap:10px;padding:12px 16px;display:inline-flex}.carrier-rates-panel{flex-direction:column;gap:20px;padding:28px;display:flex}.carrier-rates-panel-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.carrier-rates-panel-head h3{margin:0;font-size:34px}.carrier-rates-panel-head span{color:#ffffffa3;margin-top:8px;font-size:15px;line-height:1.6;display:block}.carrier-rates-state,.carrier-rates-empty{color:#ffffffb8;background:#ffffff05;border:1px solid #ffffff0f;border-radius:24px;padding:28px}.carrier-rates-empty{flex-direction:column;gap:8px;display:flex}.carrier-rates-empty strong{color:#fff;font-size:18px}.carrier-fixed-grid{grid-template-columns:minmax(280px,.9fr) minmax(340px,1.1fr);gap:18px;display:grid}.carrier-fixed-summary,.carrier-fixed-form{background:#ffffff08;border:1px solid #ffffff0f;border-radius:22px;flex-direction:column;gap:14px;padding:24px;display:flex}.carrier-fixed-kicker{color:#ffffff94;letter-spacing:.08em;text-transform:uppercase;font-size:13px}.carrier-fixed-summary strong{color:#fff;font-size:clamp(2rem,4vw,3.4rem);line-height:1}.carrier-fixed-summary p,.carrier-fixed-help{color:#ffffffad;margin:0;line-height:1.7}.carrier-field{gap:10px;display:grid}.carrier-field span{color:#ffffffb3;font-size:14px;font-weight:600}.carrier-money-input{background:#ffffff08;border:1px solid #ffffff14;border-radius:18px;align-items:center;gap:12px;height:60px;padding:0 18px;display:flex}.carrier-money-prefix{color:#ffffffb3;letter-spacing:.02em;font-size:15px;font-weight:700}.carrier-money-control{background:0 0;border:none;flex:1;height:auto;padding:0}.carrier-money-control:focus{box-shadow:none}.carrier-rates-save{align-self:flex-start}@media (width<=900px){.carrier-rates-header,.carrier-rates-panel-head{flex-direction:column;align-items:stretch}.carrier-fixed-grid{grid-template-columns:1fr}}@media (width<=640px){.carrier-rates-panel{padding:20px}.carrier-rates-panel-head h3{font-size:28px}.carrier-rates-save{justify-content:center;width:100%}}.routing-container{text-align:center;flex-direction:column;align-items:center;gap:24px;padding:64px 32px;display:flex}.routing-icon{opacity:.85}.routing-text{color:var(--text-muted);font-size:.95rem}.carrier-profile-page{gap:22px;display:grid}.carrier-profile-header{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.carrier-profile-copy{color:#ffffffa3;margin:8px 0 0}.carrier-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.carrier-profile-section{border-radius:8px;gap:18px;padding:20px;display:grid}.carrier-profile-section-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.carrier-profile-section-head h2{margin:0 0 4px;font-size:1rem}.carrier-profile-section-head p{color:#ffffff9e;margin:0}.carrier-profile-section-head svg{color:#93c5fd;flex:none}.carrier-profile-readonly-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.carrier-profile-readonly-grid div{background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;gap:5px;min-height:70px;padding:14px;display:grid}.carrier-profile-readonly-grid span{color:#ffffff85;text-transform:uppercase;font-size:.78rem;font-weight:800}.carrier-profile-readonly-grid strong{color:#fff;font-size:.95rem}.carrier-interest-list{flex-wrap:wrap;gap:10px;display:flex}.carrier-interest-list span{color:#ffffffc2;background:#ffffff0f;border:1px solid #ffffff1c;border-radius:999px;align-items:center;min-height:34px;padding:0 12px;font-size:.84rem;font-weight:800;display:inline-flex}@media (width<=980px){.carrier-profile-grid{grid-template-columns:1fr}}@media (width<=640px){.carrier-profile-readonly-grid{grid-template-columns:1fr}}.saved-products-page{gap:20px;display:grid}.saved-products-header{background:linear-gradient(#121212fa,#080808fa);border:1px solid #ffffff14;border-radius:28px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding:24px;display:grid}.saved-products-back,.saved-products-export-all{cursor:pointer;border:none}.saved-products-back{color:#fff;background:#ffffff14;border-radius:999px;place-items:center;width:44px;height:44px;display:grid}.saved-products-kicker{color:#f3c98b;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:900}.saved-products-header h1{color:#fff;margin:6px 0 8px;font-size:clamp(2rem,4vw,3rem);line-height:1}.saved-products-header p{color:#ffffffad;max-width:720px;margin:0;line-height:1.6}.saved-products-export-all{color:#090909;background:#fff;border-radius:999px;justify-content:center;align-items:center;gap:10px;min-height:46px;padding:0 20px;font-weight:900;display:inline-flex}.saved-products-export-all:disabled{opacity:.55;cursor:not-allowed}.saved-products-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.saved-products-stats article{background:#ffffff0a;border:1px solid #ffffff14;border-radius:18px;padding:18px}.saved-products-stats span{color:#ffffff9e;display:block}.saved-products-stats strong{color:#fff;margin-top:8px;font-size:1.7rem;display:block}.saved-products-toolbar{background:#ffffff08;border:1px solid #ffffff0f;border-radius:20px;padding:16px}.saved-products-search{color:#ffffff9e;border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:12px;min-height:54px;padding:0 18px;display:flex}.saved-products-search input{color:#fff;background:0 0;border:none;outline:none;width:100%;font-weight:700}.saved-products-message,.saved-products-state{color:#ffffffc2;background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;padding:16px}.saved-products-list{gap:10px;display:grid}.saved-products-row{background:#ffffff09;border:1px solid #ffffff14;border-radius:18px;grid-template-columns:96px minmax(0,1fr) 150px 120px 150px;align-items:center;gap:16px;padding:14px;display:grid;position:relative}.saved-products-heart{color:#ff5f91;cursor:pointer;z-index:2;background:#320818e0;border:1px solid #ff5f9157;border-radius:999px;place-items:center;width:36px;height:36px;display:grid;position:absolute;top:16px;left:16px}.saved-products-heart:hover{background:#ff5f912e;transform:translateY(-1px)}.saved-products-row img{object-fit:cover;background:#ffffff0f;border-radius:14px;width:96px;height:76px}.saved-products-copy{gap:6px;min-width:0;display:grid}.saved-products-copy strong{color:#fff}.saved-products-copy span,.saved-products-stock{color:#ffffff94}.saved-products-price{color:#fff;font-weight:900}.saved-products-status{border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:36px;padding:0 12px;font-weight:900;display:inline-flex}.saved-products-status.published{color:#dff7e7;background:#22c55e24}.saved-products-status.pending{color:#f7d9a5;background:#f59e0b24}@media (width<=900px){.saved-products-header,.saved-products-row,.saved-products-stats{grid-template-columns:1fr}.saved-products-row img{width:100%;height:180px}}.orders-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px;display:flex}.orders-header-left{flex:1}.orders-subtext{color:var(--text-muted);margin-top:4px;font-size:.9rem}.orders-create-btn{white-space:nowrap;align-items:center;gap:8px;padding:10px 20px;font-weight:500;display:flex}.orders-container{box-sizing:border-box;width:100%;max-width:100%;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0;position:relative}.orders-top-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.orders-top-actions{justify-content:flex-end;align-items:center;gap:14px;margin-left:auto;display:inline-flex}.search-box.compact{background:#080808c2;border:1px solid #ffffff17;border-radius:999px;align-items:center;gap:10px;width:min(560px,100%);min-height:46px;padding:0 16px;transition:border-color .2s,background .2s;display:flex;box-shadow:inset 0 1px #ffffff0d}.search-box.compact svg{color:#93c5fd;flex:none}.search-box.compact:focus-within{background:#0c0c0ceb;border-color:#60a5fa61}.search-box.compact input{color:var(--text-main);background:0 0;border:none;outline:none;width:100%;font-size:14px;font-weight:700}.search-box.compact input::placeholder{color:#ffffff6b}.orders-status-dropdown{align-items:center;display:inline-flex;position:relative}.orders-status-filter-trigger{color:#fff;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;background:#080808c2;border:1px solid #ffffff17;border-radius:999px;align-items:center;gap:10px;min-height:46px;padding:0 16px;font-size:.78rem;font-weight:900;display:inline-flex;box-shadow:inset 0 1px #ffffff0d}.orders-status-filter-trigger span{color:#ffffff94}.orders-status-filter-trigger.active{background:linear-gradient(#ffffff26,#ffffff0f);border-color:#ffffff2e}.orders-report-btn{color:#ffdca7;cursor:pointer;white-space:nowrap;background:#ffbd591a;border:1px solid #ffbd5942;border-radius:999px;align-items:center;gap:9px;min-height:46px;padding:0 18px;font-weight:900;display:inline-flex}.orders-report-btn:hover{background:#ffbd5929;border-color:#ffbd596b}.orders-status-filter{background:#080808c2;border:1px solid #ffffff17;border-radius:999px;align-items:center;gap:2px;padding:6px;display:inline-flex;box-shadow:inset 0 1px #ffffff0d}.orders-status-dropdown .orders-status-filter{z-index:20;border-radius:22px;min-width:260px;display:grid;position:absolute;top:calc(100% + 10px);right:0}.orders-status-dropdown .orders-status-chip{text-align:left;justify-content:flex-start}.orders-date-filters{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.orders-date-filters label{color:#ffffff94;letter-spacing:.04em;text-transform:uppercase;gap:5px;font-size:10px;font-weight:900;display:grid}.orders-date-filters input{color:#ffffffdb;background:#080808c2;border:1px solid #ffffff17;border-radius:10px;width:142px;min-height:34px;padding:0 10px;font-size:12px;font-weight:800}.orders-status-chip{color:#ffffff9e;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;min-height:34px;padding:0 14px;font-size:.76rem;font-weight:900}.orders-status-chip.active{color:#fff;background:linear-gradient(#ffffff26,#ffffff0f);border-color:#ffffff2e;box-shadow:0 8px 20px #00000047,inset 0 1px #ffffff14}.orders-table{cursor:grab;-webkit-user-select:none;user-select:none;scrollbar-width:none;background:0 0;border:0;border-radius:0;width:100%;display:grid;overflow:auto hidden}.orders-table.arranging-columns{cursor:default}.orders-table.arranging-columns .orders-row,.orders-table.arranging-columns .orders-table-header span{transition:transform .16s,background .16s,box-shadow .16s}.orders-table::-webkit-scrollbar{display:none}.orders-table-header{border-bottom:1px solid var(--border-color);min-width:3532px;color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;background:#ffffff0e;grid-template-columns:52px 150px 150px 140px 180px 220px 170px 320px 160px 260px 170px 320px 220px 220px 110px 130px 280px 140px 140px;padding:0;font-size:12px;font-weight:900;display:grid}.orders-table-header span{min-height:62px;color:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;text-align:center;border-right:1px solid #ffffff0f;justify-content:center;align-items:center;padding:0 12px;display:flex;position:relative}.orders-table-header span.selector-column,.orders-row>div.selector-column-cell{z-index:5;background:#050505;position:sticky;left:0}.orders-table-header span.selector-column{z-index:8;background:#111}.orders-table-header span.draggable-column{cursor:grab}.orders-table-header span.draggable-column:active{cursor:grabbing}.orders-table-header span.is-wiggling{background:#60a5fa14;animation:.22s ease-in-out infinite alternate column-wiggle}.orders-table-header span.dragging{border-color:#60a5fa8c;box-shadow:inset 0 0 0 1px #60a5fa38}.orders-table-header span.drop-target{background:#22d3ee24;box-shadow:inset 3px 0 #22d3eef2,inset -3px 0 #22d3ee4d}.column-arrange-exit{z-index:70;color:#dbeafe;cursor:pointer;background:#0f172af5;border:1px solid #60a5fa57;border-radius:999px;min-height:42px;padding:0 18px;font-size:12px;font-weight:900;position:fixed;bottom:22px;right:22px;box-shadow:0 18px 48px #0000005c}.column-drag-preview{z-index:100;pointer-events:none;color:#dbeafe;letter-spacing:.08em;text-align:center;text-transform:uppercase;background:#0f172af5;border:1px solid #60a5fa73;border-radius:12px;justify-content:center;align-items:center;height:54px;font-size:12px;font-weight:900;display:flex;position:fixed;box-shadow:0 18px 48px #00000061}.column-resizer{z-index:2;cursor:col-resize;width:8px;height:calc(100% - 20px);position:absolute;top:10px;right:-4px}.column-resizer:after{content:"";background:#ffffff14;width:1px;height:100%;position:absolute;top:0;left:3px}.column-resizer:hover:after{background:#60a5fad9}.orders-row{border-bottom:1px solid var(--border-color);grid-template-columns:52px 150px 150px 140px 180px 220px 170px 320px 160px 260px 170px 320px 220px 220px 110px 130px 280px 140px 140px;align-items:center;min-width:3532px;padding:0;transition:all .2s;display:grid}.orders-row.clickable:hover{background:#ffffff06}.orders-row:last-child{border-bottom:0}.orders-row>div{text-align:center;border-right:1px solid #ffffff0b;justify-content:center;align-items:center;min-width:0;min-height:64px;padding:0 12px;display:flex}.orders-row>div>*{max-width:100%}.sub-text{color:var(--text-muted);margin-top:4px;font-size:12px}.truncate{white-space:nowrap;text-overflow:ellipsis;text-align:center;overflow:hidden}.muted-cell{color:#ffffff9e;font-size:12px}.note-cell{color:#ffffffc7;font-size:12px}.amount-cell{color:#fef3c7;white-space:nowrap;font-size:12px;font-weight:900}.copy-cell{cursor:copy}.copy-cell:hover{color:#93c5fd}.row-selector{cursor:pointer;background:#ffffff08;border:1px solid #ffffff47;border-radius:999px;width:20px;height:20px}.row-selector.selected{background:radial-gradient(circle,#22d3ee 0 38%,#0000 42%);border-color:#22d3eee6}.orders-bulk-bar{background:#0e141cdb;border:1px solid #60a5fa38;border-radius:14px;align-items:center;gap:10px;margin-bottom:12px;padding:10px 12px;display:flex}.orders-bulk-bar strong{color:#ffffffdb;font-size:12px}.orders-bulk-bar button{color:#bfdbfe;cursor:pointer;background:#3b82f624;border:1px solid #60a5fa42;border-radius:999px;min-height:30px;padding:0 12px;font-size:12px;font-weight:900}.orders-bulk-bar button.muted{color:#ffffff9e;background:#ffffff0d;border-color:#ffffff1a}.orders-copy-toast{z-index:1000;color:#dcfce7;background:#052e16f0;border:1px solid #34d39959;border-radius:14px;padding:12px 16px;font-size:13px;font-weight:900;position:fixed;top:20px;right:20px;box-shadow:0 18px 48px #00000057}.tracking-code{color:var(--accent-color,#3b82f6);margin-top:2px;font-size:12px;font-weight:600}.transporter-badge{color:#00c2ff;background:#00c2ff26;border-radius:20px;padding:5px 12px;font-size:12px;font-weight:500;display:inline-block}.no-transporter{color:var(--text-muted);font-size:12px}.phone-badge{background:#ffffff0d;border-radius:10px;padding:4px 10px;font-size:12px}.no-phone{color:var(--text-muted);font-size:12px}.orders-action-pill{color:#c7d2fe;white-space:nowrap;cursor:pointer;background:#6366f121;border:1px solid #818cf852;border-radius:999px;justify-content:center;align-items:center;min-height:30px;padding:0 12px;font-size:12px;font-weight:800;display:inline-flex}.orders-action-pill.muted{color:#ffffff9e;background:#ffffff0d;border-color:#ffffff1a}.split-shipment-badge,.split-shipment-muted{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:0 10px;font-size:11px;font-weight:900;display:inline-flex}.split-shipment-badge{color:#bfdbfe;background:#2563eb24;border:1px solid #3b82f652}.split-shipment-muted{color:#ffffff80;background:#ffffff0a;border:1px solid #ffffff17}.metric-pill,.evidence-pill{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:0 10px;font-size:11px;font-weight:900;display:inline-flex}.metric-pill{color:#bfdbfe;background:#2563eb21;border:1px solid #60a5fa47}.evidence-pill{color:#a7f3d0;background:#10b9811f;border:1px solid #34d39947;text-decoration:none}.evidence-pill:hover{color:#d1fae5;border-color:#34d39985}.status-badge{text-transform:capitalize;border-radius:20px;padding:6px 12px;font-size:12px;font-weight:500;display:inline-block}.status-badge.pending{color:#ffc107;background:#ffc10726}.status-badge.needs_confirmation{color:#818cf8;background:#6366f126}.status-badge.ready{color:#4caf50;background:#4caf5026}.status-badge.assigned{color:#2196f3;background:#2196f326}.status-badge.ready_for_pickup,.status-badge.picked_up,.status-badge.at_warehouse,.status-badge.delivery_routed,.status-badge.ready_for_delivery,.status-badge.out_for_delivery,.status-badge.not_delivered,.status-badge.for_return,.status-badge.returned,.status-badge.pickup_failed{color:#7dd3fc;background:#0ea5e926}.status-badge.not_delivered,.status-badge.pickup_failed{color:#fdba74;background:#fb923c29}.status-badge.for_return,.status-badge.returned{color:#d8b4fe;background:#a855f729}.status-badge.transit{color:#ff9800;background:#ff980026}.status-badge.delivered{color:#a78bfa;background:#a78bfa33}.status-badge.cancelled{color:#fca5a5;background:#f871712e}.orders-empty{text-align:center;width:100%;min-height:180px;color:var(--text-muted);pointer-events:none;place-items:center;padding:40px 18px;display:grid}.orders-container>.orders-empty-state{grid-column:1/-1}.orders-success-toast{color:#fff;z-index:999;background:#10b981;border-radius:10px;padding:12px 18px;font-weight:600;animation:.3s fadeIn;position:fixed;top:20px;right:20px;box-shadow:0 8px 24px #0003}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px){.orders-table-header,.orders-row{grid-template-columns:1fr 1fr 1fr;gap:10px}.orders-table-header span:nth-child(n+4),.orders-row>div:nth-child(n+4){display:none}}@media (width<=768px){.orders-header{flex-direction:column;align-items:flex-start}.orders-create-btn,.orders-report-btn{justify-content:center;width:100%}.orders-top-bar{flex-direction:column;align-items:stretch}.orders-top-actions{flex-direction:column;justify-content:stretch;width:100%;margin-left:0}.orders-status-filter{justify-content:space-between;width:100%;overflow-x:auto}.orders-status-chip{white-space:nowrap;flex:1;padding:0 10px}}.create-order-page{max-width:1400px;margin:0 auto;padding:24px}.page-header-actions{align-items:center;gap:16px;margin-bottom:32px;display:flex}.btn-back{border:1px solid var(--border-color);color:var(--text-main);cursor:pointer;background:#ffffff0d;border-radius:12px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;transition:all .2s;display:flex}.btn-back:hover{background:#ffffff1a;transform:translate(-4px)}.page-title{color:var(--text-main);font-size:24px;font-weight:700}.create-order-layout{grid-template-columns:1fr 400px;align-items:start;gap:24px;display:grid}.layout-main{flex-direction:column;gap:24px;display:flex}.layout-sidebar{flex-direction:column;gap:24px;display:flex;position:sticky;top:24px}.section-card{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:16px;padding:24px;box-shadow:0 8px 32px #0000001a}.section-title{color:var(--text-main);align-items:center;gap:8px;margin-bottom:20px;font-size:18px;font-weight:600;display:flex}.summary-sticky{flex-direction:column;gap:16px;display:flex}.error-alert{color:#ef4444;background:#ef44441a;border:1px solid #ef444433;border-radius:12px;padding:12px 16px;font-size:14px;font-weight:500}@media (width<=1024px){.create-order-layout{grid-template-columns:1fr}.layout-sidebar{position:static}}.product-picker{flex-direction:column;display:flex}.picker-search-input{border:1px solid var(--border-color);width:100%;color:var(--text-main);background:#ffffff0d;border-radius:12px;outline:none;padding:12px 12px 12px 42px;font-size:14px;transition:border-color .2s}.picker-search-input:focus{border-color:var(--accent-color,#3b82f6)}.search-box{position:relative}.search-icon{color:var(--text-muted);position:absolute;top:50%;left:14px;transform:translateY(-50%)}.picker-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;max-height:400px;padding-right:8px;display:grid;overflow-y:auto}.picker-card{border:1px solid var(--border-color);background:#ffffff08;border-radius:12px;padding:12px;transition:all .2s}.picker-card.selected{border-color:var(--accent-color,#3b82f6);background:#3b82f60d}.picker-img-wrap{aspect-ratio:1;background:#000;border-radius:8px;width:100%;margin-bottom:12px;overflow:hidden}.picker-img-wrap img{object-fit:cover;width:100%;height:100%}.picker-name{color:var(--text-main);-webkit-line-clamp:2;-webkit-box-orient:vertical;height:32px;margin-bottom:4px;font-size:13px;font-weight:500;display:-webkit-box;overflow:hidden}.picker-price{color:var(--accent-color,#3b82f6);margin-bottom:12px;font-weight:700}.picker-add-btn{border:1px solid var(--border-color);width:100%;color:var(--text-main);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:8px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.picker-add-btn:hover:not(:disabled){border-color:var(--text-main);background:#ffffff0d}.picker-add-btn.btn-selected{background:var(--accent-color,#3b82f6);border-color:var(--accent-color,#3b82f6);color:#fff;cursor:default}.picker-state{text-align:center;color:var(--text-muted);padding:40px;font-size:14px}.mb-4{margin-bottom:16px}.selected-items-list{flex-direction:column;gap:12px;display:flex}.selected-item-row{border:1px solid var(--border-color);background:#ffffff08;border-radius:12px;align-items:center;gap:16px;padding:12px 16px;transition:all .2s;display:flex}.selected-item-row:hover{background:#ffffff0d;border-color:#ffffff1a}.item-img-wrap{background:#000;border-radius:8px;flex-shrink:0;width:48px;height:48px;overflow:hidden}.item-img-wrap img{object-fit:cover;width:100%;height:100%}.item-main-info{flex:1}.item-name{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:14px;font-weight:500;overflow:hidden}.item-sku{color:var(--text-muted);background:#ffffff0d;border-radius:4px;padding:2px 6px;font-family:monospace;font-size:11px;display:inline-block}.item-price-unit{color:var(--text-muted);font-size:13px;font-weight:600}.item-quantity-controls{border:1px solid var(--border-color);background:#0003;border-radius:8px;align-items:center;gap:12px;padding:4px;display:flex}.qty-btn{border:1px solid var(--border-color);width:24px;height:24px;color:var(--text-main);cursor:pointer;background:#ffffff0d;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}.qty-btn:hover:not(:disabled){color:var(--accent-color,#3b82f6);background:#ffffff1a}.qty-btn:disabled{opacity:.3;cursor:not-allowed}.qty-value{text-align:center;min-width:20px;font-size:13px;font-weight:600}.item-subtotal{text-align:right;min-width:100px}.subtotal-value{color:var(--text-main);font-size:15px;font-weight:700}.remove-item-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px;transition:all .2s}.remove-item-btn:hover{color:#ef4444;background:#ef44441a}.empty-items-placeholder{text-align:center;border:1px dashed var(--border-color);color:var(--text-muted);border-radius:12px;padding:40px}.empty-items-placeholder p{margin-bottom:4px;font-size:15px;font-weight:500}.empty-items-placeholder .sub-text{font-size:13px}.customer-form{flex-direction:column;gap:16px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex;position:relative}.form-group label{color:var(--text-muted);align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}.form-input,.form-textarea{border:1px solid var(--border-color);color:var(--text-main);background:#0003;border-radius:10px;outline:none;padding:10px 14px;font-size:14px;transition:all .2s}.form-input:focus,.form-textarea:focus{border-color:var(--accent-color,#3b82f6);background:#0000004d}.form-textarea{resize:none}.form-row{gap:12px;display:flex}.flex-1{flex:1}.city-filter-group{z-index:2}.city-filter-wrap{position:relative}.city-filter-dropdown{border:1px solid var(--border-color);background:#0b0b0b;border-radius:12px;flex-direction:column;gap:4px;max-height:220px;padding:8px;display:flex;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 16px 40px #0006}.city-filter-option{color:var(--text-main);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:10px 12px;transition:background .2s,color .2s}.city-filter-option:hover{background:#ffffff0f}::placeholder{color:#fff3}.order-summary-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border-color);background:#ffffff0d;border-radius:20px;padding:24px;box-shadow:0 12px 48px #0003}.summary-title{color:var(--text-main);letter-spacing:.5px;text-transform:uppercase;margin-bottom:24px;font-size:16px;font-weight:700}.summary-details{flex-direction:column;gap:16px;margin-bottom:32px;display:flex}.summary-row{justify-content:space-between;align-items:center;display:flex}.row-label{color:var(--text-muted);align-items:center;gap:8px;font-size:14px;display:flex}.row-value{color:var(--text-main);font-size:14px;font-weight:600}.summary-divider{background:var(--border-color);height:1px;margin:8px 0}.total-row{margin-top:4px}.total-row .row-label{color:var(--text-main);font-size:15px;font-weight:700}.total-row .row-value{color:var(--accent-color,#3b82f6);font-size:18px;font-weight:800}.confirm-order-btn{background:var(--accent-color,#3b82f6);color:#fff;cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;width:100%;padding:16px;font-size:15px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 8px 24px #3b82f64d}.confirm-order-btn:hover:not(:disabled){background:#2563eb;transform:translateY(-2px);box-shadow:0 12px 32px #3b82f666}.confirm-order-btn:disabled{color:var(--text-muted);cursor:not-allowed;box-shadow:none;border:1px solid var(--border-color);background:#ffffff0d}.summary-warning{color:#ef4444;justify-content:center;align-items:center;gap:6px;margin-top:16px;font-size:12px;font-weight:500;display:flex}.summary-split-note{color:#f59e0b;text-align:center;justify-content:center;align-items:center;gap:6px;margin-top:16px;font-size:12px;font-weight:500;display:flex}.loader-inner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.store-container{padding:32px}.store-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:32px;display:flex}.store-title{margin-bottom:8px}.store-desc{color:var(--text-muted);margin:0}.store-meta{color:var(--text-muted);margin:10px 0 0}.store-sync-btn{color:#4caf50;cursor:pointer;background:0 0;border:1px solid #4caf50;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-weight:600;display:flex}.store-sync-btn:hover{background:#4caf501a}.store-table-shell{gap:14px;display:grid}.store-selection-bar{color:#fff;background:#ffffff0e;border-radius:8px;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;display:flex}.store-selection-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:inline-flex}.store-bulk-danger,.store-export-btn,.store-action-btn{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:44px;font-weight:800;transition:transform .16s,background .16s,border-color .16s,opacity .16s;display:inline-flex}.store-bulk-danger{color:#fff;background:#ef444424;border:1px solid #ef444447;padding:0 16px}.store-bulk-danger:hover,.store-export-btn.is-unexport:hover{background:#ef444438;border-color:#f8717180}.store-bulk-danger:disabled,.store-export-btn:disabled,.store-action-btn:disabled{cursor:not-allowed;opacity:.52}.store-products-table{cursor:grab;-webkit-user-select:none;user-select:none;scrollbar-width:none;background:0 0;border:0;border-radius:0;width:100%;display:grid;overflow:auto hidden}.store-products-table::-webkit-scrollbar{display:none}.store-products-table:active{cursor:grabbing}.store-products-header,.store-products-row{display:grid}.store-products-header{min-height:64px;color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;background:#ffffff0e;align-items:center;font-size:.78rem;font-weight:900}.store-products-header span{padding:0 18px}.store-products-row{color:#fff;border-bottom:1px solid #ffffff13;align-items:center;min-height:106px;transition:background .16s}.store-products-row:hover,.store-products-row.is-selected{background:#ffffff09}.store-products-row>div{min-width:0;padding:0 18px}.store-check{color:#fff;cursor:pointer;background:#ffffff09;border:1px solid #ffffff2e;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.store-check.is-checked{color:#050505;background:#fff;border-color:#ffffff85}.store-select-cell{justify-content:center;align-items:center;display:flex}.store-product-cell{grid-template-columns:62px minmax(0,1fr);align-items:center;gap:14px;display:grid}.product-thumb,.store-product-image-missing{border-radius:10px;width:62px;height:62px}.product-thumb{object-fit:cover;background:#ffffff14}.store-product-image-missing{color:#ffffff6b;background:linear-gradient(145deg,#ffffff13,#ffffff06),#1a1a1d;border:1px solid #ffffff21;place-items:center;display:grid}.store-product-copy{min-width:0}.store-product-copy strong,.store-product-copy small{display:block}.store-product-copy strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:1rem;line-height:1.3;overflow:hidden}.store-product-copy small{text-overflow:ellipsis;white-space:nowrap;margin-top:5px;overflow:hidden}.bold{font-weight:600}.price-retail{font-weight:700}.price-cost{color:#f44336}.price-warning{color:#ffb347}.store-row-meta{color:var(--text-muted)}.store-warning-text{color:#ffb347;margin-top:8px;display:block}.store-risk-text{margin-top:8px;font-weight:700;display:block}.store-risk-safe{color:#7ef0a9}.store-risk-low{color:#ffd166}.store-risk-loss{color:#ff7b7b}.store-action-btn{color:#fff;background:0 0;border:1px solid #ffffff29;border-radius:10px;padding:0 14px}.store-action-btn:hover{background:#ffffff0a;border-color:#ffffff4d}.store-export-btn{border:1px solid #ffffff21;width:100%;max-width:164px;padding:0 14px}.store-export-btn.is-unexport{color:#ffb4b4;background:#ef444417;border-color:#ef444433}.store-export-btn.is-export{color:#050505;background:#fff;border-color:#fff}.store-export-btn.is-export:hover{background:#ffffffe6;transform:translateY(-1px)}.store-price-modal{background:radial-gradient(circle at 100% 0,#22c55e1f,#0000 36%),linear-gradient(#141414fa,#0a0a0afa);border:1px solid #ffffff14;border-radius:28px;width:min(92vw,560px);max-width:560px;max-height:min(88vh,860px);padding:28px 28px 32px;position:relative;overflow-y:auto;box-shadow:0 28px 90px #00000073}.store-modal-backdrop{z-index:80;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000b8;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.store-modal-close{color:#ffffffc7;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s,color .2s,border-color .2s;display:inline-flex;position:absolute;top:18px;right:18px}.store-modal-close:hover{color:#fff;background:#ffffff14;border-color:#ffffff24}.store-modal-chip{color:#ffc98a;background:#ffc46b0d;border:1px solid #ffc46b26;border-radius:999px;align-items:center;margin-bottom:14px;padding:8px 14px;font-size:.8rem;font-weight:700;display:inline-flex}.store-modal-title{color:#fff;margin-bottom:10px;font-size:2rem;font-weight:800;line-height:1.02}.store-modal-copy{color:var(--text-muted);margin-bottom:20px;font-size:1rem;line-height:1.7}.store-price-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:18px;display:grid}.store-price-summary div{background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;padding:14px 16px}.store-price-summary span{color:var(--text-muted);margin-bottom:6px;font-size:.9rem;display:block}.store-price-summary strong{font-size:1rem}.store-field{display:block}.store-field-label{color:#ffffffeb;margin-bottom:12px;font-size:1rem;font-weight:700;display:block}.store-price-input{position:relative}.store-price-prefix{color:#cbd5e1;pointer-events:none;font-weight:700;position:absolute;top:50%;left:18px;transform:translateY(-50%)}.store-price-input input{color:#fff;background:#ffffff0a;border:1px solid #ffffff14;border-radius:18px;outline:none;width:100%;height:58px;padding:0 18px 0 62px;font-size:1.2rem;font-weight:800;transition:border-color .2s,box-shadow .2s,background .2s}.store-price-input input:focus{background:#ffffff0f;border-color:#22c55e80;box-shadow:0 0 0 4px #22c55e1f}.store-modal-actions{justify-content:flex-end;gap:12px;margin-top:22px;display:flex}.store-risk-panel{background:#ffffff08;border:1px solid #ffffff14;border-radius:18px;margin-top:18px;padding:18px}.store-risk-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.store-risk-kicker{color:var(--text-muted);margin-bottom:6px;font-size:.8rem;display:block}.store-risk-badge{border-radius:999px;align-items:center;padding:8px 12px;font-size:.88rem;font-weight:800;display:inline-flex}.store-risk-badge-safe{color:#04110a;background:#8df1b2}.store-risk-badge-low{color:#382700;background:#ffd166}.store-risk-badge-loss{color:#3b0505;background:#ff9f9f}.store-risk-gross{text-align:right}.store-risk-gross span{color:var(--text-muted);margin-bottom:4px;font-size:.8rem;display:block}.store-risk-warning{color:#ffffffeb;margin:14px 0 8px;font-weight:600}.store-risk-note{color:var(--text-muted);margin:0 0 16px;font-size:.9rem;line-height:1.5}.store-recommendation-highlight{background:#6ee7b714;border:1px solid #6ee7b72e;border-radius:16px;gap:8px;padding:18px;display:grid}.store-recommendation-label{color:#b7f7d1;letter-spacing:.04em;text-transform:uppercase;font-size:.82rem;font-weight:700}.store-recommendation-highlight strong{color:#fff;font-size:1.6rem}.store-recommendation-highlight small{color:var(--text-muted);line-height:1.5}.store-scenario-card{background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.store-scenario-zone{font-weight:700;display:block}.store-scenario-shipping{color:var(--text-muted);margin-top:4px;display:block}.store-scenario-margin{font-size:1rem}.store-scenario-safe{color:#7ef0a9}.store-scenario-low{color:#ffd166}.store-scenario-loss{color:#ff7b7b}.store-secondary-btn,.store-primary-btn{cursor:pointer;border-radius:16px;justify-content:center;align-items:center;gap:8px;min-width:154px;height:50px;padding:0 18px;font-weight:700;transition:transform .2s,opacity .2s,background .2s,border-color .2s;display:inline-flex}.store-secondary-btn{color:#fff;background:0 0;border:1px solid #ffffff1a}.store-secondary-btn:hover{background:#ffffff0d}.store-primary-btn{color:#04110a;background:linear-gradient(135deg,#dfffe9,#8df1b2);border:none;box-shadow:0 16px 32px #22c55e2e}.store-primary-btn:hover{transform:translateY(-1px)}.store-primary-btn:disabled,.store-secondary-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}@media (width<=900px){.store-header{flex-direction:column}.store-modal-backdrop{align-items:flex-end;padding:12px}.store-price-modal{border-radius:22px 22px 0 0;width:100%;max-width:none;max-height:90vh;padding:22px 18px 24px}.store-modal-close{width:38px;height:38px;top:14px;right:14px}.store-modal-title{padding-right:42px;font-size:1.55rem;line-height:1.08}.store-modal-copy{margin-bottom:18px;font-size:.96rem;line-height:1.6}.store-price-summary{grid-template-columns:1fr;gap:12px}.store-modal-actions{flex-direction:column-reverse;margin-top:18px}.store-risk-header{flex-direction:column}.store-risk-gross{text-align:left}.store-risk-panel{padding:16px}.store-scenario-card{padding:12px 14px}.store-secondary-btn,.store-primary-btn{width:100%}}.ds-settings-page{width:min(100%,1440px);color:var(--text-main);grid-template-columns:340px minmax(0,1fr);align-items:start;gap:24px;margin:0 auto;display:grid}.ds-settings-sidebar{background:linear-gradient(#141414fa,#0c0c0cfa);border:1px solid #ffffff0f;border-radius:28px;padding:28px}.ds-settings-brand{align-items:center;gap:14px;margin-bottom:18px;display:flex}.ds-settings-mark{color:#fff;background:#ffffff0f;border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex}.ds-settings-eyebrow{color:var(--text-muted);margin-bottom:4px;font-size:.78rem;display:block}.ds-settings-brand h2{color:#fff;font-size:1.65rem}.ds-settings-copy{color:var(--text-muted);margin-bottom:22px;line-height:1.6}.ds-settings-nav{flex-direction:column;gap:10px;display:flex}.ds-settings-nav-item{color:#ffffffdb;text-align:left;background:#ffffff05;border:1px solid #ffffff0d;border-radius:18px;align-items:center;gap:12px;width:100%;padding:16px 18px;font-size:.98rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s;display:flex}.ds-settings-nav-item.active{color:#111;background:#f2f3f5}.ds-profile-content{flex-direction:column;gap:20px;min-width:0;display:flex}.ds-profile-content-hero{padding:6px 2px}.ds-profile-content-hero h1{color:#fff;margin:8px 0 10px;font-size:2.3rem;line-height:1.05}.ds-profile-content-hero p{max-width:760px;color:var(--text-muted);font-size:1rem;line-height:1.7}.ds-profile-card{background:linear-gradient(#141414fa,#0c0c0cfa);border:1px solid #ffffff0f;border-radius:28px;padding:28px}.ds-profile-card-head{justify-content:space-between;gap:18px;margin-bottom:16px;display:flex}.ds-profile-card-head h3{color:#fff;margin-bottom:6px;font-size:1.5rem}.ds-profile-card-head p{color:var(--text-muted);line-height:1.6}.ds-profile-loading{color:var(--text-muted);padding:8px 0}.ds-profile-form-list{flex-direction:column;gap:12px;display:flex}.ds-profile-form-row{background:#ffffff05;border:1px solid #ffffff14;border-radius:20px;grid-template-columns:56px minmax(220px,1fr) minmax(260px,420px);align-items:center;gap:16px;padding:18px 20px;display:grid}.ds-profile-list-box{border:1px solid #ffffff14;border-radius:22px;flex-direction:column;display:flex;overflow:hidden}.ds-profile-list-row{width:100%;color:inherit;text-align:left;cursor:pointer;background:#ffffff05;border:none;border-bottom:1px solid #ffffff12;grid-template-columns:46px minmax(0,1fr) 20px;align-items:center;gap:14px;padding:18px 20px;transition:background .2s;display:grid}.ds-profile-list-row:last-child{border-bottom:none}.ds-profile-list-row:hover{background:#ffffff0a}.ds-profile-list-row.static-row{cursor:default}.ds-profile-row-icon{color:#fff;background:#ffffff0d;border-radius:16px;justify-content:center;align-items:center;width:46px;height:46px;display:inline-flex}.ds-profile-row-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.ds-profile-row-copy strong{color:#fff;font-size:1rem}.ds-profile-row-copy span{color:#d7d7d7;line-height:1.5}.ds-profile-row-copy small{color:var(--text-muted);line-height:1.5}.ds-profile-input{border:1px solid var(--border-color);color:#f3f4f6;letter-spacing:-.02em;background:#ffffff0a;border-radius:12px;outline:none;width:100%;min-width:0;max-width:none;height:52px;padding:10px 14px;font-size:1.05rem;font-weight:700}.ds-profile-input::placeholder{color:#9ca3af;font-weight:600}.ds-profile-input:focus,.ds-profile-field-input:focus{border-color:#16a34a;box-shadow:0 0 0 1px #16a34a33}.ds-profile-actions{justify-content:flex-end;padding-top:18px;display:flex}.ds-integrations-hero{background:radial-gradient(circle at 0 0,#22c55e1f,#0000 38%),#ffffff05;border:1px solid #ffffff14;border-radius:24px;justify-content:space-between;align-items:center;gap:18px;padding:24px;display:flex}.ds-integrations-hero-copy{align-items:center;gap:16px;min-width:0;display:flex}.ds-integrations-hero-icon{flex-shrink:0}.ds-integrations-hero-copy strong{color:#fff;margin-bottom:6px;font-size:1.15rem;display:block}.ds-integrations-hero-copy p{color:var(--text-muted);max-width:560px;line-height:1.6}.ds-integrations-hero-actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.ds-integrations-main-btn{min-width:240px}.ds-integrations-main-btn.is-connected{background:linear-gradient(135deg,#1f9d55,#15803d);box-shadow:0 12px 30px #15803d40}.ds-profile-save{min-width:220px}.ds-profile-modal{background:linear-gradient(#141414fa,#0b0b0bfa);border:1px solid #ffffff14;border-radius:28px;width:min(92vw,480px);padding:28px;box-shadow:0 24px 80px #00000073}.ds-profile-modal-header{margin-bottom:20px}.ds-profile-modal-kicker{color:#ffc98a;letter-spacing:.08em;text-transform:uppercase;background:#ffc46b0d;border:1px solid #ffc46b26;border-radius:999px;align-items:center;margin-bottom:14px;padding:8px 14px;font-size:.8rem;font-weight:700;display:inline-flex}.ds-profile-modal-title{color:#fff;margin-bottom:8px;font-size:1.75rem;font-weight:800;line-height:1.05}.ds-profile-modal-copy{color:var(--text-muted);font-size:.98rem;line-height:1.65}.ds-profile-field-group{margin-bottom:1rem}.ds-profile-field-label{color:var(--text-muted);letter-spacing:.02em;margin-bottom:8px;font-size:.82rem;font-weight:600;display:block}.ds-profile-field-input{color:#f8fafc;background:#ffffff09;border:1px solid #ffffff14;border-radius:16px;outline:none;width:100%;height:54px;padding:0 50px 0 16px;font-size:1rem;font-weight:600;transition:border-color .2s,box-shadow .2s,background .2s}.ds-profile-input-eye{align-items:center;display:flex;position:relative}.ds-profile-eye-icon{cursor:pointer;color:#9ca3af;z-index:5;border-radius:12px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.ds-profile-eye-icon:hover{color:#fff;background:#ffffff0f}.ds-profile-modal-actions{justify-content:flex-end;gap:10px;margin-top:1.6rem;display:flex}.ds-profile-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:14px;align-items:center;gap:6px;padding:12px 20px;font-weight:700;display:inline-flex;box-shadow:0 12px 30px #22c55e2e}.ds-profile-submit:disabled{opacity:.6;cursor:not-allowed}.ds-profile-cancel{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:14px;padding:12px 20px;font-weight:600;transition:background .2s,border-color .2s}.ds-profile-cancel:hover{background:#ffffff0d;border-color:#ffffff29}.toast{color:#fff;opacity:0;background:#16a34a;border-radius:40px;padding:10px 20px;font-size:13px;transition:all .3s;position:fixed;bottom:24px;left:50%;transform:translate(-50%)translateY(60px)}.toast.show{opacity:1;transform:translate(-50%)translateY(0)}@media (width<=1100px){.ds-settings-page{grid-template-columns:1fr}}@media (width<=1320px){.ds-settings-page{grid-template-columns:300px minmax(0,1fr)}}@media (width<=1180px){.ds-profile-form-row{grid-template-columns:42px minmax(0,1fr);padding:16px}.ds-profile-input{grid-column:1/-1;min-width:0;max-width:none;margin-top:6px}.ds-integrations-hero,.ds-integrations-hero-actions{flex-direction:column;align-items:stretch}.ds-integrations-main-btn,.ds-profile-cancel{width:100%}}@media (width<=768px){.ds-settings-sidebar,.ds-profile-card{border-radius:24px;padding:22px}.ds-profile-content-hero h1{font-size:1.85rem}.ds-profile-list-row{grid-template-columns:42px minmax(0,1fr);padding:16px}.ds-profile-actions{justify-content:stretch}.ds-profile-save{width:100%}.ds-profile-modal{border-radius:24px;width:min(92vw,480px);padding:22px}.ds-profile-modal-title{font-size:1.45rem}}.ds-pricing-grid{grid-template-columns:minmax(0,1fr);gap:18px;display:grid}.ds-pricing-panel{background:#ffffff05;border:1px solid #ffffff14;border-radius:22px;padding:22px}.ds-pricing-input-wrap{position:relative}.ds-pricing-input{padding-right:58px}.ds-pricing-input.is-readonly{opacity:.58;filter:blur(.35px);cursor:default;-webkit-user-select:none;user-select:none}.ds-pricing-input-wrap-base .ds-pricing-input{text-align:left;padding:2px 24px 0 52px;line-height:54px}.ds-pricing-suffix,.ds-pricing-prefix{color:#a3a3a3;pointer-events:none;font-weight:700;position:absolute;top:50%;transform:translateY(-50%)}.ds-pricing-suffix{right:18px}.ds-pricing-prefix{text-align:left;min-width:22px;top:calc(50% + 1px);left:18px}.ds-pricing-help{color:var(--text-muted);margin-top:12px;line-height:1.6}.ds-pricing-save{margin-top:18px}.ds-pricing-summary{flex-direction:column;gap:12px;margin-top:18px;display:flex}.ds-pricing-summary-row{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.ds-pricing-summary-row span{color:var(--text-muted)}.ds-pricing-summary-row strong{color:#fff;font-size:1rem}.ds-pricing-summary-row.total{background:#22c55e1f;border-color:#22c55e3d}.ds-pricing-summary-row.total span,.ds-pricing-summary-row.total strong{color:#dcfce7}.sidebar-logout{background:0 0}.shopify-success-container{background:radial-gradient(circle at top,#0f172a,#020617);justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.success-card{text-align:center;background:#111827;border-radius:20px;width:420px;padding:50px;animation:.5s fadeIn;box-shadow:0 20px 60px #0009}.success-icon{color:#22c55e;margin-bottom:20px;font-size:60px}.success-card h1{color:#fff;margin-bottom:10px;font-size:24px}.success-card p{color:#9ca3af;margin-bottom:25px;line-height:1.5}.success-button{color:#fff;cursor:pointer;background:#22c55e;border:none;border-radius:10px;padding:14px 22px;font-weight:500;transition:all .2s}.success-button:hover{background:#16a34a;transform:scale(1.05)}.shopify-error-container{background:radial-gradient(circle at top,#0f172a,#020617);justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.error-card{text-align:center;background:#111827;border-radius:20px;width:420px;padding:50px;animation:.5s fadeIn;box-shadow:0 20px 60px #0009}.error-icon{color:#ef4444;margin-bottom:20px;font-size:60px}.error-card h1{color:#fff;margin-bottom:10px;font-size:24px}.error-card p{color:#9ca3af;margin-bottom:25px;line-height:1.5}.error-actions{justify-content:center;gap:12px;display:flex}.error-button{cursor:pointer;border:none;border-radius:10px;padding:14px 20px;font-weight:500;transition:all .2s}.error-button.retry{color:#fff;background:#ef4444}.error-button.retry:hover{background:#dc2626;transform:scale(1.05)}.error-button.secondary{color:#e5e7eb;background:#1f2937}.error-button.secondary:hover{background:#374151;transform:scale(1.05)}.global-loader{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#06080c94;place-items:center;transition:opacity .2s,visibility .2s;display:grid;position:fixed;inset:0}.global-loader.is-hiding{opacity:0;visibility:hidden}.global-loader__backdrop{position:absolute;inset:0}.global-loader__spinner-shell{background:#0a0e16d1;border-radius:999px;place-items:center;width:56px;height:56px;display:grid;position:relative;box-shadow:0 18px 50px #0000005c}.global-loader__spinner{border:3px solid #ffffff38;border-top-color:#fff;border-radius:50%;width:28px;height:28px;animation:.75s linear infinite globalLoaderSpin}@keyframes globalLoaderSpin{to{transform:rotate(360deg)}}.first-login-password-backdrop{z-index:120;background:#000000c2;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.first-login-password-modal{background:#0d0d0d;border:1px solid #ffffff1f;border-radius:8px;flex-direction:column;gap:14px;width:min(100%,430px);padding:24px;display:flex;box-shadow:0 24px 70px #00000073}.first-login-password-icon{color:#fff;background:#151515;border:1px solid #ffffff1f;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex}.first-login-password-modal h2{color:#fff;margin:0;font-size:1.3rem}.first-login-password-modal label{flex-direction:column;gap:8px;display:flex}.first-login-password-modal label span{color:var(--text-muted);font-size:.82rem;font-weight:900}.first-login-password-modal input{color:#fff;background:#080808;border:1px solid #ffffff1a;border-radius:6px;outline:none;min-height:46px;padding:0 12px;font-weight:800}.first-login-password-modal input:focus{border-color:#ffffff52;box-shadow:0 0 0 3px #ffffff0f}.first-login-password-error{color:#fecaca;background:#ef44441a;border:1px solid #f8717140;border-radius:6px;padding:10px 12px;font-weight:800}.first-login-password-modal button{color:#050505;cursor:pointer;background:#fff;border:0;border-radius:6px;min-height:46px;font-weight:950;position:relative;overflow:hidden}.first-login-password-modal button.loading:before{content:"";background:linear-gradient(90deg,#0000,#0000001f,#0000);animation:1s linear infinite first-login-loading;position:absolute;inset:0}.first-login-password-modal button span{z-index:1;position:relative}@keyframes first-login-loading{0%{transform:translate(-100%)}to{transform:translate(100%)}}
