:root{--app-primary:#6c4cf1;--app-primary-dark:#5132d8;--app-ink:#1d1833;--app-muted:#746f87;--app-soft:#f4f1ff;--app-border:#e8e3f5}*{box-sizing:border-box}body{min-height:100vh;background:radial-gradient(circle at top left,#f0ebff 0,transparent 36%),#f8f7fc;color:var(--app-ink)}.app-navbar{background:rgba(255,255,255,.9);backdrop-filter:blur(16px);border-bottom:1px solid rgba(108,76,241,.1);position:sticky;top:0;z-index:1020}.navbar-brand{font-weight:800;color:var(--app-ink)}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:linear-gradient(135deg,var(--app-primary),#9d7bff);color:#fff;box-shadow:0 8px 22px rgba(108,76,241,.28)}.nav-link{font-weight:600;color:var(--app-muted)}.nav-link:hover{color:var(--app-primary)}.game-hero{max-width:980px}.hero-copy h1,.admin-hero h1,.page-heading h1{font-weight:850;letter-spacing:-.04em;margin:.35rem 0}.hero-copy h1{font-size:clamp(2.2rem,5vw,4rem)}.hero-copy p,.admin-hero p,.page-heading p{color:var(--app-muted);font-size:1.08rem;margin:0}.eyebrow{display:inline-flex;padding:.4rem .75rem;border-radius:999px;background:var(--app-soft);color:var(--app-primary);font-size:.78rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.setup-card,.content-card{background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.8);border-radius:26px;box-shadow:0 24px 70px rgba(37,27,76,.1)}.setup-card{padding:clamp(1.25rem,4vw,2.5rem)}.content-card{padding:1.4rem}.setup-step{display:flex;align-items:center;gap:1rem;margin-bottom:1.3rem}.setup-step h2{font-size:1.25rem;font-weight:800;margin:0}.setup-step p{margin:0;color:var(--app-muted)}.step-number{display:grid;place-items:center;min-width:42px;height:42px;border-radius:14px;background:var(--app-primary);color:#fff;font-weight:800;box-shadow:0 10px 24px rgba(108,76,241,.28)}.players-list{display:grid;gap:.85rem}.player-row{display:flex;align-items:end;gap:.85rem;padding:1rem;border:1px solid var(--app-border);border-radius:18px;background:#fff}.player-number{display:grid;place-items:center;width:38px;height:48px;border-radius:12px;background:var(--app-soft);color:var(--app-primary);font-weight:800}.form-label{font-weight:700;font-size:.84rem;color:var(--app-muted)}.form-control,.form-select{border-color:var(--app-border);border-radius:12px}.form-control:focus,.form-select:focus{border-color:#9c89f7;box-shadow:0 0 0 .22rem rgba(108,76,241,.13)}.gender-btn{border:1px solid var(--app-border);min-width:88px;height:48px;display:flex;align-items:center;justify-content:center;gap:.35rem}.gender-symbol{font-size:1.25rem;font-weight:800}.btn-check:checked+.gender-btn{background:var(--app-soft);border-color:var(--app-primary);color:var(--app-primary)}.btn-add-player,.btn-remove-player{width:48px;height:48px;border-radius:14px;font-size:1.5rem;font-weight:700}.btn-add-player{background:var(--app-primary);color:#fff}.btn-add-player:hover{background:var(--app-primary-dark);color:#fff}.btn-remove-player{background:#fff0f2;color:#d94b62}.setup-divider{height:1px;background:var(--app-border);margin:2rem 0}.level-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.85rem}.level-option input{position:absolute;opacity:0}.level-card{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:135px;padding:1rem;border:2px solid var(--app-border);border-radius:18px;background:#fff;cursor:pointer;transition:.2s}.level-card:hover{transform:translateY(-3px);border-color:#c8bcfb}.level-option input:checked+.level-card{border-color:var(--app-primary);background:var(--app-soft);box-shadow:0 14px 30px rgba(108,76,241,.14)}.level-icon{color:#f3b51b;letter-spacing:.1rem;margin-bottom:.45rem}.level-card strong{font-size:1.05rem}.level-card small{color:var(--app-muted)}.btn-primary{--bs-btn-bg:var(--app-primary);--bs-btn-border-color:var(--app-primary);--bs-btn-hover-bg:var(--app-primary-dark);--bs-btn-hover-border-color:var(--app-primary-dark);border-radius:13px;font-weight:700}.admin-hero,.page-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem}.admin-card{display:flex;flex-direction:column;height:100%;padding:1.35rem;border-radius:22px;background:#fff;border:1px solid var(--app-border);text-decoration:none;color:inherit;box-shadow:0 12px 34px rgba(37,27,76,.06);transition:.2s}.admin-card:hover{transform:translateY(-5px);box-shadow:0 20px 44px rgba(37,27,76,.12);border-color:#cfc4fb}.admin-card-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:var(--app-soft);color:var(--app-primary);font-size:1.35rem;font-weight:800;margin-bottom:1rem}.admin-card h2{font-size:1.15rem;font-weight:800}.admin-card p{color:var(--app-muted);flex-grow:1}.admin-card-link{color:var(--app-primary);font-weight:800}.crud-row{display:flex;gap:.55rem;align-items:center;padding:.75rem;border:1px solid var(--app-border);border-radius:14px}.empty-state{padding:1.5rem;text-align:center;border:1px dashed #cfc7e7;border-radius:16px;color:var(--app-muted);background:#faf9fd}.accordion-item{border-color:var(--app-border)}.accordion-button:not(.collapsed){background:var(--app-soft);color:var(--app-primary)}.question-preview{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:68%}.upload-zone{display:flex;min-height:210px;flex-direction:column;align-items:center;justify-content:center;border:2px dashed #bfb2f6;border-radius:20px;background:var(--app-soft);cursor:pointer;text-align:center;padding:1.5rem}.upload-zone input{display:none}.upload-zone span{color:var(--app-muted)}.upload-icon{display:grid!important;place-items:center;width:58px;height:58px;border-radius:18px;background:#fff;color:var(--app-primary)!important;font-size:1.8rem;margin-bottom:.75rem;box-shadow:0 10px 25px rgba(108,76,241,.15)}.update-notes{padding-left:1.2rem;color:var(--app-muted)}.update-notes li+li{margin-top:.75rem}@media(max-width:767.98px){.player-row{align-items:stretch;flex-wrap:wrap}.player-number{height:44px}.player-row .flex-grow-1{flex-basis:calc(100% - 55px)}.gender-group{margin-left:55px}.btn-add-player,.btn-remove-player{margin-left:auto}.page-heading,.admin-hero{align-items:flex-start;flex-direction:column}.crud-row{align-items:stretch;flex-direction:column}.crud-row form{width:100%}.question-preview{max-width:50%}}
/* Spielstart: Stunde der Wahrheit */
.game-start-page{background:radial-gradient(circle at 11% 7%,rgba(117,82,255,.09),transparent 34%),#f8f7fd;color:#11122f}.game-start-page main{padding-top:24px!important;padding-bottom:64px!important}.truth-start{max-width:780px}.truth-heading{margin-bottom:24px}.truth-eyebrow{display:inline-flex;align-items:center;min-height:34px;padding:7px 14px;border-radius:18px;background:#f4f0ff;color:#684bfa;font-size:13px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.truth-heading h1{margin:8px 0 0;font-size:clamp(2.25rem,5vw,3rem);font-weight:900;letter-spacing:-.045em;color:#11122f}.truth-card{padding:32px;border-radius:28px;background:#fff;box-shadow:0 26px 70px rgba(35,26,76,.1)}.truth-players{display:grid;gap:14px}.truth-player-row{display:grid;grid-template-columns:40px minmax(0,1fr) 175px 48px;align-items:end;gap:14px;padding:22px 16px 16px;border:1px solid #e2ddf2;border-radius:18px;background:#fff}.truth-player-number{display:grid;place-items:center;width:40px;height:48px;border-radius:12px;background:#f3f0ff;color:#6549f6;font-weight:900}.truth-player-row .form-label{margin-bottom:7px;color:#6b627a;font-size:13px;font-weight:800}.truth-player-row .form-control{height:48px;padding:0 16px;border:1px solid #ded8ef;border-radius:11px;font-size:18px;color:#36324a}.truth-player-row .form-control::placeholder{color:#575166;opacity:1}.truth-gender-group{width:100%}.truth-gender-btn{display:grid;place-items:center;width:50%;height:48px;padding:0;border:1px solid #ded8ef;border-radius:0;color:#12132f;font-size:21px;background:#fff}.truth-gender-btn:first-of-type{border-radius:10px 0 0 10px}.truth-gender-btn:last-of-type{border-radius:0 10px 10px 0}.btn-check:checked+.truth-gender-btn{z-index:2;border-color:#6747ff;background:#f4f1ff;color:#6747ff;box-shadow:none}.truth-add-player,.truth-remove-player{display:grid;place-items:center;width:48px;height:48px;padding:0;border:0;border-radius:14px;font-size:28px;font-weight:500;line-height:1}.truth-add-player{background:#98c84d;color:#fff}.truth-add-player:hover,.truth-add-player:focus{background:#88b93e;color:#fff}.truth-remove-player{background:#fff0f3;color:#d85068}.truth-divider{height:1px;margin:32px 0;background:#e2dded}.truth-level-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.truth-level-option{position:relative}.truth-level-option input{position:absolute;opacity:0;pointer-events:none}.truth-level-card{display:flex;min-height:135px;flex-direction:column;align-items:center;justify-content:center;padding:18px 12px;border:2px solid #e5e0f2;border-radius:18px;background:#fff;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.truth-level-card:hover{transform:translateY(-2px);border-color:#c7bbff}.truth-level-option input:checked+.truth-level-card{border-color:#6747ff;background:#f5f2ff}.truth-level-stars{min-height:24px;margin-bottom:6px;color:#f5ae00;font-size:14px;letter-spacing:2px}.truth-level-card strong{color:#11122f;font-size:17px;font-weight:900}.truth-level-card small{margin-top:2px;color:#756d88;font-size:13px}.truth-start-button{width:100%;height:49px;margin-top:24px;border:0;border-radius:13px;background:#6547ed;color:#fff;font-size:19px;font-weight:900}.truth-start-button:hover,.truth-start-button:focus{background:#5739dd;color:#fff}.truth-start-button:disabled{background:#aaa0d8}.grid-column-full{grid-column:1/-1}@media(max-width:767.98px){.game-start-page main{padding-top:18px!important}.truth-card{padding:18px;border-radius:22px}.truth-player-row{grid-template-columns:38px minmax(0,1fr) 46px;padding:16px 12px}.truth-name-field{grid-column:2/3}.truth-gender-field{grid-column:2/3}.truth-add-player,.truth-remove-player{grid-column:3/4;grid-row:2/3}.truth-level-grid{grid-template-columns:1fr}.truth-heading h1{font-size:2.25rem}}@media(max-width:420px){.truth-heading h1{font-size:1.95rem}.truth-eyebrow{font-size:11px}.truth-player-row{gap:10px}.truth-gender-group{width:100%}}
.question-stage{max-width:780px}.question-topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.question-topbar h1,.finish-card h1{margin:9px 0 0;font-size:clamp(2rem,5vw,3rem);font-weight:900;letter-spacing:-.045em}.player-avatar{display:grid;place-items:center;width:70px;height:70px;border-radius:22px;background:#f2eeff;color:#6747ff;font-size:34px;font-weight:900}.question-progress{height:8px;margin-bottom:20px;border-radius:99px;background:#e9e4f5}.question-progress .progress-bar{border-radius:99px;background:#6747ff}.question-card,.finish-card{padding:clamp(26px,5vw,48px);border-radius:28px;background:#fff;box-shadow:0 26px 70px rgba(35,26,76,.1)}.question-meta{display:flex;justify-content:space-between;gap:12px;color:#7a718e;font-size:14px;font-weight:800}.question-target{display:inline-flex;padding:7px 12px;border-radius:99px;background:#f3efff;color:#6747ff}.question-text{min-height:210px;margin:34px 0;display:flex;align-items:center;justify-content:center;text-align:center;color:#11122f;font-size:clamp(1.65rem,4vw,2.45rem);font-weight:900;line-height:1.25}.question-cancel{color:#7a718e;text-decoration:none}.finish-card p{color:#756d88;font-size:1.08rem}.finish-icon{display:grid;place-items:center;width:78px;height:78px;margin:0 auto 20px;border-radius:24px;background:#eaf6d8;color:#77a934;font-size:38px;font-weight:900}.finish-players{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:24px 0}.finish-players span{padding:8px 13px;border-radius:99px;background:#f3efff;color:#6747ff;font-weight:800}@media(max-width:575.98px){.question-topbar{align-items:flex-start}.player-avatar{width:56px;height:56px;border-radius:18px;font-size:27px}.question-text{min-height:180px}.question-meta{align-items:flex-start;flex-direction:column}}
.answer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.answer-button{min-height:108px;padding:16px;border:2px solid transparent;border-radius:18px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:.18s ease}.answer-button:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(27,20,64,.1)}.answer-button strong{font-size:1.25rem;font-weight:900}.answer-button span{margin-top:4px;font-size:.82rem;color:#756d88}.answer-yes{border-color:#80d850;background:#f3ffed;color:#48a421}.answer-maybe{border-color:#f0b63b;background:#fffaf0;color:#d58c00}.answer-no{border-color:#ef6b70;background:#fff3f3;color:#d84349}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin:28px 0}.summary-player{padding:18px;border:1px solid #e5e0f2;border-radius:20px;background:#fff}.summary-player-head{display:flex;align-items:center;gap:12px;margin-bottom:16px}.summary-avatar{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#f3efff;color:#6747ff;font-size:23px}.summary-player h2{margin:0;font-size:1.1rem;font-weight:900}.summary-player small{color:#756d88}.summary-result{display:grid;grid-template-columns:1fr auto 48px;align-items:center;gap:8px;padding:9px 11px;border-radius:12px}.summary-result+.summary-result{margin-top:8px}.summary-result strong{text-align:right}.summary-result small{text-align:right}.summary-yes{background:#f3ffed;color:#368b16}.summary-maybe{background:#fff8e9;color:#b97900}.summary-no{background:#fff1f2;color:#c93840}@media(max-width:575.98px){.answer-grid{grid-template-columns:1fr}.answer-button{min-height:76px}.question-text{margin-bottom:24px}}
.csv-upload-zone{display:flex;min-height:170px;flex-direction:column;align-items:center;justify-content:center;padding:20px;border:2px dashed #bfb2f6;border-radius:18px;background:#f6f3ff;text-align:center;cursor:pointer;transition:.18s ease}.csv-upload-zone:hover{border-color:#6747ff;background:#f1edff}.csv-upload-zone input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.csv-upload-zone strong{color:#211a3a}.csv-upload-zone small{margin-top:5px;color:#756d88}.csv-upload-icon{display:grid;place-items:center;width:52px;height:52px;margin-bottom:10px;border-radius:16px;background:#fff;color:#6747ff;font-size:25px;font-weight:900;box-shadow:0 10px 25px rgba(108,76,241,.12)}
.truth-add-more{border-radius:13px;font-weight:800}.answer-history{display:grid;gap:12px}.answer-history-item{padding:16px 18px;border:1px solid #e5e0f2;border-radius:16px;background:#fff}.answer-history-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.answer-history-player{font-weight:900;color:#17152e}.answer-history-item p{margin:0 0 8px;font-size:1rem;color:#302c45}.answer-history-item small{color:#7b748c}.answer-history-badge{padding:5px 10px;border-radius:999px;font-size:.78rem;font-weight:900}.answer-history-yes{background:#e9f9df;color:#398b19}.answer-history-maybe{background:#fff4d8;color:#aa7000}.answer-history-no{background:#ffe6e8;color:#bd353d}
.verbal-answer-note{padding:18px 20px;border-radius:16px;background:#f4f1ff;color:#342b59;font-size:1.15rem;font-weight:900;text-align:center}.summary-free{background:#eef5ff;color:#2662ad}.answer-history-free{background:#eaf2ff;color:#245b9f}.answer-history-text{margin:10px 0;padding:12px;border-radius:12px;background:#f7f9fe;color:#302c45;white-space:normal}
.question-card .question-topbar{margin-bottom:14px}.question-card .question-progress{margin:0 0 24px}.question-card .question-meta{margin-bottom:20px}.question-card .question-text{min-height:150px;margin:20px 0 28px}@media(max-width:575.98px){.question-card{padding:24px 22px}.question-card .question-topbar{gap:12px;margin-bottom:12px}.question-card .question-topbar h1{font-size:1.72rem;line-height:1.08}.question-card .truth-eyebrow{min-height:28px;padding:5px 10px;font-size:11px}.question-card .player-avatar{width:50px;height:50px;border-radius:16px;font-size:25px;flex:0 0 auto}.question-card .question-progress{height:7px;margin-bottom:20px}.question-card .question-meta{gap:8px;margin-bottom:18px}.question-card .question-text{min-height:120px;margin:18px 0 24px;font-size:1.55rem}.question-card .answer-grid{gap:10px}}
