@charset "UTF-8";.nt-page{--ntfh-link: #007d73}.nt-page .ntfh-card :where(span),.nt-page .ntfh-banner :where(span),.nt-page .ntfh-badge :where(span),.nt-page .ntfh-btn--primary :where(span){color:inherit}.nt-page .ntfh-switcher{padding:20px 24px 0}.nt-page .ntfh-switcher__label{margin:0 0 8px;font-size:12px;font-weight:700;color:var(--nt-gray-700)}.nt-page .ntfh-switcher__list{display:flex;gap:12px;overflow-x:auto;padding-bottom:6px;scrollbar-width:thin}.nt-page .ntfh-switcher__item{display:flex;align-items:center;gap:10px;flex:0 0 auto;min-width:176px;padding:10px 18px 10px 12px;border:2px solid transparent;border-radius:var(--nt-radius-md);background:var(--nt-white);box-shadow:var(--nt-shadow-soft);cursor:pointer;text-align:left;transition:border-color .15s ease,transform .15s ease}.nt-page .ntfh-switcher__item:hover{transform:translateY(-2px)}.nt-page .ntfh-switcher__item.is-selected{border-color:var(--nt-primary)}.nt-page .ntfh-switcher__item:focus-visible{outline:3px solid var(--nt-black);outline-offset:2px}.nt-page .ntfh-switcher__item--none{min-width:150px}.nt-page .ntfh-switcher__avatar,.nt-page .ntfh-switcher__none-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;border-radius:50%;overflow:hidden;background:var(--nt-gray-100);color:var(--nt-gray-500)}.nt-page .ntfh-switcher__avatar-image{width:100%;height:100%}.nt-page .ntfh-switcher__avatar-fallback{display:block;width:100%;height:100%;background:var(--nt-gradient);opacity:.4}.nt-page .ntfh-switcher__text{display:flex;flex-direction:column;gap:1px;min-width:0}.nt-page .ntfh-switcher__name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:800;color:var(--nt-black)}.nt-page .ntfh-switcher__sub{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:11px;color:var(--nt-gray-700)}.nt-page .ntfh-hero{padding-top:24px}.nt-page .ntfh-badge{display:inline-flex;align-items:center;gap:6px;margin:0 0 14px;padding:5px 14px;border-radius:var(--nt-radius-pill);background:#e2faf7;color:var(--ntfh-link);font-size:11px;font-weight:800;letter-spacing:.1em}.nt-page .ntfh-hero__title{font-size:clamp(28px,3.6vw,42px);line-height:1.3}.nt-page .ntfh-hero__name{color:var(--nt-black)}.nt-page .ntfh-type{display:block;min-height:2.6em}.nt-page .ntfh-type__caret{display:inline-block;width:.06em;height:.95em;margin-left:.06em;vertical-align:-.1em;background:var(--nt-primary);animation:ntfh-caret-blink .9s steps(1) infinite}@keyframes ntfh-caret-blink{50%{opacity:0}}@media (prefers-reduced-motion: reduce){.nt-page .ntfh-type__caret{animation:none}}.nt-page .ntfh-hero__cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.nt-page .ntfh-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 26px;border-radius:var(--nt-radius-pill);font-size:13.5px;font-weight:800;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.nt-page .ntfh-btn:hover{transform:translateY(-2px)}.nt-page .ntfh-btn:focus-visible{outline:3px solid var(--nt-black);outline-offset:3px}.nt-page .ntfh-btn--primary{background:var(--nt-primary);color:var(--nt-white);box-shadow:var(--nt-shadow-primary)}.nt-page .ntfh-btn--ghost{background:var(--nt-white);color:var(--nt-black);border:1px solid var(--nt-gray-200);box-shadow:var(--nt-shadow-soft)}.nt-page .ntfh-card{--ntfh-accent: #0e5a52;position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:22px 26px 20px;border-radius:var(--nt-radius-lg);overflow:hidden;background:linear-gradient(125deg,#14201f 0%,var(--ntfh-accent) 120%);color:var(--nt-white);text-decoration:none;box-shadow:0 24px 48px #112d2a52;transition:transform .2s ease,box-shadow .2s ease}.nt-page .ntfh-card:hover{transform:translateY(-5px) rotate(-1deg);box-shadow:0 30px 56px #112d2a61}.nt-page .ntfh-card:focus-visible{outline:3px solid var(--nt-black);outline-offset:3px}.nt-page .ntfh-card--hero{position:absolute;top:50%;left:50%;z-index:4;width:min(90%,520px);aspect-ratio:16/10;transform:translate(-50%,-50%) rotate(-4deg)}.nt-page .ntfh-card--hero:hover{transform:translate(-50%,-52%) rotate(-2deg)}.nt-page .ntfh-ghost{position:absolute;top:50%;left:50%;width:min(90%,520px);aspect-ratio:16/10;border-radius:var(--nt-radius-lg);border:1px solid rgba(255,255,255,.55);background:linear-gradient(125deg,#14201f80,#5a6e7657);box-shadow:0 16px 34px #112d2a29;pointer-events:none}.nt-page .ntfh-ghost--1{z-index:3;transform:translate(-46%,-56%) rotate(2deg);opacity:.55}.nt-page .ntfh-ghost--2{z-index:2;transform:translate(-42%,-62%) rotate(7deg);opacity:.34}.nt-page .ntfh-ghost--3{z-index:1;transform:translate(-38%,-68%) rotate(12deg);opacity:.2}.nt-page .ntfh-card--skeleton{background:linear-gradient(120deg,var(--nt-gray-200) 0%,var(--nt-gray-100) 50%,var(--nt-gray-200) 100%);background-size:200% 100%;box-shadow:none;animation:ntfh-skeleton-shift 1.4s ease-in-out infinite;pointer-events:none}@keyframes ntfh-skeleton-shift{0%{background-position:0% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion: reduce){.nt-page .ntfh-card--skeleton{animation:none}}.nt-page .ntfh-card__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nt-page .ntfh-card__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(170deg,#0a12119e,#0a121138 42%,#0a1211e0)}.nt-page .ntfh-card__club{position:relative;align-self:flex-end;font-size:10px;font-weight:600;letter-spacing:.24em;text-transform:uppercase;opacity:.8}.nt-page .ntfh-card__head{position:relative;display:flex;align-items:center}.nt-page .ntfh-card__artist{font-size:clamp(20px,2.4vw,30px);font-weight:800;line-height:1.25;text-shadow:0 2px 8px rgba(0,0,0,.5)}.nt-page .ntfh-card__foot{position:relative;display:flex;align-items:flex-end;gap:24px;flex-wrap:wrap}.nt-page .ntfh-card__field{display:flex;flex-direction:column;gap:2px;min-width:0}.nt-page .ntfh-card__field--days{margin-left:auto;text-align:right}.nt-page .ntfh-card__field-label{font-size:9.5px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;opacity:.7}.nt-page .ntfh-card__no{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:clamp(15px,1.6vw,20px);letter-spacing:.12em;color:#f2f5f8;text-shadow:0 1px 3px rgba(0,0,0,.75)}.nt-page .ntfh-card__no--pending{font-family:var(--nt-font);font-size:12px;letter-spacing:.04em;opacity:.85}.nt-page .ntfh-card__tier{overflow:hidden;max-width:11em;white-space:nowrap;text-overflow:ellipsis;font-size:clamp(13px,1.4vw,16px);font-weight:800;letter-spacing:.04em;text-shadow:0 1px 3px rgba(0,0,0,.6)}.nt-page .ntfh-card__days{font-size:clamp(15px,1.6vw,20px);font-weight:800;font-variant-numeric:tabular-nums}.nt-page .ntfh-banners{margin-top:18px}.nt-page .ntfh-banner{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;margin:0 0 12px;padding:12px 16px;border-radius:var(--nt-radius-sm);font-size:12.5px}.nt-page .ntfh-banner__icon{flex-shrink:0}.nt-page .ntfh-banner__body{flex:1;min-width:200px}.nt-page .ntfh-banner--warning{background:#fff6e4;border:1px solid #f4dda6;color:#7a5b12}.nt-page .ntfh-banner--info{background:#e9f7f5;border:1px solid #bfe8e3;color:#0c5f57}.nt-page .ntfh-banner__cta{flex-shrink:0;padding:5px 16px;border-radius:var(--nt-radius-pill);background:var(--nt-black);color:var(--nt-white);font-size:12px;font-weight:700;text-decoration:none}.nt-page .ntfh-banner__cta:hover{opacity:.85}.nt-page .ntfh-banner__cta:focus-visible{outline:3px solid var(--nt-black);outline-offset:3px}.nt-page .ntfh-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:26px;padding-inline:24px}.nt-page .ntfh-tile2{display:flex;flex-direction:column;gap:10px;padding:18px 20px 20px;border-radius:var(--nt-radius-lg);border:1px solid #eef1f0;background:var(--nt-white);box-shadow:var(--nt-shadow-soft)}.nt-page .ntfh-tile2__head{display:flex;align-items:center;gap:8px}.nt-page .ntfh-tile2__title{margin:0;font-size:14px;font-weight:800;color:var(--nt-black)}.nt-page .ntfh-tile2__badge{margin-left:auto;padding:2px 10px;border-radius:var(--nt-radius-pill);font-size:10px;font-weight:800;letter-spacing:.06em}.nt-page .ntfh-tile2__badge--live{background:#ffe3ee;color:#d81b60}.nt-page .ntfh-tile2__badge--new{background:#ffe9f4;color:#d81b60}.nt-page .ntfh-tile2__empty{margin:0;padding:26px 0;text-align:center;font-size:12.5px;color:var(--nt-gray-500)}.nt-page .ntfh-tile2__media{position:relative;aspect-ratio:16/9;border-radius:var(--nt-radius-sm);overflow:hidden;background:var(--nt-gray-100)}.nt-page .ntfh-tile2__media-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.nt-page .ntfh-tile2__media-fallback{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--nt-gradient);opacity:.3}.nt-page .ntfh-tile2__play{position:absolute;top:50%;left:50%;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;transform:translate(-50%,-50%);background:#ffffffeb;color:var(--nt-primary);box-shadow:0 6px 16px #1111112e}.nt-page .ntfh-tile2__when{display:flex;align-items:baseline;gap:10px;margin:2px 0 0;font-size:15px;font-weight:800;color:var(--nt-black)}.nt-page .ntfh-tile2__time{font-size:18px;font-variant-numeric:tabular-nums}.nt-page .ntfh-tile2__caption{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:0;font-size:12.5px;line-height:1.6;color:var(--nt-gray-700)}.nt-page .ntfh-tile2__post{display:flex;align-items:flex-start;gap:10px;padding:14px;border-radius:var(--nt-radius-sm);background:var(--nt-gray-100)}.nt-page .ntfh-tile2__post-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;border-radius:50%;background:var(--nt-white);color:var(--nt-primary)}.nt-page .ntfh-tile2__post-icon--locked{color:var(--nt-gray-500)}.nt-page .ntfh-tile2__post-body{display:flex;flex-direction:column;gap:3px;min-width:0}.nt-page .ntfh-tile2__post-date{font-size:10.5px;font-weight:700;color:var(--nt-gray-500);font-variant-numeric:tabular-nums}.nt-page .ntfh-tile2__post-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:13px;font-weight:700;line-height:1.5;color:var(--nt-black)}.nt-page .ntfh-tile2__cta{display:inline-flex;align-items:center;justify-content:center;gap:6px;margin-top:auto;padding:9px 16px;border:1px solid var(--nt-gray-200);border-radius:var(--nt-radius-pill);background:var(--nt-white);font-size:12.5px;font-weight:700;color:var(--nt-black);text-decoration:none}.nt-page .ntfh-tile2__cta:hover{border-color:var(--nt-primary);color:var(--ntfh-link)}.nt-page .ntfh-tile2__cta:focus-visible{outline:3px solid var(--nt-black);outline-offset:2px}.nt-page .ntfh-cal__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.nt-page .ntfh-cal__month{margin:0;font-size:13px;font-weight:800}.nt-page .ntfh-cal__nav{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:1px solid var(--nt-gray-200);border-radius:50%;background:var(--nt-white);color:var(--nt-gray-700);cursor:pointer}.nt-page .ntfh-cal__nav:hover{border-color:var(--nt-primary);color:var(--ntfh-link)}.nt-page .ntfh-cal__nav:focus-visible{outline:3px solid var(--nt-black);outline-offset:2px}.nt-page .ntfh-cal__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.nt-page .ntfh-cal__weekday{padding:2px 0 5px;text-align:center;font-size:10px;font-weight:700;color:var(--nt-gray-500)}.nt-page .ntfh-cal__weekday--sun{color:var(--nt-live)}.nt-page .ntfh-cal__weekday--sat{color:var(--nt-premium)}.nt-page .ntfh-cal__cell{display:flex;flex-direction:column;align-items:center;gap:2px;min-height:30px;padding-top:3px;border-radius:8px}.nt-page .ntfh-cal__day{font-size:11px;font-weight:600;color:var(--nt-black);font-variant-numeric:tabular-nums}.nt-page .ntfh-cal__cell--out .ntfh-cal__day{color:var(--nt-gray-200)}.nt-page .ntfh-cal__cell--today{background:var(--nt-primary)}.nt-page .ntfh-cal__cell--today .ntfh-cal__day{color:var(--nt-white);font-weight:800}.nt-page .ntfh-cal__dots{display:flex;gap:3px}.nt-page .ntfh-cal__dot{width:4px;height:4px;border-radius:50%}.nt-page .ntfh-cal__dot--schedule{background:var(--nt-premium)}.nt-page .ntfh-cal__dot--stream{background:var(--nt-live)}.nt-page .ntfh-cal__dot--room{background:var(--nt-primary)}.nt-page .ntfh-sec-head{display:flex;align-items:center;gap:12px;margin-bottom:16px}.nt-page .ntfh-sec-title{display:inline-flex;align-items:center;gap:8px;margin:0;font-size:20px;font-weight:800;color:var(--nt-black)}.nt-page .ntfh-sec-title svg{color:var(--nt-primary)}.nt-page .ntfh-sec-more{display:inline-flex;align-items:center;gap:2px;margin-left:auto;flex-shrink:0;font-size:12.5px;font-weight:700;color:var(--ntfh-link);text-decoration:none;white-space:nowrap}.nt-page .ntfh-sec-more:hover{text-decoration:underline}.nt-page .ntfh-empty{margin:0;padding:28px 0;text-align:center;font-size:13px;color:var(--nt-gray-500)}.nt-page .ntfh-divider{display:flex;align-items:center;gap:16px;margin:56px auto 8px;max-width:var(--nt-container);padding:0 24px;color:var(--nt-gray-700);font-size:13.5px;font-weight:700;letter-spacing:.06em}.nt-page .ntfh-divider:before,.nt-page .ntfh-divider:after{content:"";flex:1;height:1px;background:var(--nt-gray-200)}.nt-page .ntfh-member-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 10px;border-radius:var(--nt-radius-pill);background:var(--nt-black);color:var(--nt-white);font-size:10px;font-weight:700;letter-spacing:.04em}.nt-page .ntfh-member-badge--media{position:absolute;right:10px;bottom:10px;z-index:1}.nt-page .ntfh-updates{display:grid;grid-template-columns:1.05fr 1fr;gap:18px;align-items:start}.nt-page .ntfh-updates__list{display:flex;flex-direction:column;gap:14px}.nt-page .ntfh-update{border-radius:var(--nt-radius-md);border:1px solid #eef1f0;background:var(--nt-white);box-shadow:var(--nt-shadow-soft);overflow:hidden;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.nt-page .ntfh-update:hover{transform:translateY(-3px);box-shadow:var(--nt-shadow-card)}.nt-page .ntfh-update:focus-visible{outline:3px solid var(--nt-black);outline-offset:3px}.nt-page .ntfh-update--lead{display:flex;flex-direction:column}.nt-page .ntfh-update--row{display:grid;grid-template-columns:116px 1fr;gap:14px;padding:12px}.nt-page .ntfh-update__media{position:relative;display:block;aspect-ratio:16/9;background:var(--nt-gray-100)}.nt-page .ntfh-update__thumb{position:relative;display:block;aspect-ratio:4/3;border-radius:var(--nt-radius-sm);overflow:hidden;background:var(--nt-gray-100)}.nt-page .ntfh-update__media-image,.nt-page .ntfh-update__thumb-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.nt-page .ntfh-update__media-fallback{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--nt-gradient);opacity:.28}.nt-page .ntfh-update__badge{position:absolute;top:10px;left:10px;z-index:1;padding:2px 10px;border-radius:var(--nt-radius-pill);font-size:9.5px;font-weight:800;letter-spacing:.06em;color:var(--nt-white)}.nt-page .ntfh-update__badge--news{background:#d81b60}.nt-page .ntfh-update__badge--schedule{background:var(--nt-premium)}.nt-page .ntfh-update__badge--blog{background:var(--nt-primary)}.nt-page .ntfh-update__body{display:flex;flex-direction:column;gap:5px;min-width:0;padding:14px 16px 16px}.nt-page .ntfh-update--row .ntfh-update__body{padding:2px 0}.nt-page .ntfh-update__date{font-size:11px;font-weight:700;color:var(--nt-gray-500);font-variant-numeric:tabular-nums}.nt-page .ntfh-update__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:14px;font-weight:800;line-height:1.55;color:var(--nt-black)}.nt-page .ntfh-update__excerpt{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:12px;line-height:1.6;color:var(--nt-gray-700)}.nt-page .ntfh-update__more{display:inline-flex;align-items:center;gap:3px;align-self:flex-start;margin-top:6px;padding:6px 16px;border:1px solid var(--nt-gray-200);border-radius:var(--nt-radius-pill);font-size:12px;font-weight:700;color:var(--nt-black)}.nt-page .ntfh-goods{display:flex;flex-direction:column}.nt-page .ntfh-goods__link{display:block;text-decoration:none}.nt-page .ntfh-goods__foot{display:flex;align-items:center;gap:8px;margin-top:2px}.nt-page .ntfh-goods__foot .nt-medal__price{margin:0}.nt-page .ntfh-goods__like{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;margin-left:auto;border:1px solid var(--nt-gray-200);border-radius:50%;background:var(--nt-white);color:var(--nt-gray-500);cursor:pointer;transition:color .15s ease,border-color .15s ease}.nt-page .ntfh-goods__like:hover,.nt-page .ntfh-goods__like.is-liked{border-color:var(--nt-live);color:var(--nt-live)}.nt-page .ntfh-goods__like:focus-visible{outline:3px solid var(--nt-black);outline-offset:2px}@media (max-width: 1000px){.nt-page .ntfh-tiles,.nt-page .ntfh-updates{grid-template-columns:1fr}}@media (max-width: 900px){.nt-page .ntfh-hero .nt-hero__grid{grid-template-columns:1fr;gap:12px}.nt-page .ntfh-hero .nt-hero__visual{height:260px}.nt-page .ntfh-card--hero{width:min(100%,440px)}}@media (max-width: 640px){.nt-page .ntfh-switcher{padding:16px 16px 0}.nt-page .ntfh-tiles{padding-inline:16px}.nt-page .ntfh-update--row{grid-template-columns:96px 1fr}}
