:root{color-scheme:dark;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,PingFang SC,Microsoft YaHei,sans-serif;line-height:1.6;font-weight:400;color:#e8eaed;background:#131314;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg-page: #131314;--bg-surface: #1e1f20;--bg-strong: #2c2c2d;--bg-accent: #8ab4f8;--bg-accent-soft: rgba(138, 180, 248, .12);--border-soft: rgba(255, 255, 255, .08);--text-main: #e8eaed;--text-muted: #bdc1c6;--text-on-dark: #131314;--danger: #f28b82;--success: #81c995;--shadow-soft: 0 8px 24px rgba(0, 0, 0, .3);--shadow-card: 0 4px 16px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(255, 255, 255, .05)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;min-width:320px;background:#131314;color:var(--text-main);overflow:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#ffffff03;border-radius:999px}::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#ffffff38}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit}.crm-app{min-height:100vh}@keyframes rotate-clockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotate-counter{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.login-screen{min-height:100vh;display:grid;grid-template-columns:minmax(320px,1.08fr) minmax(420px,.92fr);position:relative;overflow:hidden;background:#131314}.login-screen:before,.login-screen:after{content:"";position:absolute;border-radius:999px;filter:blur(120px);pointer-events:none}.login-screen:before{width:500px;height:500px;top:-100px;right:-100px;background:radial-gradient(circle,rgba(138,180,248,.12),transparent 70%)}.login-screen:after{width:400px;height:400px;bottom:-100px;left:-100px;background:radial-gradient(circle,rgba(129,201,149,.08),transparent 70%)}.login-hero{padding:72px 64px;color:var(--text-main);display:flex;flex-direction:column;justify-content:center;gap:28px;position:relative;animation:fadeInUp .6s ease}.login-orbit{position:absolute;border-radius:999px;pointer-events:none}.login-orbit--one{width:460px;height:460px;top:50px;left:-110px;border:1px dashed rgba(255,255,255,.08);animation:rotate-clockwise 60s linear infinite}.login-orbit--two{width:300px;height:300px;top:100px;left:140px;border:1px dashed rgba(255,255,255,.05);animation:rotate-counter 40s linear infinite}.login-kicker{display:inline-flex;width:fit-content;padding:8px 18px;border-radius:999px;background:#8ab4f814;color:#8ab4f8;font-size:14px;font-weight:700;letter-spacing:.08em;border:1px solid rgba(138,180,248,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-hero-copy{display:grid;gap:18px;max-width:720px}.login-intro{margin:0;font-size:20px;color:#8ab4f8;letter-spacing:.02em;font-weight:500}.login-hero h1{margin:0;max-width:820px;font-size:clamp(48px,5.6vw,72px);line-height:1.08;letter-spacing:-.03em;text-wrap:balance;background:linear-gradient(135deg,#fff 40%,#8ab4f8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:800}.login-hero h1 span{display:block}.login-hero p{margin:0;max-width:760px;color:var(--text-muted);font-size:18px;line-height:1.6}.login-summary{max-width:680px;line-height:1.7;font-size:18px}.login-highlight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:720px}.login-highlight{min-height:180px;padding:26px;border:1px solid rgba(255,255,255,.05);border-radius:20px;background:#1e1f20;box-shadow:var(--shadow-card);transition:all .3s ease}.login-highlight:hover{transform:translateY(-4px);border-color:#8ab4f840;box-shadow:0 10px 25px #00000040}.login-highlight--accent{background:linear-gradient(135deg,#8ab4f814,#81c9950a);border:1px solid rgba(138,180,248,.2);box-shadow:0 8px 32px #0003}.login-highlight span{display:inline-flex;margin-bottom:12px;font-size:13px;font-weight:700;letter-spacing:.08em;color:#8ab4f8}.login-highlight--accent span{color:#80f3ec}.login-highlight strong{display:block;margin-bottom:10px;font-size:20px;line-height:1.45;text-wrap:balance;color:#fff}.login-highlight p{font-size:15px;line-height:1.6;color:var(--text-muted)}.login-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:720px}.login-metric{min-height:96px;padding:18px 22px;border-radius:20px;background:#1e1f20;border:1px solid rgba(255,255,255,.04);box-shadow:var(--shadow-soft);transition:all .3s ease}.login-metric:hover{transform:translateY(-2px);border-color:#8ab4f833}.login-metric strong{display:block;margin-bottom:6px;font-size:28px;line-height:1;color:#8ab4f8;font-weight:800}.login-metric span{font-size:14px;color:var(--text-muted);line-height:1.4}.login-panel{display:flex;align-items:center;justify-content:center;padding:40px 40px 40px 16px;position:relative;animation:fadeInUp .6s ease}.login-card{width:min(100%,450px);padding:40px 36px;border:1px solid rgba(255,255,255,.05);border-radius:24px;background:#1e1f20;box-shadow:0 20px 50px #0006}.login-card-badge{display:inline-flex;padding:6px 12px;border-radius:999px;background:#8ab4f814;color:#8ab4f8;font-size:13px;font-weight:700;margin-bottom:18px;border:1px solid rgba(138,180,248,.2)}.login-card h2{margin:0 0 10px;font-size:30px;letter-spacing:-.02em;color:#fff;font-weight:800}.login-card p{margin:0 0 28px;color:var(--text-muted)}.crm-form{display:grid;gap:18px}.crm-form--two-column{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 16px}.crm-field{display:grid;gap:8px}.crm-field--full{grid-column:1 / -1}.crm-field label{font-size:14.5px;font-weight:500;color:#bdc1c6}.crm-field input,.crm-field select,.crm-field textarea{width:100%;padding:13px 15px;border:1px solid #3c4043;border-radius:8px;background:#1e1f20;color:#e8eaed;transition:all .2s cubic-bezier(.2,0,0,1)}.crm-field input::placeholder,.crm-field textarea::placeholder{color:#70757a}.crm-field input:focus,.crm-field select:focus,.crm-field textarea:focus{outline:none;border-color:#8ab4f8;background:#1e1f20;box-shadow:0 0 0 3px #8ab4f826;transform:translateY(-1px)}.crm-field textarea{min-height:108px;resize:vertical}.crm-button{border:0;border-radius:999px;padding:12px 24px;background:#8ab4f8;color:#131314;font-weight:600;box-shadow:0 4px 12px #8ab4f826;transition:all .2s cubic-bezier(.2,0,0,1)}.crm-button:hover{background:#aecbfa;transform:translateY(-2px);box-shadow:0 6px 16px #8ab4f840}.crm-button:active{transform:translateY(0)}.crm-button:disabled{cursor:not-allowed;opacity:.35;transform:none;box-shadow:none}.crm-button--ghost{background:transparent;color:#8ab4f8;border:1px solid #3c4043;box-shadow:none}.crm-button--ghost:hover{background:#8ab4f814;border-color:#8ab4f8;box-shadow:none}.crm-button--danger{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;box-shadow:0 4px 12px #dc262626}.crm-button--danger:hover{box-shadow:0 6px 16px #dc262640}.crm-alert{display:grid;gap:6px;padding:14px 16px;border-radius:12px;font-size:14px;border:1px solid transparent}.crm-alert strong{font-size:14px;line-height:1.2}.crm-alert span{line-height:1.6}.crm-alert--error{background:#f28b821a;border-color:#f28b8233;color:#f28b82}.crm-alert--success{background:#81c9951a;border-color:#81c99533;color:#81c995}.crm-shell{height:100vh;display:grid;grid-template-columns:260px minmax(0,1fr);overflow:hidden;background:#131314}.crm-sidebar{height:calc(100vh - 32px);margin:16px 0 16px 16px;border-radius:16px;border:1px solid rgba(255,255,255,.04);background:#1e1f20;color:#e8eaed;display:grid;grid-template-rows:auto 1fr auto;gap:24px;padding:24px 18px;overflow:hidden;box-shadow:0 4px 16px #0003}.crm-sidebar__nav-shell{min-height:0;overflow-y:auto;padding-right:4px}.crm-brand h1{margin:0;font-size:20px;line-height:1.2;font-weight:800;background:linear-gradient(135deg,#fff 40%,#8ab4f8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.crm-brand p{margin:8px 0 0;color:#9aa0a6;font-size:12px;line-height:1.5}.crm-nav{display:grid;align-content:start;gap:8px}.crm-nav button{position:relative;text-align:left;border:1px solid transparent;border-radius:999px;padding:12px 16px 12px 48px;background:transparent;color:#bdc1c6;font-weight:500;font-size:14px;line-height:1.3;transition:all .2s cubic-bezier(.2,0,0,1)}.crm-nav button:before{content:"";position:absolute;left:16px;top:50%;transform:translateY(-50%);width:18px;height:18px;background-size:contain;background-repeat:no-repeat;opacity:.65;transition:all .2s cubic-bezier(.2,0,0,1)}.crm-nav button:hover{background:#ffffff0a;color:#fff;padding-left:50px}.crm-nav button:hover:before{opacity:.9;left:18px}.crm-nav button[data-active=true]{background:#2b3952;color:#8ab4f8;font-weight:600}.crm-nav button[data-active=true]:before{opacity:1}.crm-nav-btn--dashboard:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239aa0a6' stroke-width='2.2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M4 6a2 2 0 012-2h2a2 2 0 012 2v4a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v4a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z'/%3E%3C/svg%3E")}.crm-nav button[data-active=true].crm-nav-btn--dashboard:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%238ab4f8' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M4 6a2 2 0 012-2h2a2 2 0 012 2v4a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v4a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z'/%3E%3C/svg%3E")}.crm-nav-btn--companies:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239aa0a6' stroke-width='2.2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 17v-2m3 2v-4m3 4v-6m2 10H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z'/%3E%3C/svg%3E")}.crm-nav button[data-active=true].crm-nav-btn--companies:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%238ab4f8' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 17v-2m3 2v-4m3 4v-6m2 10H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z'/%3E%3C/svg%3E")}.crm-nav-btn--first-follow-up:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239aa0a6' stroke-width='2.2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 9v3m0 0v3m0-3h3m-3 0H9m12 0a9 9 0 11-18 0 9 9 0 0118 0z'/%3E%3C/svg%3E")}.crm-nav button[data-active=true].crm-nav-btn--first-follow-up:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%238ab4f8' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 9v3m0 0v3m0-3h3m-3 0H9m12 0a9 9 0 11-18 0 9 9 0 0118 0z'/%3E%3C/svg%3E")}.crm-nav-btn--employees:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239aa0a6' stroke-width='2.2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z'/%3E%3C/svg%3E")}.crm-nav button[data-active=true].crm-nav-btn--employees:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%238ab4f8' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z'/%3E%3C/svg%3E")}.crm-nav-btn--statuses:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239aa0a6' stroke-width='2.2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z'/%3E%3C/svg%3E")}.crm-nav button[data-active=true].crm-nav-btn--statuses:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%238ab4f8' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z'/%3E%3C/svg%3E")}.crm-main{min-height:0;min-width:0;width:100%;height:calc(100vh - 32px);margin:16px;border-radius:16px;padding:24px;display:grid;grid-template-rows:auto 1fr;gap:20px;overflow:hidden;background:#1e1f20;border:1px solid rgba(255,255,255,.04);box-shadow:0 4px 16px #0003}.crm-topbar{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 24px;border:1px solid rgba(255,255,255,.04);border-radius:12px;background:#131314;box-shadow:inset 0 1px #ffffff05}.crm-topbar-kicker{display:inline-flex;margin-bottom:6px;padding:4px 10px;border-radius:999px;background:#8ab4f814;color:#8ab4f8;font-size:11px;font-weight:700;border:1px solid rgba(138,180,248,.15)}.crm-topbar h1{margin:0;font-size:20px;line-height:1.2;font-weight:800;color:#fff}.crm-topbar p{margin:6px 0 0;color:var(--text-muted);font-size:13.5px}.crm-topbar-meta{text-align:right}.crm-topbar-meta strong{display:block;font-size:15px;color:#fff}.crm-content{display:grid;gap:20px;align-content:start;justify-items:stretch;min-height:0;min-width:0;width:100%;overflow-y:auto;padding-right:4px;animation:fadeInUp .4s ease}.crm-page-header h2,.crm-page-header h3{margin:0;color:#fff}.crm-page-header--hero{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.crm-page-header p{margin:8px 0 0;color:var(--text-muted)}.crm-grid{display:grid;gap:20px;align-items:start;align-content:start;justify-items:stretch;min-width:0;width:100%}.crm-grid--stats{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.crm-grid--summary{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.crm-grid--report{grid-template-columns:minmax(0,1.28fr) minmax(360px,1fr);align-items:start}.crm-panel,.crm-stat-card{border:1px solid rgba(255,255,255,.04);border-radius:12px;background:#131314;box-shadow:var(--shadow-soft);width:100%;min-width:0}.crm-panel{padding:24px;transition:all .3s ease}.crm-panel:hover{border-color:#ffffff14}.crm-panel strong{color:#fff}.crm-sidebar .crm-panel{padding:16px;border-radius:16px;background:#0000001f;border:1px solid rgba(255,255,255,.03)}.crm-sidebar .crm-button--ghost{width:100%;min-width:0;padding:10px 14px;margin-top:10px}.crm-sidebar-identity{display:grid;gap:10px}.crm-sidebar-identity__label{display:inline-flex;width:fit-content;padding:4px 8px;border-radius:999px;background:#8ab4f814;color:#8ab4f8;font-size:11px;font-weight:700;border:1px solid rgba(138,180,248,.15)}.crm-sidebar-identity strong{display:block;margin:0;color:#fff;font-size:16px;line-height:1.2}.crm-sidebar-identity__meta{display:grid;gap:4px;color:var(--text-muted);font-size:13px}.crm-stat-card{padding:20px 24px;min-height:120px;transition:all .3s cubic-bezier(.2,0,0,1);position:relative;overflow:hidden}.crm-stat-card:after{content:"";position:absolute;top:0;left:0;width:100%;height:3px;opacity:.85}.crm-stat-card:nth-child(1):after{background:linear-gradient(90deg,#8ab4f8,#aee3fa)}.crm-stat-card:nth-child(2):after{background:linear-gradient(90deg,#81c995,#a7e2b7)}.crm-stat-card:nth-child(3):after{background:linear-gradient(90deg,#fdd663,#ffe89e)}.crm-stat-card:nth-child(4):after{background:linear-gradient(90deg,#80deea,#b2ebf2)}.crm-stat-card:hover{transform:translateY(-4px);border-color:#8ab4f84d;box-shadow:0 10px 25px #0000004d}.crm-stat-card span{display:block;color:var(--text-muted);font-size:14.5px;font-weight:500;margin-bottom:8px}.crm-stat-card strong{display:block;font-size:34px;line-height:1.1;font-weight:800;background:linear-gradient(135deg,#fff 40%,#8ab4f8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.crm-stat-card small{display:block;margin-top:10px;color:var(--text-muted);font-size:12.5px}.crm-list{display:grid;gap:12px;padding:0;list-style:none;margin:0}.crm-list li{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;border-radius:12px;background:#1e1f20;border:1px solid rgba(255,255,255,.03)}.crm-account-list{gap:12px}.crm-grid--accounts{grid-template-columns:minmax(0,1.08fr) minmax(360px,.82fr);align-items:start}.crm-account-hero{align-items:stretch}.crm-account-create,.crm-account-panel{align-content:start}.crm-account-create{gap:18px}.crm-account-create__badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:999px;background:#8ab4f814;color:#8ab4f8;font-size:13px;font-weight:700;border:1px solid rgba(138,180,248,.15)}.crm-account-item{align-items:flex-start;padding:20px;border:1px solid rgba(255,255,255,.04);background:#131314;border-radius:12px;transition:all .2s ease}.crm-account-item:hover{border-color:#8ab4f840;background:#ffffff03}.crm-account-item--inactive{opacity:.55;border-color:#ffffff05;background:#131314;box-shadow:none}.crm-account-item__main{display:grid;gap:10px;min-width:0}.crm-account-item__title{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.crm-account-item__title strong{margin:0;font-size:18px;line-height:1.2;color:#fff}.crm-account-item__username{color:var(--text-muted);font-size:14px}.crm-account-item__meta{display:flex;flex-wrap:wrap;gap:8px}.crm-status-list{gap:12px}.crm-status-item{align-items:center;padding:18px;border:1px solid rgba(255,255,255,.04);background:#131314;border-radius:12px;transition:all .2s ease}.crm-status-item:hover{border-color:#8ab4f840;background:#ffffff03}.crm-status-item--editing{align-items:stretch;background:#1e1f20;border-color:#8ab4f84d;box-shadow:0 18px 34px #0006}.crm-status-item__main{display:grid;gap:6px;min-width:0}.crm-status-item__main strong{font-size:18px;line-height:1.2;color:#fff}.crm-status-item__title{display:flex;align-items:center;gap:12px}.crm-status-item__sort{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;border-radius:10px;background:#8ab4f814;color:#8ab4f8;font-size:14px;font-weight:800;border:1px solid rgba(138,180,248,.15)}.crm-status-item__editor{display:grid;grid-template-columns:minmax(0,1fr) 160px auto;gap:14px;width:100%;align-items:end}.crm-status-item__editor-head{display:grid;gap:8px;align-content:start}.crm-status-item__editor-head strong{font-size:18px;line-height:1.2;color:#fff}.crm-status-item__actions{display:flex;gap:10px;justify-content:flex-end;align-items:center;flex-wrap:wrap}.crm-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:500;white-space:nowrap;border:1px solid transparent}.crm-badge--success{background:#81c9951f;border-color:#81c9954d;color:#81c995}.crm-badge--muted{background:#bdc1c61a;border-color:#bdc1c633;color:#bdc1c6}.crm-badge--warning{background:#f28b821f;border-color:#f28b824d;color:#f28b82}.crm-badge--emerald{background:#81c9951f;border-color:#81c9954d;color:#81c995}.crm-badge--amber{background:#fdd6631f;border-color:#fdd6634d;color:#fdd663}.crm-badge--cobalt{background:#8ab4f81f;border-color:#8ab4f84d;color:#8ab4f8}.crm-badge--violet{background:#c791ed1f;border-color:#c791ed4d;color:#c791ed}.crm-badge--rose{background:#f28b821f;border-color:#f28b824d;color:#f28b82}.crm-badge--cyan{background:#80deea1f;border-color:#80deea4d;color:#80deea}.crm-badge--orange{background:#ffad691f;border-color:#ffad694d;color:#ffad69}.crm-badge--slate{background:#bdc1c61f;border-color:#bdc1c633;color:#bdc1c6}.crm-button--small{min-width:0;padding:8px 14px;border-radius:8px;font-size:13px}.crm-distribution-list{display:grid;gap:12px;padding:0;margin:0;list-style:none}.crm-distribution-item{padding:16px 18px;border-radius:12px;background:#131314;border:1px solid rgba(255,255,255,.03);display:grid;gap:12px;transition:all .2s ease}.crm-distribution-item:hover{border-color:#8ab4f840;background:#ffffff03}.crm-distribution-item__head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.crm-distribution-item__head>div:first-child{display:flex;align-items:center;gap:10px}.crm-distribution-item__rank{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:32px;border-radius:999px;background:#8ab4f814;color:#8ab4f8;font-size:12px;font-weight:800;border:1px solid rgba(138,180,248,.15)}.crm-distribution-item__label{font-size:16px;line-height:1.4;color:#fff}.crm-distribution-item__meta{display:grid;justify-items:end;gap:2px}.crm-distribution-item__meta strong{font-size:24px;line-height:1;color:#fff}.crm-distribution-item__meta span{color:var(--text-muted);font-size:13px}.crm-distribution-item__track{width:100%;height:8px;border-radius:999px;overflow:hidden;background:#2c2c2d}.crm-distribution-item__button{width:100%;border:0;background:transparent;padding:0;text-align:left;cursor:pointer}.crm-distribution-item__bar{display:block;height:100%;border-radius:inherit;background:linear-gradient(135deg,#8ab4f8,#80deea);box-shadow:0 0 8px #8ab4f833}.crm-table-shell{overflow:auto;border-radius:12px;border:1px solid rgba(255,255,255,.04)}.crm-table{width:100%;border-collapse:collapse}.crm-table th,.crm-table td{padding:16px 14px;border-bottom:1px solid rgba(255,255,255,.04);text-align:left;vertical-align:middle}.crm-table tbody tr{transition:background .15s ease}.crm-table tbody tr:hover{background:#ffffff03}.crm-table-row--active{background:#8ab4f80f}.crm-table th{color:var(--text-muted);font-size:12.5px;letter-spacing:.05em;font-weight:600;background:#131314}.crm-table button{border:0;background:transparent;padding:0;color:#8ab4f8;font-weight:700;transition:all .2s ease}.crm-table button:hover{color:#aecbfa}.crm-company-table td:last-child,.crm-company-table th:last-child{text-align:right}.crm-company-table{table-layout:fixed}.crm-company-table__col--company{width:16%}.crm-company-table__col--phone,.crm-company-table__col--contact{width:15%}.crm-company-table__col--owner{width:13%}.crm-company-table__col--status{width:15%}.crm-company-table__col--time{width:16%}.crm-company-table__col--action{width:10%}.crm-company-cell{display:grid;gap:6px}.crm-company-cell__title{display:inline-flex;align-items:center;justify-self:start;font-size:15px;font-weight:600;color:#fff;line-height:1.35;text-align:left;word-break:break-word}.crm-company-cell__meta{color:var(--text-muted);font-size:13px;line-height:1.4}.crm-company-table__phone,.crm-company-table__time{white-space:nowrap}.crm-company-table__status{display:flex;justify-content:flex-start}.crm-company-table__action{white-space:nowrap}.crm-filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.crm-stack{display:grid;gap:18px;align-content:start;justify-items:stretch;min-width:0;width:100%}.crm-main>*,.crm-content>*{min-width:0;width:100%}.crm-form-actions{display:flex;justify-content:flex-end}.crm-form-actions--split{justify-content:space-between;gap:12px}.crm-section-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.crm-section-head--start{align-items:flex-start}.crm-section-head--compact{gap:8px}.crm-dashboard-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center}.crm-dashboard-hero__main{display:grid;align-content:start;gap:10px}.crm-dashboard-hero__main h2{margin:0;font-size:26px;line-height:1.25;letter-spacing:-.02em;color:#fff}.crm-dashboard-hero__main p{margin:0;max-width:780px;color:var(--text-muted);font-size:15px;line-height:1.6}.crm-dashboard-hero__aside{display:flex;align-items:center;justify-content:flex-end}.crm-mini-tags{display:flex;flex-wrap:wrap;gap:8px}.crm-hero-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.crm-chip{display:inline-flex;align-items:center;justify-self:start;width:fit-content;padding:6px 12px;border-radius:999px;background:#8ab4f814;color:#8ab4f8;font-size:13px;font-weight:600;border:1px solid rgba(138,180,248,.15)}.crm-empty-card{padding:20px;border-radius:12px;background:#131314;border:1px solid rgba(255,255,255,.03);color:var(--text-muted);font-size:14px}.crm-status-hero{align-items:stretch}.crm-status-hero__stats{display:grid;grid-template-columns:repeat(2,minmax(150px,1fr));gap:14px}.crm-status-hero__stat{min-width:0;padding:18px 20px;border-radius:12px;background:#131314;border:1px solid rgba(255,255,255,.03)}.crm-status-hero__stat span{display:block;color:var(--text-muted);font-size:13.5px;margin-bottom:8px}.crm-status-hero__stat strong{display:block;font-size:28px;line-height:1;color:#fff}.crm-grid--report-wide{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}.crm-grid--first-follow-up{grid-template-columns:minmax(0,1.28fr) minmax(320px,.72fr);align-items:start}.crm-company-hero__stats{display:grid;grid-template-columns:repeat(3,minmax(110px,1fr));gap:12px}.crm-company-hero__stat{min-width:0;padding:18px 20px;border-radius:12px;background:#131314;border:1px solid rgba(255,255,255,.03)}.crm-company-hero__stat span{display:block;margin-bottom:8px;color:var(--text-muted);font-size:13.5px}.crm-company-hero__stat strong{display:block;font-size:26px;line-height:1;color:#fff}.crm-status-create{gap:18px}.crm-status-create__tips{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.crm-status-tip-card{display:grid;gap:8px;padding:18px;border-radius:12px;background:#131314;border:1px solid rgba(255,255,255,.03)}.crm-status-tip-card strong{font-size:15px;line-height:1.3;color:#fff}.crm-status-tip-card span{color:var(--text-muted);font-size:14px;line-height:1.5}.crm-status-panel{min-height:100%}.crm-status-warning{display:grid;gap:12px;padding:20px;border-radius:12px;border:1px solid rgba(242,139,130,.2);background:#f28b820d}.crm-status-warning__head{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.crm-status-warning__head strong{font-size:18px;line-height:1.3;color:#f28b82}.crm-button--danger-ghost{color:#f28b82;border-color:#f28b824d;background:#f28b820f}.crm-button--danger-ghost:hover{background:#f28b821a;border-color:#f28b8266;box-shadow:none}.crm-detail-card{padding:18px 20px;border-radius:12px;background:#131314;border:1px solid rgba(255,255,255,.03)}.crm-detail-card strong{display:block;margin-bottom:8px;font-size:18px;color:#fff}.crm-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:flex;align-items:center;justify-content:center;padding:28px;background:#13131499;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.crm-modal{width:min(1200px,calc(100vw - 56px));max-height:calc(100vh - 56px);display:grid;grid-template-rows:auto 1fr;gap:20px;padding:30px;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:#1e1f20;box-shadow:0 30px 80px #00000080;animation:fadeInUp .4s cubic-bezier(.2,0,0,1)}.crm-modal__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.crm-modal__header h2{margin:10px 0 0;font-size:28px;line-height:1.2;color:#fff;font-weight:800}.crm-modal__header p{margin:10px 0 0;color:var(--text-muted)}.crm-modal__content{display:grid;grid-template-columns:minmax(340px,.92fr) minmax(420px,1.08fr);gap:20px;min-height:0;overflow-y:auto;padding-right:4px}.crm-modal__column{min-width:0}.crm-company-modal{width:min(1220px,calc(100vw - 56px))}.crm-log-modal{width:min(880px,calc(100vw - 56px))}.crm-log-modal__body{min-height:0;overflow-y:auto;padding-right:6px}.crm-company-modal__content{grid-template-columns:minmax(360px,.94fr) minmax(420px,1.06fr)}.crm-action-links{display:inline-flex;gap:14px;align-items:center;white-space:nowrap}.crm-log-list{display:grid;gap:14px}.crm-log-item{display:grid;gap:10px;padding:18px 20px;border-radius:12px;border:1px solid rgba(255,255,255,.04);background:#131314}.crm-log-item__head,.crm-log-item__meta{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.crm-log-item__head strong{color:#fff}.crm-log-item p{margin:0;color:var(--text-muted);line-height:1.6}.crm-company-summary{display:grid;gap:18px;padding:24px;border-radius:16px;border:1px solid rgba(255,255,255,.04);background:#131314}.crm-company-summary__head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.crm-company-summary__head strong{display:block;margin-bottom:8px;font-size:24px;line-height:1.2;color:#fff}.crm-company-summary__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.crm-company-summary__grid div{display:grid;gap:8px;padding:14px 16px;border-radius:10px;background:#1e1f20;border:1px solid rgba(255,255,255,.03)}.crm-company-summary__grid span{color:var(--text-muted);font-size:13px}.crm-company-summary__grid strong{font-size:16px;line-height:1.4;color:#fff}.crm-company-form-grid{gap:16px}.crm-first-follow-up-hero__stats{display:grid;grid-template-columns:repeat(2,minmax(130px,1fr));gap:12px}.crm-first-follow-up-hero{align-items:stretch}.crm-first-follow-up-hero__stat{min-width:0;padding:18px 20px;border-radius:12px;background:#131314;border:1px solid rgba(255,255,255,.03)}.crm-first-follow-up-hero__stat span{display:block;margin-bottom:10px;color:var(--text-muted);font-size:13.5px}.crm-first-follow-up-hero__stat strong{display:block;font-size:26px;line-height:1;color:#fff}.crm-first-follow-up-form,.crm-first-follow-up-guide{align-content:start}.crm-first-follow-up-form{gap:18px}.crm-first-follow-up-guide{gap:12px}.crm-first-follow-up-guide .crm-status-tip-card{padding:18px}.crm-inline-note{color:var(--text-muted);font-size:13.5px}@media (max-width: 1279px){.login-screen,.crm-shell,.crm-form--two-column,.crm-dashboard-hero,.crm-grid--summary,.crm-grid--report,.crm-grid--stats{grid-template-columns:1fr}.login-hero,.login-panel{padding:32px 24px}.login-highlight-grid,.login-metrics{grid-template-columns:1fr}.crm-sidebar{grid-template-rows:auto;height:auto;overflow:visible;margin:16px;width:calc(100% - 32px)}.crm-shell{height:auto;overflow:visible;grid-template-columns:1fr}.crm-sidebar__nav-shell,.crm-content{overflow:visible;padding-right:0}.crm-main{overflow:visible;margin:0 16px 16px;width:calc(100% - 32px);height:auto}.crm-topbar,.crm-topbar-meta{text-align:left}.crm-page-header--hero,.crm-hero-actions{justify-content:flex-start}.crm-filter-grid,.crm-grid--accounts,.crm-status-item__editor,.crm-status-hero__stats,.crm-status-create__tips,.crm-company-hero__stats,.crm-company-summary__grid,.crm-first-follow-up-hero__stats,.crm-grid--first-follow-up{grid-template-columns:1fr}.crm-modal-backdrop{padding:16px}.crm-modal{width:100%;max-height:calc(100vh - 32px);padding:18px}.crm-modal__header,.crm-modal__content,.crm-company-modal__content{grid-template-columns:1fr}}
