:root{font-family:Arial,Helvetica,sans-serif;color:#f5f5f5;background:#111}body{margin:0;background:#111}*{box-sizing:border-box}.page{min-height:100vh;padding:32px;display:flex;justify-content:center;align-items:flex-start}.card{width:100%;max-width:1100px;background:#1b1b1b;border:1px solid #333;border-radius:16px;padding:24px}.login-card{max-width:420px;margin-top:80px}h1{margin-top:0;text-align:center}h2{margin-top:28px}.form{display:flex;flex-direction:column;gap:12px}input{padding:12px;border-radius:10px;border:1px solid #555;background:#0f0f0f;color:#fff}button{padding:12px 16px;border:none;border-radius:10px;background:#b00000;color:#fff;cursor:pointer;font-weight:700;font-size:1rem;line-height:1.2}button:hover{background:#cf0000}button:disabled{opacity:.6;cursor:not-allowed}.error{color:#ff6b6b}.semester-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.semester-card{border:1px solid #3a3a3a;border-radius:14px;padding:16px;background:#151515}.label{color:#bbb;margin-bottom:8px}.semester-link{text-decoration:none;color:inherit}.semester-link:hover .semester-card{border-color:#666;transform:translateY(-2px);transition:.2s ease}.top-bar{margin-bottom:16px}.back-link{color:#f5f5f5;text-decoration:none;font-weight:700}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin:24px 0}.summary-box{border:1px solid #3a3a3a;border-radius:14px;padding:16px;background:#151515}.summary-box h3{margin-top:0}.summary-box p{font-size:1.4rem;font-weight:700;margin-bottom:0}.financial-info{margin:20px 0 28px}.claims-text{color:#4fd46b;font-weight:700}.liabilities-text{color:#ff6b6b;font-weight:700}.assets-text{font-size:1.2rem;font-weight:700}.booking-history{display:flex;flex-direction:column;gap:14px;margin-top:16px}.booking-item{border:1px solid #3a3a3a;border-radius:14px;padding:16px;background:#151515}.booking-item p{margin:6px 0}.table-wrapper{width:100%;overflow-x:auto;margin-top:16px;border:1px solid #3a3a3a;border-radius:14px;background:#151515}.history-table{width:100%;min-width:720px;border-collapse:collapse}.history-table th,.history-table td{padding:12px 14px;text-align:left;vertical-align:top;border-bottom:1px solid #2a2a2a}.history-table th{background:#202020;font-weight:700;white-space:nowrap}.history-table tbody tr:hover{background:#1f1f1f}.history-table tbody tr:last-child td{border-bottom:none}.table-sort-button{width:100%;padding:0;border:none;border-radius:0;background:transparent;color:inherit;font:inherit;font-weight:700;text-align:left;cursor:pointer}.table-sort-button:hover{background:transparent;color:#fff}.detail-section-select-row{display:flex;align-items:center;gap:12px;margin:8px 0 16px;flex-wrap:wrap}.detail-section-select{max-width:320px}.main-menu-shell{width:100%;min-height:80vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.main-menu-title{font-size:3rem;font-weight:700;margin-bottom:18px;text-align:center}.main-menu-crest{width:320px;max-width:90vw;height:auto;margin-bottom:20px}.main-menu-controls{width:320px;display:flex;flex-direction:column;gap:14px}.main-menu-select{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #555;background:#252525;color:#fff}.main-menu-buttons{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.main-menu-buttons button{min-width:140px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;display:flex;align-items:center;justify-content:center;padding:24px}.modal-card{width:100%;max-width:520px;background:#1b1b1b;border:1px solid #333;border-radius:16px;padding:24px}.modal-card h2{margin-top:0}.modal-actions{display:flex;justify-content:flex-end;gap:12px}.hint-text{margin:4px 0 0;color:#bbb}.semester-layout{width:100%;max-width:1400px;display:grid;grid-template-columns:260px 1fr 220px;gap:28px;align-items:start}.semester-left,.semester-right{display:flex;flex-direction:column;gap:14px;padding-top:10px}.semester-center{display:flex;flex-direction:column;align-items:center}.semester-title{font-size:2.75rem;margin:0 0 18px;text-align:center}.kassenwart-block{margin-bottom:30px;text-align:center}.kassenwart-heading{font-size:1.4rem;margin-bottom:6px}.kassenwart-lines{font-size:1.15rem;line-height:1.6}.summary-grid-main{width:100%;max-width:900px;display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:18px;margin-bottom:22px}.clickable-box{cursor:pointer;text-align:center}.clickable-box:hover{border-color:#666;transform:translateY(-2px);transition:.2s ease}.centered-financial-info{text-align:center;margin-bottom:28px}.semester-bottom-actions{margin-top:10px}.back-main-button{display:inline-block;padding:12px 18px;border-radius:10px;background:#b00000;color:#fff;text-decoration:none;font-weight:700}.back-main-button:hover{background:#cf0000}.danger-button{background:#8f1111}.danger-button:hover{background:#b51616}.side-action-button{width:100%;min-height:54px;display:flex;align-items:center;justify-content:center;padding:12px 16px;border:none;border-radius:10px;background:#b00000;color:#fff;text-decoration:none;text-align:center;font-weight:700;font-size:1rem;line-height:1.2;box-sizing:border-box;cursor:pointer}.side-action-button:hover{background:#cf0000}.semester-left .side-action-button,.semester-right .side-action-button{width:100%}.history-card{max-width:1400px}.history-top-row{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;flex-wrap:wrap}.history-filter-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.history-filter-placeholder{background:#252525}.people-page-card{max-width:1100px}.people-menu-buttons{display:flex;flex-direction:column;gap:18px;max-width:420px;margin:32px auto 0}.people-menu-button{display:inline-block;padding:14px 18px;border-radius:10px;background:#b00000;color:#fff;text-decoration:none;text-align:center;font-weight:700}.people-menu-button:hover{background:#cf0000}.people-search-input{min-width:240px}.people-columns-layout{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:18px;margin-top:24px}.people-column h2{text-align:center;margin-top:0}.person-card-link{text-decoration:none;color:inherit}.person-card-link:hover .booking-item{border-color:#666;transform:translateY(-2px);transition:.2s ease}.form-page-card{max-width:760px}.booking-form{max-width:520px;margin:0 auto}.people-add-button{max-width:260px}.dashboard-page{justify-content:center;padding:12px 18px}.dashboard-shell{width:100%;max-width:1500px;margin:0 auto;padding:0;box-sizing:border-box}.dashboard-layout{display:grid;grid-template-columns:315px minmax(0,1fr);gap:.75rem;align-items:start}.dashboard-sidebar{display:flex;flex-direction:column;gap:.55rem;position:sticky;top:.75rem}.dashboard-sidebar>div{background:linear-gradient(180deg,#ffffff09,#ffffff03),#181818;border-radius:12px}.dashboard-sidebar-label{border:1px solid #333;border-radius:12px;background:linear-gradient(180deg,#ffffff0a,#ffffff03),#181818;padding:.85rem .95rem;display:flex;align-items:center;gap:.8rem}.dashboard-sidebar-logo{width:46px;height:46px;object-fit:contain;flex:0 0 auto}.dashboard-sidebar-label-text{min-width:0}.dashboard-sidebar-label span{display:block;margin-bottom:.2rem;color:#aaa;font-size:.66rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.dashboard-sidebar-label strong{display:block;font-size:.82rem;line-height:1.15;white-space:nowrap}.dashboard-sidebar-heading{margin:0 0 .45rem;padding-bottom:.4rem;border-bottom:1px solid rgba(255,255,255,.08);font-size:.8rem;letter-spacing:.02em}.dashboard-sidebar-button-list{display:grid;gap:.42rem}.dashboard-sidebar .side-action-button{min-height:34px;padding:8px 10px;border-radius:8px;font-size:.78rem}.dashboard-sidebar .side-action-button:hover{transform:translate(2px)}.dashboard-sidebar a[href="/"]{margin-top:.1rem;min-height:38px;border-radius:9px;background:#b00000;font-size:.78rem}.dashboard-sidebar a[href="/"]:hover{background:#cf0000;transform:translateY(-1px)}.dashboard-main{display:flex;flex-direction:column;gap:.55rem;min-width:0}.dashboard-title-card{text-align:center}.dashboard-title-card .dashboard-title{margin:0 0 .45rem;font-size:2rem;text-align:center;line-height:1;overflow-wrap:break-word}.dashboard-eyebrow{margin:0 0 .25rem;color:#aaa;font-size:.65rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.dashboard-kassenwart-heading{font-weight:800;margin-bottom:.2rem;color:#f5f5f5;font-size:.9rem}.dashboard-kassenwart-lines{font-size:.76rem;line-height:1.35;color:#e6e6e6}.dashboard-hero-values{display:grid;gap:.55rem;align-items:stretch}.dashboard-hero-values-separated{grid-template-columns:repeat(5,minmax(120px,1fr))}.dashboard-hero-value{border:1px solid #333;background:#151515;border-radius:11px;padding:.65rem .8rem;min-height:66px;display:flex;flex-direction:column;justify-content:center;gap:.3rem;text-align:left}.dashboard-hero-value-main{border-color:#ffffff38;background:linear-gradient(135deg,#ffffff0b,#ffffff04),#151515}.dashboard-hero-value span{color:#cfcfcf;font-size:.72rem;font-weight:800}.dashboard-hero-value strong{color:#fff;font-size:1.1rem;line-height:1.1}.dashboard-hero-value-main strong{font-size:1.28rem}.dashboard-hero-value-green strong{color:#00d464}.dashboard-hero-value-red strong{color:#ff5a5a}.dashboard-hero-value-clickable{width:100%;color:inherit;cursor:pointer}.dashboard-hero-value-clickable:hover{background:linear-gradient(135deg,#ffffff0e,#ffffff05),#1c1c1c;border-color:#4a4a4a;transform:translateY(-1px)}.dashboard-block-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:.55rem}.dashboard-block-header h2{margin:0 0 .2rem;font-size:.9rem}.dashboard-block-header p{margin:0;color:#bbb;font-size:.76rem}.dashboard-account-grid{display:grid;grid-template-columns:repeat(3,minmax(150px,1fr));gap:.55rem}.dashboard-finance-grid{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:.55rem}.dashboard-stat-grid-inside{margin-top:.55rem}.dashboard-table-main{display:block}.dashboard-table-grid-secondary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;align-items:stretch}.dashboard-empty-state{min-height:70px;border:1px dashed #3a3a3a;border-radius:14px;background:#ffffff06;display:flex;align-items:center;gap:.65rem;padding:.65rem;color:#ddd}.dashboard-empty-icon{width:26px;height:26px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#00d46424;color:#00d464;font-weight:800;flex:0 0 auto;font-size:.8rem}.dashboard-empty-state strong{display:block;margin-bottom:.2rem;font-size:.82rem}.dashboard-empty-state p{margin:0;color:#bbb;font-size:.76rem;line-height:1.35}.dashboard-main .table-wrapper{margin-top:.55rem}.dashboard-main .history-table th,.dashboard-main .history-table td{padding:7px 9px}.dashboard-main .history-table{min-width:520px}.dashboard-table-grid-secondary .history-table{min-width:360px}.dashboard-main .side-action-button{min-height:38px}.dashboard-main .summary-box,.dashboard-main .booking-item,.dashboard-main .card{border-radius:14px}.dashboard-main h2,.dashboard-sidebar h2{margin-top:0}.dashboard-main table{font-size:.78rem}.dashboard-main th{color:#f1f1f1}.dashboard-main td{color:#f5f5f5}.dashboard-chart-grid,.dashboard-chart-columns,.dashboard-table-grid-top,.dashboard-table-grid-bottom,.dashboard-management-grid{display:none}@media (max-width: 1500px){.dashboard-shell{max-width:1460px}.dashboard-layout{grid-template-columns:300px minmax(0,1fr)}.dashboard-hero-values-separated,.dashboard-finance-grid{grid-template-columns:repeat(5,minmax(110px,1fr))}.dashboard-account-grid{grid-template-columns:repeat(3,minmax(170px,1fr))}}@media (max-width: 1200px){.dashboard-table-grid-secondary{grid-template-columns:1fr}.dashboard-finance-grid,.dashboard-hero-values-separated{grid-template-columns:repeat(3,minmax(150px,1fr))}}@media (max-width: 1100px){.dashboard-layout{grid-template-columns:1fr}.dashboard-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr;align-items:start}.dashboard-sidebar>a{grid-column:1 / -1}.dashboard-account-grid{grid-template-columns:repeat(3,minmax(160px,1fr))}}@media (max-width: 760px){.page,.dashboard-page{padding:18px}.dashboard-sidebar,.dashboard-account-grid,.dashboard-finance-grid,.dashboard-hero-values-separated{grid-template-columns:1fr}.history-table{min-width:680px}.dashboard-table-grid-secondary .history-table{min-width:520px}.modal-actions{justify-content:stretch;flex-direction:column}.modal-actions button{width:100%}}@media (max-width: 520px){.page,.dashboard-page{padding:12px}.card{padding:18px}.dashboard-title-card .dashboard-title{font-size:1.8rem}.main-menu-title{font-size:2.2rem}.history-top-row{align-items:stretch}.history-top-row>*{width:100%;text-align:center}.people-search-input{min-width:100%}.booking-form{max-width:100%}}.history-page{padding:18px}.history-page-card{max-width:1500px;padding:18px}.history-page-header{display:grid;grid-template-columns:160px minmax(0,1fr) 180px;gap:1rem;align-items:center;margin-bottom:1rem}.history-title-block{text-align:center}.history-title-block h1{margin:0 0 .3rem;font-size:2rem;line-height:1.1}.history-title-block p{margin:0;color:#bbb;font-size:.9rem}.history-back-button{width:fit-content;min-width:110px;text-align:center}.history-filter-actions{display:flex;justify-content:flex-end}.history-filter-actions button{min-height:42px;border-radius:10px;background:#2a2a2a;border:1px solid #444}.history-filter-actions button:hover{background:#333}.history-filter-panel{display:none;margin-bottom:.8rem}.history-filter-panel.open{display:block}.history-filter-chips{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1rem}.history-filter-chips span{display:inline-flex;align-items:center;min-height:28px;padding:.35rem .65rem;border:1px solid #333;border-radius:999px;background:#181818;color:#d8d8d8;font-size:.8rem;font-weight:700}.history-table-wrapper{margin-top:1rem}.money-cell{white-space:nowrap;text-align:right;font-weight:800}.money-cell.positive{color:#00d464}.money-cell.negative{color:#ff5a5a}.history-row-actions{display:flex;gap:.45rem;flex-wrap:wrap}.history-row-actions button{min-height:36px;padding:8px 12px;font-size:.85rem;border-radius:9px}.history-locked-badge{display:inline-flex;align-items:center;min-height:28px;padding:.25rem .55rem;border-radius:999px;background:#242424;color:#bbb;font-size:.8rem;font-weight:700}.history-empty-state{border:1px dashed #3a3a3a;border-radius:14px;background:#ffffff06;padding:1rem;color:#bbb;text-align:center}@media (max-width: 900px){.history-page-header{grid-template-columns:1fr}.history-back-button,.history-filter-actions,.history-filter-actions button{width:100%}.history-filter-actions{justify-content:stretch}}.finance-entry-page-card{max-width:1500px}.finance-entry-table-wrapper{margin-top:1rem}.finance-entry-group-row td{vertical-align:middle}.finance-entry-name-button{font-weight:900}.finance-entry-detail-row>td{background:#141414;padding:14px}.finance-entry-detail-row .table-wrapper{margin-top:0}.finance-status-badge{display:inline-flex;align-items:center;min-height:28px;padding:.25rem .6rem;border-radius:999px;background:#242424;color:#ddd;font-size:.8rem;font-weight:800;white-space:nowrap}.finance-status-offen{background:#ff5a5a1f;color:#ff6b6b}.finance-status-teilweise{background:#ffd7001f;color:#ffd35a}.finance-status-beglichen{background:#00d4641f;color:#00d464}.finance-entry-page .summary-grid{margin:1rem 0;gap:.75rem}.finance-entry-page .summary-box{padding:.9rem}.finance-entry-page .summary-box h3{margin-bottom:.35rem;font-size:.9rem}.finance-entry-page .summary-box p{font-size:1.25rem}.finance-entry-page .history-filter-row{padding:.9rem;border:1px solid #333;border-radius:14px;background:#151515}.finance-entry-page .history-filter-row input,.finance-entry-page .history-filter-row select,.finance-entry-page .history-filter-row button{min-height:42px}@media (max-width: 900px){.finance-entry-detail-row>td{padding:8px}.finance-entry-page .summary-grid{grid-template-columns:1fr}}.finance-entry-summary-card{margin-bottom:1rem}.finance-entry-summary-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:.9rem}.finance-entry-summary-header h2{margin:0 0 .25rem;font-size:1.1rem}.finance-entry-summary-header p{margin:0;color:#bbb;font-size:.9rem}.finance-entry-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:.75rem}.finance-entry-summary-grid .summary-box{margin:0}.finance-entry-summary-grid small{display:block;margin-top:.25rem;color:#bbb;font-size:.78rem}@media (max-width: 900px){.finance-entry-summary-grid{grid-template-columns:repeat(2,minmax(160px,1fr))}}@media (max-width: 520px){.finance-entry-summary-grid{grid-template-columns:1fr}}.people-overview-card{max-width:1200px}.people-overview-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));gap:.75rem;margin:1rem 0}.people-overview-summary-card{padding:.95rem;min-height:105px;display:flex;flex-direction:column;justify-content:center}.people-overview-summary-card h3{margin:0 0 .45rem;font-size:.9rem}.people-overview-summary-card p{margin:0;font-size:1.45rem;font-weight:900}.people-overview-navigation{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:.75rem;margin-top:1rem}.people-overview-link-card{border:1px solid #333;border-radius:14px;background:linear-gradient(180deg,#ffffff09,#ffffff03),#151515;color:#f5f5f5;text-decoration:none;padding:1rem;display:flex;flex-direction:column;gap:.35rem;min-height:110px;justify-content:center}.people-overview-link-card:hover{border-color:#555;background:linear-gradient(180deg,#ffffff0e,#ffffff05),#1c1c1c;transform:translateY(-1px)}.people-overview-link-card span{color:#aaa;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.people-overview-link-card strong{color:#f5f5f5;font-size:1.1rem;line-height:1.15}.people-overview-link-card small{color:#bbb;font-size:.82rem}@media (max-width: 900px){.people-overview-summary-grid{grid-template-columns:repeat(2,minmax(140px,1fr))}.people-overview-navigation{grid-template-columns:1fr}}@media (max-width: 520px){.people-overview-summary-grid{grid-template-columns:1fr}}.person-detail-card{max-width:1500px}.person-detail-action-grid{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:.75rem;margin-bottom:1rem}.person-detail-action-grid .side-action-button{min-height:48px;border-radius:11px}.person-detail-summary-grid{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:.75rem;margin-bottom:1rem}.person-detail-summary-grid .summary-box{padding:.95rem}.person-detail-summary-grid .summary-box h3{margin:0 0 .35rem;font-size:.85rem}.person-detail-summary-grid .summary-box p{margin:0;font-size:1.25rem}.person-detail-page .history-table td:nth-child(2),.person-detail-page .history-table td:nth-child(3),.person-detail-page .history-table td:nth-child(4){white-space:nowrap}.person-detail-page .history-table td{vertical-align:middle}.person-detail-page .history-table button{min-height:34px;padding:7px 10px;font-size:.82rem;border-radius:8px}.person-detail-page .table-wrapper{margin-top:.75rem}@media (max-width: 1200px){.person-detail-summary-grid{grid-template-columns:repeat(3,minmax(150px,1fr))}}@media (max-width: 900px){.person-detail-action-grid{grid-template-columns:1fr}.person-detail-summary-grid{grid-template-columns:repeat(2,minmax(150px,1fr))}}@media (max-width: 520px){.person-detail-summary-grid{grid-template-columns:1fr}}.person-detail-section-head{display:grid;grid-template-columns:minmax(220px,1fr) auto;gap:.75rem;align-items:center;margin-top:1rem;margin-bottom:.75rem;padding:.85rem 1rem;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:linear-gradient(180deg,#ffffff08,#ffffff03),#151515}.person-detail-section-toggle{width:100%;min-height:40px;padding:0;background:transparent;color:inherit;border:none;display:flex;justify-content:flex-start;gap:.65rem;align-items:center;font-size:1rem;font-weight:900;text-align:left}.person-detail-section-toggle:hover{background:transparent}.person-detail-section-filters{display:flex;align-items:center;justify-content:flex-end;gap:.55rem;flex-wrap:wrap}.person-detail-section-filters input,.person-detail-section-filters select{min-height:38px;max-width:170px}.person-detail-section-filters input[type=text]{min-width:170px}.person-detail-table-wrapper{margin-bottom:1rem}.person-detail-table-wrapper .money-cell,.person-detail-page .history-table td:nth-child(2),.person-detail-page .history-table td:nth-child(3),.person-detail-page .history-table td:nth-child(4){white-space:nowrap}.person-detail-page .history-row-actions{display:flex;gap:.45rem;flex-wrap:wrap}.person-detail-page .history-row-actions button{min-height:34px;padding:7px 10px;font-size:.82rem;border-radius:8px}@media (max-width: 1000px){.person-detail-section-head{grid-template-columns:1fr}.person-detail-section-filters{justify-content:stretch}.person-detail-section-filters input,.person-detail-section-filters select{width:100%;max-width:none}}.events-page-card,.event-detail-card{max-width:1500px}.event-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));gap:.75rem;margin:1rem 0}.event-summary-card{padding:.95rem;min-height:95px;display:flex;flex-direction:column;justify-content:center}.event-summary-card h3{margin:0 0 .35rem;font-size:.9rem}.event-summary-card p{margin:0;font-size:1.35rem;font-weight:900}.event-summary-card .positive,.event-detail-page .positive{color:#00d464}.event-summary-card .negative,.event-detail-page .negative{color:#ff5a5a}.event-name-button{font-weight:900}.events-page .history-row-actions,.event-detail-page .history-row-actions{display:flex;gap:.45rem;flex-wrap:wrap}.events-page .history-row-actions button,.event-detail-page .history-row-actions button{min-height:34px;padding:7px 10px;font-size:.82rem;border-radius:8px}.events-page .history-table td,.event-detail-page .history-table td{vertical-align:middle}.events-page .history-table td:nth-child(5),.event-detail-page .history-table td:nth-child(2){white-space:nowrap}@media (max-width: 900px){.event-summary-grid{grid-template-columns:repeat(2,minmax(140px,1fr))}}@media (max-width: 520px){.event-summary-grid{grid-template-columns:1fr}}.people-list-card{max-width:1500px}.people-list-search{display:flex;justify-content:flex-end}.people-list-search input{min-width:240px;min-height:42px}.people-list-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));gap:.75rem;margin:1rem 0}.people-list-summary-card{padding:.95rem;min-height:95px;display:flex;flex-direction:column;justify-content:center}.people-list-summary-card h3{margin:0 0 .35rem;font-size:.9rem}.people-list-summary-card p{margin:0;font-size:1.35rem;font-weight:900}.people-list-clickable-row{cursor:pointer}.people-list-clickable-row:hover td{background:#ffffff06}.people-status-badge{display:inline-flex;align-items:center;min-height:28px;padding:.25rem .6rem;border-radius:999px;background:#242424;color:#f5f5f5;font-size:.8rem;font-weight:900}.people-list-page .history-row-actions{display:flex;gap:.45rem;flex-wrap:wrap}.people-list-page .history-row-actions button{min-height:34px;padding:7px 10px;font-size:.82rem;border-radius:8px}.people-list-page .history-table td{vertical-align:middle}@media (max-width: 900px){.people-list-summary-grid{grid-template-columns:repeat(2,minmax(140px,1fr))}.people-list-search{justify-content:stretch}.people-list-search input{width:100%;min-width:0}}@media (max-width: 520px){.people-list-summary-grid{grid-template-columns:1fr}}.tool-form-page{padding:18px}.tool-form-card{max-width:1100px}.tool-form-card-small{max-width:900px}.tool-form{max-width:none;margin:0;gap:0}.tool-form-section{border:1px solid #333;border-radius:14px;background:linear-gradient(180deg,#ffffff09,#ffffff03),#151515;padding:1rem;margin-bottom:.85rem}.tool-form-section h2{margin:0 0 .85rem;font-size:1rem}.tool-form-grid{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:.85rem}.tool-form-grid-wide{grid-template-columns:1fr}.tool-form-field{display:flex;flex-direction:column;gap:.4rem}.tool-form-field-wide{grid-column:1 / -1}.tool-form-field label,.tool-form-section label{color:#ddd;font-size:.85rem;font-weight:800}.tool-form-card input,.tool-form-card select,.tool-form-card .main-menu-select{width:100%;min-height:42px}.tool-form-card .hint-text{margin:.15rem 0 0;font-size:.85rem}.tool-form-actions{display:flex;justify-content:flex-end;margin-top:1rem}.tool-form-actions button{min-width:180px;min-height:44px}.tool-form-card .error{margin:.75rem 0}@media (max-width: 760px){.tool-form-grid{grid-template-columns:1fr}.tool-form-actions{justify-content:stretch}.tool-form-actions button{width:100%}}.tool-modal-backdrop{align-items:flex-start;overflow-y:auto}.tool-modal-card{max-width:680px;margin:48px auto;padding:0;overflow:hidden}.tool-modal-card-wide{max-width:820px}.tool-modal-header{padding:1.1rem 1.2rem .9rem;border-bottom:1px solid #333;background:linear-gradient(180deg,#ffffff0b,#ffffff03),#181818}.tool-modal-header h2{margin:0;font-size:1.45rem}.tool-modal-form{padding:1rem;gap:0}.tool-modal-section{border:1px solid #333;border-radius:14px;background:linear-gradient(180deg,#ffffff08,#ffffff03),#151515;padding:1rem;margin-bottom:.85rem}.tool-modal-section h3{margin:0 0 .85rem;font-size:1rem}.tool-modal-grid{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:.85rem}.tool-modal-grid-single{grid-template-columns:1fr}.tool-modal-field{display:flex;flex-direction:column;gap:.4rem}.tool-modal-field-wide{grid-column:1 / -1}.tool-modal-field label,.tool-modal-section label{color:#ddd;font-size:.85rem;font-weight:800}.tool-modal-card input,.tool-modal-card select,.tool-modal-card .main-menu-select{width:100%;min-height:42px}.tool-modal-card input[readonly]{color:#bbb;background:#171717;border-color:#333}.tool-modal-actions{padding-top:.25rem}.tool-modal-actions button{min-width:130px;min-height:42px}@media (max-width: 760px){.tool-modal-card,.tool-modal-card-wide{max-width:100%;margin:0;border-radius:0;min-height:100vh}.tool-modal-grid{grid-template-columns:1fr}.tool-modal-actions{flex-direction:column}.tool-modal-actions button{width:100%}}.booking-result-summary{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));gap:.75rem;margin:1rem 0}.booking-result-summary-box{padding:.95rem;min-height:92px;display:flex;flex-direction:column;justify-content:center}.booking-result-summary-box h3{margin:0 0 .35rem;font-size:.9rem}.booking-result-summary-box p{margin:0;font-size:1.28rem;font-weight:900}.booking-result-summary-box .positive{color:#00d464}.booking-result-summary-box .negative{color:#ff5a5a}.finance-entry-filter-grid{display:grid;grid-template-columns:minmax(170px,1.2fr) minmax(140px,.8fr) minmax(170px,1.2fr) minmax(220px,1fr) minmax(220px,1fr) auto;gap:.55rem;align-items:center}.finance-entry-filter-grid input,.finance-entry-filter-grid select{width:100%;min-height:42px}.finance-entry-filter-pair{display:grid;grid-template-columns:1fr 1fr;gap:.45rem}.finance-entry-inner-table-wrapper{margin-top:0}.finance-entry-inner-table td{vertical-align:middle}.finance-entry-row-actions{display:flex;gap:.45rem;flex-wrap:wrap}.finance-entry-row-actions button{min-height:32px;padding:7px 10px;font-size:.8rem;border-radius:8px}.finance-settlement-toggle{min-height:30px;padding:5px 9px;border-radius:999px;background:#242424;color:#f5f5f5;font-size:.82rem}.finance-settlement-toggle:hover{background:#333}.finance-settlement-toggle:disabled{opacity:.55}.finance-settlement-detail-row>td{background:#121212;padding:12px}.finance-settlement-table-wrapper{margin-top:0;border-color:#333}.selector-card{border:1px solid #333;border-radius:14px;background:linear-gradient(180deg,#ffffff08,#ffffff03),#141414;padding:.85rem}.selector-grid{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:.85rem}.selector-field{display:flex;flex-direction:column;gap:.4rem}.selector-field-wide{grid-column:1 / -1}.selector-field label{color:#ddd;font-size:.85rem;font-weight:800}.selector-field input,.selector-field select,.selector-field .main-menu-select{width:100%;min-height:42px}@media (max-width: 1200px){.finance-entry-filter-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}.finance-entry-filter-grid button{grid-column:1 / -1}}@media (max-width: 760px){.booking-result-summary{grid-template-columns:repeat(2,minmax(140px,1fr))}.finance-entry-filter-grid,.finance-entry-filter-pair,.selector-grid{grid-template-columns:1fr}.finance-entry-filter-grid button{grid-column:auto}}@media (max-width: 520px){.booking-result-summary{grid-template-columns:1fr}}.menu-v2-screen{min-height:100vh;width:100%;padding:32px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 45%,rgba(255,255,255,.04),transparent 34%),#0f0f0f}.menu-v2-card{width:min(760px,100%);border:1px solid #333;border-radius:18px;background:linear-gradient(180deg,#ffffff0d,#ffffff03),#181818;box-shadow:0 24px 70px #00000059;overflow:hidden}.menu-v2-header{padding:34px 34px 26px;text-align:center;border-bottom:1px solid #333}.menu-v2-header p{margin:0 0 8px;color:#bdbdbd;font-size:.72rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.menu-v2-header h1{margin:0 0 10px;color:#f5f5f5;font-size:2.4rem;line-height:1.05;letter-spacing:-.035em}.menu-v2-header span{color:#c8c8c8;font-size:1rem}.menu-v2-content{padding:28px}.menu-v2-info{margin-bottom:18px}.menu-v2-info h2{margin:0 0 6px;color:#f5f5f5;font-size:1.35rem}.menu-v2-info p{margin:0;color:#bdbdbd}.menu-v2-select-box{border:1px solid #333;border-radius:16px;background:linear-gradient(180deg,#ffffff09,#ffffff03),#151515;padding:18px;margin-bottom:18px}.menu-v2-select-box label{display:block;margin-bottom:8px;color:#f0f0f0;font-size:.9rem;font-weight:800}.menu-v2-select-box select{width:100%;min-height:46px;border-radius:10px;border:1px solid #444;background:#101010;color:#f5f5f5;padding:0 12px}.menu-v2-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.menu-v2-actions button{min-height:48px;border-radius:10px;font-weight:900}@media (max-width: 720px){.menu-v2-screen{padding:16px}.menu-v2-actions{grid-template-columns:1fr}.menu-v2-header{padding:28px 22px 22px}.menu-v2-content{padding:20px}.menu-v2-header h1{font-size:2rem}}.menu-v2-header-centered{display:block;text-align:center}.menu-v2-content-centered{display:flex;flex-direction:column;align-items:center}.menu-v2-content-centered .menu-v2-select-box,.menu-v2-content-centered .menu-v2-actions{width:100%}.menu-v2-wappen-large{width:400px;height:400px;object-fit:contain;margin:0 0 1.5rem;filter:drop-shadow(0 12px 24px rgba(0,0,0,.35))}.menu-v2-content-centered .menu-v2-select-box{margin-bottom:18px}@media (max-width: 560px){.menu-v2-wappen-large{width:250px;height:250px}}.auth-v3-screen{min-height:100vh;width:100%;background:radial-gradient(circle at 50% 45%,rgba(255,255,255,.045),transparent 34%),#0f0f0f;display:flex;align-items:center;justify-content:center;padding:32px}.auth-v3-layout{width:min(1120px,100%);display:grid;grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr);gap:18px;align-items:stretch}.auth-v3-brand,.auth-v3-panel{border:1px solid #333;border-radius:18px;background:linear-gradient(180deg,#ffffff0d,#ffffff03),#181818;box-shadow:0 24px 70px #00000059}.auth-v3-brand{min-height:360px;padding:38px;display:flex;align-items:center;justify-content:center;gap:30px}.auth-v3-logo{width:125px;height:125px;object-fit:contain;opacity:.92;flex:0 0 auto}.auth-v3-brand>div{max-width:450px}.auth-v3-kicker{margin:0 0 7px;color:#bdbdbd;font-size:.72rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.auth-v3-brand h1{margin:0 0 14px;color:#f5f5f5;font-size:2.55rem;line-height:1.05;letter-spacing:-.035em;text-align:left}.auth-v3-copy{margin:0;max-width:390px;color:#c8c8c8;font-size:1rem;line-height:1.45}.auth-v3-panel{min-height:360px;padding:32px;display:flex;flex-direction:column;justify-content:center}.auth-v3-header{text-align:center;margin-bottom:22px}.auth-v3-header h2{margin:0 0 8px;color:#f5f5f5;font-size:2.1rem;line-height:1.05}.auth-v3-header p:not(.auth-v3-kicker){margin:0;color:#c8c8c8;font-size:.95rem;line-height:1.35}.auth-v3-form{border:1px solid #333;border-radius:16px;background:linear-gradient(180deg,#ffffff09,#ffffff03),#151515;padding:22px;display:flex;flex-direction:column;gap:12px}.auth-v3-form label{color:#f0f0f0;font-size:.9rem;font-weight:800}.auth-v3-form input{width:100%;min-height:46px;border-radius:10px;border:1px solid #444;background:#101010;color:#f5f5f5;padding:0 12px}.auth-v3-form button{width:100%;min-height:48px;border-radius:10px;margin-top:4px;background:#d90000;color:#fff;border:none;font-weight:900}.auth-v3-form button:hover:not(:disabled){background:#f00000}.auth-v3-form button:disabled{opacity:.65;cursor:not-allowed}.auth-v3-error{margin:0;color:#ff5a5a;font-size:.9rem;font-weight:700}@media (max-width: 900px){.auth-v3-layout{grid-template-columns:1fr;max-width:620px}.auth-v3-brand,.auth-v3-panel{min-height:auto}}@media (max-width: 560px){.auth-v3-screen{padding:16px}.auth-v3-brand{padding:24px;flex-direction:column;text-align:center}.auth-v3-brand h1{font-size:1.85rem;text-align:center}.auth-v3-panel{padding:22px}}.reports-card{max-width:1500px}.reports-layout{display:grid;grid-template-columns:minmax(320px,.85fr) minmax(520px,1.15fr);gap:1rem;align-items:start}.reports-category-grid{display:grid;grid-template-columns:1fr;gap:.75rem}.reports-category-card{border:1px solid #333;border-radius:14px;background:linear-gradient(180deg,#ffffff09,#ffffff03),#151515;color:#f5f5f5;padding:1rem;text-align:left}.reports-category-card:hover{background:linear-gradient(180deg,#ffffff0e,#ffffff05),#1c1c1c;border-color:#555}.reports-category-card-active{border-color:#ffffff73;box-shadow:inset 0 0 0 1px #ffffff2e}.reports-category-card span{display:block;margin-bottom:.35rem;font-size:1rem;font-weight:900}.reports-category-card small{display:block;color:#bbb;font-size:.85rem;line-height:1.35}.reports-editor textarea{width:100%;min-height:260px;padding:12px;border-radius:10px;border:1px solid #555;background:#0f0f0f;color:#fff;resize:vertical;font-family:inherit;line-height:1.5}.reports-document{background:#f7f4ed;color:#151515;border-radius:14px;border:1px solid #d8d0c2;padding:2rem;min-height:720px;box-shadow:0 18px 40px #00000040}.reports-letterhead{text-align:center;border-bottom:2px solid #151515;padding-bottom:1rem;margin-bottom:1.4rem}.reports-letterhead p{margin:0 0 .4rem;text-transform:uppercase;letter-spacing:.12em;font-size:.8rem;font-weight:900}.reports-letterhead h1{margin:0 0 .35rem;color:#151515;font-size:2rem;line-height:1.1}.reports-letterhead span{color:#555;font-weight:800}.reports-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:.75rem;margin-bottom:1rem}.reports-meta-grid div,.reports-summary-grid div{border:1px solid #d6cdbc;border-radius:10px;padding:.75rem;background:#fffaf1}.reports-meta-grid strong,.reports-summary-grid strong{display:block;margin-bottom:.25rem;color:#4a4034;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.reports-meta-grid span,.reports-summary-grid span{display:block;color:#151515;font-weight:900}.reports-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(110px,1fr));gap:.75rem;margin-bottom:1.5rem}.reports-text{margin-top:1.5rem;font-size:1rem;line-height:1.65}.reports-text p{margin:0 0 1rem}.reports-placeholder{color:#777;font-style:italic}.reports-bookings{margin-top:2rem}.reports-bookings h2{margin:0 0 .75rem;color:#151515;font-size:1.2rem}.reports-bookings table{width:100%;border-collapse:collapse;font-size:.9rem}.reports-bookings th,.reports-bookings td{border-bottom:1px solid #d6cdbc;padding:.55rem;text-align:left}.reports-bookings th{background:#eee6d8;color:#151515}.reports-bookings td:last-child,.reports-bookings th:last-child{text-align:right;white-space:nowrap}@media (max-width: 1100px){.reports-layout{grid-template-columns:1fr}}@media print{body{background:#fff!important}.report-no-print{display:none!important}.reports-page{display:block!important;min-height:auto!important;padding:0!important;background:#fff!important}.reports-card{max-width:none!important;border:none!important;background:#fff!important;padding:0!important}.reports-layout{display:block!important}.reports-document{width:100%!important;min-height:auto!important;border:none!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;color:#111!important;padding:18mm!important}.reports-letterhead h1,.reports-bookings h2{color:#111!important}}.reports-finance-block{margin-top:1.5rem}.reports-finance-block h2{margin:0 0 .75rem;color:#151515;font-size:1.2rem}.reports-letterhead{position:relative;min-height:92px;padding-right:0;text-align:center}.reports-letterhead-wappen{position:absolute;top:0;right:0;width:82px;height:82px;object-fit:contain}@media print{.reports-letterhead{position:relative;min-height:28mm;padding-right:0!important;text-align:center!important}.reports-letterhead-wappen{position:absolute;top:0;right:0;width:24mm;height:24mm;object-fit:contain}}.reports-meta-grid,.reports-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reports-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.reports-meta-grid div,.reports-summary-grid div{min-width:0;overflow:hidden}.reports-meta-grid strong,.reports-summary-grid strong{font-size:.7rem;line-height:1.15;overflow-wrap:anywhere;word-break:normal;-webkit-hyphens:auto;hyphens:auto}.reports-meta-grid span,.reports-summary-grid span{font-size:1.05rem;line-height:1.15;overflow-wrap:anywhere}.reports-summary-grid div{padding:.65rem}.reports-meta-grid div{padding:.7rem}.reports-bookings h2{break-after:avoid;page-break-after:avoid}.reports-bookings table{break-inside:auto;page-break-inside:auto}.reports-bookings tr{break-inside:avoid;page-break-inside:avoid}@media print{.reports-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:4mm!important}.reports-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:4mm!important}.reports-meta-grid div,.reports-summary-grid div{padding:4mm!important;min-width:0!important;overflow:hidden!important}.reports-meta-grid strong,.reports-summary-grid strong{font-size:8.5pt!important;line-height:1.15!important;letter-spacing:.06em!important;overflow-wrap:anywhere!important}.reports-meta-grid span,.reports-summary-grid span{font-size:11pt!important;line-height:1.15!important;overflow-wrap:anywhere!important}.reports-bookings-page-break{break-before:page;page-break-before:always;margin-top:0!important}.reports-bookings-page-break h2{margin-top:0!important}}.reports-email-form{display:flex;flex-direction:column}.reports-email-form textarea{width:100%;min-height:90px;padding:12px;border-radius:10px;border:1px solid #555;background:#0f0f0f;color:#fff;resize:vertical;font-family:inherit;line-height:1.5}.reports-email-success{color:#00d464;font-weight:800;margin:.75rem 0 0}.reports-custom-booking-actions{display:grid;grid-template-columns:minmax(180px,1fr) auto auto;gap:.5rem;align-items:center}.reports-custom-booking-actions input{width:100%;min-height:42px}.reports-custom-booking-actions button{min-height:42px;font-size:.85rem;padding:8px 12px}.reports-custom-booking-list{margin-top:.8rem;display:flex;flex-direction:column;gap:.5rem;max-height:420px;overflow-y:auto;padding-right:.25rem}.reports-custom-booking-item{border:1px solid #333;border-radius:12px;background:#141414;padding:.75rem;display:grid;grid-template-columns:auto minmax(0,1fr);gap:.7rem;align-items:flex-start;cursor:pointer}.reports-custom-booking-item:hover{border-color:#555;background:#1b1b1b}.reports-custom-booking-item input{margin-top:.2rem}.reports-custom-booking-item strong{display:block;color:#f5f5f5;font-size:.9rem;line-height:1.25}.reports-custom-booking-item small{display:block;margin-top:.25rem;color:#bbb;font-size:.8rem;line-height:1.3}@media (max-width: 760px){.reports-custom-booking-actions{grid-template-columns:1fr}}.reports-custom-options{display:grid;grid-template-columns:1fr;gap:.6rem}.reports-custom-options label{border:1px solid #333;border-radius:12px;background:#141414;padding:.75rem .85rem;display:grid;grid-template-columns:22px minmax(0,1fr);gap:.7rem;align-items:start;cursor:pointer}.reports-custom-options label:hover{border-color:#555;background:#1b1b1b}.reports-custom-options input{width:16px;height:16px;margin:.15rem 0 0}.reports-custom-options span{display:block;min-width:0}.reports-custom-options strong{display:block;color:#f5f5f5;font-weight:900;font-size:.9rem;line-height:1.25}.reports-custom-options small{display:block;margin-top:.25rem;color:#bbb;font-size:.8rem;line-height:1.35}.reports-extra-table{margin-top:1.5rem;width:100%}.reports-extra-table h2{margin:0 0 .8rem;color:#151515;font-size:1.45rem;line-height:1.2}.reports-extra-table table{width:100%;border-collapse:separate;border-spacing:0;font-size:.92rem;background:#fffaf1;border:1px solid #d6cdbc;border-radius:10px;overflow:hidden}.reports-extra-table th,.reports-extra-table td{padding:.65rem .7rem;border-bottom:1px solid #d6cdbc;text-align:left;vertical-align:top}.reports-extra-table tr:last-child td{border-bottom:none}.reports-extra-table th{background:#eee6d8;color:#151515;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.reports-extra-table td{color:#151515;font-weight:700}.reports-extra-table td:not(:first-child),.reports-extra-table th:not(:first-child){text-align:right;white-space:nowrap}.reports-extra-table td:first-child,.reports-extra-table th:first-child{width:38%}@media print{.reports-extra-table-page{break-before:page;page-break-before:always;margin-top:0!important}.reports-extra-table{break-inside:auto;page-break-inside:auto}.reports-extra-table h2{margin-top:0!important;break-after:avoid;page-break-after:avoid}.reports-extra-table table{border-collapse:collapse!important;border-spacing:0!important;border-radius:0!important;overflow:visible!important;font-size:9.5pt!important}.reports-extra-table th,.reports-extra-table td{padding:4mm 3mm!important;border-bottom:.4pt solid #d6cdbc!important}.reports-extra-table th{font-size:8pt!important}.reports-extra-table tr{break-inside:avoid;page-break-inside:avoid}}.penalties-card{max-width:1400px}.penalties-page .history-table-wrapper{margin-top:1rem}.penalties-page .history-table th,.penalties-page .history-table td{vertical-align:middle}.penalties-page .history-table td:nth-last-child(3),.penalties-page .history-table td:nth-last-child(2),.penalties-page .history-table th:nth-last-child(3),.penalties-page .history-table th:nth-last-child(2){text-align:right;white-space:nowrap}.penalties-page .history-summary-grid{margin:1rem 0}.penalties-card{max-width:1500px}.penalties-header-actions{display:flex;gap:.6rem;justify-content:flex-end;align-items:center}.penalties-header-actions button,.penalties-add-button{min-height:42px;border-radius:10px;font-weight:900;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.penalties-add-button{padding:.7rem 1rem;background:#c90000;color:#fff;border:1px solid #d60000}.penalties-add-button:hover{background:#e00000}.penalties-filter-row{display:grid;grid-template-columns:minmax(260px,1fr) auto;gap:.55rem;align-items:center;padding:.9rem;border:1px solid #333;border-radius:14px;background:#151515}.penalties-filter-row input{width:100%;min-height:42px}.penalties-filter-row button{min-height:42px}.penalties-summary-card{border:1px solid #333;border-radius:14px;background:#151515;padding:1rem;margin-bottom:1rem}.penalties-table-wrapper{margin-top:1rem}.penalties-table th,.penalties-table td{vertical-align:middle}.penalties-table td:nth-child(5),.penalties-table td:nth-child(6),.penalties-table th:nth-child(5),.penalties-table th:nth-child(6){text-align:right;white-space:nowrap}.penalties-table td:nth-child(7),.penalties-table th:nth-child(7){text-align:center;white-space:nowrap}.penalties-empty-text{margin:0;padding:1rem;color:#bbb;font-weight:800}.penalties-info-text{margin:.8rem 0 0;color:#aaa;font-size:.85rem;text-align:right}@media (max-width: 900px){.penalties-header-actions{justify-content:stretch;flex-direction:column;align-items:stretch}.penalties-header-actions button,.penalties-add-button{width:100%}.penalties-filter-row{grid-template-columns:1fr}}.dashboard-page{width:100%;padding:clamp(10px,1.2vw,24px);justify-content:center;align-items:flex-start}.dashboard-shell{width:min(98vw,2400px);max-width:none;margin:0 auto}.dashboard-layout{grid-template-columns:clamp(260px,16vw,360px) minmax(0,1fr);gap:clamp(.75rem,1vw,1.25rem)}.dashboard-sidebar{top:clamp(.5rem,1vw,1rem)}.dashboard-main{gap:clamp(.6rem,.8vw,1rem)}.dashboard-title-card .dashboard-title{font-size:clamp(2rem,2.1vw,3.1rem)}.dashboard-title-card{min-height:clamp(110px,7vw,160px);display:flex;flex-direction:column;justify-content:center}.dashboard-hero-values-separated{grid-template-columns:repeat(5,minmax(140px,1fr))}.dashboard-account-grid{grid-template-columns:repeat(3,minmax(180px,1fr))}.dashboard-finance-grid{grid-template-columns:repeat(5,minmax(140px,1fr))}.dashboard-table-grid-secondary{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-table-main .dashboard-section,.dashboard-table-grid-secondary .dashboard-section{min-width:0}.dashboard-main .history-table{min-width:640px}.dashboard-table-grid-secondary .history-table{min-width:420px}.dashboard-main .table-wrapper{overflow-x:auto}.dashboard-main .history-table th,.dashboard-main .history-table td{padding:clamp(7px,.45vw,11px) clamp(8px,.55vw,13px)}.dashboard-main table{font-size:clamp(.76rem,.45vw,.9rem)}.dashboard-hero-value{min-height:clamp(68px,4vw,92px);padding:clamp(.65rem,.7vw,1rem)}.dashboard-hero-value span,.dashboard-block-header p,.dashboard-empty-state p{font-size:clamp(.72rem,.42vw,.86rem)}.dashboard-hero-value strong{font-size:clamp(1.1rem,.85vw,1.55rem)}.dashboard-hero-value-main strong{font-size:clamp(1.25rem,1vw,1.8rem)}.dashboard-sidebar .side-action-button{min-height:clamp(34px,2vw,44px);font-size:clamp(.78rem,.45vw,.92rem)}.dashboard-sidebar-label strong{font-size:clamp(.8rem,.48vw,.95rem)}.dashboard-sidebar-logo{width:clamp(42px,2.7vw,58px);height:clamp(42px,2.7vw,58px)}@media (min-width: 1750px){.dashboard-shell{width:min(98vw,2300px)}.dashboard-layout{grid-template-columns:340px minmax(0,1fr)}.dashboard-table-grid-secondary{grid-template-columns:repeat(4,minmax(260px,1fr))}.dashboard-main .history-table{min-width:780px}.dashboard-table-grid-secondary .history-table{min-width:440px}}@media (min-width: 1400px) and (max-width: 1749px){.dashboard-shell{width:min(97vw,1700px)}.dashboard-layout{grid-template-columns:310px minmax(0,1fr)}.dashboard-table-grid-secondary{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 1399px){.dashboard-shell{width:min(97vw,1320px)}.dashboard-layout{grid-template-columns:285px minmax(0,1fr)}.dashboard-hero-values-separated,.dashboard-finance-grid,.dashboard-account-grid{grid-template-columns:repeat(3,minmax(150px,1fr))}.dashboard-table-grid-secondary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 1100px){.dashboard-shell{width:100%}.dashboard-layout{grid-template-columns:1fr}.dashboard-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.dashboard-sidebar-label{grid-column:1 / -1}.dashboard-sidebar>a{grid-column:1 / -1}.dashboard-sidebar-button-list{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-account-grid,.dashboard-hero-values-separated,.dashboard-finance-grid{grid-template-columns:repeat(2,minmax(150px,1fr))}.dashboard-table-grid-secondary{grid-template-columns:1fr}}@media (max-width: 820px){.dashboard-page{padding:14px}.dashboard-sidebar,.dashboard-sidebar-button-list,.dashboard-account-grid,.dashboard-hero-values-separated,.dashboard-finance-grid{grid-template-columns:1fr}.dashboard-title-card{min-height:auto}.dashboard-main .history-table{min-width:720px}.dashboard-table-grid-secondary .history-table{min-width:560px}}@media (max-width: 560px){.dashboard-page{padding:10px}.dashboard-sidebar-label{padding:.75rem}.dashboard-title-card .dashboard-title{font-size:1.8rem}.dashboard-block-header{flex-direction:column;gap:.45rem}.dashboard-main .history-table{min-width:680px}.dashboard-hero-value,.dashboard-sidebar .side-action-button,.dashboard-sidebar a[href="/"]{min-height:44px}}@media (min-width: 1200px) and (max-height: 980px){.dashboard-page{padding-top:8px;padding-bottom:8px}.dashboard-layout{gap:.55rem}.dashboard-main,.dashboard-sidebar{gap:.42rem}.dashboard-sidebar-label{padding:.55rem .75rem}.dashboard-sidebar-logo{width:36px;height:36px}.dashboard-sidebar .side-action-button{min-height:30px;padding:6px 9px;font-size:.72rem}.dashboard-sidebar a[href="/"]{min-height:34px}.dashboard-title-card{padding:.7rem 1rem}.dashboard-title-card .dashboard-title{font-size:1.7rem;margin-bottom:.25rem}.dashboard-kassenwart-heading{font-size:.82rem;margin-bottom:.1rem}.dashboard-kassenwart-lines{font-size:.68rem;line-height:1.22}.dashboard-hero-value{min-height:54px;padding:.48rem .65rem;gap:.18rem}.dashboard-hero-value span{font-size:.65rem}.dashboard-hero-value strong{font-size:.95rem}.dashboard-hero-value-main strong{font-size:1.1rem}.dashboard-block-header{margin-bottom:.35rem}.dashboard-block-header h2{font-size:.82rem}.dashboard-block-header p{font-size:.68rem}.dashboard-account-grid,.dashboard-finance-grid,.dashboard-hero-values,.dashboard-table-grid-secondary{gap:.42rem}.dashboard-main .summary-box,.dashboard-main .booking-item,.dashboard-main .card{padding:.65rem;border-radius:11px}.dashboard-main .table-wrapper{margin-top:.35rem}.dashboard-main .history-table th,.dashboard-main .history-table td{padding:5px 7px;font-size:.68rem}.dashboard-main .side-action-button{min-height:30px;padding:6px 9px;font-size:.72rem}.dashboard-empty-state{min-height:52px;padding:.45rem}.dashboard-empty-icon{width:22px;height:22px;font-size:.7rem}.dashboard-empty-state strong{font-size:.72rem;margin-bottom:.1rem}.dashboard-empty-state p{font-size:.66rem;line-height:1.2}}@media (min-width: 1200px) and (max-height: 950px){.dashboard-page{min-height:100vh;padding:6px 10px;align-items:flex-start}.dashboard-shell{max-width:1920px;width:100%}.dashboard-layout{grid-template-columns:255px minmax(0,1fr);gap:.45rem}.dashboard-main{gap:.35rem}.dashboard-sidebar{gap:.35rem;top:.35rem}.dashboard-sidebar-label{padding:.42rem .6rem;gap:.55rem}.dashboard-sidebar-logo{width:30px;height:30px}.dashboard-sidebar-label span{font-size:.55rem;margin-bottom:.08rem}.dashboard-sidebar-label strong{font-size:.68rem;line-height:1.05}.dashboard-sidebar-heading{font-size:.65rem;margin-bottom:.3rem;padding-bottom:.25rem}.dashboard-sidebar>div{padding:.55rem!important}.dashboard-sidebar-button-list{gap:.28rem}.dashboard-sidebar .side-action-button{min-height:27px;padding:5px 8px;border-radius:7px;font-size:.66rem;line-height:1.05}.dashboard-sidebar a[href="/"]{min-height:30px;font-size:.68rem;padding:6px 8px}.dashboard-title-card{padding:.48rem .8rem}.dashboard-title-card .dashboard-title{font-size:1.45rem;margin-bottom:.16rem;line-height:.95}.dashboard-eyebrow{font-size:.52rem;margin-bottom:.12rem}.dashboard-kassenwart-heading{font-size:.72rem;margin-bottom:.06rem}.dashboard-kassenwart-lines{font-size:.6rem;line-height:1.12}.dashboard-hero-values,.dashboard-account-grid,.dashboard-finance-grid,.dashboard-table-grid-secondary{gap:.35rem}.dashboard-hero-values-separated{grid-template-columns:repeat(5,minmax(95px,1fr))}.dashboard-account-grid{grid-template-columns:repeat(3,minmax(130px,1fr))}.dashboard-finance-grid{grid-template-columns:repeat(5,minmax(95px,1fr))}.dashboard-hero-value{min-height:45px;padding:.35rem .5rem;gap:.08rem;border-radius:9px}.dashboard-hero-value span{font-size:.57rem;line-height:1.05}.dashboard-hero-value strong{font-size:.82rem;line-height:1.05}.dashboard-hero-value-main strong{font-size:.95rem}.dashboard-block-header{margin-bottom:.25rem}.dashboard-block-header h2{font-size:.74rem;line-height:1.05}.dashboard-block-header p{font-size:.58rem;line-height:1.12}.dashboard-main .summary-box,.dashboard-main .booking-item,.dashboard-main .card{padding:.48rem;border-radius:10px}.dashboard-main .summary-box h3{font-size:.65rem;margin-bottom:.12rem}.dashboard-main .summary-box p{font-size:.95rem;line-height:1.05}.dashboard-main .table-wrapper{margin-top:.25rem;border-radius:9px}.dashboard-main .history-table,.dashboard-table-grid-secondary .history-table{min-width:0}.dashboard-main .history-table th,.dashboard-main .history-table td{padding:3px 5px;font-size:.58rem;line-height:1.12}.dashboard-main .side-action-button{min-height:28px;padding:5px 8px;font-size:.66rem;border-radius:7px}.dashboard-table-grid-secondary{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-empty-state{min-height:42px;padding:.35rem;gap:.4rem;border-radius:9px}.dashboard-empty-icon{width:18px;height:18px;font-size:.58rem}.dashboard-empty-state strong{font-size:.62rem;margin-bottom:.04rem}.dashboard-empty-state p{font-size:.56rem;line-height:1.1}}.dashboard-title-card{min-height:unset}@media (min-width: 1200px) and (max-height: 950px){.dashboard-title-card{padding:.38rem .8rem!important;min-height:72px!important;display:flex!important;flex-direction:column;justify-content:center}.dashboard-title-card .dashboard-title{font-size:1.35rem!important;line-height:.95!important;margin:0 0 .08rem!important}.dashboard-title-card .dashboard-eyebrow{font-size:.5rem!important;line-height:1!important;margin:0 0 .12rem!important}.dashboard-kassenwart-heading{font-size:.65rem!important;line-height:1!important;margin:0 0 .05rem!important}.dashboard-kassenwart-lines{font-size:.56rem!important;line-height:1.08!important;margin:0!important}}.dashboard-title-card{min-height:auto!important;padding:.55rem 1rem!important}.dashboard-title-card .dashboard-title{margin:0 0 .15rem!important}.dashboard-kassenwart-lines{margin:0!important}@media (min-width: 1200px) and (max-height: 950px){.dashboard-title-card{min-height:auto!important;padding:.35rem .8rem!important}.dashboard-title-card .dashboard-title{margin:0 0 .08rem!important}.dashboard-kassenwart-lines{margin:0!important}}
