:root{--lila:#35017c;--rosa:#ffaadc;--rot:#ff2800;--blau:#82ccff;--gruen:#013e26;--beige:#f9f5f4;--text:#1c1c1c;--radius:12px;--max-width:46rem}*{box-sizing:border-box}html{font-size:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1.0625rem;line-height:1.55;color:var(--text);background:var(--beige)}a{color:var(--lila)}:focus-visible{outline:3px solid var(--lila);outline-offset:2px;border-radius:4px}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.shell{max-width:var(--max-width);margin:0 auto;padding:1rem;min-height:100dvh;display:flex;flex-direction:column}.site-header{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;padding:.5rem 0 1rem}.site-header img{height:2.25rem;width:auto}.site-header .spacer{flex:1 1}h1{font-size:1.6rem;line-height:1.25;margin:.5rem 0}h1,h2{color:var(--lila)}h2{font-size:1.2rem;margin:1.25rem 0 .5rem}.card{background:#fff;border:1px solid #e5ddd9;padding:1.25rem;margin-bottom:1rem}.card,.hinweis-ki{border-radius:var(--radius)}.hinweis-ki{background:var(--blau);color:var(--text);padding:.9rem 1.1rem;margin:1rem 0;font-weight:500}.btn{display:inline-block;font:inherit;font-weight:600;border:2px solid var(--lila);border-radius:999px;padding:.6rem 1.3rem;cursor:pointer;background:var(--lila);color:#fff}.btn:hover{background:#4a1a99;border-color:#4a1a99}.btn.secondary{background:#fff;color:var(--lila)}.btn.secondary:hover{background:#f3ecff}.btn:disabled{opacity:.5;cursor:not-allowed}.chip-list{display:flex;flex-wrap:wrap;gap:.5rem;margin:.75rem 0;padding:0;list-style:none}.chip{font:inherit;border:2px solid var(--lila);color:var(--lila);background:#fff;border-radius:999px;padding:.45rem 1rem;cursor:pointer}.chip:hover{background:#f3ecff}.chat-log{flex:1 1;display:flex;flex-direction:column;gap:.75rem;padding:.5rem 0 1rem}.msg{max-width:92%;border-radius:var(--radius);padding:.8rem 1rem;white-space:normal;overflow-wrap:anywhere}.msg.user{align-self:flex-end;background:var(--rosa);color:var(--text)}.msg.assistant{align-self:flex-start;background:#fff;border:1px solid #e5ddd9}.msg p{margin:0 0 .6rem}.msg p:last-child{margin-bottom:0}.msg ol,.msg ul{margin:.25rem 0 .6rem;padding-left:1.4rem}.msg a.download{display:inline-block;background:var(--gruen);color:#fff;text-decoration:none;border-radius:999px;padding:.4rem 1rem;margin:.2rem .3rem .2rem 0;font-weight:600}.feedback-row{display:flex;gap:.4rem;align-items:center;margin-top:.5rem}.feedback-row button{font:inherit;font-size:.9rem;border:1px solid #c9beb8;background:#fff;border-radius:8px;padding:.2rem .6rem;cursor:pointer}.feedback-row button[aria-pressed=true]{background:var(--lila);color:#fff;border-color:var(--lila)}.feedback-danke{font-size:.9rem;color:var(--gruen)}.composer{position:-webkit-sticky;position:sticky;bottom:0;background:var(--beige);padding:.75rem 0 1rem;display:flex;gap:.5rem;align-items:flex-end}.composer textarea{flex:1 1;font:inherit;border:2px solid var(--lila);border-radius:var(--radius);padding:.7rem .9rem;resize:vertical;min-height:3.2rem;max-height:12rem;background:#fff}.composer .icon-btn{font:inherit;font-size:1.2rem;border:2px solid var(--lila);background:#fff;color:var(--lila);border-radius:50%;width:3rem;height:3rem;cursor:pointer;flex-shrink:0}.composer .icon-btn[aria-pressed=true]{background:var(--rot);border-color:var(--rot);color:#fff}.status-line{font-size:.9rem;color:#555;min-height:1.3rem}.error-box{background:#fff;border:2px solid var(--rot);border-radius:var(--radius);padding:.8rem 1rem;margin:.5rem 0}.model-select{font:inherit;font-size:.9rem;border:1px solid #c9beb8;border-radius:8px;padding:.3rem .5rem;background:#fff}label.check{display:flex;gap:.6rem;align-items:flex-start;margin:.75rem 0;cursor:pointer}label.check input{width:1.3rem;height:1.3rem;margin-top:.15rem;accent-color:var(--lila);flex-shrink:0}.radio-group{display:flex;flex-direction:column;gap:.5rem;margin:.75rem 0}.radio-group label{display:flex;gap:.6rem;align-items:flex-start;cursor:pointer;border:2px solid #e5ddd9;border-radius:var(--radius);padding:.7rem .9rem;background:#fff}.radio-group input{accent-color:var(--lila);width:1.2rem;height:1.2rem;margin-top:.2rem;flex-shrink:0}.site-footer{padding:1.5rem 0 1rem;font-size:.9rem;color:#555}input.text-input{font:inherit;border:2px solid var(--lila);border-radius:var(--radius);padding:.6rem .9rem;width:100%;background:#fff}