@charset "utf-8";
*{
    box-sizing:border-box;
}

body{
    margin:0;
    background:#000;
    color:#fff;
    font-family:'Inter', sans-serif;
    overflow:hidden;
}

.explore-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:72px;
    z-index:50;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 26px;
    background:linear-gradient(to bottom, rgba(0,0,0,.78), transparent);
}

.explore-logo{
    color:#d4af37;
    font-weight:900;
    font-size:21px;
    text-decoration:none;
    letter-spacing:.5px;
}

.explore-tabs{
    display:flex;
    align-items:center;
    gap:22px;
    font-size:14px;
    font-weight:800;
}

.explore-tabs span{
    color:rgba(255,255,255,.58);
}

.explore-tabs .active{
    color:#fff;
    position:relative;
}

.explore-tabs .active::after{
    content:"";
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:-8px;
    width:24px;
    height:3px;
    border-radius:99px;
    background:#d4af37;
}

.back-home{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    border-radius:50%;
    background:rgba(255,255,255,.1);
    backdrop-filter:blur(12px);
}

.reels-feed{
    height:100vh;
    overflow-y:auto;
    scroll-snap-type:y mandatory;
    scrollbar-width:none;
}

.reels-feed::-webkit-scrollbar{
    display:none;
}

.reel{
    position:relative;
    width:100%;
    height:100vh;
    scroll-snap-align:start;
    overflow:hidden;
    background:#000;
}

.reel-video{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
}

.reel-overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(to top, rgba(0,0,0,.92), transparent 55%),
        linear-gradient(to right, rgba(0,0,0,.62), transparent 48%),
        linear-gradient(to bottom, rgba(0,0,0,.55), transparent 22%);
    pointer-events:none;
}

.reel-top-badge{
    position:absolute;
    top:92px;
    left:28px;
    z-index:5;
    padding:9px 14px;
    border-radius:999px;
    background:rgba(212,175,55,.14);
    border:1px solid rgba(212,175,55,.35);
    color:#f4d46b;
    backdrop-filter:blur(14px);
    font-size:13px;
    font-weight:900;
}

.reel-info{
    position:absolute;
    z-index:5;
    left:32px;
    bottom:38px;
    width:min(560px, calc(100% - 150px));
}

.owner-row{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:14px;
}

.owner-row img{
    width:58px;
    height:58px;
    border-radius:50%;
    object-fit:cover;
    border:2px solid #d4af37;
    box-shadow:0 10px 30px rgba(0,0,0,.5);
}

.owner-row h2{
    margin:0;
    font-size:30px;
    line-height:1;
    font-weight:950;
    text-shadow:0 5px 22px rgba(0,0,0,.6);
}

.owner-row p{
    margin:5px 0 0;
    color:#d4af37;
    font-weight:800;
}

.reel-meta{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin:10px 0;
}

.reel-meta span{
    padding:7px 11px;
    border-radius:999px;
    background:rgba(255,255,255,.1);
    border:1px solid rgba(255,255,255,.13);
    font-size:12px;
    font-weight:800;
    backdrop-filter:blur(10px);
}

.reel-meta i{
    color:#d4af37;
}

.price{
    display:block;
    color:#d4af37;
    font-size:34px;
    line-height:1;
    font-weight:950;
    margin:15px 0 12px;
    text-shadow:0 10px 30px rgba(0,0,0,.55);
}

.description{
    color:rgba(255,255,255,.9);
    line-height:1.5;
    font-size:15px;
    max-width:520px;
    margin:0;
}

.reel-cta{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:20px;
}

.reel-cta a{
    text-decoration:none;
    padding:14px 24px;
    border-radius:999px;
    font-size:14px;
    font-weight:950;
}

.profile-btn{
    background:#d4af37;
    color:#000;
    box-shadow:0 14px 34px rgba(212,175,55,.28);
}

.whatsapp-btn-mini{
    background:#25d366;
    color:#03150a;
    box-shadow:0 14px 34px rgba(37,211,102,.28);
}

.reel-actions{
    position:absolute;
    z-index:6;
    right:24px;
    bottom:92px;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:18px;
}

.reel-actions button,
.reel-actions .action-btn{
    width:62px;
    min-height:62px;
    border-radius:22px;
    border:1px solid rgba(255,255,255,.16);
    background:rgba(0,0,0,.38);
    color:#fff;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:4px;
    cursor:pointer;
    text-decoration:none;
    backdrop-filter:blur(14px);
    transition:.25s ease;
}

.reel-actions button:hover,
.reel-actions .action-btn:hover{
    transform:translateY(-3px);
    background:rgba(255,255,255,.12);
}

.reel-actions i{
    font-size:21px;
}

.reel-actions span{
    font-size:11px;
    font-weight:900;
}

.like-btn.liked i{
    color:#ff315d;
}

.profile-circle{
    width:58px;
    height:58px;
    border-radius:50%;
    overflow:hidden;
    border:2px solid #d4af37;
    box-shadow:0 10px 28px rgba(0,0,0,.45);
}

.profile-circle img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.sound-btn{
    position:absolute;
    top:92px;
    right:26px;
    z-index:6;
    width:44px;
    height:44px;
    border:0;
    border-radius:50%;
    color:#fff;
    background:rgba(0,0,0,.4);
    backdrop-filter:blur(12px);
    cursor:pointer;
}

