:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#202225;background:#f6f6f3;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #f6f6f3;--surface: #ffffff;--surface-soft: #fafaf8;--text: #202225;--text-strong: #15171a;--muted: #6d7177;--muted-2: #8d9197;--border: #e4e4e0;--border-strong: #d4d5d2;--red: #b51f25;--red-dark: #8f171c;--red-soft: #fbeaec;--shadow-sm: 0 1px 2px rgba(22, 24, 27, .035), 0 4px 16px rgba(22, 24, 27, .025);--shadow-md: 0 16px 48px rgba(21, 23, 26, .12), 0 4px 12px rgba(21, 23, 26, .05);--radius-sm: 8px;--radius: 13px;--radius-lg: 18px}*{box-sizing:border-box}html{min-width:320px;min-height:100%;background:var(--bg)}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg);color:var(--text)}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(181,31,37,.18);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.spin{animation:spin .85s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;z-index:20;display:flex;width:256px;flex-direction:column;border-right:1px solid var(--border);background:#fffffff7;padding:22px 16px 16px}.sidebar__brand,.mobile-header__brand{display:flex;align-items:center;gap:11px}.sidebar__brand{padding:0 5px 24px;border-bottom:1px solid var(--border)}.brand-mark{display:grid;flex:0 0 51px;width:51px;height:46px;place-items:center;overflow:hidden;border-radius:10px;background:#151719;box-shadow:inset 0 0 0 1px #ffffff14}.brand-mark img{width:47px;max-width:none;object-fit:contain}.sidebar__brand strong,.mobile-header__brand strong{display:block;color:var(--text-strong);font-size:14px;font-weight:760;letter-spacing:-.01em}.sidebar__brand span,.mobile-header__brand span{display:block;margin-top:3px;color:var(--muted);font-size:11px}.sidebar__nav{flex:1;padding-top:23px}.nav-label{margin:0 11px 8px;color:var(--muted-2);font-size:10px;font-weight:750;letter-spacing:.12em;text-transform:uppercase}.nav-link{display:flex;min-height:44px;align-items:center;gap:11px;margin-bottom:4px;border-radius:9px;padding:0 12px;color:#5b6066;font-size:13px;font-weight:650;transition:background .15s ease,color .15s ease,transform .15s ease}.nav-link:hover{background:#f6f6f4;color:var(--text-strong)}.nav-link.active{background:var(--red-soft);color:var(--red-dark)}.nav-link.active svg{color:var(--red)}.sidebar__footer{display:grid;gap:12px}.nav-link--website{margin:0;border:1px solid var(--border);background:var(--surface-soft)}.sidebar__user{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;border-top:1px solid var(--border);padding:16px 4px 0}.sidebar__user>div{min-width:0}.sidebar__user strong,.sidebar__user span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar__user strong{display:block;color:var(--text-strong);font-size:12px}.sidebar__user>div>span{display:block;margin-top:2px;color:var(--muted);font-size:10px;text-transform:capitalize}.sidebar__user button{display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:8px;background:transparent;color:var(--muted);cursor:pointer}.sidebar__user button:hover{background:#f4f4f2;color:var(--red)}.avatar,.lead-avatar{display:inline-grid;flex:0 0 auto;place-items:center;border-radius:50%;background:#ececea;color:#555b61;font-weight:750}.avatar{width:37px;height:37px;background:#222528;color:#fff;font-size:11px}.avatar--small{width:34px;height:34px}.mobile-header,.mobile-nav{display:none}.app-main{min-height:100vh;margin-left:256px}.page-content{width:100%;max-width:1500px;margin:0 auto;padding:38px 42px 56px}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:29px}.page-header h1,.lead-header h1{margin:4px 0 7px;color:var(--text-strong);font-size:clamp(27px,2.3vw,36px);line-height:1.1;letter-spacing:-.035em}.page-header p,.lead-header p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}.page-header--dashboard h1{margin-top:7px}.page-header__actions,.lead-header__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:9px}.eyebrow,.panel-kicker{display:flex;align-items:center;gap:6px;color:var(--red);font-size:10px;font-weight:800;letter-spacing:.115em;text-transform:uppercase}.button{display:inline-flex;min-height:40px;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:9px;padding:0 15px;font-size:12px;font-weight:720;line-height:1;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.58}.button--primary{border-color:var(--red);background:var(--red);color:#fff;box-shadow:0 3px 8px #b51f2529}.button--primary:hover:not(:disabled){border-color:var(--red-dark);background:var(--red-dark);box-shadow:0 5px 14px #b51f2533}.button--secondary{border-color:var(--border-strong);background:#fff;color:#464b50}.button--secondary:hover:not(:disabled){border-color:#bbbdb9;background:#fbfbf9}.button--ghost{background:transparent;color:var(--muted)}.button--ghost:hover:not(:disabled){background:#f4f4f2;color:var(--text)}.button--small{min-height:35px;padding:0 12px;font-size:11px}.button--large{min-height:48px;border-radius:10px}.button--full{width:100%}.icon-button{display:inline-grid;width:35px;height:35px;flex:0 0 auto;place-items:center;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--muted);cursor:pointer}.icon-button:hover{border-color:var(--border-strong);color:var(--text)}.icon-button--soft{border-color:#e6e6e3;background:#f7f7f5}.text-button,.text-link{display:inline-flex;align-items:center;justify-content:center;gap:5px;border:0;background:none;color:var(--red);font-size:12px;font-weight:700;cursor:pointer}.text-button:hover,.text-link:hover{color:var(--red-dark)}.text-button--compact{padding:0;color:var(--muted)}.panel{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm)}.panel__header{display:flex;min-height:78px;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--border);padding:18px 22px}.panel__header h2,.action-panel h2,.settings-card h2{margin:4px 0 0;color:var(--text-strong);font-size:16px;line-height:1.25;letter-spacing:-.015em}.kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-bottom:18px}.kpi-card{display:grid;min-height:132px;grid-template-columns:auto 1fr;grid-template-rows:1fr auto;gap:11px 13px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:20px;box-shadow:var(--shadow-sm)}.kpi-card__icon{display:grid;width:41px;height:41px;place-items:center;border-radius:10px}.kpi-card__icon--red{background:var(--red-soft);color:var(--red)}.kpi-card__icon--amber{background:#fff4dc;color:#a86c04}.kpi-card__icon--blue{background:#eaf2fc;color:#376eaa}.kpi-card__icon--green{background:#e8f6ee;color:#24794b}.kpi-card>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.kpi-card>div span{color:var(--muted);font-size:11px;font-weight:650}.kpi-card>div strong{color:var(--text-strong);font-size:27px;line-height:1;letter-spacing:-.04em}.kpi-card small{grid-column:1 / -1;color:var(--muted-2);font-size:10px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.75fr);gap:18px}.work-list,.recent-list{display:grid}.work-row{display:grid;min-height:78px;grid-template-columns:auto minmax(0,1fr) auto auto auto;align-items:center;gap:12px;border-bottom:1px solid #eeeeeb;padding:12px 22px}.work-row:last-child{border-bottom:0}.lead-avatar{width:37px;height:37px;border:1px solid #e0e1de;font-size:12px}.lead-avatar--small{width:32px;height:32px;font-size:10px}.lead-avatar--large{width:54px;height:54px;background:var(--red-soft);color:var(--red-dark);font-size:18px}.work-row__main{min-width:0}.work-row__title{display:flex;align-items:center;gap:9px}.work-row__title>a{overflow:hidden;color:var(--text-strong);font-size:12px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.work-row__title>a:hover,.customer-cell a:hover,.lead-card__identity a:hover{color:var(--red)}.work-row__meta{display:flex;flex-wrap:wrap;gap:9px;margin-top:6px;color:var(--muted);font-size:10px}.work-row__meta span{display:inline-flex;align-items:center;gap:3px}.work-row__when{min-width:92px;text-align:right}.work-row__when strong,.work-row__when span{display:block}.work-row__when strong{font-size:10px}.work-row__when span{margin-top:3px;color:var(--muted);font-size:9px}.recent-item{display:grid;min-height:65px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;border-bottom:1px solid #eeeeeb;padding:10px 20px}.recent-item:last-child{border-bottom:0}.recent-item:hover{background:#fafaf8}.recent-item__main{min-width:0}.recent-item__main strong,.recent-item__main small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recent-item__main strong{color:var(--text-strong);font-size:11px}.recent-item__main small,.recent-item__time{margin-top:4px;color:var(--muted);font-size:9px}.recent-item__time{margin:0;white-space:nowrap}.panel-empty{margin:0;padding:34px 24px;color:var(--muted);font-size:12px;line-height:1.5;text-align:center}.page-state{display:flex;min-height:280px;flex-direction:column;align-items:center;justify-content:center;padding:38px 24px;color:var(--muted);text-align:center}.page-state--compact{min-height:170px}.page-state--full{min-height:calc(100vh - 80px)}.page-state h1,.page-state h2{margin:12px 0 7px;color:var(--text-strong);font-size:17px}.page-state p{max-width:420px;margin:0 0 18px;font-size:12px;line-height:1.55}.empty-icon{display:grid;width:48px;height:48px;place-items:center;border-radius:13px;background:#f1f1ee;color:#757a80}.empty-icon--error{background:var(--red-soft);color:var(--red)}.error-code{color:var(--red);font-size:55px;font-weight:850;letter-spacing:-.07em}.back-under-state{display:flex;width:max-content;margin:-50px auto 0}.table-skeleton{padding:0 22px 14px}.skeleton-row{display:grid;height:70px;grid-template-columns:38px 1.2fr .7fr .7fr .45fr;align-items:center;gap:14px;border-bottom:1px solid #eeeeeb}.skeleton-block{height:12px;border-radius:999px;background:linear-gradient(90deg,#f0f0ed 25%,#fafaf8,#f0f0ed 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}.skeleton-block--avatar{width:36px;height:36px;border-radius:50%}.skeleton-block--wide{width:80%}.skeleton-block--short{width:55%}@keyframes shimmer{to{background-position-x:-200%}}.leads-panel{overflow:hidden}.leads-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid var(--border);padding:17px 20px}.search-field{display:flex;width:min(430px,48%);min-height:40px;align-items:center;gap:9px;border:1px solid var(--border-strong);border-radius:9px;background:#fff;padding:0 12px;color:var(--muted)}.search-field:focus-within,.select-field:focus-within{border-color:#b51f258c;box-shadow:0 0 0 3px #b51f2514}.search-field input,.select-field select{width:100%;border:0;outline:0;background:transparent;color:var(--text);font-size:12px}.search-field input::placeholder{color:#9a9da2}.filter-fields{display:flex;gap:8px}.select-field{display:flex;min-width:142px;min-height:40px;align-items:center;gap:6px;border:1px solid var(--border-strong);border-radius:9px;padding:0 10px;color:var(--muted)}.select-field select{cursor:pointer}.leads-summary{display:flex;min-height:42px;align-items:center;justify-content:space-between;border-bottom:1px solid #eeeeeb;background:#fafaf8;padding:0 22px;color:var(--muted);font-size:10px}.leads-summary strong{color:var(--text)}.lead-table-wrap{overflow-x:auto}.lead-table{width:100%;border-collapse:collapse;table-layout:fixed}.lead-table th{height:42px;border-bottom:1px solid var(--border);color:var(--muted-2);font-size:9px;font-weight:750;letter-spacing:.075em;text-align:left;text-transform:uppercase}.lead-table th,.lead-table td{padding:10px 13px}.lead-table th:first-child,.lead-table td:first-child{width:26%;padding-left:22px}.lead-table th:nth-child(2){width:16%}.lead-table th:nth-child(3){width:12%}.lead-table th:nth-child(4){width:19%}.lead-table th:nth-child(5){width:16%}.lead-table th:last-child,.lead-table td:last-child{width:128px;padding-right:18px}.lead-table td{height:72px;border-bottom:1px solid #eeeeeb;color:var(--muted);font-size:10px;vertical-align:middle}.lead-table tbody tr:last-child td{border-bottom:0}.lead-table tbody tr:hover{background:#fcfcfa}.customer-cell{display:flex;min-width:0;align-items:center;gap:10px}.customer-cell>div{min-width:0}.customer-cell a,.customer-cell span,.table-primary,.table-secondary{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-cell a,.table-primary{color:var(--text-strong);font-size:11px;font-weight:720}.customer-cell span,.table-secondary{margin-top:4px;color:var(--muted);font-size:9px;font-weight:450}.is-overdue .table-primary{color:var(--red)}.row-actions{display:flex;align-items:center;justify-content:flex-end;gap:4px}.row-actions a{display:grid;width:30px;height:30px;place-items:center;border-radius:7px;color:var(--muted)}.row-actions a:hover{background:#efefec;color:var(--text-strong)}.lead-card-list{display:none}.status-badge{display:inline-flex;min-height:23px;align-items:center;border:1px solid transparent;border-radius:999px;padding:0 8px;font-size:9px;font-weight:750;white-space:nowrap}.status-badge--new{border-color:#f2cdd0;background:#fcebed;color:#a41d22}.status-badge--contacting{border-color:#f0d7ab;background:#fff6e5;color:#8a5b07}.status-badge--booked{border-color:#bfd5ec;background:#edf5fd;color:#286496}.status-badge--completed{border-color:#bfe1ce;background:#ecf8f1;color:#207445}.status-badge--lost{border-color:#d9dadd;background:#f2f3f4;color:#696e74}.status-badge--not_a_fit{border-color:#ded7e5;background:#f6f1f8;color:#73577f}.status-badge--archived{border-color:#dededb;background:#f6f6f4;color:#81858a}.field{display:grid;gap:7px}.field>span{color:#53585d;font-size:10px;font-weight:700}.field em{margin-left:4px;color:var(--muted-2);font-size:8px;font-style:normal;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.field input,.field select,.field textarea,.note-composer textarea{width:100%;border:1px solid var(--border-strong);border-radius:8px;outline:0;background:#fff;color:var(--text);font-size:12px;transition:border-color .15s ease,box-shadow .15s ease}.field input,.field select{height:41px;padding:0 11px}.field textarea,.note-composer textarea{min-height:92px;padding:11px;line-height:1.5;resize:vertical}.field input::placeholder,.field textarea::placeholder,.note-composer textarea::placeholder{color:#a1a4a8}.field input:focus,.field select:focus,.field textarea:focus,.note-composer textarea:focus{border-color:#b51f2599;box-shadow:0 0 0 3px #b51f2514}.field input:disabled{background:#f5f5f2;color:var(--muted)}.field-help{margin:0;color:var(--muted);font-size:9px;line-height:1.5}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.field--full{grid-column:1 / -1}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;overflow-y:auto;background:#15171a7a;padding:24px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{width:min(720px,100%);max-height:calc(100vh - 48px);overflow:hidden;border:1px solid rgba(255,255,255,.4);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-md)}.modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;border-bottom:1px solid var(--border);padding:24px 26px 20px}.modal__header h2{margin:5px 0;color:var(--text-strong);font-size:21px;letter-spacing:-.025em}.modal__header p{margin:0;color:var(--muted);font-size:11px}.modal__body{max-height:calc(100vh - 180px);overflow-y:auto;padding:22px 26px 0}.modal__footer{position:sticky;bottom:0;display:flex;align-items:center;justify-content:flex-end;gap:8px;margin:22px -26px 0;border-top:1px solid var(--border);background:#fffffff5;padding:15px 26px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.back-link{display:inline-flex;align-items:center;gap:5px;margin-bottom:20px;color:var(--muted);font-size:11px;font-weight:650}.back-link:hover{color:var(--red)}.lead-header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:23px}.lead-header__identity{display:flex;min-width:0;align-items:center;gap:14px}.lead-header__identity>div{min-width:0}.lead-header__name{display:flex;align-items:center;gap:10px}.lead-header__name h1{overflow:hidden;margin:0 0 5px;font-size:29px;text-overflow:ellipsis;white-space:nowrap}.lead-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;align-items:start;gap:18px}.lead-detail-main,.lead-detail-aside{display:grid;gap:18px}.lead-detail-aside{position:sticky;top:20px}.detail-panel,.photos-panel,.timeline-panel{overflow:hidden}.received-label{color:var(--muted);font-size:9px}.detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:21px 16px;padding:22px}.detail-item{min-width:0}.detail-item span,.request-copy>span,.address-callout span{display:block;margin-bottom:6px;color:var(--muted-2);font-size:8px;font-weight:750;letter-spacing:.065em;text-transform:uppercase}.detail-item strong,.detail-item strong a,.address-callout strong{display:block;overflow:hidden;color:var(--text-strong);font-size:11px;font-weight:650;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.detail-item a:hover{color:var(--red)}.address-callout{display:flex;align-items:flex-start;gap:10px;margin:0 22px 20px;border:1px solid #e8e8e4;border-radius:9px;background:#fafaf8;padding:12px 13px;color:var(--red)}.address-callout span{margin-bottom:4px}.address-callout strong{white-space:normal}.request-copy{border-top:1px solid var(--border);padding:20px 22px 24px}.request-copy p{margin:0;color:#45494e;font-size:12px;line-height:1.65;white-space:pre-wrap}.photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:18px 20px 6px}.photo-grid a{position:relative;overflow:hidden;border:1px solid var(--border);border-radius:9px;background:#f2f2ef;aspect-ratio:4 / 3}.photo-grid img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.photo-grid a:hover img{transform:scale(1.03)}.photo-grid span{position:absolute;inset:auto 0 0;overflow:hidden;background:linear-gradient(transparent,#000000b8);padding:28px 8px 7px;color:#fff;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.photo-empty{display:flex;width:calc(100% - 40px);min-height:150px;flex-direction:column;align-items:center;justify-content:center;gap:6px;margin:18px 20px 7px;border:1px dashed #d3d4d0;border-radius:10px;background:#fafaf8;color:var(--muted);cursor:pointer}.photo-empty:hover{border-color:#b8bab6;background:#f7f7f4}.photo-empty>span{display:grid;width:42px;height:42px;place-items:center;border-radius:11px;background:#eeeef0;color:#666b70}.photo-empty strong{color:var(--text);font-size:11px}.photo-empty small{font-size:9px}.photo-help{margin:0;padding:9px 20px 16px;color:var(--muted-2);font-size:8px}.note-composer{position:relative;margin:19px 20px 10px}.note-composer textarea{min-height:95px;padding-right:100px}.note-composer .button{position:absolute;right:8px;bottom:8px}.timeline{padding:8px 20px 20px}.timeline-item{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);gap:11px;min-height:64px;padding:10px 0}.timeline-item:not(:last-child):after{position:absolute;top:41px;bottom:-2px;left:16px;width:1px;background:#e1e2df;content:""}.timeline-item__icon{position:relative;z-index:1;display:grid;width:33px;height:33px;place-items:center;border:1px solid #dededb;border-radius:50%;background:#fff;color:#71767b}.timeline-item__icon--note{background:#f7f1fa;color:#795789}.timeline-item__icon--contact{background:#edf5fd;color:#286496}.timeline-item__icon--status_change{background:#edf8f2;color:#237448}.timeline-item__icon--follow_up{background:#fff6e5;color:#8a5b07}.timeline-item__icon--photo_added{background:#f1f1ee;color:#5e6368}.timeline-item p{margin:1px 0 5px;color:var(--text);font-size:11px;line-height:1.5}.timeline-item div span{color:var(--muted-2);font-size:8px}.action-panel{padding:18px}.action-panel header{margin-bottom:16px}.action-panel .field{margin-bottom:10px}.action-panel__history{margin:15px -18px -18px;border-top:1px solid var(--border);background:#fafaf8;padding:13px 18px}.action-panel__history span,.action-panel__history strong,.action-panel__history small{display:block}.action-panel__history span{color:var(--muted-2);font-size:8px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.action-panel__history strong{margin-top:5px;font-size:10px}.action-panel__history small,.followup-hint{margin-top:4px;color:var(--muted);font-size:8px;line-height:1.4}.followup-hint{margin-bottom:0;text-align:center}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:18px}.settings-card{padding:22px}.settings-card--wide{grid-column:1 / -1}.settings-card__header{display:flex;align-items:flex-start;gap:12px;margin-bottom:21px}.settings-card__header h2{margin-top:1px}.settings-card__header p{margin:5px 0 0;color:var(--muted);font-size:10px;line-height:1.45}.settings-icon{display:grid;width:39px;height:39px;flex:0 0 auto;place-items:center;border-radius:10px;background:#f1f1ee;color:#5f6469}.settings-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.settings-form__actions{display:flex;grid-column:1 / -1;justify-content:flex-end;border-top:1px solid var(--border);margin:4px -22px -22px;padding:14px 22px}.settings-list{display:grid}.settings-list__item{display:grid;min-height:62px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;border-top:1px solid var(--border);padding:11px 0}.settings-list__item:first-child{border-top:0;padding-top:0}.settings-list__item:last-child{padding-bottom:0}.settings-list__icon,.integration-card__icon{display:grid;width:34px;height:34px;place-items:center;border-radius:9px;background:#f2f2ef;color:#64696e}.settings-list__item strong,.settings-list__item p{display:block}.settings-list__item strong{font-size:10px}.settings-list__item p{margin:4px 0 0;color:var(--muted);font-size:9px}.health-pill,.health-dot{display:inline-flex;align-items:center;gap:5px;color:#24784b;font-size:8px;font-weight:700}.health-pill{min-height:24px;border-radius:999px;background:#edf8f2;padding:0 8px}.health-dot i{width:6px;height:6px;border-radius:50%;background:#36a365;box-shadow:0 0 0 3px #e8f6ee}.integration-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.integration-card{display:grid;min-height:88px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;border:1px solid var(--border);border-radius:10px;background:#fafaf8;padding:14px}.integration-card--link:hover{border-color:#c9cac6;background:#f7f7f4}.integration-card__icon--database{background:#e9f8f1;color:#277b52;font-size:15px;font-weight:850}.integration-card strong{display:block;font-size:10px}.integration-card p{margin:4px 0 0;color:var(--muted);font-size:9px;line-height:1.4}.roadmap-card{border-color:#ddd9d5;background:linear-gradient(145deg,#fff,#faf8f6)}.roadmap-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.roadmap-grid>div{display:grid;grid-template-columns:auto minmax(0,1fr);gap:5px 9px;border:1px dashed #d7d3cf;border-radius:9px;padding:14px;color:var(--red)}.roadmap-grid strong{align-self:center;color:var(--text);font-size:10px}.roadmap-grid span{grid-column:1 / -1;color:var(--muted);font-size:9px;line-height:1.4}.roadmap-note{margin:14px 0 0;color:var(--muted);font-size:9px;line-height:1.5}.auth-page{display:grid;min-height:100vh;grid-template-columns:minmax(390px,.9fr) minmax(480px,1.1fr);background:#fff}.auth-brand{position:relative;display:flex;overflow:hidden;align-items:stretch;background:#17191c;color:#fff}.auth-brand:before{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 5%,rgba(181,31,37,.25),transparent 35%),radial-gradient(circle at 95% 80%,rgba(255,255,255,.06),transparent 35%);content:""}.auth-brand__texture{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.11;background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);background-size:36px 36px;-webkit-mask-image:linear-gradient(to bottom right,#000,transparent 75%);mask-image:linear-gradient(to bottom right,#000,transparent 75%)}.auth-brand__content{position:relative;z-index:1;display:flex;width:min(480px,100%);min-height:100%;flex-direction:column;justify-content:space-between;padding:58px 56px 45px}.auth-logo{display:grid;width:194px;height:92px;place-items:center}.auth-logo img{width:194px}.auth-kicker{display:block;margin-bottom:18px;color:#e38a8d;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.auth-brand h1{margin:0 0 20px;color:#fff;font-size:clamp(35px,4vw,54px);line-height:1.02;letter-spacing:-.055em}.auth-brand p{max-width:410px;margin:0;color:#ffffff9e;font-size:14px;line-height:1.7}.auth-security{display:flex;align-items:center;gap:9px;color:#ffffff9e;font-size:10px;font-weight:650}.auth-security svg{color:#df777c}.auth-panel,.auth-single{display:grid;place-items:center;background:#f8f8f6;padding:40px}.auth-single{min-height:100vh}.auth-card{width:min(420px,100%)}.auth-card--small{border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;padding:30px;box-shadow:var(--shadow-sm)}.auth-card__header{margin-bottom:26px}.auth-card__icon{display:grid;width:43px;height:43px;place-items:center;border:1px solid #efc9cc;border-radius:11px;background:var(--red-soft);color:var(--red)}.auth-card h1,.auth-card h2{margin:17px 0 7px;color:var(--text-strong);font-size:27px;letter-spacing:-.035em}.auth-card>p,.auth-card__header p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}.auth-form{display:grid;gap:15px}.input-with-icon{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;border:1px solid var(--border-strong);border-radius:9px;color:var(--muted);padding-left:11px}.input-with-icon--password{grid-template-columns:auto minmax(0,1fr) auto}.input-with-icon:focus-within{border-color:#b51f2599;box-shadow:0 0 0 3px #b51f2514}.input-with-icon input{border:0;box-shadow:none!important}.input-with-icon button{display:grid;width:40px;height:40px;place-items:center;border:0;background:transparent;color:var(--muted);cursor:pointer}.inline-alert{border:1px solid;border-radius:8px;padding:10px 11px;font-size:10px;line-height:1.5}.inline-alert--error{border-color:#f0c9cc;background:#fdf0f1;color:#922228}.inline-alert--success{border-color:#bfe1ce;background:#edf8f2;color:#226b43}.auth-help{margin-top:22px!important;border-top:1px solid var(--border);padding-top:18px;color:var(--muted-2)!important;font-size:9px!important;text-align:center}.startup-screen{display:grid;min-height:100vh;place-content:center}.startup-logo{display:grid;width:110px;height:58px;place-items:center;justify-self:center;border-radius:12px;background:#17191c}.startup-logo img{width:100px}.toast-region{position:fixed;z-index:120;right:20px;bottom:20px;display:grid;width:min(380px,calc(100vw - 32px));gap:8px}.toast{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid #d8d9d6;border-radius:11px;background:#202326;padding:12px 13px;color:#fff;box-shadow:var(--shadow-md);font-size:11px;animation:toast-in .2s ease both}.toast--success>svg{color:#75d49d}.toast--error>svg{color:#f38b90}.toast--info>svg{color:#86bce8}.toast button{display:grid;width:28px;height:28px;place-items:center;border:0;border-radius:6px;background:transparent;color:#fff9;cursor:pointer}.toast button:hover{background:#ffffff14;color:#fff}@keyframes toast-in{0%{transform:translateY(8px);opacity:0}}@media(max-width:1180px){.page-content{padding-right:28px;padding-left:28px}.dashboard-grid{grid-template-columns:1fr}.panel--recent{display:none}.kpi-card{padding:17px}.lead-detail-grid{grid-template-columns:minmax(0,1fr) 285px}.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lead-table th:first-child,.lead-table td:first-child{width:29%}.lead-table th:nth-child(2){width:17%}.lead-table th:nth-child(5),.lead-table td:nth-child(5){display:none}}@media(max-width:960px){.sidebar{display:none}.app-main{margin-left:0;padding-top:65px}.mobile-header{position:fixed;inset:0 0 auto;z-index:30;display:flex;height:65px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);background:#fffffff5;padding:0 18px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-header .brand-mark{width:43px;height:39px;flex-basis:43px}.mobile-header .brand-mark img{width:40px}.mobile-nav{position:fixed;inset:auto 0 0;z-index:35;display:grid;height:calc(66px + env(safe-area-inset-bottom));grid-template-columns:repeat(3,1fr);border-top:1px solid var(--border);background:#fffffff7;padding:5px 12px env(safe-area-inset-bottom);box-shadow:0 -8px 24px #1416190a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-nav a{display:flex;min-width:0;flex-direction:column;align-items:center;justify-content:center;gap:4px;border-radius:9px;color:var(--muted);font-size:9px;font-weight:650}.mobile-nav a.active{color:var(--red)}.page-content{padding:28px 24px 100px}.lead-detail-aside{position:static}.auth-page{grid-template-columns:320px minmax(420px,1fr)}.auth-brand__content{padding:45px 32px 38px}.auth-brand h1{font-size:38px}}@media(max-width:760px){.page-content{padding:24px 16px 96px}.page-header{align-items:flex-start}.page-header h1{font-size:27px}.page-header p{font-size:12px}.page-header__actions .button--secondary{display:none}.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.kpi-card{min-height:118px}.work-row{grid-template-columns:auto minmax(0,1fr) auto;padding:13px 15px}.work-row__when{grid-column:2;grid-row:2;min-width:0;text-align:left}.work-row__when strong,.work-row__when span{display:inline;margin:0 7px 0 0}.work-row>.icon-button--soft{grid-column:3;grid-row:1 / span 2}.work-row>.icon-button:last-child{display:none}.panel__header{min-height:72px;padding:16px}.leads-toolbar{align-items:stretch;flex-direction:column;padding:14px}.search-field{width:100%}.filter-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.select-field{min-width:0}.leads-summary{padding:0 15px}.lead-table-wrap{display:none}.lead-card-list{display:grid;gap:10px;background:var(--bg);padding-top:12px}.lead-card{border:1px solid var(--border);border-radius:12px;background:#fff;padding:14px;box-shadow:var(--shadow-sm)}.lead-card__top{display:flex;min-width:0;align-items:center;gap:10px}.lead-card__identity{min-width:0;flex:1}.lead-card__identity a,.lead-card__identity span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lead-card__identity a{color:var(--text-strong);font-size:12px;font-weight:750}.lead-card__identity span{margin-top:3px;color:var(--muted);font-size:9px}.lead-card__details{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:14px 0;border-top:1px solid var(--border);padding-top:12px}.lead-card__details>span{display:flex;min-width:0;flex-direction:column;gap:4px;overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.lead-card__details strong{color:var(--text);font-size:9px}.lead-card__details svg{display:inline;margin-right:3px;vertical-align:middle}.lead-card__actions{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.lead-card__actions a{display:flex;height:36px;align-items:center;justify-content:center;gap:6px;border:1px solid var(--border);border-radius:8px;color:#4f5459;font-size:10px;font-weight:700}.lead-card__actions a:last-child{border-color:var(--red);background:var(--red);color:#fff}.lead-detail-grid{grid-template-columns:1fr}.lead-detail-aside{grid-row:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.action-panel{padding:14px}.action-panel header{margin-bottom:11px}.action-panel__history{margin:12px -14px -14px;padding:11px 14px}.lead-header{align-items:flex-start;flex-direction:column}.lead-header__actions{width:100%;display:grid;grid-template-columns:repeat(3,1fr)}.lead-header__actions .button{padding:0 8px}.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:18px 16px}.address-callout{margin-right:16px;margin-left:16px}.request-copy{padding-right:16px;padding-left:16px}.photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding-right:16px;padding-left:16px}.note-composer{margin-right:16px;margin-left:16px}.timeline{padding-right:16px;padding-left:16px}.settings-grid{grid-template-columns:1fr}.settings-card--wide{grid-column:auto}.integration-grid,.roadmap-grid{grid-template-columns:1fr}.auth-page{grid-template-columns:1fr;background:#f8f8f6}.auth-brand{display:block;min-height:205px}.auth-brand__content{width:100%;min-height:205px;padding:26px 24px}.auth-logo{width:135px;height:60px}.auth-logo img{width:135px}.auth-brand__content>div:nth-child(2){display:none}.auth-security{align-self:flex-end}.auth-panel{align-items:start;margin-top:-24px;border-radius:24px 24px 0 0;padding:30px 22px 45px;position:relative;z-index:2}.auth-card h2{font-size:25px}}@media(max-width:600px){.mobile-header__brand span{display:none}.page-header{flex-direction:column;gap:16px}.page-header>.button,.page-header__actions{width:100%}.page-header__actions .button--primary,.page-header>.button{flex:1}.page-header__actions .button--secondary{display:inline-flex;flex:1}.modal-backdrop{align-items:end;padding:0}.modal{max-height:94vh;border-radius:18px 18px 0 0}.modal__header{padding:21px 18px 17px}.modal__body{max-height:calc(94vh - 110px);padding:18px 18px 0}.modal__footer{margin-right:-18px;margin-left:-18px;padding-right:18px;padding-left:18px}.form-grid{grid-template-columns:1fr}.field--full{grid-column:auto}.lead-detail-aside{grid-template-columns:1fr}.lead-header__name{align-items:flex-start;flex-direction:column;gap:4px}.lead-header__name h1{white-space:normal}.detail-grid{grid-template-columns:1fr}.detail-item strong,.detail-item strong a{white-space:normal}.settings-form{grid-template-columns:1fr}.settings-form__actions{grid-column:auto}.settings-list__item{align-items:start}.health-pill{margin-top:4px}.toast-region{right:16px;bottom:82px}}@media(max-width:390px){.kpi-grid,.filter-fields{grid-template-columns:1fr}.lead-card__details{grid-template-columns:1fr 1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
