.discovery-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.85);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;overflow-y:auto;-webkit-overflow-scrolling:touch}.discovery-modal-content{position:relative;width:100%;max-width:600px;background:#1e1b16;border-radius:24px;padding:2rem 1rem;max-height:95vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3)}.discovery-modal-close{position:absolute;top:1rem;right:1rem;width:48px;height:48px;border:none;background:transparent;color:#d4a373;font-size:2.5rem;font-weight:300;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:10;touch-action:manipulation}.discovery-modal-close:hover{color:#e8b98a;transform:scale(1.15)}.discovery-modal-close:active{transform:scale(.95)}.discovery-modal-header{text-align:center;margin-bottom:1.5rem;padding:0 3rem 0 1rem}.discovery-modal-header h2{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.discovery-modal-header p{font-size:1rem;color:#666;margin:0}@media (max-width:640px){.discovery-modal-backdrop{padding:0;align-items:flex-start}.discovery-modal-content{max-width:100%;min-height:100vh;max-height:100vh;border-radius:0;padding:1.5rem 1rem}.discovery-modal-close{top:.75rem;right:.75rem}.discovery-modal-header{padding-top:.5rem}.discovery-modal-header h2{font-size:1.5rem}.discovery-modal-header p{font-size:.9rem}}body.modal-open{overflow:hidden;position:fixed;width:100%}