.empty-reels{
    height:100vh;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:30px;
    background:radial-gradient(circle at top, rgba(212,175,55,.18), transparent 38%), #050505;
}

.empty-reels i{
    font-size:54px;
    color:#d4af37;
    margin-bottom:20px;
}

.empty-reels h1{
    font-size:34px;
    margin:0 0 10px;
}

.empty-reels p{
    color:#bbb;
    max-width:420px;
}

.empty-reels a{
    margin-top:20px;
    padding:14px 24px;
    border-radius:999px;
    background:#d4af37;
    color:#000;
    text-decoration:none;
    font-weight:900;
}

@media(max-width:768px){

    .explore-header{
        height:64px;
        padding:0 16px;
    }

    .explore-tabs{
        gap:14px;
        font-size:13px;
    }

    .explore-tabs span:nth-child(3){
        display:none;
    }

    .reel-top-badge{
        top:78px;
        left:16px;
    }

    .sound-btn{
        top:78px;
        right:16px;
    }

    .reel-info{
        left:18px;
        bottom:28px;
        width:calc(100% - 105px);
    }

    .owner-row img{
        width:48px;
        height:48px;
    }

    .owner-row h2{
        font-size:23px;
    }

    .price{
        font-size:26px;
    }

    .description{
        font-size:13px;
        max-height:42px;
        overflow:hidden;
    }

    .reel-cta a{
        padding:12px 16px;
        font-size:12px;
    }

    .reel-actions{
        right:12px;
        bottom:86px;
        gap:13px;
    }

    .reel-actions button,
    .reel-actions .action-btn{
        width:52px;
        min-height:52px;
        border-radius:18px;
    }

    .reel-actions i{
        font-size:18px;
    }

    .profile-circle{
        width:50px;
        height:50px;
    }
}/* CSS Document */


.reel{
    display:flex;
    justify-content:center;
    align-items:center;
    background:#000;
}

.reel-video{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:auto;
    height:100vh;
    max-width:100%;
    object-fit:contain !important;
    background:#000;
}

/* Fondo desenfocado para llenar pantallas grandes */
.reel::before{
    content:"";
    position:absolute;
    inset:0;
    background:#000;
    z-index:0;
}

.reel-video{
    z-index:1;
}

.reel-overlay,
.reel-info,
.reel-actions,
.reel-top-badge,
.sound-btn{
    z-index:5;
}

/* PC: formato app vertical centrado */
@media(min-width:900px){
    .reel-video{
        width:auto;
        height:100vh;
        max-width:520px;
        object-fit:contain !important;
        box-shadow:0 0 80px rgba(0,0,0,.9);
    }

    .reel::after{
        content:"";
        position:absolute;
        inset:0;
        background:radial-gradient(circle at center, transparent 0%, rgba(0,0,0,.75) 65%);
        pointer-events:none;
        z-index:2;
    }
}

/* Móvil: pantalla completa tipo TikTok */
@media(max-width:899px){
    .reel-video{
        width:100%;
        height:100vh;
        max-width:none;
        object-fit:cover !important;
    }
}
/* VIDEO PERFECTO TIPO TIKTOK */

.reel{
    display:flex;
    justify-content:center;
    align-items:center;
    background:#000;
}

.reel-video{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    
    width:auto;
    height:100vh;
    max-width:100%;
    
    object-fit:contain !important;
    background:#000;
}

/* PC → formato vertical centrado */
@media(min-width:900px){
    .reel-video{
        max-width:520px;
        height:100vh;
        object-fit:contain;
    }
}

/* MÓVIL → pantalla completa */
@media(max-width:768px){
    .reel-video{
        width:100%;
        height:100vh;
        object-fit:cover;
    }
}
.reel-image{
    width:100%;
    height:100%;
    object-fit:cover;
    background:#000;
}
/* ===== LOGO PREMIUM TUEQUINO ===== */

.logo1{
    position:relative;
    display:inline-block;
    font-size:22px;
    font-weight:900;
    letter-spacing:1.5px;
    text-transform:uppercase;

    color:#fff;
    text-decoration:none !important;

    /* brillo base */
    background:linear-gradient(
        90deg,
        #ffffff 0%,
        #f4d46b 40%,
        #ffffff 60%,
        #f4d46b 100%
    );
    background-size:200% auto;

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

    animation:logoShine 6s linear infinite;

    /* glow sutil */
    text-shadow:
        0 0 10px rgba(212,175,55,.25),
        0 0 20px rgba(212,175,55,.15);
}

/* línea elegante abajo */
.logo1::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-4px;
    width:0%;
    height:2px;
    background:linear-gradient(90deg,#f4d46b,#ffffff);
    transition:.4s ease;
}

/* hover */
.logo1:hover::after{
    width:100%;
}

/* animación brillo */
@keyframes logoShine{
    0%{
        background-position:0% center;
    }
    100%{
        background-position:200% center;
    }
}

/* mobile ajuste */
@media(max-width:768px){
    .logo1{
        font-size:18px;
        letter-spacing:1px;
    }
}

