.fullscreen-modal{background:linear-gradient(135deg,#ff9fda,#ff6bb3,#ff8fa3);font-family:Roboto,sans-serif;display:flex;justify-content:center;align-items:flex-start;min-height:100vh;margin:0;padding:20px;box-sizing:border-box;cursor:pointer}.exclusive-content-container{background:linear-gradient(145deg,#fff,#ffe4f1);border-radius:25px;padding:30px;width:100%;max-width:600px;box-shadow:0 20px 60px #ff6bb34d;border:2px solid rgba(255,182,193,.5);text-align:center;transition:transform .2s ease}.exclusive-content-container:hover{transform:scale(1.01);box-shadow:0 25px 70px #ff6bb366}.exclusive-header{margin-bottom:25px}.exclusive-header h1{margin:0 0 15px;font-size:1.8rem;color:#ff1493;font-weight:700;background:linear-gradient(45deg,#ff69b4,#ff1493);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.exclusive-badge{background:linear-gradient(45deg,#ff6b6b,#ff8e8e);color:#fff;padding:8px 16px;border-radius:20px;display:inline-block;font-size:.85rem;font-weight:600;animation:gentle-glow 2s ease-in-out infinite alternate}.video-players-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:25px 0;max-height:400px;overflow-y:auto;padding:5px;border-radius:15px;background:linear-gradient(145deg,#ffb6c11a,#ffc0cb0d)}.video-player{position:relative;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .3s ease;box-shadow:0 4px 15px #ff6bb333;background:#fff}.video-player:hover{transform:scale(1.03);box-shadow:0 8px 25px #ff6bb366}.video-thumbnail{position:relative;width:100%;height:120px;overflow:hidden}.video-thumbnail img{width:100%;height:100%;object-fit:cover;filter:brightness(.9)}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#ff69b44d,#ffb6c133);display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff}.play-button{margin-bottom:8px;transition:transform .3s ease}.video-player:hover .play-button{transform:scale(1.1)}.video-info{text-align:center}.video-title{display:block;font-size:.8rem;font-weight:700;margin-bottom:2px;text-shadow:0 1px 3px rgba(0,0,0,.5)}.video-duration{font-size:.7rem;font-weight:600;background:#000000b3;padding:2px 6px;border-radius:8px}.key-benefits{display:flex;justify-content:space-around;align-items:center;background:linear-gradient(135deg,#ffb6c14d,#ffc0cb33);border:1px solid rgba(255,105,180,.4);border-radius:15px;padding:20px;margin:25px 0}.benefit-item{display:flex;flex-direction:column;align-items:center;text-align:center}.benefit-number{font-size:1.8rem;font-weight:800;color:#ff1493;line-height:1;margin-bottom:5px}.benefit-icon{font-size:1.8rem;margin-bottom:5px}.benefit-text{font-size:.9rem;font-weight:600;color:#8b4f7d}.live-stats{display:flex;justify-content:center;gap:30px;margin:20px 0}.stat-item{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#2d5a3d;font-weight:600}.stat-dot{width:8px;height:8px;background:linear-gradient(45deg,#0f8,#25d366);border-radius:50%;animation:pulse 2s infinite}.main-action{margin:25px 0}.unlock-button{background:linear-gradient(45deg,#ff69b4,#ff1493,#ff6bb3)!important;color:#fff!important;font-size:1.2rem!important;font-weight:800!important;padding:18px 35px!important;border-radius:30px!important;border:none;cursor:pointer;box-shadow:0 8px 25px #ff149366!important;text-shadow:0 1px 2px rgba(0,0,0,.2)!important;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;width:100%;max-width:350px}.unlock-button:hover{transform:translateY(-3px) scale(1.02)!important;box-shadow:0 12px 35px #ff149399!important}.unlock-guarantee{margin:10px 0 0;font-size:.85rem;color:#2d5a3d;font-weight:600}.photo-gallery-preview{margin:30px 0}.photo-gallery-preview h3{font-size:1.1rem;color:#8b4f7d;margin-bottom:15px}.photo-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.photo-item{position:relative;border-radius:12px;overflow:hidden;height:100px;cursor:pointer;transition:transform .3s ease}.photo-item:hover{transform:scale(1.03)}.photo-item img{width:100%;height:100%;object-fit:cover;filter:blur(.5px) brightness(.95)}.photo-overlay{position:absolute;bottom:5px;right:5px;background:#000c;color:#fff;padding:3px 8px;border-radius:10px;font-size:.7rem;font-weight:600}.comments-section{background:linear-gradient(145deg,#fff,#ffe4f1);border:1px solid rgba(255,182,193,.3);border-radius:15px;padding:20px;margin:30px 0 0}.comments-section h3{margin:0 0 15px;font-size:1.1rem;color:#8b4f7d;text-align:center}.comment{display:flex;gap:10px;padding:12px;background:#ffc0cb33;border-radius:12px;border:1px solid rgba(255,105,180,.2);margin-bottom:10px}.comment:last-child{margin-bottom:0}.comment-avatar{width:35px;height:35px;background:linear-gradient(45deg,#ff69b4,#ff1493);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0}.comment-content{flex:1}.comment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3px}.comment-name{font-weight:700;color:#8b4f7d;font-size:.85rem}.comment-time{font-size:.75rem;color:#b668a3;font-weight:500}.comment p{margin:0;color:#8b4f7d;font-size:.85rem;line-height:1.3}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;justify-content:center;align-items:center;z-index:9999;opacity:0;visibility:hidden;transition:all .3s ease}.modal-overlay.show{opacity:1;visibility:visible}.modal-content{background:linear-gradient(145deg,#fff,#ffe4f1);border-radius:20px;padding:30px;width:90%;max-width:400px;box-shadow:0 20px 60px #ff6bb366;border:2px solid rgba(255,182,193,.5);text-align:center;transform:scale(.8);transition:transform .3s ease}.modal-overlay.show .modal-content{transform:scale(1)}.verification-content h2{margin:0 0 15px;color:#8b4f7d;font-size:1.3rem}.verification-content p{margin:0 0 20px;color:#8b4f7d;line-height:1.4}.verification-step{display:block}.verification-step.hidden{display:none}.verification-actions{display:flex;flex-direction:column;gap:10px;margin-top:20px}.modal-button{padding:12px 20px;border-radius:25px;border:none;font-weight:700;cursor:pointer;text-decoration:none;display:inline-block;text-align:center;transition:all .3s ease}.register-button{background:linear-gradient(45deg,#ff69b4,#ff1493);color:#fff;box-shadow:0 4px 15px #ff14934d}.register-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff149380}.modal-button.secondary{background:#ffb6c14d;color:#8b4f7d;border:1px solid rgba(255,105,180,.4)}.modal-button.secondary:hover{background:#ffb6c180}.modal-button.cancel{background:#c8c8c84d;color:#666;border:1px solid rgba(150,150,150,.4)}.loading-spinner{display:flex;justify-content:center;margin:20px 0}.spinner{width:40px;height:40px;border:4px solid rgba(255,105,180,.3);border-top:4px solid #ff69b4;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.countdown-container{background:linear-gradient(135deg,#ffb6c14d,#ffc0cb33);border:1px solid rgba(255,105,180,.4);border-radius:15px;padding:20px;margin:25px 0;text-align:center}.countdown-header{font-size:1.1rem;font-weight:700;color:#8b4f7d;margin-bottom:15px}.countdown-timer{display:flex;justify-content:center;align-items:center;gap:10px;font-family:Roboto,monospace}.countdown-item{display:flex;flex-direction:column;align-items:center;background:#fffc;border-radius:10px;padding:10px;border:1px solid rgba(255,105,180,.3)}.countdown-number{font-size:1.5rem;font-weight:800;color:#ff1493;line-height:1}.countdown-label{font-size:.7rem;color:#8b4f7d;font-weight:600;text-transform:uppercase}.countdown-separator{font-size:1.5rem;font-weight:800;color:#ff1493}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes gentle-glow{0%,to{box-shadow:0 0 10px #ff6bb34d}50%{box-shadow:0 0 20px #ff6bb380}}@media (max-width: 480px){.fullscreen-modal{padding:15px}.exclusive-content-container{padding:25px 20px;border-radius:20px}.exclusive-header h1{font-size:1.5rem;margin-bottom:12px}.exclusive-badge{font-size:.8rem;padding:6px 12px}.video-players-grid{gap:12px;margin:20px 0}.video-thumbnail{height:120px}.video-title{font-size:.8rem}.video-duration{font-size:.7rem}.key-benefits{padding:15px;margin:20px 0}.benefit-number{font-size:1.5rem}.benefit-text{font-size:.8rem}.live-stats{gap:20px;margin:15px 0}.stat-item{font-size:.85rem}.unlock-button{font-size:1.1rem!important;padding:16px 30px!important}.unlock-guarantee{font-size:.8rem}.photo-gallery-preview{margin:25px 0}.photo-gallery-preview h3{font-size:1rem}.photo-item{height:80px}.comments-section{padding:15px;margin:25px 0 0}.comment{padding:10px;gap:8px}.comment-avatar{width:30px;height:30px;font-size:.9rem}}
