.yc-cal{--yc-t:#3cc;--yc-dark:#344033;--yc-cream:#faf9f7;--yc-line:rgba(52,64,51,.12);box-sizing:border-box;max-width:100%;margin:0 auto}.yc-cal *,.yc-cal *:before,.yc-cal *:after{box-sizing:border-box}.yc-cal__ribbon{display:flex;align-items:center;flex-wrap:wrap;gap:10px 14px;padding:14px 16px;margin-bottom:18px;background:linear-gradient(135deg,#f5f3ef 0%,var(--yc-cream) 100%);border:1px solid var(--yc-line);border-radius:16px}.yc-cal__ribbon-label{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.15rem;font-weight:600;color:var(--yc-dark);letter-spacing:.01em;white-space:nowrap}.yc-cal__ribbon-track{display:flex;flex-wrap:wrap;gap:10px;min-width:0}.yc-cal__chip{display:inline-flex;flex-direction:column;gap:1px;padding:8px 16px;background:#fff;border:1px solid var(--yc-line);border-radius:999px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.yc-cal__chip:hover{transform:translateY(-2px);border-color:var(--yc-t);box-shadow:0 6px 18px rgba(52,64,51,.1)}.yc-cal__chip-name{font-weight:600;color:var(--yc-dark);font-size:.9rem;line-height:1.2}.yc-cal__chip-date{color:#7a8478;font-size:.78rem;line-height:1.2}.yc-cal__toggle{display:flex;width:fit-content;gap:4px;padding:4px;margin:0 auto 20px;background:#f0eeea;border-radius:999px}.yc-cal__toggle-btn{appearance:none;border:0;cursor:pointer;padding:9px 22px;border-radius:999px;background:0 0;color:var(--yc-dark);font-size:.92rem;font-weight:600;letter-spacing:.01em;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.yc-cal__toggle-btn:hover{color:#1f7a7a}.yc-cal__toggle-btn.is-active{background:var(--yc-t);color:#073a3a;box-shadow:0 3px 10px rgba(51,204,204,.35)}.yc-cal__pane{display:none}.yc-cal__pane.is-active{display:block}.yc-cal__pane[hidden]{display:none !important}.yc-cal__nav{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:18px}.yc-cal__nav-title{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.5rem;font-weight:600;color:var(--yc-dark);min-width:12ch;text-align:center}.yc-cal__nav-btn{appearance:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border-radius:999px;border:1px solid var(--yc-line);background:#fff;color:var(--yc-dark);line-height:1;transition:background .2s ease,border-color .2s ease,color .2s ease}.yc-cal__nav-btn:hover{background:var(--yc-t);border-color:var(--yc-t);color:#073a3a}.yc-cal__nav-arrow{display:block;font-size:1.5rem;line-height:1;transition:transform .2s ease}.yc-cal__nav-btn:hover .yc-cal__nav-arrow{transform:scale(1.5)}.yc-cal__wd{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:4px}.yc-cal__wd span{text-align:center;font-size:.68rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#9aa298;padding:2px 0}.yc-cal__days{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.yc-cal__cell{position:relative;overflow:hidden;background:#fff;border:1px solid var(--yc-line);border-radius:6px}.yc-cal__cell.is-blank{background:0 0;border-color:transparent}.yc-cal__num{position:relative;z-index:2}.yc-cal__cell.has-retreat{cursor:pointer;border-color:var(--rc)}.yc-cal__cell.has-retreat:before{content:"";position:absolute;inset:0;background:var(--rc);opacity:.22;z-index:1}.yc-cal__cell.has-retreat{box-shadow:inset 0 -3px 0 var(--rc)}.yc-cal__cell.has-retreat:hover:before{opacity:.34}.yc-cal__cell.has-retreat.is-multi:after{content:"";position:absolute;top:3px;right:3px;width:5px;height:5px;border-radius:999px;background:var(--yc-dark);z-index:3}.yc-cal__cell.is-today{outline:2px solid var(--yc-t);outline-offset:-2px}.yc-cal__dot{position:absolute;left:50%;bottom:5px;transform:translateX(-50%);width:5px;height:5px;border-radius:999px;background:var(--yc-t);z-index:2}.yc-cal__quarter{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.yc-cal__q-month{background:var(--yc-cream);border:1px solid var(--yc-line);border-radius:16px;padding:16px}.yc-cal__q-mhead{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.25rem;font-weight:600;color:var(--yc-dark);text-align:center;margin-bottom:10px}.yc-cal__cell--q{min-height:42px;padding:5px 6px;font-size:.82rem;color:var(--yc-dark)}.yc-cal__cell--q.has-class .yc-cal__num{font-weight:600}.yc-cal__year{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.yc-cal__y-month{background:var(--yc-cream);border:1px solid var(--yc-line);border-radius:14px;padding:12px}.yc-cal__y-mhead{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.05rem;font-weight:600;color:var(--yc-dark);text-align:center;margin-bottom:8px}.yc-cal__days--y{gap:2px}.yc-cal__cell--y{aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;font-size:.64rem;color:#6c766a;border-radius:4px}.yc-cal__cell--y.has-class{background:rgba(51,204,204,.12);border-color:rgba(51,204,204,.28)}.yc-cal__cell--y.has-retreat{box-shadow:inset 0 -2px 0 var(--rc)}.yc-cal__cell--y .yc-cal__num{font-weight:600}.yc-cal__legend{margin-top:26px;text-align:center}.yc-cal__legend:empty{display:none}.yc-cal__pane[data-yc-pane=quarter] .yc-cal__legend{padding-bottom:48px}.yc-cal__legend-title{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.2rem;font-weight:600;color:var(--yc-dark);margin-bottom:14px}.yc-cal__legend-list{list-style:none;margin:0 auto;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.yc-cal__legend-item{display:flex}.yc-cal__legend-link{display:flex;align-items:center;gap:11px;width:240px;max-width:100%;min-height:58px;padding:10px 15px;background:#fff;border:1px solid var(--yc-line);border-radius:12px;text-decoration:none;text-align:left;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.yc-cal__legend-link:hover{border-color:var(--yc-t);transform:translateY(-2px);box-shadow:0 6px 16px rgba(52,64,51,.08)}.yc-cal__legend-sw{flex:0 0 auto;width:16px;height:16px;border-radius:5px}.yc-cal__legend-text{display:flex;flex-direction:column;gap:2px;min-width:0}.yc-cal__legend-name{color:var(--yc-dark);font-weight:600;font-size:.9rem;line-height:1.25}.yc-cal__legend-name em{font-style:normal;color:#b0563f;font-weight:600}.yc-cal__legend-dates{color:#7a8478;font-size:.8rem;line-height:1.2}.yc-cal__2027{margin-top:26px;padding-top:24px;padding-bottom:44px;border-top:1px solid var(--yc-line);text-align:center}.yc-cal__2027:empty{display:none;border:0}.yc-cal__2027-title{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.2rem;font-weight:600;color:#9aa298;letter-spacing:.02em;margin-bottom:16px}.yc-cal__2027-list{list-style:none;margin:0 auto;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.yc-cal__2027-list li{display:flex}.yc-cal__2027-list a{display:flex;flex-direction:column;gap:2px;width:220px;max-width:100%;padding:12px 16px;background:var(--yc-cream);border:1px dashed var(--yc-line);border-radius:10px;text-decoration:none;text-align:left;transition:border-color .2s ease,transform .2s ease}.yc-cal__2027-list a:hover{transform:translateY(-2px)}.yc-cal__2027-list a:hover{border-color:var(--yc-t)}.yc-cal__2027-name{color:var(--yc-dark);font-weight:600;font-size:.9rem}.yc-cal__2027-dates{color:#9aa298;font-size:.78rem}@media (max-width:900px){.yc-cal__quarter{grid-template-columns:1fr}.yc-cal__year{grid-template-columns:repeat(3,1fr)}}@media (max-width:680px){.yc-cal__year{grid-template-columns:repeat(2,1fr)}.yc-cal__ribbon-label{flex:1 0 100%}}@media (max-width:600px){.yc-cal__legend-item{flex:1 1 calc(50% - 5px);max-width:calc(50% - 5px)}.yc-cal__legend-link{width:100%}.yc-cal__2027-list li{flex:1 1 calc(50% - 6px);max-width:calc(50% - 6px)}.yc-cal__2027-list a{width:100%}}@media (max-width:460px){.yc-cal__year{grid-template-columns:1fr}.yc-cal__toggle-btn{padding:9px 16px;font-size:.86rem}.yc-cal__legend-dates{white-space:normal}.yc-cal__legend-link{padding:10px 12px;gap:9px}.yc-cal__2027-list a{padding:11px 13px}}.yc-cal-bubble{position:fixed;z-index:100001;pointer-events:none;max-width:240px;background:#344033;color:#fff;padding:9px 13px;border-radius:13px;font-size:.8rem;line-height:1.4;box-shadow:0 10px 26px rgba(20,28,20,.28);opacity:0;transform:translate(-50%,calc(-100% - 6px));transition:opacity .15s ease,transform .15s ease}.yc-cal-bubble.is-visible{opacity:1;transform:translate(-50%,calc(-100% - 12px))}.yc-cal-bubble:after{content:"";position:absolute;top:100%;left:calc(50% + var(--yc-tail, 0px));transform:translateX(-50%);border:7px solid transparent;border-top-color:#344033}.yc-cal-bubble__title{display:block;font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#7fe3e3;margin-bottom:4px}.yc-cal-bubble__row{display:block}.yc-cal-bubble__row+.yc-cal-bubble__row{margin-top:2px}.yc-cal-bubble__row b{color:#3cc;font-weight:700;margin-right:6px}body.yc-cal-modal-open{overflow:hidden}.yc-cal-modal{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.yc-cal-modal[hidden]{display:none}.yc-cal-modal *,.yc-cal-modal *:before,.yc-cal-modal *:after{box-sizing:border-box}.yc-cal-modal__backdrop{position:absolute;inset:0;background:rgba(20,28,20,.55);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.yc-cal-modal__dialog{position:relative;z-index:1;width:100%;max-width:460px;max-height:calc(100vh - 40px);overflow:auto;background:#fff;border-radius:18px;box-shadow:0 24px 60px rgba(0,0,0,.28);animation:yc-cal-modal-in .28s ease}@keyframes yc-cal-modal-in{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}.yc-cal-modal__close{position:absolute;top:12px;right:12px;z-index:2;width:36px;height:36px;border:0;border-radius:999px;background:rgba(255,255,255,.92);color:#344033;font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:background .2s ease,transform .2s ease}.yc-cal-modal__close:hover{background:#fff}.yc-cal-modal__close-x{display:block;line-height:1;transition:transform .2s ease}.yc-cal-modal__close:hover .yc-cal-modal__close-x{transform:scale(1.4)}.yc-cal-modal__media{position:relative;aspect-ratio:16/9;background:linear-gradient(135deg,#4a5c47 0%,#3a4d36 100%);overflow:hidden}.yc-cal-modal__media img{width:100%;height:100%;object-fit:cover;display:block}.yc-cal-modal__soldout{position:absolute;top:14px;left:14px;background:rgba(176,86,63,.95);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:5px 12px;border-radius:999px}.yc-cal-modal__body{padding:22px 24px 24px}.yc-cal-modal__title{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.7rem;font-weight:600;line-height:1.15;color:#344033;margin:0 0 6px}.yc-cal-modal__meta{color:#1f9a9a;font-weight:600;font-size:.92rem;margin:0 0 12px}.yc-cal-modal__desc{color:#5b655a;font-size:.95rem;line-height:1.55;margin:0 0 20px}.yc-cal-modal__actions{display:flex;flex-wrap:wrap;gap:10px}.yc-cal-modal__btn{flex:1 1 auto;text-align:center;padding:13px 20px;border-radius:999px;font-weight:600;font-size:.92rem;text-decoration:none;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease,border-color .2s ease}.yc-cal-modal__btn--primary{background:#3cc}.yc-cal-modal__btn--primary:hover{background:#2ab5b5;transform:translateY(-2px);box-shadow:0 8px 20px rgba(51,204,204,.4)}.yc-cal-modal__btn--ghost{background:0 0;border:1.5px solid rgba(52,64,51,.18)}.yc-cal-modal__btn--ghost:hover{border-color:#344033;transform:translateY(-2px)}.yc-cal-modal__btn--primary,.yc-cal-modal__btn--primary:hover,.yc-cal-modal__btn--primary:focus,.yc-cal-modal__btn--primary:active{color:#073a3a !important;-webkit-text-fill-color:#073a3a !important}.yc-cal-modal__btn--ghost,.yc-cal-modal__btn--ghost:hover,.yc-cal-modal__btn--ghost:focus,.yc-cal-modal__btn--ghost:active{color:#344033 !important;-webkit-text-fill-color:#344033 !important}@media (max-width:460px){.yc-cal-modal__actions{flex-direction:column}.yc-cal-modal__btn{width:100%}}