#app-components{display:flex;flex-direction:column;gap:40px;width:100%;margin:0 auto;padding:40px;background-color:var(--gray_6)}.btn-group{display:flex;gap:8px}.btn,.btn-group{align-items:center}.btn{position:relative;display:inline-flex;justify-content:center;gap:10px;overflow:hidden;cursor:pointer;border-radius:8px;transition:background-color .35s ease,border-color .35s ease,color .35s ease}.btn:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.2);transition:background-color .35s ease,opacity .35s ease;opacity:0;pointer-events:none}.btn:disabled{background-color:var(--gray_6);border-color:var(--gray_6);color:var(--gray_3);pointer-events:none}.btn:disabled svg path{stroke:var(--gray_3)}.btn-default{width:100%;height:44px;padding:14px 20px;border-radius:8px;font-size:var(--size-body-3);font-weight:var(--weight-semibold)}.btn-refresh{width:48px;height:48px;flex-shrink:0}.btn-refresh svg{width:14px;aspect-ratio:14.25/13.5}.btn-refresh svg path{stroke:var(--black)}.btn-create{height:44px}.btn-create svg{width:14px;aspect-ratio:14.25/13.5}.btn-create svg path{stroke:var(--black)}.btn-primary{background-color:var(--primary);border:1px solid var(--primary);color:var(--white)}.btn-primary:active:after,.btn-primary:hover:after{opacity:1;background-color:rgba(0,0,0,.2);pointer-events:auto}.btn-outline{background-color:var(--white);border:1px solid var(--coolGray01);color:var(--black)}.btn-outline:active:after,.btn-outline:hover:after{opacity:1;background-color:rgba(0,0,0,.2);pointer-events:auto}.btn-gray{background-color:var(--gray_6);border:1px solid var(--gray_6);color:var(--gray_2)}.btn-gray:active,.btn-gray:hover{background-color:var(--skyblue);border-color:var(--skyblue);color:var(--primary)}.btn-dark{background-color:var(--coolGray07);border:1px solid var(--coolGray07);color:var(--white)}.btn-dark:active:after,.btn-dark:hover:after{opacity:1;background-color:rgba(0,0,0,.2);pointer-events:auto}.btn-white{background-color:var(--white);border:1px solid var(--white);color:var(--coolGray07)}.btn-white:active:after,.btn-white:hover:after{opacity:1;background-color:rgba(0,0,0,.2);pointer-events:auto}.btn-danger{background-color:rgba(222,32,32,.1);border:1px solid rgba(222,32,32,.1);color:var(--red)}.btn-danger:active,.btn-danger:hover{background-color:var(--red);border-color:var(--red);color:var(--white)}.btn-auto{width:max-content;height:44px;flex-shrink:0}.btn-xs{padding:8px 12px;font-size:var(--size-body-5)}.btn-sm,.btn-xs{width:max-content;height:unset}.btn-sm{padding:10px 16px;font-size:var(--size-body-3)}.btn-md{width:150px;height:44px}.btn-lg{width:100%;height:44px}.btn-form{font-size:var(--size-body-3)}.btn-submit{font-size:var(--size-body-1)}.btn-switch{position:relative;width:48px;height:24px;border-radius:12px;background-color:var(--coolGray01);border:1px solid var(--coolGray01);color:var(--gray_2);cursor:pointer;transition:background-color .35s ease,border-color .35s ease,color .35s ease}.btn-switch:after,.btn-switch:hover:after{content:"";position:absolute;top:50%;left:0;transform:translate(4px,-50%);width:18px;height:18px;border-radius:50%;background-color:var(--white);border:1px solid var(--coolGray01);transition:transform .35s ease}.btn-switch.active{background-color:var(--primary);border-color:var(--primary);color:var(--white)}.btn-switch.active:after{transform:translate(24px,-50%)}.group-container{display:flex;flex-direction:column;gap:16px}.group-container .group-box{display:flex;flex-direction:column;width:100%;padding:24px;background-color:var(--white);border-radius:8px;box-shadow:var(--card-shadow)}.group-container .group-box .group-head{display:flex;align-items:center;gap:8px;width:100%;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--gray_5)}.group-container .group-box .group-head .head-title{font-size:var(--size-title-3);font-weight:var(--weight-semibold);color:var(--black)}.group-container .group-box .group-head .head-desc{font-size:var(--size-body-3);font-weight:var(--weight-regular);color:var(--gray_2)}.group-container .group-box .group-contents{display:flex;flex-direction:column;gap:32px}.group-container .group-box .group-button{display:flex;align-items:center;gap:8px;width:100%}.form-group{display:flex;flex-direction:column;gap:16px}.form-group .form-item{display:flex;flex-direction:column;gap:8px;width:100%}.form-group .form-item .item-content{display:flex;flex-direction:row;align-items:flex-end;gap:16px;width:100%}.form-group .form-item .item-content .content-row{width:100%}.form-group .form-item .item-content .content-row .row-head{display:flex;align-items:center;gap:0;margin-bottom:8px}.form-group .form-item .item-content .content-row .row-head .row-label{position:relative;font-size:var(--size-body-3);font-weight:var(--weight-semibold);color:var(--coolGray04)}.form-group .form-item .item-content .content-row .row-head .row-label-extra{display:inline-flex;align-items:center;gap:4px}.form-group .form-item .item-content .content-row .row-head .row-sublabel{font-size:var(--size-body-3);font-weight:var(--weight-semibold);color:var(--coolGray02)}.row-error-text{font-size:var(--size-body-4);font-weight:var(--weight-medium);color:var(--red)}.row-required{font-size:var(--size-body-3);font-weight:var(--weight-regular);color:var(--red)}.form-group .form-item .item-content .content-row:has(:required) .row-head .row-label:after{content:"*";font-size:var(--size-body-3);font-weight:var(--weight-regular);color:var(--red)}.form-group .form-item .item-content .content-row .row-body{display:flex;align-items:center;gap:6px}.form-group .form-item .item-content .content-row .row-body .row-item{position:relative;display:inline-flex;align-items:center;width:100%;background-color:var(--white);border:1px solid var(--coolGray01);border-radius:8px;padding-inline:12px;transition:border-color .35s ease}.form-group .form-item .item-content .content-row .row-body .row-item:focus-within{border-color:var(--primary)}.form-group .form-item .item-content .content-row .row-body .row-item:has(:disabled){background-color:var(--gray_6);border-color:var(--coolGray01);pointer-events:none}.form-group .form-item .item-content .content-row .row-body .row-button{flex-shrink:0}.form-group .form-item .item-content .content-row .row-body .row-item .input-txt{flex-shrink:0;margin-left:auto;padding-left:8px;font-size:var(--size-body-1);font-weight:var(--weight-regular);color:var(--black)}.form-group .form-item .item-content .content-row .row-body .row-text{font-size:var(--size-body-5);font-weight:var(--weight-medium);color:var(--primary03)}.form-group .form-item .item-content .content-row .row-body .timer{display:flex;justify-content:flex-end;width:100%}.form-group .form-item .item-content .content-row .row-body .timer .timer-text{font-size:var(--size-body-3);font-weight:var(--weight-regular);color:var(--red)}.input-text{width:100%;min-height:44px;height:100%;background-color:transparent;border:none;outline:none;font-size:var(--size-body-3);font-weight:var(--weight-regular);color:var(--black)}.input-text::placeholder{color:var(--gray_3)}.textarea-text{width:100%;min-height:160px;background-color:transparent;border:none;outline:none;padding:12px 0;font-size:var(--size-body-3);font-weight:var(--weight-regular);color:var(--black);resize:vertical}.textarea-text::placeholder{color:var(--gray_3)}.radio-item:not(:last-child){margin-right:8px}.radio-item .radio-label{display:inline-flex;align-items:center;gap:4px;cursor:pointer}.radio-item .radio-label .radio-input{display:none}.radio-item .radio-label .radio-icon{position:relative;display:inline-block;width:14px;aspect-ratio:1/1 auto;background-color:var(--white);border:1px solid var(--coolGray01);border-radius:50%;transition:background-color .35s ease,border-color .35s ease}.radio-item .radio-label .radio-icon svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;aspect-ratio:5.25/3.94 auto}.radio-item .radio-label .radio-icon svg path{stroke:transparent;transition:stroke .35s ease}.radio-item .radio-label .radio-text{font-size:var(--size-body-3);font-weight:var(--weight-regular);color:var(--black);transition:font-weight .35s ease}.radio-item .radio-label:has(:checked) .radio-icon{background:var(--primary);border-color:var(--primary)}.radio-item .radio-label:has(:checked) .radio-icon svg path{stroke:var(--white)}.radio-item .radio-label:has(:checked) .radio-text{font-weight:var(--weight-medium)}.radio-item .radio-label:has(:disabled) .radio-icon{background:var(--coolGray01);border-color:var(--coolGray01);pointer-events:none}.radio-item .radio-label:has(:disabled) .radio-icon svg path{stroke:var(--gray_3)}.radio-item .radio-label:has(:disabled) .radio-text{color:var(--gray_2)}.checkbox-item{display:inline-flex;align-items:center}.checkbox-item:not(:last-child){margin-right:8px}.checkbox-item .checkbox-label{display:inline-flex;align-items:center;gap:4px;cursor:pointer}.checkbox-item .checkbox-label .checkbox-input{display:none}.checkbox-item .checkbox-label .checkbox-icon{position:relative;display:inline-block;width:14px;aspect-ratio:1/1 auto;background-color:var(--white);border:1px solid var(--coolGray01);transition:background-color .35s ease,border-color .35s ease}.checkbox-item .checkbox-label .checkbox-icon:before{transition:width .35s ease,background-color .35s ease}.checkbox-item .checkbox-label .checkbox-icon:after{transition:content .35s ease}.checkbox-item .checkbox-label .checkbox-icon svg path{stroke:transparent;transition:stroke .35s ease}.checkbox-item .checkbox-label .checkbox-text{font-size:var(--size-body-3);font-weight:var(--weight-regular);color:var(--black);transition:font-weight .35s ease}.checkbox-item .checkbox-label:has(:checked) .checkbox-icon{background:var(--primary);border-color:var(--primary)}.checkbox-item .checkbox-label:has(:checked) .checkbox-text{font-weight:var(--weight-medium)}.checkbox-item .checkbox-label:has(:disabled) .checkbox-icon{background:var(--coolGray01);border-color:var(--coolGray01);pointer-events:none}.checkbox-item .checkbox-label:has(:disabled) .checkbox-text{color:var(--gray_2)}.careform-dialog{padding:20px 16px;border-radius:8px;text-align:center;gap:20px}.careform-dialog-header{gap:12px}.careform-dialog-title{font-size:16px;font-weight:var(--weight-semibold);color:var(--black)}.careform-dialog-desc{font-size:14px;line-height:1.6;color:var(--gray_2)}.careform-dialog-footer{justify-content:center;width:100%}.careform-dialog-button{min-width:120px;padding-inline:32px}.checkbox-item[data-shape=circle] .checkbox-label .checkbox-icon{border-radius:50%}.checkbox-item[data-shape=circle] .checkbox-label .checkbox-icon svg{display:none}.checkbox-item[data-shape=circle] .checkbox-label .checkbox-icon:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;aspect-ratio:1/1 auto;border-radius:50%;background-color:var(--coolGray01)}.checkbox-item[data-shape=circle] .checkbox-label:has(:checked) .checkbox-icon:before{width:7px;background-color:var(--white)}.checkbox-item[data-shape=circle] .checkbox-label:has(:disabled) .checkbox-icon{background-color:var(--coolGray01)}.checkbox-item[data-shape=circle] .checkbox-label:has(:disabled) .checkbox-icon:before{width:10px;background-color:var(--white)}.checkbox-item[data-shape=circle] .checkbox-label:has(:disabled) .checkbox-icon:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:5px;aspect-ratio:1/1 auto;border-radius:50%;background-color:var(--coolGray01)}.checkbox-item[data-shape=square] .checkbox-label .checkbox-icon{border-radius:4px}.checkbox-item[data-shape=square] .checkbox-label .checkbox-icon svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;aspect-ratio:5.25/3.94 auto}.checkbox-item[data-shape=square] .checkbox-label .checkbox-icon svg path{stroke:transparent}.checkbox-item[data-shape=square] .checkbox-label:has(:checked) .checkbox-icon svg path{stroke:var(--white)}.checkbox-item[data-shape=square] .checkbox-label:has(:disabled) .checkbox-icon svg path{stroke:var(--gray_3)}.custom-select{position:static!important;width:100%;height:100%}.custom-select__control{min-height:44px!important;height:100%;border:none!important;box-shadow:none!important}.custom-select__control:hover{border:none!important}.custom-select__value-container{padding:0!important}.custom-select__single-value{margin:0!important;font-size:var(--size-body-3);font-weight:var(--weight-regular);color:var(--black)!important}.custom-select__input-container{margin:0!important;padding:0!important}.custom-select__clear-indicator{display:none!important}.custom-select__indicator-separator{display:none}.custom-select__menu{left:50%;transform:translateX(-50%);box-shadow:var(--floating-shadow)!important}.custom-select__placeholder{margin:0!important;color:var(--gray_3)!important;font-size:var(--size-body-3);font-weight:var(--weight-regular)}.custom-select__option{padding:10px 16px!important;font-size:var(--size-body-3)!important;font-weight:var(--weight-regular);color:var(--black)!important}.custom-select__option--is-focused,.custom-select__option--is-selected{background-color:var(--skyblue)!important;color:var(--primary)!important}.datepicker-input-wrapper{display:flex;align-items:center}.react-datepicker-wrapper{width:100%}.react-datepicker{font-family:inherit!important;font-size:unset!important;border:none!important;border-radius:4px!important;box-shadow:var(--floating-shadow)}.react-datepicker-popper .react-datepicker__triangle{display:none}.react-datepicker__header{padding:12px 8px!important;background-color:var(--white)!important;border-bottom:1px solid var(--gray_5)!important}.react-datepicker__day,.react-datepicker__day-name{font-size:var(--size-body-3);font-weight:var(--weight-regular);color:var(--black)!important}.react-datepicker__day--selected{background-color:var(--skyblue)!important;color:var(--primary)!important;font-weight:var(--weight-semibold)!important}.react-datepicker__day--outside-month{color:var(--coolGray01)!important}.react-datepicker__navigation-icon:before{top:10px!important}.react-datepicker__day--in-range,.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--keyboard-selected{background-color:var(--skyblue)!important;color:var(--primary)!important}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{padding:4px 8px!important;font-size:var(--size-body-3);font-weight:var(--weight-regular);color:var(--black)}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background:var(--skyblue)!important;font-weight:var(--weight-semibold)!important;color:var(--primary)!important}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{color:#ccc!important}.careform-view{display:flex;flex-direction:column;gap:20px;padding-bottom:140px}.careform-head{padding:0 16px}.careform-card{background-color:var(--white);border-radius:16px;padding:20px;box-shadow:0 6px 18px rgba(0,0,0,.04)}.careform-title{font-size:20px;font-weight:600;margin-bottom:8px;color:var(--black)}.careform-description{font-size:14px;color:var(--coolGray03);line-height:1.5;white-space:pre-line}.careform-popup-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px}.careform-popup-item{position:relative;padding-top:62%;border-radius:10px;background-color:var(--gray_6);background-size:cover;background-position:50%}.careform-banner-list{display:flex;flex-direction:column}.careform-banner-item{width:100%;overflow:hidden;background:var(--gray_6)}.careform-banner-image{width:100%;height:auto;display:block;object-fit:contain;background:var(--gray_6)}.careform-field-type{display:inline-flex;align-items:center;gap:4px;border-radius:999px;padding:2px 10px;font-size:12px;color:var(--coolGray03);background-color:var(--gray_6)}.careform-choice-list{display:flex;flex-direction:column;gap:8px;width:100%}.careform-choice-list .checkbox-item,.careform-choice-list .radio-item{width:100%}.careform-choice-list .checkbox-label,.careform-choice-list .radio-label{justify-content:flex-start}.careform-switch{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--coolGray03)}.careform-upload{display:flex;flex-direction:column;gap:12px;width:100%}.careform-upload-trigger{width:100%;border:1px dashed var(--coolGray01);border-radius:12px;padding:16px;background-color:var(--gray_6);text-align:center}.careform-upload-trigger .upload-title{display:block;font-size:15px;font-weight:600;color:var(--black)}.careform-upload-trigger .upload-desc{display:block;margin-top:2px;font-size:13px;color:var(--coolGray03)}.careform-upload-preview{display:grid;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:12px}.careform-upload-thumbnail{position:relative;border-radius:10px;overflow:hidden;background-color:var(--gray_6)}.careform-upload-thumbnail:before{content:"";display:block;padding-top:100%}.careform-upload-thumbnail img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.careform-upload-delete{position:absolute;top:6px;right:6px;width:22px;height:22px;border:none;border-radius:50%;background-color:rgba(0,0,0,.55);color:var(--white);font-size:14px;cursor:pointer}.careform-address{display:grid;grid-template-columns:1fr 92px;gap:8px;width:100%}.careform-address .btn{height:44px}.careform-address .row-item:last-child{grid-column:1/-1}.careform-terms{background-color:#fafbfc}.careform-terms-title{font-size:16px;font-weight:600;margin-bottom:16px}.careform-terms-list{display:flex;flex-direction:column;gap:12px}.careform-term-item{border:1px solid var(--gray_6);border-radius:12px;padding:16px;background-color:var(--white)}.careform-term-head{display:flex;align-items:center;gap:8px}.careform-term-head .checkbox-item{flex:1}.careform-term-badge{font-size:12px;color:var(--coolGray03)}.careform-term-toggle{margin-left:auto;font-size:13px;color:var(--primary);background:none;border:none;padding:0;cursor:pointer}.careform-term-content{margin-top:12px;padding:12px;background-color:var(--gray_6);border-radius:8px;line-height:1.5;white-space:pre-line}.careform-empty,.careform-term-content{font-size:13px;color:var(--coolGray03)}.careform-submit{width:100%}#app-careform_public{background-color:#f8f8fa;padding-top:0}#app-careform_public .careform-section{width:100%;max-width:720px;margin:0 auto;padding:32px 20px 140px;display:flex;flex-direction:column;gap:16px}#app-careform_public .careform-section:has(.careform-banner){padding-top:0}.careform-state{display:flex;flex-direction:column;min-height:320px;text-align:center;font-size:14px;color:var(--coolGray03);gap:12px}.careform-state,.serial-guide-help{align-items:center;justify-content:center}.serial-guide-help{width:18px;height:18px;border-radius:50%;border:1px solid #dfe2e9;background:#f8f9fb;color:#5a5e6b;font-size:12px;font-weight:700;display:inline-flex;cursor:pointer}.serial-guide-help:hover{background:#eef1f6}.serial-guide-help:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.serial-guide-dialog{max-width:420px}.serial-guide-dialog__image{width:100%;border-radius:12px;overflow:hidden}.serial-guide-dialog__image img{width:100%;height:auto;display:block;object-fit:contain}.serial-guide-dialog__empty{text-align:center;font-size:14px;color:var(--coolGray03);padding:16px 0}.careform-footer{position:fixed;left:0;right:0;bottom:0;background:rgba(255,255,255,1);border-top:1px solid #eceef3;padding:14px 20px;z-index:200;backdrop-filter:blur(8px)}.careform-footer-inner{display:flex;flex-direction:column;align-items:center;gap:6px}.careform-footer-desc{font-size:12px;color:var(--coolGray03)}.careform-popup-dialog{padding:0}.careform-dialog-popup{position:relative;max-width:480px!important;width:calc(100vw - 40px);padding:0;border-radius:16px}.careform-popup-close{position:absolute;right:12px;top:12px;border:none;background:transparent;padding:6px;border-radius:8px;color:var(--coolGray03);cursor:pointer;z-index:10}.careform-popup-close:hover{background:var(--gray_6)}.careform-popup-body{position:relative;padding:0;display:flex;justify-content:center}.careform-popup-swiper{width:100%;max-width:100%}.careform-popup-swiper .swiper-slide{width:100%!important;display:flex;justify-content:center}.careform-popup-slide{display:flex;min-height:360px;align-items:center;justify-content:center;overflow:hidden;border-radius:12px;border:1px solid var(--gray_6);background:var(--gray_6)}.careform-popup-image{max-height:70vh;width:100%;height:auto;object-fit:contain}.careform-popup-empty{background:var(--gray_6);min-height:240px;display:flex;align-items:center;justify-content:center;border-radius:12px;color:var(--coolGray03);font-size:13px}.careform-popup-swiper .swiper-pagination-bullet{background:rgba(255,255,255,.65);opacity:1}.careform-popup-swiper .swiper-pagination-bullet-active{background:#ffffff}.careform-complete{display:flex;align-items:center;justify-content:center;padding:48px 20px 140px}.careform-complete__inner{width:100%;max-width:640px;border-radius:16px;padding:32px 24px;text-align:center}.careform-complete__image{width:200px;height:auto;margin:0 auto 16px;display:block}.careform-complete__title{font-size:18px;font-weight:700;color:var(--black);margin-bottom:8px}.careform-complete__desc{font-size:14px;color:var(--coolGray03);line-height:1.5}.dialog-overlay{position:fixed;inset:0;background:rgba(15,23,42,.55);display:flex;align-items:center;justify-content:center;z-index:1300;padding:20px}.dialog-card{width:100%;max-width:360px;background:#fff;border-radius:16px;padding:24px;box-shadow:0 24px 48px rgba(15,23,42,.25);display:flex;flex-direction:column;gap:16px}.dialog-title{font-size:18px;font-weight:600;color:#111827}.dialog-desc{font-size:14px;color:#4b5563;line-height:1.4}.dialog-actions{display:flex;justify-content:flex-end;gap:8px}.table-filter{display:flex;align-items:center;gap:48px}.table-filter .filter-list{position:relative;display:flex;align-items:center;gap:24px}.table-filter .filter-list:not(:last-child):after{content:"";position:absolute;top:50%;right:-24px;transform:translateY(-50%);width:1px;height:24px;background-color:var(--gray_5)}.table-filter .filter-list .filter-item{position:relative;display:inline-flex;align-items:center;gap:8px}.table-filter .filter-list .filter-item .filter-label{flex-shrink:0}.table-filter .filter-list .filter-item .filter-label .label-text{font-size:var(--size-body-3);font-weight:var(--weight-semibold);color:var(--gray)}.table-filter .filter-list .filter-item .row-item{position:relative;display:inline-flex;align-items:center;min-width:180px;width:100%;max-width:247px;background-color:var(--white);border:1px solid var(--coolGray01);border-radius:8px;padding-inline:12px;transition:border-color .35s ease}.table-filter .filter-list .filter-item .row-item:focus-within{border-color:var(--primary)}.table-container{width:100%}.table-container .table-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px;width:100%;margin-bottom:16px}.table-container .table-wrapper{width:100%;overflow-x:auto}.table-container .table-wrapper .table{width:100%;border:solid var(--gray_3);border-width:1px 0}.table-container .table-wrapper .table .table-header{background-color:var(--gray_6)}.table-container .table-wrapper .table .table-header .header-row .header-cell{vertical-align:middle;border-bottom:1px solid var(--gray_3)}.table-container .table-wrapper .table .table-header .header-row .header-cell:not(:last-child){border-right:1px solid var(--gray_3)}.table-container .table-wrapper .table .table-header .header-row .header-cell .cell-content{display:inline-flex;justify-content:center;align-items:center;width:100%;min-height:46px;font-size:var(--size-body-3);font-weight:var(--weight-regular);color:var(--gray_2)}.table-container .table-wrapper .table .table-body .table-row{background-color:var(--white)}.table-container .table-wrapper .table .table-body .table-row .table-cell{vertical-align:middle;border-bottom:1px solid var(--gray_3)}.table-container .table-wrapper .table .table-body .table-row .table-cell:not(:last-child){border-right:1px solid var(--gray_3)}.table-container .table-wrapper .table .table-body .table-row .table-cell .cell-content{display:inline-flex;justify-content:center;align-items:center;width:100%;min-height:66px;font-size:var(--size-body-2);font-weight:var(--weight-regular);color:var(--black)}.table-container .table-wrapper .table .table-body .table-row.row-terminated{background-color:#FFE0DC}.table-container .table-wrapper .table .table-body .table-row.row-terminated .table-cell .cell-content.cell-link{color:var(--red);font-weight:var(--weight-semibold)}.pagination{display:flex;align-items:center;gap:8px}.pagination .pagination-next,.pagination .pagination-prev{width:24px;height:24px;color:var(--gray_2);cursor:pointer}.pagination .pagination-numbers{display:flex;align-items:center;gap:8px}.pagination .pagination-numbers .pagination-number{display:inline-flex;justify-content:center;align-items:center;width:24px;height:24px;cursor:pointer;font-size:var(--size-body-2);font-weight:var(--weight-regular);color:var(--gray_2);transition:background-color .35s ease,border-color .35s ease,color .35s ease}.pagination .pagination-numbers .pagination-number.active{border-radius:50%;background-color:var(--skyblue);border:1px solid var(--skyblue);color:var(--primary);font-weight:var(--weight-semibold)}.terms-section{display:flex;flex-direction:column;gap:12px;width:100%;padding:16px 12px;background:#f8fafc;border-radius:12px}.terms-item{display:flex;align-items:center;justify-content:space-between;gap:12px}.terms-link{font-size:13px;color:var(--primary07);text-decoration:underline}.terms-dialog{max-width:420px}.terms-dialog__body{max-height:60vh;font-size:14px;color:#475569;line-height:1.5}.terms-page .terms-dialog__body{max-height:none;overflow:visible;padding:0}.terms-page{min-height:100vh;background:#f8fafc;padding:24px 16px 40px}.terms-page__container{max-width:720px;margin:0 auto;background:#ffffff;border-radius:16px;padding:24px;box-shadow:0 10px 30px rgba(15,23,42,.08)}.terms-page__title{font-size:20px;font-weight:700;color:#0f172a;margin-bottom:16px}.terms-page__container .terms-dialog__body{white-space:pre-line;line-height:1.6;color:#1f2937}.terms-page__container .terms-dialog__body h3{font-size:18px;font-weight:700;margin:24px 0 12px;color:#0f172a}.terms-page__container .terms-dialog__body h4{font-size:16px;font-weight:600;margin:20px 0 12px;color:#1e293b}.terms-page__container .terms-dialog__body p{margin:8px 0}.terms-page__container .terms-dialog__body ul{margin:8px 0 16px 20px;padding:0;list-style:disc}.terms-page__container .terms-dialog__body ul li{margin-bottom:6px}.terms-table{margin:16px 0;overflow-x:auto}.terms-table table{width:100%;border-collapse:collapse;font-size:14px;color:#1f2937}.terms-table td,.terms-table th{border:1px solid #e2e8f0;padding:4px 6px;text-align:left;vertical-align:top;font-size:12px}.terms-table thead th{background:#f1f5f9;font-weight:600}.terms-page__container .terms-dialog__body table tr:nth-child(odd){background:#f8fafc}.terms-page__container .terms-dialog__body table tr:hover{background:#f1f5f9}.shrink-0{flex-shrink:0}.text-balance{text-wrap:balance}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}@media (prefers-color-scheme:dark){:root{--foreground-rgb:255,255,255;--background-start-rgb:0,0,0;--background-end-rgb:0,0,0}}