#prototype-modal{position:fixed;inset:0;z-index:80;box-sizing:border-box;width:100%;height:100%;max-width:none;max-height:none;margin:0;padding:clamp(.9rem,2.8vw,2rem);border:0;background:transparent;overflow:hidden}#prototype-modal[open]{display:grid;place-items:center}#prototype-modal::backdrop{background:#0a162675;backdrop-filter:blur(3px)}#prototype-modal .prototype-modal__panel{width:min(680px,calc(100vw - clamp(1.8rem,5vw,4rem)));max-height:min(860px,calc(100dvh - clamp(1.8rem,5vw,4rem)));margin:auto;box-shadow:0 28px 72px #08213038,0 2px #fff6 inset;animation:prototype-modal-enter .18s cubic-bezier(.2,.85,.2,1)}#prototype-modal .prototype-modal__scroll{overflow:auto;max-height:min(860px,calc(100dvh - clamp(1.8rem,5vw,4rem)))}@keyframes prototype-modal-enter{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:640px){#prototype-modal{padding:.75rem}#prototype-modal .prototype-modal__panel{width:calc(100vw - 1.5rem);max-height:calc(100dvh - 1.5rem);border-radius:.75rem}#prototype-modal .prototype-modal__scroll{max-height:calc(100dvh - 1.5rem);padding:1rem}#prototype-modal .prototype-modal__scroll>div:first-child{gap:1rem}#prototype-modal h2{font-size:1.9rem;line-height:1.05}}@media(prefers-reduced-motion:reduce){#prototype-modal .prototype-modal__panel{animation:none}}
