.ogg-calc-wrap{--dark:#0f172a;--muted:#64748b;--border:#e2e8f0;--orange:#f97316;max-width:1080px;margin:34px auto;font-family:Inter,Arial,sans-serif}
.ogg-calc-head{padding:30px;border-radius:28px;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;box-shadow:0 22px 60px rgba(15,23,42,.18);margin-bottom:18px}
.ogg-calc-head span{color:#fb923c;font-weight:950;letter-spacing:.09em;font-size:12px}.ogg-calc-head h2{color:#fff;margin:8px 0 10px;font-size:34px;line-height:1.1;letter-spacing:-.04em}.ogg-calc-head p{color:#cbd5e1;margin:0;font-size:17px;line-height:1.55}
.ogg-calc-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:14px}.ogg-calc-tabs button{border:1px solid var(--border);background:#fff;color:var(--dark);padding:13px 18px;border-radius:16px;cursor:pointer;font-weight:950;box-shadow:0 8px 20px rgba(15,23,42,.05)}.ogg-calc-tabs button.active{background:var(--orange);border-color:var(--orange);color:#fff}
.ogg-calc-card{display:grid;grid-template-columns:1.05fr .95fr;gap:18px;align-items:stretch}.ogg-calc-form,.ogg-result{background:#fff;border:1px solid var(--border);border-radius:26px;box-shadow:0 18px 48px rgba(15,23,42,.08);padding:24px}.ogg-armed-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ogg-field{margin-bottom:16px}.ogg-field label{display:block;color:var(--dark);font-weight:950;margin-bottom:8px}.ogg-field input{width:100%;min-height:54px;border:1px solid #dbe3ef;border-radius:16px;padding:0 14px;font-size:18px;font-weight:800;color:var(--dark);background:#f8fafc;box-sizing:border-box}.ogg-field small{display:block;margin-top:7px;color:var(--muted);font-weight:700;line-height:1.4}.ogg-calc-btn{width:100%;min-height:54px;border:0;border-radius:17px;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;font-size:16px;font-weight:950;cursor:pointer;box-shadow:0 16px 34px rgba(249,115,22,.22)}
.ogg-result{display:flex;align-items:center;justify-content:center;min-height:260px;text-align:center}.ogg-result-empty strong{display:block;color:var(--dark);font-size:22px}.ogg-result-empty p{color:var(--muted);margin-bottom:0}.ogg-score-circle{width:146px;height:146px;border-radius:999px;display:grid;place-items:center;margin:0 auto 16px;color:#fff;font-size:42px;font-weight:950;background:linear-gradient(135deg,#f97316,#ea580c);box-shadow:0 20px 45px rgba(249,115,22,.24)}.ogg-result.success .ogg-score-circle{background:linear-gradient(135deg,#22c55e,#16a34a)}.ogg-result.partial .ogg-score-circle{background:linear-gradient(135deg,#f59e0b,#d97706)}.ogg-result.fail .ogg-score-circle{background:linear-gradient(135deg,#ef4444,#dc2626)}.ogg-result h3{margin:0 0 8px;color:var(--dark);font-size:26px;letter-spacing:-.03em}.ogg-result p{color:var(--muted);line-height:1.55;margin:0}.ogg-note{margin-top:12px;padding:12px;border-radius:16px;background:#f8fafc;color:#334155;font-weight:800}
.ogg-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:16px 0}.ogg-mini-grid div{background:#f8fafc;border-radius:14px;padding:10px;color:#64748b;font-weight:800}.ogg-mini-grid b{display:block;color:#0f172a;font-size:20px;margin-top:2px}
.ogg-calc-info{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.ogg-calc-info div{background:#fff;border:1px solid var(--border);border-radius:20px;padding:16px;box-shadow:0 12px 30px rgba(15,23,42,.05)}.ogg-calc-info strong{display:block;color:var(--dark);margin-bottom:6px}.ogg-calc-info p{color:var(--muted);margin:0;line-height:1.45}
@media(max-width:850px){.ogg-calc-card,.ogg-calc-info,.ogg-armed-fields{grid-template-columns:1fr}.ogg-calc-head{padding:24px}.ogg-calc-head h2{font-size:28px}}