:root{--corp-primary: #1e3a8a;--corp-primary-hover: #1d4ed8;--corp-primary-soft: #dbeafe;--corp-accent: #2563eb;--corp-accent-hover: #1d4ed8;--corp-secondary: #64748b;--corp-secondary-hover: #475569;--corp-success: #16a34a;--corp-danger: #dc2626;--corp-warning: #f97316;--corp-bg: #f1f5f9;--corp-surface: #ffffff;--corp-surface-soft: #f8fafc;--corp-border: #e2e8f0;--corp-text: #0f172a;--corp-text-muted: #64748b;--corp-label: #334155;--corp-shadow-sm: 0 1px 3px rgba(15, 23, 42, .08);--corp-shadow-md: 0 8px 24px rgba(15, 23, 42, .08)}.corp-page{padding-top:1.5rem;padding-bottom:1.5rem;background:var(--corp-bg)}.corp-container{max-width:76rem;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.corp-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.corp-header-actions{display:flex;justify-content:space-between;align-items:center;gap:16px}.corp-link{color:var(--corp-accent);font-weight:700;text-decoration:none}.corp-link:hover{text-decoration:underline}.corp-label{display:block;font-size:15px;font-weight:700;color:var(--corp-label);margin-bottom:7px}.corp-required{color:var(--corp-danger)}.corp-control{width:100%;height:48px;font-size:16px;font-weight:500;color:var(--corp-text);border:1px solid #cbd5e1;border-radius:10px;padding:10px 14px;background:#fff;transition:all .18s ease}.corp-control:hover{border-color:#94a3b8}.corp-control:focus{outline:none;border-color:var(--corp-accent);box-shadow:0 0 0 4px #2563eb24}.corp-control:disabled{background:var(--corp-surface-soft);color:var(--corp-text-muted)}.corp-textarea{width:100%;min-height:110px;font-size:16px;line-height:1.5;color:var(--corp-text);border:1px solid #cbd5e1;border-radius:10px;padding:12px 14px;background:#fff;transition:all .18s ease}.corp-textarea:hover{border-color:#94a3b8}.corp-textarea:focus{outline:none;border-color:var(--corp-accent);box-shadow:0 0 0 4px #2563eb24}.corp-help{font-size:13px;color:var(--corp-text-muted);margin-top:5px}.corp-btn-primary{background:linear-gradient(135deg,var(--corp-primary),var(--corp-accent));color:#fff;padding:12px 28px;border-radius:10px;font-weight:800;border:none;cursor:pointer;display:inline-block;text-decoration:none;box-shadow:0 8px 18px #2563eb38;transition:all .18s ease}.corp-btn-primary:hover{transform:translateY(-1px);box-shadow:0 10px 22px #2563eb47}.corp-btn-secondary{background:#fff;color:var(--corp-secondary);padding:12px 26px;border-radius:10px;font-weight:700;border:1px solid #cbd5e1;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;text-decoration:none;transition:all .18s ease}.corp-btn-secondary:hover{background:#f8fafc;border-color:#94a3b8;color:var(--corp-text);transform:translateY(-1px)}.corp-actions{margin-top:26px;padding-top:20px;border-top:1px solid var(--corp-border);display:flex;gap:12px;align-items:center}.corp-table-wrapper{width:100%;overflow-x:auto;border:1px solid var(--corp-border);border-radius:12px;background:#fff}.corp-table{width:100%;border-collapse:collapse;font-size:14px}.corp-table thead{background:#f8fafc}.corp-table th{padding:12px 14px;text-align:left;font-weight:800;color:var(--corp-label);border-bottom:1px solid var(--corp-border)}.corp-table td{padding:12px 14px;color:var(--corp-text);border-bottom:1px solid #eef2f7}.corp-table tbody tr:hover{background:#f8fafc}.corp-card{background:var(--corp-surface);border:1px solid var(--corp-border);border-radius:16px;box-shadow:var(--corp-shadow-md);overflow:hidden}.corp-card-header{padding:24px 30px;border-bottom:1px solid var(--corp-border);background:linear-gradient(180deg,#fff,#f8fafc)}.corp-card-body{padding:30px}.corp-title{font-size:24px;font-weight:800;color:var(--corp-text);letter-spacing:-.02em}.corp-subtitle{color:var(--corp-text-muted);margin-top:6px;font-size:15px}.corp-alert{padding:14px 16px;border-radius:10px;margin-bottom:20px;font-size:15px;line-height:1.5;border:1px solid transparent}.corp-alert strong{display:block;font-weight:800;margin-bottom:6px}.corp-alert ul{margin-top:6px;margin-left:20px}.corp-alert-danger{background:#fef2f2;color:#991b1b;border-color:#fecaca}.corp-alert-success{background:#f0fdf4;color:#166534;border-color:#bbf7d0}.corp-alert-warning{background:#fff7ed;color:#9a3412;border-color:#fed7aa}.corp-alert-info{background:#eff6ff;color:#1e40af;border-color:#bfdbfe}.mmx-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:999px;font-size:.75rem;font-weight:600;letter-spacing:.3px;white-space:nowrap;transition:.2s}.mmx-badge-success{background:#dcfce7;color:#166534;border:1px solid #86efac}.mmx-badge-danger{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.mmx-badge-warning{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}.mmx-badge-info{background:#dbeafe;color:#1d4ed8;border:1px solid #93c5fd}.mmx-badge-secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.mmx-modal-overlay{position:fixed;inset:0;background:#0f172a8c;z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px}.mmx-modal{width:100%;max-width:560px;background:#fff;border-radius:18px;box-shadow:0 24px 60px #0f172a4d;overflow:hidden}.mmx-modal-header{padding:22px 26px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:flex-start;background:linear-gradient(180deg,#fff,#f8fafc)}.mmx-modal-title{font-size:22px;font-weight:800;color:#0f172a}.mmx-modal-subtitle{margin-top:4px;color:#64748b;font-size:14px}.mmx-modal-close{border:none;background:transparent;font-size:28px;line-height:1;color:#64748b;cursor:pointer}.mmx-modal-body{padding:26px}@media(max-width:768px){.corp-form-grid{grid-template-columns:1fr}.corp-actions{flex-direction:column}.corp-btn-primary,.corp-btn-secondary{width:100%;text-align:center}}.mmx-icon{display:inline-flex;align-items:center;justify-content:center;line-height:1;margin-right:6px}.mmx-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:8px;padding:9px 14px;font-weight:700;font-size:14px;text-decoration:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.mmx-btn:hover{transform:translateY(-1px);filter:brightness(.97)}.mmx-btn-primary{background:#2563eb;color:#fff}.mmx-btn-secondary{background:#374151;color:#fff}.mmx-btn-info{background:#0891b2;color:#fff}.mmx-btn-success{background:#047857;color:#fff}.mmx-btn-purple{background:#7c3aed;color:#fff}.mmx-btn-warning{background:#b45309;color:#fff}.mmx-btn-outline{background:#eef2ff;color:#3730a3;border:1px solid #c7d2fe}.mmx-kpi-grid{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px;margin-bottom:20px}.mmx-kpi{min-width:150px;border-radius:10px;padding:14px 16px;color:#fff}.mmx-kpi-number{font-size:34px;font-weight:900;line-height:1;margin-bottom:8px}.mmx-kpi-label{font-size:15px;font-weight:700;opacity:.95}.mmx-kpi-blue{background:#2563eb}.mmx-kpi-orange{background:#f97316}.mmx-kpi-red{background:#dc2626}.mmx-card{background:#fff;border-radius:14px;border:1px solid #e5e7eb;box-shadow:0 8px 22px #0f172a0a}@media(max-width:640px){.mmx-btn{width:100%;min-height:44px}.mmx-kpi-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.mmx-kpi{min-width:auto;padding:14px}.mmx-kpi-number{font-size:28px}.mmx-kpi-label{font-size:13px}}.mmx-live-state{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:14px;font-weight:700}.mmx-live-state-en-tiempo{background:#d1fae5;color:#047857}.mmx-live-state-por-vencer{background:#fef3c7;color:#b45309}.mmx-live-state-atrasados{background:#fee2e2;color:#b91c1c}.mmx-toast-container{position:fixed;top:18px;right:18px;z-index:9999;display:flex;flex-direction:column;gap:10px;width:min(360px,calc(100vw - 32px))}.mmx-toast{display:flex;align-items:flex-start;gap:12px;background:#fff;border:1px solid #e5e7eb;border-left:5px solid #2563eb;border-radius:14px;padding:14px;box-shadow:0 18px 40px #0f172a29;animation:mmxToastIn .28s ease-out}.mmx-toast-success{border-left-color:#22c55e}.mmx-toast-warning{border-left-color:#f59e0b}.mmx-toast-danger{border-left-color:#ef4444}.mmx-toast-icon{font-size:20px;line-height:1}.mmx-toast-content{flex:1}.mmx-toast-title{font-weight:800;font-size:14px;color:#0f172a;margin-bottom:3px}.mmx-toast-message{font-size:13px;color:#475569;line-height:1.35}.mmx-toast-close{border:0;background:transparent;color:#64748b;font-size:20px;cursor:pointer;line-height:1}.mmx-toast-hide{opacity:0;transform:translate(12px);transition:all .3s ease}@keyframes mmxToastIn{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}.mmx-row-highlight{animation:mmxRowHighlight 1.1s ease-in-out 3;outline:3px solid #f59e0b;outline-offset:-3px}@keyframes mmxRowHighlight{0%{background:#f59e0b1a}50%{background:#f59e0b52}to{background:transparent}}.mmx-toast-actions{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.mmx-toast-action{border:0;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;cursor:pointer;background:#eef2ff;color:#3730a3}.mmx-toast-action:hover{filter:brightness(.96)}.mmx-row-highlight,.mmx-operational-card.mmx-row-highlight{outline:3px solid #f59e0b;background:#fff7ed!important;transition:all .25s ease}.mmx-evidence-picker{margin-top:8px}.mmx-evidence-actions{display:flex;gap:10px;flex-wrap:wrap}.mmx-evidence-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;border-radius:12px;background:#2563eb;color:#fff;font-weight:800;cursor:pointer;border:1px solid #2563eb}.mmx-evidence-btn.secondary{background:#fff;color:#1f2937;border-color:#d1d5db}.mmx-evidence-help{margin-top:8px;font-size:13px;color:#6b7280}@media(max-width:640px){.mmx-evidence-actions{display:grid;grid-template-columns:1fr}.mmx-evidence-btn{width:100%}}:root{--mmx-primary: #2563eb;--mmx-primary-dark: #1d4ed8;--mmx-primary-light: #dbeafe;--mmx-secondary: #0f172a;--mmx-success: #22c55e;--mmx-warning: #f59e0b;--mmx-danger: #ef4444;--mmx-info: #0ea5e9;--mmx-white: #ffffff;--mmx-black: #000000;--mmx-gray-50: #f8fafc;--mmx-gray-100: #f1f5f9;--mmx-gray-200: #e2e8f0;--mmx-gray-300: #cbd5e1;--mmx-gray-400: #94a3b8;--mmx-gray-500: #64748b;--mmx-gray-600: #475569;--mmx-gray-700: #334155;--mmx-gray-800: #1e293b;--mmx-gray-900: #0f172a;--mmx-font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--mmx-font-xs: .75rem;--mmx-font-sm: .875rem;--mmx-font-md: 1rem;--mmx-font-lg: 1.125rem;--mmx-font-xl: 1.25rem;--mmx-font-2xl: 1.5rem;--mmx-font-3xl: 2rem;--mmx-font-light:300;--mmx-font-normal:400;--mmx-font-medium:500;--mmx-font-semibold:600;--mmx-font-bold:700;--mmx-space-xs:4px;--mmx-space-sm:8px;--mmx-space-md:16px;--mmx-space-lg:24px;--mmx-space-xl:32px;--mmx-space-2xl:48px;--mmx-space-3xl:64px;--mmx-radius-sm:4px;--mmx-radius-md:8px;--mmx-radius-lg:12px;--mmx-radius-xl:16px;--mmx-radius-pill:9999px;--mmx-shadow-sm: 0 1px 2px rgba(0,0,0,.08);--mmx-shadow-md: 0 4px 10px rgba(0,0,0,.1);--mmx-shadow-lg: 0 10px 25px rgba(0,0,0,.15);--mmx-shadow-xl: 0 20px 45px rgba(0,0,0,.18);--mmx-transition-fast:.15s;--mmx-transition:.25s;--mmx-transition-slow:.4s;--mmx-z-dropdown:1000;--mmx-z-sticky:1020;--mmx-z-fixed:1030;--mmx-z-modal:1050;--mmx-z-toast:1080;--mmx-z-tooltip:1100;--mmx-sidebar-width:260px;--mmx-topbar-height:70px;--mmx-content-max-width:1600px;--mmx-label-attention: "⚠ ATENDER"}:root{--mmx-bg-body: var(--mmx-gray-100);--mmx-bg-surface: var(--mmx-white);--mmx-bg-card: var(--mmx-white);--mmx-bg-sidebar: var(--mmx-secondary);--mmx-bg-topbar: var(--mmx-white);--mmx-text-primary: var(--mmx-gray-900);--mmx-text-secondary: var(--mmx-gray-600);--mmx-text-muted: var(--mmx-gray-500);--mmx-text-light: var(--mmx-white);--mmx-border-color: var(--mmx-gray-200);--mmx-border-hover: var(--mmx-gray-300);--mmx-button-primary-bg: var(--mmx-primary);--mmx-button-primary-hover: var(--mmx-primary-dark);--mmx-button-primary-text: var(--mmx-white);--mmx-card-bg: var(--mmx-white);--mmx-card-title: var(--mmx-gray-900);--mmx-card-subtitle: var(--mmx-gray-500);--mmx-kpi-title: var(--mmx-gray-500);--mmx-kpi-value: var(--mmx-gray-900);--mmx-status-success: var(--mmx-success);--mmx-status-warning: var(--mmx-warning);--mmx-status-danger: var(--mmx-danger);--mmx-status-info: var(--mmx-info);--mmx-link: var(--mmx-primary);--mmx-link-hover: var(--mmx-primary-dark)}html{font-size:16px}body{font-family:var(--mmx-font-family);font-size:var(--mmx-font-md);font-weight:var(--mmx-font-normal);color:var(--mmx-text-primary);line-height:1.5}h1,h2,h3,h4,h5,h6{color:var(--mmx-text-primary);font-weight:var(--mmx-font-semibold);line-height:1.25;margin:0}h1{font-size:var(--mmx-font-3xl)}h2{font-size:var(--mmx-font-2xl)}h3{font-size:var(--mmx-font-xl)}h4{font-size:var(--mmx-font-lg)}h5{font-size:var(--mmx-font-md)}h6{font-size:var(--mmx-font-sm)}p{margin:0;color:var(--mmx-text-secondary)}.mmx-text-xs{font-size:var(--mmx-font-xs)}.mmx-text-sm{font-size:var(--mmx-font-sm)}.mmx-text-md{font-size:var(--mmx-font-md)}.mmx-text-lg{font-size:var(--mmx-font-lg)}.mmx-text-xl{font-size:var(--mmx-font-xl)}.mmx-text-muted{color:var(--mmx-text-muted)}.mmx-text-primary{color:var(--mmx-text-primary)}.mmx-text-secondary{color:var(--mmx-text-secondary)}.mmx-text-light{color:var(--mmx-text-light)}.mmx-font-light{font-weight:var(--mmx-font-light)}.mmx-font-normal{font-weight:var(--mmx-font-normal)}.mmx-font-medium{font-weight:var(--mmx-font-medium)}.mmx-font-semibold{font-weight:var(--mmx-font-semibold)}.mmx-font-bold{font-weight:var(--mmx-font-bold)}a{color:var(--mmx-link);text-decoration:none;transition:color var(--mmx-transition-fast) ease}a:hover{color:var(--mmx-link-hover)}.mmx-m-0{margin:0}.mmx-m-xs{margin:var(--mmx-space-xs)}.mmx-m-sm{margin:var(--mmx-space-sm)}.mmx-m-md{margin:var(--mmx-space-md)}.mmx-m-lg{margin:var(--mmx-space-lg)}.mmx-m-xl{margin:var(--mmx-space-xl)}.mmx-mt-xs{margin-top:var(--mmx-space-xs)}.mmx-mt-sm{margin-top:var(--mmx-space-sm)}.mmx-mt-md{margin-top:var(--mmx-space-md)}.mmx-mt-lg{margin-top:var(--mmx-space-lg)}.mmx-mt-xl{margin-top:var(--mmx-space-xl)}.mmx-mb-xs{margin-bottom:var(--mmx-space-xs)}.mmx-mb-sm{margin-bottom:var(--mmx-space-sm)}.mmx-mb-md{margin-bottom:var(--mmx-space-md)}.mmx-mb-lg{margin-bottom:var(--mmx-space-lg)}.mmx-mb-xl{margin-bottom:var(--mmx-space-xl)}.mmx-p-0{padding:0}.mmx-p-xs{padding:var(--mmx-space-xs)}.mmx-p-sm{padding:var(--mmx-space-sm)}.mmx-p-md{padding:var(--mmx-space-md)}.mmx-p-lg{padding:var(--mmx-space-lg)}.mmx-p-xl{padding:var(--mmx-space-xl)}.mmx-pt-xs{padding-top:var(--mmx-space-xs)}.mmx-pt-sm{padding-top:var(--mmx-space-sm)}.mmx-pt-md{padding-top:var(--mmx-space-md)}.mmx-pt-lg{padding-top:var(--mmx-space-lg)}.mmx-pt-xl{padding-top:var(--mmx-space-xl)}.mmx-pb-xs{padding-bottom:var(--mmx-space-xs)}.mmx-pb-sm{padding-bottom:var(--mmx-space-sm)}.mmx-pb-md{padding-bottom:var(--mmx-space-md)}.mmx-pb-lg{padding-bottom:var(--mmx-space-lg)}.mmx-pb-xl{padding-bottom:var(--mmx-space-xl)}.mmx-gap-xs{gap:var(--mmx-space-xs)}.mmx-gap-sm{gap:var(--mmx-space-sm)}.mmx-gap-md{gap:var(--mmx-space-md)}.mmx-gap-lg{gap:var(--mmx-space-lg)}.mmx-gap-xl{gap:var(--mmx-space-xl)}.mmx-radius-none{border-radius:0}.mmx-radius-sm{border-radius:var(--mmx-radius-sm)}.mmx-radius-md{border-radius:var(--mmx-radius-md)}.mmx-radius-lg{border-radius:var(--mmx-radius-lg)}.mmx-radius-xl{border-radius:var(--mmx-radius-xl)}.mmx-radius-pill{border-radius:var(--mmx-radius-pill)}.mmx-radius-circle{border-radius:50%}.mmx-button-radius{border-radius:var(--mmx-radius-md)}.mmx-card-radius{border-radius:var(--mmx-radius-lg)}.mmx-input-radius{border-radius:var(--mmx-radius-md)}.mmx-modal-radius{border-radius:var(--mmx-radius-xl)}.mmx-dropdown-radius{border-radius:var(--mmx-radius-md)}.mmx-badge-radius{border-radius:var(--mmx-radius-pill)}.mmx-kpi-radius{border-radius:var(--mmx-radius-lg)}.mmx-avatar-radius{border-radius:50%}.mmx-shadow-none{box-shadow:none}.mmx-shadow-sm{box-shadow:var(--mmx-shadow-sm)}.mmx-shadow-md{box-shadow:var(--mmx-shadow-md)}.mmx-shadow-lg{box-shadow:var(--mmx-shadow-lg)}.mmx-shadow-xl{box-shadow:var(--mmx-shadow-xl)}.mmx-elevation-0{box-shadow:none}.mmx-elevation-1{box-shadow:var(--mmx-shadow-sm)}.mmx-elevation-2{box-shadow:var(--mmx-shadow-md)}.mmx-elevation-3{box-shadow:var(--mmx-shadow-lg)}.mmx-elevation-4{box-shadow:var(--mmx-shadow-xl)}.mmx-card-shadow,.mmx-kpi-shadow{box-shadow:var(--mmx-shadow-md)}.mmx-button-shadow{box-shadow:var(--mmx-shadow-sm)}.mmx-dropdown-shadow{box-shadow:var(--mmx-shadow-lg)}.mmx-modal-shadow{box-shadow:var(--mmx-shadow-xl)}.mmx-sidebar-shadow{box-shadow:var(--mmx-shadow-lg)}.mmx-topbar-shadow{box-shadow:var(--mmx-shadow-sm)}.mmx-transition-fast{transition:all var(--mmx-transition-fast) ease}.mmx-transition{transition:all var(--mmx-transition) ease}.mmx-transition-slow{transition:all var(--mmx-transition-slow) ease}.mmx-transition-color{transition:color var(--mmx-transition-fast) ease,background-color var(--mmx-transition-fast) ease,border-color var(--mmx-transition-fast) ease}.mmx-transition-shadow{transition:box-shadow var(--mmx-transition) ease}.mmx-transition-transform{transition:transform var(--mmx-transition) ease}.mmx-hover-lift:hover{transform:translateY(-2px)}.mmx-hover-shadow:hover{box-shadow:var(--mmx-shadow-lg)}.mmx-hover-soft:hover{opacity:.92}@keyframes mmx-fade-in{0%{opacity:0}to{opacity:1}}@keyframes mmx-slide-up{0%{opacity:0;transform:translateY(var(--mmx-space-sm))}to{opacity:1;transform:translateY(0)}}@keyframes mmx-scale-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.mmx-fade-in{animation:mmx-fade-in var(--mmx-transition) ease both}.mmx-slide-up{animation:mmx-slide-up var(--mmx-transition) ease both}.mmx-scale-in{animation:mmx-scale-in var(--mmx-transition) ease both}.mmx-page{min-height:100vh;background:var(--mmx-bg-page);padding:var(--mmx-space-md) 0}.mmx-page-container{width:100%;max-width:100%;margin:0 auto;padding:0 var(--mmx-space-lg)}.mmx-page-header{display:flex;justify-content:space-between;align-items:center;gap:var(--mmx-space-lg);margin-bottom:var(--mmx-space-xl)}.mmx-page-title{font-size:var(--mmx-font-2xl);font-weight:var(--mmx-font-bold);color:var(--mmx-text-primary)}.mmx-page-subtitle{margin-top:var(--mmx-space-xs);color:var(--mmx-text-secondary)}.mmx-page-content{display:flex;flex-direction:column;gap:var(--mmx-space-xl)}.mmx-page-footer{margin-top:auto;padding-top:var(--mmx-space-xl)}.mmx-operation-content{padding-top:0!important}.mmx-page{padding-top:12px;padding-bottom:12px}.mmx-page-container{padding-left:24px;padding-right:24px}.mmx-operation-content,.mmx-operation-container{padding-top:0}.mmx-panel{background:var(--mmx-bg-surface);border:1px solid var(--mmx-border-color);border-radius:var(--mmx-radius-lg);box-shadow:var(--mmx-shadow-md);overflow:hidden}.mmx-panel-header{display:flex;justify-content:space-between;align-items:center;gap:var(--mmx-space-md);padding:var(--mmx-space-lg);border-bottom:1px solid var(--mmx-border-color);background:var(--mmx-bg-surface)}.mmx-panel-title{margin:0;font-size:var(--mmx-font-lg);font-weight:var(--mmx-font-semibold);color:var(--mmx-text-primary)}.mmx-panel-subtitle{margin-top:var(--mmx-space-xs);font-size:var(--mmx-font-sm);color:var(--mmx-text-secondary)}.mmx-panel-body{padding:var(--mmx-space-lg)}.mmx-section-title{margin-top:var(--mmx-space-lg);margin-bottom:var(--mmx-space-sm);font-size:var(--mmx-font-lg);font-weight:var(--mmx-font-semibold);color:var(--mmx-text-primary)}.mmx-kpi{background:var(--mmx-card-bg);border:1px solid var(--mmx-border-color);border-radius:var(--mmx-radius-lg);box-shadow:var(--mmx-shadow-md);min-height:110px;padding:var(--mmx-space-md);display:flex;align-items:center}.mmx-kpi-value{font-size:var(--mmx-font-3xl);font-weight:var(--mmx-font-bold);color:var(--mmx-kpi-value);line-height:1}.mmx-kpi-title{margin-top:var(--mmx-space-sm);font-size:var(--mmx-font-sm);font-weight:var(--mmx-font-medium);color:var(--mmx-kpi-title)}.mmx-kpi-subtitle{margin-top:var(--mmx-space-xs);font-size:var(--mmx-font-xs);color:var(--mmx-text-muted)}.mmx-kpi-primary{border-left:4px solid var(--mmx-primary)}.mmx-kpi-success{border-left:4px solid var(--mmx-success)}.mmx-kpi-warning{border-left:4px solid var(--mmx-warning)}.mmx-kpi-danger{border-left:4px solid var(--mmx-danger)}.mmx-kpi{transition:transform var(--mmx-transition-fast) ease,box-shadow var(--mmx-transition-fast) ease}.mmx-kpi:hover{transform:translateY(-2px);box-shadow:var(--mmx-shadow-lg)}.mmx-kpi-content{width:100%}.mmx-kpi-default{border-left:4px solid var(--mmx-gray-300)}.mmx-kpi-filter,.mmx-kpi-clickable{cursor:pointer}.mmx-kpi-clickable:hover{transform:translateY(-3px);box-shadow:var(--mmx-shadow-xl)}.mmx-kpi-active{border-color:var(--mmx-primary);box-shadow:0 0 0 2px #2563eb2e,var(--mmx-shadow-lg);transform:translateY(-2px)}.mmx-kpi-updated{animation:mmxKpiPulse .55s ease}@keyframes mmxKpiPulse{0%{transform:scale(1);box-shadow:var(--mmx-shadow-md)}45%{transform:scale(1.018);box-shadow:0 0 0 3px #2563eb1f,var(--mmx-shadow-lg)}to{transform:scale(1);box-shadow:var(--mmx-shadow-md)}}.mmx-stat-filter{background:var(--mmx-card-bg);border:1px solid var(--mmx-border-color);border-radius:var(--mmx-radius-lg);box-shadow:var(--mmx-shadow-md);padding:var(--mmx-space-md);min-height:105px;cursor:pointer;transition:transform var(--mmx-transition-fast) ease,box-shadow var(--mmx-transition-fast) ease}.mmx-stat-filter:hover{transform:translateY(-2px);box-shadow:var(--mmx-shadow-lg)}.mmx-stat-filter-title{font-size:var(--mmx-font-sm);font-weight:var(--mmx-font-medium);color:var(--mmx-text-secondary)}.mmx-stat-filter-value{margin-top:var(--mmx-space-xs);font-size:var(--mmx-font-2xl);font-weight:var(--mmx-font-bold);color:var(--mmx-text-primary);line-height:1}.mmx-stat-filter-subtitle{margin-top:var(--mmx-space-sm);font-size:var(--mmx-font-sm);color:var(--mmx-text-muted)}.mmx-stat-filter-primary{border-left:4px solid var(--mmx-primary)}.mmx-stat-filter-success{border-left:4px solid var(--mmx-success)}.mmx-stat-filter-warning{border-left:4px solid var(--mmx-warning)}.mmx-stat-filter-danger{border-left:4px solid var(--mmx-danger)}.mmx-quick-actions{margin-top:var(--mmx-space-lg);margin-bottom:var(--mmx-space-lg)}.mmx-quick-actions-title{margin-bottom:var(--mmx-space-sm);font-size:var(--mmx-font-lg);font-weight:var(--mmx-font-semibold);color:var(--mmx-text-primary)}.mmx-quick-actions-body{display:flex;flex-wrap:wrap;gap:8px}.mmx-btn{padding:9px 14px}.mmx-block{margin-top:10px;margin-bottom:12px}.mmx-block:first-child{margin-top:0}.mmx-operation-header{display:flex;align-items:center;gap:18px;margin-bottom:18px}.mmx-operation-title{font-size:34px;font-weight:800;line-height:1;margin:0}.mmx-operation-subtitle{margin:0;font-size:20px;color:#5f6368;line-height:1}@media(max-width:1024px){.mmx-operation-header{padding-top:0;padding-bottom:0;min-height:auto}.mmx-operation-title,.mmx-dashboard-subtitle{display:none}}.mmx-context-bar{margin-top:var(--mmx-space-sm);margin-bottom:var(--mmx-space-sm);padding:var(--mmx-space-md) var(--mmx-space-lg);background:var(--mmx-bg-surface);border:1px solid var(--mmx-border-color);border-left:4px solid var(--mmx-primary);border-radius:var(--mmx-radius-lg);box-shadow:var(--mmx-shadow-sm);display:flex;align-items:center;justify-content:space-between;gap:var(--mmx-space-md);color:var(--mmx-text-primary);font-size:var(--mmx-font-sm)}.mmx-context-bar-clear{border:none;background:transparent;color:var(--mmx-primary);font-weight:var(--mmx-font-semibold);cursor:pointer}.mmx-context-bar-clear:hover{text-decoration:underline}.mmx-context-bar-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;margin-right:var(--mmx-space-sm);border-radius:999px;font-size:var(--mmx-font-xs);font-weight:var(--mmx-font-bold)}.mmx-context-bar-success{border-left-color:var(--mmx-success);background:#22c55e14}.mmx-context-bar-success .mmx-context-bar-icon{background:var(--mmx-success);color:#fff}.mmx-context-bar-warning{border-left-color:var(--mmx-warning);background:#f59e0b1a}.mmx-context-bar-warning .mmx-context-bar-icon{background:var(--mmx-warning);color:#fff}.mmx-context-bar-danger{border-left-color:var(--mmx-danger);background:#ef44441a}.mmx-context-bar-danger .mmx-context-bar-icon{background:var(--mmx-danger);color:#fff}.mmx-traffic-id{font-weight:800}.mmx-operator-label-badge{display:inline-block;margin-top:4px;padding:3px 8px;border-radius:999px;font-size:10px;font-weight:900;letter-spacing:.06em}.mmx-operator-label-critical{background:#ef44441f;color:#dc2626}.mmx-operator-label-high{background:#f9731624;color:#ea580c}.mmx-operator-label-medium{background:#f59e0b29;color:#b45309}.mmx-table-scroll{max-height:520px;overflow:auto;border-radius:var(--mmx-radius-lg)}.mmx-operational-table{width:100%;border-collapse:separate;border-spacing:0}.mmx-operational-table thead{position:sticky;top:0;z-index:20}.mmx-operational-table thead th{position:sticky;top:0;z-index:21;background:#f3f4f6!important}.mmx-operator-message-badge{display:inline-block;margin-top:4px;padding:3px 7px;border-radius:999px;background:#ef44441a;color:#dc2626;font-size:10px;font-weight:800;letter-spacing:.02em}.mmx-row-success{background:#22c55e09}.mmx-row-warning{background:#f59e0b0e}.mmx-row-danger{background:#ef44440e}.mmx-row-success:hover,.mmx-row-warning:hover,.mmx-row-danger:hover{filter:brightness(.98)}.mmx-row-critical{box-shadow:inset 4px 0 0 var(--mmx-danger);background:#ef44440f}.mmx-row-critical td:first-child:before{content:"⚠ ATENDER";display:inline-block;margin-bottom:6px;padding:2px 8px;background:#fef2f2;color:var(--mmx-danger);border:1px solid #fecaca;border-radius:999px;font-size:var(--mmx-font-xs);font-weight:var(--mmx-font-bold);letter-spacing:.4px;text-transform:uppercase}.mmx-command-bar{display:grid;grid-template-columns:310px 1fr auto;align-items:center;gap:14px;margin-bottom:10px;padding:10px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 6px 18px #0000000d}.mmx-command-search{min-width:0}.mmx-command-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.mmx-command-live{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;color:var(--mmx-text-secondary);font-size:var(--mmx-font-sm)}.mmx-live-label{font-weight:800;letter-spacing:.04em;color:var(--mmx-success)}.mmx-live-dot{width:9px;height:9px;border-radius:999px;background:var(--mmx-success);box-shadow:0 0 0 4px #22c55e1f;animation:mmxLivePulse 1.8s infinite}@keyframes mmxLivePulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.35);opacity:.45}to{transform:scale(1);opacity:1}}.mmx-table-search{width:100%;height:40px;border-radius:12px;border:1px solid #d7dbe4;padding:0 14px;font-size:14px;transition:.25s}.mmx-table-search:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26;outline:none}.mmx-chip{border:1px solid var(--mmx-border-color);background:#f8fafc;color:var(--mmx-text-secondary);padding:7px 12px;border-radius:999px;font-size:var(--mmx-font-sm);cursor:pointer;transition:.2s ease}.mmx-chip:hover{border-color:var(--mmx-primary);color:var(--mmx-primary);box-shadow:0 0 0 2px #2563eb14}.mmx-chip-active,.mmx-table-sort-active{background:var(--mmx-primary);border-color:var(--mmx-primary);color:#fff;font-weight:700}@media(max-width:900px){.mmx-command-bar{grid-template-columns:1fr}.mmx-command-actions,.mmx-command-live{justify-content:flex-start}}.mmx-command-center-shell{padding:12px 14px;margin-bottom:10px;background:#ffffff8c;border:1px solid rgba(226,232,240,.9);border-radius:18px;box-shadow:0 8px 24px #0f172a0a}.mmx-command-center-shell .mmx-operation-header{margin-bottom:12px}.mmx-command-center-shell .mmx-block{margin-top:8px;margin-bottom:10px}.mmx-command-center-shell .mmx-dashboard-grid{margin-top:8px}.mmx-command-center-shell .mmx-command-bar{margin-top:10px;margin-bottom:0;box-shadow:none}.mmx-time-cell{display:flex;flex-direction:column;align-items:center;gap:6px}.mmx-time-value{font-weight:700;font-size:14px}.mmx-time-progress{width:72px;height:6px;border-radius:999px;background:#e5e7eb;overflow:hidden}.mmx-time-progress-fill{height:100%;border-radius:999px;transition:width .3s ease}.mmx-time-progress-success{background:#22c55e}.mmx-time-progress-warning{background:#f59e0b}.mmx-time-progress-danger{background:#ef4444}.mmx-mobile-section-title{margin:18px 0 14px}.mmx-mobile-title{display:block;font-size:18px;font-weight:700;color:var(--mmx-text-primary)}.mmx-mobile-subtitle{display:block;margin-top:4px;color:var(--mmx-text-secondary);font-size:13px}.mmx-timeline{width:86px}.mmx-timeline-track{position:relative;height:7px;border-radius:999px;background:#e5e7eb;overflow:visible}.mmx-timeline-fill{height:100%;border-radius:999px;transition:width .35s ease}.mmx-timeline-marker{position:absolute;top:50%;width:11px;height:11px;border-radius:999px;transform:translate(-50%,-50%);background:#fff;border:2px solid currentColor;transition:left .35s ease}.mmx-timeline-success{color:#22c55e}.mmx-timeline-success .mmx-timeline-fill{background:#22c55e}.mmx-timeline-warning{color:#f59e0b}.mmx-timeline-warning .mmx-timeline-fill{background:#f59e0b}.mmx-timeline-danger{color:#ef4444}.mmx-timeline-danger .mmx-timeline-fill{background:#ef4444}.mmx-timeline-delay{margin-top:3px;font-size:11px;font-weight:800;color:#ef4444;text-align:center;line-height:1}.mmx-mobile-timeline{display:none}.mmx-timeline-item{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:16px 16px 16px 20px;margin-bottom:14px;box-shadow:0 8px 20px #0f172a0f}.mmx-timeline-item:before{content:"";position:absolute;left:8px;top:18px;bottom:-16px;width:3px;background:#dbeafe;border-radius:999px}.mmx-timeline-item:last-child:before{display:none}.mmx-timeline-dot{position:absolute;left:2px;top:18px;width:15px;height:15px;background:#2563eb;border:3px solid #ffffff;border-radius:999px;box-shadow:0 0 0 3px #dbeafe}.mmx-timeline-date{font-size:12px;font-weight:700;color:#6b7280;margin-bottom:8px;padding-left:14px}.mmx-timeline-status{display:inline-block;margin-left:14px;background:#2563eb;color:#fff;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:800}.mmx-timeline-user{margin-top:10px;padding-left:14px;font-size:13px;font-weight:700;color:#374151}.mmx-timeline-comment{margin-top:10px;margin-left:14px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:10px;font-size:13px;color:#111827}@media(max-width:640px){.mmx-history-table-desktop{display:none!important}.mmx-mobile-timeline{display:block}}.mmx-mobile-history-timeline{display:none}@media(max-width:640px){.mmx-history-table-desktop{display:none!important}.mmx-mobile-history-timeline{display:block}}.mmx-operational-cards-header{display:none}.mmx-operational-cards-count{font-size:15px;font-weight:700;color:#374151;margin-bottom:14px}.mmx-operational-cards{display:none}.mmx-operational-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:16px;margin-bottom:14px;box-shadow:0 10px 25px #0f172a14}.mmx-operational-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px}.mmx-operational-card-number{font-size:22px;font-weight:900;color:#111827}.mmx-operational-card-badge{display:inline-block;background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:800;text-transform:uppercase}.mmx-operational-card-row{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-top:1px solid #f3f4f6}.mmx-operational-card-label{color:#6b7280;font-size:12px;font-weight:700}.mmx-operational-card-value{color:#111827;font-size:14px;font-weight:700;text-align:right}.mmx-operational-card-actions{margin-top:14px}.mmx-operational-card-actions a,.mmx-operational-card-actions button{width:100%;display:block;text-align:center;background:#2563eb;color:#fff;border:0;border-radius:12px;padding:11px 14px;font-weight:800;text-decoration:none}@media(max-width:640px){.mmx-operational-table-desktop{display:none!important}.mmx-operational-cards-header,.mmx-operational-cards{display:block}}.mmx-mobile-section-title{display:none}.mmx-mobile-title{display:block;font-size:18px;font-weight:800;color:#111827}.mmx-mobile-subtitle{display:block;margin-top:4px;color:#6b7280;font-size:13px;font-weight:700}@media(max-width:640px){.mmx-mobile-section-title{display:block;margin:18px 0 14px;padding:0 2px}}.mmx-activity-timeline{position:relative}.mmx-activity-item{position:relative;padding-left:28px;padding-bottom:18px}.mmx-activity-item:before{content:"";position:absolute;left:7px;top:18px;bottom:-4px;width:2px;background:#dbeafe}.mmx-activity-item:last-child:before{display:none}.mmx-activity-dot{position:absolute;left:0;top:10px;width:16px;height:16px;background:#2563eb;border:3px solid #ffffff;border-radius:999px;box-shadow:0 0 0 3px #dbeafe;z-index:1}.mmx-activity-item.is-warning .mmx-activity-dot{background:#f59e0b;box-shadow:0 0 0 3px #fef3c7}.mmx-activity-content{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px;box-shadow:0 8px 20px #0f172a0f}.mmx-activity-meta{font-size:12px;font-weight:700;color:#6b7280;margin-bottom:8px}.mmx-activity-warning{display:inline-block;margin-bottom:8px;background:#fef3c7;color:#92400e;border:1px solid #f59e0b;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:800}.mmx-activity-status{display:inline-block;background:#2563eb;color:#fff;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:800}.mmx-activity-user{margin-top:10px;font-size:13px;font-weight:700;color:#374151}.mmx-activity-comment{margin-top:10px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:10px;font-size:13px;color:#111827}.mmx-activity-empty{color:#6b7280;font-size:14px}.mmx-status{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:800;line-height:1.2;text-align:center;white-space:normal}.mmx-status-md{padding:7px 12px;font-size:12px}.mmx-status-sm{padding:5px 10px;font-size:11px}.mmx-status-lg{padding:9px 16px;font-size:13px}.mmx-status-default,.mmx-status-primary,.mmx-status-info{background:#2563eb;color:#fff}.mmx-status-warning{background:#facc15;color:#111827}.mmx-status-danger{background:#dc2626;color:#fff}.mmx-status-dark{background:#374151;color:#fff}.mmx-evidence-selected{display:none;margin-top:14px;padding:14px 16px;border:1px solid var(--mmx-color-border, #d9e2ef);border-radius:12px;background:#f8fafc}.mmx-evidence-selected.is-visible{display:block}.mmx-selected-files-header{margin-bottom:10px;color:#16325c;font-size:13px;font-weight:700}.mmx-selected-files-list{display:grid;gap:8px;margin:0;padding:0;list-style:none}.mmx-selected-file{display:flex;align-items:center;gap:10px;min-width:0;padding:9px 11px;border:1px solid #e2e8f0;border-radius:9px;background:#fff}.mmx-selected-file-icon{flex:0 0 auto;font-size:18px}.mmx-selected-file-information{display:flex;flex:1;flex-direction:column;min-width:0}.mmx-selected-file-name{overflow:hidden;color:#172033;font-size:13px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.mmx-selected-file-size{margin-top:2px;color:#64748b;font-size:11px}[data-mmx-submit].is-loading{cursor:wait;opacity:.82}[data-mmx-submit]:disabled{cursor:not-allowed}[data-mmx-form][data-mmx-submitting=true]{cursor:wait}body.mmx-modal-open{overflow:hidden}.mmx-smart-confirmation{position:fixed;z-index:9999;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;visibility:hidden;opacity:0;transition:opacity .18s ease,visibility .18s ease}.mmx-smart-confirmation.is-visible{visibility:visible;opacity:1}.mmx-smart-confirmation-backdrop{position:absolute;inset:0;background:#0f172a94;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mmx-smart-confirmation-dialog{position:relative;z-index:1;display:grid;grid-template-columns:58px minmax(0,1fr);gap:20px;width:min(100%,720px);max-height:calc(100vh - 48px);overflow-y:auto;padding:28px;border:1px solid #dbe4f0;border-radius:20px;background:#fff;box-shadow:0 24px 70px #0f172a40,0 8px 24px #0f172a1f;transform:translateY(14px) scale(.98);transition:transform .22s ease}.mmx-smart-confirmation.is-visible .mmx-smart-confirmation-dialog{transform:translateY(0) scale(1)}.mmx-smart-confirmation-icon{display:flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:50%;background:#dcfce7;color:#15803d;font-size:30px;font-weight:800}.mmx-smart-confirmation-content{min-width:0}.mmx-smart-confirmation-eyebrow{display:block;margin-bottom:6px;color:#2563eb;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.mmx-smart-confirmation-content h2{margin:0;color:#0f172a;font-size:25px;line-height:1.2}.mmx-smart-confirmation-message{margin:10px 0 18px;color:#475569;font-size:14px;line-height:1.6}.mmx-smart-confirmation-reference{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px;padding:16px 18px;border-radius:14px;background:#172f57;color:#fff}.mmx-smart-confirmation-reference span{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.mmx-smart-confirmation-reference strong{font-size:27px;line-height:1}.mmx-smart-confirmation-invoice{margin-bottom:20px;padding:18px;border:2px solid;border-radius:14px}.mmx-smart-confirmation-invoice.is-success{border-color:#22c55e;background:#f0fdf4;color:#14532d}.mmx-smart-confirmation-invoice.is-warning{border-color:#f59e0b;background:#fffbeb;color:#78350f}.mmx-smart-confirmation-invoice.is-danger{border-color:#ef4444;background:#fef2f2;color:#7f1d1d}.mmx-smart-confirmation-invoice-eyebrow{display:block;margin-bottom:5px;font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.mmx-smart-confirmation-invoice h3{margin:0;font-size:20px;font-weight:900;line-height:1.25}.mmx-smart-confirmation-invoice p{margin:9px 0 0;font-size:16px;font-weight:700;line-height:1.55}.mmx-smart-confirmation-recipients{margin-top:14px;padding:13px 15px;border:1px solid #fecaca;border-radius:10px;background:#fff}.mmx-smart-confirmation-recipients>strong{display:block;margin-bottom:7px;color:#991b1b;font-size:13px;font-weight:900}.mmx-smart-confirmation-recipients ul{margin:0;padding-left:20px}.mmx-smart-confirmation-recipients li{color:#b91c1c;font-size:16px;font-weight:900;line-height:1.5;overflow-wrap:anywhere}.mmx-smart-confirmation-invoice-action{display:inline-flex;align-items:center;justify-content:center;min-height:42px;margin-top:14px;padding:0 16px;border-radius:9px;background:#b91c1c;color:#fff;font-size:13px;font-weight:800;text-decoration:none;box-shadow:0 7px 16px #b91c1c33;transition:transform .14s ease,background .14s ease}.mmx-smart-confirmation-invoice-action:hover{background:#991b1b;transform:translateY(-1px)}.mmx-smart-confirmation-details{margin:0 0 22px;border:1px solid #e2e8f0;border-radius:13px;overflow:hidden}.mmx-smart-confirmation-details>div{display:grid;grid-template-columns:140px minmax(0,1fr);gap:18px;padding:11px 14px;border-bottom:1px solid #e2e8f0}.mmx-smart-confirmation-details>div:last-child{border-bottom:0}.mmx-smart-confirmation-details dt{color:#64748b;font-size:13px}.mmx-smart-confirmation-details dd{margin:0;color:#172033;font-size:13px;font-weight:700}.mmx-smart-confirmation-actions{display:flex;flex-wrap:wrap;gap:10px}.mmx-smart-confirmation-primary,.mmx-smart-confirmation-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:10px;font-size:13px;font-weight:700;text-decoration:none;transition:transform .14s ease,box-shadow .14s ease,background .14s ease}.mmx-smart-confirmation-primary{background:#3264e8;color:#fff;box-shadow:0 8px 18px #3264e83d}.mmx-smart-confirmation-secondary{border:1px solid #cbd5e1;background:#fff;color:#334155}.mmx-smart-confirmation-primary:hover,.mmx-smart-confirmation-secondary:hover{transform:translateY(-1px)}.mmx-smart-confirmation-close{position:absolute;top:14px;right:14px;width:34px;height:34px;border:0;border-radius:50%;background:#f1f5f9;color:#64748b;cursor:pointer;font-size:22px;line-height:1}@media(max-width:640px){.mmx-smart-confirmation{align-items:flex-end;padding:12px}.mmx-smart-confirmation-dialog{grid-template-columns:1fr;gap:14px;padding:22px;border-radius:18px}.mmx-smart-confirmation-details>div{grid-template-columns:1fr;gap:4px}.mmx-smart-confirmation-actions{flex-direction:column}.mmx-smart-confirmation-primary,.mmx-smart-confirmation-secondary{width:100%}}.elephas-page-header{display:flex;align-items:center;justify-content:space-between;gap:var(--mmx-space-6, 1.5rem);margin-bottom:var(--mmx-space-6, 1.5rem)}.elephas-page-header__content{display:flex;align-items:center;min-width:0;gap:var(--mmx-space-4, 1rem)}.elephas-page-header__icon{display:grid;width:3rem;height:3rem;flex:0 0 3rem;place-items:center;border:1px solid rgba(30,64,175,.12);border-radius:var(--mmx-radius-lg, .75rem);background:#1e40af14;color:var(--mmx-color-primary, #1e40af)}.elephas-page-header__icon svg{width:1.5rem;height:1.5rem}.elephas-page-header__text{min-width:0}.elephas-page-header__title{margin:0;color:var(--mmx-color-text-primary, #172033);font-size:clamp(1.4rem,2vw,1.875rem);font-weight:700;line-height:1.2;letter-spacing:-.025em}.elephas-page-header__subtitle{max-width:48rem;margin:.35rem 0 0;color:var(--mmx-color-text-secondary, #667085);font-size:.94rem;line-height:1.5}.elephas-page-header__actions{display:flex;align-items:center;justify-content:flex-end;flex:0 0 auto;gap:.75rem}.elephas-primary-button{display:inline-flex;min-height:2.75rem;align-items:center;justify-content:center;gap:.55rem;padding:.7rem 1rem;border:1px solid transparent;border-radius:var(--mmx-radius-md, .625rem);background:var(--mmx-color-primary, #1e40af);box-shadow:0 1px 2px #10182814;color:#fff;font-family:inherit;font-size:.9rem;font-weight:650;line-height:1;text-decoration:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease}.elephas-primary-button:hover{background:var(--mmx-color-primary-dark, #17368f);box-shadow:0 4px 10px #1e40af2e;color:#fff;transform:translateY(-1px)}.elephas-primary-button:focus-visible{outline:3px solid rgba(59,130,246,.3);outline-offset:2px}.elephas-primary-button:active{box-shadow:0 1px 3px #10182824;transform:translateY(0)}.elephas-primary-button__icon{width:1.15rem;height:1.15rem;flex:0 0 1.15rem}.elephas-primary-button--disabled,.elephas-primary-button:disabled{opacity:.55;cursor:not-allowed;transform:none}.elephas-search-bar{display:flex;width:min(100%,42rem);align-items:stretch;gap:.65rem}.elephas-search-bar__field{position:relative;flex:1 1 auto;min-width:0}.elephas-search-bar__icon{position:absolute;top:50%;left:.9rem;width:1.15rem;height:1.15rem;color:#98a2b3;pointer-events:none;transform:translateY(-50%)}.elephas-search-bar__input{width:100%;min-height:2.75rem;padding:.68rem 2.6rem .68rem 2.75rem;border:1px solid #d0d5dd;border-radius:var(--mmx-radius-md, .625rem);background:#fff;color:#172033;font-family:inherit;font-size:.92rem;line-height:1.25;transition:border-color .15s ease,box-shadow .15s ease}.elephas-search-bar__input::-moz-placeholder{color:#98a2b3}.elephas-search-bar__input::placeholder{color:#98a2b3}.elephas-search-bar__input:hover{border-color:#b8c0cc}.elephas-search-bar__input:focus{border-color:var(--mmx-color-primary, #1e40af);box-shadow:0 0 0 3px #1e40af1f;outline:none}.elephas-search-bar__clear{position:absolute;top:50%;right:.75rem;display:grid;width:1.65rem;height:1.65rem;place-items:center;border-radius:50%;color:#667085;font-size:1.2rem;line-height:1;text-decoration:none;transform:translateY(-50%)}.elephas-search-bar__clear:hover{background:#f2f4f7;color:#172033}.elephas-search-bar__button{min-height:2.75rem;padding:.68rem 1rem;border:1px solid #d0d5dd;border-radius:var(--mmx-radius-md, .625rem);background:#fff;color:#344054;font-family:inherit;font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.elephas-search-bar__button:hover{border-color:#b8c0cc;background:#f9fafb}.elephas-filter-tabs{display:flex;align-items:center;gap:.35rem;padding:.3rem;border:1px solid #e4e7ec;border-radius:var(--mmx-radius-md, .625rem);background:#f9fafb;overflow-x:auto}.elephas-filter-tabs__item{display:inline-flex;min-height:2.25rem;flex:0 0 auto;align-items:center;justify-content:center;gap:.45rem;padding:.45rem .8rem;border-radius:calc(var(--mmx-radius-md, .625rem) - .18rem);color:#667085;font-size:.86rem;font-weight:600;line-height:1;text-decoration:none;white-space:nowrap;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease}.elephas-filter-tabs__item:hover{background:#ffffffb8;color:#344054}.elephas-filter-tabs__item--active{background:#fff;box-shadow:0 1px 2px #10182814,0 1px 3px #1018280f;color:var(--mmx-color-primary, #1e40af)}.elephas-filter-tabs__count{display:inline-grid;min-width:1.45rem;min-height:1.45rem;padding:0 .35rem;place-items:center;border-radius:999px;background:#eaecf0;color:#475467;font-size:.72rem;font-weight:700}.elephas-filter-tabs__item--active .elephas-filter-tabs__count{background:#1e40af1a;color:var(--mmx-color-primary, #1e40af)}.elephas-data-table{overflow:hidden;border:1px solid #e4e7ec;border-radius:var(--mmx-radius-lg, .75rem);background:#fff;box-shadow:0 1px 3px #1018280a}.elephas-data-table__toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border-bottom:1px solid #e4e7ec}.elephas-data-table__scroll{width:100%;overflow-x:auto}.elephas-data-table__table{width:100%;border-collapse:collapse;border-spacing:0;color:#344054;font-size:.88rem}.elephas-data-table__head{background:#f9fafb}.elephas-data-table__head th{padding:.8rem 1rem;border-bottom:1px solid #e4e7ec;color:#667085;font-size:.74rem;font-weight:700;letter-spacing:.04em;text-align:left;text-transform:uppercase;white-space:nowrap}.elephas-data-table__body tr{transition:background-color .12s ease}.elephas-data-table__body tr:hover{background:#fcfcfd}.elephas-data-table__body td{padding:.95rem 1rem;border-bottom:1px solid #f0f1f3;vertical-align:middle}.elephas-data-table__body tr:last-child td{border-bottom:0}.elephas-data-table__actions-heading{text-align:right!important}.elephas-data-table__footer{display:flex;min-height:3.5rem;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border-top:1px solid #e4e7ec;background:#fff;color:#667085;font-size:.84rem}.elephas-data-table__empty{display:flex;min-height:18rem;align-items:center;justify-content:center;flex-direction:column;padding:3rem 1.5rem;text-align:center}.elephas-data-table__empty-icon{display:grid;width:3.25rem;height:3.25rem;margin-bottom:1rem;place-items:center;border-radius:50%;background:#f2f4f7;color:#667085}.elephas-data-table__empty-icon svg{width:1.65rem;height:1.65rem}.elephas-data-table__empty-title{margin:0;color:#172033;font-size:1rem;font-weight:700}.elephas-data-table__empty-message{max-width:28rem;margin:.45rem 0 0;color:#667085;font-size:.88rem;line-height:1.5}.elephas-data-table__empty-action{margin-top:1.15rem}.elephas-page-layout{width:100%}.elephas-page-layout__navigation{display:flex;align-items:center;margin-bottom:1rem}.elephas-page-layout__back{display:inline-flex;min-height:2.25rem;align-items:center;gap:.4rem;padding:.35rem .2rem;color:var(--mmx-color-primary, #1e40af);font-size:.88rem;font-weight:600;line-height:1;text-decoration:none;transition:color .15s ease,transform .15s ease}.elephas-page-layout__back:hover{color:var(--mmx-color-primary-dark, #17368f);transform:translate(-2px)}.elephas-page-layout__back:focus-visible{border-radius:.25rem;outline:3px solid rgba(59,130,246,.25);outline-offset:2px}.elephas-page-layout__back-icon{width:1.1rem;height:1.1rem;flex:0 0 1.1rem}.elephas-page-layout__messages{display:grid;gap:.75rem;margin-bottom:1.25rem}.elephas-page-layout__toolbar{display:grid;gap:1rem;margin-bottom:1.5rem}.elephas-page-layout__search{display:flex;align-items:center;justify-content:flex-start}.elephas-page-layout__filters{min-width:0}.elephas-page-layout__toolbar-extra{display:flex;align-items:center;justify-content:flex-end;gap:.75rem}.elephas-page-layout__content{min-width:0}.elephas-page-layout__footer{margin-top:1.5rem}.elephas-form-section{overflow:hidden;border:1px solid #e4e7ec;border-radius:var(--mmx-radius-lg, .75rem);background:#fff;box-shadow:0 1px 3px #1018280a}.elephas-form-section__header{padding:1.25rem 1.5rem;border-bottom:1px solid #e4e7ec;background:#fcfcfd}.elephas-form-section__title{margin:0;color:#172033;font-size:1rem;font-weight:700}.elephas-form-section__description{margin:.35rem 0 0;color:#667085;font-size:.88rem;line-height:1.5}.elephas-form-section__body{padding:1.5rem}.elephas-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.elephas-form-field{min-width:0}.elephas-form-field--full{grid-column:1 / -1}.elephas-form-field__label{display:block;margin-bottom:.45rem;color:#344054;font-size:.88rem;font-weight:600}.elephas-form-field__required{color:#d92d20}.elephas-form-control{width:100%;min-height:2.75rem;padding:.68rem .8rem;border:1px solid #d0d5dd;border-radius:var(--mmx-radius-md, .625rem);background:#fff;color:#172033;font-family:inherit;font-size:.92rem;transition:border-color .15s ease,box-shadow .15s ease}.elephas-form-control:focus{border-color:var(--mmx-color-primary, #1e40af);box-shadow:0 0 0 3px #1e40af1f;outline:none}.elephas-form-control--error{border-color:#f04438}.elephas-form-field__help{margin:.4rem 0 0;color:#667085;font-size:.78rem;line-height:1.45}.elephas-form-field__error{margin:.4rem 0 0;color:#d92d20;font-size:.78rem;font-weight:600}.elephas-form-actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}.elephas-secondary-button{display:inline-flex;min-height:2.75rem;align-items:center;justify-content:center;padding:.7rem 1rem;border:1px solid #d0d5dd;border-radius:var(--mmx-radius-md, .625rem);background:#fff;color:#344054;font-family:inherit;font-size:.9rem;font-weight:600;text-decoration:none;cursor:pointer}.elephas-secondary-button:hover{border-color:#b8c0cc;background:#f9fafb;color:#172033}.elephas-table-link{color:var(--mmx-color-primary, #1e40af);font-weight:500;text-decoration:none}.elephas-table-link:hover{text-decoration:underline}.elephas-table-empty{color:#98a2b3;font-size:.82rem;font-style:italic}.elephas-status-badge{display:inline-flex;min-height:1.75rem;align-items:center;gap:.4rem;padding:.3rem .65rem;border-radius:999px;font-size:.76rem;font-weight:700;line-height:1;white-space:nowrap}.elephas-status-badge__dot{width:.45rem;height:.45rem;flex:0 0 .45rem;border-radius:50%}.elephas-status-badge--active{border:1px solid #abefc6;background:#ecfdf3;color:#067647}.elephas-status-badge--active .elephas-status-badge__dot{background:#17b26a}.elephas-status-badge--suspended{border:1px solid #fedf89;background:#fffaeb;color:#b54708}.elephas-status-badge--suspended .elephas-status-badge__dot{background:#f79009}.elephas-status-badge--archived{border:1px solid #d0d5dd;background:#f2f4f7;color:#475467}.elephas-status-badge--archived .elephas-status-badge__dot{background:#98a2b3}.elephas-table-actions{text-align:right;white-space:nowrap}.elephas-table-edit{display:inline-flex;min-height:2.25rem;align-items:center;justify-content:center;gap:.4rem;padding:.45rem .7rem;border:1px solid #d0d5dd;border-radius:var(--mmx-radius-md, .625rem);background:#fff;color:#344054;font-size:.82rem;font-weight:600;line-height:1;text-decoration:none;transition:border-color .15s ease,background-color .15s ease,color .15s ease,box-shadow .15s ease}.elephas-table-edit svg{width:1rem;height:1rem}.elephas-table-edit:hover{border-color:#1e40af59;background:#1e40af0d;color:var(--mmx-color-primary, #1e40af);box-shadow:0 1px 3px #10182814}.elephas-danger-zone{margin-top:2rem;padding:1.25rem 1.5rem;border:1px solid #fecdca;border-radius:var(--mmx-radius-lg, .75rem);background:snow}.elephas-danger-zone__content{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.elephas-danger-zone__title{margin:0;color:#912018;font-size:1rem;font-weight:700}.elephas-danger-zone__description{max-width:46rem;margin:.4rem 0 0;color:#7a271a;font-size:.86rem;line-height:1.5}.elephas-danger-zone__notice{margin:.85rem 0 0;color:#b42318;font-size:.8rem;font-weight:600}.elephas-danger-button{display:inline-flex;min-height:2.6rem;align-items:center;justify-content:center;padding:.65rem .9rem;border:1px solid #d92d20;border-radius:var(--mmx-radius-md, .625rem);background:#d92d20;color:#fff;font-family:inherit;font-size:.86rem;font-weight:650;cursor:pointer}.elephas-danger-button:hover{background:#b42318}.elephas-danger-button:disabled{opacity:.5;cursor:not-allowed}.elephas-table-restore{display:inline-flex;min-height:2.25rem;align-items:center;justify-content:center;gap:.4rem;padding:.45rem .7rem;border:1px solid #b2ddff;border-radius:var(--mmx-radius-md, .625rem);background:#eff8ff;color:#175cd3;font-family:inherit;font-size:.82rem;font-weight:600;line-height:1;cursor:pointer}.elephas-table-restore svg{width:1rem;height:1rem}.elephas-table-restore:hover{border-color:#84caff;background:#d1e9ff}.elephas-action-menu{position:relative;display:inline-block}.elephas-action-menu__trigger{display:inline-flex;min-height:2.25rem;align-items:center;justify-content:center;gap:.4rem;padding:.45rem .7rem;border:1px solid #d0d5dd;border-radius:var(--mmx-radius-md, .625rem);background:#fff;color:#344054;font-size:.82rem;font-weight:600;line-height:1;list-style:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.elephas-action-menu__trigger::-webkit-details-marker{display:none}.elephas-action-menu__trigger svg{width:1rem;height:1rem}.elephas-action-menu__trigger:hover{border-color:#1e40af59;background:#1e40af0a;box-shadow:0 1px 3px #10182814}.elephas-action-menu[open]>.elephas-action-menu__trigger{border-color:#1e40af73;background:#1e40af0f;color:var(--mmx-color-primary, #1e40af)}.elephas-action-menu__panel{position:absolute;top:calc(100% + .4rem);right:0;z-index:50;width:-moz-max-content;width:max-content;min-width:11rem;overflow:hidden;border:1px solid #e4e7ec;border-radius:var(--mmx-radius-md, .625rem);background:#fff;box-shadow:0 10px 24px #1018281f,0 2px 6px #1018280f}.elephas-action-menu[data-floating=true]>.elephas-action-menu__panel{position:fixed;right:auto;z-index:1000}.elephas-action-menu--left .elephas-action-menu__panel{right:auto;left:0}.elephas-action-menu__item{display:flex;width:100%;min-height:2.5rem;align-items:center;gap:.55rem;padding:.65rem .8rem;border:0;border-bottom:1px solid #f2f4f7;background:#fff;color:#344054;font-family:inherit;font-size:.84rem;font-weight:550;text-align:left;text-decoration:none;white-space:nowrap;cursor:pointer}.elephas-action-menu__item:last-child{border-bottom:0}.elephas-action-menu__item:hover{background:#f9fafb;color:#172033}.elephas-action-menu__item--success{color:#067647}.elephas-action-menu__item--success:hover{background:#ecfdf3;color:#05603a}.elephas-action-menu__item--danger{color:#b42318}.elephas-action-menu__item--danger:hover{background:#fef3f2;color:#912018}.elephas-action-menu__item-icon{display:inline-grid;width:1rem;height:1rem;flex:0 0 1rem;place-items:center}.elephas-action-menu__item-icon svg{width:1rem;height:1rem}.elephas-action-menu__item:disabled{background:#fff;color:#98a2b3;cursor:not-allowed;opacity:.65}.elephas-action-menu__item:disabled:hover{background:#fff;color:#98a2b3}.elephas-primary-button{position:relative}.elephas-primary-button__normal,.elephas-primary-button__processing{align-items:center;justify-content:center;gap:9px}.elephas-primary-button__normal{display:inline-flex}.elephas-primary-button__processing{display:none}.elephas-primary-button.is-processing{cursor:wait;pointer-events:none;opacity:.88}.elephas-primary-button.is-processing .elephas-primary-button__normal{display:none}.elephas-primary-button.is-processing .elephas-primary-button__processing{display:inline-flex}.elephas-primary-button.is-processing:hover,.elephas-primary-button.is-processing:active{transform:none}@media(max-width:768px){.elephas-page-header{align-items:stretch;flex-direction:column}.elephas-page-header__actions{justify-content:stretch}.elephas-page-header__actions>*{width:100%}.elephas-primary-button,.elephas-search-bar{width:100%}.elephas-search-bar__button{display:none}.elephas-data-table__toolbar{align-items:stretch;flex-direction:column}.elephas-data-table__head th,.elephas-data-table__body td{padding-right:.8rem;padding-left:.8rem}.elephas-data-table__footer{align-items:stretch;flex-direction:column}.elephas-form-grid{grid-template-columns:1fr}.elephas-form-field--full{grid-column:auto}.elephas-form-actions{align-items:stretch;flex-direction:column-reverse}.elephas-form-actions>*{width:100%}.elephas-danger-zone__content{align-items:stretch;flex-direction:column}.elephas-danger-button{width:100%}}.elephas-alert{--elephas-alert-accent: #2563eb;--elephas-alert-border: #bfdbfe;--elephas-alert-background: #eff6ff;--elephas-alert-title: #1e3a8a;--elephas-alert-text: #334155;position:relative;display:grid;grid-template-columns:42px minmax(0,1fr);gap:14px;align-items:start;width:100%;padding:16px 18px;border:1px solid var(--elephas-alert-border);border-left:4px solid var(--elephas-alert-accent);border-radius:14px;background:var(--elephas-alert-background);box-shadow:0 8px 24px #0f172a0d}.elephas-alert+.elephas-alert{margin-top:12px}.elephas-alert__icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;color:var(--elephas-alert-accent);background:#ffffffb8;box-shadow:inset 0 0 0 1px #ffffffb3,0 4px 12px #0f172a0f}.elephas-alert__icon svg{width:21px;height:21px}.elephas-alert__content{min-width:0;padding-top:1px}.elephas-alert__title{margin:0;color:var(--elephas-alert-title);font-size:14px;font-weight:800;line-height:1.35}.elephas-alert__message{margin-top:4px;color:var(--elephas-alert-text);font-size:14px;line-height:1.55}.elephas-alert__message ul{margin:6px 0 0;padding-left:18px}.elephas-alert__message li+li{margin-top:3px}.elephas-alert__dismiss{position:absolute;top:12px;right:12px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:9px;color:var(--elephas-alert-title);background:transparent;cursor:pointer;transition:background-color .16s ease,transform .16s ease}.elephas-alert__dismiss:hover{background:#ffffffbf}.elephas-alert__dismiss:active{transform:scale(.94)}.elephas-alert__dismiss:focus-visible{outline:3px solid color-mix(in srgb,var(--elephas-alert-accent) 28%,transparent);outline-offset:2px}.elephas-alert__dismiss svg{width:17px;height:17px}.elephas-alert--success{--elephas-alert-accent: #16a34a;--elephas-alert-border: #bbf7d0;--elephas-alert-background: #f0fdf4;--elephas-alert-title: #166534;--elephas-alert-text: #365e42}.elephas-alert--info{--elephas-alert-accent: #2563eb;--elephas-alert-border: #bfdbfe;--elephas-alert-background: #eff6ff;--elephas-alert-title: #1e3a8a;--elephas-alert-text: #334e78}.elephas-alert--warning{--elephas-alert-accent: #d97706;--elephas-alert-border: #fde68a;--elephas-alert-background: #fffbeb;--elephas-alert-title: #92400e;--elephas-alert-text: #6b4f24}.elephas-alert--danger{--elephas-alert-accent: #dc2626;--elephas-alert-border: #fecaca;--elephas-alert-background: #fef2f2;--elephas-alert-title: #991b1b;--elephas-alert-text: #7f1d1d}.elephas-alert:has(.elephas-alert__dismiss){padding-right:54px}@media(max-width:640px){.elephas-alert{grid-template-columns:36px minmax(0,1fr);gap:11px;padding:14px;border-radius:12px}.elephas-alert:has(.elephas-alert__dismiss){padding-right:48px}.elephas-alert__icon{width:36px;height:36px;border-radius:10px}.elephas-alert__icon svg{width:18px;height:18px}.elephas-alert__title,.elephas-alert__message{font-size:13px}.elephas-alert__dismiss{top:10px;right:9px}}.elephas-client-portal{min-height:calc(100vh - 5rem);padding:2rem 1rem 4rem}.elephas-client-portal__container{width:min(100%,74rem);margin:0 auto}.elephas-client-portal__success{display:flex;align-items:center;gap:.75rem;padding:.9rem 1rem;border:1px solid rgba(5,150,105,.24);border-radius:var(--mmx-radius-lg, .75rem);background:#ecfdf5eb;color:#047857;font-size:.88rem;font-weight:650;line-height:1.5}.elephas-client-portal__success-icon{display:grid;width:1.75rem;height:1.75rem;flex:0 0 1.75rem;place-items:center;border-radius:999px;background:#0596691f}.elephas-client-portal__success-icon svg{width:1.1rem;height:1.1rem}.elephas-client-portal__context{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.5rem;border:1px solid rgba(30,64,175,.14);border-radius:var(--mmx-radius-lg, .75rem);background:linear-gradient(135deg,#1e40af14,#0ea5e90a),#fff;box-shadow:0 1px 3px #1018280d}.elephas-client-portal__context-label{margin:0 0 .35rem;color:var(--mmx-color-primary, #1e40af);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.elephas-client-portal__context-name{margin:0;color:#172033;font-size:clamp(1.2rem,2vw,1.55rem);font-weight:800;line-height:1.25}.elephas-client-portal__context-key{display:inline-flex;align-items:center;margin-top:.65rem;padding:.3rem .65rem;border:1px solid rgba(30,64,175,.16);border-radius:999px;background:#ffffffd1;color:#344054;font-size:.78rem;font-weight:700}.elephas-client-portal__context-status{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .75rem;border:1px solid rgba(5,150,105,.2);border-radius:999px;background:#ecfdf5e6;color:#047857;font-size:.8rem;font-weight:700;white-space:nowrap}.elephas-client-portal__context-status:before{width:.5rem;height:.5rem;border-radius:999px;background:#10b981;content:""}.elephas-client-portal__traffic-context{overflow:hidden;border:1px solid rgba(30,64,175,.2);border-radius:var(--mmx-radius-lg, .75rem);background:#fff;box-shadow:0 1px 3px #1018280d,0 10px 28px #1e40af0f}.elephas-client-portal__traffic-context-header{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.35rem 1.5rem;border-bottom:1px solid rgba(30,64,175,.14);background:linear-gradient(135deg,#1e40af1a,#0ea5e90a)}.elephas-client-portal__traffic-context-title{margin:0;color:#172033;font-size:clamp(1.3rem,2vw,1.65rem);font-weight:850;line-height:1.2}.elephas-client-portal__traffic-reference{padding:.65rem 1rem;border-radius:.7rem;background:#1e3a66;color:#fff;font-size:clamp(1.05rem,2vw,1.35rem);font-weight:900;letter-spacing:.025em;line-height:1.2;overflow-wrap:anywhere}.elephas-client-portal__traffic-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0}.elephas-client-portal__traffic-item{min-width:0;padding:1.15rem 1.25rem;border-right:1px solid #e4e7ec;border-bottom:1px solid #e4e7ec}.elephas-client-portal__traffic-item:nth-child(4n){border-right:0}.elephas-client-portal__traffic-item--wide{grid-column:1 / -1;border-right:0}.elephas-client-portal__traffic-item dt{margin-bottom:.4rem;color:#667085;font-size:.76rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.elephas-client-portal__traffic-item dd{margin:0;color:#101828;font-size:clamp(1rem,1.5vw,1.15rem);font-weight:800;line-height:1.4;overflow-wrap:anywhere}.elephas-client-portal__metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;margin-top:1.25rem}.elephas-client-portal__metric{display:block;min-width:0;padding:1.15rem;border:1px solid #e4e7ec;border-radius:var(--mmx-radius-lg, .75rem);background:#fff;box-shadow:0 1px 3px #1018280a;text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.elephas-client-portal__metric-icon{display:grid;width:2.3rem;height:2.3rem;margin-bottom:.9rem;place-items:center;border-radius:.65rem;background:#1e40af14;color:#1e40af}.elephas-client-portal__metric-icon svg{width:1.2rem;height:1.2rem}.elephas-client-portal__metric--completed .elephas-client-portal__metric-icon{background:#ecfeff;color:#0e7490}.elephas-client-portal__metric--pending .elephas-client-portal__metric-icon{background:#fff7ed;color:#c2410c}.elephas-client-portal__metric--assigned .elephas-client-portal__metric-icon{background:#eef2ff;color:#4338ca}.elephas-client-portal__metric--reviewed .elephas-client-portal__metric-icon{background:#ecfdf5;color:#047857}.elephas-client-portal__metric-value{display:block;color:#172033;font-size:1.65rem;font-weight:800;line-height:1}.elephas-client-portal__metric-label{display:block;margin-top:.5rem;color:#667085;font-size:.82rem;font-weight:600;line-height:1.35}.elephas-client-portal__metric[href]{cursor:pointer}.elephas-client-portal__metric[href]:hover{border-color:#1e40af59;box-shadow:0 6px 16px #10182814;transform:translateY(-2px)}.elephas-client-portal__metric.is-active{border-color:#1e40af80;box-shadow:0 0 0 3px #1e40af14,0 4px 12px #1018280f}.elephas-client-portal__action.is-active{border-color:#1e40af73;background:#1e40af09}.elephas-client-portal__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.25rem}.elephas-client-portal__action{display:flex;min-width:0;align-items:center;gap:1rem;padding:1.15rem;border:1px solid #e4e7ec;border-radius:var(--mmx-radius-lg, .75rem);background:#fff;color:inherit;text-align:left;text-decoration:none;box-shadow:0 1px 3px #1018280a;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.elephas-client-portal__action:hover{border-color:#1e40af4d;box-shadow:0 8px 20px #10182814;transform:translateY(-1px)}.elephas-client-portal__action--disabled{cursor:not-allowed;opacity:.72}.elephas-client-portal__action--disabled:hover{border-color:#e4e7ec;box-shadow:0 1px 3px #1018280a;transform:none}.elephas-client-portal__action-icon{display:grid;width:2.75rem;height:2.75rem;flex:0 0 2.75rem;place-items:center;border-radius:.75rem;background:#1e40af14;color:#1e40af}.elephas-client-portal__action-icon svg{width:1.4rem;height:1.4rem}.elephas-client-portal__action-content{min-width:0}.elephas-client-portal__action-title{display:block;color:#172033;font-size:.92rem;font-weight:750}.elephas-client-portal__action-description{display:block;margin-top:.25rem;color:#667085;font-size:.8rem;line-height:1.4}.elephas-client-portal__action-tag{margin-left:auto;padding:.28rem .55rem;border-radius:999px;background:#f2f4f7;color:#667085;font-size:.68rem;font-weight:800;letter-spacing:.04em;white-space:nowrap;text-transform:uppercase}.elephas-client-portal__section{margin-top:2rem}.elephas-client-portal__section-heading{margin-bottom:1rem}.elephas-client-portal__section-title{margin:0;color:#172033;font-size:1.1rem;font-weight:800}.elephas-client-portal__section-description{margin:.3rem 0 0;color:#667085;font-size:.86rem}.elephas-client-portal__traffic-number{color:#172033;font-weight:800}.elephas-client-portal__status{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .6rem;border:1px solid rgba(30,64,175,.16);border-radius:999px;background:#1e40af0f;color:#1e40af;font-size:.75rem;font-weight:700;white-space:nowrap}.elephas-client-portal__evidence-button{display:inline-flex;min-height:2.15rem;align-items:center;justify-content:center;gap:.4rem;padding:.4rem .7rem;border:1px solid rgba(30,64,175,.22);border-radius:.6rem;background:#fff;color:#1e40af;font-size:.78rem;font-weight:700;cursor:pointer}.elephas-client-portal__evidence-button:hover{background:#1e40af0d}.elephas-client-portal__muted{color:#98a2b3;font-size:.8rem;font-style:italic}.elephas-client-portal__document-value{display:block;color:#344054;font-size:.8rem;font-weight:700;line-height:1.45;white-space:nowrap}.elephas-client-portal__document-value+.elephas-client-portal__document-value{margin-top:.3rem}.elephas-client-portal__row-actions{display:flex;width:-moz-max-content;width:max-content;min-width:7.75rem;align-items:stretch;flex-direction:column;gap:.4rem;margin-left:auto;white-space:nowrap}.elephas-client-portal__row-actions .elephas-client-portal__invoice-button,.elephas-client-portal__row-actions .elephas-client-portal__evidence-button{width:100%}.elephas-client-portal__invoice-button{display:inline-flex;align-items:center;justify-content:center;min-height:2.25rem;padding:.45rem .7rem;border:1px solid rgba(30,64,175,.3);border-radius:.6rem;background:#1e40af;color:#fff;font-size:.75rem;font-weight:750;line-height:1.2;text-align:center;text-decoration:none;white-space:nowrap;box-shadow:0 2px 5px #1e40af24;transition:background .15s ease,box-shadow .15s ease,transform .15s ease}.elephas-client-portal__invoice-button:hover{background:#1d4ed8;box-shadow:0 4px 9px #1e40af33;transform:translateY(-1px)}.elephas-client-portal__invoice-button:focus-visible{outline:3px solid rgba(59,130,246,.28);outline-offset:2px}@media(max-width:900px){.elephas-client-portal__metrics,.elephas-client-portal__traffic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.elephas-client-portal__traffic-item:nth-child(4n){border-right:1px solid #e4e7ec}.elephas-client-portal__traffic-item:nth-child(2n){border-right:0}.elephas-client-portal__traffic-item--wide{border-right:0}}@media(max-width:640px){.elephas-client-portal{padding:1.25rem .75rem 3rem}.elephas-client-portal__context{align-items:flex-start;flex-direction:column}.elephas-client-portal__metrics,.elephas-client-portal__actions{grid-template-columns:1fr}.elephas-client-portal__action-tag{display:none}.elephas-client-portal__traffic-context-header{align-items:flex-start;flex-direction:column;padding:1.15rem}.elephas-client-portal__traffic-reference{width:100%;box-sizing:border-box;text-align:center}.elephas-client-portal__traffic-grid{grid-template-columns:1fr}.elephas-client-portal__traffic-item,.elephas-client-portal__traffic-item:nth-child(2n),.elephas-client-portal__traffic-item:nth-child(4n){border-right:0}.elephas-client-portal__traffic-table{border:0;background:transparent;box-shadow:none}.elephas-client-portal__traffic-table .elephas-data-table__scroll{overflow:visible}.elephas-client-portal__traffic-table .elephas-data-table__table,.elephas-client-portal__traffic-table .elephas-data-table__body{display:block;width:100%}.elephas-client-portal__traffic-table .elephas-data-table__head{display:none}.elephas-client-portal__traffic-table .elephas-data-table__body{display:grid;gap:1rem}.elephas-client-portal__traffic-table .elephas-data-table__body tr{display:block;overflow:hidden;border:1px solid #dbe4f0;border-radius:.85rem;background:#fff;box-shadow:0 2px 7px #1018280d}.elephas-client-portal__traffic-table .elephas-data-table__body td{display:grid;grid-template-columns:minmax(6.75rem,.8fr) minmax(0,1fr);gap:.75rem;align-items:start;padding:.75rem .9rem;border-bottom:1px solid #edf1f6;text-align:left!important;overflow-wrap:anywhere}.elephas-client-portal__traffic-table .elephas-data-table__body td:before{color:#667085;content:attr(data-label);font-size:.67rem;font-weight:800;letter-spacing:.07em;line-height:1.4;text-transform:uppercase}.elephas-client-portal__traffic-table .elephas-data-table__body td:first-child{padding-top:.9rem;background:#eff6ffb8}.elephas-client-portal__traffic-table .elephas-data-table__body td:last-child{grid-template-columns:1fr;padding-bottom:.9rem;border-bottom:0;background:#f8fafc}.elephas-client-portal__traffic-table .elephas-data-table__body td:last-child:before{margin-bottom:.1rem}.elephas-client-portal__traffic-table .elephas-client-portal__traffic-number{color:#1e40af;font-size:.95rem}.elephas-client-portal__traffic-table .elephas-client-portal__row-actions{width:100%;min-width:0;margin-left:0}.elephas-client-portal__traffic-table .elephas-data-table__footer{margin-top:1rem}}.elephas-client-invoice{display:grid;gap:1.25rem;margin-top:1.5rem}.elephas-client-invoice__upload{display:flex;align-items:center;gap:1.25rem;padding:1.4rem;border:1px solid rgba(30,64,175,.25);border-radius:var(--mmx-radius-lg, .75rem);background:linear-gradient(135deg,#eff6fff2,#fffffffa);box-shadow:0 2px 8px #1018280a}.elephas-client-invoice__upload-icon{display:grid;width:3.5rem;height:3.5rem;flex:0 0 3.5rem;place-items:center;border-radius:1rem;background:#1e40af1a;color:#1e40af}.elephas-client-invoice__upload-icon svg{width:1.75rem;height:1.75rem}.elephas-client-invoice__upload-content{min-width:0}.elephas-client-invoice__upload-title,.elephas-client-invoice__section-title{margin:0;color:#172033;font-size:1rem;font-weight:750}.elephas-client-invoice__upload-description,.elephas-client-invoice__section-description{margin:.35rem 0 0;color:#667085;font-size:.84rem;line-height:1.5}.elephas-client-invoice__file-trigger{display:inline-flex;min-height:2.65rem;align-items:center;justify-content:center;margin-top:1rem;padding:.65rem 1rem;border-radius:.6rem;background:#1e40af;color:#fff;cursor:pointer;font-size:.84rem;font-weight:750;transition:background .15s ease,box-shadow .15s ease,transform .15s ease}.elephas-client-invoice__file-trigger:hover{background:#1d4ed8;box-shadow:0 6px 14px #1e40af2e;transform:translateY(-1px)}.elephas-client-invoice__file-input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap}.elephas-client-invoice__file-input:focus-visible+.elephas-client-invoice__upload-help{outline:2px solid #1e40af;outline-offset:3px}.elephas-client-invoice__upload-help{margin:.65rem 0 0;color:#667085;font-size:.76rem}.elephas-client-invoice__workspace{display:grid;grid-template-columns:minmax(0,.95fr) minmax(24rem,1.05fr);gap:1.25rem;align-items:stretch}.elephas-client-invoice__fields,.elephas-client-invoice__viewer{min-width:0;overflow:hidden;border:1px solid #e4e7ec;border-radius:var(--mmx-radius-lg, .75rem);background:#fff;box-shadow:0 1px 3px #1018280a}.elephas-client-invoice__section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.15rem 1.25rem;border-bottom:1px solid #e4e7ec}.elephas-client-invoice__section-step{margin:0 0 .25rem;color:#1e40af;font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.elephas-client-invoice__waiting-badge{flex:0 0 auto;padding:.3rem .6rem;border-radius:999px;background:#f2f4f7;color:#667085;font-size:.66rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.elephas-client-invoice__fields-body{padding:1.25rem}.elephas-client-invoice__fields-body .corp-control:disabled{border-color:#e4e7ec;background:#f8fafc;color:#98a2b3;cursor:not-allowed;opacity:1}.elephas-client-invoice__observations{margin-top:1.25rem}.elephas-client-invoice__viewer{display:flex;min-height:32rem;flex-direction:column}.elephas-client-invoice__viewer-empty{display:grid;flex:1;place-content:center;justify-items:center;padding:2rem;color:#667085;text-align:center}.elephas-client-invoice__viewer-empty:has([data-factura-intake-preview]){display:block;padding:0}.elephas-client-invoice__viewer-empty strong{margin-top:1rem;color:#172033;font-size:1rem}.elephas-client-invoice__viewer-empty>span:last-child{max-width:24rem;margin-top:.45rem;font-size:.82rem;line-height:1.55}.elephas-client-invoice__viewer-icon{display:grid;width:4rem;height:4rem;place-items:center;border:1px solid rgba(30,64,175,.14);border-radius:999px;background:#1e40af0f;color:#1e40af}.elephas-client-invoice__viewer-icon svg{width:1.8rem;height:1.8rem}.elephas-client-invoice__notice,.elephas-client-invoice__actions{margin-top:0}@media(max-width:900px){.elephas-client-invoice__workspace{grid-template-columns:1fr}.elephas-client-invoice__viewer{min-height:25rem}}@media(max-width:640px){.elephas-client-invoice__upload{align-items:flex-start;padding:1.1rem}.elephas-client-invoice__upload-icon{width:2.75rem;height:2.75rem;flex-basis:2.75rem;border-radius:.75rem}.elephas-client-invoice__section-header{flex-direction:column}.elephas-client-invoice__viewer{min-height:21rem}}.elephas-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:310px;padding:42px 28px;text-align:center;background:radial-gradient(circle at center,rgba(37,99,235,.045) 0,rgba(37,99,235,.015) 35%,transparent 68%)}.elephas-empty-state__visual{position:relative;display:flex;align-items:center;justify-content:center;width:118px;height:118px;margin-bottom:22px}.elephas-empty-state__ring{position:absolute;border-radius:999px;border:1px solid rgba(31,58,132,.1)}.elephas-empty-state__ring--outer{width:118px;height:118px}.elephas-empty-state__ring--inner{width:88px;height:88px;background:#1f3a8409}.elephas-empty-state__icon{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:62px;height:62px;border:1px solid rgba(31,58,132,.12);border-radius:20px;color:#1f3a84;background:#fff;box-shadow:0 14px 32px #0f172a17,inset 0 0 0 1px #ffffffd9}.elephas-empty-state__icon svg{width:29px;height:29px}.elephas-empty-state__content{width:100%;max-width:500px}.elephas-empty-state__title{margin:0;color:#0f172a;font-size:20px;font-weight:800;line-height:1.35;letter-spacing:-.015em}.elephas-empty-state__message{max-width:440px;margin:9px auto 0;color:#64748b;font-size:14px;line-height:1.65}.elephas-empty-state__extra{margin-top:14px;color:#64748b;font-size:13px;line-height:1.6}.elephas-empty-state__actions{display:flex;justify-content:center;margin-top:23px}.elephas-empty-state__button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:42px;padding:10px 17px;border:1px solid #1f3a84;border-radius:11px;color:#fff;background:#1f3a84;box-shadow:0 8px 18px #1f3a842b;font-size:13px;font-weight:750;line-height:1;text-decoration:none;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.elephas-empty-state__button:hover{color:#fff;background:#182f6c;border-color:#182f6c;box-shadow:0 11px 24px #1f3a843b;transform:translateY(-1px)}.elephas-empty-state__button:active{transform:translateY(0)}.elephas-empty-state__button:focus-visible{outline:3px solid rgba(37,99,235,.25);outline-offset:3px}.elephas-empty-state__button svg{width:16px;height:16px}.elephas-empty-state--compact{min-height:210px;padding:30px 22px}.elephas-empty-state--compact .elephas-empty-state__visual{width:88px;height:88px;margin-bottom:17px}.elephas-empty-state--compact .elephas-empty-state__ring--outer{width:88px;height:88px}.elephas-empty-state--compact .elephas-empty-state__ring--inner{width:68px;height:68px}.elephas-empty-state--compact .elephas-empty-state__icon{width:48px;height:48px;border-radius:15px}.elephas-empty-state--compact .elephas-empty-state__icon svg{width:23px;height:23px}.elephas-empty-state--compact .elephas-empty-state__title{font-size:17px}.elephas-empty-state--compact .elephas-empty-state__message{font-size:13px}@media(max-width:640px){.elephas-empty-state{min-height:270px;padding:34px 18px}.elephas-empty-state__visual{width:96px;height:96px;margin-bottom:18px}.elephas-empty-state__ring--outer{width:96px;height:96px}.elephas-empty-state__ring--inner{width:72px;height:72px}.elephas-empty-state__icon{width:52px;height:52px;border-radius:16px}.elephas-empty-state__icon svg{width:25px;height:25px}.elephas-empty-state__title{font-size:18px}.elephas-empty-state__message{font-size:13px}}.elephas-error-page{min-height:100vh;margin:0;color:#0f172a;background:radial-gradient(circle at 12% 16%,rgba(37,99,235,.12),transparent 32%),radial-gradient(circle at 88% 84%,rgba(14,165,233,.1),transparent 30%),linear-gradient(145deg,#f8fafc,#eef4ff,#f8fafc)}.elephas-error-page__main{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:42px 24px}.elephas-error-page__shell{width:min(100%,1080px)}.elephas-error-page__brand{display:inline-flex;align-items:center;gap:13px;margin-bottom:22px}.elephas-error-page__brand-mark{display:grid;flex:0 0 auto;place-items:center;width:44px;height:44px;border-radius:14px;color:#fff;background:linear-gradient(145deg,#2563eb,#1e40af);box-shadow:0 12px 30px #2563eb38,inset 0 1px #ffffff3d;font-size:21px;font-weight:800;letter-spacing:-.04em}.elephas-error-page__brand-name,.elephas-error-page__brand-caption{margin:0}.elephas-error-page__brand-name{color:#0f172a;font-size:15px;font-weight:800;letter-spacing:-.015em}.elephas-error-page__brand-caption{margin-top:2px;color:#64748b;font-size:12px;line-height:1.4}.elephas-error-page__card{position:relative;display:grid;grid-template-columns:minmax(270px,.8fr) minmax(0,1.2fr);overflow:hidden;min-height:520px;border:1px solid rgba(148,163,184,.25);border-radius:28px;background:#ffffffeb;box-shadow:0 30px 80px #0f172a1f,0 4px 14px #0f172a0a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.elephas-error-page__visual{position:relative;display:grid;place-items:center;overflow:hidden;min-height:100%;padding:48px 36px;background:linear-gradient(145deg,#0f172a,#172554 52%,#1d4ed8)}.elephas-error-page__visual:before,.elephas-error-page__visual:after{position:absolute;border-radius:999px;content:""}.elephas-error-page__visual:before{top:-110px;left:-90px;width:280px;height:280px;background:#ffffff0f}.elephas-error-page__visual:after{right:-130px;bottom:-160px;width:340px;height:340px;background:#38bdf81f}.elephas-error-page__ring{position:absolute;border-radius:999px;border:1px solid rgba(255,255,255,.14)}.elephas-error-page__ring--outer{width:270px;height:270px;animation:elephas-error-pulse 6s ease-in-out infinite}.elephas-error-page__ring--inner{width:205px;height:205px;border-color:#fff3;animation:elephas-error-pulse 6s ease-in-out .9s infinite}.elephas-error-page__code{position:relative;z-index:1;color:#fff;font-size:clamp(72px,9vw,126px);font-weight:900;line-height:1;letter-spacing:-.075em;text-shadow:0 18px 40px rgba(0,0,0,.22)}.elephas-error-page__content{display:flex;flex-direction:column;justify-content:center;padding:64px}.elephas-error-page__eyebrow{margin:0 0 14px;color:#2563eb;font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.elephas-error-page__title{max-width:620px;margin:0;color:#0f172a;font-size:clamp(34px,4vw,54px);font-weight:850;line-height:1.04;letter-spacing:-.045em}.elephas-error-page__message{max-width:610px;margin:22px 0 0;color:#526176;font-size:16px;line-height:1.75}.elephas-error-page__details{max-width:610px;margin-top:22px;padding:15px 17px;border:1px solid #dbe7f5;border-radius:13px;color:#475569;background:#f8fafc;font-size:13px;line-height:1.6}.elephas-error-page__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.elephas-error-page__button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 19px;border:1px solid transparent;border-radius:12px;font-size:14px;font-weight:750;text-decoration:none;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease,border-color .16s ease}.elephas-error-page__button:hover{transform:translateY(-1px)}.elephas-error-page__button:active{transform:translateY(0)}.elephas-error-page__button:focus-visible{outline:3px solid rgba(37,99,235,.24);outline-offset:3px}.elephas-error-page__button--primary{color:#fff;background:#2563eb;box-shadow:0 10px 25px #2563eb38}.elephas-error-page__button--primary:hover{background:#1d4ed8;box-shadow:0 14px 30px #2563eb47}.elephas-error-page__button--secondary{color:#334155;border-color:#d8e0ea;background:#fff}.elephas-error-page__button--secondary:hover{border-color:#b9c6d6;background:#f8fafc}.elephas-error-page__footer{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:20px;color:#7c899b;font-size:12px}@keyframes elephas-error-pulse{0%,to{opacity:.65;transform:scale(1)}50%{opacity:1;transform:scale(1.045)}}@media(max-width:820px){.elephas-error-page__main{align-items:flex-start;padding:28px 18px}.elephas-error-page__card{grid-template-columns:1fr;min-height:auto;border-radius:22px}.elephas-error-page__visual{min-height:250px;padding:36px 24px}.elephas-error-page__ring--outer{width:220px;height:220px}.elephas-error-page__ring--inner{width:165px;height:165px}.elephas-error-page__content{padding:42px 30px 46px}}@media(max-width:520px){.elephas-error-page__main{padding:20px 13px}.elephas-error-page__brand{margin-left:4px}.elephas-error-page__brand-caption{display:none}.elephas-error-page__visual{min-height:205px}.elephas-error-page__ring--outer{width:180px;height:180px}.elephas-error-page__ring--inner{width:135px;height:135px}.elephas-error-page__content{padding:34px 22px 38px}.elephas-error-page__message{margin-top:17px;font-size:14px;line-height:1.65}.elephas-error-page__actions{flex-direction:column;margin-top:26px}.elephas-error-page__button{width:100%}.elephas-error-page__footer{flex-wrap:wrap;padding:0 12px;text-align:center}}@media(prefers-reduced-motion:reduce){.elephas-error-page__ring{animation:none}.elephas-error-page__button{transition:none}}.elephas-spinner{--elephas-spinner-size: 24px;--elephas-spinner-width: 3px;--elephas-spinner-color: #2563eb;--elephas-spinner-track: rgba(37, 99, 235, .18);display:inline-flex;align-items:center;justify-content:center;gap:12px;color:var(--elephas-spinner-color);vertical-align:middle}.elephas-spinner__visual{position:relative;display:inline-block;flex:0 0 auto;width:var(--elephas-spinner-size);height:var(--elephas-spinner-size)}.elephas-spinner__track,.elephas-spinner__indicator{position:absolute;inset:0;border:var(--elephas-spinner-width) solid transparent;border-radius:999px}.elephas-spinner__track{border-color:var(--elephas-spinner-track)}.elephas-spinner__indicator{border-top-color:var(--elephas-spinner-color);border-right-color:var(--elephas-spinner-color);animation:elephas-spinner-rotate .72s linear infinite}.elephas-spinner__label{color:currentColor;font-size:14px;font-weight:700;line-height:1.2}.elephas-spinner--xs{--elephas-spinner-size: 14px;--elephas-spinner-width: 2px}.elephas-spinner--sm{--elephas-spinner-size: 18px;--elephas-spinner-width: 2px}.elephas-spinner--md{--elephas-spinner-size: 24px;--elephas-spinner-width: 3px}.elephas-spinner--lg{--elephas-spinner-size: 34px;--elephas-spinner-width: 4px}.elephas-spinner--xl{--elephas-spinner-size: 44px;--elephas-spinner-width: 5px}.elephas-spinner--primary{--elephas-spinner-color: #2563eb;--elephas-spinner-track: rgba(37, 99, 235, .18)}.elephas-spinner--light{--elephas-spinner-color: #ffffff;--elephas-spinner-track: rgba(255, 255, 255, .32)}.elephas-spinner--muted{--elephas-spinner-color: #64748b;--elephas-spinner-track: rgba(100, 116, 139, .2)}.elephas-spinner--success{--elephas-spinner-color: #16a34a;--elephas-spinner-track: rgba(22, 163, 74, .18)}.elephas-spinner--warning{--elephas-spinner-color: #d97706;--elephas-spinner-track: rgba(217, 119, 6, .2)}.elephas-spinner--danger{--elephas-spinner-color: #dc2626;--elephas-spinner-track: rgba(220, 38, 38, .18)}@keyframes elephas-spinner-rotate{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.elephas-spinner__indicator{animation-duration:1.4s}}.elephas-toast-container{position:fixed;z-index:10000;top:22px;right:22px;display:flex;flex-direction:column;align-items:flex-end;gap:12px;width:min(390px,calc(100vw - 32px));pointer-events:none}.elephas-toast{--elephas-toast-accent: #2563eb;--elephas-toast-icon-background: #eff6ff;--elephas-toast-icon-color: #2563eb;position:relative;display:grid;grid-template-columns:42px minmax(0,1fr) 32px;gap:12px;overflow:hidden;width:100%;padding:15px 14px 17px 16px;border:1px solid rgba(148,163,184,.25);border-radius:15px;color:#0f172a;background:#fffffff7;box-shadow:0 20px 48px #0f172a29,0 3px 10px #0f172a0f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);pointer-events:auto;transform:translate(calc(100% + 40px));opacity:0;transition:transform .26s cubic-bezier(.22,1,.36,1),opacity .22s ease}.elephas-toast.is-visible{transform:translate(0);opacity:1}.elephas-toast.is-leaving{transform:translate(calc(100% + 40px));opacity:0}.elephas-toast__accent{position:absolute;inset:0 auto 0 0;width:4px;background:var(--elephas-toast-accent)}.elephas-toast__icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;color:var(--elephas-toast-icon-color);background:var(--elephas-toast-icon-background)}.elephas-toast__icon svg{width:21px;height:21px}.elephas-toast__content{min-width:0;padding-top:1px}.elephas-toast__title,.elephas-toast__message{margin:0}.elephas-toast__title{color:#172033;font-size:14px;font-weight:800;line-height:1.35}.elephas-toast__message{margin-top:4px;color:#64748b;font-size:13px;line-height:1.5;overflow-wrap:anywhere}.elephas-toast__dismiss{display:inline-grid;place-items:center;width:32px;height:32px;padding:0;border:0;border-radius:9px;color:#64748b;background:transparent;cursor:pointer;transition:color .15s ease,background-color .15s ease,transform .15s ease}.elephas-toast__dismiss:hover{color:#0f172a;background:#f1f5f9}.elephas-toast__dismiss:active{transform:scale(.94)}.elephas-toast__dismiss:focus-visible{outline:3px solid rgba(37,99,235,.22);outline-offset:2px}.elephas-toast__dismiss svg{width:17px;height:17px}.elephas-toast__progress{position:absolute;right:0;bottom:0;left:0;height:3px;background:linear-gradient(90deg,var(--elephas-toast-accent),color-mix(in srgb,var(--elephas-toast-accent) 68%,white));transform-origin:left center}.elephas-toast--success{--elephas-toast-accent: #16a34a;--elephas-toast-icon-background: #f0fdf4;--elephas-toast-icon-color: #15803d}.elephas-toast--info{--elephas-toast-accent: #2563eb;--elephas-toast-icon-background: #eff6ff;--elephas-toast-icon-color: #2563eb}.elephas-toast--warning{--elephas-toast-accent: #d97706;--elephas-toast-icon-background: #fffbeb;--elephas-toast-icon-color: #b45309}.elephas-toast--danger{--elephas-toast-accent: #dc2626;--elephas-toast-icon-background: #fef2f2;--elephas-toast-icon-color: #dc2626}@media(max-width:640px){.elephas-toast-container{top:14px;right:14px;left:14px;width:auto}.elephas-toast{grid-template-columns:38px minmax(0,1fr) 30px;gap:10px;padding:13px 12px 16px 14px;border-radius:13px}.elephas-toast__icon{width:38px;height:38px;border-radius:10px}.elephas-toast__title{font-size:13px}.elephas-toast__message{font-size:12px}}@media(prefers-reduced-motion:reduce){.elephas-toast{transition-duration:1ms}.elephas-toast__progress{display:none}}.elephas-modal{--elephas-modal-accent: #2563eb;--elephas-modal-icon-background: #eff6ff;--elephas-modal-icon-color: #2563eb;width:min(calc(100% - 32px),520px);max-width:none;max-height:min(88vh,760px);margin:auto;padding:0;overflow:visible;border:0;border-radius:20px;color:#0f172a;background:transparent}.elephas-modal--sm{width:min(calc(100% - 32px),430px)}.elephas-modal--md{width:min(calc(100% - 32px),520px)}.elephas-modal--lg{width:min(calc(100% - 32px),720px)}.elephas-modal::backdrop{background:#0f172a94;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.elephas-modal__surface{position:relative;overflow:hidden;border:1px solid rgba(148,163,184,.26);border-radius:20px;background:#fff;box-shadow:0 30px 90px #0f172a42,0 8px 24px #0f172a1a;opacity:0;transform:translateY(14px) scale(.975);transition:opacity .2s ease,transform .24s cubic-bezier(.22,1,.36,1)}.elephas-modal.is-visible .elephas-modal__surface{opacity:1;transform:translateY(0) scale(1)}.elephas-modal.is-closing .elephas-modal__surface{opacity:0;transform:translateY(8px) scale(.985)}.elephas-modal__surface:before{position:absolute;inset:0 auto 0 0;width:4px;background:var(--elephas-modal-accent);content:""}.elephas-modal__header{display:grid;grid-template-columns:48px minmax(0,1fr) 36px;gap:14px;align-items:start;padding:24px 24px 20px 27px}.elephas-modal__icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;color:var(--elephas-modal-icon-color);background:var(--elephas-modal-icon-background)}.elephas-modal__icon svg{width:23px;height:23px}.elephas-modal__heading{min-width:0;padding-top:2px}.elephas-modal__title,.elephas-modal__description{margin:0}.elephas-modal__title{color:#172033;font-size:19px;font-weight:800;line-height:1.3;letter-spacing:-.015em}.elephas-modal__description{margin-top:6px;color:#64748b;font-size:14px;line-height:1.55}.elephas-modal__close{display:grid;place-items:center;width:36px;height:36px;padding:0;border:0;border-radius:10px;color:#64748b;background:transparent;cursor:pointer;transition:color .15s ease,background-color .15s ease,transform .15s ease}.elephas-modal__close:hover{color:#0f172a;background:#f1f5f9}.elephas-modal__close:active{transform:scale(.94)}.elephas-modal__close:focus-visible{outline:3px solid rgba(37,99,235,.22);outline-offset:2px}.elephas-modal__close svg{width:18px;height:18px}.elephas-modal__body{max-height:min(48vh,400px);padding:0 24px 24px 89px;overflow-y:auto;color:#475569;font-size:14px;line-height:1.65}.elephas-modal__body>:first-child{margin-top:0}.elephas-modal__body>:last-child{margin-bottom:0}.elephas-modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:17px 24px;border-top:1px solid #e8edf3;background:#f8fafc}.elephas-modal__button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 17px;border:1px solid transparent;border-radius:11px;font-size:14px;font-weight:750;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease}.elephas-modal__button:hover{transform:translateY(-1px)}.elephas-modal__button:active{transform:translateY(0)}.elephas-modal__button:focus-visible{outline:3px solid rgba(37,99,235,.22);outline-offset:2px}.elephas-modal__button--secondary{color:#334155;border-color:#d7e0ea;background:#fff}.elephas-modal__button--secondary:hover{border-color:#b9c6d4;background:#f8fafc}.elephas-modal__button--primary{color:#fff;background:#2563eb;box-shadow:0 8px 20px #2563eb33}.elephas-modal__button--primary:hover{background:#1d4ed8}.elephas-modal__button--warning{color:#fff;background:#d97706;box-shadow:0 8px 20px #d9770633}.elephas-modal__button--warning:hover{background:#b45309}.elephas-modal__button--danger{color:#fff;background:#dc2626;box-shadow:0 8px 20px #dc262633}.elephas-modal__button--danger:hover{background:#b91c1c}.elephas-modal--info{--elephas-modal-accent: #2563eb;--elephas-modal-icon-background: #eff6ff;--elephas-modal-icon-color: #2563eb}.elephas-modal--success{--elephas-modal-accent: #16a34a;--elephas-modal-icon-background: #f0fdf4;--elephas-modal-icon-color: #15803d}.elephas-modal--warning{--elephas-modal-accent: #d97706;--elephas-modal-icon-background: #fffbeb;--elephas-modal-icon-color: #b45309}.elephas-modal--danger{--elephas-modal-accent: #dc2626;--elephas-modal-icon-background: #fef2f2;--elephas-modal-icon-color: #dc2626}body.elephas-modal-open{overflow:hidden}@media(max-width:640px){.elephas-modal{width:calc(100% - 24px);max-height:calc(100vh - 24px)}.elephas-modal__header{grid-template-columns:42px minmax(0,1fr) 34px;gap:11px;padding:20px 18px 17px 21px}.elephas-modal__icon{width:42px;height:42px;border-radius:12px}.elephas-modal__icon svg{width:21px;height:21px}.elephas-modal__title{font-size:17px}.elephas-modal__description{font-size:13px}.elephas-modal__body{max-height:42vh;padding:0 18px 21px}.elephas-modal__footer{flex-direction:column-reverse;padding:15px 18px 18px}.elephas-modal__button{width:100%}}@media(prefers-reduced-motion:reduce){.elephas-modal__surface{transition-duration:1ms}}.mmx-invoice-assignment{margin-top:22px;padding:22px;border:1px solid var(--corp-border);border-radius:14px;background:#f8fafc}.mmx-invoice-assignment[hidden],.mmx-invoice-option[hidden]{display:none}.mmx-invoice-assignment__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.mmx-invoice-assignment__title{margin:0;color:var(--corp-text);font-size:17px;font-weight:800}.mmx-invoice-assignment__help{margin:5px 0 0;color:var(--corp-text-muted);font-size:14px}.mmx-invoice-assignment__count{flex:0 0 auto;padding:5px 10px;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:13px;font-weight:800}.mmx-invoice-assignment__empty{padding:20px;border:1px dashed var(--corp-border);border-radius:12px;color:var(--corp-text-muted);text-align:center;background:#fff}.mmx-invoice-assignment__list{display:grid;gap:10px}.mmx-invoice-option{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px;border:1px solid var(--corp-border);border-radius:12px;background:#fff;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.mmx-invoice-option:hover{border-color:#93c5fd;box-shadow:0 8px 20px #2563eb14;transform:translateY(-1px)}.mmx-invoice-option:has(input:checked){border-color:#2563eb;background:#eff6ff;box-shadow:0 0 0 2px #2563eb1f}.mmx-invoice-option__checkbox{width:18px;height:18px;accent-color:#2563eb}.mmx-invoice-option__number{display:block;color:var(--corp-text);font-weight:800}.mmx-invoice-option__meta{display:flex;flex-wrap:wrap;gap:6px 12px;margin-top:4px;color:var(--corp-text-muted);font-size:13px}.mmx-invoice-option__actions{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.mmx-invoice-option__provider{padding:5px 9px;border-radius:999px;background:#ecfdf5;color:#047857;font-size:12px;font-weight:800;white-space:nowrap}.mmx-invoice-option__provider.is-different{background:#fff7ed;color:#c2410c}.mmx-invoice-option__document{color:#1d4ed8;font-size:13px;font-weight:700;text-decoration:none}.mmx-invoice-option__document:hover{text-decoration:underline}@media(max-width:768px){.mmx-invoice-assignment__header{flex-direction:column}.mmx-invoice-option{grid-template-columns:auto minmax(0,1fr)}.mmx-invoice-option__actions{grid-column:2;align-items:flex-start}}.mmx-guide-capture{margin-top:22px;padding:22px;border:1px solid var(--corp-border);border-radius:14px;background:#f8fafc}.mmx-guide-capture__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.mmx-guide-capture__title{margin:0;color:var(--corp-text);font-size:17px;font-weight:800}.mmx-guide-capture__help{margin:5px 0 0;color:var(--corp-text-muted);font-size:14px}.mmx-guide-capture__add,.mmx-guide-row__remove{border:1px solid #93c5fd;border-radius:10px;background:#fff;color:#1d4ed8;font-weight:800;cursor:pointer}.mmx-guide-capture__add{flex:0 0 auto;padding:9px 14px}.mmx-guide-capture__list{display:grid;gap:12px;margin-top:16px}.mmx-guide-capture__empty{margin-top:16px;padding:20px;border:1px dashed var(--corp-border);border-radius:12px;color:var(--corp-text-muted);text-align:center;background:#fff}.mmx-guide-row{padding:16px;border:1px solid var(--corp-border);border-radius:12px;background:#fff}.mmx-guide-row__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.mmx-guide-row__title{margin:0;color:var(--corp-text);font-size:15px;font-weight:800}.mmx-guide-row__remove{padding:6px 10px;border-color:#fecaca;color:#b91c1c}.mmx-guide-row__invoices{margin-top:14px}.mmx-guide-row__invoices-title{display:block;margin-bottom:4px;color:var(--corp-text);font-size:13px;font-weight:800}.mmx-guide-row__invoices-help{display:block;margin-bottom:10px;color:var(--corp-text-muted);font-size:12px;line-height:1.45}.mmx-guide-row__invoice-list{display:flex;flex-wrap:wrap;gap:8px}.mmx-guide-row__invoice{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid var(--corp-border);border-radius:999px;color:var(--corp-text);font-size:13px;background:#fff}.mmx-guide-row__invoice:has(input:checked){border-color:#2563eb;color:#1d4ed8;background:#eff6ff}.mmx-guide-row__invoice input{accent-color:#2563eb}.mmx-guide-row__invoice-empty{color:var(--corp-text-muted);font-size:13px}.mmx-guide-row__invoice[hidden],.mmx-guide-capture__empty[hidden],.mmx-guide-row__invoice-empty[hidden]{display:none}@media(max-width:768px){.mmx-guide-capture__header{flex-direction:column}}.mmx-reception-flow{display:grid;gap:18px}.mmx-reception-step{overflow:hidden;border:1px solid #dbe4f0;border-radius:16px;background:#fff;box-shadow:0 8px 24px #0f172a0d}.mmx-reception-step__header{display:flex;align-items:flex-start;gap:14px;padding:18px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.mmx-reception-step__number{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#1d4ed8;color:#fff;font-size:15px;font-weight:800}.mmx-reception-step__heading{min-width:0}.mmx-reception-step__title{margin:0;color:#0f172a;font-size:18px;font-weight:800;line-height:1.3}.mmx-reception-step__help{margin:4px 0 0;color:#64748b;font-size:14px;line-height:1.5}.mmx-reception-step__body{padding:20px}.mmx-reception-step--primary{border-color:#93c5fd;box-shadow:0 0 0 3px #2563eb14,0 10px 28px #2563eb14}.mmx-reception-step--primary .mmx-reception-step__header{background:#eff6ff}.mmx-reception-step--evidence .mmx-reception-step__number{background:#0891b2}.mmx-reception-step--invoices .mmx-reception-step__number{background:#7c3aed}.mmx-reception-step--confirmation .mmx-reception-step__number{background:#047857}.mmx-reception-step .mmx-guide-capture,.mmx-reception-step .mmx-invoice-assignment{margin-top:0;padding:0;border:0;border-radius:0;background:transparent}.mmx-reception-step .mmx-evidence-picker{margin-top:0}.mmx-reception-step__body>.corp-form-grid{margin-top:0}.mmx-reception-review{display:grid;gap:18px}.mmx-reception-review__notice{padding:14px 16px;border:1px solid #bbf7d0;border-radius:12px;background:#f0fdf4;color:#166534;font-size:14px;line-height:1.5}.mmx-reception-review .corp-actions{margin-top:0}@media(min-width:769px)and (max-width:1180px){.mmx-reception-step__header{padding:20px 22px}.mmx-reception-step__body{padding:22px}.mmx-reception-step .corp-control,.mmx-reception-step .corp-textarea{min-height:50px;font-size:16px}.mmx-reception-step .mmx-guide-capture__add,.mmx-reception-step .mmx-evidence-btn,.mmx-reception-step .corp-btn-primary,.mmx-reception-step .corp-btn-secondary{min-height:48px}.mmx-reception-step .mmx-invoice-option{min-height:72px}}@media(max-width:768px){.mmx-reception-flow{gap:14px}.mmx-reception-step{border-radius:14px}.mmx-reception-step__header,.mmx-reception-step__body{padding:16px}.mmx-reception-step__title{font-size:17px}.mmx-reception-step .mmx-evidence-actions{display:grid;grid-template-columns:1fr}.mmx-reception-step .mmx-evidence-btn,.mmx-reception-step .corp-btn-primary,.mmx-reception-step .corp-btn-secondary{width:100%;min-height:48px;justify-content:center}.mmx-reception-step .corp-actions{display:grid;grid-template-columns:1fr}}.mmx-evidence-collection__header{margin-bottom:12px;color:#16325c;font-size:14px;font-weight:800}.mmx-evidence-collection__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:14px}.mmx-evidence-card{display:grid;grid-template-columns:112px minmax(0,1fr);gap:14px;min-width:0;padding:12px;border:1px solid #dbe4f0;border-radius:14px;background:#fff}.mmx-evidence-card__media{display:flex;align-items:center;justify-content:center;width:112px;height:112px;overflow:hidden;padding:0;border:1px solid #cbd5e1;border-radius:12px;background:#e2e8f0;cursor:pointer}.mmx-evidence-card__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mmx-evidence-card__media.is-document{padding:10px;color:#334155;font-size:13px;font-weight:900;cursor:default}.mmx-evidence-card__information{display:flex;flex-direction:column;min-width:0}.mmx-evidence-card__sequence{color:#2563eb;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.mmx-evidence-card__name{overflow:hidden;margin-top:5px;color:#172033;font-size:13px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.mmx-evidence-card__size{margin-top:3px;color:#64748b;font-size:12px}.mmx-evidence-card__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:10px}.mmx-evidence-card__view,.mmx-evidence-card__remove{min-height:36px;padding:7px 11px;border-radius:9px;background:#fff;font-size:12px;font-weight:800;cursor:pointer}.mmx-evidence-card__view{border:1px solid #93c5fd;color:#1d4ed8}.mmx-evidence-card__remove{border:1px solid #fecaca;color:#b91c1c}.mmx-evidence-card__view:hover{background:#eff6ff}.mmx-evidence-card__remove:hover{background:#fef2f2}.mmx-evidence-preview[hidden]{display:none}.mmx-evidence-preview{position:fixed;z-index:10020;inset:0;display:flex;align-items:center;justify-content:center;padding:24px}.mmx-evidence-preview__backdrop{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:#0f172ad1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer}.mmx-evidence-preview__dialog{position:relative;z-index:1;display:flex;flex-direction:column;width:min(100%,980px);max-height:calc(100vh - 48px);overflow:hidden;border:1px solid rgba(255,255,255,.24);border-radius:18px;background:#0f172a;box-shadow:0 28px 80px #00000073}.mmx-evidence-preview__image{display:block;width:100%;max-height:calc(100vh - 130px);-o-object-fit:contain;object-fit:contain;background:#020617}.mmx-evidence-preview__caption{overflow:hidden;padding:14px 58px 14px 18px;color:#fff;font-size:14px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.mmx-evidence-preview__close{position:absolute;z-index:2;top:12px;right:12px;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:#0f172ad1;color:#fff;cursor:pointer;font-size:28px;line-height:1}@media(min-width:769px)and (max-width:1180px){.mmx-evidence-card__view,.mmx-evidence-card__remove{min-height:44px;padding-right:14px;padding-left:14px}}@media(max-width:640px){.mmx-evidence-collection__grid{grid-template-columns:1fr}.mmx-evidence-card{grid-template-columns:96px minmax(0,1fr)}.mmx-evidence-card__media{width:96px;height:96px}.mmx-evidence-card__view,.mmx-evidence-card__remove{flex:1 1 auto;min-height:44px}.mmx-evidence-preview{align-items:stretch;padding:10px}.mmx-evidence-preview__dialog{justify-content:center;max-height:calc(100vh - 20px);border-radius:14px}.mmx-evidence-preview__image{max-height:calc(100vh - 90px)}}.mmx-invoice-viewer[hidden]{display:none}.mmx-invoice-viewer{position:fixed;z-index:10020;inset:0;display:flex;align-items:center;justify-content:center;padding:24px}.mmx-invoice-viewer__backdrop{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:#0f172ab8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer}.mmx-invoice-viewer__dialog{position:relative;z-index:1;display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:min(100%,1080px);height:min(90vh,860px);overflow:hidden;border:1px solid #cbd5e1;border-radius:18px;background:#fff;box-shadow:0 28px 80px #0f172a52,0 10px 28px #0f172a2e}.mmx-invoice-viewer__header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.mmx-invoice-viewer__heading{min-width:0}.mmx-invoice-viewer__eyebrow{display:block;margin-bottom:3px;color:#7c3aed;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.mmx-invoice-viewer__title{margin:0;overflow:hidden;color:#0f172a;font-size:20px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.mmx-invoice-viewer__close{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:1px solid #cbd5e1;border-radius:50%;background:#fff;color:#334155;cursor:pointer;font-size:26px;line-height:1}.mmx-invoice-viewer__close:hover{border-color:#94a3b8;background:#f1f5f9}.mmx-invoice-viewer__content{display:flex;min-height:0;overflow:auto;background:#e2e8f0}.mmx-invoice-viewer__frame{display:block;width:100%;height:100%;min-height:520px;border:0;background:#fff}.mmx-invoice-viewer__image{display:block;width:100%;height:100%;margin:auto;-o-object-fit:contain;object-fit:contain;background:#0f172a}.mmx-invoice-viewer__unsupported{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:32px;color:#475569;text-align:center;background:#fff}.mmx-invoice-viewer__unsupported-icon{margin-bottom:4px;font-size:52px}.mmx-invoice-viewer__footer{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:13px 20px;border-top:1px solid #e2e8f0;background:#fff}.mmx-invoice-viewer__help{margin:0;color:#64748b;font-size:13px}.mmx-invoice-viewer__external{flex:0 0 auto;color:#1d4ed8;font-size:13px;font-weight:800;text-decoration:none}.mmx-invoice-viewer__external:hover{text-decoration:underline}@media(max-width:768px){.mmx-invoice-viewer{align-items:stretch;padding:10px}.mmx-invoice-viewer__dialog{height:auto;max-height:calc(100vh - 20px);border-radius:14px}.mmx-invoice-viewer__header{padding:14px 16px}.mmx-invoice-viewer__title{font-size:17px}.mmx-invoice-viewer__frame{min-height:60vh}.mmx-invoice-viewer__footer{align-items:flex-start;flex-direction:column;gap:8px;padding:12px 16px}}.mmx-dashboard-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:var(--mmx-space-lg);margin-top:var(--mmx-space-lg)}.mmx-operation-content{padding-top:var(--mmx-space-md)}.mmx-operation-container{max-width:100%}@media(max-width:1200px){.mmx-dashboard-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.mmx-dashboard-subtitle{display:none!important}}.mmx-status-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:24px}.mmx-status-summary-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;padding:14px}.mmx-status-summary-item span{display:block;color:#6b7280;font-size:12px;font-weight:700;margin-bottom:6px}.mmx-status-summary-item strong{display:block;color:#111827;font-size:15px;font-weight:800}@media(max-width:640px){.mmx-status-summary{grid-template-columns:1fr}}.mmx-mobile-action-row{display:flex;gap:10px;margin-bottom:20px;flex-wrap:wrap}.mmx-mobile-action-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 14px;border-radius:12px;background:#eff6ff;color:#2563eb;font-weight:800;text-decoration:none;border:1px solid #bfdbfe}.mmx-mobile-action-danger{background:#fef2f2;color:#b91c1c;border-color:#fecaca}@media(max-width:640px){.mmx-mobile-action-button{flex:1 1 0}}:root{--display-bg-primary: #07101e;--display-bg-secondary: #0b1728;--display-bg-tertiary: #101d30;--display-panel-bg: rgba(10, 20, 36, .94);--display-panel-bg-soft: rgba(15, 27, 46, .88);--display-card-bg-start: rgba(20, 36, 59, .96);--display-card-bg-end: rgba(12, 24, 42, .94);--display-grid-header-start: rgba(18, 48, 82, .98);--display-grid-header-end: rgba(13, 35, 61, .98);--display-row-bg-start: rgba(20, 34, 55, .78);--display-row-bg-end: rgba(11, 23, 40, .7);--display-row-alt-bg-start: rgba(27, 43, 67, .82);--display-row-alt-bg-end: rgba(15, 29, 49, .74);--display-text-primary: #f8fafc;--display-text-secondary: #a8b4c7;--display-text-muted: #7f8da3;--display-text-heading: #c7ddfb;--display-border-soft: rgba(148, 163, 184, .14);--display-border-medium: rgba(148, 163, 184, .2);--display-border-strong: rgba(96, 165, 250, .42);--display-accent-blue: #2495ff;--display-accent-blue-soft: rgba(40,140,255,.12);--display-accent-green: #22c55e;--display-accent-green-soft: rgba(41,215,110,.12);--display-accent-orange: #ff9500;--display-accent-orange-soft: rgba(255,166,0,.12);--display-accent-red: #ff4560;--display-accent-red-soft: rgba(255,76,96,.12);--display-state-success: #4ade80;--display-state-warning: #facc15;--display-state-danger: #fb7185;--display-shadow-panel: 0 24px 60px rgba(0, 0, 0, .34);--display-shadow-card: 0 10px 24px rgba(0, 0, 0, .2);--display-shadow-grid: 0 16px 36px rgba(0, 0, 0, .26);--display-inner-highlight: inset 0 1px 0 rgba(255, 255, 255, .045);--display-radius-shell: 1rem;--display-radius-card: .75rem;--display-radius-grid: .9rem;--display-transition-fast: .16s ease;--display-transition-normal: .24s ease;--display-priority-warning: rgba(245, 158, 11, .035);--display-priority-warning-edge: rgba(245, 158, 11, .11);--display-priority-danger: rgba(244, 63, 94, .028);--display-priority-danger-edge: rgba(244, 63, 94, .08);--display-priority-critical: rgba(244, 63, 94, .075);--display-priority-critical-edge: rgba(244, 63, 94, .22)}html,body{min-height:100%}body.elephas-display-body{margin:0;min-height:100vh;overflow-x:hidden;background:radial-gradient(circle at top right,var(--display-accent-blue-soft),transparent 34%),linear-gradient(145deg,var(--display-bg-primary) 0%,var(--display-bg-secondary) 48%,var(--display-bg-tertiary) 100%);color:var(--display-text-primary);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.elephas-display-shell{box-sizing:border-box;width:100%;min-height:100vh;padding:clamp(.5rem,.8vw,1.5rem)}.elephas-display-center{display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;gap:clamp(.45rem,.65vw,.75rem);box-sizing:border-box;width:100%;height:calc(100vh - clamp(1rem,1.6vw,2rem));min-height:0;padding:clamp(.7rem,1vw,1rem);border:1px solid var(--display-border-medium);border-radius:clamp(.75rem,1vw,1.1rem);background:var(--display-panel-bg);box-shadow:var(--display-shadow-panel),var(--display-inner-highlight);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.elephas-display-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:2.75rem}.elephas-display-header>div:first-child{display:flex;align-items:baseline;gap:clamp(.75rem,1vw,1.25rem)}.elephas-display-eyebrow{margin:0;color:#60a5fa;font-size:clamp(.58rem,.62vw,.78rem);font-weight:800;letter-spacing:.18em;text-transform:uppercase}.elephas-display-title{margin:0;color:#f8fafc;font-size:clamp(2rem,2.1vw,2.5rem);font-weight:800;line-height:1;letter-spacing:-.025em}.elephas-display-status{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem .7rem;border:1px solid rgba(74,222,128,.3);border-radius:999px;background:#16a34a1f;color:#86efac;font-size:clamp(.62rem,.7vw,.85rem);font-weight:800;letter-spacing:.1em}.elephas-display-live-dot{width:.55rem;height:.55rem;border-radius:50%;background:#4ade80;box-shadow:0 0 0 .3rem #4ade801f,0 0 1rem #4ade80b3;animation:livePulse 2.8s infinite ease-in-out}.elephas-display-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(.35rem,.5vw,.6rem)}.elephas-display-kpi{--kpi-accent: var(--display-text-secondary);--kpi-accent-soft: rgba(148, 163, 184, .12);position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.5rem;min-height:3.25rem;padding:.55rem .8rem .55rem 1rem;overflow:hidden;border:1px solid var(--display-border-medium);border-radius:var(--display-radius-card);background:radial-gradient(circle at 88% 50%,var(--kpi-accent-soft),transparent 68%),linear-gradient(145deg,var(--display-card-bg-start),var(--display-card-bg-end));box-shadow:var(--display-shadow-card),var(--display-inner-highlight);transition:border-color var(--display-transition-normal),background var(--display-transition-normal),transform var(--display-transition-fast)}.elephas-display-kpi--active{--kpi-accent: var(--display-accent-blue);--kpi-accent-soft: var(--display-accent-blue-soft)}.elephas-display-kpi--success{--kpi-accent: var(--display-accent-green);--kpi-accent-soft: var(--display-accent-green-soft)}.elephas-display-kpi--warning{--kpi-accent: var(--display-accent-orange);--kpi-accent-soft: var(--display-accent-orange-soft)}.elephas-display-kpi--danger{--kpi-accent: var(--display-accent-red);--kpi-accent-soft: var(--display-accent-red-soft)}.elephas-display-kpi--compliance{--kpi-accent: var(--display-accent-green);--kpi-accent-soft: var(--display-accent-green-soft)}.elephas-display-kpi:before{content:"";position:absolute;inset:0 auto 0 0;width:.25rem;background:var(--kpi-accent);box-shadow:0 0 .65rem var(--kpi-accent)}.elephas-display-kpi-label{color:var(--display-text-secondary);font-size:clamp(.76rem,.84vw,.95rem);font-weight:750;line-height:1.1;letter-spacing:.015em}.elephas-display-kpi-value{color:var(--kpi-accent);font-size:clamp(1.55rem,2vw,2.55rem);font-weight:850;line-height:1;letter-spacing:-.04em;font-variant-numeric:tabular-nums}.elephas-display-content{min-width:0;min-height:0;overflow:hidden}.elephas-operation-grid{--operation-grid-columns: minmax(0, 12fr) minmax(0, 28fr) minmax(0, 14fr) minmax(0, 22fr) minmax(0, 12fr) minmax(0, 12fr);display:grid;grid-template-rows:auto minmax(0,1fr);width:100%;height:100%;min-width:0;min-height:0;overflow:hidden;border:1px solid var(--display-border-medium);border-radius:var(--display-radius-grid);background:var(--display-panel-bg);box-shadow:var(--display-shadow-grid),var(--display-inner-highlight)}.elephas-operation-grid-header{position:relative;z-index:5;display:grid;grid-template-columns:var(--operation-grid-columns);align-items:center;min-height:clamp(2.6rem,3vw,3.25rem);border-bottom:1px solid var(--display-border-strong);background:linear-gradient(180deg,var(--display-grid-header-start),var(--display-grid-header-end))}.elephas-operation-grid-heading{display:flex;align-items:center;box-sizing:border-box;height:100%;padding:0 clamp(.75rem,1.1vw,1.35rem);border-right:1px solid rgba(148,163,184,.16);color:var(--display-text-heading);font-size:clamp(.84rem,1vw,1.2rem);font-weight:850;line-height:1;letter-spacing:.12em;text-transform:uppercase}.elephas-operation-grid-heading:last-child{border-right:0}.elephas-operation-grid-body{position:relative;z-index:1;scroll-behavior:smooth;min-width:0;min-height:0;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(96,165,250,.45) rgba(15,23,42,.35)}.elephas-operation-grid-body::-webkit-scrollbar{width:8px;background:#60a5fa38}.elephas-operation-grid-body::-webkit-scrollbar-track{background:transparent}.elephas-operation-grid-body::-webkit-scrollbar-thumb{border:2px solid rgba(15,23,42,.35);border-radius:20px;background:#5a82d28c}.elephas-operation-grid-row{position:relative;display:grid;grid-template-columns:var(--operation-grid-columns);align-items:stretch;min-width:0;min-height:clamp(3.9rem,4.4vw,4.75rem);border-bottom:1px solid rgba(255,255,255,.035);background:linear-gradient(90deg,var(--display-row-bg-start),var(--display-row-bg-end))}.elephas-operation-grid-row>.elephas-operation-grid-cell{position:relative;z-index:1}.elephas-operation-grid-row:nth-child(2n){border-bottom:1px solid var(--display-border-soft);background-color:#ffffff03}.elephas-operation-grid-row:last-child{border-bottom:0}.elephas-operation-grid-row--priority-0{--ovi-row-glow: transparent;--ovi-row-edge: transparent;--ovi-focus-glow: transparent}.elephas-operation-grid-row--priority-1{--ovi-row-glow: var(--display-priority-warning);--ovi-row-edge: var(--display-priority-warning-edge);--ovi-focus-glow: rgba(158, 11, .13)}.elephas-operation-grid-row--priority-2{--ovi-row-glow: var(--display-priority-danger);--ovi-row-edge: var(--display-priority-danger-edge);--ovi-focus-glow: rgba(244, 63, 94, .115)}.elephas-operation-grid-row--priority-3{--ovi-row-glow: var(--display-priority-critical);--ovi-row-edge: var(--display-priority-critical-edge);--ovi-focus-glow: rgba(244, 63, 94, .18)}.elephas-operation-grid-row--highlight{background-image:linear-gradient(90deg,var(--ovi-row-edge) 0,var(--ovi-row-glow) 2%,transparent 18%);background-repeat:no-repeat}.elephas-operation-grid-row{position:relative;isolation:isolate}.elephas-operation-grid-row:after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(ellipse 25% 72% at 70% 50%,var(--ovi-focus-glow) 0%,rgba(0,0,0,0) 76%);opacity:0}.elephas-operation-grid-row--highlight:after{opacity:1}.elephas-operation-grid-row--transition{--elephas-transition-signal: rgba(36, 149, 255, .2);--elephas-transition-edge: rgba(36, 149, 255, .12)}.elephas-operation-grid-row--transition[data-transition-semantic=progress]{--elephas-transition-signal: rgba(36, 149, 255, .23);--elephas-transition-edge: rgba(36, 149, 255, .15)}.elephas-operation-grid-row--transition[data-transition-semantic=warning]{--elephas-transition-signal: rgba(245, 158, 11, .28);--elephas-transition-edge: rgba(245, 158, 11, .18)}.elephas-operation-grid-row--transition[data-transition-semantic=critical]{--elephas-transition-signal: rgba(255, 69, 96, .3);--elephas-transition-edge: rgba(255, 69, 96, .2)}.elephas-operation-grid-row--transition[data-transition-semantic=recovery]{--elephas-transition-signal: rgba(34, 197, 94, .27);--elephas-transition-edge: rgba(34, 197, 94, .17)}.elephas-operation-grid-row--transition .elephas-operation-grid-cell--state,.elephas-operation-grid-row--transition .elephas-operation-grid-cell--time{animation:elephas-decision-cell-transition 1.6s ease-out both}@keyframes elephas-decision-cell-transition{0%{background-color:transparent;box-shadow:inset 0 0 0 transparent}18%{background-color:var(--elephas-transition-signal);box-shadow:inset 0 0 18px var(--elephas-transition-edge)}48%{background-color:color-mix(in srgb,var(--elephas-transition-signal) 55%,transparent);box-shadow:inset 0 0 11px var(--elephas-transition-edge)}to{background-color:transparent;box-shadow:inset 0 0 0 transparent}}@media(prefers-reduced-motion:reduce){.elephas-operation-grid-row--transition .elephas-operation-grid-cell--state,.elephas-operation-grid-row--transition .elephas-operation-grid-cell--time{animation:none}}.elephas-operation-grid-row{--operation-row-accent: #64748b}.elephas-operation-grid-row--success{--operation-row-accent: var(--display-state-success)}.elephas-operation-grid-row--warning{--operation-row-accent: var(--display-state-warning)}.elephas-operation-grid-row--danger{--operation-row-accent: var(--display-state-danger)}.elephas-operation-grid-row:before{content:"";position:absolute;inset:0 auto 0 0;width:.22rem;background:var(--operation-row-accent);box-shadow:0 0 10px var(--kpi-accent),0 0 18px color-mix(in srgb,var(--kpi-accent) 45%,transparent);transition:background var(--display-transition-fast),box-shadow var(--display-transition-fast)}.elephas-operation-grid-cell{display:flex;flex-direction:column;justify-content:center;gap:clamp(.25rem,.35vw,.45rem);box-sizing:border-box;min-width:0;padding:clamp(.45rem,.6vw,.7rem) clamp(.65rem,.85vw,1rem);border-right:1px solid rgba(148,163,184,.11)}.elephas-operation-grid-cell:last-child{border-right:0}.elephas-operation-grid-cell--traffic{padding-left:clamp(1rem,1.35vw,1.7rem)}.elephas-operation-grid-traffic-number{overflow:hidden;color:#fff;font-size:clamp(1.15rem,1.55vw,2rem);font-weight:850;line-height:1;letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums}.elephas-operation-grid-client,.elephas-operation-grid-provider{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.elephas-operation-grid-client{color:#f8fafc;font-size:clamp(1.08rem,1.35vw,1.75rem);font-weight:800;line-height:1.05;letter-spacing:-.01em}.elephas-operation-grid-provider{display:flex;align-items:center;gap:.5rem;min-width:0;padding-left:.45rem;margin-top:.12rem;color:var(--display-text-secondary);font-size:clamp(.88rem,.98vw,1.16rem);font-weight:700;line-height:1.1;letter-spacing:.005em;opacity:.96}.elephas-operation-grid-provider-arrow{flex:none;color:var(--display-accent-blue);font-size:.95em;font-weight:800;opacity:.9}.elephas-operation-grid-provider-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.elephas-operation-grid-load{overflow:hidden;color:#e2e8f0;font-size:clamp(.95rem,1.2vw,1.5rem);font-weight:800;line-height:1.05;text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums}.elephas-operation-grid-state,.elephas-operation-grid-stage{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.elephas-operation-grid-state{font-size:clamp(1.02rem,1.28vw,1.65rem);font-weight:850;line-height:1;letter-spacing:.01em;text-transform:uppercase}.elephas-operation-grid-row--success .elephas-operation-grid-state{color:#86efac}.elephas-operation-grid-row--warning .elephas-operation-grid-state{color:#fde047}.elephas-operation-grid-row--danger .elephas-operation-grid-state{color:#fda4af}.elephas-operation-grid-stage{color:var(--display-text-secondary);opacity:.72;font-size:clamp(.82rem,1vw,1.22rem);font-weight:650;line-height:1.1}.elephas-operation-grid-cell--time,.elephas-operation-grid-cell--maximum{align-items:flex-end;text-align:right}.elephas-operation-grid-time,.elephas-operation-grid-maximum{color:#f8fafc;font-size:clamp(1.08rem,1.45vw,1.85rem);font-weight:850;line-height:1;font-variant-numeric:tabular-nums}.elephas-operation-grid-maximum{color:var(--display-text-muted)}.elephas-operation-grid-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;min-height:12rem;padding:2rem;color:#94a3b8;text-align:center}.elephas-operation-grid-empty strong{color:#f8fafc;font-size:clamp(1.25rem,1.8vw,2.25rem);font-weight:800}.elephas-operation-grid-empty span{font-size:clamp(.8rem,1vw,1.2rem);font-weight:650}.elephas-display-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:1rem;color:#64748b;font-size:clamp(.55rem,.62vw,.74rem);font-weight:650;line-height:1}.elephas-display-footer time{color:#cbd5e1;font-variant-numeric:tabular-nums}@keyframes elephas-display-live-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.65;transform:scale(.82)}}@keyframes livePulse{0%{transform:scale(1);opacity:.65;box-shadow:0 0 #33d17a59}50%{transform:scale(1.18);opacity:1;box-shadow:0 0 10px #33d17aa6}to{transform:scale(1);opacity:.65;box-shadow:0 0 #33d17a59}}@media(max-width:1100px){.elephas-display-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:700px){.elephas-display-shell{padding:.75rem}.elephas-display-center{min-height:calc(100vh - 1.5rem);padding:1rem}.elephas-display-header{align-items:flex-start}.elephas-display-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.elephas-display-footer{align-items:flex-start;flex-direction:column}}.elephas-executive-question{display:grid;gap:.5rem}.elephas-executive-question__eyebrow{margin:0;font-size:.75rem;font-weight:700;letter-spacing:.12em;line-height:1.4;text-transform:uppercase;color:var(--elephas-color-primary-600, #2563eb)}.elephas-executive-question__title{margin:0;max-width:52rem;font-size:clamp(1.75rem,3vw,2.75rem);font-weight:700;letter-spacing:-.035em;line-height:1.08;color:var(--elephas-color-text-strong, #0f172a)}.elephas-executive-question__description{margin:0;max-width:46rem;font-size:1rem;line-height:1.65;color:var(--elephas-color-text-muted, #64748b)}.elephas-business-insight{display:flex;gap:1rem;align-items:flex-start;padding:1.125rem 1.25rem;border:1px solid rgba(37,99,235,.16);border-radius:1rem;background:linear-gradient(135deg,#eff6fff2,#f8fafcf2);box-shadow:0 12px 28px #0f172a0d}.elephas-business-insight__icon{display:grid;flex:0 0 2.5rem;width:2.5rem;height:2.5rem;place-items:center;border-radius:.75rem;background:#2563eb1a;color:var(--elephas-color-primary-600, #2563eb)}.elephas-business-insight__icon svg{width:1.35rem;height:1.35rem}.elephas-business-insight__content{display:grid;gap:.35rem}.elephas-business-insight__title{margin:0;font-size:.72rem;font-weight:800;letter-spacing:.11em;line-height:1.4;text-transform:uppercase;color:var(--elephas-color-primary-700, #1d4ed8)}.elephas-business-insight__message{font-size:.98rem;line-height:1.65;color:var(--elephas-color-text, #334155)}.elephas-business-insight__message>:first-child{margin-top:0}.elephas-business-insight__message>:last-child{margin-bottom:0}.elephas-executive-value{display:flex;gap:1rem;align-items:stretch;padding:1.25rem 1.375rem;border:1px solid rgba(15,23,42,.08);border-radius:1rem;background:#fff;box-shadow:0 16px 38px #0f172a12}.elephas-executive-value__marker{flex:0 0 .3rem;overflow:hidden;border-radius:999px;background:#0f172a14}.elephas-executive-value__marker span{display:block;width:100%;height:100%;background:linear-gradient(180deg,var(--elephas-color-primary-500, #3b82f6),var(--elephas-color-primary-700, #1d4ed8))}.elephas-executive-value__content{display:grid;gap:.4rem;align-content:center}.elephas-executive-value__title{margin:0;font-size:.72rem;font-weight:800;letter-spacing:.11em;line-height:1.4;text-transform:uppercase;color:var(--elephas-color-text-muted, #64748b)}.elephas-executive-value__message{max-width:54rem;font-size:1.05rem;font-weight:650;line-height:1.55;color:var(--elephas-color-text-strong, #0f172a)}.elephas-executive-value__message>:first-child{margin-top:0}.elephas-executive-value__message>:last-child{margin-bottom:0}.elephas-executive-moment{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);gap:1.25rem;align-items:center;overflow:hidden;padding:1.5rem;border:1px solid rgba(37,99,235,.16);border-radius:1.25rem;background:radial-gradient(circle at top right,rgba(59,130,246,.14),transparent 34%),linear-gradient(135deg,#fffffffa,#eff6fffa);box-shadow:0 22px 54px #0f172a1a}.elephas-executive-moment:before{position:absolute;inset:0 auto 0 0;width:.3rem;content:"";background:linear-gradient(180deg,var(--elephas-color-primary-500, #3b82f6),var(--elephas-color-primary-700, #1d4ed8))}.elephas-executive-moment__visual{position:relative;display:grid;width:3.5rem;height:3.5rem;place-items:center;border-radius:1rem;background:var(--elephas-color-primary-600, #2563eb);color:#fff;box-shadow:0 14px 30px #2563eb3d}.elephas-executive-moment__visual svg{position:relative;z-index:2;width:1.65rem;height:1.65rem}.elephas-executive-moment__ring{position:absolute;inset:-.4rem;border:1px solid rgba(37,99,235,.18);border-radius:1.25rem}.elephas-executive-moment__content{display:grid;gap:.4rem}.elephas-executive-moment__eyebrow{margin:0;font-size:.7rem;font-weight:800;letter-spacing:.12em;line-height:1.4;text-transform:uppercase;color:var(--elephas-color-primary-700, #1d4ed8)}.elephas-executive-moment__title{margin:0;font-size:clamp(1.25rem,2vw,1.65rem);font-weight:750;letter-spacing:-.025em;line-height:1.2;color:var(--elephas-color-text-strong, #0f172a)}.elephas-executive-moment__message{max-width:56rem;font-size:1.05rem;font-weight:650;line-height:1.6;color:var(--elephas-color-text-strong, #0f172a)}.elephas-executive-moment__description{margin:0;max-width:54rem;font-size:.94rem;line-height:1.6;color:var(--elephas-color-text-muted, #64748b)}.elephas-executive-moment__actions{margin-top:.6rem}.elephas-executive-moment__action{display:inline-flex;gap:.55rem;align-items:center;font-size:.9rem;font-weight:750;text-decoration:none;color:var(--elephas-color-primary-700, #1d4ed8)}.elephas-executive-moment__action:hover{text-decoration:underline}.elephas-executive-moment__dismiss{position:absolute;top:.8rem;right:.9rem;display:grid;width:2rem;height:2rem;padding:0;place-items:center;border:0;border-radius:999px;background:transparent;font-size:1.35rem;line-height:1;color:var(--elephas-color-text-muted, #64748b);cursor:pointer}.elephas-executive-moment__dismiss:hover{background:#0f172a0f;color:var(--elephas-color-text-strong, #0f172a)}.elephas-executive-journey{display:grid;gap:1rem;padding:1.25rem 1.375rem;border:1px solid rgba(15,23,42,.08);border-radius:1.25rem;background:#fffffff5;box-shadow:0 16px 38px #0f172a0f}.elephas-executive-journey__header{display:flex;gap:1rem;align-items:center;justify-content:space-between}.elephas-executive-journey__title,.elephas-executive-journey__progress{margin:0}.elephas-executive-journey__title{font-size:.72rem;font-weight:800;letter-spacing:.11em;line-height:1.4;text-transform:uppercase;color:var(--elephas-color-text-muted, #64748b)}.elephas-executive-journey__progress{font-size:.78rem;font-weight:700;color:var(--elephas-color-primary-700, #1d4ed8)}.elephas-executive-journey__steps{display:flex;margin:0;padding:0;list-style:none}.elephas-executive-journey__step{position:relative;display:flex;flex:1 1 0;gap:.65rem;align-items:center;min-width:0}.elephas-executive-journey__indicator{position:relative;z-index:2;display:grid;flex:0 0 2rem;width:2rem;height:2rem;place-items:center;border:1px solid rgba(100,116,139,.24);border-radius:999px;background:#fff;font-size:.75rem;font-weight:800;color:var(--elephas-color-text-muted, #64748b)}.elephas-executive-journey__indicator svg{width:1rem;height:1rem}.elephas-executive-journey__label{position:relative;z-index:2;min-width:0;font-size:.82rem;font-weight:700;line-height:1.3;color:var(--elephas-color-text-muted, #64748b)}.elephas-executive-journey__connector{position:absolute;z-index:1;top:50%;right:.75rem;left:2.25rem;height:1px;background:#64748b2e}.elephas-executive-journey__step.is-completed .elephas-executive-journey__indicator{border-color:var(--elephas-color-primary-600, #2563eb);background:var(--elephas-color-primary-600, #2563eb);color:#fff}.elephas-executive-journey__step.is-completed .elephas-executive-journey__label{color:var(--elephas-color-text-strong, #0f172a)}.elephas-executive-journey__step.is-completed .elephas-executive-journey__connector{background:#2563eb66}.elephas-executive-journey__step.is-current .elephas-executive-journey__indicator{border-color:var(--elephas-color-primary-600, #2563eb);background:#2563eb1a;color:var(--elephas-color-primary-700, #1d4ed8);box-shadow:0 0 0 .3rem #2563eb14}.elephas-executive-journey__step.is-current .elephas-executive-journey__label{color:var(--elephas-color-primary-700, #1d4ed8)}.elephas-executive-summary{position:relative;display:grid;gap:1.5rem;overflow:hidden;padding:clamp(1.5rem,3vw,2.25rem);border:1px solid rgba(37,99,235,.16);border-radius:1.5rem;background:radial-gradient(circle at top right,rgba(59,130,246,.18),transparent 32%),radial-gradient(circle at bottom left,rgba(30,64,175,.08),transparent 30%),linear-gradient(145deg,#fffffffc,#eff6fffa);box-shadow:0 28px 70px #0f172a1f}.elephas-executive-summary:before{position:absolute;inset:0 auto 0 0;width:.35rem;content:"";background:linear-gradient(180deg,var(--elephas-color-primary-500, #3b82f6),var(--elephas-color-primary-800, #1e40af))}.elephas-executive-summary__header{display:flex;gap:1.25rem;align-items:center}.elephas-executive-summary__visual{display:grid;flex:0 0 4rem;width:4rem;height:4rem;place-items:center;border-radius:1.15rem;background:linear-gradient(145deg,var(--elephas-color-primary-500, #3b82f6),var(--elephas-color-primary-700, #1d4ed8));color:#fff;box-shadow:0 18px 38px #2563eb47}.elephas-executive-summary__visual svg{width:1.9rem;height:1.9rem}.elephas-executive-summary__heading{display:grid;gap:.35rem}.elephas-executive-summary__eyebrow{margin:0;font-size:.72rem;font-weight:800;letter-spacing:.13em;line-height:1.4;text-transform:uppercase;color:var(--elephas-color-primary-700, #1d4ed8)}.elephas-executive-summary__title{margin:0;font-size:clamp(1.7rem,3vw,2.4rem);font-weight:780;letter-spacing:-.035em;line-height:1.12;color:var(--elephas-color-text-strong, #0f172a)}.elephas-executive-summary__description{margin:0;max-width:52rem;font-size:1rem;line-height:1.65;color:var(--elephas-color-text-muted, #64748b)}.elephas-executive-summary__items{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,15rem),1fr));gap:.85rem;margin:0;padding:0;list-style:none}.elephas-executive-summary__item{display:flex;gap:.8rem;align-items:flex-start;padding:1rem;border:1px solid rgba(15,23,42,.07);border-radius:1rem;background:#ffffffc2}.elephas-executive-summary__item-icon{display:grid;flex:0 0 1.8rem;width:1.8rem;height:1.8rem;place-items:center;border-radius:999px;background:#2563eb1c;color:var(--elephas-color-primary-700, #1d4ed8)}.elephas-executive-summary__item-icon svg{width:.95rem;height:.95rem}.elephas-executive-summary__item-content{display:grid;gap:.2rem}.elephas-executive-summary__item-title{margin:0;font-size:.92rem;font-weight:760;line-height:1.4;color:var(--elephas-color-text-strong, #0f172a)}.elephas-executive-summary__item-description{margin:0;font-size:.82rem;line-height:1.5;color:var(--elephas-color-text-muted, #64748b)}.elephas-executive-summary__content{max-width:58rem;font-size:1rem;line-height:1.75;color:var(--elephas-color-text, #334155)}.elephas-executive-summary__content>:first-child{margin-top:0}.elephas-executive-summary__content>:last-child{margin-bottom:0}.elephas-executive-summary__statement{margin:0;padding:1.25rem 1.4rem;border-left:.25rem solid var(--elephas-color-primary-600, #2563eb);border-radius:0 1rem 1rem 0;background:#2563eb12;font-size:clamp(1.05rem,2vw,1.25rem);font-weight:720;letter-spacing:-.015em;line-height:1.55;color:var(--elephas-color-text-strong, #0f172a)}.elephas-executive-summary__actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.elephas-executive-summary__action{display:inline-flex;gap:.55rem;align-items:center;justify-content:center;min-height:2.75rem;padding:.7rem 1rem;border-radius:.8rem;font-size:.88rem;font-weight:760;line-height:1.2;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease}.elephas-executive-summary__action:hover{transform:translateY(-1px)}.elephas-executive-summary__action--primary{background:var(--elephas-color-primary-700, #1d4ed8);color:#fff;box-shadow:0 12px 24px #1d4ed833}.elephas-executive-summary__action--primary:hover{background:var(--elephas-color-primary-800, #1e40af);color:#fff}.elephas-executive-summary__action--secondary{border:1px solid rgba(15,23,42,.1);background:#ffffffb3;color:var(--elephas-color-text-strong, #0f172a)}.elephas-executive-summary__action--secondary:hover{background:#fff}.elephas-executive-summary__signature{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;padding-top:1rem;border-top:1px solid rgba(15,23,42,.08);font-size:.72rem;font-weight:750;letter-spacing:.08em;line-height:1.5;text-transform:uppercase;color:var(--elephas-color-text-muted, #64748b)}.elephas-executive-layout{--elephas-executive-layout-gap: 2rem;--elephas-executive-layout-width: 72rem;display:grid;gap:var(--elephas-executive-layout-gap);width:100%}.elephas-executive-layout.is-contained{max-width:var(--elephas-executive-layout-width);margin-inline:auto}.elephas-executive-layout__question,.elephas-executive-layout__insight,.elephas-executive-layout__journey,.elephas-executive-layout__workspace,.elephas-executive-layout__moment,.elephas-executive-layout__value,.elephas-executive-layout__summary{min-width:0}.elephas-executive-layout__workspace{position:relative}.elephas-executive-layout--demo{--elephas-executive-layout-gap: 2rem;--elephas-executive-layout-width: 72rem}.elephas-executive-layout--compact{--elephas-executive-layout-gap: 1.25rem;--elephas-executive-layout-width: 64rem}.elephas-executive-layout--compact .elephas-executive-layout__summary{margin-top:.5rem}.elephas-demo-shell{min-height:100vh;background:radial-gradient(circle at top left,rgba(59,130,246,.08),transparent 24rem),var(--elephas-demo-shell-background, #f8fafc);color:var(--elephas-color-text, #334155)}.elephas-demo-shell__header{display:flex;gap:2rem;align-items:center;justify-content:space-between;min-height:5rem;padding:1rem clamp(1.25rem,4vw,3rem);border-bottom:1px solid rgba(15,23,42,.08);background:#ffffffe0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.elephas-demo-shell__brand{display:flex;gap:.9rem;align-items:center;min-width:0}.elephas-demo-shell__brand-mark{display:grid;flex:0 0 2.75rem;width:2.75rem;height:2.75rem;place-items:center;border-radius:.9rem;background:linear-gradient(145deg,var(--elephas-color-primary-600, #2563eb),var(--elephas-color-primary-800, #1e40af));font-size:1rem;font-weight:850;color:#fff;box-shadow:0 12px 26px #2563eb38}.elephas-demo-shell__brand-copy{display:grid;gap:.12rem;min-width:0}.elephas-demo-shell__product,.elephas-demo-shell__platform,.elephas-demo-shell__context span{margin:0}.elephas-demo-shell__product{overflow:hidden;font-size:1rem;font-weight:800;line-height:1.25;text-overflow:ellipsis;white-space:nowrap;color:var(--elephas-color-text-strong, #0f172a)}.elephas-demo-shell__platform{overflow:hidden;font-size:.76rem;font-weight:650;line-height:1.4;text-overflow:ellipsis;white-space:nowrap;color:var(--elephas-color-text-muted, #64748b)}.elephas-demo-shell__context{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;justify-content:flex-end}.elephas-demo-shell__context span{display:inline-flex;align-items:center;min-height:2rem;padding:.38rem .7rem;border:1px solid rgba(15,23,42,.08);border-radius:999px;background:#ffffffb8;font-size:.7rem;font-weight:740;line-height:1.2;color:var(--elephas-color-text-muted, #64748b)}.elephas-demo-shell__environment{border-color:#2563eb2e!important;background:#2563eb14!important;color:var(--elephas-color-primary-700, #1d4ed8)!important}.elephas-demo-shell__session{position:relative}.elephas-demo-shell__session[open]{z-index:20}.elephas-demo-shell__session-trigger{display:inline-flex;align-items:center;gap:.35rem;min-height:2rem;padding:.38rem .7rem;border:1px solid rgba(15,23,42,.08);border-radius:999px;background:#ffffffb8;cursor:pointer;list-style:none;font-size:.7rem;font-weight:740;line-height:1.2;color:var(--elephas-color-text-strong, #0f172a)}.elephas-demo-shell__session-trigger::-webkit-details-marker{display:none}.elephas-demo-shell__session-trigger:hover{border-color:#2563eb33;background:#2563eb0f;color:var(--elephas-color-primary-700, #1d4ed8)}.elephas-demo-shell__session-chevron{min-height:auto!important;padding:0!important;border:0!important;background:transparent!important;color:currentColor!important}.elephas-demo-shell__session-menu{position:absolute;top:calc(100% + .55rem);right:0;width:13rem;padding:.65rem;border:1px solid rgba(15,23,42,.1);border-radius:.9rem;background:#fff;box-shadow:0 18px 42px #0f172a24}.elephas-demo-shell__session-identity{display:grid;gap:.15rem;padding:.45rem .55rem .7rem;border-bottom:1px solid rgba(15,23,42,.07)}.elephas-demo-shell__session-identity small{font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--elephas-color-text-muted, #64748b)}.elephas-demo-shell__session-identity strong{font-size:.82rem;color:var(--elephas-color-text-strong, #0f172a)}.elephas-demo-shell__logout{width:100%;margin-top:.55rem;padding:.65rem .75rem;border:0;border-radius:.7rem;background:transparent;cursor:pointer;text-align:left;font-size:.78rem;font-weight:750;color:#b91c1c}.elephas-demo-shell__logout:hover{background:#b91c1c0f}.elephas-demo-shell__navigation{padding-inline:clamp(1.25rem,4vw,3rem);border-bottom:1px solid rgba(15,23,42,.07);background:#ffffffbd}.elephas-demo-shell__navigation-list{display:flex;gap:.35rem;max-width:78rem;margin-inline:auto;overflow-x:auto;scrollbar-width:none}.elephas-demo-shell__navigation-list::-webkit-scrollbar{display:none}.elephas-demo-shell__navigation-link{position:relative;display:inline-flex;flex:0 0 auto;align-items:center;min-height:3.25rem;padding:.75rem .85rem;font-size:.78rem;font-weight:730;text-decoration:none;color:var(--elephas-color-text-muted, #64748b)}.elephas-demo-shell__navigation-link:hover{color:var(--elephas-color-text-strong, #0f172a)}.elephas-demo-shell__navigation-link.is-active{color:var(--elephas-color-primary-700, #1d4ed8)}.elephas-demo-shell__navigation-link.is-active:after{position:absolute;right:.75rem;bottom:0;left:.75rem;height:.18rem;border-radius:999px 999px 0 0;content:"";background:var(--elephas-color-primary-600, #2563eb)}.elephas-demo-shell__main{padding:clamp(1.5rem,4vw,3.5rem) clamp(1.25rem,4vw,3rem)}.elephas-demo-shell__footer{display:flex;gap:1rem;align-items:center;justify-content:space-between;padding:1.25rem clamp(1.25rem,4vw,3rem);border-top:1px solid rgba(15,23,42,.07);background:#ffffffad;font-size:.68rem;font-weight:650;line-height:1.5;color:var(--elephas-color-text-muted, #64748b)}.elephas-demo-shell__footer>div{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.elephas-purchase-orders-workspace{display:grid;gap:1.25rem;padding:1.35rem;border:1px solid rgba(15,23,42,.08);border-radius:1.25rem;background:#fffffff5;box-shadow:0 18px 44px #0f172a0f}.elephas-purchase-orders-workspace__header{display:flex;gap:1.5rem;align-items:flex-start;justify-content:space-between}.elephas-purchase-orders-workspace__eyebrow,.elephas-purchase-orders-workspace__title,.elephas-purchase-orders-workspace__description,.elephas-purchase-orders-workspace__count strong,.elephas-purchase-orders-workspace__count span{margin:0}.elephas-purchase-orders-workspace__eyebrow{margin-bottom:.3rem;font-size:.7rem;font-weight:800;letter-spacing:.11em;line-height:1.4;text-transform:uppercase;color:var(--elephas-color-primary-700, #1d4ed8)}.elephas-purchase-orders-workspace__title{font-size:1.2rem;font-weight:780;letter-spacing:-.02em;line-height:1.3;color:var(--elephas-color-text-strong, #0f172a)}.elephas-purchase-orders-workspace__description{margin-top:.3rem;font-size:.88rem;line-height:1.55;color:var(--elephas-color-text-muted, #64748b)}.elephas-purchase-orders-workspace__count{display:grid;min-width:7rem;padding:.7rem .85rem;border:1px solid rgba(37,99,235,.12);border-radius:.85rem;background:#2563eb0f;text-align:right}.elephas-purchase-orders-workspace__count strong{font-size:1.15rem;line-height:1.2;color:var(--elephas-color-primary-700, #1d4ed8)}.elephas-purchase-orders-workspace__count span{font-size:.68rem;font-weight:650;color:var(--elephas-color-text-muted, #64748b)}.elephas-purchase-orders-workspace__list{display:grid;gap:.8rem}.elephas-purchase-orders-workspace__empty{display:grid;min-height:10rem;place-items:center;border:1px dashed rgba(100,116,139,.28);border-radius:1rem;background:#f8fafccc;color:var(--elephas-color-text-muted, #64748b)}.elephas-purchase-order-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:stretch;padding:1rem 1.1rem;border:1px solid rgba(15,23,42,.08);border-radius:1rem;background:#fff;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.elephas-purchase-order-card:hover{transform:translateY(-1px);border-color:#2563eb38;box-shadow:0 14px 28px #0f172a12}.elephas-purchase-order-card__main{display:grid;grid-template-columns:minmax(12rem,1.25fr) minmax(18rem,1fr);gap:1.5rem;min-width:0}.elephas-purchase-order-card__identity{display:grid;gap:.28rem;min-width:0}.elephas-purchase-order-card__number-row{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}.elephas-purchase-order-card__number,.elephas-purchase-order-card__customer,.elephas-purchase-order-card__received,.elephas-purchase-order-card__metadata dt,.elephas-purchase-order-card__metadata dd{margin:0}.elephas-purchase-order-card__number{font-size:.74rem;font-weight:820;letter-spacing:.08em;line-height:1.3;text-transform:uppercase;color:var(--elephas-color-primary-700, #1d4ed8)}.elephas-purchase-order-card__customer{overflow:hidden;font-size:1rem;font-weight:760;line-height:1.35;text-overflow:ellipsis;white-space:nowrap;color:var(--elephas-color-text-strong, #0f172a)}.elephas-purchase-order-card__received{font-size:.8rem;line-height:1.45;color:var(--elephas-color-text-muted, #64748b)}.elephas-purchase-order-card__status{display:inline-flex;align-items:center;min-height:1.65rem;padding:.25rem .55rem;border-radius:999px;font-size:.65rem;font-weight:760;line-height:1.2}.elephas-purchase-order-card__status--pending{background:#f59e0b1c;color:#92400e}.elephas-purchase-order-card__status--review{background:#2563eb1a;color:var(--elephas-color-primary-700, #1d4ed8)}.elephas-purchase-order-card__status--processed{background:#16a34a1a;color:#166534}.elephas-purchase-order-card__metadata{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;align-content:center;margin:0}.elephas-purchase-order-card__metadata-item{display:grid;gap:.15rem;min-width:0}.elephas-purchase-order-card__metadata dt{font-size:.62rem;font-weight:760;letter-spacing:.06em;line-height:1.3;text-transform:uppercase;color:var(--elephas-color-text-muted, #64748b)}.elephas-purchase-order-card__metadata dd{overflow:hidden;font-size:.82rem;font-weight:710;line-height:1.4;text-overflow:ellipsis;white-space:nowrap;color:var(--elephas-color-text-strong, #0f172a)}.elephas-purchase-order-card__action-area{display:flex;align-items:center;padding-left:1rem;border-left:1px solid rgba(15,23,42,.07)}.elephas-purchase-order-card__action{display:inline-flex;gap:.45rem;align-items:center;min-height:2.5rem;padding:.65rem .85rem;border-radius:.75rem;background:#2563eb14;font-size:.76rem;font-weight:760;line-height:1.2;text-decoration:none;white-space:nowrap;color:var(--elephas-color-primary-700, #1d4ed8)}.elephas-purchase-order-card__action:hover{background:var(--elephas-color-primary-700, #1d4ed8);color:#fff}[x-cloak]{display:none!important}.elephas-purchase-order-detail{display:grid;gap:1.25rem}.elephas-purchase-order-detail__header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2rem;padding:1.35rem;border:1px solid rgba(15,23,42,.08);border-radius:1.25rem;background:#fff;box-shadow:0 18px 44px #0f172a0f}.elephas-purchase-order-detail__back{display:inline-flex;gap:.4rem;align-items:center;margin-bottom:1rem;font-size:.76rem;font-weight:720;text-decoration:none;color:var(--elephas-color-primary-700, #1d4ed8)}.elephas-purchase-order-detail__identity{display:flex;gap:1rem;align-items:flex-start;justify-content:space-between}.elephas-purchase-order-detail__eyebrow,.elephas-purchase-order-detail__number,.elephas-purchase-order-detail__customer{margin:0}.elephas-purchase-order-detail__eyebrow{font-size:.68rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:var(--elephas-color-primary-700, #1d4ed8)}.elephas-purchase-order-detail__number{margin-top:.25rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;letter-spacing:-.035em;color:var(--elephas-color-text-strong, #0f172a)}.elephas-purchase-order-detail__customer{margin-top:.15rem;font-size:1rem;font-weight:680;color:var(--elephas-color-text-muted, #64748b)}.elephas-purchase-order-detail__summary{display:grid;gap:.7rem;min-width:15rem;margin:0}.elephas-purchase-order-detail__summary div{display:flex;gap:1rem;align-items:center;justify-content:space-between}.elephas-purchase-order-detail__summary dt,.elephas-purchase-order-detail__summary dd{margin:0}.elephas-purchase-order-detail__summary dt{font-size:.68rem;font-weight:720;color:var(--elephas-color-text-muted, #64748b)}.elephas-purchase-order-detail__summary dd{font-size:.78rem;font-weight:780;color:var(--elephas-color-text-strong, #0f172a)}.elephas-purchase-order-detail__context{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.elephas-purchase-order-detail__context-card{display:grid;gap:.25rem;padding:1rem;border:1px solid rgba(15,23,42,.07);border-radius:1rem;background:#ffffffe0}.elephas-purchase-order-detail__context-card p,.elephas-purchase-order-detail__context-card strong,.elephas-purchase-order-detail__context-card span{margin:0}.elephas-purchase-order-detail__context-label{font-size:.64rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--elephas-color-primary-700, #1d4ed8)}.elephas-purchase-order-detail__context-card strong{font-size:.88rem;color:var(--elephas-color-text-strong, #0f172a)}.elephas-purchase-order-detail__context-card span{font-size:.76rem;line-height:1.5;color:var(--elephas-color-text-muted, #64748b)}.elephas-purchase-order-detail__decision{padding:1.15rem 1.25rem;border-left:.25rem solid var(--elephas-color-primary-600, #2563eb);border-radius:0 1rem 1rem 0;background:#2563eb0f}.elephas-purchase-order-detail__decision p,.elephas-purchase-order-detail__decision h3{margin:0}.elephas-purchase-order-detail__decision-eyebrow{margin-bottom:.3rem!important;font-size:.67rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--elephas-color-primary-700, #1d4ed8)}.elephas-purchase-order-detail__decision h3{font-size:1.1rem;color:var(--elephas-color-text-strong, #0f172a)}.elephas-purchase-order-detail__decision h3+p{margin-top:.35rem;font-size:.82rem;color:var(--elephas-color-text-muted, #64748b)}.elephas-purchase-order-detail__operation{display:grid;grid-template-columns:minmax(0,1fr) 18rem;gap:1rem;align-items:start}.elephas-purchase-order-detail__items{display:grid;gap:.8rem}.elephas-purchase-order-item{display:grid;gap:1rem;padding:1rem;border:1px solid rgba(15,23,42,.08);border-radius:1rem;background:#fff}.elephas-purchase-order-item__heading{display:flex;gap:1rem;align-items:flex-start;justify-content:space-between}.elephas-purchase-order-item__sku,.elephas-purchase-order-item__description{margin:0}.elephas-purchase-order-item__sku{font-size:.68rem;font-weight:800;letter-spacing:.08em;color:var(--elephas-color-primary-700, #1d4ed8)}.elephas-purchase-order-item__description{margin-top:.2rem;font-size:.92rem;color:var(--elephas-color-text-strong, #0f172a)}.elephas-purchase-order-item__availability{padding:.3rem .55rem;border-radius:999px;background:#16a34a17;font-size:.64rem;font-weight:740;color:#166534}.elephas-purchase-order-item__quantities{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin:0}.elephas-purchase-order-item__quantities dt,.elephas-purchase-order-item__quantities dd{margin:0}.elephas-purchase-order-item__quantities dt{font-size:.62rem;font-weight:740;text-transform:uppercase;color:var(--elephas-color-text-muted, #64748b)}.elephas-purchase-order-item__quantities dd{margin-top:.1rem;font-size:.88rem;font-weight:760;color:var(--elephas-color-text-strong, #0f172a)}.elephas-purchase-order-item__release{display:grid;grid-template-columns:minmax(0,1fr) 8rem auto;gap:.7rem;align-items:center;padding-top:.8rem;border-top:1px solid rgba(15,23,42,.07)}.elephas-purchase-order-item__release label{font-size:.76rem;font-weight:720;color:var(--elephas-color-text, #334155)}.elephas-purchase-order-item__release input{width:100%;min-height:2.4rem;padding:.55rem .65rem;border:1px solid rgba(100,116,139,.24);border-radius:.65rem;background:#fff;font-size:.82rem;font-weight:700;color:var(--elephas-color-text-strong, #0f172a)}.elephas-purchase-order-item__release input:-moz-read-only{background:#f8fafc}.elephas-purchase-order-item__release input:read-only{background:#f8fafc}.elephas-purchase-order-item__release span{font-size:.68rem;font-weight:720;color:var(--elephas-color-text-muted, #64748b)}.elephas-supply-order-preview{position:sticky;top:1rem;display:grid;gap:1rem;padding:1.1rem;border:1px solid rgba(37,99,235,.16);border-radius:1rem;background:linear-gradient(145deg,#fffffffa,#eff6fffa);box-shadow:0 18px 40px #0f172a14}.elephas-supply-order-preview__eyebrow,.elephas-supply-order-preview__title,.elephas-supply-order-preview__notice{margin:0}.elephas-supply-order-preview__eyebrow{font-size:.66rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--elephas-color-primary-700, #1d4ed8)}.elephas-supply-order-preview__title{font-size:1.15rem;color:var(--elephas-color-text-strong, #0f172a)}.elephas-supply-order-preview__metrics{display:grid;gap:.65rem}.elephas-supply-order-preview__metrics div{display:flex;gap:1rem;align-items:center;justify-content:space-between}.elephas-supply-order-preview__metrics span{font-size:.68rem;color:var(--elephas-color-text-muted, #64748b)}.elephas-supply-order-preview__metrics strong{font-size:.76rem;text-align:right;color:var(--elephas-color-text-strong, #0f172a)}.elephas-supply-order-preview__action{display:flex;gap:.6rem;align-items:center;justify-content:space-between;width:100%;min-height:2.8rem;padding:.7rem .85rem;border:0;border-radius:.75rem;background:var(--elephas-color-primary-700, #1d4ed8);font-size:.76rem;font-weight:760;color:#fff;cursor:pointer}.elephas-supply-order-preview__action:disabled{background:#94a3b8;cursor:not-allowed}.elephas-supply-order-preview__notice{font-size:.68rem;line-height:1.5;color:var(--elephas-color-text-muted, #64748b)}.elephas-purchase-order-detail__moment{display:grid;gap:1rem}.elephas-purchase-order-detail__impact{padding:1.25rem;border:1px solid rgba(37,99,235,.14);border-radius:1rem;background:#2563eb0d}.elephas-purchase-order-detail__impact p,.elephas-purchase-order-detail__impact h3,.elephas-purchase-order-detail__impact ul{margin:0}.elephas-purchase-order-detail__impact-eyebrow{font-size:.66rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--elephas-color-primary-700, #1d4ed8)}.elephas-purchase-order-detail__impact h3{margin-top:.25rem;font-size:1rem;color:var(--elephas-color-text-strong, #0f172a)}.elephas-purchase-order-detail__impact ul{display:grid;gap:.45rem;margin-top:.9rem;padding-left:1.2rem;font-size:.8rem;color:var(--elephas-color-text, #334155)}.elephas-purchase-order-detail__impact ul+p{margin-top:.9rem;font-size:.82rem;font-weight:730;color:var(--elephas-color-text-strong, #0f172a)}.elephas-business-event-pipeline{display:grid;gap:1.5rem;padding:clamp(1.25rem,3vw,2rem);border:1px solid rgba(37,99,235,.16);border-radius:1.5rem;background:linear-gradient(145deg,#fffffffa,#eff6fff5);box-shadow:0 24px 58px #0f172a17}.elephas-business-event-pipeline__header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:1rem;align-items:center}.elephas-business-event-pipeline__event-mark{display:grid;width:3.25rem;height:3.25rem;place-items:center;border-radius:1rem;background:var(--elephas-color-primary-700, #1d4ed8);font-weight:850;color:#fff;box-shadow:0 14px 30px #2563eb38}.elephas-business-event-pipeline__heading{min-width:0}.elephas-business-event-pipeline__eyebrow,.elephas-business-event-pipeline__title,.elephas-business-event-pipeline__description{margin:0}.elephas-business-event-pipeline__eyebrow{font-size:.67rem;font-weight:820;letter-spacing:.11em;text-transform:uppercase;color:var(--elephas-color-primary-700, #1d4ed8)}.elephas-business-event-pipeline__title{margin-top:.2rem;font-size:clamp(1.3rem,3vw,1.75rem);letter-spacing:-.03em;color:var(--elephas-color-text-strong, #0f172a)}.elephas-business-event-pipeline__description{margin-top:.3rem;font-size:.84rem;line-height:1.55;color:var(--elephas-color-text-muted, #64748b)}.elephas-business-event-pipeline__event{display:grid;gap:.18rem;min-width:13rem;padding:.85rem 1rem;border:1px solid rgba(37,99,235,.13);border-radius:.9rem;background:#ffffffbf}.elephas-business-event-pipeline__event span,.elephas-business-event-pipeline__event small{font-size:.62rem;font-weight:720;color:var(--elephas-color-text-muted, #64748b)}.elephas-business-event-pipeline__event strong{overflow:hidden;font-size:.83rem;text-overflow:ellipsis;white-space:nowrap;color:var(--elephas-color-primary-700, #1d4ed8)}.elephas-business-event-pipeline__progress{display:grid;gap:.55rem}.elephas-business-event-pipeline__progress-heading{display:flex;gap:1rem;align-items:center;justify-content:space-between;font-size:.72rem;color:var(--elephas-color-text-muted, #64748b)}.elephas-business-event-pipeline__progress-heading strong{color:var(--elephas-color-text-strong, #0f172a)}.elephas-business-event-pipeline__progress-track{overflow:hidden;height:.55rem;border-radius:999px;background:#94a3b833}.elephas-business-event-pipeline__progress-track span{display:block;width:0;height:100%;border-radius:inherit;background:var(--elephas-color-primary-600, #2563eb);transition:width .32s ease}.elephas-business-event-pipeline__subscribers{display:grid;gap:0;margin:0;padding:0;list-style:none}.elephas-business-event-pipeline__subscriber{display:grid;grid-template-columns:2.25rem minmax(0,1fr);gap:.85rem;min-height:5rem}.elephas-business-event-pipeline__subscriber-status{position:relative;display:flex;justify-content:center}.elephas-business-event-pipeline__subscriber-icon{position:relative;z-index:1;display:grid;width:2rem;height:2rem;place-items:center;border:1px solid rgba(100,116,139,.24);border-radius:999px;background:#fff;font-size:.72rem;font-weight:790;color:var(--elephas-color-text-muted, #64748b);transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.elephas-business-event-pipeline__connector{position:absolute;top:2rem;bottom:0;left:50%;width:1px;background:#94a3b852}.elephas-business-event-pipeline__subscriber-copy{padding:.2rem 0 1rem}.elephas-business-event-pipeline__subscriber-heading{display:flex;gap:1rem;align-items:center;justify-content:space-between}.elephas-business-event-pipeline__subscriber-heading h3,.elephas-business-event-pipeline__subscriber-heading span,.elephas-business-event-pipeline__subscriber-copy p{margin:0}.elephas-business-event-pipeline__subscriber-heading h3{font-size:.91rem;color:var(--elephas-color-text-strong, #0f172a)}.elephas-business-event-pipeline__subscriber-heading span{font-size:.64rem;font-weight:760;color:var(--elephas-color-text-muted, #64748b)}.elephas-business-event-pipeline__subscriber-copy p{margin-top:.24rem;font-size:.76rem;line-height:1.5;color:var(--elephas-color-text-muted, #64748b)}.elephas-business-event-pipeline__subscriber.is-processing .elephas-business-event-pipeline__subscriber-icon{transform:scale(1.08);border-color:#2563eb57;background:#2563eb1a;color:var(--elephas-color-primary-700, #1d4ed8)}.elephas-business-event-pipeline__subscriber.is-processing .elephas-business-event-pipeline__subscriber-heading span{color:var(--elephas-color-primary-700, #1d4ed8)}.elephas-business-event-pipeline__subscriber.is-completed .elephas-business-event-pipeline__subscriber-icon{border-color:#16a34a3d;background:#16a34a1c;color:#166534}.elephas-business-event-pipeline__subscriber.is-completed .elephas-business-event-pipeline__connector{background:#16a34a47}.elephas-business-event-pipeline__subscriber.is-completed .elephas-business-event-pipeline__subscriber-heading span{color:#166534}.elephas-business-event-pipeline__summary{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1rem;padding:1.15rem;border:1px solid rgba(22,163,74,.17);border-radius:1rem;background:#16a34a0f}.elephas-business-event-pipeline__summary[hidden]{display:none}.elephas-business-event-pipeline__summary-icon{display:grid;width:2.5rem;height:2.5rem;place-items:center;border-radius:.8rem;background:#16a34a21;font-weight:850;color:#166534}.elephas-business-event-pipeline__summary-copy>p,.elephas-business-event-pipeline__summary-copy>h3{margin:0}.elephas-business-event-pipeline__summary-copy>p{font-size:.65rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#166534}.elephas-business-event-pipeline__summary-copy>h3{margin-top:.22rem;font-size:.95rem;color:var(--elephas-color-text-strong, #0f172a)}.elephas-business-event-pipeline__summary dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;margin:1rem 0 0}.elephas-business-event-pipeline__summary dl div{display:grid;gap:.16rem}.elephas-business-event-pipeline__summary dt,.elephas-business-event-pipeline__summary dd{margin:0}.elephas-business-event-pipeline__summary dt{font-size:.6rem;font-weight:730;text-transform:uppercase;color:var(--elephas-color-text-muted, #64748b)}.elephas-business-event-pipeline__summary dd{font-size:.76rem;font-weight:760;color:var(--elephas-color-text-strong, #0f172a)}.elephas-business-event-pipeline__footer{display:flex;gap:1rem;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid rgba(15,23,42,.07)}.elephas-business-event-pipeline__footer>p{margin:0;font-size:.7rem;color:var(--elephas-color-text-muted, #64748b)}.elephas-business-event-pipeline__actions{display:flex;gap:.65rem}.elephas-business-event-pipeline__start,.elephas-business-event-pipeline__continue{display:inline-flex;gap:.5rem;align-items:center;justify-content:space-between;min-height:2.65rem;padding:.65rem .9rem;border:0;border-radius:.75rem;background:var(--elephas-color-primary-700, #1d4ed8);font-size:.75rem;font-weight:760;text-decoration:none;color:#fff;cursor:pointer}.elephas-business-event-pipeline__start:disabled{background:#94a3b8;cursor:not-allowed}.elephas-business-event-pipeline__continue[hidden]{display:none}.elephas-warehouse-center{display:grid;gap:1.25rem}.elephas-warehouse-center__header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2rem;padding:1.35rem;border:1px solid rgba(15,23,42,.08);border-radius:1.25rem;background:#fff;box-shadow:0 18px 44px #0f172a0f}.elephas-warehouse-center__back{display:inline-flex;gap:.4rem;align-items:center;margin-bottom:1rem;font-size:.76rem;font-weight:720;text-decoration:none;color:var(--elephas-color-primary-700, #1d4ed8)}.elephas-warehouse-center__eyebrow,.elephas-warehouse-center__title,.elephas-warehouse-center__description{margin:0}.elephas-warehouse-center__eyebrow{font-size:.67rem;font-weight:820;letter-spacing:.11em;text-transform:uppercase;color:var(--elephas-color-primary-700, #1d4ed8)}.elephas-warehouse-center__title{margin-top:.2rem;font-size:clamp(1.5rem,3vw,2rem);letter-spacing:-.03em;color:var(--elephas-color-text-strong, #0f172a)}.elephas-warehouse-center__description{margin-top:.2rem;font-size:.84rem;color:var(--elephas-color-text-muted, #64748b)}.elephas-warehouse-center__status{display:grid;gap:.2rem;align-content:center;min-width:10rem;padding:.85rem 1rem;border-radius:.9rem;background:#f59e0b1a}.elephas-warehouse-center__status span{font-size:.62rem;font-weight:720;text-transform:uppercase;color:var(--elephas-color-text-muted, #64748b)}.elephas-warehouse-center__status strong{font-size:.83rem;color:#92400e}.elephas-warehouse-center__status.is-in-progress{background:#2563eb17}.elephas-warehouse-center__status.is-in-progress strong{color:var(--elephas-color-primary-700, #1d4ed8)}.elephas-warehouse-center__status.is-fulfilled{background:#16a34a1a}.elephas-warehouse-center__status.is-fulfilled strong{color:#166534}.elephas-warehouse-center__origin{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.elephas-warehouse-center__origin div{display:grid;gap:.2rem;padding:.9rem;border:1px solid rgba(15,23,42,.07);border-radius:.9rem;background:#ffffffe0}.elephas-warehouse-center__origin span{font-size:.61rem;font-weight:740;text-transform:uppercase;color:var(--elephas-color-text-muted, #64748b)}.elephas-warehouse-center__origin strong{font-size:.78rem;color:var(--elephas-color-text-strong, #0f172a)}.elephas-warehouse-center__content{display:grid;grid-template-columns:minmax(0,1fr) 18rem;gap:1rem;align-items:start}.elephas-warehouse-center__items{display:grid;gap:.85rem}.elephas-warehouse-center__items>header{display:flex;gap:1rem;align-items:flex-end;justify-content:space-between;padding:.25rem}.elephas-warehouse-center__items>header p,.elephas-warehouse-center__items>header h3{margin:0}.elephas-warehouse-center__items>header p{font-size:.66rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:var(--elephas-color-primary-700, #1d4ed8)}.elephas-warehouse-center__items>header h3{margin-top:.2rem;font-size:1.08rem;color:var(--elephas-color-text-strong, #0f172a)}.elephas-warehouse-center__items>header>span{font-size:.72rem;font-weight:720;color:var(--elephas-color-text-muted, #64748b)}.elephas-warehouse-center__items-list{display:grid;gap:.75rem}.elephas-warehouse-item{display:grid;grid-template-columns:minmax(0,1fr) 11rem 8rem;gap:1rem;align-items:center;padding:1rem;border:1px solid rgba(15,23,42,.08);border-radius:1rem;background:#fff}.elephas-warehouse-item p,.elephas-warehouse-item h4,.elephas-warehouse-item span,.elephas-warehouse-item strong,.elephas-warehouse-item small{margin:0}.elephas-warehouse-item__sku{font-size:.67rem;font-weight:800;letter-spacing:.07em;color:var(--elephas-color-primary-700, #1d4ed8)}.elephas-warehouse-item h4{margin-top:.18rem;font-size:.9rem;color:var(--elephas-color-text-strong, #0f172a)}.elephas-warehouse-item__quantity{display:grid;gap:.1rem}.elephas-warehouse-item__quantity span,.elephas-warehouse-item__quantity small{font-size:.61rem;color:var(--elephas-color-text-muted, #64748b)}.elephas-warehouse-item__quantity strong{font-size:1rem;color:var(--elephas-color-text-strong, #0f172a)}.elephas-warehouse-item__state{display:flex;justify-content:center;padding:.45rem .6rem;border-radius:999px;background:#f59e0b1a;font-size:.65rem;font-weight:750;color:#92400e}.elephas-warehouse-item__state.is-working{background:#2563eb17;color:var(--elephas-color-primary-700, #1d4ed8)}.elephas-warehouse-item__state.is-ready{background:#16a34a1a;color:#166534}.elephas-warehouse-action-panel{position:sticky;top:1rem;display:grid;gap:1rem;padding:1.1rem;border:1px solid rgba(37,99,235,.16);border-radius:1rem;background:linear-gradient(145deg,#fffffffa,#eff6fffa)}.elephas-warehouse-action-panel__eyebrow,.elephas-warehouse-action-panel h3,.elephas-warehouse-action-panel__notice{margin:0}.elephas-warehouse-action-panel__eyebrow{font-size:.65rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:var(--elephas-color-primary-700, #1d4ed8)}.elephas-warehouse-action-panel h3{font-size:1rem;color:var(--elephas-color-text-strong, #0f172a)}.elephas-warehouse-action-panel__steps{display:grid;gap:.55rem}.elephas-warehouse-action-panel__step{display:grid;grid-template-columns:1.8rem minmax(0,1fr);gap:.65rem;align-items:center;padding:.65rem;border:1px solid rgba(15,23,42,.07);border-radius:.75rem;opacity:.55}.elephas-warehouse-action-panel__step.is-active{border-color:#2563eb38;background:#2563eb0f;opacity:1}.elephas-warehouse-action-panel__step>span{display:grid;width:1.7rem;height:1.7rem;place-items:center;border-radius:999px;background:#2563eb1a;font-size:.67rem;font-weight:780;color:var(--elephas-color-primary-700, #1d4ed8)}.elephas-warehouse-action-panel__step div{display:grid;gap:.08rem}.elephas-warehouse-action-panel__step strong{font-size:.7rem;color:var(--elephas-color-text-strong, #0f172a)}.elephas-warehouse-action-panel__step small{font-size:.62rem;color:var(--elephas-color-text-muted, #64748b)}.elephas-warehouse-action-panel__button{display:flex;gap:.6rem;align-items:center;justify-content:space-between;width:100%;min-height:2.8rem;padding:.7rem .85rem;border:0;border-radius:.75rem;background:var(--elephas-color-primary-700, #1d4ed8);font-size:.76rem;font-weight:760;color:#fff;cursor:pointer}.elephas-warehouse-action-panel__button.is-completed{background:#16a34ac7;cursor:default}.elephas-warehouse-action-panel__notice{font-size:.67rem;line-height:1.5;color:var(--elephas-color-text-muted, #64748b)}.elephas-warehouse-center__result{display:grid;gap:1rem}.elephas-warehouse-center__impact{padding:1.2rem;border:1px solid rgba(37,99,235,.14);border-radius:1rem;background:#2563eb0d}.elephas-warehouse-center__impact p,.elephas-warehouse-center__impact h3,.elephas-warehouse-center__impact ul{margin:0}.elephas-warehouse-center__impact-eyebrow{font-size:.65rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--elephas-color-primary-700, #1d4ed8)}.elephas-warehouse-center__impact h3{margin-top:.25rem;font-size:1rem;color:var(--elephas-color-text-strong, #0f172a)}.elephas-warehouse-center__impact ul{display:grid;gap:.4rem;margin-top:.85rem;padding-left:1.2rem;font-size:.78rem;color:var(--elephas-color-text, #334155)}.elephas-warehouse-center__impact ul+p{margin-top:.9rem;font-size:.8rem;font-weight:720;color:var(--elephas-color-text-strong, #0f172a)}.elephas-warehouse-display{display:grid;gap:1.25rem;min-height:42rem;padding:clamp(1.25rem,3vw,2rem);border-radius:1.5rem;background:radial-gradient(circle at top right,rgba(37,99,235,.22),transparent 34%),linear-gradient(145deg,#08111f,#0f1f36 55%,#102a46);box-shadow:0 28px 70px #02061742;color:#fff}.elephas-warehouse-display__header{display:flex;gap:2rem;align-items:center;justify-content:space-between;padding-bottom:1.2rem;border-bottom:1px solid rgba(255,255,255,.12)}.elephas-warehouse-display__brand{display:flex;gap:.9rem;align-items:center}.elephas-warehouse-display__brand-mark{display:grid;width:3.4rem;height:3.4rem;place-items:center;border-radius:1rem;background:#2563eb;font-size:1.25rem;font-weight:850;box-shadow:0 14px 32px #2563eb4d}.elephas-warehouse-display__brand p,.elephas-warehouse-display__brand h2{margin:0}.elephas-warehouse-display__brand p{font-size:.7rem;font-weight:780;letter-spacing:.13em;text-transform:uppercase;color:#93c5fd}.elephas-warehouse-display__brand h2{margin-top:.15rem;font-size:1.25rem}.elephas-warehouse-display__live{display:flex;gap:1rem;align-items:center}.elephas-warehouse-display__live strong{font-size:1.15rem;font-variant-numeric:tabular-nums}.elephas-warehouse-display__live-indicator{display:inline-flex;gap:.45rem;align-items:center;padding:.45rem .7rem;border-radius:999px;background:#22c55e21;font-size:.7rem;font-weight:730;color:#86efac}.elephas-warehouse-display__live-indicator i{width:.5rem;height:.5rem;border-radius:999px;background:#22c55e;box-shadow:0 0 0 .25rem #22c55e1f}.elephas-warehouse-display__metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.elephas-warehouse-display__metrics article{display:grid;gap:.2rem;padding:1rem;border:1px solid rgba(255,255,255,.1);border-radius:1rem;background:#ffffff0f}.elephas-warehouse-display__metrics span,.elephas-warehouse-display__metrics small{font-size:.67rem;color:#94a3b8}.elephas-warehouse-display__metrics strong{font-size:1.65rem;font-variant-numeric:tabular-nums}.elephas-warehouse-display__metrics strong.is-status{font-size:1rem;color:#86efac}.elephas-warehouse-display__focus{display:grid;gap:1.15rem;padding:clamp(1.1rem,2.5vw,1.6rem);border:1px solid rgba(96,165,250,.24);border-radius:1.25rem;background:#0f172a8c}.elephas-warehouse-display__focus-heading{display:flex;gap:2rem;align-items:flex-start;justify-content:space-between}.elephas-warehouse-display__focus-heading p,.elephas-warehouse-display__focus-heading h1,.elephas-warehouse-display__focus-heading span{margin:0}.elephas-warehouse-display__focus-heading p{font-size:.67rem;font-weight:780;letter-spacing:.12em;text-transform:uppercase;color:#60a5fa}.elephas-warehouse-display__focus-heading h1{margin-top:.15rem;font-size:clamp(2rem,5vw,3.4rem);letter-spacing:-.04em}.elephas-warehouse-display__focus-heading>div>span{font-size:.75rem;color:#94a3b8}.elephas-warehouse-display__focus-status{display:grid;gap:.15rem;min-width:11rem;padding:.85rem 1rem;border-radius:.9rem;text-align:right}.elephas-warehouse-display__focus-status.is-fulfilled{background:#22c55e21}.elephas-warehouse-display__focus-status.is-progress{background:#3b82f624}.elephas-warehouse-display__focus-status span{font-size:.65rem;color:#94a3b8}.elephas-warehouse-display__focus-status strong{font-size:1rem;color:#86efac}.elephas-warehouse-display__customer{display:flex;gap:1rem;align-items:baseline;padding:.8rem 0;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.elephas-warehouse-display__customer span,.elephas-warehouse-display__customer small{font-size:.72rem;color:#94a3b8}.elephas-warehouse-display__customer strong{font-size:1.1rem}.elephas-warehouse-display__items{display:grid;gap:.75rem}.elephas-warehouse-display-item{display:grid;grid-template-columns:minmax(0,1fr) 9rem 8rem;gap:1rem;align-items:center;padding:.95rem 1rem;border:1px solid rgba(255,255,255,.08);border-radius:.9rem;background:#ffffff0b}.elephas-warehouse-display-item p,.elephas-warehouse-display-item h3,.elephas-warehouse-display-item span,.elephas-warehouse-display-item strong,.elephas-warehouse-display-item small{margin:0}.elephas-warehouse-display-item p{font-size:.68rem;font-weight:780;letter-spacing:.08em;color:#60a5fa}.elephas-warehouse-display-item h3{margin-top:.18rem;font-size:.92rem}.elephas-warehouse-display-item__quantity{display:grid;gap:.08rem;text-align:right}.elephas-warehouse-display-item__quantity span,.elephas-warehouse-display-item__quantity small{font-size:.62rem;color:#94a3b8}.elephas-warehouse-display-item__quantity strong{font-size:1.15rem}.elephas-warehouse-display-item__status{display:flex;gap:.4rem;justify-content:center;padding:.45rem;border-radius:999px;background:#22c55e1f;font-size:.68rem;font-weight:730;color:#86efac}.elephas-warehouse-display__footer{display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;align-items:center;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.elephas-warehouse-display__footer div{display:grid;gap:.1rem}.elephas-warehouse-display__footer span,.elephas-warehouse-display__footer p{margin:0;font-size:.67rem;color:#94a3b8}.elephas-warehouse-display__footer>p{text-align:center}.elephas-warehouse-display__footer-status{display:flex!important;grid-auto-flow:column;gap:.4rem!important;align-items:center;justify-self:end;color:#86efac}.elephas-warehouse-display__empty{display:grid;min-height:24rem;place-items:center;align-content:center;gap:.7rem;text-align:center}.elephas-warehouse-display__empty p,.elephas-warehouse-display__empty h3{margin:0}.elephas-warehouse-display__empty p{color:#fbbf24}.elephas-warehouse-display__empty a{color:#93c5fd;text-decoration:none}.elephas-executive-next-step__action{display:inline-flex;gap:.55rem;align-items:center;min-height:2.75rem;padding:.7rem .95rem;border-radius:.75rem;background:var(--elephas-color-primary-700, #1d4ed8);font-size:.76rem;font-weight:760;text-decoration:none;color:#fff}.elephas-executive-debrief{display:grid;gap:1.5rem}.elephas-executive-debrief__hero{display:grid;justify-items:center;padding:clamp(2rem,5vw,4rem) clamp(1.25rem,4vw,3rem);border:1px solid rgba(37,99,235,.14);border-radius:1.5rem;background:radial-gradient(circle at top,rgba(37,99,235,.12),transparent 44%),linear-gradient(180deg,#fff,#f8fafc);text-align:center}.elephas-executive-debrief__success-mark{display:grid;width:4.5rem;height:4.5rem;place-items:center;margin-bottom:1rem;border-radius:999px;background:#22c55e1f;font-size:2rem;font-weight:850;color:#16a34a;box-shadow:0 0 0 .7rem #22c55e0d}.elephas-executive-debrief__eyebrow,.elephas-executive-debrief__section-heading>p,.elephas-executive-debrief__comparison-eyebrow,.elephas-executive-debrief__tomorrow-eyebrow{margin:0;font-size:.68rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:#2563eb}.elephas-executive-debrief__hero h2{max-width:46rem;margin:.45rem 0 0;font-size:clamp(2rem,5vw,3.5rem);line-height:1.02;letter-spacing:-.045em;color:#0f172a}.elephas-executive-debrief__lead{max-width:42rem;margin:1rem 0 0;font-size:clamp(.95rem,2vw,1.15rem);line-height:1.7;color:#64748b}.elephas-executive-debrief__reference{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:100%;margin-top:2rem;border:1px solid #e2e8f0;border-radius:1rem;background:#ffffffd6;overflow:hidden}.elephas-executive-debrief__reference>div{display:grid;gap:.25rem;padding:1rem}.elephas-executive-debrief__reference>div+div{border-left:1px solid #e2e8f0}.elephas-executive-debrief__reference span{font-size:.67rem;color:#64748b}.elephas-executive-debrief__reference strong{font-size:.88rem;color:#0f172a}.elephas-executive-debrief__reference strong.is-success{color:#15803d}.elephas-executive-debrief__section{display:grid;gap:1rem;padding:clamp(1.25rem,3vw,1.75rem);border:1px solid #e2e8f0;border-radius:1.25rem;background:#fff}.elephas-executive-debrief__section-heading h3{margin:.3rem 0 0;font-size:clamp(1.2rem,3vw,1.65rem);color:#0f172a}.elephas-executive-debrief__response-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem}.elephas-executive-debrief__response-card{display:grid;align-content:start;gap:.3rem;min-height:10rem;padding:1rem;border:1px solid #e2e8f0;border-radius:1rem;background:#f8fafc}.elephas-executive-debrief__response-check{display:grid;width:1.8rem;height:1.8rem;place-items:center;margin-bottom:.35rem;border-radius:999px;background:#22c55e1f;font-weight:850;color:#16a34a}.elephas-executive-debrief__response-card p,.elephas-executive-debrief__response-card h4,.elephas-executive-debrief__response-card small{margin:0}.elephas-executive-debrief__response-card p{font-size:.67rem;font-weight:780;letter-spacing:.08em;text-transform:uppercase;color:#2563eb}.elephas-executive-debrief__response-card h4{font-size:.92rem;color:#0f172a}.elephas-executive-debrief__response-card small{font-size:.72rem;line-height:1.5;color:#64748b}.elephas-executive-debrief__comparison{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.elephas-executive-debrief__comparison-panel{padding:clamp(1.25rem,3vw,1.75rem);border:1px solid #e2e8f0;border-radius:1.25rem}.elephas-executive-debrief__comparison-panel.is-avoided{background:snow}.elephas-executive-debrief__comparison-panel.is-obtained{background:#f6fff9}.elephas-executive-debrief__comparison-panel h3{margin:.35rem 0 1rem;font-size:1.35rem;color:#0f172a}.elephas-executive-debrief__comparison-panel ul{display:grid;gap:.75rem;margin:0;padding:0;list-style:none}.elephas-executive-debrief__comparison-panel li{display:flex;gap:.65rem;align-items:flex-start;font-size:.8rem;line-height:1.5;color:#475569}.elephas-executive-debrief__comparison-panel li span{flex:0 0 auto;font-weight:850}.elephas-executive-debrief__comparison-panel.is-avoided li span{color:#dc2626}.elephas-executive-debrief__comparison-panel.is-obtained li span{color:#16a34a}.elephas-executive-debrief__tomorrow{display:grid;justify-items:center;padding:clamp(2.5rem,7vw,5rem) clamp(1.25rem,5vw,4rem);border-radius:1.5rem;background:radial-gradient(circle at top,rgba(96,165,250,.18),transparent 40%),linear-gradient(145deg,#08111f,#102a46);text-align:center;color:#fff}.elephas-executive-debrief__tomorrow-eyebrow{color:#93c5fd}.elephas-executive-debrief__tomorrow h3{max-width:46rem;margin:.65rem 0 0;font-size:clamp(2rem,5vw,3.25rem);line-height:1.08;font-weight:760;letter-spacing:-.045em;color:#fff;text-wrap:balance;text-shadow:0 .2rem 1.5rem rgba(0,0,0,.28)}.elephas-executive-debrief__tomorrow-flow{display:grid;justify-items:center;gap:.8rem;max-width:38rem;margin-top:2.75rem}.elephas-executive-debrief__tomorrow-flow p{margin:0;font-size:clamp(.95rem,2vw,1.15rem);line-height:1.6;color:#cbd5e1}.elephas-executive-debrief__tomorrow-flow span{color:#60a5fa}.elephas-executive-debrief__tomorrow-flow p.is-conclusion{margin-top:.35rem;font-size:clamp(1.2rem,3vw,1.65rem);font-weight:760;color:#fff}.elephas-executive-debrief__statement{display:grid;justify-items:center;padding:2.5rem 1.25rem;text-align:center}.elephas-executive-debrief__statement p{margin:0;font-size:.7rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:#2563eb}.elephas-executive-debrief__statement h3{max-width:46rem;margin:.55rem 0 0;font-size:clamp(1.35rem,4vw,2.2rem);line-height:1.25;letter-spacing:-.035em;color:#0f172a}.elephas-executive-debrief__actions{display:flex;gap:.75rem;justify-content:center;padding-bottom:1rem}.elephas-executive-debrief__action{display:inline-flex;gap:.55rem;align-items:center;justify-content:center;min-height:3rem;padding:.8rem 1.1rem;border-radius:.8rem;font-size:.78rem;font-weight:760;text-decoration:none}.elephas-executive-debrief__action.is-primary{background:#3154df;color:#fff}.elephas-executive-debrief__action.is-secondary{border:1px solid #cbd5e1;background:#fff;color:#334155}.elephas-executive-command{display:grid;gap:1.5rem}.elephas-executive-command__hero{display:flex;gap:2rem;align-items:flex-start;justify-content:space-between;padding:clamp(1.5rem,4vw,2.5rem);border:1px solid #e2e8f0;border-radius:1.5rem;background:radial-gradient(circle at top right,rgba(37,99,235,.1),transparent 38%),#fff}.elephas-executive-command__eyebrow{margin:0;font-size:.68rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:#2563eb}.elephas-executive-command__hero h1{margin:.5rem 0 0;font-size:clamp(2rem,5vw,3.5rem);line-height:1;letter-spacing:-.045em;color:#0f172a}.elephas-executive-command__lead{margin:.85rem 0 0;font-size:clamp(1rem,2vw,1.2rem);line-height:1.6;color:#64748b}.elephas-executive-command__context{display:grid;gap:.25rem;min-width:11rem;padding:.9rem 1rem;border:1px solid #e2e8f0;border-radius:1rem;background:#f8fafce6;text-align:right}.elephas-executive-command__context span{font-size:.67rem;color:#64748b}.elephas-executive-command__context strong{font-size:.82rem;color:#0f172a}.elephas-executive-brief{overflow:hidden;border:1px solid #e2e8f0;border-radius:1.5rem;background:#fff;box-shadow:0 1.25rem 3rem #0f172a0f}.elephas-executive-brief__header{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;padding:clamp(1.5rem,3vw,2rem);border-bottom:1px solid #e2e8f0}.elephas-executive-brief__eyebrow,.elephas-executive-brief__section-label{margin:0;font-size:.68rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:#2563eb}.elephas-executive-brief__header h2{margin:.45rem 0 0;font-size:clamp(1.35rem,3vw,1.85rem);line-height:1.15;letter-spacing:-.025em;color:#0f172a}.elephas-executive-brief__generated{margin:.4rem 0 0;font-size:.78rem;color:#64748b}.elephas-executive-brief__attention{display:grid;gap:.35rem;min-width:12rem;padding:.85rem 1rem;border:1px solid #bbf7d0;border-radius:1rem;background:#f0fdf4;text-align:right}.elephas-executive-brief__attention span{font-size:.68rem;color:#64748b}.elephas-executive-brief__attention strong{font-size:.76rem;letter-spacing:.04em;text-transform:uppercase;color:#166534}.elephas-executive-brief.is-attention .elephas-executive-brief__attention{border-color:#fde68a;background:#fffbeb}.elephas-executive-brief.is-attention .elephas-executive-brief__attention strong{color:#92400e}.elephas-executive-brief.is-critical .elephas-executive-brief__attention{border-color:#fecaca;background:#fef2f2}.elephas-executive-brief.is-critical .elephas-executive-brief__attention strong{color:#991b1b}.elephas-executive-brief__content{display:grid;gap:.9rem;max-width:54rem;padding:clamp(1.5rem,3vw,2rem)}.elephas-executive-brief__content p{margin:0;font-size:.95rem;line-height:1.75;color:#475569}.elephas-executive-brief__content .elephas-executive-brief__headline{font-size:clamp(1.1rem,2vw,1.35rem);font-weight:750;line-height:1.4;color:#0f172a}.elephas-executive-brief__priorities{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;padding:clamp(1.5rem,3vw,2rem);border-top:1px solid #e2e8f0;background:#f8fafc}.elephas-executive-brief__priorities ul{display:grid;gap:.7rem;margin:1rem 0 0;padding:0;list-style:none}.elephas-executive-brief__priorities li{position:relative;padding-left:1.4rem;font-size:.86rem;line-height:1.5;color:#334155}.elephas-executive-brief__priorities li:before{position:absolute;top:.42rem;left:0;width:.45rem;height:.45rem;border-radius:999px;background:#2563eb;content:""}.elephas-executive-brief__action{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;gap:.65rem;min-height:2.75rem;padding:.7rem 1rem;border:1px solid #cbd5e1;border-radius:.85rem;background:#fff;font-size:.78rem;font-weight:750;color:#1e3a8a;text-decoration:none;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.elephas-executive-brief__action:hover{border-color:#93c5fd;box-shadow:0 .75rem 1.5rem #2563eb1a;transform:translateY(-1px)}.elephas-executive-brief__footer{padding:.85rem 2rem;border-top:1px solid #e2e8f0;font-size:.7rem;color:#64748b;text-align:center}.elephas-situation-board{display:grid;gap:1.5rem}.elephas-situation-board__header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;padding:clamp(1.5rem,3vw,2rem);border:1px solid #e2e8f0;border-radius:1.5rem;background:#fff}.elephas-situation-board__eyebrow,.elephas-flow-summary__eyebrow,.elephas-operational-pipeline__eyebrow,.elephas-ai-evolution__eyebrow{margin:0;font-size:.68rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:#2563eb}.elephas-situation-board__header h2{margin:.45rem 0 0;font-size:clamp(1.5rem,3vw,2.1rem);letter-spacing:-.035em;color:#0f172a}.elephas-situation-board__header p:not(.elephas-situation-board__eyebrow){margin:.55rem 0 0;color:#64748b}.elephas-situation-board__live{display:inline-flex;align-items:center;gap:.55rem;flex:0 0 auto;padding:.65rem .85rem;border:1px solid #dbeafe;border-radius:999px;background:#eff6ff;font-size:.7rem;font-weight:700;color:#1e40af}.elephas-situation-board__live span{width:.45rem;height:.45rem;border-radius:999px;background:#2563eb}.elephas-situation-board__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.elephas-operation-card{min-width:0;padding:1.25rem;border:1px solid #e2e8f0;border-radius:1.25rem;background:#fff;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.elephas-operation-card:hover{border-color:#bfdbfe;box-shadow:0 1rem 2rem #0f172a0f;transform:translateY(-2px)}.elephas-operation-card__header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.elephas-operation-card__center{overflow:hidden;font-size:.65rem;font-weight:800;letter-spacing:.08em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;color:#64748b}.elephas-operation-card__status{width:.55rem;height:.55rem;border-radius:999px;background:#22c55e;box-shadow:0 0 0 .25rem #dcfce7}.elephas-operation-card.is-attention .elephas-operation-card__status{background:#f59e0b;box-shadow:0 0 0 .25rem #fef3c7}.elephas-operation-card.is-critical .elephas-operation-card__status{background:#ef4444;box-shadow:0 0 0 .25rem #fee2e2}.elephas-operation-card__content{display:flex;align-items:flex-end;gap:1rem;margin-top:1.6rem}.elephas-operation-card__value{flex:0 0 auto;font-size:clamp(2.15rem,4vw,3rem);line-height:.85;letter-spacing:-.055em;color:#0f172a}.elephas-operation-card__label{margin:0;font-size:.85rem;font-weight:750;color:#1e293b}.elephas-operation-card__detail{margin:.25rem 0 0;font-size:.7rem;color:#64748b}.elephas-flow-summary{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:clamp(1.25rem,3vw,1.75rem);border:1px solid #bbf7d0;border-radius:1.5rem;background:linear-gradient(120deg,#f0fdf4f5,#fffffff5)}.elephas-flow-summary__main{display:flex;align-items:flex-start;gap:1rem}.elephas-flow-summary__indicator{flex:0 0 auto;width:.8rem;height:.8rem;margin-top:.35rem;border-radius:999px;background:#22c55e;box-shadow:0 0 0 .4rem #dcfce7}.elephas-flow-summary h3{margin:.35rem 0 0;font-size:1.25rem;color:#14532d}.elephas-flow-summary__main p:last-child{margin:.4rem 0 0;font-size:.82rem;color:#475569}.elephas-flow-summary__metrics{display:flex;gap:2rem;margin:0}.elephas-flow-summary__metrics div{display:grid;gap:.2rem;text-align:right}.elephas-flow-summary__metrics dt{font-size:.67rem;color:#64748b}.elephas-flow-summary__metrics dd{margin:0;font-size:1.4rem;font-weight:800;color:#0f172a}.elephas-operational-pipeline{padding:clamp(1.5rem,3vw,2rem);border:1px solid #e2e8f0;border-radius:1.5rem;background:#fff}.elephas-operational-pipeline__header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem}.elephas-operational-pipeline__header h3{margin:.45rem 0 0;font-size:1.25rem;color:#0f172a}.elephas-operational-pipeline__header>p{margin:0;font-size:.75rem;color:#64748b}.elephas-operational-pipeline__stages{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));margin:2rem 0 0;padding:0;list-style:none}.elephas-operational-pipeline__stage{position:relative;min-width:0}.elephas-operational-pipeline__stage:not(:last-child):after{position:absolute;top:.45rem;left:calc(50% + .6rem);width:calc(100% - 1.2rem);height:2px;background:#dbeafe;content:""}.elephas-operational-pipeline__marker{position:relative;z-index:1;display:flex;justify-content:center}.elephas-operational-pipeline__marker span{width:.9rem;height:.9rem;border:3px solid #bfdbfe;border-radius:999px;background:#fff}.elephas-operational-pipeline__stage.is-active .elephas-operational-pipeline__marker span{border-color:#2563eb;background:#dbeafe}.elephas-operational-pipeline__stage.is-completed .elephas-operational-pipeline__marker span{border-color:#16a34a;background:#dcfce7}.elephas-operational-pipeline__stage-content{display:grid;gap:.2rem;margin-top:.8rem;text-align:center}.elephas-operational-pipeline__label{overflow:hidden;font-size:.68rem;font-weight:800;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;color:#475569}.elephas-operational-pipeline__stage-content strong{font-size:1.35rem;color:#0f172a}.elephas-operational-pipeline__stage-content small{font-size:.64rem;color:#64748b}.elephas-ai-evolution{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(16rem,.8fr);gap:2rem;padding:clamp(1.5rem,3vw,2rem);border:1px solid #c7d2fe;border-radius:1.5rem;background:radial-gradient(circle at top right,rgba(99,102,241,.12),transparent 36%),#f8fafc}.elephas-ai-evolution__identity{display:flex;align-items:flex-start;gap:1rem}.elephas-ai-evolution__icon{display:grid;flex:0 0 auto;width:2.75rem;height:2.75rem;place-items:center;border-radius:.85rem;background:#1e3a8a;font-weight:850;color:#fff}.elephas-ai-evolution h3{margin:.4rem 0 0;font-size:1.3rem;color:#0f172a}.elephas-ai-evolution__description{max-width:44rem;margin:.65rem 0 0;font-size:.83rem;line-height:1.7;color:#475569}.elephas-ai-evolution__capabilities{display:grid;gap:.7rem;align-content:start;margin:0;padding:0;list-style:none}.elephas-ai-evolution__capabilities li{position:relative;padding-left:1.4rem;font-size:.77rem;color:#334155}.elephas-ai-evolution__capabilities li:before{position:absolute;top:.15rem;left:0;color:#2563eb;content:"✓"}.elephas-ai-evolution__footer{display:flex;grid-column:1 / -1;align-items:center;justify-content:space-between;gap:1.25rem;padding-top:1rem;border-top:1px solid #c7d2fe;font-size:.75rem;color:#475569}.elephas-ai-evolution__footer-message{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem}.elephas-ai-evolution__footer strong{color:#1e3a8a}.elephas-ai-evolution__presentation-link{display:inline-flex;align-items:center;flex:0 0 auto;gap:.5rem;padding:.75rem 1rem;border:1px solid #93c5fd;border-radius:.85rem;background:#ffffffb8;font-weight:800;text-decoration:none;color:#1e3a8a;transition:border-color .16s ease,background-color .16s ease,transform .16s ease}.elephas-ai-evolution__presentation-link:hover{border-color:#2563eb;background:#fff;transform:translateY(-1px)}.elephas-sales-center{display:grid;gap:1.5rem}.elephas-sales-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;padding:clamp(1.5rem,3vw,2.25rem);border:1px solid #dbeafe;border-radius:1.5rem;background:radial-gradient(circle at top right,rgba(37,99,235,.12),transparent 38%),#fff}.elephas-sales-hero__eyebrow,.elephas-sales-brief__eyebrow,.elephas-commercial-board__eyebrow{margin:0;font-size:.68rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:#2563eb}.elephas-sales-hero h1{max-width:42rem;margin:.55rem 0 0;font-size:clamp(2rem,4vw,3.15rem);line-height:1.02;letter-spacing:-.045em;color:#0f172a}.elephas-sales-hero__lead{max-width:43rem;margin:.85rem 0 0;font-size:1rem;line-height:1.65;color:#64748b}.elephas-sales-hero__metrics{display:grid;grid-template-columns:repeat(3,minmax(7rem,1fr));gap:.75rem;min-width:25rem;margin:0}.elephas-sales-hero__metrics div{display:grid;gap:.3rem;padding:.9rem;border:1px solid #e2e8f0;border-radius:1rem;background:#f8fafce6}.elephas-sales-hero__metrics dt{font-size:.66rem;color:#64748b}.elephas-sales-hero__metrics dd{margin:0;font-size:1.15rem;font-weight:800;color:#0f172a}.elephas-sales-brief{overflow:hidden;border:1px solid #e2e8f0;border-radius:1.5rem;background:#fff;box-shadow:0 1.25rem 3rem #0f172a0d}.elephas-sales-brief__header{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;padding:clamp(1.5rem,3vw,2rem);border-bottom:1px solid #e2e8f0}.elephas-sales-brief__header h2{margin:.45rem 0 0;font-size:clamp(1.35rem,3vw,1.8rem);color:#0f172a}.elephas-sales-brief__status{display:inline-flex;align-items:center;gap:.55rem;padding:.7rem .9rem;border:1px solid #bbf7d0;border-radius:999px;background:#f0fdf4;font-size:.7rem;font-weight:750;color:#166534}.elephas-sales-brief__status span{width:.5rem;height:.5rem;border-radius:999px;background:#22c55e}.elephas-sales-brief__content{display:grid;gap:.85rem;max-width:57rem;padding:clamp(1.5rem,3vw,2rem)}.elephas-sales-brief__content p{margin:0;font-size:.92rem;line-height:1.75;color:#475569}.elephas-sales-brief__headline{font-size:clamp(1.08rem,2vw,1.3rem)!important;font-weight:750;color:#0f172a!important}.elephas-sales-brief__attention{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.25rem clamp(1.5rem,3vw,2rem);border-top:1px solid #fde68a;background:#fffbeb}.elephas-sales-brief__attention div{display:grid;gap:.25rem}.elephas-sales-brief__attention div span{font-size:.66rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#92400e}.elephas-sales-brief__attention strong{font-size:.82rem;color:#78350f}.elephas-sales-brief__attention a{display:inline-flex;align-items:center;gap:.6rem;flex:0 0 auto;font-size:.76rem;font-weight:750;color:#92400e;text-decoration:none}.elephas-commercial-board{display:grid;gap:1.25rem}.elephas-commercial-board__header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;padding:clamp(1.5rem,3vw,2rem);border:1px solid #e2e8f0;border-radius:1.5rem;background:#fff}.elephas-commercial-board__header h2{margin:.45rem 0 0;font-size:clamp(1.45rem,3vw,2rem);color:#0f172a}.elephas-commercial-board__header p:not(.elephas-commercial-board__eyebrow){margin:.55rem 0 0;color:#64748b}.elephas-commercial-board__context{flex:0 0 auto;padding:.65rem .85rem;border:1px solid #dbeafe;border-radius:999px;background:#eff6ff;font-size:.68rem;font-weight:700;color:#1e40af}.elephas-commercial-board__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.elephas-commercial-metric{padding:1.2rem;border:1px solid #e2e8f0;border-radius:1.2rem;background:#fff}.elephas-commercial-metric header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.elephas-commercial-metric header span{font-size:.69rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:#64748b}.elephas-commercial-metric header i{width:.5rem;height:.5rem;border-radius:999px;background:#22c55e;box-shadow:0 0 0 .22rem #dcfce7}.elephas-commercial-metric.is-attention header i{background:#f59e0b;box-shadow:0 0 0 .22rem #fef3c7}.elephas-commercial-metric.is-critical header i{background:#ef4444;box-shadow:0 0 0 .22rem #fee2e2}.elephas-commercial-metric>strong{display:block;margin-top:1.3rem;font-size:clamp(2.1rem,4vw,2.8rem);line-height:.9;letter-spacing:-.05em;color:#0f172a}.elephas-commercial-metric>p{margin:.6rem 0 0;font-size:.72rem;color:#64748b}.elephas-commercial-board__next{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.25rem 1.5rem;border:1px solid #dbeafe;border-radius:1.2rem;background:#eff6ff;color:#1e3a8a}.elephas-commercial-board__next div{display:grid;gap:.25rem}.elephas-commercial-board__next div span{font-size:.66rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.elephas-commercial-board__next strong{font-size:.82rem}.elephas-sales-center__reserved{padding:2rem;border:1px dashed #cbd5e1;border-radius:1.5rem;background:#f8fafcb3;text-align:center}.elephas-sales-center__reserved p{margin:0;font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#2563eb}.elephas-sales-center__reserved h2{margin:.65rem 0 0;font-size:1.25rem;color:#0f172a}.elephas-sales-center__reserved span{display:block;margin-top:.5rem;font-size:.75rem;color:#64748b}.elephas-commercial-commitments{display:grid;gap:1.25rem}.elephas-commercial-commitments__header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;padding:clamp(1.5rem,3vw,2rem);border:1px solid #e2e8f0;border-radius:1.5rem;background:#fff}.elephas-commercial-commitments__eyebrow{margin:0;font-size:.68rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:#2563eb}.elephas-commercial-commitments__header h2{margin:.45rem 0 0;font-size:clamp(1.45rem,3vw,2rem);color:#0f172a}.elephas-commercial-commitments__header p:not(.elephas-commercial-commitments__eyebrow){margin:.55rem 0 0;color:#64748b}.elephas-commercial-commitments__summary{display:grid;flex:0 0 auto;gap:.2rem;text-align:right}.elephas-commercial-commitments__summary span{font-size:.67rem;color:#64748b}.elephas-commercial-commitments__summary strong{font-size:.82rem;color:#0f172a}.elephas-commercial-commitments__list{display:grid;gap:1rem}.elephas-commercial-commitment{overflow:hidden;border:1px solid #e2e8f0;border-radius:1.25rem;background:#fff}.elephas-commercial-commitment.is-featured{border-color:#fcd34d;box-shadow:0 1rem 2.25rem #92400e14}.elephas-commercial-commitment__header{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;padding:1.25rem 1.5rem;border-bottom:1px solid #e2e8f0}.elephas-commercial-commitment__customer{margin:0;font-size:1rem;font-weight:800;color:#0f172a}.elephas-commercial-commitment__references{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center;margin-top:.35rem}.elephas-commercial-commitment__references strong{font-size:.76rem;color:#1e40af}.elephas-commercial-commitment__references span{font-size:.68rem;color:#64748b}.elephas-commercial-commitment__status{flex:0 0 auto;padding:.5rem .75rem;border-radius:999px;font-size:.66rem;font-weight:800;text-transform:uppercase}.elephas-commercial-commitment.is-priority .elephas-commercial-commitment__status{background:#fef3c7;color:#92400e}.elephas-commercial-commitment.is-review .elephas-commercial-commitment__status{background:#eff6ff;color:#1e40af}.elephas-commercial-commitment.is-released .elephas-commercial-commitment__status{background:#f0fdf4;color:#166534}.elephas-commercial-commitment__body{display:grid;grid-template-columns:minmax(9rem,.35fr) minmax(0,1fr);gap:2rem;padding:1.25rem 1.5rem}.elephas-commercial-commitment__commitment{display:grid;gap:.25rem}.elephas-commercial-commitment__commitment span,.elephas-commercial-commitment__footer div span{font-size:.66rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.elephas-commercial-commitment__commitment strong{font-size:1rem;color:#0f172a}.elephas-commercial-commitment__body>p{margin:0;font-size:.82rem;line-height:1.65;color:#475569}.elephas-commercial-commitment__footer{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1rem 1.5rem;border-top:1px solid #e2e8f0;background:#f8fafc}.elephas-commercial-commitment__footer div{display:grid;gap:.25rem}.elephas-commercial-commitment__footer div strong{font-size:.8rem;color:#0f172a}.elephas-commercial-commitment__footer a{display:inline-flex;align-items:center;gap:.6rem;padding:.68rem .9rem;border-radius:.8rem;background:#1e3a8a;font-size:.73rem;font-weight:800;color:#fff;text-decoration:none}.elephas-commercial-commitment__pending-action{font-size:.7rem;font-weight:750;color:#64748b}.elephas-sales-commitment-page{display:grid;gap:1.5rem}.elephas-sales-commitment-page__back{display:inline-flex;align-items:center;gap:.5rem;width:-moz-fit-content;width:fit-content;font-size:.73rem;font-weight:750;color:#475569;text-decoration:none}.elephas-sales-commitment-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;padding:clamp(1.5rem,3vw,2.25rem);border:1px solid #fcd34d;border-radius:1.5rem;background:radial-gradient(circle at top right,rgba(245,158,11,.12),transparent 38%),#fff}.elephas-sales-commitment-hero__eyebrow,.elephas-sales-commitment-overview header p,.elephas-sales-commitment-flow header p,.elephas-sales-commitment-action p{margin:0;font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#b45309}.elephas-sales-commitment-hero h1{margin:.5rem 0 0;font-size:clamp(2rem,4vw,3.1rem);color:#0f172a}.elephas-sales-commitment-hero p:not(.elephas-sales-commitment-hero__eyebrow){margin:.6rem 0 0;color:#64748b}.elephas-sales-commitment-hero__status{display:grid;gap:.3rem;min-width:13rem;padding:.9rem 1rem;border:1px solid #fde68a;border-radius:1rem;background:#fffbeb;text-align:right}.elephas-sales-commitment-hero__status span{font-size:.67rem;color:#92400e}.elephas-sales-commitment-hero__status strong{font-size:.77rem;color:#78350f}.elephas-sales-commitment-overview,.elephas-sales-commitment-flow,.elephas-sales-commitment-action{padding:clamp(1.5rem,3vw,2rem);border:1px solid #e2e8f0;border-radius:1.5rem;background:#fff}.elephas-sales-commitment-overview>header,.elephas-sales-commitment-action{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem}.elephas-sales-commitment-overview h2,.elephas-sales-commitment-flow h2,.elephas-sales-commitment-action h2{margin:.45rem 0 0;font-size:clamp(1.35rem,3vw,1.85rem);color:#0f172a}.elephas-sales-commitment-overview>header>span{flex:0 0 auto;padding:.55rem .75rem;border-radius:999px;background:#fef3c7;font-size:.68rem;font-weight:800;color:#92400e}.elephas-sales-commitment-overview__facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:1.5rem 0 0}.elephas-sales-commitment-overview__facts div{display:grid;gap:.25rem;padding:1rem;border:1px solid #e2e8f0;border-radius:1rem;background:#f8fafc}.elephas-sales-commitment-overview__facts dt{font-size:.66rem;color:#64748b}.elephas-sales-commitment-overview__facts dd{margin:0;font-size:.85rem;font-weight:800;color:#0f172a}.elephas-sales-commitment-flow ol{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));margin:1.75rem 0 0;padding:0;list-style:none}.elephas-sales-commitment-flow li{position:relative;min-width:0;text-align:center}.elephas-sales-commitment-flow li:not(:last-child):after{position:absolute;top:1rem;left:calc(50% + 1rem);width:calc(100% - 2rem);height:2px;background:#e2e8f0;content:""}.elephas-sales-commitment-flow li>span{position:relative;z-index:1;display:grid;width:2rem;height:2rem;margin:0 auto;place-items:center;border:2px solid #cbd5e1;border-radius:999px;background:#fff;font-size:.7rem;font-weight:800;color:#64748b}.elephas-sales-commitment-flow li.is-completed>span{border-color:#16a34a;background:#dcfce7;color:#166534}.elephas-sales-commitment-flow li.is-active>span{border-color:#f59e0b;background:#fef3c7;color:#92400e}.elephas-sales-commitment-flow li div{display:grid;gap:.25rem;margin-top:.75rem}.elephas-sales-commitment-flow li strong{font-size:.72rem;color:#0f172a}.elephas-sales-commitment-flow li small{font-size:.64rem;color:#64748b}.elephas-sales-commitment-action span{display:block;margin-top:.5rem;font-size:.76rem;color:#64748b}.elephas-sales-commitment-action button{display:inline-flex;flex:0 0 auto;align-items:center;gap:.65rem;padding:.8rem 1rem;border:0;border-radius:.85rem;background:#1e3a8a;font-size:.76rem;font-weight:800;color:#fff;cursor:pointer}.elephas-warehouse-center{display:grid;gap:1.5rem}.elephas-warehouse-foundation{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;padding:clamp(1.5rem,3vw,2.25rem);border:1px solid #dbeafe;border-radius:1.5rem;background:radial-gradient(circle at top right,rgba(14,165,233,.12),transparent 38%),#fff}.elephas-warehouse-foundation__eyebrow{margin:0;font-size:.68rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:#0284c7}.elephas-warehouse-foundation h1{margin:.55rem 0 0;font-size:clamp(2rem,4vw,3.15rem);line-height:1.02;letter-spacing:-.045em;color:#0f172a}.elephas-warehouse-foundation__lead{max-width:44rem;margin:.85rem 0 0;font-size:1rem;line-height:1.65;color:#64748b}.elephas-warehouse-foundation__metrics{display:grid;grid-template-columns:repeat(3,minmax(7rem,1fr));gap:.75rem;min-width:24rem;margin:0}.elephas-warehouse-foundation__metrics div{display:grid;gap:.3rem;padding:.9rem;border:1px solid #e2e8f0;border-radius:1rem;background:#f8fafce6}.elephas-warehouse-foundation__metrics dt{font-size:.66rem;color:#64748b}.elephas-warehouse-foundation__metrics dd{margin:0;font-size:1.15rem;font-weight:800;color:#0f172a}.elephas-warehouse-brief{overflow:hidden;border:1px solid #e2e8f0;border-radius:1.5rem;background:#fff;box-shadow:0 1.25rem 3rem #0f172a0d}.elephas-warehouse-brief__header{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;padding:clamp(1.5rem,3vw,2rem);border-bottom:1px solid #e2e8f0}.elephas-warehouse-brief__eyebrow,.elephas-warehouse-board__eyebrow{margin:0;font-size:.68rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:#0284c7}.elephas-warehouse-brief__header h2{margin:.45rem 0 0;font-size:clamp(1.35rem,3vw,1.8rem);color:#0f172a}.elephas-warehouse-brief__status{display:inline-flex;flex:0 0 auto;align-items:center;gap:.55rem;padding:.7rem .9rem;border:1px solid #bbf7d0;border-radius:999px;background:#f0fdf4;font-size:.7rem;font-weight:750;color:#166534}.elephas-warehouse-brief__status span{width:.5rem;height:.5rem;border-radius:999px;background:#22c55e}.elephas-warehouse-brief__content{display:grid;gap:.85rem;max-width:58rem;padding:clamp(1.5rem,3vw,2rem)}.elephas-warehouse-brief__content p{margin:0;font-size:.92rem;line-height:1.75;color:#475569}.elephas-warehouse-brief__content .elephas-warehouse-brief__headline{font-size:clamp(1.08rem,2vw,1.3rem);font-weight:750;color:#0f172a}.elephas-warehouse-brief__footer{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.2rem clamp(1.5rem,3vw,2rem);border-top:1px solid #bae6fd;background:#f0f9ff}.elephas-warehouse-brief__footer div{display:grid;gap:.25rem}.elephas-warehouse-brief__footer div span{font-size:.66rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#0369a1}.elephas-warehouse-brief__footer strong{font-size:.82rem;color:#0c4a6e}.elephas-warehouse-brief__footer a{display:inline-flex;align-items:center;gap:.55rem;flex:0 0 auto;font-size:.75rem;font-weight:800;color:#0369a1;text-decoration:none}.elephas-warehouse-board{display:grid;gap:1.25rem}.elephas-warehouse-board__header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;padding:clamp(1.5rem,3vw,2rem);border:1px solid #e2e8f0;border-radius:1.5rem;background:#fff}.elephas-warehouse-board__header h2{margin:.45rem 0 0;font-size:clamp(1.45rem,3vw,2rem);color:#0f172a}.elephas-warehouse-board__header p:not(.elephas-warehouse-board__eyebrow){margin:.55rem 0 0;color:#64748b}.elephas-warehouse-board__context{flex:0 0 auto;padding:.65rem .85rem;border:1px solid #bae6fd;border-radius:999px;background:#f0f9ff;font-size:.68rem;font-weight:700;color:#0369a1}.elephas-warehouse-board__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.elephas-warehouse-metric{padding:1.2rem;border:1px solid #e2e8f0;border-radius:1.2rem;background:#fff}.elephas-warehouse-metric header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.elephas-warehouse-metric header span{font-size:.69rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:#64748b}.elephas-warehouse-metric header i{width:.5rem;height:.5rem;border-radius:999px;background:#38bdf8;box-shadow:0 0 0 .22rem #e0f2fe}.elephas-warehouse-metric.is-new{border-color:#7dd3fc;box-shadow:0 1rem 2rem #0284c712}.elephas-warehouse-metric.is-new header i{background:#0284c7;box-shadow:0 0 0 .25rem #bae6fd}.elephas-warehouse-metric.is-success header i{background:#22c55e;box-shadow:0 0 0 .22rem #dcfce7}.elephas-warehouse-metric.is-information header i{background:#6366f1;box-shadow:0 0 0 .22rem #e0e7ff}.elephas-warehouse-metric>strong{display:block;margin-top:1.3rem;font-size:clamp(2.05rem,4vw,2.75rem);line-height:.92;letter-spacing:-.05em;color:#0f172a}.elephas-warehouse-metric>p{margin:.6rem 0 0;font-size:.72rem;color:#64748b}.elephas-warehouse-board__next{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.25rem 1.5rem;border:1px solid #bae6fd;border-radius:1.2rem;background:#f0f9ff;color:#0c4a6e}.elephas-warehouse-board__next div{display:grid;gap:.25rem}.elephas-warehouse-board__next div span{font-size:.66rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.elephas-warehouse-board__next strong{font-size:.82rem}.elephas-warehouse-queue{display:grid;gap:1.25rem}.elephas-warehouse-queue__header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;padding:clamp(1.5rem,3vw,2rem);border:1px solid #e2e8f0;border-radius:1.5rem;background:#fff}.elephas-warehouse-queue__eyebrow{margin:0;font-size:.68rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:#0284c7}.elephas-warehouse-queue__header h2{margin:.45rem 0 0;font-size:clamp(1.45rem,3vw,2rem);color:#0f172a}.elephas-warehouse-queue__header p:not(.elephas-warehouse-queue__eyebrow){margin:.55rem 0 0;color:#64748b}.elephas-warehouse-queue__summary{display:grid;flex:0 0 auto;gap:.2rem;text-align:right}.elephas-warehouse-queue__summary span{font-size:.67rem;color:#64748b}.elephas-warehouse-queue__summary strong{font-size:1.15rem;color:#0f172a}.elephas-warehouse-queue__list{display:grid;gap:1rem}.elephas-warehouse-order{overflow:hidden;border:1px solid #e2e8f0;border-radius:1.25rem;background:#fff}.elephas-warehouse-order.is-featured{border-color:#38bdf8;box-shadow:0 1rem 2.25rem #0284c717}.elephas-warehouse-order__header{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;padding:1.25rem 1.5rem;border-bottom:1px solid #e2e8f0}.elephas-warehouse-order__customer{margin:0;font-size:1rem;font-weight:800;color:#0f172a}.elephas-warehouse-order__references{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem;margin-top:.35rem}.elephas-warehouse-order__references strong{font-size:.76rem;color:#0369a1}.elephas-warehouse-order__references span{font-size:.68rem;color:#64748b}.elephas-warehouse-order__status{display:inline-flex;flex:0 0 auto;align-items:center;gap:.45rem;padding:.5rem .75rem;border-radius:999px;font-size:.66rem;font-weight:800;text-transform:uppercase}.elephas-warehouse-order.is-new .elephas-warehouse-order__status{background:#e0f2fe;color:#0369a1}.elephas-warehouse-order.is-new .elephas-warehouse-order__status i{width:.45rem;height:.45rem;border-radius:999px;background:#0284c7;box-shadow:0 0 0 .25rem #bae6fde6}.elephas-warehouse-order.is-preparing .elephas-warehouse-order__status{background:#eff6ff;color:#1e40af}.elephas-warehouse-order.is-ready .elephas-warehouse-order__status{background:#f0fdf4;color:#166534}.elephas-warehouse-order__body{padding:1.25rem 1.5rem}.elephas-warehouse-order__facts{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.75rem;margin:0}.elephas-warehouse-order__facts div{display:grid;gap:.25rem;min-width:0;padding:.85rem;border:1px solid #e2e8f0;border-radius:.85rem;background:#f8fafc}.elephas-warehouse-order__facts dt{font-size:.63rem;color:#64748b}.elephas-warehouse-order__facts dd{overflow:hidden;margin:0;font-size:.76rem;font-weight:800;color:#0f172a;text-overflow:ellipsis;white-space:nowrap}.elephas-warehouse-order__footer{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1rem 1.5rem;border-top:1px solid #e2e8f0;background:#f8fafc}.elephas-warehouse-order__footer>div{display:grid;gap:.25rem}.elephas-warehouse-order__footer>div span{font-size:.64rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.elephas-warehouse-order__footer>div strong{font-size:.8rem;color:#0f172a}.elephas-warehouse-order__action{display:inline-flex;flex:0 0 auto;align-items:center;gap:.6rem;padding:.7rem .95rem;border-radius:.8rem;background:#0369a1;font-size:.73rem;font-weight:800;color:#fff;text-decoration:none}.elephas-warehouse-order__passive{font-size:.7rem;font-weight:750;color:#64748b}.elephas-workspace-body{min-height:100vh;margin:0;background:radial-gradient(circle at top right,rgba(14,165,233,.08),transparent 30rem),#f1f5f9}.elephas-picking-workspace{display:grid;gap:1.25rem;width:min(100% - 2rem,90rem);margin:0 auto;padding:clamp(1rem,3vw,2rem) 0}.elephas-picking-header{display:grid;grid-template-columns:minmax(0,1fr) minmax(24rem,.7fr);gap:2rem;padding:clamp(1.5rem,3vw,2.25rem);border:1px solid #bae6fd;border-radius:1.5rem;background:linear-gradient(125deg,#fffffffa,#f0f9fff0);box-shadow:0 1.5rem 3.5rem #0f172a14}.elephas-picking-header__identity{min-width:0}.elephas-picking-header__back{display:inline-flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:750;color:#475569;text-decoration:none}.elephas-picking-header__eyebrow{margin:1.35rem 0 0;font-size:.68rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase;color:#0284c7}.elephas-picking-header h1{margin:.5rem 0 0;font-size:clamp(2.1rem,5vw,3.7rem);line-height:.98;letter-spacing:-.055em;color:#0f172a}.elephas-picking-header__reference{margin:.75rem 0 0;font-size:.85rem;color:#64748b}.elephas-picking-header__status{display:grid;gap:.85rem}.elephas-picking-header__state{display:grid;gap:.3rem;padding:1rem;border:1px solid #bae6fd;border-radius:1rem;background:#e0f2febf}.elephas-picking-header__state span,.elephas-picking-header__facts dt{font-size:.66rem;color:#64748b}.elephas-picking-header__state strong{font-size:.9rem;color:#075985}.elephas-picking-header__facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:0}.elephas-picking-header__facts div{display:grid;gap:.25rem;min-width:0;padding:.85rem;border:1px solid #e2e8f0;border-radius:.9rem;background:#ffffffdb}.elephas-picking-header__facts dd{overflow:hidden;margin:0;font-size:.76rem;font-weight:800;color:#0f172a;text-overflow:ellipsis;white-space:nowrap}.elephas-picking-header__facts dd.is-priority{color:#b45309}.elephas-picking-mission{display:grid;grid-template-columns:minmax(0,1fr) minmax(26rem,.85fr);gap:2rem;padding:clamp(1.5rem,3vw,2rem);border:1px solid #e2e8f0;border-radius:1.5rem;background:#fff}.elephas-picking-mission__eyebrow{margin:0;font-size:.68rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase;color:#0284c7}.elephas-picking-mission__content h2{max-width:46rem;margin:.55rem 0 0;font-size:clamp(1.5rem,3vw,2.15rem);line-height:1.18;letter-spacing:-.03em;color:#0f172a}.elephas-picking-mission__content>p:last-child{max-width:42rem;margin:.8rem 0 0;font-size:.85rem;line-height:1.65;color:#64748b}.elephas-picking-mission__progress{display:grid;gap:1rem;align-content:start}.elephas-picking-mission__progress-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem}.elephas-picking-mission__progress-header div{display:grid;gap:.15rem}.elephas-picking-mission__progress-header span{font-size:.66rem;color:#64748b}.elephas-picking-mission__progress-header strong{font-size:2rem;line-height:1;letter-spacing:-.04em;color:#0f172a}.elephas-picking-mission__progress-header p{margin:0;font-size:.72rem;color:#64748b}.elephas-picking-mission__track{overflow:hidden;height:.75rem;border-radius:999px;background:#e2e8f0}.elephas-picking-mission__track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0284c7,#38bdf8)}.elephas-picking-mission__metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;margin:0}.elephas-picking-mission__metrics div{display:grid;gap:.2rem;padding:.8rem;border:1px solid #e2e8f0;border-radius:.85rem;background:#f8fafc}.elephas-picking-mission__metrics dt{font-size:.62rem;color:#64748b}.elephas-picking-mission__metrics dd{margin:0;font-size:.74rem;font-weight:800;color:#0f172a}.elephas-current-picking-task{overflow:hidden;border:1px solid #7dd3fc;border-radius:1.5rem;background:#fff;box-shadow:0 1.5rem 3.5rem #0284c71a}.elephas-current-picking-task__header{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;padding:1.35rem clamp(1.5rem,3vw,2rem);border-bottom:1px solid #bae6fd;background:#f0f9ff}.elephas-current-picking-task__eyebrow{margin:0;font-size:.68rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase;color:#0284c7}.elephas-current-picking-task__header h2{margin:.35rem 0 0;font-size:1.35rem;color:#0f172a}.elephas-current-picking-task__status{display:inline-flex;flex:0 0 auto;align-items:center;gap:.5rem;padding:.65rem .85rem;border:1px solid #fde68a;border-radius:999px;background:#fffbeb;font-size:.68rem;font-weight:800;color:#92400e}.elephas-current-picking-task__status span{width:.5rem;height:.5rem;border-radius:999px;background:#f59e0b}.elephas-current-picking-task__workspace{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(18rem,.85fr) minmax(12rem,.45fr);gap:1rem;padding:clamp(1.5rem,3vw,2rem)}.elephas-current-picking-task__product,.elephas-current-picking-task__location,.elephas-current-picking-task__quantity{padding:1.25rem;border:1px solid #e2e8f0;border-radius:1.15rem;background:#f8fafc}.elephas-current-picking-task__product>p,.elephas-current-picking-task__location>p,.elephas-current-picking-task__quantity>p{margin:0;font-size:.65rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.elephas-current-picking-task__product h3{margin:.7rem 0 0;font-size:clamp(1.4rem,3vw,2rem);line-height:1.12;letter-spacing:-.03em;color:#0f172a}.elephas-current-picking-task__sku{display:flex;align-items:center;gap:.65rem;margin-top:1rem}.elephas-current-picking-task__sku span{font-size:.63rem;color:#64748b}.elephas-current-picking-task__sku strong{font-size:.8rem;color:#0369a1}.elephas-current-picking-task__availability{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;font-size:.7rem;font-weight:750;color:#166534}.elephas-current-picking-task__availability span{width:.5rem;height:.5rem;border-radius:999px;background:#22c55e;box-shadow:0 0 0 .22rem #dcfce7}.elephas-current-picking-task__location>strong{display:block;margin-top:.75rem;font-size:clamp(2rem,4vw,3rem);line-height:1;letter-spacing:-.05em;color:#0369a1}.elephas-current-picking-task__location dl{display:grid;gap:.65rem;margin:1.1rem 0 0}.elephas-current-picking-task__location dl div{display:flex;justify-content:space-between;gap:1rem}.elephas-current-picking-task__location dt{font-size:.66rem;color:#64748b}.elephas-current-picking-task__location dd{margin:0;font-size:.72rem;font-weight:800;color:#0f172a}.elephas-current-picking-task__quantity{display:grid;align-content:center;text-align:center}.elephas-current-picking-task__quantity>strong{display:block;margin-top:.75rem;font-size:clamp(3rem,6vw,4.5rem);line-height:.9;letter-spacing:-.07em;color:#0f172a}.elephas-current-picking-task__quantity>span{display:block;margin-top:.55rem;font-size:.8rem;font-weight:800;color:#0369a1}.elephas-current-picking-task__instruction{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.35rem clamp(1.5rem,3vw,2rem);border-top:1px solid #bae6fd;background:#f0f9ff}.elephas-current-picking-task__instruction div{min-width:0}.elephas-current-picking-task__instruction p{margin:0;font-size:.65rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase;color:#0284c7}.elephas-current-picking-task__instruction h3{margin:.45rem 0 0;font-size:1.05rem;color:#0f172a}.elephas-current-picking-task__instruction div>span{display:block;margin-top:.4rem;font-size:.76rem;color:#475569}.elephas-current-picking-task__confirm{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;gap:.65rem;min-width:12rem;padding:.9rem 1.15rem;border:0;border-radius:.9rem;background:#0369a1;box-shadow:0 .75rem 1.5rem #0369a133;font-size:.78rem;font-weight:850;color:#fff;cursor:pointer}.elephas-current-picking-task__footer{padding:.85rem 1.5rem;border-top:1px solid #e2e8f0;background:#fff;font-size:.68rem;color:#64748b;text-align:center}.elephas-current-picking-task__footer strong{color:#0369a1}.elephas-picking-checklist{overflow:hidden;border:1px solid #e2e8f0;border-radius:1.5rem;background:#fff}.elephas-picking-checklist__header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;padding:clamp(1.5rem,3vw,2rem);border-bottom:1px solid #e2e8f0}.elephas-picking-checklist__eyebrow{margin:0;font-size:.68rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase;color:#0284c7}.elephas-picking-checklist__header h2{margin:.45rem 0 0;font-size:clamp(1.4rem,3vw,1.9rem);color:#0f172a}.elephas-picking-checklist__header p:not(.elephas-picking-checklist__eyebrow){max-width:48rem;margin:.55rem 0 0;font-size:.8rem;line-height:1.6;color:#64748b}.elephas-picking-checklist__summary{display:grid;flex:0 0 auto;gap:.2rem;text-align:right}.elephas-picking-checklist__summary span{font-size:.66rem;color:#64748b}.elephas-picking-checklist__summary strong{font-size:1rem;color:#0f172a}.elephas-picking-checklist__list{display:grid;gap:0;margin:0;padding:0;list-style:none}.elephas-picking-checklist__item{display:grid;grid-template-columns:auto minmax(0,1.4fr) minmax(20rem,.75fr) auto;align-items:center;gap:1rem;padding:1.1rem clamp(1.5rem,3vw,2rem);border-bottom:1px solid #e2e8f0}.elephas-picking-checklist__item:last-child{border-bottom:0}.elephas-picking-checklist__item.is-current{border-left:.3rem solid #0284c7;background:#f0f9ff}.elephas-picking-checklist__item.is-completed{background:#f8fafc}.elephas-picking-checklist__item.is-pending{opacity:.76}.elephas-picking-checklist__marker{display:grid;width:2rem;height:2rem;place-items:center;border:2px solid #cbd5e1;border-radius:999px;background:#fff;font-size:.7rem;font-weight:850;color:#64748b}.is-completed .elephas-picking-checklist__marker{border-color:#22c55e;background:#dcfce7;color:#166534}.is-current .elephas-picking-checklist__marker{border-color:#0284c7;background:#e0f2fe;color:#0369a1}.elephas-picking-checklist__product{display:grid;gap:.18rem;min-width:0}.elephas-picking-checklist__product>span{font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.elephas-picking-checklist__product>strong{overflow:hidden;font-size:.82rem;color:#0f172a;text-overflow:ellipsis;white-space:nowrap}.elephas-picking-checklist__product>small{font-size:.65rem;color:#0369a1}.elephas-picking-checklist__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin:0}.elephas-picking-checklist__facts div{display:grid;gap:.18rem;padding:.65rem .75rem;border:1px solid #e2e8f0;border-radius:.75rem;background:#fffc}.elephas-picking-checklist__facts dt{font-size:.6rem;color:#64748b}.elephas-picking-checklist__facts dd{margin:0;font-size:.7rem;font-weight:800;color:#0f172a}.elephas-picking-checklist__status{flex:0 0 auto;padding:.48rem .7rem;border-radius:999px;font-size:.62rem;font-weight:850;text-transform:uppercase}.is-completed .elephas-picking-checklist__status{background:#dcfce7;color:#166534}.is-current .elephas-picking-checklist__status{background:#e0f2fe;color:#0369a1}.is-pending .elephas-picking-checklist__status{background:#f1f5f9;color:#64748b}.elephas-picking-checklist__footer{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.9rem 1.5rem;border-top:1px solid #e2e8f0;background:#f8fafc;font-size:.68rem;color:#64748b}.elephas-picking-checklist__footer strong{color:#0369a1}.elephas-picking-completion{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(18rem,.42fr);gap:1.5rem;overflow:hidden;padding:clamp(1.5rem,3vw,2rem);border:1px solid #86efac;border-radius:1.5rem;background:radial-gradient(circle at top right,rgba(34,197,94,.12),transparent 24rem),#fff;box-shadow:0 1.5rem 3.5rem #16653417}.elephas-picking-completion__icon{display:grid;width:4rem;height:4rem;place-items:center;border-radius:1.15rem;background:#dcfce7;font-size:1.8rem;font-weight:900;color:#166534}.elephas-picking-completion__content{min-width:0}.elephas-picking-completion__eyebrow{margin:0;font-size:.68rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase;color:#15803d}.elephas-picking-completion__content h2{margin:.45rem 0 0;font-size:clamp(1.75rem,4vw,2.65rem);letter-spacing:-.04em;color:#0f172a}.elephas-picking-completion__content>p:last-of-type{max-width:48rem;margin:.7rem 0 0;font-size:.84rem;line-height:1.65;color:#475569}.elephas-picking-completion__summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;margin:1.35rem 0 0}.elephas-picking-completion__summary div{display:grid;gap:.2rem;padding:.8rem;border:1px solid #d1fae5;border-radius:.85rem;background:#f0fdf4}.elephas-picking-completion__summary dt{font-size:.62rem;color:#64748b}.elephas-picking-completion__summary dd{margin:0;font-size:.76rem;font-weight:800;color:#14532d}.elephas-picking-completion__action{display:grid;align-content:center;gap:.35rem;padding:1.25rem;border:1px solid #bbf7d0;border-radius:1.1rem;background:#f0fdf4}.elephas-picking-completion__action p{margin:0;font-size:.63rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#15803d}.elephas-picking-completion__action strong{font-size:1rem;color:#14532d}.elephas-picking-completion__action a{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;margin-top:.75rem;padding:.85rem 1rem;border-radius:.85rem;background:#15803d;font-size:.73rem;font-weight:850;color:#fff;text-decoration:none}.elephas-picking-completion__footer{grid-column:1 / -1;padding-top:1rem;border-top:1px solid #d1fae5;font-size:.68rem;color:#64748b;text-align:center}.elephas-shipment-reception{display:grid;gap:1.5rem}.elephas-shipment-reception__hero{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;padding:clamp(1.5rem,3vw,2.25rem);border:1px solid #c4b5fd;border-radius:1.5rem;background:radial-gradient(circle at top right,rgba(139,92,246,.13),transparent 26rem),#fff}.elephas-shipment-reception__eyebrow,.elephas-shipment-reception__handoff header p,.elephas-shipment-reception__order header p{margin:0;font-size:.68rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase;color:#6d28d9}.elephas-shipment-reception__hero h1{max-width:48rem;margin:.55rem 0 0;font-size:clamp(2rem,5vw,3.35rem);line-height:1.02;letter-spacing:-.05em;color:#0f172a}.elephas-shipment-reception__lead{max-width:46rem;margin:.85rem 0 0;line-height:1.65;color:#64748b}.elephas-shipment-reception__arrival{display:grid;flex:0 0 auto;gap:.3rem;min-width:11rem;padding:1rem;border:1px solid #ddd6fe;border-radius:1rem;background:#f5f3ff}.elephas-shipment-reception__arrival span{font-size:.66rem;color:#64748b}.elephas-shipment-reception__arrival strong{font-size:.82rem;color:#5b21b6}.elephas-shipment-reception__handoff{overflow:hidden;border:1px solid #e2e8f0;border-radius:1.5rem;background:#fff}.elephas-shipment-reception__handoff>header{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0}.elephas-shipment-reception__handoff h2{margin:.45rem 0 0;font-size:clamp(1.35rem,3vw,1.85rem);color:#0f172a}.elephas-shipment-reception__handoff>header>span{padding:.65rem .85rem;border-radius:999px;background:#ede9fe;font-size:.68rem;font-weight:800;color:#5b21b6}.elephas-shipment-reception__flow{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:1rem;padding:2rem}.elephas-shipment-reception__flow>div{display:flex;align-items:center;gap:1rem;padding:1.25rem;border:1px solid #e2e8f0;border-radius:1rem}.elephas-shipment-reception__flow>div>span{display:grid;width:2.5rem;height:2.5rem;flex:0 0 auto;place-items:center;border-radius:999px;font-weight:900}.elephas-shipment-reception__flow .is-completed>span{background:#dcfce7;color:#166534}.elephas-shipment-reception__flow .is-current{border-color:#c4b5fd;background:#faf5ff}.elephas-shipment-reception__flow .is-current>span{background:#ede9fe;color:#6d28d9}.elephas-shipment-reception__flow small{color:#64748b}.elephas-shipment-reception__flow strong{display:block;margin-top:.2rem;color:#0f172a}.elephas-shipment-reception__flow p{margin:.25rem 0 0;font-size:.7rem;color:#64748b}.elephas-shipment-reception__flow>i{font-style:normal;font-size:1.4rem;color:#8b5cf6}.elephas-shipment-reception__order{overflow:hidden;border:1px solid #c4b5fd;border-radius:1.5rem;background:#fff}.elephas-shipment-reception__order>header{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0}.elephas-shipment-reception__order h2{margin:.4rem 0 0;font-size:1.8rem;color:#0f172a}.elephas-shipment-reception__order header div>span{display:block;margin-top:.25rem;color:#64748b}.elephas-shipment-reception__order header>div:last-child{display:grid;gap:.25rem;text-align:right}.elephas-shipment-reception__order header small{color:#64748b}.elephas-shipment-reception__order header strong{color:#0f172a}.elephas-shipment-reception__order>dl{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.75rem;margin:0;padding:1.5rem 2rem}.elephas-shipment-reception__order>dl div{display:grid;gap:.25rem;padding:.85rem;border:1px solid #e2e8f0;border-radius:.85rem;background:#f8fafc}.elephas-shipment-reception__order dt{font-size:.62rem;color:#64748b}.elephas-shipment-reception__order dd{margin:0;font-size:.76rem;font-weight:800;color:#0f172a}.elephas-shipment-reception__order dd.is-priority{color:#b45309}.elephas-shipment-reception__order>footer{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.2rem 2rem;border-top:1px solid #ddd6fe;background:#faf5ff}.elephas-shipment-reception__order footer>div{display:grid;gap:.25rem}.elephas-shipment-reception__order footer span{font-size:.65rem;font-weight:800;text-transform:uppercase;color:#6d28d9}.elephas-shipment-reception__order footer strong{color:#0f172a}.elephas-shipment-reception__order button{padding:.85rem 1rem;border:0;border-radius:.85rem;background:#6d28d9;font-size:.75rem;font-weight:850;color:#fff;cursor:pointer}.elephas-shipment-brief{overflow:hidden;border:1px solid #ddd6fe;border-radius:1.5rem;background:#fff}.elephas-shipment-brief__header,.elephas-shipment-board__header,.elephas-shipment-queue__header{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;padding:clamp(1.5rem,3vw,2rem);border-bottom:1px solid #e2e8f0}.elephas-shipment-brief__eyebrow,.elephas-shipment-board__eyebrow,.elephas-shipment-queue__eyebrow{margin:0;font-size:.68rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase;color:#6d28d9}.elephas-shipment-brief h2,.elephas-shipment-board h2,.elephas-shipment-queue h2{margin:.45rem 0 0;font-size:clamp(1.4rem,3vw,1.95rem);color:#0f172a}.elephas-shipment-brief__status{display:inline-flex;flex:0 0 auto;align-items:center;gap:.5rem;padding:.65rem .85rem;border:1px solid #bbf7d0;border-radius:999px;background:#f0fdf4;font-size:.68rem;font-weight:800;color:#166534}.elephas-shipment-brief__status span{width:.5rem;height:.5rem;border-radius:999px;background:#22c55e}.elephas-shipment-brief__content{display:grid;gap:.8rem;padding:clamp(1.5rem,3vw,2rem)}.elephas-shipment-brief__content p{max-width:58rem;margin:0;line-height:1.7;color:#475569}.elephas-shipment-brief__content .elephas-shipment-brief__headline{font-size:1.15rem;font-weight:800;color:#0f172a}.elephas-shipment-brief__footer{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.15rem clamp(1.5rem,3vw,2rem);border-top:1px solid #ddd6fe;background:#faf5ff}.elephas-shipment-brief__footer div{display:grid;gap:.2rem}.elephas-shipment-brief__footer div span{font-size:.64rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#6d28d9}.elephas-shipment-brief__footer strong{color:#4c1d95}.elephas-shipment-brief__footer a{font-size:.72rem;font-weight:800;color:#6d28d9;text-decoration:none}.elephas-shipment-board,.elephas-shipment-queue{display:grid;gap:1.2rem}.elephas-shipment-board__header,.elephas-shipment-queue__header{border:1px solid #e2e8f0;border-radius:1.5rem;background:#fff}.elephas-shipment-board__header>div>p:last-child,.elephas-shipment-queue__header>div>p:last-child{margin:.55rem 0 0;color:#64748b}.elephas-shipment-board__context{padding:.65rem .85rem;border:1px solid #ddd6fe;border-radius:999px;background:#faf5ff;font-size:.68rem;font-weight:800;color:#6d28d9}.elephas-shipment-board__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.elephas-shipment-metric{padding:1.2rem;border:1px solid #e2e8f0;border-radius:1.15rem;background:#fff}.elephas-shipment-metric header{display:flex;justify-content:space-between;gap:1rem}.elephas-shipment-metric header span{font-size:.68rem;font-weight:800;text-transform:uppercase;color:#64748b}.elephas-shipment-metric header i{width:.5rem;height:.5rem;border-radius:999px;background:#8b5cf6}.elephas-shipment-metric.is-new{border-color:#c4b5fd;background:#faf5ff}.elephas-shipment-metric.is-attention header i{background:#f59e0b}.elephas-shipment-metric.is-success header i{background:#22c55e}.elephas-shipment-metric>strong{display:block;margin-top:1.1rem;font-size:2.4rem;line-height:1;color:#0f172a}.elephas-shipment-metric>p{margin:.55rem 0 0;font-size:.72rem;color:#64748b}.elephas-shipment-board__next{display:flex;justify-content:space-between;gap:2rem;padding:1.2rem 1.5rem;border:1px solid #ddd6fe;border-radius:1rem;background:#faf5ff}.elephas-shipment-board__next div{display:grid;gap:.2rem}.elephas-shipment-board__next div span{font-size:.64rem;font-weight:800;text-transform:uppercase;color:#6d28d9}.elephas-shipment-queue__summary{display:grid;gap:.2rem;text-align:right}.elephas-shipment-queue__summary span{font-size:.66rem;color:#64748b}.elephas-shipment-queue__list{display:grid;gap:1rem}.elephas-shipment-card{overflow:hidden;border:1px solid #e2e8f0;border-radius:1.2rem;background:#fff}.elephas-shipment-card.is-featured{border-color:#8b5cf6;box-shadow:0 1rem 2.25rem #6d28d914}.elephas-shipment-card>header,.elephas-shipment-card>footer{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.1rem 1.5rem}.elephas-shipment-card>header{border-bottom:1px solid #e2e8f0}.elephas-shipment-card>header p{margin:0;font-weight:800;color:#0f172a}.elephas-shipment-card>header span{display:block;margin-top:.25rem;font-size:.68rem;color:#64748b}.elephas-shipment-card>header>strong{font-size:.66rem;text-transform:uppercase;color:#6d28d9}.elephas-shipment-card>dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:0;padding:1.2rem 1.5rem}.elephas-shipment-card>dl div{display:grid;gap:.2rem;padding:.8rem;border:1px solid #e2e8f0;border-radius:.8rem;background:#f8fafc}.elephas-shipment-card dt{font-size:.62rem;color:#64748b}.elephas-shipment-card dd{margin:0;font-size:.76rem;font-weight:800;color:#0f172a}.elephas-shipment-card>footer{border-top:1px solid #ddd6fe;background:#faf5ff}.elephas-shipment-card>footer div{display:grid;gap:.2rem}.elephas-shipment-card>footer div span{font-size:.64rem;font-weight:800;text-transform:uppercase;color:#6d28d9}.elephas-shipment-card button,.elephas-shipment-card__action{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1rem;border:0;border-radius:.8rem;background:#6d28d9;font-size:.73rem;font-weight:850;color:#fff;text-decoration:none;cursor:pointer}.elephas-shipment-scheduling-workspace{display:grid;gap:1.25rem;width:min(100% - 2rem,90rem);margin:0 auto;padding:clamp(1rem,3vw,2rem) 0}.elephas-shipment-scheduling-header{display:grid;grid-template-columns:minmax(0,1fr) minmax(24rem,.72fr);gap:2rem;padding:clamp(1.5rem,3vw,2.25rem);border:1px solid #c4b5fd;border-radius:1.5rem;background:radial-gradient(circle at top right,rgba(139,92,246,.13),transparent 26rem),#fff;box-shadow:0 1.5rem 3.5rem #4c1d9514}.elephas-shipment-scheduling-header__back{display:inline-flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:750;color:#475569;text-decoration:none}.elephas-shipment-scheduling-header__eyebrow,.elephas-shipment-scheduling-mission__eyebrow,.elephas-shipment-scheduling-form__eyebrow{margin:1.25rem 0 0;font-size:.68rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase;color:#6d28d9}.elephas-shipment-scheduling-header h1{margin:.5rem 0 0;font-size:clamp(2.1rem,5vw,3.7rem);line-height:.98;letter-spacing:-.055em;color:#0f172a}.elephas-shipment-scheduling-header__reference{margin:.75rem 0 0;font-size:.82rem;color:#64748b}.elephas-shipment-scheduling-header__status{display:grid;gap:.85rem}.elephas-shipment-scheduling-header__state{display:grid;gap:.3rem;padding:1rem;border:1px solid #ddd6fe;border-radius:1rem;background:#f5f3ff}.elephas-shipment-scheduling-header__state span,.elephas-shipment-scheduling-header__status dt{font-size:.65rem;color:#64748b}.elephas-shipment-scheduling-header__state strong{color:#5b21b6}.elephas-shipment-scheduling-header__status dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;margin:0}.elephas-shipment-scheduling-header__status dl div{display:grid;gap:.25rem;min-width:0;padding:.85rem;border:1px solid #e2e8f0;border-radius:.85rem;background:#fff}.elephas-shipment-scheduling-header__status dd{overflow:hidden;margin:0;font-size:.75rem;font-weight:800;color:#0f172a;text-overflow:ellipsis;white-space:nowrap}.elephas-shipment-scheduling-header__status dd.is-priority{color:#b45309}.elephas-shipment-scheduling-mission{display:grid;grid-template-columns:minmax(0,1fr) minmax(32rem,.85fr);gap:2rem;padding:clamp(1.5rem,3vw,2rem);border:1px solid #e2e8f0;border-radius:1.5rem;background:#fff}.elephas-shipment-scheduling-mission__eyebrow{margin-top:0}.elephas-shipment-scheduling-mission h2{margin:.5rem 0 0;font-size:clamp(1.55rem,3vw,2.2rem);line-height:1.18;letter-spacing:-.035em;color:#0f172a}.elephas-shipment-scheduling-mission>div>p:last-child{margin:.8rem 0 0;line-height:1.65;color:#64748b}.elephas-shipment-scheduling-mission__summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin:0}.elephas-shipment-scheduling-mission__summary div{display:grid;gap:.25rem;padding:.9rem;border:1px solid #e2e8f0;border-radius:.9rem;background:#f8fafc}.elephas-shipment-scheduling-mission__summary dt{font-size:.62rem;color:#64748b}.elephas-shipment-scheduling-mission__summary dd{margin:0;font-size:.78rem;font-weight:800;color:#0f172a}.elephas-shipment-scheduling-mission__summary dd.is-success{color:#166534}.elephas-shipment-scheduling-form{overflow:hidden;border:1px solid #c4b5fd;border-radius:1.5rem;background:#fff;box-shadow:0 1.5rem 3.5rem #6d28d914}.elephas-shipment-scheduling-form__header{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;padding:clamp(1.5rem,3vw,2rem);border-bottom:1px solid #ddd6fe;background:#faf5ff}.elephas-shipment-scheduling-form__eyebrow{margin-top:0}.elephas-shipment-scheduling-form__header h2{margin:.45rem 0 0;font-size:clamp(1.4rem,3vw,1.95rem);color:#0f172a}.elephas-shipment-scheduling-form__header p:last-child{max-width:50rem;margin:.55rem 0 0;color:#64748b}.elephas-shipment-scheduling-form__recommendation{display:inline-flex;flex:0 0 auto;align-items:center;gap:.5rem;padding:.65rem .85rem;border:1px solid #bbf7d0;border-radius:999px;background:#f0fdf4;font-size:.68rem;font-weight:800;color:#166534}.elephas-shipment-scheduling-form__body{display:grid;grid-template-columns:minmax(0,1fr) minmax(20rem,.38fr);gap:1rem;padding:clamp(1.5rem,3vw,2rem)}.elephas-shipment-scheduling-form__fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.elephas-shipment-scheduling-form__fields label{display:grid;gap:.4rem}.elephas-shipment-scheduling-form__fields label>span{font-size:.65rem;font-weight:750;color:#475569}.elephas-shipment-scheduling-form__fields input,.elephas-shipment-scheduling-form__fields select{width:100%;min-height:2.85rem;padding:.75rem .85rem;border:1px solid #cbd5e1;border-radius:.8rem;background:#fff;font:inherit;font-size:.78rem;font-weight:700;color:#0f172a}.elephas-shipment-scheduling-form__destination{padding:1.25rem;border:1px solid #ddd6fe;border-radius:1rem;background:#faf5ff}.elephas-shipment-scheduling-form__destination>p{margin:0;font-size:.65rem;font-weight:800;text-transform:uppercase;color:#6d28d9}.elephas-shipment-scheduling-form__destination>strong{display:block;margin-top:.55rem;font-size:1.35rem;color:#0f172a}.elephas-shipment-scheduling-form__destination>span{display:block;margin-top:.35rem;color:#64748b}.elephas-shipment-scheduling-form__destination dl{display:grid;gap:.65rem;margin:1.2rem 0 0}.elephas-shipment-scheduling-form__destination dl div{display:flex;justify-content:space-between;gap:1rem}.elephas-shipment-scheduling-form__destination dt{color:#64748b}.elephas-shipment-scheduling-form__destination dd{margin:0;font-weight:800;color:#0f172a}.elephas-shipment-vehicles{padding:0 clamp(1.5rem,3vw,2rem) 2rem}.elephas-shipment-vehicles>header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;padding:1.25rem 0;border-top:1px solid #e2e8f0}.elephas-shipment-vehicles header p{margin:0;font-size:.65rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase;color:#6d28d9}.elephas-shipment-vehicles header h3{margin:.4rem 0 0;font-size:1.2rem;color:#0f172a}.elephas-shipment-vehicles header>span{font-size:.68rem;color:#64748b}.elephas-shipment-vehicles__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.elephas-shipment-vehicle{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);gap:.85rem;padding:1.1rem;border:1px solid #e2e8f0;border-radius:1rem;background:#fff;cursor:pointer}.elephas-shipment-vehicle.is-recommended{border-color:#8b5cf6;background:#faf5ff}.elephas-shipment-vehicle.is-unavailable{opacity:.55;cursor:not-allowed}.elephas-shipment-vehicle input{position:absolute;opacity:0;pointer-events:none}.elephas-shipment-vehicle__selector{width:1rem;height:1rem;margin-top:.15rem;border:2px solid #cbd5e1;border-radius:999px;background:#fff}.elephas-shipment-vehicle input:checked+.elephas-shipment-vehicle__selector{border-color:#7c3aed;box-shadow:inset 0 0 0 .22rem #fff;background:#7c3aed}.elephas-shipment-vehicle small{color:#64748b}.elephas-shipment-vehicle strong{display:block;margin-top:.25rem;color:#0f172a}.elephas-shipment-vehicle p{margin:.35rem 0 0;color:#64748b}.elephas-shipment-vehicle__status{grid-column:2;width:-moz-fit-content;width:fit-content;font-size:.66rem;font-weight:800;color:#166534}.elephas-shipment-vehicle em{position:absolute;top:.75rem;right:.75rem;padding:.35rem .5rem;border-radius:999px;background:#ede9fe;font-size:.58rem;font-style:normal;font-weight:850;color:#5b21b6}.elephas-shipment-scheduling-form__footer{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.2rem clamp(1.5rem,3vw,2rem);border-top:1px solid #ddd6fe;background:#faf5ff}.elephas-shipment-scheduling-form__footer div{display:grid;gap:.25rem}.elephas-shipment-scheduling-form__footer div span{font-size:.64rem;font-weight:850;text-transform:uppercase;color:#6d28d9}.elephas-shipment-scheduling-form__footer button{padding:.9rem 1.15rem;border:0;border-radius:.85rem;background:#6d28d9;font-size:.76rem;font-weight:850;color:#fff;cursor:pointer}.elephas-shipment-scheduling-form__errors{margin:1.25rem clamp(1.5rem,3vw,2rem) 0;padding:1rem;border:1px solid #fecaca;border-radius:.9rem;background:#fef2f2;color:#991b1b}.elephas-shipment-scheduling-form__errors strong{display:block;font-size:.78rem}.elephas-shipment-scheduling-form__errors ul{margin:.65rem 0 0;padding-left:1.25rem;font-size:.72rem}.elephas-shipment-scheduling-completion{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(19rem,.42fr);gap:1.5rem;overflow:hidden;padding:clamp(1.5rem,3vw,2rem);border:1px solid #86efac;border-radius:1.5rem;background:radial-gradient(circle at top right,rgba(34,197,94,.11),transparent 25rem),#fff;box-shadow:0 1.5rem 3.5rem #16653414}.elephas-shipment-scheduling-completion__icon{display:grid;width:4rem;height:4rem;place-items:center;border-radius:1.15rem;background:#dcfce7;font-size:1.8rem;font-weight:900;color:#166534}.elephas-shipment-scheduling-completion__eyebrow{margin:0;font-size:.68rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase;color:#15803d}.elephas-shipment-scheduling-completion__content h2{margin:.45rem 0 0;font-size:clamp(1.75rem,4vw,2.65rem);letter-spacing:-.04em;color:#0f172a}.elephas-shipment-scheduling-completion__content>p:last-of-type{margin:.7rem 0 0;line-height:1.65;color:#475569}.elephas-shipment-scheduling-completion__summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;margin:1.35rem 0 0}.elephas-shipment-scheduling-completion__summary div{display:grid;gap:.2rem;padding:.8rem;border:1px solid #d1fae5;border-radius:.85rem;background:#f0fdf4}.elephas-shipment-scheduling-completion__summary dt{font-size:.62rem;color:#64748b}.elephas-shipment-scheduling-completion__summary dd{margin:0;font-size:.76rem;font-weight:800;color:#14532d}.elephas-shipment-scheduling-completion__next{display:grid;align-content:center;gap:.35rem;padding:1.25rem;border:1px solid #bbf7d0;border-radius:1.1rem;background:#f0fdf4}.elephas-shipment-scheduling-completion__next p{margin:0;font-size:.63rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase;color:#15803d}.elephas-shipment-scheduling-completion__next strong{font-size:1.05rem;color:#14532d}.elephas-shipment-scheduling-completion__next>span{line-height:1.55;color:#64748b}.elephas-shipment-scheduling-completion__next button{margin-top:.75rem;padding:.85rem 1rem;border:0;border-radius:.85rem;background:#15803d;font-size:.73rem;font-weight:850;color:#fff;cursor:pointer}.elephas-shipment-scheduling-completion__footer{grid-column:1 / -1;padding-top:1rem;border-top:1px solid #d1fae5;font-size:.68rem;color:#64748b;text-align:center}.elephas-shipment-scheduling-completion__footer strong{color:#14532d}.elephas-shipment-documentation-workspace{display:grid;gap:1.25rem;width:min(100% - 2rem,90rem);margin:0 auto;padding:clamp(1rem,3vw,2rem) 0}.elephas-shipment-documentation-header{display:grid;grid-template-columns:minmax(0,1fr) minmax(24rem,.72fr);gap:2rem;padding:clamp(1.5rem,3vw,2.25rem);border:1px solid #c4b5fd;border-radius:1.5rem;background:radial-gradient(circle at top right,rgba(139,92,246,.13),transparent 26rem),#fff;box-shadow:0 1.5rem 3.5rem #4c1d9514}.elephas-shipment-documentation-header__back{display:inline-flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:750;color:#475569;text-decoration:none}.elephas-shipment-documentation-header__eyebrow,.elephas-shipment-documentation-mission__eyebrow,.elephas-shipment-documentation-checklist__eyebrow{margin:1.25rem 0 0;font-size:.68rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase;color:#6d28d9}.elephas-shipment-documentation-header h1{margin:.5rem 0 0;font-size:clamp(2.1rem,5vw,3.7rem);line-height:.98;letter-spacing:-.055em;color:#0f172a}.elephas-shipment-documentation-header__reference{margin:.75rem 0 0;font-size:.82rem;color:#64748b}.elephas-shipment-documentation-header__status{display:grid;gap:.85rem}.elephas-shipment-documentation-header__state{display:grid;gap:.3rem;padding:1rem;border:1px solid #ddd6fe;border-radius:1rem;background:#f5f3ff}.elephas-shipment-documentation-header__state span,.elephas-shipment-documentation-header__status dt{font-size:.65rem;color:#64748b}.elephas-shipment-documentation-header__state strong{color:#5b21b6}.elephas-shipment-documentation-header__status dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;margin:0}.elephas-shipment-documentation-header__status dl div{display:grid;gap:.25rem;min-width:0;padding:.85rem;border:1px solid #e2e8f0;border-radius:.85rem;background:#fff}.elephas-shipment-documentation-header__status dd{overflow:hidden;margin:0;font-size:.75rem;font-weight:800;color:#0f172a;text-overflow:ellipsis;white-space:nowrap}.elephas-shipment-documentation-header__status dd.is-priority{color:#b45309}.elephas-shipment-documentation-mission{display:grid;grid-template-columns:minmax(0,1fr) minmax(32rem,.85fr);gap:2rem;padding:clamp(1.5rem,3vw,2rem);border:1px solid #e2e8f0;border-radius:1.5rem;background:#fff}.elephas-shipment-documentation-mission__eyebrow{margin-top:0}.elephas-shipment-documentation-mission h2{margin:.5rem 0 0;font-size:clamp(1.55rem,3vw,2.2rem);line-height:1.18;letter-spacing:-.035em;color:#0f172a}.elephas-shipment-documentation-mission>div>p:last-child{margin:.8rem 0 0;line-height:1.65;color:#64748b}.elephas-shipment-documentation-mission__summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin:0}.elephas-shipment-documentation-mission__summary div{display:grid;gap:.25rem;padding:.9rem;border:1px solid #e2e8f0;border-radius:.9rem;background:#f8fafc}.elephas-shipment-documentation-mission__summary dt{font-size:.62rem;color:#64748b}.elephas-shipment-documentation-mission__summary dd{margin:0;font-size:.78rem;font-weight:800;color:#0f172a}.elephas-shipment-documentation-mission__summary dd.is-attention{color:#b45309}.elephas-shipment-documentation-mission__summary dd.is-success{color:#166534}.elephas-shipment-documentation-checklist{overflow:hidden;border:1px solid #c4b5fd;border-radius:1.5rem;background:#fff;box-shadow:0 1.5rem 3.5rem #6d28d914}.elephas-shipment-documentation-checklist__header{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;padding:clamp(1.5rem,3vw,2rem);border-bottom:1px solid #ddd6fe;background:#faf5ff}.elephas-shipment-documentation-checklist__eyebrow{margin-top:0}.elephas-shipment-documentation-checklist__header h2{margin:.45rem 0 0;font-size:clamp(1.4rem,3vw,1.95rem);color:#0f172a}.elephas-shipment-documentation-checklist__header p:last-child{margin:.55rem 0 0;color:#64748b}.elephas-shipment-documentation-checklist__context{flex:0 0 auto;padding:.65rem .85rem;border:1px solid #ddd6fe;border-radius:999px;background:#fff;font-size:.68rem;font-weight:800;color:#6d28d9}.elephas-shipment-documentation-checklist__list{display:grid}.elephas-shipment-document{display:grid;grid-template-columns:auto minmax(15rem,.75fr) minmax(0,1fr) auto auto;align-items:center;gap:1rem;padding:1.15rem clamp(1.5rem,3vw,2rem);border-bottom:1px solid #e2e8f0}.elephas-shipment-document:last-child{border-bottom:0}.elephas-shipment-document.is-attention{border-left:.3rem solid #f59e0b;background:#fffbeb}.elephas-shipment-document__marker{display:grid;width:2.25rem;height:2.25rem;place-items:center;border-radius:999px;font-weight:900}.elephas-shipment-document.is-ready .elephas-shipment-document__marker{border:2px solid #22c55e;background:#dcfce7;color:#166534}.elephas-shipment-document.is-attention .elephas-shipment-document__marker{border:2px solid #f59e0b;background:#fef3c7;color:#92400e}.elephas-shipment-document__identity{display:grid;gap:.18rem}.elephas-shipment-document__identity>span{font-size:.6rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:#64748b}.elephas-shipment-document__identity>strong{color:#0f172a}.elephas-shipment-document__identity>small{color:#6d28d9}.elephas-shipment-document__description{margin:0;line-height:1.55;color:#64748b}.elephas-shipment-document__status{padding:.5rem .7rem;border-radius:999px;font-size:.62rem;font-weight:850;text-transform:uppercase}.is-ready .elephas-shipment-document__status{background:#dcfce7;color:#166534}.is-attention .elephas-shipment-document__status{background:#fef3c7;color:#92400e}.elephas-shipment-document__confirmation{display:inline-flex;align-items:center;gap:.5rem;font-size:.7rem;font-weight:800;color:#475569;cursor:pointer}.elephas-shipment-document__confirmation input{position:absolute;opacity:0;pointer-events:none}.elephas-shipment-document__confirmation>span{display:grid;width:1.15rem;height:1.15rem;place-items:center;border:2px solid #cbd5e1;border-radius:.3rem;background:#fff}.elephas-shipment-document__confirmation input:checked+span{border-color:#16a34a;background:#16a34a}.elephas-shipment-document__confirmation input:checked+span:after{content:"✓";font-size:.7rem;font-weight:900;color:#fff}.elephas-shipment-documentation-checklist__footer{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.2rem clamp(1.5rem,3vw,2rem);border-top:1px solid #ddd6fe;background:#faf5ff}.elephas-shipment-documentation-checklist__footer div{display:grid;gap:.25rem}.elephas-shipment-documentation-checklist__footer div span{font-size:.64rem;font-weight:850;text-transform:uppercase;color:#6d28d9}.elephas-shipment-documentation-checklist__footer button{padding:.9rem 1.15rem;border:0;border-radius:.85rem;background:#6d28d9;font-size:.76rem;font-weight:850;color:#fff;cursor:pointer}.elephas-shipment-scheduling-completion__next a{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.75rem;padding:.85rem 1rem;border-radius:.85rem;background:#15803d;font-size:.73rem;font-weight:850;color:#fff;text-decoration:none}.elephas-shipment-documentation-checklist__errors{padding:1rem clamp(1.5rem,3vw,2rem);border-bottom:1px solid #fecaca;background:#fef2f2;color:#991b1b}.elephas-shipment-documentation-checklist__errors strong{display:block;font-size:.78rem}.elephas-shipment-documentation-checklist__errors ul{margin:.55rem 0 0;padding-left:1.25rem;font-size:.72rem}.elephas-shipment-documentation-completion{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(19rem,.42fr);gap:1.5rem;overflow:hidden;padding:clamp(1.5rem,3vw,2rem);border:1px solid #86efac;border-radius:1.5rem;background:radial-gradient(circle at top right,rgba(34,197,94,.11),transparent 25rem),#fff;box-shadow:0 1.5rem 3.5rem #16653414}.elephas-shipment-documentation-completion__icon{display:grid;width:4rem;height:4rem;place-items:center;border-radius:1.15rem;background:#dcfce7;font-size:1.8rem;font-weight:900;color:#166534}.elephas-shipment-documentation-completion__eyebrow{margin:0;font-size:.68rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase;color:#15803d}.elephas-shipment-documentation-completion__content h2{margin:.45rem 0 0;font-size:clamp(1.75rem,4vw,2.65rem);letter-spacing:-.04em;color:#0f172a}.elephas-shipment-documentation-completion__content>p:last-of-type{margin:.7rem 0 0;line-height:1.65;color:#475569}.elephas-shipment-documentation-completion__summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;margin:1.35rem 0 0}.elephas-shipment-documentation-completion__summary div{display:grid;gap:.2rem;padding:.8rem;border:1px solid #d1fae5;border-radius:.85rem;background:#f0fdf4}.elephas-shipment-documentation-completion__summary dt{font-size:.62rem;color:#64748b}.elephas-shipment-documentation-completion__summary dd{margin:0;font-size:.76rem;font-weight:800;color:#14532d}.elephas-shipment-documentation-completion__next{display:grid;align-content:center;gap:.35rem;padding:1.25rem;border:1px solid #bbf7d0;border-radius:1.1rem;background:#f0fdf4}.elephas-shipment-documentation-completion__next p{margin:0;font-size:.63rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase;color:#15803d}.elephas-shipment-documentation-completion__next strong{font-size:1.05rem;color:#14532d}.elephas-shipment-documentation-completion__next>span{line-height:1.55;color:#64748b}.elephas-shipment-documentation-completion__next a{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.75rem;padding:.85rem 1rem;border-radius:.85rem;background:#15803d;font-size:.73rem;font-weight:850;color:#fff;text-decoration:none}.elephas-shipment-documentation-completion__footer{grid-column:1 / -1;padding-top:1rem;border-top:1px solid #d1fae5;font-size:.68rem;color:#64748b;text-align:center}.elephas-shipment-documentation-completion__footer strong{color:#14532d}.elephas-loading-workspace{display:grid;gap:1.25rem;width:min(100% - 2rem,90rem);margin:0 auto;padding:clamp(1rem,3vw,2rem) 0}.elephas-loading-header{display:grid;grid-template-columns:minmax(0,1fr) minmax(24rem,.72fr);gap:2rem;padding:clamp(1.5rem,3vw,2.25rem);border:1px solid #7dd3fc;border-radius:1.5rem;background:radial-gradient(circle at top right,rgba(14,165,233,.12),transparent 26rem),#fff;box-shadow:0 1.5rem 3.5rem #0369a114}.elephas-loading-header__back{display:inline-flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:750;color:#475569;text-decoration:none}.elephas-loading-header__eyebrow,.elephas-loading-mission__eyebrow{margin:1.25rem 0 0;font-size:.68rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase;color:#0284c7}.elephas-loading-header h1{margin:.5rem 0 0;font-size:clamp(2.1rem,5vw,3.7rem);line-height:.98;letter-spacing:-.055em;color:#0f172a}.elephas-loading-header__reference{margin:.75rem 0 0;font-size:.82rem;color:#64748b}.elephas-loading-header__status{display:grid;gap:.85rem}.elephas-loading-header__state{display:grid;gap:.3rem;padding:1rem;border:1px solid #bae6fd;border-radius:1rem;background:#f0f9ff}.elephas-loading-header__state span,.elephas-loading-header__status dt{font-size:.65rem;color:#64748b}.elephas-loading-header__state strong{color:#0369a1}.elephas-loading-header__status dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;margin:0}.elephas-loading-header__status dl div{display:grid;gap:.25rem;min-width:0;padding:.85rem;border:1px solid #e2e8f0;border-radius:.85rem;background:#fff}.elephas-loading-header__status dd{overflow:hidden;margin:0;font-size:.75rem;font-weight:800;color:#0f172a;text-overflow:ellipsis;white-space:nowrap}.elephas-loading-header__status dd.is-priority{color:#b45309}.elephas-loading-mission{display:grid;grid-template-columns:minmax(0,1fr) minmax(32rem,.85fr);gap:2rem;padding:clamp(1.5rem,3vw,2rem);border:1px solid #e2e8f0;border-radius:1.5rem;background:#fff}.elephas-loading-mission__eyebrow{margin-top:0}.elephas-loading-mission h2{margin:.5rem 0 0;font-size:clamp(1.55rem,3vw,2.2rem);line-height:1.18;letter-spacing:-.035em;color:#0f172a}.elephas-loading-mission>div:first-child>p:last-child{margin:.8rem 0 0;line-height:1.65;color:#64748b}.elephas-loading-mission__progress{display:grid;gap:.8rem}.elephas-loading-mission__progress-head{display:flex;justify-content:space-between;gap:2rem}.elephas-loading-mission__progress-head div{display:grid}.elephas-loading-mission__progress-head span{font-size:.64rem;color:#64748b}.elephas-loading-mission__progress-head strong{font-size:2rem;line-height:1;color:#0f172a}.elephas-loading-mission__progress-head p{align-self:end;margin:0;font-size:.68rem;color:#64748b}.elephas-loading-mission__bar{overflow:hidden;height:.7rem;border-radius:999px;background:#e0f2fe}.elephas-loading-mission__bar span{display:block;height:100%;border-radius:inherit;background:#0ea5e9}.elephas-loading-mission__progress dl{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;margin:0}.elephas-loading-mission__progress dl div{display:grid;gap:.2rem;padding:.75rem;border:1px solid #e2e8f0;border-radius:.8rem;background:#f8fafc}.elephas-loading-mission__progress dt{font-size:.6rem;color:#64748b}.elephas-loading-mission__progress dd{margin:0;font-size:.75rem;font-weight:800;color:#0f172a}.elephas-current-loading-task{overflow:hidden;border:1px solid #38bdf8;border-radius:1.5rem;background:#fff;box-shadow:0 1.5rem 3.5rem #0ea5e91a}.elephas-current-loading-task__header{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.25rem clamp(1.5rem,3vw,2rem);border-bottom:1px solid #bae6fd;background:#f0f9ff}.elephas-current-loading-task__header p{margin:0;font-size:.65rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase;color:#0284c7}.elephas-current-loading-task__header h2{margin:.35rem 0 0;font-size:1.3rem;color:#0f172a}.elephas-current-loading-task__status{padding:.6rem .8rem;border:1px solid #fde68a;border-radius:999px;background:#fffbeb;font-size:.66rem;font-weight:850;color:#92400e}.elephas-current-loading-task__body{display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,.65fr) minmax(11rem,.28fr);gap:1rem;padding:clamp(1.5rem,3vw,2rem)}.elephas-current-loading-task__body article{padding:1.2rem;border:1px solid #e2e8f0;border-radius:1rem;background:#fff}.elephas-current-loading-task__body article>p{margin:0;font-size:.62rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:#64748b}.elephas-current-loading-task__product h3{margin:.55rem 0 0;font-size:clamp(1.35rem,3vw,2rem);color:#0f172a}.elephas-current-loading-task__product>span{display:block;margin-top:.6rem;color:#64748b}.elephas-current-loading-task__product>span strong{margin-left:.35rem;color:#0369a1}.elephas-current-loading-task__product small{display:block;margin-top:.75rem;font-weight:750;color:#15803d}.elephas-current-loading-task__placement>strong{display:block;margin-top:.5rem;font-size:2rem;color:#0369a1}.elephas-current-loading-task__placement dl{display:grid;gap:.55rem;margin:1rem 0 0}.elephas-current-loading-task__placement dl div{display:flex;justify-content:space-between;gap:1rem}.elephas-current-loading-task__placement dt{color:#64748b}.elephas-current-loading-task__placement dd{margin:0;font-weight:800;color:#0f172a}.elephas-current-loading-task__quantity{display:grid;align-content:center;text-align:center}.elephas-current-loading-task__quantity>strong{margin-top:.7rem;font-size:clamp(3rem,6vw,4.3rem);line-height:.9;color:#0f172a}.elephas-current-loading-task__quantity>span{margin-top:.4rem;font-weight:800;color:#0369a1}.elephas-current-loading-task__footer{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.2rem clamp(1.5rem,3vw,2rem);border-top:1px solid #bae6fd;background:#f0f9ff}.elephas-current-loading-task__footer div{display:grid;gap:.2rem}.elephas-current-loading-task__footer div>span{font-size:.62rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:#0284c7}.elephas-current-loading-task__footer div>strong{color:#0f172a}.elephas-current-loading-task__footer div>p{margin:0;color:#64748b}.elephas-current-loading-task__footer button{flex:0 0 auto;padding:.9rem 1.2rem;border:0;border-radius:.85rem;background:#0284c7;font-size:.76rem;font-weight:850;color:#fff;cursor:pointer}.elephas-current-loading-task__note{padding:.9rem 1.5rem;border-top:1px solid #bae6fd;font-size:.66rem;color:#64748b;text-align:center}.elephas-current-loading-task__note strong{color:#0369a1}.elephas-loading-sequence{overflow:hidden;border:1px solid #bae6fd;border-radius:1.5rem;background:#fff;box-shadow:0 1.25rem 3rem #0ea5e912}.elephas-loading-sequence__header{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;padding:clamp(1.5rem,3vw,2rem);border-bottom:1px solid #e0f2fe;background:#f8fcff}.elephas-loading-sequence__eyebrow{margin:0;font-size:.66rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase;color:#0284c7}.elephas-loading-sequence__header h2{margin:.45rem 0 0;font-size:clamp(1.45rem,3vw,2rem);letter-spacing:-.035em;color:#0f172a}.elephas-loading-sequence__header p:last-child{margin:.55rem 0 0;line-height:1.6;color:#64748b}.elephas-loading-sequence__counter{display:grid;flex:0 0 auto;gap:.15rem;text-align:right}.elephas-loading-sequence__counter span{font-size:.62rem;color:#64748b}.elephas-loading-sequence__counter strong{font-size:1.05rem;color:#0f172a}.elephas-loading-sequence__content{display:grid;grid-template-columns:minmax(20rem,.48fr) minmax(0,1fr);gap:1.5rem;padding:clamp(1.5rem,3vw,2rem)}.elephas-loading-sequence__vehicle{align-self:start;overflow:hidden;border:1px solid #bae6fd;border-radius:1.2rem;background:#f8fafc}.elephas-loading-sequence__cab{display:grid;min-height:4rem;place-items:center;border-bottom:1px solid #bae6fd;background:#e0f2fe}.elephas-loading-sequence__cab span{font-size:.65rem;font-weight:850;letter-spacing:.12em;color:#0369a1}.elephas-loading-sequence__cargo-area{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));min-height:22rem}.elephas-loading-position{position:relative;display:grid;align-content:center;justify-items:center;gap:.35rem;min-height:11rem;padding:1rem;border-right:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;text-align:center}.elephas-loading-position:nth-child(2n){border-right:0}.elephas-loading-position:nth-last-child(-n+2){border-bottom:0}.elephas-loading-position__number{display:grid;width:2rem;height:2rem;place-items:center;border:2px solid #cbd5e1;border-radius:999px;background:#fff;font-size:.72rem;font-weight:900;color:#64748b}.elephas-loading-position strong{color:#475569}.elephas-loading-position small{color:#94a3b8}.elephas-loading-position.is-current{background:linear-gradient(135deg,#0ea5e917,#38bdf805)}.elephas-loading-position.is-current .elephas-loading-position__number{border-color:#0284c7;background:#0284c7;color:#fff}.elephas-loading-position.is-current strong{color:#0369a1}.elephas-loading-position.is-completed{background:#f0fdf4}.elephas-loading-position.is-completed .elephas-loading-position__number{border-color:#16a34a;background:#16a34a;color:#fff}.elephas-loading-position.is-completed strong{color:#166534}.elephas-loading-sequence__vehicle-footer{display:flex;justify-content:space-between;gap:1rem;padding:.75rem 1rem;border-top:1px solid #bae6fd;background:#f0f9ff;font-size:.6rem;color:#64748b}.elephas-loading-sequence__list{display:grid;align-content:start;gap:.7rem}.elephas-loading-sequence-item{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(8rem,.35fr) minmax(8rem,.3fr) auto;align-items:center;gap:.85rem;padding:1rem;border:1px solid #e2e8f0;border-radius:1rem;background:#fff}.elephas-loading-sequence-item.is-current{border-color:#38bdf8;background:#f0f9ff;box-shadow:0 0 0 .2rem #0ea5e90f}.elephas-loading-sequence-item.is-completed{border-color:#bbf7d0;background:#f0fdf4}.elephas-loading-sequence-item__marker{display:grid;width:2.15rem;height:2.15rem;place-items:center;border:2px solid #cbd5e1;border-radius:999px;font-size:.7rem;font-weight:900;color:#64748b}.is-current .elephas-loading-sequence-item__marker{border-color:#0284c7;color:#0284c7}.is-completed .elephas-loading-sequence-item__marker{border-color:#16a34a;background:#dcfce7;color:#166534}.elephas-loading-sequence-item__identity{display:grid;min-width:0;gap:.15rem}.elephas-loading-sequence-item__identity span,.elephas-loading-sequence-item__placement span,.elephas-loading-sequence-item__quantity span{font-size:.58rem;font-weight:800;text-transform:uppercase;color:#94a3b8}.elephas-loading-sequence-item__identity strong{overflow:hidden;color:#0f172a;text-overflow:ellipsis;white-space:nowrap}.elephas-loading-sequence-item__identity small{color:#0284c7}.elephas-loading-sequence-item__placement,.elephas-loading-sequence-item__quantity{display:grid;gap:.2rem}.elephas-loading-sequence-item__placement strong,.elephas-loading-sequence-item__quantity strong{font-size:.72rem;color:#0f172a}.elephas-loading-sequence-item__status{padding:.5rem .65rem;border-radius:999px;background:#f1f5f9;font-size:.58rem;font-weight:850;text-transform:uppercase;color:#64748b}.is-current .elephas-loading-sequence-item__status{background:#e0f2fe;color:#0369a1}.is-completed .elephas-loading-sequence-item__status{background:#dcfce7;color:#166534}.elephas-loading-sequence__footer{display:grid;justify-items:center;gap:.25rem;padding:1rem;border-top:1px solid #e0f2fe;background:#f8fcff;text-align:center}.elephas-loading-sequence__footer>span{font-size:.58rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.elephas-loading-sequence__footer>strong{font-size:.78rem;color:#0369a1}.elephas-loading-sequence__footer>p{margin:0;font-size:.64rem;color:#94a3b8}.elephas-loading-completion{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(19rem,.42fr);gap:1.5rem;overflow:hidden;padding:clamp(1.5rem,3vw,2rem);border:1px solid #86efac;border-radius:1.5rem;background:radial-gradient(circle at top right,rgba(34,197,94,.11),transparent 25rem),#fff;box-shadow:0 1.5rem 3.5rem #16653414}.elephas-loading-completion__icon{display:grid;width:4rem;height:4rem;place-items:center;border-radius:1.15rem;background:#dcfce7;font-size:1.8rem;font-weight:900;color:#166534}.elephas-loading-completion__eyebrow{margin:0;font-size:.68rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase;color:#15803d}.elephas-loading-completion__content h2{margin:.45rem 0 0;font-size:clamp(1.75rem,4vw,2.65rem);letter-spacing:-.04em;color:#0f172a}.elephas-loading-completion__content>p:last-of-type{margin:.7rem 0 0;line-height:1.65;color:#475569}.elephas-loading-completion__summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;margin:1.35rem 0 0}.elephas-loading-completion__summary div{display:grid;gap:.2rem;padding:.8rem;border:1px solid #d1fae5;border-radius:.85rem;background:#f0fdf4}.elephas-loading-completion__summary dt{font-size:.62rem;color:#64748b}.elephas-loading-completion__summary dd{margin:0;font-size:.76rem;font-weight:800;color:#14532d}.elephas-loading-completion__next{display:grid;align-content:center;gap:.35rem;padding:1.25rem;border:1px solid #bbf7d0;border-radius:1.1rem;background:#f0fdf4}.elephas-loading-completion__next p{margin:0;font-size:.63rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase;color:#15803d}.elephas-loading-completion__next strong{font-size:1.05rem;color:#14532d}.elephas-loading-completion__next>span{line-height:1.55;color:#64748b}.elephas-loading-completion__next button{margin-top:.75rem;padding:.85rem 1rem;border:0;border-radius:.85rem;background:#15803d;font-size:.73rem;font-weight:850;color:#fff;cursor:pointer}.elephas-loading-completion__dispatch-link{display:flex;align-items:center;justify-content:center;gap:.45rem;margin-top:.75rem;padding:.85rem 1rem;border-radius:.85rem;background:#15803d;font-size:.73rem;font-weight:850;color:#fff;text-decoration:none}.elephas-loading-completion__dispatch-link:hover{text-decoration:none}.elephas-loading-completion__footer{grid-column:1 / -1;padding-top:1rem;border-top:1px solid #d1fae5;font-size:.68rem;color:#64748b;text-align:center}.elephas-loading-task__instruction{display:flex;flex-direction:column;gap:8px}.elephas-loading-task__instruction-label{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.elephas-loading-task__instruction-main{font-size:clamp(20px,2vw,28px);line-height:1.25;font-weight:500}.elephas-loading-task__instruction-main strong{font-weight:800}.elephas-loading-task__instruction-help{margin:0;font-size:14px;line-height:1.55;opacity:.72}.elephas-loading-task__confirm-copy{display:flex;flex-direction:column;align-items:flex-start;gap:2px;line-height:1.1}.elephas-loading-task__confirm-label{font-size:10px;font-weight:700;letter-spacing:.08em}.elephas-loading-task__confirm-copy strong{font-size:14px;font-weight:800}.elephas-loading-task__confirm-icon{font-size:20px;line-height:1}.elephas-dispatch-workspace{display:grid;gap:1.25rem;width:min(100% - 2rem,90rem);margin:0 auto;padding:clamp(1rem,3vw,2rem) 0}.elephas-dispatch-header{display:grid;grid-template-columns:minmax(0,1fr) minmax(24rem,.72fr);gap:2rem;padding:clamp(1.5rem,3vw,2.25rem);border:1px solid #a78bfa;border-radius:1.5rem;background:radial-gradient(circle at top right,rgba(124,58,237,.11),transparent 27rem),#fff;box-shadow:0 1.5rem 3.5rem #5b21b614}.elephas-dispatch-header__back{display:inline-flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:750;color:#475569;text-decoration:none}.elephas-dispatch-header__eyebrow,.elephas-dispatch-mission__eyebrow,.elephas-dispatch-foundation__eyebrow{margin:1.25rem 0 0;font-size:.68rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase;color:#6d28d9}.elephas-dispatch-header h1{margin:.5rem 0 0;font-size:clamp(2.1rem,5vw,3.7rem);line-height:.98;letter-spacing:-.055em;color:#0f172a}.elephas-dispatch-header__reference{margin:.75rem 0 0;font-size:.82rem;color:#64748b}.elephas-dispatch-header__status{display:grid;gap:.85rem}.elephas-dispatch-header__state{display:grid;gap:.3rem;padding:1rem;border:1px solid #ddd6fe;border-radius:1rem;background:#f5f3ff}.elephas-dispatch-header__state span,.elephas-dispatch-header__status dt{font-size:.65rem;color:#64748b}.elephas-dispatch-header__state strong{color:#5b21b6}.elephas-dispatch-header__status dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;margin:0}.elephas-dispatch-header__status dl div{display:grid;gap:.25rem;padding:.85rem;border:1px solid #e2e8f0;border-radius:.85rem;background:#fff}.elephas-dispatch-header__status dd{overflow:hidden;margin:0;font-size:.75rem;font-weight:800;color:#0f172a;text-overflow:ellipsis;white-space:nowrap}.elephas-dispatch-header__status dd.is-priority{color:#b45309}.elephas-dispatch-mission{display:grid;grid-template-columns:minmax(0,1fr) minmax(28rem,.72fr);gap:2rem;padding:clamp(1.5rem,3vw,2rem);border:1px solid #ddd6fe;border-radius:1.5rem;background:#fff}.elephas-dispatch-mission__eyebrow{margin-top:0}.elephas-dispatch-mission h2{margin:.5rem 0 0;font-size:clamp(1.55rem,3vw,2.2rem);line-height:1.18;letter-spacing:-.035em;color:#0f172a}.elephas-dispatch-mission__copy>p:last-child{margin:.8rem 0 0;line-height:1.65;color:#64748b}.elephas-dispatch-mission__summary{display:grid;gap:.75rem}.elephas-dispatch-mission__summary dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin:0}.elephas-dispatch-mission__summary dl div{display:grid;gap:.2rem;padding:.8rem;border:1px solid #e2e8f0;border-radius:.85rem;background:#fafafa}.elephas-dispatch-mission__summary dt{font-size:.6rem;color:#64748b}.elephas-dispatch-mission__summary dd{margin:0;font-size:.76rem;font-weight:800;color:#0f172a}.elephas-dispatch-mission__ready{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1rem;border:1px solid #bbf7d0;border-radius:.85rem;background:#f0fdf4}.elephas-dispatch-mission__ready span{font-size:.63rem;color:#64748b}.elephas-dispatch-mission__ready strong{color:#15803d}.elephas-dispatch-foundation{display:grid;min-height:12rem;place-items:center;align-content:center;padding:2rem;border:1px dashed #c4b5fd;border-radius:1.5rem;background:#fff;text-align:center}.elephas-dispatch-foundation__eyebrow{margin:0}.elephas-dispatch-foundation h2{margin:.65rem 0 0;font-size:1.6rem;color:#0f172a}.elephas-dispatch-foundation>p:last-child{margin:.5rem 0 0;color:#64748b}.elephas-release-control{overflow:hidden;border:1px solid #c4b5fd;border-radius:1.5rem;background:#fff;box-shadow:0 1.5rem 3.5rem #5b21b60f}.elephas-release-control__header{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;padding:clamp(1.5rem,3vw,2rem);border-bottom:1px solid #ede9fe;background:#fcfbff}.elephas-release-control__eyebrow{margin:0;font-size:.68rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase;color:#6d28d9}.elephas-release-control__header h2{margin:.45rem 0 0;font-size:clamp(1.55rem,3vw,2.1rem);letter-spacing:-.035em;color:#0f172a}.elephas-release-control__header p:last-child{margin:.6rem 0 0;line-height:1.6;color:#64748b}.elephas-release-control__counter{display:grid;flex:0 0 auto;gap:.15rem;text-align:right}.elephas-release-control__counter span{font-size:.62rem;color:#64748b}.elephas-release-control__counter strong{font-size:1.1rem;color:#0f172a}.elephas-release-control__body{display:grid;grid-template-columns:minmax(0,1fr) minmax(20rem,.42fr);gap:1.5rem;padding:clamp(1.5rem,3vw,2rem)}.elephas-release-control__checks{display:grid;gap:.7rem}.elephas-release-check{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;min-height:6.25rem;padding:1rem;border:1px solid #e2e8f0;border-radius:1rem;background:#fff}.elephas-release-check.is-completed{border-color:#bbf7d0;background:#f7fef9}.elephas-release-check.is-pending{border-color:#fde68a;background:#fffdf5}.elephas-release-check__marker{display:grid;width:2.5rem;height:2.5rem;place-items:center;border:2px solid #f59e0b;border-radius:999px;font-weight:900;color:#b45309}.is-completed .elephas-release-check__marker{border-color:#16a34a;background:#dcfce7;color:#166534}.elephas-release-check__content{display:grid;min-width:0;gap:.2rem}.elephas-release-check__content p{margin:0;font-size:.62rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.elephas-release-check__content strong{line-height:1.35;color:#0f172a}.elephas-release-check__content span{font-size:.7rem;color:#64748b}.elephas-release-check__status{padding:.5rem .7rem;border-radius:999px;background:#fef3c7;font-size:.58rem;font-weight:850;text-transform:uppercase;color:#92400e}.is-completed .elephas-release-check__status{background:#dcfce7;color:#166534}.elephas-release-control__gate{display:grid;align-content:start;gap:1rem;padding:1.25rem;border:1px solid #ddd6fe;border-radius:1.15rem;background:radial-gradient(circle at top right,rgba(124,58,237,.09),transparent 15rem),#faf9ff}.elephas-release-control__gate-top{display:grid;gap:.35rem;padding-bottom:1rem;border-bottom:1px solid #ede9fe}.elephas-release-control__gate-top p{margin:0;font-size:.63rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:#6d28d9}.elephas-release-control__gate-top strong{font-size:clamp(1.35rem,3vw,1.8rem);line-height:1.15;color:#92400e}.elephas-release-control__gate-top strong.is-ready{color:#166534}.elephas-release-control__progress{display:grid;gap:.5rem}.elephas-release-control__progress-head{display:flex;align-items:flex-end;justify-content:space-between}.elephas-release-control__progress-head span{font-size:.65rem;color:#64748b}.elephas-release-control__progress-head strong{font-size:1.5rem;color:#0f172a}.elephas-release-control__progress-track{overflow:hidden;height:.65rem;border-radius:999px;background:#ede9fe}.elephas-release-control__progress-track span{display:block;height:100%;border-radius:inherit;background:#7c3aed}.elephas-release-control__progress>p{margin:0;font-size:.66rem;color:#64748b}.elephas-release-control__summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin:0}.elephas-release-control__summary div{display:grid;gap:.2rem;padding:.8rem;border:1px solid #ede9fe;border-radius:.8rem;background:#fff}.elephas-release-control__summary dt{font-size:.58rem;color:#64748b}.elephas-release-control__summary dd{margin:0;font-size:.73rem;font-weight:800;color:#0f172a}.elephas-release-control__decision{display:grid;gap:.75rem;padding-top:.25rem}.elephas-release-control__decision>p{margin:0;line-height:1.55;color:#64748b}.elephas-release-control__decision-state{padding:.85rem 1rem;border:1px solid #fde68a;border-radius:.85rem;background:#fffbeb;font-size:.72rem;font-weight:850;text-align:center;text-transform:uppercase;color:#92400e}.elephas-release-control__decision-state.is-ready{border-color:#86efac;background:#f0fdf4;color:#166534}.elephas-release-control__footer{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.2rem 1rem;padding:1rem 1.5rem;border-top:1px solid #ede9fe;background:#fcfbff}.elephas-release-control__footer>span:first-child{grid-column:1;font-size:.58rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:#6d28d9}.elephas-release-control__footer strong{grid-column:1;color:#0f172a}.elephas-release-control__footer>span:last-child{grid-column:2;grid-row:1 / 3;font-size:1rem;color:#6d28d9}.elephas-release-control__verify-action,.elephas-release-control__primary-action{display:flex;width:100%;align-items:center;justify-content:center;gap:.45rem;padding:.9rem 1rem;border-radius:.85rem;font-size:.72rem;font-weight:850;cursor:pointer}.elephas-release-control__verify-action{border:1px solid #f59e0b;background:#fffbeb;color:#92400e}.elephas-release-control__primary-action{border:1px solid #15803d;background:#15803d;color:#fff}.elephas-release-control__verify-action:hover,.elephas-release-control__primary-action:hover{transform:translateY(-1px)}.elephas-release-control__verify-action,.elephas-release-control__primary-action{transition:transform .14s ease,box-shadow .14s ease}.elephas-transit-workspace{display:grid;gap:1.25rem;width:min(100% - 2rem,90rem);margin:0 auto;padding:clamp(1rem,3vw,2rem) 0}.elephas-transit-header{display:grid;grid-template-columns:minmax(0,1fr) minmax(24rem,.72fr);gap:2rem;padding:clamp(1.5rem,3vw,2.25rem);border:1px solid #67e8f9;border-radius:1.5rem;background:radial-gradient(circle at top right,rgba(6,182,212,.12),transparent 27rem),#fff;box-shadow:0 1.5rem 3.5rem #0891b212}.elephas-transit-header__back{display:inline-flex;align-items:center;gap:.5rem;color:#475569;font-size:.72rem;font-weight:750;text-decoration:none}.elephas-transit-header__eyebrow,.elephas-transit-mission__eyebrow,.elephas-transit-foundation__eyebrow{margin:1.25rem 0 0;color:#0284c7;font-size:.68rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.elephas-transit-header h1{margin:.5rem 0 0;color:#0f172a;font-size:clamp(2.1rem,5vw,3.7rem);line-height:.98;letter-spacing:-.055em}.elephas-transit-header__reference{margin:.75rem 0 0;color:#64748b;font-size:.82rem}.elephas-transit-header__status{display:grid;gap:.85rem}.elephas-transit-header__state{display:grid;gap:.3rem;padding:1rem;border:1px solid #a5f3fc;border-radius:1rem;background:#ecfeff}.elephas-transit-header__state span,.elephas-transit-header__status dt{color:#64748b;font-size:.65rem}.elephas-transit-header__state strong{color:#0369a1}.elephas-transit-header__status dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;margin:0}.elephas-transit-header__status dl div{display:grid;gap:.25rem;padding:.85rem;border:1px solid #e2e8f0;border-radius:.85rem;background:#fff}.elephas-transit-header__status dd{overflow:hidden;margin:0;color:#0f172a;font-size:.75rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.elephas-transit-header__status dd.is-priority{color:#b45309}.elephas-transit-mission{display:grid;grid-template-columns:minmax(0,1fr) minmax(28rem,.72fr);gap:2rem;padding:clamp(1.5rem,3vw,2rem);border:1px solid #bae6fd;border-radius:1.5rem;background:#fff}.elephas-transit-mission__eyebrow{margin-top:0}.elephas-transit-mission h2{margin:.5rem 0 0;color:#0f172a;font-size:clamp(1.55rem,3vw,2.2rem);line-height:1.18;letter-spacing:-.035em}.elephas-transit-mission__copy>p:last-child{margin:.8rem 0 0;color:#64748b;line-height:1.65}.elephas-transit-mission__summary{display:grid;gap:.75rem}.elephas-transit-mission__summary dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin:0}.elephas-transit-mission__summary dl div{display:grid;gap:.2rem;padding:.8rem;border:1px solid #e2e8f0;border-radius:.85rem;background:#fafafa}.elephas-transit-mission__summary dt{color:#64748b;font-size:.6rem}.elephas-transit-mission__summary dd{margin:0;color:#0f172a;font-size:.76rem;font-weight:800}.elephas-transit-mission__status{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1rem;border:1px solid #bbf7d0;border-radius:.85rem;background:#f0fdf4}.elephas-transit-mission__status span{color:#64748b;font-size:.63rem}.elephas-transit-mission__status strong{color:#15803d}.elephas-transit-foundation{display:grid;min-height:12rem;place-items:center;align-content:center;padding:2rem;border:1px dashed #7dd3fc;border-radius:1.5rem;background:#fff;text-align:center}.elephas-transit-foundation__eyebrow{margin:0}.elephas-transit-foundation h2{margin:.65rem 0 0;color:#0f172a;font-size:1.6rem}.elephas-transit-foundation>p:last-child{margin:.5rem 0 0;color:#64748b}.elephas-transit-situation{overflow:hidden;border:1px solid #7dd3fc;border-radius:1.5rem;background:#fff;box-shadow:0 1.5rem 3.5rem #0ea5e90f}.elephas-transit-situation__header{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;padding:2rem;border-bottom:1px solid #e0f2fe}.elephas-transit-situation__eyebrow{margin:0;color:#0284c7;font-size:.68rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.elephas-transit-situation__header h2{margin:.5rem 0 0;color:#0f172a;font-size:clamp(1.6rem,3vw,2.25rem);font-weight:500;line-height:1.16;letter-spacing:-.04em}.elephas-transit-situation__header>div:first-child>p:last-child{margin:.7rem 0 0;color:#64748b;line-height:1.6}.elephas-transit-situation__status{display:grid;flex:0 0 auto;min-width:12rem;gap:.3rem;padding:.9rem 1rem;border:1px solid #bae6fd;border-radius:1rem;background:#f0f9ff}.elephas-transit-situation__status span{color:#64748b;font-size:.62rem}.elephas-transit-situation__status strong{color:#0369a1;font-size:.85rem}.elephas-transit-situation__journey{display:grid;gap:1.75rem;padding:2rem}.elephas-transit-situation__route{display:grid;grid-template-columns:minmax(10rem,.5fr) minmax(12rem,1fr) minmax(10rem,.5fr);align-items:center;gap:1.5rem}.elephas-transit-situation__endpoint{display:grid;gap:.25rem}.elephas-transit-situation__endpoint.is-destination{text-align:right}.elephas-transit-situation__endpoint span{color:#64748b;font-size:.62rem}.elephas-transit-situation__endpoint strong{color:#0f172a;font-size:.9rem;font-weight:800}.elephas-transit-situation__endpoint small{color:#94a3b8;font-size:.68rem}.elephas-transit-situation__line{position:relative;height:8px;border-radius:999px;background:#e0f2fe}.elephas-transit-situation__line-progress{position:absolute;inset:0 auto 0 0;border-radius:inherit;background:#0ea5e9}.elephas-transit-situation__vehicle{position:absolute;top:50%;display:grid;place-items:center;width:34px;height:34px;border:4px solid #ffffff;border-radius:50%;background:#0284c7;color:#fff;font-size:1rem;font-weight:800;box-shadow:0 8px 20px #0284c738;transform:translate(-50%,-50%)}.elephas-transit-situation__progress{display:grid;gap:.5rem}.elephas-transit-situation__progress>div:first-child{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.elephas-transit-situation__progress span{color:#64748b;font-size:.68rem}.elephas-transit-situation__progress strong{color:#0f172a;font-size:1.75rem;line-height:1}.elephas-transit-situation__progress-track{overflow:hidden;height:10px;border-radius:999px;background:#e0f2fe}.elephas-transit-situation__progress-track>div{height:100%;border-radius:inherit;background:#0ea5e9}.elephas-transit-situation__progress>p{margin:0;color:#64748b;font-size:.68rem}.elephas-transit-situation__stages{display:grid;gap:.75rem;padding:0 2rem 2rem}.elephas-transit-stage{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1rem;border:1px solid #e2e8f0;border-radius:1rem;background:#fff}.elephas-transit-stage.is-completed{border-color:#bbf7d0;background:#f0fdf4}.elephas-transit-stage.is-current{border-color:#38bdf8;background:#f0f9ff;box-shadow:inset 4px 0 #0ea5e9}.elephas-transit-stage__marker{display:grid;place-items:center;width:34px;height:34px;border:2px solid #cbd5e1;border-radius:50%;color:#64748b;font-size:.75rem;font-weight:800}.elephas-transit-stage.is-completed .elephas-transit-stage__marker{border-color:#22c55e;background:#dcfce7;color:#15803d}.elephas-transit-stage.is-current .elephas-transit-stage__marker{border-color:#0ea5e9;background:#0284c7;color:#fff}.elephas-transit-stage__copy{display:grid;gap:.15rem}.elephas-transit-stage__copy>span{color:#94a3b8;font-size:.58rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.elephas-transit-stage__copy strong{color:#0f172a;font-size:.85rem}.elephas-transit-stage__copy p{margin:0;color:#64748b;font-size:.7rem}.elephas-transit-stage__state{color:#64748b;font-size:.58rem;font-weight:800}.elephas-transit-stage.is-completed .elephas-transit-stage__state{color:#15803d}.elephas-transit-stage.is-current .elephas-transit-stage__state{color:#0284c7}.elephas-transit-situation__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 2rem;border-top:1px solid #e0f2fe;background:#f8fafc}.elephas-transit-situation__footer>div{display:grid;gap:.2rem}.elephas-transit-situation__footer span{color:#0284c7;font-size:.58rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.elephas-transit-situation__footer strong{color:#0f172a;font-size:.82rem}.elephas-transit-situation__action{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-width:12rem;padding:.85rem 1rem;border:0;border-radius:.85rem;background:#0284c7;color:#fff;font:inherit;font-size:.72rem;font-weight:800;cursor:pointer}.elephas-transit-situation__action:hover{background:#0369a1}.elephas-transit-situation__completed-mark{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#16a34a;color:#fff;font-size:1.2rem;font-weight:800}.elephas-transit-completion{overflow:hidden;border:1px solid #86efac;border-radius:1.5rem;background:linear-gradient(135deg,#ecfdf5fa,#f0f9fffa);box-shadow:0 1.4rem #86efac29}.elephas-transit-completion__main{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1.5rem;padding:2rem}.elephas-transit-completion__icon{display:grid;place-items:center;width:4rem;height:4rem;border-radius:1.1rem;background:#dcfce7;color:#15803d;font-size:2.2rem;font-weight:800}.elephas-transit-completion__eyebrow{margin:0;color:#15803d;font-size:.68rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.elephas-transit-completion h2{margin:.55rem 0 0;color:#0f172a;font-size:clamp(1.8rem,3.4vw,2.7rem);font-weight:500;line-height:1.14;letter-spacing:-.04em}.elephas-transit-completion__description{max-width:52rem;margin:.85rem 0 0;color:#64748b;line-height:1.65}.elephas-transit-completion__description strong{color:#334155}.elephas-transit-completion__facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin:1.5rem 0 0}.elephas-transit-completion__facts>div{display:grid;gap:.25rem;padding:.9rem 1rem;border:1px solid #bbf7d0;border-radius:.85rem;background:#ffffffbf}.elephas-transit-completion__facts dt{color:#64748b;font-size:.6rem}.elephas-transit-completion__facts dd{margin:0;color:#166534;font-size:.78rem;font-weight:800}.elephas-transit-completion__result{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.2rem 2rem;border-top:1px solid #bbf7d0;background:#dcfce780}.elephas-transit-completion__result>div{display:grid;gap:.2rem}.elephas-transit-completion__result span:first-child{color:#64748b;font-size:.58rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.elephas-transit-completion__result strong{color:#166534;font-size:.9rem}.elephas-transit-completion__result-mark{display:grid;place-items:center;width:2.65rem;height:2.65rem;border-radius:50%;background:#16a34a;color:#fff;font-size:1.25rem;font-weight:800}.elephas-warehouse-center__empty-instruction{display:grid;gap:.55rem;padding:1.4rem;border:1px dashed rgba(245,158,11,.35);border-radius:1rem;background:#fffbebd1}.elephas-warehouse-center__empty-instruction p,.elephas-warehouse-center__empty-instruction h3{margin:0}.elephas-warehouse-center__empty-eyebrow{font-size:.66rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#92400e}.elephas-warehouse-center__empty-instruction h3{font-size:1rem;color:var(--elephas-color-text-strong, #0f172a)}.elephas-warehouse-center__empty-instruction p:not(.elephas-warehouse-center__empty-eyebrow){font-size:.8rem;line-height:1.55;color:var(--elephas-color-text-muted, #64748b)}.elephas-warehouse-center__empty-instruction a{width:-moz-fit-content;width:fit-content;margin-top:.25rem;font-size:.76rem;font-weight:740;text-decoration:none;color:var(--elephas-color-primary-700, #1d4ed8)}.elephas-warehouse-center__executive-result{display:grid;gap:1rem}.elephas-warehouse-center__result .elephas-business-event-pipeline,.elephas-warehouse-center__executive-result{scroll-margin-top:1rem}.elephas-executive-next-step{margin-top:2.5rem;margin-bottom:4rem;text-align:right}@media(max-width:640px){.elephas-business-insight,.elephas-executive-value{padding:1rem}.elephas-executive-question__title{font-size:1.75rem}.elephas-executive-moment{grid-template-columns:1fr;padding:1.25rem}.elephas-executive-moment__visual{width:3rem;height:3rem}.elephas-executive-journey__header{align-items:flex-start}.elephas-executive-journey__header .elephas-executive-journey__steps{display:grid;gap:.75rem}.elephas-executive-journey__header .elephas-executive-journey__step{min-height:2.5rem}.elephas-executive-journey__header .elephas-executive-journey__connector{top:2rem;right:auto;bottom:-.75rem;left:1rem;width:1px;height:auto}.elephas-executive-journey__header .elephas-executive-summary{padding:1.25rem}.elephas-executive-journey__header .elephas-executive-summary__header{align-items:flex-start}.elephas-executive-journey__header .elephas-executive-summary__visual{flex-basis:3.25rem;width:3.25rem;height:3.25rem}.elephas-executive-journey__header .elephas-executive-summary__items{grid-template-columns:1fr}.elephas-executive-journey__header .elephas-executive-summary__actions{align-items:stretch}.elephas-executive-journey__header .elephas-executive-summary__action{width:100%}.elephas-executive-journey__header .elephas-executive-layout{--elephas-executive-layout-gap: 1.25rem}.elephas-executive-journey__header .elephas-demo-shell__header{align-items:flex-start;flex-direction:column;gap:1rem}.elephas-executive-journey__header .elephas-demo-shell__context{justify-content:flex-start}.elephas-executive-journey__header .elephas-demo-shell__session-menu{right:auto;left:0}.elephas-executive-journey__header .elephas-demo-shell__main{padding-top:1.5rem}.elephas-executive-journey__header .elephas-demo-shell__footer{align-items:flex-start;flex-direction:column}.elephas-executive-journey__header .elephas-purchase-orders-workspace{padding:1rem}.elephas-executive-journey__header .elephas-purchase-orders-workspace__header{flex-direction:column}.elephas-executive-journey__header .elephas-purchase-orders-workspace__count{width:100%;text-align:left}.elephas-executive-journey__header .elephas-purchase-order-card{grid-template-columns:1fr}.elephas-executive-journey__header .elephas-purchase-order-card__main{grid-template-columns:1fr;gap:1rem}.elephas-executive-journey__header .elephas-purchase-order-card__metadata{grid-template-columns:1fr 1fr}.elephas-executive-journey__header .elephas-purchase-order-card__action-area{padding-top:.85rem;padding-left:0;border-top:1px solid rgba(15,23,42,.07);border-left:0}.elephas-executive-journey__header .elephas-purchase-order-card__action{justify-content:space-between;width:100%}.elephas-executive-journey__header .elephas-purchase-order-detail__header{grid-template-columns:1fr}.elephas-executive-journey__header .elephas-purchase-order-detail__summary{min-width:0}.elephas-executive-journey__header .elephas-purchase-order-detail__context,.elephas-executive-journey__header .elephas-purchase-order-detail__operation{grid-template-columns:1fr}.elephas-executive-journey__header .elephas-purchase-order-item__heading{flex-direction:column}.elephas-executive-journey__header .elephas-purchase-order-item__quantities{grid-template-columns:1fr 1fr}.elephas-executive-journey__header .elephas-purchase-order-item__release{grid-template-columns:1fr}.elephas-executive-journey__header .elephas-supply-order-preview{position:static}.elephas-executive-journey__header .elephas-business-event-pipeline__header{grid-template-columns:auto minmax(0,1fr)}.elephas-executive-journey__header .elephas-business-event-pipeline__event{grid-column:1 / -1;min-width:0}.elephas-executive-journey__header .elephas-business-event-pipeline__summary dl{grid-template-columns:1fr 1fr}.elephas-executive-journey__header .elephas-business-event-pipeline__footer{align-items:flex-start;flex-direction:column}.elephas-executive-journey__header .elephas-business-event-pipeline__actions,.elephas-executive-journey__header .elephas-business-event-pipeline__start,.elephas-executive-journey__header .elephas-business-event-pipeline__continue{width:100%}.elephas-executive-journey__header .elephas-business-event-pipeline__subscriber-heading{align-items:flex-start;flex-direction:column;gap:.25rem}.elephas-executive-journey__header .elephas-warehouse-center__header{grid-template-columns:1fr}.elephas-executive-journey__header .elephas-warehouse-center__status{min-width:0}.elephas-executive-journey__header .elephas-warehouse-center__origin{grid-template-columns:1fr 1fr}.elephas-executive-journey__header .elephas-warehouse-center__content,.elephas-executive-journey__header .elephas-warehouse-item{grid-template-columns:1fr}.elephas-executive-journey__header .elephas-warehouse-action-panel{position:static}.elephas-executive-journey__header .elephas-warehouse-display__header,.elephas-executive-journey__header .elephas-warehouse-display__focus-heading{align-items:flex-start;flex-direction:column}.elephas-executive-journey__header .elephas-warehouse-display__metrics{grid-template-columns:1fr 1fr}.elephas-executive-journey__header .elephas-warehouse-display-item{grid-template-columns:1fr}.elephas-executive-journey__header .elephas-warehouse-display-item__quantity{text-align:left}.elephas-executive-journey__header .elephas-warehouse-display-item__status{justify-content:flex-start;width:-moz-fit-content;width:fit-content}.elephas-executive-journey__header .elephas-warehouse-display__footer{grid-template-columns:1fr}.elephas-executive-journey__header .elephas-warehouse-display__footer>p{text-align:left}.elephas-executive-journey__header .elephas-warehouse-display__footer-status{justify-self:start}.elephas-executive-journey__header .elephas-executive-next-step{margin-bottom:2.5rem;text-align:left}.elephas-executive-journey__header .elephas-executive-debrief__reference{grid-template-columns:1fr 1fr}.elephas-executive-journey__header .elephas-executive-debrief__reference>div+div{border-left:0}.elephas-executive-journey__header .elephas-executive-debrief__reference>div:nth-child(2n){border-left:1px solid #e2e8f0}.elephas-executive-journey__header .elephas-executive-debrief__reference>div:nth-child(n+3){border-top:1px solid #e2e8f0}.elephas-executive-journey__header .elephas-executive-debrief__response-grid{grid-template-columns:1fr}.elephas-executive-journey__header .elephas-executive-debrief__response-card{min-height:auto}.elephas-executive-journey__header .elephas-executive-debrief__comparison{grid-template-columns:1fr}.elephas-executive-journey__header .elephas-executive-debrief__actions{align-items:stretch;flex-direction:column}.elephas-executive-journey__header .elephas-executive-debrief__action{width:100%}.elephas-executive-journey__header .elephas-executive-command__hero{flex-direction:column}.elephas-executive-journey__header .elephas-executive-command__context{width:100%;text-align:left}.elephas-executive-journey__header .elephas-executive-brief__header,.elephas-executive-journey__header .elephas-executive-brief__priorities{flex-direction:column}.elephas-executive-journey__header .elephas-executive-brief__attention{width:100%;min-width:0;text-align:left}.elephas-executive-journey__header .elephas-executive-brief__action{width:100%}.elephas-executive-journey__header .elephas-situation-board__header,.elephas-executive-journey__header .elephas-flow-summary,.elephas-executive-journey__header .elephas-operational-pipeline__header{align-items:flex-start;flex-direction:column}.elephas-executive-journey__header .elephas-situation-board__cards{grid-template-columns:1fr}.elephas-executive-journey__header .elephas-flow-summary__metrics{width:100%;justify-content:space-between}.elephas-executive-journey__header .elephas-flow-summary__metrics div{text-align:left}.elephas-executive-journey__header .elephas-operational-pipeline__stages{grid-template-columns:1fr;gap:1rem}.elephas-executive-journey__header .elephas-operational-pipeline__stage{display:grid;grid-template-columns:auto 1fr;gap:.9rem}.elephas-executive-journey__header .elephas-operational-pipeline__stage:not(:last-child):after{top:1rem;bottom:-1rem;left:.42rem;width:2px;height:auto}.elephas-executive-journey__header .elephas-operational-pipeline__marker{justify-content:flex-start}.elephas-executive-journey__header .elephas-operational-pipeline__stage-content{margin-top:0;text-align:left}.elephas-executive-journey__header .elephas-ai-evolution{grid-template-columns:1fr}.elephas-executive-journey__header .elephas-ai-evolution__footer{align-items:flex-start;flex-direction:column}.elephas-executive-journey__header .elephas-ai-evolution__presentation-link{width:100%;justify-content:center}.elephas-executive-journey__header .elephas-sales-hero,.elephas-executive-journey__header .elephas-sales-brief__header,.elephas-executive-journey__header .elephas-sales-brief__attention,.elephas-executive-journey__header .elephas-commercial-board__header{align-items:flex-start;flex-direction:column}.elephas-executive-journey__header .elephas-sales-hero__metrics{grid-template-columns:1fr;width:100%;min-width:0}.elephas-executive-journey__header .elephas-commercial-board__grid{grid-template-columns:1fr}.elephas-executive-journey__header .elephas-commercial-commitments__header,.elephas-executive-journey__header .elephas-commercial-commitment__header,.elephas-executive-journey__header .elephas-commercial-commitment__footer,.elephas-executive-journey__header .elephas-sales-commitment-hero,.elephas-executive-journey__header .elephas-sales-commitment-overview>header,.elephas-executive-journey__header .elephas-sales-commitment-action{align-items:flex-start;flex-direction:column}.elephas-executive-journey__header .elephas-commercial-commitments__summary,.elephas-executive-journey__header .elephas-sales-commitment-hero__status{width:100%;text-align:left}.elephas-executive-journey__header .elephas-commercial-commitment__body{grid-template-columns:1fr;gap:1rem}.elephas-executive-journey__header .elephas-sales-commitment-overview__facts{grid-template-columns:1fr}.elephas-executive-journey__header .elephas-sales-commitment-flow ol{grid-template-columns:1fr;gap:1rem}.elephas-executive-journey__header .elephas-sales-commitment-flow li{display:grid;grid-template-columns:auto 1fr;gap:.8rem;text-align:left}.elephas-executive-journey__header .elephas-sales-commitment-flow li:not(:last-child):after{top:2rem;bottom:-1rem;left:.95rem;width:2px;height:auto}.elephas-executive-journey__header .elephas-sales-commitment-flow li>span{margin:0}.elephas-executive-journey__header .elephas-sales-commitment-flow li div{margin-top:.15rem}.elephas-executive-journey__header .elephas-warehouse-foundation{flex-direction:column}.elephas-executive-journey__header .elephas-warehouse-foundation__metrics{grid-template-columns:1fr;width:100%;min-width:0}.elephas-executive-journey__header .elephas-sales-commitment-action__link{display:inline-flex;flex:0 0 auto;align-items:center;gap:.65rem;padding:.8rem 1rem;border-radius:.85rem;background:#1e3a8a;font-size:.76rem;font-weight:800;color:#fff;text-decoration:none}.elephas-executive-journey__header .elephas-warehouse-brief__header,.elephas-executive-journey__header .elephas-warehouse-brief__footer,.elephas-executive-journey__header .elephas-warehouse-board__header{align-items:flex-start;flex-direction:column}.elephas-executive-journey__header .elephas-warehouse-board__grid{grid-template-columns:1fr}.elephas-executive-journey__header .elephas-warehouse-board__context{align-self:flex-start}.elephas-executive-journey__header .elephas-warehouse-queue__header,.elephas-executive-journey__header .elephas-warehouse-order__header,.elephas-executive-journey__header .elephas-warehouse-order__footer{align-items:flex-start;flex-direction:column}.elephas-executive-journey__header .elephas-warehouse-queue__summary{width:100%;text-align:left}.elephas-executive-journey__header .elephas-warehouse-order__facts{grid-template-columns:1fr}.elephas-executive-journey__header .elephas-warehouse-order__action{width:100%;justify-content:center}.elephas-executive-journey__header .elephas-picking-header,.elephas-executive-journey__header .elephas-picking-mission,.elephas-executive-journey__header .elephas-picking-header__facts,.elephas-executive-journey__header .elephas-picking-mission__metrics{grid-template-columns:1fr}.elephas-executive-journey__header .elephas-picking-mission__progress-header,.elephas-executive-journey__header .elephas-current-picking-task__header,.elephas-executive-journey__header .elephas-current-picking-task__instruction{align-items:flex-start;flex-direction:column}.elephas-executive-journey__header .elephas-current-picking-task__workspace{grid-template-columns:1fr}.elephas-executive-journey__header .elephas-current-picking-task__quantity{text-align:left}.elephas-executive-journey__header .elephas-current-picking-task__confirm{width:100%}.elephas-executive-journey__header .elephas-current-picking-task__form{flex:0 0 auto;margin:0}.elephas-executive-journey__header .elephas-picking-checklist__header{align-items:flex-start;flex-direction:column}.elephas-executive-journey__header .elephas-picking-checklist__summary{width:100%;text-align:left}.elephas-executive-journey__header .elephas-picking-checklist__item{grid-template-columns:auto minmax(0,1fr)}.elephas-executive-journey__header .elephas-picking-checklist__facts,.elephas-executive-journey__header .elephas-picking-checklist__status{grid-column:2}.elephas-executive-journey__header .elephas-picking-checklist__facts{grid-template-columns:1fr;width:100%}.elephas-executive-journey__header .elephas-picking-checklist__status{width:-moz-fit-content;width:fit-content}.elephas-executive-journey__header .elephas-picking-checklist__footer{align-items:flex-start;flex-direction:column}.elephas-executive-journey__header .elephas-current-picking-task__form{width:100%}.elephas-executive-journey__header .elephas-picking-completion,.elephas-executive-journey__header .elephas-picking-completion__summary{grid-template-columns:1fr}.elephas-executive-journey__header .elephas-picking-completion__footer{grid-column:auto}.elephas-executive-journey__header .elephas-shipment-reception__hero,.elephas-executive-journey__header .elephas-shipment-reception__handoff>header,.elephas-executive-journey__header .elephas-shipment-reception__order>header,.elephas-executive-journey__header .elephas-shipment-reception__order>footer{align-items:flex-start;flex-direction:column}.elephas-executive-journey__header .elephas-shipment-reception__flow{grid-template-columns:1fr}.elephas-executive-journey__header .elephas-shipment-reception__flow>i{transform:rotate(90deg);text-align:center}.elephas-executive-journey__header .elephas-shipment-reception__order>dl{grid-template-columns:1fr}.elephas-executive-journey__header .elephas-shipment-reception__order header>div:last-child{text-align:left}.elephas-executive-journey__header .elephas-shipment-reception__order button{width:100%}.elephas-executive-journey__header .elephas-shipment-brief__header,.elephas-executive-journey__header .elephas-shipment-brief__footer,.elephas-executive-journey__header .elephas-shipment-board__header,.elephas-executive-journey__header .elephas-shipment-queue__header,.elephas-executive-journey__header .elephas-shipment-card>header,.elephas-executive-journey__header .elephas-shipment-card>footer{align-items:flex-start;flex-direction:column}.elephas-executive-journey__header .elephas-shipment-board__grid,.elephas-executive-journey__header .elephas-shipment-card>dl{grid-template-columns:1fr}.elephas-executive-journey__header .elephas-shipment-queue__summary{text-align:left}.elephas-executive-journey__header .elephas-shipment-card button{width:100%}.elephas-executive-journey__header .elephas-shipment-scheduling-header,.elephas-executive-journey__header .elephas-shipment-scheduling-mission,.elephas-executive-journey__header .elephas-shipment-scheduling-form__body,.elephas-executive-journey__header .elephas-shipment-scheduling-header__status dl,.elephas-executive-journey__header .elephas-shipment-scheduling-mission__summary,.elephas-executive-journey__header .elephas-shipment-scheduling-form__fields,.elephas-executive-journey__header .elephas-shipment-vehicles__grid{grid-template-columns:1fr}.elephas-executive-journey__header .elephas-shipment-scheduling-form__header,.elephas-executive-journey__header .elephas-shipment-vehicles>header,.elephas-executive-journey__header .elephas-shipment-scheduling-form__footer{align-items:flex-start;flex-direction:column}.elephas-executive-journey__header .elephas-shipment-scheduling-form__footer button,.elephas-executive-journey__header .elephas-shipment-card__action{width:100%}.elephas-executive-journey__header .elephas-shipment-scheduling-completion,.elephas-executive-journey__header .elephas-shipment-scheduling-completion__summary{grid-template-columns:1fr}.elephas-executive-journey__header .elephas-shipment-scheduling-completion__footer{grid-column:auto}.elephas-executive-journey__header .elephas-shipment-scheduling-completion__next button{width:100%}.elephas-executive-journey__header .elephas-shipment-documentation-header,.elephas-executive-journey__header .elephas-shipment-documentation-mission,.elephas-executive-journey__header .elephas-shipment-documentation-header__status dl,.elephas-executive-journey__header .elephas-shipment-documentation-mission__summary{grid-template-columns:1fr}.elephas-executive-journey__header .elephas-shipment-documentation-checklist__header,.elephas-executive-journey__header .elephas-shipment-documentation-checklist__footer{align-items:flex-start;flex-direction:column}.elephas-executive-journey__header .elephas-shipment-document{grid-template-columns:auto minmax(0,1fr)}.elephas-executive-journey__header .elephas-shipment-document__description,.elephas-executive-journey__header .elephas-shipment-document__status,.elephas-executive-journey__header .elephas-shipment-document__confirmation{grid-column:2}.elephas-executive-journey__header .elephas-shipment-documentation-checklist__footer button,.elephas-executive-journey__header .elephas-shipment-scheduling-completion__next a{width:100%}.elephas-executive-journey__header .elephas-shipment-documentation-completion,.elephas-executive-journey__header .elephas-shipment-documentation-completion__summary{grid-template-columns:1fr}.elephas-executive-journey__header .elephas-shipment-documentation-completion__footer{grid-column:auto}.elephas-executive-journey__header .elephas-shipment-documentation-completion__next a{width:100%}.elephas-executive-journey__header .elephas-loading-header,.elephas-executive-journey__header .elephas-loading-mission,.elephas-executive-journey__header .elephas-current-loading-task__body,.elephas-executive-journey__header .elephas-loading-header__status dl,.elephas-executive-journey__header .elephas-loading-mission__progress dl{grid-template-columns:1fr}.elephas-executive-journey__header .elephas-loading-mission__progress-head,.elephas-executive-journey__header .elephas-current-loading-task__header,.elephas-executive-journey__header .elephas-current-loading-task__footer{align-items:flex-start;flex-direction:column}.elephas-executive-journey__header .elephas-current-loading-task__footer button{width:100%}.elephas-executive-journey__header .elephas-loading-sequence__header{flex-direction:column}.elephas-executive-journey__header .elephas-loading-sequence__counter{text-align:left}.elephas-executive-journey__header .elephas-loading-sequence__content{grid-template-columns:1fr}.elephas-executive-journey__header .elephas-loading-sequence-item{grid-template-columns:auto minmax(0,1fr)}.elephas-executive-journey__header .elephas-loading-sequence-item__placement,.elephas-executive-journey__header .elephas-loading-sequence-item__quantity,.elephas-executive-journey__header .elephas-loading-sequence-item__status{grid-column:2}.elephas-executive-journey__header .elephas-loading-sequence__cargo-area{min-height:auto}.elephas-executive-journey__header .elephas-loading-completion,.elephas-executive-journey__header .elephas-loading-completion__summary{grid-template-columns:1fr}.elephas-executive-journey__header .elephas-loading-completion__footer{grid-column:auto}.elephas-executive-journey__header .elephas-loading-completion__next button{width:100%}.elephas-executive-journey__header .elephas-dispatch-header,.elephas-executive-journey__header .elephas-dispatch-mission,.elephas-executive-journey__header .elephas-dispatch-header__status dl,.elephas-executive-journey__header .elephas-dispatch-mission__summary dl{grid-template-columns:1fr}.elephas-executive-journey__header .elephas-dispatch-mission__ready{align-items:flex-start;flex-direction:column}.elephas-executive-journey__header .elephas-release-control__header{flex-direction:column}.elephas-executive-journey__header .elephas-release-control__counter{text-align:left}.elephas-executive-journey__header .elephas-release-control__body,.elephas-executive-journey__header .elephas-release-control__summary{grid-template-columns:1fr}.elephas-executive-journey__header .elephas-release-check{grid-template-columns:auto minmax(0,1fr)}.elephas-executive-journey__header .elephas-release-check__status{grid-column:2;justify-self:start}.elephas-executive-journey__header .elephas-release-control__footer{grid-template-columns:1fr auto}.elephas-executive-journey__header .elephas-dispatch-completion__handoff{align-items:stretch;flex-direction:column;padding:20px 24px}.elephas-executive-journey__header .elephas-dispatch-completion__handoff-action{width:100%}.elephas-executive-journey__header .elephas-transit-header,.elephas-executive-journey__header .elephas-transit-mission,.elephas-executive-journey__header .elephas-transit-header__status dl,.elephas-executive-journey__header .elephas-transit-mission__summary dl{grid-template-columns:1fr}.elephas-executive-journey__header .elephas-transit-mission__status{align-items:flex-start;flex-direction:column}.elephas-transit-situation__footer{align-items:stretch;flex-direction:column}.elephas-transit-situation__footer form,.elephas-transit-situation__action{width:100%}}.elephas-demo-display__completion-action{margin-top:2.5rem;text-align:right}.elephas-demo-display__completion-button{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;min-height:3rem;padding:.875rem 1.25rem;border-radius:.875rem;background:#3154df;color:#fff;font-size:.875rem;font-weight:700;line-height:1;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease}.elephas-demo-display__completion-button:hover{background:#2848c8;box-shadow:0 .75rem 1.75rem #3154df33;transform:translateY(-1px)}.elephas-demo-display__completion-button:focus-visible{outline:3px solid rgba(49,84,223,.25);outline-offset:3px}.elephas-demo-display__completion-help{margin:.75rem 0 0;color:#64748b;font-size:.75rem}.elephas-dispatch-completion__handoff{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 32px;border-top:1px solid #bbf7d0;background:#ffffff94}.elephas-dispatch-completion__handoff>div{display:grid;gap:4px}.elephas-dispatch-completion__handoff>div>span{color:#15803d;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.elephas-dispatch-completion__handoff strong{color:#166534;font-size:16px;font-weight:800}.elephas-dispatch-completion__handoff p{margin:2px 0 0;color:#64748b;font-size:13px;line-height:1.55}.elephas-dispatch-completion__handoff-action{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;gap:8px;min-width:210px;padding:14px 18px;border-radius:14px;background:#15803d;color:#fff;font-size:12px;font-weight:800;text-decoration:none}.elephas-dispatch-completion__handoff-action:hover{text-decoration:none}.elephas-dispatch-completion{margin:20px 16px;overflow:hidden;background:linear-gradient(135deg,#ecfdf5f5,#f8fafcfa);border:1px solid #86efac;border-radius:24px;box-shadow:0 18px #86efac2e}.elephas-dispatch-completion__main{display:grid;grid-template-columns:auto 1fr;gap:24px;padding:32px}.elephas-dispatch-completion__icon{display:grid;place-items:center;width:64px;height:64px;border-radius:18px;background:#dcfce7;color:#15803d;font-size:36px;font-weight:700;line-height:1}.elephas-dispatch-completion__content{min-width:0}.elephas-dispatch-completion__eyebrow{margin:1px 0 10px;color:#15803d;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.elephas-dispatch-completion__content h2{max-width:780px;margin:0;color:#0f172a;font-size:clamp(28px,3vw,42px);font-weight:500;line-height:1.16;letter-spacing:-.035em}.elephas-dispatch-completion__description{max-width:850px;margin:16px 0 0;color:#64748b;font-size:16px;line-height:1.7}.elephas-dispatch-completion__description strong{color:#334155;font-weight:700}.elephas-dispatch-completion__facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:26px 0 0}.elephas-dispatch-completion__facts>div{min-width:0;padding:14px 16px;background:#ffffffb8;border:1px solid #bbf7d0;border-radius:14px}.elephas-dispatch-completion__facts dt{margin:0 0 5px;color:#64748b;font-size:10px;font-weight:500}.elephas-dispatch-completion__facts dd{margin:0;overflow:hidden;color:#166534;font-size:13px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.elephas-dispatch-completion__result{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 32px;border-top:1px solid #bbf7d0;background:#dcfce785}.elephas-dispatch-completion__result>div{display:grid;gap:4px}.elephas-dispatch-completion__result span:first-child{color:#64748b;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.elephas-dispatch-completion__result strong{color:#166534;font-size:16px;font-weight:800}.elephas-dispatch-completion__result-mark{display:grid;place-items:center;flex:0 0 auto;width:42px;height:42px;border-radius:50%;background:#16a34a;color:#fff;font-size:22px;font-weight:800}@media(max-width:768px){.elephas-transit-situation__header{flex-direction:column}.elephas-transit-situation__status{width:100%}.elephas-transit-situation__route{grid-template-columns:1fr}.elephas-transit-situation__endpoint.is-destination{text-align:left}.elephas-transit-situation__line{margin:1rem 0}.elephas-transit-stage{grid-template-columns:auto minmax(0,1fr)}.elephas-transit-stage__state{grid-column:2}.elephas-transit-completion__facts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.elephas-transit-completion__main,.elephas-transit-completion__facts{grid-template-columns:1fr}}@media(max-width:900px){.elephas-dispatch-completion__facts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.elephas-dispatch-completion{margin-inline:12px;border-radius:20px}.elephas-dispatch-completion__main{grid-template-columns:1fr;gap:18px;padding:24px}.elephas-dispatch-completion__facts{grid-template-columns:1fr}.elephas-dispatch-completion__result{align-items:flex-start;padding:18px 24px}}.elephas-reception-completion__exit{display:flex;justify-content:flex-start;margin-top:1rem}.elephas-reception-completion__exit-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;line-height:1.2;color:#087a38;text-decoration:none;transition:color .16s ease,transform .16s ease}.elephas-reception-completion__exit-link:hover{color:#055f2b;transform:translate(-2px)}.elephas-reception-completion__exit-link:focus-visible{outline:2px solid currentColor;outline-offset:4px;border-radius:.25rem}.elephas-transit-completion__reception-awareness{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;margin-top:1rem;padding:1rem 1.25rem;border:1px solid #86efac;border-radius:1rem;background:#f0fdf4d1}.elephas-transit-completion__reception-awareness-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#16a34a;color:#fff;font-weight:800}.elephas-transit-completion__reception-awareness-copy{display:grid;gap:.2rem}.elephas-transit-completion__reception-awareness-copy span{color:#15803d;font-size:.65rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.elephas-transit-completion__reception-awareness-copy strong{color:#14532d;font-size:.85rem}.elephas-transit-completion__reception-awareness-link{display:inline-flex;align-items:center;gap:.4rem;color:#15803d;font-size:.8rem;font-weight:800;text-decoration:none;white-space:nowrap;transition:color .16s ease,transform .16s ease}.elephas-transit-completion__reception-awareness-link:hover{color:#166534;transform:translate(2px)}.elephas-transit-completion__reception-awareness-link:focus-visible{outline:2px solid currentColor;outline-offset:4px;border-radius:.25rem}@media(max-width:720px){.elephas-transit-completion__reception-awareness{grid-template-columns:auto minmax(0,1fr)}.elephas-transit-completion__reception-awareness-link{grid-column:2;justify-self:start}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Figtree,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}input:where([type=text]),input:where(:not([type])),input:where([type=email]),input:where([type=url]),input:where([type=password]),input:where([type=number]),input:where([type=date]),input:where([type=datetime-local]),input:where([type=month]),input:where([type=search]),input:where([type=tel]),input:where([type=time]),input:where([type=week]),select:where([multiple]),textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}input:where([type=text]):focus,input:where(:not([type])):focus,input:where([type=email]):focus,input:where([type=url]):focus,input:where([type=password]):focus,input:where([type=number]):focus,input:where([type=date]):focus,input:where([type=datetime-local]):focus,input:where([type=month]):focus,input:where([type=search]):focus,input:where([type=tel]):focus,input:where([type=time]):focus,input:where([type=week]):focus,select:where([multiple]):focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}select:where([multiple]),select:where([size]:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}input:where([type=checkbox]),input:where([type=radio]){-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow: 0 0 #0000}input:where([type=checkbox]){border-radius:0}input:where([type=radio]){border-radius:100%}input:where([type=checkbox]):focus,input:where([type=radio]):focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 2px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}input:where([type=checkbox]):checked,input:where([type=radio]):checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}input:where([type=checkbox]):checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media(forced-colors:active){input:where([type=checkbox]):checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}input:where([type=radio]):checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media(forced-colors:active){input:where([type=radio]):checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}input:where([type=checkbox]):checked:hover,input:where([type=checkbox]):checked:focus,input:where([type=radio]):checked:hover,input:where([type=radio]):checked:focus{border-color:transparent;background-color:currentColor}input:where([type=checkbox]):indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media(forced-colors:active){input:where([type=checkbox]):indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}input:where([type=checkbox]):indeterminate:hover,input:where([type=checkbox]):indeterminate:focus{border-color:transparent;background-color:currentColor}input:where([type=file]){background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}input:where([type=file]):focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-y-0{top:0;bottom:0}.-bottom-20{bottom:-5rem}.-bottom-32{bottom:-8rem}.-bottom-40{bottom:-10rem}.-left-32{left:-8rem}.-right-20{right:-5rem}.-right-24{right:-6rem}.-right-28{right:-7rem}.-right-32{right:-8rem}.-top-28{top:-7rem}.-top-32{top:-8rem}.bottom-1{bottom:.25rem}.bottom-20{bottom:5rem}.end-0{inset-inline-end:0px}.left-1\/3{left:33.333333%}.left-4{left:1rem}.right-0{right:0}.right-20{right:5rem}.right-4{right:1rem}.start-0{inset-inline-start:0px}.top-0{top:0}.top-1{top:.25rem}.z-10{z-index:10}.z-50{z-index:50}.mx-auto{margin-left:auto;margin-right:auto}.-mb-px{margin-bottom:-1px}.-me-2{margin-inline-end:-.5rem}.-ml-8{margin-left:-2rem}.-ml-px{margin-left:-1px}.-mt-\[4\.9rem\]{margin-top:-4.9rem}.-mt-px{margin-top:-1px}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-12{margin-left:3rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}.ms-1{margin-inline-start:.25rem}.ms-2{margin-inline-start:.5rem}.ms-3{margin-inline-start:.75rem}.ms-4{margin-inline-start:1rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-\[335\/376\]{aspect-ratio:335/376}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-28{height:7rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-52{height:13rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-72{height:18rem}.h-8{height:2rem}.h-96{height:24rem}.h-\[520px\]{height:520px}.h-full{height:100%}.min-h-screen{min-height:100vh}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-20{width:5rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-4{width:1rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-52{width:13rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-72{width:18rem}.w-8{width:2rem}.w-96{width:24rem}.w-\[448px\]{width:448px}.w-\[520px\]{width:520px}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.min-w-0{min-width:0px}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[335px\]{max-width:335px}.max-w-\[500px\]{max-width:500px}.max-w-lg{max-width:32rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.border-collapse{border-collapse:collapse}.origin-top{transform-origin:top}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-\[1\.12\]{--tw-scale-x: 1.12;--tw-scale-y: 1.12;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-\[1\.15\]{--tw-scale-x: 1.15;--tw-scale-y: 1.15;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[22px\]{border-radius:22px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-bl-lg{border-bottom-left-radius:.5rem}.rounded-br-lg{border-bottom-right-radius:.5rem}.border{border-width:1px}.border-4{border-width:4px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-\[\#19140035\]{border-color:#19140035}.border-\[\#e3e3e0\]{--tw-border-opacity: 1;border-color:rgb(227 227 224 / var(--tw-border-opacity, 1))}.border-amber-300\/40{border-color:#fcd34d66}.border-amber-300\/70{border-color:#fcd34db3}.border-black{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity, 1))}.border-blue-100{--tw-border-opacity: 1;border-color:rgb(219 234 254 / var(--tw-border-opacity, 1))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-300\/30{border-color:#93c5fd4d}.border-cyan-200\/70{border-color:#a5f3fcb3}.border-cyan-300\/30{border-color:#67e8f94d}.border-cyan-300\/40{border-color:#67e8f966}.border-cyan-300\/50{border-color:#67e8f980}.border-cyan-300\/60{border-color:#67e8f999}.border-emerald-200{--tw-border-opacity: 1;border-color:rgb(167 243 208 / var(--tw-border-opacity, 1))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.border-green-400{--tw-border-opacity: 1;border-color:rgb(74 222 128 / var(--tw-border-opacity, 1))}.border-indigo-400{--tw-border-opacity: 1;border-color:rgb(129 140 248 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-slate-200{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.border-slate-300{--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-white\/10{border-color:#ffffff1a}.border-white\/15{border-color:#ffffff26}.border-white\/20{border-color:#fff3}.border-white\/70{border-color:#ffffffb3}.bg-\[\#082A5B\]\/80{background-color:#082a5bcc}.bg-\[\#0B3478\]{--tw-bg-opacity: 1;background-color:rgb(11 52 120 / var(--tw-bg-opacity, 1))}.bg-\[\#123B75\]{--tw-bg-opacity: 1;background-color:rgb(18 59 117 / var(--tw-bg-opacity, 1))}.bg-\[\#123D86\]{--tw-bg-opacity: 1;background-color:rgb(18 61 134 / var(--tw-bg-opacity, 1))}.bg-\[\#1F3A84\]{--tw-bg-opacity: 1;background-color:rgb(31 58 132 / var(--tw-bg-opacity, 1))}.bg-\[\#1b1b18\]{--tw-bg-opacity: 1;background-color:rgb(27 27 24 / var(--tw-bg-opacity, 1))}.bg-\[\#FDFDFC\]{--tw-bg-opacity: 1;background-color:rgb(253 253 252 / var(--tw-bg-opacity, 1))}.bg-\[\#dbdbd7\]{--tw-bg-opacity: 1;background-color:rgb(219 219 215 / var(--tw-bg-opacity, 1))}.bg-\[\#fff2f2\]{--tw-bg-opacity: 1;background-color:rgb(255 242 242 / var(--tw-bg-opacity, 1))}.bg-amber-400{--tw-bg-opacity: 1;background-color:rgb(251 191 36 / var(--tw-bg-opacity, 1))}.bg-blue-200\/30{background-color:#bfdbfe4d}.bg-blue-400\/10{background-color:#60a5fa1a}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-500\/30{background-color:#3b82f64d}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-blue-800{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity, 1))}.bg-cyan-200\/30{background-color:#a5f3fc4d}.bg-emerald-400\/20{background-color:#34d39933}.bg-emerald-50{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))}.bg-emerald-500{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-indigo-50{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-slate-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.bg-slate-50{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/5{background-color:#ffffff0d}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-\[\#061F4A\]{--tw-gradient-from: #061F4A var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 31 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#07346F\]{--tw-gradient-from: #07346F var(--tw-gradient-from-position);--tw-gradient-to: rgb(7 52 111 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-100{--tw-gradient-from: #f1f5f9 var(--tw-gradient-from-position);--tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-\[\#07346F\]{--tw-gradient-to: rgb(7 52 111 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #07346F var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-\[\#0A3978\]{--tw-gradient-to: rgb(10 57 120 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #0A3978 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-blue-50{--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #eff6ff var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-\[\#021B3C\]{--tw-gradient-to: #021B3C var(--tw-gradient-to-position)}.to-\[\#061F4A\]{--tw-gradient-to: #061F4A var(--tw-gradient-to-position)}.to-slate-100{--tw-gradient-to: #f1f5f9 var(--tw-gradient-to-position)}.fill-current{fill:currentColor}.object-contain{-o-object-fit:contain;object-fit:contain}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-11{padding-left:2.75rem;padding-right:2.75rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-7{padding-top:1.75rem;padding-bottom:1.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-1{padding-bottom:.25rem}.pb-12{padding-bottom:3rem}.pb-3{padding-bottom:.75rem}.pe-4{padding-inline-end:1rem}.pl-12{padding-left:3rem}.pl-5{padding-left:1.25rem}.pr-12{padding-right:3rem}.pr-4{padding-right:1rem}.ps-3{padding-inline-start:.75rem}.pt-0\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.pt-10{padding-top:2.5rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-center{text-align:center}.text-right{text-align:right}.text-start{text-align:start}.font-sans{font-family:Figtree,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[11px\]{font-size:11px}.text-\[13px\]{font-size:13px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-\[1\.08\]{line-height:1.08}.leading-\[20px\]{line-height:20px}.leading-normal{line-height:1.5}.leading-tight{line-height:1.25}.tracking-\[0\.14em\]{letter-spacing:.14em}.tracking-\[0\.16em\]{letter-spacing:.16em}.tracking-\[0\.18em\]{letter-spacing:.18em}.tracking-\[0\.20em\]{letter-spacing:.2em}.tracking-\[0\.22em\]{letter-spacing:.22em}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-\[\#123B75\]{--tw-text-opacity: 1;color:rgb(18 59 117 / var(--tw-text-opacity, 1))}.text-\[\#123D86\]{--tw-text-opacity: 1;color:rgb(18 61 134 / var(--tw-text-opacity, 1))}.text-\[\#1F3A84\]{--tw-text-opacity: 1;color:rgb(31 58 132 / var(--tw-text-opacity, 1))}.text-\[\#1b1b18\]{--tw-text-opacity: 1;color:rgb(27 27 24 / var(--tw-text-opacity, 1))}.text-\[\#706f6c\]{--tw-text-opacity: 1;color:rgb(112 111 108 / var(--tw-text-opacity, 1))}.text-\[\#F53003\],.text-\[\#f53003\]{--tw-text-opacity: 1;color:rgb(245 48 3 / var(--tw-text-opacity, 1))}.text-amber-300{--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity, 1))}.text-amber-400{--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.text-blue-100{--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.text-blue-200{--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity, 1))}.text-blue-50{--tw-text-opacity: 1;color:rgb(239 246 255 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-emerald-200{--tw-text-opacity: 1;color:rgb(167 243 208 / var(--tw-text-opacity, 1))}.text-emerald-800{--tw-text-opacity: 1;color:rgb(6 95 70 / var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-indigo-700{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-slate-400{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-slate-800{--tw-text-opacity: 1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}.text-slate-900{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.text-slate-950{--tw-text-opacity: 1;color:rgb(2 6 23 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.underline-offset-4{text-underline-offset:4px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-75{opacity:.75}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_18px_55px_rgba\(15\,23\,42\,0\.10\)\]{--tw-shadow: 0 18px 55px rgba(15,23,42,.1);--tw-shadow-colored: 0 18px 55px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_24px_70px_rgba\(15\,23\,42\,0\.14\)\]{--tw-shadow: 0 24px 70px rgba(15,23,42,.14);--tw-shadow-colored: 0 24px 70px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0px_0px_1px_0px_rgba\(0\,0\,0\,0\.03\)\,0px_1px_2px_0px_rgba\(0\,0\,0\,0\.06\)\]{--tw-shadow: 0px 0px 1px 0px rgba(0,0,0,.03),0px 1px 2px 0px rgba(0,0,0,.06);--tw-shadow-colored: 0px 0px 1px 0px var(--tw-shadow-color), 0px 1px 2px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[inset_0px_0px_0px_1px_rgba\(26\,26\,0\,0\.16\)\]{--tw-shadow: inset 0px 0px 0px 1px rgba(26,26,0,.16);--tw-shadow-colored: inset 0px 0px 0px 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-black\/10{--tw-shadow-color: rgb(0 0 0 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-900\/20{--tw-shadow-color: rgb(30 58 138 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-950\/15{--tw-shadow-color: rgb(23 37 84 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-950\/40{--tw-shadow-color: rgb(23 37 84 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-300\/40{--tw-shadow-color: rgb(203 213 225 / .4);--tw-shadow: var(--tw-shadow-colored)}.outline{outline-style:solid}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-black{--tw-ring-opacity: 1;--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1))}.ring-cyan-300\/30{--tw-ring-color: rgb(103 232 249 / .3)}.ring-emerald-300\/30{--tw-ring-color: rgb(110 231 183 / .3)}.ring-gray-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1))}.ring-slate-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity, 1))}.ring-opacity-5{--tw-ring-opacity: .05}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-2xl{--tw-blur: blur(40px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-3xl{--tw-blur: blur(64px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.delay-300{transition-delay:.3s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-75{transition-duration:75ms}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.mmx-responsive-table{width:100%;overflow-x:auto}.mmx-responsive-table table{min-width:900px}@media(max-width:768px){.mmx-page-card{padding:16px!important;border-radius:12px!important}.mmx-page-title{font-size:22px!important}.mmx-page-subtitle{font-size:14px!important;margin-bottom:18px!important}.mmx-responsive-table table{min-width:850px;font-size:13px}.mmx-mobile-hide{display:none!important}.mmx-mobile-stack{display:block!important}}@media(max-width:480px){.mmx-responsive-table table{min-width:760px;font-size:12px}}.mmx-mobile-cards{display:none}@media(max-width:640px){.mmx-desktop-table{display:none!important}.mmx-mobile-cards{display:block!important}.mmx-mobile-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:14px;margin-bottom:12px;box-shadow:0 8px 20px #0f172a0f}.mmx-mobile-card-title{font-size:18px;font-weight:800;margin-bottom:10px}.mmx-mobile-row{font-size:14px;margin-bottom:6px}.mmx-mobile-label{color:#6b7280;font-weight:700}}@media(max-width:640px){.mmx-evidence-modal{width:96%!important;max-width:96%!important;max-height:92vh!important;overflow-y:auto!important}.mmx-evidence-grid{grid-template-columns:1fr!important;padding:16px!important;gap:14px!important}.mmx-evidence-viewer{min-height:260px!important;padding:10px!important}.mmx-evidence-viewer img{max-width:100%!important;max-height:320px!important;-o-object-fit:contain!important;object-fit:contain!important}#modalEvidenciaMiniaturas{grid-template-columns:repeat(4,1fr)!important}}@media(max-width:640px){.mmx-notification-item{flex-direction:column!important;align-items:flex-start!important}.mmx-notification-action{width:100%;margin-top:10px}.mmx-notification-action button{width:100%;text-align:center;justify-content:center}}.elephas-reception-workspace{min-height:100vh;padding:2rem 1rem 4rem}.elephas-reception-header,.elephas-reception-mission,.elephas-reception-placeholder{width:min(100%,1190px);margin-inline:auto;background:#ffffffb8}.elephas-reception-header{display:grid;grid-template-columns:1.4fr 1fr;gap:3rem;padding:2.25rem;border:1px solid #86efac;border-radius:1.5rem}.elephas-reception-header__back{display:inline-block;margin-bottom:1.5rem;text-decoration:none}.elephas-reception-header__eyebrow,.elephas-reception-mission__eyebrow{margin:0 0 .75rem;font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#15803d}.elephas-reception-header h1{margin:0;font-size:clamp(2.75rem,5vw,4rem);font-weight:400}.elephas-reception-header__meta{margin-top:.5rem}.elephas-reception-header__summary{display:grid;gap:.75rem}.elephas-reception-header__status,.elephas-reception-header__facts>div,.elephas-reception-mission__summary dl>div{padding:1rem;border:1px solid #bbf7d0;border-radius:1rem}.elephas-reception-header__status{padding:1.25rem}.elephas-reception-header__status span,.elephas-reception-header__facts span,.elephas-reception-mission dt{display:block;margin-bottom:.35rem;font-size:.7rem}.elephas-reception-header__status strong{color:#15803d}.elephas-reception-header__facts{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.elephas-reception-mission{display:grid;grid-template-columns:1.4fr 1fr;gap:3rem;margin-top:1.25rem;padding:2rem;border:1px solid #bbf7d0;border-radius:1.5rem}.elephas-reception-mission h2{margin:0;max-width:720px;font-size:clamp(2rem,3.5vw,2.6rem);font-weight:400;line-height:1.12}.elephas-reception-mission__copy>p:last-child{margin-top:1rem}.elephas-reception-mission__summary dl{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin:0}.elephas-reception-mission dd{margin:0;font-weight:700}.elephas-reception-mission__operational-status{display:flex;align-items:center;justify-content:space-between;margin-top:.75rem;padding:1rem;border:1px solid #86efac;border-radius:1rem}.elephas-reception-mission__operational-status strong{color:#15803d}.elephas-reception-placeholder{margin-top:1.25rem;padding:3rem 2rem;text-align:center;border:1px dashed #86efac;border-radius:1.5rem}.elephas-reception-placeholder>p{margin:0 0 .75rem;font-size:.75rem;font-weight:800;letter-spacing:.12em;color:#15803d}.elephas-reception-placeholder h2{margin:0 0 .75rem;font-weight:500}@media(max-width:850px){.elephas-reception-header,.elephas-reception-mission{grid-template-columns:1fr;gap:1.5rem}.elephas-reception-header__facts{grid-template-columns:1fr}}.elephas-reception-control{overflow:hidden;width:min(100%,1190px);margin:1.25rem auto 0;border:1px solid #86efac;border-radius:1.5rem;background:#ffffffc7}.elephas-reception-control__header{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;padding:2rem;border-bottom:1px solid #dcfce7}.elephas-reception-control__eyebrow{margin:0;color:#15803d;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.elephas-reception-control__header h2{margin:.6rem 0 0;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:500;line-height:1.15}.elephas-reception-control__header p:last-child{margin:.75rem 0 0;color:#64748b;line-height:1.6}.elephas-reception-control__counter{flex:0 0 auto;text-align:right}.elephas-reception-control__counter span{display:block;color:#64748b;font-size:.65rem}.elephas-reception-control__counter strong{display:block;margin-top:.25rem;font-size:1.1rem}.elephas-reception-control__body{display:grid;grid-template-columns:minmax(0,1fr) 325px;gap:1.5rem;padding:2rem}.elephas-reception-control__checks{display:grid;gap:.75rem}.elephas-reception-check{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1rem;border:1px solid #e2e8f0;border-radius:1rem;background:#fff}.elephas-reception-check.is-pending{border-color:#fde68a;background:#fffbeb}.elephas-reception-check.is-completed{border-color:#86efac;background:#f0fdf4}.elephas-reception-check__marker{display:grid;place-items:center;width:38px;height:38px;border:2px solid #f59e0b;border-radius:50%;color:#b45309;font-size:.75rem;font-weight:800}.elephas-reception-check.is-completed .elephas-reception-check__marker{border-color:#16a34a;background:#dcfce7;color:#15803d}.elephas-reception-check__copy{display:grid;gap:.15rem}.elephas-reception-check__copy>span{color:#64748b;font-size:.58rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.elephas-reception-check__copy strong{font-size:.9rem}.elephas-reception-check__copy p{margin:0;color:#475569;font-size:.75rem}.elephas-reception-check__copy small{margin-top:.1rem;color:#94a3b8}.elephas-reception-check__status{color:#b45309;font-size:.6rem;font-weight:800}.elephas-reception-check.is-completed .elephas-reception-check__status{color:#15803d}.elephas-reception-control__summary{align-self:start;padding:1.25rem;border:1px solid #bbf7d0;border-radius:1.25rem;background:linear-gradient(145deg,#fff,#f0fdf4)}.elephas-reception-control__summary-eyebrow{margin:0;color:#15803d;font-size:.65rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.elephas-reception-control__summary h3{margin:.5rem 0 1rem;color:#92400e;font-size:1.65rem;line-height:1.08}.elephas-reception-control__progress{padding-top:1rem;border-top:1px solid #dcfce7}.elephas-reception-control__progress-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:.5rem}.elephas-reception-control__progress-head span{color:#64748b;font-size:.65rem}.elephas-reception-control__progress-head strong{font-size:1.6rem}.elephas-reception-control__progress-track{overflow:hidden;height:10px;border-radius:999px;background:#dcfce7}.elephas-reception-control__progress-track>div{height:100%;border-radius:inherit;background:#16a34a}.elephas-reception-control__progress small{display:block;margin-top:.45rem;color:#64748b}.elephas-reception-control__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin:1.25rem 0 0}.elephas-reception-control__facts>div{padding:.75rem;border:1px solid #dcfce7;border-radius:.8rem;background:#ffffffb8}.elephas-reception-control__facts dt{color:#64748b;font-size:.58rem}.elephas-reception-control__facts dd{margin:.2rem 0 0;font-size:.76rem;font-weight:800}.elephas-reception-control__pending-message{margin:1.25rem 0 0;color:#64748b;font-size:.8rem;line-height:1.55}.elephas-reception-control__pending-state{margin-top:1rem;padding:.85rem;border:1px solid #fcd34d;border-radius:.85rem;color:#92400e;font-size:.68rem;font-weight:800;text-align:center}.elephas-reception-control__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 2rem;border-top:1px solid #dcfce7;background:#f8fafc}.elephas-reception-control__footer>div{display:grid;gap:.2rem}.elephas-reception-control__footer span{color:#15803d;font-size:.6rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.elephas-reception-control__footer strong{font-size:.82rem}.elephas-reception-check.is-current{border-color:#22c55e;background:#f0fdf4;box-shadow:inset 4px 0 #16a34a}.elephas-reception-check.is-current .elephas-reception-check__marker{border-color:#16a34a;background:#16a34a;color:#fff}.elephas-reception-check.is-current .elephas-reception-check__status{color:#15803d}.elephas-reception-control__action{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-width:13rem;padding:.85rem 1rem;border:0;border-radius:.85rem;background:#15803d;color:#fff;font:inherit;font-size:.72rem;font-weight:800;cursor:pointer}.elephas-reception-control__action:hover{background:#166534}.elephas-reception-control__ready-state{margin-top:1rem;padding:.85rem;border:1px solid #86efac;border-radius:.85rem;color:#15803d;font-size:.68rem;font-weight:800;text-align:center}.elephas-reception-control__verified-mark{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#16a34a;color:#fff;font-size:1.2rem;font-weight:800}.elephas-reception-completion{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1.5rem;width:min(100%,1158px);margin:1.25rem auto 0;padding:2rem;border:1px solid #4ade80;border-radius:1.5rem;background:linear-gradient(135deg,#dcfce7f0,#ffffffeb)}.elephas-reception-completion__icon{display:grid;place-items:center;width:64px;height:64px;border-radius:1rem;background:#dcfce7;color:#15803d;font-size:2rem;font-weight:800}.elephas-reception-completion__eyebrow{margin:0;color:#15803d;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.elephas-reception-completion h2{max-width:850px;margin:.6rem 0 0;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:500;line-height:1.12}.elephas-reception-completion__description{margin:.85rem 0 0;color:#475569;line-height:1.65}.elephas-reception-completion__facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:1.5rem 0 0}.elephas-reception-completion__facts>div{padding:1rem;border:1px solid #bbf7d0;border-radius:1rem;background:#ffffffb8}.elephas-reception-completion__facts dt{color:#64748b;font-size:.62rem}.elephas-reception-completion__facts dd{margin:.3rem 0 0;color:#166534;font-size:.85rem;font-weight:800}.elephas-reception-completion__footer{display:flex;align-items:center;gap:2rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #bbf7d0}.elephas-reception-completion__footer>div{display:grid;gap:.15rem}.elephas-reception-completion__footer span{color:#64748b;font-size:.6rem;text-transform:uppercase}.elephas-reception-completion__footer strong{color:#166534;font-size:.8rem}.elephas-reception-completion__seal{display:grid;place-items:center;width:42px;height:42px;margin-left:auto;border-radius:50%;background:#16a34a;color:#fff!important;font-size:1.25rem!important;font-weight:800}@media(max-width:850px){.elephas-reception-completion__facts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.elephas-reception-completion,.elephas-reception-completion__facts{grid-template-columns:1fr}.elephas-reception-completion__footer{align-items:flex-start;flex-direction:column}.elephas-reception-completion__seal{margin-left:0}}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:bottom-0:before{content:var(--tw-content);bottom:0}.before\:bottom-1\/2:before{content:var(--tw-content);bottom:50%}.before\:left-\[0\.4rem\]:before{content:var(--tw-content);left:.4rem}.before\:top-0:before{content:var(--tw-content);top:0}.before\:top-1\/2:before{content:var(--tw-content);top:50%}.before\:border-l:before{content:var(--tw-content);border-left-width:1px}.before\:border-\[\#e3e3e0\]:before{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(227 227 224 / var(--tw-border-opacity, 1))}.open\:w-full[open]{width:100%}.hover\:border-\[\#19140035\]:hover{border-color:#19140035}.hover\:border-\[\#1915014a\]:hover{border-color:#1915014a}.hover\:border-black:hover{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity, 1))}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:border-slate-400:hover{--tw-border-opacity: 1;border-color:rgb(148 163 184 / var(--tw-border-opacity, 1))}.hover\:bg-\[\#092C68\]:hover{--tw-bg-opacity: 1;background-color:rgb(9 44 104 / var(--tw-bg-opacity, 1))}.hover\:bg-black:hover{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-900:hover{--tw-bg-opacity: 1;background-color:rgb(30 58 138 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.hover\:bg-red-500:hover{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-100:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.hover\:text-blue-800:hover{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.hover\:text-gray-400:hover{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.focus\:border-blue-300:focus{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:border-gray-300:focus{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.focus\:border-indigo-500:focus{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1))}.focus\:border-indigo-700:focus{--tw-border-opacity: 1;border-color:rgb(67 56 202 / var(--tw-border-opacity, 1))}.focus\:bg-gray-100:focus{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.focus\:bg-gray-50:focus{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.focus\:bg-gray-700:focus{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.focus\:bg-indigo-100:focus{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.focus\:text-gray-500:focus{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.focus\:text-gray-700:focus{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.focus\:text-gray-800:focus{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.focus\:text-indigo-800:focus{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-4:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-\[\#1F3A84\]:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(31 58 132 / var(--tw-ring-opacity, 1))}.focus\:ring-blue-300\/40:focus{--tw-ring-color: rgb(147 197 253 / .4)}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-indigo-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1))}.focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.focus\:ring-slate-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity, 1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.active\:bg-gray-100:active{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.active\:bg-gray-900:active{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.active\:bg-red-700:active{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.active\:text-gray-500:active{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.active\:text-gray-700:active{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.active\:text-gray-800:active{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.disabled\:opacity-25:disabled{opacity:.25}@media(min-width:640px){.sm\:-my-px{margin-top:-1px;margin-bottom:-1px}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:ms-10{margin-inline-start:2.5rem}.sm\:ms-6{margin-inline-start:1.5rem}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:w-full{width:100%}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-md{max-width:28rem}.sm\:max-w-sm{max-width:24rem}.sm\:max-w-xl{max-width:36rem}.sm\:flex-1{flex:1 1 0%}.sm\:translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-between{justify-content:space-between}.sm\:gap-2{gap:.5rem}.sm\:rounded-lg{border-radius:.5rem}.sm\:p-10{padding:2.5rem}.sm\:p-8{padding:2rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:px-9{padding-left:2.25rem;padding-right:2.25rem}.sm\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:pt-0{padding-top:0}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-base{font-size:1rem;line-height:1.5rem}}@media(min-width:768px){.md\:grid-cols-\[0\.85fr_1\.15fr\]{grid-template-columns:.85fr 1.15fr}}@media(min-width:1024px){.lg\:-ml-px{margin-left:-1px}.lg\:-mt-\[6\.6rem\]{margin-top:-6.6rem}.lg\:mb-0{margin-bottom:0}.lg\:mb-6{margin-bottom:1.5rem}.lg\:ml-0{margin-left:0}.lg\:block{display:block}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:aspect-auto{aspect-ratio:auto}.lg\:w-\[438px\]{width:438px}.lg\:max-w-4xl{max-width:56rem}.lg\:grow{flex-grow:1}.lg\:grid-cols-\[minmax\(0\,1\.05fr\)_minmax\(460px\,0\.95fr\)\]{grid-template-columns:minmax(0,1.05fr) minmax(460px,.95fr)}.lg\:flex-row{flex-direction:row}.lg\:justify-center{justify-content:center}.lg\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.lg\:rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.lg\:rounded-br-none{border-bottom-right-radius:0}.lg\:rounded-tl-lg{border-top-left-radius:.5rem}.lg\:p-20{padding:5rem}.lg\:p-8{padding:2rem}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}}@media(min-width:1280px){.xl\:text-5xl{font-size:3rem;line-height:1}}.ltr\:origin-top-left:where([dir=ltr],[dir=ltr] *){transform-origin:top left}.ltr\:origin-top-right:where([dir=ltr],[dir=ltr] *){transform-origin:top right}.rtl\:origin-top-left:where([dir=rtl],[dir=rtl] *){transform-origin:top left}.rtl\:origin-top-right:where([dir=rtl],[dir=rtl] *){transform-origin:top right}.rtl\:flex-row-reverse:where([dir=rtl],[dir=rtl] *){flex-direction:row-reverse}@media(prefers-color-scheme:dark){.dark\:block{display:block}.dark\:hidden{display:none}.dark\:border-\[\#3E3E3A\]{--tw-border-opacity: 1;border-color:rgb(62 62 58 / var(--tw-border-opacity, 1))}.dark\:border-\[\#eeeeec\]{--tw-border-opacity: 1;border-color:rgb(238 238 236 / var(--tw-border-opacity, 1))}.dark\:border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:bg-\[\#0a0a0a\]{--tw-bg-opacity: 1;background-color:rgb(10 10 10 / var(--tw-bg-opacity, 1))}.dark\:bg-\[\#161615\]{--tw-bg-opacity: 1;background-color:rgb(22 22 21 / var(--tw-bg-opacity, 1))}.dark\:bg-\[\#1D0002\]{--tw-bg-opacity: 1;background-color:rgb(29 0 2 / var(--tw-bg-opacity, 1))}.dark\:bg-\[\#3E3E3A\]{--tw-bg-opacity: 1;background-color:rgb(62 62 58 / var(--tw-bg-opacity, 1))}.dark\:bg-\[\#eeeeec\]{--tw-bg-opacity: 1;background-color:rgb(238 238 236 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.dark\:text-\[\#1C1C1A\]{--tw-text-opacity: 1;color:rgb(28 28 26 / var(--tw-text-opacity, 1))}.dark\:text-\[\#A1A09A\]{--tw-text-opacity: 1;color:rgb(161 160 154 / var(--tw-text-opacity, 1))}.dark\:text-\[\#EDEDEC\]{--tw-text-opacity: 1;color:rgb(237 237 236 / var(--tw-text-opacity, 1))}.dark\:text-\[\#F61500\]{--tw-text-opacity: 1;color:rgb(246 21 0 / var(--tw-text-opacity, 1))}.dark\:text-\[\#FF4433\]{--tw-text-opacity: 1;color:rgb(255 68 51 / var(--tw-text-opacity, 1))}.dark\:text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.dark\:text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.dark\:shadow-\[inset_0px_0px_0px_1px_\#fffaed2d\]{--tw-shadow: inset 0px 0px 0px 1px #fffaed2d;--tw-shadow-colored: inset 0px 0px 0px 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dark\:before\:border-\[\#3E3E3A\]:before{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(62 62 58 / var(--tw-border-opacity, 1))}.dark\:hover\:border-\[\#3E3E3A\]:hover{--tw-border-opacity: 1;border-color:rgb(62 62 58 / var(--tw-border-opacity, 1))}.dark\:hover\:border-\[\#62605b\]:hover{--tw-border-opacity: 1;border-color:rgb(98 96 91 / var(--tw-border-opacity, 1))}.dark\:hover\:border-white:hover{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.dark\:hover\:bg-gray-900:hover{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.dark\:hover\:text-gray-200:hover{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-300:hover{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:focus\:border-blue-700:focus{--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity, 1))}.dark\:focus\:border-blue-800:focus{--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity, 1))}.dark\:active\:bg-gray-700:active{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:active\:text-gray-300:active{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}}
