:root{--ink:#172121;--muted:#667170;--canvas:#f2f5f4;--surface:#fff;--line:#dce3e1;--line-strong:#c8d2cf;--teal:#155e75;--teal-soft:#e4f1f3;--amber:#b45309;--amber-soft:#fff2d8;--rose:#be123c;--rose-soft:#fde9ee;--green:#167052;--green-soft:#e2f3ec;--danger:#b42318;--danger-soft:#fef0ee;--shadow:0 20px 55px #1721211c}*{box-sizing:border-box}html,body{background:var(--canvas);min-height:100%;color:var(--ink);letter-spacing:0;margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit;letter-spacing:0}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.62}.loading-screen{background:var(--surface);min-height:100vh;color:var(--muted);justify-content:center;align-items:center;gap:14px;display:flex}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.company-mark{align-items:center;gap:13px;min-width:0;display:flex}.company-mark__bars{flex:none;grid-template-columns:repeat(3,5px);align-items:end;gap:3px;width:21px;height:32px;display:grid}.company-mark__bar{border-radius:2px 2px 0 0;display:block}.company-mark__bar--uberit{background:var(--teal);height:32px}.company-mark__bar--far{background:var(--amber);height:23px}.company-mark__bar--fabex{background:var(--rose);height:15px}.company-mark__text{flex-direction:column;min-width:0;line-height:1.2;display:flex}.company-mark__text strong{font-size:17px}.company-mark__text small{color:inherit;opacity:.68;white-space:nowrap;margin-top:4px;font-size:12px}.company-mark--compact .company-mark__text strong{font-size:16px}.auth-layout{background:var(--surface);grid-template-columns:minmax(340px,43%) minmax(0,57%);min-height:100vh;display:grid}.auth-brand{background:var(--ink);color:#f7faf9;flex-direction:column;justify-content:space-between;min-height:100vh;padding:46px clamp(32px,5vw,76px);display:flex;position:relative;overflow:hidden}.auth-brand:after{content:"";border:58px solid #ffffff0e;width:270px;height:270px;position:absolute;bottom:8%;right:-100px;transform:rotate(18deg)}.auth-brand .company-mark{z-index:1;position:relative}.auth-brand__content{z-index:1;max-width:550px;position:relative}.eyebrow{color:var(--teal);text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:750}.auth-brand .eyebrow{color:#91d4df}.auth-brand h1{max-width:520px;margin:0;font-size:42px;font-weight:760;line-height:1.08}.auth-brand__content>p:last-child{color:#b9c6c4;max-width:500px;margin:24px 0 0;font-size:16px;line-height:1.65}.auth-brand__entities{z-index:1;color:#d7e0de;flex-wrap:wrap;gap:18px 24px;font-size:13px;font-weight:650;display:flex;position:relative}.auth-brand__entities span{align-items:center;gap:8px;display:flex}.entity-dot{border-radius:50%;width:8px;height:8px}.entity-dot--uberit{background:#42a5bd}.entity-dot--far{background:#e7a746}.entity-dot--fabex{background:#ec6685}.auth-workspace{background:var(--canvas);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:38px 24px;display:flex}.auth-panel{border:1px solid var(--line);background:var(--surface);width:min(100%,470px);box-shadow:var(--shadow);border-radius:8px;padding:38px}.auth-panel__heading{align-items:center;gap:14px;margin-bottom:24px;display:flex}.auth-panel__heading h2{margin:0;font-size:24px;line-height:1.2}.auth-panel__heading .eyebrow{margin-bottom:4px}.icon-tile{background:var(--teal-soft);width:44px;height:44px;color:var(--teal);border:1px solid #bfd8dd;border-radius:6px;flex:0 0 44px;place-items:center;display:grid}.icon-tile--success{background:var(--green-soft);color:var(--green);border-color:#b9decf}.auth-intro{color:var(--muted);margin:-8px 0 24px;line-height:1.55}.auth-form{gap:18px;display:grid}.auth-form label{color:#34403f;gap:8px;font-size:13px;font-weight:700;display:grid}.auth-form input{border:1px solid var(--line-strong);width:100%;height:48px;color:var(--ink);background:#fbfcfc;border-radius:6px;outline:none;padding:0 13px;transition:border-color .14s,box-shadow .14s}.auth-form input:focus{border-color:var(--teal);box-shadow:0 0 0 3px #155e751f}.auth-form input::placeholder{color:#99a3a1}.auth-form .code-input{font-variant-numeric:tabular-nums;text-align:center;font-size:22px;font-weight:750}.button{border-radius:6px;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:0 18px;font-weight:750;text-decoration:none;display:inline-flex}.button--primary{border:1px solid var(--ink);background:var(--ink);color:#fff}.button--primary:hover:not(:disabled){background:#2d3b3a}.button--secondary{border:1px solid var(--line-strong);background:var(--surface);color:var(--ink)}.button--secondary:hover:not(:disabled){background:var(--canvas)}.error-message{border-left:3px solid var(--danger);background:var(--danger-soft);color:var(--danger);align-items:flex-start;gap:9px;padding:10px 12px;font-size:13px;line-height:1.45;display:flex}.error-message svg{flex:none;margin-top:1px}.auth-actions{justify-content:space-between;align-items:center;margin-top:22px;display:flex}.text-button{color:var(--teal);background:0 0;border:0;padding:4px 0;font-size:13px;font-weight:700}.text-button:hover{text-decoration:underline}.auth-footer{color:var(--muted);margin:20px 0 0;font-size:12px}.enrollment{justify-items:center;gap:16px;margin-bottom:24px;display:grid}.enrollment img{border:1px solid var(--line);max-width:100%;height:auto}.manual-key{border:1px solid var(--line);background:var(--canvas);grid-template-columns:1fr auto;align-items:center;gap:4px 10px;width:100%;padding:10px 12px;display:grid}.manual-key span{color:var(--muted);text-transform:uppercase;grid-column:1/-1;font-size:11px;font-weight:700}.manual-key code{overflow-wrap:anywhere;min-width:0;font-size:13px}.icon-button{border:1px solid var(--line-strong);background:var(--surface);width:36px;height:36px;color:var(--ink);border-radius:4px;place-items:center;display:grid}.auth-form--confirm{margin-bottom:18px}.recovery-grid{border:1px solid var(--line);background:var(--canvas);grid-template-columns:repeat(2,1fr);gap:8px;margin:0 0 18px;padding:16px;display:grid}.recovery-grid code{text-align:center;font-size:13px;font-weight:700}.recovery-actions{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px;display:grid}.crm-shell{grid-template-columns:230px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:var(--ink);color:#edf3f2;border-right:1px solid #293534;flex-direction:column;height:100vh;padding:26px 18px;display:flex;position:sticky;top:0}.sidebar .company-mark{padding:0 9px 26px}.sidebar nav{border-top:1px solid #344140;gap:6px;padding-top:16px;display:grid}.nav-item{color:#bfcac8;text-align:left;background:0 0;border:0;border-radius:5px;align-items:center;gap:11px;width:100%;height:44px;padding:0 12px;font-weight:650;display:flex}.nav-item--active{color:#fff;background:#2a3938}.sidebar__security{color:#9fd8c3;border-top:1px solid #344140;align-items:center;gap:10px;margin-top:auto;padding:13px 10px;display:flex}.sidebar__security span{gap:2px;display:grid}.sidebar__security strong{font-size:12px}.sidebar__security small{color:#8f9c99;font-size:11px}.crm-main{background:var(--canvas);min-width:0}.topbar{border-bottom:1px solid var(--line);background:#fffffff0;justify-content:space-between;align-items:center;gap:22px;min-height:92px;padding:18px clamp(22px,4vw,54px);display:flex;position:relative}.topbar__mobile-brand{display:none}.topbar__title h1{margin:0;font-size:23px;line-height:1.2}.topbar__title .eyebrow{margin-bottom:3px}.profile{position:relative}.profile__button{border:1px solid var(--line);background:var(--surface);height:52px;color:var(--ink);border-radius:6px;align-items:center;gap:10px;padding:5px 10px 5px 6px;display:flex}.avatar{background:var(--teal-soft);width:38px;height:38px;color:var(--teal);border-radius:4px;flex:0 0 38px;place-items:center;font-size:13px;font-weight:800;display:grid}.profile__identity{text-align:left;max-width:190px;display:grid}.profile__identity strong,.profile__identity small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profile__identity strong{font-size:13px}.profile__identity small{color:var(--muted);margin-top:2px;font-size:11px}.profile-menu{z-index:10;border:1px solid var(--line);background:var(--surface);border-radius:6px;gap:12px;width:min(310px,100vw - 32px);padding:14px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 15px 38px #17212124}.profile-menu>div{gap:3px;display:grid}.profile-menu small{color:var(--muted);font-size:11px}.profile-menu strong{overflow-wrap:anywhere;font-size:13px}.profile-menu button{border:0;border-top:1px solid var(--line);height:40px;color:var(--danger);background:0 0;align-items:center;gap:9px;padding:10px 2px 0;font-weight:700;display:flex}.metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:28px clamp(22px,4vw,54px) 18px;display:grid}.metric-card{border:1px solid var(--line);background:var(--surface);border-radius:6px;grid-template-rows:auto auto;grid-template-columns:42px 1fr;align-items:center;column-gap:13px;min-width:0;padding:16px;display:grid}.metric-card__icon{border-radius:5px;grid-row:1/3;place-items:center;width:42px;height:42px;display:grid}.metric-card__icon--teal{background:var(--teal-soft);color:var(--teal)}.metric-card__icon--amber{background:var(--amber-soft);color:var(--amber)}.metric-card__icon--rose{background:var(--rose-soft);color:var(--rose)}.metric-card__icon--charcoal{color:var(--ink);background:#e8eceb}.metric-card>strong{font-variant-numeric:tabular-nums;align-self:end;font-size:24px;line-height:1}.metric-card>span:last-child{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;align-self:start;margin-top:5px;font-size:12px;overflow:hidden}.dashboard-grid{grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);gap:18px;padding:0 clamp(22px,4vw,54px) 48px;display:grid}.workspace-section{border-top:2px solid var(--ink);min-width:0;padding-top:18px}.section-heading{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.section-heading h2{margin:0;font-size:17px}.section-heading>svg{color:var(--muted)}.entity-list,.activity-list{border:1px solid var(--line);background:var(--surface);border-radius:6px;overflow:hidden}.entity-row,.activity-row{border-bottom:1px solid var(--line);align-items:center;gap:13px;min-height:66px;padding:12px 15px;display:flex}.entity-row:last-child,.activity-row:last-child{border-bottom:0}.entity-row>i{border-radius:2px;flex:0 0 5px;width:5px;height:34px}.entity-row>span,.activity-row>span:last-child{flex:1;gap:4px;min-width:0;display:grid}.entity-row strong,.activity-row strong{overflow-wrap:anywhere;font-size:13px}.entity-row small,.activity-row small{color:var(--muted);font-size:11px}.entity-row>svg{color:var(--green);flex:none}.activity-row__marker{background:var(--green-soft);width:28px;height:28px;color:var(--green);border-radius:50%;flex:0 0 28px;place-items:center;display:grid}.empty-state{min-height:150px;color:var(--muted);justify-content:center;align-items:center;gap:10px;padding:20px;font-size:13px;display:flex}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.mobile-navigation{display:none}.business-view{padding:30px clamp(22px,4vw,54px) 48px}.business-heading{justify-content:space-between;align-items:flex-end;gap:22px;margin-bottom:24px;display:flex}.business-heading h1{margin:0;font-size:25px}.business-heading>div>p:last-child{color:var(--muted);margin:7px 0 0;font-size:13px}.record-toolbar{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:14px;display:flex}.record-search{border:1px solid var(--line-strong);background:var(--surface);border-radius:6px;align-items:center;gap:9px;width:min(520px,100%);height:44px;padding-left:12px;display:flex}.record-search svg{color:var(--muted);flex:none}.record-search input{min-width:0;height:100%;color:var(--ink);background:0 0;border:0;outline:0;flex:1}.record-search button{border:0;border-left:1px solid var(--line);color:var(--ink);background:#e8eeec;align-self:stretch;padding:0 15px;font-size:12px;font-weight:750}.record-filters{gap:10px;display:flex}.record-filters label{gap:4px;display:grid}.record-filters label>span{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:750}.record-filters select{border:1px solid var(--line-strong);background:var(--surface);min-width:145px;height:44px;color:var(--ink);border-radius:6px;padding:0 32px 0 10px}.inline-alert{background:var(--danger-soft);color:var(--danger);border:1px solid #efc5bf;border-radius:5px;align-items:flex-start;gap:9px;margin:0 0 14px;padding:11px 13px;font-size:12px;display:flex}.inline-alert svg{flex:none}.records-frame{border:1px solid var(--line);background:var(--surface);border-radius:6px;min-height:220px;overflow:hidden}.records-table{border-collapse:collapse;table-layout:fixed;width:100%}.records-table th{border-bottom:1px solid var(--line-strong);color:#4e5b59;text-align:left;text-transform:uppercase;background:#e9eeec;height:42px;padding:0 13px;font-size:10px;font-weight:800}.records-table th:first-child{width:25%}.records-table th:last-child{width:88px}.records-table td{border-bottom:1px solid var(--line);color:#394442;vertical-align:middle;min-width:0;height:70px;padding:11px 13px;font-size:12px}.records-table tbody tr:last-child td{border-bottom:0}.records-table tbody tr:hover{background:#f8faf9}.records-table td>strong,.records-table td>small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.records-table td>strong{color:var(--ink);font-size:13px}.records-table td>small{color:var(--muted);margin-top:5px;font-size:11px}.record-actions{white-space:nowrap}.record-actions button,.record-pagination button,.record-dialog>header>button{border:1px solid var(--line);background:var(--surface);width:34px;height:34px;color:var(--muted);border-radius:5px;place-items:center;display:inline-grid}.record-actions button+button{margin-left:6px}.record-actions button:hover,.record-pagination button:hover:not(:disabled),.record-dialog>header>button:hover{border-color:var(--line-strong);color:var(--ink);background:#edf1f0}.record-loading,.records-empty{min-height:220px;color:var(--muted);justify-content:center;align-items:center;gap:10px;font-size:13px;display:flex}.records-empty{text-align:center;flex-direction:column}.records-empty strong{color:var(--ink);font-size:14px}.records-empty span{max-width:360px;font-size:12px}.record-pagination{min-height:56px;color:var(--muted);justify-content:space-between;align-items:center;font-size:12px;display:flex}.record-pagination>div{align-items:center;gap:10px;display:flex}.record-pagination button{width:32px;height:32px}.entity-badge,.status-badge,.priority{border-radius:4px;align-items:center;min-height:25px;padding:4px 8px;font-size:10px;font-weight:800;display:inline-flex}.entity-badge--uberit{background:var(--teal-soft);color:var(--teal)}.entity-badge--far{background:var(--amber-soft);color:var(--amber)}.entity-badge--fabex{background:var(--rose-soft);color:var(--rose)}.entity-badge--compact{min-height:20px;padding:2px 6px;font-size:9px}.status-badge--new{color:#41504d;background:#e9eeec}.status-badge--in_progress{color:#1d5f8a;background:#e1edf7}.status-badge--qualified{background:var(--green-soft);color:var(--green)}.status-badge--converted{background:var(--teal-soft);color:var(--teal)}.status-badge--lost{background:var(--danger-soft);color:var(--danger)}.priority{min-height:22px;color:var(--muted);background:0 0;padding:2px 0}.priority--high{color:var(--amber)}.priority--urgent{color:var(--danger)}.dialog-backdrop{z-index:100;background:#0e171675;place-items:stretch end;display:grid;position:fixed;inset:0}.record-dialog{border-left:1px solid var(--line);background:var(--surface);width:min(720px,100vw - 40px);height:100%;padding:24px 26px;overflow-y:auto;box-shadow:-18px 0 48px #0e17162e}.record-dialog>header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.record-dialog>header h2{margin:0;font-size:21px}.record-form{gap:24px;display:grid}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.field{align-content:start;gap:6px;min-width:0;display:grid}.field--wide{grid-column:1/-1}.field>span,.participant-fields legend{color:#465350;font-size:11px;font-weight:750}.field>span i{color:var(--danger);margin-left:3px;font-style:normal}.field input,.field select,.field textarea{border:1px solid var(--line-strong);background:var(--surface);width:100%;min-width:0;color:var(--ink);border-radius:5px;outline:none}.field input,.field select{height:42px;padding:0 10px}.field textarea{resize:vertical;min-height:90px;padding:10px;line-height:1.5}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px #155e751a}.money-input{grid-template-columns:minmax(0,1fr) 88px;gap:8px;display:grid}.participant-fields{border-top:1px solid var(--line);grid-template-columns:.9fr 1.1fr;gap:18px;padding-top:20px;display:grid}.participant-fields fieldset{border:0;min-width:0;margin:0;padding:0}.participant-fields legend{margin-bottom:9px}.choice-grid{gap:7px;display:grid}.choice-grid--users{grid-template-columns:repeat(2,minmax(0,1fr))}.choice-grid label{border:1px solid var(--line);color:#43504e;border-radius:5px;align-items:center;gap:8px;min-width:0;min-height:36px;padding:7px 9px;font-size:11px;display:flex}.choice-grid label:has(input:checked){color:var(--ink);background:#f0f8f5;border-color:#8db7ae}.choice-grid input{accent-color:var(--teal);flex:none}.choice-grid label>i{border-radius:2px;flex:0 0 4px;width:4px;height:18px}.choice-grid label>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.record-form__actions{border-top:1px solid var(--line);background:var(--surface);justify-content:flex-end;gap:10px;padding:16px 0 24px;display:flex;position:sticky;bottom:-24px}@media (max-width:1050px){.metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid{grid-template-columns:1fr}.record-toolbar{flex-direction:column;align-items:stretch}.record-search{width:100%}.record-filters{justify-content:flex-end}.records-frame{overflow-x:auto}.records-table{min-width:850px}}@media (max-width:820px){.auth-layout{grid-template-columns:1fr}.auth-brand{min-height:auto;padding:26px 24px 30px}.auth-brand__content{margin:52px 0 34px}.auth-brand h1{font-size:32px}.auth-brand__entities{gap:12px 18px}.auth-workspace{background:var(--canvas);min-height:auto;padding:30px 18px 44px}.crm-shell{display:block}.sidebar{display:none}.topbar{min-height:76px;padding:12px 18px}.topbar__mobile-brand{display:block}.topbar__title{display:none}.mobile-navigation{z-index:8;border-bottom:1px solid var(--line);background:var(--surface);grid-template-columns:repeat(4,1fr);display:grid;position:sticky;top:0}.mobile-navigation button{min-width:0;height:56px;color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000;align-content:center;place-items:center;gap:3px;font-size:10px;display:grid}.mobile-navigation button.mobile-navigation--active{border-bottom-color:var(--teal);color:var(--teal)}.business-view{padding-top:24px}.records-frame{background:0 0;border:0;overflow:visible}.records-table{min-width:0;display:block}.records-table thead{display:none}.records-table tbody{gap:10px;display:grid}.records-table tr{border:1px solid var(--line);background:var(--surface);border-radius:6px;grid-template-columns:repeat(2,minmax(0,1fr));padding:13px;display:grid}.records-table td{border:0;height:auto;min-height:54px;padding:7px 8px;display:block}.records-table td:before{content:attr(data-label);color:var(--muted);text-transform:uppercase;margin-bottom:5px;font-size:9px;font-weight:800;display:block}.records-table td:first-child{border-bottom:1px solid var(--line);grid-column:1/-1;min-height:58px}.records-table td:first-child>strong{font-size:15px}.records-table .record-actions{border-top:1px solid var(--line);grid-column:1/-1;justify-content:flex-end;min-height:42px;padding-top:10px;display:flex}.record-actions:before{display:none!important}}@media (max-width:600px){.auth-panel{padding:26px 20px}.auth-panel__heading h2{font-size:21px}.auth-actions{flex-direction:column;align-items:flex-start;gap:10px}.recovery-grid{grid-template-columns:1fr}.profile__identity{display:none}.metrics{grid-template-columns:1fr 1fr;gap:10px;padding:20px 16px 18px}.metric-card{grid-template-columns:36px 1fr;padding:13px}.metric-card__icon{width:36px;height:36px}.metric-card>strong{font-size:21px}.metric-card>span:last-child{white-space:normal}.dashboard-grid{padding:0 16px 32px}.business-view{padding:20px 16px 30px}.business-heading{flex-direction:column;align-items:stretch;margin-bottom:18px}.business-heading .button{width:100%}.record-search button{padding:0 11px}.record-filters{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.record-filters label:only-child{grid-column:1/-1}.record-filters select{width:100%;min-width:0}.records-table tr{grid-template-columns:1fr}.records-table td,.records-table td:first-child,.records-table .record-actions{grid-column:1}.records-table td:not(:first-child,.record-actions){grid-template-columns:minmax(90px,.8fr) minmax(0,1.2fr);align-items:center;min-height:42px;display:grid}.records-table td:not(:first-child,.record-actions):before{margin:0}.record-dialog{width:100vw;padding:20px 16px}.form-grid,.participant-fields,.choice-grid--users{grid-template-columns:1fr}.field--wide{grid-column:1}.record-form__actions{padding-bottom:20px;bottom:-20px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
