.form-sheet{position:fixed;inset:auto 0 0;width:min(100%,1040px);max-width:100%;height:94dvh;max-height:94dvh;margin:0 auto;padding:0;border:0;border-radius:28px 28px 0 0;background:#f3f2e9;color:#172319;overflow:hidden;transform:translateY(100%);opacity:0;transition:transform .35s cubic-bezier(.2,.8,.2,1),opacity .25s;box-shadow:0 -20px 80px #0004}.form-sheet.is-open{transform:translateY(0);opacity:1}.form-sheet::backdrop{background:#101810aa;backdrop-filter:blur(5px)}.sheet-toolbar{height:72px;padding:24px 24px 12px;display:flex;align-items:center;justify-content:space-between;position:relative;border-bottom:1px solid #17231922}.sheet-handle{position:absolute;top:9px;left:calc(50% - 22px);width:44px;height:4px;background:#17231933;border-radius:10px}.sheet-toolbar button{font:inherit;background:transparent;border:1px solid #17231944;padding:8px 14px;border-radius:30px;color:inherit;cursor:pointer}.form-sheet iframe{display:block;width:100%;height:calc(100% - 72px);border:0;background:#f3f2e9}@media(prefers-reduced-motion:reduce){.form-sheet{transition:none}}@media(max-width:700px){.form-sheet{height:96dvh;max-height:96dvh;border-radius:20px 20px 0 0}.sheet-toolbar{padding-left:18px;padding-right:18px;font-size:14px}}
