:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#f4f5f7;font-synthesis:none;--navy: #111827;--navy-2: #1c2638;--ink: #172033;--muted: #667085;--subtle: #8a94a5;--line: #e4e7ec;--line-strong: #d8dce3;--surface: #ffffff;--canvas: #f5f6f8;--accent: #e56b38;--accent-dark: #c95628;--blue: #3973d1;--amber: #b7791f;--red: #c63d42;--green: #287a5d;--violet: #7257b5;--shadow: 0 1px 2px rgba(16,24,40,.04), 0 5px 18px rgba(16,24,40,.035)}*{box-sizing:border-box}html{min-width:320px;background:var(--canvas)}body{margin:0;min-width:320px;min-height:100vh;background:var(--canvas)}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}code{padding:2px 5px;border-radius:5px;background:#f1f3f5;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.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 .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app-shell{min-height:100vh;display:grid;grid-template-columns:238px minmax(0,1fr)}.sidebar{position:fixed;inset:0 auto 0 0;z-index:40;width:238px;display:flex;flex-direction:column;padding:22px 14px 16px;color:#cdd4df;background:var(--navy);transition:width .2s ease,transform .2s ease}.brand{height:46px;display:flex;align-items:center;gap:10px;padding:0 8px;margin-bottom:22px}.brand__mark{flex:none;display:inline-grid;place-items:center;width:30px;height:30px;border-radius:8px;color:#fff;background:var(--accent);font-size:16px;font-weight:800;letter-spacing:-.04em;box-shadow:0 6px 18px #e56b3838}.brand__word{display:flex;flex-direction:column;line-height:1}.brand__word strong{color:#fff;font-size:13px;letter-spacing:.09em}.brand__word small{margin-top:5px;color:#8792a4;font-size:10px;letter-spacing:.05em}.sidebar nav{display:flex;flex:1;flex-direction:column;gap:4px}.sidebar nav a,.sidebar__bottom>a,.sidebar__bottom>button{position:relative;display:flex;align-items:center;gap:11px;min-height:41px;padding:0 11px;border:0;border-radius:8px;color:#9da8b9;background:transparent;font-size:13px;font-weight:520;text-align:left;transition:.15s ease;white-space:nowrap}.sidebar nav a:hover,.sidebar__bottom>a:hover,.sidebar__bottom>button:hover{color:#eef2f7;background:#ffffff0e}.sidebar nav a.active,.sidebar__bottom>a.active{color:#fff;background:#ffffff17;box-shadow:inset 2px 0 var(--accent)}.sidebar nav a em{margin-left:auto;min-width:20px;height:20px;padding:0 5px;display:grid;place-items:center;border-radius:10px;background:#e56b3833;color:#ffb898;font-size:10px;font-style:normal}.sidebar__bottom{display:flex;flex-direction:column;gap:3px;padding-top:12px;border-top:1px solid rgba(255,255,255,.07)}.sidebar__collapse svg{transition:transform .2s}.demo-pill{align-self:flex-start;margin:0 10px 8px;padding:4px 7px;border:1px solid rgba(255,184,152,.25);border-radius:5px;color:#ffb898;font-size:10px;text-transform:uppercase;letter-spacing:.05em}.sidebar__mobile-close{display:none;margin-left:auto;border:0;color:#cdd4df;background:none}.workspace{grid-column:2;min-width:0;transition:margin .2s ease}.topbar{position:sticky;top:0;z-index:25;display:flex;align-items:center;height:68px;padding:0 30px;border-bottom:1px solid rgba(216,220,227,.85);background:#ffffffe6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.topbar__right{margin-left:auto;display:flex;align-items:center;gap:16px}.topbar__user{max-width:190px;overflow:hidden;color:var(--muted);font-size:12px;text-overflow:ellipsis}.mobile-menu{display:none;border:0;color:var(--ink);background:none}.app-shell--collapsed{grid-template-columns:74px minmax(0,1fr)}.app-shell--collapsed .sidebar{width:74px}.app-shell--collapsed .brand__word,.app-shell--collapsed .sidebar a span,.app-shell--collapsed .sidebar button span,.app-shell--collapsed .sidebar nav a em,.app-shell--collapsed .demo-pill{display:none}.app-shell--collapsed .sidebar nav a,.app-shell--collapsed .sidebar__bottom>a,.app-shell--collapsed .sidebar__bottom>button{justify-content:center;padding:0}.app-shell--collapsed .sidebar__collapse svg{transform:rotate(180deg)}.app-shell--collapsed .brand{justify-content:center;padding:0}.global-search-trigger{display:flex;align-items:center;width:min(400px,38vw);gap:9px;padding:9px 10px;border:1px solid transparent;border-radius:8px;color:var(--subtle);background:#f4f5f7;font-size:12px;text-align:left;transition:.15s}.global-search-trigger:hover{border-color:var(--line-strong);background:#fff}.global-search-trigger span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.global-search-trigger kbd{margin-left:auto;padding:2px 5px;border:1px solid var(--line-strong);border-radius:4px;color:#7c8595;background:#fff;font:10px ui-monospace,monospace}.quick-create{position:relative}.quick-create__menu{position:absolute;top:calc(100% + 8px);right:0;z-index:30;width:220px;padding:6px;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:0 16px 42px #10182829}.quick-create__label{padding:7px 9px 6px;color:var(--subtle);font-size:10px;font-weight:650;letter-spacing:.06em;text-transform:uppercase}.quick-create__menu button{display:flex;width:100%;align-items:center;gap:10px;padding:9px;border:0;border-radius:7px;color:var(--ink);background:transparent;font-size:13px;text-align:left}.quick-create__menu button:hover{background:#f5f6f8}.quick-create__menu svg{color:var(--muted)}.button{display:inline-flex;min-height:37px;align-items:center;justify-content:center;gap:7px;padding:0 13px;border:1px solid transparent;border-radius:8px;font-size:12px;font-weight:650;transition:.14s ease;white-space:nowrap}.button:disabled{cursor:not-allowed;opacity:.55}.button--primary{color:#fff;background:var(--accent);box-shadow:0 1px 2px #78280c29}.button--primary:hover:not(:disabled){background:var(--accent-dark)}.button--secondary{border-color:var(--line-strong);color:#344054;background:#fff;box-shadow:0 1px 2px #1018280a}.button--secondary:hover:not(:disabled){background:#f8f9fa}.button--ghost{color:#596579;background:transparent}.button--ghost:hover:not(:disabled){background:#f1f3f5}.button--danger{color:#fff;background:var(--red)}.button--sm{min-height:31px;padding:0 10px;font-size:11px}.icon-button{display:inline-grid;width:30px;height:30px;place-items:center;padding:0;border:0;border-radius:7px;color:#7b8493;background:transparent}.icon-button:hover{color:var(--ink);background:#f0f2f5}.row-actions{display:flex;align-items:center;gap:2px}.badge{display:inline-flex;width:fit-content;align-items:center;gap:6px;padding:4px 7px;border-radius:999px;color:#596579;background:#f1f3f5;font-size:10px;font-weight:650;white-space:nowrap}.badge__dot{width:5px;height:5px;border-radius:50%;background:currentColor}.badge--blue{color:#2e62b4;background:#edf4ff}.badge--violet{color:#674da7;background:#f3effc}.badge--amber{color:#956116;background:#fdf4df}.badge--red{color:#ac343a;background:#fcebed}.badge--green{color:#247057;background:#eaf7f1}.badge--gray{color:#667085;background:#f1f3f5}.priority{display:inline-flex;align-items:center;gap:6px;color:#687386;font-size:10px;font-weight:600;white-space:nowrap}.priority>span{width:6px;height:6px;border-radius:50%;background:#98a2b3}.priority--hoch>span{background:#e5a43a}.priority--dringend>span{background:#d6494f}.priority--niedrig>span{background:#a7afbc}.search-input{display:flex;min-width:260px;flex:1;align-items:center;gap:8px;padding:0 10px;border:1px solid var(--line-strong);border-radius:8px;color:var(--subtle);background:#fff}.search-input:focus-within{border-color:#98aecf;box-shadow:0 0 0 3px #3973d114}.search-input input{width:100%;height:37px;padding:0;border:0;outline:0;color:var(--ink);background:transparent;font-size:12px}.select-wrap{position:relative;display:inline-flex;align-items:center}.select-wrap select{min-width:145px;height:39px;appearance:none;padding:0 31px 0 10px;border:1px solid var(--line-strong);border-radius:8px;outline:none;color:#4f5a6b;background:#fff;font-size:12px}.select-wrap svg{position:absolute;right:10px;pointer-events:none;color:#8d96a5}.toolbar{display:flex;align-items:center;gap:10px;margin:22px 0}.toolbar--wrap{flex-wrap:wrap}.view-toggle{display:flex;margin-left:auto;padding:3px;border:1px solid var(--line);border-radius:8px;background:#ebeef2}.view-toggle button{display:inline-flex;height:31px;align-items:center;gap:6px;padding:0 10px;border:0;border-radius:6px;color:#6c7687;background:transparent;font-size:11px}.view-toggle button.active{color:var(--ink);background:#fff;box-shadow:0 1px 3px #1018281a}.workspace main{min-height:calc(100vh - 68px)}.page{width:100%;max-width:1560px;margin:0 auto;padding:30px}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.page-header h1{margin:3px 0 4px;color:var(--ink);font-size:27px;line-height:1.2;letter-spacing:-.03em}.page-header p{margin:0;color:var(--muted);font-size:13px}.page-header__actions{display:flex;align-items:center;gap:8px}.eyebrow{color:var(--accent);font-size:9px;font-weight:750;letter-spacing:.12em;text-transform:uppercase}.eyebrow--light{color:#ffad87}.panel{border:1px solid var(--line);border-radius:11px;background:var(--surface);box-shadow:var(--shadow)}.panel__header{display:flex;min-height:54px;align-items:center;justify-content:space-between;padding:0 17px;border-bottom:1px solid var(--line)}.panel__header>div{display:flex;align-items:center;gap:8px}.panel__header h2{margin:0;color:#293244;font-size:13px;font-weight:700}.panel__header>a{display:inline-flex;align-items:center;gap:5px;color:#637083;font-size:10px;font-weight:600}.panel__header>a:hover{color:var(--accent)}.panel__body{min-height:100px}.count-chip{display:inline-grid;min-width:20px;height:20px;place-items:center;padding:0 5px;border-radius:10px;color:#667085;background:#f0f2f5;font-size:9px;font-weight:700}.empty-state{display:flex;min-height:160px;flex-direction:column;align-items:center;justify-content:center;padding:24px;color:var(--muted);text-align:center}.empty-state__icon{display:grid;width:38px;height:38px;place-items:center;margin-bottom:9px;border-radius:10px;color:#8d96a5;background:#f1f3f5}.empty-state h3{margin:0 0 4px;color:#455065;font-size:12px}.empty-state p{max-width:330px;margin:0 0 13px;font-size:11px;line-height:1.55}.loading-state,.error-state,.app-loading{display:flex;min-height:50vh;align-items:center;justify-content:center;gap:10px;color:var(--muted);font-size:13px}.error-state{max-width:700px;min-height:auto;margin:40px auto;padding:18px;border:1px solid #f2c5c8;border-radius:10px;background:#fff7f7}.error-state p{margin:3px 0 0;font-size:11px}.text-danger{color:var(--red)!important}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:25px 0 17px}.metric-card{display:flex;min-height:93px;align-items:center;gap:12px;padding:15px;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:var(--shadow)}.metric-card__icon{display:grid;width:36px;height:36px;flex:none;place-items:center;border-radius:9px;color:var(--blue);background:#edf4ff}.metric-card__icon--violet{color:var(--violet);background:#f3effc}.metric-card__icon--red{color:var(--red);background:#fcebed}.metric-card__icon--green{color:var(--green);background:#eaf7f1}.metric-card__icon--amber{color:var(--amber);background:#fdf4df}.metric-card>div:last-child{display:grid;grid-template-columns:auto 1fr;align-items:baseline;column-gap:8px}.metric-card span{grid-column:1 / -1;color:var(--muted);font-size:10px;font-weight:600}.metric-card strong{margin-top:2px;color:var(--ink);font-size:24px;letter-spacing:-.04em}.metric-card small{color:var(--subtle);font-size:9px}.dashboard-grid{display:grid;gap:14px;margin-bottom:14px}.dashboard-grid--top{grid-template-columns:1fr 1fr}.dashboard-grid--middle{grid-template-columns:1.12fr .88fr}.dashboard-grid--bottom{grid-template-columns:1.18fr .82fr}.dashboard-section--danger{border-color:#f0c9cb}.dashboard-section--danger .panel__header{background:snow}.work-row{display:grid;grid-template-columns:24px minmax(0,1fr) auto 92px;align-items:center;gap:9px;min-height:58px;padding:8px 16px;border-bottom:1px solid #edf0f3}.work-row:last-child{border-bottom:0}.task-check{display:grid;width:20px;height:20px;place-items:center;padding:0;border:1px solid #cfd5dd;border-radius:50%;color:transparent;background:#fff}.task-check:hover{border-color:var(--green);color:var(--green);background:#eff9f5}.task-check--project{border-color:#bed0ea;color:var(--blue);background:#f1f6fd}.work-row__main{display:flex;min-width:0;flex-direction:column;gap:3px}.work-row__main strong{overflow:hidden;color:#2d3748;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.work-row__main span{overflow:hidden;color:var(--subtle);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.due-label{justify-self:end;color:#717b8b;font-size:9px;font-weight:600}.due-label--overdue{color:var(--red)}.waiting-row,.offer-row{display:flex;min-height:68px;align-items:center;gap:10px;padding:10px 16px;border-bottom:1px solid #edf0f3;transition:background .12s}.waiting-row:last-child,.offer-row:last-child{border-bottom:0}.waiting-row:hover,.offer-row:hover{background:#fafbfc}.waiting-row__signal{display:grid;width:30px;height:30px;flex:none;place-items:center;border-radius:8px;color:var(--amber);background:#fdf4df}.waiting-row__signal--due{color:var(--red);background:#fcebed}.waiting-row>div:nth-child(2),.offer-row>div:first-child{display:flex;min-width:0;flex:1;flex-direction:column;gap:2px}.waiting-row strong,.offer-row strong{color:#2b3547;font-size:11px}.waiting-row span,.offer-row span{color:#5f6b7d;font-size:10px}.waiting-row small,.offer-row small{color:var(--subtle);font-size:9px}.offer-row__value{display:flex;align-items:flex-end;flex-direction:column;gap:2px}.offer-row__value strong{font-size:11px}.offer-row>svg{color:#98a2b3}.project-compact{display:block;padding:13px 16px;border-bottom:1px solid #edf0f3}.project-compact:last-child{border-bottom:0}.project-compact:hover{background:#fafbfc}.project-compact__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.project-compact__top>div{display:flex;flex-direction:column;gap:2px}.project-compact__top strong{color:#2b3547;font-size:11px}.project-compact__top span{color:var(--subtle);font-size:9px}.progress-line{height:5px;margin:9px 0 7px;overflow:hidden;border-radius:3px;background:#edf0f3}.progress-line>span,.progress-line>i{display:block;height:100%;border-radius:inherit;background:var(--blue)}.project-compact__meta{display:flex;justify-content:space-between;gap:12px;color:var(--subtle);font-size:9px}.project-compact__meta b{color:#596579;font-weight:600}.week-row{display:grid;grid-template-columns:40px minmax(0,1fr) 18px;align-items:center;gap:10px;min-height:61px;padding:8px 16px;border-bottom:1px solid #edf0f3}.week-row:last-child{border-bottom:0}.week-row__date{display:flex;height:38px;flex-direction:column;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:7px}.week-row__date strong{font-size:13px}.week-row__date span{color:var(--subtle);font-size:8px;text-transform:uppercase}.week-row>div:nth-child(2){display:flex;flex-direction:column;gap:2px}.week-row>div:nth-child(2) strong{font-size:11px}.week-row>div:nth-child(2) span{color:var(--subtle);font-size:9px}.week-row>svg{color:#98a2b3}.kanban-board{display:grid;grid-auto-columns:275px;grid-auto-flow:column;gap:11px;max-width:100%;overflow-x:auto;padding:1px 1px 14px;scrollbar-color:#cbd1da transparent}.kanban-column{min-height:480px;border:1px solid var(--line);border-radius:10px;background:#eef0f3}.kanban-column>header{display:flex;height:47px;align-items:center;justify-content:space-between;padding:0 12px}.kanban-column>header>span{color:var(--subtle);font-size:10px;font-weight:650}.kanban-column__body{padding:0 8px 8px}.lead-card{margin-bottom:8px;padding:12px;border:1px solid #e0e3e8;border-radius:9px;background:#fff;box-shadow:0 1px 2px #1018280d}.lead-card__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:5px}.lead-card>a{display:flex;flex-direction:column;gap:3px}.lead-card>a strong{color:#273145;font-size:12px}.lead-card>a span{color:var(--muted);font-size:10px}.lead-card__value{display:flex;align-items:center;gap:5px;margin-top:12px;color:#3e4a5e;font-size:11px;font-weight:650}.lead-card__step{display:flex;min-height:53px;flex-direction:column;gap:3px;margin:10px -3px 0;padding:8px;border-radius:7px;background:#f6f7f9}.lead-card__step small{color:var(--subtle);font-size:8px;text-transform:uppercase;letter-spacing:.04em}.lead-card__step span{color:#525e71;font-size:10px;line-height:1.35}.lead-card footer{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-top:10px}.lead-card footer>span{color:var(--subtle);font-size:8px}.lead-card footer select{max-width:108px;border:0;outline:none;color:#667085;background:transparent;font-size:8px}.kanban-empty{display:grid;height:68px;place-items:center;border:1px dashed #d5dae1;border-radius:8px;color:#9aa2af;font-size:10px}.table-card{overflow:hidden;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:var(--shadow)}.table-card table{width:100%;border-collapse:collapse}.table-card th{height:41px;padding:0 13px;border-bottom:1px solid var(--line);color:#7c8595;background:#f8f9fa;font-size:9px;font-weight:700;text-align:left;text-transform:uppercase;letter-spacing:.04em}.table-card td{height:58px;padding:8px 13px;border-bottom:1px solid #edf0f3;color:#475268;font-size:10px}.table-card tr:last-child td{border-bottom:0}.table-card tbody tr:hover{background:#fafbfc}.table-primary{display:flex;flex-direction:column;gap:3px;color:#283347;font-size:11px;font-weight:650}.table-primary span{color:var(--subtle);font-size:9px;font-weight:400}.table-muted{max-width:230px;color:var(--muted)!important}.project-grid,.customer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.project-card,.customer-card{padding:16px;border:1px solid var(--line);border-radius:11px;background:#fff;box-shadow:var(--shadow)}.project-card>header,.customer-card>header{display:flex;align-items:center;justify-content:space-between}.avatar{display:grid;width:32px;height:32px;place-items:center;border-radius:9px;color:#345e9c;background:#edf3fb;font-size:11px;font-weight:750}.avatar--sm{width:24px;height:24px;border-radius:7px;font-size:9px}.avatar--lg{width:42px;height:42px;border-radius:11px}.avatar--xl{width:58px;height:58px;border-radius:14px;font-size:17px}.project-card>a{display:block;margin:12px 0 10px}.project-card__customer{color:var(--subtle);font-size:9px}.project-card h2{margin:3px 0 0;color:#222d40;font-size:15px;letter-spacing:-.015em}.project-card__badges{display:flex;align-items:center;gap:10px}.project-card__progress{margin-top:17px}.project-card__progress>div:first-child{display:flex;justify-content:space-between;color:var(--muted);font-size:9px}.project-card__progress strong{color:#344054}.next-step-box{display:flex;min-height:82px;flex-direction:column;gap:4px;margin-top:14px;padding:10px;border-left:2px solid var(--blue);border-radius:2px 7px 7px 2px;background:#f6f8fb}.next-step-box small{color:var(--subtle);font-size:8px;text-transform:uppercase;letter-spacing:.04em}.next-step-box strong{color:#3d485b;font-size:10px;line-height:1.35}.next-step-box span{display:flex;align-items:center;gap:4px;margin-top:auto;color:var(--subtle);font-size:8px}.project-card footer{display:grid;grid-template-columns:1fr auto 22px;align-items:center;gap:10px;margin-top:14px;padding-top:12px;border-top:1px solid #edf0f3;color:var(--subtle);font-size:9px}.project-card footer b{color:#4e5a6d}.project-card footer>span:nth-child(2){color:#3b4659;font-weight:650}.project-card footer a{display:grid;width:22px;height:22px;place-items:center;border-radius:6px;color:#748095}.project-card footer a:hover{color:var(--accent);background:#f5f6f8}.customer-card>a{display:block;margin:12px 0 9px}.customer-card h2{margin:0 0 3px;color:#253044;font-size:15px}.customer-card>a span{color:var(--muted);font-size:10px}.customer-card__badges{display:flex;align-items:center;gap:9px}.customer-card__badges>span:last-child{color:var(--subtle);font-size:9px}.customer-card__contact{display:flex;min-height:85px;flex-direction:column;gap:8px;margin-top:15px;padding:12px 0;border-top:1px solid #edf0f3;border-bottom:1px solid #edf0f3}.customer-card__contact a,.customer-card__contact span{display:flex;align-items:center;gap:7px;color:#5f6b7d;font-size:9px}.customer-card__contact svg{color:#98a2b3}.customer-card__stats{display:grid;grid-template-columns:repeat(3,1fr);padding:13px 0}.customer-card__stats>div{display:flex;flex-direction:column;align-items:center;border-right:1px solid #edf0f3}.customer-card__stats>div:last-child{border:0}.customer-card__stats strong{color:#313c50;font-size:15px}.customer-card__stats span{color:var(--subtle);font-size:8px}.customer-card__open{display:flex!important;align-items:center;justify-content:center;gap:6px;margin:0!important;padding-top:11px;border-top:1px solid #edf0f3;color:#566378;font-size:9px;font-weight:650}.segmented-tabs{display:flex;width:fit-content;gap:3px;margin-top:24px;padding:4px;border:1px solid var(--line);border-radius:9px;background:#eceef2}.segmented-tabs button{display:inline-flex;height:31px;align-items:center;gap:6px;padding:0 11px;border:0;border-radius:6px;color:#667085;background:transparent;font-size:10px;font-weight:600}.segmented-tabs button.active{color:var(--ink);background:#fff;box-shadow:0 1px 3px #1018281a}.segmented-tabs button em{display:grid;min-width:17px;height:17px;place-items:center;border-radius:9px;color:#fff;background:var(--red);font-size:8px;font-style:normal}.task-list{overflow:hidden}.task-list__row{display:grid;grid-template-columns:28px minmax(180px,1.6fr) 90px 75px 88px 95px 66px;min-height:59px;align-items:center;gap:10px;padding:7px 13px;border-bottom:1px solid #edf0f3}.task-list__row:last-child{border-bottom:0}.task-list__row:hover{background:#fafbfc}.task-list__row--done{opacity:.58}.task-list__row--done .task-list__main strong{text-decoration:line-through}.task-toggle{display:grid;width:23px;height:23px;place-items:center;padding:0;border:0;color:#9aa3b1;background:transparent}.task-list__row--done .task-toggle{border-radius:50%;color:#fff;background:var(--green)}.task-list__main{display:flex;min-width:0;flex-direction:column;gap:3px}.task-list__main strong{overflow:hidden;color:#2c374a;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.task-list__main span{overflow:hidden;color:var(--subtle);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.task-list__date,.task-list__category{color:#667085;font-size:9px}.attention-banner{display:flex;align-items:center;gap:10px;margin-top:22px;padding:12px 15px;border:1px solid #efd6ac;border-radius:9px;color:#9a681b;background:#fffaf0}.attention-banner>div{display:flex;flex-direction:column;gap:2px}.attention-banner strong{font-size:11px}.attention-banner span{color:#9a7a49;font-size:9px}.waiting-list{display:flex;flex-direction:column;gap:10px}.waiting-card{display:grid;grid-template-columns:40px minmax(0,1fr) 210px;gap:12px;padding:15px;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:var(--shadow)}.waiting-card--due{border-left:3px solid var(--red)}.waiting-card__signal{display:grid;width:36px;height:36px;place-items:center;border-radius:9px;color:var(--amber);background:#fdf4df}.waiting-card--due .waiting-card__signal{color:var(--red);background:#fcebed}.waiting-card__title{display:flex;justify-content:space-between;gap:14px}.waiting-card__title span{color:var(--subtle);font-size:9px}.waiting-card h2{margin:3px 0 0;color:#293449;font-size:13px}.waiting-card__main>p{margin:9px 0;color:#697487;font-size:10px;line-height:1.5}.waiting-card__meta{display:flex;flex-wrap:wrap;gap:15px;color:var(--subtle);font-size:9px}.waiting-card__meta b{color:#596579;font-weight:600}.waiting-card>aside{display:flex;align-items:flex-end;flex-direction:column;gap:8px}.waiting-card__actions{display:flex;gap:4px;margin-top:auto}.back-link{display:inline-flex;align-items:center;gap:5px;margin-bottom:19px;color:#6d788a;font-size:10px;font-weight:600}.back-link:hover{color:var(--ink)}.detail-hero{display:flex;min-height:90px;align-items:center;justify-content:space-between;gap:22px;padding-bottom:22px;border-bottom:1px solid var(--line)}.detail-hero__identity{display:flex;align-items:center;gap:14px}.detail-hero h1{margin:5px 0 2px;color:#1e293b;font-size:26px;letter-spacing:-.03em}.detail-hero p,.detail-hero>div:first-child>a{margin:0;color:var(--muted);font-size:11px}.detail-hero__badges{display:flex;align-items:center;gap:9px}.detail-hero__badges>span:last-child:not(.badge){color:var(--subtle);font-size:9px}.detail-hero__actions{display:flex;align-items:center;gap:7px}.detail-layout{display:grid;grid-template-columns:265px minmax(0,1fr);gap:17px;margin-top:20px}.contact-panel{align-self:start;padding:16px}.contact-panel h2{margin-bottom:16px;font-size:12px}.contact-list{display:flex;flex-direction:column;gap:14px}.contact-list a,.contact-list>div{display:flex;align-items:flex-start;gap:9px;color:#4f5b6e;font-size:9px;overflow-wrap:anywhere}.contact-list svg{flex:none;margin-top:2px;color:#98a2b3}.contact-list span{display:flex;flex-direction:column;gap:3px}.contact-list small,.internal-note small{color:var(--subtle);font-size:8px;text-transform:uppercase;letter-spacing:.04em}.internal-note{margin-top:18px;padding:11px;border-radius:7px;background:#f6f7f9}.internal-note p{margin:5px 0 0;color:#657083;font-size:9px;line-height:1.5}.detail-content{min-width:0}.detail-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-bottom:13px}.detail-summary-grid>div{display:grid;grid-template-columns:24px 1fr;align-items:center;padding:12px;border:1px solid var(--line);border-radius:9px;background:#fff}.detail-summary-grid svg{grid-row:1 / 3;color:#7c8ca4}.detail-summary-grid strong{color:#283347;font-size:18px}.detail-summary-grid span{color:var(--subtle);font-size:8px}.detail-section{overflow:hidden;margin-bottom:13px}.detail-section>header{display:flex;min-height:50px;align-items:center;justify-content:space-between;padding:0 15px;border-bottom:1px solid var(--line)}.detail-section>header h2{margin:0;font-size:12px}.detail-section>header a,.detail-section>header button:not(.button){border:0;color:var(--accent);background:none;font-size:9px;font-weight:650}.detail-list-row{display:grid;grid-template-columns:minmax(0,1fr) auto 45px;min-height:56px;align-items:center;gap:10px;padding:8px 14px;border-bottom:1px solid #edf0f3}.detail-list-row:last-child{border-bottom:0}.detail-list-row:hover{background:#fafbfc}.detail-list-row>div{display:flex;min-width:0;flex-direction:column;gap:3px}.detail-list-row strong{color:#324055;font-size:10px}.detail-list-row span{color:var(--subtle);font-size:9px}.detail-list-row--compact{grid-template-columns:minmax(0,1fr) auto}.detail-two-col{display:grid;grid-template-columns:1fr 1fr;gap:13px}.timeline{padding-bottom:6px}.timeline article{position:relative;display:grid;grid-template-columns:12px 1fr;gap:10px;margin:0 17px;padding:13px 0;border-bottom:1px solid #edf0f3}.timeline article:last-child{border:0}.timeline__dot{width:8px;height:8px;margin-top:5px;border:2px solid #fff;border-radius:50%;background:var(--blue);box-shadow:0 0 0 1px #a8bddf}.timeline article>div>div{display:flex;align-items:center;gap:8px}.timeline time{color:var(--subtle);font-size:8px}.timeline p{margin:7px 0 0;color:#596579;font-size:10px;line-height:1.5}.project-keyline{display:grid;grid-template-columns:repeat(4,1fr);margin:20px 0;padding:14px 0;border:1px solid var(--line);border-radius:10px;background:#fff}.project-keyline>div{display:flex;align-items:center;gap:9px;padding:0 16px;border-right:1px solid var(--line)}.project-keyline>div:last-child{border:0}.project-keyline svg{color:#8a94a5}.project-keyline span{display:flex;flex-direction:column;gap:3px;color:var(--subtle);font-size:8px;text-transform:uppercase;letter-spacing:.04em}.project-keyline small{color:#354155;font-size:11px;font-weight:650;text-transform:none;letter-spacing:0}.project-keyline__progress{display:grid!important;grid-template-columns:auto 1fr}.project-keyline__progress .progress-line{width:100%;margin:0}.project-keyline__progress .progress-line i{background:var(--blue)}.detail-tabs{display:flex;gap:4px;margin-bottom:13px;border-bottom:1px solid var(--line)}.detail-tabs button{padding:11px 13px;border:0;border-bottom:2px solid transparent;color:var(--muted);background:transparent;font-size:10px;font-weight:650}.detail-tabs button.active{border-color:var(--accent);color:var(--ink)}.next-step-panel{padding:20px;margin-bottom:13px;border-left:3px solid var(--blue)}.next-step-panel>span,.waiting-highlight span{color:var(--subtle);font-size:8px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.next-step-panel h2,.waiting-highlight h2{margin:6px 0;color:#283449;font-size:16px}.next-step-panel p,.waiting-highlight p{display:flex;align-items:center;gap:6px;margin:0;color:var(--muted);font-size:9px}.waiting-highlight{display:grid;grid-template-columns:35px minmax(0,1fr) auto;align-items:center;gap:10px;margin-bottom:13px;padding:17px;border-color:#efd9b5;background:#fffaf2}.waiting-highlight>svg{color:var(--amber)}.prose{padding:15px;margin:0;color:#5f6b7d;font-size:10px;line-height:1.65}.lead-detail-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:13px}.field-list{padding:0 15px 15px;margin:0}.field-list>div{display:flex;justify-content:space-between;padding:9px 0;border-top:1px solid #edf0f3;font-size:9px}.field-list dt{color:var(--subtle)}.field-list dd{margin:0;color:#404c60;font-weight:650}.action-list{padding:7px}.action-list button{display:flex;width:100%;align-items:center;gap:10px;padding:9px;border:0;border-radius:7px;color:#5a6679;background:transparent;text-align:left}.action-list button:hover{background:#f5f6f8}.action-list button>span{display:flex;flex-direction:column;gap:2px}.action-list strong{color:#344054;font-size:10px}.action-list small{color:var(--subtle);font-size:8px}.archive-tabs{margin-bottom:18px}.archive-tabs button{gap:6px}.archive-list{overflow:hidden}.archive-row{display:grid;grid-template-columns:minmax(0,1fr) 110px 125px;min-height:62px;align-items:center;gap:10px;padding:9px 15px;border-bottom:1px solid #edf0f3}.archive-row:last-child{border:0}.archive-row>div{display:flex;flex-direction:column;gap:3px}.archive-row strong{color:#344054;font-size:11px}.archive-row span{color:var(--subtle);font-size:9px}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:24px}.settings-card{padding:17px}.settings-card header{display:flex;align-items:center;gap:10px;padding-bottom:14px;border-bottom:1px solid var(--line)}.settings-card header>svg{color:#6f7d92}.settings-card h2{margin:0 0 2px;font-size:12px}.settings-card header p{margin:0;color:var(--subtle);font-size:9px}.status-dot{margin-left:auto;padding:4px 7px;border-radius:12px;color:var(--amber);background:#fdf4df;font-size:9px;font-weight:650}.status-dot--ok{color:var(--green);background:#eaf7f1}.settings-rows{padding-top:5px}.settings-rows>div{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #edf0f3;font-size:9px}.settings-rows span{color:var(--subtle)}.settings-rows strong{color:#455065}.check-list{display:flex;flex-direction:column;gap:9px;padding:14px 0 0;margin:0;list-style:none;color:#566378;font-size:9px}.check-list li{display:flex;align-items:center;gap:8px}.check-list svg{color:var(--green)}.modal-open{overflow:hidden}.modal-backdrop{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px;background:#0a101c8a;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal{width:min(100%,600px);max-height:min(90vh,850px);overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:13px;background:#fff;box-shadow:0 28px 80px #00000047}.modal--sm{max-width:420px}.modal--lg{max-width:760px}.modal__header{display:flex;align-items:flex-start;justify-content:space-between;padding:18px 20px 15px;border-bottom:1px solid var(--line)}.modal__header h2{margin:0 0 4px;color:#202a3b;font-size:16px}.modal__header p{margin:0;color:var(--muted);font-size:9px}.modal__body{max-height:calc(90vh - 70px);overflow-y:auto}.entity-form{padding:17px 20px 0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.field{display:flex;min-width:0;flex-direction:column;gap:5px;color:#4f5a6c;font-size:9px;font-weight:650}.field--wide{grid-column:1 / -1}.field>span:first-child em{color:var(--red);font-style:normal}.field input,.field textarea,.field select{width:100%;min-height:38px;padding:8px 10px;border:1px solid var(--line-strong);border-radius:7px;outline:none;color:var(--ink);background:#fff;font-size:11px;font-weight:400;transition:.14s}.field textarea{resize:vertical;line-height:1.5}.field input:focus,.field textarea:focus,.field select:focus{border-color:#8ca6cd;box-shadow:0 0 0 3px #3973d114}.field small{color:var(--subtle);font-size:8px;font-weight:400}.checkbox-row{display:flex;min-height:38px;align-items:center;gap:8px;padding:0 9px;border:1px solid var(--line-strong);border-radius:7px;color:#5a6679;font-size:10px;font-weight:400}.checkbox-row input{width:15px;min-height:15px;accent-color:var(--accent)}.form-actions{position:sticky;bottom:0;display:flex;align-items:center;justify-content:flex-end;gap:7px;margin:18px -20px 0;padding:12px 20px;border-top:1px solid var(--line);background:#fffffff5}.form-error{margin:12px 0 0;padding:9px 10px;border-radius:7px;color:#a52f35;background:#fcebed;font-size:10px}.confirm-actions{display:flex;justify-content:flex-end;gap:8px;padding:18px}.toast{position:fixed;right:22px;bottom:22px;z-index:150;display:flex;align-items:center;gap:8px;padding:11px 14px;border:1px solid #bfe2d4;border-radius:9px;color:#24634f;background:#f1fbf7;box-shadow:0 12px 35px #10182829;font-size:10px;font-weight:650;animation:toast-in .2s ease}.toast--error{border-color:#f0c4c7;color:#9f3035;background:#fff5f5}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}}.search-overlay{position:fixed;inset:0;z-index:90;display:flex;justify-content:center;padding:11vh 20px 20px;background:#0b111d7a;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.search-panel{width:min(620px,100%);max-height:68vh;align-self:flex-start;overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:12px;background:#fff;box-shadow:0 25px 70px #00000040}.search-panel__input{display:flex;align-items:center;gap:10px;padding:0 15px;border-bottom:1px solid var(--line);color:#798496}.search-panel__input input{width:100%;height:52px;border:0;outline:0;color:var(--ink);font-size:14px}.search-panel__input button{display:grid;width:28px;height:28px;place-items:center;border:0;border-radius:7px;color:#8791a1;background:transparent}.search-panel__results{max-height:calc(68vh - 53px);overflow-y:auto;padding:8px}.search-panel__results section{margin-bottom:9px}.search-panel__results h3{padding:5px 8px;margin:0;color:var(--subtle);font-size:8px;text-transform:uppercase;letter-spacing:.06em}.search-result{display:flex;width:100%;align-items:center;gap:9px;padding:8px;border:0;border-radius:7px;color:var(--ink);background:transparent;text-align:left}.search-result:hover{background:#f3f5f7}.search-result__icon{display:grid;width:30px;height:30px;flex:none;place-items:center;border-radius:7px;color:#68788f;background:#edf1f5}.search-result>span:last-child{display:flex;flex-direction:column;gap:2px}.search-result strong{font-size:10px}.search-result small{color:var(--subtle);font-size:8px}.search-hint{display:flex;min-height:140px;flex-direction:column;align-items:center;justify-content:center;color:#9ba3af;text-align:center}.search-hint p{margin:8px 0 3px;color:#657083;font-size:11px}.search-hint span{font-size:9px}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(380px,1.05fr) minmax(420px,.95fr);background:#fff}.login-intro{display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;padding:42px 7vw 36px;color:#fff;background:var(--navy);background-image:radial-gradient(circle at 15% 85%,rgba(229,107,56,.14),transparent 32%),radial-gradient(circle at 90% 15%,rgba(57,115,209,.15),transparent 28%)}.login-brand{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:750;letter-spacing:.09em}.login-brand span{display:grid;width:29px;height:29px;place-items:center;border-radius:8px;background:var(--accent);font-size:15px}.login-intro h1{margin:9px 0 16px;font-size:clamp(34px,4vw,54px);line-height:1.08;letter-spacing:-.045em}.login-lead{max-width:520px;color:#aeb8c7;font-size:14px;line-height:1.65}.login-intro ul{display:flex;flex-direction:column;gap:11px;padding:20px 0 0;margin:0;list-style:none;color:#c6ceda;font-size:11px}.login-intro li{display:flex;align-items:center;gap:9px}.login-intro li svg{color:#ff9e72}.login-intro>small{color:#677387;font-size:9px}.login-panel{display:grid;place-items:center;padding:35px}.login-panel form{width:min(100%,370px)}.login-lock{display:grid;width:42px;height:42px;place-items:center;margin-bottom:22px;border-radius:11px;color:var(--accent);background:#fff0e9}.login-panel h2{margin:6px 0 7px;color:#1e293b;font-size:25px;letter-spacing:-.035em}.login-copy{margin-bottom:24px;color:var(--muted);font-size:11px}.login-panel .field{margin-bottom:14px}.login-panel .field input{min-height:43px}.login-submit{width:100%;min-height:43px;margin-top:5px}.login-security{display:flex;align-items:center;justify-content:center;gap:5px;margin-top:15px;color:var(--subtle);font-size:8px}.setup-notice{margin:0 0 16px;padding:11px;border:1px solid #ecd4a9;border-radius:8px;color:#85601d;background:#fffaf0}.setup-notice strong{font-size:10px}.setup-notice p{margin:5px 0 0;font-size:9px;line-height:1.5}@media(max-width:1180px){.project-grid,.customer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.task-list__row{grid-template-columns:28px minmax(170px,1.6fr) 86px 70px 82px 60px}.task-list__category{display:none}.metric-grid,.detail-summary-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.app-shell,.app-shell--collapsed{display:block}.workspace{grid-column:auto}.sidebar,.app-shell--collapsed .sidebar{width:238px;transform:translate(-100%)}.sidebar--open{transform:translate(0)!important}.nav-scrim{position:fixed;inset:0;z-index:35;background:#0a0f1a75}.sidebar__mobile-close,.mobile-menu{display:grid;place-items:center}.app-shell--collapsed .brand__word,.app-shell--collapsed .sidebar a span,.app-shell--collapsed .sidebar button span,.app-shell--collapsed .demo-pill{display:initial}.app-shell--collapsed .brand{justify-content:flex-start;padding:0 8px}.app-shell--collapsed .sidebar nav a,.app-shell--collapsed .sidebar__bottom>a,.app-shell--collapsed .sidebar__bottom>button{justify-content:flex-start;padding:0 11px}.topbar{padding:0 18px;gap:10px}.topbar__user{display:none}.global-search-trigger{width:auto;flex:1}.global-search-trigger kbd{display:none}.dashboard-grid--top,.dashboard-grid--middle,.dashboard-grid--bottom,.detail-layout{grid-template-columns:1fr}.contact-panel{position:static}.lead-detail-grid{grid-template-columns:1fr}.waiting-card{grid-template-columns:40px minmax(0,1fr)}.waiting-card>aside{grid-column:2;align-items:flex-start;flex-direction:row;flex-wrap:wrap}.waiting-card__actions{margin:0 0 0 auto}.table-card{overflow-x:auto}.table-card table{min-width:820px}}@media(max-width:680px){.page{padding:22px 15px 35px}.topbar{height:61px;padding:0 12px}.workspace main{min-height:calc(100vh - 61px)}.global-search-trigger span{display:none}.global-search-trigger{max-width:40px;justify-content:center}.quick-create .button span{display:none}.quick-create .button{width:38px;padding:0}.page-header{align-items:flex-start;flex-direction:column;gap:14px}.page-header__actions{width:100%}.page-header__actions .button{flex:1}.page-header h1{font-size:24px}.metric-grid{grid-template-columns:1fr 1fr;gap:8px}.metric-card{min-height:90px;padding:11px}.metric-card__icon{display:none}.metric-card strong{font-size:22px}.toolbar{align-items:stretch;flex-wrap:wrap}.search-input{min-width:100%}.select-wrap{flex:1}.select-wrap select{width:100%;min-width:120px}.view-toggle{width:100%;margin-left:0}.view-toggle button{flex:1;justify-content:center}.project-grid,.customer-grid{grid-template-columns:1fr}.project-card,.customer-card{padding:14px}.segmented-tabs{max-width:100%;overflow-x:auto}.segmented-tabs button{flex:none}.task-list__row{grid-template-columns:27px minmax(0,1fr) 78px 56px;gap:7px}.task-list__row .badge,.task-list__date,.task-list__category{display:none}.waiting-card{grid-template-columns:34px minmax(0,1fr);padding:12px}.waiting-card__signal{width:32px;height:32px}.waiting-card__meta{flex-direction:column;gap:4px}.waiting-card__actions{width:100%;margin-left:0}.waiting-card__actions .button{flex:1}.detail-hero{align-items:flex-start;flex-direction:column}.detail-hero__actions{width:100%;overflow-x:auto}.detail-hero__actions .button{flex:1}.detail-hero__identity{align-items:flex-start}.avatar--xl{width:46px;height:46px}.detail-hero h1{font-size:22px}.detail-summary-grid{grid-template-columns:1fr 1fr}.detail-two-col{grid-template-columns:1fr}.project-keyline{grid-template-columns:1fr 1fr;gap:0}.project-keyline>div{min-height:61px;border-bottom:1px solid var(--line)}.project-keyline>div:nth-child(2){border-right:0}.project-keyline>div:nth-child(3),.project-keyline>div:nth-child(4){border-bottom:0}.detail-tabs{overflow-x:auto}.detail-tabs button{flex:none}.waiting-highlight{grid-template-columns:30px 1fr}.waiting-highlight .button{grid-column:2;justify-self:start}.detail-list-row{grid-template-columns:minmax(0,1fr) auto}.detail-list-row>span:last-child{display:none}.settings-grid{grid-template-columns:1fr}.archive-row{grid-template-columns:minmax(0,1fr) auto}.archive-row .button{grid-column:1 / -1;justify-self:start}.form-grid{grid-template-columns:1fr}.field--wide{grid-column:auto}.modal-backdrop{align-items:end;padding:0}.modal{max-height:93vh;border-radius:14px 14px 0 0}.modal__body{max-height:calc(93vh - 70px)}.login-page{grid-template-columns:1fr}.login-intro{display:none}.login-panel{min-height:100vh;padding:25px}}@media(max-width:420px){.metric-grid{grid-template-columns:1fr}.metric-card{min-height:74px}.detail-summary-grid{grid-template-columns:1fr}}
