:root{--color-bg:#f8fafc;--color-card:#fff;--color-surface:#eef2ff;--color-primary:#0f172a;--color-primary-muted:#0f172a14;--color-accent:#2563eb;--color-text:#0f172a;--color-text-secondary:#0f172abf;--color-text-muted:#475569bf;--color-border:#0f172a1f;--color-danger:#dc2626;--color-warning:#d97706;--sidebar-bg:#fff;--sidebar-border:#0f172a1f;--sidebar-item:#0f172abf;--sidebar-item-active:#0f172a;--sidebar-item-active-bg:#eef2ff;--sidebar-muted:#475569bf;--shell-grad-a:#2563eb21;--shell-grad-b:#0f172a0f}html[data-theme=dark]{--color-bg:#0f172a;--color-card:#1e293b;--color-surface:#111827;--color-primary:#38bdf8;--color-primary-muted:#38bdf81f;--color-accent:#22d3ee;--color-text:#f8fafc;--color-text-secondary:#f8fafcb8;--color-text-muted:#94a3b8b8;--color-border:#94a3b83d;--sidebar-bg:#1e293b;--sidebar-border:#94a3b83d;--sidebar-item:#f8fafcb8;--sidebar-item-active:#f8fafc;--sidebar-item-active-bg:#38bdf81f;--sidebar-muted:#94a3b8b8;--shell-grad-a:#38bdf829;--shell-grad-b:#22d3ee1f}*{box-sizing:border-box}html,body{min-height:100%;color:var(--color-text);background:radial-gradient(90rem 60rem at 0% 0%,var(--shell-grad-a)0%,var(--color-bg)45%,var(--color-card)100%);margin:0;padding:0;font-family:Satoshi,Avenir Next,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.shell{min-height:100vh;padding:2rem 1rem;position:relative;overflow:hidden}.shell-inner{z-index:2;width:min(760px,100%);margin:0 auto;position:relative}.bg-orb{filter:blur(60px);opacity:.4;border-radius:999px;position:absolute}.bg-orb-a{background:#bae6fd;width:420px;height:420px;top:-120px;left:-80px}.bg-orb-b{background:#fed7aa;width:420px;height:420px;bottom:-180px;right:-100px}.brand-header{justify-items:center;gap:.25rem;margin-bottom:1.5rem;display:grid}.brand-header p{color:var(--color-warning);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.78rem}.auth-card,.panel{background:var(--color-card);border:1px solid var(--color-border);border-radius:28px;padding:1.5rem;box-shadow:0 20px 55px #0f172a14}.auth-card h1,.step-header h1,.panel h1{margin:0;font-size:1.5rem}.auth-subtitle,.step-header p,.muted{color:var(--color-text-secondary);margin:.5rem 0 0;line-height:1.5}.field-wrap{margin-top:.9rem}.field-label{color:var(--color-text-secondary);margin-bottom:.5rem;font-size:.86rem;display:block}.required{color:var(--color-danger)}.input-shell{border:1px solid var(--color-border);background:var(--color-surface);border-radius:16px;align-items:center;display:flex}.input-shell.error{border-color:var(--color-danger)}.input{width:100%;color:var(--color-text);background:0 0;border:0;outline:none;padding:.9rem 1rem;font-size:1rem}.input::placeholder{color:var(--color-text-muted)}.input[type=date]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.input[type=date]::-webkit-inner-spin-button{display:none}.input[type=date]::-webkit-clear-button{display:none}.input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.78;background-position:50%;background-repeat:no-repeat;width:1rem;height:1rem;margin:0;padding:0}html[data-theme=dark] .input[type=date]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html[data-theme=dark] .input[type=date]::-webkit-calendar-picker-indicator{color:#0000;filter:none;opacity:1;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e2e8f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:1rem 1rem}.phone-rpn{--PhoneInputCountryFlag-height:1.5em;--PhoneInputCountrySelectArrow-color:#64748b;--PhoneInputCountrySelectArrow-opacity:1;--phone-border:var(--color-border);width:100%}.phone-rpn.error{--phone-border:var(--color-danger)}.phone-rpn .phone-rpn-control{border:1px solid var(--phone-border);background:var(--color-surface);border-radius:12px;align-items:center;width:100%;display:flex;overflow:hidden}.phone-rpn .PhoneInputCountry{border-right:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface)84%,var(--color-card)16%);justify-content:center;align-items:center;min-width:88px;height:48px;margin-right:0;padding:0 .65rem;display:inline-flex}.phone-rpn .PhoneInputCountrySelect{cursor:pointer;height:48px}.phone-rpn .PhoneInputCountryIcon{box-shadow:none}.phone-rpn .phone-rpn-input{letter-spacing:0;background:0 0;border:0;border-radius:0;height:48px;padding-left:.85rem;padding-right:.85rem;font-size:1.05rem;font-weight:600}.schedule-field .phone-rpn .phone-rpn-input{box-shadow:none;border:0}.phone-rpn .PhoneInputCountryIconImg{display:block}@media (max-width:680px){.phone-rpn .PhoneInputCountry{min-width:84px;padding:0 .55rem}}.inline-btn{color:var(--color-text-secondary);cursor:pointer;background:0 0;border:0;padding:0 1rem}.password-toggle{color:var(--color-text-muted);justify-content:center;align-items:center;padding:0 .9rem;transition:color .12s;display:inline-flex}.password-toggle:hover{color:var(--color-text)}.field-error{color:var(--color-danger);margin:.35rem 0 0;font-size:.8rem}.field-helper{color:var(--color-text-muted);margin:.35rem 0 0;font-size:.8rem}.btn{cursor:pointer;border:0;border-radius:16px;width:100%;padding:.88rem 1rem;font-size:1rem;font-weight:600;transition:all .12s}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--color-primary);color:#f8fafc}.btn-primary:hover:not(:disabled){transform:translateY(-1px)}.btn-secondary{border:1px solid var(--color-border);background:var(--color-card);color:var(--color-text);margin-top:.65rem}.step-header{margin-bottom:1.2rem}.step-meta{color:var(--color-text-muted);justify-content:space-between;margin-bottom:.5rem;font-size:.8rem;display:flex}.progress-track{background:var(--color-surface);border-radius:999px;height:6px;margin-bottom:1rem;overflow:hidden}.progress-thumb{background:var(--color-primary);height:100%;transition:width .22s}.grid-2{grid-template-columns:1fr;gap:.8rem;display:grid}.summary{border:1px solid var(--color-border);background:#f8fafc;border-radius:18px;gap:.6rem;padding:1rem;display:grid}.summary-row{justify-content:space-between;gap:1rem;display:flex}.summary-row span:first-child{color:var(--color-text-muted)}.inline-links{gap:.35rem;margin-top:1rem;display:grid}.link{color:var(--color-primary);font-weight:600}.bottom-note{text-align:center;color:var(--color-text-secondary);margin-top:.75rem;font-size:.9rem}.code-input{text-align:center;letter-spacing:.7rem;font-size:1.5rem;font-weight:700}.switch{color:var(--color-text-secondary);align-items:center;gap:.5rem;margin-top:.8rem;font-size:.9rem;display:flex}.banner{border:1px solid var(--color-danger);color:var(--color-danger);background:#fff1f2;border-radius:12px;margin-top:.8rem;padding:.7rem .85rem;font-size:.9rem}@media (min-width:740px){.shell{padding:2.5rem 1.5rem}.auth-card,.panel{padding:2rem}.grid-2{grid-template-columns:1fr 1fr}}.dashboard-shell{background:radial-gradient(50rem 30rem at 10% -10%,var(--shell-grad-a)0%,#fff0 80%),radial-gradient(38rem 26rem at 90% 110%,var(--shell-grad-b)0%,#fff0 80%),var(--color-bg);grid-template-columns:260px 1fr;align-items:start;gap:1rem;min-height:100vh;padding:1rem;display:grid}.dashboard-sidebar{background:var(--sidebar-bg);color:var(--sidebar-item);border:1px solid var(--sidebar-border);border-radius:16px;flex-direction:column;height:calc(100vh - 2rem);padding:.8rem .75rem;display:flex;position:sticky;top:1rem;overflow-y:auto}.sidebar-brand{border-bottom:0;padding:.45rem .45rem .9rem}.sidebar-brand p{color:var(--sidebar-muted);letter-spacing:.02em;text-transform:none;margin:.4rem 0 0;font-size:.76rem}.sidebar-nav{gap:.3rem;margin-top:0;display:grid}.sidebar-item{color:var(--sidebar-item);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;padding:.62rem .72rem .62rem 1.85rem;font-size:.94rem;font-weight:600;position:relative}.sidebar-item:before{content:"";opacity:.78;background:currentColor;width:1rem;height:1rem;position:absolute;top:50%;left:.7rem;transform:translateY(-50%);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.sidebar-item[data-icon=dashboard]:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='4' width='17' height='16' rx='2'/%3E%3Cpath d='M8 16v-4M12 16V8M16 16v-6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='4' width='17' height='16' rx='2'/%3E%3Cpath d='M8 16v-4M12 16V8M16 16v-6'/%3E%3C/svg%3E")}.sidebar-item[data-icon=deliveries]:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1.5' y='5' width='14' height='11' rx='1.5'/%3E%3Cpath d='M15.5 8.5h3l3 3v4.5h-6z'/%3E%3Ccircle cx='6' cy='18' r='2'/%3E%3Ccircle cx='17.5' cy='18' r='2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1.5' y='5' width='14' height='11' rx='1.5'/%3E%3Cpath d='M15.5 8.5h3l3 3v4.5h-6z'/%3E%3Ccircle cx='6' cy='18' r='2'/%3E%3Ccircle cx='17.5' cy='18' r='2'/%3E%3C/svg%3E")}.sidebar-item[data-icon=couriers]:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 8h13v9H3z'/%3E%3Cpath d='M16 11h3l2 2v4h-5z'/%3E%3Ccircle cx='7' cy='19' r='2'/%3E%3Ccircle cx='18' cy='19' r='2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 8h13v9H3z'/%3E%3Cpath d='M16 11h3l2 2v4h-5z'/%3E%3Ccircle cx='7' cy='19' r='2'/%3E%3Ccircle cx='18' cy='19' r='2'/%3E%3C/svg%3E")}.sidebar-item[data-icon=merchants]:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 10h18'/%3E%3Cpath d='M4 10V6l2-3h12l2 3v4'/%3E%3Crect x='5' y='10' width='14' height='11' rx='1.5'/%3E%3Cpath d='M9 21V14h6v7'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 10h18'/%3E%3Cpath d='M4 10V6l2-3h12l2 3v4'/%3E%3Crect x='5' y='10' width='14' height='11' rx='1.5'/%3E%3Cpath d='M9 21V14h6v7'/%3E%3C/svg%3E")}.sidebar-item[data-icon=agents]:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='8' r='3'/%3E%3Ccircle cx='17' cy='9' r='2.5'/%3E%3Cpath d='M3 20c0-3.3 2.7-6 6-6s6 2.7 6 6'/%3E%3Cpath d='M14 20c.2-2.1 1.5-3.9 3.5-4.8'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='8' r='3'/%3E%3Ccircle cx='17' cy='9' r='2.5'/%3E%3Cpath d='M3 20c0-3.3 2.7-6 6-6s6 2.7 6 6'/%3E%3Cpath d='M14 20c.2-2.1 1.5-3.9 3.5-4.8'/%3E%3C/svg%3E")}.sidebar-item[data-icon=tokens]:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cellipse cx='12' cy='6.5' rx='6.5' ry='3.5'/%3E%3Cpath d='M5.5 6.5v5c0 1.9 2.9 3.5 6.5 3.5s6.5-1.6 6.5-3.5v-5'/%3E%3Cpath d='M5.5 11.5v5c0 1.9 2.9 3.5 6.5 3.5s6.5-1.6 6.5-3.5v-5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cellipse cx='12' cy='6.5' rx='6.5' ry='3.5'/%3E%3Cpath d='M5.5 6.5v5c0 1.9 2.9 3.5 6.5 3.5s6.5-1.6 6.5-3.5v-5'/%3E%3Cpath d='M5.5 11.5v5c0 1.9 2.9 3.5 6.5 3.5s6.5-1.6 6.5-3.5v-5'/%3E%3C/svg%3E")}.sidebar-item[data-icon=verification]:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v6c0 4.6-2.9 7.8-7 9-4.1-1.2-7-4.4-7-9V6l7-3z'/%3E%3Cpath d='M8.5 12.5l2.2 2.2 4.8-4.8'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v6c0 4.6-2.9 7.8-7 9-4.1-1.2-7-4.4-7-9V6l7-3z'/%3E%3Cpath d='M8.5 12.5l2.2 2.2 4.8-4.8'/%3E%3C/svg%3E")}.sidebar-item[data-icon=notifications]:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 8a6 6 0 10-12 0c0 6-2 7-2 7h16s-2-1-2-7'/%3E%3Cpath d='M10 20a2 2 0 004 0'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 8a6 6 0 10-12 0c0 6-2 7-2 7h16s-2-1-2-7'/%3E%3Cpath d='M10 20a2 2 0 004 0'/%3E%3C/svg%3E")}.sidebar-item[data-icon=profile]:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='3.5'/%3E%3Cpath d='M4 20c0-4 3.6-6 8-6s8 2 8 6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='3.5'/%3E%3Cpath d='M4 20c0-4 3.6-6 8-6s8 2 8 6'/%3E%3C/svg%3E")}.sidebar-item[data-icon=support]:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M8.5 13.5a3.5 3.5 0 016-2.2c.9.8 1.5 1.6 1.5 2.7V15'/%3E%3Ccircle cx='12' cy='17' r='1'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M8.5 13.5a3.5 3.5 0 016-2.2c.9.8 1.5 1.6 1.5 2.7V15'/%3E%3Ccircle cx='12' cy='17' r='1'/%3E%3C/svg%3E")}.sidebar-item[data-icon=settings]:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 15.2a3.2 3.2 0 100-6.4 3.2 3.2 0 000 6.4z'/%3E%3Cpath d='M19.4 15a1 1 0 00.2 1.1l.1.1a1 1 0 010 1.4l-1 1a1 1 0 01-1.4 0l-.1-.1a1 1 0 00-1.1-.2 1 1 0 00-.6.9V20a1 1 0 01-1 1h-1.4a1 1 0 01-1-1v-.2a1 1 0 00-.6-.9 1 1 0 00-1.1.2l-.1.1a1 1 0 01-1.4 0l-1-1a1 1 0 010-1.4l.1-.1a1 1 0 00.2-1.1 1 1 0 00-.9-.6H4a1 1 0 01-1-1v-1.4a1 1 0 011-1h.2a1 1 0 00.9-.6 1 1 0 00-.2-1.1L4.8 9a1 1 0 010-1.4l1-1a1 1 0 011.4 0l.1.1a1 1 0 001.1.2 1 1 0 00.6-.9V5a1 1 0 011-1h1.4a1 1 0 011 1v.2a1 1 0 00.6.9 1 1 0 001.1-.2l.1-.1a1 1 0 011.4 0l1 1a1 1 0 010 1.4l-.1.1a1 1 0 00-.2 1.1 1 1 0 00.9.6H20a1 1 0 011 1V14a1 1 0 01-1 1h-.2a1 1 0 00-.4 0z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 15.2a3.2 3.2 0 100-6.4 3.2 3.2 0 000 6.4z'/%3E%3Cpath d='M19.4 15a1 1 0 00.2 1.1l.1.1a1 1 0 010 1.4l-1 1a1 1 0 01-1.4 0l-.1-.1a1 1 0 00-1.1-.2 1 1 0 00-.6.9V20a1 1 0 01-1 1h-1.4a1 1 0 01-1-1v-.2a1 1 0 00-.6-.9 1 1 0 00-1.1.2l-.1.1a1 1 0 01-1.4 0l-1-1a1 1 0 010-1.4l.1-.1a1 1 0 00.2-1.1 1 1 0 00-.9-.6H4a1 1 0 01-1-1v-1.4a1 1 0 011-1h.2a1 1 0 00.9-.6 1 1 0 00-.2-1.1L4.8 9a1 1 0 010-1.4l1-1a1 1 0 011.4 0l.1.1a1 1 0 001.1.2 1 1 0 00.6-.9V5a1 1 0 011-1h1.4a1 1 0 011 1v.2a1 1 0 00.6.9 1 1 0 001.1-.2l.1-.1a1 1 0 011.4 0l1 1a1 1 0 010 1.4l-.1.1a1 1 0 00-.2 1.1 1 1 0 00.9.6H20a1 1 0 011 1V14a1 1 0 01-1 1h-.2a1 1 0 00-.4 0z'/%3E%3C/svg%3E")}.sidebar-item:disabled{opacity:.6}.sidebar-item:hover:not(.active){background:#94a3b81f}.sidebar-item.active{background:var(--sidebar-item-active-bg);color:var(--sidebar-item-active)}.sidebar-secondary{gap:.28rem;margin-top:auto;padding-top:.6rem;display:grid}.sidebar-item-secondary{font-weight:600}.sidebar-footer{border-top:1px solid var(--sidebar-border);margin-top:.7rem;padding-top:.75rem}.sidebar-profile-card{border:1px solid var(--sidebar-border);background:color-mix(in srgb,var(--color-card)82%,var(--sidebar-bg)18%);border-radius:11px;grid-template-columns:34px 1fr auto;align-items:center;gap:.58rem;padding:.48rem .52rem;display:grid}.sidebar-profile-avatar{color:#fff;background:linear-gradient(145deg,#1f8c3a 0%,#2f9a4b 100%);border-radius:50%;place-items:center;width:34px;height:34px;font-size:.84rem;font-weight:700;display:grid;overflow:hidden}.sidebar-profile-avatar-image{object-fit:cover;width:100%;height:100%;display:block}.profile-image-preview-wrap{margin-top:.55rem}.profile-image-preview{object-fit:cover;border:1px solid var(--color-border);border-radius:12px;width:92px;height:92px;display:block}.sidebar-profile-text{min-width:0}.sidebar-profile-name{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.93rem;font-weight:700;overflow:hidden}.sidebar-profile-role{color:var(--sidebar-muted);margin:.08rem 0 0;font-size:.79rem}.sidebar-account-menu{position:relative}.sidebar-account-trigger{color:var(--sidebar-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:24px;height:24px;padding:0;transition:background-color .12s,color .12s;display:grid}.sidebar-account-trigger:before{content:"";background:currentColor;width:14px;height:14px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='12' cy='5' r='1.6'/%3E%3Ccircle cx='12' cy='12' r='1.6'/%3E%3Ccircle cx='12' cy='19' r='1.6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='12' cy='5' r='1.6'/%3E%3Ccircle cx='12' cy='12' r='1.6'/%3E%3Ccircle cx='12' cy='19' r='1.6'/%3E%3C/svg%3E");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.sidebar-account-trigger:hover{color:var(--color-text);background:#94a3b833}.sidebar-account-dropdown{border:1px solid var(--color-border);background:var(--color-card);z-index:40;border-radius:10px;min-width:180px;position:absolute;bottom:calc(100% + .45rem);right:0;overflow:hidden;box-shadow:0 14px 30px #0f172a29}.sidebar-account-item{width:100%;color:var(--color-text);text-align:left;cursor:pointer;background:0 0;border:0;padding:.58rem .72rem;font-size:.84rem}.sidebar-account-item:hover{background:color-mix(in srgb,var(--color-surface)78%,var(--color-card)22%)}.sidebar-account-item+.sidebar-account-item{border-top:1px solid var(--color-border)}.sidebar-account-item.danger{color:#b91c1c}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.theme-toggle{z-index:1200;border:1px solid var(--color-border);background:var(--color-card);color:var(--color-text);cursor:pointer;border-radius:999px;align-items:center;gap:.45rem;padding:.48rem .7rem;display:inline-flex;position:fixed;bottom:1rem;right:1rem;box-shadow:0 14px 34px #0f172a24}.theme-toggle-icon{font-size:.92rem}.theme-toggle-label{font-size:.82rem;font-weight:600}html[data-theme=dark] .banner{background:#dc262624}html[data-theme=dark] .notification-bell{border-color:var(--color-border);color:var(--color-text);background:linear-gradient(160deg,#1d2634 0%,#111827 100%)}html[data-theme=dark] .notification-bell-icon{color:var(--color-text)}html[data-theme=dark] .notification-badge{border-color:#111827}html[data-theme=dark] .preset-btn.active{color:#0f172a;background:#dbe7ff;border-color:#dbe7ff}html[data-theme=dark] .preset-btn{color:#e2e8f0;background:#0f172a80;border-color:#94a3b84d}html[data-theme=dark] .kpi-card{background:#141c2a}html[data-theme=dark] .kpi-card.ok{background:linear-gradient(160deg,#22c55e29 0%,#141c2a 90%)}html[data-theme=dark] .kpi-card.info{background:linear-gradient(160deg,#3b82f62e 0%,#141c2a 90%)}html[data-theme=dark] .kpi-card.warn{background:linear-gradient(160deg,#f973162e 0%,#141c2a 90%)}html[data-theme=dark] .status-bar{background:#94a3b83d}html[data-theme=dark] .table-wrap,html[data-theme=dark] .table-wrap table{background:0 0}html[data-theme=dark] .table-wrap th{color:var(--color-text-muted)}html[data-theme=dark] .table-wrap td{border-bottom-color:#94a3b833}html[data-theme=dark] .notification-row.unread{background:#2563eb24;border-color:#60a5fa80}html[data-theme=dark] .notifications-filters{background:#0f172ab3;border-color:#94a3b840}html[data-theme=dark] .notifications-filter{color:var(--color-text-muted)}html[data-theme=dark] .notifications-filter.active{color:#e2e8f0;background:#1e293bf2}html[data-theme=dark] .notification-row:hover{box-shadow:0 14px 26px -20px #082f49e6}html[data-theme=dark] .delivery-code-row code,html[data-theme=dark] .table-confirm-code code{color:#e2e8f0;background:#0f172ad9;border-color:#94a3b84d}.dashboard-main{gap:1rem;min-width:0;display:grid}.dashboard-header{background:var(--color-card);border:1px solid var(--color-border);border-radius:24px;grid-template-columns:1fr auto;gap:1rem;padding:1.2rem;display:grid}.dashboard-eyebrow{color:var(--color-warning);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.78rem}.dashboard-header h1{margin:.35rem 0 0;font-size:1.6rem}.dashboard-filters{align-content:start;gap:.7rem;display:grid}.dashboard-header-actions{justify-content:flex-end;display:flex}.notification-bell{color:#0f172a;cursor:pointer;background:radial-gradient(120% 120% at 20% 0,#fff 0%,#f8fafc 60%,#eef2ff 100%);border:1px solid #dbe3ee;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .14s,box-shadow .14s,background-color .14s;display:inline-flex;position:relative;box-shadow:0 8px 20px #0f172a14}.notification-bell:hover{transform:translateY(-1px);box-shadow:0 14px 30px #0f172a1f}.notification-bell-icon{color:#0f172a;display:block}.notification-bell:focus-visible{outline-offset:2px;outline:2px solid #60a5fa}.notification-badge{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:.67rem;font-weight:700;display:inline-flex;position:absolute;top:-5px;right:-5px;box-shadow:0 6px 14px #dc262659}.preset-row{justify-content:flex-end;gap:.45rem;display:flex}.preset-btn{border:1px solid var(--color-border);background:var(--color-card);color:var(--color-text);cursor:pointer;border-radius:999px;padding:.45rem .8rem;font-size:.8rem;font-weight:600;transition:background-color .12s,color .12s,border-color .12s}.preset-btn:hover:not(.active){background:color-mix(in srgb,var(--color-surface)72%,var(--color-card)28%)}.preset-btn:active:not(.active){transform:translateY(1px)}.preset-btn:focus-visible{outline:2px solid color-mix(in srgb,var(--color-accent)68%,transparent);outline-offset:2px}.preset-btn.active{color:#f8fafc;background:#0f172a;border-color:#0f172a}.date-row{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.date-row label{color:var(--color-text-secondary);gap:.35rem;font-size:.8rem;display:grid}.date-row .input{border:1px solid var(--color-border);background:var(--color-surface);cursor:pointer;border-radius:10px;padding:.58rem .65rem;transition:border-color .12s,box-shadow .12s,background-color .12s}.date-row .input:hover{border-color:color-mix(in srgb,var(--color-accent)35%,var(--color-border)65%)}.date-row .input:focus-visible{border-color:color-mix(in srgb,var(--color-accent)58%,var(--color-border)42%);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-accent)22%,transparent)}.dashboard-topbar{grid-template-columns:1fr;gap:1.05rem;padding:1.35rem 1.45rem}.dashboard-topbar .dashboard-eyebrow{display:none}.dashboard-topbar-main{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.dashboard-topbar-main h1{letter-spacing:-.01em;margin:0;font-size:2.7rem;line-height:1.05}.dashboard-topbar-main .auth-subtitle{margin-top:.45rem;font-size:1.07rem}.dashboard-topbar-icons{align-items:center;gap:.55rem;display:flex}.dashboard-topbar .notification-bell,.topbar-icon-btn{border:1px solid var(--color-border);background:var(--color-card);width:42px;height:42px;box-shadow:none;color:#6b7280;border-radius:12px}.dashboard-topbar .notification-bell-icon{color:currentColor;width:20px;height:20px}.dashboard-topbar .notification-badge{top:-4px;right:-4px}.dashboard-topbar-controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.preset-row-tabs{border:1px solid var(--color-border);border-radius:12px;gap:0;overflow:hidden}.preset-row-tabs .preset-btn{border:0;border-right:1px solid var(--color-border);background:var(--color-card);color:var(--color-text);cursor:pointer;border-radius:0;padding:.72rem 1.25rem;font-size:1.02rem;font-weight:600;transition:background-color .14s,color .14s,transform .14s}.preset-row-tabs .preset-btn:last-child{border-right:0}.preset-row-tabs .preset-btn.active{background:color-mix(in srgb,var(--color-card)76%,#e2e8f0 24%);color:#0f172a;border-color:var(--color-border)}.preset-row-tabs .preset-btn:hover{background:color-mix(in srgb,var(--color-card)86%,#cbd5e1 14%)}.preset-row-tabs .preset-btn:active{transform:translateY(1px)}.preset-row-tabs .preset-btn:focus-visible{outline:2px solid color-mix(in srgb,var(--color-accent)70%,#fff 30%);outline-offset:-2px}html[data-theme=dark] .preset-row-tabs .preset-btn{color:var(--color-text)}html[data-theme=dark] .preset-row-tabs .preset-btn.active{color:#0f172a;background:#dbe7ff}.dashboard-topbar-buttons{gap:.75rem;display:flex}.topbar-cta-btn{border:1px solid var(--color-border);background:var(--color-card);height:50px;color:var(--color-text-secondary);cursor:pointer;border-radius:12px;align-items:center;gap:.65rem;padding:0 1.15rem;font-size:1.02rem;font-weight:600;display:inline-flex}.topbar-cta-btn-primary{border-color:var(--color-accent);background:var(--color-accent);color:#fff;box-shadow:0 8px 18px color-mix(in srgb,var(--color-accent)45%,transparent)}.topbar-cta-btn-primary:hover{background:color-mix(in srgb,var(--color-accent)85%,#000 15%);border-color:color-mix(in srgb,var(--color-accent)85%,#000 15%)}.topbar-icon-btn{cursor:pointer;place-items:center;display:grid}.topbar-icon{background:currentColor;width:18px;height:18px;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.topbar-icon-calendar{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4.5' width='18' height='16' rx='2'/%3E%3Cpath d='M8 2.8v3.4M16 2.8v3.4M3 9.5h18'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4.5' width='18' height='16' rx='2'/%3E%3Cpath d='M8 2.8v3.4M16 2.8v3.4M3 9.5h18'/%3E%3C/svg%3E")}.topbar-icon-filter{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18M6 12h12M10 18h4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18M6 12h12M10 18h4'/%3E%3C/svg%3E")}.topbar-icon-plus{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E")}.topbar-icon-briefcase{color:#6b7280;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='6' width='18' height='14' rx='2'/%3E%3Cpath d='M9 6V4a1.5 1.5 0 011.5-1.5h3A1.5 1.5 0 0115 4v2M3 12h18'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='6' width='18' height='14' rx='2'/%3E%3Cpath d='M9 6V4a1.5 1.5 0 011.5-1.5h3A1.5 1.5 0 0115 4v2M3 12h18'/%3E%3C/svg%3E")}.dashboard-topbar-dates{margin-top:-.15rem}.kpi-grid{grid-template-columns:repeat(4,minmax(150px,1fr));gap:.75rem;display:grid}.kpi-card{border:1px solid var(--color-border);background:#fff;border-radius:18px;padding:.85rem .9rem}.kpi-card p{color:var(--color-text-secondary);margin:0;font-size:.8rem}.kpi-card h3{margin:.35rem 0 0;font-size:1.35rem}.kpi-card.ok{background:linear-gradient(160deg,#f0fdf4 0%,#fff 90%)}.kpi-card.info{background:linear-gradient(160deg,#eff6ff 0%,#fff 90%)}.kpi-card.warn{background:linear-gradient(160deg,#fff7ed 0%,#fff 90%)}.dashboard-grid{grid-template-columns:1.1fr .9fr;gap:1rem;display:grid}.dashboard-panel{border-radius:24px;padding:1.1rem}.panel-head{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.panel-head h2{margin:0;font-size:1.08rem}.panel-head p{color:var(--color-text-muted);margin:0;font-size:.8rem}.status-stack{gap:.72rem;margin-top:.8rem;display:grid}.status-label{justify-content:space-between;font-size:.9rem;display:flex}.status-bar{background:#e2e8f0;border-radius:999px;width:100%;height:10px;margin-top:.4rem;overflow:hidden}.status-fill{height:100%}.status-fill.ok{background:#16a34a}.status-fill.info{background:#2563eb}.status-fill.warn{background:#f97316}.delivery-overview-card{color:#dbe8ff;background:linear-gradient(#06163a 0%,#051233 100%);border-color:#112650}.delivery-overview-head{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.delivery-overview-head h2{color:#f2f7ff;margin:0;font-size:1.8rem}.delivery-overview-head p{color:#cedfff9e;margin:.25rem 0 0;font-size:.98rem}.delivery-overview-modes{gap:.5rem;display:flex}.delivery-overview-mode{color:#d8e6ffdb;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:.38rem .86rem;font-size:.98rem;font-weight:600;transition:background-color .14s,color .14s,transform .14s}.delivery-overview-mode.active{color:#072242;background:#40c3ff}.delivery-overview-mode:hover{color:#eaf4ff;background:#40c3ff33}.delivery-overview-mode:active{transform:translateY(1px)}.delivery-overview-mode:focus-visible{outline-offset:1px;outline:2px solid #40c3ffb8}.delivery-overview-chart{grid-template-columns:56px 1fr;align-items:end;gap:.5rem;margin-top:1.1rem;display:grid}.delivery-overview-axis{color:#d0defadb;align-content:end;gap:1.1rem;min-height:235px;font-size:.92rem;display:grid}.delivery-overview-bars{grid-template-columns:repeat(12,minmax(24px,1fr));align-items:end;gap:.65rem;min-height:235px;display:grid}.delivery-overview-col{justify-items:center;gap:.55rem;display:grid;position:relative}.delivery-overview-col.interactive{cursor:pointer}.delivery-overview-col.interactive:focus-visible{outline-offset:4px;border-radius:10px;outline:2px solid #4ec8ffb3}.delivery-overview-bar{background:#657cad4d;border-radius:999px;width:9px;transition:all .18s}.delivery-overview-bar.highlight{background:#4ec8ff;width:11px;box-shadow:0 0 0 4px #4ec8ff2e}.delivery-overview-bar.active{transform:translateY(-3px);box-shadow:0 0 0 5px #4ec8ff33}.delivery-overview-tooltip{color:#f2f7ff;white-space:nowrap;pointer-events:none;background:#051233f2;border:1px solid #78a8ff59;border-radius:8px;padding:.3rem .5rem;font-size:.8rem;font-weight:700;line-height:1;position:absolute;bottom:calc(100% + .55rem);left:50%;transform:translate(-50%)}.delivery-overview-col span{color:#d7e4fce6;font-size:.98rem;font-weight:500}.summary-list{gap:.65rem;margin:.9rem 0 0;display:grid}.summary-list div{border-bottom:1px dashed var(--color-border);justify-content:space-between;gap:1rem;padding-bottom:.55rem;display:flex}.summary-list dt{color:var(--color-text-secondary)}.summary-list dd{margin:0;font-weight:700}.sync-note{color:var(--color-text-muted);margin-top:1rem;font-size:.8rem}@media (max-width:1080px){.dashboard-shell{grid-template-columns:1fr}.dashboard-sidebar{border-radius:18px;height:auto;position:static;top:auto;overflow-y:visible}.dashboard-header{grid-template-columns:1fr}.preset-row{justify-content:flex-start}.kpi-grid{grid-template-columns:repeat(2,minmax(150px,1fr))}.kpi-grid-customer{grid-template-columns:repeat(2,minmax(160px,1fr))}.dashboard-grid{grid-template-columns:1fr}}@media (max-width:640px){.dashboard-shell{padding:.65rem}.date-row,.kpi-grid,.kpi-grid-customer{grid-template-columns:1fr}}.kpi-card.clickable{cursor:pointer;transition:transform .12s,box-shadow .12s}.kpi-card.clickable:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0f172a14}.kpi-grid-customer{grid-template-columns:repeat(4,minmax(180px,1fr))}.kpi-grid-customer .kpi-card{border-radius:20px;padding:1rem 1.05rem}.kpi-grid-customer .kpi-card.ok{background:linear-gradient(165deg,#e8f7ee 0%,#fff 88%)}.kpi-grid-customer .kpi-card.info{background:linear-gradient(165deg,#eaf2ff 0%,#fff 88%)}.kpi-grid-customer .kpi-card.warn{background:linear-gradient(165deg,#fff3e9 0%,#fff 88%)}.customer-dashboard-grid{grid-template-columns:minmax(0,1fr)}.customer-overview-panel{background:radial-gradient(120% 120% at 0% 0%,color-mix(in srgb,var(--color-accent)10%,transparent)0%,transparent 54%),linear-gradient(180deg,color-mix(in srgb,var(--color-card)94%,#fff 6%)0%,var(--color-card)100%)}.customer-overview-panel .panel-head h2{font-size:1.22rem}.customer-overview-panel .details-actions{margin-top:1rem}html[data-theme=dark] .kpi-grid-customer .kpi-card.ok{background:linear-gradient(160deg,#22c55e38 0%,#141c2a 92%)}html[data-theme=dark] .kpi-grid-customer .kpi-card.info{background:linear-gradient(160deg,#3b82f63d 0%,#141c2a 92%)}html[data-theme=dark] .kpi-grid-customer .kpi-card.warn{background:linear-gradient(160deg,#f9731638 0%,#141c2a 92%)}html[data-theme=dark] .customer-overview-panel{background:radial-gradient(130% 120% at 0 0,#60a5fa1f 0%,#0000 54%),linear-gradient(#141c2a 0%,#101827 100%)}.deliveries-hero{align-items:start}.deliveries-hero-copy .auth-subtitle{max-width:640px;margin-top:.6rem}.deliveries-header-actions{justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.deliveries-balance{background:color-mix(in srgb,var(--color-surface)82%,var(--color-card)18%);color:var(--color-text);border:1px solid var(--color-border);white-space:nowrap;border-radius:14px;align-items:center;gap:.55rem;padding:.55rem .8rem;font-size:.88rem;line-height:1.1;display:inline-flex}.deliveries-balance span{color:var(--color-text-secondary)}.deliveries-balance strong{letter-spacing:-.01em;color:var(--color-text);font-size:1.45rem}.deliveries-toolbar{grid-template-columns:1.7fr 1fr 1fr 1fr;gap:.8rem;display:grid}.deliveries-field{gap:.35rem;display:grid}.deliveries-field label{color:var(--color-text-secondary);font-size:.78rem}.deliveries-field .input{border:1px solid var(--color-border);background:var(--color-surface);border-radius:12px;padding:.65rem .75rem}.deliveries-meta{color:var(--color-text-muted);justify-content:space-between;gap:1rem;margin-top:.9rem;font-size:.82rem;display:flex}.deliveries-table-wrap{border:1px solid var(--color-border);background:var(--color-card);border-radius:14px;margin-top:.75rem;overflow:auto}.deliveries-table{border-collapse:collapse;width:100%;min-width:860px}.deliveries-table th,.deliveries-table td{border-bottom:1px solid var(--color-border);text-align:left;color:var(--color-text);padding:.7rem .75rem;font-size:.88rem}.deliveries-row-action{border-radius:999px;width:auto;min-width:84px;margin:0;padding:.35rem .62rem;font-size:.76rem}.deliveries-table th{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);background:color-mix(in srgb,var(--color-surface)85%,var(--color-card)15%);font-size:.76rem}.td-address{white-space:nowrap;text-overflow:ellipsis;max-width:260px;overflow:hidden}.status-chip{border-radius:999px;align-items:center;padding:.2rem .55rem;font-size:.74rem;font-weight:600;display:inline-flex}.status-chip.ok{color:#166534;background:#dcfce7}.status-chip.info{color:#1e3a8a;background:#dbeafe}.status-chip.warn{color:#9a3412;background:#ffedd5}.status-chip.status-processing{color:#92400e;background:#fef3c7}.status-chip.status-ready-pickup{color:#1d4ed8;background:#dbeafe}.status-chip.status-ready-dispatch{color:#4338ca;background:#e0e7ff}.status-chip.status-picked-up{color:#334155;background:#e2e8f0}.status-chip.status-out-for-delivery{color:#0e7490;background:#cffafe}.status-chip.status-delivered{color:#166534;background:#dcfce7}.status-chip.status-returned{color:#b45309;background:#ffedd5}.status-chip.status-cancelled{color:#b91c1c;background:#fee2e2}.empty-cell{text-align:center;color:var(--color-text-muted);padding:1.5rem}.pager-row{justify-content:flex-end;gap:.65rem;margin-top:.9rem;display:flex}.pager-row .btn{width:auto;min-width:112px}@media (max-width:1180px){.deliveries-toolbar{grid-template-columns:1fr 1fr}}@media (max-width:640px){.deliveries-toolbar{grid-template-columns:1fr}.deliveries-meta{flex-direction:column}.pager-row{justify-content:stretch}.pager-row .btn{width:100%}}.tr-clickable{cursor:pointer}.tr-clickable:hover{background:color-mix(in srgb,var(--color-surface)72%,var(--color-card)28%)}html[data-theme=dark] .deliveries-balance{background:#0f172ae6;border-color:#94a3b857}html[data-theme=dark] .deliveries-balance span{color:#e2e8f0cc}html[data-theme=dark] .deliveries-balance strong{color:#f8fafc}html[data-theme=dark] .deliveries-table-wrap{background:#0f172a}html[data-theme=dark] .deliveries-table th{background:#94a3b81f}.details-back{align-self:start;width:auto;min-width:160px}.details-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.details-list dd{text-align:right;max-width:340px}.delivery-code-row{justify-content:flex-end;align-items:center;gap:.45rem;display:inline-flex}.delivery-code-row code{letter-spacing:.02em;border:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface)70%,var(--color-card)30%);border-radius:8px;padding:.28rem .46rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.8rem}.delivery-code-copy{border-radius:10px;width:auto;min-width:78px;margin:0;padding:.4rem .7rem}.timeline-list{gap:.7rem;margin:.85rem 0 0;padding:0;list-style:none;display:grid}.timeline-list li{grid-template-columns:12px 1fr;align-items:start;gap:.6rem;display:grid}.timeline-dot{background:#2563eb;border-radius:999px;width:10px;height:10px;margin-top:.35rem}.timeline-list p{margin:0;font-weight:600}.timeline-list span{color:var(--color-text-muted);font-size:.8rem}.proof-links{gap:.6rem;margin-top:.8rem;display:grid}.disabled-link{pointer-events:none;opacity:.75}.assign-agent-box{gap:.7rem;margin-top:.8rem;display:grid}.assign-agent-box .input{border:1px solid var(--color-border);background:var(--color-surface);border-radius:12px;padding:.65rem .75rem}@media (max-width:940px){.details-grid{grid-template-columns:1fr}}.timeline-rail{place-items:start center;display:grid}.timeline-connector{border-left:2px dashed;height:28px;margin-top:4px}.details-actions{flex-wrap:wrap;gap:.6rem;margin-top:.8rem;display:flex}.action-btn{width:auto;min-width:140px}.table-confirm-code{align-items:center;gap:.45rem;display:inline-flex}.table-confirm-code code{border:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface)70%,var(--color-card)30%);border-radius:8px;padding:.22rem .4rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.76rem}.action-btn.danger{color:#b91c1c;background:#fff1f2;border-color:#fecaca}.modal-backdrop{z-index:120;background:#0f172a7a;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.modal-card{border:1px solid var(--color-border);background:#fff;border-radius:18px;width:min(520px,100%);padding:1rem}.modal-card h3{margin:0;font-size:1.08rem}.modal-card p{color:var(--color-text-secondary);margin:.45rem 0 0}.reason-list{gap:.45rem;margin-top:.9rem;display:grid}.reason-item{border:1px solid var(--color-border);text-align:left;background:#fff;border-radius:10px;padding:.55rem .7rem}.reason-item.selected{background:#f8fafc;border-color:#0f172a}.reason-input{border:1px solid var(--color-border);width:100%;min-height:86px;font:inherit;border-radius:10px;margin-top:.7rem;padding:.7rem}.modal-actions{justify-content:flex-end;gap:.6rem;margin-top:.8rem;display:flex}.modal-actions .btn{width:auto;min-width:130px}.qr-block{border:1px solid var(--color-border);background:#fff;border-radius:14px;margin-top:.8rem;padding:.65rem;display:inline-flex}.qr-image{object-fit:contain;width:210px;height:210px}.merchants-hero,.agents-hero{align-items:start}.merchants-hero-copy .auth-subtitle,.agents-hero-copy .auth-subtitle{max-width:660px;margin-top:.6rem}.tokens-hero{align-items:start}.tokens-hero-copy .auth-subtitle{max-width:620px;margin-top:.6rem}.merchants-metrics{grid-template-columns:repeat(3,minmax(108px,1fr));align-self:start;gap:.6rem;min-width:340px;display:grid}.merchant-metric-card{border:1px solid var(--color-border);background:var(--color-surface);border-radius:14px;gap:.2rem;padding:.58rem .7rem;display:grid}.merchant-metric-card p{text-transform:uppercase;letter-spacing:.07em;color:var(--color-text-muted);margin:0;font-size:.76rem;font-weight:700}.merchant-metric-card strong{letter-spacing:-.02em;color:var(--color-text);font-size:1.45rem;line-height:1.05}.tokens-metrics{grid-template-columns:repeat(2,minmax(150px,1fr));align-self:start;gap:.6rem;min-width:360px;display:grid}.merchants-toolbar{grid-template-columns:minmax(280px,1fr) auto;gap:.8rem;display:grid}.agents-toolbar-actions{justify-content:flex-end;align-items:end;display:flex}.agents-toolbar{grid-template-columns:minmax(280px,1fr) auto}.merchants-table{min-width:760px}.merchant-link{color:var(--color-primary);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:700}.merchant-link:hover{text-decoration:underline}.merchant-status-btn{border-radius:999px;width:auto;min-width:118px;margin:0;padding:.42rem .72rem;font-size:.78rem}.merchant-status-btn.activate,.action-btn.activate{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.merchant-actions{margin-top:.8rem}.deliveries-create-btn{white-space:nowrap;width:auto;min-width:188px;height:46px;box-shadow:0 10px 22px color-mix(in srgb,var(--color-primary)28%,transparent);border-radius:12px;justify-content:center;align-items:center;margin:0;padding:0 1rem;display:inline-flex}.schedule-success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;margin-top:.8rem;padding:.7rem .85rem;font-size:.9rem}.schedule-grid{grid-template-columns:repeat(2,minmax(220px,1fr));gap:.75rem;display:grid}.schedule-field{color:var(--color-text-secondary);gap:.32rem;font-size:.82rem;display:grid}.schedule-field .input{border:1px solid var(--color-border);background:var(--color-surface);border-radius:12px;padding:.65rem .75rem}.schedule-field .input-shell{background:var(--color-surface);border-radius:12px}.schedule-field .input-shell .input{background:0 0;border:0}.address-autocomplete{position:relative}.address-suggestion-list{z-index:25;border:1px solid var(--color-border);background:var(--color-card);border-radius:12px;position:absolute;top:calc(100% + .35rem);left:0;right:0;overflow:hidden;box-shadow:0 12px 28px #0f172a24}.address-suggestion-row{border:0;border-bottom:1px solid var(--color-border);background:var(--color-card);width:100%;color:var(--color-text);text-align:left;cursor:pointer;padding:.66rem .78rem;font-size:.86rem}.address-suggestion-row:last-child{border-bottom:0}.address-suggestion-row:hover{background:color-mix(in srgb,var(--color-surface)65%,var(--color-card)35%)}.schedule-span-2{grid-column:span 2}.schedule-actions{justify-content:flex-end;gap:.6rem;margin-top:.85rem;display:flex}.schedule-actions .btn{width:auto;min-width:150px}.profile-switch-helper{margin-top:.5rem}.notifications-actions{flex-wrap:wrap;gap:.6rem;margin-bottom:.8rem;display:flex}.notifications-meta-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:.75rem;display:flex}.notifications-stats{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.notifications-filters{background:color-mix(in srgb,var(--color-surface)74%,var(--color-card)26%);border:1px solid var(--color-border);border-radius:999px;align-items:center;gap:.2rem;padding:.22rem;display:inline-flex}.notifications-filter{color:var(--color-text-secondary);cursor:pointer;background:0 0;border:0;border-radius:999px;padding:.35rem .7rem;font-size:.82rem;font-weight:600;transition:background .2s,color .2s,transform .2s}.notifications-filter:hover{transform:translateY(-1px)}.notifications-filter.active{background:var(--color-card);color:var(--color-primary)}.notifications-btn{width:auto;min-width:120px;margin-top:0}.notifications-list{gap:.65rem;display:grid}.notification-row{border:1px solid var(--color-border);background:var(--color-card);text-align:left;cursor:pointer;border-radius:12px;padding:.75rem .85rem;transition:border-color .2s,background .2s,transform .2s,box-shadow .2s}.notification-row:hover{border-color:color-mix(in srgb,var(--color-primary)32%,var(--color-border)68%);transform:translateY(-1px);box-shadow:0 10px 20px -18px #0f172a8c}.notification-row:focus-visible{outline:2px solid color-mix(in srgb,var(--color-primary)55%,transparent);outline-offset:2px}.notification-row.unread{background:#eff6ff;border-color:#93c5fd}.notification-row-head{justify-content:space-between;gap:.8rem;margin-bottom:.35rem;display:flex}.notification-row-head strong{font-size:.92rem}.notification-row-head span{color:var(--color-text-muted);white-space:nowrap;font-size:.76rem}.notification-row p{color:var(--color-text-secondary);margin:0;font-size:.86rem;line-height:1.45}.notifications-load-more{justify-content:center;margin-top:.9rem;display:flex}.tracking-map{border:1px solid var(--color-border);background:#f8fafc;border-radius:14px;width:100%;height:420px;overflow:hidden}.tracking-map-wrap{position:relative}.tracking-map-fallback{border-radius:14px;overflow:hidden}.tracking-map-overlay{border:1px solid var(--color-border);color:var(--color-text-secondary);z-index:500;background:#ffffffeb;border-radius:999px;padding:.35rem .7rem;font-size:.78rem;position:absolute;top:12px;right:12px}.tracking-marker-wrap{background:0 0;border:0}.tracking-marker{border:2px solid #fff;border-radius:999px;place-items:center;width:36px;height:36px;font-size:18px;display:grid;box-shadow:0 8px 24px #0f172a40}.tracking-marker-agent{background:#0f766e}.tracking-marker-customer{background:#f59e0b}.tracking-marker span{filter:saturate(1.05);line-height:1}.tracking-meta{color:var(--color-text-secondary);gap:.35rem;margin-top:.8rem;font-size:.86rem;display:grid}.kyc-doc-grid{grid-template-columns:repeat(3,minmax(180px,1fr));gap:.75rem;margin-top:.9rem;display:grid}.tokens-purchase-grid{grid-template-columns:1.1fr 1fr .9fr auto;align-items:end;gap:.75rem;display:grid}.tokens-total{border:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface)80%,var(--color-card)20%);border-radius:12px;gap:.2rem;padding:.65rem .75rem;display:grid}.tokens-total span{color:var(--color-text-muted);font-size:.78rem}.tokens-total strong{color:var(--color-text);font-size:1rem}html[data-theme=dark] .tokens-total{background:#0f172aeb;border-color:#94a3b857}html[data-theme=dark] .tokens-total span{color:#e2e8f0c2}.tokens-filter-row{grid-template-columns:auto 1fr;align-items:end;gap:.8rem;display:grid}.tokens-history-links{flex-wrap:wrap;gap:.6rem;margin-top:.8rem;display:flex}.tokens-tabs{gap:.45rem;display:flex}.tokens-date-row{margin-left:auto}@media (max-width:840px){.agents-toolbar,.merchants-toolbar{grid-template-columns:1fr}.merchants-metrics{grid-template-columns:repeat(3,minmax(88px,1fr));width:100%;min-width:0}.tokens-metrics{grid-template-columns:repeat(2,minmax(120px,1fr));width:100%;min-width:0}.agents-toolbar-actions{justify-content:start}.deliveries-header-actions{flex-wrap:wrap;justify-content:flex-start}.schedule-grid,.tokens-purchase-grid,.tokens-filter-row,.kyc-doc-grid{grid-template-columns:1fr}.tokens-date-row{margin-left:0}.schedule-span-2{grid-column:span 1}.schedule-actions{flex-direction:column}.schedule-actions .btn{width:100%}}
:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth)var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth)var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth)var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth)var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}
