@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&family=Quicksand:wght@400;600&display=swap";:root{--bone-white: #f7f4ef;--text-main: #3b3b3b;--text-soft: #6f6f6f;--card-bg: rgba(255, 255, 255, .7);--accent: #e7cfc2}*{font-family:Nunito,Quicksand,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}h1{font-weight:700;letter-spacing:-.02em}p{font-weight:400;line-height:1.6}button,input{font-family:inherit}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Helvetica Neue,Arial,sans-serif}.page{min-height:100vh;background-color:var(--bone-white);background-image:url(/horizontal3.png);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}.options-header{width:100%;margin:8px}.divider{width:100%;height:1px;margin:20px 0 16px;background:#d8d4d4}.container{max-width:1100px;margin:0 auto;display:flex;gap:60px}.text h1{font-weight:500;margin-bottom:24px}.text p{color:var(--text-soft);line-height:1.8;margin-bottom:18px}.card{background:var(--card-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:24px;padding:32px;display:flex;flex-direction:column;gap:16px;width:550px;min-height:400px}input{padding:12px 14px;border-radius:14px;border:1px solid #ddd;font-size:15px}input:focus{outline:none;border-color:var(--accent)}.options{display:flex;flex-wrap:wrap;gap:10px}.options button{border-radius:20px;border:1px solid #eee;padding:8px 14px;background:#fff;cursor:pointer}.options button.active{background:var(--accent)}.submit{border-radius:20px;padding:14px;background:var(--accent);border:none;cursor:pointer}.success{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:20px;color:var(--text-soft);text-align:center;line-height:1.6}.privacy-note{margin-top:6px;font-size:12px;line-height:1.5;color:var(--text-soft);opacity:.45}.error{min-height:24px;font-size:14px;color:#c38b7a;text-align:center;opacity:0;transition:opacity .2s ease}.error.show{opacity:1}@media(max-width:768px){.page{position:relative;height:130svh;overflow:hidden;display:block;background:none}.page:before{content:"";position:fixed;inset:0;background-image:url(/vertical2.png);background-size:cover;background-position:center;z-index:-1}.container{position:relative;width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;align-items:center}.text{position:fixed;top:30px;left:50%;transform:translate(-50%);width:90%;text-align:center;z-index:1;pointer-events:none}.text h1{font-size:26px;line-height:1.3;margin-bottom:6px}.text p{font-size:15px;line-height:1.7;margin-bottom:0}.divider{width:100%;height:0;border-top:1.5px solid rgb(216,212,212);margin:20px 0 16px;flex-shrink:0}.card{position:relative;margin:auto 0;margin-top:60svh;width:80%;z-index:2;height:30svh;border-radius:24px 24px 0 0;overflow:visible}input{font-size:16px}.success{font-size:18px}}
