/* ═══════════════════════════════════════════════════════════
   SCC V2.1 — SYSTEM CONTROL CENTER
   ═══════════════════════════════════════════════════════════ */
@keyframes scc-in    { from{opacity:0;transform:translateY(16px)} to{opacity:1;transform:translateY(0)} }
@keyframes scc-pulse { 0%,100%{opacity:1} 50%{opacity:.3} }
@keyframes scc-blink { 0%,100%{opacity:1} 50%{opacity:.2} }
@keyframes scc-spin  { to{transform:rotate(360deg)} }
@keyframes scc-fill  { from{width:0} to{width:var(--w,50%)} }
@keyframes scc-pop   { from{opacity:0;transform:scale(.88)} to{opacity:1;transform:scale(1)} }
@keyframes scc-slide { from{opacity:0;transform:translateX(-8px)} to{opacity:1;transform:translateX(0)} }

.scc { animation:scc-in .4s ease-out; color:#fff; }

/* ── Page Header ── */
.scc-hdr {
    display:flex; align-items:center; justify-content:space-between;
    margin-bottom:32px; padding-bottom:24px;
    border-bottom:1px solid rgba(255,255,255,.06); flex-wrap:wrap; gap:14px;
}
.scc-hdr-badge {
    display:inline-flex; align-items:center; gap:6px; padding:4px 12px;
    border-radius:20px; background:rgba(139,92,246,.12); border:1px solid rgba(139,92,246,.25);
    font-size:10px; font-weight:700; color:#a78bfa; text-transform:uppercase; letter-spacing:1px; margin-bottom:8px;
}
.scc-hdr-left h2 {
    font-size:28px; font-weight:900; letter-spacing:-.6px; line-height:1.1;
    background:linear-gradient(135deg,#fff 20%,#c4b5fd 55%,#22d3ee);
    -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent;
}
.scc-hdr-left p { font-size:13px; color:rgba(255,255,255,.35); margin-top:6px; }
.scc-hdr-right { display:flex; align-items:center; gap:10px; flex-wrap:wrap; }
.scc-live {
    display:flex; align-items:center; gap:7px; padding:8px 16px;
    border-radius:20px; background:rgba(239,68,68,.07); border:1px solid rgba(239,68,68,.18);
    font-size:11px; font-weight:800; color:#f87171; text-transform:uppercase; letter-spacing:.8px;
}
.scc-live-dot { width:7px; height:7px; border-radius:50%; background:#f87171; animation:scc-blink 1.2s infinite; }
.scc-hdr-btn {
    display:flex; align-items:center; gap:7px; padding:9px 16px; border-radius:12px;
    background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08);
    color:rgba(255,255,255,.55); font-size:12px; font-weight:600; cursor:pointer; transition:all .2s;
}
.scc-hdr-btn:hover { background:rgba(139,92,246,.12); border-color:rgba(139,92,246,.3); color:#a78bfa; }
.scc-hdr-btn i.spin { animation:scc-spin .6s linear; }

/* ── Section Headers ── */
.scc-sec {
    display:flex; align-items:center; gap:14px;
    padding:28px 0 16px; border-top:1px solid rgba(255,255,255,.04); margin-top:4px;
}
.scc-sec:first-of-type { border-top:none; padding-top:0; }
.scc-sec-icon {
    width:36px; height:36px; border-radius:12px;
    display:flex; align-items:center; justify-content:center; font-size:15px; flex-shrink:0;
}
.scc-sec-text h3 { font-size:11px; font-weight:800; text-transform:uppercase; letter-spacing:2px; color:rgba(255,255,255,.55); }
.scc-sec-text span { font-size:11px; color:rgba(255,255,255,.25); margin-top:1px; display:block; }
.scc-sec::after { content:''; flex:1; height:1px; background:rgba(255,255,255,.05); }
.scc-sec-acts { display:flex; gap:8px; }

/* ── Stat Grid ── */
.scc-stat-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:14px; }
@media(max-width:1400px){.scc-stat-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px) {.scc-stat-grid{grid-template-columns:repeat(2,1fr)}}
.scc-stat {
    background:rgba(255,255,255,.025); border:1px solid rgba(255,255,255,.07);
    border-radius:18px; padding:22px 20px; position:relative; overflow:hidden;
    transition:all .3s; cursor:default;
}
.scc-stat::before {
    content:''; position:absolute; top:0; left:0; right:0; height:2px;
    border-radius:18px 18px 0 0; background:var(--sc,#a78bfa);
    box-shadow:0 0 14px var(--sg,rgba(167,139,250,.6));
}
.scc-stat:hover { transform:translateY(-4px); border-color:rgba(255,255,255,.12); box-shadow:0 12px 32px rgba(0,0,0,.3); }
.scc-stat-icon {
    width:42px; height:42px; border-radius:13px;
    display:flex; align-items:center; justify-content:center; font-size:18px; margin-bottom:16px;
    background:var(--si,rgba(167,139,250,.12)); color:var(--sc,#a78bfa);
}
.scc-stat-val { font-size:38px; font-weight:900; line-height:1; color:var(--sc,#a78bfa); animation:scc-pop .5s ease-out both; }
.scc-stat-val span { font-size:16px; color:rgba(255,255,255,.28); font-weight:600; }
.scc-stat-label { font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:1px; color:rgba(255,255,255,.35); margin-top:7px; }
.scc-stat-trend { display:flex; align-items:center; gap:6px; margin-top:12px; padding-top:12px; border-top:1px solid rgba(255,255,255,.05); font-size:11px; color:rgba(255,255,255,.3); }
.scc-trend-up { color:#34d399; }
.scc-upbar-bg { height:4px; background:rgba(255,255,255,.06); border-radius:4px; overflow:hidden; margin-top:12px; }
.scc-upbar-fill { height:100%; border-radius:4px; background:var(--sc,#a78bfa); animation:scc-fill .9s ease-out both; animation-delay:.3s; }

/* ── Health Grid ── */
.scc-health-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
@media(max-width:1200px){.scc-health-grid{grid-template-columns:repeat(2,1fr)}}
.scc-hcard {
    background:rgba(255,255,255,.025); border:1px solid rgba(255,255,255,.07);
    border-radius:18px; padding:20px; transition:all .3s;
}
.scc-hcard:hover { transform:translateY(-3px); border-color:rgba(255,255,255,.12); }
.scc-hcard-top { display:flex; align-items:center; justify-content:space-between; margin-bottom:14px; }
.scc-hcard-lbl { font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:.8px; color:rgba(255,255,255,.38); margin-bottom:4px; }
.scc-hcard-val { font-size:24px; font-weight:900; }
.scc-hcard-icon { width:38px; height:38px; border-radius:11px; display:flex; align-items:center; justify-content:center; font-size:16px; }
.scc-hbar-bg { height:6px; background:rgba(255,255,255,.06); border-radius:6px; overflow:hidden; margin-bottom:10px; }
.scc-hbar-fill { height:100%; border-radius:6px; transition:width 1s ease; animation:scc-fill 1s ease-out both; animation-delay:.2s; }
.scc-hcard-sub { font-size:11px; color:rgba(255,255,255,.28); }

/* ═══════════════════════════════════════════════════════════
   FIX 2: BOT VERWALTUNG — NEUES KARTEN-DESIGN
   ═══════════════════════════════════════════════════════════ */
.scc-bot-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
@media(max-width:1000px){.scc-bot-grid{grid-template-columns:1fr}}
.scc-bcard {
    background:rgba(10,10,20,.5); border:1px solid rgba(255,255,255,.07);
    border-radius:20px; overflow:hidden; transition:all .3s;
}
.scc-bcard:hover { border-color:rgba(255,255,255,.12); }
.scc-bcard-head {
    display:flex; align-items:center; justify-content:space-between;
    padding:18px 20px 16px;
    background:rgba(255,255,255,.02);
    border-bottom:1px solid rgba(255,255,255,.05);
}
.scc-bcard-title { display:flex; align-items:center; gap:12px; }
.scc-bcard-icon { width:38px; height:38px; border-radius:12px; display:flex; align-items:center; justify-content:center; font-size:16px; flex-shrink:0; }
.scc-bcard-title h3 { font-size:14px; font-weight:700; color:#fff; margin-bottom:2px; }
.scc-bcard-title span { font-size:11px; color:rgba(255,255,255,.35); }
.scc-bcard-badge { display:inline-flex; align-items:center; gap:6px; padding:5px 12px; border-radius:20px; font-size:10px; font-weight:800; text-transform:uppercase; letter-spacing:.5px; }
.scc-bcard-badge.online      { background:rgba(16,185,129,.1);  color:#34d399; border:1px solid rgba(16,185,129,.2); }
.scc-bcard-badge.maintenance { background:rgba(245,158,11,.1);  color:#fbbf24; border:1px solid rgba(245,158,11,.2); }
.scc-bcard-badge.offline     { background:rgba(239,68,68,.1);   color:#f87171; border:1px solid rgba(239,68,68,.2); }
.scc-bcard-badge-dot { width:5px; height:5px; border-radius:50%; flex-shrink:0; }
.scc-bcard-badge.online .scc-bcard-badge-dot      { background:#34d399; animation:scc-pulse 2s infinite; }
.scc-bcard-badge.maintenance .scc-bcard-badge-dot { background:#fbbf24; animation:scc-pulse 2s infinite; }
.scc-bcard-badge.offline .scc-bcard-badge-dot     { background:#f87171; }

/* Bot rows */
.scc-blist { padding:8px 12px 12px; display:flex; flex-direction:column; gap:6px; max-height:260px; overflow-y:auto; }
.scc-blist::-webkit-scrollbar { width:4px; }
.scc-blist::-webkit-scrollbar-thumb { background:rgba(139,92,246,.3); border-radius:4px; }
.scc-bitem {
    display:flex; align-items:center; gap:12px; padding:11px 14px;
    background:rgba(255,255,255,.025); border:1px solid rgba(255,255,255,.04);
    border-radius:13px; cursor:pointer; transition:all .2s; animation:scc-slide .3s ease-out both;
}
.scc-bitem:hover { background:rgba(255,255,255,.055); border-color:rgba(139,92,246,.22); transform:translateX(3px); }
.scc-bavatar { width:38px; height:38px; border-radius:11px; display:flex; align-items:center; justify-content:center; font-size:16px; flex-shrink:0; }
.scc-binfo { flex:1; min-width:0; }
.scc-bname { font-weight:700; font-size:13px; color:#fff; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.scc-bdesc { font-size:11px; color:rgba(255,255,255,.32); margin-top:1px; }
.scc-bright { display:flex; align-items:center; gap:8px; flex-shrink:0; }
.scc-blat { font-size:11px; font-weight:700; padding:3px 8px; border-radius:7px; }
.scc-blat.good { color:#34d399; background:rgba(52,211,153,.08); }
.scc-blat.warn { color:#fbbf24; background:rgba(251,191,36,.08); }
.scc-blat.bad  { color:#f87171; background:rgba(248,113,113,.08); }
.scc-bpill { display:inline-flex; align-items:center; gap:5px; padding:3px 9px; border-radius:20px; font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:.5px; }
.scc-bpill.online      { background:rgba(16,185,129,.1);  color:#34d399; border:1px solid rgba(16,185,129,.18); }
.scc-bpill.maintenance { background:rgba(245,158,11,.1);  color:#fbbf24; border:1px solid rgba(245,158,11,.18); }
.scc-bpill.offline     { background:rgba(239,68,68,.1);   color:#f87171; border:1px solid rgba(239,68,68,.18); }
.scc-bpill-dot { width:5px; height:5px; border-radius:50%; flex-shrink:0; }
.scc-bpill.online .scc-bpill-dot      { background:#34d399; animation:scc-pulse 2s infinite; }
.scc-bpill.maintenance .scc-bpill-dot { background:#fbbf24; animation:scc-pulse 2s infinite; }
.scc-bpill.offline .scc-bpill-dot     { background:#f87171; }
.scc-bsettings-btn {
    width:30px; height:30px; border-radius:9px; border:1px solid rgba(255,255,255,.07);
    background:rgba(255,255,255,.03); color:rgba(255,255,255,.4); cursor:pointer;
    display:flex; align-items:center; justify-content:center; font-size:12px; transition:all .15s;
}
.scc-bsettings-btn:hover { background:rgba(139,92,246,.15); border-color:rgba(139,92,246,.3); color:#a78bfa; }

/* Bulk Bar */
.scc-bulk {
    display:flex; gap:8px; padding:12px 16px 14px;
    border-top:1px solid rgba(255,255,255,.04); background:rgba(0,0,0,.15);
}
.scc-bulk-btn {
    flex:1; display:flex; align-items:center; justify-content:center; gap:6px;
    padding:9px 12px; border-radius:11px; border:1px solid rgba(255,255,255,.06);
    background:rgba(255,255,255,.03); color:rgba(255,255,255,.5);
    font-size:11px; font-weight:700; cursor:pointer; transition:all .2s;
}
.scc-bulk-btn:hover { transform:translateY(-2px); }
.scc-bulk-g { background:rgba(52,211,153,.08)!important; border-color:rgba(52,211,153,.2)!important; color:#34d399!important; }
.scc-bulk-g:hover { box-shadow:0 0 16px rgba(52,211,153,.18)!important; }
.scc-bulk-o { background:rgba(251,191,36,.08)!important; border-color:rgba(251,191,36,.2)!important; color:#fbbf24!important; }
.scc-bulk-o:hover { box-shadow:0 0 16px rgba(251,191,36,.18)!important; }
.scc-bulk-r { background:rgba(248,113,113,.08)!important; border-color:rgba(248,113,113,.2)!important; color:#f87171!important; }
.scc-bulk-r:hover { box-shadow:0 0 16px rgba(248,113,113,.18)!important; }

/* ── Maintenance Cards ── */
.scc-maint-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
@media(max-width:1200px){.scc-maint-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px) {.scc-maint-grid{grid-template-columns:1fr}}
.scc-mcard {
    background:rgba(255,255,255,.025); border:1px solid rgba(255,255,255,.07);
    border-radius:18px; padding:20px; transition:all .3s;
}
.scc-mcard:hover { transform:translateY(-2px); border-color:rgba(255,255,255,.12); }
.scc-mcard-head { display:flex; align-items:center; justify-content:space-between; margin-bottom:14px; }
.scc-mcard-title { display:flex; align-items:center; gap:10px; }
.scc-mcard-title h3 { font-size:14px; font-weight:700; margin-bottom:2px; }
.scc-mcard-title span { font-size:11px; color:rgba(255,255,255,.32); }
.scc-mcard-icon { width:38px; height:38px; border-radius:11px; display:flex; align-items:center; justify-content:center; font-size:16px; flex-shrink:0; }
.scc-mcard-desc { font-size:12px; color:rgba(255,255,255,.35); margin-bottom:10px; }
.scc-toggle {
    position:relative; width:52px; height:27px; background:rgba(255,255,255,.1);
    border-radius:14px; cursor:pointer; transition:all .3s; flex-shrink:0; border:1px solid rgba(255,255,255,.08);
}
.scc-toggle.on { background:#8b5cf6; border-color:rgba(139,92,246,.5); box-shadow:0 0 14px rgba(139,92,246,.35); }
.scc-toggle::after {
    content:''; position:absolute; top:3px; left:3px;
    width:19px; height:19px; background:#fff; border-radius:50%;
    transition:transform .3s cubic-bezier(.4,0,.2,1); box-shadow:0 2px 6px rgba(0,0,0,.3);
}
.scc-toggle.on::after { transform:translateX(25px); }
.scc-textarea {
    width:100%; padding:11px 13px; background:rgba(0,0,0,.25);
    border:1px solid rgba(255,255,255,.07); border-radius:11px; color:#fff;
    font-size:13px; outline:none; resize:vertical; min-height:56px;
    font-family:inherit; transition:border-color .2s; margin-top:10px;
}
.scc-textarea:focus { border-color:rgba(139,92,246,.4); }
.scc-textarea::placeholder { color:rgba(255,255,255,.2); }
.scc-input {
    width:100%; padding:11px 13px; background:rgba(0,0,0,.25);
    border:1px solid rgba(255,255,255,.07); border-radius:11px; color:#fff;
    font-size:13px; outline:none; font-family:inherit; transition:border-color .2s;
}
.scc-input:focus { border-color:rgba(139,92,246,.4); }
.scc-input::placeholder { color:rgba(255,255,255,.2); }
.scc-select {
    width:100%; padding:11px 13px; background:rgba(0,0,0,.3);
    border:1px solid rgba(255,255,255,.07); border-radius:11px; color:#fff;
    font-size:13px; outline:none; font-family:inherit; -webkit-appearance:none; cursor:pointer;
}
.scc-select:focus { border-color:rgba(139,92,246,.4); }
.scc-select option { background:#0e0e18; }
.scc-save-btn {
    padding:10px 18px; border-radius:11px; border:none;
    background:linear-gradient(135deg,#8b5cf6,#7c3aed); color:#fff;
    font-size:13px; font-weight:700; cursor:pointer;
    display:flex; align-items:center; gap:7px; transition:all .25s; white-space:nowrap;
}
.scc-save-btn:hover { transform:translateY(-2px); box-shadow:0 0 22px rgba(139,92,246,.4); }
.scc-auto-end {
    display:flex; align-items:center; gap:10px; margin-top:10px; padding:10px 13px;
    background:rgba(255,255,255,.02); border-radius:10px; border:1px solid rgba(255,255,255,.05);
}
.scc-auto-end-lbl { flex:1; font-size:12px; color:rgba(255,255,255,.42); }
.scc-auto-end-lbl strong { color:rgba(255,255,255,.65); display:block; font-size:12px; margin-bottom:1px; }
.scc-dt-input {
    background:rgba(0,0,0,.3); border:1px solid rgba(255,255,255,.08); border-radius:9px;
    color:#fff; font-size:11px; padding:6px 10px; outline:none; font-family:inherit;
}

/* ═══════════════════════════════════════════════════════════
   FIX 4: GLOBALE STEUERUNG — NEUES DESIGN
   ═══════════════════════════════════════════════════════════ */
.scc-global-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
@media(max-width:900px){.scc-global-grid{grid-template-columns:1fr}}
.scc-gaction {
    display:flex; align-items:center; gap:16px; padding:20px 22px;
    border-radius:18px; border:1px solid rgba(255,255,255,.07);
    background:rgba(255,255,255,.025); cursor:pointer; transition:all .3s; position:relative; overflow:hidden;
}
.scc-gaction::before {
    content:''; position:absolute; inset:0; opacity:0;
    transition:opacity .3s; border-radius:18px;
}
.scc-gaction:hover::before { opacity:1; }
.scc-gaction:hover { transform:translateY(-3px); }
.scc-gaction-icon {
    width:52px; height:52px; border-radius:16px;
    display:flex; align-items:center; justify-content:center; font-size:22px; flex-shrink:0;
    transition:transform .3s;
}
.scc-gaction:hover .scc-gaction-icon { transform:scale(1.1); }
.scc-gaction-body { flex:1; }
.scc-gaction-title { font-size:15px; font-weight:800; color:#fff; margin-bottom:4px; }
.scc-gaction-desc  { font-size:12px; color:rgba(255,255,255,.38); line-height:1.4; }
.scc-gaction-arrow { font-size:14px; color:rgba(255,255,255,.2); flex-shrink:0; transition:all .3s; }
.scc-gaction:hover .scc-gaction-arrow { transform:translateX(4px); color:rgba(255,255,255,.5); }

.scc-gaction.ga-green { border-color:rgba(52,211,153,.2); }
.scc-gaction.ga-green::before { background:rgba(52,211,153,.06); }
.scc-gaction.ga-green:hover { border-color:rgba(52,211,153,.4); box-shadow:0 12px 36px rgba(52,211,153,.12); }
.scc-gaction.ga-green .scc-gaction-icon { background:rgba(52,211,153,.12); color:#34d399; }

.scc-gaction.ga-amber { border-color:rgba(251,191,36,.2); }
.scc-gaction.ga-amber::before { background:rgba(251,191,36,.06); }
.scc-gaction.ga-amber:hover { border-color:rgba(251,191,36,.4); box-shadow:0 12px 36px rgba(251,191,36,.12); }
.scc-gaction.ga-amber .scc-gaction-icon { background:rgba(251,191,36,.12); color:#fbbf24; }

.scc-gaction.ga-red { border-color:rgba(248,113,113,.2); }
.scc-gaction.ga-red::before { background:rgba(248,113,113,.06); }
.scc-gaction.ga-red:hover { border-color:rgba(248,113,113,.4); box-shadow:0 12px 36px rgba(248,113,113,.12); }
.scc-gaction.ga-red .scc-gaction-icon { background:rgba(248,113,113,.12); color:#f87171; }

.scc-gaction.ga-blue { border-color:rgba(96,165,250,.2); }
.scc-gaction.ga-blue::before { background:rgba(96,165,250,.06); }
.scc-gaction.ga-blue:hover { border-color:rgba(96,165,250,.4); box-shadow:0 12px 36px rgba(96,165,250,.12); }
.scc-gaction.ga-blue .scc-gaction-icon { background:rgba(96,165,250,.12); color:#60a5fa; }

/* ═══════════════════════════════════════════════════════════
   FIX 5: STATUSMELDUNGEN — STRUKTURIERTES DESIGN
   ═══════════════════════════════════════════════════════════ */
.scc-msg-composer {
    background:rgba(255,255,255,.025); border:1px solid rgba(255,255,255,.07);
    border-radius:18px; overflow:hidden;
}
.scc-msg-composer-head {
    padding:18px 20px 16px; border-bottom:1px solid rgba(255,255,255,.05);
    background:rgba(255,255,255,.02);
    display:flex; align-items:center; justify-content:space-between;
}
.scc-msg-composer-title { display:flex; align-items:center; gap:10px; }
.scc-msg-composer-title h3 { font-size:14px; font-weight:700; }
.scc-msg-composer-title span { font-size:11px; color:rgba(255,255,255,.32); display:block; margin-top:2px; }
.scc-msg-composer-icon { width:36px; height:36px; border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:15px; flex-shrink:0; }
.scc-msg-type-row {
    display:grid; grid-template-columns:repeat(4,1fr); gap:0;
    border-bottom:1px solid rgba(255,255,255,.05);
}
.scc-msg-type-btn {
    padding:12px 8px; border:none; background:transparent; cursor:pointer;
    font-size:12px; font-weight:700; color:rgba(255,255,255,.35); transition:all .2s;
    display:flex; align-items:center; justify-content:center; gap:6px;
    border-right:1px solid rgba(255,255,255,.05);
}
.scc-msg-type-btn:last-child { border-right:none; }
.scc-msg-type-btn:hover { background:rgba(255,255,255,.04); color:rgba(255,255,255,.7); }
.scc-msg-type-btn.active.t-info     { background:rgba(59,130,246,.1);  color:#60a5fa; }
.scc-msg-type-btn.active.t-warning  { background:rgba(245,158,11,.1);  color:#fbbf24; }
.scc-msg-type-btn.active.t-success  { background:rgba(16,185,129,.1);  color:#34d399; }
.scc-msg-type-btn.active.t-critical { background:rgba(239,68,68,.1);   color:#f87171; }
.scc-msg-form { padding:16px 20px 20px; display:flex; flex-direction:column; gap:10px; }
.scc-msg-form-lbl { font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:.8px; color:rgba(255,255,255,.3); margin-bottom:5px; }
.scc-msg-preview-strip {
    display:flex; align-items:center; gap:10px; padding:12px 14px;
    border-radius:11px; border:1px solid rgba(255,255,255,.06); background:rgba(0,0,0,.2);
    font-size:12px; color:rgba(255,255,255,.5); display:none;
}
.scc-msg-preview-bar { width:3px; align-self:stretch; border-radius:3px; flex-shrink:0; }
.scc-msg-preview-bar.info     { background:#3b82f6; }
.scc-msg-preview-bar.warning  { background:#f59e0b; }
.scc-msg-preview-bar.success  { background:#10b981; }
.scc-msg-preview-bar.critical { background:#ef4444; }
.scc-msg-preview-content strong { color:#fff; display:block; margin-bottom:2px; }
.scc-msg-form-btns { display:flex; gap:8px; }
.scc-msg-publish-btn {
    flex:1; padding:12px; border:none; border-radius:12px;
    background:linear-gradient(135deg,#8b5cf6,#7c3aed); color:#fff;
    font-size:13px; font-weight:700; cursor:pointer;
    display:flex; align-items:center; justify-content:center; gap:7px; transition:all .3s;
}
.scc-msg-publish-btn:hover { transform:translateY(-2px); box-shadow:0 0 24px rgba(139,92,246,.4); }
.scc-msg-cancel-btn {
    padding:12px 16px; border-radius:12px; border:1px solid rgba(255,255,255,.1);
    background:rgba(255,255,255,.04); color:rgba(255,255,255,.45); font-size:13px; font-weight:600;
    cursor:pointer; transition:all .15s; display:none; align-items:center; justify-content:center;
}
.scc-msg-cancel-btn:hover { background:rgba(255,255,255,.08); color:#fff; }

/* Message Feed */
.scc-msg-feed {
    background:rgba(255,255,255,.025); border:1px solid rgba(255,255,255,.07);
    border-radius:18px; overflow:hidden;
}
.scc-msg-feed-head {
    padding:16px 20px; border-bottom:1px solid rgba(255,255,255,.05);
    background:rgba(255,255,255,.02);
    display:flex; align-items:center; justify-content:space-between;
}
.scc-msg-feed-title { display:flex; align-items:center; gap:10px; }
.scc-msg-feed-title h3 { font-size:14px; font-weight:700; }
.scc-msg-feed-title span { font-size:11px; color:rgba(255,255,255,.32); display:block; margin-top:2px; }
.scc-msg-feed-icon { width:36px; height:36px; border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:15px; flex-shrink:0; }
.scc-clear-btn {
    padding:7px 13px; border-radius:9px; border:1px solid rgba(239,68,68,.2);
    background:rgba(239,68,68,.07); color:#f87171; font-size:11px; font-weight:700; cursor:pointer; transition:all .2s;
}
.scc-clear-btn:hover { background:rgba(239,68,68,.14); }
.scc-msg-feed-body { max-height:340px; overflow-y:auto; padding:8px 12px 12px; }
.scc-msg-feed-body::-webkit-scrollbar { width:3px; }
.scc-msg-feed-body::-webkit-scrollbar-thumb { background:rgba(139,92,246,.3); border-radius:3px; }
.scc-msg-entry {
    display:flex; gap:0; border-radius:13px; overflow:hidden;
    border:1px solid rgba(255,255,255,.05); margin-bottom:8px;
    background:rgba(0,0,0,.2); transition:all .2s; animation:scc-slide .3s ease-out both;
}
.scc-msg-entry:hover { border-color:rgba(255,255,255,.1); background:rgba(255,255,255,.03); }
.scc-msg-entry-bar { width:4px; flex-shrink:0; }
.scc-msg-entry-bar.info     { background:linear-gradient(180deg,#3b82f6,#1d4ed8); }
.scc-msg-entry-bar.warning  { background:linear-gradient(180deg,#f59e0b,#d97706); }
.scc-msg-entry-bar.success  { background:linear-gradient(180deg,#10b981,#059669); }
.scc-msg-entry-bar.critical { background:linear-gradient(180deg,#ef4444,#dc2626); }
.scc-msg-entry-body { flex:1; padding:12px 14px; min-width:0; }
.scc-msg-entry-header { display:flex; align-items:center; gap:8px; margin-bottom:5px; }
.scc-msg-entry-type {
    display:inline-flex; align-items:center; gap:5px; padding:2px 8px;
    border-radius:6px; font-size:9px; font-weight:800; text-transform:uppercase; letter-spacing:.8px;
}
.scc-msg-entry-type.info     { background:rgba(59,130,246,.15);  color:#60a5fa; }
.scc-msg-entry-type.warning  { background:rgba(245,158,11,.15);  color:#fbbf24; }
.scc-msg-entry-type.success  { background:rgba(16,185,129,.15);  color:#34d399; }
.scc-msg-entry-type.critical { background:rgba(239,68,68,.15);   color:#f87171; }
.scc-msg-entry-time { font-size:10px; color:rgba(255,255,255,.28); margin-left:auto; }
.scc-msg-entry-title { font-size:13px; font-weight:700; color:#fff; margin-bottom:3px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.scc-msg-entry-text  { font-size:12px; color:rgba(255,255,255,.45); line-height:1.4; }
.scc-msg-entry-acts { display:flex; flex-direction:column; gap:0; border-left:1px solid rgba(255,255,255,.05); flex-shrink:0; }
.scc-msg-act {
    flex:1; width:36px; display:flex; align-items:center; justify-content:center;
    font-size:12px; cursor:pointer; border:none; background:transparent; transition:all .15s;
}
.scc-msg-act-edit { color:rgba(167,139,250,.6); }
.scc-msg-act-edit:hover { background:rgba(139,92,246,.12); color:#a78bfa; }
.scc-msg-act-del  { color:rgba(248,113,113,.5); border-top:1px solid rgba(255,255,255,.04); }
.scc-msg-act-del:hover  { background:rgba(239,68,68,.1); color:#f87171; }
.scc-msg-empty { font-size:12px; color:rgba(255,255,255,.22); text-align:center; padding:24px 0; }
.scc-msg-empty i { display:block; font-size:24px; margin-bottom:8px; opacity:.3; }

/* ═══════════════════════════════════════════════════════════
   FIX 3: ÖFFENTLICHE VORSCHAU — NUR 4 SERVICES
   ═══════════════════════════════════════════════════════════ */
.scc-pv-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
@media(max-width:1200px){.scc-pv-grid{grid-template-columns:repeat(2,1fr)}}
.scc-pvcard {
    background:rgba(255,255,255,.02); border-radius:18px; padding:24px 16px;
    border:1px solid rgba(255,255,255,.06); text-align:center;
    transition:all .35s; display:flex; flex-direction:column; align-items:center; gap:10px;
    position:relative; overflow:hidden;
}
.scc-pvcard::before {
    content:''; position:absolute; bottom:0; left:50%; transform:translateX(-50%);
    width:60%; height:40px; border-radius:50%;
    filter:blur(20px); opacity:.3; transition:opacity .3s;
}
.scc-pvcard:hover::before { opacity:.6; }
.scc-pvcard:hover { transform:translateY(-5px); }
.scc-pvcard.pv-online  { border-color:rgba(52,211,153,.12); }
.scc-pvcard.pv-online::before  { background:#34d399; }
.scc-pvcard.pv-online:hover  { border-color:rgba(52,211,153,.35); box-shadow:0 16px 40px rgba(52,211,153,.1); }
.scc-pvcard.pv-wartung { border-color:rgba(251,191,36,.12); }
.scc-pvcard.pv-wartung::before { background:#fbbf24; }
.scc-pvcard.pv-wartung:hover { border-color:rgba(251,191,36,.35); box-shadow:0 16px 40px rgba(251,191,36,.1); }
.scc-pvcard.pv-offline { border-color:rgba(248,113,113,.12); }
.scc-pvcard.pv-offline::before { background:#f87171; }
.scc-pvcard.pv-offline:hover { border-color:rgba(248,113,113,.35); box-shadow:0 16px 40px rgba(248,113,113,.1); }
.scc-pvicon {
    width:56px; height:56px; border-radius:17px;
    display:flex; align-items:center; justify-content:center; font-size:24px;
}
.pv-online  .scc-pvicon { background:rgba(52,211,153,.1);  color:#34d399; box-shadow:0 0 20px rgba(52,211,153,.2); }
.pv-wartung .scc-pvicon { background:rgba(251,191,36,.1);  color:#fbbf24; box-shadow:0 0 20px rgba(251,191,36,.2); }
.pv-offline .scc-pvicon { background:rgba(248,113,113,.1); color:#f87171; box-shadow:0 0 20px rgba(248,113,113,.2); }
.scc-pvname { font-size:14px; font-weight:700; color:#fff; }
.scc-pvpill {
    display:inline-flex; align-items:center; gap:5px; padding:4px 12px;
    border-radius:20px; font-size:10px; font-weight:800; letter-spacing:.5px; text-transform:uppercase;
}
.pv-online  .scc-pvpill { background:rgba(52,211,153,.1);  color:#34d399; border:1px solid rgba(52,211,153,.22); }
.pv-wartung .scc-pvpill { background:rgba(251,191,36,.1);  color:#fbbf24; border:1px solid rgba(251,191,36,.22); }
.pv-offline .scc-pvpill { background:rgba(248,113,113,.1); color:#f87171; border:1px solid rgba(248,113,113,.22); }
.scc-pvdot { width:5px; height:5px; border-radius:50%; flex-shrink:0; }
.pv-online  .scc-pvdot { background:#34d399; animation:scc-pulse 2s infinite; }
.pv-wartung .scc-pvdot { background:#fbbf24; animation:scc-pulse 2s infinite; }
.pv-offline .scc-pvdot { background:#f87171; }
.scc-pvuptime { font-size:10px; color:rgba(255,255,255,.28); }

/* ── Scheduled & Incidents ── */
.scc-sched-empty, .scc-inc-empty {
    font-size:12px; color:rgba(255,255,255,.25); text-align:center; padding:20px 0;
}
.scc-sched-empty i, .scc-inc-empty i { display:block; font-size:22px; margin-bottom:8px; opacity:.3; }
.scc-sched-item {
    display:flex; align-items:center; gap:12px; padding:13px 15px;
    background:rgba(255,255,255,.02); border:1px solid rgba(255,255,255,.05);
    border-radius:12px; margin-bottom:8px; transition:all .2s;
}
.scc-sched-item:hover { background:rgba(255,255,255,.04); border-color:rgba(139,92,246,.18); }
.scc-sched-icon { width:36px; height:36px; border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:14px; flex-shrink:0; }
.scc-sched-info { flex:1; min-width:0; }
.scc-sched-title { font-weight:700; font-size:13px; margin-bottom:3px; }
.scc-sched-meta  { font-size:11px; color:rgba(255,255,255,.35); }
.scc-sched-right { display:flex; align-items:center; gap:8px; flex-shrink:0; }
.scc-del-btn {
    width:28px; height:28px; border-radius:8px; border:none;
    background:rgba(239,68,68,.1); color:#f87171; cursor:pointer;
    display:flex; align-items:center; justify-content:center; font-size:12px; transition:all .2s;
}
.scc-del-btn:hover { background:rgba(239,68,68,.22); transform:scale(1.1); }
.scc-priority { display:inline-flex; align-items:center; gap:5px; padding:3px 9px; border-radius:8px; font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:.5px; }
.priority-low      { background:rgba(52,211,153,.1);  color:#34d399; border:1px solid rgba(52,211,153,.2); }
.priority-medium   { background:rgba(251,191,36,.1);  color:#fbbf24; border:1px solid rgba(251,191,36,.2); }
.priority-high     { background:rgba(249,115,22,.1);  color:#fb923c; border:1px solid rgba(249,115,22,.2); }
.priority-critical { background:rgba(239,68,68,.15);  color:#ef4444; border:1px solid rgba(239,68,68,.3); }
.scc-inc-item {
    display:flex; align-items:flex-start; gap:12px; padding:13px 15px;
    background:rgba(255,255,255,.02); border:1px solid rgba(255,255,255,.05);
    border-radius:12px; margin-bottom:8px; transition:all .2s;
}
.scc-inc-item:hover { background:rgba(255,255,255,.04); }
.scc-inc-dot { width:8px; height:8px; border-radius:50%; flex-shrink:0; margin-top:4px; }
.scc-inc-content { flex:1; }
.scc-inc-title { font-weight:700; font-size:13px; margin-bottom:3px; }
.scc-inc-meta  { font-size:11px; color:rgba(255,255,255,.35); }
.scc-inc-right { display:flex; flex-direction:column; align-items:flex-end; gap:6px; flex-shrink:0; }

/* ── Whitelist ── */
.scc-wl-item {
    display:flex; align-items:center; gap:10px; padding:10px 12px;
    background:rgba(255,255,255,.02); border:1px solid rgba(255,255,255,.04);
    border-radius:10px; transition:all .2s; margin-bottom:7px;
}
.scc-wl-item:hover { background:rgba(255,255,255,.04); }
.scc-wl-avatar {
    width:32px; height:32px; border-radius:9px;
    background:linear-gradient(135deg,#22d3ee,#8b5cf6);
    display:flex; align-items:center; justify-content:center;
    font-weight:800; font-size:11px; flex-shrink:0;
}
.scc-wl-info { flex:1; }
.scc-wl-name { font-weight:700; font-size:13px; }
.scc-wl-role { font-size:10px; color:rgba(255,255,255,.35); }
.scc-wl-remove {
    width:26px; height:26px; border-radius:7px; border:none;
    background:rgba(239,68,68,.1); color:#f87171; cursor:pointer;
    display:flex; align-items:center; justify-content:center; font-size:11px; transition:all .2s;
}
.scc-wl-remove:hover { background:rgba(239,68,68,.22); transform:scale(1.1); }
.scc-wl-list { max-height:160px; overflow-y:auto; padding-right:2px; }
.scc-wl-list::-webkit-scrollbar { width:3px; }
.scc-wl-list::-webkit-scrollbar-thumb { background:rgba(139,92,246,.3); border-radius:3px; }
.scc-add-btn {
    padding:11px 16px; background:linear-gradient(135deg,#8b5cf6,#7c3aed);
    border:none; border-radius:11px; color:#fff; font-size:12px; font-weight:700;
    cursor:pointer; transition:all .25s; display:flex; align-items:center; gap:6px; flex-shrink:0;
}
.scc-add-btn:hover { transform:translateY(-2px); box-shadow:0 0 18px rgba(139,92,246,.35); }

/* ── Panels ── */
.scc-2col { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
@media(max-width:900px){.scc-2col{grid-template-columns:1fr}}
.scc-panel {
    background:rgba(255,255,255,.025); border:1px solid rgba(255,255,255,.07);
    border-radius:18px; padding:20px;
}
.scc-panel-head { display:flex; align-items:center; justify-content:space-between; margin-bottom:16px; }
.scc-panel-title { display:flex; align-items:center; gap:10px; }
.scc-panel-title h3 { font-size:14px; font-weight:700; }
.scc-panel-title span { font-size:11px; color:rgba(255,255,255,.35); display:block; margin-top:2px; }
.scc-panel-icon { width:36px; height:36px; border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:15px; flex-shrink:0; }
.scc-form-row { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:10px; }
.scc-form-lbl { font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:.8px; color:rgba(255,255,255,.32); margin-bottom:6px; }
.scc-char { text-align:right; font-size:10px; color:rgba(255,255,255,.25); margin-top:4px; }

/* ═══════════════════════════════════════════════════════════
   FIX 1: BOT MODAL — POSITION:FIXED, KEIN SCROLL-PROBLEM
   ═══════════════════════════════════════════════════════════ */
.scc-bmodal-overlay {
    position:fixed; inset:0; background:rgba(0,0,0,.78); backdrop-filter:blur(8px);
    z-index:99999; display:flex; align-items:center; justify-content:center;
    opacity:0; pointer-events:none; transition:opacity .25s; padding:20px;
}
.scc-bmodal-overlay.open { opacity:1; pointer-events:all; }
.scc-bmodal-box {
    background:#0d0d1a; border:1px solid rgba(139,92,246,.25);
    border-radius:24px; width:580px; max-width:100%; max-height:88vh; overflow-y:auto;
    transform:translateY(24px) scale(.97); transition:transform .28s cubic-bezier(.34,1.56,.64,1);
    box-shadow:0 32px 80px rgba(0,0,0,.6), 0 0 0 1px rgba(139,92,246,.1);
}
.scc-bmodal-box::-webkit-scrollbar { width:3px; }
.scc-bmodal-box::-webkit-scrollbar-thumb { background:rgba(139,92,246,.3); border-radius:3px; }
.scc-bmodal-overlay.open .scc-bmodal-box { transform:translateY(0) scale(1); }
.scc-bm-head {
    padding:26px 28px 22px; border-bottom:1px solid rgba(255,255,255,.06);
    display:flex; align-items:center; gap:16px; position:sticky; top:0;
    background:#0d0d1a; z-index:2; border-radius:24px 24px 0 0;
}
.scc-bm-av { width:54px; height:54px; border-radius:17px; display:flex; align-items:center; justify-content:center; font-size:23px; flex-shrink:0; box-shadow:0 4px 20px rgba(0,0,0,.4); }
.scc-bm-info { flex:1; }
.scc-bm-info h2 { font-size:18px; font-weight:800; margin-bottom:4px; }
.scc-bm-info p  { font-size:13px; color:rgba(255,255,255,.4); }
.scc-bm-close {
    width:36px; height:36px; border-radius:10px; border:1px solid rgba(255,255,255,.08);
    background:transparent; color:rgba(255,255,255,.42); cursor:pointer; font-size:15px;
    display:flex; align-items:center; justify-content:center; transition:all .15s; flex-shrink:0;
}
.scc-bm-close:hover { background:rgba(255,255,255,.07); color:#fff; }
.scc-bm-body { padding:24px 28px; display:flex; flex-direction:column; gap:22px; }
.scc-bm-sec-lbl { font-size:10px; font-weight:800; text-transform:uppercase; letter-spacing:1.8px; color:rgba(255,255,255,.28); margin-bottom:12px; display:flex; align-items:center; gap:7px; }
.scc-bm-sec-lbl i { color:#8b5cf6; }
.scc-bm-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.scc-bm-stat {
    background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,.06);
    border-radius:13px; padding:16px; text-align:center;
}
.scc-bm-stat-val { font-size:22px; font-weight:900; }
.scc-bm-stat-lbl { font-size:10px; color:rgba(255,255,255,.3); text-transform:uppercase; letter-spacing:.8px; margin-top:5px; }
.scc-bm-status-row { display:flex; gap:10px; }
.scc-bm-sbtn {
    flex:1; padding:13px; border-radius:13px; border:1px solid rgba(255,255,255,.07);
    background:rgba(255,255,255,.03); color:rgba(255,255,255,.5);
    font-size:13px; font-weight:700; cursor:pointer;
    display:flex; align-items:center; justify-content:center; gap:8px; transition:all .2s;
}
.scc-bm-sbtn:hover { background:rgba(255,255,255,.07); color:#fff; transform:translateY(-2px); }
.scc-bm-sbtn.s-online  { background:rgba(16,185,129,.15)!important; border-color:rgba(16,185,129,.35)!important; color:#34d399!important; }
.scc-bm-sbtn.s-wartung { background:rgba(245,158,11,.15)!important; border-color:rgba(245,158,11,.35)!important; color:#fbbf24!important; }
.scc-bm-sbtn.s-offline { background:rgba(239,68,68,.15)!important;  border-color:rgba(239,68,68,.35)!important;  color:#f87171!important; }
.scc-bm-notify-tabs { display:flex; gap:7px; margin-bottom:12px; flex-wrap:wrap; }
.scc-bm-ntab {
    padding:7px 13px; border-radius:9px; border:1px solid rgba(255,255,255,.06);
    background:transparent; color:rgba(255,255,255,.38); font-size:11px; font-weight:600;
    cursor:pointer; transition:all .15s; display:flex; align-items:center; gap:6px;
}
.scc-bm-ntab.active { background:rgba(139,92,246,.15); border-color:rgba(139,92,246,.35); color:#a78bfa; }
.scc-bm-ntab:hover { color:#fff; background:rgba(255,255,255,.04); }
.scc-bm-npanel { display:none; }
.scc-bm-npanel.active { display:flex; flex-direction:column; gap:10px; }
.scc-bm-footer { padding:0 28px 26px; display:flex; gap:10px; }
.scc-bm-save {
    flex:1; padding:14px; border-radius:13px; border:none;
    background:linear-gradient(135deg,#8b5cf6,#7c3aed); color:#fff;
    font-size:14px; font-weight:700; cursor:pointer;
    display:flex; align-items:center; justify-content:center; gap:8px; transition:opacity .2s;
}
.scc-bm-save:hover { opacity:.85; }
.scc-bm-cancel {
    padding:14px 22px; border-radius:13px; border:1px solid rgba(255,255,255,.08);
    background:transparent; color:rgba(255,255,255,.5); font-size:14px; font-weight:600; cursor:pointer; transition:all .15s;
}
.scc-bm-cancel:hover { background:rgba(255,255,255,.05); color:#fff; }

/* ── Confirm Dialog ── */
.scc-confirm-overlay {
    position:fixed; inset:0; background:rgba(0,0,0,.78); backdrop-filter:blur(8px);
    z-index:999999; display:flex; align-items:center; justify-content:center;
    opacity:0; pointer-events:none; transition:opacity .25s; padding:20px;
}
.scc-confirm-overlay.open { opacity:1; pointer-events:all; }
.scc-confirm-box {
    background:#0d0d1a; border:1px solid rgba(139,92,246,.22);
    border-radius:22px; width:440px; max-width:100%;
    transform:translateY(20px) scale(.97); transition:transform .25s; overflow:hidden;
    box-shadow:0 32px 80px rgba(0,0,0,.6);
}
.scc-confirm-overlay.open .scc-confirm-box { transform:translateY(0) scale(1); }
.scc-confirm-head {
    padding:26px 28px 20px; border-bottom:1px solid rgba(255,255,255,.05);
    display:flex; align-items:center; gap:14px;
}
.scc-confirm-icon { width:50px; height:50px; border-radius:15px; display:flex; align-items:center; justify-content:center; font-size:22px; flex-shrink:0; }
.scc-confirm-icon.warn    { background:rgba(251,191,36,.1);  color:#fbbf24; }
.scc-confirm-icon.danger  { background:rgba(239,68,68,.1);   color:#f87171; }
.scc-confirm-icon.success { background:rgba(52,211,153,.1);  color:#34d399; }
.scc-confirm-head h3 { font-size:17px; font-weight:800; margin-bottom:4px; }
.scc-confirm-head p  { font-size:13px; color:rgba(255,255,255,.4); }
.scc-confirm-body { padding:20px 28px 26px; display:flex; flex-direction:column; gap:12px; }
.scc-confirm-note { font-size:13px; color:rgba(255,255,255,.5); line-height:1.6; padding:12px 14px; background:rgba(255,255,255,.03); border-radius:10px; border:1px solid rgba(255,255,255,.05); }
.scc-confirm-btns { display:flex; gap:10px; }
.scc-confirm-ok {
    flex:1; padding:13px; border-radius:12px; border:none;
    font-size:14px; font-weight:700; cursor:pointer;
    display:flex; align-items:center; justify-content:center; gap:8px; transition:opacity .2s;
}
.scc-confirm-ok.warn    { background:linear-gradient(135deg,#f59e0b,#d97706); color:#fff; }
.scc-confirm-ok.danger  { background:linear-gradient(135deg,#ef4444,#dc2626); color:#fff; }
.scc-confirm-ok.success { background:linear-gradient(135deg,#10b981,#059669); color:#fff; }
.scc-confirm-ok:hover { opacity:.85; }
.scc-confirm-cancel {
    padding:13px 22px; border-radius:12px; border:1px solid rgba(255,255,255,.08);
    background:transparent; color:rgba(255,255,255,.5); font-size:14px; font-weight:600; cursor:pointer; transition:all .15s;
}
.scc-confirm-cancel:hover { background:rgba(255,255,255,.05); color:#fff; }

/* ── Color Helpers ── */
.ci-blue   { background:rgba(59,130,246,.1);  color:#60a5fa; }
.ci-cyan   { background:rgba(6,182,212,.1);   color:#22d3ee; }
.ci-green  { background:rgba(16,185,129,.1);  color:#34d399; }
.ci-orange { background:rgba(245,158,11,.1);  color:#fbbf24; }
.ci-purple { background:rgba(139,92,246,.1);  color:#a78bfa; }
.ci-red    { background:rgba(239,68,68,.1);   color:#f87171; }
.ci-pink   { background:rgba(236,72,153,.1);  color:#f472b6; }