:root{--bg-main:#fff;--bg-surface:#fff;--bg-card:#fff;--bg-card-hover:#fafafa;--bg-input:#fff;--bg-muted:#f3f4f6;--sidebar-bg:#020203;--sidebar-width:270px;--sidebar-item-hover:#ffffff0a;--sidebar-item-active:#ff80001a;--sidebar-text:#9ca3af;--sidebar-text-active:#fff;--color-primary:#ff8000;--color-primary-dark:#d96b00;--color-primary-light:#ff800014;--color-primary-rgb:255, 128, 0;--color-success:#10b981;--color-warning:#f59e0b;--color-danger:#ef4444;--color-info:#0ea5e9;--text-primary:#000;--text-secondary:#111;--text-muted:#555;--text-faint:#999;--border-light:#e5e7eb;--border-medium:#cbd5e1;--border-focus:#ff800080;--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 4px 12px #00000008, 0 1px 3px #00000005;--shadow-md:0 12px 24px #0000000f, 0 4px 8px #00000005;--shadow-lg:0 20px 32px #00000012, 0 8px 16px #00000008;--shadow-xl:0 30px 60px #0000001f;--radius-xs:4px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--ease-snappy:all .15s cubic-bezier(.4, 0, .2, 1);--ease-spring:all .3s cubic-bezier(.16, 1, .3, 1);--bg-obsidian:var(--bg-surface);--color-border:var(--border-light);--color-border-hover:var(--border-focus);--border-glass:var(--border-light);--shadow-premium:var(--shadow-sm);--shadow-hover:var(--shadow-md);--blur-glass:0px;--transition-smooth:var(--ease-snappy);--transition-premium:var(--ease-spring);--glow-orange:0 4px 14px #ff80001a;--glow-orange-strong:0 8px 25px #ff80002e}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:focus,:focus-within,:active{outline:none!important}button:focus,button:active{box-shadow:none!important;-webkit-tap-highlight-color:transparent!important;outline:none!important}a:focus,a:active{box-shadow:none!important;outline:none!important}input:focus,select:focus,textarea:focus{outline:none!important}[role=button]:focus,[role=button]:active{box-shadow:none!important;outline:none!important}:focus-visible{outline-offset:2px;outline:2px solid var(--color-primary)!important}button:focus-visible{outline:none!important;box-shadow:0 0 0 3px #ff80004d!important}html{height:100%}body{background:var(--bg-main);color:var(--text-primary);font-family:var(--font-inter), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;overscroll-behavior-y:none;height:100%;min-height:100vh;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,.logo-text,.btn-primary,.step-label,.column-title{font-family:var(--font-outfit), sans-serif;letter-spacing:-.015em}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.animate-fade{animation:fadeIn .3s var(--ease-spring) forwards}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:.8s linear infinite spin}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.crm-shell{flex-direction:column;height:100vh;padding-top:58px;display:flex;overflow:hidden}.crm-top-bar{height:58px;box-shadow:var(--shadow-xs);z-index:400;flex-shrink:0;justify-content:space-between;align-items:center;padding:0 1rem 0 .75rem;display:flex;position:fixed;top:0;left:0;right:0;background:var(--bg-surface)!important;border-bottom:1px solid var(--border-light)!important}.topbar-dropdown{border-radius:var(--radius-md);z-index:1000;width:320px;animation:.18s cubic-bezier(.16,1,.3,1) forwards dropdown-fade-in;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;background:var(--bg-surface)!important;border:1px solid var(--border-light)!important;box-shadow:var(--shadow-lg)!important}@keyframes dropdown-fade-in{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.topbar-dropdown-header{border-bottom:1px solid var(--border-light);background:var(--bg-muted);justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.topbar-dropdown-header span{text-transform:uppercase;letter-spacing:.8px;font-size:.72rem;font-weight:800;color:var(--text-muted)!important}.topbar-dropdown-body{max-height:360px;overflow-y:auto}.topbar-dropdown-empty{text-align:center;color:var(--text-muted);padding:1.5rem 1rem;font-size:.78rem}.topbar-dropdown-item{border-bottom:1px solid var(--border-light);cursor:pointer;text-align:left;flex-direction:column;gap:3px;padding:.85rem 1rem;transition:background .12s;display:flex}.topbar-dropdown-item:last-child{border-bottom:none}.topbar-dropdown-item:hover{background:var(--bg-card-hover)!important}.topbar-dropdown-item.unread{background:#ff80000a!important}.topbar-dropdown-item.unread:hover{background:#ff800014!important}.topbar-dropdown-item-title{color:var(--text-primary);font-size:.78rem;font-weight:800}.topbar-dropdown-item-desc{color:var(--text-muted);font-size:.72rem;line-height:1.4}.topbar-dropdown-item-time{color:var(--text-faint);margin-top:2px;font-size:.64rem}.crm-content-layout{flex:1;display:flex;overflow:hidden}.crm-sidebar{width:var(--sidebar-width);min-width:var(--sidebar-width);background:var(--sidebar-bg);z-index:300;border-right:1px solid #ff800014;flex-direction:column;height:calc(100vh - 58px);display:flex;position:fixed;top:58px;left:0;overflow:hidden}.sidebar-logo{border-bottom:1px solid #ffffff0f;flex-shrink:0;align-items:center;gap:.7rem;padding:1.5rem 1.3rem;display:flex}.sidebar-logo-icon{border-radius:var(--radius-md);background:linear-gradient(135deg,#ff8000 0%,#ff4500 100%);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 0 15px #ff800059}.sidebar-logo-text{flex-direction:column;line-height:1.1;display:flex}.sidebar-brand{font-family:var(--font-outfit), sans-serif;color:#fff;letter-spacing:.05em;text-transform:uppercase;font-size:.84rem;font-weight:900}.sidebar-sub{color:var(--color-primary);text-transform:uppercase;letter-spacing:2px;font-size:.62rem;font-weight:700}.sidebar-nav{flex-direction:column;flex:1;gap:4px;padding:1.25rem .75rem;display:flex;overflow-y:auto}.sidebar-nav-item{border-radius:var(--radius-md);color:var(--sidebar-text);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.7rem;width:100%;padding:.65rem .95rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.sidebar-nav-item:hover{background:var(--sidebar-item-hover);color:#fff;transform:translate(3px)}.sidebar-nav-item:hover svg{color:#ff952b;filter:drop-shadow(0 0 4px #ff800059)}.sidebar-nav-item.active{color:#ff952b;border-left:3px solid var(--color-primary);background:linear-gradient(90deg,#ff80001f 0%,#ff800005 100%);padding-left:calc(.95rem - 3px);font-weight:700;box-shadow:inset 1px 0 #ff80001a}.sidebar-nav-item.active svg{color:#ff8000;filter:drop-shadow(0 0 5px #ff800080)}.sidebar-nav-item:focus,.sidebar-nav-item:focus-visible,.sidebar-nav-item:active{outline:none!important;box-shadow:inset 1px 0 #ff80001a!important}.sidebar-footer{background:linear-gradient(#0000 0%,#0000004d 100%);border-top:1px solid #ffffff0f;flex-shrink:0;align-items:center;gap:.6rem;padding:1rem;display:flex}.sidebar-user{border-radius:var(--radius-md);background:#ffffff08;border:1px solid #ffffff0d;flex:1;align-items:center;gap:.6rem;min-width:0;padding:.4rem .6rem;display:flex}.sidebar-avatar{color:#fff;background:linear-gradient(135deg,#ff8000 0%,#d96b00 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.72rem;font-weight:800;display:flex;box-shadow:0 0 10px #ff800033}.sidebar-user-info{flex-direction:column;min-width:0;display:flex}.sidebar-user-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.76rem;font-weight:700;overflow:hidden}.sidebar-user-email{color:var(--sidebar-text);white-space:nowrap;text-overflow:ellipsis;font-size:.62rem;overflow:hidden}.sidebar-logout{color:var(--sidebar-text);border-radius:var(--radius-sm);cursor:pointer;width:28px;height:28px;transition:var(--ease-snappy);background:0 0;border:1px solid #ffffff14;flex-shrink:0;justify-content:center;align-items:center;display:flex}.sidebar-logout:hover{color:#f87171;background:#ef444426;border-color:#ef44444d}.crm-main{margin-left:var(--sidebar-width);flex-direction:column;flex:1;min-width:0;height:calc(100vh - 58px);display:flex;overflow:hidden auto;background:var(--bg-main)!important}.app-container{flex:1;padding:0;background:var(--bg-main)!important}.app-header{z-index:100;flex-shrink:0;justify-content:space-between;align-items:center;height:58px;padding:0 1.75rem;display:flex;position:sticky;top:0;background:var(--bg-surface)!important;border-bottom:1px solid var(--border-light)!important;box-shadow:var(--shadow-xs)!important}.logo-section{align-items:center;gap:.6rem;display:flex}.logo-text{letter-spacing:-.02em;color:var(--text-primary);font-size:1.15rem;font-weight:700}.logo-text span{color:var(--color-primary)}.page-body{flex:1;padding:1.5rem 1.75rem;background:var(--bg-main)!important}.page-title-row{justify-content:space-between;align-items:center;margin-bottom:1.4rem;display:flex}.page-title{font-family:var(--font-outfit), sans-serif;color:var(--text-primary);letter-spacing:-.02em;font-size:1.5rem;font-weight:800}.page-subtitle{color:var(--text-muted);margin-top:1px;font-size:.8rem}.btn-primary{background:var(--color-primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;transition:var(--ease-snappy);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.45rem;padding:.5rem 1.15rem;font-size:.84rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 1px 4px #ff800033}.btn-primary:hover{background:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px #ff800047}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:var(--bg-surface);color:var(--text-secondary);border:1px solid var(--border-light);border-radius:var(--radius-sm);cursor:pointer;transition:var(--ease-snappy);box-shadow:var(--shadow-xs);white-space:nowrap;justify-content:center;align-items:center;gap:.45rem;padding:.5rem 1.15rem;font-size:.84rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-secondary:hover{background:var(--bg-muted);border-color:var(--border-medium);transform:translateY(-1px)}.btn-secondary:active{transform:translateY(0)}.btn-icon{border-radius:var(--radius-sm);border:1px solid var(--border-light);background:var(--bg-surface);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;transition:var(--ease-snappy);box-shadow:var(--shadow-xs);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.btn-icon:hover{background:var(--color-primary-light);color:var(--color-primary);border-color:#ff80004d}.btn-icon.whatsapp{color:var(--color-success);border-color:#16a34a4d}.btn-icon.whatsapp:hover{border-color:var(--color-success);background:#16a34a14}.kpi-row{grid-template-columns:repeat(5,1fr);gap:.85rem;margin-bottom:1.25rem;display:grid}@media (max-width:1300px){.kpi-row{grid-template-columns:repeat(3,1fr)}}@media (max-width:1000px){.kpi-row{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.kpi-row{grid-template-columns:1fr 1fr;gap:.6rem}}.kpi-card{border-radius:var(--radius-md);transition:var(--ease-snappy);padding:1rem 1.1rem;position:relative;overflow:hidden;background:var(--bg-surface)!important;border:1px solid var(--border-light)!important;box-shadow:none!important;border-top:2.5px solid #0000!important}.kpi-card:hover{border-color:var(--border-medium)!important;box-shadow:0 4px 16px #0000000d!important}.kpi-content{justify-content:space-between;align-items:center;width:100%;display:flex}.kpi-icon-box{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.kpi-metrics{flex-direction:column;gap:2px;display:flex}.kpi-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.7px;font-size:.67rem;font-weight:600}.kpi-value{font-family:var(--font-outfit), sans-serif;color:var(--text-primary);letter-spacing:-.03em;font-size:1.35rem;font-weight:800;line-height:1.1}.tabs-container-row{margin-bottom:1.25rem}.tabs-row{border-bottom:2px solid var(--border-light);scrollbar-width:none;gap:0;display:flex;overflow-x:auto}.tabs-row::-webkit-scrollbar{display:none}.tab-trigger{color:var(--text-muted);cursor:pointer;transition:var(--ease-snappy);white-space:nowrap;background:0 0;border:none;border-bottom:2.5px solid #0000;flex-shrink:0;align-items:center;gap:7px;margin-bottom:-2px;padding:.65rem 1.1rem;font-size:.82rem;font-weight:600;display:flex}.tab-trigger:hover{color:var(--text-secondary)}.tab-trigger.active{color:var(--color-primary);border-bottom-color:var(--color-primary);font-weight:700}.crm-search{background:var(--bg-muted);border:1px solid var(--border-light);border-radius:var(--radius-sm);min-width:240px;height:36px;transition:var(--ease-snappy);align-items:center;gap:.5rem;padding:0 .85rem;display:flex}.crm-search:focus-within{background:var(--bg-surface);border-color:var(--color-primary);box-shadow:0 0 0 3px #ff80001a}.crm-search input{color:var(--text-primary);-webkit-user-select:text;user-select:text;background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:.83rem}.crm-search input::placeholder{color:var(--text-faint)}.header-search-container{width:260px;transition:var(--ease-snappy);position:relative}.header-search-input{border-radius:var(--radius-sm);border:1px solid var(--border-light);background:var(--bg-muted);width:100%;color:var(--text-primary);transition:var(--ease-snappy);outline:none;padding:.45rem .6rem .45rem 2.1rem;font-size:.82rem}.header-search-input:focus{border-color:var(--color-primary);background:var(--bg-surface);box-shadow:0 0 0 3px #ff800026}.header-search-icon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.glass-card{border-radius:var(--radius-md);transition:var(--ease-snappy);padding:1.4rem;background:var(--bg-surface)!important;border:1px solid var(--border-light)!important;box-shadow:var(--shadow-xs)!important}.glass-card:hover{box-shadow:0 8px 24px #0000000d!important}.showroom-cards-grid{grid-template-columns:repeat(auto-fill,minmax(295px,1fr));gap:1.1rem;display:grid}.showroom-card{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:var(--ease-spring);border-top:3.5px solid #0000;position:relative;overflow:hidden}.showroom-card.giver{border-top-color:var(--color-primary)}.showroom-card.buyer{border-top-color:var(--color-info)}.showroom-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.showroom-card.giver:hover{border-color:#ff800040}.showroom-card.buyer:hover{border-color:#0ea5e940}.hsrp-plate{color:#111;font-family:var(--font-outfit), "Arial Black", sans-serif;letter-spacing:1.2px;-webkit-user-select:none;user-select:none;background:#fff;border:1.5px solid #1a1a1a;border-radius:3px;align-items:center;padding:.18rem .45rem;font-size:.76rem;font-weight:900;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 1px 4px #00000014}.hsrp-plate:before{content:"IND";color:#fff;writing-mode:vertical-lr;background:#0f4c81;justify-content:center;align-items:center;width:13px;height:100%;font-size:.38rem;font-weight:900;display:flex;position:absolute;top:0;left:0}.hsrp-plate-sticker{background:#94a3b8;border:.5px solid #475569;border-radius:50%;width:4px;height:4px;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.hsrp-plate-text{margin-left:18px}.inline-timeline{justify-content:space-between;align-items:center;margin:.8rem 0;padding:.2rem 0;display:flex;position:relative}.inline-timeline:before{content:"";background:var(--border-light);z-index:1;height:2px;position:absolute;left:8px;right:8px}.inline-timeline-track{background:var(--color-primary);z-index:2;height:2px;transition:var(--ease-spring);position:absolute;left:8px}.inline-timeline-node{background:var(--bg-surface);border:2px solid var(--border-medium);z-index:3;cursor:pointer;width:16px;height:16px;transition:var(--ease-snappy);border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.inline-timeline-node:hover{border-color:var(--color-primary);transform:scale(1.25)}.inline-timeline-node.completed{background:var(--color-primary);border-color:var(--color-primary)}.inline-timeline-node.active{background:var(--bg-surface);border-color:var(--color-primary);box-shadow:0 0 0 3px #ff80002e}.node-tooltip{visibility:hidden;color:#fff;white-space:nowrap;opacity:0;pointer-events:none;z-index:10;background:#0f172a;border-radius:4px;padding:4px 8px;font-size:.65rem;font-weight:600;transition:opacity .15s,transform .15s;position:absolute;bottom:140%;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}.node-tooltip:after{content:"";border:4px solid #0000;border-top-color:#0f172a;position:absolute;top:100%;left:50%;transform:translate(-50%)}.inline-timeline-node:hover .node-tooltip{visibility:visible;opacity:1}.dual-profile-grid{background:var(--bg-muted);border-radius:var(--radius-sm);border:1px solid var(--border-light);grid-template-columns:1fr 1fr;gap:.8rem;padding:.6rem;display:grid}.profile-cell{flex-direction:column;gap:2px;display:flex}.profile-cell-header{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.6rem;font-weight:700}.profile-cell-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:700;overflow:hidden}.modal-overlay{-webkit-backdrop-filter:blur(3px);z-index:1000;background:#1118278c;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1.5rem;animation:.2s forwards fadeIn;display:flex;position:fixed;top:0;left:0}.modal-content{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);width:100%;max-height:90vh;box-shadow:var(--shadow-xl);overflow-y:auto}.modal-header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.modal-close{background:var(--bg-muted);border:1px solid var(--border-light);color:var(--text-muted);cursor:pointer;width:30px;height:30px;transition:var(--ease-snappy);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.modal-close:hover{color:var(--color-danger);background:#fee2e2;border-color:#fca5a5}.modal-overlay.fullscreen-dossier{background:var(--bg-main);-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}.modal-content.fullscreen-dossier{border:none;border-radius:0;flex-direction:column;display:flex;max-width:100%!important;height:100vh!important;max-height:100vh!important}.fullscreen-dossier .modal-header{border-bottom:1px solid var(--border-light);background:var(--bg-surface);z-index:10;box-shadow:var(--shadow-xs);margin-bottom:0;padding:1rem 2rem;position:sticky;top:0}.form-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:640px){.form-grid{grid-template-columns:1fr}}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group.full-width{grid-column:span 2}@media (max-width:640px){.form-group.full-width{grid-column:span 1}}.form-group label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:.72rem;font-weight:800}.form-group label span{color:var(--color-primary)}.form-group input,.form-group select,.form-group textarea{background:var(--bg-input);border:1px solid var(--border-light);color:var(--text-primary);border-radius:var(--radius-sm);transition:var(--ease-snappy);-webkit-user-select:text;user-select:text;outline:none;padding:.6rem .85rem;font-family:inherit;font-size:16px}.form-group input:hover,.form-group select:hover{border-color:var(--border-medium)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #ff80001a}.condition-selector-group{background:var(--bg-muted);border-radius:var(--radius-sm);border:1px solid var(--border-light);grid-template-columns:repeat(3,1fr);padding:3px;display:grid}.condition-btn{color:var(--text-muted);border-radius:var(--radius-xs);cursor:pointer;transition:var(--ease-snappy);text-align:center;background:0 0;border:none;padding:.4rem;font-size:.73rem;font-weight:700}.condition-btn.selected-good{background:var(--bg-surface);color:var(--color-success);box-shadow:var(--shadow-xs)}.condition-btn.selected-fair{background:var(--bg-surface);color:var(--color-primary);box-shadow:var(--shadow-xs)}.condition-btn.selected-poor{background:var(--bg-surface);color:var(--color-danger);box-shadow:var(--shadow-xs)}.signature-box-container{border:1px solid var(--border-light);background:var(--bg-muted);border-radius:var(--radius-md);padding:1rem}.signature-canvas-canvas{background:var(--bg-surface);border:1.5px dashed var(--border-medium);border-radius:var(--radius-sm);cursor:crosshair;touch-action:none}.signature-meta{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.steps-indicator{background:var(--bg-surface);border-radius:var(--radius-md);border:1px solid var(--border-light);box-shadow:var(--shadow-xs);justify-content:space-between;align-items:center;margin-bottom:1.75rem;padding:.8rem 1.5rem;display:flex}.step-item{opacity:.4;transition:var(--ease-snappy);align-items:center;gap:.4rem;display:flex}.step-item.active{opacity:1}.step-item.completed{opacity:.75}.step-number{background:var(--bg-muted);border:1px solid var(--border-medium);width:24px;height:24px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;font-size:.72rem;font-weight:700;display:flex}.step-item.active .step-number{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.step-item.completed .step-number{border-color:var(--color-primary);color:var(--color-primary);background:#ff80001a}.step-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.4px;font-size:.68rem;font-weight:700}.step-item.active .step-label{color:var(--color-primary)}.toast{background:var(--bg-surface);border:1px solid var(--border-light);color:var(--text-primary);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:10000;animation:fadeIn .25s var(--ease-spring) forwards;align-items:center;gap:8px;max-width:360px;padding:.75rem 1.25rem;font-size:.84rem;font-weight:600;display:flex;position:fixed;bottom:1.75rem;right:1.75rem}.toast.success{border-left:3px solid var(--color-success)}.toast.error{border-left:3px solid var(--color-danger)}.terms-scrollbox{border:1px solid var(--border-light);background:var(--bg-muted);border-radius:var(--radius-sm);max-height:240px;padding:1rem;overflow-y:auto}.lead-status-badge{border-radius:var(--radius-full);letter-spacing:.4px;text-transform:uppercase;padding:.12rem .48rem;font-size:.62rem;font-weight:800;display:inline-block;white-space:nowrap!important}.lead-status-badge.new_lead{color:#ff8000!important;background:#ff800014!important;border:1px solid #ff80002e!important}.lead-status-badge.contacted{color:#6366f1!important;background:#6366f114!important;border:1px solid #6366f12e!important}.lead-status-badge.follow_up{color:#a855f7!important;background:#a855f714!important;border:1px solid #a855f72e!important}.lead-status-badge.hot_lead{color:#f43f5e!important;background:#f43f5e14!important;border:1px solid #f43f5e2e!important}.lead-status-badge.cold_lead{color:#0d9488!important;background:#0d948814!important;border:1px solid #0d94882e!important}.lead-status-badge.lost_lead{color:#4b5563!important;background:#4b556314!important;border:1px solid #4b55632e!important}.lead-status-badge.converted{color:#10b981!important;background:#10b98114!important;border:1px solid #10b9812e!important}.lead-status-badge.seller{color:var(--color-primary)!important;background:#ff80001a!important;border:1px solid #ff800033!important}.lead-status-badge.buyer{color:var(--color-info)!important;background:#0284c71a!important;border:1px solid #0284c733!important}.buyer-pagination{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-md);box-shadow:var(--shadow-xs);justify-content:center;align-items:center;gap:.75rem;margin-top:1.75rem;padding:.85rem;display:flex}.buyer-pagination-btn{background:var(--bg-muted);border:1px solid var(--border-light);color:var(--text-primary);border-radius:var(--radius-sm);cursor:pointer;transition:var(--ease-snappy);align-items:center;gap:5px;padding:.45rem .95rem;font-size:.82rem;font-weight:700;display:inline-flex}.buyer-pagination-btn:disabled{opacity:.35;cursor:not-allowed}.buyer-pagination-btn:not(:disabled):hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.buyer-pagination-count{color:var(--text-muted);text-align:center;min-width:90px;font-size:.8rem;font-weight:600}@media (max-width:768px){.crm-sidebar{width:64px!important;min-width:64px!important;height:calc(100vh - 58px)!important;display:flex!important;top:58px!important}.crm-sidebar .sidebar-logo{justify-content:center!important;padding:.75rem .25rem!important}.crm-sidebar .sidebar-logo-text{display:none!important}.crm-sidebar .sidebar-nav-item{justify-content:center!important;gap:0!important;padding:.65rem 0!important}.crm-sidebar .sidebar-nav-item span{display:none!important}.crm-sidebar .sidebar-nav-item .sidebar-badge{min-width:14px!important;height:14px!important;padding:1px 4px!important;font-size:.55rem!important;position:absolute!important;top:2px!important;right:8px!important}.crm-sidebar [style*="margin: 0 0.85rem 0.5rem 0.85rem"],.crm-sidebar .sidebar-footer,.crm-sidebar [style*="Version 1.2.0"],.crm-sidebar [style*=v1\.2]{display:none!important}.crm-main{width:calc(100vw - 64px)!important;max-width:calc(100vw - 64px)!important;margin-left:64px!important;overflow-x:hidden!important}.mobile-bottom-nav{display:none!important}.app-container{width:100%!important;max-width:100%!important;padding-bottom:2rem!important}.tabs-container-row,.header-brand-sub,.header-new-lead-text{display:none!important}.header-new-lead-btn{border-radius:50%!important;justify-content:center!important;width:32px!important;min-width:32px!important;height:32px!important;padding:0!important}.modal-overlay.fullscreen-dossier{width:100vw!important;height:100dvh!important;pointer-events:auto!important;z-index:99999!important;height:-webkit-fill-available!important;display:block!important;position:fixed!important;inset:0!important;overflow:hidden!important}.modal-content.fullscreen-dossier{pointer-events:auto!important;border:none!important;border-radius:0!important;flex-direction:column!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;padding:0!important;display:flex!important;position:absolute!important;top:0!important;left:0!important;overflow:hidden!important}.fullscreen-dossier .modal-header{flex-direction:column!important;flex-shrink:0!important;align-items:flex-start!important;gap:8px!important;padding:.75rem 1rem!important}.fullscreen-dossier .modal-header>div:last-child{flex-wrap:wrap!important;gap:6px!important;width:100%!important;display:flex!important}.fullscreen-dossier .modal-header h2{font-size:1.15rem!important}.fullscreen-dossier .modal-header select{width:100%!important;max-width:100%!important}.fullscreen-dossier .modal-body{-webkit-overflow-scrolling:touch!important;height:calc(100dvh - 165px)!important;max-height:calc(100dvh - 165px)!important;padding:1rem!important;display:block!important;overflow-y:scroll!important}.fullscreen-dossier .modal-body :not(table):not(thead):not(tbody):not(tr):not(th):not(td){max-width:100%!important}.dossier-tab-bar{scrollbar-width:none;-webkit-overflow-scrolling:touch;white-space:nowrap!important;justify-content:flex-start!important;gap:6px!important;overflow-x:auto!important}.dossier-tab-bar::-webkit-scrollbar{display:none}.dossier-tab-btn{flex:none!important;min-width:125px!important;padding:.55rem .25rem!important}.fullscreen-dossier div[style*=grid-template-columns],.fullscreen-dossier div[style*=gridTemplateColumns]{grid-template-columns:1fr!important;gap:.75rem!important}.crm-table th,.crm-table td{white-space:nowrap!important;font-size:.76rem!important}.glass-card>div[style*=overflow]{-webkit-overflow-scrolling:touch!important;overflow-x:auto!important}}@media (min-width:769px) and (max-width:920px){.crm-sidebar{width:200px!important;min-width:200px!important;height:calc(100vh - 58px)!important;display:flex!important;top:58px!important}.crm-sidebar .sidebar-logo{justify-content:flex-start!important;padding:1rem!important}.crm-sidebar .sidebar-logo-icon{width:28px!important;height:28px!important}.crm-sidebar .sidebar-logo-text,.crm-sidebar .sidebar-nav-item span{display:block!important}.crm-sidebar .sidebar-nav{gap:10px!important;padding:.75rem .6rem!important}.crm-sidebar .sidebar-nav-item{justify-content:flex-start!important;align-items:center!important;gap:.75rem!important;padding:.68rem .85rem!important;font-size:.82rem!important;display:flex!important}.crm-sidebar .sidebar-nav-item svg{flex-shrink:0!important;width:18px!important;height:18px!important}.crm-main{width:calc(100vw - 200px)!important;max-width:calc(100vw - 200px)!important;margin-left:200px!important}.app-header{height:48px!important;padding:0 .75rem!important}.mobile-bottom-nav{display:none!important}.modal-overlay.fullscreen-dossier{width:100vw!important;height:100dvh!important;z-index:99999!important;height:-webkit-fill-available!important;display:block!important;position:fixed!important;inset:0!important;overflow:hidden!important}.modal-content.fullscreen-dossier{border-radius:0!important;flex-direction:column!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;padding:0!important;display:flex!important;position:absolute!important;top:0!important;left:0!important;overflow:hidden!important}.fullscreen-dossier .modal-header{flex-shrink:0!important;gap:6px!important;padding:.5rem .75rem!important}.fullscreen-dossier .modal-header h2{font-size:1rem!important}.fullscreen-dossier .modal-header p{font-size:.68rem!important}.fullscreen-dossier .modal-body{-webkit-overflow-scrolling:touch!important;flex:none!important;height:calc(100dvh - 160px)!important;max-height:calc(100dvh - 160px)!important;padding:.75rem!important;display:block!important;overflow-y:scroll!important}.dossier-tab-bar{scrollbar-width:none;-webkit-overflow-scrolling:touch;white-space:nowrap!important;justify-content:flex-start!important;gap:4px!important;overflow-x:auto!important}.dossier-tab-bar::-webkit-scrollbar{display:none}.dossier-tab-btn{min-width:110px!important;padding:.45rem .2rem!important}}@media (min-width:769px){.mobile-bottom-nav{display:none}}.mobile-bottom-nav-item{cursor:pointer;transition:var(--ease-snappy);border-radius:var(--radius-sm);background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;min-height:50px;padding:.35rem .1rem;display:flex}.mobile-bottom-nav-item.active{color:var(--color-primary)}.mobile-bottom-nav-item:not(.active){color:var(--text-muted)}.mobile-bottom-nav-item:active{background:#ff80000f;transform:scale(.93)}.mobile-bottom-nav-item:focus,.mobile-bottom-nav-item:focus-visible{box-shadow:none!important;outline:none!important}.mobile-nav-icon{justify-content:center;align-items:center;width:22px;height:22px;display:flex;position:relative}.mobile-nav-badge{background:var(--color-primary);color:#fff;border:1.5px solid var(--bg-surface);border-radius:7px;justify-content:center;align-items:center;min-width:14px;height:14px;padding:0 3px;font-size:.5rem;font-weight:900;display:flex;position:absolute;top:-5px;right:-7px}.mobile-nav-label{letter-spacing:.2px;text-align:center;font-size:.55rem;font-weight:700;line-height:1.1}.hud-divider{background:var(--border-light)!important}.dashboard-analytics-grid{grid-template-columns:1.35fr 1fr;align-items:start;gap:1rem;display:grid}.dashboard-analytics-grid-three{grid-template-columns:repeat(3,1fr);align-items:start;gap:1rem;display:grid}@media (max-width:1024px){.dashboard-analytics-grid,.dashboard-analytics-grid-three{grid-template-columns:1fr;gap:.85rem}}.dashboard-widget-card{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-md);box-shadow:none;flex-direction:column;height:auto;padding:1.1rem 1.15rem;display:flex}.widget-title{font-family:var(--font-outfit), sans-serif;color:var(--text-primary);letter-spacing:-.01em;text-transform:uppercase;letter-spacing:.4px;margin-bottom:1px;font-size:.9rem;font-weight:700}.widget-desc{color:var(--text-muted);margin-bottom:.9rem;font-size:.72rem;font-weight:500}.pipeline-breakdown{flex-direction:column;flex:1;justify-content:center;gap:.65rem;display:flex}.pipeline-item{background:var(--bg-main);border:1px solid var(--border-light);border-radius:var(--radius-sm);transition:var(--ease-snappy);justify-content:space-between;align-items:center;padding:.55rem .75rem;display:flex}.pipeline-item:hover{border-color:var(--border-medium);transform:translate(3px)}.pipeline-item-info{align-items:center;gap:.6rem;display:flex}.pipeline-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.pipeline-label{color:var(--text-secondary);font-size:.8rem;font-weight:700}.pipeline-badge{border-radius:var(--radius-full);padding:.15rem .6rem;font-size:.72rem;font-weight:800}.quick-actions-list{flex-direction:column;flex:1;justify-content:center;gap:.75rem;display:flex}.quick-action-btn{border:1px solid var(--border-glass);cursor:pointer;text-align:left;box-sizing:border-box;background:#fff;border-radius:12px;align-items:center;gap:1.25rem;width:100%;padding:1rem 1.25rem;transition:all .2s ease-in-out;display:flex;box-shadow:0 1px 3px #00000005}.quick-action-btn.primary{background:linear-gradient(135deg,#ff730003 0%,#ff73000d 100%);border-color:#ff730038}.quick-action-btn.primary:hover{background:linear-gradient(135deg,#ff73000a 0%,#ff730017 100%);border-color:#ff730066;transform:translateY(-2px);box-shadow:0 6px 20px #ff730014}.quick-action-btn.secondary{border-color:var(--border-glass);background:#fff}.quick-action-btn.secondary:hover{border-color:var(--border-medium);transform:translateY(-2px);box-shadow:0 6px 20px #0000000a}.quick-action-icon-wrapper{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.quick-action-btn.primary .quick-action-icon-wrapper{color:var(--color-primary);background:#ff73001a}.quick-action-btn.secondary.buyer-btn .quick-action-icon-wrapper{color:#3b82f6;background:#3b82f61a}.quick-action-btn.secondary.enquiry-btn .quick-action-icon-wrapper{color:#8b5cf6;background:#8b5cf61a}.quick-action-btn svg{flex-shrink:0;width:18px;height:18px}.quick-action-btn div{flex-direction:column;gap:2px;display:flex}.quick-action-btn div strong{font-size:.88rem;font-weight:800}.quick-action-btn.primary div strong{color:var(--color-primary)}.quick-action-btn.secondary div strong{color:var(--text-primary)}.quick-action-btn div span{color:var(--text-muted);font-size:.72rem;font-weight:600}.sources-breakdown{flex-direction:column;flex:1;gap:.6rem;display:flex}.source-item{align-items:center;gap:.65rem;font-size:.75rem;display:flex}.source-item-meta{flex-shrink:0;align-items:center;gap:.45rem;width:70px;display:flex}.source-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.source-name{color:var(--text-secondary);font-weight:700}.source-bar-wrapper{background:var(--bg-main);border-radius:3px;flex:1;height:6px;overflow:hidden}.source-bar-fill{border-radius:3px;height:100%}.source-pct{color:var(--text-primary);text-align:right;flex-shrink:0;width:50px;font-weight:750}.recent-leads-feed{flex-direction:column;flex:1;gap:.75rem;display:flex}.feed-item{border-radius:var(--radius-sm);transition:var(--ease-snappy);align-items:center;gap:.65rem;padding:.5rem;display:flex}.feed-item:hover{background:var(--bg-main)}.feed-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.72rem;font-weight:800;display:flex}.feed-info{flex-direction:column;flex:1;min-width:0;line-height:1.2;display:flex}.feed-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;font-weight:750;overflow:hidden}.feed-sub{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:.68rem;overflow:hidden}.leaderboard-list{flex-direction:column;flex:1;gap:.65rem;display:flex}.leaderboard-item{background:var(--bg-main);border:1px solid var(--border-light);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;padding:.5rem .65rem;display:flex}.leaderboard-rank-meta{align-items:center;gap:.5rem;min-width:0;display:flex}.leaderboard-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;font-weight:750;overflow:hidden}.leaderboard-score{color:var(--text-muted);flex-shrink:0;font-size:.72rem;font-weight:700}.crm-table{border-collapse:collapse;text-align:left;width:100%}.crm-table th{color:#fff;text-transform:uppercase;letter-spacing:.5px;padding:1rem 1.25rem;font-size:.72rem;font-weight:800}.crm-table td{vertical-align:middle;padding:1rem 1.25rem}.crm-table-row{border-bottom:1px solid var(--border-light);cursor:pointer;background:var(--bg-surface);transition:all .15s}.crm-table-row:hover{background:#ff800008!important}.crm-filter-panel{border:1px solid var(--border-light);border-top:3px solid var(--color-primary);border-radius:var(--radius-md);background:var(--bg-surface);box-shadow:var(--shadow-sm);transition:var(--ease-spring);flex-direction:column;gap:.75rem;padding:.75rem 1.1rem;display:flex}.crm-filter-panel:hover{box-shadow:var(--shadow-md)}.crm-filter-group{background:var(--bg-muted);border:1px solid var(--border-light);border-radius:var(--radius-sm);flex-direction:column;padding:.3rem .5rem;transition:all .2s ease-in-out;display:flex}.crm-filter-group:hover{background:var(--bg-card-hover);border-color:#ff800040;box-shadow:0 4px 12px #ff80000a}.crm-filter-group:focus-within{background:var(--bg-card-hover);border-color:var(--color-primary);box-shadow:0 0 0 3px #ff800014}.crm-filter-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.8px;margin-bottom:1px;font-size:.58rem;font-weight:800;transition:color .15s}.crm-filter-group:focus-within .crm-filter-label{color:var(--color-primary)}.crm-filter-input{cursor:text;width:100%;color:var(--text-primary)!important;background:0 0!important;border:none!important;outline:none!important;padding:2px .75rem!important;font-size:.8rem!important;font-weight:700!important}.crm-filter-select{cursor:pointer;width:100%;color:var(--text-primary)!important;background:0 0!important;border:none!important;outline:none!important;padding:2px .75rem 2px 2px!important;font-size:.8rem!important;font-weight:700!important}.crm-filter-input-wrapper{align-items:center;width:100%;display:flex;position:relative}.crm-filter-grid{grid-template-columns:repeat(7,1fr);gap:.65rem;display:grid}.crm-filter-grid-span-8,.crm-filter-grid-span-4,.crm-filter-grid-span-3{grid-column:span 1}@media (max-width:1024px){.crm-filter-grid{grid-template-columns:repeat(3,1fr)}.crm-filter-grid-span-8,.crm-filter-grid-span-4,.crm-filter-grid-span-3{grid-column:span 1!important}}@media (max-width:768px){.crm-filter-grid{grid-template-columns:repeat(2,1fr)}.crm-filter-grid-span-8,.crm-filter-grid-span-4,.crm-filter-grid-span-3{grid-column:span 1!important}}@media (max-width:480px){.crm-filter-grid{grid-template-columns:1fr}.crm-filter-grid-span-8,.crm-filter-grid-span-4,.crm-filter-grid-span-3{grid-column:span 1!important}}.fullscreen-dossier-card{transition:all .3s;background:var(--bg-surface)!important;border:1px solid var(--border-light)!important;border-radius:var(--radius-lg)!important;padding:1.5rem!important;box-shadow:0 4px 20px #00000008!important}.fullscreen-dossier-card:hover{box-shadow:0 10px 30px #0000000f!important}.fullscreen-dossier-header-badge{text-transform:uppercase;letter-spacing:1.5px;border:1px solid #0000;border-radius:20px;margin-bottom:.5rem;padding:.25rem .75rem;font-size:.68rem;font-weight:900;display:inline-block}.fullscreen-dossier-header-badge.active{color:#ff8000;background:linear-gradient(135deg,#ff80001a,#ff99330d);border-color:#ff800033}.fullscreen-dossier-header-badge.completed{color:#10b981;background:linear-gradient(135deg,#10b9811a,#0596690d);border-color:#10b98133}.dossier-action-btn{cursor:pointer;border:none;border-radius:24px;align-items:center;gap:8px;padding:.6rem 1.25rem;font-size:.8rem;font-weight:800;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.dossier-action-btn:hover{transform:translateY(-1px)}.dossier-action-btn:active{transform:translateY(0)}.dossier-action-btn.call{color:#000;background:linear-gradient(135deg,#ff8000,#f93);box-shadow:0 4px 12px #ff800033}.dossier-action-btn.call:hover{box-shadow:0 6px 18px #ff80004d}.dossier-action-btn.whatsapp{color:#fff;background:linear-gradient(135deg,#25d366,#128c7e);box-shadow:0 4px 12px #25d36633}.dossier-action-btn.whatsapp:hover{box-shadow:0 6px 18px #25d3664d}.premium-select-wrapper{align-items:center;width:100%;display:flex;position:relative}.premium-select-dot{pointer-events:none;z-index:10;border-radius:50%;width:8px;height:8px;transition:all .3s;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.premium-select{width:100%;appearance:none!important;border:1px solid var(--border-glass)!important;color:var(--text-primary)!important;border-radius:var(--radius-md)!important;cursor:pointer!important;background:#fff!important;outline:none!important;padding:.65rem 2.5rem .65rem 2.4rem!important;font-size:.88rem!important;font-weight:800!important;transition:all .2s cubic-bezier(.4,0,.2,1)!important;box-shadow:0 1px 2px #00000005!important}.premium-select:hover{background:#fafafa!important;border-color:#ff800080!important}.premium-select:focus{border-color:var(--color-primary)!important;background:#fff!important;box-shadow:0 0 0 3px #ff800026,0 1px 2px #0000000d!important}.premium-select-arrow{pointer-events:none;color:var(--text-muted);z-index:10;align-items:center;transition:transform .2s,color .2s;display:flex;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.premium-select:focus+.premium-select-arrow{color:var(--color-primary);transform:translateY(-50%)rotate(180deg)}.kpi-card{position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:linear-gradient(135deg,#ffffffe6 0%,#ffffffbf 100%)!important;border:1px solid #fff9!important;transition:all .3s cubic-bezier(.2,.8,.2,1)!important;box-shadow:0 4px 20px #00000008,inset 0 1px #ffffff80!important}.kpi-card:hover{transform:translateY(-4px);border-color:#ff800040!important;box-shadow:0 12px 30px #ff800014,0 4px 12px #0000000a!important}.dashboard-widget-card{position:relative;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;border-radius:var(--radius-lg)!important;background:linear-gradient(135deg,#ffffffeb 0%,#ffffffd1 100%)!important;border:1px solid #ffffffb3!important;transition:all .3s cubic-bezier(.2,.8,.2,1)!important;box-shadow:0 10px 30px #00000008,inset 0 1px #fff9!important}.dashboard-widget-card:hover{box-shadow:0 16px 40px #0000000d,inset 0 1px #fff9!important}.widget-title{font-family:var(--font-outfit), sans-serif;background:linear-gradient(135deg, var(--text-primary) 30%, #4b5563 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;letter-spacing:-.5px!important;font-size:1.18rem!important;font-weight:900!important}.widget-desc{color:var(--text-muted)!important;margin-bottom:1.5rem!important;font-size:.78rem!important}.source-bar-wrapper{background:#0000000a!important;border:1px solid #ffffff80!important;border-radius:3px!important;height:6px!important;overflow:hidden!important}.source-bar-fill{border-radius:3px!important;height:100%!important;transition:width .8s cubic-bezier(.4,0,.2,1)!important}.pipeline-item{border-radius:var(--radius-md)!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;background:#fff6!important;border:1px solid #ffffff80!important;padding:.65rem .85rem!important;transition:all .25s cubic-bezier(.4,0,.2,1)!important}.pipeline-item:hover{transform:translate(4px);background:#fffc!important;border-color:#ff800033!important;box-shadow:0 4px 12px #00000005!important}.feed-item{transition:all .2s!important}.feed-item:hover{transform:translate(3px);background:#ff800008!important}.leaderboard-item{transition:all .2s!important}.leaderboard-item:hover{transform:translate(3px);background:#ff800008!important}.matchmaker-list{flex-direction:column;gap:.6rem;width:100%;display:flex}.matchmaker-item{border-radius:var(--radius-md);background:#ffffff73;border:1px solid #0000000a;justify-content:space-between;align-items:center;padding:.75rem .85rem;transition:all .2s;display:flex}.matchmaker-item:hover{background:#ffffffbf;border-color:#ff800026;transform:translate(2px)}.match-brand-name{font-family:var(--font-outfit), sans-serif;color:var(--text-primary);font-size:.86rem;font-weight:800}.match-stats{color:var(--text-muted);font-size:.72rem;font-weight:600}.match-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;align-items:center;gap:4px;padding:2px 8px;font-size:.62rem;font-weight:800;display:inline-flex}.match-badge.surplus{color:var(--color-success);background:#10b98114;border:1px solid #10b98126}.match-badge.partial{color:var(--color-warning);background:#f59e0b14;border:1px solid #f59e0b26}.match-badge.deficit{color:var(--color-danger);background:#ef444414;border:1px solid #ef444426;animation:2s infinite pulse-border}@keyframes pulse-border{0%{border-color:#ef444426}50%{border-color:#ef444480}to{border-color:#ef444426}}.funnel-list{flex-direction:column;gap:.7rem;width:100%;display:flex}.funnel-step{flex-direction:column;gap:.4rem;padding:.6rem 0;display:flex}.funnel-step-meta{justify-content:space-between;align-items:center;width:100%;display:flex}.funnel-step-name{color:var(--text-secondary);font-size:.76rem;font-weight:700}.funnel-step-count{font-family:var(--font-outfit), sans-serif;font-size:.74rem;font-weight:800}.funnel-bar-bg{background:#00000008;border:1px solid #fff6;border-radius:4px;height:8px;position:relative;overflow:hidden}.funnel-bar-fill{border-radius:4px;height:100%;transition:width 1s cubic-bezier(.1,.8,.2,1)}body.dark{--bg-main:#090d16;--bg-surface:#121824;--bg-card:#161d2a;--bg-card-hover:#202a3a;--bg-input:#1c2635;--bg-muted:#1c2635;--text-primary:#f3f4f6;--text-secondary:#e5e7eb;--text-muted:#9ca3af;--text-faint:#6b7280;--border-light:#ffffff14;--border-medium:#ffffff26;--border-glass:#ffffff14}body.dark .glass-card,body.dark [className*="glass-card"]{background:#121824!important;border-color:#ffffff14!important;box-shadow:0 4px 20px #00000040!important}body.dark select,body.dark input,body.dark textarea{color:#f3f4f6!important;background:#1c2635!important;border-color:#ffffff1a!important}body.dark select option{color:#f3f4f6!important;background:#121824!important}body.dark table th{color:#f3f4f6!important;background:#1c2635!important;border-color:#ffffff14!important}body.dark table td{color:#e5e7eb!important;border-color:#ffffff0f!important}body.dark .crm-table tbody tr:hover{background:#ffffff05!important}body.dark .app-header{background:#121824!important;border-bottom:1px solid #ffffff14!important}body.dark .logo-text{color:#f3f4f6!important}body.dark .kpi-card{background:linear-gradient(135deg,#161d2a 0%,#121824 100%)!important;border-color:#ffffff14!important;box-shadow:0 4px 20px #00000040,inset 0 1px #ffffff0d!important}body.dark .dashboard-widget-card{background:linear-gradient(135deg,#161d2a 0%,#121824 100%)!important;border-color:#ffffff14!important;box-shadow:0 10px 30px #0000004d,inset 0 1px #ffffff0d!important}body.dark .widget-title{background:linear-gradient(135deg,#fff 30%,#9ca3af 100%)!important;-webkit-text-fill-color:transparent!important;-webkit-background-clip:text!important}body.dark .pipeline-item{background:#ffffff08!important;border-color:#ffffff0f!important}body.dark .pipeline-item:hover{background:#ffffff0f!important;border-color:#ff800033!important}body.dark .matchmaker-item{background:#ffffff08!important;border-color:#ffffff0f!important}body.dark .matchmaker-item:hover{background:#ffffff0f!important;border-color:#ff800033!important}body.dark .source-bar-wrapper{background:#ffffff0d!important;border-color:#ffffff14!important}body.dark select option{color:#f3f4f6!important;background-color:#121824!important}body.dark .crm-sidebar{border-right:1px solid #ffffff0d!important}.whatsapp-preview-container{transition:background .3s;background:#efeae2!important}.whatsapp-preview-bubble{transition:background .3s,color .3s;color:#303030!important;word-break:break-word!important;overflow-wrap:break-word!important;background:#fff!important}body.dark .whatsapp-preview-container{background:#0b141a!important}body.dark .whatsapp-preview-bubble{color:#e9edef!important;word-break:break-word!important;overflow-wrap:break-word!important;background:#1f2c34!important;box-shadow:0 1px 3px #00000040!important}body.dark .fullscreen-dossier [style*="background: #ffffff"],body.dark .fullscreen-dossier [style*="background:#ffffff"],body.dark .fullscreen-dossier [style*="background: white"],body.dark .fullscreen-dossier [style*=background\:white],body.dark .fullscreen-dossier [style*="background-color: #ffffff"],body.dark .fullscreen-dossier [style*="background-color:#ffffff"],body.dark .fullscreen-dossier [style*="background-color: white"],body.dark .fullscreen-dossier [style*=background-color\:white],body.dark .fullscreen-dossier [style*="background: rgb(255, 255, 255)"],body.dark .fullscreen-dossier [style*="background:rgb(255,255,255)"],body.dark .fullscreen-dossier [style*="background-color: rgb(255, 255, 255)"],body.dark .fullscreen-dossier [style*="background-color:rgb(255,255,255)"],body.dark .fullscreen-dossier [style*="background: #fbfbfd"],body.dark .fullscreen-dossier [style*="background:#fbfbfd"],body.dark .fullscreen-dossier [style*="background-color: #fbfbfd"],body.dark .fullscreen-dossier [style*="background-color:#fbfbfd"]{background:var(--bg-card)!important;background-color:var(--bg-card)!important;color:var(--text-primary)!important}body.dark .fullscreen-dossier [style*="color: #000000"],body.dark .fullscreen-dossier [style*="color:#000000"],body.dark .fullscreen-dossier [style*="color: #111111"],body.dark .fullscreen-dossier [style*="color:#111111"],body.dark .fullscreen-dossier [style*="color: #1f2937"],body.dark .fullscreen-dossier [style*="color:#1f2937"],body.dark .fullscreen-dossier [style*="color: #374151"],body.dark .fullscreen-dossier [style*="color:#374151"]{color:var(--text-primary)!important}body.dark .fullscreen-dossier [style*="color: #4b5563"],body.dark .fullscreen-dossier [style*="color:#4b5563"],body.dark .fullscreen-dossier [style*="color: #6b7280"],body.dark .fullscreen-dossier [style*="color:#6b7280"]{color:var(--text-muted)!important}body.dark .fullscreen-dossier [style*="border-color: var(--border-light)"],body.dark .fullscreen-dossier [style*="border-color:#e5e7eb"]{border-color:var(--border-light)!important}.support-workspace-grid{grid-template-columns:280px 1fr;gap:1.25rem;display:grid}.support-workspace-columns{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}@media (max-width:1280px){.support-workspace-columns{grid-template-columns:1fr;gap:1rem}.support-workspace-grid{grid-template-columns:250px 1fr;gap:1rem}}@media (max-width:768px){.support-workspace-grid{grid-template-columns:1fr}}.voucher-row{border-radius:8px;grid-template-columns:72px 1fr 1fr;align-items:center;gap:10px;width:100%;margin-bottom:2px;padding:8px 10px;transition:all .2s;display:grid}.voucher-btn span{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.voucher-badge{text-transform:uppercase;letter-spacing:.6px;text-align:center;border-radius:6px;flex-shrink:0;grid-column:1;justify-content:center;align-items:center;min-width:72px;height:24px;padding:4px 6px;font-size:.65rem;font-weight:800;display:inline-flex}.voucher-btn{cursor:pointer;white-space:nowrap;text-overflow:ellipsis;border-radius:6px;justify-content:center;align-items:center;gap:6px;min-width:0;height:32px;padding:0 12px;font-size:.72rem;font-weight:700;text-decoration:none;transition:all .18s cubic-bezier(.4,0,.2,1);display:inline-flex;overflow:hidden;box-shadow:0 1px 2px #0000000a}.voucher-btn:hover{transform:translateY(-1px);box-shadow:0 4px 8px #00000014}.voucher-btn:active{transform:translateY(0)}.voucher-container{flex-direction:column;gap:8px;display:flex}.voucher-btn-delivery-pdf{grid-column:2}.voucher-btn-delivery-file{grid-column:3}.voucher-row:not(:has(.voucher-btn-delivery-file)) .voucher-btn-delivery-pdf{grid-column:2/4}.voucher-btn-giver-pdf{grid-column:2}.voucher-btn-giver-email{grid-column:3}.voucher-row:not(:has(.voucher-btn-giver-email)) .voucher-btn-giver-pdf{grid-column:2/4}.voucher-btn-buyer-pdf{grid-column:2}.voucher-btn-buyer-email{grid-column:3}.voucher-row:not(:has(.voucher-btn-buyer-email)) .voucher-btn-buyer-pdf{grid-column:2/4}.voucher-row-delivery{background:#3b82f605;border:1px solid #3b82f61f;border-left:4px solid #3b82f6}.voucher-row-delivery:hover{background:#3b82f60a;border-color:#3b82f633}.voucher-badge-delivery{color:#2563eb;background:#3b82f614}.voucher-btn-delivery-pdf{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;color:#fff!important}.voucher-btn-delivery-pdf:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 10px #3b82f640}.voucher-btn-delivery-file{background:#fff;border:1px solid #3b82f64d;color:#3b82f6!important}.voucher-btn-delivery-file:hover{background:#3b82f60f;border-color:#3b82f699}.voucher-row-giver{background:#ff800005;border:1px solid #ff80001f;border-left:4px solid #ff8000}.voucher-row-giver:hover{background:#ff80000a;border-color:#ff800033}.voucher-badge-giver{color:#d96c00;background:#ff800014}.voucher-btn-giver-pdf{background:linear-gradient(135deg,#ff8000,#e67300);border:none;color:#fff!important}.voucher-btn-giver-pdf:hover{background:linear-gradient(135deg,#e67300,#c60);box-shadow:0 4px 10px #ff800040}.voucher-btn-giver-email{background:#fff;border:1px solid #ff80004d;color:#ff8000!important}.voucher-btn-giver-email:hover{background:#ff80000f;border-color:#ff800099}.voucher-row-buyer{background:#10b98105;border:1px solid #10b9811f;border-left:4px solid #10b981}.voucher-row-buyer:hover{background:#10b9810a;border-color:#10b98133}.voucher-badge-buyer{color:#059669;background:#10b98114}.voucher-btn-buyer-pdf{background:linear-gradient(135deg,#10b981,#059669);border:none;color:#fff!important}.voucher-btn-buyer-pdf:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 10px #10b98140}.voucher-btn-buyer-email{background:#fff;border:1px solid #10b9814d;color:#10b981!important}.voucher-btn-buyer-email:hover{background:#10b9810f;border-color:#10b98199}body.dark .voucher-row-delivery{background:#3b82f60a;border-color:#3b82f633}body.dark .voucher-row-delivery:hover{background:#3b82f614}body.dark .voucher-badge-delivery{color:#60a5fa;background:#3b82f633}body.dark .voucher-btn-delivery-file{background:0 0;border-color:#3b82f64d;color:#60a5fa!important}body.dark .voucher-btn-delivery-file:hover{background:#3b82f61f}body.dark .voucher-row-giver{background:#ff80000a;border-color:#ff800033}body.dark .voucher-row-giver:hover{background:#ff800014}body.dark .voucher-badge-giver{color:#fb923c;background:#ff800033}body.dark .voucher-btn-giver-email{background:0 0;border-color:#ff80004d;color:#fb923c!important}body.dark .voucher-btn-giver-email:hover{background:#ff80001f}body.dark .voucher-row-buyer{background:#10b9810a;border-color:#10b98133}body.dark .voucher-row-buyer:hover{background:#10b98114}body.dark .voucher-badge-buyer{color:#34d399;background:#10b98133}body.dark .voucher-btn-buyer-email{background:0 0;border-color:#10b9814d;color:#34d399!important}body.dark .voucher-btn-buyer-email:hover{background:#10b9811f}.dossier-bar-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:24px;align-items:center;gap:6px;padding:.55rem 1.1rem;font-size:.78rem;font-weight:800;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 10px #00000014}.dossier-bar-btn:hover{transform:translateY(-1.5px)}.dossier-bar-btn:active{transform:translateY(0)}.dossier-bar-btn-delivery{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff!important}.dossier-bar-btn-delivery:hover{box-shadow:0 6px 16px #3b82f659}.dossier-bar-btn-giver{background:linear-gradient(135deg,#ff8000,#e67300);color:#fff!important}.dossier-bar-btn-giver:hover{box-shadow:0 6px 16px #ff800059}.dossier-bar-btn-buyer{background:linear-gradient(135deg,#10b981,#059669);color:#fff!important}.dossier-bar-btn-buyer:hover{box-shadow:0 6px 16px #10b98159}.dossier-bar-btn-email{background:linear-gradient(135deg,#38bdf8,#0ea5e9);color:#fff!important}.dossier-bar-btn-email:hover{box-shadow:0 6px 16px #38bdf859}.dossier-bar-btn-whatsapp{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff!important}.dossier-bar-btn-whatsapp:hover{box-shadow:0 6px 16px #25d36659}
@font-face{font-family:Outfit;font-style:normal;font-weight:300;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.0kjod.kaq1k69.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:300;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.0gx2haw2tmll8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.0kjod.kaq1k69.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.0gx2haw2tmll8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-weight:500;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.0kjod.kaq1k69.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.0gx2haw2tmll8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-weight:600;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.0kjod.kaq1k69.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.0gx2haw2tmll8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.0kjod.kaq1k69.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.0gx2haw2tmll8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-weight:800;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.0kjod.kaq1k69.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:800;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.0gx2haw2tmll8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-weight:900;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.0kjod.kaq1k69.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:900;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.0gx2haw2tmll8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit Fallback;src:local(Arial);ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.0%;size-adjust:99.82%}.outfit_237c488e-module__KZpmDG__className{font-family:Outfit,Outfit Fallback;font-style:normal}.outfit_237c488e-module__KZpmDG__variable{--font-outfit:"Outfit", "Outfit Fallback"}
@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_a8212e22-module__d_P_aG__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_a8212e22-module__d_P_aG__variable{--font-inter:"Inter", "Inter Fallback"}
