.vrvcel-tool{
  --vrvcel-accent:#177D7A;
  --vrvcel-accent-dark:#105E5C;
  --vrvcel-bg:#F8F6F6;
  --vrvcel-card:#fff;
  --vrvcel-text:#182321;
  --vrvcel-muted:#5F6B69;
  --vrvcel-border:#D8E2E0;
  --vrvcel-success:#1F7A4D;
  max-width:1000px;
  margin:0 auto;
  color:var(--vrvcel-text);
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.55;
}
.vrvcel-tool *{box-sizing:border-box}
.vrvcel-card,.vrvcel-related{
  background:var(--vrvcel-card);
  border:1px solid var(--vrvcel-border);
  border-radius:16px;
}
.vrvcel-main-card{padding:24px}
.vrvcel-header{text-align:center;max-width:780px;margin:0 auto 22px}
.vrvcel-header h2{margin:0 0 8px;font-size:clamp(28px,4vw,40px);line-height:1.15}
.vrvcel-header p{margin:0;color:var(--vrvcel-muted);font-size:16px}
.vrvcel-note,.vrvcel-help,.vrvcel-interpretation{
  background:var(--vrvcel-bg);
  border:1px solid var(--vrvcel-border);
  border-radius:12px;
  padding:14px 16px;
  font-size:15px;
}
.vrvcel-actions,.vrvcel-result-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
  margin:20px 0;
}
.vrvcel-btn{
  min-height:48px;
  border-radius:10px;
  padding:12px 18px;
  border:1px solid transparent;
  font-size:16px;
  font-weight:700;
  cursor:pointer;
}
.vrvcel-btn-primary{background:var(--vrvcel-accent);color:#fff}
.vrvcel-btn-primary:hover{background:var(--vrvcel-accent-dark)}
.vrvcel-btn-secondary{background:#fff;color:var(--vrvcel-text);border-color:var(--vrvcel-border)}
.vrvcel-btn-secondary:hover:not(:disabled){border-color:var(--vrvcel-accent);color:var(--vrvcel-accent-dark)}
.vrvcel-btn:disabled{opacity:.5;cursor:not-allowed}
.vrvcel-btn:focus-visible,.vrvcel-related a:focus-visible{
  outline:3px solid rgba(23,125,122,.3);
  outline-offset:3px;
}
.vrvcel-status-row{
  max-width:700px;
  margin:0 auto 8px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.vrvcel-status-wrap{display:flex;align-items:center;gap:8px;color:var(--vrvcel-muted);font-weight:700}
.vrvcel-status-dot{width:10px;height:10px;border-radius:50%;background:#AFB8B6}
.vrvcel-tool.is-listening .vrvcel-status-dot{background:var(--vrvcel-success)}
.vrvcel-timer{font-size:18px;font-weight:800}
.vrvcel-level{
  max-width:700px;
  height:9px;
  margin:0 auto 20px;
  background:#E7ECEB;
  border-radius:999px;
  overflow:hidden;
}
.vrvcel-level-bar{height:100%;width:0;background:var(--vrvcel-accent);transition:width .08s linear}
.vrvcel-live{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-bottom:18px;
}
.vrvcel-live>div{
  border:1px solid var(--vrvcel-border);
  border-radius:14px;
  padding:18px;
  text-align:center;
  background:#fff;
}
.vrvcel-live span{
  display:block;
  color:var(--vrvcel-muted);
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.05em;
}
.vrvcel-live strong{display:block;font-size:clamp(32px,6vw,52px);line-height:1.1;margin-top:5px}
.vrvcel-result{
  border:1px solid var(--vrvcel-border);
  border-radius:14px;
  padding:24px;
  background:#FCFDFD;
}
.vrvcel-primary-result{text-align:center;max-width:720px;margin:0 auto 22px}
.vrvcel-eyebrow{
  display:block;
  color:var(--vrvcel-muted);
  font-size:14px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.05em;
}
.vrvcel-primary-result>strong{
  display:block;
  font-size:clamp(42px,8vw,68px);
  line-height:1.08;
  margin:8px 0;
}
.vrvcel-median{font-size:18px;font-weight:700}
.vrvcel-primary-result p{margin:9px 0 0}
.vrvcel-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.vrvcel-stat{
  border:1px solid var(--vrvcel-border);
  border-radius:12px;
  padding:14px;
  background:#fff;
}
.vrvcel-stat span{display:block;color:var(--vrvcel-muted);font-size:13px;margin-bottom:5px}
.vrvcel-stat strong{font-size:18px}
.vrvcel-interpretation{margin-top:16px}
.vrvcel-help{margin-top:20px}
.vrvcel-error{
  margin-top:16px;
  padding:14px 16px;
  color:#7E2424;
  background:#FFF3F3;
  border:1px solid #E7BEBE;
  border-radius:12px;
}
.vrvcel-related{margin-top:24px;padding:24px}
.vrvcel-related h3{margin:0 0 18px;font-size:22px}
.vrvcel-related-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  column-gap:32px;
  row-gap:14px;
}
.vrvcel-related a{color:var(--vrvcel-text);text-decoration:none;font-weight:700;border-radius:6px}
.vrvcel-related a:hover{color:var(--vrvcel-accent-dark);text-decoration:underline}
@media(max-width:760px){
  .vrvcel-main-card,.vrvcel-related{padding:18px}
  .vrvcel-live{grid-template-columns:1fr}
  .vrvcel-stats{grid-template-columns:1fr 1fr}
  .vrvcel-related-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:480px){
  .vrvcel-status-row{flex-direction:column;align-items:flex-start}
  .vrvcel-stats,.vrvcel-related-grid{grid-template-columns:1fr}
  .vrvcel-result{padding:18px}
  .vrvcel-actions .vrvcel-btn{flex:1 1 100%}
}
