.sample-report-module__LqNkaG__main{background:var(--paper);flex-direction:column;max-width:100%;min-height:100vh;margin:0 auto;display:flex}.sample-report-module__LqNkaG__container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.sample-report-module__LqNkaG__padY{padding-top:80px;padding-bottom:80px}.sample-report-module__LqNkaG__hero h1{letter-spacing:-.03em;margin-bottom:24px;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.1}.sample-report-module__LqNkaG__monoLabel{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:12px;font-size:.75rem;display:block}.sample-report-module__LqNkaG__hero{text-align:center;background:var(--paper);border-bottom:1px solid var(--line)}.sample-report-module__LqNkaG__previewCard{border:1px solid var(--line);text-align:left;background:#fff;border-radius:8px;max-width:500px;margin:32px auto;overflow:hidden;box-shadow:0 10px 25px -5px #0000001a}.sample-report-module__LqNkaG__previewHeader{border-bottom:1px solid var(--line);font-family:var(--font-mono);color:var(--muted);background:#fafafa;justify-content:space-between;padding:8px 12px;font-size:.7rem;display:flex}.sample-report-module__LqNkaG__previewBody{flex-direction:column;align-items:center;gap:12px;padding:32px;display:flex}.sample-report-module__LqNkaG__skeletonBar{background:#e2e8f0;border-radius:2px}.sample-report-module__LqNkaG__previewBadge{background:var(--green-bg,#ecfdf5);color:var(--green);border:1px solid var(--green);font-size:.75rem;font-weight:700;font-family:var(--font-mono);border-radius:4px;margin-top:12px;padding:8px 16px}.sample-report-module__LqNkaG__consoleSection{background:#f8fafc}.sample-report-module__LqNkaG__consoleContainer{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:300px 1fr;min-height:600px;display:grid;overflow:hidden;box-shadow:0 10px 30px -5px #0000000d}.sample-report-module__LqNkaG__consoleNav{border-right:1px solid var(--line);background:#fafafa;flex-direction:column;display:flex}.sample-report-module__LqNkaG__consoleTab{border-bottom:1px solid var(--line);cursor:pointer;text-align:left;flex-direction:column;gap:4px;padding:20px 24px;transition:all .2s;display:flex;position:relative}.sample-report-module__LqNkaG__consoleTab:hover{background:#f1f5f9}.sample-report-module__LqNkaG__consoleTab[data-active=true]{background:var(--ink);color:#fff;border-color:var(--ink)}.sample-report-module__LqNkaG__consoleTab[data-active=true] .sample-report-module__LqNkaG__tabId{opacity:1;color:#ffffffb3}.sample-report-module__LqNkaG__consoleTab[data-active=true]:after{content:"→";font-family:var(--font-mono);opacity:.5;position:absolute;top:50%;right:20px;transform:translateY(-50%)}.sample-report-module__LqNkaG__tabId{font-family:var(--font-mono);opacity:.7;color:var(--muted);font-size:.75rem}.sample-report-module__LqNkaG__tabTitle{font-size:.95rem;font-weight:600}.sample-report-module__LqNkaG__consoleViewport{justify-content:center;align-items:center;padding:48px;display:flex;position:relative}.sample-report-module__LqNkaG__viewContent{width:100%;animation:.4s sample-report-module__LqNkaG__fadeIn;display:none}.sample-report-module__LqNkaG__viewContent[data-active=true]{grid-template-columns:1fr 1fr;align-items:center;gap:48px;display:grid}@keyframes sample-report-module__LqNkaG__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.sample-report-module__LqNkaG__vizWrapper{border:1px solid var(--line);background:#fff;border-radius:8px;justify-content:center;align-items:center;min-height:250px;padding:32px;display:flex;box-shadow:0 4px 12px #0000000d}.sample-report-module__LqNkaG__vizVerdict{width:100%}.sample-report-module__LqNkaG__vizVerdict .sample-report-module__LqNkaG__bar{background:var(--line);border-radius:4px;height:8px;margin-top:12px;overflow:hidden}.sample-report-module__LqNkaG__vizVerdict .sample-report-module__LqNkaG__fill{background:var(--green);width:85%;height:100%}.sample-report-module__LqNkaG__radarBox{border:1px dashed var(--muted);background:radial-gradient(circle,#fff 20%,#f5f5f5 100%);border-radius:50%;width:140px;height:140px;position:relative}.sample-report-module__LqNkaG__radarSweep{background:conic-gradient(#0000 0deg,#10b98133 60deg,#0000 60deg);border-radius:50%;animation:4s linear infinite sample-report-module__LqNkaG__spin;position:absolute;inset:0}.sample-report-module__LqNkaG__radarDot{background:var(--green);border-radius:50%;width:8px;height:8px;position:absolute;top:40px;left:50px}.sample-report-module__LqNkaG__routeMap{font-family:var(--font-mono);align-items:center;gap:8px;font-size:.75rem;display:flex}.sample-report-module__LqNkaG__node{border:1px solid var(--ink);color:var(--ink);border-radius:4px;padding:4px 8px}.sample-report-module__LqNkaG__conn{background:var(--ink);flex-grow:1;width:40px;height:1px}.sample-report-module__LqNkaG__blueprint{background:#eff6ff;border:1px solid #3b82f6;width:100%;height:120px;position:relative}.sample-report-module__LqNkaG__dim{background:#3b82f6;width:1px;position:absolute;top:0;bottom:0;right:10px}.sample-report-module__LqNkaG__terminal{color:#cbd5e1;font-family:var(--font-mono);text-align:left;background:#1e293b;border-radius:6px;width:100%;padding:20px;font-size:.8rem}@keyframes sample-report-module__LqNkaG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes sample-report-module__LqNkaG__blink{50%{opacity:0}}@media (max-width:900px){.sample-report-module__LqNkaG__consoleContainer{grid-template-columns:1fr;min-height:auto}.sample-report-module__LqNkaG__consoleNav{border-bottom:1px solid var(--line);border-right:none;flex-direction:row;overflow-x:auto}.sample-report-module__LqNkaG__consoleTab{border-bottom:none;border-right:1px solid var(--line);flex-shrink:0;min-width:140px;padding:16px}.sample-report-module__LqNkaG__consoleTab[data-active=true]:after{display:none}.sample-report-module__LqNkaG__consoleViewport{padding:24px}.sample-report-module__LqNkaG__viewContent[data-active=true]{grid-template-columns:1fr;gap:24px}.sample-report-module__LqNkaG__vizWrapper{order:-1;padding:24px}}
