:root{--ihub-grad-1:#fca07e;--ihub-grad-2:#ff5766;--ihub-muted:#718096;--ihub-border:#e2e8f0}.ihub-box{padding:30px 40px;background:#ffffffbd!important;border:1px solid var(--ihub-border);border-radius:20px;box-shadow:2px 2px 3px 2px rgb(71 83 110 / .09)!important;margin:35px 0!important;box-sizing:border-box;position:relative;overflow:hidden;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.ihub-layout-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,1fr);gap:30px;align-items:stretch}.ihub-glass-card{background:rgb(255 255 255 / .5);border:1px solid #e2e8f0;box-shadow:0 10px 40px -10px rgb(0 0 0 / .08);border-radius:16px;padding:24px;display:flex;flex-direction:column}.ihub-card-header{gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid rgb(226 232 240 / .6)}.ihub-card-header h3{margin:0;font-size:22px;font-weight:700}.ihub-card-header,.ihub-icon-wrap,.ihub-list li{display:flex;align-items:center}.ihub-icon-wrap{width:38px;height:38px;background:rgb(255 115 115/21%);border-radius:10px;justify-content:center;color:var(--ihub-grad-2);box-shadow:0 2px 6px rgb(0 0 0 / .02)}.ihub-icon-wrap svg{width:18px;height:18px;fill:currentColor}.ihub-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.ihub-list li{font-size:15px;font-weight:600;justify-content:space-between;padding:8px 10px;border-bottom:1px dashed var(--ihub-border);transition:background .2s ease;gap:16px}.ihub-list li:last-child{border-bottom:none}.ihub-pass-highlight{background:rgb(255 87 102 / .04);border-color:rgb(255 87 102 / .1)!important;border-radius:8px}.ihub-list b{font-size:15px;color:var(--ihub-muted);flex-shrink:0}.ihub-list span{font-size:15px;font-weight:600;text-align:right;flex:1;word-break:break-word}.ihub-pass-highlight span{color:#ef4444;font-size:16px}.ihub-list span a{color:var(--ihub-grad-2);text-decoration:underline;text-decoration-color:#cbd5e1;text-underline-offset:3px}.ihub-btn-group{gap:16px}.ihub-btn-group,.ihub-btn-wrapper{width:100%;display:flex;flex-direction:column;align-items:center}.ihub-topic-text{width:100%;text-align:center;font-size:14px;font-weight:700;margin-bottom:13px}form[id^=ihub-form-]{margin:0;padding:0;width:100%;display:flex;justify-content:center}.ihub-footer,.sh_download-btn{justify-content:center;align-items:center;width:100%}.sh_download-btn{max-width:320px;background:linear-gradient(135deg,var(--ihub-grad-1) 0%,var(--ihub-grad-2) 100%);color:#fff;border:0;border-radius:12px;padding:16px 20px;font-size:15px;font-weight:700;cursor:pointer;display:inline-flex;box-shadow:0 4px 15px -3px rgb(255 87 102 / .35);transition:all .2s ease;text-decoration:none;outline:0}.sh_download-btn svg{width:16px;height:16px;fill:currentColor;margin-right:8px}.sh_download-btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px -4px rgb(255 87 102 / .45);filter:brightness(1.03)}.sh_download-btn:active{transform:translateY(1px)}.ihub-footer{display:flex;gap:12px;padding-top:15px;border-top:1px dashed rgb(226 232 240 / .8);font-size:13px;color:var(--ihub-muted)}.ihub-howto-btn,.ihub-report-link{background:0 0;border:0;color:var(--ihub-muted);cursor:pointer;font-weight:600;padding:4px 8px;border-radius:8px;transition:all .2s ease;text-decoration:underline;text-underline-offset:3px}.ihub-howto-btn:hover,.ihub-report-link:hover{background:rgb(255 115 115/21%);color:var(--ihub-grad-2)!important}.ihub-modal{display:none;position:fixed;z-index:99999;left:0;top:0;width:100%;height:100%;background-color:rgb(15 23 42 / .65);backdrop-filter:blur(6px);align-items:center;justify-content:center}.ihub-modal.show{display:flex}.ihub-modal-content{background:#fff;padding:40px;border-radius:20px;width:90%;max-width:460px;box-shadow:0 25px 50px -12px rgb(0 0 0 / .3);position:relative;box-sizing:border-box}.ihub-modal-head{font-weight:700;font-size:22px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center}.ihub-modal-close{cursor:pointer;font-size:28px;color:var(--ihub-muted);transition:color .2s;line-height:1}.ihub-radio-group{display:flex;flex-direction:column;gap:14px;margin-bottom:24px}.ihub-radio-label{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:16px;font-weight:600}.ihub-radio-label input[type=radio]{width:18px;height:18px;cursor:pointer}.ihub-report-textarea{width:100%;padding:16px;border:1px solid #cbd5e1;border-radius:12px;font-size:15px;resize:vertical;min-height:110px;box-sizing:border-box;margin-bottom:28px;outline:0;transition:border-color .2s;background:#fff}.ihub-report-textarea:focus{box-shadow:0 0 0 3px rgb(248 250 252 / .8)}.ihub-submit-btn{background:linear-gradient(135deg,var(--ihub-grad-1) 0%,var(--ihub-grad-2) 100%)!important;width:100%;height:52px;color:#fff;border:0;border-radius:12px;font-weight:600;font-size:16px;cursor:pointer;transition:all .2s}.ihub-submit-btn:hover{background:#000;transform:translateY(-1px);box-shadow:0 6px 15px rgb(0 0 0 / .1)}.ihub-submit-btn:disabled{cursor:not-allowed;opacity:.7}@media (max-width:850px){.ihub-layout-grid{grid-template-columns:1fr;gap:24px}}@media (max-width:600px){.ihub-box{padding:30px 20px}.ihub-glass-card{padding:20px 16px}.sh_download-btn{width:100%;min-width:unset}}