html,body,#root{height:100%;margin:0;padding:0}*,:before,:after{box-sizing:border-box}body{color:#1f2937;-webkit-font-smoothing:antialiased;background:#f8fafc;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px}.app-layout{min-height:100vh;display:flex}.sidebar{color:#e2e8f0;z-index:100;background:#1e293b;flex-direction:column;width:220px;min-width:220px;height:100vh;display:flex;position:sticky;top:0}.sidebar-logo{border-bottom:1px solid #334155;align-items:center;gap:10px;padding:20px 18px 16px;display:flex}.logo-icon{font-size:22px}.logo-text{letter-spacing:.02em;color:#f1f5f9;font-size:18px;font-weight:700}.sidebar-close{display:none}.sidebar-nav{flex-direction:column;flex:1;gap:2px;padding:12px 0;display:flex}.nav-item{text-align:left;cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:0;width:100%;padding:10px 18px;font-size:14px;font-weight:500;transition:background .15s,color .15s;display:block}.nav-item:hover{color:#f1f5f9;background:#334155}.nav-item--active{background:#2563eb;color:#fff!important}.sidebar-footer{border-top:1px solid #334155;flex-direction:column;gap:8px;padding:14px 14px 20px;display:flex}.sidebar-new{justify-content:center;width:100%}.import-export-bar{flex-wrap:wrap;gap:6px;display:flex}.import-export-bar .btn{text-align:center;flex:1;justify-content:center;min-width:0;padding:6px 8px;font-size:12px}.main-wrap{flex-direction:column;flex:1;min-width:0;display:flex}.topbar{z-index:50;background:#fff;border-bottom:1px solid #e5e7eb;padding:0 24px;position:sticky;top:0}.hamburger{cursor:pointer;color:#374151;background:0 0;border:none;margin-right:12px;padding:8px 0;font-size:20px;display:none}.project-header{padding:14px 0}.project-header-info{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.project-name{color:#111827;margin:0;font-size:18px;font-weight:700}.project-address{color:#6b7280;margin:2px 0 0;font-size:13px}.budget-bar-wrap{margin-top:8px}.budget-bar-labels{color:#6b7280;justify-content:space-between;margin-bottom:4px;font-size:12px;display:flex}.budget-bar{background:#e5e7eb;border-radius:3px;height:6px;overflow:hidden}.budget-bar-fill{border-radius:3px;height:100%;transition:width .4s}.content{flex:1;width:100%;max-width:1200px;padding:24px}.section-title{color:#111827;margin:0 0 18px;font-size:20px;font-weight:700}.subsection-title{color:#374151;margin:0 0 12px;font-size:15px;font-weight:600}.kpi-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-bottom:24px;display:grid}.kpi-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px 18px;box-shadow:0 1px 3px #0000000d}.kpi-card--warn{background:#fffbeb;border-color:#fbbf24}.kpi-label{color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px;font-size:12px;font-weight:500}.kpi-value{color:#111827;margin-bottom:4px;font-size:22px;font-weight:700}.kpi-sub{color:#9ca3af;font-size:12px}.alert{border-radius:8px;margin-bottom:16px;padding:10px 14px;font-size:13px}.alert--warn{color:#92400e;background:#fffbeb;border:1px solid #fbbf24}.dashboard-bottom{grid-template-columns:1fr 1fr;gap:20px;margin-top:8px;display:grid}.dashboard-section{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:18px;box-shadow:0 1px 3px #0000000a}.milestone-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.milestone-item{border-bottom:1px solid #f3f4f6;align-items:center;gap:10px;padding:8px 0;display:flex}.milestone-item:last-child{border-bottom:none}.milestone-item--overdue{background:#fff7f7;border-radius:6px;padding:6px 8px}.milestone-dot{background:#2563eb;border-radius:50%;flex-shrink:0;width:10px;height:10px}.milestone-content{flex:1;min-width:0}.milestone-title{font-size:13px;font-weight:500;display:block}.milestone-gewerk{color:#9ca3af;margin-top:1px;font-size:11px;display:block}.milestone-date{color:#6b7280;text-align:right;flex-shrink:0;font-size:12px}.milestone-date--overdue{color:#dc2626;font-weight:600}.gewerk-overview-list{flex-direction:column;gap:6px;display:flex}.gewerk-overview-item{cursor:pointer;border:1px solid #e5e7eb;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;transition:background .1s;display:flex}.gewerk-overview-item:hover{background:#f9fafb}.gewerk-overview-item--overdue{border-color:#fbbf24}.gewerk-overview-main{flex-direction:column;min-width:0;display:flex}.gewerk-overview-name{font-size:13px;font-weight:500}.gewerk-overview-kat{color:#9ca3af;font-size:11px}.gewerk-overview-right{align-items:center;gap:8px;display:flex}.gewerk-overview-amount{color:#374151;font-size:12px;font-weight:600}.trade-list{background:#fff;border-right:1px solid #e5e7eb;height:100%;padding:16px;overflow-y:auto}.trade-list-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.trade-list-filters{flex-direction:column;gap:6px;margin-bottom:12px;display:flex}.trade-items{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.trade-item{cursor:pointer;border:1px solid #e5e7eb;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:9px 10px;transition:background .1s,border-color .1s;display:flex}.trade-item:hover{background:#f9fafb}.trade-item--active{background:#eff6ff;border-color:#2563eb}.trade-item--overdue{border-color:#fbbf24}.trade-item-main{flex-direction:column;flex:1;min-width:0;display:flex}.trade-item-name{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.trade-item-kat{color:#9ca3af;font-size:11px}.trade-item-right{flex-shrink:0;align-items:center;gap:6px;display:flex}.trade-item-count{color:#9ca3af;font-size:11px}.trade-detail{height:100%;padding:20px;overflow-y:auto}.trade-detail-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.trade-detail-title{color:#111827;margin:0;font-size:20px;font-weight:700}.trade-detail-kat{color:#6b7280;font-size:13px}.trade-detail-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.trade-detail-meta{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:20px;padding:14px}.meta-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:12px;margin-bottom:8px;display:grid}.meta-item{flex-direction:column;display:flex}.meta-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.03em;margin-bottom:3px;font-size:11px;font-weight:500}.meta-value{color:#374151;font-size:13px;font-weight:500}.meta-notes{margin-top:8px}.meta-notes-text{color:#4b5563;white-space:pre-wrap;margin:4px 0 0;font-size:13px}.offer-table-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.gewerke-details{flex-direction:column;height:calc(100vh - 120px);display:flex}.gewerke-details-split{background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex:1;gap:0;min-height:0;display:flex;overflow:hidden}.gewerke-details-left{border-right:1px solid #e5e7eb;width:280px;min-width:220px;overflow-y:auto}.gewerke-details-right{flex:1;min-width:0;overflow-y:auto}.no-selection{color:#9ca3af;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;height:100%;display:flex}.no-selection-icon{font-size:36px}.table-wrap{overflow-x:auto}.table{border-collapse:collapse;width:100%;font-size:13px}.table th{text-align:left;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:8px 10px;font-size:11px;font-weight:600}.table td{vertical-align:top;color:#374151;border-bottom:1px solid #f3f4f6;padding:9px 10px}.table tbody tr:hover td{background:#f9fafb}.table tfoot .table-foot td{background:#f9fafb;border-top:2px solid #e5e7eb;padding:8px 10px;font-size:13px}.text-right{text-align:right!important}.warn-text{font-weight:600;color:#dc2626!important}.note-cell{color:#6b7280;max-width:200px;font-size:12px}.row--selected td{background:#f0fdf4!important}.row--rejected td{color:#9ca3af;background:#fef2f2!important}.row-actions{gap:4px;display:flex}.stats-row{flex-wrap:wrap;gap:12px;margin-bottom:18px;display:flex}.stat-chip{background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;gap:2px;min-width:130px;padding:10px 16px;display:flex}.stat-chip-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:500}.stat-chip-value{color:#111827;font-size:16px;font-weight:700}.angebote-group{margin-bottom:24px}.angebote-group-header{background:#f9fafb;border:1px solid #e5e7eb;border-bottom:none;border-radius:8px 8px 0 0;align-items:center;gap:10px;padding:10px 12px;display:flex}.angebote-group-name{color:#111827;flex:1;font-size:14px;font-weight:600}.angebote-group-nav{color:#2563eb;margin-left:auto;font-size:12px}.angebote-group .table-wrap{border:1px solid #e5e7eb;border-radius:0 0 8px 8px;overflow:hidden}.timeline-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.timeline-sections{flex-direction:column;gap:28px;display:flex}.timeline-section{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:18px}.timeline-ms-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.timeline-ms-header .subsection-title{margin-bottom:0}.gewerk-timeline{flex-direction:column;gap:8px;display:flex}.gewerk-timeline-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;flex-wrap:wrap;align-items:center;gap:10px;padding:8px 12px;display:flex}.gewerk-timeline-item--overdue{background:#fffbeb;border-color:#fbbf24}.gtl-name{flex:1;min-width:120px;font-size:13px;font-weight:500}.gtl-dates{color:#6b7280;font-size:12px}.overdue-badge{color:#dc2626;background:#fee2e2;border-radius:99px;padding:2px 7px;font-size:11px;font-weight:600}.timeline-group{margin-bottom:20px}.timeline-month{color:#2563eb;text-transform:uppercase;letter-spacing:.06em;border-bottom:2px solid #dbeafe;margin-bottom:8px;padding-bottom:4px;font-size:13px;font-weight:700}.timeline-items{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.timeline-item{border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;transition:background .1s;display:flex}.timeline-item:hover{background:#f9fafb}.timeline-item--overdue{background:#fffbeb;border-color:#fbbf24}.timeline-dot{background:#2563eb;border-radius:50%;flex-shrink:0;width:10px;height:10px}.timeline-dot--done{background:#16a34a}.timeline-dot--overdue{background:#dc2626}.timeline-content{flex:1;min-width:0}.timeline-title{font-size:13px;font-weight:500;display:block}.timeline-gewerk{color:#9ca3af;font-size:11px;display:block}.timeline-right{flex-shrink:0;align-items:center;gap:8px;display:flex}.timeline-date{color:#6b7280;font-size:12px}.btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:7px;align-items:center;gap:4px;padding:7px 14px;font-size:13px;font-weight:500;transition:opacity .15s,background .15s;display:inline-flex}.btn:hover{opacity:.88}.btn:active{opacity:.75}.btn-primary{color:#fff;background:#2563eb}.btn-secondary{color:#374151;background:#fff;border-color:#d1d5db}.btn-secondary:hover{background:#f9fafb}.btn-ghost{color:#374151;background:0 0;border-color:#0000}.btn-ghost:hover{background:#f3f4f6}.btn-danger{color:#fff;background:#dc2626}.btn-sm{padding:5px 10px;font-size:12px}.btn-icon{cursor:pointer;opacity:.6;background:0 0;border:none;border-radius:4px;padding:2px 5px;font-size:14px;transition:opacity .1s,background .1s}.btn-icon:hover{opacity:1;background:#f3f4f6}.btn-icon--danger:hover{background:#fee2e2}.form{flex-direction:column;gap:12px;display:flex}.form-row{flex-direction:column;gap:4px;display:flex}.form-row-2{grid-template-columns:1fr 1fr;gap:12px;display:grid}.form-label{color:#374151;font-size:12px;font-weight:500}.form-actions{justify-content:flex-end;gap:8px;margin-top:4px;display:flex}.input{color:#1f2937;background:#fff;border:1px solid #d1d5db;border-radius:6px;width:100%;padding:7px 10px;font-family:inherit;font-size:13px;transition:border-color .15s}.input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 2px #2563eb26}.select{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;width:100%;padding:7px 10px;font-family:inherit;font-size:13px}.select:focus{border-color:#2563eb;outline:none}.select-sm{width:auto;min-width:120px}.textarea{resize:vertical;min-height:60px}.modal-overlay{z-index:200;background:#0006;justify-content:center;align-items:flex-start;padding:40px 16px;display:flex;position:fixed;inset:0;overflow-y:auto}.modal-box{background:#fff;border-radius:12px;width:100%;animation:.18s modal-in;box-shadow:0 20px 60px #0003}@keyframes modal-in{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}.modal-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.modal-title{color:#111827;margin:0;font-size:16px;font-weight:700}.modal-close{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:18px}.modal-close:hover{color:#111827;background:#f3f4f6}.modal-body{padding:20px}.empty-state{color:#9ca3af;text-align:center;padding:20px 0;font-size:13px}.mobile-overlay{display:none}@media (width<=900px){.sidebar{width:220px;height:100dvh;transition:left .25s;position:fixed;top:0;left:-260px}.sidebar--open{left:0}.mobile-overlay{z-index:90;background:#0000004d;display:block;position:fixed;inset:0}.hamburger{display:block}.sidebar-close{cursor:pointer;color:#94a3b8;background:0 0;border:none;margin-left:auto;font-size:18px;display:block}.topbar{align-items:center;padding:0 14px;display:flex}.content{padding:14px}.dashboard-bottom{grid-template-columns:1fr}.gewerke-details-split{flex-direction:column;height:auto}.gewerke-details-left{border-bottom:1px solid #e5e7eb;border-right:none;width:100%;max-height:280px}.gewerke-details-right{min-height:300px}.gewerke-details{height:auto}.form-row-2{grid-template-columns:1fr}.meta-grid{grid-template-columns:1fr 1fr}.stats-row{gap:8px}.stat-chip{flex:1;min-width:0}.project-header-info{flex-wrap:wrap}.budget-bar-labels{flex-direction:column;gap:2px}}@media (width<=600px){.kpi-grid{grid-template-columns:1fr 1fr}.table th,.table td{padding:6px 7px}.table th:nth-child(n+5),.table td:nth-child(n+5){display:none}}.einheit-tag{color:#1d4ed8;white-space:nowrap;background:#dbeafe;border-radius:99px;padding:2px 8px;font-size:12px;font-weight:500;display:inline-block}.einheit-tag--sm{padding:1px 6px;font-size:11px}.einheiten-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.einheiten-header .section-title{margin-bottom:0}.einheiten-list{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;display:grid}.einheit-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:18px;box-shadow:0 1px 3px #0000000d}.einheit-card--warn{background:#fffbeb;border-color:#fbbf24}.einheit-card-header{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:8px;display:flex}.einheit-card-title-row{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.einheit-card-name{color:#111827;margin:0;font-size:16px;font-weight:700}.einheit-card-gewerke{color:#9ca3af;font-size:12px}.einheit-card-actions{flex-shrink:0;align-items:center;gap:4px;display:flex}.einheit-card-notizen{color:#6b7280;margin:0 0 12px;font-size:13px}.einheit-card-stats{grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:12px;display:grid}.einheit-stat{flex-direction:column;gap:2px;display:flex}.einheit-stat-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:500}.einheit-stat-value{color:#111827;font-size:14px;font-weight:600}.einheit-budget-bar-wrap{margin-top:4px}.einheit-checkboxes{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.einheit-checkbox-item{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;align-items:center;gap:6px;padding:5px 10px;font-size:13px;transition:border-color .15s,background .15s;display:flex}.einheit-checkbox-item:has(input:checked){color:#1d4ed8;background:#eff6ff;border-color:#2563eb}.einheit-checkbox-item input{cursor:pointer}.form-hint{color:#9ca3af;margin-top:4px;font-size:11px}.trade-detail-units{flex-wrap:wrap;gap:4px;margin-top:4px;display:flex}.trade-item-units,.gewerk-overview-units{flex-wrap:wrap;gap:3px;margin-top:3px;display:flex}.dashboard-units{background:#fff;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:20px;padding:18px;box-shadow:0 1px 3px #0000000a}.dashboard-units .subsection-title{margin-bottom:14px}.dashboard-units-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;display:grid}.dashboard-unit-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:14px}.dashboard-unit-card--warn{background:#fffbeb;border-color:#fbbf24}.dashboard-unit-name{color:#111827;margin-bottom:8px;font-size:14px;font-weight:600}.dashboard-unit-row{justify-content:space-between;align-items:baseline;gap:4px;margin-bottom:3px;display:flex}.dashboard-unit-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.03em;font-size:11px;font-weight:500}.dashboard-unit-value{color:#374151;font-size:13px;font-weight:600}.dashboard-unit-budget{color:#9ca3af;text-align:right;margin-top:3px;font-size:11px}.project-header-units{border-top:1px solid #f3f4f6;flex-wrap:wrap;gap:16px;margin-top:10px;padding-top:8px;display:flex}.project-header-unit{flex:1;min-width:150px;max-width:260px}.project-header-unit-name{color:#374151;font-weight:500}.budget-bar--sm{height:4px}.loading-overlay{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:80px 20px;font-size:14px;display:flex}.loading-spinner{border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;width:32px;height:32px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.budget-derived-hint{color:#6b7280;margin-left:4px;font-size:11px;font-style:italic}.password-gate{background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 60%,#0f172a 100%);justify-content:center;align-items:center;min-height:100dvh;padding:24px;display:flex}.password-gate-card{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:360px;padding:40px 36px 36px;box-shadow:0 32px 80px #0006}.password-gate-logo{justify-content:center;align-items:center;gap:12px;margin-bottom:6px;display:flex}.password-gate-title{color:#1e293b;letter-spacing:-.01em;font-size:28px;font-weight:800}.password-gate-sub{color:#6b7280;margin:0 0 28px;font-size:13px}.password-gate-form{flex-direction:column;gap:12px;display:flex}.password-gate-input{text-align:center;letter-spacing:6px;padding:12px 16px;font-size:20px}.password-gate-input--error{border-color:#dc2626;animation:.3s shake}.password-gate-error{color:#dc2626;margin:0;font-size:13px}.password-gate-btn{justify-content:center;width:100%;padding:10px;font-size:15px}@keyframes shake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.kat-list{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.kat-tag{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:99px;align-items:center;gap:4px;padding:3px 10px 3px 12px;font-size:12px;font-weight:500;display:inline-flex}.kat-tag-remove{cursor:pointer;color:#93c5fd;background:0 0;border:none;border-radius:50%;padding:0 1px;font-size:14px;line-height:1;transition:color .1s}.kat-tag-remove:hover{color:#dc2626}.kat-add-row{align-items:center;gap:8px;display:flex}.kat-add-row .input{flex:1}.gantt-wrap{min-width:600px;padding-bottom:8px}.gantt-axis{align-items:stretch;margin-bottom:4px;display:flex}.gantt-axis-bar{flex-direction:column;flex:1;display:flex}.gantt-axis-row{border-bottom:1px solid #e5e7eb;height:26px;position:relative}.gantt-label-col{flex-shrink:0;width:200px;min-width:200px;padding-right:12px}.gantt-bar-col{flex:1;min-height:24px;position:relative}.gantt-month-mark{flex-direction:column;align-items:center;display:flex;position:absolute;top:2px;transform:translate(-50%)}.gantt-month-line{background:#d1d5db;width:1px;height:8px}.gantt-month-label{color:#6b7280;white-space:nowrap;margin-top:2px;font-size:10px;font-weight:600}.gantt-week-mark{flex-direction:column;align-items:center;display:flex;position:absolute;top:2px;transform:translate(-50%)}.gantt-week-line{background:#e5e7eb;width:1px;height:6px}.gantt-week-label{color:#9ca3af;white-space:nowrap;margin-top:1px;font-size:9px}.gantt-today-line{z-index:10;background:#dc2626;width:2px;position:absolute;top:-4px;bottom:0;transform:translate(-50%)}.gantt-today-label{color:#dc2626;white-space:nowrap;background:#fff;border-radius:3px;padding:1px 4px;font-size:9px;font-weight:700;position:absolute;top:-18px;left:50%;transform:translate(-50%)}.gantt-kat-group{margin-bottom:12px}.gantt-kat-header{align-items:center;margin-bottom:4px;display:flex}.gantt-kat-label{color:#374151;text-transform:uppercase;letter-spacing:.06em;border-left:3px solid #2563eb;margin-left:200px;padding-left:8px;font-size:11px;font-weight:700}.gantt-row{align-items:center;min-height:32px;margin-bottom:3px;display:flex}.gantt-row-name{color:#374151;text-overflow:ellipsis;white-space:nowrap;max-width:160px;font-size:12px;font-weight:500;display:block;overflow:hidden}.gantt-row-name--overdue{color:#dc2626}.gantt-label-col{flex-shrink:0;align-items:center;gap:6px;width:200px;min-width:200px;padding-right:12px;display:flex}.gantt-bar{border-radius:4px;height:12px;position:absolute;top:50%}.gantt-bar--planned{opacity:.6;border-radius:4px 4px 0 0;margin-top:-1px;transform:translateY(-100%)}.gantt-bar--actual{border-radius:0 0 4px 4px;margin-top:1px;transform:translateY(0%)}.gantt-milestone{z-index:5;background:#f59e0b;border:2px solid #fff;width:10px;height:10px;position:absolute;top:50%;transform:translate(-50%,-50%)rotate(45deg);box-shadow:0 1px 3px #0000004d}.gantt-milestone--done{background:#16a34a}.gantt-milestone--global{background:#7c3aed;width:12px;height:12px}.gantt-legend{border-top:1px solid #f3f4f6;flex-wrap:wrap;align-items:center;gap:16px;margin-top:16px;padding-top:10px;display:flex}.gantt-legend-item{color:#6b7280;align-items:center;gap:6px;font-size:11px;display:flex}.gantt-legend-bar{border-radius:3px;width:28px;height:8px;display:inline-block}.gantt-legend-bar--planned{opacity:.6;background:#2563eb}.gantt-legend-bar--actual{background:#2563eb}.gantt-legend-diamond{background:#f59e0b;border:1px solid #fff;width:10px;height:10px;display:inline-block;transform:rotate(45deg);box-shadow:0 1px 2px #0003}.gantt-legend-diamond--done{background:#16a34a}.view-toggle{gap:4px;display:flex}.timeline-header-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.anteile-editor{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:20px;padding:16px}.anteile-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.anteile-row{align-items:center;gap:10px;margin-bottom:10px;display:flex}.anteile-name{color:#374151;text-overflow:ellipsis;white-space:nowrap;flex-shrink:0;min-width:120px;font-size:12px;font-weight:500;overflow:hidden}.anteile-slider{accent-color:#2563eb;cursor:pointer;flex:1;height:4px}.anteile-input{text-align:center;flex-shrink:0;width:56px!important;padding:4px 6px!important}.anteile-pct{color:#6b7280;flex-shrink:0;font-size:12px}.anteile-warn{color:#dc2626;margin:4px 0 0;font-size:12px;font-weight:500}.topbar{overflow:hidden}.project-header{flex:1;min-width:0;overflow:hidden}.project-name{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}@media (width<=480px){.kpi-value{font-size:16px}.kpi-grid{grid-template-columns:1fr 1fr;gap:10px}.kpi-card{padding:12px}.kpi-label{font-size:10px}.content{padding:10px 12px}.section-title{font-size:17px}.dashboard-units-grid{grid-template-columns:1fr}.gantt-wrap{min-width:400px}.gantt-label-col{width:110px;min-width:110px}.gantt-kat-label{margin-left:110px}.gantt-row-name{max-width:80px;font-size:10px}.anteile-name{min-width:80px;font-size:11px}}@supports (padding:max(0px)){.topbar{padding-left:max(14px, env(safe-area-inset-left));padding-right:max(14px, env(safe-area-inset-right))}.content{padding-left:max(14px, env(safe-area-inset-left));padding-right:max(14px, env(safe-area-inset-right));padding-bottom:max(24px, env(safe-area-inset-bottom))}.sidebar{padding-top:env(safe-area-inset-top)}}@media (width<=900px){.topbar{flex-wrap:nowrap;max-width:100vw}.project-header-units,.budget-bar-wrap{display:none}}
