.cy-board{width:100%;max-width:min(100%,420px);border-radius:22px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,rgba(14,20,24,.96),rgba(8,12,16,.98));box-shadow:0 28px 70px rgba(0,0,0,.45);padding:16px 16px 14px;box-sizing:border-box;max-height:min(100%,520px);display:flex;flex-direction:column;min-height:0}.cy-board-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:12px;flex-shrink:0}.cy-board-kicker{margin:0 0 3px;font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:rgba(110,231,183,.9)}.cy-board-title{margin:0;font-family:var(--font-display),var(--font-manrope),sans-serif;font-size:clamp(15px,1.8vw,19px);font-weight:650;letter-spacing:-.02em;color:#fff;line-height:1.25}.cy-board-live{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;padding:5px 9px;border-radius:999px;border:1px solid rgba(52,211,153,.35);background:rgba(52,211,153,.1);color:#6ee7b7;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.cy-board-live-dot{width:6px;height:6px;border-radius:50%;background:#34d399;box-shadow:0 0 8px rgba(52,211,153,.9);animation:cy-pulse 1.8s ease-in-out infinite}.cy-perimeter{position:relative;width:100%;aspect-ratio:1.25/1;max-height:220px;margin:0 auto 12px;display:grid;place-items:center;flex-shrink:0}.cy-ring{position:absolute;border-radius:50%;border:1px dashed rgba(255,255,255,.14);background:transparent;padding:0;cursor:pointer;transition:border-color .3s ease,box-shadow .3s ease,background .3s ease}.cy-ring--0{inset:4%}.cy-ring--1{inset:16%}.cy-ring--2{inset:28%}.cy-ring--3{inset:40%}.cy-ring.is-active{border-style:solid;border-color:rgba(52,211,153,.55);box-shadow:inset 0 0 24px rgba(52,211,153,.08),0 0 20px rgba(52,211,153,.12);background:rgba(52,211,153,.04)}.cy-core{position:relative;z-index:4;width:88px;height:88px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:1px solid rgba(52,211,153,.4);background:radial-gradient(circle at 40% 30%,rgba(52,211,153,.18),rgba(8,12,16,.95));box-shadow:0 12px 30px rgba(0,0,0,.35)}.cy-core-icon{width:34px;height:34px;object-fit:contain;filter:brightness(1.15)}.cy-core span{font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#6ee7b7}.cy-threat{position:absolute;top:10%;right:2%;z-index:5;display:inline-flex;align-items:center;gap:8px;max-width:calc(100% - 24px);padding:8px 10px;border-radius:12px;border:1px solid rgba(251,113,133,.45);background:rgba(20,10,14,.92);color:#fda4af;box-shadow:0 12px 28px rgba(244,63,94,.2)}.cy-threat strong{display:block;font-size:11px;font-weight:650;color:#fecdd3;line-height:1.2}.cy-threat em{display:block;font-style:normal;font-family:var(--font-mono),ui-monospace,monospace;font-size:9px;letter-spacing:.04em;text-transform:uppercase;color:rgba(253,164,175,.75)}.cy-layers{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:10px;flex-shrink:0}.cy-layer{text-align:left;padding:9px 10px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.02);color:inherit;cursor:pointer;transition:border-color .25s ease,background .25s ease;min-width:0}.cy-layer strong{display:block;font-size:12px;font-weight:650;color:#fff;margin-bottom:2px}.cy-layer span{display:block;font-size:10px;color:rgba(255,255,255,.45);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cy-layer.is-active{border-color:rgba(52,211,153,.45);background:rgba(52,211,153,.08)}.cy-layer.is-active span{color:rgba(110,231,183,.8)}.cy-footnote{margin:0;font-size:11.5px;line-height:1.35;color:rgba(255,255,255,.5);min-height:2.4em;flex-shrink:0}.cy-footnote strong{color:rgba(255,255,255,.88);font-weight:650}@keyframes cy-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.25);opacity:.65}}@media (max-width:1023px){.cy-board{max-width:100%;max-height:none}.cy-perimeter{max-height:240px}}@media (max-width:639px){.cy-board{padding:14px 12px 12px}.cy-board-live{display:none}.cy-perimeter{max-height:200px}.cy-core{width:76px;height:76px}.cy-core-icon{width:28px;height:28px}.cy-threat{top:6%;right:0;padding:7px 8px}}@media (min-width:1024px) and (max-height:820px){.cy-board{padding:12px 14px 10px;max-height:min(100%,440px)}.cy-perimeter{max-height:170px;margin-bottom:8px}.cy-core{width:70px;height:70px}.cy-layers{gap:6px;margin-bottom:8px}.cy-layer{padding:7px 8px}}@media (prefers-reduced-motion:reduce){.cy-board-live-dot{animation:none}}