.hit-overlay{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f1f2e6b;justify-content:center;align-items:center;padding:16px;animation:.2s hit-fade;display:flex;position:fixed;inset:0}.hit-overlay.is-sheet{align-items:flex-end;padding:0}.hit-dialog{background:var(--vf-surface);width:100%;max-width:520px;max-height:calc(100dvh - 32px);color:var(--vf-text);border-radius:20px;padding:22px 24px 20px;animation:.25s cubic-bezier(.2,.8,.2,1) hit-pop;position:relative;overflow-y:auto;box-shadow:0 24px 64px #0f1f2e47}.is-sheet .hit-dialog{max-width:none;max-height:100dvh;padding:18px 18px calc(22px + env(safe-area-inset-bottom));border-radius:22px 22px 0 0;animation:.3s cubic-bezier(.2,.8,.2,1) hit-rise}.hit-top{justify-content:space-between;align-items:center;min-height:26px;display:flex}.hit-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--vf-accent);font-size:12px;font-weight:600}.hit-skip{font:inherit;color:var(--vf-text-muted);cursor:pointer;background:0 0;border:0;padding:4px 2px;font-size:14px}.hit-skip:hover{color:var(--vf-text-secondary)}.hit-slide{animation:.35s hit-in}.hit-visual{background:var(--vf-bg-gradient,linear-gradient(#dbe9f6, #eef4f9));border-radius:14px;justify-content:center;align-items:center;height:250px;margin:14px 0 18px;display:flex;position:relative;overflow:hidden}.is-sheet .hit-visual{height:230px}.hit-dialog h2{letter-spacing:-.01em;text-wrap:balance;margin:0 0 6px;font-size:22px;font-weight:700;line-height:1.25}.hit-dialog p{color:var(--vf-text-secondary);min-height:48px;margin:0;font-size:15.5px;line-height:1.55}.hit-nav{justify-content:space-between;align-items:center;gap:12px;margin-top:20px;display:flex}.hit-dots{gap:6px;display:flex}.hit-dots i{background:var(--vf-border);border-radius:99px;width:7px;height:7px;transition:all .25s}.hit-dots i.on{background:var(--vf-accent);width:20px}.hit-btns{gap:8px;display:flex}.hit-btn{font:inherit;cursor:pointer;border:1px solid var(--vf-border);background:var(--vf-surface);color:var(--vf-text-secondary);border-radius:12px;padding:11px 18px;font-size:15px;font-weight:600}a.hit-btn{text-decoration:none;display:inline-block}.hit-btn.primary{background:var(--vf-accent);border-color:var(--vf-accent);color:var(--vf-accent-text)}.hit-board{width:min(92%, calc(230px * var(--ar,3)));position:relative}.hit-board img{width:100%;height:auto;display:block}.hit-board.is-stack{width:240px;margin-left:-120px;transition:transform .6s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:50%}.hit-ring{border:2.5px solid var(--vf-accent);pointer-events:none;border-radius:12px;transition:all .6s cubic-bezier(.4,0,.2,1);position:absolute;box-shadow:0 0 0 4px #28abde2e}.hit-phone{background:#eef4f9;border-radius:14px;width:232px;height:228px;margin-top:22px;position:relative;overflow:hidden;box-shadow:0 6px 20px #0f1f2e1f}.is-sheet .hit-phone{height:208px}.hit-pan{width:100%;transition:transform 1.3s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.hit-pan img{width:100%;height:auto;display:block}.hit-pan img.after{opacity:0;transition:opacity .5s;position:absolute;top:0;left:0}.hit-upload.is-done .hit-pan img.after{opacity:1}.hit-chip{z-index:2;white-space:nowrap;background:var(--vf-surface);border:1px solid var(--vf-border);color:var(--vf-text);opacity:0;border-radius:10px;align-items:center;gap:8px;padding:8px 12px;font-size:12px;font-weight:600;transition:all .9s cubic-bezier(.3,.7,.3,1);display:flex;position:absolute;top:-8px;left:50%;transform:translate(-50%,-110%)rotate(-6deg);box-shadow:0 8px 24px #0f1f2e2e}.hit-chip .ico{background:var(--vf-accent-bg);width:22px;height:26px;color:var(--vf-accent);border:1px solid #bfe4f3;border-radius:4px;justify-content:center;align-items:center;font-size:8px;font-weight:700;display:flex}.hit-upload.is-drop .hit-chip{opacity:1;transform:translate(-50%,150px)rotate(0)scale(.9)}.hit-upload.is-done .hit-chip{opacity:0;transform:translate(-50%,170px)scale(.7)}.hit-zip{background:var(--vf-surface);border-radius:12px;width:300px;overflow:hidden;box-shadow:0 8px 28px #0f1f2e24}.is-sheet .hit-zip{width:260px}.hit-zip-title{background:var(--vf-surface-alt);border-bottom:1px solid var(--vf-border);color:var(--vf-text-secondary);align-items:center;gap:8px;padding:9px 12px;font-size:12px;font-weight:600;display:flex}.hit-zip-title .z{background:var(--vf-accent);color:#fff;border-radius:3px;flex:none;justify-content:center;align-items:center;width:16px;height:18px;font-size:7px;font-weight:700;display:flex}.hit-zip ul{margin:0;padding:6px 0;list-style:none}.hit-zip li{color:var(--vf-text);opacity:0;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:9px;padding:2px 14px;font-size:12.5px;transition:all .35s;display:flex;overflow:hidden;transform:translateY(4px)}.hit-zip li.in{opacity:1;transform:none}.hit-zip li.sep{border-top:1px solid var(--vf-border);margin-top:4px;padding-top:6px}.hit-zip .folder{background:#8fcfeb;border-radius:2px;flex:none;width:16px;height:12px;position:relative}.hit-zip .folder:before{content:"";background:#8fcfeb;border-radius:2px 2px 0 0;width:7px;height:4px;position:absolute;top:-3px;left:0}.hit-zip .file{border:1.5px solid #9fb3c4;border-radius:2px;flex:none;width:12px;height:15px;margin:0 2px}.hit-zip .file.pdf{border-color:#e0707e}.hit-zip .ok{color:var(--vf-success);margin-left:auto;font-size:12px;font-weight:700}@keyframes hit-fade{0%{opacity:0}to{opacity:1}}@keyframes hit-pop{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:none}}@keyframes hit-rise{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:none}}@keyframes hit-in{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.hit-overlay,.hit-dialog,.hit-slide{animation:none}.hit-ring,.hit-board.is-stack,.hit-pan,.hit-chip,.hit-zip li{transition:none}}