:root{--bg:#f4f6f7;--card:#fff;--fg:#1f2a30;--muted:#607d8b;--line:#dde3e6;--brand:#263238;--brand-fg:#fff;--accent:#37606f;--ok:#2e7d32;--warn:#b26a00;--bad:#c62828;--warn-bg:#fff3e0;--bad-bg:#ffebee;--radius:12px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--fg);background:var(--bg);-webkit-text-size-adjust:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:17px;line-height:1.45}@media (prefers-color-scheme:dark){:root{--bg:#161d20;--card:#20292e;--fg:#e8eef0;--muted:#93a7b0;--line:#34424a;--brand:#0f1518;--accent:#8fb8c6;--ok:#81c784;--warn:#ffb74d;--bad:#ef9a9a;--warn-bg:#3a2c14;--bad-bg:#3b1d1d;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}*{box-sizing:border-box}body{background:var(--bg);min-height:100vh;margin:0}h1,h2{line-height:1.25}h2{margin:20px 0 6px;font-size:1.05rem}a{color:var(--accent)}.muted{color:var(--muted)}.small{font-size:.85rem}.error{color:var(--bad)}code.secret{word-break:break-all;-webkit-user-select:all;user-select:all;font-size:.95rem}input,select,textarea,button{font:inherit}input,select,textarea{border:1px solid var(--line);background:var(--card);width:100%;color:var(--fg);border-radius:10px;min-height:46px;padding:10px 12px}textarea{resize:vertical;line-height:1.4}input:disabled,select:disabled,textarea:disabled{opacity:.6}input.invalid{border-color:var(--bad)}input:focus,select:focus,textarea:focus{outline:2px solid var(--accent);outline-offset:1px}label{font-size:.9rem;font-weight:600;display:block}label>input,label>select,label>textarea{margin-top:6px;font-size:1rem;font-weight:400}button,.button{border:1px solid var(--line);background:var(--card);min-height:44px;color:var(--fg);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:8px 16px;font-weight:600;text-decoration:none;display:inline-flex}button.primary,.button.primary{background:var(--brand);color:var(--brand-fg);border-color:var(--brand)}button:disabled{opacity:.6;cursor:default}button.link{color:var(--accent);background:0 0;border:none;min-height:36px;padding:6px 4px;font-weight:500}button.link.danger{color:var(--bad)}.card{background:var(--card);border-radius:var(--radius);box-shadow:0 1px 3px #00000014}.auth-page{min-height:100vh;padding:max(24px, env(safe-area-inset-top)) 16px 24px;place-items:center;display:grid}.auth-card{flex-direction:column;gap:14px;width:100%;max-width:440px;padding:28px 24px;display:flex}.auth-card h1{margin:0;font-size:1.4rem}.auth-card .logo{border-radius:14px;width:64px;height:64px}.qr{background:#fff;border-radius:8px;align-self:center;width:220px;height:220px;padding:8px}.topbar{z-index:10;padding:calc(8px + env(safe-area-inset-top)) 16px 8px;background:var(--brand);color:var(--brand-fg);justify-content:space-between;align-items:center;gap:12px;display:flex;position:sticky;top:0}.topbar-left{align-items:center;gap:12px;min-width:0;display:flex}.topbar-title{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1.1rem;overflow:hidden}.topbar-logo{border-radius:8px;width:32px;height:32px}.topbar .back{color:var(--brand-fg);white-space:nowrap;font-weight:600;text-decoration:none}.topbar-right{flex-shrink:0;align-items:center;gap:8px;display:flex}.topbar button.link{color:#cfd8dc;font-size:.85rem}.sync-badge{border:none;border-radius:999px;min-height:34px;padding:4px 12px;font-size:.85rem;font-weight:500}.sync-badge .dot{border-radius:50%;width:9px;height:9px;display:inline-block}.sync-badge.ok .dot{background:#66bb6a}.sync-badge.warn .dot{background:#ffa726}.sync-badge.bad .dot{background:#ef5350}.actionbar{flex-wrap:wrap;gap:10px;max-width:1100px;margin:0 auto;padding:12px 16px 0;display:flex}.content{padding:12px 16px calc(32px + env(safe-area-inset-bottom));max-width:1100px;margin:0 auto}.banner{flex-direction:column;gap:4px;padding:10px 16px;display:flex}.banner.error{background:var(--bad-bg);color:var(--bad)}.tag{white-space:nowrap;border-radius:999px;padding:2px 8px;font-size:.75rem;font-weight:600}.tag.warn{background:var(--warn-bg);color:var(--warn)}.search{margin:4px 0 12px}.empty{text-align:center;padding:40px 0}.object-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.object-row{color:inherit;justify-content:space-between;align-items:center;gap:12px;min-height:64px;padding:14px 16px;text-decoration:none;display:flex}.object-address{font-weight:600}.form{flex-direction:column;gap:14px;max-width:700px;padding:20px;display:flex}.row{gap:12px;display:flex}.row .grow{flex:1}.row .narrow{flex-shrink:0;width:140px}.object-sub{margin:0 0 12px}.group{margin-bottom:12px}.group>summary{cursor:pointer;justify-content:space-between;align-items:center;min-height:52px;padding:14px 16px;font-weight:700;list-style:none;display:flex}.group>summary::-webkit-details-marker{display:none}.group>summary:before{content:"›";margin-right:10px;transition:transform .15s;display:inline-block}.group[open]>summary:before{transform:rotate(90deg)}.group>summary>span:first-child{flex:1}.fields{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px 20px;padding:4px 16px 18px;display:grid}.field.wide{grid-column:1/-1}.field-head{justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:6px;display:flex}.origin{cursor:help;align-items:center;gap:6px;display:inline-flex}.segmented{border:1px solid var(--line);border-radius:10px;display:inline-flex;overflow:hidden}.segmented button{border:none;border-radius:0;min-width:64px;font-weight:500}.segmented button+button{border-left:1px solid var(--line)}.segmented button.active{background:var(--brand);color:var(--brand-fg)}.list-input{flex-direction:column;gap:8px;display:flex}.list-row{align-items:center;gap:8px;display:flex}.list-row .narrow{flex-shrink:0;width:100px}.list-row .grow{flex:1}.list-row select{flex-shrink:0;width:200px}@media (width<=600px){.row{flex-direction:column}.row .narrow{width:100%}.topbar button.link{display:none}.list-row{flex-wrap:wrap}}.section-title{letter-spacing:.01em;margin:0 0 10px;font-size:1rem}.details-title{margin:20px 0 10px}.glance{margin-bottom:4px;padding:14px 16px 12px}.glance-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px 20px;margin:0;display:grid}.glance-item{min-width:0}.glance-item.wide{grid-column:span 2}.glance-item dt{color:var(--muted);text-transform:uppercase;letter-spacing:.03em;font-size:.78rem}.glance-item dd{overflow-wrap:anywhere;margin:2px 0 0;font-weight:600}.glance-item dd.is-empty{color:var(--muted);font-weight:400}@media (width<=900px){.glance-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.banner.info{background:var(--card);border-bottom:1px solid var(--line);flex-direction:row;align-items:center;gap:12px}.ersttermin{flex-direction:column;gap:12px;display:flex}.form-section{padding:16px}.form-section .fields{padding:0}.freetext{margin-top:16px}.hint{color:var(--muted);margin:4px 0 6px;font-size:.85rem;line-height:1.4}.savebar{z-index:5;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:var(--bg);border-top:1px solid var(--line);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex;position:sticky;bottom:0}.savebar.inline{background:0 0;border:none;padding:8px 0 0;position:static}.savebar .error{margin-right:auto}.tag.ok{color:var(--ok);background:#2e7d321f}.tag:not(.ok):not(.warn){background:var(--line);color:var(--muted)}.sheet-backdrop{z-index:50;background:#00000059;justify-content:center;align-items:flex-end;padding:16px;display:flex;position:fixed;inset:0}.sheet{width:100%;max-width:520px;max-height:90vh;margin-bottom:env(safe-area-inset-bottom);flex-direction:column;gap:8px;padding:16px;display:flex;overflow:auto}.sheet-head{justify-content:space-between;align-items:center;display:flex}.sheet-option{text-align:left;justify-content:flex-start;gap:14px;min-height:64px;padding:12px 14px;font-weight:400}.sheet-icon{text-align:center;width:2rem;font-size:1.6rem}@media (width>=700px){.sheet-backdrop{align-items:center}}.dropzone{border:2px dashed var(--line);border-radius:var(--radius);flex-direction:column;align-items:center;gap:8px;padding:16px;display:flex}.dropzone.over{border-color:var(--accent);background:#37606f14}.dropzone-buttons{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.file-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.file-list li{align-items:center;gap:10px;display:flex}.file-list img{object-fit:cover;border-radius:8px;width:56px;height:56px}.file-list .grow{overflow-wrap:anywhere;flex:1}.small-doc{width:56px;height:56px}.wide-form{max-width:none}.photo-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;display:grid}.photo-card{flex-direction:column;gap:6px;display:flex}.photo-card img{aspect-ratio:4/3;object-fit:cover;border-radius:10px;width:100%}.photo-actions{justify-content:space-between;align-items:center;display:flex}.inline-check{align-items:center;gap:6px;font-weight:500;display:inline-flex}.inline-check input{width:auto;min-height:0}.media-body{padding:4px 16px 16px}.thumb-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:8px;display:grid}.thumb{aspect-ratio:4/3;border:1px solid var(--line);border-radius:10px;min-height:0;padding:0;position:relative;overflow:hidden}.thumb img{object-fit:cover;width:100%;height:100%;display:block}.thumb-doc{width:100%;height:100%;color:var(--muted);background:var(--bg);border-radius:8px;place-items:center;font-weight:700;display:grid}.cover-badge{background:var(--brand);color:var(--brand-fg);border-radius:6px;padding:2px 6px;font-size:.7rem;position:absolute;bottom:6px;left:6px}.thumb-tag{position:absolute;top:6px;right:6px}.photo-dialog{max-width:900px}.photo-dialog img{object-fit:contain;background:#000;border-radius:10px;width:100%;max-height:60vh}.doc-list,.history-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.doc-list ul{margin:4px 0 0;padding-left:18px}.doc-list li li{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.history-item{border:1px solid var(--line);color:inherit;border-radius:10px;padding:10px 12px;text-decoration:none;display:block}a.history-item:hover{border-color:var(--accent)}
