:root { color-scheme: dark; font-family: Inter, "Segoe UI", Arial, sans-serif; background: #090812; color: #f8f4ff; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 280px; min-height: 100svh; background: radial-gradient(ellipse at 50% 5%, #4e155633, transparent 62%), radial-gradient(ellipse at 100% 70%, #25185444, transparent 55%), #090812; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; background-image: linear-gradient(#ffffff03 1px, transparent 1px), linear-gradient(90deg, #ffffff03 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(#000, transparent); }
.entry { position: relative; max-width: 700px; margin: auto; padding: 34px 24px 30px; }
.brand { display: flex; align-items: center; flex-direction: column; margin: 0 0 28px; }
.brand img { display: block; width: min(340px, 88%); height: auto; margin: -20px 0 -20px; }
.eyebrow { text-transform: uppercase; font-size: 10px; letter-spacing: .25em; color: #b7a5c8; font-weight: 700; }
.card { padding: 38px; border: 1px solid #c089ef29; border-radius: 26px; background: linear-gradient(145deg, #1c1425ed, #100e19f2); box-shadow: 0 25px 80px #0006, inset 0 1px #ffffff0b; }
.status { display: inline-flex; gap: 9px; align-items: center; border: 1px solid #efc88129; border-radius: 999px; padding: 8px 12px; color: #edce93; background: #edb8460a; font-size: 11px; font-weight: 650; letter-spacing: .035em; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: #edce93; box-shadow: 0 0 14px #eeba5670; }
h1 { margin: 26px 0 18px; font-size: clamp(30px, 5.4vw, 44px); line-height: 1.13; letter-spacing: -.045em; font-weight: 750; }
h1 span { color: #c8b4e2; }
.intro { max-width: 470px; margin: 0; font-size: 15px; line-height: 1.7; color: #b7afc3; }
.connection { display: flex; align-items: center; gap: 16px; border: 1px solid #9582bd24; border-radius: 16px; padding: 21px 20px; margin: 30px 0 22px; background: #09081188; }
.connection-symbol { display: grid; place-items: center; flex: 0 0 36px; height: 36px; border: 1px solid #bb8bed35; border-radius: 11px; font-size: 22px; color: #d4aaff; background: #a454ee10; }
.connection-detail { min-width: 0; }
.connection-label { display: block; color: #a99bb8; font-size: 11px; margin-bottom: 6px; letter-spacing: .025em; }
code { display: block; font: 500 clamp(14px, 2.6vw, 19px)/1.5 "Cascadia Code", Consolas, monospace; color: #f4e7ff; overflow-wrap: anywhere; }
.notice { color: #92869f; font-size: 12px; line-height: 1.7; margin: 0; }
footer { text-align: center; margin-top: 28px; color: #786d86; font-size: 11px; letter-spacing: .025em; }
footer span { padding: 0 7px; color: #b690cf; }
@media (max-width: 480px) { .entry { padding: 22px 18px 24px; } .brand { margin-bottom: 20px; } .brand img { width: 280px; } .card { padding: 27px 24px; border-radius: 22px; } .status { font-size: 10px; } .intro { font-size: 14px; } .connection { gap: 12px; padding: 18px 14px; margin-top: 25px; } h1 { margin-top: 23px; } }
