:root{--rot: #d90429;--rot-dunkel: #900714;--rot-hell: #fae4e8;--grau-hell: #f6f7fa;--blau: #0055a7;--dunkel: #232323;font-family:Segoe UI,Avenir,Helvetica,Arial,sans-serif;color:var(--dunkel);background-color:var(--grau-hell)}body{margin:0;min-width:320px;min-height:100vh;background:var(--grau-hell);color:var(--dunkel)}a{font-weight:500;color:var(--rot);text-decoration:none;transition:color .18s}a:hover{color:var(--blau)}h1,h2,h3{color:var(--rot);margin-top:1.3rem;margin-bottom:1rem;font-weight:700;letter-spacing:1px}input,select{padding:7px 10px;border-radius:8px;border:1.5px solid #ddd;font-size:1em;background:#fff;margin-bottom:0;outline:none;transition:border-color .18s;max-width:100vw;box-sizing:border-box}input:focus,select:focus{border-color:var(--rot)}input[type=search]{border:1.5px solid var(--rot)}.feuer-card{background:#fff;border-radius:14px;box-shadow:0 1px 10px #d9042920;margin-bottom:11px;padding:12px;display:flex;justify-content:space-between;align-items:flex-start;transition:box-shadow .2s;border-left:5px solid var(--rot);word-break:break-word}.feuer-card:hover{box-shadow:0 6px 22px #d9042955}.feuer-badge{background:var(--rot-hell);color:var(--rot);font-weight:700;padding:2.5px 10px;border-radius:11px;margin-right:6px;font-size:.96em;letter-spacing:.3px}.feuer-button{background:var(--rot);color:#fff;border:none;border-radius:7px;padding:7px .9em;font-size:1em;font-weight:600;margin:4px 4px 0 0;box-shadow:0 1px 6px #d9042922;transition:background .18s,box-shadow .14s;cursor:pointer;outline:none;min-width:90px;min-height:36px;white-space:nowrap;word-break:keep-all;line-height:1.1;display:flex;justify-content:center;align-items:center;text-align:center}.feuer-button:hover{background:var(--rot-dunkel)}.feuer-button.feuer-edit{background:var(--blau)}.feuer-button.feuer-edit:hover{background:#003f6b}.feuer-button.feuer-delete{background:var(--rot-dunkel)}.feuer-button.feuer-delete:hover{background:#660010}.feuer-pagination{margin-top:18px;display:flex;gap:6px;justify-content:center;align-items:center;flex-wrap:wrap}.feuer-pagination button{background:var(--rot-hell);color:var(--rot);border:none;border-radius:8px;padding:7px 14px;font-size:1em;font-weight:700;min-width:48px;min-height:36px;transition:background .15s,color .15s;cursor:pointer;margin:0;box-shadow:none;display:inline-block}.feuer-pagination button.active,.feuer-pagination button:focus,.feuer-pagination button:hover{background:var(--rot);color:#fff}form{margin-bottom:10px}.feuer-tiles{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:26px}.feuer-tile{background:#23232a;border-radius:22px;box-shadow:0 2px 18px #d9042944;min-width:200px;max-width:240px;min-height:80px;max-height:100px;width:100%;height:100%;text-align:center;font-size:1.12rem;color:var(--rot);font-weight:600;text-decoration:none;letter-spacing:.2px;border:2.5px solid var(--rot-hell);transition:box-shadow .22s,border-color .22s,background .22s,color .22s;display:flex;align-items:center;justify-content:center;cursor:pointer;gap:.7em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 16px}.feuer-tile span.emoji{font-size:1.3em;margin-right:.28em;vertical-align:middle}.feuer-tile:hover,.feuer-tile:focus{background:var(--rot-hell);color:var(--rot-dunkel);border-color:var(--rot);box-shadow:0 8px 24px #d9042929}.feuer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;flex-wrap:wrap;gap:10px}.feuer-container{max-width:820px;margin:2rem auto;width:100%;padding-left:.5rem;padding-right:.5rem;box-sizing:border-box}.feuer-logout-btn{background:var(--rot);color:#fff;padding:9px 22px;border:none;border-radius:9px;cursor:pointer;font-weight:700;font-size:1em;box-shadow:0 2px 6px #d9042925;transition:background .17s}.feuer-logout-btn:hover{background:var(--rot-dunkel)}.feuer-tiles{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:36px;margin-top:48px;width:100%;box-sizing:border-box}.feuer-tile{background:#23232a;border-radius:22px;box-shadow:0 2px 20px #d9042949;padding:32px 38px;min-width:260px;min-height:80px;max-width:320px;max-height:120px;display:flex;flex-direction:row;align-items:center;justify-content:center;text-align:center;font-size:1.35rem;color:var(--rot);font-weight:700;text-decoration:none;letter-spacing:.5px;transition:box-shadow .2s,background .15s;overflow:hidden;white-space:nowrap}.feuer-tile:hover,.feuer-tile:focus{background:var(--rot-hell);color:var(--rot-dunkel);box-shadow:0 8px 32px #d9042929}@media (max-width: 1100px){.feuer-tiles{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:26px}.feuer-tile{min-width:150px;min-height:85px;font-size:1.12rem;padding:18px 0}}@media (max-width: 700px){.feuer-tiles{grid-template-columns:1fr 1fr;gap:14px}.feuer-tile{min-width:110px;min-height:55px;font-size:1em;padding:11px 0}}@media (max-width: 500px){.feuer-tiles{grid-template-columns:1fr;gap:10px}.feuer-tile{min-width:90px;min-height:38px;font-size:.96em;padding:7px 0}}@media (max-width: 900px){.feuer-card{flex-direction:column;align-items:flex-start;padding:10px 4px;font-size:1em}.feuer-badge{margin-bottom:4px;display:inline-block}.feuer-tiles{gap:8px}}@media (max-width: 600px){.feuer-card{padding:6px 2px;font-size:.97em;flex-direction:column;align-items:flex-start;min-width:0}.feuer-badge{font-size:.92em;margin-bottom:2px;margin-right:4px}input,select,.feuer-button{font-size:1em;width:100%;margin-bottom:5px;box-sizing:border-box}.feuer-button{margin-left:0;margin-bottom:6px}.feuer-pagination{gap:1px;margin-top:12px}.feuer-tiles{flex-direction:column;align-items:stretch;gap:8px;margin-top:10px}.feuer-tile{min-width:unset;padding:14px 5px;font-size:1.03rem;border-radius:10px}.feuer-header{flex-direction:column;align-items:flex-start;gap:7px;padding:0 2px}}::-webkit-scrollbar{width:10px;background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--rot-hell);border-radius:10px}button:focus,button:focus-visible{outline:2px solid var(--rot)}.error{color:var(--rot);font-weight:600;margin-bottom:14px}@media (prefers-color-scheme: dark){:root{--rot: #ff4b5c;--rot-dunkel: #d90429;--rot-hell: #302026;--grau-hell: #1b1d21;--blau: #6ebaff;--dunkel: #f7f7f7}body{background:var(--grau-hell);color:var(--dunkel)}.feuer-card{background:#23242a;color:var(--dunkel);border-left:5px solid var(--rot);box-shadow:0 2px 14px #000a}.feuer-badge{background:var(--rot-hell);color:var(--rot)}.feuer-tile{background:#23242a;color:var(--rot);border-color:var(--rot-hell)}.feuer-tile:hover,.feuer-tile:focus{background:var(--rot-hell);color:#fff;border-color:var(--rot)}input,select{background:#23242a;color:#fff;border-color:#444}input::placeholder,select option{color:#bbb}.feuer-button,.feuer-pagination button{background:var(--rot-dunkel);color:#fff}.feuer-button.feuer-edit{background:var(--blau);color:#fff}.feuer-pagination button.active,.feuer-pagination button:focus,.feuer-pagination button:hover{background:var(--rot);color:#fff}.feuer-header h2,h1,h2,h3,.error{color:var(--rot)}}@media (max-width: 600px){.dashboard-tiles{padding-left:6vw!important;padding-right:6vw!important}.feuer-tiles{gap:1.3rem;flex-direction:column;align-items:stretch}.feuer-tile{margin:0!important;width:100%!important;box-sizing:border-box;padding:1.2em 1em;border-radius:1em;font-size:1.17em}}
