/* ============================================================
   GTC Pages — Impressum / Datenschutz / Kontakt
   Self-contained neon skin matching gtc-forum. Colors come from
   inline --vars injected by the plugin (.gtcf scope).
   ============================================================ */
.gtcf {
    --bg:#0b0a10; --surface:#16131f; --surface-2:#1d1929;
    --line:#2a2438; --line-soft:#211b2e;
    --magenta:#ff2e88; --cyan:#38e1d6; --text:#efeaf4; --muted:#a99fb8;
    --danger:#ff3b6b;
    --glow-mag:0 0 0 1px rgba(255,46,136,.35),0 0 18px -4px rgba(255,46,136,.55);
    --glow-cy:0 0 0 1px rgba(56,225,214,.35),0 0 18px -4px rgba(56,225,214,.5);
    --mono:"JetBrains Mono","Fira Code",ui-monospace,SFMono-Regular,Menlo,monospace;
    max-width:1120px; margin:0 auto; padding:0 24px; color:var(--text);
}
.gtcf * { box-sizing:border-box; }
.gtcf a { color:inherit; text-decoration:none; }

/* ---- Header ---- */
.gtcf-header { margin:0 -1rem; padding:.85rem 1rem;
    background:radial-gradient(120% 140% at 0% 0%, rgba(255,46,136,.10), transparent 55%),
               radial-gradient(120% 140% at 100% 0%, rgba(56,225,214,.10), transparent 55%), var(--surface);
    border-bottom:1px solid var(--line); }
.gtcf-header-inner { display:flex; align-items:center; justify-content:space-between; gap:1rem; max-width:1080px; margin:0 auto; }
.gtcf-logo { display:flex; align-items:center; gap:.65rem; }
.gtcf-logo-img { height:38px; width:auto; display:block; }
.gtcf-logo-mark { font-family:var(--mono); font-weight:700; font-size:1.3rem; color:var(--magenta); text-shadow:0 0 14px rgba(255,46,136,.6); }
.gtcf-logo-text { display:flex; flex-direction:column; line-height:1.1; }
.gtcf-logo-text strong { font-size:1.15rem; letter-spacing:.5px; }
.gtcf-logo-text small { font-size:.68rem; color:var(--muted); letter-spacing:.16em; text-transform:uppercase; }

/* ---- Nav tabs ---- */
.gtcf-navtabs { margin:0 -1rem 1.6rem; background:var(--surface-2); border-bottom:1px solid var(--line); }
.gtcf-navtabs-inner { display:flex; gap:.2rem; max-width:1080px; margin:0 auto; padding:0 1rem; overflow-x:auto; }
.gtcf-tab { font-family:var(--mono); font-size:.82rem; font-weight:600; white-space:nowrap; padding:.85rem .95rem; color:var(--muted); border-bottom:2px solid transparent; transition:color .15s, border-color .15s; }
.gtcf-tab:hover { color:var(--text); }
.gtcf-tab.is-active { color:var(--text); border-color:var(--magenta); box-shadow:0 8px 16px -12px var(--magenta); }

/* ---- Flash ---- */
.gtcf-flash { font-family:var(--mono); font-size:.85rem; padding:.7rem .95rem; border-radius:6px; margin:0 0 1.2rem; border:1px solid var(--line); }
.gtcf-flash-ok { border-color:rgba(56,225,214,.4); background:rgba(56,225,214,.07); color:var(--cyan); }
.gtcf-flash-error { border-color:rgba(255,59,107,.4); background:rgba(255,59,107,.08); color:var(--danger); }

