:root{--bg: #0f0f17;--surface: #1a1a26;--surface-2: #232333;--border: #2f2f42;--text: #e7e7ef;--text-dim: #9a9ab0;--accent: #7c3aed;--accent-hover: #8b5cf6;--green: #22c55e;--amber: #f59e0b;--red: #ef4444;--radius: 12px;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}a{color:var(--accent-hover);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{margin:0 0 .5rem}h1{font-size:1.6rem}button{font:inherit;cursor:pointer;border:none;border-radius:8px;padding:.5rem .9rem;background:var(--accent);color:#fff;transition:background .15s}button:hover{background:var(--accent-hover)}button:disabled{opacity:.5;cursor:not-allowed}button.ghost{background:transparent;color:var(--text-dim);border:1px solid var(--border)}button.ghost:hover{background:var(--surface-2);color:var(--text)}button.danger{background:transparent;color:var(--red);border:1px solid var(--border)}button.danger:hover{background:#ef44441f}input,select,textarea{font:inherit;background:var(--surface-2);color:var(--text);border:1px solid var(--border);border-radius:8px;padding:.5rem .7rem;width:100%}input:focus,select:focus,textarea:focus{outline:2px solid var(--accent);outline-offset:-1px}label{display:block;font-size:.85rem;color:var(--text-dim);margin-bottom:.3rem}.field{margin-bottom:.9rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem}.layout{display:flex;min-height:100vh}.sidebar{width:220px;background:var(--surface);border-right:1px solid var(--border);padding:1rem;display:flex;flex-direction:column;gap:.25rem;position:sticky;top:0;height:100vh}.brand{font-size:1.3rem;font-weight:700;margin-bottom:.2rem}.brand span{color:var(--accent-hover)}.brand-tag{font-size:.7rem;color:var(--text-dim);margin-bottom:1rem}.navlink{display:block;padding:.55rem .7rem;border-radius:8px;color:var(--text-dim)}.navlink:hover{background:var(--surface-2);color:var(--text);text-decoration:none}.navlink.active{background:var(--accent);color:#fff}.sidebar-footer{margin-top:auto;font-size:.8rem;color:var(--text-dim)}.content{flex:1;padding:1.5rem 2rem;max-width:1100px}.auth-wrap{display:grid;place-items:center;min-height:100vh;padding:1rem}.auth-card{width:100%;max-width:380px}.auth-card .brand{text-align:center}.stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;margin-bottom:1.5rem}.stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem}.stat .value{font-size:1.8rem;font-weight:700}.stat .label{font-size:.8rem;color:var(--text-dim)}.dist{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.bar-row{display:flex;align-items:center;gap:.6rem;margin:.35rem 0;font-size:.85rem}.bar-row .k{width:90px;color:var(--text-dim);text-transform:capitalize}.bar-track{flex:1;background:var(--surface-2);border-radius:6px;height:10px;overflow:hidden}.bar-fill{height:100%;background:var(--accent)}.bar-row .n{width:30px;text-align:right}.toolbar{display:flex;gap:.6rem;flex-wrap:wrap;align-items:end;margin-bottom:1rem}.toolbar .field{margin:0}.toolbar .grow{flex:1;min-width:180px}.list{display:flex;flex-direction:column;gap:.6rem}.row{display:flex;align-items:center;gap:1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.7rem 1rem}.row .main{flex:1;min-width:0}.row .title{font-weight:600}.row .sub{font-size:.82rem;color:var(--text-dim)}.row .actions{display:flex;gap:.4rem;align-items:center}.grid-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.badge{display:inline-block;font-size:.72rem;padding:.15rem .5rem;border-radius:999px;background:var(--surface-2);color:var(--text-dim);border:1px solid var(--border)}.badge.habe,.badge.nur_digital{color:var(--green);border-color:#22c55e66}.badge.wunsch,.badge.vorbestellt{color:var(--amber);border-color:#f59e0b66}.badge.durch{color:var(--green);border-color:#22c55e66}.badge.lese{color:var(--accent-hover);border-color:#7c3aed80}.badge.adult{color:var(--red);border-color:#ef444480}.cover-ph{background:linear-gradient(135deg,var(--surface-2),var(--border));border-radius:6px;flex-shrink:0}.cover-blur{filter:blur(10px)}img[class=cover-blur]{object-fit:cover;border-radius:6px}.muted{color:var(--text-dim)}.error{color:var(--red);font-size:.85rem}.success{color:var(--green);font-size:.85rem}.spacer{height:1rem}.center-msg{text-align:center;color:var(--text-dim);padding:3rem 1rem}.inline{display:flex;gap:.5rem;align-items:center}.row-wrap{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:grid;place-items:center;padding:1rem;z-index:50}.modal{width:100%;max-width:460px;max-height:90vh;overflow-y:auto}@media(max-width:720px){.layout{flex-direction:column}.sidebar{width:100%;height:auto;position:static;flex-direction:row;flex-wrap:wrap;align-items:center;border-right:none;border-bottom:1px solid var(--border)}.brand,.brand-tag{width:100%;margin-bottom:0}.sidebar-footer{margin:0 0 0 auto}.content{padding:1rem}}
