﻿ .calibration-help-page{max-width:480px;margin:0 auto;padding:24px 16px 100px;display:flex;flex-direction:column;align-items:center;gap:24px}@media(min-width:520px){.calibration-help-page{border-left:1px solid var(--border-color);border-right:1px solid var(--border-color);min-height:100vh}}.calibration-help-header{text-align:center}.calibration-help-header h1{font-size:1.5rem;color:var(--accent-orange);margin-bottom:8px}.calibration-help-subtitle{font-size:.9rem;color:var(--text-secondary);line-height:1.5}.figure8-container{width:100%;max-width:320px;background:rgba(249,115,22,5%);border:1px solid rgba(249,115,22,.2);border-radius:16px;padding:16px}.figure8-svg{width:100%;height:auto;display:block}.calibration-steps{width:100%;display:flex;flex-direction:column;gap:16px}.calibration-step{display:flex;align-items:flex-start;gap:14px;padding:14px 16px;background:var(--bg-secondary);border-radius:10px;border:1px solid var(--border-color);opacity:0;animation:stepFadeIn .5s ease-out forwards}.step-1{animation-delay:.3s}.step-2{animation-delay:1.2s}.step-3{animation-delay:2.1s}@keyframes stepFadeIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.step-number{width:28px;height:28px;min-width:28px;border-radius:50%;background:var(--accent-orange);color:#fff;font-size:.85rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-text{display:flex;flex-direction:column;gap:3px}.step-text strong{font-size:.95rem;color:var(--text-primary)}.step-text span{font-size:.8rem;color:var(--text-secondary);line-height:1.4}.calibration-help-note{font-size:.78rem;color:var(--text-muted);text-align:center;line-height:1.5;padding:0 8px}.calibration-got-it-btn{width:100%;padding:16px;background:var(--accent-orange);color:#fff;border:none;border-radius:10px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:background .2s ease;-webkit-tap-highlight-color:transparent}.calibration-got-it-btn:hover{background:var(--accent-orange-dark)}.calibration-got-it-btn:active{background:var(--accent-orange-dark);transform:scale(.98)}