/* ---- Document ---- */
.gtcf-doc { max-width:760px; margin:0 auto; padding-bottom:3rem; }
.gtcf-doc-narrow { max-width:860px; }
.gtcf-doc-title { font-size:clamp(1.7rem,3.4vw,2.4rem); margin:1rem 0 1.2rem; font-weight:800; letter-spacing:-.4px;
    background:linear-gradient(92deg, var(--magenta), #c95bff 45%, var(--cyan)); -webkit-background-clip:text; background-clip:text; color:transparent; }
.gtcf-doc-stand, .gtcf-doc-lead { color:var(--muted); margin:0 0 1.6rem; }
.gtcf-doc-lead { font-size:1.05rem; }
.gtcf-doc-block { margin-bottom:1.8rem; }
.gtcf-doc h2 { font-size:1.05rem; margin:1.8rem 0 .6rem; color:var(--text); font-family:var(--mono); letter-spacing:.02em; }
.gtcf-doc h2::before { content:"// "; color:var(--magenta); }
.gtcf-doc h3 { font-size:.95rem; margin:1.4rem 0 .5rem; color:var(--cyan); font-family:var(--mono); }
.gtcf-doc p { line-height:1.7; margin:0 0 .9rem; }
.gtcf-doc a { color:var(--cyan); text-decoration:underline; text-underline-offset:2px; }
.gtcf-addr { font-style:normal; line-height:1.8; }
.gtcf-doc-md ul, .gtcf-doc-md ol { line-height:1.7; padding-left:1.3rem; margin:0 0 .9rem; }
.gtcf-doc-foot { margin-top:2.4rem; padding-top:1.2rem; border-top:1px solid var(--line); font-family:var(--mono); font-size:.82rem; color:var(--muted); }
.gtcf-doc-foot a { color:var(--cyan); text-decoration:none; }
.gtcf-doc-foot a:hover { text-decoration:underline; }
.gtcf-doc :is(p,li,.gtcf-addr) { word-break:break-word; }

/* ---- Buttons / fields (shared) ---- */
.gtcf-btn { display:inline-flex; align-items:center; justify-content:center; font-family:var(--mono); font-size:.85rem; font-weight:600; padding:.7rem 1.2rem; border-radius:7px; cursor:pointer; border:1px solid var(--line); background:var(--surface-2); color:var(--text); transition:box-shadow .15s, border-color .15s, transform .05s; line-height:1; text-decoration:none; }
.gtcf-btn:hover { border-color:var(--cyan); box-shadow:var(--glow-cy); }
.gtcf-btn:active { transform:translateY(1px); }
.gtcf-btn-primary { border-color:transparent; color:#0b0a10; font-weight:700; background:linear-gradient(92deg, var(--magenta), #ff5fb4); }
.gtcf-btn-primary:hover { box-shadow:var(--glow-mag); border-color:transparent; }
.gtcf-field { display:block; margin-bottom:1rem; }
.gtcf-field > span { display:block; font-family:var(--mono); font-size:.72rem; text-transform:uppercase; letter-spacing:.12em; color:var(--muted); margin-bottom:.4rem; }
.gtcf input[type=text], .gtcf input[type=email], .gtcf textarea { width:100%; padding:.7rem .85rem; border-radius:7px; background:var(--bg); border:1px solid var(--line); color:var(--text); font:inherit; transition:border-color .15s, box-shadow .15s; }
.gtcf textarea { resize:vertical; line-height:1.55; }
.gtcf input:focus, .gtcf textarea:focus { outline:none; border-color:var(--magenta); box-shadow:var(--glow-mag); }
.gtcf input::placeholder, .gtcf textarea::placeholder { color:var(--muted); opacity:.7; }
.gtcf-muted { color:var(--muted); font-size:.9rem; }

/* ---- Contact ---- */
.gtcf-contact-grid { display:grid; grid-template-columns:1fr 280px; gap:1.6rem; align-items:start; }
.gtcf-contact-form { background:var(--surface); border:1px solid var(--line-soft); border-radius:10px; padding:1.4rem; position:relative; }
.gtcf-contact-aside { display:flex; flex-direction:column; gap:1rem; }
.gtcf-widget { background:var(--surface); border:1px solid var(--line-soft); border-radius:10px; overflow:hidden; }
.gtcf-widget-head { font-family:var(--mono); font-size:.7rem; font-weight:700; letter-spacing:.16em; text-transform:uppercase; padding:.65rem .9rem; color:var(--muted); border-bottom:1px solid var(--line); background:linear-gradient(90deg, rgba(56,225,214,.08), transparent); }
.gtcf-contact-row { display:flex; justify-content:space-between; gap:.6rem; padding:.6rem .9rem; font-size:.86rem; border-bottom:1px solid var(--line-soft); }
.gtcf-contact-row:last-child { border-bottom:none; }
.gtcf-contact-row a { color:var(--cyan); }
.gtcf-hp { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; }

/* ---- Footer ---- */
.gtcf-footer { margin:2rem -1rem 0; border-top:1px solid var(--line); background:var(--surface); }
.gtcf-footer-inner { max-width:1080px; margin:0 auto; padding:1.4rem 1rem; display:flex; align-items:center; gap:1rem; flex-wrap:wrap; }
.gtcf-footer-brand { font-family:var(--mono); font-weight:700; color:var(--text); }
.gtcf-footer-links { display:flex; gap:1rem; flex-wrap:wrap; }
.gtcf-footer-links a { font-size:.82rem; color:var(--muted); }
.gtcf-footer-links a:hover { color:var(--cyan); }
.gtcf-footer-copy { margin-left:auto; font-size:.76rem; color:var(--muted); font-family:var(--mono); }

/* ---- Responsive ---- */
@media (max-width:760px) {
    .gtcf-contact-grid { grid-template-columns:1fr; }
    .gtcf-footer-inner { flex-direction:column; align-items:flex-start; }
    .gtcf-footer-copy { margin-left:0; }
}
.gtcf a:focus-visible, .gtcf .gtcf-btn:focus-visible { outline:2px solid var(--cyan); outline-offset:2px; }
@media (prefers-reduced-motion:reduce) { .gtcf * { transition:none !important; } }

/* No plugin chrome — theme wraps these pages. Give content top spacing. */
.gtcf { padding-top: 1.4rem; }
