/* =========================================================
   Favoritos PRO - Usuario/Favoritos.aspx
   Scope: .tk-favoritos-pro
   ========================================================= */

.tk-favoritos-pro .tk-fav-hero{
    position:relative;
    overflow:hidden;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

.tk-favoritos-pro .tk-fav-hero:after{
    content:"";
    position:absolute;
    right:-80px;
    top:-90px;
    width:260px;
    height:260px;
    border-radius:999px;
    background:rgba(255,255,255,.14);
    pointer-events:none;
}

.tk-fav-hero-mini{
    position:relative;
    z-index:1;
    min-width:210px;
    display:flex;
    align-items:center;
    gap:14px;
    padding:16px;
    border-radius:22px;
    background:rgba(255,255,255,.14);
    border:1px solid rgba(255,255,255,.25);
    color:#fff;
    backdrop-filter:blur(12px);
}

.tk-fav-hero-mini i{
    width:48px;
    height:48px;
    display:grid;
    place-items:center;
    border-radius:18px;
    background:#fff;
    color:#ef4444;
    font-size:22px;
}

.tk-fav-hero-mini b{
    display:block;
    font-size:28px;
    line-height:1;
}

.tk-fav-hero-mini span{
    color:#e0f2fe;
    font-weight:800;
}

.tk-fav-manager-card{
    margin-top:18px;
    border-radius:26px;
    overflow:hidden;
}

.tk-fav-head{
    align-items:flex-start;
}

.tk-fav-user-row{
    display:flex;
    margin:12px 0 16px;
}

.tk-fav-user-pill{
    display:flex;
    align-items:center;
    gap:12px;
    padding:12px 14px;
    border-radius:18px;
    background:#f8fbff;
    border:1px solid #dbeafe;
}

.tk-fav-user-pill i{
    width:38px;
    height:38px;
    display:grid;
    place-items:center;
    border-radius:14px;
    background:#eaf3ff;
    color:#2563eb;
}

.tk-fav-user-pill span{
    display:block;
    color:#64748b;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.04em;
}

.tk-fav-user-pill b{
    color:#0f172a;
    word-break:break-all;
}

.tk-fav-add-box{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:14px;
    align-items:end;
    padding:16px;
    border-radius:22px;
    background:linear-gradient(135deg, #f8fbff, #ffffff);
    border:1px solid #dbeafe;
}

.tk-fav-select{
    min-height:52px;
    font-weight:800;
}

.tk-fav-add-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    justify-content:flex-end;
}

.tk-fav-add-actions .tk-btn{
    min-height:48px;
}

.tk-fav-section{
    margin-top:22px;
}

.tk-section-head{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:16px;
    margin:0 0 14px;
}

.tk-section-head h2{
    margin:0;
    color:#0f172a;
    font-size:26px;
}

.tk-section-head p{
    margin:5px 0 0;
    color:#64748b;
    font-weight:750;
}

.tk-fav-card-pro{
    overflow:hidden;
    border-radius:24px;
    transition:.18s ease;
}

.tk-fav-card-pro:hover{
    transform:translateY(-3px);
    box-shadow:0 18px 42px rgba(15,23,42,.12);
}

.tk-fav-img-wrap{
    position:relative;
    min-height:190px;
    overflow:hidden;
}

.tk-fav-img-wrap .tk-event-img{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
}

.tk-fav-img-wrap .tk-badge{
    position:absolute;
    left:14px;
    top:14px;
}

.tk-fav-heart{
    position:absolute;
    right:14px;
    top:14px;
    width:44px;
    height:44px;
    display:grid;
    place-items:center;
    border-radius:999px;
    background:rgba(255,255,255,.92);
    color:#ef4444;
    box-shadow:0 12px 26px rgba(15,23,42,.16);
}

.tk-fav-card-pro .tk-fav-body{
    padding:18px;
}

.tk-fav-card-pro .tk-section-title{
    margin:0 0 8px;
}

.tk-fav-price{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin:14px 0;
}

.tk-fav-price div{
    padding:12px;
    border-radius:16px;
    background:#f8fbff;
    border:1px solid #dbeafe;
}

.tk-fav-price span{
    display:block;
    color:#64748b;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.04em;
}

.tk-fav-price b{
    display:block;
    margin-top:4px;
    color:#0f172a;
    font-size:18px;
}

.tk-fav-card-actions{
    gap:10px;
}

.tk-btn.danger{
    background:#fff1f2;
    color:#b91c1c;
    border:1px solid #fecdd3;
}

.tk-btn.danger:hover{
    background:#ffe4e6;
}

.tk-fav-empty{
    margin:20px 0;
}

.tk-fav-empty .tk-btn{
    margin-top:12px;
}

.tk-fav-suggestions-card{
    margin-top:22px;
    border-radius:26px;
}

.tk-fav-suggestion-grid{
    display:grid;
    grid-template-columns:repeat(3, minmax(0,1fr));
    gap:14px;
    margin-top:14px;
}

.tk-fav-suggestion{
    display:grid;
    grid-template-columns:118px minmax(0,1fr);
    gap:12px;
    padding:12px;
    border-radius:20px;
    background:#fff;
    border:1px solid #e2e8f0;
    box-shadow:0 10px 26px rgba(15,23,42,.06);
}

.tk-fav-suggestion-img{
    width:118px;
    height:128px;
    object-fit:cover;
    border-radius:16px;
    background:#eef2ff;
}

.tk-fav-suggestion-body h3{
    margin:8px 0 6px;
    color:#0f172a;
    font-size:16px;
    line-height:1.2;
}

.tk-fav-suggestion-body p{
    margin:4px 0;
    color:#64748b;
    font-size:13px;
    font-weight:750;
}

.tk-fav-suggestion-foot{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-top:10px;
}

.tk-fav-suggestion-foot b{
    color:#0f172a;
}

.tk-fav-round-action{
    width:42px;
    height:42px;
    min-width:42px;
    display:grid;
    place-items:center;
    border-radius:999px;
    background:#fee2e2;
    color:#dc2626;
    border:1px solid #fecaca;
    text-decoration:none;
    transition:.18s ease;
}

.tk-fav-round-action:hover{
    transform:scale(1.06);
    background:#fecaca;
}

@media (max-width:1100px){
    .tk-fav-add-box{
        grid-template-columns:1fr;
    }

    .tk-fav-add-actions{
        justify-content:flex-start;
    }

    .tk-fav-suggestion-grid{
        grid-template-columns:repeat(2, minmax(0,1fr));
    }
}

@media (max-width:760px){
    .tk-favoritos-pro .tk-fav-hero{
        flex-direction:column;
        align-items:flex-start;
    }

    .tk-fav-hero-mini{
        width:100%;
    }

    .tk-fav-add-actions .tk-btn,
    .tk-fav-card-actions .tk-btn{
        width:100%;
    }

    .tk-section-head{
        align-items:flex-start;
        flex-direction:column;
    }

    .tk-fav-suggestion-grid{
        grid-template-columns:1fr;
    }

    .tk-fav-suggestion{
        grid-template-columns:96px minmax(0,1fr);
    }

    .tk-fav-suggestion-img{
        width:96px;
        height:120px;
    }
}

@media (max-width:520px){
    .tk-fav-price{
        grid-template-columns:1fr;
    }

    .tk-fav-suggestion{
        grid-template-columns:1fr;
    }

    .tk-fav-suggestion-img{
        width:100%;
        height:180px;
    }
}
