*{box-sizing:border-box}:root{--hp-bg: #eef2f7;--hp-surface: #ffffff;--hp-text: #1a2332;--hp-text-muted: #5c6b7a;--hp-primary: #d4920a;--hp-primary-soft: #fff8e8;--hp-border: #e2e8f0;--hp-radius: 16px;--hp-shadow: 0 4px 24px rgba(26, 35, 50, .06);--hp-gradient: linear-gradient(145deg, #fff9ed 0%, #eef2f7 45%, #e8f0fa 100%);--hp-success: #1a9d55;--hp-success-soft: #e8f7ef;--hp-success-glow: rgba(26, 157, 85, .32)}html,body,#root{margin:0;padding:0;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.hp-light,.hp-light body,.hp-light #root,.hp-dark,.hp-dark body,.hp-dark #root{background:var(--hp-bg)!important;color:var(--hp-text)!important}.hp-app{min-height:100vh;background:var(--hp-gradient);color:var(--hp-text)}.hp-page{max-width:440px;margin:0 auto;padding:52px 16px 88px}.hp-lang-switcher{position:fixed;top:12px;right:12px;z-index:100;display:flex;gap:4px;padding:3px;border-radius:999px;background:var(--hp-surface);border:1px solid var(--hp-border);box-shadow:var(--hp-shadow)}.hp-lang-switcher__btn{min-width:40px;padding:6px 10px;border:none;border-radius:999px;background:transparent;color:var(--hp-text-muted);font-size:12px;font-weight:600;letter-spacing:.04em;cursor:pointer}.hp-lang-switcher__btn--active{background:var(--hp-primary-soft);color:var(--hp-primary)}.hp-lang-switcher__btn:disabled{opacity:.6;cursor:wait}.hp-hero{text-align:center;padding:8px 8px 24px}.hp-logo{width:56px;height:56px;margin:0 auto 12px;border-radius:18px;background:linear-gradient(135deg,#f5c842,#d4920a);display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 8px 20px #d4920a59}.hp-title{margin:0 0 8px!important;font-size:22px!important;font-weight:700!important;color:var(--hp-text)!important;line-height:1.25!important}.hp-subtitle{margin:0!important;font-size:14px!important;color:var(--hp-text-muted)!important;line-height:1.5!important}.hp-card{background:var(--hp-surface)!important;border:1px solid var(--hp-border)!important;border-radius:var(--hp-radius)!important;box-shadow:var(--hp-shadow)!important}.hp-card .ant-card-body{padding:20px!important}.hp-chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.hp-chip{border:1px solid var(--hp-border);background:var(--hp-surface);color:var(--hp-text-muted);font-size:13px;padding:6px 12px;border-radius:999px;cursor:pointer;transition:all .15s ease}.hp-chip:hover{border-color:var(--hp-primary);color:var(--hp-primary);background:var(--hp-primary-soft)}.hp-hint{margin-top:16px;padding:12px 14px;border-radius:12px;background:var(--hp-hint-bg);color:var(--hp-hint-text);font-size:13px;line-height:1.45}.hp-bottom-nav{position:fixed;bottom:0;left:0;right:0;display:flex;gap:4px;padding:8px 12px calc(8px + env(safe-area-inset-bottom,0px));background:var(--hp-nav-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--hp-border);z-index:100}.hp-settings-label{margin:0 0 12px;font-size:14px;font-weight:600;color:var(--hp-text)}.hp-settings-hint{margin:12px 0 0;font-size:13px;color:var(--hp-text-muted);line-height:1.45}.hp-settings-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:14px;color:var(--hp-text)}.hp-time-input{border:1px solid var(--hp-border);border-radius:10px;padding:8px 10px;font-size:15px;background:var(--hp-bg);color:var(--hp-text)}.hp-tab{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 4px;border:none;border-radius:12px;background:transparent;color:var(--hp-text-muted);font-size:12px;font-weight:500;cursor:pointer;transition:all .15s ease}.hp-tab-icon{font-size:20px;line-height:1}.hp-tab--active{background:var(--hp-primary-soft);color:var(--hp-primary);font-weight:600}.hp-bottom-nav--many .hp-tab{font-size:10px;padding:6px 2px;gap:2px}.hp-bottom-nav--many .hp-tab-icon{font-size:18px}.hp-calendar-grid{margin-bottom:20px;padding:12px;border-radius:16px;background:var(--hp-surface);border:1px solid var(--hp-border);box-shadow:var(--hp-shadow)}.hp-calendar-grid__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.hp-calendar-grid__title{font-size:16px;font-weight:600;color:var(--hp-text);text-transform:capitalize}.hp-calendar-nav{width:36px;height:36px;border:none;border-radius:10px;background:var(--hp-bg);color:var(--hp-text);font-size:22px;line-height:1;cursor:pointer}.hp-calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:6px}.hp-calendar-weekday{text-align:center;font-size:11px;font-weight:600;color:var(--hp-text-muted)}.hp-calendar-days{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.hp-calendar-day{display:flex;flex-direction:column;align-items:center;gap:2px;min-height:44px;padding:4px 2px;border:none;border-radius:10px;background:transparent;cursor:pointer}.hp-calendar-day--muted .hp-calendar-day__num{color:var(--hp-text-muted);opacity:.5}.hp-calendar-day--today .hp-calendar-day__num{color:var(--hp-primary);font-weight:700}.hp-calendar-day--selected{background:var(--hp-primary-soft)}.hp-calendar-day__num{font-size:13px;color:var(--hp-text)}.hp-calendar-day__dots{display:flex;gap:2px;min-height:4px}.hp-calendar-dot{width:4px;height:4px;border-radius:50%}.hp-day-group{margin-bottom:16px}.hp-day-group__title{margin:0 0 8px;font-size:13px;font-weight:600;color:var(--hp-text-muted)}.hp-event-view-page{padding-bottom:24px}.hp-event-detail__row{display:flex;align-items:center;gap:10px;margin-bottom:12px}.hp-event-detail__time{font-size:16px;font-weight:600;color:var(--hp-primary)}.hp-event-detail__desc{margin:0 0 8px;font-size:15px;line-height:1.5;color:var(--hp-text)}.hp-event-detail__meta{margin:0;font-size:13px;color:var(--hp-text-muted)}.hp-event-view-actions{display:flex;flex-direction:column;gap:10px;margin-top:16px}.hp-btn-danger{width:100%;height:48px;border:1px solid #e85d5d;border-radius:12px;background:transparent;color:#e85d5d;font-size:16px;font-weight:600;cursor:pointer}.hp-btn-danger:disabled{opacity:.6;cursor:not-allowed}.hp-btn-complete{width:100%;height:48px;border:none;border-radius:12px;background:linear-gradient(135deg,#2eb872 0%,var(--hp-success) 55%,#168a4a 100%);color:#fff;font-size:16px;font-weight:600;cursor:pointer;box-shadow:0 4px 16px var(--hp-success-glow);transition:transform .12s ease,box-shadow .12s ease}.hp-btn-complete:active{transform:scale(.98)}.hp-btn-complete--done{border:2px solid var(--hp-success);background:var(--hp-success-soft);color:var(--hp-success);box-shadow:0 2px 10px var(--hp-success-glow)}.hp-btn-complete:disabled{opacity:.6;cursor:not-allowed}.hp-event-view-page--completed .hp-event-detail__title,.hp-event-view-page--completed .hp-event-detail__time{opacity:.7}.hp-checklist-editor{display:flex;flex-direction:column;gap:8px}.hp-checklist-editor__row{display:flex;gap:8px;align-items:center}.hp-checklist-editor__emoji{width:52px!important;flex-shrink:0;text-align:center}.hp-checklist-editor__text{flex:1}.hp-checklist-editor__remove{width:36px;height:36px;border:none;border-radius:10px;background:var(--hp-bg);color:var(--hp-text-muted);font-size:20px;cursor:pointer}.hp-checklist-view__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.hp-checklist-view__title{font-size:14px;font-weight:600;color:var(--hp-text)}.hp-checklist-view__count{font-size:13px;color:var(--hp-text-muted)}.hp-checklist-view__list{list-style:none;margin:12px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.hp-checklist-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:1px solid var(--hp-border);border-radius:12px;background:var(--hp-bg);cursor:pointer;text-align:left}.hp-checklist-item--done{opacity:.65;border-color:#1a9d5540;background:var(--hp-success-soft);box-shadow:0 0 12px var(--hp-success-glow)}.hp-checklist-item--done .hp-checklist-item__text{text-decoration:line-through;color:var(--hp-text-muted)}.hp-checklist-item__check{width:22px;height:22px;border-radius:6px;border:2px solid var(--hp-border);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:var(--hp-success);flex-shrink:0}.hp-checklist-item--done .hp-checklist-item__check{border-color:var(--hp-success);background:var(--hp-success-soft)}.hp-checklist-item__emoji{font-size:18px}.hp-checklist-item__text{flex:1;font-size:15px;color:var(--hp-text)}.hp-event-card__badge--checklist{font-size:11px;padding:2px 6px;border-radius:6px;background:var(--hp-success-soft);color:var(--hp-success)}.hp-group-member-hint{margin:12px 0 0;font-size:13px;line-height:1.45;color:var(--hp-text-muted)}.hp-group-actions{display:flex;flex-direction:column;gap:10px;margin-top:16px}.hp-group-btn--invite.ant-btn{height:42px;padding:0 16px;font-size:14px;font-weight:600;border-radius:12px}.hp-group-btn--create{display:flex;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;border-radius:12px;border:1px solid var(--hp-border);background:var(--hp-surface);color:var(--hp-primary);font-size:14px;font-weight:600;line-height:1.3;text-align:center;text-decoration:none;box-shadow:0 1px 4px #1a23320a;transition:background .15s ease,border-color .15s ease}.hp-group-btn--create:active{background:var(--hp-primary-soft);border-color:var(--hp-primary)}.hp-group-invite-link{margin-top:2px;border-radius:12px!important;font-size:12px!important}.hp-stat-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;background:var(--hp-bg);font-size:13px;color:var(--hp-text-muted);margin-bottom:16px}.hp-family-switcher{display:flex;flex-direction:column;gap:8px}.hp-family-switcher-label{font-size:13px;color:var(--hp-text-muted)}.hp-subtitle--clickable{display:inline-flex;align-items:center;gap:6px;margin:4px 0 0;padding:4px 10px;border:none;border-radius:999px;background:var(--hp-bg);color:var(--hp-text-muted);font-size:15px;cursor:pointer;transition:background .15s,color .15s}.hp-subtitle--clickable:hover{background:var(--hp-primary-soft, rgba(212, 160, 23, .15));color:var(--hp-primary)}.hp-subtitle-chevron{font-size:12px;opacity:.7}.hp-family-picker-list{list-style:none;margin:0;padding:0}.hp-family-picker-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 16px;margin-bottom:8px;border:1px solid var(--hp-border);border-radius:12px;background:var(--hp-card-bg, #fff);font-size:16px;text-align:left;cursor:pointer;transition:border-color .15s,background .15s}.hp-family-picker-item:hover:not(:disabled){border-color:var(--hp-primary)}.hp-family-picker-item--active{border-color:var(--hp-primary);background:var(--hp-primary-soft, rgba(212, 160, 23, .12))}.hp-family-picker-item:disabled{opacity:.7;cursor:wait}.hp-family-picker-item__check{color:var(--hp-primary);font-weight:700}.hp-promo-banner-link{display:block;position:relative;margin-bottom:16px;border-radius:16px;overflow:hidden}.hp-promo-banner-img{width:100%;display:block;border-radius:16px}.hp-promo-banner-overlay{position:absolute;left:0;right:0;bottom:0;padding:12px 16px;background:linear-gradient(transparent,#000000a6);color:#fff;display:flex;flex-direction:column;gap:4px;font-size:14px}.hp-promo-code{font-size:12px;opacity:.9}.hp-inspire-banner{position:relative;margin-bottom:16px;padding:16px 18px 14px;min-height:88px;border-radius:14px;background:linear-gradient(135deg,var(--hp-primary-soft) 0%,var(--hp-surface) 60%);border:1px solid var(--hp-border);box-shadow:var(--hp-shadow)}.hp-inspire-banner__badge{margin:0 0 10px;font-size:10px;font-weight:600;color:var(--hp-primary);text-transform:uppercase;letter-spacing:.06em}.hp-inspire-banner__quote{margin:0;padding:0 4px 0 0;font-size:15px;line-height:1.5;font-weight:400;font-style:italic;color:var(--hp-text)}.hp-inspire-banner__quote:before{content:"«"}.hp-inspire-banner__quote:after{content:"»"}.hp-inspire-banner__author{display:block;margin:10px 0 0;padding-right:2px;font-size:12px;font-weight:300;font-style:normal;line-height:1.35;text-align:right;color:var(--hp-text-muted)}.hp-dashboard-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:16px}.hp-stat-card{text-align:center;padding:12px 8px!important}.hp-stat-card .ant-card-body{padding:12px 8px!important}.hp-stat-card__value{display:block;font-size:22px;font-weight:700;color:var(--hp-primary)}.hp-stat-card__value--done{color:var(--hp-success)}.hp-stat-card__value--pending{color:var(--hp-warning, #e67e22)}.hp-stat-card__label{display:block;font-size:11px;color:var(--hp-text-muted);margin-top:4px}.hp-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.hp-section-title{margin:0;font-size:17px;font-weight:600}.hp-loading-inline{display:flex;justify-content:center;padding:24px}.hp-color-dot{width:10px;height:10px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px var(--hp-border)}.hp-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:var(--hp-gradient);color:var(--hp-text-muted)}.hp-loading .ant-spin-dot-item{background-color:var(--hp-primary)!important}.hp-landing{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px 20px 32px;background:var(--hp-gradient);position:relative;overflow:hidden}.hp-landing__glow{position:absolute;top:-120px;right:-80px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(212,146,10,.22) 0%,transparent 70%);pointer-events:none}.hp-landing__card{position:relative;z-index:1;width:100%;max-width:420px;background:var(--hp-surface);border:1px solid var(--hp-border);border-radius:20px;padding:28px 24px 24px;box-shadow:0 12px 40px #1a233214}.hp-dark .hp-landing__card{box-shadow:0 12px 40px #00000059}.hp-landing__logo{font-size:48px;line-height:1;margin-bottom:8px}.hp-landing__title{margin:0 0 8px;font-size:26px;font-weight:800;letter-spacing:-.02em;color:var(--hp-text)}.hp-landing__subtitle{margin:0 0 20px;font-size:15px;line-height:1.45;color:var(--hp-text-muted)}.hp-landing__notice{background:var(--hp-hint-bg);color:var(--hp-hint-text);border-radius:14px;padding:14px 16px;margin-bottom:18px}.hp-landing__notice-title{margin:0 0 6px;font-size:15px;font-weight:700}.hp-landing__notice-text{margin:0;font-size:14px;line-height:1.45;opacity:.95}.hp-landing__features{margin:0 0 22px;padding:0 0 0 20px;color:var(--hp-text);font-size:14px;line-height:1.6}.hp-landing__features li{margin-bottom:6px}.hp-landing__cta.ant-btn-primary{height:52px!important;font-size:16px!important;font-weight:700!important;border:none!important;background:linear-gradient(135deg,#f5c842,#d4920a 55%,#b87d08)!important;box-shadow:0 6px 20px #d4920a59!important}.hp-landing__hint{margin:14px 0 0;text-align:center;font-size:13px;color:var(--hp-text-muted);line-height:1.4}.hp-maintenance{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px}.hp-maintenance__icon{font-size:48px;margin-bottom:16px}.hp-maintenance__title{margin:0 0 12px;font-size:22px;font-weight:700;color:var(--hp-text)}.hp-maintenance__text{margin:0;font-size:16px;line-height:1.5;color:var(--hp-text-muted);max-width:320px}.hp-maintenance__hint{margin:16px 0 0;font-size:13px;color:var(--hp-text-muted);opacity:.85}.hp-admin-page .hp-admin-tabs .ant-tabs-nav{margin-bottom:12px}.hp-admin-page .hp-admin-tabs .ant-tabs-nav-wrap{overflow-x:auto}.hp-admin-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.hp-admin-stat__value{font-size:22px;font-weight:700;color:var(--hp-primary)}.hp-admin-stat__label{font-size:12px;color:var(--hp-text-muted);margin-top:4px}.hp-premium-features{margin:0;padding-left:20px;line-height:1.7;color:var(--hp-text)}.hp-premium-plans{display:flex;flex-direction:column;gap:12px;margin-top:16px}.hp-premium-price{font-size:22px;font-weight:700;color:var(--hp-primary);margin:8px 0 16px}.hp-section-title{margin:0 0 12px;font-size:15px;font-weight:600;color:var(--hp-text)}.hp-events-section{margin-top:8px}.hp-events-list{display:flex;flex-direction:column;gap:10px}.hp-events-loading{text-align:center;padding:24px}.hp-period-switcher{margin-bottom:16px}.hp-period-switcher .ant-segmented-item-selected{color:var(--hp-primary)!important;font-weight:600}.hp-event-card{display:flex;align-items:stretch;width:100%;border:1px solid var(--hp-border);border-radius:14px;background:var(--hp-surface);box-shadow:var(--hp-shadow);overflow:hidden}.hp-event-card--completed{opacity:.72;border-color:#1a9d5538;box-shadow:var(--hp-shadow),0 0 0 1px #1a9d5514,0 4px 20px var(--hp-success-glow)}.hp-event-card--completed .hp-event-card__title{text-decoration:line-through;color:var(--hp-text-muted)}.hp-event-card__check{flex-shrink:0;width:44px;border:none;border-right:1px solid var(--hp-border);background:var(--hp-bg);color:var(--hp-text-muted);font-size:18px;font-weight:700;cursor:pointer}.hp-event-card__check--done{background:radial-gradient(circle at 50% 45%,rgba(46,184,114,.35) 0%,var(--hp-success-soft) 55%,var(--hp-success-soft) 100%);color:var(--hp-success);box-shadow:inset 0 0 12px #2eb87233,0 0 14px 3px var(--hp-success-glow)}.hp-event-card__main{flex:1;display:flex;text-align:left;border:none;background:transparent;padding:0;cursor:pointer}.hp-event-card__bar{width:4px;flex-shrink:0}.hp-event-card__body{flex:1;padding:12px 14px;display:flex;flex-wrap:wrap;align-items:baseline;gap:8px}.hp-event-card__time{font-size:13px;font-weight:600;color:var(--hp-primary)}.hp-event-card__title{font-size:15px;font-weight:500;color:var(--hp-text);flex:1}.hp-event-creator{margin:6px 0 0;font-size:11px;font-weight:300;line-height:1.35;color:var(--hp-text-muted)}.hp-event-creator--card{display:block;text-align:left}.hp-event-creator--detail{margin-top:14px;padding-top:12px;border-top:1px solid var(--hp-border);font-size:12px;text-align:right}.hp-event-card__badge{font-size:12px;color:var(--hp-text-muted)}.hp-group-btn--schedules{margin-top:0}.hp-group-btn--muted{opacity:.85;color:var(--hp-text-muted)}.hp-schedule-toggle{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:14px;padding:10px 12px;border-radius:12px;background:var(--hp-surface);border:1px solid var(--hp-border);font-size:13px}.hp-schedule-toggle__link{margin-left:auto;color:var(--hp-primary);font-weight:600;text-decoration:none;font-size:13px}.hp-schedule-overlay{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.hp-schedule-card{display:flex;align-items:stretch;gap:10px;padding:10px 12px;border-radius:12px;background:var(--hp-surface);border:1px dashed var(--hp-border);opacity:.92}.hp-schedule-card__bar{width:4px;border-radius:4px;flex-shrink:0}.hp-schedule-card__body{display:flex;flex-direction:column;gap:2px;min-width:0}.hp-schedule-card__badge{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--hp-text-muted)}.hp-schedule-card__time{font-size:12px;color:var(--hp-text-muted)}.hp-schedule-card__title{font-size:14px;font-weight:500}.hp-schedule-card__meta{font-size:11px;color:var(--hp-text-muted)}.hp-schedule-list{display:flex;flex-direction:column;gap:12px}.hp-schedule-list__group{margin-bottom:16px}.hp-schedule-list__group-head{display:flex;align-items:center;gap:8px;margin-bottom:8px}.hp-schedule-list__group-title{flex:1;margin:0;font-size:16px;font-weight:600}.hp-schedule-list__group-count{font-size:12px;color:var(--hp-text-muted)}.hp-schedule-list__group-card .hp-card-body,.hp-schedule-list__group-card .ant-card-body{padding:8px!important}.hp-schedule-list__item{display:flex;gap:10px;align-items:center;padding:8px 6px;border-bottom:1px solid var(--hp-border)}.hp-schedule-list__group-card .hp-schedule-list__item:last-child{border-bottom:none}.hp-schedule-list__item--clickable{cursor:pointer;transition:background .15s ease}.hp-schedule-list__item--clickable:active{background:var(--hp-bg-elevated, rgba(0, 0, 0, .04))}.hp-schedule-list__info{flex:1;min-width:0}.hp-schedule-list__meta{margin:4px 0 0;font-size:13px;color:var(--hp-text-muted)}.hp-schedule-list__actions{display:flex;flex-shrink:0;align-items:center;gap:4px}.hp-schedule-view-page{padding-bottom:24px}.hp-schedule-view__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.hp-schedule-view__meta-row{display:flex;gap:10px;align-items:flex-start;flex:1;min-width:0}.hp-schedule-view__color{margin-top:2px}.hp-schedule-view__meta-label{margin:0;font-size:12px;color:var(--hp-text-muted)}.hp-schedule-view__meta-value{margin:4px 0 0;font-size:14px}.hp-schedule-view__toolbar{display:flex;flex-shrink:0;align-items:center;gap:2px}.hp-icon-btn{width:32px;height:32px;padding:0!important;display:inline-flex!important;align-items:center;justify-content:center}.hp-schedule-view__week{display:flex;flex-direction:column;gap:10px}.hp-schedule-view__day{padding-bottom:8px;border-bottom:1px solid var(--hp-border)}.hp-schedule-view__day:last-child{border-bottom:none;padding-bottom:0}.hp-schedule-view__day-title{display:flex;align-items:center;gap:6px;margin:0 0 6px;font-size:13px;font-weight:600}.hp-schedule-view__day-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.hp-schedule-view__empty{margin:0;font-size:13px;color:var(--hp-text-muted)}.hp-schedule-view__table{display:flex;flex-direction:column;gap:2px;font-size:13px}.hp-schedule-view__table-head,.hp-schedule-view__table-row{display:grid;grid-template-columns:5.25rem minmax(0,1fr);gap:8px;align-items:start}.hp-schedule-view__table-head{padding:0 4px 4px;font-size:11px;font-weight:600;color:var(--hp-text-muted);text-transform:uppercase;letter-spacing:.02em}.hp-schedule-view__table-row{padding:4px;border-radius:8px;line-height:1.35}.hp-schedule-view__table-row:nth-child(2n){background:var(--hp-bg-elevated, rgba(0, 0, 0, .03))}.hp-schedule-view__table-time{font-weight:600;white-space:nowrap;color:var(--hp-text)}.hp-schedule-view__table-title{word-break:break-word}.hp-schedule-view__table-location{color:var(--hp-text-muted);font-size:12px}.hp-schedule-editor__day{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--hp-border)}.hp-schedule-editor__day-title{margin:0 0 8px;font-size:14px;font-weight:600}.hp-schedule-editor__empty{margin:0 0 8px;font-size:12px;color:var(--hp-text-muted)}.hp-schedule-slot-row{display:flex;flex-direction:column;gap:8px;margin-bottom:12px;padding:10px;border-radius:12px;background:var(--hp-bg-elevated, rgba(0, 0, 0, .03))}.hp-schedule-slot-row__times{display:flex;align-items:center;gap:6px}.hp-schedule-slot-row__time-picker{flex:0 0 auto;width:5.75rem!important;min-width:5.75rem}.hp-schedule-slot-row__time-picker .ant-picker-input>input{font-size:15px;text-align:center}.hp-schedule-slot-row__dash{color:var(--hp-text-muted);flex-shrink:0}.hp-schedule-slot-row__remove{margin-left:auto;flex-shrink:0}.hp-sub-back{display:inline-flex;align-items:center;gap:4px;margin:0 0 12px;padding:0;border:none;background:none;font-size:14px;font-weight:500;color:var(--hp-accent, #1677ff);cursor:pointer}.hp-schedule-members{display:flex;flex-direction:column;gap:10px;width:100%}.hp-schedule-members .ant-checkbox-wrapper{margin-inline-start:0!important;padding:10px 12px;border-radius:12px;border:1px solid var(--hp-border);background:var(--hp-bg)}.hp-schedule-form-page{padding-bottom:24px}.hp-fab{position:fixed;right:20px;bottom:calc(72px + env(safe-area-inset-bottom,0px));width:56px;height:56px;border-radius:50%;border:none;background:linear-gradient(135deg,#f5c842,#d4920a);color:#1a2332;font-size:28px;font-weight:300;line-height:1;box-shadow:0 6px 20px #d4920a73;cursor:pointer;z-index:90}.hp-fab:active{transform:scale(.96)}.hp-btn-primary{width:100%;height:48px;border:none;border-radius:12px;background:linear-gradient(135deg,#f5c842,#d4920a);color:#1a2332;font-size:16px;font-weight:600;cursor:pointer}.hp-btn-primary:disabled{opacity:.6;cursor:not-allowed}.hp-event-form-page{padding-bottom:24px}
