.adrec-live-page{background:radial-gradient(circle at 80% 8%,#14b8a61c,transparent 28rem)}
.adrec-hero{grid-template-columns:minmax(0,1fr) 300px;align-items:center;gap:64px;padding-top:82px;padding-bottom:74px;display:grid}
.adrec-hero h1{letter-spacing:-.06em;max-width:760px;margin:20px 0 22px;font-size:clamp(3rem,6vw,5rem);line-height:.98}
.adrec-hero>div>p{max-width:750px;color:var(--muted);margin:0 0 28px;font-size:1.02rem;line-height:1.75}
.adrec-live-line{flex-wrap:wrap;align-items:center;gap:12px;display:flex}
.adrec-live-status{color:#b8f5de;background:#0e3b32;border:1px solid #25d97855;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:.75rem;font-weight:750;display:inline-flex}
.adrec-live-status span,.adrec-pulse{background:var(--green);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 5px #25d97818;display:inline-block}
.adrec-live-status[data-state=loading] span{animation:adrecPulse 1.5s ease-in-out infinite}
.adrec-source-card{border:1px solid #2c5b57;background:linear-gradient(145deg,#14b8a612,transparent 55%),var(--surface);border-radius:22px;padding:28px;box-shadow:0 24px 70px #0000002e}
.adrec-source-card strong{color:#d9fff4;letter-spacing:-.025em;font-size:1.45rem;display:block}
.adrec-source-card p:not(.section-kicker){color:var(--muted);margin:14px 0 20px;font-size:.86rem;line-height:1.68}
.adrec-source-card span{color:#8ce8ca;border-top:1px solid #2c5b57;padding-top:16px;font-size:.73rem;line-height:1.5;display:block}
.adrec-context{border-top:1px solid var(--line);grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:70px;padding-top:66px;padding-bottom:82px;display:grid}
.adrec-context h2,.adrec-dashboard-heading h2{letter-spacing:-.045em;margin:0;font-size:clamp(2rem,4vw,3.25rem);line-height:1.06}
.adrec-context-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}
.adrec-context-grid article{border:1px solid var(--line);background:var(--surface);border-radius:16px;padding:20px}
.adrec-context-grid strong{color:#a7f3d0;font-size:.95rem}
.adrec-context-grid p{color:var(--muted);margin:9px 0 0;font-size:.78rem;line-height:1.58}
.adrec-dashboard-section{background:radial-gradient(circle at 20% 12%,#14b8a616,transparent 32rem),#0d0d21;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:90px 0 100px}
.adrec-dashboard-heading{grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);align-items:end;gap:70px;margin-bottom:34px;display:grid}
.adrec-dashboard-heading>p{color:var(--muted);margin:0;font-size:.93rem;line-height:1.7}
.adrec-frame-shell{border:1px solid #315853;background:#f6f8f8;border-radius:22px;overflow:hidden;box-shadow:0 28px 90px #0000005c}
.adrec-frame-toolbar{color:#e9fff9;background:#101f22;border-bottom:1px solid #315853;justify-content:space-between;align-items:center;gap:18px;min-height:62px;padding:0 22px;font-size:.8rem;display:flex}
.adrec-frame-toolbar>div{align-items:center;gap:10px;display:flex}
.adrec-frame-toolbar a{color:#a7f3d0;font-weight:750}
.adrec-dashboard-frame{background:#f7f9f9;border:0;width:100%;height:1120px;display:block}
.adrec-frame-note{color:#c8cad8;background:#101f22;border-top:1px solid #315853;justify-content:space-between;align-items:center;gap:22px;padding:18px 22px;display:flex}
.adrec-frame-note p{margin:0;font-size:.77rem;line-height:1.55}
.adrec-frame-note .button{flex:none;min-height:42px;padding-inline:18px;font-size:.75rem}
.adrec-noscript{color:#fff;background:#7f1d1d;margin:0;padding:18px}
.adrec-method{padding-top:94px;padding-bottom:104px}
.adrec-faq{padding-top:0;padding-bottom:96px}
@keyframes adrecPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.8)}}
@media(max-width:1000px){.adrec-hero{grid-template-columns:minmax(0,1fr) 260px;gap:40px}.adrec-context{grid-template-columns:1fr;gap:34px}.adrec-dashboard-frame{height:1050px}}
@media(max-width:820px){.adrec-hero{grid-template-columns:1fr;padding-top:58px}.adrec-source-card{max-width:none}.adrec-dashboard-heading{grid-template-columns:1fr;gap:18px}.adrec-context-grid{grid-template-columns:1fr}.adrec-dashboard-section{padding:70px 0 78px}.adrec-dashboard-frame{height:1250px}.adrec-frame-note{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.adrec-hero{gap:28px;padding-top:42px;padding-bottom:54px}.adrec-hero h1{font-size:2.75rem}.adrec-live-line{align-items:flex-start;flex-direction:column}.adrec-dashboard-frame{height:1350px}.adrec-frame-toolbar{align-items:flex-start;flex-direction:column;padding:15px 16px}.adrec-frame-note{padding:16px}.adrec-frame-note .button{width:100%}}
@media(prefers-reduced-motion:reduce){.adrec-live-status[data-state=loading] span{animation:none}}