@charset "UTF-8";.mypage-app-layout{--mp-gold:#b8a27d;--mp-gold-dark:#9a8a6a;--mp-bg:#faf8f5;--mp-text:#2c2c2c;--mp-border:#e5e0d8;--mypage-tabbar-h:56px;background:var(--mp-bg);min-height:100vh}.mypage-app-layout #app{display:flex;flex-direction:column;min-height:100vh}.mypage-app-layout main{flex:1 0 auto;padding-top:0}.mypage-app-layout .mypage-container{max-width:1200px}.mypage-app-layout .mypage-sidebar{background:#fff;border:1px solid var(--mp-border);border-radius:12px;box-shadow:0 2px 12px rgba(44,44,44,.04)}.mypage-app-layout .mypage-sidebar-title{color:var(--mp-gold-dark);font-size:.8rem;font-weight:700;letter-spacing:.02em;padding-left:.85rem;padding-right:.85rem}.mypage-app-layout .mypage-sidebar-item a{border-radius:8px;margin:0 .35rem;padding:.45rem .3rem!important}.mypage-app-layout .mypage-sidebar-item a:hover{background:hsla(38,29%,61%,.1);color:var(--mp-gold-dark)!important}.mypage-app-layout #mypage-layout{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1.25rem;margin-top:0}.mypage-app-layout #mypage-side{flex:0 0 260px;max-width:100%}.mypage-app-layout #mypage-main{flex:1 1 0;max-width:100%;min-width:0;padding:0 1rem;width:100%}@media (max-width:991px){.mypage-app-layout #mypage-layout{flex-direction:column}.mypage-app-layout #mypage-side{flex:1 1 auto;width:100%}}.mypage-app-layout .list-page-search-button{background:linear-gradient(90deg,#b8a27d,#9a8a6a);border:none;border-radius:10px}.mypage-app-layout .list-page-search-button:focus,.mypage-app-layout .list-page-search-button:hover{opacity:.92}.mypage-app-header{align-items:center;background:#fff;border-bottom:1px solid var(--mp-border);box-shadow:0 1px 0 rgba(44,44,44,.04);display:flex;justify-content:space-between;min-height:52px;padding:.4rem .75rem;position:-webkit-sticky;position:sticky;top:0;z-index:1030}@media (min-width:769px){.mypage-app-header{min-height:56px;padding:.5rem 1.25rem}}.mypage-app-header__side{align-items:center;display:flex;flex:0 0 44px;justify-content:flex-start}.mypage-app-header__side--right{justify-content:flex-end}.mypage-app-header__back{align-items:center;border-radius:10px;color:var(--mp-text);display:inline-flex;height:40px;justify-content:center;margin-left:-.25rem;text-decoration:none;transition:background .15s ease,color .15s ease;width:40px}.mypage-app-header__back:hover{background:hsla(38,29%,61%,.12);color:var(--mp-gold-dark);text-decoration:none}.mypage-app-header__back i{font-size:1.05rem}.mypage-app-header__spacer{display:inline-block;flex-shrink:0;height:40px;width:40px}.mypage-app-header__title{color:var(--mp-text);flex:1 1 auto;font-size:1rem;font-weight:700;line-height:1.3;margin:0;overflow:hidden;padding:0 .35rem;text-align:center;text-overflow:ellipsis;white-space:nowrap}@media (min-width:769px){.mypage-app-header__title{font-size:1.05rem}}.message-page,.notification-page{margin:1rem 3% 0;padding-left:0;padding-right:0}@media (min-width:769px){.message-page,.notification-page{margin:20px auto 0;max-width:560px;width:100%}}.message-page__pagination{margin:1rem 0 .25rem}.message-index__empty{color:#777;padding:1rem;text-align:center}.message-index__empty,.message-index__list{background:#fff;border:1px solid var(--mp-border);border-radius:12px}.message-index__list{list-style:none;margin:0;overflow:hidden;padding:0}.message-index__item{border-bottom:1px solid rgba(0,0,0,.06)}.message-index__item:last-child{border-bottom:none}.message-index__link{-webkit-tap-highlight-color:transparent;align-items:center;color:inherit;display:flex;gap:12px;padding:12px;text-decoration:none}.message-index__link:focus,.message-index__link:hover{background:rgba(0,0,0,.03);text-decoration:none}.message-index__avatar{background:#eee;border-radius:999px;flex:0 0 auto;height:56px;overflow:hidden;width:56px}.message-index__avatar img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.message-index__avatar-fallback{background:linear-gradient(135deg,rgba(0,0,0,.06),rgba(0,0,0,.02));display:block;height:100%;width:100%}.message-index__body{display:flex;flex:1 1 auto;flex-direction:column;gap:6px;min-width:0}.message-index__top{align-items:baseline;display:flex;gap:10px;justify-content:space-between}.message-index__name{font-size:.95rem;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-index__date{color:#888;flex:0 0 auto;font-size:.75rem;font-weight:700}.message-index__bottom{align-items:center;display:flex;gap:10px;min-width:0}.message-index__badge{flex:0 0 auto}.message-index__unread{align-items:center;background:#e74c3c;border-radius:999px;color:#fff;display:inline-flex;font-size:.75rem;font-weight:800;height:22px;justify-content:center;line-height:1;min-width:22px;padding:0 7px}.notification-page{padding:0 1rem .25rem}.mp-faq{display:flex;flex-direction:column;gap:.6rem}.mp-faq-item{background:#fff;border:1px solid var(--mp-border);border-radius:12px;overflow:hidden}.mp-faq-q{align-items:center;color:var(--mp-text);cursor:pointer;display:flex;font-weight:900;gap:.75rem;justify-content:space-between;list-style:none;padding:.85rem .95rem}.mp-faq-q::-webkit-details-marker{display:none}.mp-faq-item>.mp-faq-q:after{color:#bbb;content:"›";font-size:1.2rem;transform:rotate(90deg);transition:transform .15s ease}.mp-faq-item[open]>.mp-faq-q:after{transform:rotate(-90deg)}.mp-faq-a{border-top:1px solid rgba(0,0,0,.06);color:#555;font-size:.92rem;line-height:1.7;padding:0 .95rem .95rem}.mp-faq-a p:last-child{margin-bottom:0}.notification-page__header{margin:0 0 .75rem}.notification-page__title{color:var(--mp-text);font-size:1.05rem;font-weight:800;margin:0}.notification-page__empty{color:#777;padding:1rem;text-align:center}.notification-page__empty,.notification-page__list{background:#fff;border:1px solid var(--mp-border);border-radius:12px}.notification-page__list{list-style:none;margin:0;overflow:hidden;padding:0}.notification-page__item{border-bottom:1px solid rgba(0,0,0,.06);padding:0}.notification-page__item:last-child{border-bottom:none}.notification-page__item-title{color:#222;font-size:.8rem;font-weight:800;line-height:1.35}.notification-page__item-date{color:#888;flex:0 0 auto;font-size:.75rem;font-weight:700;white-space:nowrap}.notification-page__tableHead{color:#999;display:grid;font-size:.72rem;font-weight:900;gap:.5rem;grid-template-columns:3.2rem 1fr auto;margin-bottom:.5rem;padding:.35rem .75rem}.notification-page__th--title,.notification-page__th--unread{text-align:left}.notification-page__th--date{text-align:right}.notification-page__row{-webkit-tap-highlight-color:transparent;align-items:center;color:inherit;display:grid;gap:.5rem;grid-template-columns:1.5rem 1fr auto 14px;padding:.85rem .75rem;text-decoration:none}.notification-page__row:focus,.notification-page__row:hover{background:rgba(0,0,0,.03);text-decoration:none}.notification-page__cell--title{min-width:0}.notification-page__cell--date{text-align:right}.notification-page__cell--chev{color:#bbb;font-size:.85rem;text-align:right}.notification-page__cell--unread{text-align:center}.notification-page__unreadBadge{align-items:center;background:#e44;border-radius:999px;color:#fff;display:inline-flex;font-size:.7rem;font-weight:900;height:12px;justify-content:center;line-height:1;padding:0 6px}.mp-notice-detail__meta{display:flex;justify-content:flex-end;margin-bottom:.35rem}.mp-notice-detail__date{color:#888;font-size:.78rem;font-weight:800}.mp-notice-detail__title{color:var(--mp-text);font-size:1.05rem;font-weight:900;line-height:1.4;margin-bottom:.75rem}.mp-notice-detail__body{color:#555;font-size:.92rem;line-height:1.75;word-break:break-word}.footer-nav-links__badge{position:static}.mp-toast-wrap{display:grid;gap:8px;max-width:min(300px,100vw - 20px);pointer-events:none;position:fixed;right:10px;top:10px;z-index:9999}.mp-toast{align-items:start;animation:mp-toast-in .18s ease-out both;background:hsla(0,0%,8%,.92);border:1px solid hsla(0,0%,100%,.12);border-radius:12px;box-shadow:0 12px 30px rgba(0,0,0,.18);color:#fff;display:grid;gap:8px;grid-template-columns:1fr auto;padding:10px 10px 10px 12px;pointer-events:auto}.mp-toast__body{font-size:.82rem;font-weight:700;line-height:1.5;word-break:break-word}.mp-toast__close{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;border-radius:10px;color:hsla(0,0%,100%,.85);cursor:pointer;font-size:1rem;line-height:1;padding:2px 5px}.mp-toast__close:hover{background:hsla(0,0%,100%,.08)}.mp-toast--success{border-color:rgba(46,204,113,.35)}.mp-toast--error{border-color:rgba(231,76,60,.42)}.mp-toast.is-hiding{animation:mp-toast-out .2s ease-in both}@keyframes mp-toast-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes mp-toast-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-6px)}}.message-index__last{color:#666;flex:1 1 auto;font-size:.82rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-index__chev{color:#bbb;flex:0 0 auto;font-size:.85rem}.mp-search-filter-btn{align-items:center;background:transparent;border:none;border-radius:10px;color:var(--mp-text);display:inline-flex;height:40px;justify-content:center;width:40px}.mp-search-filter-btn:hover{background:hsla(38,29%,61%,.12);color:var(--mp-gold-dark)}.mp-search-filter-btn i{font-size:1.05rem}.mypage-app-breadcrumb-wrap{margin-bottom:.5rem}@media (max-width:768px){.mypage-app-breadcrumb-wrap{display:none}}.mypage-app-tabbar{display:none}.mypage-app-tab{position:relative}.mypage-app-tab .mypage-app-tab__badge{align-items:center;background:#e44;border-radius:999px;color:#fff;display:inline-flex;font-size:.7rem;font-weight:900;height:1.15rem;justify-content:center;line-height:1;min-width:1.15rem;padding:0 .3rem;position:absolute;right:.85rem;top:.2rem}.mypage-app-pc-mainnav,.sp-global-header,.sp-global-tabbar{display:none}@media (min-width:769px){.mypage-app-pc-mainnav{background:#fff;border-bottom:1px solid var(--mp-border);box-shadow:0 1px 0 rgba(44,44,44,.04);display:block}.mypage-app-pc-mainnav__inner{align-items:stretch;display:flex;flex-wrap:wrap;gap:.15rem;justify-content:center;margin:0 auto;max-width:1200px;min-height:46px;padding:0 .5rem}.mypage-app-pc-mainnav__item{-webkit-tap-highlight-color:transparent;align-items:center;border-radius:10px;color:var(--mp-text);display:inline-flex;font-size:.86rem;font-weight:700;gap:.45rem;justify-content:center;padding:.45rem .85rem;position:relative;text-decoration:none;transition:background .15s ease,color .15s ease}.mypage-app-pc-mainnav__item i{color:var(--mp-gold-dark);font-size:1rem;opacity:.88}.mypage-app-pc-mainnav__item:hover{background:hsla(38,29%,61%,.1);color:var(--mp-gold-dark);text-decoration:none}.mypage-app-pc-mainnav__item.is-active{background:hsla(38,29%,61%,.14);color:var(--mp-gold-dark)}.mypage-app-pc-mainnav__badge{align-items:center;background:#e44;border-radius:999px;color:#fff;display:inline-flex;font-size:.65rem;font-weight:900;height:1.1rem;justify-content:center;line-height:1;min-width:1.1rem;padding:0 .28rem;position:absolute;right:.35rem;top:.2rem}.mp-pc-nav-dup-hide{display:none!important}}.mypage-sidebar--dash-list{background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important}.mypage-sidebar--dash-list .mp-dash-card{margin-bottom:1rem}.mypage-sidebar--dash-list .mp-dash-card:last-of-type{margin-bottom:0}.mypage-sidebar--dash-list .mp-dash-logout-wrap{margin-bottom:.5rem;margin-top:.5rem}@media (max-width:768px){.sp-global-shell{background:var(--mp-bg)}.sp-global-shell .navbar,.sp-global-shell .navbar-sp-header,.sp-global-shell .navbar-status,.sp-global-shell footer{display:none!important}.sp-global-shell main{padding-bottom:calc(var(--mypage-tabbar-h) + env(safe-area-inset-bottom, 0px));padding-top:0}.sp-global-header{display:flex;position:-webkit-sticky;position:sticky;top:0;z-index:1030}.sp-global-tabbar{display:flex}.mypage-app-layout main{padding-bottom:calc(var(--mypage-tabbar-h) + env(safe-area-inset-bottom, 0px))}.mypage-app-layout--guest main{padding-bottom:1.5rem}.mypage-app-layout footer .footer-sp{display:none!important}.mypage-app-tabbar{align-items:stretch;background:#fff;border-top:1px solid var(--mp-border);bottom:0;box-shadow:0 -2px 12px rgba(44,44,44,.06);display:flex;height:calc(var(--mypage-tabbar-h) + env(safe-area-inset-bottom, 0px));justify-content:space-around;left:0;padding-bottom:env(safe-area-inset-bottom,0);position:fixed;right:0;z-index:1040}.mypage-app-tab{-webkit-tap-highlight-color:transparent;align-items:center;color:#333;display:flex;flex:1 1 0;flex-direction:column;font-size:.62rem;font-weight:400;gap:2px;justify-content:center;line-height:1.2;min-width:0;padding:6px 2px 4px;text-decoration:none}.mypage-app-tab span{max-width:100%;text-align:center;white-space:normal}.mypage-app-tab i{font-size:1.15rem;margin-bottom:1px}.mypage-app-tab:hover,.mypage-app-tab:visited{color:#333;text-decoration:none}.mypage-app-tab.is-active{color:var(--mp-gold-dark)}.mypage-app-tab.is-active i{color:var(--mp-gold)}}.mp-dash{margin:0 auto;padding:0 0 2rem}.mp-dash-sub{padding-top:0}.mp-like-tabs{display:grid;gap:.5rem;grid-template-columns:repeat(2,minmax(0,1fr));margin:0 auto .75rem;max-width:560px}.mp-like-tab{align-items:center;background:#fff;border:1px solid #e5e0d8;border-radius:999px;box-shadow:0 2px 10px rgba(44,44,44,.04);color:#2c2c2c;display:flex;font-size:.9rem;font-weight:700;justify-content:center;padding:.7rem .8rem;text-decoration:none;transition:background .15s ease,border-color .15s ease,color .15s ease}.mp-like-tab:hover{background:hsla(38,29%,61%,.08);border-color:hsla(38,29%,61%,.55);color:#9a8a6a;text-decoration:none}.mp-like-tab.is-active{background:linear-gradient(90deg,hsla(38,29%,61%,.18),hsla(40,19%,51%,.12));border-color:hsla(38,29%,61%,.7);color:#9a8a6a}.mp-like-empty{align-items:center;color:#666;display:flex;flex-direction:column;gap:.35rem;text-align:center}.mp-like-empty--padded{padding:2rem 1.2rem}.mp-like-empty__icon{background:rgba(220,60,60,.08);border-radius:999px;color:#d13c3c;display:grid;height:64px;margin-bottom:.35rem;place-items:center;width:64px}.mp-like-empty__icon i{font-size:1.7rem}.mp-like-empty__title{color:#2c2c2c;font-weight:800}.mp-like-empty__sub{font-size:.92rem}.mp-like-message-link{color:#9a8a6a;display:inline-block;font-size:.78rem;font-weight:700;margin-top:.35rem;text-decoration:none}.mp-like-message-link:hover{text-decoration:underline}.mp-like-empty__btn{align-items:center;background:linear-gradient(90deg,#b8a27d,#9a8a6a);border:0;border-radius:999px;color:#fff;display:inline-flex;font-weight:800;justify-content:center;margin-top:.65rem;padding:.55rem 1.15rem;text-decoration:none}.mp-like-empty__btn:hover{color:#fff;filter:brightness(.98);text-decoration:none}.mp-spouse{margin:0 auto;max-width:560px}.mp-spouse__head{align-items:center;display:flex;gap:.75rem;justify-content:space-between;margin-bottom:.65rem}.mp-spouse__title{color:#2c2c2c;font-size:1rem;font-weight:800}.mp-spouse__hint{color:#666;font-size:.85rem;line-height:1.5;margin-bottom:.9rem}.mp-spouse__add{align-items:center;background:#fff;border:1px solid hsla(38,29%,61%,.7);border-radius:999px;color:#9a8a6a;display:inline-flex;font-size:.85rem;font-weight:800;justify-content:center;padding:.45rem .9rem;text-decoration:none;white-space:nowrap}.mp-spouse__add:hover{background:hsla(38,29%,61%,.1);color:#9a8a6a;text-decoration:none}.mp-spouse__add:disabled{cursor:not-allowed;opacity:.5}.mp-spouse__add--primary{background:linear-gradient(90deg,#b8a27d,#9a8a6a);border:0;color:#fff}.mp-spouse__card{background:#fff;border:1px solid #e5e0d8;border-radius:14px;box-shadow:0 1px 10px rgba(44,44,44,.04);margin-bottom:.75rem;padding:.85rem .9rem}.mp-spouse__cardHead{align-items:center;display:flex;gap:.5rem;justify-content:space-between;margin-bottom:.75rem}.mp-spouse__cardTitle{color:#2c2c2c;font-size:.9rem;font-weight:800}.mp-spouse__remove{background:#fff;border:1px solid hsla(0,0%,63%,.55);border-radius:999px;color:#666;font-size:.8rem;font-weight:700;padding:.25rem .65rem}.mp-spouse__grid{display:grid;gap:.7rem .75rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:520px){.mp-spouse__grid{grid-template-columns:1fr}}.mp-spouse__field{display:flex;flex-direction:column;gap:.35rem;margin:0}.mp-spouse__label{color:#666;font-size:.8rem;font-weight:700}.mp-spouse__input{background:#fff;border:1px solid #e5e0d8;border-radius:12px;color:#2c2c2c;font-size:.95rem;outline:none;padding:.55rem .7rem;width:100%}.mp-spouse__input:focus{border-color:hsla(38,29%,61%,.7);box-shadow:0 0 0 3px hsla(38,29%,61%,.15)}.mp-spouse__empty{border:1px dashed hsla(37,20%,87%,.95);border-radius:14px;color:#666;padding:1.2rem 1rem;text-align:center}.mp-spouse__emptyTitle{color:#2c2c2c;font-weight:800;margin-bottom:.75rem}.mp-spouse__footer{display:flex;justify-content:flex-end;margin-top:1rem}.mp-spouse__save{align-items:center;background:linear-gradient(90deg,#b8a27d,#9a8a6a);border:0;border-radius:999px;color:#fff;display:inline-flex;font-weight:900;justify-content:center;padding:.6rem 1.2rem}.mp-plan-head{align-items:baseline;display:flex;gap:.75rem;justify-content:space-between;margin-bottom:.8rem}.mp-plan-top{background:rgba(0,0,0,.02);border:1px solid #e5e0d8;border-radius:14px;margin-bottom:.75rem;padding:.6rem .9rem .4rem}.mp-plan-top__row{align-items:baseline;display:flex;gap:.75rem;justify-content:space-between;margin-bottom:0}.mp-plan-top__label{color:#666;font-size:1rem;font-weight:800}.mp-plan-top__value{color:#b8a27d;font-size:.95rem;font-weight:900}.mp-plan-top__note{color:#9a8a6a;font-size:.75rem;line-height:1.5}.mp-plan-top__note--billing{color:#555;margin-top:.35rem}.mp-notify-groupTitle{color:#2c2c2c;font-weight:900;margin-bottom:.75rem}.mp-notify-row{align-items:center;border-bottom:1px solid rgba(0,0,0,.06);display:flex;gap:1rem;justify-content:space-between;padding:.85rem 0}.mp-notify-row:last-child{border-bottom:0}.mp-notify-label{color:#444;font-size:.95rem;font-weight:800}.mp-notify-control{align-items:center;display:flex;flex-shrink:0;gap:.65rem}.mp-dash-btn-outline--full{font-weight:800;justify-content:center;padding:.75rem 1rem;width:100%}.mp-dash-btn-danger{align-items:center;background:#e44;border:1px solid rgba(228,68,68,.65);border-radius:999px;color:#fff;display:inline-flex;font-size:.9rem;font-weight:900;gap:.4rem;padding:.6rem 1rem;text-decoration:none;transition:filter .15s ease,background .15s ease}.mp-dash-btn-danger:hover{color:#fff;filter:brightness(.98);text-decoration:none}.mp-dash-btn-danger--full{justify-content:center;width:100%}.mp-withdraw-warning{background:rgba(228,68,68,.06);border:1px solid rgba(228,68,68,.28);border-radius:14px;padding:1rem}.mp-withdraw-warning__title{align-items:center;color:#b33;display:flex;font-weight:900;gap:.5rem;margin-bottom:.75rem}.mp-withdraw-warning__list{color:#444;font-weight:700;line-height:1.8;margin:0 0 .75rem;padding-left:1.2rem}.mp-withdraw-warning__note{color:#b33;font-weight:900;line-height:1.5}.mp-withdraw-actions{display:grid;gap:.6rem;grid-template-columns:1fr;margin-top:1rem}.mp-pref{padding:.35rem 0 .15rem}.mp-pref-tabs{display:grid;gap:.4rem;grid-template-columns:repeat(2,minmax(0,1fr));margin:0 auto .55rem;max-width:560px}.mp-pref-tab{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid #e5e0d8;border-radius:999px;box-shadow:0 2px 10px rgba(44,44,44,.04);color:#2c2c2c;cursor:pointer;display:flex;font-size:.85rem;font-weight:700;justify-content:center;padding:.55rem .7rem;transition:background .15s ease,border-color .15s ease,color .15s ease}.mp-pref-tab:hover{background:hsla(38,29%,61%,.08);border-color:hsla(38,29%,61%,.55);color:#9a8a6a}.mp-pref-tab.is-active{background:linear-gradient(90deg,hsla(38,29%,61%,.18),hsla(40,19%,51%,.12));border-color:hsla(38,29%,61%,.7);color:#9a8a6a}.mp-pref-sec{margin-bottom:.85rem}.mp-pref-sec__title{border-left:3px solid var(--mp-gold);color:#2c2c2c;font-size:.88rem;font-weight:800;margin-bottom:.6rem;margin-top:1rem;padding-left:10px}.mp-pref-pane{display:none}.mp-pref-pane.is-active{display:flex;flex-wrap:wrap;gap:.35rem}.mp-pref-pill{align-items:center;background:rgba(0,0,0,.02);border:1px solid rgba(0,0,0,.12);border-radius:999px;color:#333;cursor:pointer;display:inline-flex;font-size:.78rem;font-weight:400;gap:.35rem;margin-bottom:0;padding:.15rem .6rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mp-pref-pill input{opacity:0;pointer-events:none;position:absolute}.mp-pref-pill.is-on{background:hsla(38,29%,61%,.22);border-color:hsla(38,29%,61%,.7);color:#9a8a6a}.mp-pref-save{margin-top:.4rem}.mp-pref-save__btn{background:hsla(38,29%,61%,.9);border:0;border-radius:12px;color:#fff;font-weight:900;padding:.8rem 1rem;width:100%}.mp-pref-save__btn:hover{filter:brightness(.98)}.mp-form-input{background:#fff;border:1px solid rgba(0,0,0,.18)!important;border-radius:10px}.mp-form-input:focus{border-color:hsla(38,29%,61%,.85)!important;box-shadow:0 0 0 3px hsla(38,29%,61%,.18)!important}.male-reg-field>label{align-items:center;color:#2c2c2c;display:flex;flex-wrap:wrap;font-weight:800;gap:6px 8px;margin-bottom:.45rem}.male-reg-field .req{align-items:center;background:#bd1e1e;border-radius:999px;color:#fff!important;display:inline-flex;font-size:.65rem;font-weight:900;justify-content:center;letter-spacing:.02em;line-height:1.2;padding:2px 9px}.mp-switch{display:inline-flex;height:30px;position:relative;width:52px}.mp-switch input{height:0;opacity:0;width:0}.mp-switch-slider{background:rgba(0,0,0,.18);cursor:pointer;inset:0}.mp-switch-slider,.mp-switch-slider:before{border-radius:999px;position:absolute;transition:.18s}.mp-switch-slider:before{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.18);content:"";height:24px;left:3px;top:3px;width:24px}.mp-switch input:checked+.mp-switch-slider{background:hsla(38,29%,61%,.75)}.mp-switch input:checked+.mp-switch-slider:before{transform:translateX(22px)}.mp-notify-actions{display:flex;justify-content:flex-end;margin-top:1rem}.mp-plan-reco{color:#555;font-size:.9rem;margin:.25rem 0 .9rem}.mp-plan-reco strong{color:#9a8a6a}.mp-plan-title{color:#2c2c2c;font-size:1rem;font-weight:900}.mp-plan-note{color:#777;font-size:.82rem}.mp-plan-grid{display:grid;gap:.75rem;grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:820px){.mp-plan-grid{grid-template-columns:1fr}}.mp-plan-card{background:#fff;border:1px solid #e5e0d8;border-radius:14px;box-shadow:0 1px 10px rgba(44,44,44,.04);padding:.85rem .9rem}.mp-plan-card__head{align-items:center;display:flex;gap:.5rem;justify-content:space-between;margin-bottom:.65rem}.mp-plan-badge{align-items:center;background:linear-gradient(90deg,#b8a27d,#9a8a6a);border-radius:999px;color:#fff;display:inline-flex;font-size:.72rem;font-weight:900;justify-content:center;padding:.2rem .55rem;white-space:nowrap}.mp-plan-card--recommended{background:hsla(38,29%,61%,.05);border-color:hsla(38,29%,61%,.8);border-width:2px;box-shadow:0 2px 14px rgba(44,44,44,.08)}.mp-plan-card--royal{border-color:hsla(38,29%,61%,.55);box-shadow:0 2px 14px rgba(44,44,44,.06)}.mp-plan-card__name{color:#2c2c2c;font-weight:900}.mp-plan-card__price{align-items:baseline;background:hsla(38,29%,61%,.1);border-radius:12px;display:flex;gap:.75rem;justify-content:space-between;margin-bottom:.7rem;padding:.55rem .65rem}.mp-plan-card__priceLabel{color:#666;font-size:.82rem;font-weight:800}.mp-plan-card__priceValue{color:#9a8a6a;font-size:1.15rem;font-weight:900}.mp-plan-card__priceCol{align-items:flex-end;display:flex;flex-direction:column;gap:.15rem;text-align:right}.mp-plan-card__priceDetail{color:#666;font-size:.72rem;font-weight:700;line-height:1.25}.mp-plan-months{display:grid;gap:.45rem;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:.85rem}.mp-plan-month{background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:999px;color:#555;font-size:.8rem;font-weight:900;line-height:1.2;padding:.35rem .2rem;white-space:nowrap}.mp-plan-month.is-active{background:hsla(38,29%,61%,.12);border-color:hsla(38,29%,61%,.75);color:#9a8a6a}.mp-plan-month:disabled{cursor:not-allowed;opacity:.45}.mp-plan-features__title{color:#2c2c2c;font-size:.82rem;font-weight:900;margin-bottom:.5rem}.mp-plan-features__list{color:#555;font-size:.86rem;line-height:1.45;margin:0;padding-left:1.1rem}.mp-plan-features__list li{list-style-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 24 24" fill="none" stroke="green" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check"><path d="M20 6 9 17l-5-5"/></svg>')}.mp-plan-apply{align-items:center;background:linear-gradient(90deg,#b8a27d,#9a8a6a);border:0;border-radius:999px;color:#fff;display:inline-flex;font-weight:900;justify-content:center;margin-top:.85rem;padding:.65rem 1rem;width:100%}.mp-compare-link{margin:1rem 0 .25rem;text-align:center}.mp-compare-link a{align-items:center;background:hsla(38,29%,61%,.08);border:1px solid hsla(38,29%,61%,.6);border-radius:999px;color:#9a8a6a;display:inline-flex;font-weight:900;justify-content:center;padding:.55rem 1.05rem;text-decoration:none}.mp-compare-link a:hover{background:hsla(38,29%,61%,.12);color:#9a8a6a;text-decoration:none}.mp-compare-sectionTitle{color:#2c2c2c;font-weight:900;margin-bottom:.75rem}.mp-compare-table{margin-bottom:0}.mp-compare-table thead th{background:rgba(0,0,0,.03);border-color:rgba(0,0,0,.06);color:#333;font-size:.82rem;font-weight:900;padding:.45rem .3rem;white-space:nowrap}.mp-compare-table td,.mp-compare-table th{border-color:rgba(0,0,0,.06);font-size:.82rem;padding:.45rem .3rem;vertical-align:middle}.mp-compare-table tbody th{max-width:170px!important;min-width:auto}.mp-compare-feature{color:#333;font-weight:800;min-width:180px}.mp-compare-mark{font-size:.95rem;font-weight:900;letter-spacing:.02em}.mp-plan-card__prices{display:grid;gap:.45rem}.mp-plan-price{align-items:baseline;background:rgba(0,0,0,.02);border-radius:10px;color:#333;display:flex;gap:.75rem;justify-content:space-between;padding:.35rem .5rem}.mp-plan-price span{color:#666;font-size:.82rem;font-weight:700}.mp-plan-price strong{color:#9a8a6a;font-size:1rem;font-weight:900}.mp-plan-price--muted{opacity:.55}.mp-plan-price--muted strong{color:#666}.mp-plan-card__sub{color:#666;font-size:.82rem;line-height:1.5;margin-top:.75rem}.mp-dash-card{background:#fff;border:1px solid #e5e0d8;border-radius:14px;box-shadow:0 2px 12px rgba(44,44,44,.06);margin-bottom:1rem;overflow:hidden}.mp-dash-card-body{padding:1rem 1.1rem}.mp-dash-card-body--flush{padding:0}.mp-dash-card--concierge-cta{background:linear-gradient(135deg,hsla(38,29%,61%,.1),hsla(38,29%,61%,.02));border-color:hsla(38,29%,61%,.45)}.mp-dash-concierge-link{align-items:center;color:inherit;display:flex;gap:12px;padding:14px 16px;text-decoration:none}.mp-dash-concierge-link:hover{background:hsla(38,29%,61%,.08);text-decoration:none}.mp-dash-concierge-link__icon{align-items:center;background:hsla(38,29%,61%,.2);border-radius:12px;color:#9a8a6a;display:flex;flex-shrink:0;font-size:1.1rem;height:44px;justify-content:center;width:44px}.mp-dash-concierge-link__title{color:#2c2c2c;display:block;font-size:.92rem;font-weight:800}.mp-dash-concierge-link__sub{color:#666;display:block;font-size:.75rem;margin-top:4px}.mp-dash-concierge-link__chev{color:#9a8a6a;font-size:.8rem;margin-left:auto}.mp-dash-menu-row--highlight{background:hsla(38,29%,61%,.06)}.mp-dash-hero{align-items:flex-start;display:flex;flex-wrap:wrap;gap:0 1rem;padding:1.1rem}.mp-dash-hero .mp-dash-btn-main{align-items:center;border:2px solid #b8a27d;border-radius:14px;color:#b8a27d!important;display:flex;font-size:.8rem;font-weight:400;gap:.5rem;justify-content:center;margin-top:.5rem;padding:.45rem 1rem;text-decoration:none;transition:background .15s ease,color .15s ease;width:100%}.mp-dash-hero .mp-dash-btn-main:hover{background:hsla(38,29%,61%,.12)}.mp-dash-avatar-wrap{flex-shrink:0}body.layout-register-noheader-sp main{min-height:100vh}.mp-dash-avatar{border:2px solid hsla(38,29%,61%,.35);border-radius:14px;height:70px;-o-object-fit:cover;object-fit:cover;width:70px}.mp-dash-hero-body{flex:1;min-width:0}.mp-dash-name-row{align-items:center;display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:.35rem}.mp-dash-name{color:#2c2c2c;font-size:1.15rem;font-weight:700}.mp-dash-badge{align-items:center;border-radius:999px;display:inline-flex;font-size:.7rem;gap:.25rem;padding:.2rem .6rem}.mp-dash-badge--ok{background:rgba(45,106,45,.12);color:#2d6a2d}.mp-dash-badge--warn{background:rgba(200,120,0,.14);color:#a65c00}.mp-dash-badge--pending{background:hsla(0,0%,39%,.1);color:#555}.mp-dash-progress-label{color:#666;font-size:.78rem;margin:.5rem 0 .35rem}.mp-dash-progress-label strong{color:#9a8a6a}.mp-dash-progress-bar{background:#f0ebe4;border-radius:999px;height:8px;margin-bottom:.75rem;overflow:hidden}.mp-dash-progress-fill{background:linear-gradient(90deg,#b8a27d,#9a8a6a);border-radius:999px;display:block;height:100%}.mp-dash-btn-outline{align-items:center;background:#fff;border:1px solid #b8a27d;border-radius:999px;color:#9a8a6a;display:inline-flex;font-size:.85rem;font-weight:400;gap:.4rem;padding:.45rem 1rem;text-decoration:none;transition:background .15s ease,color .15s ease}.mp-dash-btn-outline:hover{background:hsla(38,29%,61%,.12);color:#9a8a6a;text-decoration:none}.mp-dash-stats{display:grid;gap:.5rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:1rem}.mp-dash-stat{background:#fff;border:1px solid #e5e0d8;border-radius:12px;padding:.75rem .5rem;text-align:center}.mp-dash-stat--link{color:inherit;cursor:pointer;text-decoration:none}.mp-dash-stat--link:hover{background:hsla(38,29%,61%,.04);color:inherit;text-decoration:none}.mp-dash-stat-label{color:#888;font-size:.75rem;line-height:1.2;margin-bottom:.35rem}.mp-royal-crown-icon{color:#9a8a6a;font-size:.95em;margin-right:.25rem;vertical-align:middle}.mp-dash-stat-value{color:#2c2c2c;font-size:.8rem;font-weight:700;line-height:1.2}.mp-dash-stat-value--gold{color:#9a8a6a}.mp-dash-stat-value--danger{color:#c45c5c}.mp-dash-stat-value--ok{color:#2d6a2d}.mp-dash-section{margin-bottom:1rem}.mp-dash-section-head{align-items:center;display:flex;justify-content:space-between;margin-bottom:.65rem;padding:0 .15rem}.mp-dash-section-title{align-items:center;color:#b8a27d;display:flex;font-size:.95rem;font-weight:700;gap:.5rem;margin:0}.mp-dash-link-all{color:#9a8a6a;font-size:.78rem;text-decoration:none;white-space:nowrap}.mp-dash-link-all:hover{color:#9a8a6a;opacity:.85;text-decoration:none}.mp-dash-footprints{-webkit-overflow-scrolling:touch;display:flex;gap:.5rem;overflow-x:auto;padding:.25rem .25rem .5rem}.mp-dash-footprints-box{background:#fff;border:1px solid var(--mp-border);border-radius:12px;overflow:hidden;padding:.7rem}.mp-dash-section-head--inbox{margin-bottom:.35rem;padding:.25rem .25rem 0}.mp-dash-foot-item{align-items:center;color:inherit;display:flex;flex:0 0 auto;flex-direction:column;text-decoration:none;width:72px}.mp-dash-foot-item:hover{opacity:.9;text-decoration:none}.mp-dash-foot-avatar{border:1px solid #e5e0d8;border-radius:50%;height:56px;margin-bottom:.35rem;-o-object-fit:cover;object-fit:cover;width:56px}.mp-dash-foot-name{font-size:.68rem;line-height:1.2;max-width:100%;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.mp-dash-foot-time{color:#999;font-size:.6rem}.mp-dash-empty{color:#999;font-size:.85rem;margin:0;padding:1rem .5rem;text-align:center}.mp-dash-empty--padded{padding:1.5rem 1rem}.mp-dash-menu-card{overflow:hidden;padding:0}.mp-dash-menu-row{align-items:center;border-bottom:1px solid hsla(37,20%,87%,.85);color:#2c2c2c;display:flex;gap:.75rem;padding:.9rem 1rem;position:relative;text-decoration:none;transition:background .12s ease}.mp-dash-menu-row:hover{background:hsla(38,29%,61%,.06);color:#2c2c2c;text-decoration:none}.mp-dash-menu-row--last{border-bottom:none}.mp-dash-menu-icon{align-items:center;background:hsla(38,29%,61%,.12);border-radius:12px;color:#9a8a6a;display:flex;flex:0 0 44px;height:44px;justify-content:center;width:44px}.mp-dash-menu-icon i{font-size:1.1rem}.mp-dash-menu-text{display:flex;flex:1 1 auto;flex-direction:column;gap:.15rem;min-width:0}.mp-dash-menu-title{font-size:.92rem}.mp-dash-menu-sub{color:#888;font-size:.72rem}.mp-dash-menu-chevron{color:#bbb;flex:0 0 auto;font-size:.75rem}.mp-dash-notify-badge{align-items:center;background:#e85d5d;border-radius:999px;color:#fff;display:inline-flex;font-size:.65rem;font-weight:700;height:1.25rem;justify-content:center;min-width:1.25rem;padding:0 .35rem}.mp-dash-notify-badge--right{position:absolute;right:2.5rem;top:50%;transform:translateY(-50%)}.mp-dash-logout-wrap{margin:1.2rem 0 .5rem;text-align:center}.mp-dash-logout{color:#888;font-size:.85rem;text-decoration:underline}.mp-dash-logout:hover{color:#555}.mp-dash-withdraw{color:#b4534a;display:inline-block;font-size:.85rem;margin-top:.65rem;text-decoration:underline}.mp-dash-withdraw:hover{color:#8f3f38}.mp-dash-menu-row--danger .mp-dash-menu-icon{background:rgba(180,83,74,.1);color:#b4534a}.mp-dash-menu-row--danger .mp-dash-menu-title{color:#8f3f38}.mp-dash-role-note{color:#777;font-size:.85rem;margin:0 0 .75rem}.mp-dash-list-row{align-items:flex-start;border-bottom:1px solid hsla(37,20%,87%,.85);display:flex;gap:.75rem;padding:.85rem 1rem}.mp-dash-list-row:last-child{border-bottom:none}.mp-dash-list-row--link{color:inherit;text-decoration:none}.mp-dash-list-row--link:hover{background:hsla(38,29%,61%,.04)}.mp-dash-list-main{align-items:flex-start;color:inherit;display:flex;gap:.75rem;min-width:0;text-decoration:none}.mp-dash-list-main:hover{opacity:.92;text-decoration:none}.mp-dash-list-body{flex:1 1 auto;min-width:0}.mp-dash-list-avatar{border-radius:50%;display:block;flex:0 0 48px;height:48px;max-height:48px;max-width:48px;-o-object-fit:cover;object-fit:cover;width:48px}.mp-dash-list-title{font-size:.92rem}.mp-footprints__right{align-items:center;display:inline-flex;flex:0 0 auto;gap:.6rem}.mp-footprints__time{color:#888;font-size:.72rem;font-weight:700;white-space:nowrap}@media (max-width:480px){.mp-footprints__time{display:none}}.mp-footprints__badge{align-items:center;background:rgba(231,76,60,.12);border-radius:999px;color:#e74c3c;display:inline-flex;font-size:.7rem;font-weight:900;justify-content:center;letter-spacing:.02em;margin-left:.5rem;padding:.15rem .5rem}.mp-dash-list-meta{color:#888;font-size:.72rem;margin-top:.15rem}.mp-dash-list-sub{color:rgba(0,0,0,.72);font-size:.86rem;line-height:1.55;margin-top:4px;overflow-wrap:anywhere;white-space:pre-wrap;word-break:break-word}.mp-dash-list-actions{align-items:flex-start;display:flex;flex:0 0 auto;flex-wrap:wrap;gap:.35rem;padding-top:.15rem}.mp-dash-tag{background:#eee;border-radius:4px;display:inline-block;font-size:.65rem;padding:.15rem .45rem}.mp-dash-tag--ok{background:rgba(45,106,45,.15);color:#2d6a2d}.mp-dash-btn-sm{background:#b8a27d;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.72rem;padding:.35rem .65rem}.mp-dash-btn-sm--muted{background:#ccc;color:#333}.mp-dash-btn-sm--outline{background:#fff;border:1px solid #e5e0d8;color:#2c2c2c}.mp-dash-hint{color:#888;font-size:.78rem;margin:.75rem 0;padding:0 .25rem}.mp-dash-pagination{display:flex;justify-content:center;margin-top:1rem}.mp-mpe-toolbar{align-items:center;background:#fff;border:1px solid #e5e0d8;border-radius:12px;box-shadow:0 2px 10px rgba(44,44,44,.04);display:flex;flex-wrap:wrap;gap:.65rem 1rem;margin-bottom:1.25rem;padding:.65rem .85rem}.mp-mpe-toolbar-hint{color:#666;flex:1 1 200px;font-size:.78rem;line-height:1.45;min-width:0}.mp-male-profile-editor__main{min-width:0;position:relative}.mp-mpe-add-slot-wrap{margin-top:.85rem}.mp-profile-preview-page{max-width:100%;padding:0}.mp-profile-preview-bar{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.mp-profile-preview-note{color:#555;font-size:.82rem;line-height:1.5}.mp-profile-preview-frame-wrap{background:#fff;border:1px solid #e5e0d8;border-radius:12px;box-shadow:0 2px 12px rgba(44,44,44,.06);overflow:hidden}.mp-profile-preview-frame{border:none;display:block;height:min(85vh,920px);min-height:480px;width:100%}.mp-mpe-section{border-bottom:1px solid var(--mp-border,#e5e0d8);margin-bottom:2rem;padding-bottom:1.5rem}.mp-mpe-section--note{border-bottom:none}.mp-mpe-section__title{color:var(--mp-gold-dark,#9a8a6a);font-size:1.1rem;font-weight:700;margin-bottom:.75rem}.mp-mpe-hint{color:#333;font-size:.85rem;margin-bottom:1rem}.mp-mpe-hint--identity-types{color:#666;font-size:.8rem;margin-top:-.5rem}.mp-mpe-overflow-grid{margin-top:.75rem}.mp-mpe-photo-grid--overflow{margin-bottom:0}.mp-mpe-overflow-note{background:hsla(38,29%,61%,.1);border:1px dashed hsla(38,29%,61%,.35);border-radius:8px;color:#8a7a60;font-size:.8rem;margin:-.35rem 0 1rem;padding:.5rem .65rem}.mp-mpe-photo-grid{display:grid;gap:.65rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:.5rem}.mp-mpe-slot{aspect-ratio:1;background:#fff;border:1px solid var(--mp-border,#e5e0d8);border-radius:12px;overflow:hidden;position:relative}.mp-mpe-slot--empty{background:#fdfcfa;border-color:hsla(38,29%,61%,.45);border-style:dashed}.mp-mpe-slot--new{border-color:var(--mp-gold,#b8a27d)}.mp-mpe-slot__img{cursor:pointer;display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.mp-mpe-slot__placeholder{align-items:center;background:transparent;border:none;color:#888;cursor:pointer;display:flex;flex-direction:column;gap:.35rem;height:100%;justify-content:center;min-height:0;padding:.5rem;transition:background .15s ease,color .15s ease;width:100%}.mp-mpe-slot__placeholder:hover{background:hsla(38,29%,61%,.08);color:#9a8a6a}.mp-mpe-slot__plus{color:var(--mp-gold,#b8a27d);font-size:1.75rem;font-weight:300;line-height:1}.mp-mpe-slot__ph-text{font-size:.68rem;line-height:1.3;text-align:center}.mp-mpe-slot__toolbar{align-items:center;background:linear-gradient(transparent,rgba(0,0,0,.65));bottom:0;display:flex;gap:4px;justify-content:space-between;left:0;padding:4px 6px;position:absolute;right:0;z-index:2}.mp-mpe-slot__btn{border:none;border-radius:6px;cursor:pointer;font-size:.65rem;line-height:1.2;padding:4px 8px}.mp-mpe-slot__btn--danger{background:rgba(0,0,0,.55);border-radius:50%;color:#fff;font-size:1rem;height:28px;padding:0;width:28px}.mp-mpe-slot__btn--sub{background:hsla(0,0%,100%,.95);color:#2c2c2c;flex:1}.mp-mpe-slot__btn--full{width:100%}.mp-mpe-slot__btn--corner{background:rgba(0,0,0,.55);border-radius:50%;color:#fff;font-size:1rem;height:28px;padding:0;position:absolute;right:4px;top:4px;width:28px;z-index:3}.mp-mpe-slot__badge{background:hsla(38,29%,61%,.95);bottom:0;color:#fff;font-size:.6rem;left:0;padding:3px 0;position:absolute;right:0;text-align:center}.mp-mpe-mosaic{background:#fff;border:1px solid var(--mp-border,#e5e0d8);border-radius:12px;margin-top:.75rem;padding:.75rem .85rem}.mp-mpe-mosaic__head{align-items:baseline;display:flex;gap:.5rem;justify-content:space-between;margin-bottom:.5rem}.mp-mpe-mosaic__title{color:var(--mp-text,#2c2c2c);font-size:.9rem;font-weight:700}.mp-mpe-mosaic__value{color:#9a8a6a;font-size:.85rem;font-weight:800}.mp-mpe-mosaic__range{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:linear-gradient(90deg,hsla(38,29%,61%,.65),hsla(40,19%,51%,.9)) 0 0/var(--mp-mosaic-pct,0) 100% no-repeat,hsla(38,29%,61%,.18);border:1px solid hsla(38,29%,61%,.22);border-radius:999px;height:10px;margin:0 0 .5rem;width:100%}.mp-mpe-mosaic__range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;border:2px solid hsla(40,19%,51%,.9);border-radius:50%;box-shadow:0 2px 10px rgba(0,0,0,.12);cursor:pointer;height:18px;width:18px}.mp-mpe-mosaic__range::-moz-range-thumb{background:#fff;border:2px solid hsla(40,19%,51%,.9);border-radius:50%;box-shadow:0 2px 10px rgba(0,0,0,.12);cursor:pointer;height:18px;width:18px}.mp-mpe-mosaic__hint{color:#777;font-size:.72rem;line-height:1.4;margin-top:.5rem}.mp-mpe-rotate{border-top:1px solid hsla(38,29%,61%,.18);margin-top:.85rem;padding-top:.75rem}.mp-mpe-rotate__label{color:var(--mp-text,#2c2c2c);font-size:.85rem;font-weight:700;margin-bottom:.5rem}.mp-mpe-rotate__actions{display:grid;gap:.5rem;grid-template-columns:1fr 1fr}.mp-mpe-rotate__btn{align-items:center;background:#fff;border:1px solid hsla(40,19%,51%,.35);border-radius:10px;color:var(--mp-text,#2c2c2c);cursor:pointer;display:inline-flex;font-size:.82rem;font-weight:700;gap:.35rem;justify-content:center;line-height:1.2;min-height:40px;padding:.45rem .6rem;transition:background .15s ease,border-color .15s ease,opacity .15s ease}.mp-mpe-rotate__btn:hover:not(:disabled){background:hsla(38,29%,61%,.12);border-color:hsla(40,19%,51%,.55)}.mp-mpe-rotate__btn:disabled{cursor:wait;opacity:.55}.mp-mpe-rotate__btn i{color:#9a8a6a;font-size:.95rem}.mp-mpe-slot-file{height:0;opacity:0;overflow:hidden;pointer-events:none;position:absolute;width:0}.mp-mpe-readonly-grid{display:grid;gap:.5rem 1rem;margin-bottom:1.25rem}@media (min-width:576px){.mp-mpe-readonly-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.mp-mpe-ro{display:flex;flex-direction:column;font-size:.9rem;gap:.15rem}.mp-mpe-ro__l{color:#888;font-size:.78rem}.mp-mpe-ro__v{color:var(--mp-text,#2c2c2c);font-weight:500}.mp-mpe-submit-wrap{background:transparent;margin-top:2rem;padding:0}.mp-mpe-submit{border-radius:10px;font-size:1rem;font-weight:700;max-width:100%;min-height:48px;padding:.85rem 1rem;width:100%}@media (max-width:768px){.mp-male-profile-editor{padding-bottom:calc(76px + var(--mypage-tabbar-h, 56px) + env(safe-area-inset-bottom, 0px))}.mp-mpe-submit-wrap{background:#fff;border-top:1px solid var(--mp-border,#e5e0d8);bottom:calc(var(--mypage-tabbar-h, 56px) + env(safe-area-inset-bottom, 0px));box-shadow:0 -4px 18px rgba(44,44,44,.1);left:0;margin:0;padding:12px 16px;position:fixed;right:0;z-index:1035}.mp-mpe-submit{border-radius:12px;display:block;font-size:1.05rem;font-weight:700;line-height:1.3;max-width:100%;min-height:54px;padding:1rem 1.1rem;width:100%}}.mp-mpe-preview-card{background:#fff;border:1px solid var(--mp-border,#e5e0d8);border-radius:14px;box-shadow:0 4px 20px rgba(44,44,44,.06);padding:1rem}.mp-mpe-preview-card__title{color:var(--mp-gold-dark,#9a8a6a);font-size:.85rem;font-weight:700;margin:0 0 .75rem}.mp-mpe-preview-card__photo{aspect-ratio:3/4;background:#f0ebe4;border-radius:10px;margin-bottom:.5rem;overflow:hidden}.mp-mpe-preview-card__img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.mp-mpe-preview-card__placeholder{align-items:center;color:#999;display:flex;font-size:.85rem;height:100%;justify-content:center;width:100%}.mp-mpe-preview-card__name{color:var(--mp-text,#2c2c2c);font-size:1.05rem;font-weight:700;margin:.5rem 0 .35rem}.mp-mpe-preview-card__intro{color:#555;font-size:.8rem;line-height:1.5;margin:0;white-space:pre-wrap}.mp-mpe-preview-thumbs{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin-bottom:.35rem}.mp-mpe-preview-thumbs__dot{background:#ccc;border-radius:50%;cursor:pointer;height:8px;width:8px}.mp-mpe-preview-thumbs__dot.is-active{background:var(--mp-gold,#b8a27d)}.mp-match-hub{background:linear-gradient(135deg,hsla(38,29%,61%,.12),#fff 55%);border:1px solid var(--mp-border);border-radius:14px;box-shadow:0 2px 12px rgba(44,44,44,.05);margin-bottom:1.25rem;padding:1rem 1.1rem}.mp-match-hub__lead{color:var(--mp-gold-dark);font-size:.88rem;font-weight:700;line-height:1.45;margin:0 0 .85rem}.mp-match-hub__grid{display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:768px){.mp-match-hub__grid{grid-template-columns:1fr}}.mp-match-hub__card{align-items:center;background:#fff;border:1px solid var(--mp-border);border-radius:12px;color:var(--mp-text);display:flex;gap:10px;padding:12px;text-decoration:none;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.mp-match-hub__card:hover{border-color:hsla(38,29%,61%,.45);box-shadow:0 4px 14px rgba(44,44,44,.06);color:var(--mp-text);text-decoration:none}.mp-match-hub__card--alert{background:hsla(0,100%,99%,.95);border-color:rgba(228,68,68,.35)}.mp-match-hub__card--stat{cursor:default}.mp-match-hub__card-icon{align-items:center;background:hsla(38,29%,61%,.18);border-radius:10px;color:var(--mp-gold-dark);display:inline-flex;flex-shrink:0;font-size:1rem;height:2.25rem;justify-content:center;width:2.25rem}.mp-match-hub__card-icon--match{background:rgba(76,175,120,.15);color:#3d8f5c}.mp-match-hub__card-icon--like{background:rgba(228,68,68,.1);color:#c44}.mp-match-hub__card-body{display:flex;flex:1;flex-direction:column;gap:2px;min-width:0}.mp-match-hub__card-label{color:#666;font-size:.72rem;line-height:1.2}.mp-match-hub__card-value{color:var(--mp-text);font-size:1.25rem;font-weight:800;line-height:1.1}.mp-match-hub__card-value small{font-size:.7rem;font-weight:600;margin-left:2px}.mp-match-hub__chevron{color:#aaa;flex-shrink:0;font-size:.75rem}.mp-match-hub__tip{align-items:center;background:hsla(0,0%,100%,.85);border-radius:10px;color:#555;display:flex;flex-wrap:wrap;font-size:.78rem;gap:8px 12px;line-height:1.45;margin-top:.75rem;padding:.65rem .75rem}.mp-match-hub__tip-link{color:var(--mp-gold-dark);font-weight:700;white-space:nowrap}.comm-page{margin:0 auto;max-width:720px;padding:1rem 4px 6.5rem}@media (max-width:768px){.comm-page{padding-bottom:calc(6.5rem + var(--mypage-tabbar-h) + env(safe-area-inset-bottom, 0px))}}.comm-page__intro{color:#555;font-size:.88rem;line-height:1.55;margin:0 0 1.25rem}.comm-empty{background:hsla(38,29%,61%,.08);border:1px dashed hsla(40,19%,51%,.35);border-radius:12px;margin-bottom:1.5rem;padding:1.25rem 1rem}.comm-empty__text{color:#555;font-size:.88rem;margin:0;text-align:center}.comm-page--home{max-width:560px;padding-left:0;padding-right:0;width:100%}.comm-section{margin-bottom:1.75rem;padding:0 12px}.comm-section__bar{align-items:center;border-bottom:2px solid hsla(38,29%,61%,.25);display:flex;gap:.75rem;justify-content:space-between;margin-bottom:12px;padding-bottom:8px}.comm-section__title{color:#2c2c2c;font-size:1.05rem;font-weight:800;letter-spacing:.02em;margin:0}.comm-section__more{color:#9a8a6a;flex-shrink:0;font-size:.8rem;font-weight:700;text-decoration:none;white-space:nowrap}.comm-section__more:hover{color:#2c2c2c;text-decoration:underline}.comm-section__heading{border-bottom:2px solid hsla(38,29%,61%,.25);color:#2c2c2c;font-size:1.05rem;font-weight:800;letter-spacing:.02em;margin:0 0 12px;padding-bottom:10px}.comm-subrow{margin-bottom:1.25rem}.comm-subrow:last-child{margin-bottom:0}.comm-subrow__head{align-items:center;display:flex;gap:.75rem;justify-content:space-between;margin-bottom:10px}.comm-subrow__label{color:#555;font-size:.88rem;font-weight:700;margin:0}.comm-subrow__more{color:#9a8a6a;font-size:.78rem;font-weight:700;text-decoration:none;white-space:nowrap}.comm-subrow__more:hover{text-decoration:underline}.comm-subrow__empty{background:rgba(0,0,0,.03);border-radius:8px;color:#888;font-size:.82rem;margin:0;padding:.75rem;text-align:center}.comm-cat-strip{-webkit-overflow-scrolling:touch;display:flex;flex-wrap:nowrap;gap:20px;list-style:none;margin:0;overflow-x:auto;padding:0 0 4px;scrollbar-width:thin}.comm-cat-strip__cell{flex:0 0 auto}.comm-cat-chip{align-items:center;border-radius:12px;display:flex;flex-direction:column;gap:6px;justify-content:center;padding:12px 0}.comm-cat-chip,.comm-cat-chip:hover{color:#2c2c2c;text-decoration:none}.comm-cat-chip__icon{align-items:center;background:linear-gradient(135deg,hsla(38,29%,61%,.2),hsla(38,29%,61%,.08));border:1px solid hsla(40,19%,51%,.25);border-radius:10px;color:#9a8a6a;display:flex;font-size:1.1rem;height:40px;justify-content:center;width:40px}.comm-cat-chip__name{font-size:.65rem;font-weight:700;line-height:1.3;text-align:center;word-break:break-word}.comm-tag-strip{-webkit-overflow-scrolling:touch;display:flex;flex-wrap:nowrap;gap:10px;list-style:none;margin:0;overflow-x:auto;padding:0 0 4px}.comm-tag-strip__cell{flex:0 0 auto;width:104px}.comm-tag-strip--my .comm-tag-strip__cell--my{width:112px}.comm-tag-card--my{max-width:112px;padding:8px 6px 28px;position:relative;width:100%}.comm-tag-card--my .comm-tag-card__link{align-items:center;color:inherit;display:flex;flex-direction:column;text-decoration:none}.comm-tag-card--my .comm-tag-card__remove-form{margin:0;position:absolute;right:4px;top:4px}.comm-tag-card--my .comm-tag-card__remove{background:rgba(0,0,0,.55);border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:14px;height:22px;line-height:1;padding:0;width:22px}.comm-tag-card--pick .comm-tag-card__link-block{align-items:center;color:inherit;display:flex;flex-direction:column;text-decoration:none}.comm-tag-card--pick .comm-tag-card__pick-form{margin-top:8px;max-width:120px;width:100%}.comm-tag-card--pick .comm-tag-card__pick-btn{background:hsla(38,29%,61%,.12);border:1px solid hsla(40,19%,51%,.45);border-radius:8px;color:#9a8a6a;cursor:pointer;font-size:.78rem;font-weight:700;padding:6px 10px;width:100%}.comm-tag-card--strip{max-width:104px;padding:8px 6px 10px;width:100%}.comm-tag-card--strip .comm-tag-card__img-wrap{max-width:100%}.comm-tag-card--strip .comm-tag-card__name{font-size:.72rem}.comm-tag-card--strip .comm-tag-card__count{font-size:.6rem}.comm-page--category-detail,.comm-page--explore{padding-left:12px;padding-right:12px}.comm-page--category-detail{margin-left:auto;margin-right:auto;max-width:640px}.comm-category-detail__lead{color:#666;font-size:.86rem;line-height:1.5;margin:0 0 1rem}.comm-explore-lead{color:#666;font-size:.86rem;line-height:1.5;margin:0 0 1.25rem}.comm-explore-pagination{margin:1.25rem 0}.comm-explore-back{margin:1.5rem 0 .5rem;text-align:center}.comm-explore-back__link{color:#9a8a6a;font-size:.88rem;font-weight:700;text-decoration:none}.comm-explore-back__link:hover{text-decoration:underline}.comm-room{margin-bottom:1.75rem}.comm-room__head{align-items:center;border-bottom:2px solid hsla(38,29%,61%,.35);display:flex;gap:12px;margin-bottom:12px;padding-bottom:8px}.comm-room__icon{align-items:center;background:linear-gradient(135deg,hsla(38,29%,61%,.2),hsla(38,29%,61%,.08));border:1px solid hsla(40,19%,51%,.25);border-radius:12px;color:#9a8a6a;display:flex;flex-shrink:0;font-size:1.15rem;height:44px;justify-content:center;width:44px}.comm-room__head-text{min-width:0}.comm-room__title{color:#2c2c2c;font-size:1.05rem;font-weight:800;letter-spacing:.02em;margin:0}.comm-room__title-link{color:inherit;text-decoration:none}.comm-room__title-link:focus,.comm-room__title-link:hover{text-decoration:underline}.comm-room__tag-list-wrap{margin-top:4px}.comm-room__sub{color:#888;font-size:.75rem;margin:2px 0 0}.comm-room--misc .comm-room__icon{background:hsla(0,0%,47%,.1);border-color:hsla(0,0%,47%,.2);color:#666}.comm-tag-grid{display:grid;gap:12px;grid-template-columns:repeat(2,1fr);list-style:none;margin:0;padding:0}@media (min-width:480px){.comm-tag-grid{grid-template-columns:repeat(3,1fr)}}.comm-tag-list{background:#fff;border:1px solid hsla(37,20%,87%,.85);border-radius:12px;list-style:none;margin:0;overflow:hidden;padding:0}.comm-tag-list__item{border-bottom:1px solid rgba(0,0,0,.06)}.comm-tag-list__item:last-child{border-bottom:none}.comm-tag-list__link{-webkit-tap-highlight-color:transparent;align-items:center;box-sizing:border-box;color:inherit;display:flex;gap:12px;min-height:56px;padding:10px 12px;text-decoration:none;width:100%}.comm-tag-list__link:focus,.comm-tag-list__link:hover{background:hsla(38,29%,61%,.06);text-decoration:none}.comm-tag-list__thumb{background:#eee;border-radius:10px;flex:0 0 auto;height:56px;overflow:hidden;width:56px}.comm-tag-list__img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.comm-tag-list__body{display:flex;flex:1 1 auto;flex-direction:column;gap:2px;min-width:0}.comm-tag-list__name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#2c2c2c;display:-webkit-box;font-size:.92rem;font-weight:700;line-height:1.35;overflow:hidden}.comm-tag-list__meta{color:#888;font-size:.72rem;font-weight:600}.comm-tag-list__chevron{color:#bbb;flex:0 0 auto;font-size:.75rem}.comm-tag-card{align-items:center;border-radius:14px;color:inherit;display:flex;flex-direction:column;padding:0;text-align:center}.comm-tag-card,.comm-tag-card:hover{text-decoration:none}.comm-tag-card__img-wrap{aspect-ratio:1;background:#eee;border-radius:12px;margin-bottom:8px;max-width:120px;overflow:hidden;width:100%}.comm-tag-card__img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.comm-tag-card__name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#2c2c2c;display:-webkit-box;font-size:.82rem;font-weight:700;line-height:1.35;overflow:hidden}.comm-tag-card__count{color:#888;font-size:.68rem;font-weight:600;margin-top:4px}.comm-fab{-webkit-tap-highlight-color:transparent;align-items:center;background:linear-gradient(135deg,#b8a27d,#9a8a6a);border:none;border-radius:999px;bottom:24px;box-shadow:0 6px 22px hsla(40,19%,51%,.45);color:#fff;display:inline-flex;font-size:.88rem;font-weight:800;gap:8px;line-height:1.2;padding:12px 18px;position:fixed;right:14px;text-decoration:none;z-index:1035}@media (min-width:769px){.comm-fab{bottom:32px;right:max(20px,(100vw - var(--comm-detail-max,560px))/2 - 4px)}}@media (max-width:768px){.comm-fab{bottom:calc(var(--mypage-tabbar-h) + 12px + env(safe-area-inset-bottom, 0px));justify-content:center;left:12px;right:12px}}.comm-fab:hover{color:#fff;filter:brightness(1.03);text-decoration:none}.comm-fab i{font-size:1rem}.comm-form-page{box-sizing:border-box;margin:20px auto 0;max-width:560px;overflow-x:hidden;padding:0 8px 3rem;width:100%}.comm-form-page__lead{color:#555;font-size:.88rem;line-height:1.55;margin:0 0 1rem}.comm-form-card{background:#fff;border:1px solid #e5e0d8;border-radius:14px;box-shadow:0 2px 14px rgba(44,44,44,.06);box-sizing:border-box;padding:1.25rem 1rem 1.5rem;width:100%}.comm-form__actions{display:flex;flex-direction:column-reverse;flex-wrap:nowrap;gap:10px;justify-content:stretch;margin-top:1.5rem}@media (min-width:480px){.comm-form__actions{flex-direction:row;flex-wrap:wrap;justify-content:flex-end}}.comm-form__btn{align-items:center;border:none;border-radius:999px;box-sizing:border-box;cursor:pointer;display:inline-flex;font-size:.88rem;font-weight:700;justify-content:center;min-height:48px;padding:0 1.25rem;text-decoration:none;transition:opacity .15s ease,transform .1s ease;width:100%}@media (min-width:480px){.comm-form__btn{min-width:140px;width:auto}}.comm-form__btn--ghost{background:#fff;border:1px solid #e5e0d8;color:#555}.comm-form__btn--submit{background:linear-gradient(90deg,#b8a27d,#9a8a6a);box-shadow:0 3px 14px hsla(40,19%,51%,.3);color:#fff}.comm-form__btn--submit:active{transform:scale(.98)}.comm-tag-photo-wrap{max-width:240px;width:100%}.comm-tag-photo-wrap .mp-mpe-slot{max-width:100%}.comm-tag-photo-preview{inset:0;margin:0;padding:0;position:absolute;z-index:1}.comm-tag-photo-preview[hidden]{display:none!important}.comm-tag-photo-preview .mp-mpe-slot__img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.comm-field--tag-photo .mp-mpe-slot-file{height:0;opacity:0;overflow:hidden;pointer-events:none;position:absolute;width:0}.comm-field{margin-bottom:1.25rem;min-width:0}.comm-field__label{color:#2c2c2c;display:block;font-size:.82rem;font-weight:700;margin-bottom:8px}.comm-field__req{color:#c45c5c;font-size:.68rem;font-weight:800;margin-left:4px}.comm-field__input,.comm-field__textarea{background:#fff;border:1px solid #e5e0d8;border-radius:10px;box-sizing:border-box;font-size:.9rem;max-width:100%;padding:10px 12px;width:100%}.comm-field__input:focus,.comm-field__textarea:focus{border-color:hsla(40,19%,51%,.55);box-shadow:0 0 0 3px hsla(38,29%,61%,.2);outline:none}.comm-field__textarea{min-height:100px;resize:vertical}.comm-field__file{box-sizing:border-box;display:block;font-size:.82rem;max-width:100%;padding:.35rem 0;width:100%}.comm-field__hint{color:#888;font-size:.72rem;margin:6px 0 0}.comm-field__error{color:#b33;font-size:.78rem;font-weight:600;margin:6px 0 0}.comm-cat-pick{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr));list-style:none;margin:0;padding:0;width:100%}@media (min-width:480px){.comm-cat-pick{grid-template-columns:repeat(3,minmax(0,1fr))}}.comm-cat-pick>li{min-width:0}.comm-cat-pick__item{cursor:pointer;display:block;margin:0;min-width:0;position:relative}.comm-cat-pick__radio{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.comm-cat-pick__face{align-items:center;background:#fff;border:2px solid #e5e0d8;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:6px;justify-content:center;min-height:88px;padding:12px 6px;text-align:center;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;width:100%}.comm-cat-pick__face i{color:#9a8a6a;flex-shrink:0;font-size:1.2rem}.comm-cat-pick__name{color:#2c2c2c;font-size:.7rem;font-weight:700;line-height:1.3;word-break:break-word}.comm-cat-pick__radio:focus-visible+.comm-cat-pick__face{outline:2px solid #9a8a6a;outline-offset:2px}.comm-cat-pick__radio:checked+.comm-cat-pick__face{background:hsla(38,29%,61%,.12);border-color:#9a8a6a;box-shadow:0 2px 12px hsla(40,19%,51%,.12)}.comm-sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.comm-detail{--comm-detail-max:560px;--comm-detail-gutter:0.7rem;margin:0 auto;max-width:560px;padding:0 .7rem 4rem}@media (min-width:769px){.comm-detail{margin-top:20px;padding-bottom:6.5rem}}.comm-detail__split{display:block}@media (min-width:992px){.comm-detail{max-width:560px}.comm-detail__split{align-items:flex-start;display:block;gap:16px}.comm-detail__split-main{flex:1 1 0;min-width:0}.comm-detail__split-side{flex:0 0 360px;min-width:320px;position:-webkit-sticky;position:sticky;top:72px}}.comm-detail__hero{background:#e8e4df;border-radius:0;margin:0 -12px;max-height:52vh;overflow:hidden}@media (min-width:769px){.comm-detail__hero{border-radius:14px;margin:0}}.comm-detail__hero-img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.comm-detail-info{background:#fff;border:1px solid #e5e0d8;border-radius:14px;box-shadow:0 2px 14px rgba(44,44,44,.06);margin:.8rem 0 0;padding:.5rem 1rem}.comm-detail-info__top{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.comm-detail-info__main{flex:1;min-width:0}.comm-detail-info__title{color:#2c2c2c;font-size:1.2rem;font-weight:800;line-height:1.3;margin:0 0 .35rem}.comm-detail-info__count{align-items:center;color:#666;display:flex;font-size:.82rem;gap:6px;margin:0}.comm-detail-info__count i{color:#9a8a6a;opacity:.9}.comm-detail-info__action{flex-shrink:0}.comm-detail-info__join-form{margin:0}.comm-detail-pref{border-top:1px solid hsla(37,20%,87%,.8);margin-top:12px;padding-top:12px}.comm-detail-pref__label{color:#888;font-size:.75rem;font-weight:700;margin:0 0 8px}.comm-detail-pref__actions{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.comm-detail-pref__form{margin:0}.comm-detail-pref__badge{border-radius:8px;font-size:.78rem;font-weight:700;padding:4px 10px}.comm-detail-pref__badge--like{background:hsla(38,29%,61%,.2);color:#9a8a6a}.comm-detail-pref__badge--dislike{background:hsla(0,0%,53%,.15);color:#555}.comm-detail-pref__btn{align-items:center;border:1px solid transparent;border-radius:8px;cursor:pointer;display:inline-flex;font-size:.75rem;font-weight:700;justify-content:center;min-height:30px;padding:0 12px}.comm-detail-pref__btn--like{background:hsla(38,29%,61%,.15);border-color:hsla(40,19%,51%,.35);color:#9a8a6a}.comm-detail-pref__btn--dislike{background:rgba(0,0,0,.05);border-color:rgba(0,0,0,.12);color:#555}.comm-detail-pref__btn--ghost{background:transparent;border-color:rgba(0,0,0,.15);color:#666}.comm-detail-btn{align-items:center;border:none;border-radius:10px;cursor:pointer;display:inline-flex;font-size:11px;font-weight:700;justify-content:center;min-height:30px;padding:0 1.1rem;transition:opacity .15s ease}.comm-detail-btn--join{background:linear-gradient(135deg,#b8a27d,#9a8a6a);box-shadow:0 2px 10px hsla(40,19%,51%,.3);color:#fff}.comm-detail-btn--joined{background:hsla(38,29%,61%,.22);border:1px solid hsla(40,19%,51%,.35);color:#9a8a6a;cursor:default}.comm-detail-info__leave-form{margin:.65rem 0 0}.comm-detail-info__leave{background:none;border:none;color:#888;cursor:pointer;font-size:.75rem;padding:0;text-decoration:underline}.comm-detail-info__leave:hover{color:#555}.comm-detail-info__desc{color:#444;font-size:.88rem;line-height:1.6;margin:.3rem 0 0;white-space:pre-wrap}.comm-detail-info__cat{align-items:center;color:#9a8a6a;display:flex;font-size:.75rem;font-weight:700;gap:6px;margin:.2rem 0 0}.comm-detail-info__cat i{opacity:.9}.comm-detail-members{margin-top:1rem;padding:0 2px}.comm-detail-members__title-row{align-items:center;display:flex;gap:10px;justify-content:space-between;margin:0 0 1rem}.comm-detail-members__title-row .comm-detail-members__title{flex:1;margin:0;min-width:0}.comm-detail-members__title{align-items:center;color:#2c2c2c;display:flex;font-size:1rem;font-weight:800;gap:8px;margin:0 0 1rem}.comm-detail-members__layout-icons{display:inline-flex;flex-shrink:0;gap:6px}.comm-detail-members__icon-btn{align-items:center;background:#fff;border:1px solid #e5e0d8;border-radius:10px;color:#666;cursor:pointer;display:inline-flex;height:40px;justify-content:center;margin:0;padding:0;transition:background .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease;width:40px}.comm-detail-members__icon-btn i{font-size:1rem;line-height:1}.comm-detail-members__icon-btn:hover{background:hsla(38,29%,61%,.12);border-color:hsla(40,19%,51%,.35);color:#9a8a6a}.comm-detail-members__icon-btn.is-active{background:hsla(38,29%,61%,.22);border-color:hsla(40,19%,51%,.42);box-shadow:inset 0 0 0 1px hsla(40,19%,51%,.18);color:#9a8a6a}.comm-detail-members__bar{background:#9a8a6a;border-radius:2px;flex-shrink:0;height:1.1em;width:4px}.comm-detail-members__empty{background:rgba(0,0,0,.03);border-radius:10px;color:#888;font-size:.86rem;margin:0;padding:.85rem;text-align:center}.comm-detail-members__more{color:#777;font-size:.82rem;line-height:1.45;margin:.75rem 0 0}.comm-member-grid{list-style:none;margin:0;padding:0}.comm-member-grid--layout-grid{display:grid;gap:16px 10px;grid-template-columns:repeat(4,1fr)}@media (min-width:768px){.comm-member-grid--layout-grid{grid-template-columns:repeat(6,1fr)}}.comm-member-grid--layout-rows{display:flex;flex-direction:column;gap:12px}.comm-member-grid--layout-rows .comm-member-cell{align-items:start;background:#fff;border:1px solid #e5e0d8;border-radius:14px;box-shadow:0 2px 10px rgba(44,44,44,.05);-moz-column-gap:14px;column-gap:14px;display:grid;grid-template-columns:90px minmax(0,1fr);grid-template-rows:auto auto;padding:12px 14px;row-gap:8px;text-align:left}.comm-member-grid--layout-rows .comm-member-cell__bubble-slot{align-items:stretch;grid-column:2;grid-row:1;justify-content:stretch;margin-bottom:0;width:100%}.comm-member-grid--layout-rows .comm-member-cell__avatar-link{align-self:start;grid-column:1;grid-row:1/span 2;margin-bottom:0}.comm-member-grid--layout-rows .comm-member-cell__name{align-self:start;grid-column:2;grid-row:2;max-width:none;text-align:left;white-space:normal}.comm-member-grid--layout-rows .comm-member-cell__bubble{text-align:left}.comm-member-grid--layout-rows .comm-member-cell__bubble:not(.comm-member-cell__bubble--empty):after{content:none}.comm-member-grid--layout-grid .comm-member-cell{position:relative}.comm-member-grid--layout-grid .comm-member-cell .comm-member-cell__bubble-slot{left:50%;max-width:64px;position:absolute;top:-38px;transform:translateX(-50%);width:64px}.comm-member-grid--layout-grid .comm-member-cell .comm-member-cell__bubble-slot .comm-member-cell__bubble{font-size:11px;max-width:100%;overflow:visible;padding:3px 8px;white-space:nowrap}.comm-member-grid--layout-grid .comm-member-cell .comm-member-cell__bubble-slot .comm-member-cell__bubble .comm-member-cell__bubble-txt{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.comm-member-cell{align-items:center;display:flex;flex-direction:column;min-width:0;text-align:center;transition:transform .2s ease}.comm-member-cell--flash{animation:comm-member-cell-new-nudge .75s ease-out}.comm-member-cell--flash .comm-member-cell__bubble:not(.comm-member-cell__bubble--empty){animation:comm-member-bubble-new-glow 2s ease-out forwards}@keyframes comm-member-cell-new-nudge{0%{transform:translateY(0)}20%{transform:translateY(-4px)}45%{transform:translateY(0)}65%{transform:translateY(-2px)}to{transform:translateY(0)}}@keyframes comm-member-bubble-new-glow{0%{background-color:hsla(38,29%,61%,.55);border-color:hsla(40,19%,51%,.65);box-shadow:0 0 0 2px hsla(38,29%,61%,.45),0 6px 20px hsla(40,19%,51%,.22);color:#1a1a1a}to{background-color:#fff;border-color:hsla(40,19%,51%,.32);box-shadow:0 2px 10px rgba(44,44,44,.07),inset 0 1px 0 hsla(0,0%,100%,.9);color:#1f1f1f}}.comm-member-cell__bubble-slot{align-items:flex-end;display:flex;justify-content:center;margin-bottom:8px;min-height:2.75rem;width:100%}.comm-member-grid--layout-rows .comm-member-cell__bubble-slot{min-height:0}.comm-member-cell__bubble{background:#fff;border:1px solid hsla(40,19%,51%,.32);border-radius:14px;box-shadow:0 2px 10px rgba(44,44,44,.07),inset 0 1px 0 hsla(0,0%,100%,.96);color:#1f1f1f;cursor:pointer;font-size:.8rem;line-height:1.5;margin:0;max-width:100%;padding:10px 12px;position:relative;transition:max-height .22s ease,transform .22s ease,box-shadow .22s ease;width:100%;word-break:break-word}.comm-member-cell__bubble.is-clamped{overflow:visible}.comm-member-cell__bubble.is-clamped .comm-member-cell__bubble-txt{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;max-height:3.2em;overflow:hidden}.comm-member-cell__bubble.is-expanded{box-shadow:0 10px 28px rgba(44,44,44,.14),inset 0 1px 0 hsla(0,0%,100%,.96);display:block;max-height:42vh;overflow:visible;transform:scale(1.02)}.comm-member-cell__bubble.is-expanded .comm-member-cell__bubble-txt{display:block;overflow:visible;white-space:normal}.comm-member-cell__bubble:after{border-color:#fff transparent transparent;border-style:solid;border-width:7px 6px 0;bottom:-6px;content:"";filter:drop-shadow(0 1px 1px rgba(44,44,44,.05));height:0;left:50%;position:absolute;transform:translateX(-50%);width:0}.comm-member-cell__bubble--empty{border:none;box-shadow:none;min-height:0;padding:0;visibility:hidden}.comm-member-cell__bubble--empty:after{display:none}.comm-member-cell__avatar-link{display:block;flex-shrink:0;margin-bottom:6px;text-decoration:none}.comm-member-cell__avatar{aspect-ratio:1/1;background:#eee;border:1px solid hsla(40,19%,51%,.12);border-radius:12px;display:block;height:auto;max-width:100%;-o-object-fit:cover;object-fit:cover;width:100%}.comm-member-cell__name{color:#2c2c2c;font-size:.72rem;font-weight:700;line-height:1.25;max-width:100%;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.comm-member-cell__name:hover{color:#9a8a6a;text-decoration:underline}.comm-detail-tweets__actions{margin-bottom:1rem}.comm-detail-tweets__form{align-items:flex-end;display:flex;gap:10px;margin-bottom:1.25rem}.comm-detail-tweets__form--sticky{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:hsla(0,0%,100%,.92);border:1px solid hsla(37,20%,87%,.9);border-radius:14px;bottom:12px;margin-bottom:.75rem;padding:10px;position:-webkit-sticky;position:sticky;z-index:5}.comm-detail-composer-anchor{pointer-events:none}.comm-detail-composer-anchor .comm-detail-composer,.comm-detail-composer-anchor .comm-detail-tweets__error,.comm-detail-composer-anchor .comm-detail-tweets__hint{pointer-events:auto}.comm-detail-composer{bottom:calc(var(--mypage-tabbar-h, 0px) + 20px + env(safe-area-inset-bottom, 0px));position:fixed;right:20px;z-index:1040}@media (min-width:769px){.comm-detail-composer{bottom:32px;right:max(20px,(100vw - var(--comm-detail-max,560px))/2 - 4px)}}.comm-detail-composer__fab{-webkit-tap-highlight-color:transparent;align-items:center;background:linear-gradient(135deg,#b8a27d,#9a8a6a);border:none;border-radius:999px;box-shadow:0 10px 26px hsla(40,19%,51%,.35);color:#fff;cursor:pointer;display:inline-flex;height:56px;justify-content:center;width:56px}.comm-detail-composer__fab i{font-size:1.15rem}.comm-detail-composer__panel{bottom:0;opacity:0;pointer-events:none;position:absolute;right:64px;transform:translateX(12px);transition:opacity .18s ease,transform .18s ease;width:min(520px,100vw - 92px)}.comm-detail-composer.is-open .comm-detail-composer__panel{opacity:1;pointer-events:auto;transform:translateX(0)}.comm-detail-tweets__form--flyout{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:hsla(0,0%,100%,.94);border:1px solid hsla(37,20%,87%,.9);border-radius:16px;box-shadow:0 10px 26px rgba(0,0,0,.12);margin:0;padding:10px}.comm-detail-composer__close{align-items:center;background:rgba(0,0,0,.06);border:none;border-radius:999px;color:#666;cursor:pointer;display:inline-flex;height:40px;justify-content:center;min-height:40px;padding:0;width:40px}.comm-detail-composer__close:focus,.comm-detail-composer__close:hover{background:rgba(0,0,0,.1)}.comm-detail-tweets__list-btn{align-items:center;background:#fff;border:2px solid hsla(40,19%,51%,.45);border-radius:999px;color:#9a8a6a;display:inline-flex;font-size:.86rem;font-weight:700;justify-content:center;min-height:42px;padding:0 1.25rem;text-decoration:none;transition:background .15s ease,color .15s ease}.comm-detail-tweets__list-btn:hover{background:hsla(38,29%,61%,.15);color:#6b5c47}.comm-tag-posts{margin:0 auto;max-width:720px;padding:0 .7rem 4rem}.comm-tag-posts__lead{color:#555;font-size:.88rem;margin:0 0 1rem}.comm-tag-posts__toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:10px 14px;margin:0 0 1rem}.comm-tag-posts__toolbar-label{color:#666;font-size:.78rem;font-weight:700}.comm-tag-posts__view-toggle{background:#fff;border:1px solid #e5e0d8;border-radius:10px;display:inline-flex;overflow:hidden}.comm-tag-posts__view-btn{background:#fafafa;border:none;border-right:1px solid #e5e0d8;color:#666;cursor:pointer;font-size:.78rem;font-weight:700;margin:0;padding:8px 16px;transition:background .15s ease,color .15s ease}.comm-tag-posts__view-btn:last-child{border-right:none}.comm-tag-posts__view-btn:hover{background:hsla(38,29%,61%,.12);color:#9a8a6a}.comm-tag-posts__view-btn.is-active{background:hsla(38,29%,61%,.22);box-shadow:inset 0 0 0 1px hsla(40,19%,51%,.2);color:#9a8a6a}.comm-detail-tweets{margin-top:2rem;padding:0 2px}.comm-detail-tweets__title{align-items:center;color:#2c2c2c;display:flex;font-size:1rem;font-weight:800;gap:8px;margin:0 0 .5rem}.comm-detail-tweets__hint{color:#888;font-size:.78rem;margin:0 0 .85rem}.comm-detail-tweets__error{margin:.5rem 0 0}.comm-detail-tweets__textarea{border:1px solid #e5e0d8;border-radius:12px;box-sizing:border-box;flex:1 1 auto;font-size:.88rem;line-height:1.35;margin-bottom:0;min-width:0;padding:10px 12px;resize:none;width:auto}.comm-detail-tweets__textarea:focus{border-color:hsla(40,19%,51%,.45);box-shadow:0 0 0 3px hsla(38,29%,61%,.15);outline:none}.comm-detail-tweets__submit{align-items:center;background:linear-gradient(90deg,#b8a27d,#9a8a6a);border:none;border-radius:999px;color:#fff;cursor:pointer;display:inline-flex;font-size:.82rem;font-weight:700;justify-content:center;min-height:40px;padding:0 1.1rem}.comm-detail-tweets__submit--icon{aspect-ratio:1;background:hsla(40,19%,51%,.12);border-radius:999px;box-shadow:inset 0 0 0 1px hsla(40,19%,51%,.15);color:#9a8a6a;height:44px;min-height:44px;padding:0;width:44px}.comm-detail-tweets__submit--icon:focus,.comm-detail-tweets__submit--icon:hover{background:hsla(40,19%,51%,.18)}.comm-detail-tweets__submit--icon:disabled{cursor:not-allowed;opacity:.6}.comm-detail-tweets__submit--icon i{font-size:.95rem;transform:translateX(1px)}.comm-detail-tweets__list{list-style:none;margin:0;padding:0}.comm-detail-tweets__list--rows .comm-tweet-item{border-bottom:1px solid #e5e0d8;padding:12px 0}.comm-detail-tweets__list--rows .comm-tweet-item:last-child{border-bottom:none}.comm-detail-tweets__list--grid{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:520px){.comm-detail-tweets__list--grid{grid-template-columns:1fr}}.comm-detail-tweets__list--grid .comm-detail-members__empty{grid-column:1/-1}.comm-detail-tweets__list--grid .comm-tweet-item{background:#fff;border:1px solid #e5e0d8;border-radius:12px;box-shadow:0 2px 10px rgba(44,44,44,.05);margin:0;padding:12px 12px 10px}.comm-tweet-item__head{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:6px}.comm-tweet-item__name{font-size:.88rem;font-weight:700}.comm-tweet-item__time{color:#999;flex-shrink:0;font-size:.72rem}.comm-tweet-item__body{color:#333;font-size:.86rem;line-height:1.5;margin:0 0 6px;white-space:pre-wrap;word-break:break-word}.comm-tweet-item__reply{color:#9a8a6a;font-size:.78rem;font-weight:600;text-decoration:none}.comm-tweet-item__reply:hover{text-decoration:underline}.comm-tweet-item__reply--disabled{color:#bbb;cursor:not-allowed;font-weight:600;text-decoration:none}.comm-tweet-item--new{border-left:3px solid #9a8a6a;position:relative}.comm-detail-tweets__list--rows .comm-tweet-item--new{animation:comm-tweet-new-rows 2.6s ease-out forwards}@keyframes comm-tweet-new-rows{0%{background-color:hsla(38,29%,61%,.38);box-shadow:0 0 0 2px hsla(38,29%,61%,.4),inset 0 0 0 1px hsla(40,19%,51%,.12);opacity:0;transform:translateY(-14px)}12%{background-color:hsla(38,29%,61%,.28);opacity:1;transform:translateY(0)}35%{background-color:hsla(38,29%,61%,.16);box-shadow:0 4px 16px hsla(40,19%,51%,.12)}to{background-color:transparent;box-shadow:none;opacity:1;transform:translateY(0)}}.comm-detail-tweets__list--grid .comm-tweet-item--new{animation:comm-tweet-new-grid 2.6s ease-out forwards}@keyframes comm-tweet-new-grid{0%{background-color:hsla(38,29%,61%,.45);border-color:hsla(40,19%,51%,.55);box-shadow:0 0 0 3px hsla(38,29%,61%,.35),0 10px 28px hsla(40,19%,51%,.18);opacity:0;transform:translateY(-12px) scale(.97)}14%{background-color:hsla(38,29%,61%,.22);opacity:1;transform:translateY(0) scale(1)}40%{background-color:hsla(38,29%,61%,.1);border-color:hsla(40,19%,51%,.35);box-shadow:0 4px 18px hsla(40,19%,51%,.1)}to{background-color:#fff;border-color:#e5e0d8;box-shadow:0 2px 10px rgba(44,44,44,.05);opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion:reduce){.comm-member-cell--flash,.comm-member-cell--flash .comm-member-cell__bubble:not(.comm-member-cell__bubble--empty){animation:none}.comm-detail-tweets__list--grid .comm-tweet-item--new,.comm-detail-tweets__list--rows .comm-tweet-item--new{animation:none;background-color:hsla(38,29%,61%,.14);box-shadow:none;opacity:1;transform:none}.comm-detail-tweets__list--grid .comm-tweet-item--new{background-color:#fff;box-shadow:0 2px 10px rgba(44,44,44,.05)}}.comm-detail-tweets__pagination{margin-top:1rem}
