/* LANDOLT Wissensparcours v2.0 – Ergänzungen zum bestehenden Corporate Design */
:root{--landolt-blue:#6491af;--landolt-blue-soft:#edf4f8;--landolt-border:#dbe4e9;--landolt-text:#1e2a31;--landolt-muted:#64727b;--landolt-warning:#9d6812}
.loading-panel{display:flex;align-items:center;justify-content:center;gap:.8rem;min-height:150px}.spinner{width:28px;height:28px;border:3px solid #dce6ec;border-top-color:var(--landolt-blue);border-radius:50%;animation:landolt-spin .8s linear infinite}@keyframes landolt-spin{to{transform:rotate(360deg)}}
.fr-note{display:block;color:var(--landolt-muted);font-size:.92em;margin-top:.35rem}.no-margin{margin:0}.small-button{padding:.35rem .55rem;font-size:.78rem}.large-code{font-size:1rem;padding:.35rem .55rem}.danger-text{color:#a13a3a}.stat-date{font-size:.9rem!important;line-height:1.2}.warning-box{border-color:#e6c780;background:#fff9eb}.status-pill.warning{background:#fff2cf;color:#835805}.status-pill.success{background:#e8f5ed;color:#28663e}
.archive-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(330px,.75fr);gap:1.15rem;align-items:start}.archive-main{display:grid;gap:1.15rem}.editor-panel{position:sticky;top:1rem}.archive-question-grid{display:grid;gap:.8rem}.archive-question-card{border:1px solid var(--landolt-border);border-radius:14px;padding:1rem;background:#fff}.archive-question-card.active-question{border-left:5px solid var(--landolt-blue)}.archive-question-card h3{margin:.15rem 0 .45rem;font-size:1.02rem;line-height:1.35}.archive-question-meta{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;margin-bottom:.5rem}.station-number{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;border-radius:999px;background:var(--landolt-blue);color:#fff;font-weight:800}.archive-search{max-width:260px}.archive-item[hidden]{display:none!important}.answer-choice-fields{display:grid;gap:.7rem}.answer-choice-row{display:grid;grid-template-columns:auto 1fr 1fr;gap:.65rem;align-items:start;padding:.7rem;border:1px solid var(--landolt-border);border-radius:12px}.answer-choice-row input[type="radio"]{margin-top:.8rem}.answer-choice-row label{font-size:.78rem;color:var(--landolt-muted)}
.pdf-download-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.pdf-card{border:1px solid var(--landolt-border);border-radius:14px;padding:1rem;background:linear-gradient(180deg,#fff,#fbfdfe)}.pdf-card h3{margin-top:0}.pdf-card .button{width:100%}.eligibility-toggle{display:flex;align-items:center;gap:.5rem;white-space:nowrap}.eligibility-toggle input{width:1.15rem;height:1.15rem}.form-locked{opacity:.75}.lock-banner{padding:.8rem 1rem;border-radius:10px;background:#fff4de;color:#714b08;margin-bottom:1rem}.admin-status-line{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;margin:.8rem 0 1.1rem}.status-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:.7rem}.status-step{appearance:none;text-align:left;border:1px solid var(--landolt-border);background:#fff;border-radius:12px;padding:.85rem;cursor:pointer;color:var(--landolt-text)}.status-step strong,.status-step span{display:block}.status-step span{font-size:.78rem;color:var(--landolt-muted);margin-top:.35rem}.status-step.current{outline:3px solid rgba(100,145,175,.18);border-color:var(--landolt-blue)}
@media(max-width:1000px){.archive-layout{grid-template-columns:1fr}.editor-panel{position:static}.pdf-download-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.status-flow{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.pdf-download-grid,.status-flow{grid-template-columns:1fr}.answer-choice-row{grid-template-columns:auto 1fr}.answer-choice-row .answer-fr{grid-column:2}.archive-search{max-width:none;width:100%}}
@media print{.no-print{display:none!important}.panel{box-shadow:none!important}.rule-print{border:0!important}}
.answer-choice-card{border:1px solid var(--landolt-border);border-radius:12px;padding:.8rem 1rem;margin:0 0 .75rem;background:#fbfdfe}.answer-choice-card legend{padding:0 .35rem;font-weight:800;color:var(--landolt-text)}.answer-choice-card textarea{width:100%;margin:.25rem 0 .55rem}.answer-correct-choice{display:flex;align-items:center;gap:.45rem;font-weight:700;color:#28663e;margin-bottom:.6rem}.answer-correct-choice input{width:1.15rem;height:1.15rem}.archive-question-head{display:flex;align-items:center;justify-content:space-between;gap:.7rem;flex-wrap:wrap}.empty-state{padding:1rem;border:1px dashed var(--landolt-border);border-radius:12px;color:var(--landolt-muted);background:#fbfdfe}
