button{display:inline-flex;align-items:center;justify-content:center;transition:background .2s;border-radius:8px;border:none;padding:.75em 1.5em;font-size:1em;font-weight:500;font-family:inherit;background:var(--color-black);color:var(--color-white);cursor:pointer;transition:background .2s ease}button:disabled{opacity:.5;cursor:not-allowed}.button-l{gap:6px;padding:10px 16px;border-radius:8px;font-size:14px;font-weight:500}.button-l svg{font-size:18px}.button-m{font-size:13px;font-weight:500;cursor:pointer;gap:6px;padding:8px 16px}.button-m svg{font-size:16px}.button-s{font-size:12px;font-weight:500;cursor:pointer;gap:4px;padding:6px 10px}.button-s svg{font-size:14px}.button-icon-l{width:32px;height:32px;padding:0;border:none;border-radius:8px;cursor:pointer;transition:all .2s}.button-icon-l svg{font-size:16px}.button-icon-m{width:24px;height:24px;padding:0;border:none;border-radius:8px;cursor:pointer;transition:all .2s}.button-icon-m svg{font-size:12px}.button-primary{background:var(--color-black);color:var(--color-white)}.button-primary:hover{background:var(--color-gray-900)}.button-primary:hover:not(:disabled){background:var(--color-gray-900)}.button-secondary{background:var(--color-gray-100);color:var(--color-black)}.button-secondary:hover{background:var(--color-gray-900)}.button-secondary:hover:not(:disabled){background:var(--color-gray-200)}.button-secondary-outline{background:var(--color-white);border:1px solid var(--color-gray-300);color:var(--color-black)}.button-secondary-outline:hover:not(:disabled){background:var(--color-gray-100)}.button-unselected{background:var(--color-gray-100);color:var(--color-gray-500)}.button-unselected:hover:not(:disabled){background:var(--color-gray-200)}.button-error{background:var(--color-red-light);color:var(--color-red)}.button-error:hover:not(:disabled){opacity:.9}.button-error-outline{background:var(--color-white);border:1px solid var(--color-red);color:var(--color-red)}.button-error-outline svg{color:var(--color-red);flex-shrink:0}.button-error-outline:hover:not(:disabled){background:var(--color-red-light);opacity:1}.button-icon-secondary{background:var(--color-gray-100);color:var(--color-gray-500)}.button-icon-secondary:hover:not(:disabled){background:var(--color-gray-200);color:var(--color-black)}.button-icon-delete{background:var(--color-gray-100);color:var(--color-gray-500)}.button-icon-delete:hover:not(:disabled){background:var(--color-red-light);color:var(--color-red)}.rounded-full{border-radius:9999px}.tag-m{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;flex-shrink:0}.tag-m svg{font-size:20px}.tag-l{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;flex-shrink:0}.tag-l svg{font-size:24px}.tag-purple{background:var(--color-purple-light);color:var(--color-purple)}.tag-orange{background:var(--color-orange-light);color:var(--color-orange)}.tag-blue{background:var(--color-blue-light);color:var(--color-blue)}.tag-yellow{background:var(--color-orange-light);color:var(--color-orange)}.tag-green{background:var(--color-green-light);color:var(--color-green)}.text-16{font-size:16px}.text-13{font-size:13px}.text-12{font-size:12px}.text-11{font-size:11px}.text-page-title{font-size:24px;font-weight:700;color:var(--color-black)}.text-primary{color:var(--color-black)}.text-gray{color:var(--color-gray-500)}.text-gray-light{color:var(--color-gray-400)}.text-green{color:var(--color-green)}.text-red{color:var(--color-red)}:root{--app-width: 100%;--app-max-width: 430px;--color-black: #232323;--color-gray-900: #2D2D2D;--color-gray-700: #4A4A4A;--color-gray-500: #6B6B6B;--color-gray-400: #9A9A9A;--color-gray-300: #CCCCCC;--color-gray-200: #E5E5E5;--color-gray-100: #F5F5F5;--color-white: #FFFFFF;--color-blue-light: #dbeafe;--color-blue: #2563eb;--color-red-light: #fee2e2;--color-red: #ff4848;--color-purple-light: #f3e8ff;--color-purple: #9333ea;--color-orange-light: #fef3c7;--color-orange: #d97706;--color-green-light: #dcfce7;--color-green: #16a34a;--page-header-height: 88px;--page-header-inner-height: 40px;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent;scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{display:none}html,body,#root{overflow-x:hidden!important;max-width:100%;width:100%}@supports (overflow: clip){html,body,#root{overflow-x:clip!important}}html.scroll-locked,html.scroll-locked body,html.scroll-locked #root{overflow:hidden!important;height:100%;position:fixed;width:100%}body{background-color:var(--color-white);min-width:320px;min-height:100vh;color:var(--color-black);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;line-height:1.6;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}#root{min-height:100vh;width:100%;max-width:var(--app-width);margin:0 auto;background-color:var(--color-white)}@media(min-width:600px){:root{--app-width: var(--app-max-width)}body{background-color:var(--color-gray-200)}}a{font-weight:500;color:var(--color-black);text-decoration:none;transition:color .2s ease}h1,h2,h3{color:var(--color-black);font-weight:700}h1{font-size:1.8rem;line-height:1.3}h2{font-size:1.4rem}button{border-radius:8px;border:none;padding:.75em 1.5em;font-size:1em;font-weight:500;font-family:inherit;background:var(--color-black);color:var(--color-white);cursor:pointer;transition:background .2s ease}textarea,input{font-family:inherit;border:1px solid var(--color-gray-300);border-radius:8px;padding:12px 16px;font-size:1rem;transition:border-color .2s ease;background:var(--color-white);color:var(--color-black)}textarea{height:100px;resize:none;min-height:100px}textarea:focus,input:focus{outline:none;border-color:var(--color-black)}::placeholder{color:var(--color-gray-400)}.line-card{background:var(--color-white);border-radius:12px;padding:14px;margin-bottom:12px}.line-card__head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.line-card__title{font-size:14px;font-weight:700;color:var(--color-gray-900)}.line-card__sub{font-size:12px;color:var(--color-gray-500)}.line-section-title{font-size:13px;font-weight:700;color:var(--color-gray-700);margin:4px 0 8px}.line-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 0;border-bottom:1px solid var(--color-gray-200);font-size:13px;color:var(--color-gray-900)}.line-row:last-child{border-bottom:none}.line-row__label{color:var(--color-gray-500);font-size:12px}.line-empty{padding:24px 12px;text-align:center;font-size:13px;color:var(--color-gray-500)}.line-note{font-size:12px;color:var(--color-gray-500);line-height:1.6}.line-amount{font-size:18px;font-weight:700;color:var(--color-black)}.line-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;white-space:nowrap}.line-badge--gray{background:var(--color-gray-100);color:var(--color-gray-700)}.line-badge--blue{background:var(--color-blue-light);color:var(--color-blue)}.line-badge--green{background:var(--color-green-light);color:var(--color-green)}.line-badge--orange{background:var(--color-orange-light);color:var(--color-orange)}.line-badge--red{background:var(--color-red-light);color:var(--color-red)}.line-badge--purple{background:var(--color-purple-light);color:var(--color-purple)}.line-button-row{display:flex;gap:8px;margin-top:12px}.line-button-row>*{flex:1}.line-sticky-footer{position:fixed;left:50%;transform:translate(-50%);width:100%;max-width:var(--app-width);bottom:calc(58px + env(safe-area-inset-bottom));padding:10px 16px;background:var(--color-white);border-top:1px solid var(--color-gray-200);display:flex;align-items:center;gap:10px;z-index:4;box-sizing:border-box}.line-sticky-footer__summary{font-size:12px;color:var(--color-gray-700);white-space:nowrap}.line-sticky-footer button{flex:1}.spin_component-contaier{display:flex;align-items:center;justify-content:center;margin-top:48px}.spin_component-spinner{width:32px;height:32px;border-radius:9999px;border-width:4px;border-style:solid;border-color:var(--color-gray-300);border-top-color:transparent;animation:spin_component-rotate .8s linear infinite}@keyframes spin_component-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.line-layout{display:flex;flex-direction:column;min-height:100vh;width:100%;max-width:var(--app-width);margin:0 auto;background:var(--color-gray-100)}@media(min-width:600px){.line-layout{box-shadow:0 0 0 1px var(--color-gray-200)}}.line-layout__header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 16px;background:var(--color-white);border-bottom:1px solid var(--color-gray-200);position:sticky;top:0;z-index:5}.line-layout__logo{height:18px;object-fit:contain}.line-layout__guardian{font-size:12px;color:var(--color-gray-500)}.line-layout__child-tab-list{display:flex;gap:8px;padding:10px 16px 0;overflow-x:auto}.line-layout__child-tab{display:inline-flex;align-items:center;justify-content:center;padding:7px 14px;border-radius:999px;background:var(--color-white);color:var(--color-gray-700);font-size:13px;font-weight:600;white-space:nowrap;cursor:pointer}.line-layout__child-tab--active{background:var(--color-black);border-color:var(--color-black);color:var(--color-white)}.line-layout__empty-child{display:flex;flex-direction:column;align-items:center;gap:12px;margin:16px;padding:24px 16px;background:var(--color-white);border-radius:12px;font-size:14px;color:var(--color-gray-700)}.line-layout__main{flex:1;padding:12px 16px 88px}.line-layout__error{margin:24px 16px;padding:24px 16px;background:var(--color-white);border-radius:12px;text-align:center;font-size:14px;color:var(--color-gray-900)}.line-layout__error-note{margin-top:8px;font-size:12px;color:var(--color-gray-500)}.line-layout__tab-bar{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:var(--app-width);display:flex;background:var(--color-white);border-top:1px solid var(--color-gray-200);padding-bottom:env(safe-area-inset-bottom);z-index:5}.line-layout__tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:9px 0;font-size:10px;color:var(--color-gray-500);text-decoration:none}.line-layout__tab svg{width:20px;height:20px}.line-layout__tab--active{color:var(--color-black);font-weight:700}.mail_edit-input{width:100%;height:100%;border:none;font-size:14px;line-height:1.4;color:var(--color-black);background:transparent;outline:none;box-sizing:border-box;padding:0;border-radius:0}.mail_edit-input::placeholder{color:transparent}.tooltip_component-wrapper{position:absolute;top:calc(100% + 8px);left:8px;z-index:20;pointer-events:none;opacity:.95}.tooltip_component{position:relative;padding:4px 8px;font-size:14px;color:var(--color-black);background:var(--color-gray-200);border-radius:8px;box-shadow:var(--shadow-md)}.tooltip_component-triangle{position:absolute;top:-4px;left:16px;width:8px;height:8px;background:var(--color-gray-200);transform:rotate(45deg)}.parent_edit-container{position:relative;display:flex;flex-direction:column;width:100%;max-width:100%;min-width:0;box-sizing:border-box;min-height:55px;border:1px solid var(--color-gray-300);border-radius:8px;background:var(--color-white);transition:border-color .2s}.parent_edit-container.error{border:2px solid var(--color-red-light)}.parent_edit-container:focus-within{border-color:var(--color-gray-400);outline:none}.parent_edit-container.error:focus-within{border:2px solid var(--color-red-light);outline:none}.parent_edit-required{display:inline;margin-left:4px;color:var(--color-red);font-size:.78em;font-weight:400;line-height:1;vertical-align:super;position:relative;top:.2em;text-decoration:none;cursor:help}.parent_edit-label{position:absolute;left:12px;top:28px;transform:translateY(-50%);font-size:14px;line-height:1;color:var(--color-gray-500);pointer-events:none;transition:top .15s ease,transform .15s ease,font-size .15s ease;transform-origin:left center;z-index:1}.parent_edit-label.above-border{top:8px;transform:translateY(0);font-size:11px;line-height:1.2}.parent_edit-children{min-height:55px;min-width:0;padding:22px 12px 4px}.parent_edit-children.parent_edit-children--with-icon{padding-right:34px}.parent_edit-container.disabled{background:var(--color-gray-100);pointer-events:none}.parent_edit-icon{position:absolute;right:8px;top:11px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;overflow:hidden;font-size:18px;color:var(--color-gray-500);pointer-events:auto}.parent_edit-icon>svg{pointer-events:none}.phone_edit-input{width:100%;height:100%;border:none;font-size:14px;line-height:1.4;color:var(--color-black);background:transparent;outline:none;box-sizing:border-box;padding:0;border-radius:0}.phone_edit-input::placeholder{color:transparent}.parent_edit-container:has(>.parent_edit-children>.text_edit-field){min-height:55px;max-height:55px;height:55px}.parent_edit-container:has(>.parent_edit-children>.text_edit-field)>.parent_edit-children{min-height:0;max-height:55px;height:55px;padding-top:18px;padding-bottom:4px}.text_edit-field{position:relative;display:flex;align-items:center;width:100%;height:100%;box-sizing:border-box}.text_edit-field--with-hint .text_edit-input{padding-right:72px}.text_edit-input{width:100%;height:100%;border:none;font-size:14px;line-height:1.4;color:var(--color-black);background:transparent;outline:none;box-sizing:border-box;padding:0;border-radius:0}.text_edit-input::placeholder{color:transparent}.text_edit-length-hint{position:absolute;right:0;bottom:-2px;pointer-events:none;font-size:12px;line-height:1.2;text-align:right;color:var(--color-gray-500);letter-spacing:-.01em}.text_edit-length-hint--error{color:var(--color-red);font-weight:500}@keyframes parent_modal-fadeIn{0%{opacity:0}to{opacity:1}}.parent_modal-overlay{position:fixed;inset:0;background:#00000080;z-index:400;animation:parent_modal-fadeIn .1s ease-out;overscroll-behavior:none;display:flex;align-items:center;justify-content:center;box-sizing:border-box;overflow-y:auto}.parent_modal-container{position:relative;box-sizing:border-box;flex-shrink:0;max-height:min(90vh,90dvh);background:var(--color-white);border-radius:8px;z-index:500;display:flex;flex-direction:column;overflow:hidden;animation:parent_modal-fadeIn .1s ease-out;overscroll-behavior:contain}.parent_modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--color-gray-200);flex-shrink:0}.parent_modal-title{font-size:18px;font-weight:700;color:var(--color-black);margin:0}.parent_modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:none;border:none;color:var(--color-gray-500);cursor:pointer}.parent_modal-close svg{font-size:24px}.parent_modal-close:disabled{opacity:.45;cursor:not-allowed}.parent_modal-body{position:relative;flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}.parent_modal-body-scroll{flex:1;min-height:0;padding:24px;overflow-y:auto;overscroll-behavior-y:contain}.parent_modal-body--stable{min-height:12rem}.parent_modal-body--compact{min-height:0}.parent_modal-inline-loading{display:flex;align-items:center;justify-content:center;width:100%;min-height:12rem;flex:1}.parent_modal-inline-loading--pending{min-height:min(45vh,18rem)}.parent_modal-busy-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#ffffffb3;z-index:10;border-radius:inherit;pointer-events:auto}.parent_modal-busy-spinner{width:32px;height:32px;border-radius:9999px;border-width:4px;border-style:solid;border-color:var(--color-gray-300);border-top-color:transparent;animation:parent_modal-spin .8s linear infinite}@keyframes parent_modal-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.parent_modal-footer-container{display:flex;justify-content:end;flex-shrink:0;padding:20px 24px;padding-bottom:max(20px,env(safe-area-inset-bottom,0px));border-top:1px solid var(--color-gray-200);width:100%;gap:12px;box-sizing:border-box}.parent_modal-footer-container--justify-start{justify-content:flex-start}.parent_modal-footer-container--justify-center{justify-content:center}.parent_modal-footer-button{width:100%;max-width:260px}@media(max-width:500px){.parent_modal-footer-container{flex-direction:column}.parent_modal-footer-button{max-width:100%}}.alert_modal-body{margin-bottom:12px}.alert_modal-body p{margin:0 0 .5em}.alert_modal-body p:last-child{margin-bottom:0}.toast_component-container{position:fixed;left:50%;top:32px;bottom:auto;transform:translate(-50%,-20px);width:calc(100% - 32px);max-width:min(calc(100% - 32px),calc(var(--app-max-width) - 32px));min-height:44px;height:auto;padding:10px 20px;display:flex;align-items:center;justify-content:center;z-index:1100;border-radius:4px;opacity:0;pointer-events:none;transition:opacity .4s ease,transform .4s ease}.toast_component-container.default,.toast_component-container.success{background:#0009;color:#fff}.toast_component-container.error{background:#eb181899;color:#fff}.toast_component-container.visible{opacity:1;transform:translate(-50%);pointer-events:auto}.toast_component-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 16px}.toast_component-close-button{position:absolute;right:4px;top:50%;transform:translateY(-50%);width:32px;height:32px;display:flex;align-items:center;justify-content:center;padding:0;background:transparent;border:none;border-radius:50%;cursor:pointer;transition:background .2s}.toast_component-close-button.default,.toast_component-close-button.error,.toast_component-close-button.success{color:#ffffffeb}.toast_component-close svg{width:20px;height:20px}@media(max-width:960px){.toast_component-container{top:auto;bottom:calc(var(--bottom-navi-height, 56px) + 20px + env(safe-area-inset-bottom,0px));transform:translate(-50%,20px)}.toast_component-container.visible{transform:translate(-50%)}}.date_edit-field{position:relative;width:100%;max-width:100%;min-width:0;height:100%;overflow:hidden;cursor:text}.date_edit-parts{display:flex;align-items:center;justify-content:flex-start;flex-wrap:nowrap;gap:2px;width:100%;max-width:100%;min-width:0;height:100%;overflow:hidden}.date_edit-part{display:inline-flex;align-items:center;gap:0;flex:0 0 auto}.date_edit-input{border:none;font-size:14px;line-height:1.4;color:var(--color-black);background:transparent;outline:none;box-sizing:border-box;padding:0;margin:0;border-radius:0;text-align:left;font-variant-numeric:tabular-nums;flex:0 0 auto;min-width:0}.date_edit-input--year{width:36px;min-width:36px;max-width:36px}.date_edit-input--month,.date_edit-input--day{width:20px;min-width:20px;max-width:20px}.date_edit-input--single-digit{text-align:right}.date_edit-input::placeholder{color:var(--color-gray-400);font-size:14px}.date_edit-input:disabled{opacity:.6;cursor:not-allowed}.date_edit-unit{flex:0 0 auto;font-size:14px;line-height:1.4;color:var(--color-gray-500)}.date_edit-weekday{flex:1 1 auto;min-width:0;margin-left:2px;font-size:14px;line-height:1.4;color:var(--color-black);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.date_edit-native-overlay{position:absolute;inset:0;width:100%;max-width:100%;height:100%;margin:0;padding:0;border:0;opacity:0;cursor:pointer;font-size:16px;z-index:1;box-sizing:border-box}.parent_select_edit-selector{position:absolute;inset:0;width:100%;height:100%;padding:22px 30px 4px 12px;border:none;font-size:14px;line-height:1.4;color:var(--color-black);background:transparent;cursor:pointer;appearance:none;outline:none;box-sizing:border-box;border-radius:8px}.parent_select_edit-selector:focus{outline:none}.parent_select_edit-icon{position:absolute;right:8px;top:50%;transform:translateY(-50%);color:var(--color-gray-400);font-size:16px;pointer-events:none}.radio_button_component-container{display:flex;gap:8px;flex-wrap:wrap}.radio_button_component-option{padding:10px 12px;background:var(--color-gray-100);border:2px solid transparent;border-radius:8px;font-size:14px;font-weight:500;color:var(--color-gray-500);cursor:pointer;transition:all .2s;min-width:100px;text-align:center;box-sizing:border-box}.radio_button_component-option:hover{background:var(--color-gray-200)}.radio_button_component-option.active{background:var(--color-white);border-color:var(--color-black);color:var(--color-black)}.child-edit-modal{display:flex;flex-direction:column;gap:14px}.child-edit-modal__field{display:flex;flex-direction:column;gap:6px}.child-edit-modal__label{font-size:12px;color:var(--color-gray-500)}.child-page__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.child-page__kana{margin-left:8px;font-size:11px;font-weight:400;color:var(--color-gray-500)}.child-page__bank-note{margin-top:8px}.child-page__guardian-form{display:flex;flex-direction:column;gap:14px}.child-page__mock-card{margin-top:8px;background:var(--color-orange-light)}.child-page__mock-select{display:block;width:100%;margin-top:10px;padding:8px 10px;border:1px solid var(--color-gray-300);border-radius:8px;background:var(--color-white);color:var(--color-black);font-size:13px}.child-page__mock-reset{width:100%;margin-top:10px}.history-page__month-list{display:flex;gap:6px;margin-bottom:12px;overflow-x:auto}.history-page__month{padding:6px 12px;border-radius:999px;background:var(--color-white);color:var(--color-gray-700);font-size:12px;white-space:nowrap;cursor:pointer}.history-page__month--active{background:var(--color-black);color:var(--color-white);font-weight:700}.history-page__item-sub{display:block;margin-top:2px;font-size:11px;color:var(--color-gray-500)}.history-page__total{display:flex;align-items:center;justify-content:space-between;margin-top:10px;padding-top:10px;border-top:2px solid var(--color-gray-200);font-size:13px;font-weight:700;color:var(--color-gray-900)}.history-page__bank{margin-top:8px}.history-page__status{display:flex;gap:4px;flex-shrink:0}.home-page__child-meta{margin-left:8px;font-size:11px;font-weight:400;color:var(--color-gray-500)}.home-page__stat-list{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-top:4px}.home-page__stat{display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 2px;border:1px solid var(--color-gray-200);border-radius:8px}.home-page__stat-value{font-size:15px;font-weight:700;color:var(--color-black)}.home-page__stat-label{font-size:10px;color:var(--color-gray-500)}.home-page__alert{margin-top:10px;padding:8px 10px;background:var(--color-orange-light);border-radius:8px;font-size:12px;line-height:1.6;color:var(--color-orange)}.home-page__transfer-note{margin-top:8px}.home-page__schedule-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-top:14px}.home-page__schedule-list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.home-page__schedule{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:6px 10px;padding:10px 12px;background:var(--color-gray-100);border-radius:10px}.home-page__schedule--done{opacity:.72}.home-page__schedule-text{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1 1 12rem}.home-page__schedule-date{font-size:13px;font-weight:700;color:var(--color-black)}.home-page__schedule-sub{font-size:11px;color:var(--color-gray-700);line-height:1.5}.home-page__badge-row{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex:0 0 auto;margin-left:auto}.reserve-page__month-bar{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:8px}.reserve-page__month{font-size:16px;font-weight:700;color:var(--color-black)}.reserve-page__guide{margin-bottom:10px}.reserve-page__calendar{background:var(--color-white);border-radius:12px;padding:10px 8px;margin-bottom:12px}.reserve-page__weekday-row,.reserve-page__day-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.reserve-page__weekday{text-align:center;font-size:11px;color:var(--color-gray-500);padding-bottom:4px}.reserve-page__weekday--sun{color:var(--color-red)}.reserve-page__weekday--sat{color:var(--color-blue)}.reserve-page__day{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:44px;padding:2px;border:1px solid var(--color-gray-200);border-radius:8px;background:var(--color-white);cursor:pointer}.reserve-page__day--blank,.reserve-page__day--none{border-color:transparent;background:transparent;cursor:default}.reserve-page__day-number{font-size:12px;color:var(--color-gray-900)}.reserve-page__day-mark{font-size:9px;color:var(--color-gray-400)}.reserve-page__day--open .reserve-page__day-mark{color:var(--color-green)}.reserve-page__day--past{opacity:.4}.reserve-page__day--reserved{background:var(--color-blue-light);border-color:var(--color-blue)}.reserve-page__day--reserved .reserve-page__day-mark{color:var(--color-blue)}.reserve-page__day--selected{background:var(--color-black);border-color:var(--color-black)}.reserve-page__day--selected .reserve-page__day-number,.reserve-page__day--selected .reserve-page__day-mark{color:var(--color-white)}.reserve-page__row-sub{margin-left:6px;font-size:11px;color:var(--color-gray-500)}.reserve-page__lesson-list{display:flex;flex-direction:column;gap:8px}.reserve-page__lesson{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px;border:1px solid var(--color-gray-200);border-radius:10px}.reserve-page__lesson-main{min-width:0}.reserve-page__lesson-time{font-size:14px;font-weight:700;color:var(--color-black)}.reserve-page__lesson-sub{font-size:11px;color:var(--color-gray-500)}.step-component__brand-header{position:fixed;top:0;left:50%;transform:translate(-50%);width:100%;max-width:var(--app-width);min-height:calc(80px + env(safe-area-inset-top,0px));display:none;justify-content:space-between;align-items:center;padding:20px;padding-top:calc(20px + env(safe-area-inset-top,0px));box-sizing:border-box;background:var(--color-white);border-bottom:1px solid var(--color-gray-200);z-index:100;transition:all .2s ease-in-out}@media(min-width:768px){.step-component__brand-header{display:flex}}.step-component__brand-logo{padding:8px 6px 8px 10px;margin-right:auto;height:32px;width:auto;max-width:none;object-fit:contain;flex-shrink:0;cursor:pointer}.step-component__section{padding:16px}.step-component__section--form{display:flex;flex-direction:column;gap:16px}.step-component__section--text{min-height:calc(100vh - 80px);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px;box-sizing:border-box}@media(max-width:767px){.step-component__section,.step-component__section--text{padding-top:calc(16px + env(safe-area-inset-top,0px))}}.step-component__text-title{font-size:15px;font-weight:400;color:var(--color-gray-500);margin:0;text-align:center;width:100%}.step-component__title-header{display:flex;align-items:center;gap:8px;margin:0 0 16px}.step-component__title{font-size:18px;font-weight:700;color:var(--color-black);margin:0}.step-component__bottom{position:fixed;display:flex;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:var(--app-width);padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px));background:var(--color-white);border-top:1px solid var(--color-gray-200);z-index:50;box-sizing:border-box}.step-component__next{width:100%}.transfer-page__guide{margin-bottom:10px}.transfer-page__row-sub{margin-left:6px;font-size:11px;color:var(--color-gray-500)}.transfer-page__from-date{margin-top:2px;font-size:15px;font-weight:700;color:var(--color-black)}.transfer-page__from{margin-bottom:12px}.transfer-page__warn{margin-bottom:12px;padding:10px;background:var(--color-orange-light);border-radius:8px;font-size:12px;line-height:1.6;color:var(--color-orange)}.transfer-page__unavailable-title{margin-top:12px}.transfer-page__candidate-list{display:flex;flex-direction:column;gap:8px}.transfer-page__candidate{display:flex;flex-direction:column;align-items:flex-start;gap:3px;padding:12px;border:1px solid var(--color-gray-200);border-radius:10px;background:var(--color-white);text-align:left;cursor:pointer}.transfer-page__candidate--selected{border-color:var(--color-black);box-shadow:inset 0 0 0 1px var(--color-black)}.transfer-page__candidate-date{font-size:14px;font-weight:700;color:var(--color-black)}.transfer-page__candidate-sub{font-size:11px;color:var(--color-gray-500)}
