
:root{
  --bg:#F6F8FB;--surface:#FFFFFF;--surface-2:#EEF3F8;--text:#132033;--muted:#637083;--border:#D8E0EA;
  --navy:#0B1F3A;--blue:#1261A6;--blue-2:#0E4F86;--teal:#0F766E;--cyan:#0EA5E9;
  --amber:#F59E0B;--red:#DC2626;--green:#15803D;--shadow:0 18px 55px rgba(11,31,58,.10);
  --radius:22px;--radius-sm:14px;--max:1180px;--focus:0 0 0 4px rgba(18,97,166,.18);
  --font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font);line-height:1.55;min-height:100vh}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}img,svg{max-width:100%}.skip-link{position:absolute;left:-999px;top:8px;background:#fff;color:#000;padding:.7rem 1rem;z-index:999;border-radius:10px}.skip-link:focus{left:8px}.topbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem clamp(1rem,3vw,2.2rem)}.brand{display:flex;align-items:center;gap:.8rem;min-width:max-content}.brand-mark{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--navy),var(--blue));color:#fff;font-weight:900;letter-spacing:-.04em;box-shadow:0 10px 30px rgba(18,97,166,.25)}.brand-text{display:flex;flex-direction:column;line-height:1.1}.brand-text strong{font-size:1.02rem}.brand-text small{color:var(--muted);font-size:.76rem}.main-nav{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap;justify-content:flex-end}.main-nav a{color:#26384f;font-weight:750;font-size:.88rem;padding:.58rem .78rem;border-radius:999px}.main-nav a:hover,.main-nav a.active{background:#E7F0FA;color:var(--blue-2)}.menu-toggle{display:none;border:1px solid var(--border);background:#fff;border-radius:12px;padding:.5rem .7rem;color:var(--navy)}main{width:min(var(--max),calc(100% - 2rem));margin:0 auto}.hero,.page-hero,.section{margin:clamp(1rem,3vw,2rem) 0}.hero{display:grid;gap:2rem;align-items:center;padding:clamp(2rem,5vw,4rem);border-radius:32px;background:linear-gradient(135deg,#FFFFFF 0%,#F1F6FB 48%,#E8F2FB 100%);box-shadow:var(--shadow);border:1px solid rgba(216,224,234,.8);position:relative;overflow:hidden}.hero::after{content:"";position:absolute;inset:auto -10% -45% 40%;height:280px;background:radial-gradient(circle,rgba(18,97,166,.18),transparent 65%);pointer-events:none}.hero-copy,.risk-console{position:relative;z-index:1}.eyebrow{margin:0 0 .7rem;color:var(--blue);text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;font-weight:900}.hero h1,.page-hero h1{font-size:clamp(2.2rem,5.4vw,5rem);line-height:.95;margin:.2rem 0 1rem;color:var(--navy);letter-spacing:-.06em}.hero h1{max-width:790px}.lead,.page-hero p{font-size:clamp(1.05rem,2vw,1.25rem);color:#42536a;max-width:780px}.trust-note{color:#536476;font-size:.95rem}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin:1.6rem 0}.btn{border:0;border-radius:999px;padding:.82rem 1.08rem;font-weight:850;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;transition:.18s transform,.18s box-shadow,.18s background}.btn:hover{transform:translateY(-1px)}.btn:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:0;box-shadow:var(--focus)}.btn.primary{background:linear-gradient(135deg,var(--blue),var(--blue-2));color:#fff;box-shadow:0 12px 28px rgba(18,97,166,.24)}.btn.secondary{background:#E3EEF8;color:var(--blue-2)}.btn.ghost{background:#fff;color:var(--navy);border:1px solid var(--border)}.btn.danger{background:#FEE2E2;color:#991B1B}.btn.full{width:100%;margin-top:1rem}.risk-console{background:#0B1F3A;color:#fff;border-radius:28px;padding:1.3rem;box-shadow:0 24px 60px rgba(11,31,58,.25);min-height:420px;display:flex;flex-direction:column;justify-content:space-between}.console-head{display:flex;align-items:center;gap:.6rem;color:#DCE8F5}.console-head span{width:11px;height:11px;background:var(--teal);border-radius:50%;box-shadow:0 0 0 6px rgba(15,118,110,.18)}.metric-ring{width:210px;height:210px;border-radius:50%;margin:1.8rem auto;display:grid;place-items:center;text-align:center;background:conic-gradient(var(--blue) 0 78%,rgba(255,255,255,.16) 78% 100%);position:relative}.metric-ring::after{content:"";position:absolute;inset:17px;border-radius:50%;background:#102B4B}.metric-ring span,.metric-ring small{z-index:1}.metric-ring span{font-size:4rem;font-weight:950;line-height:1}.metric-ring small{display:block;color:#B6C7DA;font-weight:800;text-transform:uppercase;font-size:.73rem;letter-spacing:.08em}.signal-list{display:grid;gap:.6rem}.signal-list div{display:flex;justify-content:space-between;gap:1rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:.8rem}.signal-list dt{color:#B6C7DA}.signal-list dd{margin:0;font-weight:800}.page-hero{padding:clamp(2rem,5vw,3.4rem);border-radius:28px;background:linear-gradient(135deg,var(--navy),#12385E);color:#fff;box-shadow:var(--shadow);overflow:hidden;position:relative}.page-hero::after{content:"";position:absolute;right:-120px;bottom:-160px;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(14,165,233,.25),transparent 67%)}.page-hero h1{color:#fff}.page-hero .eyebrow{color:#93C5FD}.page-hero p{color:#D6E2F0;position:relative;z-index:1}.section-head{margin-bottom:1.3rem}.section-head h2,.split-panel h2,.card h2{color:var(--navy);letter-spacing:-.035em;line-height:1.05}.section-head h2{font-size:clamp(1.8rem,3vw,3rem);margin:.2rem 0 .55rem}.compact{max-width:850px}.quick-check-card,.card,.module-card,.split-panel,.feature-band article,.timeline article{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.quick-check-card{padding:clamp(1.2rem,3vw,2rem)}.smart-entry label,.form-card label{display:block;font-weight:850;color:var(--navy);margin:.8rem 0 .35rem}.smart-entry-row{display:flex;gap:.8rem}.smart-entry input,.form-card input,.form-card textarea,.form-card select{width:100%;border:1px solid var(--border);border-radius:14px;background:#fff;color:var(--text);padding:.9rem 1rem}.smart-entry input{font-size:1.05rem}.module-grid{display:grid;gap:1rem}.module-card{padding:1.25rem;transition:.18s transform,.18s box-shadow;border-left:5px solid var(--blue)}.module-card:hover{transform:translateY(-3px);box-shadow:0 22px 60px rgba(11,31,58,.14)}.module-card span,.feature-band span,.timeline span{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#E3EEF8;color:var(--blue-2);font-weight:950;margin-bottom:.8rem}.module-card h3,.feature-band h3,.timeline h3{margin:.2rem 0 .45rem;color:var(--navy)}.module-card p,.feature-band p,.timeline p,.card p{color:#536476}.split-panel{padding:clamp(1.2rem,3vw,2rem);display:grid;gap:1.4rem;align-items:center}.quote-card{border-left:5px solid var(--teal);padding:1rem 1.2rem;background:#F4FAFA;border-radius:18px}.quote-card blockquote{margin:0;color:#0F3D56;font-size:clamp(1.3rem,2.8vw,2.2rem);line-height:1.05;font-weight:950;letter-spacing:-.04em}.scanner-layout,.two-column,.admin-layout{display:grid;gap:1rem;align-items:start}.card{padding:clamp(1.1rem,2.5vw,1.6rem)}.form-card h2,.result-card h2{margin-top:0}.check-fieldset{border:1px solid var(--border);border-radius:18px;padding:1rem;margin:1rem 0;background:#FAFCFE}.check-fieldset legend{font-weight:900;color:var(--navy);padding:0 .4rem}.check-fieldset label{display:flex;gap:.5rem;align-items:flex-start;font-weight:700;color:#334155}.empty-state{min-height:280px;display:grid;place-items:center;text-align:center;color:#64748B}.score-wrap{display:grid;grid-template-columns:140px 1fr;gap:1.2rem;align-items:center}.score-badge{width:130px;height:130px;border-radius:50%;display:grid;place-items:center;text-align:center;color:#fff;font-weight:950;font-size:2.2rem}.score-low{background:linear-gradient(135deg,#15803D,#0F766E)}.score-mid{background:linear-gradient(135deg,#F59E0B,#B45309)}.score-high{background:linear-gradient(135deg,#DC2626,#991B1B)}.risk-label{display:inline-flex;border-radius:999px;padding:.36rem .65rem;font-weight:950;font-size:.78rem}.risk-label.low{background:#DCFCE7;color:#166534}.risk-label.mid{background:#FEF3C7;color:#92400E}.risk-label.high{background:#FEE2E2;color:#991B1B}.finding-list,.check-list{padding-left:1.2rem}.finding-list li,.check-list li{margin:.4rem 0}.source-grid{display:grid;gap:.8rem}.source-link{background:#fff;border:1px solid var(--border);border-radius:16px;padding:1rem;box-shadow:var(--shadow);display:flex;justify-content:space-between;gap:1rem;align-items:center}.source-link small{color:var(--muted);display:block}.action-row{display:flex;gap:.8rem;flex-wrap:wrap}.case-list{display:grid;gap:.8rem}.case-item{border:1px solid var(--border);border-radius:16px;background:#FAFCFE;padding:1rem}.case-item header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.case-item h3{margin:0;color:var(--navy)}.case-item small{color:var(--muted)}.case-meta{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.7rem}.pill{display:inline-flex;border-radius:999px;background:#E3EEF8;color:var(--blue-2);font-size:.78rem;font-weight:850;padding:.3rem .55rem}.feature-band{display:grid;gap:1rem}.feature-band article{padding:1.2rem}.palette{display:flex;gap:.45rem;flex-wrap:wrap;margin-top:1rem}.palette span{background:var(--c);color:#fff;border-radius:12px;padding:.7rem .85rem;font-size:.8rem;font-weight:900}.stats-grid{display:grid;gap:1rem}.stats-grid article{background:#fff;border:1px solid var(--border);border-radius:20px;padding:1.2rem;box-shadow:var(--shadow)}.stats-grid strong{font-size:2rem;color:var(--navy);display:block}.stats-grid span{color:var(--muted);font-weight:800}.timeline{display:grid;gap:1rem}.timeline article{padding:1.2rem}.api-grid{display:grid;gap:1rem}.code-card,pre{background:#0B1F3A;color:#EAF3FF;border-radius:18px;padding:1rem;overflow:auto}.copy-box{background:#F8FAFC;border:1px solid var(--border);border-radius:16px;padding:1rem;color:#1E293B!important}.footer{width:min(var(--max),calc(100% - 2rem));margin:2rem auto 1rem;padding:1.2rem;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:1rem;color:#637083}.footer div{display:flex;flex-direction:column}.footer nav{display:flex;gap:.8rem;flex-wrap:wrap}.footer a{font-weight:800;color:var(--blue-2)}.toast{position:fixed;left:50%;bottom:1rem;transform:translate(-50%,120%);background:#0B1F3A;color:#fff;border-radius:999px;padding:.75rem 1rem;box-shadow:0 18px 45px rgba(0,0,0,.25);z-index:90;transition:.2s}.toast.show{transform:translate(-50%,0)}.legal p{max-width:900px}.bank-hero{background:linear-gradient(135deg,#0B1F3A,#0E4F86)}.emergency{background:linear-gradient(135deg,#3A0B0B,#8C1D18)}

.source-link.verified{border-left:5px solid var(--red);background:#FFF7F7}.case-actions{margin-top:.9rem;display:flex;gap:.6rem;flex-wrap:wrap}.report-layout{display:grid;gap:1rem;align-items:start}.case-document{background:#fff}.report-paper{color:#172033}.report-paper h1{font-size:clamp(1.7rem,3vw,2.6rem);line-height:1.05;margin:.1rem 0 .4rem;color:#0B1F3A}.report-paper h2{font-size:1.1rem;margin:1.4rem 0 .55rem;color:#0B1F3A}.report-paper p,.report-paper li,.report-paper td,.report-paper th{font-size:.98rem}.report-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;border-bottom:2px solid var(--border);padding-bottom:1rem;margin-bottom:1rem}.report-score{width:112px;height:112px;border-radius:24px;background:#0B1F3A;color:#fff;display:grid;place-items:center;text-align:center;flex:0 0 auto}.report-score span{font-size:2.2rem;font-weight:950;line-height:1}.report-score small{font-weight:800;color:#D6E2F0}.report-paper table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden}.report-paper th,.report-paper td{border-bottom:1px solid var(--border);padding:.7rem;text-align:left;vertical-align:top}.report-paper th{width:230px;background:#F8FAFC;color:#334155}.report-paper footer{margin-top:1.5rem;border-top:1px solid var(--border);padding-top:1rem;color:#475569}.no-print{ }@media print{body{background:#fff;color:#000}.no-print,.topbar,.footer,.toast{display:none!important}main{width:100%;margin:0}.section{margin:0}.card,.case-document{box-shadow:none;border:0;padding:0}.report-paper h1,.report-paper h2{color:#000}.report-score{background:#eee;color:#000;border:1px solid #999}.report-paper table,.report-paper th,.report-paper td{border-color:#999}.report-paper th{background:#f1f1f1}.report-paper section{break-inside:avoid}.report-paper a{color:#000}}


/* V8 Live-OSINT Erweiterung */
.small-empty{min-height:unset;display:block;text-align:left;padding:1rem;background:#F8FAFC;border:1px dashed var(--border);border-radius:16px}
.module-status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:.8rem;margin:1rem 0}
.module-status-grid article{background:#F8FAFC;border:1px solid var(--border);border-radius:16px;padding:1rem}
.module-status-grid strong{display:block;color:var(--navy);margin-bottom:.35rem}
.module-status-grid span{display:inline-flex;border-radius:999px;background:#E3EEF8;color:var(--blue-2);font-weight:850;font-size:.78rem;padding:.24rem .55rem;margin-bottom:.45rem}
.module-status-grid small{display:block;color:var(--muted);line-height:1.35}
.source-link.osint{border-left:4px solid var(--teal)}
.source-link.verified{border-left:4px solid var(--blue)}
.osint-grid .source-link small{line-height:1.35}

/* V9 Professional Reliability Layer */
.api-pill-row{display:flex;gap:.45rem;flex-wrap:wrap;margin-top:.8rem}.pill.ok{background:#DCFCE7;color:#166534}.pill.warn{background:#FEF3C7;color:#92400E}.muted-pill{background:#EEF2F7;color:#64748B}.score-wrap.compact{grid-template-columns:auto 1fr}.score-wrap.compact .score-badge{width:auto;min-width:170px;height:auto;border-radius:18px;padding:1rem 1.1rem;font-size:1rem}.mini-table{width:100%;border-collapse:collapse;margin:.7rem 0 1rem}.mini-table th,.mini-table td{border-bottom:1px solid var(--border);padding:.62rem .4rem;text-align:left;vertical-align:top}.mini-table th{width:42%;color:var(--navy)}.health-box .empty-state{min-height:180px}.code-block{white-space:pre-wrap}.module-status-grid article:has(.warn){border-color:#FDE68A}.module-status-grid article:has(.danger){border-color:#FCA5A5}.source-link.verified{border-left:4px solid var(--blue)}


/* V12 Präsentations- und Rechtsseiten */
.legal-grid{grid-template-columns:1.15fr .85fr}.legal-stack{display:grid;gap:1rem}.legal h2{margin-top:0}.legal h3{color:var(--navy);margin:1rem 0 .4rem}.legal a{text-decoration:underline;text-underline-offset:3px;color:var(--blue-2);font-weight:800}.legal-table th{width:190px}.notice-card{border-left:5px solid var(--amber);background:#FFFBEB}.legal-hub .module-card span{font-size:.82rem}.muted{color:var(--muted)!important}.copy-box{line-height:1.65}.presentation-kicker{display:inline-flex;gap:.5rem;align-items:center;border-radius:999px;background:#E3EEF8;color:var(--blue-2);font-weight:900;padding:.4rem .65rem}.two-column.legal-grid{align-items:stretch}@media(max-width:900px){.legal-grid{grid-template-columns:1fr}.legal-table th{width:38%}}


/* V13 Icon-System: seriöse FraudShield UI-Symbole */
.hero-icon,.page-icon,.section-head-icon,.module-icon,.card-title-icon,.source-link-icon{display:block;object-fit:contain;user-select:none;flex:0 0 auto}
.hero-icon{width:82px;height:82px;border-radius:22px;box-shadow:0 14px 35px rgba(11,31,58,.12);margin-bottom:1rem;background:#fff;border:1px solid rgba(216,224,234,.82)}
.page-icon{width:76px;height:76px;border-radius:20px;box-shadow:0 12px 32px rgba(11,31,58,.12);margin-bottom:1rem;background:#fff;border:1px solid rgba(255,255,255,.28)}
.page-hero:not(.bank-hero):not(.emergency) .page-icon{border-color:rgba(216,224,234,.9)}
.bank-hero .page-icon,.emergency .page-icon{background:rgba(255,255,255,.96);border-color:rgba(255,255,255,.34);box-shadow:0 18px 45px rgba(0,0,0,.20)}
.section-head-icon{width:56px;height:56px;border-radius:16px;margin-bottom:.75rem;background:#fff;border:1px solid var(--border);box-shadow:0 12px 28px rgba(11,31,58,.09)}
.module-card{position:relative;overflow:hidden}
.module-card .module-icon{width:48px;height:48px;border-radius:14px;margin:0 0 .65rem 0;background:#fff;border:1px solid var(--border);box-shadow:0 10px 24px rgba(11,31,58,.08)}
.module-card > span{margin-bottom:.55rem}
.module-card:hover .module-icon{transform:translateY(-1px);box-shadow:0 16px 35px rgba(11,31,58,.12)}
.card-title-icon{width:48px;height:48px;border-radius:14px;margin-bottom:.55rem;background:#fff;border:1px solid var(--border);box-shadow:0 9px 22px rgba(11,31,58,.08)}
.source-link{position:relative}
.source-link-icon{width:42px;height:42px;border-radius:12px;background:#fff;border:1px solid var(--border);box-shadow:0 8px 18px rgba(11,31,58,.08)}
.source-link-icon + *{min-width:0}
.smart-entry-row:before{content:"";display:block;width:46px;height:46px;flex:0 0 46px;border-radius:14px;background:#fff url('../icons/domain-scanner.png') center/42px 42px no-repeat;border:1px solid var(--border);box-shadow:0 9px 20px rgba(11,31,58,.08)}
.check-list li::marker,.finding-list li::marker{color:var(--blue)}
@media(max-width:640px){.hero-icon,.page-icon{width:64px;height:64px;border-radius:18px}.section-head-icon{width:50px;height:50px}.module-card .module-icon,.card-title-icon{width:44px;height:44px}.source-link{align-items:flex-start}.source-link-icon{width:38px;height:38px}.smart-entry-row:before{display:none}}



/* V14: eindeutige Icon-Zuordnung und stabilere Platzierung */
.page-hero{display:flex;align-items:center;gap:1.35rem;isolation:isolate}
.page-hero .page-icon{position:relative;z-index:2;flex:0 0 auto;width:86px;height:86px;padding:0;border-radius:22px;object-fit:cover;background:#fff;box-shadow:0 18px 42px rgba(11,31,58,.18)}
.page-hero-content{position:relative;z-index:2;max-width:880px}
.card-title-icon{display:inline-block;vertical-align:middle;width:48px;height:48px;object-fit:cover;border-radius:14px;margin:0 0 .6rem 0;background:#fff;border:1px solid var(--border);box-shadow:0 9px 22px rgba(11,31,58,.08)}
.card h2 .card-title-icon{margin-right:.5rem}
.icon-title{display:flex;align-items:center;gap:.75rem}
.module-icon,.section-head-icon,.hero-icon,.source-link-icon{object-fit:cover}
@media(max-width:640px){.page-hero{align-items:flex-start;gap:.9rem;padding:1.45rem}.page-hero .page-icon{width:64px;height:64px;border-radius:18px}.card-title-icon{width:42px;height:42px;border-radius:13px}}
@media(max-width:420px){.page-hero{display:block}.page-hero .page-icon{margin-bottom:1rem}}
@media print{.page-icon,.module-icon,.card-title-icon,.section-head-icon,.hero-icon{display:none!important}.page-hero{display:block;box-shadow:none!important}}

/* V18 Legal safety components */
.legal-strip{margin:clamp(28px,4vw,56px) auto 0;max-width:1180px;display:flex;gap:18px;align-items:flex-start;border:1px solid rgba(18,97,166,.20);background:linear-gradient(135deg,rgba(18,97,166,.08),rgba(15,118,110,.06));border-radius:22px;padding:20px 22px;box-shadow:0 12px 30px rgba(11,31,58,.08)}
.legal-strip-icon{width:48px;height:48px;object-fit:contain;flex:0 0 auto}
.legal-strip strong{display:block;color:var(--navy,#0B1F3A);margin-bottom:6px}
.legal-strip p{margin:0;color:var(--slate,#132033);line-height:1.58}
.legal-strip a{display:inline-flex;margin-top:10px;font-weight:700;color:var(--trust-blue,#1261A6);text-decoration:none}
.legal-card{border-left:4px solid rgba(15,118,110,.55)}
.result-legal-note{margin:12px 0 0;border:1px solid rgba(245,158,11,.35);background:rgba(245,158,11,.10);border-radius:14px;padding:12px 14px;color:#432f08;line-height:1.48}
.warning-list{margin:14px 0 0;padding-left:20px}.warning-list li{margin:8px 0}
@media(max-width:640px){.legal-strip{flex-direction:column;margin-left:16px;margin-right:16px;padding:18px}.legal-strip-icon{width:42px;height:42px}}
