:root{--color-header: #ff6b08;--color-secondary: #011129}*,*:before,*:after{box-sizing:border-box}html,body{height:100%;margin:0;scroll-behavior:smooth}body{display:flex;flex-direction:column;margin:0;font-family:inter,serif;font-size:.9rem;line-height:1.6rem}.filter-container{position:fixed;box-sizing:border-box;width:250px;margin-top:4.5rem;padding:1rem;float:left;border-right:1px solid #011129}.filter-container select,.filter-container input[type=number]{box-sizing:border-box;width:100%;margin-bottom:.8rem;padding:.3rem}header{position:fixed;z-index:10;top:0;width:100%;height:3.6rem;background-color:#ff6b08}header li{width:fit-content;margin:.5rem}header li a{color:#333;text-decoration:none}header ul{display:flex;flex-direction:row;align-items:center;height:100%;margin:0;padding:.5rem;list-style:none}header ul .logo{margin-right:auto;font-weight:600}header ul .nav-right{display:flex;align-items:center;gap:1rem}header ul .nav-right a{color:#333;text-decoration:none}header ul .nav-right select{padding:.3rem}header ul :first-child{margin-right:auto}header ul :nth-child(3){margin-left:auto}main{flex:1;padding-top:3.6rem}.container{max-width:90rem;margin-inline:auto}.tab{display:flex;position:fixed;z-index:2;top:3.5rem;left:50%;width:40%;overflow:hidden;transform:translate(-50%);border-radius:10px;background-color:#ddd;box-shadow:0 4px 12px #0000001a}.tab button{flex:1;padding:14px 16px;float:left;transition:.3s;border:none;outline:none;background-color:inherit;cursor:pointer}.tab button:hover{background-color:#fff}.slider{position:absolute;bottom:0;left:0;width:50%;height:4px;transition:transform .5s ease;border-radius:2px;background-color:#ff6b08}.tabcontent{display:none;flex:1 1 100%;width:100%}.tabcontent.active{display:block}footer{display:flex;justify-content:space-between;padding:3rem 10rem;border-top:2px solid #ff6b08;background-color:#f8f8f8}footer img{width:30rem;height:auto}.results-container{display:flex;flex-direction:column;align-items:center;margin:5rem auto;padding:1rem;border-radius:8px;background-color:#f0f0f0}.results-container h3{width:100%;margin-top:0;text-align:center}.cards{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;width:100%;margin-top:2rem}.card{display:flex;flex-direction:column;width:300px;height:350px;overflow:hidden;transition:transform .2s,box-shadow .2s;border:1px solid #011129;border-radius:8px;background-color:#f0f0f0;box-shadow:0 4px 12px #0000001a}.card .title{display:flex;align-items:center;justify-content:space-between;min-height:3rem;padding:.5rem 1rem}.card .star{flex-shrink:0;width:2rem;height:2rem;object-fit:contain}.card .image-container{flex-shrink:0;width:100%;height:200px;overflow:hidden}.card .image-container img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #00000026}.card:hover .image-container img{transform:scale(1.05)}.card-content{display:flex;flex-direction:column;flex-grow:1;padding:1rem;overflow:hidden}.card-content h4{margin:0 0 .5rem;overflow:hidden;color:#333;font-size:1.2rem;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.card-content p{flex-grow:1;margin:0;color:#555;font-size:1rem;line-height:1.4rem}@media(max-width:1200px){.card{width:calc(50% - 1.5rem);max-width:100%}}@media(max-width:768px){.cards{justify-content:center}.card{width:100%;max-width:400px}}.apply-filters{padding:.5rem 1rem;border:none;border-radius:4px;background-color:#ff6b08;color:#ddd;cursor:pointer}.apply-filters:hover{background-color:#e65c00}.search{padding:.3rem;border-radius:4px;background-color:#ff6b08}.delete{padding:.3rem;border-radius:4px;background-color:red}.block-name{text-align:center}.block{width:100%;margin-block:5rem;padding:1rem;border:3px solid #ff6b08;border-radius:6px}.twee{margin-inline:10rem;padding-top:6.5rem}.name{display:flex;align-items:center;justify-content:space-between;margin:0 auto}.selectors{display:flex;flex-direction:column}.home-layout{display:flex;gap:2rem;padding:1rem}.filters{position:fixed;z-index:1;top:6.012rem;align-self:flex-start;width:200px;height:60%;background-color:#ddd}.hidden{display:none!important}
