:root{--primary-color:#755c93;--primary-hover:#8a6faa;--primary-dark:#5f4a7a;--primary-light:#9e83b8;--secondary-color:#64748b;--success-color:#10b981;--danger-color:#ef4444;--warning-color:#f59e0b;--bg-primary:#0f0a14;--bg-secondary:#1a1225;--bg-tertiary:#241930;--surface-primary:#755c9326;--surface-secondary:#755c9333;--surface-tertiary:#755c931a;--surface-hover:#755c9340;--text-primary:#f0e8f8;--text-secondary:#b8a8c8;--text-tertiary:#8a7898;--text-muted:#605068;--accent-blue:#3b82f6;--accent-green:#10b981;--accent-orange:#f59e0b;--accent-red:#ef4444;--accent-purple:#755c93;--border-color:#755c9326;--border-hover:#755c9366;--border-radius:12px;--border-radius-lg:16px;--border-radius-sm:8px;--shadow-sm:0 1px 3px #755c9333;--shadow-md:0 4px 20px #755c934d;--shadow-lg:0 8px 40px #755c9366;--shadow-glow:0 0 30px #755c9380;--blur-background:blur(20px);--blur-light:blur(10px);--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu",sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#0f0a14,#1a1225 50%,#241930);background:linear-gradient(135deg,var(--bg-primary) 0,var(--bg-secondary) 50%,var(--bg-tertiary) 100%);background-attachment:fixed;color:#f0e8f8;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-family:var(--font-family);line-height:1.6;position:relative}body:before{background:radial-gradient(circle at 20% 50%,#755c9326 0,#0000 50%),radial-gradient(circle at 80% 80%,#755c931a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:-1}.container{margin:0 auto;max-width:1400px;padding:24px}.page{min-height:100vh}h1{color:#f0e8f8;color:var(--text-primary);font-size:2rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}h2{font-size:1.5rem;margin-bottom:.75rem}h2,h3{color:#f0e8f8;color:var(--text-primary);font-weight:600}h3{font-size:1.25rem;margin-bottom:.5rem}p{color:#b8a8c8;color:var(--text-secondary);margin-bottom:.75rem}.translucent-panel{backdrop-filter:blur(20px);backdrop-filter:var(--blur-background);-webkit-backdrop-filter:blur(20px);-webkit-backdrop-filter:var(--blur-background);background:#755c9326;background:var(--surface-primary);border:1px solid #755c9326;border:1px solid var(--border-color);border-radius:12px;border-radius:var(--border-radius);box-shadow:0 4px 20px #755c934d;box-shadow:var(--shadow-md);padding:24px;transition:all .3s ease}.translucent-panel:hover{border-color:#755c9366;border-color:var(--border-hover);box-shadow:0 8px 40px #755c9366,0 0 30px #755c9380;box-shadow:var(--shadow-lg),var(--shadow-glow)}.btn{align-items:center;border:none;border-radius:8px;border-radius:var(--border-radius-sm);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;gap:8px;overflow:hidden;padding:10px 20px;position:relative;transition:all .2s ease}.btn:before{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.btn:hover:before{left:100%}.btn:disabled{cursor:not-allowed;opacity:.4}.btn:hover:not(:disabled){box-shadow:0 4px 20px #755c934d;box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn:active:not(:disabled){transform:translateY(0)}.btn-primary{background:linear-gradient(135deg,#755c93,#5f4a7a);background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%);box-shadow:0 4px 12px #755c9366;color:#fff}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#8a6faa,#755c93);background:linear-gradient(135deg,var(--primary-hover) 0,var(--primary-color) 100%);box-shadow:0 6px 20px #755c9399}.btn-secondary{background:#755c9333;background:var(--surface-secondary);border:1px solid #755c9326;border:1px solid var(--border-color);color:#f0e8f8;color:var(--text-primary)}.btn-secondary:hover:not(:disabled){background:#755c9340;background:var(--surface-hover);border-color:#755c9366;border-color:var(--border-hover)}.btn-success{background:linear-gradient(135deg,#10b981,#059669);background:linear-gradient(135deg,var(--success-color) 0,#059669 100%);box-shadow:0 4px 12px #10b9814d;color:#fff}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);background:linear-gradient(135deg,var(--danger-color) 0,#dc2626 100%);box-shadow:0 4px 12px #ef44444d;color:#fff}.btn-danger:hover:not(:disabled){box-shadow:0 6px 20px #ef444466}.btn-outline{background:#0000;border:2px solid #755c9326;border:2px solid var(--border-color);color:#f0e8f8;color:var(--text-primary)}.btn-outline:hover:not(:disabled){background:#755c9326;border-color:#755c93;border-color:var(--primary-color);color:#755c93;color:var(--primary-color)}.btn-sm{font-size:.875rem;padding:6px 12px}.form-group{margin-bottom:1.25rem}label{color:#b8a8c8;color:var(--text-secondary);display:block;font-size:.875rem;font-weight:500;letter-spacing:.02em;margin-bottom:.5rem;text-transform:uppercase}.input-field-wrapper{position:relative}.input-field-wrapper:after,.input-field-wrapper:before{background:linear-gradient(90deg,#0000,#755c9326 20%,#755c9326 80%,#0000);background:linear-gradient(90deg,#0000 0,var(--border-color) 20%,var(--border-color) 80%,#0000 100%);content:"";height:1px;left:0;position:absolute;right:0;transition:all .3s ease}.input-field-wrapper:before{top:0}.input-field-wrapper:after{bottom:0}.input-field-wrapper:focus-within:after,.input-field-wrapper:focus-within:before{background:linear-gradient(90deg,#0000,#755c93 20%,#755c93 80%,#0000);background:linear-gradient(90deg,#0000 0,var(--primary-color) 20%,var(--primary-color) 80%,#0000 100%)}input,select,textarea{background:#0000;border:none;border-radius:0;color:#f0e8f8;color:var(--text-primary);font-family:inherit;font-size:1rem;outline:none;padding:12px 16px;transition:all .2s ease;width:100%}input::placeholder,textarea::placeholder{color:#605068;color:var(--text-muted)}.input-field-wrapper:focus-within input,.input-field-wrapper:focus-within select,.input-field-wrapper:focus-within textarea{background:linear-gradient(90deg,#0000,#755c9314 20%,#755c9314 80%,#0000)}textarea{min-height:100px;resize:vertical}.input-error{border-color:#ef4444;border-color:var(--danger-color)}.error-message{color:#ef4444;color:var(--danger-color)}.error-message,.form-text{font-size:.875rem;margin-top:.25rem}.form-text{color:#8a7898;color:var(--text-tertiary)}.card{backdrop-filter:blur(20px);backdrop-filter:var(--blur-background);-webkit-backdrop-filter:blur(20px);-webkit-backdrop-filter:var(--blur-background);background:#755c9326;background:var(--surface-primary);border:1px solid #755c9326;border:1px solid var(--border-color);border-radius:12px;border-radius:var(--border-radius);box-shadow:0 4px 20px #755c934d;box-shadow:var(--shadow-md);padding:24px;transition:all .3s ease}.card:hover{border-color:#755c9366;border-color:var(--border-hover);box-shadow:0 8px 40px #755c9366;box-shadow:var(--shadow-lg)}.card-header{border-bottom:1px solid #755c9326;border-bottom:1px solid var(--border-color);margin-bottom:1rem;padding-bottom:1rem}.table-container{background:#755c9326;background:var(--surface-primary);border:1px solid #755c9326;border:1px solid var(--border-color);border-radius:12px;border-radius:var(--border-radius);box-shadow:0 4px 20px #755c934d;box-shadow:var(--shadow-md);overflow-x:auto}table{border-collapse:collapse;width:100%}td,th{border-bottom:1px solid #755c9326;border-bottom:1px solid var(--border-color);padding:12px 16px;text-align:left}th{background:#755c9333;background:var(--surface-secondary);color:#f0e8f8;color:var(--text-primary);font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}tr:last-child td{border-bottom:none}tr:hover{background:#755c931f}.loading{align-items:center;display:flex;justify-content:center;min-height:200px}.spinner{animation:spin 1s linear infinite;border:3px solid #755c9333;border-top:3px solid #755c93;border:3px solid var(--surface-secondary);border-radius:50%;border-top-color:var(--primary-color);height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.alert{align-items:center;backdrop-filter:blur(10px);backdrop-filter:var(--blur-light);-webkit-backdrop-filter:blur(10px);-webkit-backdrop-filter:var(--blur-light);border:1px solid;border-radius:8px;border-radius:var(--border-radius-sm);display:flex;gap:12px;margin-bottom:1rem;padding:16px 20px}.alert-success{background:#10b98126;border-color:#10b9814d;color:#6ee7b7}.alert-error{background:#ef444426;border-color:#ef44444d;color:#fca5a5}.alert-warning{background:#f59e0b26;border-color:#f59e0b4d;color:#fcd34d}.alert-info{background:#755c9333;border-color:#755c9366;color:#c9b3db}.modal-overlay{align-items:center;animation:fadeIn .2s ease-out;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{animation:scaleIn .2s ease-out;backdrop-filter:blur(20px);backdrop-filter:var(--blur-background);-webkit-backdrop-filter:blur(20px);-webkit-backdrop-filter:var(--blur-background);background:#755c9326;background:var(--surface-primary);border:1px solid #755c9326;border:1px solid var(--border-color);border-radius:16px;border-radius:var(--border-radius-lg);box-shadow:0 8px 40px #755c9366;box-shadow:var(--shadow-lg);max-height:90vh;max-width:600px;overflow-y:auto;padding:32px;width:90%}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-large{max-width:900px}.modal-header{border-bottom:1px solid #755c9326;border-bottom:1px solid var(--border-color);justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.modal-close,.modal-header{align-items:center;display:flex}.modal-close{background:none;border:none;border-radius:50%;color:#b8a8c8;color:var(--text-secondary);cursor:pointer;font-size:1.5rem;height:32px;justify-content:center;transition:all .2s ease;width:32px}.modal-close:hover{background:#755c9333;background:var(--surface-secondary);color:#f0e8f8;color:var(--text-primary)}.grid{grid-gap:1.5rem;display:grid;gap:1.5rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.text-center{text-align:center}.text-right{text-align:right}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-muted{color:#605068;color:var(--text-muted)}.text-danger{color:#ef4444;color:var(--danger-color)}.text-success{color:#10b981;color:var(--success-color)}.font-bold{font-weight:700}.tabs{border-bottom:1px solid #755c9326;border-bottom:1px solid var(--border-color);display:flex;gap:8px;margin-bottom:1.5rem;overflow:visible;padding-bottom:16px;position:relative}.tab-indicator{background:linear-gradient(90deg,#0000,#755c934d 50%,#0000);border-radius:8px;border-radius:var(--border-radius-sm);bottom:16px;height:40px;pointer-events:none;position:absolute;transition:left .4s cubic-bezier(.34,1.56,.64,1),width .4s cubic-bezier(.34,1.56,.64,1);z-index:0}.tab{background:#0000;border:none;border-radius:8px;border-radius:var(--border-radius-sm);color:#b8a8c8;color:var(--text-secondary);cursor:pointer;font-size:.95rem;font-weight:500;min-width:80px;padding:10px 20px;position:relative;text-align:center;transition:all .2s ease;z-index:1}.tab:hover{background:#fff0}.tab-active,.tab:hover{color:#f0e8f8;color:var(--text-primary)}.tab-active{background:#0000;font-weight:600}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:#1a1225;background:var(--bg-secondary);border-radius:5px}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#755c93,#5f4a7a);background:linear-gradient(180deg,var(--primary-color) 0,var(--primary-dark) 100%);border:2px solid #1a1225;border:2px solid var(--bg-secondary);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#8a6faa,#755c93);background:linear-gradient(180deg,var(--primary-hover) 0,var(--primary-color) 100%)}::selection{background:#755c9366;color:#f0e8f8;color:var(--text-primary)}@keyframes slideInRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.container{padding:16px}h1{font-size:1.75rem}h2{font-size:1.375rem}h3{font-size:1.125rem}.tabs{-webkit-overflow-scrolling:touch;overflow-x:auto}.tab{flex-shrink:0}}.audio-reactive-background{height:100vh;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:-1}.custom-checkbox{align-items:center;display:inline-flex}.custom-checkbox.disabled{cursor:not-allowed;opacity:.5}.custom-checkbox-input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.custom-checkbox-label{align-items:center;cursor:pointer;display:flex;gap:.5rem;-webkit-user-select:none;user-select:none}.custom-checkbox.disabled .custom-checkbox-label{cursor:not-allowed}.custom-checkbox-box{background:#0000;color:#0000;height:18px;transition:all .2s cubic-bezier(.4,0,.2,1);width:18px}.custom-checkbox:hover:not(.disabled) .custom-checkbox-box{background:#3b82f60d;border-color:var(--primary-color)}.custom-checkbox-input:checked+.custom-checkbox-label .custom-checkbox-box{background:var(--primary-color);border-color:var(--primary-color);color:#fff}.custom-checkbox-input:focus+.custom-checkbox-label .custom-checkbox-box{box-shadow:0 0 0 3px #3b82f633}.custom-checkbox-text{color:var(--text-primary);font-size:.95rem}.custom-checkbox.disabled .custom-checkbox-text{color:var(--text-secondary)}.audio-player-compact,.audio-player-full{align-items:center;-webkit-backdrop-filter:var(--blur-light);backdrop-filter:var(--blur-light);background:var(--surface-primary);border:1px solid var(--border-color);border-radius:var(--border-radius-sm);display:flex;gap:.75rem;padding:.625rem .875rem;transition:all .2s ease}.audio-player-compact:hover,.audio-player-full:hover{background:var(--surface-secondary);border-color:var(--border-hover)}.audio-player-compact{gap:.625rem;min-width:200px;padding:.5rem .75rem}.audio-player-btn-play{align-items:center;background:var(--primary-color);border:none;border-radius:50%;box-shadow:0 2px 8px #755c934d;color:#fff;cursor:pointer;display:flex;height:32px;justify-content:center;min-width:32px;padding:0;transition:all .2s cubic-bezier(.4,0,.2,1);width:32px}.audio-player-compact .audio-player-btn-play{height:28px;min-width:28px;width:28px}.audio-player-btn-play:hover{background:var(--primary-hover);box-shadow:0 4px 12px #755c9366;transform:scale(1.05)}.audio-player-btn-play:active{transform:scale(.98)}.audio-player-btn-play svg{height:16px;margin-left:1px;width:16px}.audio-player-compact .audio-player-btn-play svg{height:14px;width:14px}.audio-player-time{font-feature-settings:"tnum";color:var(--text-secondary);font-size:.8125rem;font-variant-numeric:tabular-nums;font-weight:500;letter-spacing:.3px;min-width:36px;text-align:center}.audio-player-compact .audio-player-time{font-size:.75rem;min-width:32px}.audio-player-progress-wrapper{align-items:center;cursor:pointer;display:flex;flex:1 1;height:32px;padding:4px 0}.audio-player-compact .audio-player-progress-wrapper{height:28px}.audio-player-progress-bg{background:#755c9333;border-radius:3px;height:5px;overflow:hidden;position:relative;transition:height .15s ease;width:100%}.audio-player-progress-wrapper:hover .audio-player-progress-bg{height:6px}.audio-player-progress-fill{background:linear-gradient(90deg,var(--primary-color) 0,var(--primary-light) 100%);border-radius:3px;box-shadow:0 0 8px #755c9366;height:100%;position:relative;transition:background .2s ease}.audio-player-progress-wrapper:hover .audio-player-progress-fill{background:linear-gradient(90deg,var(--primary-hover) 0,var(--primary-light) 100%);box-shadow:0 0 12px #755c9399}.audio-player-progress-handle{background:#fff;border-radius:50%;box-shadow:0 2px 6px #0000004d;height:12px;opacity:0;position:absolute;right:-6px;top:50%;transform:translateY(-50%);transition:opacity .15s ease;width:12px}.audio-player-progress-wrapper:hover .audio-player-progress-handle{opacity:1}.audio-player-volume{align-items:center;display:flex;position:relative}.audio-player-btn-volume{align-items:center;background:#0000;border:none;border-radius:6px;color:var(--text-secondary);cursor:pointer;display:flex;height:28px;justify-content:center;padding:0;transition:all .2s ease;width:28px}.audio-player-btn-volume:hover{background:var(--surface-tertiary);color:var(--primary-color)}.audio-player-btn-volume svg{height:18px;width:18px}.audio-player-volume-slider{animation:volumeSlideIn .2s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:var(--blur-background);backdrop-filter:var(--blur-background);background:var(--surface-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius-sm);bottom:calc(100% + 12px);box-shadow:var(--shadow-md);left:50%;padding:.875rem .625rem;position:absolute;transform:translateX(-50%);z-index:100}@keyframes volumeSlideIn{0%{opacity:0;transform:translateX(-50%) translateY(8px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.audio-player-volume-slider:before{background:var(--surface-secondary);border-bottom:1px solid var(--border-color);border-right:1px solid var(--border-color);bottom:-6px;content:"";height:12px;left:50%;position:absolute;transform:translateX(-50%) rotate(45deg);width:12px}.audio-player-volume-slider input[type=range]{-webkit-appearance:none;appearance:none;background:#0000;cursor:pointer;height:4px;outline:none;transform:rotate(-90deg);width:80px}.audio-player-volume-slider input[type=range]::-webkit-slider-runnable-track{background:#755c9340;border-radius:2px;height:4px;width:100%}.audio-player-volume-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:var(--primary-color);border-radius:50%;box-shadow:0 2px 6px #755c9366;cursor:pointer;height:14px;margin-top:-5px;-webkit-transition:all .15s ease;transition:all .15s ease;width:14px}.audio-player-volume-slider input[type=range]::-webkit-slider-thumb:hover{background:var(--primary-hover);box-shadow:0 3px 8px #755c9380;transform:scale(1.15)}.audio-player-volume-slider input[type=range]::-moz-range-track{background:#755c9340;border:none;border-radius:2px;height:4px;width:100%}.audio-player-volume-slider input[type=range]::-moz-range-thumb{background:var(--primary-color);border:none;border-radius:50%;box-shadow:0 2px 6px #755c9366;cursor:pointer;height:14px;-moz-transition:all .15s ease;transition:all .15s ease;width:14px}.audio-player-volume-slider input[type=range]::-moz-range-thumb:hover{background:var(--primary-hover);box-shadow:0 3px 8px #755c9380;transform:scale(1.15)}@media (max-width:640px){.audio-player-full{gap:.5rem;padding:.5rem .625rem}.audio-player-btn-play{height:28px;min-width:28px;width:28px}.audio-player-btn-play svg{height:14px;width:14px}.audio-player-time{font-size:.75rem;min-width:32px}.audio-player-btn-volume{height:24px;width:24px}.audio-player-btn-volume svg{height:16px;width:16px}}.custom-file-input{width:100%}.custom-file-input.disabled{cursor:not-allowed;opacity:.5}.custom-file-trigger{align-items:center;background:#3b82f608;border:2px dashed #ffffff1a;border-radius:8px;cursor:pointer;display:flex;gap:1rem;padding:1.25rem 1rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.custom-file-input:not(.disabled):hover .custom-file-trigger{background:#3b82f614;border-color:var(--primary-color)}.custom-file-input.disabled .custom-file-trigger{cursor:not-allowed}.custom-file-icon{align-items:center;background:#3b82f61a;border-radius:8px;color:var(--primary-color);display:flex;flex-shrink:0;height:48px;justify-content:center;transition:all .2s;width:48px}.custom-file-input:not(.disabled):hover .custom-file-icon{background:#3b82f626;transform:translateY(-2px)}.custom-file-text{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.custom-file-title{color:var(--text-primary);font-size:.95rem;font-weight:500}.custom-file-subtitle{color:var(--text-secondary);font-size:.85rem}.custom-file-button{background:#3b82f626;border:1px solid #3b82f64d;border-radius:6px;color:var(--primary-color);flex-shrink:0;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .2s}.custom-file-input:not(.disabled):hover .custom-file-button{background:#3b82f640;border-color:var(--primary-color)}.custom-file-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.custom-file-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#14141e80;border:1px solid #ffffff14;border-radius:6px;display:flex;gap:.75rem;padding:.75rem}.custom-file-item svg{color:var(--primary-color);flex-shrink:0}.custom-file-item-info{display:flex;flex:1 1;flex-direction:column;gap:.25rem;min-width:0}.custom-file-item-name{color:var(--text-primary);font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-file-item-size{color:var(--text-secondary);font-size:.8rem}.custom-select{position:relative;width:100%}.custom-select.disabled{cursor:not-allowed;opacity:.5}.custom-select-trigger{align-items:center;background:#0000;border:none;border-radius:8px;color:var(--text-primary);cursor:pointer;display:flex;font-size:.95rem;justify-content:space-between;padding:.75rem 1rem;position:relative;transition:all .2s cubic-bezier(.4,0,.2,1)}.custom-select-trigger:before{top:0}.custom-select-trigger:after,.custom-select-trigger:before{background:linear-gradient(90deg,#0000 0,var(--border-color) 50%,#0000 100%);content:"";height:1px;left:0;opacity:.6;position:absolute;right:0;transition:opacity .3s ease}.custom-select-trigger:after{bottom:0}.custom-select:not(.disabled):hover .custom-select-trigger:after,.custom-select:not(.disabled):hover .custom-select-trigger:before{background:linear-gradient(90deg,#0000 0,var(--primary-color) 50%,#0000 100%);opacity:1}.custom-select-trigger:focus,.custom-select.open .custom-select-trigger{background:#3b82f60d}.custom-select-trigger:focus:after,.custom-select-trigger:focus:before,.custom-select.open .custom-select-trigger:after,.custom-select.open .custom-select-trigger:before{background:linear-gradient(90deg,#0000 0,var(--primary-color) 50%,#0000 100%);opacity:1}.custom-select-arrow,.custom-select-trigger .placeholder{color:var(--text-secondary)}.custom-select-arrow{flex-shrink:0;margin-left:.5rem;transition:transform .2s cubic-bezier(.4,0,.2,1)}.custom-select-arrow.open{transform:rotate(180deg)}.custom-select-dropdown{animation:dropdownSlide .2s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#14141ef2;border:1px solid #ffffff1a;border-radius:8px;box-shadow:0 8px 32px #00000080;left:0;max-height:300px;overflow:hidden;position:absolute;right:0;top:calc(100% + 4px);z-index:10000}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.custom-select-search{border-bottom:1px solid #ffffff14;padding:.5rem}.custom-select-search input{background:#ffffff08;border:1px solid #ffffff14;border-radius:6px;color:var(--text-primary);font-size:.9rem;outline:none;padding:.5rem .75rem;transition:all .2s;width:100%}.custom-select-search input:focus{background:#3b82f60d;border-color:var(--primary-color)}.custom-select-search input::placeholder{color:var(--text-secondary)}.custom-select-options{max-height:250px;overflow-y:auto;padding:.25rem}.custom-select-options::-webkit-scrollbar{width:8px}.custom-select-options::-webkit-scrollbar-track{background:#0000}.custom-select-options::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.custom-select-options::-webkit-scrollbar-thumb:hover{background:#ffffff26}.custom-select-option{align-items:center;border-radius:6px;color:var(--text-primary);cursor:pointer;display:flex;font-size:.95rem;gap:.75rem;padding:.625rem .75rem;transition:all .15s}.custom-select-option:hover:not(.disabled){background:#3b82f61a}.custom-select-option.selected{background:#3b82f626;color:var(--primary-color)}.custom-select-option.disabled{color:var(--text-secondary);cursor:default;opacity:.6}.custom-checkbox-box{align-items:center;border:1.5px solid var(--border-color);border-radius:4px;display:flex;flex-shrink:0;height:16px;justify-content:center;transition:all .2s;width:16px}.custom-select-option.selected .custom-checkbox-box{background:var(--primary-color);border-color:var(--primary-color);color:#fff}.custom-select-option:hover .custom-checkbox-box{border-color:var(--primary-color)}
/*# sourceMappingURL=main.aaa9ccce.css.map*/