.icon{-webkit-user-select:none;user-select:none;line-height:1;display:inline-flex}.navbar{background:var(--brand-white);border-bottom:1px solid var(--brand-gray-200);z-index:100;justify-content:space-between;align-items:center;height:56px;padding:0 28px;display:flex;position:sticky;top:0;box-shadow:0 1px 3px #0000000a}.navbar__left,.navbar__right,.navbar__user{align-items:center;display:flex}.navbar__left{gap:12px}.navbar__right{gap:16px}.navbar__user{gap:8px}.navbar__divider{background:var(--brand-gray-200);width:1px;height:24px}.navbar__title{color:var(--brand-orange);font-size:16px;font-weight:500}.navbar__avatar{background:linear-gradient(135deg, var(--brand-orange), var(--brand-orange-hover));width:30px;height:30px;color:var(--brand-white);border-radius:30px;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex}.navbar__avatar img{object-fit:cover;border-radius:30px;width:100%;height:100%}.navbar__username{color:var(--brand-gray-700);font-size:13px;font-weight:500}.navbar__logout{cursor:pointer;color:var(--brand-gray-400);background:0 0;border:none;align-items:center;gap:4px;font-size:12px;display:flex}.wp-gradient-line{background:url(/svg/gradient-line.svg) 50%/cover no-repeat;width:100%;height:11px;display:block}.footer{background:var(--brand-white);border-top:1px solid var(--brand-gray-200);box-sizing:border-box;width:100%}.footer__content{justify-content:space-between;max-width:1142px;padding:10px 28px;display:flex}.footer__left{align-items:center;gap:16px;display:flex}.footer__brand{flex-direction:column;justify-content:flex-start;display:flex}.footer__copyright{color:var(--brand-gray-900);font-size:12px;font-weight:400;line-height:20px}.summarize-modal{z-index:1000;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.summarize-modal__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;background-color:#0006;position:fixed;inset:0}.summarize-modal__content{background-color:var(--brand-white);border-radius:16px;width:min(680px,92vw);animation:.25s slideUp;position:relative;overflow:hidden;box-shadow:0 24px 80px #0000002e,0 0 0 1px #0000000d}.summarize-modal__header{border-bottom:1px solid var(--brand-gray-200);background:linear-gradient(135deg, var(--brand-orange-light) 0%, var(--brand-white) 100%);justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.summarize-modal__title-wrap{align-items:center;gap:10px;display:flex}.summarize-modal__title{color:var(--brand-gray-900);font-family:DM Sans,sans-serif;font-size:16px;font-weight:700}.summarize-modal__subtitle{color:var(--brand-gray-500);font-size:12px}.summarize-modal__close{cursor:pointer;color:var(--brand-gray-400);background:0 0;border:none;border-radius:8px;align-items:center;padding:6px;display:flex}.summarize-modal__body{gap:20px;padding:24px;display:flex}.summarize-modal__upload-col{flex:45%}.summarize-modal__details-col{flex:55%}.summarize-modal__section-label{color:var(--brand-gray-500);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-size:12px;font-weight:600}.summarize-modal__dropzone{border:2px solid var(--brand-gray-200);text-align:center;cursor:pointer;background-color:var(--brand-gray-100);border-radius:12px;outline:none;flex-direction:column;justify-content:center;align-items:center;min-height:180px;padding:20px;transition:all .2s;display:flex}.summarize-modal__dropzone:hover,.summarize-modal__dropzone:focus-visible{background-color:var(--brand-gray-200);border-color:var(--brand-gray-400)}.summarize-modal__dropzone:focus-visible{border-style:dashed;box-shadow:0 0 0 4px #0000000d}.summarize-modal__dropzone--dragged{border:2px dashed var(--brand-orange,orange);background-color:var(--brand-gray-200)}.summarize-modal__file-input{display:none}.summarize-modal__icon-circle{background:var(--brand-gray-200);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:14px;transition:background .2s;display:flex}.summarize-modal__icon-circle--active{background:var(--brand-white)}.summarize-modal__icon-circle--done{background:var(--brand-green)}.summarize-modal__drop-title{color:var(--brand-gray-900);margin-bottom:6px;font-size:15px;font-weight:600}.summarize-modal__or{color:var(--brand-gray-400);margin-bottom:12px;font-size:13px}.summarize-modal__browse-btn{background:var(--brand-orange);color:var(--brand-white);cursor:pointer;border:none;border-radius:8px;margin-bottom:12px;padding:8px 22px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;transition:background .15s}.summarize-modal__browse-btn:hover{background:var(--brand-orange-hover)}.summarize-modal__format-hint{color:var(--brand-gray-400);font-size:12px}.summarize-modal__file-list{flex-direction:column;gap:6px;width:100%;margin-top:14px;display:flex}.summarize-modal__file-item{background:var(--brand-white);border:1px solid var(--brand-gray-200);border-radius:8px;align-items:center;gap:8px;padding:7px 10px;display:flex}.summarize-modal__file-name{color:var(--brand-gray-800);text-align:left;flex:1;font-size:13px;font-weight:500}.summarize-modal__file-size{color:var(--brand-gray-400);flex-shrink:0;font-size:11px}.summarize-modal__remove-file{cursor:pointer;color:var(--brand-gray-400);background:0 0;border:none;border-radius:4px;outline:none;padding:4px;transition:all .15s;display:flex}.summarize-modal__remove-file:hover,.summarize-modal__remove-file:focus-visible{color:var(--brand-red-error,#ff4d4f);background-color:var(--brand-gray-100)}.summarize-modal__remove-file:focus-visible{outline:2px solid var(--brand-red-error,#ff4d4f)}.summarize-modal__fields{flex-direction:column;gap:10px;display:flex}.summarize-modal__label{color:var(--brand-gray-500);margin-bottom:3px;font-size:12px;font-weight:500;display:block}.summarize-modal__required{color:var(--brand-red)}.summarize-modal__select-input,.summarize-modal__text-input,.summarize-modal__date-input{border:1px solid var(--brand-gray-200);width:100%;color:var(--brand-gray-800);box-sizing:border-box;border-radius:8px;outline:none;padding:8px 12px;font-family:DM Sans,sans-serif;font-size:13px}.summarize-modal__select-input{cursor:pointer;transition:border-color .15s}.summarize-modal__select-input:focus-visible,.summarize-modal__text-input:focus-visible,.summarize-modal__date-input:focus-visible{border-color:var(--brand-orange);box-shadow:0 0 0 3px #ffa5001a}select:has(option[value=""]:checked){color:gray}select option{color:#000}.summarize-modal__text-input{transition:border-color .15s}.summarize-modal__date-row{gap:10px;display:flex}.summarize-modal__date-cell{flex:1}.summarize-modal__footer{border-top:1px solid var(--brand-gray-200);background:var(--brand-gray-50);justify-content:flex-end;gap:10px;padding:16px 24px;display:flex}.summarize-modal__cancel-btn{border:1px solid var(--brand-gray-200);background:var(--brand-white);color:var(--brand-gray-500);cursor:pointer;border-radius:8px;padding:9px 20px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500}.summarize-modal__submit-btn{background:var(--brand-gray-200);color:var(--brand-gray-400);cursor:default;border:none;border-radius:8px;align-items:center;gap:6px;padding:9px 24px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;transition:all .2s;display:flex}.summarize-modal__submit-btn--active{background:var(--brand-orange);color:var(--brand-white);cursor:pointer}.summarize-modal__submit-btn--submitted{background:var(--brand-green);color:var(--brand-white)}.summarize-modal__spinner{animation:1s linear infinite spin;display:inline-block}.tabs{gap:4px;display:flex}.tab-button{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;align-items:center;gap:5px;padding:6px 14px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:500;transition:all .15s;display:flex}.tab-button:hover,.tab-button:focus-visible{color:#111827;background:#f9fafb;border-color:#d1d5db}.tab-button:focus-visible{box-shadow:0 0 0 3px #9ca3af33}.tab-button span{background:#f3f3f3;border-radius:10px;padding:1px 6px;font-size:11px}.tab-all-selected{color:#374151;cursor:pointer;background:#f9fafb;border:1.5px solid #b6b6b6;border-radius:8px;outline:none;align-items:center;gap:5px;padding:6px 14px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600;transition:all .15s;display:flex}.tab-all-selected:hover,.tab-all-selected:focus-visible{background:#f3f4f6;border-color:#9ca3af}.tab-all-selected:focus-visible{box-shadow:0 0 0 3px #9ca3af4d}.tab-all-selected span{background:#0000001f;border-radius:10px;padding:1px 6px;font-size:11px}.tab-processing-selected{color:#374151;cursor:pointer;background:#f3f4f6;border:1.5px solid #9ca3af;border-radius:8px;outline:none;align-items:center;gap:5px;padding:6px 14px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600;transition:all .15s;display:flex}.tab-processing-selected:hover,.tab-processing-selected:focus-visible{background:#e5e7eb;border-color:#6b7280}.tab-processing-selected:focus-visible{box-shadow:0 0 0 3px #6b72804d}.tab-completed-selected{color:#065f46;cursor:pointer;background:#d1fae5;border:1.5px solid #10b981;border-radius:8px;outline:none;align-items:center;gap:5px;padding:6px 14px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600;transition:all .15s;display:flex}.tab-completed-selected:hover,.tab-completed-selected:focus-visible{background:#a7f3d0;border-color:#059669}.tab-completed-selected:focus-visible{box-shadow:0 0 0 3px #10b98159}.tab-failed-selected{color:#b91c1c;cursor:pointer;background:#fee2e2;border:1.5px solid #ef4444;border-radius:8px;outline:none;align-items:center;gap:5px;padding:6px 14px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600;transition:all .15s;display:flex}.tab-failed-selected:hover,.tab-failed-selected:focus-visible{background:#fca5a5;border-color:#dc2626}.tab-failed-selected:focus-visible{box-shadow:0 0 0 3px #ef444459}.tab-processing-selected span,.tab-completed-selected span,.tab-failed-selected span{background:#0000000f;border-radius:10px;padding:1px 6px;font-size:11px}.search-container{background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:8px;width:420px;padding:7px 12px;display:flex}.search-container input{color:#374151;background:0 0;border:none;outline:none;flex:1;font-family:DM Sans,sans-serif;font-size:13px}.search-container button{cursor:pointer;color:#e5e7eb;background:0 0;border:none;display:flex}.action-btn{cursor:pointer;color:var(--brand-gray-500);background:0 0;border:none;border-radius:6px;outline:none;justify-content:center;align-items:center;padding:5px;transition:all .15s;display:inline-flex}.action-btn--active-state{background:var(--brand-gray-100)}.action-btn:focus-visible{outline:2px solid var(--brand-gray-500);outline-offset:1px}.action-btn--disabled{cursor:not-allowed;color:var(--brand-gray-300);opacity:.4}.action-tooltip{background-color:var(--brand-gray-800);color:var(--brand-white);white-space:nowrap;pointer-events:none;z-index:9999;border-radius:6px;padding:5px 10px;font-size:11px;font-weight:500;position:fixed;transform:translate(-50%,-100%);box-shadow:0 2px 8px #00000026}.action-tooltip__arrow{border-left:5px solid #0000;border-right:5px solid #0000;border-top:5px solid var(--brand-gray-800);position:absolute;top:100%;left:50%;transform:translate(-50%)}.status-badge{letter-spacing:.01em;border-radius:20px;align-items:center;gap:5px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-flex}.status-badge__icon{font-size:12px;line-height:1}.medical-records-table-wrapper{background:var(--brand-white);border:1px solid var(--brand-gray-200);border-radius:12px;overflow-x:auto;box-shadow:0 1px 4px #00000008}.medical-records-column-header{text-transform:uppercase;letter-spacing:.04em;cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;font-size:11px;text-align:left!important;color:var(--brand-gray-500)!important;background-color:var(--brand-gray-50)!important;padding:10px 14px!important;font-weight:600!important}.medical-records-table-wrapper .ant-table-thead>tr>th.ant-table-column-sort{background-color:var(--brand-gray-50)!important}.medical-records-table-wrapper .ant-table-tbody>tr>td.ant-table-column-sort,.medical-records-table-wrapper .ant-table-tbody>tr:hover>td.ant-table-column-sort{background-color:inherit!important}.medical-records-table-wrapper .ant-table-column-sorters{align-items:center!important;gap:4px!important;display:inline-flex!important}.medical-records-table-wrapper .ant-table-column-sorter{color:var(--brand-gray-400)!important;align-items:center!important;display:inline-flex!important}.medical-records-table-wrapper .ant-table-column-sorter-inner{justify-content:center!important;align-items:center!important;width:12px!important;height:12px!important;display:inline-flex!important;position:relative!important}.medical-records-table-wrapper .ant-table-column-sorter-up,.medical-records-table-wrapper .ant-table-column-sorter-down{color:#0000!important;font-size:11px!important;line-height:1!important;position:absolute!important;top:auto!important;bottom:0!important;left:50%!important;transform:translate(-50%)!important}.medical-records-table-wrapper .ant-table-column-sorter-up.active,.medical-records-table-wrapper .ant-table-column-sorter-down.active{color:var(--brand-gray-600)!important}.medical-records-column{color:var(--brand-gray-500)}.medical-records-column-child{color:var(--brand-gray-500);background-color:var(--brand-gray-50);font-weight:500}.medical-records-column-child-size{color:var(--brand-gray-500);background-color:var(--brand-gray-50)}.ant-table-body{overflow-y:visible!important}.ant-table-thead th.ant-table-row-expand-icon-cell{background-color:var(--brand-gray-50)!important}.ant-table-thead th.ant-table-cell-scrollbar{display:none!important}.medical-records-table-wrapper .ant-pagination-options-size-changer{margin-right:40px}.medical-records-actions{gap:2px;display:flex}.medical-records-filename{align-items:center;gap:6px;display:flex}.medical-records-filename-text{text-overflow:ellipsis;white-space:nowrap;max-width:250px;color:var(--brand-gray-800);font-weight:500;display:inline-block;overflow:hidden}.medical-records-filename-badge{color:var(--brand-orange);background:var(--brand-orange-light);border-radius:10px;padding:2px 6px;font-size:10px;font-weight:600}.medical-records-expand-button{cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:inline-flex}.navigation-button{border:1.5px solid var(--brand-gray-200);background:var(--brand-white);color:var(--brand-gray-500);cursor:pointer;border-radius:8px;outline:none;align-items:center;gap:6px;padding:7px 16px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;transition:all .15s;display:flex}.navigation-button:not(.active):hover,.navigation-button:not(.active):focus-visible{background:var(--brand-gray-50);border-color:var(--brand-gray-400);color:var(--brand-gray-700)}.navigation-button.active{border:1.5px solid var(--brand-orange);background:var(--brand-orange-light);color:var(--brand-orange)}.navigation-button.active:hover,.navigation-button.active:focus-visible{filter:brightness(.96)}.navigation-button:focus-visible{box-shadow:0 0 0 3px #ffa50040}.navigation-button:active{filter:brightness(.92)}.btn-summarize-record{cursor:pointer;background:linear-gradient(135deg, var(--brand-orange) 0%, var(--brand-orange-hover) 100%);color:var(--brand-white);border:none;border-radius:10px;align-items:center;gap:7px;padding:10px 20px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 8px #ffa50040}.btn-summarize-record:hover,.btn-summarize-record:focus-visible{transform:translateY(-1px);box-shadow:0 4px 12px #ffa50059}.btn-summarize-record:focus-visible{outline:2px solid var(--brand-orange);outline-offset:2px}.btn-summarize-record:active{transform:translateY(0)}.default-container{background:var(--brand-white);border:1px solid var(--brand-gray-200);border-radius:12px;overflow:hidden;box-shadow:0 1px 4px #00000008}.default-header{border-bottom:1px solid var(--brand-gray-100);background:linear-gradient(135deg, var(--brand-orange-light) 0%, var(--brand-white) 60%);justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.default-header-title{color:var(--brand-gray-900);align-items:center;gap:7px;font-size:14px;font-weight:700;display:flex}.default-header-status{background:var(--brand-green-bg);color:var(--brand-green);border-radius:20px;align-items:center;gap:4px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.btn-save-default-prompt{border:none;border-radius:8px;outline:none;align-items:center;gap:6px;padding:8px 20px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;transition:all .2s;display:flex}.btn-save-default-prompt--dirty{background:var(--brand-orange);color:var(--brand-white);cursor:pointer;opacity:1}.btn-save-default-prompt--dirty:hover,.btn-save-default-prompt--dirty:focus-visible{filter:brightness(.92)}.btn-save-default-prompt--dirty:focus-visible{box-shadow:0 0 0 3px #ffa50059}.btn-save-default-prompt--saved{background:var(--brand-green);color:var(--brand-white);cursor:pointer;opacity:1}.btn-save-default-prompt--saved:hover,.btn-save-default-prompt--saved:focus-visible{filter:brightness(.92)}.btn-save-default-prompt--saved:focus-visible{box-shadow:0 0 0 3px #28a74559}.btn-save-default-prompt--disabled{background:var(--brand-gray-200);color:var(--brand-gray-400);cursor:not-allowed;opacity:.55}.btn-save-default-prompt--dirty:active,.btn-save-default-prompt--saved:active{filter:brightness(.85)}.organization-prompt-new{justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;display:flex}.organization-prompt-new label{color:var(--brand-gray-900);font-size:14px;font-weight:600}.organization-prompt-input{border:1px solid var(--brand-gray-200);background:var(--brand-white);color:var(--brand-gray-700);border-radius:8px;outline:none;flex:1;padding:7px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:500}.organization-prompt-input:focus{border-color:var(--brand-orange)}.organization-prompt-prefilled{color:var(--brand-blue)}.organization-prompt-header-expanded{background:var(--brand-gray-50);justify-content:space-between;align-items:center;padding:14px 20px;transition:background .15s;display:flex}.organization-prompt-header{background:var(--brand-white);justify-content:space-between;align-items:center;padding:14px 20px;transition:background .15s;display:flex}.organization-prompt-icon-override{background:var(--brand-orange-light);border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.organization-prompt-icon-default{background:var(--brand-gray-100);border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.organization-prompt-badge-override{background:var(--brand-orange-light);color:var(--brand-orange);border-radius:20px;align-items:center;gap:4px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.organization-prompt-badge-default{background:var(--brand-gray-100);color:var(--brand-gray-500);border-radius:20px;align-items:center;gap:4px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.organization-prompt-button-default{border:1px solid var(--brand-gray-200);background:var(--brand-white);color:var(--brand-gray-700);cursor:pointer;border-radius:8px;outline:none;padding:7px 14px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:500;transition:all .15s}.organization-prompt-button-default:hover,.organization-prompt-button-default:focus-visible{background:var(--brand-gray-50);border-color:var(--brand-gray-400);color:var(--brand-gray-900)}.organization-prompt-button-default:focus-visible{box-shadow:0 0 0 3px #00000014}.organization-prompt-button-default:active{background:var(--brand-gray-100)}.organization-prompt-button-expanded{border:1px solid var(--brand-gray-200);background:var(--brand-gray-100);color:var(--brand-gray-700);cursor:pointer;border-radius:8px;outline:none;padding:7px 14px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:500;transition:all .15s}.organization-prompt-button-expanded:hover,.organization-prompt-button-expanded:focus-visible{background:var(--brand-gray-200);border-color:var(--brand-gray-400);color:var(--brand-gray-900)}.organization-prompt-button-expanded:focus-visible{box-shadow:0 0 0 3px #0000001f}.organization-prompt-button-expanded:active{background:var(--brand-gray-300)}.organization-prompt-editor-container{border-top:1px solid var(--brand-gray-100);background:var(--brand-gray-50);padding:16px 20px 20px}.organization-prompt-prefilled{background:var(--brand-blue-bg);color:var(--brand-blue);border-radius:8px;align-items:center;gap:8px;margin-bottom:12px;padding:8px 12px;font-size:12px;display:flex}.organization-prompt-footer{justify-content:space-between;align-items:center;margin-top:12px;display:flex}.organization-prompt-remove-button{border:1px solid var(--brand-gray-200);background:var(--brand-white);color:var(--brand-red);cursor:pointer;border-radius:8px;outline:none;align-items:center;gap:5px;padding:7px 14px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600;transition:all .15s;display:flex}.organization-prompt-remove-button:hover,.organization-prompt-remove-button:focus-visible{border-color:var(--brand-red);background:#ff00000d}.organization-prompt-remove-button:focus-visible{box-shadow:0 0 0 3px #ff000026}.organization-prompt-remove-button:active{background:#ff00001a}.organization-prompt-cancel-button{border:1px solid var(--brand-gray-200);background:var(--brand-white);color:var(--brand-gray-600);cursor:pointer;border-radius:8px;outline:none;padding:7px 16px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:500;transition:all .15s}.organization-prompt-cancel-button:hover,.organization-prompt-cancel-button:focus-visible{background:var(--brand-gray-50);border-color:var(--brand-gray-400);color:var(--brand-gray-800)}.organization-prompt-cancel-button:focus-visible{box-shadow:0 0 0 3px #00000014}.organization-prompt-cancel-button:active{background:var(--brand-gray-100)}.organization-prompt-save-button{background:var(--brand-orange);color:var(--brand-white);cursor:pointer;border:none;border-radius:8px;outline:none;align-items:center;gap:6px;padding:7px 20px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600;transition:all .2s;display:flex}.organization-prompt-save-button:hover,.organization-prompt-save-button:focus-visible{filter:brightness(.92)}.organization-prompt-save-button:focus-visible{box-shadow:0 0 0 3px #ffa50059}.organization-prompt-save-button-saved{background:var(--brand-green)}.organization-prompt-save-button-saved:hover,.organization-prompt-save-button-saved:focus-visible{filter:brightness(.92)}.organization-prompt-save-button-saved:focus-visible{box-shadow:0 0 0 3px #28a74559}.organization-prompt-save-button:active,.organization-prompt-save-button-saved:active{filter:brightness(.85)}.action-buttons{justify-content:flex-end;gap:8px;display:flex}.prompt-textarea{border:1px solid var(--brand-gray-200);width:100%;color:var(--brand-gray-800);resize:vertical;box-sizing:border-box;background:var(--brand-white);border-radius:8px;outline:none;padding:12px 14px;font-family:monospace;font-size:13px;line-height:1.65;transition:border-color .15s}.prompt-textarea:focus{border-color:var(--brand-orange)}.button{background:var(--brand-orange);color:var(--brand-white);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;padding:7px 20px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600;transition:all .2s;display:flex}.disabled-button{background:var(--brand-gray-200);color:var(--brand-gray-400);cursor:not-allowed;border:none;border-radius:8px;align-items:center;gap:6px;padding:7px 20px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600;transition:all .2s;display:flex}body{font-family:DM Sans,sans-serif}.loading-container{justify-content:center;align-items:center;height:100%;display:flex}
