.card{position:relative;display:flex;flex-direction:column}.card img{width:100%;height:auto;object-fit:cover}.card-info{padding:8px;background:rgba(0,0,0,.7);color:#fff;position:absolute;bottom:0;left:0;right:0;width:100%;box-sizing:border-box}.card-title{display:block;font-weight:700;font-size:.9em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}.card-meta{display:flex;align-items:center;font-size:.8em;color:#ccc}.view-icon{width:16px;height:16px;margin-right:5px;fill:currentColor}.card>span{padding:8px}#age-gate{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.85);display:flex;justify-content:center;align-items:center;z-index:9999;opacity:0;visibility:hidden;transform:scale(.9);transition:opacity .4s ease-out,visibility .4s ease-out,transform .4s ease-out}#age-gate.age-gate-visible{opacity:1;visibility:visible;transform:scale(1)}#age-gate.age-gate-hidden{opacity:0;visibility:hidden;transform:scale(.9)}.age-gate-content{background-color:#fff;padding:40px;border-radius:12px;text-align:center;box-shadow:0 8px 25px rgba(0,0,0,.3);max-width:450px;width:90%;transform:translateY(20px);transition:transform .4s ease-out}#age-gate.age-gate-visible .age-gate-content{transform:translateY(0)}.age-gate-content h2{margin-bottom:20px;color:#2c3e50;font-size:1.8em}.age-gate-content p{margin-bottom:30px;color:#555;font-size:1.1em;line-height:1.6}.buttons-container{display:flex;justify-content:center;gap:20px}.age-gate-content button{background-color:#007bff;color:#fff;border:none;padding:12px 25px;border-radius:8px;cursor:pointer;font-size:1.1em;font-weight:700;transition:background-color .3s ease,transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 10px rgba(0,123,255,.2)}.age-gate-content button:hover{background-color:#0056b3;transform:translateY(-2px);box-shadow:0 6px 15px rgba(0,123,255,.3)}.age-gate-content button:active{transform:translateY(0);box-shadow:0 2px 5px rgba(0,123,255,.2)}#confirm-age-no{background-color:#dc3545;box-shadow:0 4px 10px rgba(220,53,69,.2)}#confirm-age-no:hover{background-color:#c82333;box-shadow:0 6px 15px rgba(220,53,69,.3)}#confirm-age-no:active{box-shadow:0 2px 5px rgba(220,53,69,.2)}.restricted-message{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#f8d7da,#ffebee);color:#721c24;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:30px;font-size:1.1em;z-index:10000;box-sizing:border-box}.restricted-message h2{font-size:3em;color:#b71c1c;margin-bottom:25px;letter-spacing:1px;animation:fadeInDown .8s ease-out}.restricted-message p{font-size:1.3em;margin-bottom:35px;line-height:1.8;max-width:600px;color:#721c24;animation:fadeIn 1s ease-out .3s forwards;opacity:0}.restricted-message a{color:#0d47a1;text-decoration:none;font-weight:700;font-size:1.1em;padding:10px 20px;border:2px solid #0d47a1;border-radius:5px;transition:all .3s ease;animation:fadeIn 1s ease-out .6s forwards;opacity:0}.restricted-message a:hover{background-color:#0d47a1;color:#fff;transform:translateY(-2px);box-shadow:0 4px 10px rgba(13,71,161,.3)}.banner-ads{display:flex;align-items:center;flex-wrap:wrap;width:100%;gap:1rem;justify-content:center;margin-top:2rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}