:root{color:#18303a;font-synthesis:none;--primary:#1d5866;--primary-dark:#12434f;--accent:#d6a84b;--border:#dce5e3;--muted:#6c7e83;--danger:#b94d44;--success:#2f7d66;--shadow:0 10px 30px #1c3c4112;background:#f3f6f5;font-family:Segoe UI,Arial,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}h1,h2,p{margin-top:0}h1{margin-bottom:.4rem;font-family:Georgia,serif;font-size:2rem;line-height:1.1}h2{font-size:1.05rem}small,.muted{color:var(--muted)}.centered{place-items:center;min-height:100vh;display:grid}.loading{place-items:center;padding:3rem;display:grid}.loading span{border:3px solid #d8e3e2;border-top-color:var(--primary);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.auth-page{background:#fff;grid-template-columns:minmax(360px,42%) 1fr;min-height:100vh;display:grid}.auth-art{color:#fff;background:linear-gradient(150deg,#144752eb,#144752b8),radial-gradient(circle at 20% 20%,#5d948c,#163d4b);align-items:flex-end;padding:4rem;display:flex}.auth-art>div{max-width:470px}.auth-logo{object-fit:contain;background:#fff;border-radius:50%;width:118px;height:118px;padding:.4rem;box-shadow:0 10px 30px #0000002e}.auth-art h1{margin:1rem 0;font-size:3.1rem}.auth-art p{color:#e2efed;font-size:1.15rem;line-height:1.6}.auth-panel{place-items:center;padding:2rem;display:grid}.auth-card{width:min(420px,100%)}.auth-icon{width:50px;height:50px;color:var(--primary);background:#e8f2f0;border-radius:15px;place-items:center;margin-bottom:1.5rem;display:grid}.auth-card h2{margin-bottom:.5rem;font-family:"Source Serif 4",serif;font-size:2rem}.auth-card>p{color:var(--muted);margin-bottom:2rem}.privacy-note{text-align:center;margin-top:1.25rem;display:block}.setup-page{background:radial-gradient(circle at 0 0,#d9ece8,#0000 45%),#f3f6f5;place-items:center;min-height:100vh;padding:5vh 1.25rem;display:grid}.setup-card{width:min(900px,100%);box-shadow:var(--shadow);background:#fff;border-radius:22px;padding:clamp(1.5rem,4vw,3rem)}.setup-card>p{color:var(--muted)}.step-label{color:var(--primary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:inline-block}.app-shell{min-height:100vh}.sidebar{color:#eaf3f1;z-index:30;background:#123f4b;flex-direction:column;width:272px;padding:1.4rem 1rem;display:flex;position:fixed;inset:0 auto 0 0}.brand{align-items:center;gap:.8rem;padding:.25rem .5rem 1.5rem;display:flex}.brand-logo{object-fit:contain;background:#fff;border-radius:50%;width:46px;height:46px;padding:.2rem}.brand strong,.brand small{display:block}.brand small{color:#a9c4c5;margin-top:.1rem;font-size:.67rem}.sidebar nav{flex-direction:column;gap:.22rem;display:flex;overflow-y:auto}.sidebar nav button{color:#c5d8d8;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:.85rem;padding:.72rem .8rem;display:flex}.sidebar nav button:hover,.sidebar nav button.active{color:#fff;background:#ffffff1a}.sidebar nav button.active{box-shadow:inset 3px 0 #d6a84b}.sidebar-user{border-top:1px solid #ffffff21;grid-template-columns:auto 1fr auto;align-items:center;gap:.65rem;margin-top:auto;padding:1rem .3rem 0;display:grid}.sidebar-user strong,.sidebar-user small{text-overflow:ellipsis;white-space:nowrap;max-width:125px;display:block;overflow:hidden}.sidebar-user small{color:#9fbabb;font-size:.7rem}.sidebar-user button{color:#b6cdce;background:0 0;border:0;padding:.5rem}.avatar{color:#173e48;background:#d6a84b;border-radius:50%;place-items:center;width:35px;height:35px;font-weight:700;display:grid}.main-area{min-height:100vh;margin-left:272px}.topbar{border-bottom:1px solid var(--border);height:56px;color:var(--muted);z-index:10;background:#fff;align-items:center;gap:1rem;padding:0 2rem;display:flex;position:sticky;top:0}.topbar>span{margin-left:auto;font-size:.85rem}.menu-button{display:none}.back-button,.menu-button{color:var(--muted);background:0 0;border:0;align-items:center;gap:.25rem}.page-content{max-width:1600px;margin:auto;padding:clamp(1.25rem,3vw,2.5rem)}.sidebar-overlay{display:none}.page-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.6rem;display:flex}.page-header p{color:var(--muted);margin:.5rem 0 0}.actions{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.button{border:1px solid var(--border);color:#27444c;background:#fff;border-radius:9px;justify-content:center;align-items:center;gap:.45rem;padding:.62rem .9rem;font-weight:600;display:inline-flex}.button:hover{background:#f8faf9;border-color:#9bb1b2}.button.primary{background:var(--primary);border-color:var(--primary);color:#fff}.button.primary:hover{background:var(--primary-dark)}.button.danger{color:#fff;background:var(--danger);border-color:var(--danger)}.button.subtle{background:#f4f8f7}.button.small{padding:.38rem .62rem;font-size:.82rem}.button.full{width:100%;margin-top:.5rem}.button:disabled{opacity:.5;cursor:not-allowed}.icon-button{color:var(--muted);background:0 0;border:0;border-radius:7px;place-items:center;padding:.4rem;display:inline-grid}.icon-button:hover{color:var(--primary);background:#edf3f2}.card{border:1px solid var(--border);background:#fff;border-radius:14px;margin-bottom:1.2rem;padding:1.2rem;box-shadow:0 2px 3px #1e3c4105}.card h2{align-items:center;gap:.5rem;display:flex}.metric-grid{grid-template-columns:repeat(6,minmax(150px,1fr));gap:.8rem;margin-bottom:1.2rem;display:grid}.metric-grid.compact{grid-template-columns:repeat(3,minmax(160px,260px))}.card.metric{flex-direction:column;justify-content:center;min-height:130px;margin:0;display:flex;position:relative;overflow:hidden}.metric small{margin-bottom:.45rem}.metric strong{font-family:"Source Serif 4",serif;font-size:1.55rem}.metric-icon{border-radius:11px;place-items:center;width:38px;height:38px;display:grid;position:absolute;top:.7rem;right:.7rem}.metric-icon.positive{color:#28745d;background:#e2f1eb}.metric-icon.negative{color:#b45045;background:#f8e7e3}.metric-icon.neutral{color:#286274;background:#e2edf1}.metric-icon.warning{color:#9a7120;background:#fbf0d5}.balance-strip{background:var(--border);border:1px solid var(--border);border-radius:13px;gap:1px;margin-bottom:1.2rem;display:flex;overflow:hidden}.balance-strip>div{background:#fff;flex:1;padding:1rem 1.4rem}.balance-strip small,.balance-strip strong{display:block}.balance-strip strong{margin-top:.2rem;font-size:1.35rem}.dashboard-grid{grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:1.2rem;display:grid}.chart-card{min-height:390px}.chart{height:310px}.simple-list>div{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.8rem 0;display:flex}.simple-list>div:last-child{border:0}.simple-list strong,.simple-list small{display:block}.tax-notice{color:#6d592e;background:#fff8e8;border:1px solid #eed69e;border-radius:10px;margin:1.5rem 0;padding:1rem 1.2rem;font-size:.9rem}.field{flex-direction:column;gap:.38rem;margin-bottom:1rem;display:flex}.field>span{color:#38545b;font-size:.82rem;font-weight:700}.field small{font-size:.75rem}.field input,.field select,.field textarea,select{color:#1d343b;background:#fff;border:1px solid #ccd9d7;border-radius:8px;outline:none;width:100%;padding:.65rem .72rem}.field input:focus,.field select:focus,.field textarea:focus,select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #1d58661a}.field textarea{resize:vertical;min-height:80px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1rem;display:grid}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.check-grid{flex-wrap:wrap;gap:1.2rem;margin:.5rem 0 1rem;display:flex}.check-grid label{align-items:center;gap:.4rem;display:flex}.modal-backdrop{z-index:100;background:#081c228c;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:16px;width:min(550px,100%);max-height:92vh;overflow:auto;box-shadow:0 25px 80px #0003}.modal-wide{width:min(1000px,100%)}.modal>header{border-bottom:1px solid var(--border);z-index:2;background:#fff;justify-content:space-between;align-items:center;padding:1.1rem 1.3rem;display:flex;position:sticky;top:0}.modal>header h2{margin:0}.modal-body{padding:1.3rem}.modal-actions{border-top:1px solid var(--border);justify-content:flex-end;gap:.6rem;margin-top:.7rem;padding-top:1rem;display:flex}.toolbar{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.search{border:1px solid var(--border);width:min(450px,100%);color:var(--muted);border-radius:9px;align-items:center;gap:.45rem;padding:0 .7rem;display:flex}.search input{background:0 0;border:0;outline:0;width:100%;padding:.65rem 0}.count{color:var(--muted);font-size:.82rem}.table-wrap{margin:0 -.25rem;overflow:auto}table{border-collapse:collapse;width:100%;font-size:.88rem}th{text-align:left;color:#6a7c80;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border);white-space:nowrap;padding:.75rem;font-size:.72rem}td{vertical-align:middle;border-bottom:1px solid #e7eeec;padding:.78rem .75rem}tbody tr:hover{background:#f8faf9}td small,td strong{display:block}.align-right{text-align:right}.row-actions{text-align:right;white-space:nowrap}.row-actions button,.row-actions a{color:#527078;background:0 0;border:0;border-radius:7px;place-items:center;padding:.4rem;display:inline-grid}.row-actions button:hover,.row-actions a:hover{color:var(--primary);background:#e8f1ef}.person{align-items:center;gap:.65rem;display:flex}.person>span{width:34px;height:34px;color:var(--primary);background:#e4efed;border-radius:10px;place-items:center;font-size:.75rem;font-weight:700;display:grid}.mono{font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.amount{font-weight:700}.amount.income,.text-success{color:var(--success)}.amount.expense,.text-danger{color:var(--danger)}.retroactive{color:#a37621;display:block}.empty{text-align:center;color:var(--muted);padding:3rem 1rem}.badge{text-transform:uppercase;white-space:nowrap;color:#526569;background:#edf1f1;border-radius:999px;padding:.23rem .48rem;font-size:.68rem;font-weight:700;display:inline-block}.badge-aktiv,.badge-gebucht,.badge-bezahlt,.badge-erfolg,.badge-ausgefuehrt{color:#24664f;background:#def0e8}.badge-entwurf,.badge-geplant,.badge-offen,.badge-noch-nicht-erteilt{color:#86631d;background:#fff0cd}.badge-storniert,.badge-fehler,.badge-fehlerhaft,.badge-deaktiviert{color:#9a4239;background:#f7dfdc}.badge-exportiert,.badge-teilweise-bezahlt{color:#415f8f;background:#e2eaf7}.alert{border-radius:9px;margin-bottom:1rem;padding:.8rem 1rem}.alert-error{color:#8e3a32;background:#fbe8e5;border:1px solid #f0c6c1}.sensitive-hint{color:#73581d;background:#fff4d9;border-radius:8px;align-items:center;gap:.6rem;margin-bottom:1rem;padding:.8rem;font-size:.83rem;display:flex}.section-heading{justify-content:space-between;align-items:center;gap:1rem;display:flex}.receipt-grid{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:.8rem;display:grid}.receipt-card{border:1px solid var(--border);border-radius:11px;align-items:center;gap:.7rem;padding:.9rem;display:flex}.file-icon{width:42px;height:48px;color:var(--primary);background:#e8f1ef;border-radius:8px;place-items:center;display:grid}.receipt-info{flex:1;min-width:0}.receipt-info strong,.receipt-info small,.receipt-info span{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.dropzone{color:var(--primary);cursor:pointer;background:#f8fbfa;border:2px dashed #a9c3bf;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;margin-bottom:1.2rem;padding:2rem;display:flex}.dropzone input{display:none}.dropzone span{color:var(--muted);font-size:.82rem}.dropzone.busy{opacity:.55;pointer-events:none}.event-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;display:grid}.event-card{gap:1rem;display:flex}.event-date{min-width:58px;height:67px;color:var(--primary);background:#e5efed;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;display:flex}.event-date strong{font-size:1.45rem}.event-date span{text-transform:uppercase;font-size:.65rem;font-weight:700}.event-body{flex:1}.event-body h2{margin:.5rem 0;font-size:1.15rem}.event-body p{color:var(--muted);align-items:center;gap:.35rem;margin:.3rem 0;display:flex}.event-body .actions{margin-top:1rem}.report-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.report-card{gap:1rem;display:flex}.report-icon{width:45px;height:45px;color:var(--primary);background:#e6f0ee;border-radius:12px;flex:0 0 45px;place-items:center;display:grid}.report-card p,.export-card p{color:var(--muted);line-height:1.5}.settings-grid{grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:1.2rem;display:grid}.export-card{text-align:center}.export-card .report-icon{margin:0 auto 1rem}.export-card small{margin-top:1rem;display:block}.path-box{overflow-wrap:anywhere;background:#f2f5f4;border-radius:8px;padding:.8rem;font-size:.78rem;display:block}.category-list{max-height:420px;overflow:auto}.receipt-links{white-space:nowrap;flex-direction:column;gap:.25rem;display:flex}.receipt-links a{color:var(--primary);align-items:center;gap:.3rem;font-weight:600;display:inline-flex}.receipt-links a:hover{text-decoration:underline}.application-preview{border-top:1px solid var(--border);margin-top:1.3rem;padding-top:1.2rem}.application-preview h3{font-family:Georgia,serif;font-size:1.45rem}.application-preview dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem 1rem;display:grid}.application-preview dl>div{background:#f5f8f7;border-radius:9px;min-width:0;padding:.75rem}.application-preview dt{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem}.application-preview dd{overflow-wrap:anywhere;margin:.25rem 0 0}@media (width<=1320px){.metric-grid{grid-template-columns:repeat(3,1fr)}.report-grid{grid-template-columns:1fr}.form-grid.three{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.sidebar{transition:transform .2s;transform:translate(-100%)}.sidebar.open{transform:none}.sidebar-overlay{z-index:20;background:#00000059;border:0;display:block;position:fixed;inset:0}.main-area{margin-left:0}.menu-button{display:inline-flex}.auth-page{grid-template-columns:1fr}.auth-art{display:none}.dashboard-grid,.settings-grid{grid-template-columns:1fr}.page-content{padding:1.2rem}.topbar{padding:0 1rem}}@media (width<=650px){h1{font-size:1.65rem}.page-header{flex-direction:column}.page-header .actions{width:100%}.page-header .actions>.button{flex:1}.metric-grid,.metric-grid.compact{grid-template-columns:repeat(2,1fr)}.card.metric{min-height:110px}.metric strong{font-size:1.25rem}.form-grid,.form-grid.three,.application-preview dl{grid-template-columns:1fr}.topbar>span,.back-button{display:none}.balance-strip{flex-direction:column}.toolbar{flex-direction:column;align-items:stretch}.search{width:100%}.receipt-grid,.event-grid{grid-template-columns:1fr}.modal-backdrop{padding:0}.modal{border-radius:0;width:100%;height:100%;max-height:100vh}.report-card{flex-direction:column}.auth-panel{padding:1.3rem}.setup-page{padding:0}.setup-card{border-radius:0;min-height:100vh}}.document-category-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.65rem;margin-bottom:1.2rem;display:grid}.document-category-grid button{text-align:left;border:1px solid var(--border);color:#37545b;background:#fff;border-radius:11px;align-items:center;gap:.65rem;min-height:58px;padding:.8rem .9rem;font-weight:650;display:flex}.document-category-grid button:hover{background:#f7faf9;border-color:#9ab7b3}.document-category-grid button.active{border-color:var(--primary);color:var(--primary);background:#e7f2f0}.document-toolbar{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.document-toolbar .search{flex:330px}.document-toolbar select{width:auto;min-width:130px}.document-toolbar .tag-search{flex:0 190px}.archive-toggle{color:#38545b;align-items:center;gap:.4rem;font-size:.88rem;font-weight:650;display:flex}.document-grid{grid-template-columns:repeat(auto-fit,minmax(440px,1fr));gap:1rem;display:grid}.document-card{border:1px solid var(--border);background:#fff;border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;gap:1rem;min-height:175px;padding:1.15rem;display:grid;position:relative}.document-file-icon{width:48px;height:48px;color:var(--primary);background:#e7f2f0;border-radius:12px;place-items:center;display:grid}.document-card-body{min-width:0}.document-card-heading{justify-content:space-between;align-items:flex-start;gap:.8rem;display:flex}.document-card-heading small{color:var(--muted);font-weight:700}.document-card h2{margin:.25rem 0 .55rem;font-family:"Source Serif 4",serif;font-size:1.25rem;line-height:1.25}.document-card p{color:#4b6268;margin:.2rem 0 .7rem;line-height:1.45}.access-pill{white-space:nowrap;color:#5b6d71;background:#f0f4f4;border-radius:999px;padding:.25rem .45rem;font-size:.7rem;font-weight:700}.document-meta{color:var(--muted);flex-wrap:wrap;gap:.7rem;font-size:.78rem;display:flex}.tag-list{flex-wrap:wrap;gap:.4rem;margin-top:.7rem;display:flex}.tag-list span{color:#765b18;background:#fff5dc;border-radius:999px;padding:.22rem .48rem;font-size:.72rem;font-weight:700}.document-origin{color:#77878a;white-space:nowrap;text-overflow:ellipsis;margin-top:.7rem;display:block;overflow:hidden}.document-actions{flex-direction:column;gap:.15rem;display:flex}.document-actions a{color:var(--muted)}@media (width<=700px){.document-grid{grid-template-columns:1fr}.document-card{grid-template-columns:auto minmax(0,1fr)}.document-actions{flex-direction:row;grid-column:1/-1;justify-content:flex-end}.document-card-heading{display:block}.access-pill{margin-bottom:.3rem;display:inline-flex}.document-toolbar>*,.document-toolbar select,.document-toolbar .tag-search{flex:100%;width:100%}}.document-view-toggle{border:1px solid var(--border);background:#fff;border-radius:9px;padding:.2rem;display:inline-flex}.document-view-toggle button{color:var(--muted);background:0 0;border:0;border-radius:7px;align-items:center;gap:.35rem;padding:.42rem .62rem;font-weight:650;display:inline-flex}.document-view-toggle button.active{color:var(--primary);background:#e7f2f0}.document-list-card{padding-top:.5rem}.document-table{min-width:1080px}.document-table th:first-child{min-width:290px}.document-list-title{align-items:center;gap:.65rem;min-width:0;display:flex}.document-list-icon{width:36px;height:36px;color:var(--primary);background:#e7f2f0;border-radius:9px;flex:0 0 36px;place-items:center;display:grid}.document-list-title>div{min-width:0}.document-list-title strong,.document-list-title small{display:block}.document-list-title small{white-space:nowrap;text-overflow:ellipsis;max-width:390px;overflow:hidden}.document-table td>small{white-space:nowrap;text-overflow:ellipsis;max-width:250px;overflow:hidden}.document-table .row-actions{min-width:118px}@media (width<=700px){.document-view-toggle{width:100%}.document-view-toggle button{flex:1;justify-content:center}}@media (width<=650px){.receipt-card{grid-template-columns:42px minmax(0,1fr);align-items:center;min-width:0;max-width:100%;display:grid;overflow:hidden}.receipt-card .file-icon{flex:none;width:42px}.receipt-card .receipt-info{min-width:0;overflow:hidden}.receipt-card .receipt-info strong,.receipt-card .receipt-info small{white-space:normal;overflow-wrap:anywhere;text-overflow:clip;line-height:1.35;overflow:visible}.receipt-card .receipt-info strong{margin-bottom:.12rem}.receipt-card .receipt-info .badge{white-space:nowrap;width:auto;display:inline-block;overflow:visible}.receipt-card>.row-actions{grid-column:1/-1;justify-content:flex-end;width:100%;margin-top:.25rem;display:flex}.document-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.document-category-grid button{gap:.48rem;min-width:0;min-height:64px;padding:.65rem;font-size:.9rem;line-height:1.2}.document-category-grid button svg{flex:none}.document-category-grid button span{overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto;min-width:0;max-width:100%}}@media (width<=350px){.document-category-grid{grid-template-columns:1fr}}
