html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-width:320px}.app{max-width:1200px;margin:0 auto;padding:2rem;text-align:center;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}.app__header{margin-bottom:3rem}.app__title{font-size:3rem;font-weight:800;margin:0;background:linear-gradient(to right,#646cff,#9089fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.app__subtitle{font-size:1.2rem;color:#666;margin-top:.5rem}.app__main{display:flex;flex-direction:column;gap:2rem}.app__section{width:100%}.header{background-color:#fff;border-bottom:1px solid #eaeaea;padding:1rem 0;position:sticky;top:0;z-index:100}.header__container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.header__logo{display:flex;align-items:center;text-decoration:none;z-index:101}.header__logo-img{height:40px;width:auto}.header__nav{display:flex;align-items:center;gap:1.5rem}.header__link{text-decoration:none;color:#333;font-weight:500;font-size:.95rem;transition:color .2s}.header__link:hover{color:#646cff}.header__button{border:none;background:none;cursor:pointer;font-family:inherit;font-size:.95rem;font-weight:500;padding:.5rem 1rem;border-radius:6px;transition:all .2s}.header__button--signup{background-color:#646cff;color:#fff;text-decoration:none}.header__button--signup:hover{background-color:#535bf2}.header__button--logout{color:#666}.header__button--logout:hover{background-color:#f5f5f5;color:#333}.header__mobile-toggle{display:none;background:none;border:none;cursor:pointer;color:#333;z-index:101;padding:.5rem}@media(max-width:768px){.header__container{padding:0 1rem}.header__mobile-toggle{display:block}.header__nav{position:fixed;top:0;right:-100%;width:100%;height:100vh;background-color:#fff;flex-direction:column;justify-content:center;gap:2rem;transition:right .3s ease-in-out;box-shadow:-2px 0 5px #0000001a}.header__nav--mobile-open{right:0}.header__link,.header__button{font-size:1.25rem}}.layout{display:flex;flex-direction:column;min-height:100vh}.layout__main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding-bottom:20px;box-sizing:border-box}.layout__footer{text-align:center;padding:2rem;background-color:#f9f9f9;color:#888;font-size:.85rem;border-top:1px solid #eaeaea}.home{display:flex;flex-direction:column;width:100%;position:relative}.home:before{content:"";position:fixed;top:2%;left:0;width:100%;height:100%;background-image:url(/Netty_Web_Background.svg);background-size:85%;background-position:center center;background-repeat:no-repeat;z-index:-1;opacity:.4}.home__hero{min-height:calc(100vh - 80px);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;width:100%}.home__brand-images{width:100%;display:flex;flex-direction:column}.home__brand-image{width:100%;height:auto;display:block}.home__title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.3;background:linear-gradient(to right,#646cff,#9089fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));background-color:#fff;padding:1rem 2rem;border-radius:16px;width:fit-content;margin-left:auto;margin-right:auto}.home__subtitle{font-size:1.25rem;color:#333;line-height:1.6;margin-bottom:2.5rem;font-weight:500;background-color:#fff;padding:1rem 2rem;border-radius:16px;width:fit-content;margin-left:auto;margin-right:auto}.home__actions{display:flex;gap:1rem;justify-content:center}.home__button{padding:.8rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:transform .2s;box-shadow:0 4px 6px #0000001a}.home__button:hover{transform:translateY(-2px);box-shadow:0 6px 8px #00000026}.home__button--primary{background-color:#646cff;color:#fff}.home__button--secondary{background-color:#fff;color:#333;border:1px solid #eaeaea}@media(max-width:768px){.home__title{font-size:2rem;padding:.75rem 1.5rem}.home__subtitle{font-size:1rem;padding:.75rem 1.5rem;margin-bottom:2rem}.home__actions{flex-direction:column;width:100%;max-width:300px}.home__button{display:flex;justify-content:center;align-items:center}}.toast{position:fixed;top:20px;right:20px;display:flex;align-items:center;gap:12px;padding:16px 20px;border-radius:12px;background:#fff;box-shadow:0 8px 24px #0000001f;z-index:9999;animation:slideIn .3s ease-out forwards;min-width:300px;max-width:400px;border-left:4px solid transparent}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast--success{border-left-color:#10b981}.toast--success .toast__icon{color:#10b981}.toast--error{border-left-color:#ef4444}.toast--error .toast__icon{color:#ef4444}.toast--info{border-left-color:#3b82f6}.toast--info .toast__icon{color:#3b82f6}.toast__message{flex:1;font-size:.95rem;color:#333;margin:0;font-weight:500}.toast__close{background:none;border:none;color:#999;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.toast__close:hover{background:#f5f5f5;color:#333}.auth-page{max-width:800px;margin:4rem auto;padding:0 2rem}.auth-page__title{font-size:2rem;margin-bottom:2rem;color:#333;text-align:center}.auth-progress{display:flex;align-items:center;justify-content:center;margin-bottom:3rem;gap:1rem}.auth-progress__step{font-size:1rem;font-weight:600;color:#ccc;transition:color .3s}.auth-progress__step.active{color:#4f46e5}.auth-progress__line{width:50px;height:2px;background-color:#eee;transition:background-color .3s}.auth-progress__line.active{background-color:#4f46e5}.auth-form{display:flex;flex-direction:column;gap:2.5rem;text-align:left;max-width:600px;margin:0 auto}.auth-step{display:flex;flex-direction:column;gap:.5rem}.auth-step.active{display:block}.auth-form:has(.growth-test-item){max-width:100%}.auth-form__group{display:flex;flex-direction:column;gap:.5rem}.auth-form__group--checkbox{flex-direction:row;align-items:center}.auth-checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.95rem;cursor:pointer}.auth-form__label{font-size:.9rem;font-weight:600;color:#555}.auth-form__input,.auth-form__select{padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;width:100%;box-sizing:border-box;font-family:inherit;color:#333}input[type=date].auth-form__input{font-family:inherit;color:#333;appearance:none}.auth-buttons{display:flex;gap:1rem;margin-top:2rem}.auth-form__button{flex:1;padding:.8rem;background-color:#4f46e5;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s;margin-top:1rem}.auth-form__button:hover{background-color:#4338ca}.auth-form__button--secondary{background-color:#f3f4f6;color:#374151}.auth-form__button--secondary:hover{background-color:#e5e7eb}.terms-section{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem;border-top:1px solid #eee;padding-top:1.5rem}.terms-all-agree{padding-bottom:1.5rem;border-bottom:1px solid #eee;margin-bottom:.5rem}.terms-group{display:flex;flex-direction:column;gap:.5rem}.terms-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.terms-title{font-size:.95rem;font-weight:600;color:#333}.terms-checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;cursor:pointer;color:#555}.terms-checkbox-label--all{font-size:1rem;font-weight:600;color:#333}.terms-box{width:100%;height:120px;padding:1rem;border:1px solid #ddd;border-radius:6px;background-color:#f9fafb;overflow-y:auto;font-size:.85rem;color:#555;line-height:1.5;box-sizing:border-box}.growth-test-container{width:100%}.growth-test-item{margin-bottom:3rem;background:#f9fafb;padding:2rem;border-radius:12px}.growth-test-item h3{margin-top:0;margin-bottom:1rem;color:#1f2937}.growth-test-desc{color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.growth-test-options{display:flex;flex-direction:column;gap:1rem}.growth-radio-label{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s}.growth-radio-label:hover{border-color:#4f46e5;background:#eef2ff}.growth-radio-label.read-only{cursor:default}.growth-radio-label.read-only:hover{border-color:#e5e7eb;background:#fff}.growth-radio-label input[type=radio]{width:1.2rem;height:1.2rem;accent-color:#4f46e5}.growth-test-table-wrapper{overflow-x:auto}.growth-test-table{width:100%;border-collapse:collapse;background:#fff;font-size:.9rem}.growth-test-table th,.growth-test-table td{border:1px solid #e5e7eb;padding:1rem;text-align:center;vertical-align:middle}.growth-test-table th{background:#f3f4f6;font-weight:600;color:#374151}.growth-test-table td{color:#4b5563;line-height:1.4}.text-center{text-align:center}.milkdown .editor{outline:none;min-height:500px;padding:2rem!important;font-family:Pretendard,Noto Sans KR,sans-serif;font-size:1.05rem;line-height:1.7;color:#333;max-width:100%;margin:0 auto}.milkdown h1{font-size:2rem;border-bottom:1px solid #eee;padding-bottom:.5rem;margin-top:2rem}.milkdown h2{font-size:1.5rem;margin-top:1.5rem}.milkdown h3{font-size:1.25rem;margin-top:1.25rem}.milkdown ul,.milkdown ol{padding-left:1.5rem}.milkdown li{margin-bottom:.25rem}.milkdown blockquote{border-left:4px solid #e5e7eb;padding-left:1rem;margin-left:0;color:#6b7280;font-style:italic}.milkdown pre{background:#f3f4f6;padding:1rem;border-radius:6px;font-family:monospace}.react-calendar{width:350px;max-width:100%;background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar *:before,.react-calendar *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__century-view__decades__decade--neighboringCentury{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;font:inherit;font-size:.833em}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__month-view__days__day--neighboringMonth:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__century-view__decades__decade--neighboringCentury:disabled{color:#cdcdcd}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.daily-record-page{max-width:1200px;margin:0 auto;padding:0 2rem}.daily-record-page__header{text-align:center;margin-bottom:2rem}.daily-record-page__title{font-size:2rem;font-weight:700;margin-bottom:2rem;color:#333}.daily-record-page__subtitle{color:#666}.daily-record-page__content{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}@media(min-width:768px){.daily-record-page__content{flex-direction:row;align-items:flex-start}}.daily-record-page__left{flex:1}.daily-record-page__right{flex:1.5;display:flex;flex-direction:column;gap:2rem}.daily-record-page__calendar-wrapper{background-color:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;display:flex;justify-content:center}.react-calendar{width:100%;max-width:100%;background:#fff;border:none;font-family:inherit;font-size:1.1rem}.react-calendar__tile{padding:1rem .5rem;border-radius:6px}.react-calendar__tile--active{background:#646cff!important;color:#fff}.react-calendar__tile--now{background:#f0f0f5;color:#333}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.record-input{background-color:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000000d;margin-bottom:2rem}.record-input__title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#333;text-align:left}.record-input__form{display:flex;flex-direction:column;gap:1rem}.record-input__textarea{width:100%;min-height:120px;padding:1rem;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;line-height:1.5;resize:vertical;font-family:inherit;box-sizing:border-box}.record-input__textarea:focus{outline:none;border-color:#646cff;box-shadow:0 0 0 2px #646cff1a}.record-input__button{align-self:flex-end;padding:.8rem 1.5rem;background-color:#646cff;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}.record-input__button:hover{background-color:#535bf2}.record-input__button:disabled{background-color:#ccc;cursor:not-allowed}.daily-record-list{background-color:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000000d;text-align:left}.daily-record-list--empty{text-align:center;color:#888;padding:3rem 1.5rem}.daily-record-list__date{font-size:1.1rem;font-weight:700;margin-bottom:1.5rem;color:#333;border-bottom:1px solid #eee;padding-bottom:.5rem}.daily-record-list__items{display:flex;flex-direction:column;gap:1rem}.daily-record-list__card{background-color:#f9f9f9;border-radius:8px;padding:1rem;border:1px solid #eee}.daily-record-list__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.daily-record-list__time{font-size:.8rem;color:#888}.daily-record-list__actions{display:flex;gap:.5rem}.daily-record-list__action-btn{border:none;background:none;cursor:pointer;font-size:.8rem;padding:.2rem .5rem;border-radius:4px;transition:background-color .2s}.daily-record-list__action-btn--edit{color:#646cff}.daily-record-list__action-btn--edit:hover{background-color:#646cff1a}.daily-record-list__action-btn--delete{color:#ff4d4f}.daily-record-list__action-btn--delete:hover{background-color:#ff4d4f1a}.daily-record-list__action-btn--save{background-color:#646cff;color:#fff}.daily-record-list__action-btn--save:hover{background-color:#535bf2}.daily-record-list__action-btn--cancel{background-color:#f5f5f5;color:#666}.daily-record-list__action-btn--cancel:hover{background-color:#e0e0e0}.daily-record-list__content{font-size:1rem;line-height:1.6;color:#333;white-space:pre-wrap}.daily-record-list__edit-textarea{width:100%;min-height:80px;padding:.5rem;border:1px solid #646cff;border-radius:4px;font-family:inherit;font-size:1rem;resize:vertical;box-sizing:border-box}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:.9;--rt-transition-show-delay:.15s;--rt-transition-closing-delay:.15s;--rt-arrow-size:8px}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute;z-index:-1}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:max-content}.styles-module_arrow__K0L3T{height:var(--rt-arrow-size);width:var(--rt-arrow-size)}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}.contribution-graph{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #0000000d;margin-bottom:2rem;border:1px solid #f0f0f0}.contribution-graph__stats{display:flex;justify-content:space-around;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #f0f0f0}.contribution-graph__stat{display:flex;flex-direction:column;align-items:center}.contribution-graph__stat-value{font-size:1.5rem;font-weight:700;color:#333}.contribution-graph__stat-label{font-size:.9rem;color:#888;margin-top:.25rem}.contribution-graph__calendar{display:flex;justify-content:center;overflow-x:auto;padding-bottom:.5rem}.contribution-graph__calendar::-webkit-scrollbar{height:6px}.contribution-graph__calendar::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px}.admin-feedback{margin-top:1rem;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;overflow:hidden;transition:all .3s ease}.admin-feedback.expanded{box-shadow:0 2px 8px #0000000d;border-color:#dee2e6}.admin-feedback__header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background-color:#f1f3f5;cursor:pointer;-webkit-user-select:none;user-select:none}.admin-feedback__title{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#495057;font-size:.95rem}.admin-feedback__author{font-weight:400;color:#868e96;font-size:.9rem}.admin-feedback__actions{display:flex;align-items:center;gap:.5rem}.admin-feedback__btn{background:none;border:none;cursor:pointer;color:#868e96;padding:4px;border-radius:4px;transition:all .2s;display:flex;align-items:center;justify-content:center}.admin-feedback__btn:hover{background-color:#e9ecef;color:#495057}.toggle-icon{color:#adb5bd}.admin-feedback__body{padding:1rem;background-color:#fff;border-top:1px solid #e9ecef}.admin-feedback__content .admin-feedback__text{margin:0;line-height:1.6;color:#212529;white-space:pre-wrap}.admin-feedback__empty{color:#adb5bd!important;font-style:italic}.admin-feedback__date{margin-top:.5rem!important;font-size:.8rem;color:#adb5bd!important;text-align:right}.admin-feedback__editor{display:flex;flex-direction:column;gap:.5rem}.admin-feedback__textarea{width:100%;box-sizing:border-box;min-height:100px;padding:.75rem;border:1px solid #ced4da;border-radius:4px;font-family:inherit;font-size:.95rem;resize:vertical}.admin-feedback__textarea:focus{outline:none;border-color:#748ffc;box-shadow:0 0 0 2px #748ffc33}.admin-feedback__editor-actions{display:flex;justify-content:flex-end;gap:.5rem}.admin-feedback__btn--save,.admin-feedback__btn--cancel{padding:.4rem .8rem;border-radius:4px;font-size:.9rem;cursor:pointer;display:flex;align-items:center;gap:.3rem;border:none}.admin-feedback__btn--save{background-color:#4dabf7;color:#fff}.admin-feedback__btn--save:hover{background-color:#339af0}.admin-feedback__btn--cancel{background-color:#e9ecef;color:#495057}.admin-feedback__btn--cancel:hover{background-color:#dee2e6}.growth-record-page{max-width:1200px;margin:0 auto;padding:0 2rem;color:#333}.growth-record__header{display:flex;justify-content:space-between;align-items:center}.growth-record__title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0}.growth-record__controls{display:flex;gap:1rem;align-items:center}.growth-select{padding:.5rem 1rem;border:1px solid #ddd;border-radius:8px;font-size:1rem}.growth-tabs{display:flex;gap:1rem;margin-bottom:1rem;border-bottom:1px solid #eee;padding-bottom:.5rem;overflow-x:auto}.growth-tab{padding:.75rem 1.5rem;border:none;background:none;font-size:1.1rem;font-weight:500;color:#666;cursor:pointer;border-radius:8px;transition:all .2s;white-space:nowrap}.growth-tab:hover{background:#f5f5f5;color:#333}.growth-tab.active{background:#eef2ff;color:#4f46e5;font-weight:600}.growth-tabs-mobile{display:none;margin-bottom:1.5rem}.growth-tabs-mobile-select{width:100%;padding:.75rem;font-size:1rem;border:1px solid #ddd;border-radius:8px;background-color:#fff}.growth-section{animation:fadeIn .3s ease-out}.growth-section__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.growth-section__title{font-size:1.5rem;font-weight:600;color:#1a1a1a}.growth-items{display:flex;flex-direction:row;gap:1.5rem;flex-wrap:wrap}.growth-items--vertical{flex-direction:column}.growth-item-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb;flex:1;min-width:250px}.growth-item-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f3f4f6}.growth-item-card__header h3{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.growth-form-group{margin-bottom:1.5rem}.growth-form-group label{display:block;font-size:.95rem;font-weight:600;color:#374151;margin-bottom:.5rem}.growth-input,.growth-textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;font-family:inherit;background-color:#fff;transition:border-color .2s;box-sizing:border-box}.growth-input:focus,.growth-textarea:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.growth-textarea{resize:vertical;min-height:100px}.growth-activities-list{display:flex;flex-direction:column;gap:.75rem}.growth-activity-row{display:flex;gap:.5rem;align-items:center}.growth-btn{padding:.5rem 1rem;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s}.growth-btn--save{background:#4f46e5;color:#fff;padding:.75rem 2rem}.growth-btn--save:hover{background:#4338ca}.growth-btn--secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.growth-btn--secondary:hover{background:#e5e7eb;border-color:#9ca3af}.growth-btn--add{background:#f3f4f6;color:#374151;width:100%;border:2px dashed #d1d5db}.growth-btn--add:hover{background:#e5e7eb;border-color:#9ca3af}.growth-btn--add-sub{background:none;color:#4f46e5;padding:.5rem 0;text-align:left;font-size:.9rem}.growth-btn--add-sub:hover{text-decoration:underline}.growth-btn--delete{background:#fee2e2;color:#ef4444}.growth-btn--delete:hover{background:#fecaca}.growth-btn-icon{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:1.5rem;padding:0 .5rem;line-height:1}.growth-btn-icon:hover{color:#ef4444}.growth-item-header{display:flex;gap:2rem;margin-bottom:1.5rem;padding:1rem;background:#f9fafb;border-radius:8px}.growth-item-header__info{display:flex;flex-direction:column;gap:.25rem}.growth-label{font-size:.85rem;color:#6b7280;font-weight:500}.growth-value{font-size:1rem;color:#111827;font-weight:600}.growth-activities-log{display:flex;flex-direction:column;gap:1.5rem}.growth-activity-log-row{border-left:3px solid #e5e7eb;padding-left:1.5rem}.growth-activity-actions{display:flex;justify-content:flex-end;margin-top:.5rem}.growth-activity-content{margin-bottom:.75rem}.growth-activity-badge{display:inline-block;padding:.25rem .5rem;background:#e0e7ff;color:#4f46e5;border-radius:4px;font-size:.8rem;font-weight:600;margin-bottom:.25rem}.growth-activity-content p{margin:0;font-size:1rem;color:#374151}.growth-analysis-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.growth-analysis-item.full-width{grid-column:1 / -1}.growth-overview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.growth-overview-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.growth-overview-header{background:#f9fafb;padding:.75rem 1rem;border-bottom:1px solid #e5e7eb}.growth-overview-header h3{margin:0;font-size:1rem;color:#374151}.growth-overview-body{padding:1rem}.growth-reflection-container{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a}.growth-input--large{font-size:1.25rem}.growth-textarea--large{min-height:400px;font-size:1.1rem;line-height:1.6}.growth-activity-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.growth-log-entries{display:flex;flex-direction:column;gap:1rem}.growth-log-entry-row{display:flex;flex-direction:column;gap:1rem;align-items:stretch;padding:1rem;background:#fcfcfd;border-radius:8px;border:1px solid #e5e7eb}.growth-log-entry-header{display:flex;align-items:center;gap:1rem}.growth-log-entry-body{display:flex;gap:1rem}.growth-log-input-group{flex:1;display:flex;flex-direction:column;gap:.5rem}.growth-log-title-group{flex:1}.growth-log-title-input{font-weight:600;font-size:1rem;border:none;background:transparent;padding:.5rem 0;border-bottom:1px solid transparent;border-radius:0;width:100%}.growth-log-title-input:focus{box-shadow:none;border-bottom-color:#4f46e5;outline:none}.growth-log-title-input::placeholder{color:#9ca3af;font-weight:400}.growth-log-status-group{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:.5rem}.growth-log-label-small{font-size:.8rem;font-weight:600;color:#6b7280}.growth-status-toggle{width:32px;height:32px;border-radius:50%;border:1px solid #d1d5db;background:#fff;display:flex;align-items:center;justify-content:center;font-size:1rem;cursor:pointer;transition:all .2s}.growth-status-toggle:hover{background:#f3f4f6;transform:scale(1.05)}.growth-status-toggle.status-achieved{background:#ecfdf5;border-color:#10b981;color:#059669}.growth-status-toggle.status-unachieved{background:#fef2f2;border-color:#ef4444;color:#dc2626}.growth-status-toggle.status-neutral{background:#f3f4f6;border-color:#9ca3af;color:#6b7280}.growth-btn-remove-entry{margin-top:0;color:#9ca3af}.growth-btn-remove-entry:hover{color:#ef4444}.growth-log-empty-state{padding:2rem;text-align:center;color:#9ca3af;font-size:.9rem;background:#f9fafb;border-radius:8px;border:1px dashed #d1d5db}@media(max-width:768px){.growth-record-page{padding:0 1rem}.growth-record__header{flex-direction:column;align-items:flex-start;gap:1rem}.growth-record__controls{width:100%;justify-content:space-between}.growth-tabs{display:none}.growth-tabs-mobile{display:block}.growth-items{flex-direction:column}.growth-analysis-grid,.growth-overview-grid{grid-template-columns:1fr}.growth-section__header{flex-direction:column;align-items:flex-start;gap:1rem}.growth-section__controls{width:100%;display:flex;justify-content:flex-end}.growth-item-header{flex-direction:column;gap:1rem}.growth-log-entry-body{flex-direction:column}.growth-log-status-group{flex-direction:row;justify-content:space-between;width:100%}}.record-page{max-width:1200px;margin:0 auto}.record-page__header{margin-bottom:.5rem}.record-page__title{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:1.5rem}.record-page__tabs{display:flex;gap:1rem;border-bottom:1px solid var(--border-color)}.record-page__tab{padding:.5rem 1rem;border:none;background:none;font-size:1.1rem;font-weight:600;color:var(--text-secondary);cursor:pointer;position:relative;transition:all .2s ease}.record-page__tab:hover,.record-page__tab.active{color:var(--primary-color)}.record-page__tab.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background-color:var(--primary-color)}.record-page__content{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.board-page{padding:0 2rem;max-width:1200px;margin:0 auto}.board__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.board__title{font-size:2rem;font-weight:700;color:#333;margin-bottom:0}.board__description{font-size:1rem;color:#666;margin-bottom:0}.board__write-btn{padding:.6rem 1.2rem;background-color:#646cff;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}.board__write-btn:hover{background-color:#535bf2}.post-list{display:flex;flex-direction:column;gap:1.5rem}.post-item{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000000d;transition:transform .2s}.post-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.post-item__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.post-item__title{font-size:1.5rem;font-weight:700;color:#333;margin:0}.post-item__meta{font-size:.9rem;color:#888;display:flex;gap:1rem}.post-item__content{font-size:1rem;color:#555;line-height:1.6;white-space:pre-wrap}.post-item__actions{margin-top:1.5rem;display:flex;gap:.5rem;justify-content:flex-end}.post-item__btn{padding:.5rem 1rem;border:1px solid #eee;background:#fff;border-radius:6px;cursor:pointer;font-size:.9rem;color:#666}.post-item__btn:hover{background:#f9f9f9;color:#333}.post-item__btn--delete{color:#ff4d4f;border-color:#ffccc7}.post-item__btn--delete:hover{background:#fff1f0;color:#ff4d4f}.post-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 16px #0000001a}.post-form__group{margin-bottom:1.5rem}.post-form__label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.post-form__input,.post-form__textarea{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;font-family:inherit}.post-form__textarea{min-height:200px;resize:vertical}.post-form__actions{display:flex;justify-content:flex-end;gap:1rem}.post-form__btn{padding:.8rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;border:none}.post-form__btn--cancel{background:#f5f5f5;color:#666}.post-form__btn--submit{background:#646cff;color:#fff}.admin-layout{min-height:100vh;display:flex;flex-direction:column;background-color:#f8fafc}.admin-container{display:flex;flex:1;max-width:1400px;margin:0 auto;width:100%;padding:2rem;gap:2rem}.admin-container.vertical-layout{flex-direction:column}.admin-container.vertical-layout .admin-sidebar{width:100%;margin-bottom:0}.admin-sidebar{width:250px;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;height:fit-content}.admin-sidebar-header h3{margin:0 0 1.5rem;color:#1e293b;font-size:1.25rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.admin-nav{display:flex;flex-direction:column;gap:.5rem}.admin-nav-item{padding:.75rem 1rem;border-radius:8px;color:#64748b;text-decoration:none;font-weight:500;transition:all .2s}.admin-nav-item:hover{background-color:#f1f5f9;color:#0f172a}.admin-nav-item.active{background-color:#e0e7ff;color:#4f46e5}.admin-content{flex:1;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.admin-page-title{font-size:1.5rem;color:#1e293b;margin-bottom:2rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.stat-card{background:#fff;padding:1.5rem;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d}.stat-card h3{margin:0 0 .5rem;color:#64748b;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:2rem;font-weight:700;color:#0f172a;margin:0}.table-container{background:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden;box-shadow:0 1px 2px #0000000d;overflow-x:auto}.user-table{width:100%;border-collapse:collapse;text-align:left;min-width:600px}.user-table th{background:#f8fafc;padding:1rem;font-weight:600;color:#64748b;border-bottom:1px solid #e2e8f0;white-space:nowrap}.user-table td{padding:1rem;border-bottom:1px solid #e2e8f0;color:#334155;white-space:nowrap}.user-table tr:last-child td{border-bottom:none}.role-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}.role-badge.admin{background:#e0e7ff;color:#4f46e5}.role-badge.user{background:#f1f5f9;color:#64748b}.status-badge{padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500}.status-badge.success{background-color:#dcfce7;color:#166534}.status-badge.warning{background-color:#fef9c3;color:#854d0e}.status-badge.error{background-color:#fee2e2;color:#991b1b}.status-badge.info{background-color:#e0f2fe;color:#075985}.pagination{display:flex;justify-content:center;align-items:center;margin-top:2rem;gap:1rem}.page-btn{padding:.5rem 1rem;border:1px solid #e2e8f0;background:#fff;border-radius:6px;cursor:pointer;color:#64748b}.page-btn:disabled{opacity:.5;cursor:not-allowed}.page-btn:not(:disabled):hover{background:#f8fafc;color:#0f172a}.page-info{color:#64748b;font-size:.875rem}.admin-btn-small{padding:.375rem .75rem;font-size:.8125rem;font-weight:500;color:#4f46e5;background-color:#eef2ff;border:1px solid #c7d2fe;border-radius:6px;cursor:pointer;transition:all .2s}.admin-btn-small:hover{background-color:#4f46e5;color:#fff;border-color:#4f46e5}.role-select{padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500;border:1px solid #e5e7eb;outline:none;cursor:pointer;text-transform:capitalize}.role-select option{background-color:#fff;color:#1e293b;padding:.5rem;font-size:.9rem}.role-select.free,.role-badge.free,.role-select.user,.role-badge.user{background-color:#f3f4f6;color:#4b5563;border-color:#d1d5db}.role-select.pro,.role-badge.pro{background-color:#dbeafe;color:#1e40af;border-color:#93c5fd}.role-select.ultra,.role-badge.ultra{background-color:#fae8ff;color:#86198f;border-color:#f0abfc}.role-select.admin,.role-badge.admin{background-color:#fef3c7;color:#92400e;border-color:#fcd34d}@media(max-width:768px){.admin-container{flex-direction:column;padding:1rem}.admin-sidebar{width:100%;margin-bottom:1rem}.admin-content{padding:1rem}.stats-grid{grid-template-columns:1fr}}.month-selector{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;padding:1rem;background-color:#fff;border-radius:12px;border:1px solid #e2e8f0}.month-btn{padding:.5rem 1rem;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;font-size:.9rem;cursor:pointer;transition:all .2s}.month-btn:hover{background-color:#f8fafc;border-color:#cbd5e1;color:#334155}.month-btn.active{background-color:#e0e7ff;border-color:#818cf8;color:#4f46e5;font-weight:600}.admin-btn-small.success{background-color:#dcfce7;color:#166534;border-color:#bbf7d0}.admin-btn-small.success:hover{background-color:#16a34a;color:#fff;border-color:#16a34a}.admin-btn-small.danger{background-color:#fee2e2;color:#991b1b;border-color:#fecaca}.admin-btn-small.danger:hover{background-color:#dc2626;color:#fff;border-color:#dc2626}.my-page{padding:2rem;max-width:800px;margin:0 auto;font-family:Pretendard,sans-serif}.my-page__container{display:flex;flex-direction:column;align-items:center}.my-page__title{font-size:2rem;font-weight:700;margin-bottom:2rem;color:#333}.my-page__card{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000000d;width:100%;max-width:500px;overflow:hidden;border:1px solid #f0f0f0}.my-page__header{background:linear-gradient(135deg,#667eea,#764ba2);padding:3rem 2rem;display:flex;flex-direction:column;align-items:center;color:#fff}.my-page__subtitle{font-size:1.5rem;font-weight:700;margin:0;margin-bottom:.25rem}.my-page__username{font-size:.9rem;opacity:.8}.my-page__content{padding:2rem}.my-page__info,.my-page__form{display:flex;flex-direction:column;gap:1.5rem}.my-page__row,.my-page__field{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid #f5f5f5}.my-page__field{flex-direction:column;align-items:flex-start;gap:.5rem}.my-page__label,label{font-size:.9rem;color:#888;font-weight:500}.my-page__value{font-size:1rem;color:#333;font-weight:600}.my-page__value-readonly{font-size:1rem;color:#666;background:#f9f9f9;padding:.5rem;border-radius:8px;width:100%;box-sizing:border-box}.my-page__input{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .2s;box-sizing:border-box}.my-page__input:focus{border-color:#667eea;outline:none}.my-page__button{width:100%;padding:1rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .1s,background-color .2s;margin-top:1rem}.my-page__button:active{transform:scale(.98)}.my-page__button--edit{background-color:#f8f9fa;color:#333;border:1px solid #ddd}.my-page__button--edit:hover{background-color:#f0f0f0}.my-page__button--cancel{background:#f8f9fa;color:#666;border:1px solid #ddd;flex:1}.my-page__button--cancel:hover{background-color:#e0e0e0}.my-page__loading,.my-page__error{text-align:center;padding:3rem;font-size:1.2rem;color:#666}.my-page__growth-results{margin-top:2rem;padding-top:2rem;border-top:1px solid #eee}.my-page__section-title{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:1.5rem}.my-page__result-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #f9fafb}.my-page__result-item:last-child{border-bottom:none}.my-page__result-label{color:#666;font-weight:500}.my-page__result-value{color:#4f46e5;font-weight:600}.my-page__link-button{display:inline-block;font-size:.9rem;color:#666;text-decoration:underline;cursor:pointer}.my-page__link-button:hover{color:#4f46e5}.my-page__avatar-wrapper{width:80px;height:80px;border-radius:50%;overflow:hidden;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;border:2px solid #fff;box-shadow:0 2px 8px #0000001a}.my-page__avatar-image{width:100%;height:100%;object-fit:cover}@media(max-width:768px){.my-page{padding:1rem}.my-page__title{font-size:1.5rem;margin-bottom:1.5rem}.my-page__header{padding:2rem 1.5rem}.my-page__content{padding:1.5rem}.my-page__row{flex-direction:column;align-items:flex-start;gap:.5rem}.my-page__label{font-size:.85rem;margin-bottom:.25rem}.my-page__value{width:100%;padding-left:.5rem;border-left:2px solid #e0e7ff}.my-page__actions{display:flex;flex-direction:column;gap:.5rem}.my-page__button{margin-top:.5rem}}
