header{padding:20px 40px;display:flex;flex-direction:row;align-items:center;color:#fff;position:fixed;top:0;width:calc(100% - 80px);gap:32px;z-index:10;background-image:linear-gradient(180deg,#000c 2%,#00000003 99%);transition-property:border-bottom-color;transition-duration:.3s;transition-property:top}header.open{top:46px;transition-duration:.3s;transition-property:top}header:before{content:"";position:absolute;width:100%;background-color:var(--background-black);height:80px;top:0;left:0;z-index:-1;opacity:0;transition-duration:.3s;transition-property:opacity}header.trigger:before{opacity:1;transition-duration:.3s;transition-property:opacity}header nav{display:flex;flex-direction:row;align-items:center;gap:20px}header .heading-img{width:145px;margin-right:20px}nav a{font-weight:300}nav a.current{opacity:.5}nav a img{display:none}nav a:nth-child(5),nav a:nth-child(6){display:none}.header-btns{display:flex;flex-direction:row;align-items:center;gap:14px}.search-box{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.search-box-inner{flex:1;height:40px;max-width:350px}@media screen and (max-width: 960px){.header-btns>a:first-child{display:none}}@media screen and (max-width: 820px){body{padding-bottom:120px}header{position:fixed;top:inherit;bottom:20px;background-color:var(--background-black);width:calc(100% - 120px);left:40px;border-radius:16px;border:1px solid var(--background-gray);padding:20px;transition:left .5s ease-in-out}header.open{top:unset}header.trigger:before{opacity:0}header.in-active{left:-260px;transition:left .5s ease-in-out}nav{flex:1;justify-content:space-around}nav>img{display:none}nav>a{display:flex;flex-direction:column;align-items:center;font-size:14px}nav>a img{display:block;margin-bottom:3px}nav a:nth-child(5),nav a:nth-child(6){display:flex}.search-box,.header-btns{display:none}}@media screen and (max-width: 630px){.user-profile{flex-direction:column-reverse}.user-profile p{display:none}}@media screen and (max-width: 510px){header{left:20px;width:calc(100% - 80px)}header.in-active{left:-280px}}@media screen and (max-width: 440px){nav>a{font-size:0px}}body.overflow-hidden{overflow:hidden}.search-modal-wrapper{position:fixed;background-color:#0000004d;backdrop-filter:blur(10px);width:100%;height:100%;top:0;left:0;z-index:100;display:none;flex-direction:column;align-items:center;justify-content:center}.search-modal-wrapper.open{display:flex}.search-modal{border:1px solid var(--background-gray);border-radius:16px;padding:40px 40px 30px;background-color:var(--background-black);width:50%;max-height:80vh;display:flex;flex-direction:column}.sm-header{display:none;justify-content:space-between;align-items:center;margin-bottom:20px}.sm-header h2{font-size:24px;color:var(--text-white);margin:0}.sm-close{cursor:pointer;color:var(--text-gray);background-color:transparent;border:none;transform:rotate(45deg)}.sm-close img{width:30px;height:30px}.sm-input{height:38px}.sm-loader{height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center}.search-switcher{display:flex;flex:1;flex-direction:column;overflow:hidden}.sm-switcher{flex:1;overflow:scroll;display:flex;flex-direction:column}.sm-switcher-btn{margin-top:10px;display:flex}.sm-switcher-btn .sc-wrapper{flex:1}.sm-switcher-btn .sc-wrapper a{flex:1;justify-content:center}.sm-content{flex:1;overflow:auto;margin-top:8px;position:relative;z-index:1}.sm-results{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.sm-no-results{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-top:18px;color:var(--text-gray);font-weight:200}.sm-count{font-size:12px;color:var(--text-gray)}.sm-count p{margin-top:14px;margin-bottom:0}.search-autocomplete .focused{background-color:#ffffff1a!important}.sm-pagination{display:flex;flex-direction:row;gap:10px;margin-top:10px}.sm-pagination button{flex:1}.sm-profile-results{display:flex;flex-direction:column;gap:4px}.sm-profile-card{display:flex;flex-direction:row;align-items:center;transition:background-color .2s ease-in-out;border-radius:8px;padding:8px 12px;gap:14px}.sm-profile-card:hover{background-color:#ffffff1a;transition:background-color .2s ease-in-out}.sm-profile-card .sm-profile-avatar{width:40px;height:40px;border-radius:50%}.sm-profile-info{display:flex;flex-direction:column;gap:4px}.sm-profile-username{font-size:14px;font-weight:600;color:var(--text-white);margin:0;display:flex;flex-direction:row;align-items:center;gap:8px}.sm-profile-fullname{font-size:12px;color:var(--text-gray);margin:0}.sm-collection-results{display:flex;flex-direction:column;gap:4px}.sm-collection-card{display:flex;flex-direction:row;gap:14px;padding:8px;border-radius:8px;transition:background-color .2s ease-in-out}.sm-collection-card:hover{background-color:#ffffff1a;transition:background-color .2s ease-in-out}.sm-collection-card:hover .cc-img{border-color:#292929;transition:border-color .2s ease-in-out}.sm-collection-info{display:flex;flex-direction:column;padding:8px 0;flex:1}.sm-collection-header{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.sm-collection-header p{margin:0;font-weight:600;flex:1}.sm-collection-header .smc-publicity{font-size:14px;font-weight:200;margin-right:6px}.sm-collection-info .sm-collection-owner{font-size:12px;color:var(--text-gray);margin-top:4px}.sm-collection-info .sm-collection-description{flex:1;font-size:12px;color:var(--text-gray);display:flex;flex-direction:row;align-items:flex-end}@media screen and (max-width: 1024px){.sm-results{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 845px){.search-modal{width:80%}.sm-results{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width: 768px){.sm-results{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 560px){.search-modal-wrapper{justify-content:flex-start}.search-modal{border-top-left-radius:0;border-top-right-radius:0;width:calc(100% - 80px);height:calc(100dvh - 80px);max-height:none;padding-bottom:20px}.sm-header{display:flex}.sm-loader{flex:1}.sm-results{grid-template-columns:repeat(2,1fr);gap:10px}}.winter-event-half-modal{position:fixed;background-color:#0000004d;backdrop-filter:blur(10px);width:100%;height:100%;top:0;left:0;z-index:100;display:none;flex-direction:column;align-items:center;justify-content:center}.winter-event-half-modal.is-open{display:flex}.modal-content{position:absolute;border:1px solid var(--background-gray);border-radius:8px;padding:34px;background-color:var(--background-black);width:350px;max-height:80vh;display:flex;flex-direction:column}.modal-content h2{font-size:24px;font-weight:600;margin:0 0 20px;text-align:center}.modal-content p{font-size:16px;text-align:center;margin-bottom:30px}.modal-content button:last-child{margin-top:10px}.santa-anim{position:absolute;top:50%;right:-60px;transform:translateY(-50%);width:200px;height:200px;overflow:hidden;background:transparent;border:none}.santa-anim img{width:85%;margin-top:-50px;margin-left:30px;transform:rotate(-50deg)}
