.custom-select-years{position:relative;width:100%;}.custom-select-years .years-trigger{width:100%;cursor:pointer;background-color:#242424;color:#c0c0c0;border:1px solid #404040;border-radius:0;padding:6px 10px;padding-right:25px;outline:solid 1px #111;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23c0c0c0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;display:flex;align-items:center;}.custom-select-years .years-placeholder{flex-grow:1;}.custom-select-years .years-counter{display:inline-flex;align-items:center;justify-content:center;background-color:#444;color:#fff;border-radius:50%;width:20px;height:20px;font-size:12px;margin-left:5px;}.custom-select-years .years-dropdown{position:absolute;top:100%;left:0;width:400px;background:#242424;border:1px solid #404040;border-top:none;box-shadow:0 5px 10px rgba(0,0,0,.3);z-index:11;max-height:none;display:flex;flex-direction:column;}.years-dropdown-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:10;}.years-dropdown-header{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;border-bottom:1px solid #333;position:relative;}.years-header-title{font-weight:bold;color:#e0e0e0;font-size:14px;}.years-search-box{flex-grow:1;margin-left:15px;position:relative;max-width:220px;margin-right:15px;}.years-search{width:100%;padding:5px 8px;padding-right:25px;background-color:#333;border:1px solid #444;color:#c0c0c0;border-radius:3px;}.years-search:focus{outline:none;border-color:#555;background-color:#3a3a3a;}.years-search-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:16px;height:16px;line-height:16px;text-align:center;color:#999;cursor:pointer;font-size:16px;font-weight:bold;display:flex;align-items:center;justify-content:center;border-radius:50%;}.years-search-clear:hover{color:#fff;background-color:rgba(255,255,255,.1);}.years-checkbox-container{height:300px;overflow-y:auto;padding:0;scrollbar-width:thin;scrollbar-color:#444 #333;}.years-checkbox-container::-webkit-scrollbar{width:8px;}.years-checkbox-container::-webkit-scrollbar-track{background:#333;}.years-checkbox-container::-webkit-scrollbar-thumb{background-color:#444;border-radius:4px;}.years-checkbox-container::-webkit-scrollbar-thumb:hover{background-color:#555;}.custom-select-years .years-checkbox-list{padding:10px;display:flex;flex-wrap:wrap;gap:5px;}.custom-select-years .years-checkbox-list label{display:inline-flex;align-items:center;padding:5px 8px;cursor:pointer;color:#c0c0c0;background-color:#333;border-radius:3px;margin:2px;transition:background-color .2s;}.custom-select-years .years-checkbox-list label:hover{background-color:#383838;}.custom-select-years .years-checkbox-list label.hidden{display:none;}.custom-select-years .years-checkbox-list input[type="checkbox"]{margin-right:5px;vertical-align:middle;}.custom-select-years .years-checkbox-list input[type="checkbox"]:checked + label{background-color:#444;}.custom-select-years.active .years-trigger{border-bottom:1px solid #111;}.years-dropdown-footer{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;border-top:1px solid #333;}.years-apply-btn,.years-cancel-btn{background-color:#3a3a3a;color:#e0e0e0;border:1px solid #444;border-radius:3px;padding:6px 12px;cursor:pointer;font-size:13px;transition:background-color .2s;font-weight:bold;}.years-apply-btn{background-color:#3a3a3a;margin-right:8px;}.years-apply-btn:hover{background-color:#444;}.years-cancel-btn{background-color:transparent;border-color:#555;}.years-cancel-btn:hover{background-color:#333;}.years-reset-btn{background-color:transparent;color:#999;border:none;border-radius:3px;padding:6px 12px;cursor:pointer;font-size:13px;transition:color .2s;margin-left:auto;}.years-reset-btn:hover{color:#e0e0e0;text-decoration:underline;}.selected-years-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px;padding:0 10px;}.selected-years-tags:empty{display:none;}.year-tag{display:inline-flex;align-items:center;background-color:#333;color:#c0c0c0;border-radius:4px;padding:5px 10px;font-size:13px;}.year-tag .remove-tag{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;margin-left:6px;cursor:pointer;color:#999;}.year-tag .remove-tag:hover{color:#fff;}.years-dropdown-close{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#999;font-size:20px;font-weight:bold;cursor:pointer;border-radius:50%;}.years-dropdown-close:hover{color:#fff;background-color:rgba(255,255,255,.1);}@media (max-width:768px){.custom-select-years .years-dropdown{width:300px;left:auto;right:0}}@media (max-width:480px){.custom-select-years .years-dropdown{width:280px}.years-dropdown-header{flex-direction:column;align-items:flex-start}.years-search-box{margin-left:0;margin-top:8px;width:100%;max-width:none}}