.task-type-container{display:flex;flex-wrap:wrap;gap:24px}.task-card{width:calc(25% - 18px);padding:24px;background:#fff;border-radius:18px;cursor:pointer;transition:.2s;border:1px solid #e2e2e2}.task-card .task-icon img{width:60px;height:60px}.task-card .task-title{font-size:20px;line-height:28px;font-weight:500;color:#121010}.task-card .task-desc{margin-top:8px;font-size:16px;line-height:24px;color:#727272}.task-card.active,.task-card:hover{border-color:#d4101a}.lc-wrapper{display:flex;gap:20px;margin-top:24px}.lc-left,.lc-right{flex:1;padding:30px;background:#fff;border-radius:18px;border:1px solid #e2e2e2}.lc-title{font-size:24px;line-height:32px;margin-bottom:12px}.lc-desc{font-size:18px;line-height:26px;color:#727272;margin-bottom:24px}.lc-tags{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.tag{padding:10px 18px;line-height:16px}.tag .remove{margin-left:6px;font-weight:700}.lc-lang-selected{font-size:18px;line-height:26px;color:#121010;margin-right:12px}.lc-lang-family{display:flex;gap:10px}.pill{padding:10px 12px;border-radius:18px;line-height:16px}.pill,.tag{background:#f2f2f2;font-size:16px}.tag{display:flex;align-items:center;padding:9px;border-radius:100px;color:#121010;transition:all .3s ease-out}.tag img{width:18px;height:18px;border-radius:50%;margin-right:6px;object-fit:cover}.tag .flag{margin-right:8px}.tag .remove{margin-left:8px;cursor:pointer;transition:.2s}.tag:hover{background:#e8e8e8}.dm-wrapper{position:relative;width:100%}.dm-control{height:66px;border-radius:18px;border:1px solid #e2e2e2;padding:24px;background:#fff;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:.15s}.dm-control.disabled{opacity:.8;pointer-events:none}.dm-placeholder{font-size:18px;color:#121010}.dm-arrow{display:inline-block;width:8px;height:8px;border-right:2px solid #555;border-bottom:2px solid #555;transform:rotate(45deg);transition:transform .2s ease;margin-left:auto}.dm-arrow.open{transform:rotate(-135deg)}.dm-menu{position:absolute;top:62px;width:100%;background:#fff;border-radius:18px;box-shadow:0 12px 36px 0 rgba(0,0,0,.1215686275);border:1px solid #e2e2e2;max-height:260px;overflow-y:auto;z-index:20;padding:0}.dm-item{padding:12px 24px;display:flex;justify-content:space-between;cursor:pointer;font-size:18px}.dm-item:hover{background:#f5f7fa}.dm-item:last-child{border-bottom:none}.dm-check{color:#d4101a;font-weight:700}.dm-menu{opacity:0;transform:translateY(-5px);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.dm-menu.open{opacity:1;transform:translateY(4px);pointer-events:auto}.dm-menu.close{opacity:0;transform:translateY(-5px);pointer-events:none}.platform-row{display:flex;gap:18px}.platform-row .platform-chip{padding:11px 18px 11px 12px;border-radius:48px;cursor:pointer;font-size:18px;line-height:18px;border:1px solid #e2e2e2;display:flex;align-items:center;justify-content:center;gap:8px}.platform-row .platform-chip img{width:36px;height:36px}.platform-row .platform-chip.active{background:#d4101a;border:1px solid #d4101a;color:#fff}.slider-wrapper{width:100%;user-select:none;-webkit-user-select:none;touch-action:none}.slider-track{position:relative;height:12px;background:rgba(212,16,26,.12);border-radius:60px;cursor:pointer}.slider-fill{position:absolute;height:12px;overflow:hidden;border-radius:12px;transition:left .08s linear,width .08s linear}.slider-fill:before{content:"";position:absolute;top:0;left:0;width:200%;height:100%;background-image:repeating-linear-gradient(225deg,#e74c3c,#e74c3c 6px,transparent 0,transparent 12px);background-attachment:local;background-size:17px 12px}.slider-thumb{position:absolute;top:50%;width:20px;height:20px;background:#fff;border-radius:50%;transform:translate(-50%,-50%);cursor:grab;border:2px solid #d4101a;transition:transform .08s linear,left .08s linear}.slider-thumb:active{cursor:grabbing;transform:translate(-50%,-50%) scale(1.05)}.slider-value{margin-top:6px;font-size:14px;color:#444}.indicator-panel{margin-top:16px}.indicator-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.indicator-card{background:#fff;border:1px solid #e2e2e2;border-radius:12px;padding:30px;transition:all .2s ease}.indicator-card:hover{border-color:#d4101a;box-shadow:0 2px 8px rgba(64,158,255,.15)}.indicator-header{display:flex;align-items:center}.indicator-header .indicator-icon{width:36px;height:36px;margin-right:12px}.indicator-header .indicator-title{font-size:18px;font-weight:600;color:#121010;line-height:26px}.indicator-row{margin-top:24px}.indicator-field{display:flex;margin-bottom:12px;font-size:18px;color:#121010;line-height:26px;justify-content:space-between}.indicator-field-row{display:flex;align-items:center;gap:8px}.confirmation-page{margin:0 auto}.confirmation-page .confirmation-header{display:flex;gap:16px;align-items:center;margin-bottom:20px;font-size:24px;font-weight:600;color:#121010}.confirmation-page .confirmation-header .back-button{width:36px;height:36px;cursor:pointer;border-radius:50%;background:#fdf1f2;position:relative;display:flex;align-items:center;justify-content:center}.confirmation-page .confirmation-header .back-button:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block;width:10px;height:10px;border-top:2px solid #d4101a;border-left:2px solid #d4101a;transform:translate(-30%,-50%) rotate(-45deg)}.confirmation-page .confirmation-header .back-button:hover:before{transform:translate(-40%,-50%) rotate(-45deg);transition:transform .2s}.confirmation-page .main-content{display:flex;gap:30px}.confirmation-page .order-left-panel{flex:2;min-width:600px}.confirmation-page .order-left-panel .left-header{display:flex;align-items:center;justify-content:space-between;border:1px solid #e2e2e2;background-color:#f7f8fd;border-radius:18px;padding:24px}.confirmation-page .order-left-panel .left-header h1{font-size:18px;line-height:26px}.confirmation-page .details-section{background:#fff;border:1px solid #e2e2e2;border-radius:18px;padding:28px 34px 28px 26px;margin:20px 0}.confirmation-page .details-section h2{font-size:24px;font-weight:600;color:#121010;line-height:32px;margin-bottom:12px}.confirmation-page .details-section p{font-size:18px;color:#727272;line-height:26px;margin-bottom:24px}.confirmation-page .details-section h3{font-size:20px;line-height:28px;margin-bottom:12px}.confirmation-page .task-type-container{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.confirmation-page .task-type-container .task-tag{background:#ffebec;color:#727272;padding:8px 18px;border-radius:100px;font-size:16px;line-height:16px;cursor:pointer;border:1px solid #ffadb1}.confirmation-page .config-row{display:flex;gap:40px}.confirmation-page .config-row .config-item{width:50%}.confirmation-page .config-row .config-item h3{margin-top:0;font-size:18px;line-height:26px;margin-bottom:12px}.confirmation-page .config-row .config-item .config-tag{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.confirmation-page .config-row .config-item .config-tag span{background:#ffebec;color:#727272;padding:8px 18px;border-radius:100px;font-size:16px;line-height:16px;cursor:pointer;border:1px solid #ffadb1}.confirmation-page .platform-select{display:flex;gap:18px;padding-bottom:30px;margin-bottom:30px;border-bottom:1px solid rgba(18,16,16,.1)}.confirmation-page .platform-select .platform-chip{padding:11px 18px 11px 12px;border-radius:48px;cursor:pointer;font-size:18px;line-height:18px;display:flex;align-items:center;justify-content:center;gap:8px;background:#d4101a;border:1px solid #d4101a;color:#fff}.confirmation-page .platform-select .platform-chip img{width:36px;height:36px}.confirmation-page .metrics-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border-radius:16px;overflow:hidden;font-size:14px;color:#121010;border:1px solid #f8f8f8}.confirmation-page .metrics-table thead .table-header th{padding:22px 24px;font-size:16px;line-height:16px;text-align:left;font-weight:500;color:#121010;background:#fafafa}.confirmation-page .metrics-table thead .table-header th:last-child{width:180px}.confirmation-page .metrics-table tbody .metric-row td{padding:18px;border-bottom:1px solid #f8f8f8;vertical-align:middle;font-size:16px;line-height:24px}.confirmation-page .metrics-table tbody .metric-row td .metric-tag{background:#ffebec;color:#727272;padding:6px 18px;border-radius:100px;font-size:14px;line-height:14px;cursor:pointer;border:1px solid #ffadb1}.confirmation-page .metrics-table tbody .metric-row:last-child td{border-bottom:none}.confirmation-page .redirected-users-block{margin-top:20px;padding:15px;background-color:#f5f5f5;border-radius:8px;font-size:14px;color:#121010;font-weight:600}.confirmation-page .order-right-panel{flex:1;background:#fff;max-width:580px;border:1px solid #e2e2e2;padding:30px;border-radius:18px;height:fit-content}.confirmation-page .order-right-panel h2{font-size:24px;line-height:32px;color:#121010;margin-bottom:18px}.confirmation-page .order-right-panel .summary-row{display:flex;justify-content:space-between;padding:14px 0;font-size:18px;line-height:26px;border-bottom:1px solid #e2e2e2}.confirmation-page .order-right-panel .summary-row.total{border-top:1px solid #e0e0e0;margin-top:10px;padding-top:15px;font-size:20px;font-weight:700;color:#121010}.confirmation-page .order-right-panel .summary-sub{padding:14px 0;border-bottom:1px solid #e2e2e2}.confirmation-page .order-right-panel .summary-sub .summary-row{display:flex;justify-content:space-between;padding:0;font-size:18px;line-height:32px;border-bottom:none}.confirmation-page .order-right-panel .summary-total{display:flex;justify-content:space-between;font-weight:600;padding:14px 0;font-size:24px;line-height:26px}.confirmation-page .order-right-panel .pay-button{width:100%;height:60px;margin-top:20px;background-color:#d4101a}.confirmation-page .order-right-panel .pay-button .pay-button-content{width:100%;color:#fff;line-height:60px;font-size:24px;text-align:center;border-radius:100px}.confirmation-page .order-right-panel .pay-button:active,.confirmation-page .order-right-panel .pay-button:focus,.confirmation-page .order-right-panel .pay-button:hover{background-color:#d4101a!important;opacity:.9}.confirmation-page .terms-text{text-align:center;margin-top:15px;font-size:12px;color:#727272}.confirmation-page .terms-text a{color:#d4101a;text-decoration:none;margin-left:5px}.confirmation-page .terms-text{display:flex;align-items:center;font-size:14px}.confirmation-page .custom-checkbox .ant-checkbox-inner{width:24px;height:24px;border-radius:50%;border:2px solid red;background-color:#fff}.confirmation-page .custom-checkbox .ant-checkbox-inner:after{inset-inline-start:35%!important}.confirmation-page .custom-checkbox .ant-checkbox-inner:active,.confirmation-page .custom-checkbox .ant-checkbox-inner:focus,.confirmation-page .custom-checkbox .ant-checkbox-inner:hover,.confirmation-page .custom-checkbox.ant-checkbox-wrapper:hover .ant-checkbox-inner{background-color:#fff!important;border-color:red!important}.confirmation-page .custom-checkbox .ant-checkbox-checked .ant-checkbox-inner{background-color:red;border-color:red}.confirmation-page .custom-checkbox .ant-checkbox-checked :after{border-color:#fff}.confirmation-page .custom-checkbox .ant-checkbox-checked .ant-checkbox-inner:focus,.confirmation-page .custom-checkbox .ant-checkbox-checked .ant-checkbox-inner:hover,.confirmation-page .custom-checkbox.ant-checkbox-wrapper:hover .ant-checkbox-checked .ant-checkbox-inner{background-color:red!important;border-color:red!important}.confirmation-page .custom-checkbox .ant-checkbox-label{line-height:24px}.confirmation-page .faq-section{margin-top:48px}.confirmation-page .faq-section .ant-collapse-header,.confirmation-page .faq-section .ant-collapse-panel{padding:0!important}.confirmation-page .faq-section .faq-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.confirmation-page .faq-section .faq-header h2{font-size:30px;font-weight:500;line-height:38px;color:#121010}.confirmation-page .faq-section .faq-header .faq-subtitle{font-size:18px;color:#727272;margin-top:12px}.confirmation-page .faq-section .faq-header .contact-button{background-color:#d4101a;color:#fff;padding:15px 24px;border-radius:100px;border:none;font-size:18px;line-height:18px;font-weight:500;cursor:pointer}.confirmation-page .faq-section .faq-collapse .ant-collapse-body{padding:0!important}.success-pop{padding:24px 36px 48px}.success-pop .pay_success{display:block;width:80px;height:80px;margin:0 auto 36px}.success-pop .title{font-size:30px;line-height:38px;font-weight:500;margin-bottom:18px;color:#121010;text-align:center}.success-pop .subtitle{color:#727272;font-size:18px;line-height:26px;margin-bottom:48px;text-align:center}.success-pop .order-card{width:100%;background-color:#f8f8f8;border-radius:18px;padding:36px;margin-bottom:48px}.success-pop .order-card .card-title{font-size:24px;line-height:32px;font-weight:500;margin-bottom:24px}.success-pop .order-card .hash-box{background:#fff;border:1px solid #e2e2e2;border-radius:18px;padding:22px 24px;display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.success-pop .order-card .hash-box .label{color:#121010;font-size:18px;line-height:24px;margin-right:12px}.success-pop .order-card .hash-box .hash-code{line-height:24px;color:#121010}.success-pop .order-card .hash-box .value-group{display:flex;align-items:center;gap:15px}.success-pop .order-card .hash-box .value-group .copy-btn{display:flex;align-items:center;gap:6px;border:none;background:none;font-weight:600;cursor:pointer;transition:color .2s}.success-pop .order-card .hash-box .value-group .copy-btn img{width:24px;height:24px}.success-pop .order-card .hash-box .value-group .copy-btn:hover{color:#d4101a}.success-pop .order-card .hash-box .value-group .copy-btn.copied{color:#28a745}.success-pop .order-card .time-info{display:flex;justify-content:space-between;color:#121010;font-size:18px;line-height:36px}.success-pop .order-card .time-info .time-label{display:flex;align-items:center;gap:8px;font-weight:400}.success-pop .order-card .time-info .time-label img{width:36px;height:36px}.success-pop .button-group{display:flex;gap:16px;width:100%}.success-pop .button-group button{flex:1;padding:15px;height:48px}.success-pop .button-group button span{font-size:18px;line-height:18px}.service-page{min-height:100vh}.service-page .title{font-size:30px;line-height:38px;font-weight:600;margin-bottom:12px}.service-page .title-desc{font-size:18px;line-height:26px;color:#727272;margin-bottom:30px;border-bottom:1px solid rgba(18,16,16,.1);padding-bottom:18px}.service-page .sub-title{font-size:24px;line-height:32px;font-weight:500}.service-page .section{background:#fff;border-radius:18px;padding:30px;margin-top:24px;border:1px solid #e2e2e2}.service-page .section .title{font-size:24px;font-weight:500;line-height:32px;color:#121010;margin-bottom:12px}.service-page .section .desc{font-size:18px;line-height:26px;color:#727272;margin-bottom:24px}.service-page .foot-title{font-size:30px;line-height:38px;font-weight:600;margin-bottom:12px;margin-top:24px}.service-page .foot-title-desc{font-size:18px;line-height:26px;color:#727272;margin-bottom:30px;padding-bottom:18px}.service-page .text-area{width:100%;padding:18px;border-radius:18px;border:1px solid #e2e2e2;resize:none;font-size:16px}.service-page .submit .submit-bar{margin-top:48px}.service-page .submit .submit-bar .submit-desc{font-size:18px;line-height:26px;color:#121010}.service-page .submit .submit-bar button{padding:10px 20px;border-radius:100px;border:none;cursor:pointer;font-size:18px}.service-page .submit .submit-bar .submit-btn{background:#d4101a;color:#fff}