.card{background:#fff;border-radius:12px}.card_bordered{border:1px solid #e5e5e5}.card_shadow_none{box-shadow:none}.card_shadow_sm{box-shadow:0 2px 4px #0000000a}.card_shadow_md{box-shadow:0 4px 12px #00000014,0 2px 4px #0000000a}.card_shadow_lg{box-shadow:0 8px 20px #0000001f,0 4px 8px #0000000f}.card_p_none{padding:0}.card_p_sm{padding:.5rem}.card_p_md{padding:1rem}.card_p_lg{padding:1.5rem}.card_title{color:#1f2937;margin-bottom:.75rem;font-size:1.25rem;font-weight:600;line-height:1.3}.card_body{width:100%}@keyframes alert_fade_in{0%{opacity:0}to{opacity:1}}@keyframes alert_slide_up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.alert_overlay{z-index:10000;background:#00000080;justify-content:center;align-items:center;animation:.2s ease-in-out alert_fade_in;display:flex;position:fixed;inset:0}.alert_modal{background:#fff;border-radius:12px;min-width:320px;max-width:480px;animation:.3s ease-in-out alert_slide_up;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.alert_title{color:#3b82f6;padding:.75rem 1.25rem .25rem;font-size:1.125rem;font-weight:600;line-height:1.5}.alert_message{color:#666;padding:1.25rem;font-size:.9375rem;font-weight:400;line-height:1.75}.alert_actions{align-items:center;gap:.5rem;padding:0 1.25rem 1.25rem;display:flex}.alert_actions_left{justify-content:flex-start}.alert_actions_center{justify-content:center}.alert_actions_right{justify-content:flex-end}.alert_button{cursor:pointer;border:1px solid #0000;border-radius:6px;min-width:80px;padding:10px 24px;font-weight:600;line-height:1.5;transition:background .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,transform .2s ease-in-out}.alert_button:focus-visible{outline:none;box-shadow:0 0 0 3px #00000026}.alert_button:active:not(:disabled){transform:scale(.98)}.alert_button:disabled{cursor:not-allowed;opacity:.6}.alert_button_cancel{color:#1a1a1a;background:#fff;border-color:#e5e5e5}.alert_button_cancel:hover:not(:disabled){background:#fafafa;border-color:#00000014}.alert_button_confirm{color:#fff}.alert_variant_info .alert_title{color:#3b82f6}.alert_variant_info .alert_button_confirm{background:#3b82f6;border-color:#3b82f6}.alert_variant_info .alert_button_confirm:hover:not(:disabled){background:#1e6ff5;border-color:#1e6ff5}.alert_variant_success .alert_title{color:#10b981}.alert_variant_success .alert_button_confirm{background:#10b981;border-color:#10b981}.alert_variant_success .alert_button_confirm:hover:not(:disabled){background:#0e9d6d;border-color:#0e9d6d}.alert_variant_warning .alert_title{color:#f59e0b}.alert_variant_warning .alert_button_confirm{background:#f59e0b;border-color:#f59e0b}.alert_variant_warning .alert_button_confirm:hover:not(:disabled){background:#d98b09;border-color:#d98b09}.alert_variant_error .alert_title{color:#ef4444}.alert_variant_error .alert_button_confirm{background:#ef4444;border-color:#ef4444}.alert_variant_error .alert_button_confirm:hover:not(:disabled){background:#ed2828;border-color:#ed2828}@keyframes spinner_spin{to{transform:rotate(360deg)}}.spinner{box-sizing:border-box;border:2px solid #e5e5e5;border-top-color:#000;border-radius:50%;animation:.8s linear infinite spinner_spin;display:inline-block}.top_loading{z-index:10001;background-color:#0000;position:fixed;top:0;left:0;right:0;overflow:hidden}.top_loading_bar{background-color:#000;height:100%;transition:width .2s ease-in-out}.top_loading_indeterminate{width:30%;animation:1.5s ease-in-out infinite top_loading_indeterminate}@keyframes top_loading_indeterminate{0%{transform:translate(-100%)}to{transform:translate(400%)}}@keyframes toast_slide_in{0%{opacity:0;transform:translate(calc(100% + 16px))}to{opacity:1;transform:translate(0)}}@keyframes toast_slide_out{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(calc(100% + 16px))}}@keyframes toast_progress{0%{width:100%}to{width:0%}}.toast_container{z-index:10001;pointer-events:none;flex-direction:column;gap:.5rem;width:360px;max-width:calc(100vw - 32px);display:flex;position:fixed;top:1rem;right:1rem}.toast_item{pointer-events:auto;color:#1a1a1a;background:#fff;border:1px solid #e5e5e5;border-radius:12px;align-items:flex-start;gap:.5rem;padding:.75rem .75rem 1rem;font-family:Pretendard,sans-serif;font-size:.875rem;font-weight:500;line-height:1.5;animation:.3s cubic-bezier(.16,1,.3,1) forwards toast_slide_in;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000014,0 2px 4px #0000000a}.toast_item_exiting{animation:.26s ease-in forwards toast_slide_out}.toast_icon{flex-shrink:0;margin-top:1px;display:flex}.toast_icon_success{color:#10b981}.toast_icon_error{color:#ef4444}.toast_icon_warning{color:#f59e0b}.toast_icon_info{color:#3b82f6}.toast_icon_default{color:#666}.toast_message{word-break:break-word;flex:1}.toast_close{cursor:pointer;color:#999;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:1px;padding:0;transition:color .1s ease-in-out,background-color .1s ease-in-out;display:flex}.toast_close:hover{color:#1a1a1a;background-color:#fafafa}.toast_close:focus-visible{outline:none;box-shadow:0 0 0 3px #00000026}.toast_progress{height:3px;animation:toast_progress var(--toast-duration,3s)linear forwards;border-radius:0 0 0 12px;position:absolute;bottom:0;left:0}.toast_progress_success{background:#10b981}.toast_progress_error{background:#ef4444}.toast_progress_warning{background:#f59e0b}.toast_progress_info{background:#3b82f6}.toast_progress_default{background:#666}.button{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;font-weight:500;transition:background .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out,transform .2s ease-in-out;display:inline-flex}.button:disabled{cursor:not-allowed;opacity:.6}.button_size_sm{padding:.5rem 1rem;font-size:.875rem;line-height:1.5}.button_size_md{padding:.75rem 1.25rem;font-size:.9375rem;line-height:1.5}.button_size_lg{padding:1rem 1.5rem;font-size:1rem;line-height:1.5}.button_variant_primary{color:#fff;background:#000}.button_variant_primary:hover:not(:disabled){background:#333}.button_variant_primary:active:not(:disabled){transform:scale(.98)}.button_variant_secondary{color:#1a1a1a;background:0 0;border:1px solid #e5e5e5}.button_variant_secondary:hover:not(:disabled){background:#fafafa}.button_variant_secondary:active:not(:disabled){transform:scale(.98)}.button_variant_ghost{color:#1a1a1a;background:0 0}.button_variant_ghost:hover:not(:disabled){background:#0000000d}.button_variant_ghost:active:not(:disabled){transform:scale(.96)}.button_variant_danger{color:#fff;background:#ef4444}.button_variant_danger:hover:not(:disabled){background:#ec1e1e}.button_variant_danger:active:not(:disabled){transform:scale(.98)}.button_full_width{width:100%}.checkbox{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;display:inline-flex;position:relative}.checkbox_input{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.checkbox_box{box-sizing:border-box;background:#fff;border:1px solid #e5e5e5;border-radius:6px;width:1.125rem;height:1.125rem;transition:background .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out;display:inline-block;position:relative}.checkbox_label{color:#1a1a1a;font-size:.9375rem;line-height:1.5}.checkbox_size_sm .checkbox_box{width:1rem;height:1rem}.checkbox_size_sm .checkbox_label{font-size:.875rem;line-height:1.5}.checkbox_size_md .checkbox_box{width:1.125rem;height:1.125rem}.checkbox_size_lg .checkbox_box{width:1.25rem;height:1.25rem}.checkbox_size_lg .checkbox_label{font-size:1rem;line-height:1.5}.checkbox_input:focus-visible+.checkbox_box{border-color:#000;box-shadow:0 0 0 3px #00000014}.checkbox_input:disabled+.checkbox_box,.checkbox_input:disabled~.checkbox_label{opacity:.6;cursor:not-allowed}.checkbox_input:disabled:not(:checked):not(:indeterminate)+.checkbox_box:before,.checkbox_input:disabled:not(:checked):not(:indeterminate)+.checkbox_box:after{content:"";background:#9ca3af;border-radius:9999px;width:.7rem;height:2px;position:absolute;top:50%;left:50%}.checkbox_input:disabled:not(:checked):not(:indeterminate)+.checkbox_box:before{transform:translate(-50%,-50%)rotate(45deg)}.checkbox_input:disabled:not(:checked):not(:indeterminate)+.checkbox_box:after{transform:translate(-50%,-50%)rotate(-45deg)}.checkbox_input:checked+.checkbox_box,.checkbox_input:indeterminate+.checkbox_box{background:#000;border-color:#000}.checkbox_input:checked+.checkbox_box:after{content:"";border:2px solid #fff;border-top:0;border-left:0;width:.28rem;height:.55rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-58%)rotate(45deg)}.checkbox_input:indeterminate+.checkbox_box:after{content:"";background:#fff;border-radius:9999px;width:.65rem;height:2px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.file_input{cursor:pointer;flex-direction:column;align-items:flex-start;display:inline-flex;position:relative}.file_input:hover .file_input_label{cursor:pointer;border-color:#00000014}.file_input_control{opacity:0;cursor:pointer;position:absolute;inset:0}.file_input_label{color:#1a1a1a;background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:.5rem 1rem;font-size:.9375rem;line-height:1.5;transition:background .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out}.file_input_control:focus-visible+.file_input_label{border-color:#000;box-shadow:0 0 0 3px #00000014}.file_input_helper{color:#666;margin-top:.25rem;font-size:.875rem;line-height:1.5;display:block}.file_input_disabled,.file_input_disabled .file_input_control{cursor:not-allowed}.file_input_disabled .file_input_label{opacity:.6;cursor:not-allowed}.file_input_disabled:hover .file_input_label{border-color:#e5e5e5}.radio{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;display:inline-flex;position:relative}.radio_input{opacity:0;cursor:pointer;margin:0;position:absolute;inset:0}.radio_dot{box-sizing:border-box;background:#fff;border:1px solid #e5e5e5;border-radius:9999px;width:1rem;height:1rem;transition:background .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out;display:inline-block;position:relative}.radio_label{color:#1a1a1a;font-size:.9375rem;line-height:1.5}.radio_size_sm .radio_dot{width:1rem;height:1rem}.radio_size_sm .radio_label{font-size:.875rem;line-height:1.5}.radio_size_md .radio_dot{width:1.125rem;height:1.125rem}.radio_size_lg .radio_dot{width:1.25rem;height:1.25rem}.radio_size_lg .radio_label{font-size:1rem;line-height:1.5}.radio_input:focus-visible+.radio_dot{border-color:#000;box-shadow:0 0 0 3px #00000014}.radio_input:checked+.radio_dot{border-color:#000}.radio_input:checked+.radio_dot:after{content:"";background:#000;border-radius:9999px;width:60%;height:60%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.radio_input:disabled+.radio_dot,.radio_input:disabled~.radio_label{opacity:.6;cursor:not-allowed}.select{flex-direction:column;gap:.25rem;width:100%;font-family:Pretendard,sans-serif;display:inline-flex;position:relative}.select_label{color:#1a1a1a;font-size:.875rem;font-weight:500;line-height:1.5}.select_control{cursor:pointer;color:#1a1a1a;background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:.5rem;width:100%;font-size:.9375rem;line-height:1.5;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out,background .2s ease-in-out;display:inline-flex}.select_control:disabled,.select_control.is_disabled{cursor:not-allowed;opacity:.7;color:#999;background:#fafafa}.select_variant_outline{border:1px solid #e5e5e5}.select_variant_outline:hover:not(.is_disabled){border-color:#00000014}.select_variant_outline.is_open{border-color:#000;box-shadow:0 0 0 3px #00000026}.select_variant_filled{background:#fafafa;border:1px solid #0000}.select_variant_filled:hover:not(.is_disabled){background:#fefefe}.select_variant_filled.is_open{background:#fff;border-color:#000;box-shadow:0 0 0 3px #00000026}.select_variant_ghost{background:0 0;border:1px solid #0000}.select_variant_ghost:hover:not(.is_disabled){background:#00000008}.select_variant_ghost.is_open{background:#fff;border-color:#000;box-shadow:0 0 0 3px #00000026}.select_size_sm{padding:.5rem 1rem;font-size:.875rem;line-height:1.5}.select_size_md{padding:.75rem 1.25rem;font-size:.9375rem;line-height:1.5}.select_size_lg{padding:1rem 1.5rem;font-size:1rem;line-height:1.5}.select_value{text-overflow:ellipsis;white-space:nowrap;text-align:start;flex:auto;min-width:0;font-size:.9375rem;font-weight:400;line-height:1.5;overflow:hidden}.select_placeholder{text-overflow:ellipsis;white-space:nowrap;text-align:start;color:#999;flex:auto;min-width:0;font-size:.9375rem;font-weight:400;line-height:1.5;overflow:hidden}.select_icon{color:#666;justify-content:center;align-items:center;display:inline-flex}.select_list{z-index:10000;box-sizing:border-box;background:#fff;border:1px solid #e5e5e5;border-radius:8px;width:100%;min-width:100%;max-height:18rem;margin-top:.25rem;padding:.25rem 0;position:absolute;top:100%;left:0;overflow:hidden auto;box-shadow:0 4px 12px #00000014,0 2px 4px #0000000a}.select_list_up{margin-top:0;margin-bottom:.25rem;top:auto;bottom:100%}.select_option{box-sizing:border-box;cursor:pointer;color:#1a1a1a;background:0 0;grid-template-columns:1fr auto;align-items:center;gap:.5rem;width:100%;padding:.5rem 1rem;font-size:.9375rem;font-weight:400;line-height:1.5;display:grid}.select_option>span:first-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.select_option:hover,.select_option.is_active{background:#fafafa}.select_option.is_selected{font-weight:500}.select_option.is_disabled{cursor:not-allowed;color:#999}.switch{cursor:pointer;background:#e5e5e5;border-radius:9999px;align-items:center;width:40px;height:22px;padding:2px;transition:background .2s ease-in-out;display:inline-flex;position:relative}.switch_thumb{background:#fff;border-radius:9999px;width:18px;height:18px;transition:transform .2s ease-in-out;transform:translate(0)}.switch_on{background:#000}.switch_on .switch_thumb{transform:translate(18px)}.switch_size_sm{width:34px;height:18px;padding:2px}.switch_size_sm .switch_thumb{width:14px;height:14px}.switch_size_sm.switch_on .switch_thumb{transform:translate(16px)}.switch_size_md{width:40px;height:22px}.switch_size_lg{width:48px;height:26px;padding:2px}.switch_size_lg .switch_thumb{width:22px;height:22px}.switch_size_lg.switch_on .switch_thumb{transform:translate(22px)}.switch_disabled{opacity:.6;cursor:not-allowed}.text_field{flex-direction:column;display:flex}.text_field_full_width{width:100%}.text_field_label{color:#1a1a1a;margin-bottom:.25rem;font-size:.875rem;font-weight:500;line-height:1.5}.text_field_wrap{align-items:center;width:100%;display:inline-flex;position:relative}.text_field_helper{color:#666;margin-top:.25rem;font-size:.875rem;line-height:1.5}.text_field_helper_error{color:#ef4444}.text_field_helper_success{color:#10b981}.text_field_icon{color:#666;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;display:inline-flex;position:absolute}.text_field_icon_left{left:.75rem}.text_field_icon_right{right:.75rem}.text_field_input{color:#1a1a1a;background:#fff;border-radius:8px;width:100%;font-size:.9375rem;line-height:1.5;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out,background .2s ease-in-out}.text_field_input::placeholder{color:#999}.text_field_input:disabled{cursor:not-allowed;color:#999;opacity:.7;background:#fafafa}.text_field_variant_outline{border:1px solid #e5e5e5}.text_field_variant_outline:hover:not(:disabled){border-color:#00000014}.text_field_variant_outline:focus-visible{border-color:#000;outline:none;box-shadow:0 0 0 3px #00000026}.text_field_variant_filled{background:#fafafa;border:1px solid #0000}.text_field_variant_filled:hover:not(:disabled){background:#fefefe}.text_field_variant_filled:focus-visible{background:#fff;border-color:#000;outline:none;box-shadow:0 0 0 3px #00000026}.text_field_variant_ghost{background:0 0;border:1px solid #0000}.text_field_variant_ghost:hover:not(:disabled){background:#00000008}.text_field_variant_ghost:focus-visible{background:#fff;border-color:#000;outline:none;box-shadow:0 0 0 3px #00000026}.text_field_size_sm{padding:.5rem 1rem;font-size:.875rem;line-height:1.5}.text_field_size_md{padding:.75rem 1.25rem;font-size:.9375rem;line-height:1.5}.text_field_size_lg{padding:1rem 1.5rem;font-size:1rem;line-height:1.5}.text_field_with_left{padding-left:2.5rem}.text_field_with_right{padding-right:2.5rem}.text_field_error{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef444426!important}.text_field_success{border-color:#10b981!important;box-shadow:0 0 0 3px #10b98126!important}.date_picker{flex-direction:column;gap:.25rem;display:flex}.date_picker select{color:#1a1a1a;cursor:pointer;appearance:none;background-color:#fff;background-image:linear-gradient(45deg,#0000 50%,#666 50%),linear-gradient(135deg,#666 50%,#0000 50%);background-position:calc(100% - 16px) calc(50% - 3px),calc(100% - 11px) calc(50% - 3px);background-repeat:no-repeat;background-size:5px 5px;border:1px solid #e5e5e5;border-radius:6px;min-width:88px;height:44px;padding:0 .75rem;font-family:Pretendard,sans-serif;font-size:.9375rem;line-height:1.5;transition:border-color .1s ease-in-out,box-shadow .1s ease-in-out,background-color .1s ease-in-out}.date_picker select:hover:not(:disabled){background-color:#fafafa;border-color:#000}.date_picker select:focus-visible{background-color:#fff;border-color:#000;outline:none;box-shadow:0 0 0 3px #00000026}.date_picker select:disabled{cursor:not-allowed;color:#9ca3af;background-color:#fafafa;border-color:#00000014}.date_picker select option{color:#1a1a1a}@media (max-width:480px){.date_picker select{flex:1;min-width:0}}.date_picker_label{color:#1a1a1a;margin-bottom:.25rem;font-size:.875rem;font-weight:500;line-height:1.5}.date_picker_required{color:#ef4444;margin-left:.25rem}.date_picker_fields{gap:.5rem;display:flex}@media (max-width:480px){.date_picker_fields{gap:.25rem}}.date_picker_full_width,.date_picker_full_width .date_picker_fields{width:100%}.date_picker_full_width select{flex:1;min-width:0}.date_picker_disabled .date_picker_label{color:#9ca3af}.date_picker_sr_only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.pagination{justify-content:center;align-items:center;gap:.5rem;margin-top:1.75rem;display:flex}.pagination_item{color:#1a1a1a;background:#fff;border:1px solid #e5e5e5;border-radius:8px;min-width:36px;padding:6px 10px;font-size:.875rem;line-height:1.5;transition:background .2s ease-in-out,border-color .2s ease-in-out}.pagination_item:hover:not(:disabled){background:#fafafa}.pagination_item:disabled{opacity:.5;cursor:not-allowed}.pagination_item:focus-visible{border-color:#000;box-shadow:0 0 0 3px #00000014}.pagination_pages{align-items:center;gap:6px;display:flex}.pagination_page_button{color:#666;background:0 0;border:0;border-radius:8px;min-width:36px;height:36px;font-size:.875rem;line-height:1.5;transition:background .2s ease-in-out,color .2s ease-in-out}.pagination_page_button:hover{color:#1a1a1a;background:#fafafa}.pagination_page_button:focus-visible{box-shadow:0 0 0 3px #00000014}.pagination_active{color:#1a1a1a;font-weight:600}.pagination_ellipsis{text-align:center;color:#999;min-width:20px;font-size:.875rem;line-height:1.5}.modal{z-index:10000;background:#00000080;place-items:center;display:grid;position:fixed;inset:0}.modal_panel{background:#fff;border-radius:12px;max-width:calc(100% - 32px);overflow:visible;box-shadow:0 8px 20px #0000001f,0 4px 8px #0000000f}.modal_header{color:#1a1a1a;border-bottom:1px solid #e5e5e5;padding:1rem;font-size:1.25rem;font-weight:600;line-height:1.3}.modal_body{padding:1rem;overflow:visible}
.style-module-scss-module__v4XV-q__wrap{background:#fff;flex-direction:column;gap:2rem;min-height:100vh;padding:3rem;font-family:Pretendard,sans-serif;display:flex}.style-module-scss-module__v4XV-q__header{justify-content:space-between;align-items:center;display:flex}.style-module-scss-module__v4XV-q__header h1{color:#1f2937;font-size:1.25rem;font-weight:600;line-height:1.3}.style-module-scss-module__v4XV-q__header .style-module-scss-module__v4XV-q__controls{white-space:nowrap;flex-direction:row;gap:.5rem;display:flex}.style-module-scss-module__v4XV-q__loading{justify-content:center;align-items:center;padding:1rem;display:flex}.style-module-scss-module__v4XV-q__table_wrap{background:#fafafa;border-radius:12px;overflow:hidden;box-shadow:0 2px 4px #0000000a}.style-module-scss-module__v4XV-q__table{border-collapse:collapse;background-color:#fff;width:100%}.style-module-scss-module__v4XV-q__table th,.style-module-scss-module__v4XV-q__table td{text-align:left;border-bottom:1px solid #00000014;padding:.75rem 1rem;font-size:.9375rem;line-height:1.5}.style-module-scss-module__v4XV-q__table th{color:#6b7280;background:#fafafa;font-size:.875rem;font-weight:500;line-height:1.5}.style-module-scss-module__v4XV-q__table tr:hover td{background-color:#00000040}.style-module-scss-module__v4XV-q__table td{color:#3b3b3b}.style-module-scss-module__v4XV-q__total_count{color:#1f2937;margin-bottom:.75rem;font-size:1rem;font-weight:600;line-height:1.5}
.style-module-scss-module__ZG-wXW__auth_main{background-color:#fff;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.style-module-scss-module__ZG-wXW__auth_container{background-color:#fafafa;border-radius:12px;flex-direction:column;align-items:center;gap:1.25rem;padding:1rem 1.25rem;display:flex;box-shadow:0 8px 20px #0000001f,0 4px 8px #0000000f}.style-module-scss-module__ZG-wXW__auth_textfield{flex-direction:column;align-items:center;gap:.75rem;width:100%;padding:.5rem;display:flex}.style-module-scss-module__ZG-wXW__auth_textfield a{color:inherit;text-decoration:none}.style-module-scss-module__ZG-wXW__auth_textfield span{cursor:pointer;font-size:.875rem;line-height:1.5}
