/* Free Virtual Coach — shared tool styles. Namespaced under #coach-tool. */
#coach-tool{--green:#2f9e44;--green-d:#1e6b2e;--bg:#f3f6f1;--card:#fff;--text:#1c2733;--muted:#5d6b7a;--border:#dfe7de;--radius:16px;--red:#c0392b;--navy:#0a1f33}
#coach-tool *{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
#coach-tool .card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:18px;margin-bottom:14px;box-shadow:0 2px 10px rgba(10,31,51,.06)}
#coach-tool .card h2{margin:0 0 4px;font-size:17px;color:var(--navy)}
#coach-tool .card .sub{margin:0 0 12px;font-size:13.5px;color:var(--muted)}
#coach-tool .chips{display:flex;flex-wrap:wrap;gap:8px}
#coach-tool .chip{border:2px solid var(--border);background:#fff;border-radius:999px;padding:8px 16px;font-size:14px;font-weight:700;color:var(--text);cursor:pointer}
#coach-tool .chip.sel{border-color:var(--green);background:#e9f7ec;color:var(--green-d)}
#coach-tool .drop{border:2px dashed var(--border);border-radius:12px;padding:22px 14px;text-align:center;color:var(--muted);font-size:14px;cursor:pointer;transition:border-color .15s;display:block}
#coach-tool .drop:hover,#coach-tool .drop.over{border-color:var(--green)}
#coach-tool .drop input{display:none}
#coach-tool .drop .big{font-size:15px;font-weight:800;color:var(--navy);display:block;margin-bottom:4px}
#coach-tool video.preview{width:100%;border-radius:12px;margin-top:12px;background:#000;max-height:320px}
#coach-tool .filemeta{font-size:12.5px;color:var(--muted);margin-top:6px}
#coach-tool textarea{width:100%;border:2px solid var(--border);border-radius:12px;padding:12px;font-size:15px;font-family:inherit;min-height:84px;resize:vertical}
#coach-tool textarea:focus{outline:none;border-color:var(--green)}
#coach-tool .count{text-align:right;font-size:12px;color:var(--muted);margin-top:4px}
#coach-tool .btn{display:block;width:100%;border:none;border-radius:12px;background:var(--green);color:#fff;font-size:17px;font-weight:800;padding:15px;cursor:pointer;margin-top:6px}
#coach-tool .btn:disabled{background:#9db8a4;cursor:wait}
#coach-tool .btn.secondary{background:#fff;color:var(--green-d);border:2px solid var(--green);margin-top:10px}
#coach-tool .err{background:#fdecea;color:var(--red);border:1px solid #f5c6c0;border-radius:12px;padding:12px 14px;font-size:14px;margin-bottom:14px;display:none}
#coach-tool .status{display:none;text-align:center;padding:26px 12px}
#coach-tool .status .spin{width:44px;height:44px;border:4px solid var(--border);border-top-color:var(--green);border-radius:50%;margin:0 auto 14px;animation:fvc-spin 0.9s linear infinite}
@keyframes fvc-spin{to{transform:rotate(360deg)}}
#coach-tool .status p{margin:0;font-weight:700;color:var(--navy);font-size:15px}
#coach-tool .status .step{font-size:13px;color:var(--muted);font-weight:400;margin-top:4px}
#coach-tool .bar{height:8px;background:var(--border);border-radius:99px;margin:14px auto 0;max-width:320px;overflow:hidden}
#coach-tool .bar i{display:block;height:100%;width:0;background:var(--green);border-radius:99px;transition:width .3s}
#coach-tool .tip{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:18px;margin-bottom:12px;box-shadow:0 2px 10px rgba(10,31,51,.06)}
#coach-tool .tip .num{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:var(--green);color:#fff;font-weight:800;font-size:15px;margin-right:8px}
#coach-tool .tip h3{margin:0 0 8px;font-size:16.5px;color:var(--navy);display:flex;align-items:center}
#coach-tool .tip p{margin:0;font-size:14.5px}
#coach-tool .tip ol{margin:12px 0 2px;padding-left:24px;font-size:14.5px}
#coach-tool .tip li{margin:7px 0;line-height:1.45}
#coach-tool .tip .try{margin-top:12px;font-weight:800;font-size:13px;color:var(--green-d);text-transform:uppercase;letter-spacing:.4px}
#coach-tool .results-head{text-align:center;margin:6px 0 14px}
#coach-tool .results-head h2{margin:0 0 4px;color:var(--navy);font-size:21px}
#coach-tool .results-head p{margin:0;color:var(--muted);font-size:13.5px}
#coach-tool .howto{font-size:13.5px;color:var(--muted);margin:0 0 4px;padding-left:20px}
#coach-tool .howto li{margin-bottom:6px}
#coach-tool .hidden{display:none!important}
