.favoritos-content{margin-top:2rem}.favoritos-content h1{color:#fff;margin:0;font-size:24px;font-weight:600}.raffle-large-container{box-sizing:border-box;justify-content:center;width:100%;max-width:100%;padding:0;display:flex;overflow-x:hidden}.header{gap:1rem;width:100%}.user-profile-container{position:relative}.user-profile{cursor:pointer;align-items:center;gap:12px;display:flex}.profile-image{object-fit:cover;border:1px solid #94ff31;border-radius:50%;width:40px;height:40px}.profile-image-placeholder{color:#fff;background-color:#1a1a1a;border:1px solid #94ff31;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:600;display:flex}.user-name{color:#fff;font-size:24px;font-weight:500}.chevron-icon{margin-left:-8px;transition:transform .2s}.chevron-icon.open{transform:rotate(90deg)}.user-dropdown{z-index:1000;background-color:#262626;border:1px solid #343434;border-radius:8px;min-width:180px;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 4px 12px #0000004d}.dropdown-item{color:#fff;text-align:left;cursor:pointer;background-color:#0000;border:none;width:100%;padding:12px 16px;font-size:14px;font-weight:400;transition:background-color .2s}.dropdown-item:hover{background-color:#343434}.dropdown-item:active{background-color:#404040}.tabs-container{background-color:#1a1a1a;border:1px solid #343434;border-radius:16px;align-items:center;gap:0;width:100%;height:63px;margin-top:24px;padding:4px;display:flex;position:relative}.tab-item{color:#fff;cursor:pointer;z-index:1;background-color:#0000;border:none;border-radius:16px;flex:1;justify-content:center;align-items:center;height:calc(100% - 16px);padding:8px;font-size:14px;font-weight:600;transition:all .2s;display:flex;position:relative}.tab-item.active{color:#fff;background:radial-gradient(circle,#2d2d2d 0%,#000 100%);border-radius:16px;height:100%;min-height:55px}.tab-item:not(.active){color:#fff;background-color:#0000}.tab-item:hover:not(.active){opacity:.8}.search-input{background-color:#e8e8e8;border-radius:50%;justify-content:center;align-items:center;min-width:38px;max-width:38px;min-height:38px;max-height:38px;display:flex}.raffle-cards-container{width:100%}.raffle-cards-grid{grid-template-columns:repeat(2,1fr);gap:16px;width:100%;display:grid}
