*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f7f3ee;--card:#ffffff;--text:#23201c;--muted:#6f675e;--red:#d92027;--red-dark:#b3151b;--green:#1a7f37;--green-bg:#e6f4ea;--blue:#1d4ed8;--border:#e7e0d6;--radius:22px}html{-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:19px;line-height:1.45;min-height:100svh}.wrap{max-width:460px;margin:0 auto;padding:20px 16px 32px;display:flex;flex-direction:column;gap:16px}.header{display:flex;align-items:center;gap:14px;padding:8px 4px}.logo{width:64px;height:64px;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.15)}h1{font-size:34px;font-weight:800;letter-spacing:-.5px;line-height:1.1}.subtitle{color:var(--muted);font-size:18px}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:20px;box-shadow:0 2px 10px rgba(60,45,20,.06)}.center{display:flex;flex-direction:column;align-items:center;gap:12px}.label{display:block;font-weight:700;margin-bottom:10px;font-size:20px}.input{width:100%;font-size:18px;padding:16px;border:2px solid var(--border);border-radius:16px;background:#fbf9f6;color:var(--text);margin-bottom:12px}.input:focus{outline:3px solid rgba(217,32,39,.35);border-color:var(--red)}.btn{display:block;width:100%;border:none;border-radius:18px;min-height:64px;font-size:22px;font-weight:800;cursor:pointer;touch-action:manipulation;transition:transform .06s ease,filter .15s ease}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.5;cursor:default}.btn-paste{background:#23201c;color:#fff}.btn-download{background:linear-gradient(180deg,#e5372e,var(--red-dark));box-shadow:0 6px 16px rgba(217,32,39,.35)}.btn-again,.btn-download{color:#fff;margin-top:14px}.btn-again{background:#23201c;min-height:58px;font-size:20px}.btn-install{background:var(--blue);color:#fff}.tip{margin-top:10px;background:#fff7e0;border:1px solid #f0dfa8;border-radius:12px;padding:12px;font-size:17px}.video-card{text-align:center}.thumb{width:100%;border-radius:14px;aspect-ratio:16/9;object-fit:cover;background:#eee}.video-title{font-size:22px;font-weight:800;margin-top:12px;line-height:1.25}.video-author{color:var(--muted);margin-top:4px;font-size:17px}.progress-zone{margin-top:16px}.bar{width:100%;height:18px;background:#eee5d8;overflow:hidden;position:relative}.bar,.bar-fill{border-radius:9px}.bar-fill{height:100%;background:linear-gradient(90deg,#e5372e,var(--red-dark));transition:width .2s ease}.bar-wait:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(217,32,39,.45),transparent);animation:slide 1.2s infinite}@keyframes slide{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.status-text{margin-top:10px;font-size:18px;color:var(--muted)}.spinner{width:44px;height:44px;border:5px solid #eee5d8;border-top:5px solid var(--red);border-radius:50%;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.success{margin-top:16px;background:var(--green-bg);border:1px solid #bfe3c8;border-radius:16px;padding:16px}.success-title{font-size:26px;font-weight:800;color:var(--green)}.success-text{margin-top:6px;font-size:19px}.error{background:#fdecec;border-color:#f3c1c1;text-align:center}.error-title{font-size:24px;font-weight:800}.error-text{margin-top:8px;font-size:19px}.install-card{text-align:center;background:#eef3ff;border-color:#c9d8f8}.install-text{margin-bottom:12px;font-size:19px}.ios-steps{text-align:left;margin-top:14px;padding-left:24px;display:flex;flex-direction:column;gap:10px;font-size:18px}.howto h3{font-size:22px;margin-bottom:12px}.howto ol{list-style:none;display:flex;flex-direction:column;gap:14px}.howto li{gap:12px;align-items:flex-start}.howto li,.step-num{display:flex;font-size:18px}.step-num{flex:0 0 auto;width:34px;height:34px;border-radius:50%;background:var(--red);color:#fff;font-weight:800;align-items:center;justify-content:center}.footer{text-align:center;color:var(--muted);font-size:16px;padding:8px 0 24px}