/* ---------------- Problem-melden-Modal: anklickbarer Link ---------------- */
.modal a.fake-link { display: block; text-decoration: none; color: var(--accent); border-color: #cfd9f2; background: #f6f9ff; cursor: pointer; }
.modal a.fake-link:hover { background: #eef4ff; text-decoration: underline; }
.modal .timer .linkhint { color: var(--muted); }

/* ---------------- Technikeransicht: Nachtrag ---------------- */
.nt-body { background: var(--bg); margin: 0; font-family: Inter, system-ui, sans-serif; color: var(--ink); }
.nt-top { display: flex; align-items: center; gap: 10px; padding: 14px 20px; background: var(--panel);
          border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 10; }
.nt-top .brand b { font-size: 15px; }
.nt-badge { font-size: 11px; font-weight: 600; letter-spacing: .03em; text-transform: uppercase;
            background: #eef2fb; color: var(--accent); padding: 3px 8px; border-radius: 100px; }
.nt-wrap { max-width: 640px; margin: 0 auto; padding: 18px 16px 60px; }
.nt-loading { text-align: center; color: var(--muted); font-size: 13px; padding: 40px 0; }

.nt-head { margin-bottom: 20px; }
.nt-pop { font-size: 19px; font-weight: 700; }
.nt-adresse { font-size: 13px; color: var(--muted); margin-top: 2px; }
.nt-frist { font-size: 12px; color: var(--muted); margin-top: 8px; padding-top: 8px; border-top: 1px solid var(--line); }

.nt-section-title { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .05em;
                    color: var(--muted); margin: 22px 0 8px; }
.nt-hinweis { font-size: 12px; color: var(--muted); margin: -4px 0 10px; }

.nt-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
           padding: 16px; margin-bottom: 12px; box-shadow: var(--shadow); }
.nt-card h2 { font-size: 16px; margin: 0 0 10px; }
.nt-card h3 { font-size: 13px; margin: 0 0 8px; color: var(--muted); font-weight: 600; }

.nt-flag { border-left: 3px solid var(--warn, #e0a03a); }
.nt-flag-mark { display: inline-block; font-size: 11px; font-weight: 600; background: #fdf3e2;
                color: #9a6512; padding: 3px 8px; border-radius: 100px; margin-bottom: 8px; }
.nt-msg { background: #fbfcfd; border: 1px solid var(--line); border-radius: var(--radius-sm);
          padding: 10px 12px; font-size: 13px; line-height: 1.5; margin-bottom: 12px; }
.nt-msg b { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .04em;
            color: var(--muted); margin-bottom: 4px; font-weight: 600; }
.nt-fotolabel { font-size: 11px; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); margin-bottom: 6px; }

.nt-upload { display: block; border: 1px dashed #c3cad6; border-radius: var(--radius-sm); padding: 14px;
             text-align: center; font-size: 13px; color: var(--accent); cursor: pointer; margin: 12px 0 0;
             background: #fbfcfd; font-weight: 500; }
.nt-upload:hover { background: #f4f7fd; border-color: var(--accent); }
.nt-upload input { display: none; }
.nt-vorschau { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 10px; }
.nt-vorschau img { width: 84px; height: 84px; object-fit: cover; border-radius: var(--radius-sm); border: 1px solid var(--line); }

.nt-comment { display: block; width: 100%; margin-top: 12px; border: 1px solid var(--line);
              border-radius: var(--radius-sm); background: #fafbfc; padding: 9px 11px; font-family: inherit;
              font-size: 13px; resize: vertical; min-height: 64px; }
.nt-comment:focus { outline: none; border-color: var(--accent); background: #fff; }

.nt-group .nt-line { display: flex; align-items: center; justify-content: space-between; gap: 10px;
                     padding: 7px 0; border-bottom: 1px solid #f1f2f5; font-size: 13px; }
.nt-group .nt-line:last-child { border-bottom: none; }
.nt-line.flagged { font-weight: 600; }
.nt-tag { font-size: 11px; font-weight: 600; padding: 2px 8px; border-radius: 100px; white-space: nowrap; }
.nt-tag.ok { background: #e9f6ee; color: #1e7a45; }
.nt-tag.bad { background: #fdecec; color: #b02a2a; }

.nt-actions { position: sticky; bottom: 0; padding: 14px 0 4px;
              background: linear-gradient(to top, var(--bg) 70%, transparent); }
.nt-send { width: 100%; padding: 14px; font-size: 15px; }

.nt-done { text-align: center; padding: 30px 20px; }
.nt-done-mark { width: 48px; height: 48px; line-height: 48px; border-radius: 50%; background: #e9f6ee;
                color: #1e7a45; font-size: 24px; margin: 0 auto 12px; }
.nt-done p { font-size: 13px; color: var(--muted); line-height: 1.6; }
.nt-done .nt-msg { text-align: left; margin-top: 16px; }
.nt-demo-note { font-size: 11px; margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); }
.nt-error { text-align: center; padding: 30px 20px; }
.nt-error p { font-size: 13px; color: var(--muted); }

.nt-wrap .thumbstrip img { cursor: zoom-in; }
