@font-face{font-family:Geist Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/geist-mono-cyrillic-400-normal-Ce5q_31Z.woff2) format("woff2"),url(/assets/geist-mono-cyrillic-400-normal-BPBWmzPh.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Geist Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/geist-mono-latin-ext-400-normal-Cgks_Qgx.woff2) format("woff2"),url(/assets/geist-mono-latin-ext-400-normal-CxNRRMGd.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/geist-mono-latin-400-normal-LC9RFr9I.woff2) format("woff2"),url(/assets/geist-mono-latin-400-normal-CoULgQGM.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.spinner{display:inline-block;width:18px;height:18px;border:2px solid var(--alt);border-top-color:var(--danger);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.captcha-checkbox{display:inline-flex;align-items:center;gap:.7em;cursor:pointer;-webkit-user-select:none;user-select:none}.captcha-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.captcha-box{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:2px solid var(--alt);background:transparent}.captcha-check{color:var(--danger);font-size:1rem;line-height:1}.captcha-label{color:var(--alt);font-size:clamp(.6rem,1.5vw,.85rem)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10;padding:1.5rem}.modal-box{position:relative;background:var(--bg);border:2px solid var(--danger);max-width:500px;width:100%;padding:2.5rem 2rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;min-height:220px;transition:min-height .4s ease}.modal-box-expanded{min-height:420px}.modal-close{position:absolute;top:.6rem;right:.8rem;background:none;border:none;color:var(--alt);font-family:Geist Mono,monospace;font-size:1.1rem;cursor:pointer;line-height:1}.modal-close:hover{color:var(--danger)}.step{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.2rem;text-align:center;width:100%;min-height:160px}.step-text{font-size:clamp(.85rem,2vw,1.15rem);color:var(--text);opacity:0;transform:translateY(6px);transition:opacity .8s ease,transform .8s ease}.step-text.visible{opacity:1;transform:translateY(0)}.step-text-slow{transition:opacity 1.4s ease,transform 1.4s ease}.step-action{height:28px;opacity:0;transform:translateY(6px);transition:opacity .6s ease,transform .6s ease}.step-action.visible{opacity:1;transform:translateY(0)}.step-link{color:var(--danger);text-decoration:none}.step-link:hover{text-decoration:underline}.step-btn{font-family:Geist Mono,monospace;font-size:clamp(.8rem,1.8vw,1.1rem);background:transparent;border:2px solid var(--danger);color:var(--danger);padding:.25em 1.8em;cursor:pointer;letter-spacing:.1em;transition:background .15s,color .15s}.step-btn:hover{background:var(--danger);color:var(--bg)}.step-text-small{font-size:clamp(.65rem,1.5vw,.85rem);color:var(--alt)}.step-photos{display:flex;gap:.8rem;justify-content:center;opacity:0;transform:translateY(6px);transition:opacity .8s ease,transform .8s ease}.step-photos.visible{opacity:1;transform:translateY(0)}.photo-pick{background:none;border:2px solid var(--alt);padding:0;cursor:pointer;transition:border-color .15s;width:clamp(80px,20vw,130px);aspect-ratio:3 / 4;overflow:hidden}.photo-pick:hover{border-color:var(--danger)}.photo-pick img{width:115%;height:115%;object-fit:cover;display:block;margin:-7.5% 0 0 -7.5%}.step-wrong{color:var(--danger);font-size:clamp(.7rem,1.5vw,.9rem);min-height:1.2em}.contact-form{display:flex;flex-direction:column;gap:1rem;width:100%;opacity:0;transform:translateY(6px);transition:opacity .8s ease,transform .8s ease}.contact-form.visible{opacity:1;transform:translateY(0)}.form-field{display:flex;flex-direction:column;gap:.3rem;text-align:left}.form-label{font-size:clamp(.75rem,1.5vw,.95rem);color:var(--alt)}.form-input{font-family:Geist Mono,monospace;font-size:clamp(.75rem,1.5vw,.9rem);background:transparent;border:2px solid var(--alt);color:var(--text);padding:.5em .7em;outline:none;transition:border-color .15s}.form-input::placeholder{color:var(--accent);opacity:.6}.form-input:focus{border-color:var(--danger)}.form-textarea{resize:vertical;min-height:120px}.contact-form .step-btn{align-self:flex-end}:root{--bg: #292F36;--text: #EEF1EF;--alt: #A9B4C2;--accent: #7D98A1;--danger: #EF8354}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--bg);color:var(--text);font-family:Geist Mono,monospace;min-height:100vh}.container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem;padding:1.5rem;text-align:center}.title{font-size:clamp(2.5rem,10vw,7rem);color:var(--text);letter-spacing:.04em;line-height:1}.cursor{color:var(--danger);animation:blink 1s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.status,.contact-line,.contact-btn{opacity:0;transform:translateY(10px);transition:opacity .8s ease,transform .8s ease}.status.visible,.contact-line.visible,.contact-btn.visible{opacity:1;transform:translateY(0)}.status{font-size:clamp(.9rem,2.5vw,1.4rem);color:var(--alt)}.contact-line{font-size:clamp(.8rem,2vw,1.2rem);color:var(--accent)}.contact-btn{font-family:Geist Mono,monospace;font-size:clamp(.9rem,2vw,1.3rem);background:transparent;border:2px solid var(--danger);color:var(--danger);padding:.3em 2em;cursor:pointer;letter-spacing:.1em;transition:opacity .8s ease,transform .8s ease,background .15s,color .15s}.contact-btn:hover{background:var(--danger);color:var(--bg)}
