@charset "UTF-8";.select-models-dialog{border:none;border-radius:24px;padding:0;max-width:90vw;max-height:91vh;width:640px;background:#fff;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);margin:0}.select-models-dialog::backdrop{background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.select-models-container{padding:28px;box-sizing:border-box}.select-models-container .dialog-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.select-models-container .dialog-header .dialog-title{font-family:Montserrat;font-size:20px;font-weight:700;line-height:30px}.select-models-container .dialog-header .close-btn{display:flex;align-items:center;justify-content:center;position:absolute;right:20px;top:20px;background:none;border:none;cursor:pointer;border-radius:8px;color:#6c757d;transition:all .2s ease}.select-models-container .dialog-header .close-btn:hover{background-color:#f8f9fa;color:#495057}.select-models-container .evaluation-header{font-size:18px;font-weight:600;line-height:28px;margin-bottom:16px}.select-models-container .evaluation-type{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:16px}.select-models-container .evaluation-type .evaluation-type-item{flex:1;display:flex;align-items:center;justify-content:flex-start;gap:8px;font-size:14px;font-weight:400;line-height:22px;padding:6px 12px;cursor:pointer;border-radius:12px}.select-models-container .evaluation-type .evaluation-type-item .radio-wrapper{width:20px;height:20px}.select-models-container .evaluation-type .checked{background-color:#f5f5ff}.select-models-container .evaluation-type .evaluation-type-item-selected{display:flex;align-items:center;justify-content:center}.select-models-container .selection-header{color:#0f1a2a;font-size:18px;font-weight:600;line-height:28px;margin-bottom:16px}.select-models-container .selection-flex{display:flex;justify-content:space-between;align-items:center;border-radius:16px;border:1px solid #e2e8f0;margin-bottom:24px}.select-models-container .selection-flex .mid-line{width:1px;height:236px}.select-models-container .selection-flex .selection-column{width:268px;margin:12px}.select-models-container .selection-flex .selection-column .column-title{padding:6px 12px}.select-models-container .selection-flex .selection-column .column-title>span{font-size:16px;font-weight:600;margin-bottom:24px;line-height:24px}.select-models-container .selection-flex .selection-column .model-options{display:flex;flex-direction:column;gap:4px}.select-models-container .selection-flex .selection-column .model-options .model-option{display:flex;align-items:center;padding:7px 12px;border-radius:12px;cursor:pointer;transition:all .2s ease}.select-models-container .selection-flex .selection-column .model-options .model-option:hover{background-color:#f6f8fc}.select-models-container .selection-flex .selection-column .model-options .model-option.active{background-color:#f5f5ff}.select-models-container .selection-flex .selection-column .model-options .model-option.disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.select-models-container .selection-flex .selection-column .model-options .model-option .radio-wrapper{margin-right:14px}.select-models-container .selection-flex .selection-column .model-options .model-option .radio-wrapper .radio-button,.select-models-container .selection-flex .selection-column .model-options .model-option .radio-wrapper .radio-button .radio-inner,.select-models-container .selection-flex .selection-column .model-options .model-option .radio-wrapper .radio-button .radio-default{width:20px;height:20px}.select-models-container .selection-flex .selection-column .model-options .model-option .model-info{display:flex;align-items:center;gap:8px}.select-models-container .selection-flex .selection-column .model-options .model-option .model-info .model-name{font-family:Montserrat;font-size:14px;font-weight:400;line-height:22px}.select-models-container .selection-flex .selection-column .model-options .model-option .model-info .model-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:4px;font-weight:700;font-size:16px}.select-models-container .selection-flex .selection-column .model-options .model-option .model-info .model-icon img{width:100%;height:100%}.select-models-container .selection-flex .selection-column .model-options .model-option .model-info .model-icon.icon-random{background-color:#1f2937;color:#fff;font-size:18px}.select-models-container .selection-flex .selection-column .model-options .model-option .model-info .model-icon.icon-mureka{background-color:#3b82f6;color:#fff;font-size:16px;font-weight:600}.select-models-container .selection-flex .selection-column .model-options .model-option .model-info .model-icon.icon-suno{background-color:#ef4444;color:#fff;font-size:9px;font-weight:700;text-transform:uppercase}.select-models-container .selection-flex .selection-column .model-options .model-option .model-info .model-icon.icon-udio{background-color:#1f2937;color:#fff;font-weight:700;font-size:18px}.select-models-container .selection-flex .selection-column .model-options .model-option .model-info .model-icon .model-text{line-height:1}.select-models-container .language-select{display:flex;justify-content:flex-start;gap:24px;align-items:center;margin-bottom:24px}.select-models-container .language-select-label{color:#0f1a2a;font-size:16px;font-weight:600;line-height:24px;white-space:nowrap}.select-models-container .language-select-options{flex:1;display:flex;gap:8px}.select-models-container .action-buttons{display:flex;justify-content:center;gap:16px;margin-top:20px}.select-models-container .action-buttons .cancel-btn{width:104px;height:40px;font-size:16px;font-weight:600;padding:8px 24px;border:1px solid #cbd4e1;border-radius:100px;background:#fff;cursor:pointer;color:#64748b;font-family:Montserrat}.select-models-container .action-buttons .start-voting-btn{display:flex;justify-content:center;align-items:center;flex:1;height:40px;border-radius:100px;font-size:16px;font-weight:600;background:#5749f2;color:#fff;cursor:pointer;font-family:Montserrat}.select-models-container .action-buttons .start-voting-btn>img{width:18px;height:18px;margin-right:8px}@media screen and (max-width: 758px){.select-models-dialog{width:95vw;max-width:95vw}.select-models-container{padding:20px}.select-models-container .dialog-header{margin-bottom:20px}.select-models-container .dialog-header .dialog-title{font-size:24px}.select-models-container .dialog-header .close-btn{padding:4px}.select-models-container .dialog-header .close-btn svg{width:18px;height:18px}.select-models-container .selection-flex{overflow:hidden}.select-models-container .selection-flex .mid-line{width:1px;height:150px}.select-models-container .selection-flex .selection-column .column-title{padding:6px 0}.select-models-container .selection-flex .selection-column .model-options .model-option{padding:6px 4px}.select-models-container .selection-flex .selection-column .model-options .model-option .radio-wrapper{margin-right:4}.select-models-container .selection-flex .selection-column .model-options .model-option .model-info .model-name{width:8cqb;font-size:12px;line-height:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-models-dialog .selection-flex .selection-column .column-title>span{font-size:12px!important;margin-bottom:15px!important}.select-models-container .action-buttons{flex-direction:row;gap:12px}.select-models-container .language-select{flex-direction:column;align-items:flex-start;gap:12px}.select-models-container .language-select .language-select-label{font-size:14px}.select-models-container .language-select .language-select-options{width:100%}}.unfinish-dialog[data-v-e461c60c]{border:none;border-radius:24px;padding:0;background:transparent;box-shadow:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);margin:0}.unfinish-dialog[data-v-e461c60c]::backdrop{background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dialog-content[data-v-e461c60c]{background:#fff;border-radius:12px;padding:24px;max-width:480px;width:90vw;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:dialogSlideIn-e461c60c .3s ease-out}@keyframes dialogSlideIn-e461c60c{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.dialog-header[data-v-e461c60c]{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.info-icon[data-v-e461c60c]{position:relative;width:48px;height:48px;flex-shrink:0}.info-text[data-v-e461c60c]{color:#fff;font-size:12px;font-weight:600;line-height:1}.close-icon[data-v-e461c60c]{width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:4px;transition:background-color .2s ease}.close-icon[data-v-e461c60c]:hover{background-color:#f3f4f6}.close-text[data-v-e461c60c]{color:#6b7280;line-height:1;width:24px;height:24px;cursor:pointer}.dialog-body[data-v-e461c60c]{margin-bottom:24px}.main-title[data-v-e461c60c]{font-size:18px;font-weight:600;color:#0f1a2a;margin:0 0 12px;line-height:30px}.subtitle[data-v-e461c60c]{font-size:14px;color:#64748b;margin:0;line-height:24px}.dialog-actions[data-v-e461c60c]{display:flex;gap:16px}.btn[data-v-e461c60c]{padding:10px 20px;border-radius:100px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;outline:none;flex:1}.btn[data-v-e461c60c]:hover{transform:translateY(-1px)}.btn[data-v-e461c60c]:active{transform:translateY(0)}.btn-secondary[data-v-e461c60c]{background-color:#fff;color:#374151;border:1px solid #cbd4e1;font-family:Montserrat;cursor:pointer}.btn-secondary[data-v-e461c60c]:hover{background-color:#f9fafb}.btn-primary[data-v-e461c60c]{background-color:#5749f2;color:#fff;font-family:Montserrat}.btn-primary[data-v-e461c60c]:hover{opacity:.9}@media (max-width: 480px){.dialog-content[data-v-e461c60c]{width:80vw;margin:20px;padding:20px}.dialog-actions[data-v-e461c60c]{flex-direction:column}.btn[data-v-e461c60c]{width:100%}}.custom-dialog{font-family:Montserrat}.custom-dialog .dialog-box{padding:0}.vote-dialog-content{padding:28px;text-align:center;color:#000}.vote-dialog-content .dialog-icon{margin-bottom:24px;display:flex;justify-content:space-between;align-items:center}.vote-dialog-content .dialog-icon .icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;border:1px solid #e5e7eb}.vote-dialog-content .dialog-icon .close-btn{position:absolute;right:20px;top:20px;background:none;border:none}.vote-dialog-content .dialog-title{display:flex;align-items:center;margin-bottom:4px}.vote-dialog-content .dialog-title h2{font-family:Montserrat;font-size:20px;font-style:normal;font-weight:700;line-height:30px}.vote-dialog-content .dialog-title .subtitle{margin:0 0 0 8px;font-size:14px;color:#64748b;line-height:22px;font-weight:400}.vote-dialog-content .dialog-description{font-size:14px;line-height:22px;color:#64748b;text-align:left}.vote-dialog-content .models-section{margin-top:24px;margin-bottom:56px}.vote-dialog-content .models-section h3{margin:0 0 4px;font-size:18px;font-weight:600;color:#111827;text-align:left}.vote-dialog-content .models-section .models-comparison{display:flex;align-items:center;padding:2px 0}.vote-dialog-content .models-section .models-comparison .model-item{display:flex;align-items:center}.vote-dialog-content .models-section .models-comparison .model-item .model-icon{display:flex;align-items:center;justify-content:center;border-radius:8px;margin-right:8px}.vote-dialog-content .models-section .models-comparison .model-item .model-icon.mureka-icon img,.vote-dialog-content .models-section .models-comparison .model-item .model-icon.suno-icon img{width:20px;height:20px;border-radius:4px}.vote-dialog-content .models-section .models-comparison .model-item .model-name{max-width:156px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#27364b;text-align:center;font-family:Montserrat;font-size:14px;line-height:22px}.vote-dialog-content .models-section .models-comparison .pk-indicator{padding:0 16px}.vote-dialog-content .models-section .models-comparison .pk-indicator span{color:#000;text-align:center;font-size:14px;font-weight:500;line-height:22px}.vote-dialog-content .dialog-actions{display:flex;gap:16px;justify-content:center}.vote-dialog-content .dialog-actions .cancel-btn{display:flex;height:40px;justify-content:center;align-items:center;gap:8px;border-radius:100px;padding:8px 24px;border:1px solid #cbd4e1;color:#64748b;font-size:16px;font-weight:500;line-height:24px;background:#fff}.vote-dialog-content .dialog-actions .start-voting-btn{flex:1;display:flex;height:40px;justify-content:center;align-items:center;border-radius:100px;padding:8px 24px;color:#fff;background:#5749f2;font-size:16px;font-weight:500;line-height:24px;gap:8px}.vote-dialog-content .dialog-actions .start-voting-content{display:flex;align-items:center;gap:8px}.vote-dialog-content .dialog-actions .start-voting-content .button-icon{width:16px;height:16px;filter:brightness(0) saturate(100%) invert(100%)}:deep(.vote-dialog) .dialog-box{background:#fff!important}@media screen and (max-width: 768px){.vote-dialog-content{padding:16px 20px 32px}.vote-dialog-content .dialog-title h2{font-size:24px}.vote-dialog-content .models-comparison{flex-direction:column;gap:16px}.vote-dialog-content .models-comparison .model-item{justify-content:center}.vote-dialog-content .models-comparison .pk-indicator{order:2;padding:0}.vote-dialog-content .dialog-actions{flex-direction:column}.vote-dialog-content .dialog-actions :deep(.el-button){width:100%}}.banner[data-v-d2a46cb7]{position:relative;overflow:hidden;display:flex;height:440px;align-items:center}.banner .banner-image[data-v-d2a46cb7]{position:absolute;width:100%;height:100%;-o-object-fit:fill;object-fit:fill;top:0;left:0}.banner .banner-container[data-v-d2a46cb7]{max-width:1200px;margin:0 auto;padding:120px 24px 80px;position:relative;z-index:1}.banner .banner-content[data-v-d2a46cb7]{text-align:center;max-width:800px;margin:0 auto}.banner .main-title[data-v-d2a46cb7]{margin-bottom:32px}.banner .main-title .title-line[data-v-d2a46cb7]{display:block;font-size:4rem;font-weight:700;color:#fff;line-height:1.2;margin-bottom:8px}.banner .main-title .title-line .highlight[data-v-d2a46cb7]{background:linear-gradient(90deg,#fff5ad 20%,#e4e7ff,#e5b2ff 80%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.banner .cta-buttons[data-v-d2a46cb7]{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.banner .cta-buttons .cta-btn[data-v-d2a46cb7]{border-radius:100px;font-size:20px;font-weight:600;cursor:pointer;transition:all .3s;border:none;height:52px}.banner .cta-buttons .cta-btn.primary[data-v-d2a46cb7]{padding:0 58px;border-radius:100px;background:#fff;font-family:Montserrat;font-size:20px;font-style:normal;font-weight:600;line-height:30px;border:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0000001a}.banner .cta-buttons .cta-btn.primary span[data-v-d2a46cb7]{background:linear-gradient(90deg,#b500d9,#2800f2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.banner .cta-buttons .cta-btn.primary[data-v-d2a46cb7]:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.banner .cta-buttons .cta-btn.secondary[data-v-d2a46cb7]{padding:0 24px;border-radius:100px;border:1px solid rgba(255,255,255,.6);background:#ffffff14;color:#fff;font-family:Montserrat;font-size:20px;font-style:normal;font-weight:600;line-height:30px;box-shadow:0 2px 8px #0000001a}.banner .cta-buttons .cta-btn.secondary[data-v-d2a46cb7]:hover{background:linear-gradient(135deg,#8b5cf680,#7c3aed80);transform:translateY(-2px);box-shadow:0 4px 16px #00000026}@media (max-width: 768px){.banner .banner-container[data-v-d2a46cb7]{padding:100px 16px 60px}.banner .main-title .title-line[data-v-d2a46cb7]{font-size:2.5rem}.banner .cta-buttons[data-v-d2a46cb7]{flex-direction:column;align-items:center}.banner .cta-buttons .cta-btn[data-v-d2a46cb7]{width:100%;max-width:300px}}@media (max-width: 480px){.banner .main-title .title-line[data-v-d2a46cb7]{font-size:2rem}}.modal-list[data-v-6b894261]{background:#fff;padding:40px 0}.modal-list .container[data-v-6b894261]{max-width:960px;margin:0 auto}.modal-list .container .content-box[data-v-6b894261]{display:flex;justify-content:space-between}.modal-list .container .content-box .tabs[data-v-6b894261]{display:flex;margin-bottom:24px;background:#f1f5f9;border-radius:24px;padding:2px;width:-moz-fit-content;width:fit-content}.modal-list .container .content-box .tabs .tab-btn[data-v-6b894261]{padding:5px 16px;border:none;background:transparent;color:#6b7280;border-radius:24px;cursor:pointer;font-weight:500;transition:all .2s;font-size:16px;line-height:1.5;min-width:120px;text-align:center;font-family:Montserrat}.modal-list .container .content-box .tabs .tab-btn.active[data-v-6b894261]{background:#fff;color:#1f2937;box-shadow:0 1px 3px #0000001a}.modal-list .container .content-box .tabs .tab-btn[data-v-6b894261]:hover:not(.active){background:#ffffff80}.modal-list .container .content-box .table-select[data-v-6b894261]{display:flex;align-items:center;gap:8px;height:36px}.modal-list .container .content-box .table-select .table-select-label[data-v-6b894261]{color:#64748b;width:100%;font-size:14px;font-weight:400;line-height:22px}.modal-list .container .select-type[data-v-6b894261]{display:flex;flex-direction:row;gap:32px;margin-bottom:24px}.modal-list .container .select-type .select-type-item[data-v-6b894261]{display:flex;flex-direction:row;align-items:center;gap:8px;cursor:pointer;color:#27364b;font-size:16px;font-weight:500;line-height:24px}.modal-list .container .select-type .select-type-item .radio-wrapper[data-v-6b894261]{width:20px;height:20px}.modal-list .table-container[data-v-6b894261]{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0}.modal-list .leaderboard-table[data-v-6b894261]{width:100%;border-collapse:collapse}.modal-list .leaderboard-table th[data-v-6b894261]{border-bottom:1px solid #f1f5f9}.modal-list .leaderboard-table th[data-v-6b894261],.modal-list .leaderboard-table td[data-v-6b894261]{padding:12px 16px;color:#27364b;text-align:center;font-size:16px;line-height:24px;text-align:left}.modal-list .leaderboard-table th[data-v-6b894261]{color:#64748b;text-align:left;font-size:14px;font-weight:500;line-height:20px}.modal-list .leaderboard-table th.sortable[data-v-6b894261]{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.modal-list .leaderboard-table th.sortable .sort-container[data-v-6b894261]{display:flex;align-items:center;justify-content:flex-start;flex-direction:row}.modal-list .leaderboard-table th.sortable[data-v-6b894261]:hover{background:#f1f5f9}.modal-list .leaderboard-table th.sortable .sort-icon[data-v-6b894261]{margin-left:8px;font-size:12px;background-size:100% 100%;background-repeat:no-repeat;background-position:center;width:16px;height:16px;display:inline-block}.modal-list .leaderboard-table th.sortable .sort-icon.up[data-v-6b894261]{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.0343%209H4.96569C4.60932%209%204.43086%209.43086%204.68284%209.68284L7.71716%2012.7172C7.87337%2012.8734%208.12663%2012.8734%208.28284%2012.7172L11.3172%209.68284C11.5691%209.43086%2011.3907%209%2011.0343%209Z'%20fill='%2364748B'%20/%3e%3cpath%20d='M4.96569%207L11.0343%207C11.3907%207%2011.5691%206.56914%2011.3172%206.31716L8.28284%203.28284C8.12663%203.12663%207.87337%203.12663%207.71716%203.28284L4.68284%206.31716C4.43086%206.56914%204.60932%207%204.96569%207Z'%20fill='%235749F2'%20/%3e%3c/svg%3e")}.modal-list .leaderboard-table th.sortable .sort-icon.down[data-v-6b894261]{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.0343%209H4.96569C4.60932%209%204.43086%209.43086%204.68284%209.68284L7.71716%2012.7172C7.87337%2012.8734%208.12663%2012.8734%208.28284%2012.7172L11.3172%209.68284C11.5691%209.43086%2011.3907%209%2011.0343%209Z'%20fill='%235749F2'%20/%3e%3cpath%20d='M4.96569%207L11.0343%207C11.3907%207%2011.5691%206.56914%2011.3172%206.31716L8.28284%203.28284C8.12663%203.12663%207.87337%203.12663%207.71716%203.28284L4.68284%206.31716C4.43086%206.56914%204.60932%207%204.96569%207Z'%20fill='%2364748B'%20/%3e%3c/svg%3e")}.modal-list .leaderboard-table th.sortable .sort-icon.default[data-v-6b894261]{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.0343%209H4.96569C4.60932%209%204.43086%209.43086%204.68284%209.68284L7.71716%2012.7172C7.87337%2012.8734%208.12663%2012.8734%208.28284%2012.7172L11.3172%209.68284C11.5691%209.43086%2011.3907%209%2011.0343%209Z'%20fill='%2364748B'%20/%3e%3cpath%20d='M4.96569%207L11.0343%207C11.3907%207%2011.5691%206.56914%2011.3172%206.31716L8.28284%203.28284C8.12663%203.12663%207.87337%203.12663%207.71716%203.28284L4.68284%206.31716C4.43086%206.56914%204.60932%207%204.96569%207Z'%20fill='%2364748B'%20/%3e%3c/svg%3e")}.modal-list .leaderboard-table th.mode-header[data-v-6b894261]{display:flex;align-items:center;gap:16px}.modal-list .leaderboard-table th.mode-header .mode-icon[data-v-6b894261]{font-size:12px;display:inline-block;width:16px;height:16px}.modal-list .leaderboard-table th.mode-header .mode-icon img[data-v-6b894261]{width:100%}.modal-list .leaderboard-table td[data-v-6b894261]{font-size:14px;line-height:24px;color:#4a5568}.modal-list .leaderboard-table tr.even-row[data-v-6b894261]{background:#fafbfc}.modal-list .leaderboard-table .model-cell .model-info[data-v-6b894261]{display:flex;align-items:center;gap:12px}.modal-list .leaderboard-table .model-cell .model-info .rank-medal .medal[data-v-6b894261]{font-size:16px}.modal-list .leaderboard-table .model-cell .model-info .rank-number[data-v-6b894261]{width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#6b7280}.modal-list .leaderboard-table .model-cell .model-info .model-icon[data-v-6b894261]{width:16px;height:16px;display:flex;align-items:center;justify-content:center}.modal-list .leaderboard-table .model-cell .model-info .model-icon img[data-v-6b894261]{width:16px;height:16px;-o-object-fit:contain;object-fit:contain}.modal-list .leaderboard-table .model-cell .model-info .model-name[data-v-6b894261]{color:#27364b;text-align:center;font-size:16px;line-height:24px}.modal-list .leaderboard-table .score[data-v-6b894261],.modal-list .leaderboard-table .ratio[data-v-6b894261],.modal-list .leaderboard-table .votes[data-v-6b894261]{font-size:16px;color:#27364b}.modal-list .leaderboard-table .action .vote-link[data-v-6b894261]{color:#4032dc;-webkit-text-decoration:none;text-decoration:none;cursor:pointer;transition:all .2s ease;font-size:16px}.modal-list .leaderboard-table .action .vote-link[data-v-6b894261]:hover:not(.disabled){-webkit-text-decoration:underline;text-decoration:underline}.modal-list .table-bottom[data-v-6b894261]{display:flex;justify-content:flex-end;align-items:center;margin-top:20px}.modal-list .table-bottom .stats-header[data-v-6b894261]{margin-bottom:32px}.modal-list .table-bottom .stats-header .stats-info[data-v-6b894261]{display:flex;justify-content:space-between;align-items:center}.modal-list .table-bottom .stats-header .stats-info .stats-text[data-v-6b894261]{font-size:12px;color:#64748b}.modal-list .table-bottom .stats-header .stats-info .stats-text strong[data-v-6b894261]{color:#0f1a2a;font-size:12px;font-weight:700}@media (max-width: 768px){.modal-list[data-v-6b894261]{padding:40px 0}.modal-list .container[data-v-6b894261]{padding:0 16px}.modal-list .container .content-box[data-v-6b894261]{flex-direction:column}.modal-list .stats-header[data-v-6b894261]{margin-bottom:24px}.modal-list .stats-header .stats-info[data-v-6b894261]{flex-direction:row;gap:6px;align-items:flex-start}.modal-list .stats-header .stats-info .stats-text[data-v-6b894261],.modal-list .stats-header .stats-info .stats-text strong[data-v-6b894261]{font-size:12px}.modal-list .tabs[data-v-6b894261]{margin-bottom:24px;width:auto;justify-content:center}.modal-list .tabs .tab-btn[data-v-6b894261]{padding:8px 10px;font-size:14px;min-width:100px;flex:1;font-family:Montserrat;max-width:200px;font-size:12px}.modal-list .table-container[data-v-6b894261]{overflow-x:scroll}.modal-list .leaderboard-table[data-v-6b894261]{font-size:12px}.modal-list .leaderboard-table th[data-v-6b894261],.modal-list .leaderboard-table td[data-v-6b894261]{padding:12px 8px}.modal-list .leaderboard-table .model-cell .model-info[data-v-6b894261]{gap:8px}.modal-list .leaderboard-table .model-cell .model-info .model-icon[data-v-6b894261]{width:24px;height:24px;font-size:12px}}.how-it-works[data-v-22184210]{background:#fff;padding:40px 0}.how-it-works .container[data-v-22184210]{max-width:960px;margin:0 auto}.how-it-works .section-header[data-v-22184210]{text-align:center;margin-bottom:24px}.how-it-works .section-header .section-title[data-v-22184210]{font-size:2.5rem;font-weight:700;line-height:60px;color:#1a202c}.how-it-works .section-header .section-subtitle[data-v-22184210]{font-size:1.125rem;color:#6b7280;line-height:28px;max-width:600px;margin:0 auto}.how-it-works .steps-grid[data-v-22184210]{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px}.how-it-works .step-card[data-v-22184210]{background:#f6f8fc;border-radius:12px;padding:24px;position:relative;transition:all .3s ease;display:flex;flex-direction:row;gap:20px}.how-it-works .step-card[data-v-22184210]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.how-it-works .step-card .step-number[data-v-22184210]{position:absolute;top:16px;right:16px;font-size:32px;font-weight:700;color:#cbd4e1;line-height:1}.how-it-works .step-card .step-icon[data-v-22184210]{margin-bottom:20px}.how-it-works .step-card .step-icon .icon-wrapper[data-v-22184210]{width:48px;height:48px;border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:center}.how-it-works .step-card .step-icon .icon-wrapper .icon[data-v-22184210]{width:32px;height:32px;color:#6b7280;background-repeat:no-repeat;background-size:100% 100%}.how-it-works .step-card .step-icon .icon-wrapper .icon.icon-0[data-v-22184210]{background-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.3333%2010.6667H13.3467M16%2016H16.0133M18.6667%2010.6667H18.68M21.3333%2016H21.3467M24%2010.6667H24.0133M7.99999%2010.6667H8.01332M9.33332%2021.3333H22.6667M10.6667%2016H10.68M5.33332%205.33333H26.6667C28.1394%205.33333%2029.3333%206.52724%2029.3333%207.99999V24C29.3333%2025.4728%2028.1394%2026.6667%2026.6667%2026.6667H5.33332C3.86056%2026.6667%202.66666%2025.4728%202.66666%2024V7.99999C2.66666%206.52724%203.86056%205.33333%205.33332%205.33333Z'%20stroke='url(%23paint0_linear_96_29670)'%20stroke-width='2.66667'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_96_29670'%20x1='3.55555'%20y1='16'%20x2='29.3333'%20y2='16'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2327364B'/%3e%3cstop%20offset='1'%20stop-color='%230F1A2A'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e")}.how-it-works .step-card .step-icon .icon-wrapper .icon.icon-1[data-v-22184210]{background-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.33335%2013.3333V29.3333M20%207.84001L18.6667%2013.3333H26.44C26.854%2013.3333%2027.2623%2013.4297%2027.6326%2013.6149C28.0029%2013.8%2028.325%2014.0688%2028.5734%2014.4C28.8217%2014.7312%2028.9896%2015.1157%2029.0637%2015.523C29.1377%2015.9303%2029.1159%2016.3492%2029%2016.7467L25.8934%2027.4133C25.7318%2027.9672%2025.3949%2028.4538%2024.9334%2028.8C24.4718%2029.1462%2023.9103%2029.3333%2023.3334%2029.3333H5.33335C4.62611%2029.3333%203.94783%2029.0524%203.44774%2028.5523C2.94764%2028.0522%202.66669%2027.3739%202.66669%2026.6667V16C2.66669%2015.2928%202.94764%2014.6145%203.44774%2014.1144C3.94783%2013.6143%204.62611%2013.3333%205.33335%2013.3333H9.01335C9.50947%2013.3331%209.99567%2013.1944%2010.4173%2012.933C10.8389%2012.6715%2011.1793%2012.2976%2011.4%2011.8533L16%202.66667C16.6288%202.67446%2017.2477%202.82423%2017.8104%203.1048C18.3732%203.38537%2018.8653%203.78948%2019.2499%204.28694C19.6345%204.7844%2019.9018%205.36235%2020.0317%205.97761C20.1616%206.59286%2020.1507%207.22952%2020%207.84001Z'%20stroke='url(%23paint0_linear_97_29693)'%20stroke-width='2.66667'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_97_29693'%20x1='3.54802'%20y1='16'%20x2='29.1067'%20y2='16'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2327364B'/%3e%3cstop%20offset='1'%20stop-color='%230F1A2A'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e")}.how-it-works .step-card .step-icon .icon-wrapper .icon.icon-2[data-v-22184210]{background-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.6906%204.06722C14.6102%202.47451%2016.6477%201.92892%2018.2404%202.84847L25.1682%206.84847C26.7608%207.76805%2027.3065%209.80462%2026.3869%2011.3973L25.6526%2012.6698H26.0002C27.8393%2012.6698%2029.3302%2014.1608%2029.3303%2015.9998V25.9998C29.3303%2027.8389%2027.8393%2029.3299%2026.0002%2029.3299H6.00021C4.1613%2029.3297%202.67014%2027.8388%202.67014%2025.9998V15.9998C2.67021%2014.1609%204.16135%2012.67%206.00021%2012.6698H8.72385L13.6906%204.06722ZM6.00021%2015.3299C5.63043%2015.3301%205.33036%2015.63%205.33029%2015.9998V25.9998C5.33029%2026.3697%205.63038%2026.6695%206.00021%2026.6698H26.0002C26.3702%2026.6698%2026.6701%2026.3699%2026.6701%2025.9998V15.9998C26.6701%2015.6299%2026.3702%2015.3299%2026.0002%2015.3299H24.1164L21.385%2020.0604L21.0305%2020.6698H23.0002C23.7347%2020.6698%2024.3302%2021.2654%2024.3303%2021.9998C24.3303%2022.7344%2023.7348%2023.3299%2023.0002%2023.3299H17.5998C17.5895%2023.33%2017.5789%2023.3309%2017.5686%2023.3309H17.2873C17.2783%2023.3309%2017.269%2023.33%2017.26%2023.3299H9.00021C8.26577%2023.3298%207.67014%2022.7343%207.67014%2021.9998C7.67021%2021.2654%208.26582%2020.6699%209.00021%2020.6698H11.7873L8.91037%2019.0086C7.59695%2018.2503%206.9959%2016.7322%207.34103%2015.3299H6.00021ZM16.9104%205.15218C16.5899%204.96717%2016.1794%205.07684%2015.9944%205.3973L9.99435%2015.7889C9.80934%2016.1094%209.91999%2016.5199%2010.2404%2016.7049L16.9514%2020.5799C17.0532%2020.6387%2017.1698%2020.6697%2017.2873%2020.6698H17.5695C17.8079%2020.6696%2018.0278%2020.5428%2018.1477%2020.3368L19.0832%2018.7274L24.0832%2010.0672C24.2682%209.74679%2024.1585%209.33722%2023.8381%209.15218L16.9104%205.15218ZM20.2278%209.88949C20.8013%209.43127%2021.6382%209.52513%2022.0969%2010.0985C22.5549%2010.672%2022.4612%2011.509%2021.8879%2011.9676L16.8879%2015.9676C16.3588%2016.3902%2015.5954%2016.3487%2015.1164%2015.87L13.1164%2013.87C12.5971%2013.3506%2012.5972%2012.5065%2013.1164%2011.9871C13.6358%2011.4677%2014.4798%2011.4677%2014.9992%2011.9871L16.1574%2013.1453L20.2278%209.88949Z'%20fill='%230F1A2A'/%3e%3c/svg%3e")}.how-it-works .step-card .step-icon .icon-wrapper .icon.icon-3[data-v-22184210]{background-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16%2020C11.5817%2020%208.00002%2016.4183%208.00002%2012V4.59259C8.00002%204.0408%208.00002%203.7649%208.08043%203.54397C8.21523%203.17362%208.50697%202.88188%208.87733%202.74708C9.09825%202.66667%209.37415%202.66667%209.92595%202.66667H22.0741C22.6259%202.66667%2022.9018%202.66667%2023.1227%202.74708C23.4931%202.88188%2023.7848%203.17362%2023.9196%203.54397C24%203.7649%2024%204.0408%2024%204.59259V12C24%2016.4183%2020.4183%2020%2016%2020ZM16%2020V24M24%205.33333H27.3334C27.9546%205.33333%2028.2652%205.33333%2028.5103%205.43483C28.837%205.57015%2029.0965%205.82972%2029.2319%206.15642C29.3334%206.40145%2029.3334%206.71208%2029.3334%207.33333V8C29.3334%209.23996%2029.3334%209.85994%2029.1971%2010.3686C28.8272%2011.749%2027.749%2012.8272%2026.3686%2013.197C25.86%2013.3333%2025.24%2013.3333%2024%2013.3333M8.00002%205.33333H4.66669C4.04543%205.33333%203.7348%205.33333%203.48978%205.43483C3.16307%205.57015%202.90351%205.82972%202.76818%206.15642C2.66669%206.40145%202.66669%206.71208%202.66669%207.33333V8C2.66669%209.23996%202.66669%209.85994%202.80298%2010.3686C3.17285%2011.749%204.25104%2012.8272%205.63141%2013.197C6.14008%2013.3333%206.76006%2013.3333%208.00002%2013.3333M9.92595%2029.3333H22.0741C22.4014%2029.3333%2022.6667%2029.068%2022.6667%2028.7407C22.6667%2026.1225%2020.5442%2024%2017.9259%2024H14.0741C11.4559%2024%209.33335%2026.1225%209.33335%2028.7407C9.33335%2029.068%209.59867%2029.3333%209.92595%2029.3333Z'%20stroke='url(%23paint0_linear_98_29716)'%20stroke-width='2.66667'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_98_29716'%20x1='3.55558'%20y1='16'%20x2='29.3334'%20y2='16'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2327364B'/%3e%3cstop%20offset='1'%20stop-color='%230F1A2A'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e")}.how-it-works .step-card .step-title[data-v-22184210]{font-size:1.25rem;font-weight:500;color:#1f2937;margin-bottom:12px}.how-it-works .step-card .step-description[data-v-22184210]{color:#6b7280;line-height:1.6;font-size:.875rem}@media (max-width: 768px){.how-it-works[data-v-22184210]{padding:80px 0}.how-it-works .container[data-v-22184210]{padding:0 16px}.how-it-works .section-header[data-v-22184210]{margin-bottom:60px}.how-it-works .section-header .section-title[data-v-22184210]{font-size:2.5rem}.how-it-works .section-header .section-subtitle[data-v-22184210]{font-size:1.125rem}.how-it-works .steps-grid[data-v-22184210]{grid-template-columns:1fr;gap:24px}.how-it-works .step-card[data-v-22184210]{padding:24px 20px}.how-it-works .step-card .step-number[data-v-22184210]{font-size:2.5rem;top:16px;right:16px}.how-it-works .step-card .step-icon .icon-wrapper[data-v-22184210]{width:40px;height:40px}.how-it-works .step-card .step-icon .icon-wrapper .icon[data-v-22184210]{width:20px;height:20px}.how-it-works .step-card .step-title[data-v-22184210]{font-size:1.125rem}}@media (max-width: 480px){.how-it-works .section-header .section-title[data-v-22184210]{font-size:2rem}.how-it-works .step-card[data-v-22184210]{padding:20px 16px}.how-it-works .step-card .step-number[data-v-22184210]{font-size:2rem}}.join-arena[data-v-74082e08]{background:#fff;padding:40px 0 76px}.join-arena .container[data-v-74082e08]{width:100%;height:100%;padding:0 24px;display:flex;align-items:center;justify-content:center}.join-arena .content[data-v-74082e08]{background:url(/static/png/join-me-C0ue86h0.png) no-repeat center center;background-size:cover;text-align:center;width:960px;border-radius:16px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:16px;padding:32px 48px}.join-arena .content-left[data-v-74082e08]{height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.join-arena .content-left .section-title[data-v-74082e08]{color:#0f1a2a;font-size:28px;font-style:normal;font-weight:600;line-height:42px;text-align:center}.join-arena .content-left .section-subtitle[data-v-74082e08]{font-size:16px;font-style:normal;font-weight:400;color:#64748b}.join-arena .contact-info .contact-btn[data-v-74082e08]{background:#27364b;color:#fff;border:none;border-radius:12px;padding:16px 32px;font-size:18px;font-weight:500;transition:all .3s;display:inline-flex;align-items:center;gap:12px;box-shadow:0 4px 20px #3741514d}.join-arena .contact-info .contact-btn .email-icon[data-v-74082e08]{width:20px;height:20px}.join-arena .contact-info .contact-btn .email-text[data-v-74082e08]{font-size:16px;font-style:normal;font-weight:400;line-height:24px;-webkit-text-decoration:underline;text-decoration:underline;color:#fff}@media (max-width: 768px){.join-arena[data-v-74082e08]{padding:80px 0}.join-arena .container[data-v-74082e08]{padding:0 16px}.join-arena .container .content[data-v-74082e08]{flex-direction:column;align-items:flex-start}.join-arena .section-title[data-v-74082e08]{font-size:2.5rem}.join-arena .section-subtitle[data-v-74082e08]{font-size:1.125rem;text-align:left}.join-arena .contact-info .contact-btn[data-v-74082e08]{padding:14px 24px;font-size:16px}.join-arena .contact-info .contact-btn .email-icon[data-v-74082e08]{font-size:18px}}@media (max-width: 480px){.join-arena[data-v-74082e08]{width:100%}.join-arena .section-title[data-v-74082e08]{font-size:2rem}.join-arena .contact-info .contact-btn[data-v-74082e08]{justify-content:center}}.footer[data-v-34615f7e]{color:#27364b;background-color:#fff;padding:20px 0;border-top:1px solid #e5e7eb}.footer .container[data-v-34615f7e]{padding:0 30px}.footer .footer-content[data-v-34615f7e]{display:flex;justify-content:space-between;align-items:center}.footer .footer-content .footer-links[data-v-34615f7e]{display:flex;gap:32px}.footer .footer-content .footer-links .footer-link[data-v-34615f7e]{color:#27364b!important;-webkit-text-decoration:none;text-decoration:none;font-size:14px;font-family:Montserrat;font-style:normal;font-weight:400;transition:color .2s}.footer .footer-content .footer-links .footer-link[data-v-34615f7e]:hover{color:#8b5cf6!important}.footer .footer-content .copyright[data-v-34615f7e]{color:#718096!important;font-size:14px}@media (max-width: 768px){.footer[data-v-34615f7e]{padding:32px 0}.footer .container[data-v-34615f7e]{padding:0 16px}.footer .footer-content[data-v-34615f7e]{flex-direction:column;gap:16px;text-align:center}.footer .footer-content .footer-links[data-v-34615f7e]{gap:24px}}@media (max-width: 480px){.footer .footer-content .footer-links[data-v-34615f7e]{flex-direction:column;gap:12px}}.home[data-v-5f0e07e9]{width:100%}#home[data-v-5f0e07e9],#how-it-works[data-v-5f0e07e9],#about[data-v-5f0e07e9]{scroll-margin-top:100px}
