:root{--honig: #f5b921;--honig-dunkel: #c98f00;--braun: #3b2a12;--creme: #fffbea;--weiss: #ffffff;--grau: #6b6b6b;--hell: #f1ece0;--gruen: #2e7d32;--gelb: #f9a825;--rot: #c62828;--blau: #1565c0;--radius: 16px;--schatten: 0 2px 8px rgba(59, 42, 18, .12);font-size:20px}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--creme);color:var(--braun);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.4;-webkit-text-size-adjust:100%}#root{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3{margin:0 0 .5rem;line-height:1.2}h1{font-size:1.6rem}h2{font-size:1.3rem}h3{font-size:1.1rem}p{margin:0 0 .75rem}a{color:var(--blau)}.app-header{position:sticky;top:0;z-index:10;background:var(--honig);color:var(--braun);padding:.75rem 1rem;display:flex;align-items:center;gap:.75rem;box-shadow:var(--schatten);min-height:64px}.app-header h1{font-size:1.35rem;flex:1;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-main{overflow-wrap:anywhere;flex:1;padding:1rem 1rem 6rem;max-width:720px;width:100%;margin:0 auto}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:var(--weiss);border-top:2px solid var(--hell);display:flex;justify-content:space-around;padding:.4rem 0 calc(.4rem + env(safe-area-inset-bottom));z-index:10}.bottom-nav a{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;text-decoration:none;color:var(--grau);font-size:.8rem;padding:.3rem 0;min-height:60px;justify-content:center}.bottom-nav a .icon{font-size:1.6rem;line-height:1}.bottom-nav a.active{color:var(--braun);font-weight:700}.bottom-nav a.active .icon{transform:scale(1.15)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-width:0;min-height:56px;padding:.75rem 1rem;border-radius:var(--radius);border:2px solid transparent;font-size:1.05rem;font-weight:700;cursor:pointer;text-decoration:none;background:var(--hell);color:var(--braun);width:100%;-webkit-tap-highlight-color:transparent}.btn:active{transform:scale(.98)}.btn-primary{background:var(--honig);color:var(--braun)}.btn-primary:hover{background:#ffc83a}.btn-secondary{background:var(--weiss);border-color:var(--honig-dunkel)}.btn-danger{background:var(--weiss);border-color:var(--rot);color:var(--rot)}.btn-ghost{background:transparent;min-height:44px;width:auto;padding:.4rem .75rem}.btn-back{background:transparent;border:none;font-size:1.6rem;padding:.25rem .5rem;min-height:48px;min-width:48px;cursor:pointer;color:var(--braun)}.btn:disabled{opacity:.5;cursor:default}.btn-big{min-height:72px;font-size:1.15rem}.btn .icon{font-size:1.5rem}.btn-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:.75rem;margin:.75rem 0}.stack{display:flex;flex-direction:column;gap:.75rem}.card{background:var(--weiss);border-radius:var(--radius);box-shadow:var(--schatten);padding:1rem;margin-bottom:.75rem}.card-link{display:block;text-decoration:none;color:inherit;border-left:8px solid var(--honig)}.card-link:active{background:var(--hell)}.card-title{font-size:1.3rem;font-weight:700;display:flex;align-items:center;justify-content:space-between}.card-sub{color:var(--grau);font-size:.95rem;margin-top:.25rem}.chips{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.5rem}.chip{background:var(--hell);border-radius:999px;padding:.2rem .7rem;font-size:.9rem;font-weight:600}.chip-gruen{background:#e8f5e9;color:var(--gruen)}.chip-gelb{background:#fff8e1;color:#8a5a00}.chip-rot{background:#ffebee;color:var(--rot)}.chip-blau{background:#e3f2fd;color:var(--blau)}.ampel{display:inline-block;width:1.1rem;height:1.1rem;border-radius:50%;vertical-align:middle;margin-right:.35rem}.ampel-gruen{background:var(--gruen)}.ampel-gelb{background:var(--gelb)}.ampel-rot{background:var(--rot)}.field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.field label{font-weight:700;font-size:1rem}.field .hint{color:var(--grau);font-size:.85rem}input[type=text],input[type=number],input[type=date],select,textarea{font:inherit;font-size:1.1rem;padding:.75rem .9rem;border:2px solid #cbbf9f;border-radius:12px;background:var(--weiss);color:var(--braun);min-height:56px;width:100%}input:focus,select:focus,textarea:focus,.btn:focus-visible{outline:3px solid var(--blau);outline-offset:2px}textarea{min-height:100px;resize:vertical}input[type=file]{font-size:1rem}.segmented{display:flex;gap:.5rem;flex-wrap:wrap}.segmented button{flex:1 1 auto;min-width:0;min-height:56px;border-radius:12px;border:2px solid #cbbf9f;background:var(--weiss);font:inherit;font-size:1rem;font-weight:600;color:var(--braun);cursor:pointer;padding:.5rem}.segmented button[aria-pressed=true]{background:var(--honig);border-color:var(--honig-dunkel)}.toggle{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:60px;padding:.5rem .9rem;border:2px solid #cbbf9f;border-radius:12px;background:var(--weiss);font-size:1.05rem;font-weight:600;cursor:pointer;width:100%;font-family:inherit;color:var(--braun);text-align:left}.toggle .switch{width:58px;height:34px;border-radius:17px;background:#cfcfcf;position:relative;flex:none;transition:background .15s}.toggle .switch:after{content:"";position:absolute;top:3px;left:3px;width:28px;height:28px;border-radius:50%;background:#fff;transition:left .15s}.toggle[aria-pressed=true] .switch{background:var(--gruen)}.toggle[aria-pressed=true] .switch:after{left:27px}.stepper{display:flex;align-items:stretch;gap:.5rem}.stepper button{width:72px;min-height:64px;font-size:2rem;border-radius:12px;border:2px solid var(--honig-dunkel);background:var(--honig);color:var(--braun);cursor:pointer;font-weight:700}.stepper input{text-align:center;font-size:1.8rem;font-weight:700}.timeline{list-style:none;margin:0;padding:0}.timeline li{display:flex;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--hell)}.timeline .icon{font-size:1.6rem;width:2.2rem;text-align:center;flex:none}.timeline .body{flex:1;min-width:0}.timeline .datum{color:var(--grau);font-size:.85rem}.timeline .titel{font-weight:700}.timeline img{max-width:100%;border-radius:12px;margin-top:.5rem}.empty{text-align:center;color:var(--grau);padding:2rem 1rem;font-size:1.05rem}.empty .icon{font-size:3.5rem;display:block;margin-bottom:.5rem}.notice{padding:.75rem 1rem;border-radius:12px;margin-bottom:.75rem;font-size:.95rem}.notice-info{background:#e3f2fd;color:#0d47a1}.notice-ok{background:#e8f5e9;color:#1b5e20}.notice-warn{background:#fff8e1;color:#7a4f00}.notice-err{background:#ffebee;color:#8e0000}.muted{color:var(--grau)}.big-number{font-size:2.6rem;font-weight:800;line-height:1}.summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.summary-grid .card{margin:0;text-align:center}.summary-grid .label{font-size:.85rem;color:var(--grau)}.photo-preview{max-width:100%;border-radius:12px;margin-top:.5rem}.chart-box{width:100%;height:260px}.legend-list{list-style:none;padding:0;margin:.5rem 0}.legend-list li{display:flex;align-items:center;gap:.5rem;padding:.2rem 0}@media(min-width:720px){:root{font-size:19px}}.install-steps{padding-left:1.4rem;margin:.5rem 0 0;font-size:1.05rem}.install-steps li{margin-bottom:.5rem}
