.login-prompt-toast{z-index:1000;color:#fff;pointer-events:none;background-color:#202938;border-radius:8px;padding:12px 22px;font-size:13px;font-weight:700;animation:2s forwards login-prompt-toast-fade;position:fixed;top:24px;left:50%;box-shadow:0 8px 24px #0003}@keyframes login-prompt-toast-fade{0%{opacity:0;transform:translate(-50%,-20px)}10%{opacity:1;transform:translate(-50%)}85%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%)}}.chatbot-widget{z-index:1000;position:fixed;bottom:28px;right:28px}.chatbot-toggle-button{color:#fff;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;padding:0;transition:transform .2s,box-shadow .2s,background .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 16px 34px #2c49b43d,0 7px 16px #2c49b429}.chatbot-toggle-button:hover{transform:translateY(-4px);box-shadow:0 21px 42px #2c49b447,0 10px 20px #2c49b42e}.chatbot-toggle-button:active{transform:translateY(-1px)scale(.97)}.chatbot-toggle-button:focus-visible{outline-offset:4px;outline:3px solid #1767f640}.chatbot-toggle-button--open{background:#1767f6}.chatbot-toggle-image{object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none;border-radius:50%;width:100%;height:100%;transform:scale(1.68)}.chatbot-panel{background:#fff;border:1px solid #e5e8f0;border-radius:20px;flex-direction:column;width:380px;height:620px;display:flex;position:absolute;bottom:88px;right:0;overflow:hidden;box-shadow:0 24px 60px #1f2a4e2e,0 8px 22px #1f2a4e1a}.chatbot-header{color:#fff;background:#4f6bff;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.chatbot-header__content{align-items:center;gap:12px;min-width:0;display:flex}.chatbot-header__icon{background:#ffffff2e;border-radius:14px;justify-content:center;align-items:center;width:42px;min-width:42px;height:42px;font-size:20px;display:flex}.chatbot-header h2{margin:0;font-size:17px;font-weight:700}.chatbot-header p{color:#ffffffc7;text-overflow:ellipsis;white-space:nowrap;margin:4px 0 0;font-size:12px;overflow:hidden}.chatbot-close-button{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;font-size:17px;display:flex}.chatbot-close-button:hover{background:#ffffff26}.chatbot-close-button:focus-visible{outline-offset:2px;outline:2px solid #ffffffa6}.chatbot-audit-selector{background:#fff;border-bottom:1px solid #e8ebf2;padding:14px 16px}.chatbot-audit-selector label{color:#4b5563;margin-bottom:7px;font-size:12px;font-weight:600;display:block}.chatbot-audit-selector select{color:#303747;cursor:pointer;background:#fff;border:1px solid #dfe3ec;border-radius:11px;outline:none;width:100%;height:40px;padding:0 34px 0 11px;font-family:inherit;font-size:13px}.chatbot-audit-selector select:focus{border-color:#4f6bff;box-shadow:0 0 0 3px #4f6bff1a}.chatbot-audit-selector select:disabled{color:#8e96a8;cursor:not-allowed;background:#f4f5f7}.chatbot-audit-error{color:#c24141;justify-content:space-between;align-items:center;gap:8px;margin-top:8px;font-size:12px;display:flex}.chatbot-audit-error span{overflow-wrap:anywhere;min-width:0}.chatbot-audit-error button{color:#4f6bff;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-family:inherit;font-size:12px;font-weight:600}.chatbot-audit-error button:hover:not(:disabled){text-decoration:underline}.chatbot-audit-error button:disabled{color:#a0a7b7;cursor:not-allowed}.chatbot-message-list{scrollbar-color:#c8cedd transparent;scrollbar-width:thin;background:#f7f8fc;flex-direction:column;flex:1;gap:16px;padding:22px 18px;display:flex;overflow-y:auto}.chatbot-message-list::-webkit-scrollbar{width:6px}.chatbot-message-list::-webkit-scrollbar-track{background:0 0}.chatbot-message-list::-webkit-scrollbar-thumb{background:#c8cedd;border-radius:999px}.chatbot-empty{color:#6b7280;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.chatbot-empty>span{color:#4f6bff;margin-bottom:12px;font-size:32px}.chatbot-empty strong{color:#303747;margin-bottom:8px;font-size:16px}.chatbot-empty p{word-break:keep-all;overflow-wrap:break-word;width:100%;max-width:280px;margin:0;padding:0 8px;font-size:13px;line-height:1.6}.chatbot-message{align-items:flex-end;gap:8px;display:flex}.chatbot-message--user{justify-content:flex-end}.chatbot-message__avatar{color:#fff;background:#4f6bff;border-radius:50%;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;font-size:11px;font-weight:700;display:flex}.chatbot-message__content{flex-direction:column;align-items:flex-start;max-width:75%;display:flex}.chatbot-message--user .chatbot-message__content{align-items:flex-end}.chatbot-message__bubble{white-space:pre-wrap;overflow-wrap:anywhere;border-radius:16px;max-width:75%;padding:11px 14px;font-size:14px;line-height:1.55}.chatbot-message__content .chatbot-message__bubble{max-width:100%}.chatbot-message--assistant .chatbot-message__bubble{color:#303747;background:#fff;border:1px solid #e6e9f1;border-bottom-left-radius:5px}.chatbot-message--user .chatbot-message__bubble{color:#fff;background:#4f6bff;border-bottom-right-radius:5px}.chatbot-message--error .chatbot-message__bubble{color:#c24141;background:#fff4f4;border-color:#f3c4c4}.chatbot-message__grounding{color:#8a91a1;margin-top:5px;padding:0 4px;font-size:11px;line-height:1.4}.chatbot-message__bubble--loading{color:#747b8c;align-items:center;gap:5px;display:flex}.chatbot-loading-dot{background:#8e96a8;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite chatbot-loading}.chatbot-loading-dot:nth-child(2){animation-delay:.15s}.chatbot-loading-dot:nth-child(3){animation-delay:.3s}.chatbot-loading-text{margin-left:4px}@keyframes chatbot-loading{0%,60%,to{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.chatbot-input-area{background:#fff;border-top:1px solid #e8ebf2;align-items:flex-end;gap:10px;padding:14px 16px;display:flex}.chatbot-input-area textarea{resize:none;color:#303747;border:1px solid #dfe3ec;border-radius:14px;outline:none;flex:1;min-height:42px;max-height:100px;padding:11px 13px;font-family:inherit;font-size:14px;line-height:1.4}.chatbot-input-area textarea::placeholder{color:#a0a7b7}.chatbot-input-area textarea:focus{border-color:#4f6bff;box-shadow:0 0 0 3px #4f6bff1a}.chatbot-input-area textarea:disabled{color:#8e96a8;cursor:not-allowed;background:#f4f5f7}.chatbot-send-button{color:#fff;cursor:pointer;background:#4f6bff;border:none;border-radius:13px;justify-content:center;align-items:center;width:42px;min-width:42px;height:42px;font-size:17px;transition:background .2s;display:flex}.chatbot-send-button:hover:not(:disabled){background:#405bec}.chatbot-send-button:focus-visible{outline-offset:2px;outline:3px solid #4f6bff40}.chatbot-send-button:disabled{cursor:not-allowed;background:#c7cddd}@media (width<=520px){.chatbot-widget{bottom:16px;right:16px}.chatbot-toggle-button{width:64px;height:64px}.chatbot-panel{width:auto;height:auto;position:fixed;inset:16px}.chatbot-header{padding:16px}.chatbot-audit-selector{padding:12px 14px}.chatbot-message-list{padding:18px 14px}.chatbot-message__content,.chatbot-message__bubble{max-width:82%}.chatbot-message__content .chatbot-message__bubble{max-width:100%}}@media (prefers-reduced-motion:reduce){.chatbot-toggle-button,.chatbot-send-button{transition:none}.chatbot-loading-dot{animation:none}}.policy-modal__overlay{z-index:1000;background-color:#20293880;justify-content:center;align-items:center;width:100%;height:100%;padding:24px;display:flex;position:fixed;top:0;left:0}.policy-modal{background-color:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:720px;max-height:85vh;display:flex;box-shadow:0 12px 40px #2029382e}.policy-modal__header{border-bottom:1px solid #eef0f3;flex-shrink:0;justify-content:space-between;align-items:center;padding:22px 28px;display:flex}.policy-modal__title{color:#202938;margin:0;font-size:19px;font-weight:800}.policy-modal__close{color:#9099a8;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;transition:color .2s,background-color .2s;display:flex}.policy-modal__close:hover{color:#202938;background-color:#f2f4f7}.policy-modal__body{padding:24px 28px;overflow-y:auto}.policy-modal__footer{border-top:1px solid #eef0f3;flex-shrink:0;justify-content:flex-end;padding:18px 28px;display:flex}.policy-modal__confirm{color:#fff;cursor:pointer;background-color:#2d67e8;border:none;border-radius:8px;padding:10px 24px;font-size:13px;font-weight:700;transition:background-color .2s}.policy-modal__confirm:hover{background-color:#244fb8}.policy-content{color:#4d5765;font-size:13px;line-height:1.7}.policy-content>p:first-child{margin-top:0}.policy-content h3{color:#202938;margin:24px 0 8px;font-size:15px;font-weight:800}.policy-content h3:first-child{margin-top:0}.policy-content h4{color:#202938;margin:18px 0 6px;font-size:13.5px;font-weight:700}.policy-content p{margin:0 0 10px}.policy-content .policy-content__label{color:#202938;margin:0 0 6px;font-weight:700}.policy-content .policy-content__note{color:#9099a8;font-size:12px}.policy-content ul,.policy-content ol{margin:0 0 12px;padding-left:18px}.policy-content li{margin-bottom:6px}.policy-content li ul{margin-top:6px}.policy-content table{border-collapse:collapse;width:100%;margin:0 0 14px;font-size:12.5px}.policy-content th,.policy-content td{text-align:left;vertical-align:top;border:1px solid #eef0f3;padding:8px 10px}.policy-content th{color:#202938;white-space:nowrap;background-color:#f7f8fa;font-weight:700}@media (width<=700px){.policy-modal{max-height:90vh}.policy-modal__header,.policy-modal__footer{padding:16px 20px}.policy-modal__body{padding:18px 20px}.policy-content th,.policy-content td{white-space:normal}}.layout-footer{background-color:#f7f8fa;border-top:1px solid #eef0f3;padding:25px 10%}.layout-footer__inner{flex-direction:column;gap:5px;display:flex}.layout-footer__brand-line{color:#202938;margin:0;font-size:14px;font-weight:700}.layout-footer__privacy-link{color:#202938;font-size:inherit;cursor:pointer;background:0 0;border:none;margin-left:12px;padding:0;font-family:inherit;font-weight:700;text-decoration:none}.layout-footer__privacy-link:hover{text-decoration:underline}.layout-footer__info{color:#8993a3;margin:0;font-size:12px;line-height:1.6}.layout-footer__divider{color:#d9dee6;margin:0 8px}.layout-footer__copyright{color:#a7aebb;margin:0;font-size:11px}@media (width<=768px){.layout-footer{padding:24px 20px}.layout-footer__info{flex-direction:column;gap:4px;display:flex}.layout-footer__divider{display:none}}.notification-bell__trigger{color:#6b7684;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;transition:color .2s;display:flex}.notification-bell__trigger:hover{color:#2d67e8}.notification-bell__panel{width:320px;max-width:calc(100vw - 32px)}.notification-bell__panel-header{color:#202938;border-bottom:1px solid #f2f4f7;justify-content:space-between;align-items:center;margin-bottom:4px;padding-bottom:8px;font-size:14px;font-weight:700;display:flex}.notification-bell__panel-actions{align-items:center;gap:8px;display:flex}.notification-bell__mark-all,.notification-bell__clear-all{color:#2d67e8;cursor:pointer;background:0 0;border:none;font-size:12px;font-weight:600}.notification-bell__mark-all:disabled,.notification-bell__clear-all:disabled{color:#b7bfc9;cursor:default}.notification-bell__clear-all{color:#6b7684}.notification-bell__loading{justify-content:center;padding:24px 0;display:flex}.notification-bell__list{max-height:320px;margin:0;padding:0;list-style:none;overflow-y:auto}.notification-bell__item{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:10px 8px;transition:background-color .2s;display:flex}.notification-bell__item:hover{background-color:#f6f9ff}.notification-bell__item--unread{background-color:#f0f5ff}.notification-bell__item--unread:hover{background-color:#e6eeff}.notification-bell__item-title{color:#202938;font-size:13px;font-weight:700}.notification-bell__item-message{color:#4d5765;font-size:12px;line-height:1.4}.notification-bell__item-time{color:#9099a8;font-size:11px}.layout-header{background-color:#f6f9ff;border-bottom:1px solid #eef0f3;justify-content:space-between;align-items:center;height:72px;padding:0 10%;display:flex}.layout-header__brand{align-items:center;gap:16px;display:flex}.layout-header__logo{color:#202938;align-items:center;gap:6px;font-size:18px;font-weight:800;text-decoration:none;display:flex}.layout-header__logo-icon{aspect-ratio:1;object-fit:contain;flex:none;height:30px}.layout-header__user{align-items:center;gap:10px;display:flex}.layout-header__greeting{color:#4d5765;font-size:14px;font-weight:600}.layout-header__logout{color:#6b7684;cursor:pointer;background:0 0;border:1px solid #dde2ea;border-radius:6px;padding:5px 12px;font-size:12px;font-weight:700;transition:background-color .2s,color .2s}.layout-header__logout:hover{color:#d92d20;background-color:#fef3f2;border-color:#d92d20}.layout-header__nav{align-items:center;gap:32px;display:flex}.layout-header__nav-link{color:#6b7684;font-size:15px;font-weight:600;text-decoration:none;transition:color .2s}.layout-header__nav-link:hover{color:#2d67e8}.layout-header__nav-link--active{color:#2d67e8;text-underline-offset:6px;text-decoration:underline}.layout-header__nav-link--disabled{color:#c1c7d0;cursor:not-allowed}.layout-header__nav-link--disabled:hover{color:#c1c7d0}@media (width<=768px){.layout-header{height:60px;padding:0 20px}.layout-header__nav{gap:16px}.layout-header__logo-icon{aspect-ratio:1;height:22px}.layout-header__greeting{display:none}}.main-layout{flex-direction:column;min-height:100vh;display:flex}.main-layout__content{flex:1}.audit-compare-section{flex-direction:column;gap:20px;display:flex}.audit-compare-section__header{background-color:#fff;border:1.5px solid #eef0f3;border-radius:14px;padding:24px}.audit-compare-section__header-model{color:#202938;margin-bottom:14px;font-size:15px;font-weight:800;display:block}.audit-compare-section__header-versions{align-items:center;gap:20px;display:flex}.audit-compare-section__header-arrow{color:#c1c7d0;font-size:20px;font-weight:700}.audit-compare-section__version-col{background-color:#f7f8fa;border:1px solid #eef0f3;border-radius:10px;flex-direction:column;flex:1;gap:6px;padding:16px;display:flex}.audit-compare-section__version-label{color:#6b7684;font-size:12px;font-weight:700}.audit-compare-section__version-tag{color:#202938;font-size:18px;font-weight:800}.audit-compare-section__version-date{color:#9099a8;font-size:12.5px}.audit-compare-section__version-status{border-radius:999px;width:fit-content;padding:3px 10px;font-size:11px;font-weight:800;display:inline-block}.audit-compare-section__block{background-color:#fff;border:1.5px solid #eef0f3;border-radius:14px;padding:24px}.audit-compare-section__block-title{color:#202938;margin:0 0 16px;font-size:15px;font-weight:800}.audit-compare-section__table{border-collapse:collapse;width:100%}.audit-compare-section__table--fairness{min-width:780px}.audit-compare-section__cell-value--bar{min-width:200px}.audit-compare-section__table th{color:#6b7684;text-align:left;border-bottom:1px solid #eef0f3;padding:10px 12px;font-size:12px;font-weight:700}.audit-compare-section__table td{vertical-align:middle;border-bottom:1px solid #f3f4f6;padding:12px}.audit-compare-section__cell-label{color:#202938;font-size:13px;font-weight:700}.audit-compare-section__cell-value{color:#4b5563;font-size:13px}.audit-compare-section__trend{border:1px solid;border-radius:999px;align-items:center;gap:4px;padding:3px 10px;font-size:11.5px;font-weight:800;display:inline-flex}.audit-compare-section__dot{vertical-align:middle;border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-block}.audit-compare-section__donut-row{justify-content:center;gap:48px;margin-bottom:24px;display:flex}.audit-compare-section__donut-wrap{flex-direction:column;align-items:center;gap:8px;display:flex}.audit-compare-section__donut{width:120px;height:120px}.audit-compare-section__donut-value{fill:#202938;font-size:20px;font-weight:800}.audit-compare-section__donut-caption{fill:#9099a8;font-size:9px}.audit-compare-section__donut-label{color:#6b7684;font-size:12.5px;font-weight:700}.audit-compare-section__shap-list{flex-direction:column;gap:18px;display:flex}.audit-compare-section__shap-row{background-color:#fafbfc;border:1px solid #eef0f3;border-radius:10px;padding:14px 16px}.audit-compare-section__shap-row-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.audit-compare-section__bar-line{align-items:center;gap:10px;margin-top:6px;display:flex}.audit-compare-section__bar-caption{color:#9099a8;flex-shrink:0;width:30px;font-size:11.5px;font-weight:700}.audit-compare-section__value-bar{flex:1;align-items:center;gap:10px;display:flex}.audit-compare-section__value-bar-track{background-color:#eef0f3;border-radius:999px;flex:1;height:8px;overflow:hidden}.audit-compare-section__value-bar-fill{border-radius:999px;height:100%;transition:width .2s}.audit-compare-section__value-bar-text{color:#4b5563;text-align:right;white-space:nowrap;flex-shrink:0;width:95px;font-size:12px;font-weight:700}.audit-compare-section__feature-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.audit-compare-section__feature-row{align-items:center;gap:12px;display:flex}.audit-compare-section__feature-rank{color:#9099a8;text-align:center;flex-shrink:0;width:26px;font-size:12.5px;font-weight:800}.audit-compare-section__feature-name{text-overflow:ellipsis;white-space:nowrap;flex-shrink:0;width:140px;overflow:hidden}.audit-compare-section__bar-track{background-color:#eef0f3;border-radius:999px;flex:1;height:10px;overflow:hidden}.audit-compare-section__bar-fill{background-color:#2d67e8;border-radius:999px;height:100%;transition:width .2s}.audit-compare-section__feature-value{text-align:right;flex-shrink:0;width:50px}.audit-compare-section__feature-prev{color:#9099a8;flex-shrink:0;width:72px;font-size:11.5px}.audit-compare-section__dropped{color:#6b7684;background-color:#f7f8fa;border-radius:8px;margin:14px 0 0;padding:10px 12px;font-size:12.5px}.audit-compare-section__empty{color:#9099a8;text-align:center;background-color:#f7f8fa;border:1px dashed #d9dee6;border-radius:8px;margin:0;padding:28px 16px;font-size:13px}.audit-compare-section__empty-cell{color:#9099a8;text-align:center;padding:28px 16px;font-size:13px}@media (width<=720px){.audit-compare-section__header-versions{flex-direction:column}.audit-compare-section__header-arrow{transform:rotate(90deg)}.audit-compare-section__table{display:block;overflow-x:auto}.audit-compare-section__donut-row{gap:24px}.audit-compare-section__feature-name{width:90px}.audit-compare-section__feature-prev{display:none}}.audit-compare-page{background-color:#fff;min-height:100%;padding:36px 10% 72px}.audit-compare-page__inner{width:100%;max-width:1280px;margin:0 auto}.audit-compare-page__header{margin-bottom:24px}.audit-compare-page__back{color:#6b7684;cursor:pointer;background:0 0;border:none;margin-bottom:12px;padding:0;font-size:13px;font-weight:700}.audit-compare-page__back:hover{color:#2d67e8}.audit-compare-page__title{color:#202938;margin:0;font-size:28px;font-weight:800;line-height:1.35}.audit-compare-page__description{color:#7a8493;margin:6px 0 0;font-size:14px;line-height:1.6}.audit-compare-page__empty,.audit-compare-page__status{color:#6b7684;text-align:center;background-color:#f7f8fa;border:1px dashed #d9dee6;border-radius:12px;margin:0;padding:32px;font-size:14px}.step-indicator{align-items:center;margin:0 0 32px;padding:0 3%;list-style:none;display:flex}.step-indicator__item{flex:none}.step-indicator__pill{color:#9099a8;white-space:nowrap;background-color:#f2f4f7;border-radius:999px;padding:10px 18px;font-size:13px;font-weight:700}.step-indicator__pill--done{color:#fff;background-color:#2d67e8}.step-indicator__pill--active{color:#2d67e8;background-color:#dbe6fc}.step-indicator__line{background-color:#dde2ea;flex:1 1 0;height:1px;margin:0 8px}@media (width<=900px){.step-indicator{flex-wrap:wrap;gap:10px}.step-indicator__item{flex:none}.step-indicator__line{display:none}}.audit-execution-section__upload-grid{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px;display:grid}.audit-execution-section__upload-card{background-color:#fff;border:1.5px solid #eef0f3;border-radius:14px;padding:24px}.audit-execution-section__upload-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.audit-execution-section__upload-title{color:#202938;margin:0;font-size:15px;font-weight:800}.audit-execution-section__upload-title--standalone{margin-bottom:18px}.audit-execution-section__mode-toggle{background-color:#f2f4f7;border-radius:8px;flex-shrink:0;padding:3px;display:inline-flex}.audit-execution-section__mode-button{color:#6b7684;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 16px;font-size:12px;font-weight:700}.audit-execution-section__mode-button--active{color:#fff;background-color:#2d67e8}.audit-execution-section__field-label{color:#202938;margin:0 0 8px;font-size:13px;font-weight:700;display:block}.audit-execution-section__field-label-count{color:#2d67e8;margin-left:6px;font-size:12px;font-weight:700}.audit-execution-section__text-input{color:#202938;border:1px solid #dde2ea;border-radius:8px;width:100%;margin-bottom:16px;padding:10px 12px;font-size:13px}.audit-execution-section__text-input--invalid{border-color:#d92d20}.audit-execution-section__field-error{color:#d92d20;margin:-8px 0 16px;font-size:12px;font-weight:600}.audit-execution-section__duplicate-toast{z-index:1000;color:#fff;pointer-events:none;background-color:#d92d20;border-radius:8px;padding:12px 22px;font-size:13px;font-weight:700;animation:2.5s forwards audit-execution-section-toast-fade;position:fixed;top:24px;left:50%;box-shadow:0 8px 24px #0003}@keyframes audit-execution-section-toast-fade{0%{opacity:0;transform:translate(-50%,-20px)}10%{opacity:1;transform:translate(-50%)}85%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%)}}.audit-execution-section__select{color:#202938;background-color:#fff;border:1px solid #dde2ea;border-radius:8px;width:100%;padding:10px 12px;font-size:13px}.audit-execution-section__dropzone{background-color:#f7f8fa;border:1px dashed #c8d0dc;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;margin-top:10px;margin-bottom:10px;padding:14px 16px;display:flex}.audit-execution-section__dropzone-text{color:#6b7684;text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;overflow:hidden}.audit-execution-section__upload-trigger{color:#fff;cursor:pointer;background-color:#2d67e8;border:none;border-radius:6px;flex-shrink:0;padding:8px 16px;font-size:12px;font-weight:700}.audit-execution-section__hidden-input{display:none}.audit-execution-section__hint{color:#9099a8;margin:0;font-size:12px}.audit-execution-section__hint--valid{color:#12875a;font-weight:600}.audit-execution-section__hint--invalid{color:#d92d20;font-weight:600}.audit-execution-section__sensitive-input-row{gap:8px;margin-bottom:12px;display:flex}.audit-execution-section__combobox{flex:1;position:relative}.audit-execution-section__combobox-input{margin-bottom:0}.audit-execution-section__combobox-list{z-index:20;background-color:#fff;border:1px solid #dde2ea;border-radius:8px;width:100%;max-height:220px;margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 4px);left:0;overflow-y:auto;box-shadow:0 8px 24px #1f32511f}.audit-execution-section__combobox-option{color:#202938;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;width:100%;padding:8px 10px;font-size:13px}.audit-execution-section__combobox-option:hover{color:#2d67e8;background-color:#eef4ff}.audit-execution-section__combobox-empty{color:#9099a8;text-align:center;padding:8px 10px;font-size:12.5px}.audit-execution-section__version-row{color:#202938;flex-wrap:wrap;align-items:center;gap:8px;margin:-4px 0 16px;font-size:13px;font-weight:700;display:flex}.audit-execution-section__version-badge{color:#6b7684;background-color:#f2f4f7;border-radius:999px;padding:3px 10px;font-weight:700}.audit-execution-section__version-arrow{color:#9099a8}.audit-execution-section__version-input{color:#202938;border:1px solid #dde2ea;border-radius:8px;width:100px;padding:6px 10px;font-size:13px;font-weight:700}.audit-execution-section__version-input--invalid{border-color:#d92d20}.audit-execution-section__version-error{color:#d92d20;margin:-8px 0 16px;font-size:12px;font-weight:600}.audit-execution-section__reuse-panel{background-color:#f7f8fa;border:1px solid #dde2ea;border-radius:10px;margin-bottom:12px;padding:16px}.audit-execution-section__reuse-header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.audit-execution-section__reuse-label{color:#202938;font-size:13px;font-weight:700}.audit-execution-section__reuse-switch{color:#2d67e8;cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;font-weight:700}.audit-execution-section__reuse-switch:hover{text-decoration:underline}.audit-execution-section__reuse-switch--back{margin-bottom:10px;display:inline-block}.audit-execution-section__reuse-meta{color:#9099a8;margin:0 0 14px;font-size:12px}.audit-execution-section__tag--readonly{cursor:default}.audit-execution-section__sensitive-input-row .audit-execution-section__text-input{margin-bottom:0}.audit-execution-section__tag-add-button{color:#fff;cursor:pointer;background-color:#2d67e8;border:none;border-radius:8px;flex-shrink:0;padding:0 16px;font-size:12px;font-weight:700}.audit-execution-section__tag-list{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.audit-execution-section__tag{color:#6b7684;cursor:pointer;background-color:#fff;border:1px solid #dde2ea;border-radius:999px;padding:6px 14px;font-size:12px;font-weight:600;transition:background-color .15s,color .15s,border-color .15s}.audit-execution-section__tag--selected{cursor:default;color:#2d67e8;background-color:#eef4ff;border-color:#2d67e8;align-items:center;gap:6px;display:inline-flex}.audit-execution-section__tag-remove{color:#2d67e8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:14px;height:14px;padding:0;font-size:13px;line-height:1;display:flex}.audit-execution-section__run-bar{justify-content:flex-end;margin-bottom:24px;display:flex}.audit-execution-section__run-button{color:#fff;cursor:pointer;background-color:#2d67e8;border:none;border-radius:8px;padding:12px 24px;font-size:13px;font-weight:700;transition:background-color .2s}.audit-execution-section__run-button:hover:not(:disabled){background-color:#244fb8}.audit-execution-section__run-button:disabled{cursor:not-allowed;background-color:#c8d0dc}.audit-execution-section__empty{color:#9099a8;text-align:center;background-color:#f7f8fa;border:1px dashed #d9dee6;border-radius:10px;margin:0;padding:40px 16px;font-size:13px}.audit-execution-section__loading{background-color:#f7f8fa;border:1px dashed #d9dee6;border-radius:10px;flex-direction:column;align-items:center;gap:14px;margin-bottom:20px;padding:40px 16px;display:flex}.audit-execution-section__spinner{border:3px solid #dde2ea;border-top-color:#2d67e8;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite audit-execution-section-spin}.audit-execution-section__loading-text{color:#6b7684;text-align:center;margin:0;font-size:13px}@keyframes audit-execution-section-spin{to{transform:rotate(360deg)}}.audit-execution-section__result-card{background-color:#fff;border:1px solid #eef0f3;border-radius:14px;margin-bottom:20px;padding:24px}.audit-execution-section__result-title{color:#202938;background-color:#f2f4f7;border-radius:8px;margin:0 0 18px;padding:10px 14px;font-size:15px;font-weight:800;display:block}.audit-execution-section__result-note{color:#9099a8;font-size:12px;font-weight:500}.audit-execution-section__stat-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.audit-execution-section__stat{background-color:#fff;border:1.5px solid #eef0f3;border-radius:10px;padding:18px}.audit-execution-section__stat-label{color:#6b7684;margin:0 0 8px;font-size:12.5px;font-weight:600}.metric-help-tooltip{vertical-align:middle;margin-left:6px;display:inline-flex;position:relative}.metric-help-tooltip__trigger{color:#697586;cursor:help;background-color:#fff;border:1.5px solid #8b98aa;border-radius:50%;justify-content:center;align-items:center;width:15px;height:15px;padding:0;font-size:11px;font-weight:700;line-height:1;transition:border-color .15s,color .15s,box-shadow .15s;display:inline-flex}.metric-help-tooltip__trigger-mark{line-height:1;display:block;transform:translateY(.7px)}.metric-help-tooltip__trigger:hover,.metric-help-tooltip__trigger:focus-visible{color:#2563eb;border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb24}.metric-help-tooltip__content{z-index:30;color:#344054;text-align:left;white-space:normal;opacity:0;visibility:hidden;pointer-events:none;background-color:#fff;border:1px solid #ccd6e5;border-radius:12px;flex-direction:column;width:min(370px,100vw - 48px);padding:15px;font-size:13px;font-weight:400;line-height:1.55;transition:opacity .15s,transform .15s,visibility .15s;display:flex;position:absolute;top:calc(100% + 13px);left:50%;transform:translate(-50%,-5px);box-shadow:0 12px 32px #1f32512e}.metric-help-tooltip__content:before{content:"";background-color:#fff;border-top:1px solid #ccd6e5;border-left:1px solid #ccd6e5;width:12px;height:12px;position:absolute;bottom:100%;left:50%;transform:translate(-50%,6px)rotate(45deg)}.metric-help-tooltip__title{z-index:1;color:#1f5ed7;align-items:center;gap:8px;font-size:13.5px;font-weight:700;line-height:1.4;display:flex;position:relative}.metric-help-tooltip__info-icon{color:#fff;background-color:#2563eb;border-radius:50%;flex:none;justify-content:center;align-items:center;width:22px;height:22px;font-family:Georgia,serif;font-size:14px;font-weight:700;display:inline-flex}.metric-help-tooltip__description{color:#344054;word-break:keep-all;overflow-wrap:break-word;margin-top:12px;font-size:13px;line-height:1.65;display:block}.metric-help-tooltip__tip{color:#254a91;word-break:keep-all;background-color:#eef4ff;border-radius:8px;align-items:flex-start;gap:9px;margin-top:13px;padding:10px 12px;font-size:12.5px;line-height:1.5;display:flex}.metric-help-tooltip__tip-icon{flex:none;font-size:17px;line-height:1.2}.metric-help-tooltip:hover .metric-help-tooltip__content,.metric-help-tooltip:focus-within .metric-help-tooltip__content{opacity:1;visibility:visible;transform:translate(-50%)}.audit-execution-section__stat-value{color:#202938;margin:0 0 10px;font-size:24px;font-weight:800}.audit-execution-section__fairness-group{margin-bottom:20px}.audit-execution-section__fairness-group:last-child{margin-bottom:0}.audit-execution-section__fairness-group-title{color:#202938;margin:0 0 10px;font-size:13px;font-weight:700}.audit-execution-section__fairness-row{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.audit-execution-section__fairness-row .audit-execution-section__stat-value{margin:0}.audit-execution-section__fairness-status{color:#fff;border-radius:999px;padding:4px 12px;font-size:13px;font-weight:800}.audit-execution-section__fairness-status--good{background-color:#12875a}.audit-execution-section__fairness-status--caution{background-color:#92400e}.audit-execution-section__fairness-status--warn{background-color:#f2b21a}.audit-execution-section__fairness-status-text{font-size:20px;font-weight:800}.audit-execution-section__fairness-status-text--good{color:#12875a}.audit-execution-section__fairness-status-text--warn{color:#f2b21a}.audit-execution-section__fairness-status-text--bad{color:#d92d20}.audit-execution-section__fairness-status--bad{background-color:#d92d20}.audit-execution-section__fairness-note{color:#8a8f98;margin:-4px 0 10px;font-size:12px}.audit-execution-section__step4-grid{grid-template-columns:1.3fr 1fr;align-items:start;gap:20px;display:grid}.audit-execution-section__self-check-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.audit-execution-section__self-check-title{color:#202938;margin:0;font-size:13.5px;font-weight:800}.audit-execution-section__self-check-count{color:#2d67e8;font-size:12px;font-weight:700}.audit-execution-section__self-check-progress-track{background-color:#e5e9f0;border-radius:999px;height:5px;margin-bottom:14px;position:relative;overflow:hidden}.audit-execution-section__self-check-progress-fill{background-color:#2d67e8;border-radius:999px;height:100%;transition:width .2s}.audit-execution-section__self-check-desc{color:#9099a8;margin:0 0 18px;font-size:12px;line-height:1.6}.audit-execution-section__self-check-groups{flex-direction:column;gap:8px;margin:0 0 16px;display:flex}.audit-execution-section__self-check-group{border:1px solid #f2f4f7;border-radius:10px;overflow:hidden}.audit-execution-section__self-check-group-header{cursor:pointer;text-align:left;background-color:#f7f8fa;border:none;align-items:center;gap:8px;width:100%;padding:10px 14px;display:flex}.audit-execution-section__self-check-group-chevron{color:#9099a8;flex-shrink:0;font-size:11px}.audit-execution-section__self-check-group-title{color:#202938;flex-shrink:0;font-size:13px;font-weight:800}.audit-execution-section__self-check-group-hint{color:#9099a8;text-overflow:ellipsis;white-space:nowrap;font-size:11.5px;overflow:hidden}.audit-execution-section__self-check-group-count{color:#2d67e8;flex-shrink:0;margin-left:auto;font-size:12px;font-weight:700}.audit-execution-section__self-check-group-body{grid-template-rows:0fr;transition:grid-template-rows .25s;display:grid}.audit-execution-section__self-check-group-body--open{grid-template-rows:1fr}.audit-execution-section__self-check-list{min-height:0;margin:0;padding:0 14px;list-style:none;overflow:hidden}.audit-execution-section__self-check-item{border-top:1px solid #f2f4f7;justify-content:space-between;align-items:center;gap:12px;padding:14px 0;display:flex}.audit-execution-section__self-check-item:first-child{border-top:none}.audit-execution-section__self-check-item-text{flex:1;min-width:0}.audit-execution-section__self-check-item-head{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:4px;display:flex}.audit-execution-section__self-check-item-code{color:#9099a8;font-size:11px;font-weight:700}.audit-execution-section__obligation-badge{border-radius:999px;padding:2px 8px;font-size:10.5px;font-weight:700}.audit-execution-section__obligation-badge--mandatory{color:#d92d20;background-color:#fef3f2}.audit-execution-section__obligation-badge--effort{color:#b7791f;background-color:#fff8e6}.audit-execution-section__obligation-badge--condition{color:#2d67e8;background-color:#eef4ff}.audit-execution-section__obligation-badge--premise{color:#6b7684;background-color:#f2f4f7}.audit-execution-section__explainability-badge{color:#6b7684;background-color:#f2f4f7;border-radius:999px;padding:2px 8px;font-size:10.5px;font-weight:600}.audit-execution-section__self-check-question{color:#202938;margin:0 0 4px;font-size:13px;font-weight:600}.audit-execution-section__self-check-location{color:#9099a8;margin:0;font-size:11.5px}.audit-execution-section__effort-note{color:#b7791f;background-color:#fff8e6;border-radius:6px;margin:6px 0 0;padding:6px 10px;font-size:11.5px;line-height:1.5}.audit-execution-section__answer-group{flex-shrink:0;align-items:center;gap:6px;display:flex}.audit-execution-section__answer-pair{flex-shrink:0;gap:6px;display:flex}.audit-execution-section__answer-na-slot{flex-shrink:0;width:60px;display:flex}.audit-execution-section__answer-na-placeholder{width:100%;height:1px;display:block}.audit-execution-section__answer{color:#6b7684;text-align:center;cursor:pointer;background-color:#f2f4f7;border:none;border-radius:6px;padding:5px 10px;font-size:11.5px;font-weight:700}.audit-execution-section__answer-na-slot .audit-execution-section__answer{width:100%;padding:5px 4px}.audit-execution-section__answer:disabled{cursor:not-allowed;opacity:.7}.audit-execution-section__answer--selected-yes{color:#12875a;background-color:#eafaf1}.audit-execution-section__answer--selected-no{color:#d92d20;background-color:#fef3f2}.audit-execution-section__answer--selected-na{color:#6b46c1;background-color:#eee8fc}.audit-execution-section__self-check-footer{border-top:1px solid #f2f4f7;justify-content:space-between;align-items:center;gap:12px;padding-top:12px;display:flex}.audit-execution-section__self-check-remaining{color:#9099a8;font-size:12px}.audit-execution-section__self-check-submitted{color:#12875a;font-size:12px;font-weight:700}.audit-execution-section__submit-button{color:#fff;cursor:pointer;background-color:#2d67e8;border:none;border-radius:8px;padding:8px 20px;font-size:12.5px;font-weight:700}.audit-execution-section__submit-button:disabled{cursor:not-allowed;background-color:#c8d0dc}.audit-execution-section__matched-articles{background-color:#f7f8fa;border-radius:10px;padding:18px;position:sticky;top:24px}.audit-execution-section__matched-list{max-height:400px;margin:14px 0 0;padding:0;list-style:none;overflow-y:auto}.audit-execution-section__matched-item{background-color:#fff;border-radius:8px;margin-bottom:8px;padding:12px 14px}.audit-execution-section__matched-item:last-child{margin-bottom:0}.audit-execution-section__matched-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;display:flex}.audit-execution-section__matched-title{color:#202938;align-items:center;gap:5px;margin:0;font-size:12.5px;font-weight:700;display:inline-flex}.audit-execution-section__matched-help{color:#6b7684;cursor:pointer;background:0 0;border:1px solid #c1c7d0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:15px;height:15px;padding:0;font-family:inherit;font-size:10px;font-weight:700;line-height:1;display:inline-flex}.audit-execution-section__matched-help:hover{color:#2d67e8;border-color:#2d67e8}.audit-execution-section__matched-badge{color:#4b5fd6;white-space:nowrap;background-color:#eef1ff;border-radius:999px;flex-shrink:0;padding:1px 8px;font-size:11px;font-weight:600}.audit-execution-section__matched-quote{color:#9099a8;margin:0;font-size:12px}.audit-execution-section__deliverables{background-color:#fff;border:1px solid #eef0f3;border-radius:14px;padding:24px}.audit-execution-section__deliverable-grid{grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:16px;display:grid}.audit-execution-section__deliverable-card{cursor:pointer;text-align:left;background-color:#fff;border:1.5px solid #eef0f3;border-radius:12px;flex-direction:column;align-items:flex-start;gap:10px;min-width:0;padding:18px;transition:border-color .15s,background-color .15s;display:flex;position:relative}.audit-execution-section__deliverable-card:hover{border-color:#2d67e8}.audit-execution-section__deliverable-card--selected{background-color:#f5f8ff;border-color:#2d67e8}.audit-execution-section__deliverable-file{background-color:#2d67e8;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.audit-execution-section__deliverable-label{color:#202938;font-size:13.5px;font-weight:700}.audit-execution-section__deliverable-check{color:#0000;border:1.5px solid #dde2ea;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;display:flex;position:absolute;top:12px;right:12px}.audit-execution-section__deliverable-check--on{color:#fff;background-color:#2d67e8;border-color:#2d67e8}.audit-execution-section__deliverable-summary{text-align:right}.audit-execution-section__deliverable-summary-count{color:#202938;margin:0 0 4px;font-size:13px;font-weight:800}.audit-execution-section__deliverable-summary-note{color:#9099a8;margin:0;font-size:12px}.audit-execution-section__generate-bar{justify-content:flex-end;margin-top:20px;display:flex}.audit-execution-section__generate-button{color:#fff;cursor:pointer;background-color:#2d67e8;border:none;border-radius:8px;padding:12px 24px;font-size:13px;font-weight:700;transition:background-color .2s}.audit-execution-section__generate-button:hover:not(:disabled){background-color:#244fb8}.audit-execution-section__generate-button:disabled{cursor:not-allowed;background-color:#c8d0dc}.audit-execution-section__checkbox-label{color:#202938;cursor:pointer;align-items:center;gap:8px;margin-top:4px;font-size:12.5px;font-weight:600;display:flex}.audit-execution-section__checkbox-hint{color:#d92d20;font-size:11.5px;font-weight:600}.audit-execution-section__checkbox-label input[type=checkbox]{accent-color:#2d67e8;cursor:pointer;width:16px;height:16px}.audit-execution-section__progress{flex-direction:column;align-items:stretch;gap:16px;width:100%;max-width:360px;display:flex}.audit-execution-section__progress-track{background-color:#e5e9f0;border-radius:999px;height:6px;position:relative;overflow:hidden}.audit-execution-section__progress-fill{background-color:#2d67e8;border-radius:999px;width:40%;height:100%;animation:1.4s ease-in-out infinite audit-execution-section-progress-slide;position:absolute;top:0;left:0}@keyframes audit-execution-section-progress-slide{0%{transform:translate(-100%)}to{transform:translate(350%)}}.audit-execution-section__progress-steps{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.audit-execution-section__progress-step{color:#b0b7c3;align-items:center;gap:8px;font-size:13px;font-weight:600;transition:color .2s;display:flex}.audit-execution-section__progress-step-dot{color:#fff;border:2px solid #d9dee6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;transition:background-color .2s,border-color .2s;display:flex}.audit-execution-section__progress-step--active{color:#2d67e8}.audit-execution-section__progress-step--active .audit-execution-section__progress-step-dot{border-color:#2d67e8;animation:1s ease-in-out infinite audit-execution-section-pulse}.audit-execution-section__progress-step--done{color:#21a666}.audit-execution-section__progress-step--done .audit-execution-section__progress-step-dot{background-color:#21a666;border-color:#21a666}.audit-execution-section__cancel-button{color:#4d5765;cursor:pointer;background-color:#fff;border:1px solid #dde2ea;border-radius:8px;align-self:center;padding:10px 20px;font-size:13px;font-weight:700;transition:background-color .2s,color .2s,border-color .2s}.audit-execution-section__cancel-button:hover:not(:disabled){color:#d92d20;background-color:#fef3f2;border-color:#d92d20}.audit-execution-section__cancel-button:disabled{color:#c8d0dc;cursor:not-allowed}.audit-execution-section__retry-bar{justify-content:center;margin-top:20px;margin-bottom:20px;display:flex}.audit-execution-section__retry-button{color:#fff;cursor:pointer;background-color:#2d67e8;border:none;border-radius:8px;padding:10px 24px;font-size:13px;font-weight:700;transition:background-color .2s}.audit-execution-section__retry-button:hover:not(:disabled){background-color:#244fb8}.audit-execution-section__retry-button:disabled{cursor:not-allowed;background-color:#c8d0dc}@keyframes audit-execution-section-pulse{0%,to{box-shadow:0 0 #2d67e859}50%{box-shadow:0 0 0 4px #2d67e800}}.audit-execution-section__status-check{color:#fff;background-color:#21a666;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;font-weight:800;display:flex}.audit-execution-section__status-note{color:#9099a8;text-align:center;margin:-4px 0 0;font-size:12px}.audit-execution-section__proceed-bar{justify-content:space-between;align-items:center;gap:12px;margin-top:20px;display:flex}@media (width<=900px){.audit-execution-section__upload-grid,.audit-execution-section__stat-grid,.audit-execution-section__step4-grid{grid-template-columns:1fr}}.explainability-card{background-color:#fff;border:1.5px solid #eef0f3;border-radius:14px;padding:24px}.explainability-card__title{color:#202938;margin:0 0 20px;font-size:15px;font-weight:800}.explainability-card__status{color:#9099a8;text-align:center;background-color:#f7f8fa;border:1px dashed #d9dee6;border-radius:8px;margin:0;padding:28px 16px;font-size:13px}.explainability-card__status--error{color:#d93e44;background-color:#fef3f2;border-color:#fecdca}.explainability-card__list{flex-direction:column;gap:16px;display:flex}.explainability-card__row{background-color:#f7f8fa;border:1.5px solid #eef0f3;border-radius:10px;padding:16px 18px}.explainability-card__row-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.explainability-card__label{color:#6b7684;align-items:center;gap:4px;font-size:13px;font-weight:600;display:inline-flex}.explainability-card__badge{border-radius:999px;padding:3px 10px;font-size:11.5px;font-weight:800}.explainability-card__badge--pass{color:#1b9851;background-color:#e7f6ec}.explainability-card__badge--review{color:#d93e44;background-color:#feecea}.explainability-card__badge--warning{color:#e09c14;background-color:#fef2d8}.explainability-card__value-row{align-items:baseline;gap:8px;margin-bottom:10px;display:flex}.explainability-card__value{color:#202938;font-size:24px;font-weight:800}.explainability-card__range{color:#9099a8;font-size:12px}.explainability-card__bar-track{background-color:#e5e8ec;border-radius:999px;height:6px;overflow:hidden}.explainability-card__bar-fill{border-radius:999px;height:100%}.explainability-card__bar-fill--pass{background-color:#1b9851}.explainability-card__bar-fill--review{background-color:#d93e44}.explainability-card__bar-fill--warning{background-color:#e09c14}.fairness-table{background-color:#fff;border:1.5px solid #eef0f3;border-radius:14px;padding:24px}.fairness-table__title-row{align-items:center;gap:8px;margin-bottom:18px;display:flex}.fairness-table__title{color:#202938;margin:0;font-size:15px;font-weight:800}.fairness-table__help-button{color:#6b7684;cursor:pointer;background:0 0;border:1px solid #c1c7d0;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;font-weight:700;line-height:1;display:flex}.fairness-table__help-button:hover{color:#2d67e8;border-color:#2d67e8}.fairness-table__status{color:#9099a8;text-align:center;background-color:#f7f8fa;border:1px dashed #d9dee6;border-radius:8px;margin:0 0 20px;padding:28px 16px;font-size:13px}.fairness-table__status--error{color:#d93e44;background-color:#fef3f2;border-color:#fecdca}.fairness-table__scroll{margin-bottom:20px;overflow-x:auto}.fairness-table__table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:720px}.fairness-table__row-header-cell{color:#202938;text-align:left;white-space:nowrap;border-bottom:1px solid #eef0f3;width:140px;padding:12px 14px;font-size:13px;font-weight:700}.fairness-table__col-header-cell{text-align:center;border-bottom:1px solid #eef0f3;padding:10px 14px}.fairness-table__col-header-button{color:#202938;cursor:pointer;white-space:normal;background:0 0;border:none;border-bottom:1px dotted #9099a8;padding:0;font-size:12.5px;font-weight:800;line-height:1.4}.fairness-table__col-header-button:hover{color:#2d67e8;border-bottom-color:#2d67e8}.fairness-table__cell{text-align:center;vertical-align:middle;border-bottom:1px solid #f3f4f6;padding:14px}.fairness-table__cell-value{color:#202938;margin-bottom:6px;font-size:14px;font-weight:800;display:block}.fairness-table__cell-note{color:#9099a8;margin-top:4px;font-size:10.5px;display:block}.fairness-table__badge{border-radius:999px;padding:3px 10px;font-size:11px;font-weight:800;display:inline-block}.fairness-table__badge--pass{color:#1b9851;background-color:#e7f6ec}.fairness-table__badge--review{color:#e09c14;background-color:#fef2d8}.fairness-table__badge--fail{color:#d93e44;background-color:#feecea}.fairness-table__badge--na{color:#9099a8;background-color:#f7f8fa}.fairness-table__tooltip{max-width:280px}.fairness-table__tooltip-desc{color:#4b5563;margin:0 0 10px;font-size:12.5px;line-height:1.6}.fairness-table__tooltip-tip{color:#254a91;background-color:#eef4ff;border-radius:6px;align-items:flex-start;gap:6px;margin:0 0 10px;padding:8px 10px;font-size:11.5px;line-height:1.5;display:flex}.fairness-table__tooltip-criteria{color:#6b7684;background-color:#f7f8fa;border-radius:6px;margin:0;padding:8px 10px;font-size:11.5px;font-weight:700;line-height:1.5}.reports-section{background-color:#fff;border:1.5px solid #eef0f3;border-radius:14px;padding:24px}.reports-section__title{color:#202938;margin:0 0 18px;font-size:15px;font-weight:800}.reports-section__grid{grid-template-columns:repeat(var(--report-count), minmax(0, 1fr));gap:14px;margin-bottom:24px;display:grid}.reports-section__card{cursor:pointer;text-align:left;background-color:#fff;border:1.5px solid #eef0f3;border-radius:12px;flex-direction:column;align-items:flex-start;gap:6px;min-width:0;padding:18px;transition:border-color .15s;display:flex}.reports-section__card:hover{border-color:#2d67e8}.reports-section__card-icon{background-color:#2d67e8;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;margin-bottom:4px;display:flex}.reports-section__card-label{color:#202938;font-size:13.5px;font-weight:700}.reports-section__card-note{color:#2d67e8;font-size:12px;font-weight:600}.reports-section__action-bar{justify-content:flex-end;align-items:center;gap:12px;display:flex}.reports-section__final-button{color:#fff;cursor:pointer;background-color:#2d67e8;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:13.5px;font-weight:700;display:inline-flex}.reports-section__final-button-icon{object-fit:contain;filter:brightness(0)invert();pointer-events:none;-webkit-user-select:none;user-select:none;width:18px;height:18px}.reports-section__final-button:hover{background-color:#1f52c9}.reports-section__download-menu{flex-direction:column;min-width:128px;display:flex}.reports-section__download-item{color:#202938;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;padding:4px;font-size:12px;font-weight:600;display:flex}.reports-section__download-item:hover{background-color:#f7f8fa}.reports-section__download-item:hover .reports-section__download-label{color:#2d67e8}.reports-section__download-label{color:#202938;font-weight:700}.reports-section__file-tile{color:#fff;letter-spacing:.2px;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:9px;font-weight:800;display:flex;box-shadow:0 3px 8px -4px #00000040}.reports-section__file-tile--pdf{background-color:#e5484d}.reports-section__file-tile--word{background-color:#2d67e8}@media (width<=900px){.reports-section__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.reports-section__grid{grid-template-columns:minmax(0,1fr)}.reports-section__action-bar{flex-direction:column;align-items:stretch}}.top-features-card{background-color:#fff;border:1.5px solid #eef0f3;border-radius:14px;flex-direction:column;padding:24px;display:flex}.top-features-card__title{color:#202938;margin:0 0 20px;font-size:15px;font-weight:800}.top-features-card__status{color:#9099a8;text-align:center;background-color:#f7f8fa;border:1px dashed #d9dee6;border-radius:8px;margin:0;padding:28px 16px;font-size:13px}.top-features-card__status--error{color:#d93e44;background-color:#fef3f2;border-color:#fecdca}.top-features-card__list{flex-direction:column;flex:1;justify-content:space-between;gap:16px;margin:0;padding:0;list-style:none;display:flex}.top-features-card__row{grid-template-columns:110px 1fr 48px 78px;align-items:center;gap:10px;display:grid}.top-features-card__name{color:#202938;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:13px;font-weight:700;overflow:hidden}.top-features-card__bar-track{background-color:#e5e8ec;border-radius:999px;height:8px;overflow:hidden}.top-features-card__bar-fill{background-color:#2d67e8;border-radius:999px;height:100%}.top-features-card__value{color:#6b7684;text-align:right;font-size:12.5px;font-weight:600}.top-features-card__tag{color:#2d67e8;white-space:nowrap;background-color:#eef4ff;border-radius:999px;flex-shrink:0;width:fit-content;padding:3px 10px;font-size:11px;font-weight:700}.top-features-card__tag--hidden{visibility:hidden}@media (width<=700px){.top-features-card__row{grid-template-columns:90px 1fr 40px}.top-features-card__tag{grid-column:1/-1;justify-self:start}.top-features-card__tag--hidden{display:none}}.version-history-section{background-color:#fff;border:1.5px solid #eef0f3;border-radius:14px;padding:24px}.version-history-section__title{color:#202938;margin:0 0 16px;font-size:15px;font-weight:800}.version-history-section__list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.version-history-section__row{cursor:pointer;background-color:#f7f8fa;border-radius:8px;align-items:center;gap:12px;padding:16px 18px;display:flex}.version-history-section__row--current{background-color:#eef4ff}.version-history-section__status{color:#9099a8;text-align:center;background-color:#f7f8fa;border:1px dashed #d9dee6;border-radius:8px;margin:0;padding:28px 16px;font-size:13px}.version-history-section__version{color:#202938;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:13px;font-weight:800;overflow:hidden}.version-history-section__version--current{color:#2d67e8}.version-history-section__version-tag{color:#9099a8;font-size:12px;font-weight:700}.version-history-section__date{color:#9099a8;text-align:right;flex-shrink:0;width:118px;font-size:12.5px}.version-history-section__status-badge{text-align:center;white-space:nowrap;border-radius:999px;flex-shrink:0;margin-left:8px;padding:4px 12px;font-size:12px;font-weight:800;display:inline-block}.version-history-section__link{color:#2d67e8;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:12.5px;font-weight:700}.version-history-section__link:hover{text-decoration:underline}@media (width<=700px){.version-history-section__row{flex-wrap:wrap}}.audit-results-detail{flex-direction:column;gap:20px;display:flex}.audit-results-detail__header{background-color:#fff;border:1.5px solid #eef0f3;border-radius:14px;justify-content:space-between;align-items:flex-start;gap:24px;padding:24px;display:flex}.audit-results-detail__model-title{color:#202938;margin:0 0 20px;font-size:22px;font-weight:800}.audit-results-detail__model-version{color:#9099a8;font-size:14px;font-weight:700}.audit-results-detail__meta{gap:56px;display:flex}.audit-results-detail__meta-label{color:#9099a8;margin:0 0 4px;font-size:12px}.audit-results-detail__meta-value{color:#202938;margin:0;font-size:15px;font-weight:700}.audit-results-detail__risk-area{flex-shrink:0;align-items:center;gap:24px;display:flex}.audit-results-detail__risk-gauge-wrap{text-align:center}.audit-results-detail__risk-label{color:#9099a8;margin:0 0 6px;font-size:12px;font-weight:600}.audit-results-detail__gauge{width:100px;height:100px}.audit-results-detail__gauge-value{fill:#202938;font-size:20px;font-weight:800}.audit-results-detail__gauge-caption{fill:#9099a8;font-size:9px;font-weight:700}.audit-results-detail__legend{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.audit-results-detail__legend-row{white-space:nowrap;align-items:center;gap:8px;display:flex}.audit-results-detail__legend-dot{border-radius:999px;flex-shrink:0;width:8px;height:8px}.audit-results-detail__legend-label{color:#6b7684;width:48px;font-size:12.5px;font-weight:600}.audit-results-detail__legend-value{color:#202938;font-size:12.5px;font-weight:800}.audit-results-detail__risk-status{border-left:1px solid #eef0f3;max-width:200px;padding-left:20px}.audit-results-detail__status-badge{white-space:nowrap;border-radius:999px;padding:5px 14px;font-size:12.5px;font-weight:800;display:inline-block}.audit-results-detail__grid{grid-template-columns:4fr 6fr;gap:20px;display:grid}@media (width<=860px){.audit-results-detail__header{flex-direction:column}.audit-results-detail__risk-area{flex-wrap:wrap;justify-content:space-between;align-self:stretch;row-gap:16px}.audit-results-detail__grid{grid-template-columns:1fr}}.audit-results-detail__dashboard-area{justify-content:flex-end;margin-top:15px;margin-bottom:8px;display:flex}.audit-results-detail__dashboard-button{color:#2d67e8;cursor:pointer;background-color:#fff;border:1.5px solid #2d67e8;border-radius:8px;justify-content:center;align-items:center;gap:6px;min-width:100px;padding:12px 24px;font-size:14px;font-weight:700;display:inline-flex}.audit-results-detail__dashboard-button:hover{background-color:#eef4ff}.audit-page{padding:48px 10% 80px}.audit-page__inner{max-width:1120px;margin:0 auto}.audit-page__header{margin-bottom:28px}.audit-page__title{color:#202938;margin:0;font-size:28px;font-weight:800}@media (width<=700px){.audit-page{padding:32px 24px 60px}}.board-detail-page{max-width:860px;margin:0 auto;padding:48px 24px 100px}.board-detail-page__denied{color:#d92d20;background-color:#fef3f2;border:1px solid #fecdca;border-radius:8px;margin:0;padding:16px;font-size:14px;font-weight:600}.board-detail-page__loading{color:#9099a8;text-align:center;margin:0;padding:60px 0;font-size:13.5px}.board-detail-page__back-row{justify-content:flex-end;margin-bottom:20px;display:flex}.board-detail-page__back{color:#4d5765;border:1px solid #dde2ea;border-radius:8px;padding:8px 16px;font-size:12.5px;font-weight:700;text-decoration:none;transition:background-color .2s,color .2s,border-color .2s;display:inline-block}.board-detail-page__back:hover{color:#2d67e8;border-color:#2d67e8}.board-detail-page__header{border-bottom:1.5px solid #eef0f3;margin-bottom:20px;padding-bottom:20px}.board-detail-page__badge{color:#fff;background-color:#2d67e8;border-radius:999px;margin-bottom:10px;padding:3px 10px;font-size:11.5px;font-weight:800;display:inline-block}.board-detail-page__title{color:#202938;overflow-wrap:anywhere;margin:0 0 12px;font-size:24px;font-weight:800;line-height:1.4}.board-detail-page__meta{color:#9099a8;align-items:center;gap:8px;font-size:12.5px;display:flex}.board-detail-page__actions{justify-content:flex-end;gap:8px;margin-bottom:20px;display:flex}.board-detail-page__action{color:#4d5765;cursor:pointer;background-color:#fff;border:1px solid #dde2ea;border-radius:8px;padding:8px 16px;font-size:12.5px;font-weight:700;transition:background-color .2s,color .2s,border-color .2s}.board-detail-page__action:hover{color:#2d67e8;border-color:#2d67e8}.board-detail-page__action--danger:hover{color:#d92d20;background-color:#fef3f2;border-color:#d92d20}.board-detail-page__content{color:#202938;white-space:pre-wrap;overflow-wrap:anywhere;min-height:160px;margin-bottom:24px;font-size:14.5px;line-height:1.8}.board-detail-page__section-title{color:#202938;margin:0 0 12px;font-size:15px;font-weight:800}.board-detail-page__attachments{background-color:#f9fafb;border:1.5px solid #eef0f3;border-radius:12px;margin-bottom:32px;padding:18px 20px}.board-detail-page__attachments ul{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.board-detail-page__attachments li{justify-content:space-between;align-items:center;gap:12px;display:flex}.board-detail-page__attachments button{color:#2d67e8;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600;text-decoration:underline;overflow:hidden}.board-detail-page__file-size{color:#9099a8;flex-shrink:0;font-size:12px}.board-detail-page__comments{border-top:1.5px solid #eef0f3;padding-top:24px}.board-detail-page__no-comments{color:#9099a8;text-align:center;border:1px dashed #dde2ea;border-radius:10px;margin:0 0 20px;padding:20px;font-size:13px}.board-detail-page__comment-list{flex-direction:column;gap:12px;margin:0 0 20px;padding:0;list-style:none;display:flex}.board-detail-page__comment{background-color:#f9fafb;border:1.5px solid #eef0f3;border-radius:12px;padding:16px 18px}.board-detail-page__comment-head{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.board-detail-page__comment-author{color:#202938;align-items:center;gap:6px;font-size:13px;font-weight:700;display:flex}.board-detail-page__admin-badge{color:#2d67e8;background-color:#eef4ff;border-radius:999px;padding:2px 7px;font-size:10px;font-weight:800}.board-detail-page__comment-date{color:#9099a8;font-size:11.5px}.board-detail-page__comment-content{color:#4d5765;white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:13.5px;line-height:1.65}.board-detail-page__comment-actions{justify-content:flex-end;gap:10px;margin-top:10px;display:flex}.board-detail-page__comment-actions button{color:#9099a8;cursor:pointer;background:0 0;border:none;padding:0;font-size:11.5px;font-weight:700}.board-detail-page__comment-actions button:hover{color:#2d67e8;text-decoration:underline}.board-detail-page__comment-edit{flex-direction:column;gap:10px;display:flex}.board-detail-page__comment-edit textarea{color:#202938;resize:vertical;border:1px solid #dde2ea;border-radius:8px;width:100%;padding:10px 12px;font-family:inherit;font-size:13px}.board-detail-page__comment-edit-actions{gap:8px;display:flex}.board-detail-page__comment-edit-actions button{color:#4d5765;cursor:pointer;background-color:#fff;border:1px solid #dde2ea;border-radius:6px;padding:6px 14px;font-size:12px;font-weight:700}.board-detail-page__comment-edit-actions button:first-child{color:#fff;background-color:#2d67e8;border-color:#2d67e8}.board-detail-page__comment-form{flex-direction:column;gap:10px;display:flex}.board-detail-page__comment-form textarea{color:#202938;resize:vertical;border:1px solid #dde2ea;border-radius:10px;width:100%;padding:12px 14px;font-family:inherit;font-size:13.5px}.board-detail-page__comment-form textarea:focus{border-color:#2d67e8;outline:none;box-shadow:0 0 0 3px #2d67e81a}.board-detail-page__comment-form button{color:#fff;cursor:pointer;background-color:#2d67e8;border:none;border-radius:8px;align-self:flex-end;padding:10px 22px;font-size:13px;font-weight:700;transition:background-color .2s}.board-detail-page__comment-form button:hover:not(:disabled){background-color:#244fb8}.board-detail-page__comment-form button:disabled{cursor:not-allowed;background-color:#c8d0dc}.board-detail-page__comment-notice{color:#9099a8;text-align:center;background-color:#f2f4f7;border-radius:8px;margin:0;padding:14px;font-size:12.5px}@media (width<=700px){.board-detail-page{padding:32px 20px 80px}}.board-form-page{max-width:760px;margin:0 auto;padding:48px 24px 100px}.board-form-page__denied{color:#d92d20;background-color:#fef3f2;border:1px solid #fecdca;border-radius:8px;margin:0;padding:16px;font-size:14px;font-weight:600}.board-form-page__loading{color:#9099a8;text-align:center;margin:0;padding:60px 0;font-size:13.5px}.board-form-page__title{color:#202938;margin:0 0 28px;font-size:26px;font-weight:800}.board-form-page__form{flex-direction:column;gap:22px;display:flex}.board-form-page__field{flex-direction:column;display:flex}.board-form-page__field label{color:#4d5765;margin-bottom:9px;font-size:13px;font-weight:700}.board-form-page__field input[type=text],.board-form-page__field textarea{color:#202938;background-color:#fff;border:1px solid #d9dee6;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.board-form-page__field textarea{resize:vertical;line-height:1.6}.board-form-page__field input:focus,.board-form-page__field textarea:focus{border-color:#2d67e8;box-shadow:0 0 0 3px #2d67e81a}.board-form-page__field input:disabled,.board-form-page__field textarea:disabled{cursor:not-allowed;color:#8b95a5;background-color:#f4f6f8}.board-form-page__field input[type=file]{color:#4d5765;margin-top:10px;font-size:13px}.board-form-page__file-list{flex-direction:column;gap:6px;margin:0 0 4px;padding:0;list-style:none;display:flex}.board-form-page__file-list li{color:#202938;background-color:#f9fafb;border:1px solid #eef0f3;border-radius:8px;align-items:center;gap:10px;padding:8px 12px;font-size:12.5px;display:flex}.board-form-page__file-list li span:first-child{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.board-form-page__file-size{color:#9099a8;flex-shrink:0;font-size:11.5px}.board-form-page__file-list li button{color:#d92d20;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:11.5px;font-weight:700}.board-form-page__file-list li button:hover{text-decoration:underline}.board-form-page__file--removed{opacity:.5;text-decoration:line-through}.board-form-page__file--removed button{color:#6b7684}.board-form-page__error{color:#d92d20;background-color:#fef3f2;border:1px solid #fecdca;border-radius:6px;margin:0;padding:11px 13px;font-size:12px}.board-form-page__actions{justify-content:flex-end;gap:10px;margin-top:8px;display:flex}.board-form-page__cancel,.board-form-page__submit{cursor:pointer;border:none;border-radius:8px;padding:12px 26px;font-size:13.5px;font-weight:700;transition:background-color .2s}.board-form-page__cancel{color:#4d5765;background-color:#fff;border:1px solid #dde2ea}.board-form-page__cancel:hover:not(:disabled){background-color:#f2f4f7}.board-form-page__submit{color:#fff;background-color:#2d67e8}.board-form-page__submit:hover:not(:disabled){background-color:#244fb8}.board-form-page__cancel:disabled,.board-form-page__submit:disabled{cursor:not-allowed;opacity:.6}@media (width<=700px){.board-form-page{padding:32px 20px 80px}}.board-list-page{padding:48px 10% 80px}.board-list-page__denied{color:#d92d20;background-color:#fef3f2;border:1px solid #fecdca;border-radius:8px;margin:0;padding:16px;font-size:14px;font-weight:600}.board-list-page__header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px;display:flex}.board-list-page__title{color:#202938;margin:0;font-size:28px;font-weight:800}.board-list-page__subtitle{color:#6b7684;margin:8px 0 0;font-size:13px}.board-list-page__write-button{color:#fff;cursor:pointer;background-color:#2d67e8;border:none;border-radius:8px;flex-shrink:0;padding:12px 22px;font-size:13.5px;font-weight:700;transition:background-color .2s}.board-list-page__write-button:hover{background-color:#244fb8}.board-list-page__toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.board-list-page__toolbar-left{align-items:center;gap:12px;display:flex}.board-list-page__sort{color:#202938;cursor:pointer;background-color:#fff;border:1px solid #dde2ea;border-radius:8px;height:40px;padding:0 12px;font-size:13px;font-weight:600}.board-list-page__search{gap:8px;display:flex}.board-list-page__search input{color:#202938;border:1px solid #dde2ea;border-radius:8px;width:340px;height:40px;padding:0 14px;font-size:13px}.board-list-page__search input:focus{border-color:#2d67e8;outline:none;box-shadow:0 0 0 3px #2d67e81a}.board-list-page__search button{color:#4d5765;cursor:pointer;background-color:#eceff3;border:none;border-radius:8px;height:40px;padding:0 18px;font-size:13px;font-weight:700;transition:background-color .2s}.board-list-page__search button:hover{background-color:#dfe3e9}.board-list-page__table{background-color:#fff;border:1.5px solid #eef0f3;border-radius:14px;overflow:hidden}.board-list-page__row{cursor:pointer;border-bottom:1px solid #f2f4f7;grid-template-columns:1fr 140px 120px;align-items:center;gap:12px;padding:16px 20px;transition:background-color .15s;display:grid}.board-list-page__table:has(.board-list-page__col--pin) .board-list-page__row{grid-template-columns:1fr 140px 120px 120px}.board-list-page__row:last-child{border-bottom:none}.board-list-page__row:not(.board-list-page__row--head):hover{background-color:#f9fafb}.board-list-page__row--head{color:#6b7684;background-color:#f9fafb;padding:14px 20px;font-size:12.5px;font-weight:700}.board-list-page__row--pinned{background-color:#f5f8ff}.board-list-page__col{color:#202938;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13.5px;overflow:hidden}.board-list-page__col--title{align-items:center;gap:8px;font-weight:600;display:flex}.board-list-page__row-title{color:inherit;text-overflow:ellipsis;white-space:nowrap;text-decoration:none;overflow:hidden}.board-list-page__row-title:hover{text-decoration:underline}.board-list-page__badge{color:#fff;background-color:#2d67e8;border-radius:999px;flex-shrink:0;padding:2px 8px;font-size:11px;font-weight:800}.board-list-page__comment-count{color:#2d67e8;flex-shrink:0;font-size:12px;font-weight:700}.board-list-page__col--author,.board-list-page__col--date{color:#6b7684}.board-list-page__col--pin{text-align:center}.board-list-page__pin-button{color:#6b7684;cursor:pointer;background-color:#fff;border:1px solid #dde2ea;border-radius:6px;padding:5px 10px;font-size:11.5px;font-weight:700;transition:background-color .2s,color .2s,border-color .2s}.board-list-page__pin-button:hover{color:#2d67e8;border-color:#2d67e8}.board-list-page__pin-button--active{color:#fff;background-color:#2d67e8;border-color:#2d67e8}.board-list-page__empty{color:#9099a8;text-align:center;margin:0;padding:60px 20px;font-size:13.5px}.board-list-page__footer{justify-content:center;align-items:center;gap:16px;margin-top:20px;display:flex}.board-list-page__total{color:#9099a8;font-size:12.5px}.board-list-page__pagination{align-items:center;gap:4px;display:flex}.board-list-page__page,.board-list-page__page-nav{color:#4d5765;cursor:pointer;background-color:#fff;border:1px solid #dde2ea;border-radius:6px;min-width:32px;height:32px;padding:0 8px;font-size:12.5px;font-weight:600;transition:background-color .2s,color .2s}.board-list-page__page:hover,.board-list-page__page-nav:hover:not(:disabled){color:#2d67e8;border-color:#2d67e8}.board-list-page__page--active{color:#fff;background-color:#2d67e8;border-color:#2d67e8}.board-list-page__page-nav:disabled{cursor:not-allowed;color:#c8d0dc}@media (width<=900px){.board-list-page{padding:32px 24px 60px}.board-list-page__toolbar{flex-direction:column;align-items:stretch}.board-list-page__search input{flex:1;width:100%}.board-list-page__row{grid-template-columns:1fr;gap:6px}.board-list-page__table:has(.board-list-page__col--pin) .board-list-page__row{grid-template-columns:1fr}.board-list-page__row--head{display:none}.board-list-page__col--author:before{content:"작성자 ";color:#9099a8}.board-list-page__col--date:before{content:"작성일 ";color:#9099a8}}.dashboard-overview{grid-template-columns:minmax(320px,.78fr) minmax(480px,1.22fr);gap:24px;display:grid}.dashboard-overview__panel{background-color:#fff;border:1px solid #dde3eb;border-radius:12px;flex-direction:column;min-width:0;min-height:330px;padding:26px;display:flex}.dashboard-overview__title{color:#202938;margin:0;font-size:16px;font-weight:800}.dashboard-overview__distribution{flex:1;justify-content:center;align-items:center;gap:28px;min-height:250px;display:flex}.dashboard-overview__donut{border-radius:50%;flex:none;place-items:center;width:196px;height:196px;display:grid}.dashboard-overview__donut-center{color:#202938;background-color:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:120px;height:120px;font-size:13px;display:flex}.dashboard-overview__donut-center strong{margin-top:2px;font-size:23px;line-height:1.2}.dashboard-overview__legend{flex-direction:column;gap:22px;min-width:142px;margin:0;padding:0;list-style:none;display:flex}.dashboard-overview__legend li{color:#667085;grid-template-columns:8px auto;gap:3px 8px;font-size:12px;display:grid}.dashboard-overview__legend strong{color:#8a93a2;grid-column:2;font-size:11px;font-weight:500}.dashboard-overview__legend-dot{border-radius:50%;width:8px;height:8px;margin-top:4px}.dashboard-overview__legend-dot--normal{background-color:#2fac68}.dashboard-overview__legend-dot--review{background-color:#f4b43d}.dashboard-overview__legend-dot--exceeded{background-color:#e84d52}.dashboard-overview__ranking-list{flex-direction:column;gap:10px;margin:8px 0 0;padding:0;list-style:none;display:flex}.dashboard-overview__ranking-table{margin-top:24px}.dashboard-overview__ranking-item{background-color:#f9fafc;border-radius:9px;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:46px;padding:7px 10px;transition:background-color .15s;display:grid}.dashboard-overview__ranking-item:hover{background-color:#f3f6fa}.dashboard-overview__rank{color:#2d67e8;background-color:#edf3ff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:12px;font-weight:800;display:inline-flex}.dashboard-overview__model-name{color:#3f4856;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.dashboard-overview__model-version{color:#8b94a2;white-space:nowrap;background-color:#f5f7fa;border:1px solid #dfe4eb;border-radius:999px;align-items:center;margin-left:6px;padding:2px 6px;font-size:10px;font-weight:600;line-height:1.2;display:inline-flex}.dashboard-overview__issue-count{color:#707a89;background-color:#fff;border:1px solid #e2e6ec;border-radius:7px;align-items:center;gap:4px;min-height:28px;padding:0 9px;font-size:10px;display:inline-flex}.dashboard-overview__status-count{border-radius:7px;justify-content:center;align-items:center;gap:4px;min-height:28px;padding:0 9px;font-size:10px;display:inline-flex}.dashboard-overview__status-summary{white-space:nowrap;align-items:center;gap:6px;display:flex}.dashboard-overview__status-summary strong{color:inherit;font-size:11px}.dashboard-overview__status-count--warning{color:#b96b00;background-color:#fff3d9}.dashboard-overview__status-count--exceeded{color:#cf3239;background-color:#fee9e9}.dashboard-overview__empty{color:#8a93a2;place-items:center;min-height:240px;font-size:14px;display:grid}@media (width<=1040px){.dashboard-overview{grid-template-columns:1fr}}@media (width<=620px){.dashboard-overview__panel{min-height:auto;padding:22px 18px}.dashboard-overview__distribution{flex-direction:column;gap:24px;padding:28px 0 8px}.dashboard-overview__donut{width:176px;height:176px}.dashboard-overview__donut-center{width:108px;height:108px}.dashboard-overview__donut-center strong{font-size:21px}.dashboard-overview__legend{flex-flow:wrap;justify-content:center;gap:14px 20px;width:100%}.dashboard-overview__ranking-item{grid-template-columns:28px minmax(0,1fr);gap:6px;padding-left:7px;padding-right:7px}.dashboard-overview__status-summary{flex-wrap:wrap;grid-column:2;margin-top:2px}.dashboard-overview__model-version{margin-left:4px;padding-left:5px;padding-right:5px}}.dashboard-summary{grid-template-columns:repeat(5,minmax(0,1fr));gap:20px;display:grid}.dashboard-summary__card{background-color:#fff;border:1px solid #dde3eb;border-radius:12px;min-width:0;min-height:124px;padding:24px}.dashboard-summary__label{color:#4f5968;white-space:nowrap;align-items:center;gap:9px;font-size:14px;font-weight:600;display:flex}.dashboard-summary__icon{flex:0 0 17px;justify-content:center;align-items:center;width:17px;height:17px;font-size:17px;line-height:1;display:inline-flex;overflow:visible}.dashboard-summary__icon>.anticon{width:100%;height:100%;line-height:1;display:inline-flex}.dashboard-summary__icon svg{width:100%;height:100%;display:block;overflow:visible}.dashboard-summary__value{color:#111827;margin-top:18px;font-size:28px;font-weight:800;line-height:1;display:block}.dashboard-summary__card--normal .dashboard-summary__label,.dashboard-summary__card--normal .dashboard-summary__value,.dashboard-summary__card--compliance .dashboard-summary__label,.dashboard-summary__card--compliance .dashboard-summary__value{color:#16803a}.dashboard-summary__card--review .dashboard-summary__label,.dashboard-summary__card--review .dashboard-summary__value{color:#e06a16}.dashboard-summary__card--exceeded .dashboard-summary__label,.dashboard-summary__card--exceeded .dashboard-summary__value{color:#c51d26}@media (width<=1100px){.dashboard-summary{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=700px){.dashboard-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.dashboard-summary__card{min-height:112px;padding:20px}.dashboard-summary__value{font-size:25px}}@media (width<=430px){.dashboard-summary{grid-template-columns:1fr}}.fairness-distribution{background-color:#fff;border:1px solid #dde3eb;border-radius:12px;padding:26px}.fairness-distribution__header{border-bottom:1px solid #e7ebf0;justify-content:space-between;align-items:center;gap:24px;padding-bottom:18px;display:flex}.fairness-distribution__title{color:#202938;margin:0;font-size:16px;font-weight:800}.fairness-distribution__legend{color:#7a8493;flex-wrap:wrap;gap:10px 22px;margin:0;padding:0;font-size:11px;list-style:none;display:flex}.fairness-distribution__legend li{align-items:center;gap:6px;display:flex}.fairness-distribution__legend-dot{border-radius:50%;width:7px;height:7px}.fairness-distribution__legend-dot--pass,.fairness-distribution__segment--pass{background-color:#2fac68}.fairness-distribution__legend-dot--review,.fairness-distribution__segment--review{background-color:#f4b43d}.fairness-distribution__legend-dot--fail,.fairness-distribution__segment--fail{background-color:#e84d52}.fairness-distribution__legend-dot--unavailable,.fairness-distribution__segment--unavailable{background-color:#aeb5bf}.fairness-distribution__list{flex-direction:column;gap:17px;padding-top:20px;display:flex}.fairness-distribution__metric-name{color:#303846;margin-bottom:7px;font-size:12px;font-weight:600}.fairness-distribution__bar{background-color:#edf0f4;border-radius:9px;width:100%;height:18px;display:flex;overflow:hidden}.fairness-distribution__segment{color:#fff;white-space:nowrap;justify-content:center;align-items:center;min-width:0;font-size:8px;font-weight:700;line-height:1;display:flex;overflow:hidden}.fairness-distribution__note{color:#98a0ad;margin:18px 0 0;font-size:11px}.fairness-distribution__empty{color:#8a93a2;place-items:center;min-height:220px;font-size:14px;display:grid}@media (width<=700px){.fairness-distribution{padding:22px 18px}.fairness-distribution__header{flex-direction:column;align-items:flex-start;gap:14px}.fairness-distribution__legend{gap:8px 14px}.fairness-distribution__metric-name{font-size:11px}}.recent-audits__title{color:#202938;margin:0 0 14px;font-size:22px;font-weight:800}.recent-audits__table-card{background-color:#fff;border:1px solid #dde3eb;border-radius:12px;padding:12px 20px 18px;overflow:hidden}.recent-audits__table-scroll{overflow-x:auto}.recent-audits__table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:900px}.recent-audits__table th{color:#7d8795;text-align:left;border-bottom:1px solid #e6eaf0;padding:14px 12px;font-size:11px;font-weight:600}.recent-audits__table th:first-child{width:24%}.recent-audits__table th:nth-child(2){width:16%}.recent-audits__table th:nth-child(3){width:34%}.recent-audits__table th:nth-child(4){width:14%}.recent-audits__table th:nth-child(5){width:12%}.recent-audits__table td{color:#697386;vertical-align:middle;border-bottom:1px solid #f0f2f5;height:58px;padding:12px;font-size:12px}.recent-audits__table tbody tr:last-child td{border-bottom:0}.recent-audits__model{font-weight:600;color:#283140!important}.recent-audits__model-version{color:#8b94a2;white-space:nowrap;background-color:#f5f7fa;border:1px solid #dfe4eb;border-radius:999px;align-items:center;margin-left:6px;padding:2px 6px;font-size:10px;font-weight:600;line-height:1.2;display:inline-flex}.recent-audits__status{border-radius:999px;justify-content:center;align-items:center;min-width:72px;padding:5px 10px;font-size:10px;font-weight:700;display:inline-flex}.recent-audits__status--compliant{color:#16803a;background-color:#e5f6ec}.recent-audits__status--warning{color:#d47a0c;background-color:#fff2d8}.recent-audits__status--non_compliant{color:#d42c35;background-color:#fde8e8}.recent-audits__risk{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.recent-audits__date{color:#8b94a2!important}.recent-audits__detail-link{color:#2563eb;font-size:11px;font-weight:700;text-decoration:none}.recent-audits__detail-link:hover{text-underline-offset:3px;text-decoration:underline}.recent-audits__detail-link:focus-visible{outline-offset:2px;border-radius:3px;outline:3px solid #2d67e840}.recent-audits__empty{color:#8a93a2;place-items:center;min-height:220px;font-size:14px;display:grid}.recent-audits__load-more-area{border-top:1px solid #f0f2f5;justify-content:center;gap:24px;margin-top:8px;padding-top:16px;display:flex}.recent-audits__load-more-button{color:#667085;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:6px 4px;font-size:12px;font-weight:700;transition:color .15s;display:inline-flex}.recent-audits__load-more-button:hover{color:#2563eb}.recent-audits__load-more-button:focus-visible{outline-offset:2px;outline:3px solid #2d67e840}.recent-audits__load-more-icon{font-size:13px;transition:transform .15s;display:inline-block}.recent-audits__load-more-button:hover .recent-audits__load-more-icon--up{transform:translateY(-2px)}.recent-audits__load-more-button:hover .recent-audits__load-more-icon--down{transform:translateY(2px)}@media (width<=700px){.recent-audits__title{font-size:20px}.recent-audits__table-card{padding-left:12px;padding-right:12px}}.dashboard-page{background-color:#fff;min-height:100%;padding:36px 10% 72px}.dashboard-page__inner{width:100%;max-width:1280px;margin:0 auto}.dashboard-page__header{margin-bottom:24px}.dashboard-page__title{color:#202938;margin:0;font-size:28px;font-weight:800;line-height:1.35}.dashboard-page__description{color:#7a8493;margin:6px 0 0;font-size:14px;line-height:1.6}.dashboard-page__content{flex-direction:column;gap:24px;display:flex}.dashboard-page__state{color:#687386;text-align:center;background-color:#fff;border:1px solid #e1e6ee;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:240px;padding:32px;font-size:15px;display:flex}.dashboard-page__state p{margin:0}.dashboard-page__retry-button{color:#fff;font:inherit;cursor:pointer;background-color:#2d67e8;border:1px solid #2d67e8;border-radius:8px;padding:10px 18px;font-size:14px;font-weight:700;transition:background-color .2s,border-color .2s}.dashboard-page__retry-button:hover{background-color:#2457ca;border-color:#2457ca}.dashboard-page__retry-button:focus-visible{outline-offset:2px;outline:3px solid #2d67e840}@media (width<=768px){.dashboard-page{padding:32px 24px 60px}.dashboard-page__title{font-size:24px}.dashboard-page__state{min-height:200px;padding:24px}}@media (width<=480px){.dashboard-page{padding-left:16px;padding-right:16px}.dashboard-page__title{font-size:22px}}.impact-section{padding:0 10% 100px}.impact-section__title{color:#202938;margin:0 0 24px;font-size:24px;font-weight:800}.impact-section__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.impact-section__card{background-color:#fff;border:1.5px solid #eef0f3;border-radius:12px;padding:28px 24px}.impact-section__value{color:#2d67e8;margin:0;font-size:30px;font-weight:800}.impact-section__description{color:#6b7684;margin:10px 0 0;font-size:13px;line-height:1.5}@media (width<=700px){.impact-section{padding:0 24px 64px}.impact-section__grid{grid-template-columns:1fr}}.core-features-section{text-align:center;padding:72px 10%}.core-features-section__title{color:#202938;margin:0 0 40px;font-size:24px;font-weight:800}.core-features-section__intro{max-width:720px;margin:0 auto 40px}.core-features-section__intro-title{color:#202938;margin:0;font-size:20px;font-weight:800}.core-features-section__intro-description{color:#6b7684;margin:16px 0 0;font-size:14px;line-height:1.7}.core-features-section__grid{text-align:left;grid-template-columns:repeat(5,1fr);gap:16px;display:grid}.core-features-section__card{background-color:#fff;border:1px solid #eef0f3;border-radius:12px;padding:24px 20px}.core-features-section__card-icon{background-color:#e7f1ff;border-radius:8px;width:36px;height:36px}.core-features-section__card-title{color:#202938;margin:24px 0 0;font-size:14px;font-weight:700;line-height:1.4}.core-features-section__card-description{color:#9099a8;margin:10px 0 0;font-size:12px;line-height:1.6}@media (width<=1100px){.core-features-section__grid{grid-template-columns:repeat(3,1fr)}}@media (width<=700px){.core-features-section{padding:48px 24px}.core-features-section__grid{grid-template-columns:1fr}}.feature-showcase-section{padding:0 10% 72px}.feature-showcase-section__title{color:#202938;text-align:center;margin:0 0 40px;font-size:24px;font-weight:800}.feature-showcase-section__list{flex-direction:column;gap:64px;display:flex}.feature-showcase-section__row{align-items:center;gap:48px;scroll-margin-top:24px;display:flex}.feature-showcase-section__row--reverse{flex-direction:row-reverse}.feature-showcase-section__image{aspect-ratio:3/2;object-fit:cover;background-color:#f1f5fb;border:1px solid #eef0f3;border-radius:16px;flex:1;width:100%;min-width:0}.feature-showcase-section__text{flex:1}.feature-showcase-section__label{color:#2d67e8;letter-spacing:.5px;font-size:12px;font-weight:800}.feature-showcase-section__row-title{color:#202938;margin:10px 0 0;font-size:22px;font-weight:800}.feature-showcase-section__description{color:#6b7684;margin:16px 0 0;font-size:14px;line-height:1.7}.feature-showcase-section__tag{color:#4d5765;background-color:#f1f5fb;border-radius:20px;margin-top:16px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-block}@media (width<=900px){.feature-showcase-section__row,.feature-showcase-section__row--reverse{flex-direction:column}}@media (width<=700px){.feature-showcase-section{padding:0 24px 48px}.feature-showcase-section__list{gap:40px}}.start-audit-cta-section{text-align:center;padding:56px 10% 96px}.start-audit-cta-section__title{color:#202938;margin:0;font-size:22px;font-weight:800}.start-audit-cta-section__subtitle{color:#6b7684;margin:12px 0 28px;font-size:14px}.start-audit-cta-section__button{color:#fff;background-color:#2d67e8;border-radius:8px;padding:14px 32px;font-size:15px;font-weight:700;text-decoration:none;transition:background-color .2s;display:inline-block}.start-audit-cta-section__button:hover{background-color:#2458cb}@media (width<=700px){.start-audit-cta-section{padding:40px 24px 64px}}.features-page{padding:48px 10% 0}.features-page__title{color:#202938;margin:0;font-size:28px;font-weight:800}@media (width<=700px){.features-page{padding:32px 24px 0}}.auth-form,.auth-form *{box-sizing:border-box}.auth-form{color:#202938;width:100%}.auth-form__header{margin-bottom:35px}.auth-form__header h2{color:#202938;letter-spacing:-1px;margin:0;font-size:29px;font-weight:800;line-height:1.3}.auth-form__header p{color:#9099a8;letter-spacing:-.2px;margin:12px 0 0;font-size:12px;font-weight:400;line-height:1.65}.auth-form__body{flex-direction:column;display:flex}.auth-form__field{flex-direction:column;margin-bottom:15px;display:flex}.auth-form__field label{color:#4d5765;margin-bottom:9px;font-size:13px;font-weight:600;line-height:1.4}.auth-form__field input{color:#202938;background-color:#fff;border:1px solid #d9dee6;border-radius:10px;outline:none;width:100%;height:51px;padding:0 15px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s,background-color .2s}.auth-form__field input::placeholder{color:#b0b8c4}.auth-form__field input:hover:not(:disabled){border-color:#bac3d0}.auth-form__field input:focus{border-color:#2d67e8;box-shadow:0 0 0 3px #2d67e81a}.auth-form__field input[aria-invalid=true]{border-color:#f04438}.auth-form__field input:disabled{cursor:not-allowed;color:#8b95a5;background-color:#f4f6f8}.auth-form__field-error{color:#f04438;margin:7px 0 0;font-size:11px;line-height:1.4}.auth-form__hint{color:#9099a8;margin:7px 0 0;font-size:11px;line-height:1.5}.auth-form__message{border-radius:6px;margin:0 0 16px;padding:11px 13px;font-size:12px;line-height:1.5}.auth-form__message--error{color:#d92d20;background-color:#fef3f2;border:1px solid #fecdca}.auth-form__message--success{color:#067647;background-color:#ecfdf3;border:1px solid #abefc6}.auth-form__submit{color:#fff;cursor:pointer;background-color:#2d67e8;border:none;border-radius:10px;width:100%;height:54px;margin-top:3px;font-family:inherit;font-size:14px;font-weight:700;transition:background-color .2s,transform .1s}.auth-form__submit:hover:not(:disabled){background-color:#2458cb}.auth-form__submit:active:not(:disabled){transform:translateY(1px)}.auth-form__submit:focus-visible{outline-offset:2px;outline:3px solid #2d67e840}.auth-form__submit:disabled{cursor:not-allowed;background-color:#91acf0}.auth-form__link{color:#8993a3;width:fit-content;margin:16px auto 0;font-size:12px;line-height:1.4;text-decoration:none}.auth-form__link:hover{color:#2d67e8;text-decoration:underline}@media (width<=768px){.auth-form__header h2{font-size:26px}.auth-form__field input{height:50px}}.auth-layout,.auth-layout *{box-sizing:border-box}.auth-layout{color:#202938;background-color:#fff;flex-direction:column;width:100%;min-height:100vh;display:flex;overflow-x:hidden}.auth-layout__main{flex:1;grid-template-columns:1fr 1fr;min-height:calc(100vh - 58px);display:grid}.auth-layout__brand{background:linear-gradient(145deg,#e7f1ff 0%,#f1f7ff 52%,#fff 100%);flex-direction:column;justify-content:space-between;align-self:start;height:100vh;padding:100px 20%;display:flex;position:sticky;top:0}.auth-layout__logo-area{justify-content:center;align-items:center;padding-top:15px;display:flex}.auth-layout__logo{object-fit:contain;width:255px;max-width:78%;height:auto;display:block}.auth-layout__brand-text{max-width:520px}.auth-layout__brand-text h1{color:#202938;letter-spacing:-1.8px;margin:0;font-size:clamp(30px,2.5vw,42px);font-weight:800;line-height:1.24}.auth-layout__brand-text p{color:#8791a1;letter-spacing:-.25px;margin:34px 0 0;font-size:clamp(13px,1vw,16px);font-weight:400;line-height:1.6}.auth-layout__content{background-color:#fff;justify-content:center;align-items:center;padding:60px 70px;display:flex}.auth-layout__content-inner{width:100%;max-width:430px}.auth-layout__footer{color:#fff;background-color:#293241;justify-content:space-between;align-items:center;min-height:58px;padding:0 30px;font-size:11px;display:flex}.auth-layout__footer-logo{align-items:center;gap:6px;font-weight:600;display:flex}.auth-layout__footer-dot{background-color:#fff;border-radius:50%;width:7px;height:7px}.auth-layout__footer-links{color:#d4d9e1;align-items:center;gap:12px;display:flex}.auth-layout__footer-link{color:inherit;font-size:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit}.auth-layout__footer-link:hover{color:#fff;text-decoration:underline}@media (width<=1024px){.auth-layout__brand{padding:85px 45px 75px}.auth-layout__content{padding:50px 45px}.auth-layout__logo{width:215px}.auth-layout__brand-text h1{font-size:30px}}@media (width<=768px){.auth-layout__main{min-height:calc(100vh - 90px);display:block}.auth-layout__brand{display:none}.auth-layout__content{min-height:calc(100vh - 90px);padding:50px 24px}.auth-layout__content-inner{max-width:460px}.auth-layout__footer{text-align:center;flex-direction:column;justify-content:center;gap:10px;min-height:90px;padding:16px 20px}.auth-layout__footer-links{flex-wrap:wrap;justify-content:center;gap:8px}}.audit-overview-section{padding:0 10% 72px}.audit-overview-section__title{color:#202938;margin:0 0 24px;font-size:24px;font-weight:800}.audit-overview-section__grid{grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:20px;padding:0;display:grid}.audit-overview-section__card{background-color:#fff;border:1.5px solid #eef0f3;border-radius:12px;padding:24px;position:relative;overflow:hidden}.audit-overview-section__card-body--locked{filter:blur(3px);pointer-events:none;-webkit-user-select:none;user-select:none}.audit-overview-section__lock{cursor:pointer;background-color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:box-shadow .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 14px #20293829}.audit-overview-section__lock:hover{box-shadow:0 6px 18px #20293838}.audit-overview-section__card-title{color:#202938;margin:0 0 16px;font-size:15px;font-weight:700}.audit-overview-section__list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.audit-overview-section__list-item{color:inherit;cursor:pointer;background-color:#f7f8fa;border:1px solid #0000;border-radius:8px;align-items:center;gap:12px;padding:14px 16px;text-decoration:none;transition:border-color .2s,background-color .2s;display:flex}.audit-overview-section__list-item:hover{background-color:#eef4ff;border-color:#2d67e8}.audit-overview-section__list-item:focus-visible{outline-offset:2px;outline:3px solid #2d67e840}.audit-overview-section__list-name{color:#202938;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:13px;font-weight:800;overflow:hidden}.audit-overview-section__list-version{color:#9099a8;font-size:12px;font-weight:700}.audit-overview-section__list-date{color:#9099a8;text-align:right;flex-shrink:0;width:118px;font-size:12px}.audit-overview-section__status{text-align:right;white-space:nowrap;flex-shrink:0;width:auto;min-width:40px;margin-left:24px;font-size:12px;font-weight:700}.audit-overview-section__status--pass{color:#21a666}.audit-overview-section__status--warn{color:#f2b21a}.audit-overview-section__status--fail{color:#e04040}.audit-overview-section__status--error{color:#9099a8}.audit-overview-section__progress-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.audit-overview-section__progress-item{color:inherit;cursor:pointer;background-color:#f7f8fa;border:1px solid #0000;border-radius:8px;padding:10px 12px;text-decoration:none;transition:border-color .2s,background-color .2s;display:block}a.audit-overview-section__progress-item:hover{background-color:#eef4ff;border-color:#2d67e8}a.audit-overview-section__progress-item:focus-visible{outline-offset:2px;outline:3px solid #2d67e840}.audit-overview-section__progress-header{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:4px;display:flex}.audit-overview-section__progress-name{color:#202938;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;overflow:hidden}.audit-overview-section__progress-version{color:#9099a8;font-size:12px;font-weight:700}.audit-overview-section__progress-date{color:#9099a8;flex-shrink:0;font-size:12px}.audit-overview-section__progress-meta-group{flex:1;min-width:0}.audit-overview-section__progress-meta{color:#6b7684;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:11.5px;overflow:hidden}.audit-overview-section__progress-meta+.audit-overview-section__progress-meta{margin-top:2px}.audit-overview-section__progress-footer{align-items:center;gap:12px;display:flex}.audit-overview-section__progress-result-button{color:#fff;cursor:pointer;background-color:#2d67e8;border-radius:6px;flex-shrink:0;padding:6px 14px;font-size:12px;font-weight:700;text-decoration:none;transition:background-color .2s;display:inline-block}.audit-overview-section__progress-result-button:hover{background-color:#244fb8}.audit-overview-section__progress-result-button--pending{color:#6b7684;background-color:#dde2ea}.audit-overview-section__progress-result-button--pending:hover{background-color:#cdd3dd}.audit-overview-section__empty{color:#9099a8;text-align:center;background-color:#f7f8fa;border-radius:8px;margin:0;padding:24px 16px;font-size:13px}@media (width<=900px){.audit-overview-section__grid{grid-template-columns:1fr}}@media (width<=700px){.audit-overview-section{padding:0 24px 48px}}.features-section{padding:72px 10%}.features-section__title{color:#202938;margin:0 0 32px;font-size:24px;font-weight:800}.features-section__grid{grid-template-columns:repeat(5,1fr);gap:16px;display:grid}.features-section__card{color:inherit;cursor:pointer;background-color:#fff;border:1.5px solid #eef0f3;border-radius:12px;padding:24px 20px;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .1s;display:block;position:relative}.features-section__card:hover{border-color:#2d67e8;transform:translateY(-2px);box-shadow:0 8px 20px #2d67e81f}.features-section__card:hover .features-section__card-arrow{color:#2d67e8}.features-section__card:focus-visible{outline-offset:2px;outline:3px solid #2d67e840}.features-section__card:active{transform:translateY(0)}.features-section__card-icon{background-color:#e7f1ff;border-radius:8px;width:36px;height:36px}.features-section__card-arrow{color:#c3cad4;font-size:16px;transition:color .2s;position:absolute;top:24px;right:20px}.features-section__card-title{color:#202938;margin:8px 0 0;font-size:15px;font-weight:700;line-height:1.4}.features-section__card-description{color:#9099a8;margin:10px 0 0;font-size:12px;line-height:1.6}@media (width<=1100px){.features-section__grid{grid-template-columns:repeat(3,1fr)}}@media (width<=700px){.features-section{padding:48px 24px}.features-section__grid{grid-template-columns:1fr}}.hero-section{background:linear-gradient(#e7f1ff 0%,#f1f7ff 52%,#fff 100%);justify-content:space-between;align-items:center;gap:40px;padding:80px 15%;display:flex}.hero-section__main{max-width:640px}.hero-section__title{color:#202938;letter-spacing:-1px;margin:0;font-size:clamp(28px,3vw,40px);font-weight:800;line-height:1.3}.hero-section__subtitle{color:#6b7684;margin:20px 0 0;font-size:16px;line-height:1.6}.hero-section__actions{gap:12px;margin-top:32px;display:flex}.hero-section__cta{color:#fff;background-color:#2d67e8;border-radius:8px;padding:14px 28px;font-size:15px;font-weight:700;text-decoration:none;transition:background-color .2s}.hero-section__cta:hover{background-color:#2458cb}.hero-section__cta--disabled{cursor:not-allowed;background-color:#a9b6cc;display:inline-block}.hero-section__cta--disabled:hover{background-color:#a9b6cc}.hero-section__secondary-cta{color:#4d5765;background-color:#eceff3;border-radius:8px;padding:14px 28px;font-size:15px;font-weight:700;text-decoration:none;transition:background-color .2s}.hero-section__secondary-cta:hover{background-color:#dfe3e9}.hero-section__card{background-color:#fff;border-radius:16px;flex-shrink:0;width:350px;padding:28px;position:relative;box-shadow:0 5px 10px #2d67e81f}.hero-section__card-title{color:#202938;margin:0;font-size:17px;font-weight:800}.hero-section__card-subtitle{color:#6b7684;margin:8px 0 20px;font-size:13px}.hero-section__card-button{color:#fff;background-color:#2d67e8;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:700;text-decoration:none;transition:background-color .2s;display:inline-block}.hero-section__card-button:hover{background-color:#2458cb}.hero-section__card-mascot{pointer-events:none;width:100px;height:auto;position:absolute;top:0;right:16px;transform:translateY(18%)}@media (width<=900px){.hero-section{flex-direction:column;align-items:stretch;padding:56px 24px}.hero-section__card{width:100%}}.login-form__recaptcha{justify-content:flex-start;margin-bottom:8px;display:flex}@media (width<=420px){.login-form__recaptcha{transform-origin:0 0;margin-bottom:-8px;transform:scale(.9)}}.login-form__remember-me{color:#4d5765;cursor:pointer;align-items:center;gap:8px;margin-bottom:20px;font-size:13px;font-weight:500;display:flex}.login-form__remember-me input{cursor:pointer;accent-color:#2d67e8;width:16px;height:16px}.login-form__links{justify-content:center;align-items:center;gap:12px;margin-top:19px;font-size:12px;display:flex}.login-form__link{color:#8993a3;text-decoration:none}.login-form__link:hover{color:#2d67e8;text-decoration:underline}.login-form__links-divider{color:#d9dee6}.login-form__hint--center{text-align:center;margin-top:16px}.password-field{flex:1;position:relative}.password-field input{width:100%;padding-right:40px}.password-field input::-ms-reveal{display:none}.password-field input::-ms-clear{display:none}.password-field__toggle{color:#9099a8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.password-field__toggle:hover{color:#4d5765}.my-page{padding:50px 20% 80px}.my-page__header{margin-bottom:28px}.my-page__title{color:#202938;margin:0;font-size:28px;font-weight:800}.my-page__subtitle{color:#6b7684;margin:8px 0 0;font-size:13px}.my-page__denied{color:#d92d20;background-color:#fef3f2;border:1px solid #fecdca;border-radius:8px;margin:0;padding:16px;font-size:14px;font-weight:600}.my-page__layout{grid-template-columns:300px 1fr;align-items:start;gap:24px;display:grid}.my-page__sidebar{background-color:#fff;border:1.5px solid #eef0f3;border-radius:14px;padding:28px}.my-page__sidebar-profile{text-align:center;border-bottom:1px solid #eef0f3;flex-direction:column;align-items:center;padding-bottom:20px;display:flex}.my-page__sidebar-name{color:#202938;margin:14px 0 0;font-size:17px;font-weight:800}.my-page__sidebar-email{color:#9099a8;margin:4px 0 0;font-size:12.5px}.my-page__sidebar-meta{padding-top:18px}.my-page__sidebar-meta-row{justify-content:space-between;margin-bottom:14px;font-size:13px;display:flex}.my-page__sidebar-meta-row:last-child{margin-bottom:0}.my-page__sidebar-meta-label{color:#9099a8}.my-page__sidebar-meta-value{color:#202938;font-weight:600}.my-page__main{flex-direction:column;gap:20px;min-width:0;display:flex}.my-page__card{background-color:#fff;border:1.5px solid #eef0f3;border-radius:14px;padding:28px}.my-page__card-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.my-page__card-header .my-page__card-title{margin:0}.my-page__card-title{color:#202938;margin:0 0 20px;font-size:16px;font-weight:800}.my-page__field-grid{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px;display:grid}.my-page__field{margin-bottom:20px}.my-page__field-grid .my-page__field,.my-page__field:last-child{margin-bottom:0}.my-page__field label{color:#202938;margin:0 0 8px;font-size:13px;font-weight:700;display:block}.my-page__field input{color:#202938;border:1px solid #dde2ea;border-radius:8px;width:100%;padding:10px 12px;font-size:13px}.my-page__field-error{color:#d92d20;margin:8px 0 0;font-size:12px;font-weight:600}.my-page__field input:disabled{color:#9099a8;cursor:not-allowed;background-color:#f2f4f7}.my-page__inline-field{gap:8px;display:flex}.my-page__password-input{flex:1;position:relative}.my-page__password-input input{width:100%;padding-right:40px}.my-page__password-input input::-ms-reveal{display:none}.my-page__password-input input::-ms-clear{display:none}.my-page__password-toggle{color:#9099a8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.my-page__password-toggle:hover{color:#4d5765}.my-page__verify-button{color:#4d5765;cursor:pointer;background-color:#fff;border:1px solid #dde2ea;border-radius:8px;flex-shrink:0;padding:0 18px;font-size:12.5px;font-weight:700}.my-page__verify-button:disabled{color:#c8d0dc;cursor:not-allowed;background-color:#f2f4f7}.my-page__hint{color:#9099a8;margin:20px 0 0;font-size:12px}.my-page__card-footer{justify-content:flex-end;align-items:center;gap:12px;margin-top:20px;display:flex}.my-page__save-button{color:#fff;cursor:pointer;background-color:#2d67e8;border:none;border-radius:8px;padding:10px 22px;font-size:13px;font-weight:700;transition:background-color .2s}.my-page__save-button:hover:not(:disabled){background-color:#244fb8}.my-page__save-button:disabled{cursor:not-allowed;background-color:#c8d0dc}.my-page__save-message{color:#12875a;font-size:12.5px;font-weight:600}.my-page__toggle-row{border-bottom:1px solid #f2f4f7;justify-content:space-between;align-items:center;gap:16px;padding:16px 0;display:flex}.my-page__toggle-row:last-child{border-bottom:none;padding-bottom:0}.my-page__toggle-label{color:#202938;margin:0;font-size:14px;font-weight:700}.my-page__toggle-description{color:#9099a8;margin:4px 0 0;font-size:12px}.my-page__toggle{cursor:pointer;background-color:#d9dee6;border:none;border-radius:999px;flex-shrink:0;width:44px;height:24px;padding:2px;transition:background-color .2s;position:relative}.my-page__toggle--on{background-color:#2d67e8}.my-page__toggle-knob{background-color:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;display:block;box-shadow:0 1px 2px #0003}.my-page__toggle--on .my-page__toggle-knob{transform:translate(20px)}.my-page__withdraw{color:#9099a8;border-top:1px solid #eef0f3;align-items:center;gap:8px;margin-top:24px;padding-top:24px;font-size:13px;display:flex}.my-page__withdraw-link{color:#d92d20;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:700}.my-page__withdraw-link:hover{text-decoration:underline}.my-page__withdraw-modal-cancel+.my-page__withdraw-modal-confirm{margin-left:10px}.my-page__withdraw-modal-warning{color:#4d5765;margin:0 0 14px;font-size:13px;line-height:1.6}.my-page__withdraw-modal-error{color:#d92d20;margin:8px 0 0;font-size:12px}.my-page__withdraw-modal-cancel,.my-page__withdraw-modal-confirm{cursor:pointer;border:none;border-radius:8px;height:36px;padding:0 16px;font-size:13px;font-weight:700}.my-page__withdraw-modal-cancel{color:#4d5765;background-color:#eceff3}.my-page__withdraw-modal-cancel:hover:not(:disabled){background-color:#dfe3e9}.my-page__withdraw-modal-confirm{color:#fff;background-color:#d92d20}.my-page__withdraw-modal-confirm:hover:not(:disabled){background-color:#b8241a}.my-page__withdraw-modal-cancel:disabled,.my-page__withdraw-modal-confirm:disabled{cursor:not-allowed;opacity:.6}@media (width<=900px){.my-page__layout,.my-page__field-grid{grid-template-columns:1fr}}@media (width<=700px){.my-page{padding:32px 24px 60px}}.objection-document-page,.objection-document-page *{box-sizing:border-box}.objection-document-page{color:#202938;background-color:#fff;min-height:calc(100vh - 70px);padding:48px 10% 80px}.objection-document-page__inner{width:100%;margin:0 auto}.objection-document-page__page-header{align-items:flex-start;gap:16px;margin-bottom:28px;display:flex}.objection-document-page__page-header>button{color:#4d5765;cursor:pointer;background-color:#f4f6f9;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:17px;transition:background-color .2s,color .2s;display:inline-flex}.objection-document-page__page-header>button:hover{color:#2d67e8;background-color:#e9edf3}.objection-document-page__page-header h1{color:#202938;margin:0;font-size:28px;font-weight:800}.objection-document-page__page-header p{color:#6b7684;margin:8px 0 0;font-size:13px}.objection-document-page__loading{color:#9099a8;text-align:center;border:1.5px solid #eef0f3;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:160px;padding:60px 20px;font-size:13.5px;display:flex}.objection-document-page__spinner{border:3px solid #2d67e8;border-right-color:#0000;border-radius:50%;flex-shrink:0;width:48px;height:48px;animation:.8s linear infinite objection-document-spinner}@keyframes objection-document-spinner{to{transform:rotate(360deg)}}.objection-document-form{background-color:#fff;border:1.5px solid #eef0f3;border-radius:14px;padding:24px 28px}.objection-document-form__header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.objection-document-form__header h2{color:#202938;margin:0;font-size:18px;font-weight:800}.objection-document-form__header>span{color:#2d67e8;background-color:#edf4ff;border-radius:8px;flex-shrink:0;padding:4px 10px;font-size:11.5px;font-weight:700}.objection-document-form__divider{background-color:#f2f4f7;height:1px;margin:20px 0 24px}.objection-document-form__field+.objection-document-form__field{margin-top:24px}.objection-document-form__label,.objection-document-form__label-row{align-items:center;gap:10px;display:flex}.objection-document-form__label-row{justify-content:space-between;margin-bottom:10px}.objection-document-form__label{color:#4d5765;font-size:13px;font-weight:700}.objection-document-form__label small{color:#fff;background-color:#2d67e8;border-radius:6px;padding:3px 8px;font-size:10px;font-weight:700}.objection-document-form__explanation{color:#4d5765;white-space:pre-wrap;background-color:#f9fafb;border:1px solid #dde2ea;border-radius:8px;min-height:120px;margin-top:10px;padding:16px 18px;font-size:13px;line-height:1.7}.objection-document-form__controls{align-items:center;gap:10px;display:flex}.objection-document-form__controls .ant-checkbox-wrapper{color:#4d5765;font-size:13px}.objection-document-form__controls .ant-btn{color:#4d5765;border:1px solid #dde2ea;border-radius:8px;height:36px;padding:0 14px;font-size:13px;font-weight:600}.objection-document-form__controls .ant-btn:hover{color:#2d67e8;border-color:#2d67e8}.objection-document-form__letter{resize:vertical;color:#202938!important;border:1px solid #dde2ea!important;border-radius:8px!important;min-height:180px!important;padding:16px 18px!important;font-size:13px!important;line-height:1.7!important}.objection-document-form__letter:focus{border-color:#2d67e8!important;box-shadow:0 0 0 3px #2d67e81a!important}.objection-document-form__letter[readonly]{background-color:#f9fafb;color:#4d5765!important}.objection-document-form__letter--completed{resize:none;cursor:default}.objection-document-form__letter--completed:focus{box-shadow:none!important;border-color:#dde2ea!important}.objection-document-form__email-error{color:#d92d20;margin-top:6px;font-size:11.5px;font-weight:600;display:block}.objection-document-form__actions{justify-content:space-between;align-items:center;gap:20px;margin-top:24px;display:flex}.objection-document-form__actions .ant-checkbox-wrapper{color:#4d5765;font-size:13px;font-weight:600}.objection-document-form__actions .ant-btn{border-radius:8px;min-width:90px;height:38px;padding:0 18px;font-size:13px;font-weight:700}.objection-document-form__actions .ant-btn-primary:not(:disabled){background-color:#2d67e8;border-color:#2d67e8}.objection-document-form__actions .ant-btn-primary:not(:disabled):hover{background-color:#244fb8;border-color:#244fb8}.objection-document-form__readonly-notice{color:#16a05d;background-color:#effcf4;border:1px solid #b7ebc8;border-radius:8px;align-items:center;margin-top:20px;padding:12px 14px;font-size:12.5px;font-weight:700;line-height:1.5;display:flex}.objection-document-history{margin-top:32px}.objection-document-history h2{color:#202938;margin:0 0 16px;font-size:18px;font-weight:800}.objection-document-history__head,.objection-document-history__row{grid-template-columns:1.3fr 1fr 1fr 1fr;align-items:center;gap:12px;padding:14px 20px;display:grid}.objection-document-history__head{color:#6b7684;background-color:#f9fafb;border:1.5px solid #eef0f3;border-bottom:none;border-radius:14px 14px 0 0;font-size:12.5px;font-weight:700}.objection-document-history__row{color:#4d5765;border:1.5px solid #eef0f3;border-top:none;font-size:13px}.objection-document-history__row:last-child{border-radius:0 0 14px 14px}.objection-document-history__row strong{color:#202938;font-size:13.5px}.objection-document-history__row>div{align-items:center;gap:8px;display:flex}.objection-document-history__result{color:#4d5765}.objection-document-history__status{color:#16a05d;background-color:#ebfbf2;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:800}.objection-document-history__empty{color:#9099a8;text-align:center;border:1.5px solid #eef0f3;border-radius:0 0 14px 14px;padding:60px 20px;font-size:13.5px}@media (width<=900px){.objection-document-page{padding:32px 24px 60px}.objection-document-page__page-header{align-items:flex-start}.objection-document-page__page-header h1{font-size:24px}.objection-document-form{padding:20px}.objection-document-form__header,.objection-document-form__label-row,.objection-document-form__actions{flex-direction:column;align-items:stretch}.objection-document-form__controls{justify-content:flex-end}.objection-document-form__actions .ant-btn{width:100%}.objection-document-history{overflow-x:auto}.objection-document-history__head,.objection-document-history__row{min-width:720px}}.objections-page,.objections-page *{box-sizing:border-box}.objections-page{color:#202938;background-color:#fff;min-height:calc(100vh - 70px);padding:48px 10% 80px}.objections-page__inner{width:100%;margin:0 auto}.objections-page__page-header{margin-bottom:28px}.objections-page__page-header>span{color:#7d96bd;font-size:13px;font-weight:700}.objections-page__title-row{justify-content:space-between;align-items:flex-start;gap:20px;margin-top:6px;display:flex}.objections-page__title-row h1{color:#202938;margin:0;font-size:28px;font-weight:800}.objections-page__title-row p{color:#6b7684;margin:8px 0 0;font-size:13px}.objections-page__title-actions{flex-shrink:0;align-items:center;gap:12px;margin-top:42px;display:flex}.objections-page__upload-actions{align-items:center;gap:6px;display:flex}.objections-page__model-select{color:#172033;cursor:pointer;background-color:#fff;border:1px solid #dbe3ef;border-radius:8px;outline:none;min-width:210px;height:36px;padding:0 36px 0 12px;font-size:13px;font-weight:600}.objections-page__model-select:hover{border-color:#8eacf2}.objections-page__model-select:focus{border-color:#2d67e8;box-shadow:0 0 0 3px #2d67e81f}.objections-page__model-select:disabled{color:#8791a5;cursor:not-allowed;background-color:#f4f6f9}.objections-page__upload-button{color:#fff;white-space:nowrap;cursor:pointer;background-color:#2d67e8;border-radius:8px;align-items:center;height:36px;padding:0 16px;font-size:13px;font-weight:700;transition:background-color .2s;display:inline-flex}.objections-page__upload-button:hover{background-color:#244fb8}.objections-page__upload-button:has(input:disabled){cursor:not-allowed;opacity:.6}.objections-page__upload-help-button{color:#6b7684;cursor:pointer;background-color:#fff;border:1px solid #d8dee8;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;padding:0;font-size:15px;font-weight:700;display:inline-flex}.objections-page__upload-help-button:hover{color:#2d67e8;border-color:#2d67e8}.objections-page__upload-guide{color:#4d5765;width:min(420px,100vw - 48px);max-height:60vh;font-size:13px;line-height:1.6;overflow-y:auto}.objections-page__upload-guide>strong{color:#202938;margin-bottom:10px;font-size:14px;display:block}.objections-page__upload-guide ul{margin:0;padding-left:20px}.objections-page__upload-guide li+li{margin-top:7px}.objections-page__upload-guide-detail{color:#667085;overflow-wrap:anywhere;margin-top:3px;display:block}.objections-page__upload-guide code{color:#2d67e8;background-color:#f1f5f9;border-radius:4px;padding:1px 4px;font-family:inherit}.objections-page__title-actions>strong{color:#2d67e8;white-space:nowrap;background-color:#edf4ff;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:800}.objections-page__workspace{grid-template-columns:minmax(0,1fr);align-items:start;gap:0;transition:grid-template-columns .3s,gap .3s;display:grid}.objections-page__workspace--detail-open,.objections-page__workspace--detail-closing{grid-template-columns:minmax(320px,.38fr) minmax(0,1fr);gap:20px}.objections-page__loading{color:#9099a8;text-align:center;border:1.5px solid #eef0f3;border-radius:14px;padding:60px 20px;font-size:13.5px}.objection-list{background-color:#fff;border:1.5px solid #eef0f3;border-radius:14px;min-width:0;padding:20px;transition:padding .3s,width .3s;overflow:hidden}.objection-list__toolbar{grid-template-columns:minmax(0,1fr) 110px;align-items:center;gap:12px;margin-bottom:16px;transition:gap .3s,margin .3s;display:grid}.objection-list__toolbar-bottom{display:contents}.objection-list__total-count{color:#2d67e8;white-space:nowrap;background-color:#edf4ff;border-radius:999px;width:fit-content;padding:4px 10px;font-size:12px;font-weight:800}.objection-list__search{background-color:#fff;border:1px solid #dde2ea;border-radius:8px;align-items:center;gap:10px;width:100%;min-width:0;height:40px;padding:0 14px;display:flex}.objection-list__search:focus-within{border-color:#2d67e8;box-shadow:0 0 0 3px #2d67e81a}.objection-list__search-icon{color:#9099a8;flex-shrink:0;font-size:15px}.objection-list__search input{color:#202938;background:0 0;border:none;outline:none;width:100%;min-width:0;font-size:13px}.objection-list__search input::placeholder{color:#9099a8}.objection-list__sort-wrapper{width:110px;height:40px;position:relative}.objection-list__sort-select{appearance:none;color:#fff;cursor:pointer;background-color:#2d67e8;border:none;border-radius:8px;outline:none;width:100%;height:100%;padding:0 36px 0 14px;font-size:13px;font-weight:700;transition:background-color .2s,box-shadow .2s}.objection-list__sort-select:hover{background-color:#244fb8}.objection-list__sort-select:focus{background-color:#244fb8;box-shadow:0 0 0 3px #2d67e81f}.objection-list__sort-select option{color:#202938;background-color:#fff}.objection-list__sort-arrow{color:#fff;pointer-events:none;font-size:10px;position:absolute;top:50%;right:15px;transform:translateY(-50%)}.objection-list__items{border-top:1px solid #f2f4f7;border-bottom:1px solid #f2f4f7}.objection-list__item{color:#202938;text-align:left;cursor:pointer;background-color:#fff;border:none;border-bottom:1px solid #f2f4f7;grid-template-columns:88px minmax(0,1fr) 82px 92px 20px;align-items:center;gap:20px;width:100%;min-height:60px;padding:12px 14px;transition:background-color .15s,min-height .3s,padding .3s,gap .3s;display:grid}.objection-list__item:last-child{border-bottom:none}.objection-list__item:hover{background-color:#edf4ff}.objection-list__item--selected{background-color:#f5f8ff}.objection-list__customer{color:#202938;text-align:center;background-color:#f0f3f7;border-radius:8px;padding:8px 10px;font-size:13px;font-weight:700;transition:padding .3s,font-size .3s,background-color .3s}.objection-list__main{min-width:0}.objection-list__title{color:#202938;text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;font-weight:600;transition:font-size .3s,white-space .3s;display:block;overflow:hidden}.objection-list__title-label{color:#202938;margin-right:6px;font-weight:600}.objection-list__title-content{color:#202938;font-weight:600}.objection-list__status{white-space:nowrap;border-radius:999px;width:fit-content;padding:3px 8px;font-size:11px;font-weight:800}.objection-list__status--waiting{color:#e18400;background-color:#fff7df}.objection-list__status--completed{color:#16a05d;background-color:#ebfbf2}.objection-list__date{color:#6b7684;white-space:nowrap;font-size:12px}.objection-list__date--empty{grid-column:4/6;justify-self:end}.objection-list__arrow{color:#9099a8;font-size:12px}.objection-list__compact-meta{align-items:center;gap:8px;margin-top:6px;animation:.25s objection-compact-meta-enter;display:flex}.objection-list__compact-meta time{color:#6b7684;font-size:12px}@keyframes objection-compact-meta-enter{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.objection-list--compact{padding:16px}.objection-list--compact .objection-list__toolbar{grid-template-columns:1fr;align-items:stretch}.objection-list--compact .objection-list__toolbar-bottom{justify-content:space-between;align-items:center;gap:12px;display:flex}.objection-list--compact .objection-list__sort-wrapper{flex-shrink:0;width:110px}.objection-list--compact .objection-list__item{grid-template-columns:1fr;gap:4px;min-height:78px;padding:12px 14px}.objection-list--compact .objection-list__customer{text-align:left;background:0 0;width:fit-content;padding:0;font-size:12.5px}.objection-list--compact .objection-list__title{white-space:normal}.objection-list__empty{color:#9099a8;text-align:center;margin:0;padding:60px 20px;font-size:13.5px}.objection-list__pagination{justify-content:center;align-items:center;gap:4px;margin-top:20px;display:flex}.objection-list__pagination button{color:#4d5765;cursor:pointer;background-color:#fff;border:1px solid #dde2ea;border-radius:6px;min-width:32px;height:32px;padding:0 8px;font-size:12.5px;font-weight:600;transition:background-color .2s,color .2s,border-color .2s}.objection-list__pagination button:hover:not(:disabled){color:#2d67e8;border-color:#2d67e8}.objection-list__pagination button:disabled{color:#c8d0dc;cursor:not-allowed}.objection-list__pagination .objection-list__page--active{color:#fff;background-color:#2d67e8;border-color:#2d67e8}.objections-page__detail-wrapper{opacity:0;min-width:0;animation:.3s forwards objection-detail-open;transform:translate(24px)}.objections-page__detail-wrapper--closing{pointer-events:none;animation:.3s forwards objection-detail-close}@keyframes objection-detail-open{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes objection-detail-close{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(24px)}}.objection-detail{background-color:#fff;border:1.5px solid #eef0f3;border-radius:14px;min-width:0;padding:24px}.objection-detail__header{grid-template-columns:1fr auto;gap:20px;padding-right:46px;display:grid;position:relative}.objection-detail__header h2{color:#202938;margin:0;font-size:18px;font-weight:800}.objection-detail__tags{gap:8px;margin-top:10px;display:flex}.objection-detail__case-tag,.objection-detail__ai-tag{border-radius:6px;padding:3px 8px;font-size:11px;font-weight:700}.objection-detail__case-tag{color:#d92d20;background-color:#fef3f2}.objection-detail__ai-tag{color:#2d67e8;background-color:#edf4ff}.objection-detail__meta{color:#6b7684;text-align:right;font-size:12px}.objection-detail__meta p{margin:0 0 4px}.objection-detail__meta strong{color:#4d5765}.objection-detail__close{color:#6b7684;cursor:pointer;background-color:#fff;border:1px solid #dde2ea;border-radius:8px;width:34px;height:34px;position:absolute;top:0;right:0}.objection-detail__close:hover{color:#2d67e8;border-color:#2d67e8}.objection-detail__divider{background-color:#f2f4f7;height:1px;margin:20px 0}.objection-detail__customer-content h3{color:#202938;align-items:center;gap:8px;margin:0 0 10px;font-size:13px;font-weight:700;display:flex}.objection-detail__question-icon{color:#fff;background-color:#202938;border-radius:4px;flex:0 0 18px;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:800;line-height:1;display:inline-flex}.objection-detail__content-field+.objection-detail__content-field{margin-top:12px}.objection-detail__field-label{color:#202938;margin-bottom:7px;font-size:12px;font-weight:700;display:block}.objection-detail__title-box,.objection-detail__content-box{color:#4d5765;white-space:pre-wrap;overflow-wrap:anywhere;background-color:#f9fafb;border:1px solid #dde2ea;border-radius:8px;min-height:52px;padding:13px 14px;font-size:13px;font-weight:400;line-height:1.6}.objection-detail__analysis{background-color:#fbfdff;border:1px solid #d9e5ff;border-radius:10px;margin-top:16px;padding:16px}.objection-detail__analysis-label{color:#6b7684;margin:0 0 8px;font-size:12px}.objection-detail__contributors{flex-wrap:wrap;gap:8px;display:flex}.objection-detail__contributor{color:#202938;background-color:#fff;border:1px solid #dde2ea;border-radius:999px;align-items:center;gap:6px;padding:5px 9px;font-size:12px;display:inline-flex}.objection-detail__contributor-dot{background-color:#2d67e8;border-radius:50%;flex-shrink:0;width:7px;height:7px}.objection-detail__no-contributor{color:#9099a8;font-size:12px}.objection-detail__model-evidence-heading{color:#4d5765;justify-content:space-between;align-items:center;gap:12px;margin-top:18px;font-size:12px;display:flex}.objection-detail__model-evidence-heading strong{color:#2d67e8;font-weight:700}.objection-detail__model-evidence-list{gap:8px;margin-top:8px;display:grid}.objection-detail__model-evidence-item{background-color:#fff;border:1px solid #e1e7f0;border-radius:8px;grid-template-columns:24px minmax(0,1fr) 54px 92px;align-items:center;gap:10px;padding:10px 12px;display:grid}.objection-detail__model-evidence-rank{color:#2d67e8;background-color:#edf4ff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:800;display:inline-flex}.objection-detail__model-evidence-name{flex-direction:column;gap:2px;min-width:0;display:flex}.objection-detail__model-evidence-name strong{color:#202938;font-size:12px}.objection-detail__model-evidence-name span{color:#9099a8;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.objection-detail__model-evidence-ratio{color:#2d67e8;text-align:right;font-size:12px;font-weight:800}.objection-detail__model-evidence-direction{text-align:right;font-size:11px;font-weight:700}.objection-detail__model-evidence-direction--increase{color:#d92d20}.objection-detail__model-evidence-direction--decrease{color:#16805b}.objection-detail__model-evidence-empty{color:#9099a8;text-align:center;border:1px dashed #d8dee8;border-radius:8px;margin-top:8px;padding:12px;font-size:12px}.objection-detail__model-evidence-notice{color:#7a8493;margin:8px 0 0;font-size:11px;line-height:1.5}.objection-detail__basis-heading{color:#6b7684;align-items:center;gap:10px;margin-top:14px;font-size:12px;display:flex}.objection-detail__basis-heading span:last-child{color:#fff;background-color:#2d67e8;border-radius:6px;padding:3px 8px;font-size:10px;font-weight:700}.objection-detail__basis{color:#4d5765;white-space:pre-wrap;overflow-wrap:anywhere;background-color:#fff;border:1px solid #dde2ea;border-radius:8px;min-height:72px;margin-top:8px;padding:14px 16px;font-size:13px;line-height:1.7}.objection-detail__decision{margin-top:16px}.objection-detail__decision>p{color:#6b7684;margin:0 0 8px;font-size:12px}.objection-detail__decision-options{grid-template-columns:1fr 1fr;gap:12px;display:grid}.objection-detail__decision-button{cursor:pointer;background-color:#fff;border:1px solid #dde2ea;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-height:66px;display:flex}.objection-detail__decision-button strong{font-size:13.5px}.objection-detail__decision-button span{color:#9099a8;font-size:11px}.objection-detail__decision-button--reject.objection-detail__decision-button--selected{color:#d92d20;background-color:#fef3f2;border:1.5px solid #d92d20}.objection-detail__decision-button--review.objection-detail__decision-button--selected{color:#16a05d;background-color:#ebfbf2;border:1.5px solid #16a05d}.objection-detail__create-button{color:#fff;cursor:pointer;background-color:#2d67e8;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;height:42px;margin-top:16px;font-size:13.5px;font-weight:700;transition:background-color .2s;display:flex}.objection-detail__create-button:hover{background-color:#244fb8}.objection-detail__create-button:disabled{opacity:.45;cursor:not-allowed}.objection-detail__completed-notice{color:#16a05d;background-color:#effcf4;border:1px solid #b7ebc8;border-radius:8px;align-items:center;gap:8px;margin-top:16px;padding:12px 14px;font-size:12.5px;font-weight:700;display:flex}.objection-detail__completed{margin-top:16px}.objection-detail__completed-title{color:#6b7684;margin:0 0 8px;font-size:12px}.objection-detail__completed-result{background-color:#fff7f6;border:1px solid #f0c7c2;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;min-height:58px;padding:14px 16px;display:flex}.objection-detail__completed-result strong{color:#d92d20;font-size:14px}.objection-detail__completed-result span{color:#6b7684;font-size:12px}.objection-detail__dispatch-info{background-color:#f9fafb;border:1px solid #dde2ea;border-radius:8px;grid-template-columns:1fr 1fr;gap:10px 18px;margin:12px 0 0;padding:14px 16px;display:grid}.objection-detail__dispatch-info>div{align-items:center;gap:10px;display:flex}.objection-detail__dispatch-info dt{color:#9099a8;min-width:64px;font-size:11.5px}.objection-detail__dispatch-info dd{color:#4d5765;margin:0;font-size:12px;font-weight:600}.objection-detail__completed-empty{color:#9099a8;text-align:center;border:1px solid #dde2ea;border-radius:8px;padding:18px;font-size:12px}.objection-detail__view-button{color:#2d67e8;cursor:pointer;background-color:#fff;border:1px solid #2d67e8;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;height:42px;margin-top:16px;font-size:13.5px;font-weight:700;transition:background-color .2s,color .2s;display:flex}.objection-detail__view-button:hover{color:#fff;background-color:#2d67e8}@media (prefers-reduced-motion:reduce){.objections-page__workspace,.objection-list,.objection-list__toolbar,.objection-list__sort-select,.objection-list__item,.objection-list__customer,.objection-list__title{transition:none}.objections-page__detail-wrapper,.objections-page__detail-wrapper--closing,.objection-list__compact-meta{opacity:1;animation:none;transform:none}}@media (width<=900px){.objections-page{padding:32px 24px 60px}.objections-page__title-actions{flex-wrap:wrap;margin-top:8px}.objections-page__workspace--detail-open,.objections-page__workspace--detail-closing{grid-template-columns:1fr;gap:20px}.objection-list__toolbar{grid-template-columns:1fr;align-items:stretch}.objection-list__sort-wrapper{justify-self:end;width:110px}.objection-list__item{grid-template-columns:1fr;gap:6px}.objection-list__status,.objection-list__date,.objection-list__arrow{display:none}.objection-detail__header{grid-template-columns:1fr}.objection-detail__meta{text-align:left}.objection-detail__decision-options,.objection-detail__dispatch-info{grid-template-columns:1fr}}.pre-diagnosis-page{color:#202938;background:linear-gradient(#e7f1ff 0%,#f1f7ff 280px,#fff 560px);min-height:calc(100vh - 72px);padding:72px 10% 96px}.pre-diagnosis-page__inner{width:100%;max-width:1120px;margin:0 auto}.pre-diagnosis-page__title{color:#202938;letter-spacing:0;margin:0;font-size:40px;font-weight:800;line-height:1.25}.pre-diagnosis-page__description{color:#6b7684;max-width:620px;margin:22px 0 0;font-size:16px;line-height:1.7}.pre-diagnosis-page__inner .step-indicator{margin-top:28px}.pre-diagnosis-page__step-card{background-color:#fff;border:1.5px solid #eef0f3;border-radius:8px;margin-top:48px;padding:32px;box-shadow:0 8px 20px #2d67e814}.pre-diagnosis-page__step-header{border-bottom:1px solid #eef0f3;align-items:flex-start;gap:16px;padding-bottom:24px;display:flex}.pre-diagnosis-page__step-badge{color:#2d67e8;background-color:#e7f1ff;border-radius:6px;flex:none;padding:7px 10px;font-size:12px;font-weight:800;line-height:1}.pre-diagnosis-page__step-title{color:#202938;letter-spacing:0;margin:0;font-size:24px;font-weight:800;line-height:1.35}.pre-diagnosis-page__step-description{color:#6b7684;max-width:720px;margin:8px 0 0;font-size:14px;line-height:1.65}.pre-diagnosis-page__tabs{flex-wrap:wrap;gap:10px;margin:16px 0 0;display:flex}.pre-diagnosis-page__tab{color:#6b7684;background-color:#eceff3;border:1px solid #eef0f3;border-radius:999px;align-items:center;gap:8px;min-height:38px;padding:0 15px;font-size:13px;font-weight:800;line-height:1.2;display:inline-flex}.pre-diagnosis-page__tab--active{color:#fff;background-color:#2d67e8;border-color:#2d67e8}.pre-diagnosis-page__tab--next{color:#2d67e8;background-color:#e7f1ff;border-color:#e7f1ff}.pre-diagnosis-page__tab-number{width:22px;height:22px;color:inherit;background-color:#ffffffb3;border-radius:50%;justify-content:center;align-items:center;font-size:12px;display:inline-flex}.pre-diagnosis-page__questions{flex-direction:column;gap:16px;margin-top:24px;display:flex}.pre-diagnosis-page__questions--compact{margin-top:16px}.pre-diagnosis-page__question-groups{flex-direction:column;gap:22px;margin-top:24px;display:flex}.pre-diagnosis-page__question-group{background-color:#fff;border:1.5px solid #eef0f3;border-radius:8px;padding:20px}.pre-diagnosis-page__question-group-header{align-items:center;gap:10px;display:flex}.pre-diagnosis-page__group-name,.pre-diagnosis-page__group-score{border-radius:6px;align-items:center;min-height:32px;font-size:13px;font-weight:800;line-height:1.2;display:inline-flex}.pre-diagnosis-page__group-name{color:#fff;background-color:#2d67e8;padding:0 12px}.pre-diagnosis-page__group-score{color:#2d67e8;background-color:#e7f1ff;padding:0 10px}.pre-diagnosis-page__question{background-color:#fff;border:1.5px solid #eef0f3;border-radius:8px;justify-content:space-between;align-items:center;gap:24px;padding:22px;display:flex}.pre-diagnosis-page__question-text{align-items:flex-start;gap:14px;display:flex}.pre-diagnosis-page__question-number{color:#fff;background-color:#2d67e8;border-radius:50%;flex:none;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;font-weight:800;display:inline-flex}.pre-diagnosis-page__question-title{color:#202938;letter-spacing:0;margin:0;font-size:16px;font-weight:800;line-height:1.45}.pre-diagnosis-page__question-description{color:#6b7684;margin:8px 0 0;font-size:13px;line-height:1.6}.pre-diagnosis-page__answer-group{flex:none;grid-template-columns:1fr 1fr;gap:8px;width:180px;display:grid}.pre-diagnosis-page__answer{color:#4d5765;cursor:pointer;background-color:#fff;border:1px solid #eef0f3;border-radius:6px;height:42px;font-family:inherit;font-size:14px;font-weight:700;transition:border-color .2s,background-color .2s,color .2s}.pre-diagnosis-page__answer:hover{color:#2d67e8;border-color:#2d67e8}.pre-diagnosis-page__answer--selected{color:#fff;background-color:#2d67e8;border-color:#2d67e8}.pre-diagnosis-page__answer--selected:hover{color:#fff}.pre-diagnosis-page__error{color:#d92d20;background-color:#fef3f2;border:1px solid #fecdca;border-radius:6px;margin:18px 0 0;padding:12px 14px;font-size:13px;font-weight:600;line-height:1.5}.pre-diagnosis-page__actions{justify-content:flex-end;margin-top:24px;display:flex}.pre-diagnosis-page__actions--with-hint{justify-content:space-between;align-items:center;gap:16px}.pre-diagnosis-page__actions-hint{color:#6b7684;margin:0;font-size:13px;font-weight:600;line-height:1.5}.pre-diagnosis-page__result-panel{flex-direction:column;gap:20px;margin-top:24px;display:flex}.pre-diagnosis-page__result-summary{background-color:#f8fafc;border:1.5px solid #eef0f3;border-radius:8px;justify-content:space-between;align-items:center;gap:16px;padding:22px;display:flex}.pre-diagnosis-page__result-summary--high{background-color:#fef3f2;border-color:#fecdca}.pre-diagnosis-page__result-summary--high .pre-diagnosis-page__result-label,.pre-diagnosis-page__result-summary--high .pre-diagnosis-page__result-value{color:#d92d20}.pre-diagnosis-page__result-summary--not-applicable{background-color:#e7f1ff;border-color:#c8dafc}.pre-diagnosis-page__result-summary--not-applicable .pre-diagnosis-page__result-label,.pre-diagnosis-page__result-summary--not-applicable .pre-diagnosis-page__result-value{color:#2d67e8}.pre-diagnosis-page__result-label{color:#6b7684;font-size:13px;font-weight:800}.pre-diagnosis-page__result-value{color:#202938;font-size:24px;font-weight:800;line-height:1.25}.pre-diagnosis-page__score-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.pre-diagnosis-page__score-card{background-color:#fff;border:1.5px solid #eef0f3;border-radius:8px;flex-direction:column;justify-content:center;gap:10px;min-height:100px;padding:18px;display:flex}.pre-diagnosis-page__score-card span{color:#6b7684;font-size:13px;font-weight:700}.pre-diagnosis-page__score-card strong{color:#202938;font-size:26px;font-weight:800;line-height:1}.pre-diagnosis-page__score-card--total{background-color:#e7f1ff;border-color:#c8dafc}.pre-diagnosis-page__reason-box{background-color:#fff;border:1.5px solid #eef0f3;border-radius:8px;padding:20px}.pre-diagnosis-page__reason-box h3{color:#202938;margin:0;font-size:16px;font-weight:800;line-height:1.4}.pre-diagnosis-page__reason-box p{color:#6b7684;margin:10px 0 0;font-size:14px;line-height:1.7}.pre-diagnosis-page__result-actions{justify-content:flex-end;gap:10px;display:flex}.pre-diagnosis-page__secondary-button{color:#4d5765;cursor:pointer;background-color:#eceff3;border:none;border-radius:6px;min-width:180px;height:48px;font-family:inherit;font-size:14px;font-weight:800;transition:background-color .2s,transform .1s}.pre-diagnosis-page__secondary-button:hover{background-color:#dfe3e9}.pre-diagnosis-page__secondary-button:active{transform:translateY(1px)}.pre-diagnosis-page__submit{color:#fff;cursor:pointer;background-color:#2d67e8;border:none;border-radius:6px;min-width:132px;height:48px;font-family:inherit;font-size:14px;font-weight:800;transition:background-color .2s,transform .1s}.pre-diagnosis-page__submit:hover{background-color:#2458cb}.pre-diagnosis-page__submit:active{transform:translateY(1px)}.pre-diagnosis-page__submit:disabled{cursor:not-allowed;background-color:#91acf0;transform:none}@media (width<=768px){.pre-diagnosis-page{min-height:calc(100vh - 60px);padding:48px 20px 72px}.pre-diagnosis-page__title{font-size:30px}.pre-diagnosis-page__description{font-size:14px}.pre-diagnosis-page__inner .step-indicator{margin-top:20px}.pre-diagnosis-page__step-card{margin-top:32px;padding:22px}.pre-diagnosis-page__step-header,.pre-diagnosis-page__question{flex-direction:column;align-items:stretch}.pre-diagnosis-page__answer-group{width:100%}.pre-diagnosis-page__actions{justify-content:stretch}.pre-diagnosis-page__actions--with-hint,.pre-diagnosis-page__result-summary,.pre-diagnosis-page__result-actions{flex-direction:column;align-items:stretch}.pre-diagnosis-page__score-grid{grid-template-columns:1fr}.pre-diagnosis-page__secondary-button,.pre-diagnosis-page__submit{width:100%}}.signup-form__inline{width:100%;position:relative}.signup-form__inline input{width:100%;padding-right:84px}.signup-form__inline-button{color:#6b7684;letter-spacing:1px;cursor:pointer;background-color:#eceff3;border:none;border-radius:10px;height:38px;padding:0 16px;font-family:inherit;font-size:12px;font-weight:700;transition:background-color .2s;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.signup-form__inline-button:hover:not(:disabled){background-color:#dfe3e9}.signup-form__inline-button:disabled{cursor:not-allowed;color:#b0b8c4}.signup-form__timer{color:#d64545;letter-spacing:.2px;font-variant-numeric:tabular-nums;margin:7px 0 0;font-size:11px;font-weight:700;line-height:1.5}.signup-form__agree-all{color:#202938;cursor:pointer;border-bottom:1px solid #e7eaef;align-items:center;gap:10px;margin-bottom:14px;padding-bottom:16px;font-size:14px;font-weight:600;display:flex}.signup-form__agree-all input{cursor:pointer;accent-color:#2d67e8;width:18px;height:18px}.signup-form__terms{flex-direction:column;margin-bottom:8px;display:flex}.signup-form__term{justify-content:space-between;align-items:center;padding:8px 0;display:flex}.signup-form__term-row{color:#4d5765;cursor:pointer;align-items:center;gap:10px;font-size:13px;font-weight:600;display:flex}.signup-form__term-row input{cursor:pointer;accent-color:#2d67e8;width:17px;height:17px}.signup-form__term-toggle{color:#9099a8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px 8px;display:flex}.signup-form__term-toggle svg{transition:transform .2s}.signup-form__term-detail{color:#6b7684;background-color:#f9fafb;border:1px solid #e7eaef;border-radius:10px;margin-bottom:8px;padding:14px 16px;font-size:12px;line-height:1.6}.signup-form__table{border-collapse:collapse;width:100%;font-size:10px}.signup-form__table th,.signup-form__table td{text-align:left;color:#4d5765;border-bottom:1px solid #e7eaef;padding:8px 10px}.signup-form__table th{color:#202938;font-weight:700}.signup-form__table-note{color:#9099a8;margin:10px 0 0;font-size:10px;line-height:1.5}.signup-form__security-note{color:#6b7684;margin:12px 0 20px;font-size:11px;line-height:1.5}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}
