body{overflow-y:auto;font-family:Figtree,sans-serif}@media(max-width:768px){body{overflow-x:hidden}}.navigation{position:fixed;top:0;left:0;width:100%;z-index:1000}@media(max-width:768px){.navigation{width:100vw;overflow-x:hidden}}.navbar{display:flex;justify-content:space-between;align-items:center;padding:5px 10px;background-color:#242424cc;margin:10px;border-radius:10px;max-width:100%;box-sizing:border-box}.navbar-brand img{width:140px}.navbar-toggle{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.navbar-toggle span{width:100%;height:3px;background-color:#f2f4f1;border-radius:2px;transition:all .3s ease;transform-origin:center}.navbar-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.navbar-toggle.active span:nth-child(2){opacity:0}.navbar-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}.navbar-items{display:flex;justify-content:space-between;align-items:center;gap:15px;flex-wrap:nowrap;overflow-x:visible}.btn-primary{position:relative;background-color:#464b45;color:#f2f4f1;padding:10px;font-size:16px;font-weight:600;text-decoration:none;border:none;cursor:pointer;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px));min-width:100px;text-align:center;transition:background-color .2s ease,color .2s ease;white-space:nowrap;box-sizing:border-box;flex-shrink:0}.btn-primary i{font-weight:400}.btn-primary:hover,.btn-primary:active{background-color:#3e433d;color:#f2f4f1}.btn-primary:focus-visible{outline:none}.dropbtn__container{display:flex;justify-content:center;gap:10px;padding:10px;background-color:#242424cc;margin-left:10px;border-radius:10px;flex-wrap:wrap;max-width:100%;box-sizing:border-box}.dropbtn{min-width:200px;box-sizing:border-box}.dropdown{position:relative;display:inline-block}.dropdown-content{margin-left:10px;margin-top:10px;display:none;position:absolute;background-color:#242424;min-width:600px;box-shadow:0 8px 16px #0003;z-index:3;max-height:70vh;overflow-y:auto;padding:10px;scrollbar-width:thin;scrollbar-color:#3d3d3d #2a2a2a;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 15px,100% 100%,15px 100%,0 calc(100% - 15px));box-sizing:border-box}.dropdown-content::-webkit-scrollbar{width:10px}.dropdown-content::-webkit-scrollbar-track{background:#2a2a2a;border-radius:5px}.dropdown-content::-webkit-scrollbar-thumb{background:#3d3d3d;border-radius:5px}.dropdown-content::-webkit-scrollbar-thumb:hover{background:#4a4a4a}.dropdown-content.show{display:block}.render-search-container{position:relative;margin-bottom:15px}.render-search-input{width:100%;padding:10px 40px 10px 15px;background-color:#2d2d2d;border:1px solid #a29778;border-radius:4px;color:#f2f4f1;font-size:14px;box-sizing:border-box;transition:border-color .2s,background-color .2s}.render-search-input:focus{outline:none;border-color:#c4b896;background-color:#323232}.render-search-input::placeholder{color:#6b6b6b}.render-search-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#a29778;font-size:18px;pointer-events:none}.dropdown-category{margin-bottom:15px}.group-name{font-weight:600;font-size:20px;color:#a29778;margin-top:0}.dropdown-category hr{border:1px solid #a29778;margin:10px 0}.shuttle-list{list-style-type:none;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.shuttle-item{padding:6px;cursor:pointer;border-radius:4px;color:#f2f4f1;transition:background-color .2s}.shuttle-item:hover{background-color:#393939}.shuttle-item .checkbox-item{display:flex;align-items:center;width:100%;margin:0;padding:0;cursor:pointer}.checkbox-item input[type=checkbox]{display:none}.checkbox-text{position:relative;padding-left:25px;display:block;width:100%}.checkbox-text:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:16px;height:16px;background-color:#464b45;clip-path:polygon(0 0,calc(100% - 4px) 0,100% 4px,100% 100%,4px 100%,0 calc(100% - 4px))}.checkbox-item input[type=checkbox]:checked+.checkbox-text:before{background-color:#a29778}.filter-dropdown{margin-left:10px;margin-top:10px;display:none;position:absolute;background-color:#242424;min-width:600px;box-shadow:0 8px 16px #0003;z-index:3;max-height:70vh;overflow-y:auto;padding:10px;scrollbar-width:thin;scrollbar-color:#3d3d3d #2a2a2a;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 15px,100% 100%,15px 100%,0 calc(100% - 15px));box-sizing:border-box}.filter-dropdown.show{display:block}.filter-dropdown::-webkit-scrollbar{width:10px}.filter-dropdown::-webkit-scrollbar-track{background:#2a2a2a;border-radius:5px}.filter-dropdown::-webkit-scrollbar-thumb{background:#3d3d3d;border-radius:5px}.filter-dropdown::-webkit-scrollbar-thumb:hover{background:#4a4a4a}#no-results-message{background-color:#242424cc;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px));margin:10px;font-size:16px}.checkbox-item{transition:opacity .3s ease}.checkbox-item input[type=checkbox]:disabled+.checkbox-text{cursor:not-allowed}.checkbox-item input[type=checkbox]:checked+.checkbox-text{color:#a29778}@media(max-width:768px){body{margin:5px}main{margin-top:60px!important}.navbar{flex-wrap:wrap;position:relative;margin:5px;padding:8px;width:calc(100% - 10px);max-width:calc(100vw - 10px);box-sizing:border-box}.navbar-toggle{display:flex}.navbar-items{display:none;flex-direction:column;width:100%;gap:8px;margin-top:10px;padding-top:10px;border-top:1px solid rgba(162,151,120,.3);box-sizing:border-box}.navbar-items.active{display:flex}.navbar-items .btn-primary{width:100%;min-width:auto;padding:12px 10px;font-size:14px;box-sizing:border-box}.navbar-brand{flex-shrink:0}.navbar-brand img{width:100px;max-width:100%;height:auto}.dropbtn__container{flex-direction:column;margin:10px 0 0;padding:10px;box-sizing:border-box}.dropbtn{width:100%;min-width:auto;padding:12px 10px;font-size:14px;box-sizing:border-box}.dropdown{width:100%;box-sizing:border-box}.dropdown[style*="position: fixed"]{left:0!important;right:0!important;width:100%!important;max-width:100vw!important}.dropdown-content{min-width:initial;width:auto;left:10px!important;right:10px!important;position:fixed;max-height:calc(100vh - 120px);box-sizing:border-box;margin:10px 0 0}.filter-dropdown{min-width:initial;left:10px!important;right:10px!important;position:fixed;max-height:calc(100vh - 120px);padding:10px 10px 20px;box-sizing:border-box;overflow-y:auto;margin:10px 0 0}.info-block__container{max-width:100%}.shuttle-info-panel{margin:0 10px;left:0;bottom:10px}.shuttle-list{grid-template-columns:repeat(2,1fr);gap:8px}.checkbox-item{min-height:0}.checkbox-text{font-size:14px;word-break:break-word;line-height:1.4;padding-left:22px}.checkbox-text:before{width:14px;height:14px}.render-search-input{font-size:13px;padding:8px 35px 8px 12px}.render-search-icon{font-size:16px;right:10px}}@media(max-width:480px){.navbar{margin:5px;padding:5px;width:calc(100% - 10px);max-width:calc(100vw - 10px)}.navbar-brand img{width:80px}.navbar-items .btn-primary{font-size:13px;padding:10px 8px}.dropbtn__container{margin:5px;padding:8px;width:calc(100% - 10px);max-width:calc(100vw - 10px)}.dropbtn{font-size:13px;padding:10px 8px}.shuttle-item{width:100%}.shuttle-list{grid-template-columns:1fr;gap:6px}.checkbox-text{font-size:13px;padding-left:22px}.checkbox-text:before{width:14px;height:14px}.group-name{font-size:16px}.render-search-input{font-size:12px;padding:8px 32px 8px 10px}.render-search-icon{font-size:14px;right:8px}}.render-show-main{position:relative;width:100%;height:calc(100vh - 90px);overflow:hidden;margin-top:90px}.render-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden;transform-origin:center center}.render-background__layer{position:absolute;top:0;left:0;width:200%;height:200%;background-repeat:repeat;background-position:0 0;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;transform-origin:center center}.render-background__layer--back{background-size:auto;z-index:1}.render-background__layer--front{background-size:auto;z-index:2}.render-background__layer--stars1{background-size:auto;z-index:4}.render-background__layer--stars2{background-size:auto;z-index:5}.render-background__layer--meteors1{background-size:auto;z-index:8}.render-background__layer--meteors2{background-size:auto;z-index:9}.render-viewer{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;overflow:visible;z-index:10}.render-viewer__image-container{position:absolute;top:0;left:0;cursor:move;-webkit-user-select:none;user-select:none;will-change:transform;image-rendering:pixelated}.render-viewer__image{max-width:none;display:block;-webkit-user-select:none;user-select:none;pointer-events:none}.render-viewer__loader{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;z-index:20;color:#f2f4f1;background-color:#121212f2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.render-viewer__loader-spinner{width:60px;height:60px;border:4px solid rgba(162,151,120,.3);border-top-color:#a29778;border-radius:50%;animation:render-loader-spin 1s linear infinite}.render-viewer__loader-text{font-size:16px;font-weight:500;color:#a29778;text-align:center}@keyframes render-loader-spin{to{transform:rotate(360deg)}}.render-info-panel{position:fixed;left:20px;bottom:20px;width:320px;max-height:400px;background-color:#242424f2;padding:15px;border-radius:10px;color:#f2f4f1;z-index:100;transition:max-height .3s ease,padding .3s ease;overflow:hidden;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px))}.render-info-panel:hover{max-height:80vh;padding:20px}.render-info-panel__header{display:flex;justify-content:space-between;align-items:baseline;gap:10px}.render-info-panel__title{margin:0;color:#a29778;font-size:20px;font-weight:600;flex:1}.render-info-panel__price{font-size:16px;font-weight:600;color:#f2f4f1;white-space:nowrap}.render-info-panel__content{max-height:0;overflow:hidden;transition:max-height .3s ease,margin-bottom .3s ease}.render-info-panel:hover .render-info-panel__content{max-height:500px;margin-bottom:10px}.render-info-panel__description{max-height:0;overflow:hidden;transition:max-height .3s ease,margin-top .3s ease,opacity .3s ease;opacity:0;line-height:1.6;font-size:14px;margin-top:0}.render-info-panel:hover .render-info-panel__description{max-height:200px;margin-top:10px;opacity:1}.render-info-panel__tags{display:flex;flex-wrap:wrap;gap:6px}.render-info-panel__tags-item{background-color:#464b45;padding:3px 10px;border-radius:4px;font-size:12px}.render-info-panel__field{margin-bottom:10px}.render-info-panel__field:first-child{margin-top:10px}.render-info-panel__field:last-child{margin-bottom:0}.render-info-panel__field-name{font-weight:600;color:#a29778;margin-bottom:4px;font-size:13px}.render-info-panel__field-value{color:#f2f4f1;font-size:13px}@media(max-width:1024px){.render-info-panel{width:calc(100% - 40px);left:20px;right:20px;max-width:400px}}@media(max-width:640px){.render-info-panel{width:auto;left:10px;right:10px;bottom:10px}.render-info-panel__title{font-size:18px}.render-info-panel__price{font-size:14px}}.render-index-container{max-width:1200px;margin:0 auto;position:relative;z-index:10;padding:40px 20px}.render-index-header{text-align:center;margin-bottom:50px}.render-index-title{color:#f2f4f1;font-size:48px;font-weight:600;margin:0 0 15px;text-shadow:0 2px 10px rgba(0,0,0,.5)}.render-index-subtitle{color:#a29778;font-size:18px;margin:0;opacity:.9}.render-index-empty{text-align:center;padding:60px 20px;color:#f2f4f1;font-size:18px}.render-index-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:30px}.render-index-card{text-decoration:none;display:block;transition:transform .3s ease,box-shadow .3s ease}.render-index-card:hover{transform:translateY(-8px)}.render-index-card__content{background-color:#242424e6;padding:16px;color:#f2f4f1;transition:all .3s ease;position:relative;overflow:hidden;clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px))}.render-index-card:hover .render-index-card__content{background-color:#2e2e2ef2;border-color:#a2977866;box-shadow:0 10px 30px #00000080}.render-index-card__title{margin:0 0 8px;color:#a29778;font-size:24px;font-weight:600;transition:color .3s ease}.render-index-card:hover .render-index-card__title{color:#c4b896}.render-index-card__description{margin:0;color:#f2f4f1;opacity:.85;line-height:1.6;font-size:15px;transition:opacity .3s ease}.render-index-card:hover .render-index-card__description{opacity:1}.render-index-card--with-image{display:flex;flex-direction:column}.render-index-card__image{width:100%;height:200px;overflow:hidden;position:relative;clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,0 100%);background-color:#24242480;order:1}.render-index-card__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.render-index-card:hover .render-index-card__image img{transform:scale(1.05)}.render-index-card__content--no-top-clip{clip-path:polygon(0 0,100% 0,100% 100%,12px 100%,0 calc(100% - 12px));order:2}.render-index-card__author{font-size:.875rem;color:#a29778;margin-top:8px;margin-bottom:0;opacity:.8}.render-index-card:hover .render-index-card__author{opacity:1}@media(max-width:768px){.render-index-title{font-size:36px}.render-index-subtitle{font-size:16px}.render-index-grid{grid-template-columns:1fr;gap:20px}.render-index-container{padding:30px 15px}}.user-render-form{background-color:#242424e6;padding:32px;clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));margin-bottom:32px}.form-group{margin-bottom:24px}.form-label{display:block;margin-bottom:8px;font-weight:600;color:#f2f4f1;font-size:16px}.form-label .required{color:#ef4444}.form-input,.form-textarea{width:100%;padding:12px;background-color:#464b4580;border:1px solid #464b45;color:#f2f4f1;font-size:16px;font-family:inherit;clip-path:polygon(0 0,calc(100% - 4px) 0,100% 4px,100% 100%,4px 100%,0 calc(100% - 4px));transition:background-color .2s ease,border-color .2s ease;box-sizing:border-box}.form-input:focus,.form-textarea:focus{outline:none;background-color:#464b45b3;border-color:#a29778}.form-textarea{resize:vertical;min-height:100px}.form-help{margin-top:8px;font-size:.875rem;color:#a29778;opacity:.8}.form-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer;color:#f2f4f1}.form-checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#a29778}.form-submit{width:100%;padding:16px;font-size:18px;margin-top:8px}@media(max-width:768px){.user-render-form{padding:24px 20px}.form-input,.form-textarea{font-size:14px;padding:10px}.form-label{font-size:14px}.form-submit{font-size:16px;padding:14px}}.user-render-card{background-color:#242424e6;padding:32px;clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px))}.success-message{background-color:#10b98133;box-shadow:inset 0 0 0 2px #10b981;color:#f2f4f1;padding:20px;margin-bottom:24px;display:flex;align-items:flex-start;gap:16px;clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px))}.success-message i{font-size:32px;color:#10b981;flex-shrink:0}.success-message strong{display:block;font-size:18px;color:#10b981;margin-bottom:8px}.success-message p{margin:4px 0;color:#f2f4f1;line-height:1.6}.success-note{margin-top:8px;font-size:14px;color:#a29778;opacity:.9}.status-message{padding:20px;margin-bottom:24px;display:flex;align-items:flex-start;gap:16px;border-radius:10px}.status-pending{background-color:#fbbf2433;box-shadow:inset 0 0 0 2px #fbbf24}.status-pending i{font-size:32px;color:#fbbf24;flex-shrink:0}.status-pending strong{display:block;font-size:18px;color:#fbbf24;margin-bottom:8px}.status-pending p{margin:0;color:#f2f4f1;line-height:1.6}.status-rejected{background-color:#ef444433;box-shadow:inset 0 0 0 2px #ef4444}.status-rejected i{font-size:32px;color:#ef4444;flex-shrink:0}.status-rejected strong{display:block;font-size:18px;color:#ef4444;margin-bottom:8px}.status-rejected p{margin:0;color:#f2f4f1;line-height:1.6}.user-render-status-notification{position:fixed;top:100px;left:20px;right:20px;max-width:400px;z-index:150;display:flex;flex-direction:column;gap:12px}.user-renders-search-form{display:flex;gap:10px;align-items:center;max-width:600px;width:100%}.user-renders-search-input{flex:1;padding:10px 16px;background-color:#464b4580;border:1px solid #464b45;color:#f2f4f1;font-size:16px;font-family:inherit;clip-path:polygon(0 0,calc(100% - 4px) 0,100% 4px,100% 100%,4px 100%,0 calc(100% - 4px));transition:background-color .2s ease,border-color .2s ease;box-sizing:border-box}.user-renders-search-input:focus{outline:none;background-color:#464b45b3;border-color:#a29778}.user-renders-search-input::placeholder{color:#a29778;opacity:.6}@media(max-width:768px){.success-message,.status-message{padding:16px;flex-direction:column;text-align:center}.success-message i,.status-message i{font-size:24px}.user-render-status-notification{top:80px;left:10px;right:10px;max-width:none}.user-render-status-notification i{display:none}.status-message>div{width:100%}.user-renders-search-form{flex-direction:column;width:100%}.user-renders-search-input{width:100%}}@media(max-width:480px){.user-render-status-notification{top:60px}}
