@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&display=swap";*{box-sizing:border-box}html,body{height:100%;margin:0;padding:0;background-color:#000;font-family:Cinzel,serif}.popup{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#050505e6;z-index:9999999;overflow:hidden;visibility:hidden;opacity:0;transition:opacity .6s ease,visibility .6s ease;pointer-events:auto}.popup.open{visibility:visible;opacity:1;animation:fadeIn .6s forwards}.popup.close{visibility:hidden;opacity:0;animation:fadeOut .6s forwards}@keyframes fadeIn{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}@keyframes fadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.7)}}.popup-inner{position:relative;display:flex;width:80%;height:80%;background:#2b2b2b;border:10px solid #a67c52;border-radius:12px;box-shadow:0 0 50px #ff8c00cc;overflow:hidden;animation:riseUp .6s forwards;pointer-events:auto;-webkit-user-select:text;user-select:text;z-index:999999}@keyframes riseUp{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}.popup__torch{position:absolute;top:0;width:100px;height:auto;pointer-events:none}.popup__torch--left{left:33vw}.popup__torch--right{right:5vw}.popup__photo{width:40%;height:100%;overflow:hidden;display:flex;justify-content:center;align-items:center}.popup__photo img{width:100%;height:100%;object-fit:cover;border-right:5px solid #a67c52}.popup__text{width:60%;height:100%;padding:2rem;color:#fffbea;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(to bottom,#3b2f2f,#5c5248,#a89f91,#8b7e66,#403d39);-webkit-user-select:text;user-select:text;cursor:auto}.popup__text h1{font-size:2.5rem;margin-bottom:1rem;color:#fc0;text-shadow:2px 2px 5px #000}.popup__scroll{overflow-y:auto;height:60%;padding-right:10px;-webkit-user-select:text;user-select:text}.popup__scroll p{font-size:1rem;line-height:1.5}.popup__scroll::-webkit-scrollbar{width:8px}.popup__scroll::-webkit-scrollbar-thumb{background:#fc0;border-radius:4px}.popup__close{position:absolute;top:10px;right:10px;font-size:1.5rem;color:#fc0;background-color:#000;border:2px solid #ffcc00;border-radius:50%;width:40px;height:40px;line-height:36px;text-align:center;cursor:pointer;transition:background-color .3s ease;-webkit-user-select:none;user-select:none}.popup__close:hover{background-color:#fc0;color:#000}.screen iframe{width:512px;height:335px;border:none;border-radius:20px;background:#fff56b;backface-visibility:hidden}
