.Calendar-module__jSAN6G__calendar{background:#fff;border-radius:16px;padding:20px;box-shadow:0 4px 15px #00000014}.Calendar-module__jSAN6G__weekdayHeader{grid-template-columns:repeat(7,1fr);gap:10px;margin-bottom:10px;display:grid}.Calendar-module__jSAN6G__weekday{text-align:center;color:var(--gray);padding:10px 0;font-family:Noto Sans KR,sans-serif;font-size:.9rem;font-weight:500}.Calendar-module__jSAN6G__sunday{color:#ef4444}.Calendar-module__jSAN6G__dateGrid{grid-template-columns:repeat(7,1fr);gap:10px;display:grid}.Calendar-module__jSAN6G__emptyDate{aspect-ratio:1}.Calendar-module__jSAN6G__dateCard{aspect-ratio:1;cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:12px;justify-content:center;align-items:center;transition:all .3s;display:flex;position:relative;overflow:hidden}.Calendar-module__jSAN6G__dateCard:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0000001a}.Calendar-module__jSAN6G__dateCard:active{transform:scale(.95)}.Calendar-module__jSAN6G__dateNumber{color:var(--dark);z-index:0;font-family:Noto Sans KR,sans-serif;font-size:1.3rem;font-weight:700;position:relative}.Calendar-module__jSAN6G__dateCardPassed .Calendar-module__jSAN6G__dateNumber{opacity:.3}.Calendar-module__jSAN6G__dateCardToday{border-color:var(--primary);box-shadow:0 0 0 3px #ff6b3533}.Calendar-module__jSAN6G__dateCardPassed{background:#10b98126}.Calendar-module__jSAN6G__checkMark{color:var(--success);z-index:1;font-size:1.6rem;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.Comment-module__MICw7q__commentSection{border-top:1px solid #e5e7eb;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.Comment-module__MICw7q__title{color:var(--dark);margin-bottom:8px;padding:15px 20px 0;font-family:Noto Sans KR,sans-serif;font-size:.95rem;font-weight:500}.Comment-module__MICw7q__titleInline{color:var(--dark);white-space:nowrap;flex-shrink:0;font-family:Noto Sans KR,sans-serif;font-size:.9rem;font-weight:500}.Comment-module__MICw7q__formRow,.Comment-module__MICw7q__lockedRow{border-bottom:1px solid #e5e7eb;align-items:center;gap:8px;padding:10px 20px;display:flex}.Comment-module__MICw7q__lockedText{color:var(--gray);font-family:Noto Sans KR,sans-serif;font-size:.8rem}.Comment-module__MICw7q__form{border-bottom:1px solid #e5e7eb;padding:8px 20px 12px}.Comment-module__MICw7q__textarea{resize:vertical;border:2px solid #e5e7eb;border-radius:10px;width:100%;margin-bottom:8px;padding:10px;font-family:Noto Sans KR,sans-serif;font-size:.9rem;line-height:1.6;transition:border-color .3s}.Comment-module__MICw7q__textarea:focus{border-color:var(--primary);outline:none}.Comment-module__MICw7q__formFooter{align-items:center;gap:8px;display:flex}.Comment-module__MICw7q__commentInput{border:2px solid #e5e7eb;border-radius:10px;flex:1;min-width:0;padding:9px 12px;font-family:Noto Sans KR,sans-serif;font-size:.85rem;transition:border-color .3s}.Comment-module__MICw7q__commentInput:focus{border-color:var(--primary);outline:none}.Comment-module__MICw7q__passwordInput{border:2px solid #e5e7eb;border-radius:10px;width:80px;padding:9px 10px;font-family:Noto Sans KR,sans-serif;font-size:.85rem;transition:border-color .3s}.Comment-module__MICw7q__passwordInput:focus{border-color:var(--primary);outline:none}.Comment-module__MICw7q__submitBtn{background:linear-gradient(135deg,var(--success)0%,#00c896 100%);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:10px;flex-shrink:0;padding:9px 14px;font-family:Noto Sans KR,sans-serif;font-size:.85rem;font-weight:500;transition:all .3s}.Comment-module__MICw7q__submitBtn:active{transform:scale(.96)}.Comment-module__MICw7q__locked{text-align:center;color:var(--gray);background:#f9fafb;border-radius:10px;margin:8px 20px 12px;padding:12px;font-family:Noto Sans KR,sans-serif;font-size:.85rem;font-weight:500}.Comment-module__MICw7q__commentList{flex-direction:column;flex:1;gap:6px;min-height:0;padding:10px 20px 20px;display:flex;overflow-y:auto}.Comment-module__MICw7q__noComments{text-align:center;color:var(--gray);padding:15px;font-family:Noto Sans KR,sans-serif;font-size:.85rem;font-weight:500}.Comment-module__MICw7q__commentItem{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:8px 10px}.Comment-module__MICw7q__commentContent{color:var(--dark);white-space:pre-wrap;margin-bottom:4px;font-size:.85rem;line-height:1.5}.Comment-module__MICw7q__commentFooter{justify-content:space-between;align-items:center;display:flex}.Comment-module__MICw7q__commentDate{color:var(--gray);font-size:.7rem}.Comment-module__MICw7q__commentActions{gap:6px;display:flex}.Comment-module__MICw7q__actionBtn{color:var(--gray);cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:5px;padding:4px 10px;font-family:Noto Sans KR,sans-serif;font-size:.8rem;transition:all .2s}.Comment-module__MICw7q__actionBtn:hover{border-color:var(--primary);color:var(--primary)}.Comment-module__MICw7q__editForm{margin-top:10px}.Comment-module__MICw7q__editActions{gap:8px;display:flex}.Comment-module__MICw7q__saveBtn,.Comment-module__MICw7q__cancelBtn{cursor:pointer;border:none;border-radius:8px;padding:8px 16px;font-family:Noto Sans KR,sans-serif;font-size:.9rem;font-weight:500;transition:all .3s}.Comment-module__MICw7q__saveBtn{background:var(--secondary);color:#fff}.Comment-module__MICw7q__saveBtn:hover{opacity:.9}.Comment-module__MICw7q__cancelBtn{background:var(--gray);color:#fff}.Comment-module__MICw7q__cancelBtn:hover{opacity:.9}
.Modal-module__KwmrRW__overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:flex-end;animation:.3s Modal-module__KwmrRW__fadeIn;display:flex;position:fixed;inset:0}.Modal-module__KwmrRW__overlay.Modal-module__KwmrRW__closing{animation:.3s forwards Modal-module__KwmrRW__fadeOut}@keyframes Modal-module__KwmrRW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__KwmrRW__fadeOut{0%{opacity:1}to{opacity:0}}.Modal-module__KwmrRW__modal{background:#fff;border-radius:24px 24px 0 0;flex-direction:column;width:100%;max-width:600px;height:95dvh;animation:.3s Modal-module__KwmrRW__slideUp;display:flex;overflow:hidden}.Modal-module__KwmrRW__modal.Modal-module__KwmrRW__closing{animation:.3s forwards Modal-module__KwmrRW__slideDown}@keyframes Modal-module__KwmrRW__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes Modal-module__KwmrRW__slideDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}.Modal-module__KwmrRW__header{background:linear-gradient(135deg,var(--secondary)0%,#003d6b 100%);color:#fff;justify-content:space-between;align-items:center;padding:20px;display:flex}.Modal-module__KwmrRW__header h2{font-family:Noto Sans KR,sans-serif;font-size:1.3rem;font-weight:700}.Modal-module__KwmrRW__closeBtn{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.2rem;transition:all .3s;display:flex}.Modal-module__KwmrRW__closeBtn:hover{background:#ffffff4d}.Modal-module__KwmrRW__content{flex-shrink:1;min-height:200px;max-height:45dvh;padding:25px;line-height:1.8;overflow-y:auto}.Modal-module__KwmrRW__content h1{color:var(--dark);margin-bottom:20px;font-family:Noto Sans KR,sans-serif;font-size:2rem;font-weight:700}.Modal-module__KwmrRW__content h2{color:var(--secondary);margin:20px 0 15px;font-family:Noto Sans KR,sans-serif;font-size:1.5rem;font-weight:500}.Modal-module__KwmrRW__content h3{color:var(--dark);margin:15px 0 10px;font-family:Noto Sans KR,sans-serif;font-size:1.2rem;font-weight:500}.Modal-module__KwmrRW__content p{color:var(--dark);margin-bottom:15px}.Modal-module__KwmrRW__content blockquote{border-left:4px solid var(--primary);color:var(--gray);margin:20px 0;padding-left:20px;font-style:italic}.Modal-module__KwmrRW__content code{background:#f3f4f6;border-radius:4px;padding:2px 6px;font-family:monospace;font-size:.9em}.Modal-module__KwmrRW__content pre{background:var(--dark);color:#fff;border-radius:8px;margin:15px 0;padding:15px;overflow-x:auto}.Modal-module__KwmrRW__content pre code{color:#fff;background:0 0;padding:0}.Modal-module__KwmrRW__content ul,.Modal-module__KwmrRW__content ol{margin-bottom:15px;margin-left:25px}.Modal-module__KwmrRW__content li{margin-bottom:8px}.Modal-module__KwmrRW__content strong{color:var(--dark);font-weight:700}.Modal-module__KwmrRW__content em{font-style:italic}.Modal-module__KwmrRW__content a{color:var(--primary);text-decoration:underline}.Modal-module__KwmrRW__noContent{text-align:center;color:var(--gray);padding:40px 20px;font-family:Noto Sans KR,sans-serif;font-weight:500}
.Install-module__iD355q__installBtn{color:var(--primary);border:2px dashed var(--primary);cursor:pointer;background:#fff;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin:20px auto 0;padding:12px 24px;font-family:Noto Sans KR,sans-serif;font-size:.95rem;font-weight:500;transition:all .3s;display:flex}.Install-module__iD355q__installBtn:active{transform:scale(.97)}.Install-module__iD355q__installIcon{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:1.1rem;font-weight:700;line-height:1;display:flex}.Install-module__iD355q__overlay{z-index:9999;background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.Install-module__iD355q__modal{background:#fff;border-radius:20px;width:100%;max-width:340px;padding:28px 24px 20px;position:relative;box-shadow:0 20px 60px #0000004d}.Install-module__iD355q__closeBtn{color:var(--gray);cursor:pointer;background:0 0;border:none;padding:4px;font-size:1.2rem;line-height:1;position:absolute;top:12px;right:12px}.Install-module__iD355q__modalHeader{text-align:center;margin-bottom:20px}.Install-module__iD355q__appIcon{border-radius:16px;width:64px;height:64px;margin:0 auto 12px;overflow:hidden;box-shadow:0 4px 12px #00000026}.Install-module__iD355q__appIcon img{object-fit:cover;width:100%;height:100%}.Install-module__iD355q__appIconEmoji{margin-bottom:12px;font-size:3rem}.Install-module__iD355q__modalHeader h3{color:var(--dark);margin-bottom:4px;font-family:Noto Sans KR,sans-serif;font-size:1.2rem;font-weight:700}.Install-module__iD355q__modalHeader p{color:var(--gray);font-family:Noto Sans KR,sans-serif;font-size:.85rem}.Install-module__iD355q__steps{background:#f9fafb;border-radius:14px;flex-direction:column;gap:14px;margin-bottom:16px;padding:16px;display:flex}.Install-module__iD355q__step{align-items:flex-start;gap:12px;display:flex}.Install-module__iD355q__stepNum{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;font-weight:700;display:flex}.Install-module__iD355q__stepText{flex-direction:column;gap:2px;display:flex}.Install-module__iD355q__stepText strong{color:var(--dark);font-family:Noto Sans KR,sans-serif;font-size:.9rem;font-weight:600}.Install-module__iD355q__stepText span{color:var(--gray);font-family:Noto Sans KR,sans-serif;font-size:.8rem}.Install-module__iD355q__confirmBtn{width:100%;color:var(--dark);cursor:pointer;background:#f3f4f6;border:none;border-radius:12px;padding:12px;font-family:Noto Sans KR,sans-serif;font-size:.95rem;font-weight:600;transition:background .2s}.Install-module__iD355q__confirmBtn:active{background:#e5e7eb}
.Home-module__g21JLG__container{background:var(--light);min-height:100vh}.Home-module__g21JLG__header{color:#fff;text-align:center;z-index:100;background:linear-gradient(135deg,#ff6b35 0%,#ff8e53 100%);padding:20px;position:sticky;top:0;box-shadow:0 4px 20px #ff6b354d}.Home-module__g21JLG__header h1{margin:0;font-family:Noto Sans KR,sans-serif;font-size:1.8rem;font-weight:700}.Home-module__g21JLG__statusBanner{text-align:center;z-index:10;border-radius:16px;padding:20px 40px;font-family:Noto Sans KR,sans-serif;font-size:1.3rem;font-weight:500;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 30px #0003}.Home-module__g21JLG__statusFuture{background:var(--accent);color:var(--dark)}.Home-module__g21JLG__statusEnded{background:var(--gray);color:#fff}.Home-module__g21JLG__main{max-width:800px;margin:0 auto;padding:20px;position:relative}.Home-module__g21JLG__linkSection{text-align:center;margin-top:30px}.Home-module__g21JLG__link{color:var(--secondary);background:#fff;border-radius:12px;padding:12px 24px;font-family:Noto Sans KR,sans-serif;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 2px 10px #00000014}.Home-module__g21JLG__link:hover{transform:translateY(-2px);box-shadow:0 5px 15px #00000026}.Home-module__g21JLG__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}.Home-module__g21JLG__emptyState h1{margin-bottom:20px;font-size:5rem}.Home-module__g21JLG__emptyState p{color:var(--gray);font-family:Noto Sans KR,sans-serif;font-size:1.2rem;font-weight:500}
