*{box-sizing:border-box}body{color:#111827;background:#f5f7fa;margin:0;font-family:Inter,Arial,sans-serif}button,input{font:inherit}.login-page{justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;width:100%;max-width:420px;padding:40px;box-shadow:0 20px 50px #00000014}.logo{color:#fff;background:#00a9a5;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:24px;font-size:24px;font-weight:700;display:flex}.login-card h1{margin:0;font-size:32px}.subtitle{color:#6b7280;margin:8px 0 30px}.login-card form{flex-direction:column;display:flex}.login-card label{margin-bottom:7px;font-size:14px;font-weight:600}.login-card input{border:1px solid #d1d5db;border-radius:10px;outline:none;width:100%;margin-bottom:20px;padding:13px 14px}.login-card input:focus{border-color:#00a9a5}.login-card button{color:#fff;cursor:pointer;background:#00a9a5;border:none;border-radius:10px;padding:14px;font-weight:600}.login-card button:disabled{opacity:.6}.error{color:#991b1b;background:#fee2e2;border-radius:10px;margin-top:18px;padding:12px;font-size:14px}.footer{text-align:center;color:#9ca3af;margin-top:30px;font-size:13px}.loading{justify-content:center;align-items:center;min-height:100vh;display:flex}.dashboard{min-height:100vh}.dashboard-header{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:20px 40px;display:flex}.dashboard-header h1{margin:0;font-size:24px}.dashboard-header p{color:#6b7280;margin:4px 0 0}.user-area{align-items:center;gap:20px;display:flex}.user-area div{flex-direction:column;align-items:flex-end;display:flex}.user-area small{color:#6b7280;margin-top:3px}.user-area button{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:9px 15px}.dashboard-content{max-width:1200px;margin:0 auto;padding:40px}.welcome-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:30px}.welcome-card h2{margin:0;font-size:26px}.welcome-card p{color:#6b7280}.profile-info{grid-template-columns:repeat(4,1fr);gap:20px;margin-top:30px;display:grid}.profile-info div{background:#f9fafb;border-radius:12px;padding:18px}.profile-info span{color:#6b7280;margin-bottom:7px;font-size:13px;display:block}.profile-info strong{font-size:15px}.stats-grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-top:20px;display:grid}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:25px}.stat-card span{color:#6b7280}.stat-card strong{margin-top:10px;font-size:32px;display:block}@media (width<=800px){.dashboard-header,.dashboard-content{padding:20px}.profile-info,.stats-grid{grid-template-columns:1fr 1fr}}@media (width<=500px){.profile-info,.stats-grid{grid-template-columns:1fr}.user-area div{display:none}}.crm-layout{background:#f5f7fa;min-height:100vh;display:flex}.sidebar{background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;width:250px;min-height:100vh;padding:22px 16px;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar-logo{align-items:center;gap:12px;padding:5px 8px 25px;display:flex}.logo-small{color:#fff;background:#00a9a5;border-radius:11px;justify-content:center;align-items:center;width:40px;height:40px;font-size:19px;font-weight:700;display:flex}.sidebar-logo strong{font-size:16px;display:block}.sidebar-logo small{color:#9ca3af;margin-top:3px;font-size:11px;display:block}.sidebar-nav{flex-direction:column;gap:5px;display:flex}.nav-link{color:#4b5563;border-radius:9px;padding:12px 13px;font-size:14px;font-weight:500;text-decoration:none}.nav-link:hover{color:#111827;background:#f3f4f6}.nav-link.active{color:#008f8b;background:#e6f7f6;font-weight:600}.sidebar-bottom{border-top:1px solid #e5e7eb;margin-top:auto;padding-top:16px}.sidebar-user{flex-direction:column;padding:8px;display:flex}.sidebar-user strong{font-size:14px}.sidebar-user small{color:#6b7280;margin-top:3px}.logout-button{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;width:100%;margin-top:12px;padding:10px}.logout-button:hover{background:#f9fafb}.main-content{width:calc(100% - 250px);min-height:100vh;margin-left:250px}.topbar{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:flex-end;align-items:center;height:70px;padding:0 30px;display:flex}.topbar div{flex-direction:column;align-items:flex-end;display:flex}.topbar span{color:#6b7280;margin-top:3px;font-size:12px}.content-page{padding:35px}.content-page h1{margin:0;font-size:28px}.content-page>p{color:#6b7280;margin-top:8px}@media (width<=800px){.sidebar{width:210px}.main-content{width:calc(100% - 210px);margin-left:210px}.content-page{padding:25px}}.lead-toolbar{margin-bottom:18px}.lead-toolbar input{background:#fff;border:1px solid #d1d5db;border-radius:10px;outline:none;width:100%;max-width:500px;padding:13px 16px}.lead-toolbar input:focus{border-color:#00a9a5;box-shadow:0 0 0 3px #00a9a514}.lead-toolbar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:18px;display:flex}.lead-toolbar input{background:#fff;border:1px solid #d1d5db;border-radius:10px;outline:none;flex:1;min-width:280px;padding:13px 16px}.lead-toolbar select{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:10px;outline:none;padding:13px 14px}.lead-toolbar input:focus,.lead-toolbar select:focus{border-color:#00a9a5}.secondary-button{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:9px;padding:12px 16px}.secondary-button:hover{background:#f9fafb}.lead-details-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.lead-details-card{background:#fff;border-radius:16px;width:100%;max-width:800px;max-height:90vh;padding:24px;overflow-y:auto;box-shadow:0 20px 60px #0003}.lead-details-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding-bottom:18px;display:flex}.lead-details-header h2{margin:0;font-size:24px}.lead-details-header p{color:#6b7280;margin:5px 0 0}.lead-details-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.lead-details-grid>div{background:#f8fafc;border-radius:10px;padding:16px}.lead-details-grid strong{color:#6b7280;margin-bottom:6px;font-size:13px;display:block}.lead-details-grid p{color:#111827;margin:0;font-size:15px}.lead-details-grid .full-width{grid-column:1/-1}.lead-name-button{font:inherit;cursor:pointer;color:inherit;text-align:left;background:0 0;border:none;padding:0;font-weight:600}.lead-name-button:hover{text-decoration:underline}.edit-button,.delete-button{cursor:pointer;border:none;border-radius:6px;margin-right:6px;padding:6px 10px;font-size:13px}.edit-button{color:#3730a3;background:#eef2ff}.delete-button{color:#dc2626;background:#fef2f2}@media (width<=700px){.lead-details-grid{grid-template-columns:1fr}.lead-details-card{padding:18px}}.form-card-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.form-card-header h3{margin:0 0 6px}.form-card-header p{opacity:.7;margin:0}.form-group.full-width{grid-column:1/-1}.form-group textarea{resize:vertical;width:100%;font-family:inherit}.action-buttons{align-items:center;gap:8px;display:flex}.table-link{font:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-weight:600}.danger-button{color:#dc2626;cursor:pointer;background:0 0;border:1px solid #dc2626;border-radius:8px;padding:8px 12px;font-weight:600}.danger-button:hover{color:#fff;background:#dc2626}.danger-button:disabled,.secondary-button:disabled,.primary-button:disabled{opacity:.6;cursor:not-allowed}.modal-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.details-modal{background:#fff;border-radius:16px;width:min(800px,100%);max-height:90vh;padding:24px;overflow-y:auto;box-shadow:0 20px 60px #0003}.details-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.details-header h3{margin:0 0 5px}.details-header p{opacity:.7;margin:0}.details-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.details-grid>div{flex-direction:column;gap:5px;display:flex}.details-grid>div.full-width{grid-column:1/-1}.details-grid span{opacity:.6;text-transform:uppercase;letter-spacing:.04em;font-size:12px}.details-grid strong{word-break:break-word;font-weight:500}@media (width<=768px){.details-grid{grid-template-columns:1fr}.details-grid>div.full-width{grid-column:auto}.form-card-header,.details-header{flex-direction:column}.action-buttons{flex-direction:column;align-items:stretch}}.dashboard-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:16px;display:grid}.dashboard-grid .stat-card{min-height:120px}.dashboard-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:16px;display:grid}.section-header{justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 20px 0;display:flex}.section-header h3{margin:0 0 5px}.section-header p{opacity:.7;margin:0}@media (width<=1100px){.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.dashboard-grid,.dashboard-columns{grid-template-columns:1fr}}:root{--bg:#f4f7fb;--surface:#ffffffc7;--surface-solid:#fff;--surface-soft:#f8fafcdb;--border:#94a3b838;--border-strong:#94a3b857;--text:#0f172a;--text-soft:#64748b;--muted:#94a3b8;--primary:#00a9a5;--primary-dark:#008f8b;--primary-soft:#00a9a51a;--primary-ring:#00a9a52e;--blue:#4f46e5;--blue-soft:#4f46e51a;--orange:#f59e0b;--orange-soft:#f59e0b1f;--green:#16a34a;--green-soft:#16a34a1c;--red:#dc2626;--red-soft:#dc26261a;--radius-sm:10px;--radius-md:14px;--radius-lg:18px;--radius-xl:22px;--shadow-sm:0 4px 18px #0f172a0d;--shadow-md:0 12px 34px #0f172a14;--shadow-lg:0 24px 70px #0f172a21;--transition:.18s ease}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 8% 8%, #00a9a512, transparent 28%), radial-gradient(circle at 92% 12%, #4f46e50e, transparent 24%), var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}button,input,select,textarea{transition:border-color var(--transition), box-shadow var(--transition), background var(--transition), transform var(--transition), opacity var(--transition)}button{-webkit-tap-highlight-color:transparent}button:not(:disabled):active{transform:translateY(1px)}input,select,textarea{color:var(--text)}input::placeholder,textarea::placeholder{color:#a0aec0}.login-page{background:radial-gradient(circle at 20% 20%, #00a9a529, transparent 30%), radial-gradient(circle at 80% 75%, #4f46e51c, transparent 32%), var(--bg);position:relative;overflow:hidden}.login-page:before,.login-page:after{content:"";filter:blur(2px);pointer-events:none;border-radius:999px;position:absolute}.login-page:before{background:#00a9a51a;width:260px;height:260px;top:-100px;left:-70px}.login-page:after{background:#4f46e514;width:300px;height:300px;bottom:-130px;right:-120px}.login-card{z-index:1;box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(22px);background:#ffffffbd;border:1px solid #fffc;position:relative}.login-card input{border-color:var(--border-strong);background:#ffffffb8}.login-card input:hover{border-color:#00a9a559}.login-card input:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-ring)}.login-card button{background:linear-gradient(135deg, var(--primary), var(--primary-dark));box-shadow:0 8px 20px #00a9a533}.login-card button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 26px #00a9a540}.logo,.logo-small{box-shadow:0 8px 22px #00a9a533}.crm-layout{background:0 0}.sidebar{border-right:1px solid var(--border);-webkit-backdrop-filter:blur(20px);z-index:50;background:#ffffffb8;box-shadow:8px 0 30px #0f172a09}.sidebar-logo{border-bottom:1px solid #94a3b81f;margin-bottom:18px}.sidebar-logo strong{color:var(--text);letter-spacing:-.02em}.nav-link{color:#526176;transition:all var(--transition);border:1px solid #0000;position:relative}.nav-link:hover{border-color:var(--border);box-shadow:var(--shadow-sm);color:var(--text);background:#ffffffb8;transform:translate(2px)}.nav-link.active{box-shadow:inset 3px 0 0 var(--primary), 0 5px 16px #00a9a512;background:linear-gradient(135deg,#00a9a521,#00a9a50e);border-color:#00a9a529}.sidebar-bottom{border-top-color:#94a3b829}.sidebar-user{border-radius:var(--radius-md);background:#f8fafcb8;margin-bottom:4px}.logout-button{border-color:var(--border-strong);background:#ffffffa8}.logout-button:hover{color:var(--red);background:#fef2f2cc;border-color:#dc26262e}.main-content{min-width:0}.topbar{z-index:40;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(18px);background:#ffffffad;height:72px;position:sticky;top:0;box-shadow:0 5px 22px #0f172a09}.topbar div{border:1px solid var(--border);background:#ffffff9e;border-radius:12px;padding:8px 13px}.page-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:24px;display:flex}.page-header h2{letter-spacing:-.035em;margin:0;font-size:28px;line-height:1.15}.page-header p{color:var(--text-soft);margin:7px 0 0}.leads-page,.content-page{padding:30px}.lead-toolbar{border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(14px);background:#ffffff9e;padding:10px}.lead-toolbar input,.lead-toolbar select{border-color:var(--border-strong);background:#ffffffc2}.lead-toolbar input:focus,.lead-toolbar select:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-ring)}.primary-button{background:linear-gradient(135deg, var(--primary), var(--primary-dark));color:#fff;cursor:pointer;border:1px solid #00a9a547;border-radius:11px;padding:11px 16px;font-weight:650;box-shadow:0 7px 18px #00a9a52e}.primary-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 11px 24px #00a9a53d}.secondary-button{border-color:var(--border-strong);background:#ffffffbd;box-shadow:0 2px 8px #0f172a06}.secondary-button:hover:not(:disabled){background:#f8fafcf2;border-color:#64748b59;transform:translateY(-1px)}.danger-button{background:#fef2f29e;border-color:#dc26263d}.danger-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 7px 18px #dc262624}.form-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(18px);margin-bottom:22px;padding:24px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;display:grid}.form-group{min-width:0}.form-group label{color:#475569;letter-spacing:.035em;text-transform:uppercase;margin-bottom:7px;font-size:12px;font-weight:700;display:block}.form-group input,.form-group select,.form-group textarea,.form-card input,.form-card select,.form-card textarea{border:1px solid var(--border-strong);background:#ffffffb3;border-radius:11px;outline:none;width:100%;min-height:44px;padding:11px 13px;box-shadow:inset 0 1px 2px #0f172a06}.form-group textarea,.form-card textarea{min-height:100px;line-height:1.5}.form-group input:hover,.form-group select:hover,.form-group textarea:hover,.form-card input:hover,.form-card select:hover,.form-card textarea:hover{border-color:#64748b66}.form-group input:focus,.form-group select:focus,.form-group textarea:focus,.form-card input:focus,.form-card select:focus,.form-card textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-ring);background:#ffffffeb}.form-actions{border-top:1px solid #94a3b824;justify-content:flex-end;align-items:center;gap:10px;margin-top:22px;padding-top:18px;display:flex}.table-card{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(16px);background:#ffffffb3;overflow:hidden}.table-wrapper{width:100%;overflow-x:auto}table{border-collapse:separate;border-spacing:0;width:100%;min-width:760px}thead th{z-index:2;border-bottom:1px solid var(--border);color:#64748b;letter-spacing:.06em;text-align:left;text-transform:uppercase;white-space:nowrap;background:#f8fafce6;padding:13px 16px;font-size:11px;font-weight:750;position:sticky;top:0}tbody td{color:#334155;vertical-align:middle;border-bottom:1px solid #94a3b81f;padding:15px 16px;font-size:14px}tbody tr{transition:background var(--transition), transform var(--transition)}tbody tr:hover{background:#00a9a509}tbody tr:last-child td{border-bottom:0}.table-link,.lead-name-button{color:#0f766e}.table-link:hover,.lead-name-button:hover{color:var(--primary-dark);text-decoration:none}.status-badge,.priority-badge,.badge,.status,.priority{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:26px;padding:4px 9px;font-size:11px;font-weight:750;line-height:1;display:inline-flex}.status-badge,.status{background:var(--primary-soft);color:var(--primary-dark);border-color:#00a9a521}.priority-badge,.priority{background:var(--orange-soft);color:#b45309;border-color:#f59e0b26}.badge-success,.status-won,.status-completed,.status-active{background:var(--green-soft);color:#15803d}.badge-danger,.status-lost,.status-overdue,.status-inactive{background:var(--red-soft);color:#b91c1c}.badge-info{background:var(--blue-soft);color:#4338ca}.card,.content-card,.section-card,.stat-card,.welcome-card{border-color:var(--border);box-shadow:var(--shadow-sm)}.empty-message{text-align:center;color:var(--text-soft);padding:55px 24px}.empty-message h3{color:var(--text);margin:0 0 7px}.dashboard{background:0 0}.dashboard-grid{gap:18px}.dashboard-grid .stat-card,.dashboard-columns>*,.dashboard .stat-card{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(14px);transition:transform var(--transition), box-shadow var(--transition), border-color var(--transition);background:#ffffffb3;position:relative;overflow:hidden}.dashboard-grid .stat-card:after,.dashboard .stat-card:after{content:"";background:var(--primary-soft);pointer-events:none;border-radius:50%;width:90px;height:90px;position:absolute;top:-35px;right:-35px}.dashboard-grid .stat-card:hover,.dashboard .stat-card:hover{box-shadow:var(--shadow-md);border-color:#00a9a52e;transform:translateY(-3px)}.stat-card strong{letter-spacing:-.04em}.section-header{padding:20px 20px 14px}.dashboard-columns .table-card,.dashboard-columns .section-card,.dashboard-columns>div{border-radius:var(--radius-lg)}.modal-overlay,.lead-details-overlay{-webkit-backdrop-filter:blur(5px);background:#0f172a61}.details-modal,.lead-details-card{box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(22px);background:#ffffffd6;border:1px solid #ffffffb8}.details-grid>div,.lead-details-grid>div{background:#f8fafcb8;border:1px solid #94a3b81f}.details-grid>div:hover,.lead-details-grid>div:hover{background:#00a9a509;border-color:#00a9a524}.details-header,.lead-details-header{border-bottom-color:#94a3b829}.action-buttons{flex-wrap:wrap}.edit-button,.delete-button{transition:all var(--transition)}.edit-button:hover{transform:translateY(-1px);box-shadow:0 5px 13px #4f46e51a}.delete-button:hover{transform:translateY(-1px);box-shadow:0 5px 13px #dc26261a}a{color:#0f766e;transition:color var(--transition)}a:hover{color:var(--primary-dark)}*{scrollbar-width:thin;scrollbar-color:#64748b47 transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#64748b3d;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#64748b61}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #00a9a533}@media (width<=1100px){.form-grid{grid-template-columns:1fr 1fr}.page-header{flex-wrap:wrap}}@media (width<=800px){.sidebar{width:220px}.main-content{width:calc(100% - 220px);margin-left:220px}.leads-page,.content-page{padding:22px}.form-grid{grid-template-columns:1fr}.form-group.full-width{grid-column:auto}.page-header h2{font-size:24px}}@media (width<=600px){.sidebar{width:76px;padding:16px 10px}.sidebar-logo{justify-content:center;padding:5px 0 18px}.sidebar-logo>div:last-child,.sidebar-user,.logout-button{display:none}.sidebar-nav{align-items:center}.nav-link{text-align:center;width:52px;padding:12px 6px;font-size:0}.nav-link:first-letter{font-size:16px}.main-content{width:calc(100% - 76px);margin-left:76px}.topbar{height:64px;padding:0 14px}.leads-page,.content-page{padding:16px}.page-header{margin-bottom:16px}.page-header .primary-button{width:100%}.form-card{padding:18px}.form-actions{flex-direction:column-reverse;align-items:stretch}.form-actions button{width:100%}.details-modal,.lead-details-card{border-radius:16px;padding:18px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.nav-link{align-items:center;gap:11px;min-height:44px;padding:11px 13px;display:flex}.nav-link svg{flex:0 0 18px;width:18px;height:18px;display:block}.nav-link span{line-height:1;display:block}.nav-link:hover{transform:translate(2px)}.nav-link.active{gap:11px}.topbar{justify-content:space-between;padding:0 30px}.topbar>div{border-radius:14px;flex-direction:row;align-items:center;gap:12px;padding:7px 10px 7px 14px}.topbar>div strong{color:#0f172a;font-size:14px;font-weight:700}.topbar>div span{color:#008f8b;background:#00a9a51a;border:1px solid #00a9a524;border-radius:999px;margin:0;padding:5px 9px;font-size:11px;font-weight:700}.topbar>div:hover{border-color:#00a9a52e;box-shadow:0 5px 18px #0f172a0f}.logout-button{color:#dc2626;cursor:pointer;background:#ef44440f;border:1px solid #ef444424;border-radius:12px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:42px;padding:10px 14px;font-size:13px;font-weight:700;transition:all .18s;display:flex}.logout-button svg{flex:0 0 17px;transition:transform .18s}.logout-button:hover{background:#ef44441a;border-color:#ef444438;transform:translateY(-1px)}.logout-button:hover svg{transform:translate(2px)}.logout-button:active{transform:translateY(0)}.topbar-search{-webkit-backdrop-filter:blur(14px);background:#ffffff94;border:1px solid #0f172a14;border-radius:13px;align-items:center;gap:10px;width:min(420px,45%);height:42px;padding:0 12px;transition:all .18s;display:flex}.topbar-search svg{color:#64748b;flex:0 0 17px}.topbar-search input{color:#0f172a;background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:13px}.topbar-search input::placeholder{color:#94a3b8}.topbar-search:focus-within{background:#ffffffc7;border-color:#00a9a54d;box-shadow:0 0 0 3px #00a9a514}.topbar-search kbd{color:#94a3b8;background:#f8fafccc;border:1px solid #0f172a14;border-radius:6px;padding:3px 7px;font-family:inherit;font-size:10px}@media (width<=900px){.topbar{padding:0 20px}.topbar-search{width:45%}}@media (width<=650px){.topbar{gap:10px;padding:0 14px}.topbar-search{width:100%}.topbar-search kbd,.topbar-user{display:none}}.search-clear{color:#94a3b8;cursor:pointer;background:0 0;border:0;border-radius:8px;flex:0 0 26px;justify-content:center;align-items:center;width:26px;height:26px;padding:0;transition:all .16s;display:flex}.search-clear:hover{color:#475569;background:#0f172a0f}.search-clear:active{transform:scale(.92)}.topbar{z-index:1000;position:relative}.global-search-results{isolation:isolate;z-index:99999;background:#fff;border:1px solid #0f172a14;border-radius:20px;width:760px;max-width:calc(100vw - 48px);max-height:560px;padding:12px;animation:.18s ease-out globalSearchPopupIn;position:absolute;top:calc(100% + 14px);left:24px;overflow-y:auto;box-shadow:0 30px 80px #0f172a2e,0 12px 30px #0f172a1a}@keyframes globalSearchPopupIn{0%{opacity:0;transform:translateY(-8px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.global-search-result{box-sizing:border-box;cursor:pointer;text-align:left;background:#f8fafc;border:1px solid #0f172a0f;border-radius:14px;grid-template-columns:minmax(170px,.85fr) minmax(260px,1.5fr) 80px;align-items:center;width:100%;min-height:76px;margin-bottom:8px;padding:14px 18px;transition:transform .16s,background .16s,border-color .16s,box-shadow .16s;display:grid}.global-search-result:last-child{margin-bottom:0}.global-search-result:hover{background:#fff;border-color:#00a9a547;transform:translate(3px);box-shadow:0 8px 24px #0f172a14,inset 3px 0 #00a9a5bf}.global-search-result>div{display:contents}.global-search-result strong{color:#0f172a;text-align:left;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;padding-right:20px;font-size:15px;font-weight:750;line-height:1.4;display:block;overflow:hidden}.global-search-result small{color:#64748b;text-align:left;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;padding-right:20px;font-size:12px;font-weight:500;line-height:1.4;display:block;overflow:hidden}.global-search-result>span{box-sizing:border-box;color:#008f8b;letter-spacing:.4px;text-align:center;text-transform:uppercase;background:#00a9a517;border:1px solid #00a9a52e;border-radius:999px;justify-content:center;align-items:center;width:70px;min-height:28px;margin:0;padding:5px 8px;font-size:10px;font-weight:800;display:inline-flex}.global-search-result:hover>span{color:#007f7b;background:#00a9a521;border-color:#00a9a540}.global-search-results::-webkit-scrollbar{width:7px}.global-search-results::-webkit-scrollbar-track{background:0 0}.global-search-results::-webkit-scrollbar-thumb{background:#64748b33;border-radius:999px}.global-search-results::-webkit-scrollbar-thumb:hover{background:#64748b59}@media (width<=760px){.global-search-results{border-radius:17px;width:auto;max-width:none;max-height:480px;padding:9px;left:12px;right:12px}.global-search-result{border-radius:12px;grid-template-columns:minmax(110px,1fr) minmax(100px,1fr) 65px;min-height:68px;padding:12px 13px}.global-search-result strong{padding-right:10px;font-size:13px}.global-search-result small{padding-right:10px;font-size:11px}.global-search-result>span{width:60px;font-size:9px}}.topbar .global-search-results{box-sizing:border-box!important;opacity:1!important;visibility:visible!important;-webkit-backdrop-filter:none!important;filter:none!important;z-index:999999!important;isolation:isolate!important;background-color:#fff!important;background-image:none!important;border:1px solid #e2e8f0!important;border-radius:20px!important;width:760px!important;max-width:calc(100vw - 48px)!important;max-height:560px!important;margin:0!important;padding:12px!important;position:absolute!important;top:calc(100% + 12px)!important;left:24px!important;overflow-y:auto!important;box-shadow:0 32px 80px #0f172a33,0 12px 30px #0f172a1a!important}.topbar .global-search-results .global-search-result{box-sizing:border-box!important;opacity:1!important;text-align:left!important;cursor:pointer!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:14px!important;grid-template-columns:220px minmax(0,1fr) 90px!important;align-items:center!important;width:100%!important;min-width:0!important;min-height:76px!important;margin:0 0 8px!important;padding:14px 18px!important;display:grid!important;overflow:hidden!important;transform:none!important}.topbar .global-search-results .global-search-result:last-child{margin-bottom:0!important}.topbar .global-search-results .global-search-result>div{text-align:left!important;align-items:initial!important;justify-content:initial!important;width:auto!important;min-width:0!important;margin:0!important;padding:0!important;display:contents!important}.topbar .global-search-results .global-search-result strong{box-sizing:border-box!important;color:#0f172a!important;text-align:left!important;white-space:nowrap!important;text-overflow:ellipsis!important;width:220px!important;min-width:0!important;margin:0!important;padding:0 20px 0 0!important;font-size:15px!important;font-weight:700!important;line-height:1.4!important;display:block!important;overflow:hidden!important}.topbar .global-search-results .global-search-result small{box-sizing:border-box!important;color:#64748b!important;text-align:left!important;white-space:nowrap!important;text-overflow:ellipsis!important;width:auto!important;min-width:0!important;margin:0!important;padding:0 20px 0 0!important;font-size:12px!important;font-weight:500!important;line-height:1.4!important;display:block!important;overflow:hidden!important}.topbar .global-search-results .global-search-result>span{box-sizing:border-box!important;color:#008f8b!important;letter-spacing:.4px!important;text-align:center!important;white-space:nowrap!important;background:#e8f8f7!important;border:1px solid #b9ebe8!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:78px!important;min-width:78px!important;height:28px!important;margin:0!important;padding:0 8px!important;font-size:10px!important;font-weight:800!important;display:flex!important}.topbar .global-search-results .global-search-result:hover{background:#fff!important;border-color:#8adbd7!important;transform:translate(3px)!important;box-shadow:0 8px 24px #0f172a14,inset 3px 0 #00a9a5!important}.topbar .global-search-results::-webkit-scrollbar{width:7px!important}.topbar .global-search-results::-webkit-scrollbar-track{background:0 0!important}.topbar .global-search-results::-webkit-scrollbar-thumb{background:#cbd5e1!important;border-radius:999px!important}@media (width<=760px){.topbar .global-search-results{width:auto!important;max-width:none!important;left:12px!important;right:12px!important}.topbar .global-search-results .global-search-result{grid-template-columns:110px minmax(0,1fr) 65px!important;min-height:68px!important;padding:12px!important}.topbar .global-search-results .global-search-result strong{width:110px!important;font-size:13px!important}.topbar .global-search-results .global-search-result small{font-size:11px!important}.topbar .global-search-results .global-search-result>span{width:60px!important;min-width:60px!important;font-size:9px!important}}.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:24px;display:grid}.detail-card{background:#ffffffd1;border:1px solid #0f172a12;border-radius:18px;padding:22px;box-shadow:0 8px 28px #0f172a0d}.detail-card-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.detail-card-header h2{color:#0f172a;margin:0;font-size:16px;font-weight:750}.detail-row{border-bottom:1px solid #eef2f7;grid-template-columns:160px minmax(0,1fr);align-items:center;gap:16px;padding:13px 0;display:grid}.detail-row span{color:#64748b;font-size:12px;font-weight:600}.detail-row strong{color:#0f172a;overflow-wrap:anywhere;font-size:13px;font-weight:650}.detail-notes{color:#475569;white-space:pre-wrap;font-size:13px;line-height:1.7}.activity-timeline{flex-direction:column;gap:0;padding-left:8px;display:flex;position:relative}.timeline-content{flex-direction:column;gap:5px;min-width:0;display:flex}.timeline-content strong{color:#0f172a;font-size:13px;font-weight:700}.timeline-content small{color:#94a3b8;font-size:11px;font-weight:500}.page-header>div:first-child>button{margin-bottom:14px}.page-header>div:first-child h1{margin-bottom:4px}.page-header>div:first-child p{color:#64748b;margin:0;font-size:13px}@media (width<=800px){.detail-grid{grid-template-columns:1fr}.detail-card-full{grid-column:auto}.detail-row{grid-template-columns:120px minmax(0,1fr);gap:12px}}@media (width<=520px){.detail-card{border-radius:15px;padding:17px}.detail-row{grid-template-columns:1fr;gap:4px}.quick-actions{flex-direction:column}.quick-actions .secondary-button{width:100%}}.detail-grid{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);align-items:start;gap:18px;margin-top:0;display:grid}.detail-card{background:#fff;border:1px solid #e8edf3;border-radius:18px;padding:22px;transition:box-shadow .18s,border-color .18s,transform .18s;position:relative;box-shadow:0 6px 24px #0f172a0b}.detail-card-header{border-bottom:1px solid #eef2f6;justify-content:space-between;align-items:center;min-height:24px;margin-bottom:16px;padding-bottom:14px;display:flex}.detail-card-header h2{color:#0f172a;letter-spacing:-.1px;margin:0;font-size:14px;font-weight:750}.detail-list{flex-direction:column;display:flex}.detail-row{border-bottom:1px solid #f1f5f9;grid-template-columns:145px minmax(0,1fr);align-items:center;gap:18px;min-height:44px;padding:9px 0;display:grid}.detail-row span{color:#94a3b8;letter-spacing:.1px;font-size:11px;font-weight:650}.detail-row strong{color:#1e293b;overflow-wrap:anywhere;min-width:0;font-size:12px;font-weight:650;line-height:1.5}.detail-notes{color:#475569;white-space:pre-wrap;min-height:42px;font-size:12px;line-height:1.75}.quick-actions{flex-wrap:wrap;gap:9px;display:flex}.quick-actions .secondary-button{border-radius:10px;min-height:38px;padding:9px 13px}.activity-timeline{flex-direction:column;gap:0;padding:4px 0 4px 7px;display:flex;position:relative}.timeline-item{gap:18px;padding:0 0 25px;display:flex;position:relative}.timeline-content{flex-direction:column;gap:4px;min-width:0;padding-bottom:2px;display:flex}.timeline-content strong{color:#0f172a;font-size:12px;font-weight:750;line-height:1.4}.timeline-content small{color:#94a3b8;font-size:10px;font-weight:550;line-height:1.4}.timeline-content span{color:#64748b;background:#f1f5f9;border-radius:999px;width:fit-content;margin-top:4px;padding:4px 8px;font-size:9px;font-weight:700}@media (width<=900px){.detail-grid{grid-template-columns:1fr}.detail-card-full{grid-column:auto}}@media (width<=600px){.detail-card{border-radius:15px;padding:17px}.detail-row{grid-template-columns:115px minmax(0,1fr);gap:12px}.detail-card-header{margin-bottom:12px;padding-bottom:11px}.quick-actions{flex-direction:column}.quick-actions .secondary-button{justify-content:center;width:100%}}@media (width<=430px){.detail-row{grid-template-columns:1fr;gap:3px;padding:11px 0}}.page{min-width:0}.lead-detail-header{box-sizing:border-box!important;justify-content:space-between!important;align-items:center!important;gap:24px!important;width:100%!important;margin:0 0 24px!important;padding:4px 2px 0!important;display:flex!important}.lead-detail-header-left{flex-direction:column!important;flex:1!important;align-items:flex-start!important;min-width:0!important;display:flex!important}.detail-back-button{color:#64748b!important;cursor:pointer!important;background:0 0!important;border:0!important;align-items:center!important;gap:7px!important;height:30px!important;margin:0 0 15px!important;padding:0!important;font-size:12px!important;font-weight:650!important;transition:color .16s,transform .16s!important;display:inline-flex!important}.detail-back-button:hover{color:#00a9a5!important;transform:translate(-3px)!important}.detail-back-button svg{width:15px!important;height:15px!important}.lead-title-row{align-items:center!important;gap:14px!important;min-width:0!important;display:flex!important}.lead-avatar{box-sizing:border-box!important;color:#008f8b!important;width:52px!important;height:52px!important;box-shadow:none!important;background:#e8f8f7!important;border:1px solid #b9ebe8!important;border-radius:15px!important;flex:0 0 52px!important;justify-content:center!important;align-items:center!important;font-size:20px!important;font-weight:800!important;display:flex!important}.lead-title-content{flex-direction:column!important;min-width:0!important;display:flex!important}.lead-title-content h1{color:#0f172a!important;letter-spacing:-.5px!important;white-space:nowrap!important;text-overflow:ellipsis!important;margin:0 0 7px!important;padding:0!important;font-size:25px!important;font-weight:800!important;line-height:1.15!important;overflow:hidden!important}.lead-meta-row{flex-wrap:wrap!important;align-items:center!important;gap:7px!important;margin:0!important;padding:0!important;display:flex!important}.lead-status-badge,.lead-priority-badge,.lead-code{box-sizing:border-box!important;white-space:nowrap!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:24px!important;padding:4px 9px!important;font-size:10px!important;font-weight:750!important;line-height:1!important;display:inline-flex!important}.lead-status-badge{color:#008f8b!important;background:#e8f8f7!important;border:1px solid #b9ebe8!important}.lead-priority-badge{color:#c2410c!important;background:#fff7ed!important;border:1px solid #fed7aa!important}.lead-code{color:#94a3b8!important;background:0 0!important;border:0!important;padding-left:2px!important}.lead-detail-header>.primary-button{white-space:nowrap!important;border-radius:11px!important;flex:none!important;justify-content:center!important;align-items:center!important;gap:8px!important;min-height:40px!important;padding:0 16px!important;font-size:12px!important;font-weight:750!important;display:inline-flex!important}.lead-detail-header>.primary-button svg{width:15px!important;height:15px!important}.detail-grid{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr)!important;align-items:start!important;gap:16px!important;width:100%!important;margin:0!important;padding:0!important;display:grid!important}.detail-card{box-sizing:border-box!important;background:#fff!important;border:1px solid #e8edf3!important;border-radius:16px!important;width:100%!important;min-width:0!important;padding:20px!important;transition:border-color .16s,box-shadow .16s!important;display:block!important;position:relative!important;box-shadow:0 4px 18px #0f172a09!important}.detail-card:hover{border-color:#dce5eb!important;box-shadow:0 8px 25px #0f172a0e!important}.detail-card-full{grid-column:1/-1!important}.detail-card-header{border-bottom:1px solid #eef2f6!important;align-items:center!important;min-height:22px!important;margin:0 0 12px!important;padding:0 0 12px!important;display:flex!important}.detail-card-header h2{color:#0f172a!important;letter-spacing:-.1px!important;margin:0!important;padding:0!important;font-size:13px!important;font-weight:750!important;line-height:1.3!important}.detail-list{flex-direction:column!important;width:100%!important;display:flex!important}.detail-row{border-bottom:1px solid #f1f5f9!important;grid-template-columns:125px minmax(0,1fr)!important;align-items:center!important;gap:16px!important;min-height:42px!important;margin:0!important;padding:8px 0!important;display:grid!important}.detail-row:last-child{border-bottom:0!important}.detail-row span{color:#94a3b8!important;margin:0!important;padding:0!important;font-size:10px!important;font-weight:650!important;line-height:1.4!important;display:block!important}.detail-row strong{color:#1e293b!important;overflow-wrap:anywhere!important;min-width:0!important;margin:0!important;padding:0!important;font-size:12px!important;font-weight:650!important;line-height:1.45!important;display:block!important}.detail-card:nth-child(2) .detail-row:nth-child(3) strong{color:#008f8b!important;font-size:14px!important;font-weight:800!important}.quick-actions{flex-wrap:wrap!important;align-items:center!important;gap:8px!important;margin:0!important;padding:2px 0!important;display:flex!important}.quick-actions .secondary-button{border-radius:10px!important;justify-content:center!important;align-items:center!important;gap:7px!important;min-height:36px!important;margin:0!important;padding:0 12px!important;font-size:11px!important;font-weight:650!important;display:inline-flex!important}.quick-actions .secondary-button svg{width:14px!important;height:14px!important}.detail-notes{color:#475569!important;white-space:pre-wrap!important;min-height:38px!important;margin:0!important;padding:2px 0!important;font-size:12px!important;line-height:1.7!important}.activity-timeline{flex-direction:column!important;gap:0!important;margin:0!important;padding:4px 0 2px 5px!important;display:flex!important;position:relative!important}.activity-timeline:before{content:""!important;background:#dbe7ea!important;width:1px!important;position:absolute!important;top:11px!important;bottom:10px!important;left:10px!important}.timeline-item{align-items:flex-start!important;gap:17px!important;margin:0!important;padding:0 0 23px!important;display:flex!important;position:relative!important}.timeline-item:last-child{padding-bottom:0!important}.timeline-dot{z-index:2!important;background:#00a9a5!important;border:3px solid #fff!important;border-radius:50%!important;flex:0 0 11px!important;width:11px!important;height:11px!important;margin-top:4px!important;position:relative!important;box-shadow:0 0 0 1px #9edbd8!important}.timeline-content{flex-direction:column!important;gap:4px!important;min-width:0!important;padding:0!important;display:flex!important}.timeline-content strong{color:#0f172a!important;margin:0!important;font-size:12px!important;font-weight:750!important;line-height:1.4!important}.timeline-content small{color:#94a3b8!important;margin:0!important;font-size:10px!important;font-weight:550!important;line-height:1.4!important}.timeline-content p{color:#475569!important;margin:5px 0 0!important;font-size:11px!important;line-height:1.65!important}.timeline-content span{color:#64748b!important;background:#f1f5f9!important;border-radius:999px!important;align-items:center!important;width:fit-content!important;margin-top:3px!important;padding:4px 8px!important;font-size:9px!important;font-weight:700!important;display:inline-flex!important}.page .page-header h1{color:#0f172a}@media (width<=950px){.detail-grid{grid-template-columns:1fr!important}.detail-card-full{grid-column:auto!important}}@media (width<=650px){.lead-detail-header{flex-direction:column!important;align-items:flex-start!important;gap:16px!important;margin-bottom:20px!important}.lead-detail-header-left,.lead-detail-header>.primary-button,.lead-title-row{width:100%!important}.lead-title-content h1{font-size:21px!important}.lead-avatar{border-radius:13px!important;flex-basis:46px!important;width:46px!important;height:46px!important;font-size:18px!important}.detail-card{border-radius:14px!important;padding:17px!important}.detail-row{grid-template-columns:110px minmax(0,1fr)!important;gap:10px!important}}@media (width<=430px){.lead-title-row{align-items:flex-start!important}.lead-title-content h1{white-space:normal!important}.detail-row{grid-template-columns:1fr!important;gap:3px!important;padding:10px 0!important}.quick-actions{flex-direction:column!important;align-items:stretch!important}.quick-actions .secondary-button{width:100%!important}}.related-records-list{flex-direction:column;gap:8px;display:flex}.related-record-row{cursor:pointer;background:#f8fafc;border:1px solid #edf1f5;border-radius:11px;justify-content:space-between;align-items:center;gap:20px;min-width:0;padding:13px 14px;transition:background .16s,border-color .16s,transform .16s,box-shadow .16s;display:flex}.related-record-row:hover{background:#fff;border-color:#b9ebe8;transform:translate(2px);box-shadow:0 5px 16px #0f172a0d}.related-record-main{align-items:center;gap:10px;min-width:0;display:flex}.related-record-main strong{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:700;overflow:hidden}.related-record-main small{color:#94a3b8;white-space:nowrap;font-size:10px;font-weight:600}.related-record-details{flex:none;justify-content:flex-end;align-items:center;gap:10px;display:flex}.related-status,.related-score{white-space:nowrap;border-radius:999px;align-items:center;min-height:23px;padding:4px 8px;font-size:9px;font-weight:700;display:inline-flex}.related-status{color:#008f8b;background:#e8f8f7;border:1px solid #b9ebe8}.related-score{color:#64748b;background:#f1f5f9}.related-record-details>strong{color:#0f172a;text-align:right;white-space:nowrap;min-width:75px;font-size:11px;font-weight:750}@media (width<=650px){.related-record-row{flex-direction:column;align-items:flex-start;gap:9px}.related-record-details{justify-content:flex-start;width:100%}.related-record-details>strong{text-align:right;margin-left:auto}}.crm-table tbody tr{transition:background .15s,box-shadow .15s}.crm-table tbody tr:hover{background:#f8fbfb}.table-wrapper table tbody tr{cursor:pointer;transition:background-color .15s,transform .15s}.table-wrapper table tbody tr:hover{background-color:#f8fbfb}.table-wrapper table tbody tr:hover td:first-child,.company-detail-company-name{color:#008f8b}.detail-card .related-records-list{margin-top:2px}.detail-card .related-record-row{min-height:52px}.detail-card .related-record-main{flex:1;min-width:0}.detail-card .related-record-details{flex-shrink:0}.detail-card .quick-actions a{text-decoration:none}.detail-card:first-child .detail-row:first-child strong{font-weight:750}@media (width<=650px){.detail-card .related-record-row{min-height:0}.detail-card .related-record-details{width:auto}}.deal-form-select{width:100%}.deal-form-select select{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #dce3ea;border-radius:12px;outline:none;width:100%;min-height:46px;padding:0 42px 0 14px;font-size:13px;font-weight:550;transition:border-color .16s,box-shadow .16s}.deal-form-select select:hover{border-color:#b9dedd}.deal-form-select select:focus{border-color:#00a9a5;box-shadow:0 0 0 3px #00a9a51a}.deal-form-select select option{color:#1e293b;background:#fff;font-size:13px}.deal-detail-page .lead-avatar,.deal-detail-page .lead-status-badge{color:#008f8b!important;background:#e8f8f7!important;border-color:#b9ebe8!important}@media (width<=650px){.deal-detail-page .lead-detail-header{flex-direction:column!important;align-items:flex-start!important}.deal-detail-page .lead-detail-header>.primary-button{width:100%!important}}.deal-detail-page{min-width:0}.deal-detail-page .lead-detail-header{margin-bottom:24px!important}.deal-detail-page .lead-avatar,.deal-detail-page .lead-status-badge{color:#008f8b!important;background:#e8f8f7!important;border-color:#b9ebe8!important}.deal-detail-page .lead-priority-badge{color:#475569!important;background:#f1f5f9!important;border-color:#e2e8f0!important}.deal-detail-page .detail-card{background:#fff!important;border:1px solid #e8edf3!important;border-radius:16px!important;box-shadow:0 4px 18px #0f172a09!important}.deal-detail-page .detail-card:hover{border-color:#dce5eb!important;box-shadow:0 8px 25px #0f172a0e!important}.deal-detail-page .detail-card-header{border-bottom:1px solid #eef2f6!important}.deal-detail-page .detail-row strong{color:#1e293b!important}.deal-detail-page .detail-row span{color:#94a3b8!important}.deal-detail-page .detail-list .detail-row:nth-child(2) strong{color:#008f8b!important;font-weight:800!important}.deal-detail-page .quick-actions{gap:8px!important}.deal-detail-page .quick-actions .secondary-button{border-radius:10px!important;min-height:36px!important;font-size:11px!important}.deal-detail-page .detail-notes{color:#475569!important;font-size:12px!important;line-height:1.7!important}@media (width<=650px){.deal-detail-page .lead-detail-header{flex-direction:column!important;align-items:flex-start!important}.deal-detail-page .lead-detail-header>.primary-button{width:100%!important}}.form-close-button{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;padding:0;transition:all .18s;display:flex}.form-close-button:hover{color:#0f172a;background:#f8fafc;border-color:#cbd5e1;transform:rotate(90deg)}.form-close-button:active{transform:rotate(90deg)scale(.94)}:root{--bg-primary:#f8fafc;--bg-secondary:#fff;--bg-tertiary:#f1f5f9;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#64748b;--border-color:#e2e8f0;--accent-color:#00a9a5;--accent-dark:#008f8b;--shadow-color:#0f172a14}html[data-theme=dark]{--bg-primary:#0f172a;--bg-secondary:#111827;--bg-tertiary:#1e293b;--text-primary:#f8fafc;--text-secondary:#cbd5e1;--text-muted:#94a3b8;--border-color:#334155;--accent-color:#00c2bd;--accent-dark:#00a9a5;--shadow-color:#0000004d}html[data-theme=light],html[data-theme=dark]{background:var(--bg-primary)}body{background:var(--bg-primary);color:var(--text-primary);transition:background-color .18s,color .18s}#root{background:var(--bg-primary);min-height:100vh;color:var(--text-primary)}html[data-theme=dark] .sidebar{background:var(--bg-secondary);border-color:var(--border-color)}html[data-theme=dark] .sidebar,html[data-theme=dark] .sidebar *{color:var(--text-primary)}html[data-theme=dark] .nav-link{color:var(--text-secondary)}html[data-theme=dark] .nav-link:hover{background:var(--bg-tertiary)}html[data-theme=dark] .nav-link.active{background:#00a9a51f}html[data-theme=dark] .sidebar-footer{border-color:var(--border-color)}html[data-theme=dark] .topbar{background:var(--bg-secondary);border-color:var(--border-color)}html[data-theme=dark] .topbar-search{background:var(--bg-tertiary);border-color:var(--border-color)}html[data-theme=dark] .topbar-search input{color:var(--text-primary)}html[data-theme=dark] .topbar-search kbd{background:var(--bg-secondary);border-color:var(--border-color);color:var(--text-muted)}html[data-theme=dark] .main-content{background:var(--bg-primary);color:var(--text-primary)}html[data-theme=dark] .page-header,html[data-theme=dark] .page-title,html[data-theme=dark] .page-subtitle{color:var(--text-primary)}html[data-theme=dark] .page-subtitle{color:var(--text-secondary)}html[data-theme=dark] .card,html[data-theme=dark] .stat-card,html[data-theme=dark] .content-card,html[data-theme=dark] .detail-card,html[data-theme=dark] .form-card{background:var(--bg-secondary);border-color:var(--border-color);color:var(--text-primary)}html[data-theme=dark] .card h1,html[data-theme=dark] .card h2,html[data-theme=dark] .card h3,html[data-theme=dark] .stat-card h1,html[data-theme=dark] .stat-card h2,html[data-theme=dark] .stat-card h3,html[data-theme=dark] .detail-card h1,html[data-theme=dark] .detail-card h2,html[data-theme=dark] .detail-card h3,html[data-theme=dark] table{color:var(--text-primary)}html[data-theme=dark] table thead{background:var(--bg-tertiary)}html[data-theme=dark] table th{color:var(--text-secondary);border-color:var(--border-color)}html[data-theme=dark] table td{color:var(--text-primary);border-color:var(--border-color)}html[data-theme=dark] input,html[data-theme=dark] textarea,html[data-theme=dark] select{background:var(--bg-tertiary);color:var(--text-primary);border-color:var(--border-color)}html[data-theme=dark] input:focus,html[data-theme=dark] textarea:focus,html[data-theme=dark] select:focus{border-color:var(--accent-color);outline-color:#00a9a533}html[data-theme=dark] label{color:var(--text-secondary)}html[data-theme=dark] .secondary-button{background:var(--bg-tertiary);border-color:var(--border-color);color:var(--text-primary)}html[data-theme=dark] .secondary-button:hover{background:#334155}html[data-theme=dark] .primary-button{color:#fff}html[data-theme=dark] .danger-button{background:#ef44441a;border-color:#ef444440}html[data-theme=dark] .modal-overlay{background:#000000a6}html[data-theme=dark] .modal,html[data-theme=dark] .modal-content,html[data-theme=dark] .form-modal{background:var(--bg-secondary);border-color:var(--border-color);color:var(--text-primary)}html[data-theme=dark] .form-close-button{background:var(--bg-tertiary);border-color:var(--border-color);color:var(--text-secondary)}html[data-theme=dark] .form-close-button:hover{color:var(--text-primary);background:#334155}html[data-theme=dark] .topbar .global-search-results{background:var(--bg-secondary)!important;border-color:var(--border-color)!important;box-shadow:0 32px 80px #0006,0 12px 30px #00000040!important}html[data-theme=dark] .topbar .global-search-results .global-search-result:hover{border-color:var(--accent-color)!important;background:#334155!important}html[data-theme=dark] .topbar .global-search-results .global-search-result strong{color:var(--text-primary)!important}html[data-theme=dark] .topbar .global-search-results .global-search-result small{color:var(--text-muted)!important}html[data-theme=dark] .detail-row{border-color:var(--border-color)}html[data-theme=dark] .detail-row span,html[data-theme=dark] .detail-row p{color:var(--text-secondary)}html[data-theme=dark] .related-record-row{border-color:var(--border-color)}html[data-theme=dark] option{color:#f8fafc;background:#1e293b}html[data-theme=dark] ::-webkit-scrollbar-thumb{background:#475569}html[data-theme=dark] .muted,html[data-theme=dark] .text-muted{color:var(--text-muted)}html[data-theme=dark] hr{border-color:var(--border-color)}.theme-toggle{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:background-color .18s,border-color .18s,color .18s,transform .18s,box-shadow .18s;display:flex}.theme-toggle:hover{color:#00a9a5;background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 6px 16px #0f172a14}html[data-theme=dark] .theme-toggle{background:var(--bg-tertiary);border-color:var(--border-color);color:#f8fafc}html[data-theme=dark] .theme-toggle:hover{color:#00c2bd;background:#334155;border-color:#475569}html[data-theme=dark],html[data-theme=dark] body,html[data-theme=dark] #root{color:#f8fafc!important;background:#0b1220!important}html[data-theme=dark] body{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html[data-theme=dark] .crm-layout,html[data-theme=dark] .main-content,html[data-theme=dark] .page,html[data-theme=dark] .leads-page,html[data-theme=dark] .dashboard,html[data-theme=dark] .dashboard-content,html[data-theme=dark] .content-page{color:#f8fafc!important;background:#0b1220!important}html[data-theme=dark] .sidebar{color:#f8fafc!important;background:#0f172a!important;border-right-color:#1e293b!important}html[data-theme=dark] .sidebar-logo strong{color:#f8fafc!important}html[data-theme=dark] .sidebar-logo small{color:#94a3b8!important}html[data-theme=dark] .nav-link{color:#cbd5e1!important;background:0 0!important}html[data-theme=dark] .nav-link:hover{color:#f8fafc!important;background:#172033!important}html[data-theme=dark] .nav-link.active{color:#5ee7e2!important;background:#00a9a524!important}html[data-theme=dark] .topbar{background:#0f172a!important;border-bottom-color:#1e293b!important}html[data-theme=dark] .topbar-search{color:#94a3b8!important;background:#172033!important;border-color:#334155!important}html[data-theme=dark] .topbar-search input{color:#f8fafc!important;background:0 0!important}html[data-theme=dark] .topbar-search input::placeholder{color:#64748b!important}html[data-theme=dark] .topbar-search kbd{color:#94a3b8!important;background:#0f172a!important;border-color:#334155!important}html[data-theme=dark] .topbar-user{color:#f8fafc!important;background:#172033!important;border-color:#334155!important}html[data-theme=dark] .topbar-user span{color:#5ee7e2!important}html[data-theme=dark] .page-header h1,html[data-theme=dark] .page-header h2,html[data-theme=dark] .page-header h3{color:#f8fafc!important}html[data-theme=dark] .page-header p{color:#94a3b8!important}html[data-theme=dark] .page-title,html[data-theme=dark] .page-subtitle{color:#f8fafc!important}html[data-theme=dark] .dashboard-header{background:#0f172a!important;border-bottom-color:#1e293b!important}html[data-theme=dark] .dashboard-header h1{color:#f8fafc!important}html[data-theme=dark] .dashboard-header p{color:#94a3b8!important}html[data-theme=dark] .welcome-card,html[data-theme=dark] .stat-card,html[data-theme=dark] .profile-info div{color:#f8fafc!important;background:#111c2e!important;border-color:#26354a!important}html[data-theme=dark] .welcome-card h2,html[data-theme=dark] .welcome-card h3{color:#f8fafc!important}html[data-theme=dark] .welcome-card p,html[data-theme=dark] .profile-info span{color:#94a3b8!important}html[data-theme=dark] .profile-info strong{color:#f8fafc!important}html[data-theme=dark] .stat-card span{color:#94a3b8!important}html[data-theme=dark] .stat-card strong,html[data-theme=dark] .dashboard-columns{color:#f8fafc!important}html[data-theme=dark] .dashboard-columns .table-card,html[data-theme=dark] .table-card{color:#f8fafc!important;background:#111c2e!important;border:1px solid #26354a!important}html[data-theme=dark] .section-header{color:#f8fafc!important;background:#111c2e!important}html[data-theme=dark] .section-header h3{color:#f8fafc!important}html[data-theme=dark] .section-header p{color:#94a3b8!important}html[data-theme=dark] .lead-toolbar{color:#f8fafc!important;background:#111c2e!important;border-color:#26354a!important}html[data-theme=dark] .lead-toolbar input,html[data-theme=dark] .lead-toolbar select{color:#f8fafc!important;background:#172033!important;border-color:#334155!important}html[data-theme=dark] .lead-toolbar input::placeholder{color:#64748b!important}html[data-theme=dark] .table-wrapper{background:#111c2e!important;border-color:#26354a!important}html[data-theme=dark] table{color:#f8fafc!important;background:#111c2e!important}html[data-theme=dark] table thead,html[data-theme=dark] table thead tr{background:#172033!important}html[data-theme=dark] table th{color:#94a3b8!important;background:#172033!important;border-color:#334155!important}html[data-theme=dark] table td{color:#e2e8f0!important;background:#111c2e!important;border-color:#26354a!important}html[data-theme=dark] table tbody tr{background:#111c2e!important}html[data-theme=dark] table tbody tr:hover,html[data-theme=dark] table tbody tr:hover td{background:#172033!important}html[data-theme=dark] .form-card{color:#f8fafc!important;background:#111c2e!important;border-color:#26354a!important}html[data-theme=dark] .form-header{border-color:#26354a!important}html[data-theme=dark] .form-header h3,html[data-theme=dark] .form-card h3,html[data-theme=dark] .form-card h2{color:#f8fafc!important}html[data-theme=dark] .form-card label{color:#cbd5e1!important}html[data-theme=dark] input,html[data-theme=dark] textarea,html[data-theme=dark] select{color:#f8fafc!important;background:#172033!important;border-color:#334155!important}html[data-theme=dark] input::placeholder,html[data-theme=dark] textarea::placeholder{color:#64748b!important}html[data-theme=dark] input:focus,html[data-theme=dark] textarea:focus,html[data-theme=dark] select:focus{border-color:#00a9a5!important;box-shadow:0 0 0 3px #00a9a51f!important}html[data-theme=dark] .detail-card{color:#f8fafc!important;background:#111c2e!important;border-color:#26354a!important}html[data-theme=dark] .detail-card-header{border-bottom-color:#26354a!important}html[data-theme=dark] .detail-card-header h2,html[data-theme=dark] .detail-card-header h3{color:#f8fafc!important}html[data-theme=dark] .detail-row{border-bottom-color:#26354a!important}html[data-theme=dark] .detail-row span{color:#94a3b8!important}html[data-theme=dark] .detail-row strong{color:#f8fafc!important}html[data-theme=dark] .detail-row p{color:#cbd5e1!important}html[data-theme=dark] .lead-detail-header,html[data-theme=dark] .lead-title-content h1{color:#f8fafc!important}html[data-theme=dark] .lead-code,html[data-theme=dark] .detail-back-button{color:#94a3b8!important}html[data-theme=dark] .detail-back-button:hover{color:#5ee7e2!important}html[data-theme=dark] .related-records-list,html[data-theme=dark] .related-record-row{background:0 0!important;border-color:#26354a!important}html[data-theme=dark] .related-record-row:hover{background:#172033!important}html[data-theme=dark] .related-record-main strong{color:#f8fafc!important}html[data-theme=dark] .related-record-details{color:#94a3b8!important}html[data-theme=dark] .modal-overlay,html[data-theme=dark] .lead-details-overlay{background:#000000b8!important}html[data-theme=dark] .details-modal,html[data-theme=dark] .lead-details-card,html[data-theme=dark] .modal,html[data-theme=dark] .modal-content{color:#f8fafc!important;background:#111c2e!important;border-color:#26354a!important}html[data-theme=dark] .details-header{border-color:#26354a!important}html[data-theme=dark] .details-header h3{color:#f8fafc!important}html[data-theme=dark] .details-header p{color:#94a3b8!important}html[data-theme=dark] .details-grid>div{background:#172033!important}html[data-theme=dark] .details-grid span{color:#94a3b8!important}html[data-theme=dark] .details-grid strong{color:#f8fafc!important}html[data-theme=dark] .form-close-button,html[data-theme=dark] .close-button{color:#cbd5e1!important;background:#172033!important;border-color:#334155!important}html[data-theme=dark] .form-close-button:hover,html[data-theme=dark] .close-button:hover{color:#fff!important;background:#26354a!important}html[data-theme=dark] .secondary-button{color:#e2e8f0!important;background:#172033!important;border-color:#334155!important}html[data-theme=dark] .secondary-button:hover{color:#fff!important;background:#26354a!important;border-color:#475569!important}html[data-theme=dark] .topbar .global-search-results{background:#111c2e!important;border-color:#334155!important}html[data-theme=dark] .topbar .global-search-results .global-search-result{background:#172033!important;border-color:#26354a!important}html[data-theme=dark] .topbar .global-search-results .global-search-result:hover{background:#26354a!important;border-color:#00a9a5!important}html[data-theme=dark] .topbar .global-search-results strong{color:#f8fafc!important}html[data-theme=dark] .topbar .global-search-results small{color:#94a3b8!important}html[data-theme=dark] .logout-button{color:#f87171!important;background:#ef444414!important;border-color:#ef444440!important}html[data-theme=dark] .logout-button:hover{background:#ef444424!important}.theme-toggle{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-right:14px;padding:0;transition:background-color .18s,border-color .18s,color .18s,transform .18s,box-shadow .18s;display:flex}.theme-toggle:hover{color:#00a9a5;background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}.theme-toggle:active{transform:translateY(0)scale(.96)}html[data-theme=dark] .theme-toggle{color:#f8fafc!important;background:#172033!important;border-color:#334155!important}html[data-theme=dark] .theme-toggle:hover{color:#5ee7e2!important;background:#26354a!important}html[data-theme=dark] ::-webkit-scrollbar{width:8px;height:8px}html[data-theme=dark] ::-webkit-scrollbar-track{background:#0b1220}html[data-theme=dark] ::-webkit-scrollbar-thumb{background:#334155;border-radius:999px}html[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#475569}html[data-theme=dark] .sidebar-user{color:#f8fafc!important;background:#1a2538!important;border:1px solid #2f3d52!important;border-radius:14px!important;padding:12px 10px!important}html[data-theme=dark] .sidebar-user strong{color:#f8fafc!important}html[data-theme=dark] .sidebar-user small{color:#94a3b8!important}html[data-theme=dark] .sidebar-bottom{border-top-color:#26354a!important}.settings-page{padding:30px}.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:24px;display:grid}.settings-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:24px;box-shadow:0 8px 25px #0f172a0a}.settings-card-full{grid-column:1/-1}.settings-card-header{border-bottom:1px solid #e2e8f0;align-items:center;gap:13px;margin-bottom:22px;padding-bottom:20px;display:flex}.settings-card-header h3{color:#0f172a;margin:0;font-size:17px}.settings-card-header p{color:#64748b;margin:4px 0 0;font-size:13px}.settings-icon{color:#008f8b;background:#e8f8f7;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.settings-form{flex-direction:column;gap:18px;display:flex}.settings-field{flex-direction:column;gap:7px;display:flex}.settings-field label{color:#334155;font-size:13px;font-weight:700}.settings-field small{color:#94a3b8;font-size:11px;line-height:1.5}.settings-input-wrapper{background:#fff;border:1px solid #dbe3ec;border-radius:11px;align-items:center;gap:10px;min-height:44px;padding:0 13px;transition:border-color .18s,box-shadow .18s;display:flex}.settings-input-wrapper:focus-within{border-color:#00a9a5;box-shadow:0 0 0 3px #00a9a51a}.settings-input-wrapper svg{color:#94a3b8;flex:0 0 17px}.settings-input-wrapper input{color:#0f172a;width:100%;min-width:0;padding:11px 0;box-shadow:none!important;background:0 0!important;border:none!important;outline:none!important}.settings-input-wrapper.disabled{background:#f8fafc}.settings-input-wrapper input:disabled{color:#64748b;cursor:not-allowed}.settings-profile-meta{grid-template-columns:1fr 1fr;gap:12px;margin-top:2px;display:grid}.settings-profile-meta div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:11px;padding:13px 14px}.settings-profile-meta span{color:#94a3b8;text-transform:uppercase;letter-spacing:.4px;margin-bottom:5px;font-size:11px;font-weight:600;display:block}.settings-profile-meta strong{color:#0f172a;font-size:13px}.settings-profile-meta .status-active{color:#008f8b}.settings-save-button{align-self:flex-start;align-items:center;gap:8px;margin-top:4px;display:inline-flex}.theme-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.theme-option{text-align:left;color:#0f172a;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:13px;width:100%;min-height:76px;padding:15px;transition:border-color .18s,background-color .18s,transform .18s,box-shadow .18s;display:flex;position:relative}.theme-option:hover{background:#f8fafc;border-color:#b9ebe8;transform:translateY(-1px)}.theme-option.active{background:#f0fbfa;border-color:#00a9a5;box-shadow:inset 3px 0 #00a9a5}.theme-option-icon{color:#475569;background:#f1f5f9;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.theme-option.active .theme-option-icon{color:#008f8b;background:#e0f7f5}.theme-option strong{color:#0f172a;font-size:13px;font-weight:700;display:block}.theme-option span{color:#64748b;margin-top:4px;font-size:11px;display:block}.theme-check{color:#00a9a5;margin-left:auto;font-size:18px;font-weight:800}html[data-theme=dark] .settings-card{box-shadow:none!important;background:#111c2e!important;border-color:#26354a!important}html[data-theme=dark] .settings-card-header{border-bottom-color:#26354a!important}html[data-theme=dark] .settings-card-header h3{color:#f8fafc!important}html[data-theme=dark] .settings-card-header p{color:#94a3b8!important}html[data-theme=dark] .settings-icon{color:#5ee7e2!important;background:#00a9a51f!important}html[data-theme=dark] .settings-field label{color:#cbd5e1!important}html[data-theme=dark] .settings-input-wrapper{background:#172033!important;border-color:#334155!important}html[data-theme=dark] .settings-input-wrapper input{color:#f8fafc!important}html[data-theme=dark] .settings-input-wrapper input::placeholder{color:#64748b!important}html[data-theme=dark] .settings-input-wrapper.disabled{background:#111827!important}html[data-theme=dark] .settings-profile-meta div{background:#172033!important;border-color:#334155!important}html[data-theme=dark] .settings-profile-meta strong{color:#f8fafc!important}html[data-theme=dark] .theme-option{color:#f8fafc!important;background:#172033!important;border-color:#334155!important}html[data-theme=dark] .theme-option:hover{background:#1e293b!important}html[data-theme=dark] .theme-option.active{background:#00a9a51a!important;border-color:#00a9a5!important}html[data-theme=dark] .theme-option-icon{color:#cbd5e1!important;background:#26354a!important}html[data-theme=dark] .theme-option.active .theme-option-icon{color:#5ee7e2!important;background:#00a9a526!important}html[data-theme=dark] .theme-option strong{color:#f8fafc!important}html[data-theme=dark] .theme-option span{color:#94a3b8!important}@media (width<=850px){.settings-grid{grid-template-columns:1fr}.settings-card-full{grid-column:auto}}@media (width<=600px){.settings-page{padding:20px}.settings-profile-meta,.theme-options{grid-template-columns:1fr}.settings-card{padding:18px}}.sidebar-user{text-align:left;cursor:pointer;width:100%;font-family:inherit;transition:transform .18s,border-color .18s,background-color .18s;display:block}.sidebar-user:hover{transform:translateY(-1px)}html[data-theme=dark] .sidebar-user:hover{background:#202d42!important;border-color:#3b4b63!important}.topbar-user{align-items:center;gap:10px;min-width:0;display:flex}.topbar-user strong{white-space:nowrap;color:#0f172a;font-size:13px;font-weight:750;display:block}.topbar-user span{white-space:nowrap;color:#008f8b;background:#e8f8f7;border:1px solid #b9ebe8;border-radius:999px;justify-content:center;align-items:center;padding:5px 9px;font-size:10px;font-weight:800;display:inline-flex}html[data-theme=dark] .topbar-user strong{color:#f8fafc!important}html[data-theme=dark] .topbar-user span{color:#5ee7e2!important;background:#00a9a51f!important;border-color:#00a9a540!important}.sidebar-user{flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;gap:3px!important;display:flex!important}.sidebar-user strong,.sidebar-user small{line-height:1.2!important;display:block!important}.settings-avatar-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:16px;margin-bottom:22px;padding:16px;display:flex}.settings-avatar{color:#fff;background:linear-gradient(135deg,#00a9a5,#008f8b);border-radius:18px;flex:0 0 64px;justify-content:center;align-items:center;width:64px;height:64px;font-size:24px;font-weight:800;display:flex;overflow:hidden}.settings-avatar img{object-fit:cover;width:100%;height:100%}.settings-avatar-info{min-width:0}.settings-avatar-info strong{color:#0f172a;font-size:14px;display:block}.settings-avatar-info p{color:#64748b;margin:4px 0 10px;font-size:11px}.settings-avatar-info button{min-height:34px;padding:7px 12px;font-size:11px}html[data-theme=dark] .settings-avatar-section{background:#172033!important;border-color:#334155!important}html[data-theme=dark] .settings-avatar-info strong{color:#f8fafc!important}html[data-theme=dark] .settings-avatar-info p{color:#94a3b8!important}.sidebar-user{flex-direction:row!important;align-items:center!important;gap:10px!important;display:flex!important}.sidebar-user-avatar{color:#fff;background:linear-gradient(135deg,#00a9a5,#008f8b);border-radius:11px;flex:0 0 36px;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:800;display:flex;overflow:hidden}.sidebar-user-avatar img{object-fit:cover;width:100%;height:100%}.sidebar-user-info{flex-direction:column;flex:1;align-items:flex-start;gap:3px;min-width:0;display:flex}.sidebar-user-info strong{white-space:nowrap;text-overflow:ellipsis;color:#0f172a;max-width:100%;font-size:12px;font-weight:750;overflow:hidden;display:block!important}.sidebar-user-info small{color:#64748b;font-size:10px;line-height:1.2;display:block!important}html[data-theme=dark] .sidebar-user-info strong{color:#f8fafc!important}html[data-theme=dark] .sidebar-user-info small{color:#94a3b8!important}.topbar-user{width:auto!important;min-width:0!important;max-width:240px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:12px!important;flex:none!important;justify-content:flex-end!important;align-items:center!important;gap:10px!important;margin-left:auto!important;padding:7px 10px!important;display:flex!important}.topbar-user-avatar{color:#fff!important;background:linear-gradient(135deg,#00a9a5,#008f8b)!important;border-radius:12px!important;flex:0 0 38px!important;justify-content:center!important;align-items:center!important;width:38px!important;height:38px!important;font-size:14px!important;font-weight:800!important;display:flex!important;overflow:hidden!important}.topbar-user-avatar img{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.topbar-user-info{flex-direction:column!important;justify-content:center!important;align-items:flex-end!important;gap:3px!important;width:auto!important;min-width:0!important;display:flex!important}.topbar-user-info strong{white-space:nowrap!important;text-overflow:ellipsis!important;color:#0f172a!important;max-width:140px!important;font-size:13px!important;font-weight:750!important;line-height:1.2!important;display:block!important;overflow:hidden!important}html[data-theme=dark] .topbar-user{box-shadow:none!important;background:0 0!important;border:0!important}.topbar{align-items:center!important;display:flex!important}.topbar>*{min-width:0}.topbar .topbar-user{margin-left:auto!important}.topbar .global-search{flex:0 760px!important;min-width:240px!important}.topbar .theme-toggle{flex:none!important;margin-left:10px!important}@media (width<=700px){.topbar-user-info{display:none!important}.topbar-user{padding:4px!important}.topbar-user-avatar{flex-basis:36px!important;width:36px!important;height:36px!important}}.topbar-user{box-sizing:border-box!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:14px!important;flex-direction:row!important;justify-content:flex-end!important;align-items:center!important;gap:10px!important;width:auto!important;min-width:0!important;max-width:230px!important;margin-left:auto!important;padding:6px 10px!important;display:flex!important}.topbar-user-avatar{box-sizing:border-box!important;background:#00a9a5!important;border-radius:11px!important;justify-content:center!important;align-items:center!important;width:38px!important;min-width:38px!important;max-width:38px!important;height:38px!important;margin:0!important;padding:0!important;display:flex!important;overflow:hidden!important}.topbar-user-avatar img{object-fit:cover!important;object-position:center!important;border:0!important;border-radius:0!important;width:100%!important;min-width:100%!important;max-width:none!important;height:100%!important;min-height:100%!important;max-height:none!important;margin:0!important;padding:0!important;display:block!important}.topbar-user-avatar span{color:#fff!important;justify-content:center!important;align-items:center!important;width:100%!important;height:100%!important;font-size:14px!important;font-weight:800!important;display:flex!important}.topbar-user-info{flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;gap:2px!important;min-width:0!important;display:flex!important}.topbar-user-info strong{white-space:nowrap!important;text-overflow:ellipsis!important;color:#0f172a!important;max-width:130px!important;margin:0!important;padding:0!important;font-size:13px!important;font-weight:750!important;line-height:1.25!important;display:block!important;overflow:hidden!important}.topbar-user-info span{color:#64748b!important;background:0 0!important;border:0!important;margin:0!important;padding:0!important;font-size:10px!important;font-weight:600!important;line-height:1.25!important;display:block!important}html[data-theme=dark] .topbar-user{background:#172033!important;border-color:#334155!important}html[data-theme=dark] .topbar-user-info strong{color:#f8fafc!important}html[data-theme=dark] .topbar-user-info span{color:#94a3b8!important}html[data-theme=dark] .topbar-user{background:#172033!important;border:1px solid #2f3d52!important;box-shadow:0 4px 14px #00000038!important}html[data-theme=dark] .topbar-user:hover{background:#1d293d!important;border-color:#3b4b63!important}html[data-theme=dark] .topbar-user-avatar{background:#00a9a5!important;border:1px solid #5ee7e240!important}html[data-theme=dark] .topbar-user-info{background:0 0!important}html[data-theme=dark] .topbar-user-info strong{color:#f8fafc!important;background:0 0!important}html[data-theme=dark] .topbar-user-info span{color:#94a3b8!important;background:0 0!important;border:0!important}html[data-theme=dark] .topbar-user{border-radius:14px!important;padding:6px 10px!important}html[data-theme=dark] .topbar-user-avatar img{object-fit:cover!important;border-radius:0!important;width:100%!important;height:100%!important}.logo-small{border-radius:13px!important;flex:0 0 44px!important;justify-content:center!important;align-items:center!important;width:44px!important;height:44px!important;display:flex!important;overflow:hidden!important}.logo-small img{object-fit:contain!important;width:100%!important;height:100%!important;display:block!important}.logo-small{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:13px!important;flex:0 0 44px!important;justify-content:center!important;align-items:center!important;width:44px!important;height:44px!important;display:flex!important;overflow:hidden!important;box-shadow:0 4px 12px #0f172a0f!important}.logo-small img{object-fit:contain!important;background:#fff!important;width:100%!important;height:100%!important;display:block!important}
