:root{--bg:#efefef;--text:#0b0b0b;--muted:#6f6f6f;--line:rgba(0,0,0,.08);--shadow:0 18px 40px rgba(0,0,0,.08);--radius:24px}
*{box-sizing:border-box}
html,body{margin:0;background:var(--bg);font-family:"Hiragino Sans","Yu Gothic","Meiryo",sans-serif}
body{min-height:100vh;overflow-x:hidden}
.pageFade{opacity:1;transition:opacity 5s ease;will-change:opacity}
.returnOverlay{position:fixed;inset:0;background:#000;opacity:0;pointer-events:none;z-index:9999;transition:opacity 5s ease;will-change:opacity}
html.return-fade-pending #pageFade{opacity:0.08}
html.return-fade-pending #returnOverlay{opacity:1}
.wrap{width:min(1400px,calc(100% - 24px));margin:auto;padding:18px 0 26px}
.logo{display:block;width:max-content;margin:0 auto;text-align:center;font-size:128px;font-weight:300;line-height:1;letter-spacing:.02em;transform:scaleX(1.1);transform-origin:center center;font-family:Arial,"Helvetica Neue",Helvetica,sans-serif}
.langTop{display:flex;justify-content:center;gap:8px;margin:8px auto 14px;flex-wrap:wrap}
.langTop .langBtn{appearance:none;-webkit-appearance:none;border:1px solid rgba(0,0,0,.16);background:#fff;color:#111;border-radius:12px;padding:8px 12px;font-size:13px;line-height:1;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease,color .15s ease,opacity .15s ease}
.langTop .langBtn:hover{transform:translateY(-1px)}
.heroLead{text-align:center;color:#4f4f4f;margin:0 auto 14px;font-size:16px;letter-spacing:.06em}
.sub{text-align:center;color:var(--muted);margin:0 auto 28px;font-size:15px;line-height:1.9;max-width:720px}
.sub .catch{display:block;color:#202020;font-size:20px;font-weight:500;margin-bottom:12px}
html[lang="en"] .sub{max-width:860px;line-height:1.8}
html[lang="en"] .sub .catch{font-size:18px}
.topbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}
.topbarLeft{display:flex;align-items:center;gap:12px;min-width:0}
.topbar h2{margin:0}
.sectionControls{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:-2px 0 14px;flex-wrap:wrap}
.viewToggle{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:14px;padding:4px}
.viewBtn{appearance:none;-webkit-appearance:none;border:0;background:transparent;color:#111;border-radius:10px;padding:8px 12px;font-size:13px;line-height:1;cursor:pointer;transition:background .15s ease,color .15s ease,transform .15s ease}
.viewBtn:hover{transform:translateY(-1px)}
.viewBtn.active{background:#141414;color:#fff}
.searchWrap{flex:1;min-width:min(320px,100%);display:flex;justify-content:flex-end}
.searchInput{width:min(420px,100%);border:1px solid rgba(0,0,0,.14);background:#fff;color:#111;border-radius:14px;padding:12px 14px;font-size:14px;outline:none}
.searchInput::placeholder{color:#7a7a7a}
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.card{border-radius:var(--radius);color:#fff;padding:16px;display:flex;flex-direction:column;min-height:240px;box-shadow:var(--shadow)}
.card-main{background:#3a3a3a}
.card-solo{background:#4a4a4a}
.card-midnight{background:#16213b}
.card-chat{background:#2c2c2c}
.card-user{background:#575757}
.roomName{font-size:26px;font-weight:300;margin:0 0 6px}
.desc{font-size:13px;color:rgba(255,255,255,.8);margin-bottom:14px}
html[lang="en"] .roomName{font-size:24px;line-height:1.2;min-height:2.4em}
html[lang="en"] .desc{line-height:1.45;min-height:2.9em}
.meta{margin-top:auto;background:rgba(255,255,255,.1);padding:8px 10px;border-radius:14px;font-size:13px}
.enterBtn,.createBtn,.modalActions button{border:0;cursor:pointer}
.enterBtn{margin-top:12px;background:#fff;color:#000;border-radius:16px;padding:12px;font-size:20px}
.createBtn{background:#141414;color:#fff;border-radius:14px;padding:10px 16px;font-size:14px;white-space:nowrap}
.createBtn:disabled{opacity:.45;cursor:not-allowed}
.cooldownText{font-size:13px;color:var(--muted);text-align:right}
.list{display:flex;flex-direction:column;gap:8px}
.listItem{display:grid;grid-template-columns:8px minmax(0,1fr) auto auto;align-items:center;gap:12px;min-height:58px;border-radius:18px;padding:10px 14px;background:#fff;color:#111;border:1px solid rgba(0,0,0,.08);box-shadow:0 8px 20px rgba(0,0,0,.05)}
.listItem.card-main{background:#3a3a3a;color:#fff;border-color:rgba(255,255,255,.06)}
.listItem.card-solo{background:#4a4a4a;color:#fff;border-color:rgba(255,255,255,.06)}
.listItem.card-midnight{background:#16213b;color:#fff;border-color:rgba(255,255,255,.06)}
.listItem.card-chat{background:#2c2c2c;color:#fff;border-color:rgba(255,255,255,.06)}
.listItem.card-user{background:#575757;color:#fff;border-color:rgba(255,255,255,.06)}
.listAccent{width:8px;height:100%;min-height:38px;border-radius:999px;background:#575757}
.listItem.card-main .listAccent,.listItem.card-solo .listAccent,.listItem.card-chat .listAccent,.listItem.card-user .listAccent{background:rgba(255,255,255,.80)}
.listItem.card-midnight .listAccent{background:rgba(255,255,255,.92)}
.listMain{min-width:0}
.listTitleRow{display:flex;align-items:center;gap:8px;min-width:0}
.listName{margin:0;font-size:16px;font-weight:700;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#111}
.listItem.card-main .listName,.listItem.card-solo .listName,.listItem.card-midnight .listName,.listItem.card-chat .listName,.listItem.card-user .listName{color:#fff}
.listToggle{display:none;appearance:none;-webkit-appearance:none;border:0;background:transparent;color:inherit;padding:0;margin:0;width:18px;height:18px;flex:0 0 auto;cursor:pointer;opacity:.82;font-size:12px;line-height:1}
.listItem.open .listToggle{transform:rotate(180deg)}
.listDesc{display:block;font-size:12px;color:#6a6a6a;margin:4px 0 0;line-height:1.4}
.listItem.card-main .listDesc,.listItem.card-solo .listDesc,.listItem.card-midnight .listDesc,.listItem.card-chat .listDesc,.listItem.card-user .listDesc{color:rgba(255,255,255,.78)}
.listMeta{min-width:auto;text-align:right;font-size:13px;line-height:1.2;color:#5f5f5f;background:transparent;padding:0;border-radius:0;white-space:nowrap}
.listItem.card-main .listMeta,.listItem.card-solo .listMeta,.listItem.card-midnight .listMeta,.listItem.card-chat .listMeta,.listItem.card-user .listMeta{color:rgba(255,255,255,.82)}
.listEnterBtn{border:0;cursor:pointer;background:#141414;color:#fff;border-radius:999px;padding:8px 12px;font-size:13px;line-height:1;white-space:nowrap}
.resultMeta{font-size:13px;color:var(--muted);text-align:right}
.loading,.empty{text-align:center;padding:30px}
.sectionGap{height:18px}
.modalOverlay{position:fixed;inset:0;background:rgba(0,0,0,.45);display:none;align-items:center;justify-content:center;padding:16px;z-index:10000}
.modalOverlay.show{display:flex}
.modal{width:min(520px,100%);background:#fff;border-radius:24px;box-shadow:0 22px 60px rgba(0,0,0,.18);padding:20px;color:#111}
.modalTitle{margin:0 0 8px;font-size:24px;font-weight:500}
.modalSub{margin:0 0 18px;color:#666;font-size:14px;line-height:1.7}
.formRow{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}
.formRow label,.formLabelLike{font-size:13px;color:#4b4b4b}
.formRow input,.formRow select{width:100%;border:1px solid rgba(0,0,0,.14);border-radius:14px;padding:12px 14px;font-size:15px;outline:none;background:#fff}
.formNote{font-size:12px;color:#777;line-height:1.6;margin-top:-4px}
.createRoomTwoCol{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px}
.createRoomTwoCol .formRow{margin-bottom:0}
.roomModeChoices{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.roomModeChoice{position:relative;display:block;cursor:pointer}
.roomModeChoice input{position:absolute;opacity:0;pointer-events:none}
.roomModeCard{min-height:66px;padding:11px 12px;border:1px solid rgba(0,0,0,.12);border-radius:16px;background:#fff;display:flex;flex-direction:column;gap:5px;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease,transform .15s ease}
.roomModeChoice:hover .roomModeCard{transform:translateY(-1px)}
.roomModeChoice input:checked + .roomModeCard{border-color:rgba(52,145,84,.58);background:rgba(238,250,242,.95);box-shadow:0 8px 18px rgba(52,145,84,.12),inset 0 0 0 1px rgba(52,145,84,.28)}
.roomModeChoice input:focus-visible + .roomModeCard{outline:2px solid rgba(52,145,84,.32);outline-offset:2px}
.roomModeTitle{font-size:14px;font-weight:800;line-height:1.25;color:#111}
.roomModeDesc{font-size:12px;line-height:1.35;color:#666}
@media(max-width:640px){.createRoomTwoCol{grid-template-columns:1fr 1fr;gap:10px}
.roomModeChoices{grid-template-columns:1fr 1fr;gap:8px}
.roomModeCard{min-height:58px;padding:10px 10px}
.roomModeTitle{font-size:13px}
.roomModeDesc{font-size:11px;line-height:1.35}
}
.modalError{display:none;margin:4px 0 14px;color:#b30000;font-size:13px;line-height:1.6}
.modalError.show{display:block}
.modalActions{display:flex;justify-content:flex-end;gap:10px;margin-top:6px}
.cancelBtn{background:#ececec;color:#111;border-radius:14px;padding:11px 16px;font-size:14px}
.submitBtn{background:#141414;color:#fff;border-radius:14px;padding:11px 18px;font-size:14px}
@media (max-width:980px){.grid{grid-template-columns:repeat(2,1fr)}
.logo{font-size:90px;transform:scaleX(1.08)}
}
@media (max-width:640px){.grid{grid-template-columns:1fr}
.logo{font-size:68px;transform:scaleX(1.06);font-family:Arial,"Helvetica Neue",Helvetica,sans-serif}
.langTop{gap:6px;margin:6px auto 12px}
.langTop .langBtn{font-size:12px;padding:7px 10px}
.heroLead{font-size:14px;margin:0 auto 12px;letter-spacing:.04em}
.sub{margin:0 auto 20px;padding:0 10px;font-size:14px;line-height:1.85;max-width:100%}
.sub .catch{font-size:18px;margin-bottom:10px}
html[lang="en"] .sub{max-width:100%;font-size:13px;line-height:1.72}
html[lang="en"] .sub .catch{font-size:17px}
.topbar{align-items:flex-start}
.topbarLeft{flex-wrap:wrap;gap:10px}
.sectionControls{align-items:stretch;gap:10px}
.viewToggle{width:100%;justify-content:space-between}
.viewBtn{flex:1}
.searchWrap{width:100%;min-width:0}
.searchInput{width:100%}
.resultMeta{text-align:left}
.cooldownText{font-size:12px}
.list{gap:7px}
.listItem{grid-template-columns:6px minmax(0,1fr) auto auto;gap:8px;min-height:50px;padding:8px 10px;border-radius:16px}
.listAccent{width:6px;min-height:30px}
.listMain{min-width:0}
.listTitleRow{gap:6px}
.listName{font-size:14px}
.listToggle{display:inline-flex;align-items:center;justify-content:center}
.listDesc{display:none;margin-top:6px;font-size:11px;line-height:1.35}
.listItem.open{align-items:flex-start}
.listItem.open .listDesc{display:block}
.listItem.open{grid-template-columns:6px minmax(0,1fr) auto;grid-template-areas:"accent main button"
"accent main button"
". meta button";row-gap:6px}
.listItem:not(.open){grid-template-areas:"accent main meta button"}
.listAccent{grid-area:accent}
.listMain{grid-area:main}
.listMeta{grid-area:meta;font-size:12px;text-align:right}
.listEnterBtn{grid-area:button;padding:7px 10px;font-size:12px}
.listItem:not(.open) .listMeta{text-align:right}
.listItem:not(.open) .listDesc{display:none !important}
.modal{padding:18px 16px;border-radius:20px}
.modalTitle{font-size:21px}
.modalActions{flex-direction:column-reverse}
.cancelBtn,.submitBtn{width:100%}
html[lang="en"] .roomName{font-size:22px;min-height:2.4em}
html[lang="en"] .desc{min-height:2.9em}
}
@media (min-width:641px){.list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;align-items:start}
.listItem{grid-template-columns:8px minmax(0,1fr) auto auto;align-items:center;gap:10px;min-height:64px;padding:10px 12px;border-radius:16px}
.listAccent{width:8px;min-height:42px;height:42px;align-self:center}
.listMain{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:4px}
.listNameWrap{display:flex;align-items:center;gap:8px;min-width:0}
.listName{font-size:15px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.listToggleBtn{flex:0 0 auto;width:22px;height:22px;border:0;background:transparent;color:inherit;opacity:.9;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;font-size:11px;line-height:1}
.listDesc{display:block;margin-top:0;font-size:12px;line-height:1.2;opacity:.78;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}
.listMeta{min-width:auto;text-align:right;font-size:12px;line-height:1.2;white-space:nowrap}
.listEnterBtn{width:auto;padding:7px 11px;font-size:12px;border-radius:999px;white-space:nowrap}
}
.officialRoomsBar{display:flex;align-items:center;justify-content:flex-start;gap:14px}
.officialRoomsBar .topbarLeft{min-width:0}
.officialRoomsBar h2{white-space:nowrap}
.officialRoomsBar #roomCountText{margin-left:0;white-space:nowrap}
.userRoomsBar{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.userRoomsBar .topbarLeft{display:flex;align-items:center;gap:12px;min-width:0}
.userRoomsBar h2{white-space:nowrap}
.userRoomsBar .searchWrap{flex:1;min-width:320px;display:flex;justify-content:stretch}
.userRoomsBar .searchInput{width:100%;max-width:none}
.userRoomsBar .userRoomsMeta{margin-left:auto;text-align:right;white-space:nowrap}
.sectionControlsCompact{margin:6px 0 12px}
.sectionControlsCompact .searchWrap{display:none !important}
.sectionControlsCompact .viewToggle{display:none !important}
@media (max-width:640px){.officialRoomsBar{align-items:flex-start;gap:10px;flex-wrap:wrap}
.officialRoomsBar #roomCountText{margin-left:0}
.userRoomsBar{align-items:flex-start;gap:10px 12px}
.userRoomsBar .topbarLeft{width:100%;flex-wrap:wrap;gap:10px}
.userRoomsBar .searchWrap{width:100%;min-width:0;order:3}
.userRoomsBar .userRoomsMeta{margin-left:auto;text-align:right}
}
.officialRoomsBar{display:flex;align-items:center;gap:14px}
.officialRoomsBar #roomCountText{margin-left:auto}
@media (max-width:640px){.officialRoomsBar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px}
.officialRoomsBar .topbarLeft{min-width:0}
.officialRoomsBar h2{font-size:18px;line-height:1.1;white-space:nowrap}
.officialRoomsBar .viewToggle{width:auto;justify-self:center;padding:3px;gap:4px;border-radius:12px}
.officialRoomsBar .viewBtn{flex:none;padding:7px 12px;font-size:12px;border-radius:9px;min-width:72px}
.officialRoomsBar #roomCountText{margin-left:0;justify-self:end;font-size:12px;white-space:nowrap}
.userRoomsBar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px 10px}
.userRoomsBar .topbarLeft{display:contents}
.userRoomsBar h2{grid-column:1 / 3;grid-row:1;font-size:18px;line-height:1.1;white-space:nowrap;margin:0}
.userRoomsBar .userRoomsMeta{grid-column:3;grid-row:1;margin-left:0;justify-self:end;text-align:right;white-space:nowrap;font-size:12px}
.userRoomsBar #createRoomBtn{grid-column:1;grid-row:2;width:auto;justify-self:start;padding:10px 16px;font-size:14px;border-radius:14px}
.userRoomsBar .searchWrap{grid-column:2 / 4;grid-row:2;width:100%;min-width:0;order:unset}
.userRoomsBar .searchInput{width:100%;max-width:none}
}
@media (max-width:640px){.listTitleRow{gap:4px}
.listName{font-size:15px;line-height:1.15}
.listToggle{width:14px;height:14px;font-size:10px;opacity:.9}
.listItem:not(.open){grid-template-columns:6px minmax(0,1fr) auto auto}
.listMeta{font-size:11px;letter-spacing:0}
.listEnterBtn{padding:7px 8px;font-size:12px;min-width:64px}
}
@media (max-width:640px){.listMeta{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:2px;min-width:70px;font-size:11px;line-height:1.05;white-space:nowrap}
.listMetaTop,.listMetaBottom{display:block}
.listEnterBtn{align-self:center;display:inline-flex;align-items:center;justify-content:center}
}
@media (max-width:640px){.listItem{align-items:center !important}
.listMeta{align-self:center}
.listEnterBtn{align-self:center !important;justify-self:center !important;height:32px;min-height:32px;line-height:1;margin:0}
}
.listItem.open .listName{white-space:normal !important;overflow:visible !important;text-overflow:clip !important;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.listItem.open .listDesc{display:block !important}
@media (min-width:641px){.listItem{align-items:center !important}
.listMeta{align-self:center;line-height:1.2}
.listEnterBtn{align-self:center !important;display:inline-flex;align-items:center;justify-content:center;margin:0}
}
.enterBtn{background:#fff !important;color:#000 !important;border:1px solid rgba(0,0,0,0.15)}
.enterBtn:hover{background:#f3f3f3 !important}
.rooomInAppNotice{position:fixed;top:14px;left:50%;transform:translateX(-50%) translateY(-16px);width:min(420px,calc(100% - 28px));background:rgba(20,20,20,.94);color:#fff;border-radius:18px;padding:12px 14px;box-shadow:0 18px 42px rgba(0,0,0,.24);z-index:20000;opacity:0;pointer-events:none;transition:opacity .22s ease,transform .22s ease}
.rooomInAppNotice.show{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.rooomInAppNoticeTitle{font-size:13px;font-weight:700;line-height:1.2;margin-bottom:4px}
.rooomInAppNoticeBody{font-size:13px;line-height:1.35;opacity:.92}
.rooomInAppNoticeHint{font-size:11px;line-height:1.2;opacity:.72;margin-top:6px}
@media (max-width:640px){.rooomInAppNotice{top:10px;border-radius:16px;padding:11px 13px}
}
.topRefreshHeader{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 16px;padding:12px 0 8px}
.topRefreshLogo{display:block;flex:0 0 auto;color:#111;text-decoration:none;font-size:44px;font-weight:300;letter-spacing:.02em;line-height:1;transform:scaleX(1.08);transform-origin:left center;font-family:Arial,"Helvetica Neue",Helvetica,sans-serif}
.topRefreshRight{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0;flex:1}
.topRefreshNav{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.topRefreshNavLink,.topRefreshMenuBtn{appearance:none;-webkit-appearance:none;border:1px solid rgba(0,0,0,.10);background:#fff;color:#222;border-radius:999px;padding:9px 13px;font-size:13px;line-height:1;text-decoration:none;cursor:pointer;box-shadow:0 8px 18px rgba(0,0,0,.04)}
.topRefreshMenuBtn{min-width:38px;font-size:18px;padding:7px 12px}
.topRefreshSearch{width:min(360px,38vw);min-width:220px}
.topRefreshSearch .searchInput{width:100%;max-width:none;border-radius:999px;padding:11px 14px}
.topRefreshCreate{flex:0 0 auto;border-radius:999px;padding:11px 16px}
.topRefreshHero{text-align:center;margin:4px auto 14px}
.topRefreshLead{margin:0;color:#161616;font-size:24px;font-weight:700;line-height:1.35;letter-spacing:.02em}
.topRefreshSub{margin:8px auto 0;color:#666;font-size:13px;line-height:1.6}
.topRefreshLang{margin:12px auto 14px}
.topRefreshNotice{width:min(820px,100%);margin:0 auto 22px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 14px;background:rgba(255,255,255,.72);border:1px solid rgba(0,0,0,.08);border-radius:18px;box-shadow:0 10px 24px rgba(0,0,0,.055)}
.topRefreshNoticeMain{min-width:0}
.topRefreshNoticeTitle{font-size:14px;color:#161616;font-weight:700;line-height:1.35}
.topRefreshNoticeText{margin-top:2px;font-size:12px;color:#666;line-height:1.35}
.topRefreshNoticeBtn{appearance:none;-webkit-appearance:none;border:1px solid rgba(0,0,0,.12);background:#141414;color:#fff;border-radius:999px;padding:8px 13px;font-size:12px;line-height:1;cursor:pointer;white-space:nowrap}
.topRefreshNoticeBtn:disabled{opacity:.55;cursor:not-allowed}
.pwaStepBadge{display:inline-flex;align-items:center;gap:6px;margin-top:5px;padding:4px 8px;border-radius:999px;background:rgba(0,0,0,.055);color:#444;font-size:11px;line-height:1}
.topRefreshNoticeText:empty{display:none}
.pwaStepBadge:empty{display:none}
.pwaSuccessNote{margin-top:6px;font-size:12px;line-height:1.55;color:#555}
.pwaBannerDone{border-color:rgba(24,150,74,.22);background:rgba(255,255,255,.82)}
.pwaGuideOverlay{position:fixed;inset:0;z-index:30000;display:none;align-items:center;justify-content:center;padding:18px;background:rgba(0,0,0,.45)}
.pwaGuideOverlay.show{display:flex}
.pwaGuideModal{width:min(520px,100%);background:#fff;color:#111;border-radius:24px;padding:22px;box-shadow:0 24px 80px rgba(0,0,0,.25)}
.pwaGuideTitle{margin:0 0 8px;font-size:22px;line-height:1.35}
.pwaGuideLead{margin:0 0 16px;color:#666;font-size:14px;line-height:1.65}
.pwaGuideSteps{display:flex;flex-direction:column;gap:10px;margin:0 0 18px}
.pwaGuideStep{display:flex;gap:10px;align-items:flex-start;padding:12px;border-radius:16px;background:#f5f5f5;font-size:14px;line-height:1.55}
.pwaGuideStepNum{flex:0 0 auto;width:26px;height:26px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#111;color:#fff;font-size:12px;font-weight:700}
.iosShareIconSvg{display:inline-block;width:22px;height:22px;margin:0 5px;vertical-align:-5px;color:#111;stroke:currentColor;stroke-width:1.85;fill:none;stroke-linecap:round;stroke-linejoin:round}
.pwaGuideActions{display:flex;justify-content:flex-end;gap:10px}
.pwaGuideBtn{appearance:none;-webkit-appearance:none;border:1px solid rgba(0,0,0,.12);border-radius:999px;padding:10px 16px;background:#111;color:#fff;cursor:pointer}
.pwaGuideBtnSub{background:#eee;color:#111}
@media (max-width:640px){.pwaGuideModal{padding:19px 16px;border-radius:22px}
.pwaGuideTitle{font-size:20px}
.pwaGuideActions{flex-direction:column-reverse}
.pwaGuideBtn{width:100%}
}
.topRefreshSectionLead{margin:-6px 0 12px;color:#777;font-size:13px;line-height:1.5}
@media (max-width:820px){.topRefreshHeader{display:grid;grid-template-columns:auto auto;align-items:center;gap:10px}
.topRefreshLogo{font-size:38px}
.topRefreshRight{display:grid;grid-template-columns:1fr auto auto;grid-column:1 / -1;width:100%;gap:8px}
.topRefreshNav{grid-column:2 / 3;grid-row:1;justify-content:flex-end}
.topRefreshNavLink{display:none}
.topRefreshMenuBtn{grid-column:3 / 4}
.topRefreshSearch{grid-column:1 / 2;width:100%;min-width:0}
.topRefreshCreate{grid-column:2 / 4;white-space:nowrap;padding:11px 13px}
.topRefreshLead{font-size:20px}
.topRefreshSub{font-size:12px}
.topRefreshNotice{align-items:flex-start;border-radius:16px;padding:10px 11px}
.topRefreshNoticeTitle{font-size:13px}
.topRefreshNoticeText{font-size:11px}
}
@media (max-width:640px){.wrap{padding-top:10px}
.topRefreshHeader{margin-bottom:12px}
.topRefreshLogo{font-size:34px}
.topRefreshHero{margin-top:2px}
.topRefreshLang{margin:10px auto 12px}
.topRefreshNotice{margin-bottom:18px}
.topRefreshNoticeBtn{padding:8px 11px}
}
.topRefreshSearch,.topRefreshCreate{display:none !important}
.topRefreshRight{justify-content:flex-end !important}
.topRefreshNav{display:flex !important;align-items:center !important;justify-content:flex-end !important;gap:8px !important;flex-wrap:nowrap !important}
.topRefreshLangMini{display:flex !important;align-items:center !important;gap:8px !important;flex:0 0 auto !important}
.topRefreshLangBtn{appearance:none !important;-webkit-appearance:none !important;width:44px !important;height:34px !important;padding:0 !important;display:flex !important;align-items:center !important;justify-content:center !important;text-align:center !important;border:1px solid rgba(0,0,0,.10) !important;background:#fff !important;color:#222 !important;border-radius:999px !important;font-size:13px !important;line-height:1 !important;cursor:pointer !important;box-shadow:0 8px 18px rgba(0,0,0,.04) !important}
.topRefreshLangBtn.active,.topRefreshLangBtn[aria-pressed="true"]{background:#141414 !important;color:#fff !important}
.userRoomsBar{display:flex !important;align-items:center !important;gap:14px !important;flex-wrap:wrap !important}
.userRoomsBar .topbarLeft{display:flex !important;align-items:center !important;gap:12px !important;flex:0 0 auto !important;min-width:0 !important}
.userRoomsBar .searchWrap{flex:1 1 auto !important;min-width:320px !important;display:flex !important;justify-content:stretch !important}
.userRoomsBar .searchInput{width:100% !important;max-width:none !important;border-radius:999px !important}
.userRoomsBar .userRoomsMeta{margin-left:auto !important;text-align:right !important;white-space:nowrap !important}
@media (max-width:820px){.topRefreshHeader{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:10px !important}
.topRefreshRight{display:flex !important;justify-content:flex-end !important;width:auto !important;flex:1 !important}
.topRefreshNavLink{display:none !important}
.topRefreshLangMini{gap:5px !important}
.topRefreshLangBtn{width:40px !important;height:32px !important;font-size:12px !important}
}
@media (max-width:640px){.topRefreshLangMini{display:none !important}
.userRoomsBar{display:grid !important;grid-template-columns:auto 1fr auto !important;align-items:center !important;gap:10px !important}
.userRoomsBar .topbarLeft{grid-column:1 / 3 !important;grid-row:1 !important;display:flex !important;align-items:center !important;gap:10px !important}
.userRoomsBar .searchWrap{grid-column:1 / 4 !important;grid-row:2 !important;width:100% !important;min-width:0 !important}
.userRoomsBar .userRoomsMeta{grid-column:3 !important;grid-row:1 !important;justify-self:end !important}
}
.topRefreshBrand{display:flex;align-items:flex-end;gap:12px;min-width:0}
.topRefreshTagline{color:#666;font-size:14px;line-height:1;margin-bottom:8px;white-space:nowrap}
.topRefreshHero{display:none !important}
@media (max-width:640px){.topRefreshBrand{gap:8px}
.topRefreshTagline{font-size:11px;margin-bottom:5px}
}
.conceptModalOverlay{position:fixed;inset:0;display:none;align-items:center;justify-content:center;padding:18px;background:rgba(0,0,0,.42);z-index:30000}
.conceptModalOverlay.show{display:flex}
.conceptModalBox{width:min(640px,100%);max-height:calc(100vh - 40px);overflow:auto;background:#fff;color:#111;border-radius:24px;padding:26px 24px;box-shadow:0 28px 80px rgba(0,0,0,.24);text-align:center}
.conceptModalTitle{margin:0 0 12px;font-size:22px;line-height:1.45;font-weight:700}
.conceptModalLead{margin:0 0 16px;color:#555;font-size:14px;line-height:1.9}
.conceptModalBody{color:#666;font-size:14px;line-height:1.9}
.conceptModalClose{margin-top:20px;appearance:none;-webkit-appearance:none;border:0;background:#141414;color:#fff;border-radius:999px;padding:10px 22px;font-size:14px;cursor:pointer}
@media (max-width:640px){.conceptModalBox{border-radius:20px;padding:22px 18px}
.conceptModalTitle{font-size:19px}
.conceptModalBody{font-size:13px}
}
.howtoModalOverlay{position:fixed;inset:0;display:none;align-items:center;justify-content:center;padding:18px;background:rgba(0,0,0,.42);z-index:30001}
.howtoModalOverlay.show{display:flex}
.howtoModalBox{position:relative;width:min(1040px,calc(100vw - 44px));height:min(650px,calc(100vh - 54px));overflow:hidden;border-radius:30px;background:#f7f8fb;color:#111;box-shadow:0 30px 90px rgba(0,0,0,.30);border:1px solid rgba(255,255,255,.72);isolation:isolate}
.howtoPill{position:absolute;left:20px;top:20px;z-index:8;display:inline-flex;align-items:center;justify-content:center;height:34px;min-width:76px;padding:0 17px;border-radius:999px;background:rgba(255,255,255,.88);box-shadow:0 10px 28px rgba(0,0,0,.10);font-size:14px;font-weight:900;line-height:1}
.howtoCounter{position:absolute;left:28px;top:62px;z-index:7;display:inline-flex;align-items:center;justify-content:center;min-width:62px;height:30px;padding:0 12px;border-radius:999px;background:rgba(0,0,0,.86);color:#fff;font-size:12px;font-weight:900;box-shadow:0 8px 18px rgba(0,0,0,.16)}
.howtoModalCloseIcon{position:absolute;right:20px;top:18px;z-index:9;width:44px;height:44px;border:0;border-radius:999px;background:rgba(255,255,255,.92);color:#111;box-shadow:0 10px 28px rgba(0,0,0,.10);font-size:27px;font-weight:800;line-height:1;cursor:pointer}
.howtoViewport{position:absolute;inset:0;z-index:1;overflow:hidden;touch-action:pan-y}
.howtoTrack{height:100%;display:flex;transform:translateX(0%);transition:transform .34s cubic-bezier(.22,.72,.18,1);will-change:transform}
.howtoSlide{position:relative;min-width:100%;height:100%;padding:86px 60px 84px;display:grid;grid-template-columns:.92fr 1.08fr;gap:34px;align-items:center;overflow:hidden;background:radial-gradient(circle at 16% 18%,#fff 0 13%,transparent 34%),radial-gradient(circle at 80% 12%,rgba(204,212,229,.7),transparent 34%),linear-gradient(135deg,#fff 0 46%,#e4e8f0 46% 58%,#fff 58% 100%)}
.howtoSlideDark{background:radial-gradient(circle at 80% 20%,rgba(255,202,126,.20),transparent 30%),radial-gradient(circle at 62% 82%,rgba(121,87,255,.30),transparent 36%),linear-gradient(160deg,#101827 0%,#08101f 100%);color:#fff}
.howtoSlideNight{background:radial-gradient(circle at 78% 72%,rgba(151,75,255,.40),transparent 32%),radial-gradient(circle at 90% 88%,rgba(255,174,93,.24),transparent 24%),linear-gradient(180deg,#07132c 0%,#111d48 58%,#39264d 100%);color:#fff}
.howtoSlideArchive{background:radial-gradient(circle at 16% 14%,#fff 0 16%,transparent 32%),radial-gradient(circle at 75% 36%,rgba(177,224,139,.34),transparent 34%),linear-gradient(145deg,#f9fbf4 0%,#edf6e2 100%);color:#0d1511}
.howtoSlideEnd{background:radial-gradient(circle at 76% 26%,rgba(255,255,255,.18),transparent 30%),radial-gradient(circle at 62% 82%,rgba(156,91,255,.28),transparent 36%),linear-gradient(180deg,#07142d 0%,#101c44 58%,#382447 100%);color:#fff}
.howtoCopy{position:relative;z-index:2;max-width:430px}
.howtoEyebrow{display:inline-flex;align-items:center;justify-content:center;min-width:74px;height:30px;margin:0 0 16px;padding:0 13px;border-radius:999px;background:rgba(13,19,32,.12);font-size:12px;font-weight:900;letter-spacing:.05em}
.howtoSlideDark .howtoEyebrow,.howtoSlideNight .howtoEyebrow,.howtoSlideEnd .howtoEyebrow{background:rgba(255,255,255,.18)}
.howtoBigTitle{display:inline;margin:0;font-size:clamp(37px,4.2vw,58px);line-height:1.08;font-weight:950;letter-spacing:-.06em;background:linear-gradient(transparent 58%,rgba(255,226,87,.78) 58% 84%,transparent 84%);-webkit-box-decoration-break:clone;box-decoration-break:clone}
.howtoSlideDark .howtoBigTitle,.howtoSlideNight .howtoBigTitle,.howtoSlideEnd .howtoBigTitle{background:linear-gradient(transparent 58%,rgba(146,92,255,.86) 58% 84%,transparent 84%)}
.howtoSlideArchive .howtoBigTitle{background:linear-gradient(transparent 58%,rgba(113,215,123,.65) 58% 84%,transparent 84%)}
.howtoText{margin:22px 0 0;color:rgba(13,19,32,.70);font-size:17px;line-height:1.95;font-weight:650}
.howtoSlideDark .howtoText,.howtoSlideNight .howtoText,.howtoSlideEnd .howtoText{color:rgba(255,255,255,.86)}
.howtoBadges{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}
.howtoBadge{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 15px;border-radius:999px;background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.70);box-shadow:0 10px 22px rgba(0,0,0,.06);color:#111;font-size:14px;font-weight:900;white-space:nowrap}
.howtoSlideDark .howtoBadge,.howtoSlideNight .howtoBadge,.howtoSlideEnd .howtoBadge{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.16);color:#fff;box-shadow:none}
.howtoVisual{position:relative;z-index:2;min-height:360px;display:flex;align-items:center;justify-content:center}
.howtoPhone{width:min(420px,100%);min-height:430px;border-radius:36px;background:linear-gradient(180deg,#111827,#060b15);box-shadow:0 30px 70px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.16);padding:26px;transform:rotate(4deg)}
.howtoPhoneHeader{display:flex;justify-content:space-between;align-items:center;color:#fff;margin-bottom:18px}
.howtoPhoneLogo{font-size:24px;font-weight:900;letter-spacing:-.03em}
.howtoPhoneBell{color:#ffcf4a}
.howtoTabs{display:flex;gap:18px;color:rgba(255,255,255,.72);font-size:13px;font-weight:800;margin-bottom:14px}
.howtoTabs span:first-child{color:#fff;text-decoration:underline;text-decoration-thickness:3px;text-underline-offset:7px;text-decoration-color:#8c5cff}
.howtoRoomCard{margin:13px 0;padding:20px 18px;border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.045));border:1px solid rgba(255,255,255,.14);color:#fff}
.howtoRoomCard.active{border-color:rgba(142,88,255,.70);box-shadow:0 0 0 2px rgba(142,88,255,.22) inset}
.howtoRoomName{font-size:22px;font-weight:950;line-height:1.15}
.howtoRoomDesc{margin-top:6px;color:rgba(255,255,255,.68);font-size:13px;line-height:1.4}
.howtoRoomMeta{display:flex;gap:14px;margin-top:14px;color:rgba(255,255,255,.72);font-size:13px;font-weight:800}
.howtoChatMock{width:min(440px,100%);min-height:430px;border-radius:34px;padding:28px;background:rgba(3,9,20,.48);border:1px solid rgba(255,255,255,.13);box-shadow:0 32px 80px rgba(0,0,0,.28);backdrop-filter:blur(10px)}
.howtoChatTop{display:flex;align-items:center;justify-content:space-between;color:#fff;font-size:15px;font-weight:900;margin-bottom:34px}
.howtoBubble{width:max-content;max-width:82%;margin:14px 0;padding:14px 18px;border-radius:20px;background:rgba(255,255,255,.18);color:#fff;font-size:14px;line-height:1.5;font-weight:650}
.howtoBubble.light{margin-left:auto;background:rgba(255,255,255,.92);color:#111}
.howtoInputMock{display:flex;align-items:center;gap:12px;margin-top:34px}
.howtoInputLine{flex:1;height:42px;border-radius:999px;background:rgba(255,255,255,.90)}
.howtoSendCircle{width:48px;height:48px;border-radius:50%;background:#111;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px}
.howtoTimerMock{width:min(410px,100%);min-height:410px;border-radius:34px;background:rgba(10,17,36,.72);border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;box-shadow:0 32px 80px rgba(0,0,0,.26)}
.howtoTimerCircle{width:230px;height:230px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:conic-gradient(#fff 0 112deg,rgba(255,255,255,.18) 112deg 360deg);box-shadow:0 0 80px rgba(151,75,255,.48)}
.howtoTimerInner{width:170px;height:170px;border-radius:50%;background:#111a31;display:flex;flex-direction:column;align-items:center;justify-content:center}
.howtoTimerLabel{color:rgba(255,255,255,.62);font-size:15px;font-weight:900;margin-bottom:8px}
.howtoTimerValue{color:#fff;font-size:48px;font-weight:950;letter-spacing:-.04em}
.howtoMoon{position:absolute;right:36px;bottom:54px;width:94px;height:94px;border-radius:50%;background:rgba(255,255,255,.92);box-shadow:0 0 44px rgba(255,255,255,.34)}
.howtoArchiveMock{width:min(390px,100%);min-height:420px;border-radius:34px;padding:28px 26px;background:rgba(255,255,255,.80);border:1px solid rgba(255,255,255,.88);box-shadow:0 30px 70px rgba(86,112,65,.18)}
.howtoArchiveHead{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;font-size:22px;font-weight:950}
.howtoArchiveItem{display:grid;grid-template-columns:minmax(0,1fr) 62px;gap:16px;align-items:center;margin:14px 0;padding:16px;border-radius:20px;background:rgba(255,255,255,.84);box-shadow:0 12px 26px rgba(0,0,0,.04)}
.howtoArchiveName{font-size:17px;font-weight:950;line-height:1.25}
.howtoArchiveTime{margin-top:6px;color:#777;font-size:13px;font-weight:700}
.howtoArchiveThumb{width:62px;height:62px;border-radius:16px;background:linear-gradient(135deg,#19243f,#f0a15d)}
.howtoDoorWrap{position:relative;width:min(420px,100%);min-height:420px;display:flex;align-items:flex-end;justify-content:center}
.howtoDoorGlow{position:absolute;left:50%;bottom:16px;transform:translateX(-50%);width:310px;height:270px;border-radius:42px;background:radial-gradient(circle at 42% 72%,rgba(255,218,151,.78),rgba(125,92,255,.20) 50%,rgba(255,255,255,.06) 100%);filter:blur(2px);opacity:.85}
.howtoDoor{position:relative;z-index:1;width:150px;height:220px;border-radius:14px 14px 6px 6px;background:linear-gradient(145deg,#dcd5ff,#ffd7a8);transform:perspective(600px) rotateY(-28deg);box-shadow:0 30px 60px rgba(0,0,0,.26)}
.howtoDoor::after{content:"";position:absolute;right:-70px;top:26px;width:86px;height:182px;border-radius:10px;background:rgba(3,9,20,.72)}
.howtoEndLogo{position:absolute;z-index:2;left:50%;bottom:16px;transform:translateX(-50%);color:#fff;font-size:42px;font-weight:900;letter-spacing:-.04em}
.howtoControls{position:absolute;left:26px;right:26px;bottom:20px;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:14px;pointer-events:none}
.howtoDots{display:flex;align-items:center;gap:10px;height:38px;padding:0 15px;border-radius:999px;background:rgba(255,255,255,.78);box-shadow:0 10px 28px rgba(0,0,0,.08);pointer-events:auto}
.howtoDot{width:10px;height:10px;border:0;border-radius:50%;padding:0;background:rgba(0,0,0,.20);cursor:pointer}
.howtoDot.active{width:32px;border-radius:999px;background:#111}
.howtoButtons{display:flex;align-items:center;gap:10px;pointer-events:auto}
.howtoNavBtn,.howtoModalClose{min-width:68px;height:46px;border:0;border-radius:999px;padding:0 20px;cursor:pointer;font-size:14px;font-weight:950;line-height:1;box-shadow:0 10px 28px rgba(0,0,0,.10)}
.howtoNavBtn{background:rgba(255,255,255,.90);color:#111}
.howtoModalClose{background:#111;color:#fff}
.howtoNavBtn:disabled{opacity:.42;cursor:default}
.howtoStarField{position:absolute;inset:0;pointer-events:none;opacity:.34;background-image:radial-gradient(circle,rgba(255,255,255,.85) 1px,transparent 1.5px);background-size:72px 72px}
@media(max-width:99999px){.howtoModalOverlay{padding:12px}
.howtoModalBox{width:calc(100vw - 24px);height:min(760px,calc(100dvh - 76px));border-radius:28px}
.howtoPill{left:16px;top:16px;height:34px;min-width:76px;font-size:14px}
.howtoCounter{left:34px;top:47px;height:28px;min-width:58px;font-size:11px}
.howtoModalCloseIcon{right:16px;top:16px;width:46px;height:46px;font-size:28px}
.howtoSlide{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:18px;padding:92px 24px 92px}
.howtoCopy{max-width:none}
.howtoEyebrow{display:none}
.howtoBigTitle{font-size:clamp(31px,8.8vw,42px);line-height:1.12;letter-spacing:-.07em}
.howtoText{margin-top:17px;font-size:clamp(14px,4vw,17px);line-height:1.82}
.howtoBadges{gap:9px;margin-top:21px}
.howtoBadge{min-height:36px;padding:0 13px;font-size:13px}
.howtoVisual{flex:1;min-height:0;align-items:flex-end}
.howtoPhone{width:min(356px,92vw);min-height:345px;padding:22px;border-radius:32px;transform:rotate(5deg) translateY(8px)}
.howtoPhoneLogo{font-size:20px}
.howtoTabs{font-size:12px;gap:14px}
.howtoRoomCard{padding:15px 14px;border-radius:19px}
.howtoRoomName{font-size:20px}
.howtoRoomDesc{font-size:12px}
.howtoRoomMeta{font-size:12px;margin-top:10px}
.howtoChatMock,.howtoTimerMock,.howtoArchiveMock,.howtoDoorWrap{width:100%;min-height:350px;border-radius:30px}
.howtoChatMock{padding:22px}
.howtoChatTop{margin-bottom:28px}
.howtoBubble{font-size:13px;padding:12px 15px;border-radius:18px}
.howtoTimerCircle{width:210px;height:210px}
.howtoTimerInner{width:154px;height:154px}
.howtoTimerValue{font-size:44px}
.howtoMoon{width:78px;height:78px;right:28px;bottom:116px}
.howtoArchiveMock{padding:22px}
.howtoArchiveHead{font-size:20px;margin-bottom:18px}
.howtoArchiveItem{grid-template-columns:minmax(0,1fr) 54px;padding:14px;border-radius:18px}
.howtoArchiveName{font-size:16px}
.howtoArchiveThumb{width:54px;height:54px;border-radius:14px}
.howtoDoorGlow{width:260px;height:240px}
.howtoDoor{width:132px;height:200px}
.howtoDoor::after{right:-60px;width:76px;height:164px}
.howtoEndLogo{font-size:38px}
.howtoControls{left:16px;right:16px;bottom:18px;gap:10px}
.howtoDots{height:36px;gap:9px;padding:0 13px}
.howtoDot{width:9px;height:9px}
.howtoDot.active{width:30px}
.howtoButtons{gap:8px}
.howtoNavBtn,.howtoModalClose{min-width:58px;height:44px;padding:0 16px;font-size:13px}
}
@media(max-width:390px){.howtoModalBox{height:min(720px,calc(100dvh - 68px))}
.howtoSlide{padding:88px 20px 88px;gap:14px}
.howtoBigTitle{font-size:clamp(29px,8.5vw,38px)}
.howtoText{font-size:14px;line-height:1.74}
.howtoBadge{min-height:34px;font-size:12px;padding:0 11px}
.howtoPhone,.howtoChatMock,.howtoTimerMock,.howtoArchiveMock,.howtoDoorWrap{min-height:326px}
.howtoControls{left:12px;right:12px}
.howtoNavBtn,.howtoModalClose{min-width:54px;height:42px;padding:0 13px;font-size:12px}
}
.topRefreshNav{position:relative}
.topPolicyMenu{position:absolute;top:calc(100% + 8px);right:0;min-width:210px;display:none;flex-direction:column;gap:4px;padding:8px;background:#fff;border:1px solid rgba(0,0,0,.10);border-radius:18px;box-shadow:0 18px 42px rgba(0,0,0,.14);z-index:35000}
.topPolicyMenu.show{display:flex}
.topPolicyMenuLink{display:block;color:#222;text-decoration:none;font-size:13px;line-height:1.2;padding:11px 12px;border-radius:12px;white-space:nowrap}
.topPolicyMenuLink:hover{background:rgba(0,0,0,.06)}
@media (max-width:640px){.topPolicyMenu{min-width:190px;right:0}
}
@media (max-width:640px){.topRefreshHeader{position:relative !important;display:flex !important;align-items:center !important;justify-content:center !important;padding:12px 56px 8px !important;margin-bottom:16px !important}
.topRefreshBrand{width:100% !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;gap:5px !important;text-align:center !important;min-width:0 !important}
.topRefreshLogo{font-size:48px !important;line-height:.95 !important;transform:scaleX(1.04) !important;transform-origin:center center !important}
.topRefreshTagline{display:block !important;width:100% !important;max-width:calc(100vw - 112px) !important;margin:0 !important;color:#666 !important;font-size:12px !important;line-height:1.25 !important;text-align:center !important;white-space:normal !important}
.topRefreshRight{position:absolute !important;right:12px !important;top:50% !important;transform:translateY(-50%) !important;width:auto !important;flex:0 0 auto !important;display:flex !important;justify-content:flex-end !important;align-items:center !important}
.topRefreshNav{position:relative !important;display:flex !important;align-items:center !important;justify-content:flex-end !important}
.topRefreshLangMini,.topRefreshNav>.topRefreshNavLink{display:none !important}
.topRefreshMenuBtn{position:relative !important;right:auto !important;top:auto !important;transform:none !important;width:52px !important;height:52px !important;min-width:52px !important;padding:0 !important;display:flex !important;align-items:center !important;justify-content:center !important;border-radius:999px !important;font-size:26px !important;line-height:1 !important}
.topPolicyMenu{top:calc(100% + 10px) !important;right:0 !important;min-width:238px !important;max-width:calc(100vw - 24px) !important;padding:10px !important;border-radius:18px !important}
.topPolicyMenuSection{padding:6px 4px 8px !important;border-bottom:1px solid rgba(0,0,0,.08) !important;margin-bottom:4px !important}
.topPolicyMenuSection:last-child{border-bottom:0 !important;margin-bottom:0 !important;padding-bottom:4px !important}
.topPolicyMenuTitle{font-size:11px !important;color:#777 !important;line-height:1 !important;margin:0 0 7px !important;padding:0 6px !important}
.topPolicyLangGrid{display:grid !important;grid-template-columns:repeat(4,1fr) !important;gap:6px !important}
.topPolicyLangBtn{appearance:none !important;-webkit-appearance:none !important;border:1px solid rgba(0,0,0,.10) !important;background:#f6f6f6 !important;color:#222 !important;border-radius:999px !important;padding:9px 0 !important;font-size:12px !important;line-height:1 !important;cursor:pointer !important}
.topPolicyLangBtn.active,.topPolicyLangBtn[aria-pressed="true"]{background:#141414 !important;color:#fff !important}
.topPolicyMenuLink{font-size:14px !important;padding:12px 12px !important}
}
@media (max-width:640px){.topRefreshHeader{padding:12px 46px 8px !important}
.topRefreshRight{left:12px !important;right:auto !important;top:50% !important;transform:translateY(-50%) !important}
.topRefreshMenuBtn{width:38px !important;height:38px !important;min-width:38px !important;background:transparent !important;border:0 !important;box-shadow:none !important;border-radius:0 !important;color:#111 !important;font-size:30px !important;padding:0 !important}
.topPolicyMenu{left:0 !important;right:auto !important;top:calc(100% + 10px) !important}
}
@media (max-width:640px){.topRefreshHeader{position:relative !important;display:flex !important;align-items:center !important;justify-content:center !important;padding:12px 44px 8px !important;margin-bottom:16px !important}
.topRefreshBrand{width:100% !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;gap:5px !important;text-align:center !important;min-width:0 !important}
.topRefreshLogo{font-size:48px !important;line-height:.95 !important;transform:scaleX(1.04) !important;transform-origin:center center !important}
.topRefreshTagline{display:block !important;width:100% !important;max-width:calc(100vw - 88px) !important;margin:0 !important;color:#666 !important;font-size:12px !important;line-height:1.25 !important;text-align:center !important;white-space:normal !important}
.topRefreshRight{position:absolute !important;left:0 !important;right:auto !important;top:50% !important;transform:translateY(-50%) !important;width:auto !important;flex:0 0 auto !important;display:flex !important;justify-content:flex-start !important;align-items:center !important;z-index:40000 !important}
.topRefreshNav{position:relative !important;display:flex !important;align-items:center !important;justify-content:flex-start !important}
.topRefreshMenuBtn{width:36px !important;height:36px !important;min-width:36px !important;background:transparent !important;border:0 !important;box-shadow:none !important;border-radius:0 !important;color:#111 !important;font-size:30px !important;padding:0 !important;line-height:1 !important}
.topPolicyMenu{left:0 !important;right:auto !important;top:calc(100% + 8px) !important;min-width:238px !important;max-width:calc(100vw - 24px) !important}
}
.topRefreshSectionLead{display:none !important}
@media (max-width:640px){.topRefreshRight{position:fixed !important;left:4px !important;top:4px !important;right:auto !important;transform:none !important;z-index:99999 !important;width:auto !important;flex:0 0 auto !important;display:flex !important;align-items:center !important;justify-content:flex-start !important}
.topRefreshNav{position:relative !important;display:flex !important;align-items:center !important;justify-content:flex-start !important}
.topRefreshMenuBtn{width:34px !important;height:34px !important;min-width:34px !important;background:transparent !important;border:none !important;box-shadow:none !important;border-radius:0 !important;color:#111 !important;font-size:28px !important;line-height:1 !important;padding:0 !important}
.topPolicyMenu{position:fixed !important;left:4px !important;top:44px !important;right:auto !important;min-width:238px !important;max-width:calc(100vw - 24px) !important}
.officialRoomsBar{display:grid !important;grid-template-columns:auto auto 1fr auto !important;align-items:center !important;gap:8px !important}
.officialRoomsBar .topbarLeft{grid-column:1 !important;min-width:0 !important}
.officialRoomsBar h2{margin:0 !important;font-size:18px !important;line-height:1.1 !important;white-space:nowrap !important;overflow:visible !important;text-overflow:clip !important}
.officialRoomsBar .viewToggle{grid-column:2 !important;justify-self:start !important;width:auto !important;min-width:92px !important;padding:4px !important;gap:4px !important;margin-left:0 !important}
.officialRoomsBar .viewBtn{flex:0 0 auto !important;width:40px !important;min-width:40px !important;height:32px !important;padding:0 !important;font-size:0 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important}
.officialRoomsBar .viewBtn::before{display:block !important;color:currentColor !important;line-height:1 !important}
#cardViewBtn::before{content:"□" !important;font-size:22px !important}
#listViewBtn::before{content:"☰" !important;font-size:19px !important}
.officialRoomsBar #roomCountText{grid-column:4 !important;justify-self:end !important;margin-left:0 !important;font-size:12px !important;white-space:nowrap !important}
.userRoomsBar{display:grid !important;grid-template-columns:minmax(0,1fr) auto !important;grid-template-areas:"title meta"
"create meta"
"search search" !important;align-items:start !important;gap:8px 10px !important}
.userRoomsBar .topbarLeft{display:contents !important}
.userRoomsBar h2{grid-area:title !important;margin:0 !important;min-width:0 !important;font-size:18px !important;line-height:1.15 !important;white-space:normal !important}
.userRoomsBar .userRoomsMeta{grid-area:meta !important;align-self:start !important;justify-self:end !important;margin:0 !important;text-align:right !important;font-size:12px !important;line-height:1.35 !important;white-space:nowrap !important}
.userRoomsBar #createRoomBtn{grid-area:create !important;justify-self:start !important;width:auto !important;margin-top:2px !important}
.userRoomsBar .searchWrap{grid-area:search !important;width:100% !important;min-width:0 !important;margin-top:4px !important}
.userRoomsBar .searchInput{width:100% !important}
}
@media (max-width:640px){.topRefreshTagline{white-space:nowrap !important;max-width:none !important;width:auto !important;font-size:11px !important}
}
@media (min-width:641px){.topRefreshNotice{width:max-content !important;max-width:min(720px,calc(100% - 24px)) !important;margin:0 auto 22px !important;padding:9px 12px !important;gap:8px !important;border-radius:16px !important;justify-content:flex-start !important}
.topRefreshNoticeMain{min-width:0 !important;flex:0 0 auto !important}
.topRefreshNoticeTitle{font-size:14px !important;line-height:1.25 !important;white-space:nowrap !important}
.topRefreshNoticeText,.pwaStepBadge{display:none !important}
.topRefreshNoticeBtn{margin-left:8px !important;padding:8px 14px !important;font-size:12px !important;min-width:86px !important}
}
.pushSetupStatus.flash{animation:pushSetupStatusFlash .78s ease 2}
@keyframes pushSetupStatusFlash{0%{background:rgba(210,140,0,.12);transform:scale(1)}
45%{background:rgba(255,160,0,.34);transform:scale(1.018)}
100%{background:rgba(210,140,0,.12);transform:scale(1)}
}
@media (max-width:640px){.topRefreshNotice{align-items:center !important;padding:9px 10px !important;min-height:58px !important}
.topRefreshNoticeMain{display:flex !important;align-items:center !important;min-width:0 !important}
.topRefreshNoticeTitle{display:flex !important;align-items:center !important;line-height:1.15 !important;transform:translateY(1px) !important}
.topRefreshNoticeBtn{height:34px !important;min-width:78px !important;padding:6px 11px !important;font-size:13px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important}
.listMetaTop{display:inline-flex !important;align-items:center !important;justify-content:flex-end !important;gap:3px !important}
.peopleIcon{position:relative !important;display:inline-block !important;width:10px !important;height:10px !important;margin-right:3px !important;border-radius:50% !important;background:#4ADE80 !important;box-shadow:0 0 8px rgba(74,222,128,.45) !important;vertical-align:middle !important;flex:0 0 auto !important}
.peopleIcon::after{content:"" !important;position:absolute !important;left:-3px !important;top:7px !important;width:16px !important;height:8px !important;border-radius:999px 999px 5px 5px !important;background:#4ADE80 !important;box-shadow:0 0 8px rgba(74,222,128,.35) !important}
}
.peopleIcon{position:relative !important;display:inline-block !important;width:8px !important;height:8px !important;margin-right:4px !important;border-radius:50% !important;background:#4ADE80 !important;box-shadow:none !important;vertical-align:-1px !important;flex:0 0 auto !important}
.peopleIcon::after{content:"" !important;position:absolute !important;left:-2px !important;top:6px !important;width:12px !important;height:6px !important;border-radius:999px 999px 5px 5px !important;background:#4ADE80 !important;box-shadow:none !important}
.meta .peopleIcon,.listMeta .peopleIcon{margin-right:4px !important}
@media (max-width:640px){.topRefreshNotice{align-items:center !important;padding:7px 10px !important;min-height:48px !important;border-radius:16px !important;gap:8px !important}
.topRefreshNoticeMain{display:flex !important;align-items:center !important;min-width:0 !important}
.topRefreshNoticeTitle{display:flex !important;align-items:center !important;line-height:1 !important;transform:none !important;font-size:15px !important}
.topRefreshNoticeBtn{height:30px !important;min-width:70px !important;padding:5px 10px !important;font-size:12px !important;line-height:1 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important}
.listMetaTop{display:inline-flex !important;align-items:center !important;justify-content:flex-end !important;gap:2px !important}
}
@media (max-width:640px){.topRefreshNotice{align-items:center !important;min-height:46px !important;padding:7px 10px !important;gap:8px !important}
.topRefreshNoticeMain{display:flex !important;align-items:center !important;min-height:32px !important}
.topRefreshNoticeTitle{display:flex !important;align-items:center !important;line-height:1 !important;font-size:15px !important;transform:translateY(1px) !important}
.topRefreshNoticeBtn{height:30px !important;min-height:30px !important;min-width:68px !important;padding:0 11px !important;font-size:12px !important;line-height:1 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;transform:translateY(0) !important}
.listMeta{gap:1px !important;line-height:1 !important}
.listMetaTop,.listMetaBottom{height:15px !important;min-height:15px !important;line-height:15px !important}
.listMetaTop{display:inline-flex !important;align-items:center !important;justify-content:flex-end !important;gap:3px !important}
.listMetaBottom{display:block !important;transform:translateY(-1px) !important}
}
.peopleIcon{position:relative !important;display:inline-block !important;width:7px !important;height:7px !important;margin-right:4px !important;border-radius:50% !important;background:#4ADE80 !important;box-shadow:none !important;vertical-align:0 !important;flex:0 0 auto !important;transform:translateY(-1px) !important}
.peopleIcon::after{content:"" !important;position:absolute !important;left:-2px !important;top:5px !important;width:11px !important;height:6px !important;border-radius:999px 999px 4px 4px !important;background:#4ADE80 !important;box-shadow:none !important}
@media (max-width:640px){.topRefreshNotice{min-height:44px !important;height:auto !important;padding:6px 10px !important;align-items:center !important;gap:8px !important}
.topRefreshNoticeMain{display:flex !important;align-items:center !important;min-height:30px !important;height:30px !important}
.topRefreshNoticeTitle{display:flex !important;align-items:center !important;height:30px !important;min-height:30px !important;margin:0 !important;padding:0 !important;font-size:15px !important;line-height:30px !important;transform:none !important}
.topRefreshNoticeBtn{height:30px !important;min-height:30px !important;min-width:68px !important;padding:0 11px !important;margin:0 !important;font-size:12px !important;line-height:30px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;transform:none !important}
}
@media (min-width:641px){.meta .peopleIcon,.listMeta .peopleIcon{transform:translateY(-4px) !important;vertical-align:middle !important}
}
#pwaBanner .topRefreshNoticeText,#pwaBanner .pwaStepBadge{display:none !important}
#pwaBanner.topRefreshNotice{justify-content:center !important}
@media (min-width:641px){#pwaBanner.topRefreshNotice{width:max-content !important;max-width:min(720px,calc(100% - 24px)) !important;margin:0 auto 22px !important;padding:9px 12px !important;gap:10px !important;border-radius:16px !important;align-items:center !important}
#pwaBanner .topRefreshNoticeMain{flex:0 0 auto !important;min-width:0 !important}
#pwaBanner .topRefreshNoticeTitle{display:block !important;font-size:14px !important;line-height:1.2 !important;white-space:nowrap !important}
#pwaBanner .topRefreshNoticeBtn{margin-left:4px !important;height:34px !important;min-width:72px !important;padding:0 14px !important;font-size:12px !important;line-height:1 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;white-space:nowrap !important}
}
@media (max-width:640px){#pwaBanner.topRefreshNotice{width:min(560px,calc(100% - 24px)) !important;max-width:calc(100% - 24px) !important;margin:4px auto 18px !important;display:flex !important;align-items:center !important;justify-content:space-between !important;gap:10px !important;min-height:44px !important;padding:8px 11px !important;border-radius:17px !important}
#pwaBanner .topRefreshNoticeMain{display:block !important;min-width:0 !important;flex:1 1 auto !important;width:auto !important;height:auto !important;min-height:0 !important}
#pwaBanner .topRefreshNoticeTitle{display:block !important;height:auto !important;min-height:0 !important;margin:0 !important;padding:0 !important;font-size:15px !important;line-height:1.2 !important;font-weight:700 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;transform:none !important}
#pwaBanner .topRefreshNoticeBtn{flex:0 0 auto !important;width:auto !important;min-width:64px !important;height:32px !important;min-height:32px !important;padding:0 13px !important;margin:0 !important;align-self:center !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;font-size:13px !important;line-height:1 !important;white-space:nowrap !important;transform:none !important}
}
@media (max-width:640px){#pwaBanner.topRefreshNotice{min-height:42px !important;padding:7px 11px !important;margin:2px auto 16px !important}
#pwaBanner .topRefreshNoticeTitle{font-size:15px !important;line-height:1.15 !important}
#pwaBanner .topRefreshNoticeBtn{min-width:58px !important;height:30px !important;min-height:30px !important;padding:0 12px !important;font-size:13px !important;border-radius:999px !important}
}
@media (min-width:641px){#pwaBanner .topRefreshNoticeBtn{min-width:62px !important}
}
@media (max-width:640px){.pwaGuideModal{width:min(520px,calc(100% - 20px)) !important;padding:22px 18px !important;border-radius:24px !important}
.pwaGuideTitle{font-size:22px !important;line-height:1.35 !important;margin-bottom:10px !important}
.pwaGuideLead{font-size:15px !important;line-height:1.75 !important;color:#555 !important;margin-bottom:16px !important}
.pwaGuideSteps{gap:10px !important;margin-bottom:18px !important}
.pwaGuideStep{align-items:center !important;gap:12px !important;padding:13px 14px !important;border-radius:18px !important;font-size:15px !important;line-height:1.55 !important}
.pwaGuideStepNum{width:30px !important;height:30px !important;font-size:13px !important}
.pwaGuideBtn{min-height:48px !important;font-size:15px !important}
}
#pwaBanner.topRefreshNotice{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:12px !important;width:min(620px,calc(100% - 24px)) !important;max-width:calc(100% - 24px) !important;margin:4px auto 18px !important;padding:10px 13px !important;border-radius:999px !important;min-height:54px !important}
#pwaBanner .topRefreshNoticeMain{min-width:0 !important;flex:1 1 auto !important}
#pwaBanner .topRefreshNoticeTitle{display:block !important;margin:0 !important;padding:0 !important;font-size:16px !important;line-height:1.2 !important;font-weight:800 !important;color:#111 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}
#pwaInstallBtn.rooomNotifySwitch{position:relative !important;flex:0 0 auto !important;width:108px !important;height:46px !important;min-width:108px !important;min-height:46px !important;padding:0 !important;margin:0 !important;border:0 !important;border-radius:999px !important;cursor:pointer !important;overflow:hidden !important;box-shadow:inset 0 0 0 2px rgba(0,0,0,.10),0 4px 12px rgba(0,0,0,.12) !important;transition:background .22s ease,transform .12s ease,opacity .12s ease !important}
#pwaInstallBtn.rooomNotifySwitch:active{transform:scale(.97) !important}
#pwaInstallBtn.rooomNotifySwitch.is-on{background:#23d523 !important}
#pwaInstallBtn.rooomNotifySwitch.is-off{background:#bdbdbd !important}
#pwaInstallBtn.rooomNotifySwitch .rooomSwitchText{position:absolute !important;top:50% !important;transform:translateY(-50%) !important;z-index:1 !important;color:#fff !important;font-size:18px !important;line-height:1 !important;font-weight:900 !important;letter-spacing:.02em !important;pointer-events:none !important;transition:left .22s ease,right .22s ease !important}
#pwaInstallBtn.rooomNotifySwitch.is-on .rooomSwitchText{left:18px !important;right:auto !important}
#pwaInstallBtn.rooomNotifySwitch.is-off .rooomSwitchText{left:auto !important;right:17px !important}
#pwaInstallBtn.rooomNotifySwitch .rooomSwitchKnob{position:absolute !important;top:4px !important;left:4px !important;z-index:2 !important;width:38px !important;height:38px !important;border-radius:50% !important;background:#fff !important;box-shadow:0 3px 8px rgba(0,0,0,.28),inset 0 0 0 1px rgba(0,0,0,.05) !important;pointer-events:none !important;transition:left .22s ease !important}
#pwaInstallBtn.rooomNotifySwitch.is-on .rooomSwitchKnob{left:66px !important}
#pwaInstallBtn.rooomNotifySwitch.is-off .rooomSwitchKnob{left:4px !important}
#pwaInstallBtn.rooomNotifySwitch:disabled{opacity:.55 !important;cursor:not-allowed !important}
#pwaInstallBtn.topRefreshNoticeBtn:not(.rooomNotifySwitch){width:auto !important;min-width:72px !important;height:34px !important;min-height:34px !important;padding:0 14px !important;border-radius:999px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;white-space:nowrap !important}
@media (max-width:640px){#pwaBanner.topRefreshNotice{width:calc(100% - 24px) !important;max-width:calc(100% - 24px) !important;min-height:50px !important;padding:8px 10px !important;margin:3px auto 16px !important;gap:8px !important}
#pwaBanner .topRefreshNoticeTitle{font-size:15px !important}
#pwaInstallBtn.rooomNotifySwitch{width:96px !important;height:42px !important;min-width:96px !important;min-height:42px !important}
#pwaInstallBtn.rooomNotifySwitch .rooomSwitchText{font-size:16px !important}
#pwaInstallBtn.rooomNotifySwitch .rooomSwitchKnob{width:34px !important;height:34px !important;top:4px !important;left:4px !important}
#pwaInstallBtn.rooomNotifySwitch.is-on .rooomSwitchText{left:15px !important}
#pwaInstallBtn.rooomNotifySwitch.is-off .rooomSwitchText{right:14px !important}
#pwaInstallBtn.rooomNotifySwitch.is-on .rooomSwitchKnob{left:58px !important}
}
#pwaBanner.topRefreshNotice{min-height:42px !important;padding:7px 10px !important;margin:2px auto 14px !important}
#pwaInstallBtn.rooomNotifySwitch{width:76px !important;min-width:76px !important;height:34px !important;min-height:34px !important}
#pwaInstallBtn.rooomNotifySwitch .rooomSwitchText{font-size:12px !important;font-weight:900 !important}
#pwaInstallBtn.rooomNotifySwitch .rooomSwitchKnob{width:28px !important;height:28px !important;top:3px !important;left:3px !important}
#pwaInstallBtn.rooomNotifySwitch.is-on .rooomSwitchText{left:12px !important}
#pwaInstallBtn.rooomNotifySwitch.is-off .rooomSwitchText{right:10px !important}
#pwaInstallBtn.rooomNotifySwitch.is-on .rooomSwitchKnob{left:45px !important}
#pwaInstallBtn.rooomNotifySwitch.is-off .rooomSwitchKnob{left:3px !important}
@media (max-width:640px){#pwaBanner.topRefreshNotice{min-height:40px !important;padding:6px 9px !important;margin:2px auto 13px !important}
#pwaBanner .topRefreshNoticeTitle{font-size:14px !important}
#pwaInstallBtn.rooomNotifySwitch{width:70px !important;min-width:70px !important;height:32px !important;min-height:32px !important}
#pwaInstallBtn.rooomNotifySwitch .rooomSwitchText{font-size:11px !important}
#pwaInstallBtn.rooomNotifySwitch .rooomSwitchKnob{width:26px !important;height:26px !important;top:3px !important}
#pwaInstallBtn.rooomNotifySwitch.is-on .rooomSwitchText{left:10px !important}
#pwaInstallBtn.rooomNotifySwitch.is-off .rooomSwitchText{right:9px !important}
#pwaInstallBtn.rooomNotifySwitch.is-on .rooomSwitchKnob{left:41px !important}
}
@media (min-width:641px){#pwaBanner.rooomPcUnsupportedNotice{width:max-content !important;max-width:min(720px,calc(100% - 24px)) !important;margin:0 auto 22px !important;padding:9px 16px !important;min-height:34px !important;border-radius:999px !important;display:flex !important;align-items:center !important;justify-content:center !important;gap:0 !important}
#pwaBanner.rooomPcUnsupportedNotice .topRefreshNoticeMain{flex:0 0 auto !important;min-width:0 !important}
#pwaBanner.rooomPcUnsupportedNotice .topRefreshNoticeTitle{font-size:14px !important;line-height:1.2 !important;font-weight:700 !important;white-space:nowrap !important;overflow:visible !important;text-overflow:clip !important;color:#111 !important}
#pwaBanner.rooomPcUnsupportedNotice .topRefreshNoticeText,#pwaBanner.rooomPcUnsupportedNotice .pwaStepBadge,#pwaBanner.rooomPcUnsupportedNotice #pwaInstallBtn{display:none !important}
}
#cardViewBtn,#listViewBtn{font-size:0 !important;width:40px !important;min-width:40px !important;height:32px !important;padding:0 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important}
#cardViewBtn::before,#listViewBtn::before{display:block !important;color:currentColor !important;line-height:1 !important}
#cardViewBtn::before{content:"□" !important;font-size:22px !important}
#listViewBtn::before{content:"☰" !important;font-size:19px !important}
#pwaInstallBtn.rooomNotifySwitch{transition:background .55s cubic-bezier(.16,1,.3,1),background-color .55s cubic-bezier(.16,1,.3,1),opacity .2s ease !important}
#pwaInstallBtn.rooomNotifySwitch .rooomSwitchKnob{transition:left .72s cubic-bezier(.16,1,.3,1),box-shadow .28s ease !important;will-change:left !important}
#pwaInstallBtn.rooomNotifySwitch:active .rooomSwitchKnob{box-shadow:0 2px 7px rgba(0,0,0,.24),inset 0 0 0 1px rgba(0,0,0,.05) !important}
@media (max-width:640px){body,.wrap,.pageFade{background:#efefef !important}
.listItem{box-shadow:none !important;background-clip:padding-box !important;transform:none !important;will-change:auto !important;contain:paint !important}
.listItem.card-main,.listItem.card-solo,.listItem.card-midnight,.listItem.card-chat,.listItem.card-user{box-shadow:none !important}
.listAccent,.listMeta,.listEnterBtn{transform:none !important;will-change:auto !important}
.listEnterBtn{box-shadow:none !important}
#pwaBanner.topRefreshNotice{box-shadow:0 4px 12px rgba(0,0,0,.06) !important;background:#fff !important;transform:none !important;will-change:auto !important;contain:paint !important}
#pwaInstallBtn.rooomNotifySwitch{box-shadow:inset 0 0 0 1px rgba(0,0,0,.10) !important;transition:background-color .18s ease,opacity .12s ease !important;transform:none !important;will-change:auto !important}
#pwaInstallBtn.rooomNotifySwitch .rooomSwitchKnob{box-shadow:0 1px 3px rgba(0,0,0,.22) !important;transition:left .18s ease !important;will-change:auto !important}
#pwaInstallBtn.rooomNotifySwitch:active,#pwaInstallBtn.rooomNotifySwitch:active .rooomSwitchKnob{transform:none !important}
.topPolicyMenu,.rooomInAppNotice,.pwaGuideModal,.conceptModalBox,.howtoModalBox,.modal{box-shadow:0 8px 24px rgba(0,0,0,.12) !important;transform:none;will-change:auto !important}
}
#pwaInstallBtn,#pwaInstallBtn *{-webkit-tap-highlight-color:transparent !important}
#pwaInstallBtn:focus,#pwaInstallBtn:active,#pwaInstallBtn:focus-visible{outline:none !important}
@media (max-width:640px){#pwaInstallBtn.rooomNotifySwitch,#pwaInstallBtn.rooomNotifySwitch *{-webkit-tap-highlight-color:transparent !important;-webkit-touch-callout:none !important}
#pwaInstallBtn.rooomNotifySwitch:active{transform:none !important}
#pwaInstallBtn.rooomNotifySwitch:focus,#pwaInstallBtn.rooomNotifySwitch:focus-visible{outline:none !important;box-shadow:none !important}
}
html.rooom-ipad-portrait .list{display:flex !important;flex-direction:column !important;gap:8px !important}
html.rooom-ipad-portrait .listItem{display:grid !important;grid-template-columns:6px minmax(0,1fr) auto auto !important;grid-template-areas:"accent main meta button" !important;align-items:center !important;gap:8px !important;min-height:54px !important;padding:9px 11px !important;border-radius:16px !important}
html.rooom-ipad-portrait .listAccent{grid-area:accent !important;width:6px !important;min-height:34px !important;height:34px !important;align-self:center !important}
html.rooom-ipad-portrait .listMain{grid-area:main !important;min-width:0 !important}
html.rooom-ipad-portrait .listTitleRow{gap:5px !important;min-width:0 !important}
html.rooom-ipad-portrait .listName{font-size:15px !important;line-height:1.15 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}
html.rooom-ipad-portrait .listToggle{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:15px !important;height:15px !important;font-size:10px !important;opacity:.9 !important}
html.rooom-ipad-portrait .listDesc{display:none !important;margin-top:6px !important;font-size:12px !important;line-height:1.35 !important}
html.rooom-ipad-portrait .listItem.open{grid-template-columns:6px minmax(0,1fr) auto !important;grid-template-areas:"accent main button"
"accent main button"
". meta button" !important;align-items:flex-start !important;row-gap:6px !important}
html.rooom-ipad-portrait .listItem.open .listName{white-space:normal !important;overflow:visible !important;text-overflow:clip !important;display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:3 !important}
html.rooom-ipad-portrait .listItem.open .listDesc{display:block !important}
html.rooom-ipad-portrait .listMeta{grid-area:meta !important;display:flex !important;flex-direction:column !important;align-items:flex-end !important;justify-content:center !important;gap:2px !important;min-width:72px !important;text-align:right !important;font-size:12px !important;line-height:1.05 !important;white-space:nowrap !important;align-self:center !important}
html.rooom-ipad-portrait .listMetaTop,html.rooom-ipad-portrait .listMetaBottom{display:block !important;height:16px !important;min-height:16px !important;line-height:16px !important}
html.rooom-ipad-portrait .listMetaTop{display:inline-flex !important;align-items:center !important;justify-content:flex-end !important;gap:3px !important}
html.rooom-ipad-portrait .listEnterBtn{grid-area:button !important;align-self:center !important;justify-self:center !important;height:34px !important;min-height:34px !important;min-width:66px !important;padding:7px 10px !important;font-size:13px !important;line-height:1 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important}
html.rooom-ipad-portrait .officialRoomsBar{display:grid !important;grid-template-columns:auto auto 1fr auto !important;align-items:center !important;gap:8px !important}
html.rooom-ipad-portrait .officialRoomsBar .topbarLeft{grid-column:1 !important;min-width:0 !important}
html.rooom-ipad-portrait .officialRoomsBar h2,html.rooom-ipad-portrait .userRoomsBar h2{font-size:18px !important;line-height:1.1 !important;margin:0 !important;white-space:nowrap !important}
html.rooom-ipad-portrait .officialRoomsBar .viewToggle{grid-column:2 !important;justify-self:start !important;width:auto !important;min-width:92px !important;padding:4px !important;gap:4px !important;margin-left:0 !important}
html.rooom-ipad-portrait .officialRoomsBar #roomCountText{grid-column:4 !important;justify-self:end !important;margin-left:0 !important;font-size:12px !important;white-space:nowrap !important}
html.rooom-ipad-portrait .userRoomsBar{display:grid !important;grid-template-columns:auto 1fr auto !important;align-items:center !important;gap:10px !important}
html.rooom-ipad-portrait .userRoomsBar .topbarLeft{grid-column:1 / 3 !important;grid-row:1 !important;display:flex !important;align-items:center !important;gap:10px !important}
html.rooom-ipad-portrait .userRoomsBar .userRoomsMeta{grid-column:3 !important;grid-row:1 !important;justify-self:end !important;margin-left:0 !important;text-align:right !important;white-space:nowrap !important;font-size:12px !important}
html.rooom-ipad-portrait .userRoomsBar .searchWrap{grid-column:1 / 4 !important;grid-row:2 !important;width:100% !important;min-width:0 !important}
html.rooom-ipad-portrait .userRoomsBar .searchInput{width:100% !important;max-width:none !important}
.meta,.listMeta{font-variant-numeric:tabular-nums !important}
html.rooom-ipad-portrait .list{width:100% !important;max-width:none !important;align-items:stretch !important}
html.rooom-ipad-portrait .listItem{width:100% !important;max-width:none !important;justify-self:stretch !important}
html.rooom-ipad-portrait .listMain{min-width:0 !important}
html.rooom-ipad-portrait .listName{font-size:17px !important;max-width:none !important}
html.rooom-ipad-portrait .listMeta{min-width:82px !important;font-size:13px !important}
html.rooom-ipad-portrait .listEnterBtn{min-width:78px !important;padding:8px 16px !important;font-size:14px !important}
html.rooom-ipad-portrait #pwaBanner.topRefreshNotice{width:calc(100% - 24px) !important;max-width:calc(100% - 24px) !important}
html.rooom-ipad-portrait #pwaInstallBtn.topRefreshNoticeBtn:not(.rooomNotifySwitch){display:inline-flex !important;min-width:82px !important;height:36px !important;min-height:36px !important;padding:0 16px !important;background:#141414 !important;color:#fff !important}
html.rooom-ipad-portrait .listItem.open .listDesc{display:block !important;visibility:visible !important;opacity:1 !important;height:auto !important;max-height:none !important;overflow:visible !important}
.listItem.hasDesc .listToggle{display:inline-flex;align-items:center;justify-content:center}
.listItem.open{align-items:start !important}
.listItem.open .listName{white-space:normal !important;overflow:hidden !important;text-overflow:clip !important;display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:2 !important}
.listItem.open .listDesc{display:block !important;visibility:visible !important;opacity:1 !important;height:auto !important;max-height:none !important;margin-top:7px !important;white-space:normal !important;overflow:hidden !important;text-overflow:clip !important;display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:3 !important}
@media (min-width:641px){.listItem.open{display:grid !important;grid-template-columns:8px minmax(0,1fr) auto !important;grid-template-areas:"accent main main"
". meta button" !important;gap:8px 10px !important;min-height:92px !important;align-items:start !important}
.listItem.open .listAccent{grid-area:accent !important;height:100% !important;min-height:64px !important}
.listItem.open .listMain{grid-area:main !important;min-width:0 !important}
.listItem.open .listMeta{grid-area:meta !important;justify-self:end !important;align-self:center !important;display:inline-flex !important;align-items:center !important;justify-content:flex-end !important;gap:6px !important;white-space:nowrap !important}
.listItem.open .listEnterBtn{grid-area:button !important;justify-self:end !important;align-self:center !important}
}
@media (max-width:640px){.listItem.open{display:grid !important;grid-template-columns:6px minmax(0,1fr) auto !important;grid-template-areas:"accent main main"
". meta button" !important;gap:8px 8px !important;align-items:start !important}
.listItem.open .listAccent{grid-area:accent !important;height:100% !important;min-height:70px !important}
.listItem.open .listMain{grid-area:main !important;min-width:0 !important}
.listItem.open .listMeta{grid-area:meta !important;justify-self:end !important;align-self:center !important;display:flex !important;flex-direction:row !important;align-items:center !important;justify-content:flex-end !important;gap:10px !important;min-width:0 !important;white-space:nowrap !important}
.listItem.open .listMetaTop,.listItem.open .listMetaBottom{display:inline-flex !important;align-items:center !important;height:auto !important;min-height:0 !important;line-height:1.1 !important}
.listItem.open .listEnterBtn{grid-area:button !important;justify-self:end !important;align-self:center !important}
}
html.rooom-ipad-portrait .listItem.open{display:grid !important;grid-template-columns:6px minmax(0,1fr) auto !important;grid-template-areas:"accent main main"
". meta button" !important;gap:8px 10px !important;align-items:start !important;min-height:92px !important}
html.rooom-ipad-portrait .listItem.open .listAccent{grid-area:accent !important;height:100% !important;min-height:70px !important}
html.rooom-ipad-portrait .listItem.open .listMain{grid-area:main !important;min-width:0 !important}
html.rooom-ipad-portrait .listItem.open .listMeta{grid-area:meta !important;justify-self:end !important;align-self:center !important;display:flex !important;flex-direction:row !important;align-items:center !important;justify-content:flex-end !important;gap:10px !important;min-width:0 !important;white-space:nowrap !important}
html.rooom-ipad-portrait .listItem.open .listMetaTop,html.rooom-ipad-portrait .listItem.open .listMetaBottom{display:inline-flex !important;align-items:center !important;height:auto !important;min-height:0 !important;line-height:1.1 !important}
html.rooom-ipad-portrait .listItem.open .listEnterBtn{grid-area:button !important;justify-self:end !important;align-self:center !important}
.listItem.open{height:auto !important;min-height:0 !important;align-items:start !important}
.listItem.open .listMain{align-self:start !important}
.listItem.open .listDesc{margin-top:5px !important;margin-bottom:0 !important;line-height:1.45 !important}
.listItem.open .listMeta,.listItem.open .listEnterBtn{margin-top:0 !important}
@media (min-width:641px){.listItem.open{min-height:0 !important;grid-template-rows:auto auto !important;row-gap:7px !important;padding-top:10px !important;padding-bottom:10px !important}
.listItem.open .listAccent{min-height:0 !important;height:100% !important}
.listItem.open .listMeta,.listItem.open .listEnterBtn{align-self:end !important}
}
@media (max-width:640px){.listItem.open{min-height:0 !important;grid-template-rows:auto auto !important;row-gap:8px !important;padding-top:10px !important;padding-bottom:10px !important}
.listItem.open .listAccent{min-height:0 !important;height:100% !important}
.listItem.open .listMeta,.listItem.open .listEnterBtn{align-self:end !important}
}
html.rooom-ipad-portrait .listItem.open{height:auto !important;min-height:0 !important;grid-template-rows:auto auto !important;row-gap:8px !important;padding-top:10px !important;padding-bottom:10px !important}
html.rooom-ipad-portrait .listItem.open .listAccent{min-height:0 !important;height:100% !important}
html.rooom-ipad-portrait .listItem.open .listMeta,html.rooom-ipad-portrait .listItem.open .listEnterBtn{align-self:end !important}
.listItem.open:not(.longText){align-items:center !important}
@media (min-width:641px){.listItem.open:not(.longText){display:grid !important;grid-template-columns:8px minmax(0,1fr) auto auto !important;grid-template-areas:"accent main meta button" !important;grid-template-rows:auto !important;gap:8px 10px !important;min-height:0 !important;padding-top:10px !important;padding-bottom:10px !important;align-items:center !important}
.listItem.open:not(.longText) .listAccent{grid-area:accent !important;height:100% !important;min-height:42px !important;align-self:stretch !important}
.listItem.open:not(.longText) .listMain{grid-area:main !important;align-self:center !important;min-width:0 !important}
.listItem.open:not(.longText) .listMeta{grid-area:meta !important;justify-self:end !important;align-self:center !important;display:inline-flex !important;align-items:center !important;justify-content:flex-end !important;gap:6px !important;white-space:nowrap !important;margin-top:0 !important}
.listItem.open:not(.longText) .listEnterBtn{grid-area:button !important;justify-self:end !important;align-self:center !important;margin-top:0 !important}
}
@media (max-width:640px){.listItem.open:not(.longText){display:grid !important;grid-template-columns:6px minmax(0,1fr) auto auto !important;grid-template-areas:"accent main meta button" !important;grid-template-rows:auto !important;gap:8px 8px !important;min-height:0 !important;padding-top:10px !important;padding-bottom:10px !important;align-items:center !important}
.listItem.open:not(.longText) .listAccent{grid-area:accent !important;height:100% !important;min-height:44px !important;align-self:stretch !important}
.listItem.open:not(.longText) .listMain{grid-area:main !important;align-self:center !important;min-width:0 !important}
.listItem.open:not(.longText) .listMeta{grid-area:meta !important;justify-self:end !important;align-self:center !important;display:flex !important;flex-direction:column !important;align-items:flex-end !important;justify-content:center !important;gap:2px !important;min-width:70px !important;white-space:nowrap !important;margin-top:0 !important}
.listItem.open:not(.longText) .listEnterBtn{grid-area:button !important;justify-self:end !important;align-self:center !important;margin-top:0 !important}
}
html.rooom-ipad-portrait .listItem.open:not(.longText){display:grid !important;grid-template-columns:6px minmax(0,1fr) auto auto !important;grid-template-areas:"accent main meta button" !important;grid-template-rows:auto !important;gap:8px 10px !important;min-height:0 !important;padding-top:10px !important;padding-bottom:10px !important;align-items:center !important}
html.rooom-ipad-portrait .listItem.open:not(.longText) .listAccent{grid-area:accent !important;height:100% !important;min-height:44px !important;align-self:stretch !important}
html.rooom-ipad-portrait .listItem.open:not(.longText) .listMain{grid-area:main !important;align-self:center !important;min-width:0 !important}
html.rooom-ipad-portrait .listItem.open:not(.longText) .listMeta{grid-area:meta !important;justify-self:end !important;align-self:center !important;display:flex !important;flex-direction:column !important;align-items:flex-end !important;justify-content:center !important;gap:2px !important;min-width:82px !important;white-space:nowrap !important;margin-top:0 !important}
html.rooom-ipad-portrait .listItem.open:not(.longText) .listEnterBtn{grid-area:button !important;justify-self:end !important;align-self:center !important;margin-top:0 !important}
.listItem{min-height:0 !important}
.listMain{min-width:0 !important}
.listTitleRow{min-width:0 !important}
.listName{white-space:normal !important;overflow:hidden !important;text-overflow:clip !important;display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:2 !important;line-height:1.22 !important}
.listDesc{display:-webkit-box !important;visibility:visible !important;opacity:1 !important;height:auto !important;max-height:none !important;margin:4px 0 0 !important;white-space:normal !important;overflow:hidden !important;text-overflow:clip !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:2 !important;line-height:1.35 !important}
.listItem.open .listName,.listItem.open .listDesc{display:block !important;-webkit-line-clamp:unset !important;overflow:visible !important;text-overflow:clip !important;white-space:normal !important}
.listItem.open .listDesc{margin-top:6px !important}
.listMeta{display:flex !important;flex-direction:column !important;align-items:flex-end !important;justify-content:center !important;gap:2px !important;min-width:64px !important;white-space:nowrap !important;font-variant-numeric:tabular-nums !important;line-height:1.1 !important}
.listMetaTop,.listMetaBottom{display:inline-flex !important;align-items:center !important;justify-content:flex-end !important;height:auto !important;min-height:0 !important;line-height:1.1 !important}
.listEnterBtn.entryIconBtn{width:42px !important;min-width:42px !important;height:34px !important;min-height:34px !important;padding:0 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;border-radius:999px !important;font-size:0 !important;line-height:1 !important}
.entryDoorIcon{position:relative !important;display:inline-block !important;width:22px !important;height:22px !important}
.entryDoorIcon::before{content:"" !important;position:absolute !important;right:2px !important;top:2px !important;width:9px !important;height:18px !important;background:#111 !important;clip-path:polygon(0 0,100% 3px,100% 19px,0 100%) !important}
.entryDoorIcon::after{content:"" !important;position:absolute !important;left:1px !important;top:8px !important;width:17px !important;height:7px !important;background:#111 !important;clip-path:polygon(0 50%,7px 0,7px 3px,100% 3px,100% 4px,7px 4px,7px 7px) !important}
@media (min-width:641px){.listItem{grid-template-columns:8px minmax(0,1fr) auto auto !important;gap:10px !important;align-items:center !important;padding-top:10px !important;padding-bottom:10px !important}
.listDesc{font-size:12px !important}
.listMeta{font-size:12px !important}
.listEnterBtn.entryIconBtn{width:40px !important;min-width:40px !important;height:32px !important;min-height:32px !important}
.listItem.open,.listItem.open.longText,.listItem.open:not(.longText){display:grid !important;grid-template-columns:8px minmax(0,1fr) auto auto !important;grid-template-areas:"accent main meta button" !important;grid-template-rows:auto !important;gap:10px !important;align-items:center !important;padding-top:10px !important;padding-bottom:10px !important;min-height:0 !important}
.listItem.open .listAccent{grid-area:accent !important;align-self:stretch !important;height:auto !important;min-height:42px !important}
.listItem.open .listMain{grid-area:main !important}
.listItem.open .listMeta{grid-area:meta !important;align-self:center !important;justify-self:end !important}
.listItem.open .listEnterBtn{grid-area:button !important;align-self:center !important;justify-self:end !important}
}
@media (max-width:640px){.listItem{grid-template-columns:6px minmax(0,1fr) auto auto !important;gap:8px !important;align-items:center !important;padding-top:9px !important;padding-bottom:9px !important}
.listName{font-size:15px !important}
.listDesc{font-size:11px !important}
.listMeta{min-width:58px !important;font-size:11px !important}
.listEnterBtn.entryIconBtn{width:40px !important;min-width:40px !important;height:32px !important;min-height:32px !important}
.entryDoorIcon{transform:scale(.92) !important}
.listItem.open,.listItem.open.longText,.listItem.open:not(.longText){display:grid !important;grid-template-columns:6px minmax(0,1fr) auto auto !important;grid-template-areas:"accent main meta button" !important;grid-template-rows:auto !important;gap:8px !important;align-items:center !important;padding-top:10px !important;padding-bottom:10px !important;min-height:0 !important}
.listItem.open .listAccent{grid-area:accent !important;align-self:stretch !important;height:auto !important;min-height:48px !important}
.listItem.open .listMain{grid-area:main !important}
.listItem.open .listMeta{grid-area:meta !important;align-self:center !important;justify-self:end !important}
.listItem.open .listEnterBtn{grid-area:button !important;align-self:center !important;justify-self:end !important}
}
html.rooom-ipad-portrait .listItem,html.rooom-ipad-portrait .listItem.open,html.rooom-ipad-portrait .listItem.open.longText,html.rooom-ipad-portrait .listItem.open:not(.longText){display:grid !important;grid-template-columns:6px minmax(0,1fr) auto auto !important;grid-template-areas:"accent main meta button" !important;grid-template-rows:auto !important;gap:10px !important;align-items:center !important;padding-top:10px !important;padding-bottom:10px !important;min-height:0 !important}
html.rooom-ipad-portrait .listItem .listAccent,html.rooom-ipad-portrait .listItem.open .listAccent{grid-area:accent !important;align-self:stretch !important;height:auto !important;min-height:48px !important}
html.rooom-ipad-portrait .listItem .listMain{grid-area:main !important}
html.rooom-ipad-portrait .listItem .listMeta{grid-area:meta !important;align-self:center !important;justify-self:end !important;min-width:70px !important}
html.rooom-ipad-portrait .listItem .listEnterBtn{grid-area:button !important;align-self:center !important;justify-self:end !important}
html.rooom-ipad-portrait .listName{font-size:17px !important}
html.rooom-ipad-portrait .listDesc{font-size:12px !important}
html.rooom-ipad-portrait .listEnterBtn.entryIconBtn{width:44px !important;min-width:44px !important;height:34px !important;min-height:34px !important}
.listMeta .peopleIcon,.listMeta .peopleIcon::before,.listMeta .peopleIcon::after{display:none !important;content:none !important}
.listItem{grid-template-columns:8px minmax(0,1fr) 76px 44px !important;grid-template-areas:"accent main meta button" !important;align-items:center !important}
.listMeta{grid-area:meta !important;width:76px !important;min-width:76px !important;max-width:76px !important;display:flex !important;flex-direction:column !important;align-items:flex-end !important;justify-content:center !important;gap:3px !important;padding:0 !important;margin:0 !important;text-align:right !important;white-space:nowrap !important;overflow:visible !important;font-size:12px !important;line-height:1.05 !important;font-variant-numeric:tabular-nums !important;align-self:center !important;justify-self:end !important}
.listMetaTop,.listMetaBottom{display:block !important;width:100% !important;min-width:0 !important;height:auto !important;min-height:0 !important;padding:0 !important;margin:0 !important;white-space:nowrap !important;overflow:visible !important;text-align:right !important;line-height:1.05 !important}
.listEnterBtn.entryIconBtn{grid-area:button !important;width:38px !important;min-width:38px !important;height:32px !important;min-height:32px !important;padding:0 !important;margin:0 !important;align-self:center !important;justify-self:end !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;border-radius:999px !important;font-size:0 !important}
.entryDoorIcon{width:20px !important;height:20px !important}
@media (min-width:641px){.listItem,.listItem.open,.listItem.open.longText,.listItem.open:not(.longText){grid-template-columns:8px minmax(0,1fr) 76px 44px !important;grid-template-areas:"accent main meta button" !important;grid-template-rows:auto !important;align-items:center !important;gap:10px !important}
}
@media (max-width:640px){.listItem,.listItem.open,.listItem.open.longText,.listItem.open:not(.longText){grid-template-columns:6px minmax(0,1fr) 76px 44px !important;grid-template-areas:"accent main meta button" !important;grid-template-rows:auto !important;align-items:center !important;gap:8px !important}
.listEnterBtn.entryIconBtn{width:40px !important;min-width:40px !important;height:34px !important;min-height:34px !important}
}
html.rooom-ipad-portrait .listItem,html.rooom-ipad-portrait .listItem.open,html.rooom-ipad-portrait .listItem.open.longText,html.rooom-ipad-portrait .listItem.open:not(.longText){grid-template-columns:6px minmax(0,1fr) 76px 44px !important;grid-template-areas:"accent main meta button" !important;grid-template-rows:auto !important;align-items:center !important;gap:8px !important}
html.rooom-ipad-portrait .listEnterBtn.entryIconBtn{width:40px !important;min-width:40px !important;height:34px !important;min-height:34px !important}
.listItem .listMeta,.listItem.open .listMeta,.listItem.open.longText .listMeta,.listItem.open:not(.longText) .listMeta{display:flex !important;flex-direction:column !important;flex-wrap:nowrap !important;align-items:flex-end !important;justify-content:center !important;gap:3px !important;width:76px !important;min-width:76px !important;max-width:76px !important;white-space:nowrap !important}
.listItem .listMetaTop,.listItem .listMetaBottom,.listItem.open .listMetaTop,.listItem.open .listMetaBottom,.listItem.open.longText .listMetaTop,.listItem.open.longText .listMetaBottom,.listItem.open:not(.longText) .listMetaTop,.listItem.open:not(.longText) .listMetaBottom{display:block !important;width:100% !important;white-space:nowrap !important;text-align:right !important;line-height:1.05 !important}
.listItem.open .listMetaTop,.listItem.open.longText .listMetaTop,.listItem.open:not(.longText) .listMetaTop{margin-bottom:2px !important}
.listItem.open .listMetaBottom,.listItem.open.longText .listMetaBottom,.listItem.open:not(.longText) .listMetaBottom{margin-top:0 !important}
.listItem.open .listEnterBtn.entryIconBtn,.listItem.open.longText .listEnterBtn.entryIconBtn,.listItem.open:not(.longText) .listEnterBtn.entryIconBtn{align-self:center !important;justify-self:end !important}
@media (min-width:641px){.listItem.open,.listItem.open.longText,.listItem.open:not(.longText){grid-template-columns:8px minmax(0,1fr) 76px 44px !important;grid-template-areas:"accent main meta button" !important;grid-template-rows:auto !important;align-items:center !important;min-height:0 !important;padding-top:10px !important;padding-bottom:10px !important;row-gap:0 !important}
.listItem.open .listMain{align-self:center !important}
.listItem.open .listName{margin:0 !important;line-height:1.22 !important}
.listItem.open .listDesc{margin:4px 0 0 !important;line-height:1.35 !important}
.listItem.open .listMeta{align-self:center !important;justify-self:end !important}
.listItem.open .listEnterBtn.entryIconBtn{align-self:center !important;justify-self:end !important}
}
@media (max-width:640px){.listItem.open,.listItem.open.longText,.listItem.open:not(.longText){grid-template-columns:6px minmax(0,1fr) 76px 44px !important;grid-template-areas:"accent main main main"
"accent main main main"
". meta meta button" !important;grid-template-rows:auto auto auto !important;align-items:start !important;row-gap:8px !important;min-height:0 !important;padding-top:12px !important;padding-bottom:12px !important}
.listItem.open .listAccent{grid-area:accent !important;align-self:stretch !important;height:auto !important;min-height:42px !important}
.listItem.open .listMain{grid-area:main !important;width:100% !important;min-width:0 !important;align-self:start !important}
.listItem.open .listName,.listItem.open.longText .listName,.listItem.open:not(.longText) .listName{display:block !important;-webkit-line-clamp:unset !important;white-space:normal !important;overflow:visible !important;text-overflow:clip !important;margin:0 !important;line-height:1.28 !important}
.listItem.open .listDesc,.listItem.open.longText .listDesc,.listItem.open:not(.longText) .listDesc{display:block !important;-webkit-line-clamp:unset !important;white-space:normal !important;overflow:visible !important;text-overflow:clip !important;margin:8px 0 0 !important;line-height:1.45 !important}
.listItem.open .listMeta,.listItem.open.longText .listMeta,.listItem.open:not(.longText) .listMeta{grid-area:meta !important;align-self:center !important;justify-self:end !important;width:76px !important;min-width:76px !important;max-width:76px !important;display:flex !important;flex-direction:column !important;align-items:flex-end !important;justify-content:center !important;gap:3px !important}
.listItem.open .listEnterBtn.entryIconBtn,.listItem.open.longText .listEnterBtn.entryIconBtn,.listItem.open:not(.longText) .listEnterBtn.entryIconBtn{grid-area:button !important;align-self:center !important;justify-self:end !important}
}
html.rooom-ipad-portrait .listItem.open,html.rooom-ipad-portrait .listItem.open.longText,html.rooom-ipad-portrait .listItem.open:not(.longText){grid-template-columns:6px minmax(0,1fr) 76px 44px !important;grid-template-areas:"accent main main main"
"accent main main main"
". meta meta button" !important;grid-template-rows:auto auto auto !important;align-items:start !important;row-gap:8px !important;min-height:0 !important;padding-top:12px !important;padding-bottom:12px !important}
html.rooom-ipad-portrait .listItem.open .listAccent{grid-area:accent !important;align-self:stretch !important;height:auto !important;min-height:42px !important}
html.rooom-ipad-portrait .listItem.open .listMain{grid-area:main !important;width:100% !important;min-width:0 !important;align-self:start !important}
html.rooom-ipad-portrait .listItem.open .listName,html.rooom-ipad-portrait .listItem.open .listDesc{display:block !important;-webkit-line-clamp:unset !important;white-space:normal !important;overflow:visible !important;text-overflow:clip !important}
html.rooom-ipad-portrait .listItem.open .listDesc{margin:8px 0 0 !important;line-height:1.45 !important}
html.rooom-ipad-portrait .listItem.open .listMeta{grid-area:meta !important;align-self:center !important;justify-self:end !important;width:76px !important;min-width:76px !important;max-width:76px !important}
html.rooom-ipad-portrait .listItem.open .listEnterBtn.entryIconBtn{grid-area:button !important;align-self:center !important;justify-self:end !important}
#newRoomTitleNote,#newRoomSubtitleNote{font-size:12px;color:#777;line-height:1.55}
.listMain{gap:0 !important}
.listTitleRow{gap:5px !important;line-height:1 !important}
.listName{margin:0 !important;line-height:1.08 !important}
.listDesc{margin:2px 0 0 !important;line-height:1.18 !important}
.listItem:not(.open) .listMain{display:flex !important;flex-direction:column !important;justify-content:center !important;gap:0 !important}
.listItem:not(.open) .listName{line-height:1.08 !important}
.listItem:not(.open) .listDesc{margin-top:2px !important;line-height:1.16 !important}
.listItem.open .listName{line-height:1.14 !important}
.listItem.open .listDesc{margin-top:4px !important;line-height:1.26 !important}
@media (min-width:641px){.listItem,.listItem.open,.listItem.open.longText,.listItem.open:not(.longText){grid-template-columns:8px minmax(0,1fr) 76px 44px !important;grid-template-areas:"accent main meta button" !important;grid-template-rows:auto !important;align-items:center !important;min-height:58px !important;padding:8px 10px !important;gap:10px !important;row-gap:0 !important}
.listItem .listAccent,.listItem.open .listAccent{grid-area:accent !important;align-self:center !important;height:42px !important;min-height:42px !important}
.listItem .listMain,.listItem.open .listMain{grid-area:main !important;align-self:center !important;justify-self:stretch !important;min-width:0 !important}
.listItem .listMeta,.listItem.open .listMeta,.listItem.open.longText .listMeta,.listItem.open:not(.longText) .listMeta{grid-area:meta !important;align-self:center !important;justify-self:end !important;width:76px !important;min-width:76px !important;max-width:76px !important;transform:none !important}
.listItem .listEnterBtn.entryIconBtn,.listItem.open .listEnterBtn.entryIconBtn,.listItem.open.longText .listEnterBtn.entryIconBtn,.listItem.open:not(.longText) .listEnterBtn.entryIconBtn{grid-area:button !important;align-self:center !important;justify-self:end !important;transform:none !important}
.listItem:not(.open) .listDesc{-webkit-line-clamp:2 !important}
.listItem.open .listDesc{margin-top:4px !important}
}
@media (max-width:640px){.listItem:not(.open) .listName{line-height:1.08 !important}
.listItem:not(.open) .listDesc{margin-top:2px !important;line-height:1.16 !important}
}
html.rooom-ipad-portrait .listItem:not(.open) .listName{line-height:1.08 !important}
html.rooom-ipad-portrait .listItem:not(.open) .listDesc{margin-top:2px !important;line-height:1.16 !important}
.listToggle,.listItem.open .listToggle{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:16px !important;height:16px !important;min-width:16px !important;min-height:16px !important;padding:0 !important;margin:0 0 0 4px !important;border:0 !important;outline:0 !important;background:transparent !important;box-shadow:none !important;color:inherit !important;line-height:1 !important;font-size:10px !important;opacity:.82 !important;vertical-align:middle !important;transform:none !important}
.listItem.open .listToggle{transform:none !important}
.listItem.open .listToggle::before,.listItem.open .listToggle::after{box-shadow:none !important;border:0 !important}
.listTitleRow,.listItem.open .listTitleRow,.listItem.open.longText .listTitleRow,.listItem.open:not(.longText) .listTitleRow{display:flex !important;align-items:center !important;gap:0 !important;min-width:0 !important;line-height:1.08 !important}
.listName,.listItem.open .listName,.listItem.open.longText .listName,.listItem.open:not(.longText) .listName{margin:0 !important;line-height:1.08 !important}
.listDesc,.listItem.open .listDesc,.listItem.open.longText .listDesc,.listItem.open:not(.longText) .listDesc{margin:2px 0 0 !important;line-height:1.16 !important}
.listItem,.listItem.open,.listItem.open.longText,.listItem.open:not(.longText){grid-template-columns:var(--rooom-list-accent,8px) minmax(0,1fr) 76px 44px !important;grid-template-areas:"accent main meta button" !important;grid-template-rows:auto !important;align-items:center !important;row-gap:0 !important}
.listItem .listAccent,.listItem.open .listAccent,.listItem.open.longText .listAccent,.listItem.open:not(.longText) .listAccent{grid-area:accent !important;align-self:center !important;height:42px !important;min-height:42px !important}
.listItem .listMain,.listItem.open .listMain,.listItem.open.longText .listMain,.listItem.open:not(.longText) .listMain{grid-area:main !important;align-self:center !important;justify-self:stretch !important;min-width:0 !important;display:flex !important;flex-direction:column !important;justify-content:center !important;gap:0 !important}
.listItem .listMeta,.listItem.open .listMeta,.listItem.open.longText .listMeta,.listItem.open:not(.longText) .listMeta{grid-area:meta !important;align-self:center !important;justify-self:end !important;width:76px !important;min-width:76px !important;max-width:76px !important;transform:none !important}
.listItem .listEnterBtn.entryIconBtn,.listItem.open .listEnterBtn.entryIconBtn,.listItem.open.longText .listEnterBtn.entryIconBtn,.listItem.open:not(.longText) .listEnterBtn.entryIconBtn{grid-area:button !important;align-self:center !important;justify-self:end !important;transform:none !important}
.listItem:not(.open) .listName{display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:2 !important;overflow:hidden !important;white-space:normal !important}
.listItem:not(.open) .listDesc{display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:2 !important;overflow:hidden !important;white-space:normal !important}
.listItem.open .listName,.listItem.open .listDesc{display:block !important;-webkit-line-clamp:unset !important;overflow:visible !important;white-space:normal !important}
@media (min-width:641px){.listItem,.listItem.open,.listItem.open.longText,.listItem.open:not(.longText){--rooom-list-accent:8px;min-height:58px !important;padding:8px 10px !important;gap:10px !important}
}
@media (max-width:640px){.listItem,.listItem.open,.listItem.open:not(.longText){--rooom-list-accent:6px;grid-template-columns:6px minmax(0,1fr) 76px 44px !important;grid-template-areas:"accent main meta button" !important;grid-template-rows:auto !important;align-items:center !important;gap:8px !important;row-gap:0 !important}
.listItem.open.longText{grid-template-columns:6px minmax(0,1fr) 76px 44px !important;grid-template-areas:"accent main main main"
". meta meta button" !important;grid-template-rows:auto auto !important;align-items:start !important;row-gap:8px !important}
.listItem.open.longText .listMain{grid-area:main !important;align-self:start !important}
.listItem.open.longText .listMeta{grid-area:meta !important;align-self:center !important;justify-self:end !important}
.listItem.open.longText .listEnterBtn.entryIconBtn{grid-area:button !important;align-self:center !important;justify-self:end !important}
}
html.rooom-ipad-portrait .listItem,html.rooom-ipad-portrait .listItem.open,html.rooom-ipad-portrait .listItem.open:not(.longText){--rooom-list-accent:6px;grid-template-columns:6px minmax(0,1fr) 76px 44px !important;grid-template-areas:"accent main meta button" !important;grid-template-rows:auto !important;align-items:center !important;gap:8px !important;row-gap:0 !important}
html.rooom-ipad-portrait .listItem.open.longText{grid-template-columns:6px minmax(0,1fr) 76px 44px !important;grid-template-areas:"accent main main main"
". meta meta button" !important;grid-template-rows:auto auto !important;align-items:start !important;row-gap:8px !important}
html.rooom-ipad-portrait .listItem.open.longText .listMain{grid-area:main !important;align-self:start !important}
html.rooom-ipad-portrait .listItem.open.longText .listMeta{grid-area:meta !important;align-self:center !important;justify-self:end !important}
html.rooom-ipad-portrait .listItem.open.longText .listEnterBtn.entryIconBtn{grid-area:button !important;align-self:center !important;justify-self:end !important}
.listToggle{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:16px !important;height:16px !important;min-width:16px !important;min-height:16px !important;margin:0 0 0 4px !important;padding:0 !important;border:0 !important;background:transparent !important;box-shadow:none !important;color:inherit !important;font-size:10px !important;line-height:1 !important;opacity:.82 !important;transform:none !important}
.listItem.open .listToggle{transform:rotate(180deg) !important}
.listItem:not(.open) .listName,.listItem.open:not(.longText) .listName{display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:1 !important;overflow:hidden !important;white-space:normal !important;text-overflow:clip !important;margin:0 !important;line-height:1.08 !important}
.listItem:not(.open) .listDesc,.listItem.open:not(.longText) .listDesc{display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:1 !important;overflow:hidden !important;white-space:normal !important;text-overflow:clip !important;margin:2px 0 0 !important;line-height:1.16 !important}
.listItem.open:not(.longText){grid-template-columns:var(--rooom-list-accent,8px) minmax(0,1fr) 76px 44px !important;grid-template-areas:"accent main meta button" !important;grid-template-rows:auto !important;align-items:center !important;row-gap:0 !important}
.listItem.open:not(.longText) .listMain{grid-area:main !important;align-self:center !important;justify-self:stretch !important;display:flex !important;flex-direction:column !important;justify-content:center !important;gap:0 !important;min-width:0 !important}
.listItem.open:not(.longText) .listMeta{grid-area:meta !important;align-self:center !important;justify-self:end !important}
.listItem.open:not(.longText) .listEnterBtn.entryIconBtn{grid-area:button !important;align-self:center !important;justify-self:end !important}
.listItem.open.longText .listName,.listItem.open.longText .listDesc{display:block !important;-webkit-line-clamp:unset !important;overflow:visible !important;white-space:normal !important;text-overflow:clip !important}
.listItem.open.longText .listName{margin:0 !important;line-height:1.14 !important}
.listItem.open.longText .listDesc{margin:5px 0 0 !important;line-height:1.28 !important}
@media (min-width:641px){.listItem,.listItem.open:not(.longText){--rooom-list-accent:8px;min-height:58px !important;height:auto !important;padding:8px 10px !important;gap:10px !important}
.listItem.open.longText{--rooom-list-accent:8px;grid-template-columns:8px minmax(0,1fr) 76px 44px !important;grid-template-areas:"accent main meta button" !important;grid-template-rows:auto !important;align-items:center !important;min-height:58px !important;padding:8px 10px !important;gap:10px !important}
.listItem.open.longText .listMain{align-self:center !important}
.listItem .listAccent,.listItem.open .listAccent{align-self:center !important;height:42px !important;min-height:42px !important}
}
@media (max-width:640px){.listItem,.listItem.open:not(.longText){--rooom-list-accent:6px;grid-template-columns:6px minmax(0,1fr) 76px 44px !important;grid-template-areas:"accent main meta button" !important;grid-template-rows:auto !important;align-items:center !important;gap:8px !important;row-gap:0 !important;min-height:58px !important;padding:8px 10px !important}
.listItem.open.longText{grid-template-columns:6px minmax(0,1fr) 76px 44px !important;grid-template-areas:"accent main main main"
". meta meta button" !important;grid-template-rows:auto auto !important;align-items:start !important;row-gap:8px !important;min-height:0 !important;padding:11px 10px !important}
.listItem.open.longText .listAccent{grid-area:accent !important;align-self:stretch !important;height:auto !important;min-height:42px !important}
.listItem.open.longText .listMain{grid-area:main !important;align-self:start !important}
.listItem.open.longText .listMeta{grid-area:meta !important;align-self:center !important;justify-self:end !important}
.listItem.open.longText .listEnterBtn.entryIconBtn{grid-area:button !important;align-self:center !important;justify-self:end !important}
}
html.rooom-ipad-portrait .listItem,html.rooom-ipad-portrait .listItem.open:not(.longText){--rooom-list-accent:6px;grid-template-columns:6px minmax(0,1fr) 76px 44px !important;grid-template-areas:"accent main meta button" !important;grid-template-rows:auto !important;align-items:center !important;gap:8px !important;row-gap:0 !important;min-height:58px !important;padding:8px 10px !important}
html.rooom-ipad-portrait .listItem.open.longText{grid-template-columns:6px minmax(0,1fr) 76px 44px !important;grid-template-areas:"accent main main main"
". meta meta button" !important;grid-template-rows:auto auto !important;align-items:start !important;row-gap:8px !important;min-height:0 !important;padding:11px 10px !important}
html.rooom-ipad-portrait .listItem.open.longText .listAccent{grid-area:accent !important;align-self:stretch !important;height:auto !important;min-height:42px !important}
.listItem .listMeta,.listItem.open:not(.longText) .listMeta{height:30px !important;min-height:30px !important;max-height:30px !important;display:grid !important;grid-template-rows:15px 15px !important;align-items:center !important;justify-items:end !important;align-content:center !important;justify-content:end !important;gap:0 !important;line-height:1 !important;transform:none !important}
.listItem .listMetaTop,.listItem .listMetaBottom,.listItem.open:not(.longText) .listMetaTop,.listItem.open:not(.longText) .listMetaBottom{display:block !important;width:76px !important;height:15px !important;min-height:15px !important;max-height:15px !important;line-height:15px !important;margin:0 !important;padding:0 !important;text-align:right !important;white-space:nowrap !important;transform:none !important}
.listItem:not(.longText),.listItem.open:not(.longText){align-items:center !important}
.listItem:not(.longText) .listMeta,.listItem.open:not(.longText) .listMeta,.listItem:not(.longText) .listEnterBtn.entryIconBtn,.listItem.open:not(.longText) .listEnterBtn.entryIconBtn{align-self:center !important;justify-self:end !important}
.listItem:not(.longText) .listMain,.listItem.open:not(.longText) .listMain{align-self:center !important;justify-content:center !important;transform:none !important}
.listItem.open.longText .listMeta{height:auto !important;min-height:30px !important;max-height:none !important;display:flex !important;flex-direction:column !important;gap:3px !important}
.modalOverlay.show{display:flex !important;align-items:flex-start !important;justify-content:center !important;overflow-y:auto !important;overflow-x:hidden !important;-webkit-overflow-scrolling:touch !important;overscroll-behavior:contain !important;padding-top:24px !important;padding-bottom:calc(24px + env(safe-area-inset-bottom,0px)) !important}
#createRoomModal.show{overflow-y:auto !important;overflow-x:hidden !important;-webkit-overflow-scrolling:touch !important}
#createRoomModal .modal{max-height:calc(var(--rooom-vh,100vh) - 48px - env(safe-area-inset-bottom,0px)) !important;overflow-y:auto !important;overflow-x:hidden !important;-webkit-overflow-scrolling:touch !important;overscroll-behavior:contain !important}
#createRoomForm{padding-bottom:calc(10px + env(safe-area-inset-bottom,0px)) !important}
@media (max-width:640px){.modalOverlay.show{padding-top:18px !important;padding-bottom:calc(120px + env(safe-area-inset-bottom,0px)) !important;touch-action:pan-y !important}
#createRoomModal .modal{width:min(520px,calc(100vw - 24px)) !important;max-height:calc(var(--rooom-vh,100vh) - 36px - env(safe-area-inset-bottom,0px)) !important}
#createRoomForm{padding-bottom:calc(80px + env(safe-area-inset-bottom,0px)) !important}
}
html.rooom-ipad-portrait .modalOverlay.show{padding-top:20px !important;padding-bottom:calc(90px + env(safe-area-inset-bottom,0px)) !important;touch-action:pan-y !important}
html.rooom-ipad-portrait #createRoomModal .modal{max-height:calc(var(--rooom-vh,100vh) - 40px - env(safe-area-inset-bottom,0px)) !important}
html.rooom-ipad-portrait #createRoomForm{padding-bottom:calc(70px + env(safe-area-inset-bottom,0px)) !important}
#userRoomList .listItem,#userRoomList .listItem.open:not(.longText),#roomList .listItem,#roomList .listItem.open:not(.longText){min-height:58px !important}
#userRoomList .listMain,#userRoomList .listItem.open:not(.longText) .listMain,#roomList .listMain,#roomList .listItem.open:not(.longText) .listMain{display:flex !important;flex-direction:column !important;justify-content:center !important;gap:0 !important;align-self:center !important}
#userRoomList .listTitleRow,#userRoomList .listItem.open:not(.longText) .listTitleRow,#roomList .listTitleRow,#roomList .listItem.open:not(.longText) .listTitleRow{display:flex !important;align-items:center !important;line-height:1.08 !important;gap:0 !important}
#userRoomList .listName,#userRoomList .listItem.open:not(.longText) .listName,#roomList .listName,#roomList .listItem.open:not(.longText) .listName{margin:0 !important;line-height:1.08 !important}
#userRoomList .listDesc,#userRoomList .listItem.open:not(.longText) .listDesc,#roomList .listDesc,#roomList .listItem.open:not(.longText) .listDesc{margin:2px 0 0 !important;line-height:1.16 !important}
#userRoomList .listItem.open.longText .listName,#roomList .listItem.open.longText .listName{line-height:1.14 !important}
#userRoomList .listItem.open.longText .listDesc,#roomList .listItem.open.longText .listDesc{margin-top:5px !important;line-height:1.28 !important}
#userRoomList .listMeta,#userRoomList .listItem.open:not(.longText) .listMeta,#roomList .listMeta,#roomList .listItem.open:not(.longText) .listMeta{height:30px !important;min-height:30px !important;max-height:30px !important;display:grid !important;grid-template-rows:15px 15px !important;align-items:center !important;justify-items:end !important;align-content:center !important;justify-content:end !important;gap:0 !important;line-height:1 !important;transform:none !important}
#userRoomList .listMetaTop,#userRoomList .listMetaBottom,#roomList .listMetaTop,#roomList .listMetaBottom{height:15px !important;min-height:15px !important;max-height:15px !important;line-height:15px !important;margin:0 !important;padding:0 !important}
#userRoomList .listItem.open:not(.longText),#roomList .listItem.open:not(.longText){padding-top:8px !important;padding-bottom:8px !important;row-gap:0 !important;align-items:center !important}
#roomList .listItem:not(.longText) .listMain,#roomList .listItem.open:not(.longText) .listMain,#userRoomList .listItem:not(.longText) .listMain,#userRoomList .listItem.open:not(.longText) .listMain{height:34px !important;min-height:34px !important;max-height:34px !important;display:grid !important;grid-template-rows:17px 15px !important;align-content:center !important;justify-content:stretch !important;gap:2px !important;align-self:center !important;transform:none !important}
#roomList .listItem:not(.longText) .listTitleRow,#roomList .listItem.open:not(.longText) .listTitleRow,#userRoomList .listItem:not(.longText) .listTitleRow,#userRoomList .listItem.open:not(.longText) .listTitleRow{height:17px !important;min-height:17px !important;max-height:17px !important;display:flex !important;align-items:center !important;gap:0 !important;line-height:17px !important;margin:0 !important;padding:0 !important;transform:none !important}
#roomList .listItem:not(.longText) .listName,#roomList .listItem.open:not(.longText) .listName,#userRoomList .listItem:not(.longText) .listName,#userRoomList .listItem.open:not(.longText) .listName{height:17px !important;min-height:17px !important;max-height:17px !important;line-height:17px !important;margin:0 !important;padding:0 !important;display:block !important;overflow:hidden !important;white-space:nowrap !important;text-overflow:ellipsis !important;transform:none !important}
#roomList .listItem:not(.longText) .listToggle,#roomList .listItem.open:not(.longText) .listToggle,#userRoomList .listItem:not(.longText) .listToggle,#userRoomList .listItem.open:not(.longText) .listToggle{width:16px !important;height:16px !important;min-width:16px !important;min-height:16px !important;max-width:16px !important;max-height:16px !important;margin:0 0 0 4px !important;padding:0 !important;line-height:16px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;vertical-align:top !important;border:0 !important;background:transparent !important;box-shadow:none !important}
#roomList .listItem:not(.longText) .listDesc,#roomList .listItem.open:not(.longText) .listDesc,#userRoomList .listItem:not(.longText) .listDesc,#userRoomList .listItem.open:not(.longText) .listDesc{height:15px !important;min-height:15px !important;max-height:15px !important;line-height:15px !important;margin:0 !important;padding:0 !important;display:block !important;overflow:hidden !important;white-space:nowrap !important;text-overflow:ellipsis !important;transform:none !important}
#roomList .listItem:not(.longText),#roomList .listItem.open:not(.longText),#userRoomList .listItem:not(.longText),#userRoomList .listItem.open:not(.longText){min-height:58px !important;height:58px !important;max-height:58px !important;align-items:center !important;padding-top:8px !important;padding-bottom:8px !important;row-gap:0 !important}
#roomList .listItem.open.longText,#userRoomList .listItem.open.longText{height:auto !important;max-height:none !important}
#roomList .listItem.open.longText .listMain,#userRoomList .listItem.open.longText .listMain{height:auto !important;min-height:0 !important;max-height:none !important;display:flex !important;flex-direction:column !important;justify-content:flex-start !important;gap:0 !important}
#roomList .listItem.open.longText .listTitleRow,#userRoomList .listItem.open.longText .listTitleRow,#roomList .listItem.open.longText .listName,#userRoomList .listItem.open.longText .listName,#roomList .listItem.open.longText .listDesc,#userRoomList .listItem.open.longText .listDesc{height:auto !important;min-height:0 !important;max-height:none !important;line-height:1.25 !important;white-space:normal !important;overflow:visible !important;text-overflow:clip !important}
.createRoomImagePicker{width:100%;min-height:86px;border:1px dashed rgba(0,0,0,.22);background:#f7f7f7;color:#222;border-radius:16px;display:flex;align-items:center;justify-content:center;text-align:center;padding:14px;cursor:pointer;font-size:14px;line-height:1.5;transition:background .15s ease,border-color .15s ease,transform .15s ease}
.createRoomImagePicker:hover{background:#fff;border-color:rgba(0,0,0,.34);transform:translateY(-1px)}
.createRoomImageInput{display:none}
.createRoomImagePreview{display:none;align-items:center;gap:10px;margin-top:10px;padding:9px;border-radius:16px;background:rgba(0,0,0,.045)}
.createRoomImagePreview.show{display:flex}
.createRoomImagePreview img{width:68px;height:68px;object-fit:cover;border-radius:14px;background:#ddd;flex:0 0 auto}
.createRoomImagePreviewMeta{min-width:0;flex:1}
.createRoomImagePreviewName{font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.createRoomImagePreviewSize{margin-top:3px;font-size:12px;color:#666}
.createRoomImageRemoveBtn{width:34px;height:34px;border:0;border-radius:12px;background:#141414;color:#fff;cursor:pointer;flex:0 0 auto;font-size:18px;line-height:1}
.list .listImageItem,#roomList .listImageItem,#userRoomList .listImageItem,#roomList .listItem.listImageItem:not(.longText),#userRoomList .listItem.listImageItem:not(.longText),#roomList .listItem.listImageItem.open:not(.longText),#userRoomList .listItem.listImageItem.open:not(.longText){position:relative !important;display:flex !important;flex-direction:column !important;grid-template-columns:none !important;grid-template-areas:none !important;align-items:stretch !important;justify-content:stretch !important;height:260px !important;min-height:260px !important;max-height:none !important;padding:0 !important;gap:0 !important;overflow:hidden !important;border-radius:22px !important;background:#111 !important;color:#fff !important;box-shadow:0 12px 26px rgba(0,0,0,.12) !important;border:1px solid rgba(0,0,0,.08) !important}
.listImageTap{position:absolute;inset:0;width:100%;height:100%;padding:0;margin:0;border:0;background:#111;cursor:pointer;overflow:hidden;display:block;color:#fff;text-align:left}
.listRoomImage{width:100%;height:100%;display:block;object-fit:cover;transform:scale(1.001)}
.listImageOverlay{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:22px;background:rgba(0,0,0,.68);color:#fff;opacity:0;pointer-events:none;transition:opacity .18s ease}
.listImageItem.imageOpen .listImageOverlay{opacity:1}
.listImageFullTitle{margin:0;font-size:22px;line-height:1.35;font-weight:800;word-break:break-word}
.listImageFullDesc{margin:10px 0 0;font-size:14px;line-height:1.65;color:rgba(255,255,255,.88);word-break:break-word}
.listImageBottom{position:absolute;left:0;right:0;bottom:0;z-index:3;display:grid;grid-template-columns:minmax(0,1fr) auto auto 40px;align-items:center;gap:8px;padding:42px 10px 10px;background:linear-gradient(to top,rgba(0,0,0,.82),rgba(0,0,0,.50) 58%,rgba(0,0,0,0));pointer-events:none}
.listImageTitle{min-width:0;margin:0;color:#fff !important;font-size:15px;line-height:1.25;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;align-self:center}
.listImagePeople,.listImageTime{align-self:center !important;justify-self:end !important;color:rgba(255,255,255,.94) !important;font-size:12px !important;line-height:1 !important;white-space:nowrap !important;text-align:right !important;padding:0 !important;margin:0 !important;pointer-events:none !important;font-variant-numeric:tabular-nums !important;text-shadow:0 1px 5px rgba(0,0,0,.45) !important}
.listImageBottom .listEnterBtn.entryIconBtn{align-self:center !important;justify-self:end !important;pointer-events:auto !important;background:#fff !important;color:#111 !important}
.listImageBottom .entryDoorIcon::before,.listImageBottom .entryDoorIcon::after{background:#111 !important}
@media (max-width:640px){.list .listImageItem,#roomList .listImageItem,#userRoomList .listImageItem,#roomList .listItem.listImageItem:not(.longText),#userRoomList .listItem.listImageItem:not(.longText),#roomList .listItem.listImageItem.open:not(.longText),#userRoomList .listItem.listImageItem.open:not(.longText){height:220px !important;min-height:220px !important;border-radius:20px !important}
.listImageBottom{grid-template-columns:minmax(0,1fr) auto auto 38px;gap:7px;padding:38px 9px 9px}
.listImageTitle{font-size:14px}
.listImagePeople,.listImageTime{font-size:11px !important}
.listImageFullTitle{font-size:20px}
.listImageFullDesc{font-size:13px}
}
html.rooom-ipad-portrait .listImageItem{height:250px !important;min-height:250px !important}
.card.cardImageRoom{position:relative !important;min-height:240px !important;padding:0 !important;overflow:hidden !important;background:#111 !important;color:#fff !important}
.cardImageTap{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;padding:0 !important;margin:0 !important;border:0 !important;background:#111 !important;cursor:pointer !important;display:block !important;overflow:hidden !important;color:#fff !important;text-align:left !important}
.cardRoomImage{width:100% !important;height:100% !important;display:block !important;object-fit:cover !important;transform:scale(1.001) !important}
.cardImageOverlay{position:absolute !important;inset:0 !important;z-index:2 !important;display:flex !important;flex-direction:column !important;justify-content:center !important;padding:22px !important;background:rgba(0,0,0,.70) !important;color:#fff !important;opacity:0 !important;pointer-events:none !important;transition:opacity .18s ease !important}
.cardImageRoom.imageOpen .cardImageOverlay{opacity:1 !important}
.cardImageFullTitle{margin:0 !important;font-size:24px !important;line-height:1.35 !important;font-weight:800 !important;word-break:break-word !important}
.cardImageFullDesc{margin:10px 0 0 !important;font-size:14px !important;line-height:1.65 !important;color:rgba(255,255,255,.88) !important;word-break:break-word !important}
.cardImageBottom{position:absolute !important;left:0 !important;right:0 !important;bottom:0 !important;z-index:3 !important;display:grid !important;grid-template-columns:minmax(0,1fr) auto auto 40px !important;align-items:center !important;gap:8px !important;padding:58px 12px 12px !important;background:linear-gradient(to top,rgba(0,0,0,.86),rgba(0,0,0,.52) 62%,rgba(0,0,0,0)) !important;pointer-events:none !important}
.cardImageTitle{min-width:0 !important;margin:0 !important;color:#fff !important;font-size:17px !important;line-height:1.2 !important;font-weight:800 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;align-self:center !important;text-shadow:0 1px 6px rgba(0,0,0,.48) !important}
.cardImagePeople,.cardImageTime{align-self:center !important;justify-self:end !important;color:rgba(255,255,255,.94) !important;font-size:12px !important;line-height:1 !important;white-space:nowrap !important;text-align:right !important;padding:0 !important;margin:0 !important;pointer-events:none !important;font-variant-numeric:tabular-nums !important;text-shadow:0 1px 5px rgba(0,0,0,.45) !important}
.cardImageMeta{display:none !important}
.cardImageBottom .listEnterBtn.entryIconBtn,.cardImageEnterBtn{align-self:center !important;justify-self:end !important;pointer-events:auto !important;background:#fff !important;color:#111 !important;width:38px !important;min-width:38px !important;height:32px !important;min-height:32px !important;padding:0 !important;font-size:0 !important}
.cardImageBottom .entryDoorIcon::before,.cardImageBottom .entryDoorIcon::after{background:#111 !important}
.cardImageRoom.imageOpen .cardImageBottom,.listImageItem.imageOpen .listImageBottom{opacity:.18 !important}
@media (max-width:640px){.card.cardImageRoom{min-height:250px !important}
.cardImageBottom{grid-template-columns:minmax(0,1fr) auto auto 38px !important;padding:52px 10px 10px !important;gap:7px !important}
.cardImageTitle{font-size:15px !important}
.cardImagePeople,.cardImageTime{font-size:11px !important}
.cardImageFullTitle{font-size:22px !important}
.cardImageFullDesc{font-size:13px !important}
}
.card.cardImageRoom{position:relative !important}
.cardImageBottom{position:absolute !important;left:0 !important;right:0 !important;bottom:0 !important;z-index:3 !important;height:58px !important;min-height:58px !important;display:grid !important;grid-template-columns:minmax(0,1fr) auto auto 42px !important;grid-template-areas:"title people time enter" !important;align-items:center !important;justify-items:start !important;column-gap:8px !important;padding:0 12px 10px !important;margin:0 !important;background:linear-gradient(to top,rgba(0,0,0,.88),rgba(0,0,0,.58) 58%,rgba(0,0,0,0)) !important;pointer-events:none !important}
.cardImageTitle{grid-area:title !important;align-self:center !important;justify-self:start !important;min-width:0 !important;width:100% !important;margin:0 !important;padding:0 !important;color:#fff !important;font-size:16px !important;line-height:32px !important;height:32px !important;font-weight:800 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;transform:none !important}
.cardImagePeople,.cardImageTime{align-self:center !important;justify-self:end !important;height:32px !important;min-height:32px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;margin:0 !important;padding:0 !important;color:rgba(255,255,255,.96) !important;font-size:12px !important;line-height:32px !important;white-space:nowrap !important;font-variant-numeric:tabular-nums !important;text-shadow:0 1px 5px rgba(0,0,0,.45) !important;pointer-events:none !important;transform:none !important}
.cardImagePeople{grid-area:people !important}
.cardImageTime{grid-area:time !important}
.cardImageBottom .listEnterBtn.entryIconBtn,.cardImageBottom .cardImageEnterBtn{grid-area:enter !important;align-self:center !important;justify-self:end !important;width:40px !important;min-width:40px !important;height:32px !important;min-height:32px !important;padding:0 !important;margin:0 !important;border-radius:999px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;line-height:1 !important;background:#fff !important;color:#111 !important;pointer-events:auto !important;transform:none !important}
.cardImageBottom .entryDoorIcon{width:20px !important;height:20px !important;margin:0 !important;transform:none !important}
@media (max-width:640px){.cardImageBottom{height:54px !important;min-height:54px !important;grid-template-columns:minmax(0,1fr) auto auto 40px !important;column-gap:6px !important;padding:0 10px 9px !important}
.cardImageTitle{font-size:15px !important;height:32px !important;line-height:32px !important}
.cardImagePeople,.cardImageTime{height:32px !important;min-height:32px !important;font-size:11px !important;line-height:32px !important}
.cardImageBottom .listEnterBtn.entryIconBtn,.cardImageBottom .cardImageEnterBtn{width:38px !important;min-width:38px !important;height:32px !important;min-height:32px !important}
}
.card.cardImageRoom,.card.cardPlainRoom{position:relative !important;overflow:hidden !important}
.card.cardImageRoom .cardImageBottom,.card.cardPlainRoom .cardImageBottom{bottom:0 !important;height:46px !important;min-height:46px !important;padding:0 12px 6px !important;display:grid !important;grid-template-columns:minmax(0,1fr) auto auto 42px !important;grid-template-areas:"title people time enter" !important;align-items:end !important;column-gap:8px !important}
.card.cardImageRoom .cardImageBottom{background:linear-gradient(to top,rgba(0,0,0,.92),rgba(0,0,0,.52) 62%,rgba(0,0,0,0)) !important}
.card.cardPlainRoom{min-height:240px !important;padding:16px !important}
.cardPlainMain{display:flex !important;flex-direction:column !important;min-height:0 !important;padding-bottom:54px !important}
.card.cardPlainRoom .cardImageBottom{background:linear-gradient(to top,rgba(0,0,0,.20),rgba(0,0,0,.10) 58%,rgba(0,0,0,0)) !important;pointer-events:none !important}
.card.cardPlainRoom .cardImageTitle,.card.cardPlainRoom .cardImagePeople,.card.cardPlainRoom .cardImageTime{color:#fff !important;text-shadow:0 1px 5px rgba(0,0,0,.35) !important}
.cardImageTitle{grid-area:title !important;align-self:end !important;height:32px !important;line-height:32px !important;margin:0 !important}
.cardImageBottom .cardImagePeople,.cardImageBottom .cardImageTime{align-self:end !important;height:32px !important;min-height:32px !important;line-height:32px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important}
.cardImageBottom .listEnterBtn.entryIconBtn,.cardImageBottom .cardImageEnterBtn{grid-area:enter !important;align-self:end !important;justify-self:end !important;width:40px !important;min-width:40px !important;height:32px !important;min-height:32px !important;padding:0 !important;margin:0 !important;pointer-events:auto !important}
.card.cardPlainRoom .entryDoorIcon::before,.card.cardPlainRoom .entryDoorIcon::after{background:#111 !important}
@media (max-width:640px){.card.cardImageRoom .cardImageBottom,.card.cardPlainRoom .cardImageBottom{height:44px !important;min-height:44px !important;grid-template-columns:minmax(0,1fr) auto auto 40px !important;column-gap:6px !important;padding:0 10px 6px !important}
.card.cardPlainRoom{min-height:250px !important}
.cardPlainMain{padding-bottom:52px !important}
}
.card.cardImageRoom,.card.cardPlainRoom{position:relative !important;overflow:hidden !important;display:flex !important;flex-direction:column !important;min-height:240px !important}
.card.cardImageRoom{padding:0 !important}
.card.cardPlainRoom{padding:16px !important}
.cardPlainMain{flex:1 1 auto !important;min-height:0 !important;padding-bottom:54px !important}
.card.cardImageRoom .cardImageBottom,.card.cardPlainRoom .cardImageBottom{position:absolute !important;left:0 !important;right:0 !important;bottom:0 !important;z-index:3 !important;height:46px !important;min-height:46px !important;padding:0 12px 6px !important;display:grid !important;grid-template-columns:minmax(0,1fr) auto auto 42px !important;grid-template-areas:"title people time enter" !important;align-items:end !important;column-gap:8px !important;pointer-events:none !important}
.card.cardPlainRoom .cardImageBottom{background:linear-gradient(to top,rgba(0,0,0,.22),rgba(0,0,0,.10) 58%,rgba(0,0,0,0)) !important}
.cardImageTitle,.cardPlainHudTitle{grid-area:title !important;align-self:end !important;justify-self:start !important;min-width:0 !important;width:100% !important;height:32px !important;line-height:32px !important;margin:0 !important;padding:0 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}
.cardImageBottom .cardImagePeople,.cardImageBottom .cardImageTime{align-self:end !important;justify-self:end !important;height:32px !important;min-height:32px !important;line-height:32px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;margin:0 !important;padding:0 !important;white-space:nowrap !important;pointer-events:none !important;font-variant-numeric:tabular-nums !important}
.card.cardPlainRoom .roomName{display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:3 !important;overflow:hidden !important;text-overflow:clip !important;margin-bottom:8px !important}
.card.cardPlainRoom .desc{display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:2 !important;overflow:hidden !important;text-overflow:clip !important}
@media (min-width:900px) and (max-width:1180px){.grid{align-items:stretch !important}
.card.cardImageRoom,.card.cardPlainRoom{min-height:276px !important;height:276px !important}
.card.cardPlainRoom .roomName{-webkit-line-clamp:3 !important}
.card.cardPlainRoom .desc{-webkit-line-clamp:2 !important}
}
@media (max-width:640px){.card.cardImageRoom,.card.cardPlainRoom{min-height:250px !important}
.card.cardPlainRoom{padding:16px !important}
.cardPlainMain{padding-bottom:52px !important}
.card.cardImageRoom .cardImageBottom,.card.cardPlainRoom .cardImageBottom{height:44px !important;min-height:44px !important;grid-template-columns:minmax(0,1fr) auto auto 40px !important;column-gap:6px !important;padding:0 10px 6px !important}
}
.card.cardPlainRoom .cardPlainBottom{grid-template-columns:minmax(0,1fr) auto auto 42px !important;grid-template-areas:"spacer people time enter" !important}
.card.cardPlainRoom .cardPlainHudTitle{display:none !important}
.card.cardPlainRoom .cardImagePeople{grid-area:people !important}
.card.cardPlainRoom .cardImageTime{grid-area:time !important}
.card.cardPlainRoom .cardImageEnterBtn{grid-area:enter !important}
.cardImageTap{touch-action:manipulation !important;-webkit-tap-highlight-color:transparent !important}
.cardImageTap:focus,.cardImageTap:focus-visible{outline:none !important}
.cardImageOverlay{pointer-events:none !important}
@media (max-width:640px){.card.cardPlainRoom .cardPlainBottom{grid-template-columns:minmax(0,1fr) auto auto 40px !important}
}
.entryDoorIcon{position:relative !important;display:inline-block !important;width:24px !important;height:24px !important;margin:0 !important;padding:0 !important;background-repeat:no-repeat !important;background-position:center center !important;background-size:contain !important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='%23111' d='M8 8 29 2v60L8 56z'/%3E%3Ccircle cx='24' cy='34' r='2.4' fill='%23fff'/%3E%3Cpath fill='%23111' d='M36 10h19v5H36zM50 10h5v17h-5zM36 49h19v5H36zM50 37h5v17h-5zM31 32l15-12v7h14v10H46v7z'/%3E%3C/svg%3E") !important;transform:none !important}
.entryDoorIcon::before,.entryDoorIcon::after{content:none !important;display:none !important;background:none !important;clip-path:none !important}
.cardImageBottom .entryDoorIcon,.card.cardPlainRoom .entryDoorIcon,.listEnterBtn.entryIconBtn .entryDoorIcon{width:24px !important;height:24px !important;transform:none !important}
@media (max-width:640px){.cardImageBottom .entryDoorIcon,.card.cardPlainRoom .entryDoorIcon,.listEnterBtn.entryIconBtn .entryDoorIcon{width:23px !important;height:23px !important}
}
.entryArchiveIcon{position:relative !important;display:inline-block !important;width:24px !important;height:24px !important;margin:0 !important;padding:0 !important;background-repeat:no-repeat !important;background-position:center center !important;background-size:contain !important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='none' stroke='%23111' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' d='M32 54C23 47 13 47 6 50V12c7-3 17-2 26 5 9-7 19-8 26-5v38c-7-3-17-3-26 4z'/%3E%3Cpath fill='none' stroke='%23111' stroke-width='4' stroke-linecap='round' d='M16 23c4-1 8 0 12 2M16 33c4-1 8 0 12 2M48 23c-4-1-8 0-12 2M48 33c-4-1-8 0-12 2'/%3E%3C/svg%3E") !important}
@media (max-width:640px){.entryArchiveIcon{width:23px !important;height:23px !important}
}
.cardImageBottom .cardImagePeople[data-archive-meta="true"],.cardImageBottom .cardImageTime[data-archive-meta="true"]{font-size:12px !important;letter-spacing:0 !important}
.listMeta[data-archive-ended="true"]{width:92px !important;min-width:92px !important;max-width:92px !important;gap:2px !important}
.listMeta[data-archive-ended="true"] .archiveMetaCompact{font-size:12px !important;line-height:1.05 !important}
@media (max-width:640px){.card.cardImageRoom .cardImageBottom,.card.cardPlainRoom .cardImageBottom{grid-template-columns:minmax(0,1fr) auto auto 40px !important;column-gap:5px !important}
.cardImageBottom .cardImagePeople[data-archive-meta="true"],.cardImageBottom .cardImageTime[data-archive-meta="true"]{font-size:11px !important}
.listItem,.listItem.open,.listItem.open.longText,.listItem.open:not(.longText){grid-template-columns:6px minmax(0,1fr) 82px 42px !important;gap:7px !important}
.listMeta[data-archive-ended="true"]{width:82px !important;min-width:82px !important;max-width:82px !important}
.listMeta[data-archive-ended="true"] .archiveMetaCompact{font-size:11px !important}
.listEnterBtn.entryIconBtn{width:38px !important;min-width:38px !important}
}
.categoryFilterBar{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;margin:8px 0 12px}
.categoryOpenBtn{appearance:none;-webkit-appearance:none;border:1px solid rgba(0,0,0,.12);background:#fff;color:#111;border-radius:999px;padding:10px 15px;font-size:14px;line-height:1;cursor:pointer;box-shadow:0 8px 18px rgba(0,0,0,.04);white-space:nowrap}
.categoryActiveText{display:none !important}
.roomModeLegend{flex:0 0 auto;min-width:0;margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:10px;color:#666;font-size:12px;line-height:1;white-space:nowrap}
.roomModeLegendItem{display:inline-flex;align-items:center;gap:5px;min-width:0}
.roomModeLegendDot,.roomModeDotBadge{display:inline-block;width:10px;height:10px;border-radius:999px;flex:0 0 auto}
.roomModeLegendDot{width:11px;height:11px;border:1.5px solid rgba(255,255,255,.95);box-shadow:0 2px 5px rgba(0,0,0,.20)}
.roomModeDotTemporary{background:linear-gradient(135deg,#ffffff 0%,#9e9e9e 100%)}
.roomModeDotArchive{background:#b7ff5a}
.roomCategoryBadge{position:relative;overflow:visible}
.roomModeDotBadge{position:absolute;left:-5px;top:-5px;width:12px;height:12px;border:1.5px solid rgba(255,255,255,.95);box-shadow:0 2px 5px rgba(0,0,0,.20);pointer-events:none;z-index:2}
@media (max-width:640px){.roomModeLegend{gap:7px;font-size:11px;justify-content:flex-end;margin-left:auto}
.roomModeLegendItem{gap:4px}
.roomModeLegendDot{width:11px;height:11px}
.roomModeDotBadge{width:11px;height:11px;left:-5px;top:-5px}
}
.categoryLayer{position:fixed;inset:0;z-index:42000;display:none;background:rgba(210,210,210,.50);color:#111;padding:18px 14px;overflow:hidden;backdrop-filter:blur(6px) grayscale(.15);-webkit-backdrop-filter:blur(6px) grayscale(.15)}
.categoryLayer.show{display:block}
.categoryLayerPanel{width:min(760px,100%);height:100%;margin:0 auto;display:flex;flex-direction:column;justify-content:center}
.categoryLayerHead{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:8px;margin:0 0 12px}
.categoryLayerClose,.categoryLayerReset{appearance:none;-webkit-appearance:none;border:0;background:rgba(255,255,255,.88);color:#111;border-radius:999px;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 18px rgba(0,0,0,.08);font-size:18px;line-height:1}
.categoryLayerReset{font-size:12px;font-weight:700}
.categoryLayerTitle{margin:0;text-align:center;font-size:20px;font-weight:800;line-height:1.25}
.categoryLayerLead{margin:0 auto 14px;color:#555;font-size:13px;line-height:1.5;text-align:center}
.categoryGrid{width:min(620px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);grid-auto-rows:88px;gap:10px 8px;align-content:center;justify-content:center;max-height:min(62vh,470px);overflow-y:auto;overscroll-behavior:contain;padding:4px 2px 10px;scrollbar-width:thin}
.categoryItem{appearance:none;-webkit-appearance:none;border:0;background:transparent;color:#111;border-radius:18px;padding:5px 2px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-width:0;cursor:pointer;box-shadow:none;transition:transform .12s ease,background .12s ease}
.categoryItem:active{transform:scale(.94)}
.categoryItem.active{background:rgba(219,250,229,.72);box-shadow:inset 0 0 0 1px rgba(27,150,77,.30)}
.categoryIcon{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:16px;background:rgba(255,255,255,.86);box-shadow:0 8px 18px rgba(0,0,0,.08);font-size:27px;line-height:1}
.categoryLabel{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-align:center;font-size:11px;font-weight:800;line-height:1.08;min-height:2.16em;word-break:keep-all;overflow-wrap:anywhere;text-shadow:0 1px 0 rgba(255,255,255,.55)}
@media (min-width:641px){.categoryLayer{padding:28px 20px;background:rgba(210,210,210,.46)}
.categoryLayerPanel{height:min(720px,100%)}
.categoryGrid{width:min(640px,100%);grid-auto-rows:92px;gap:12px 10px;max-height:min(64vh,500px)}
.categoryIcon{width:50px;height:50px;font-size:30px}
.categoryLabel{font-size:12px}
}
@media (max-width:640px){.categoryFilterBar{margin:6px 0 10px}
.categoryOpenBtn{padding:9px 13px;font-size:13px}
.categoryActiveText{font-size:12px}
.categoryLayer{padding:12px 10px 14px;background:rgba(210,210,210,.48)}
.categoryLayerPanel{justify-content:center}
.categoryLayerHead{grid-template-columns:40px minmax(0,1fr) 40px;margin-bottom:8px}
.categoryLayerClose,.categoryLayerReset{width:36px;height:36px}
.categoryLayerTitle{font-size:18px}
.categoryLayerLead{font-size:12px;margin-bottom:8px}
.categoryGrid{width:100%;grid-auto-rows:74px;gap:7px 4px;max-height:min(70vh,430px);padding-bottom:8px}
.categoryItem{border-radius:14px;padding:4px 1px;gap:4px}
.categoryIcon{width:42px;height:42px;border-radius:14px;font-size:25px}
.categoryLabel{font-size:10px;line-height:1.04;min-height:2.08em}
}
#createRoomModal .modalSub{display:none !important}
#createRoomModal .modalTitle{margin-bottom:14px !important}
.categoryLayer{padding:calc(12px + env(safe-area-inset-top,0px))
14px
calc(16px + env(safe-area-inset-bottom,0px)) !important}
.categoryLayerPanel{justify-content:flex-start !important;padding-top:4px !important}
.categoryLayerHead{display:flex !important;justify-content:flex-end !important;align-items:center !important;gap:0 !important;margin:0 0 8px !important;flex:0 0 auto !important}
.categoryLayerTitle,.categoryLayerLead,.categoryLayerReset{display:none !important}
.categoryGrid{align-content:start !important;max-height:calc(var(--rooom-vh,100vh) - 78px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px)) !important;padding-top:10px !important;padding-bottom:18px !important}
.createRoomCategoryRow{margin-bottom:14px !important}
.createRoomCategoryChoices{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px}
.createRoomCategoryItem{appearance:none;-webkit-appearance:none;border:1px solid rgba(0,0,0,.10);background:#fff;color:#111;border-radius:15px;padding:8px 4px 7px;min-height:58px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .12s ease,box-shadow .15s ease}
.createRoomCategoryItem:active{transform:scale(.96)}
.createRoomCategoryItem.active{border-color:rgba(52,145,84,.52);background:rgba(238,250,242,.96);box-shadow:inset 0 0 0 1px rgba(52,145,84,.24)}
.createRoomCategoryIcon{font-size:22px;line-height:1}
.createRoomCategoryLabel{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:10px;font-weight:800;line-height:1.05;text-align:center;word-break:keep-all;overflow-wrap:anywhere}
.roomCategoryBadge{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:26px;height:26px;border-radius:10px;background:rgba(255,255,255,.88);box-shadow:0 5px 12px rgba(0,0,0,.08);font-size:16px;line-height:1}
.listCategoryBadge{margin-right:5px}
.cardCategoryBadge{margin-right:6px}
.cardImageTitleRow,.cardPlainTitleRow{display:flex;align-items:center;gap:6px;min-width:0}
.cardImageTitleRow .cardImageTitle,.cardPlainTitleRow .roomName{min-width:0}
@media (max-width:640px){.categoryLayer{padding:calc(8px + env(safe-area-inset-top,0px))
10px
calc(14px + env(safe-area-inset-bottom,0px)) !important}
.categoryLayerPanel{padding-top:0 !important}
.categoryLayerHead{margin-bottom:6px !important}
.categoryGrid{max-height:calc(var(--rooom-vh,100vh) - 62px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px)) !important;padding-top:8px !important}
.createRoomCategoryChoices{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}
.createRoomCategoryItem{min-height:52px;padding:7px 3px 6px;border-radius:14px}
.createRoomCategoryIcon{font-size:20px}
.createRoomCategoryLabel{font-size:9px}
#createRoomModal .modalTitle{margin-bottom:12px !important}
}
@media (max-width:900px) and (orientation:landscape){.categoryLayer{padding:calc(6px + env(safe-area-inset-top,0px))
10px
calc(10px + env(safe-area-inset-bottom,0px)) !important}
.categoryLayerHead{margin-bottom:4px !important}
.categoryLayerClose{width:34px !important;height:34px !important}
.categoryGrid{grid-auto-rows:68px !important;max-height:calc(var(--rooom-vh,100vh) - 52px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px)) !important;padding-top:8px !important}
.categoryIcon{width:38px !important;height:38px !important;font-size:23px !important}
.categoryLabel{font-size:9px !important}
}
.createRoomSettingsRow{display:grid !important;grid-template-columns:minmax(0,1.18fr) minmax(0,.82fr) minmax(0,.82fr) !important;gap:10px !important;margin-bottom:14px !important}
.createRoomSettingsRow .formRow{margin-bottom:0 !important}
.createRoomSettingsRow .formLabelLike,.createRoomSettingsRow label{font-size:12px !important;line-height:1 !important;color:#555 !important}
.createRoomSettingCell{min-width:0 !important;gap:7px !important}
.createRoomSettingsRow select,.createRoomCategoryTrigger{width:100% !important;height:42px !important;min-height:42px !important;border:1px solid rgba(0,0,0,.14) !important;border-radius:14px !important;background:#fff !important;color:#111 !important;font-size:14px !important}
.createRoomSettingsRow select{padding:0 10px !important}
.createRoomCategoryTrigger{appearance:none !important;-webkit-appearance:none !important;padding:0 9px !important;display:flex !important;align-items:center !important;justify-content:center !important;gap:5px !important;cursor:pointer !important;line-height:1 !important}
.createRoomCategoryTrigger:active{transform:scale(.98) !important}
.createRoomCategoryTriggerIcon{flex:0 0 auto !important;font-size:17px !important;line-height:1 !important}
.createRoomCategoryTriggerText{min-width:0 !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;font-size:13px !important;font-weight:800 !important}
.createRoomCategoryTriggerArrow{flex:0 0 auto !important;font-size:9px !important;opacity:.58 !important;transform:translateY(1px) !important}
.createRoomCategoryChoices{display:none !important}
.categoryLayer{padding:calc(16px + env(safe-area-inset-top,0px))
14px
calc(16px + env(safe-area-inset-bottom,0px)) !important}
.categoryLayerPanel{justify-content:flex-start !important;padding-top:0 !important}
.categoryGrid{align-content:start !important;max-height:calc(var(--rooom-vh,100vh) - 78px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px)) !important;padding-top:14px !important;padding-bottom:18px !important}
@media (max-width:640px){.createRoomSettingsRow{grid-template-columns:minmax(0,1.18fr) minmax(0,.82fr) minmax(0,.82fr) !important;gap:8px !important;margin-bottom:13px !important}
.createRoomSettingsRow select,.createRoomCategoryTrigger{height:40px !important;min-height:40px !important;border-radius:13px !important}
.createRoomSettingsRow select{font-size:13px !important;padding:0 8px !important}
.createRoomCategoryTrigger{padding:0 7px !important;gap:4px !important}
.createRoomCategoryTriggerIcon{font-size:16px !important}
.createRoomCategoryTriggerText{font-size:12px !important}
.categoryLayer{padding:calc(14px + env(safe-area-inset-top,0px))
10px
calc(14px + env(safe-area-inset-bottom,0px)) !important}
.categoryLayerHead{margin-bottom:8px !important}
.categoryGrid{max-height:calc(var(--rooom-vh,100vh) - 66px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px)) !important;padding-top:12px !important}
}
.categoryLayer{padding:calc(14px + env(safe-area-inset-top,0px))
14px
calc(16px + env(safe-area-inset-bottom,0px)) !important}
.categoryLayerPanel{width:min(760px,100%) !important;height:100% !important;margin:0 auto !important;display:flex !important;flex-direction:column !important;justify-content:center !important;padding-top:0 !important}
.categoryLayerHead{position:relative !important;width:min(620px,100%) !important;min-height:42px !important;margin:0 auto 10px !important;display:flex !important;align-items:center !important;justify-content:center !important;flex:0 0 auto !important;gap:0 !important}
.categoryLayerClose{position:absolute !important;right:0 !important;top:50% !important;transform:translateY(-50%) !important;width:40px !important;height:40px !important;display:inline-flex !important}
.categoryLayerReset{position:static !important;width:auto !important;min-width:112px !important;height:40px !important;padding:0 17px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;border:1px solid rgba(0,0,0,.10) !important;background:rgba(255,255,255,.88) !important;color:#111 !important;border-radius:999px !important;box-shadow:0 8px 18px rgba(0,0,0,.08) !important;font-size:13px !important;font-weight:800 !important;line-height:1 !important;white-space:nowrap !important}
.categoryLayerReset.active{background:rgba(219,250,229,.82) !important;box-shadow:inset 0 0 0 1px rgba(27,150,77,.30),0 8px 18px rgba(0,0,0,.08) !important}
.categoryLayerTitle,.categoryLayerLead{display:none !important}
.categoryLayer.createMode .categoryLayerHead{justify-content:flex-end !important}
.categoryLayer.createMode .categoryLayerReset{display:none !important}
.categoryLayer.createMode .categoryLayerClose{position:static !important;transform:none !important}
.categoryGrid{width:min(620px,100%) !important;margin:0 auto !important;display:grid !important;grid-template-columns:repeat(5,1fr) !important;grid-auto-rows:88px !important;gap:10px 8px !important;align-content:center !important;justify-content:center !important;max-height:min(68vh,500px) !important;overflow-y:auto !important;overscroll-behavior:contain !important;padding:6px 2px 10px !important;scrollbar-width:thin !important}
@media (min-width:641px){.categoryLayerPanel{height:min(720px,100%) !important}
.categoryLayerHead,.categoryGrid{width:min(640px,100%) !important}
.categoryGrid{grid-auto-rows:92px !important;gap:12px 10px !important;max-height:min(68vh,520px) !important}
}
@media (max-width:640px){.categoryLayer{padding:calc(12px + env(safe-area-inset-top,0px))
10px
calc(14px + env(safe-area-inset-bottom,0px)) !important}
.categoryLayerPanel{justify-content:center !important}
.categoryLayerHead{width:100% !important;min-height:38px !important;margin-bottom:8px !important}
.categoryLayerClose{width:36px !important;height:36px !important}
.categoryLayerReset{min-width:104px !important;height:36px !important;padding:0 14px !important;font-size:12px !important}
.categoryGrid{width:100% !important;grid-template-columns:repeat(5,1fr) !important;grid-auto-rows:74px !important;gap:7px 4px !important;align-content:center !important;max-height:calc(var(--rooom-vh,100vh) - 82px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px)) !important;padding-top:6px !important;padding-bottom:8px !important}
}
.categoryLayerReset{min-width:148px !important;padding-left:24px !important;padding-right:24px !important;font-size:15px !important;font-weight:900 !important;letter-spacing:.01em !important}
@media (min-width:641px){.categoryLayerReset{min-width:154px !important;height:40px !important;font-size:15px !important;padding-left:26px !important;padding-right:26px !important}
}
@media (max-width:640px){.categoryLayerReset{min-width:136px !important;height:36px !important;font-size:14px !important;padding-left:20px !important;padding-right:20px !important}
}
.cardImageRoom,.cardPlainRoom{position:relative !important}
.cardCategoryCornerBadge{position:absolute !important;top:12px !important;left:22px !important;z-index:8 !important;margin-right:0 !important;pointer-events:none !important}
.cardImageTitleRow,.cardPlainTitleRow{gap:0 !important}
.cardImageTitleRow .cardImageTitle,.cardPlainTitleRow .roomName{padding-left:0 !important}
.cardPlainMain{padding-top:24px !important}
.cardImageBottom .cardImageTitleRow{padding-left:0 !important}
@media (min-width:641px){.listTitleRow{align-items:center !important;gap:8px !important;margin-bottom:4px !important}
.listCategoryBadge{margin-right:2px !important;transform:translateY(-1px) !important}
.listDesc{margin-top:1px !important;line-height:1.28 !important}
.listMain{gap:2px !important}
}
@media (max-width:640px){.cardCategoryCornerBadge{top:10px !important;left:20px !important}
.cardPlainMain{padding-top:22px !important}
}
.card.cardImageRoom .cardImageBottom{grid-template-columns:minmax(0,1fr) auto auto 40px !important;grid-template-areas:"title people time enter" !important;column-gap:6px !important;align-items:end !important;overflow:hidden !important}
.card.cardImageRoom .cardImageTitleRow{grid-area:title !important;min-width:0 !important;width:100% !important;max-width:100% !important;overflow:hidden !important;align-self:end !important;justify-self:stretch !important}
.card.cardImageRoom .cardImageTitle{display:block !important;width:100% !important;max-width:100% !important;min-width:0 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;line-height:32px !important;height:32px !important;padding:0 !important;margin:0 !important}
.card.cardImageRoom .cardImagePeople{grid-area:people !important;flex:0 0 auto !important;min-width:max-content !important;max-width:max-content !important;white-space:nowrap !important}
.card.cardImageRoom .cardImageTime{grid-area:time !important;flex:0 0 auto !important;min-width:max-content !important;max-width:max-content !important;white-space:nowrap !important}
.card.cardImageRoom .cardImageEnterBtn,.card.cardImageRoom .cardImageBottom .listEnterBtn.entryIconBtn{grid-area:enter !important;flex:0 0 auto !important;width:38px !important;min-width:38px !important;max-width:38px !important}
@media (max-width:640px){.card.cardImageRoom .cardImageBottom{grid-template-columns:minmax(0,1fr) auto auto 38px !important;column-gap:5px !important;padding-left:10px !important;padding-right:9px !important}
.card.cardImageRoom .cardImageTitle{font-size:15px !important}
.card.cardImageRoom .cardImagePeople,.card.cardImageRoom .cardImageTime{font-size:10px !important}
.card.cardImageRoom .cardImageEnterBtn,.card.cardImageRoom .cardImageBottom .listEnterBtn.entryIconBtn{width:36px !important;min-width:36px !important;max-width:36px !important}
}
.listAccent{display:none !important}
.listCategorySlot{grid-area:accent !important;width:44px !important;min-width:44px !important;height:100% !important;min-height:42px !important;display:flex !important;align-items:center !important;justify-content:center !important;align-self:stretch !important;justify-self:center !important;padding:0 !important;margin:0 !important;overflow:visible !important}
.listCategorySlot .listCategoryBadge{margin:0 !important;transform:none !important;width:30px !important;height:30px !important;min-width:30px !important;border-radius:12px !important;font-size:17px !important;background:rgba(255,255,255,.92) !important;color:#111 !important;box-shadow:0 4px 10px rgba(0,0,0,.10) !important}
.listCategorySlot .listCategoryBadgeFallback{opacity:.92 !important}
.listItem,.listItem.open,.listItem.open.longText,.listItem.open:not(.longText){grid-template-columns:44px minmax(0,1fr) 76px 44px !important;grid-template-areas:"accent main meta button" !important;align-items:center !important}
.listItem .listMain,.listItem.open .listMain,.listItem.open.longText .listMain,.listItem.open:not(.longText) .listMain{grid-area:main !important;min-width:0 !important}
.listItem .listTitleRow,.listItem.open .listTitleRow{gap:4px !important}
@media (max-width:640px){.listCategorySlot{width:38px !important;min-width:38px !important;min-height:40px !important}
.listCategorySlot .listCategoryBadge{width:28px !important;height:28px !important;min-width:28px !important;border-radius:11px !important;font-size:16px !important}
.listItem,.listItem.open,.listItem.open.longText,.listItem.open:not(.longText){grid-template-columns:38px minmax(0,1fr) 76px 44px !important;grid-template-areas:"accent main meta button" !important;align-items:center !important}
}
html.rooom-ipad-portrait .listCategorySlot{width:40px !important;min-width:40px !important;min-height:42px !important}
html.rooom-ipad-portrait .listCategorySlot .listCategoryBadge{width:30px !important;height:30px !important;min-width:30px !important}
html.rooom-ipad-portrait .listItem,html.rooom-ipad-portrait .listItem.open,html.rooom-ipad-portrait .listItem.open.longText,html.rooom-ipad-portrait .listItem.open:not(.longText){grid-template-columns:40px minmax(0,1fr) 76px 44px !important;grid-template-areas:"accent main meta button" !important;align-items:center !important}
@media (min-width:641px){html:not(.rooom-ipad-portrait) .listItem,html:not(.rooom-ipad-portrait) .listItem.open,html:not(.rooom-ipad-portrait) .listItem.open.longText,html:not(.rooom-ipad-portrait) .listItem.open:not(.longText){display:grid !important;grid-template-columns:44px minmax(0,1fr) 76px 44px !important;grid-template-areas:"accent main meta button" !important;grid-template-rows:auto !important;align-items:center !important;gap:10px !important;row-gap:0 !important;min-height:58px !important;height:auto !important;padding:8px 10px !important}
html:not(.rooom-ipad-portrait) .listItem .listCategorySlot,html:not(.rooom-ipad-portrait) .listItem.open .listCategorySlot,html:not(.rooom-ipad-portrait) .listItem.open.longText .listCategorySlot,html:not(.rooom-ipad-portrait) .listItem.open:not(.longText) .listCategorySlot{grid-area:accent !important;align-self:stretch !important;justify-self:center !important;width:44px !important;min-width:44px !important;min-height:42px !important;height:auto !important;display:flex !important;align-items:center !important;justify-content:center !important}
html:not(.rooom-ipad-portrait) .listItem .listMain,html:not(.rooom-ipad-portrait) .listItem.open .listMain,html:not(.rooom-ipad-portrait) .listItem.open.longText .listMain,html:not(.rooom-ipad-portrait) .listItem.open:not(.longText) .listMain{grid-area:main !important;align-self:center !important;justify-self:stretch !important;min-width:0 !important;display:flex !important;flex-direction:column !important;justify-content:center !important;gap:0 !important;margin:0 !important;padding:0 !important}
html:not(.rooom-ipad-portrait) .listItem .listTitleRow,html:not(.rooom-ipad-portrait) .listItem.open .listTitleRow,html:not(.rooom-ipad-portrait) .listItem.open.longText .listTitleRow,html:not(.rooom-ipad-portrait) .listItem.open:not(.longText) .listTitleRow{display:flex !important;align-items:center !important;gap:4px !important;line-height:1 !important;min-width:0 !important;margin:0 !important;padding:0 !important}
html:not(.rooom-ipad-portrait) .listItem .listName,html:not(.rooom-ipad-portrait) .listItem.open .listName,html:not(.rooom-ipad-portrait) .listItem.open.longText .listName,html:not(.rooom-ipad-portrait) .listItem.open:not(.longText) .listName{display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:2 !important;white-space:normal !important;overflow:hidden !important;text-overflow:clip !important;margin:0 !important;padding:0 !important;line-height:1.08 !important}
html:not(.rooom-ipad-portrait) .listItem .listDesc,html:not(.rooom-ipad-portrait) .listItem.open .listDesc,html:not(.rooom-ipad-portrait) .listItem.open.longText .listDesc,html:not(.rooom-ipad-portrait) .listItem.open:not(.longText) .listDesc{display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:2 !important;visibility:visible !important;opacity:1 !important;white-space:normal !important;overflow:hidden !important;text-overflow:clip !important;margin:2px 0 0 !important;padding:0 !important;line-height:1.16 !important}
html:not(.rooom-ipad-portrait) .listItem .listMeta,html:not(.rooom-ipad-portrait) .listItem.open .listMeta,html:not(.rooom-ipad-portrait) .listItem.open.longText .listMeta,html:not(.rooom-ipad-portrait) .listItem.open:not(.longText) .listMeta{grid-area:meta !important;align-self:center !important;justify-self:end !important;width:76px !important;min-width:76px !important;max-width:76px !important;margin:0 !important;padding:0 !important;transform:none !important}
html:not(.rooom-ipad-portrait) .listItem .listEnterBtn.entryIconBtn,html:not(.rooom-ipad-portrait) .listItem.open .listEnterBtn.entryIconBtn,html:not(.rooom-ipad-portrait) .listItem.open.longText .listEnterBtn.entryIconBtn,html:not(.rooom-ipad-portrait) .listItem.open:not(.longText) .listEnterBtn.entryIconBtn{grid-area:button !important;align-self:center !important;justify-self:end !important;width:38px !important;min-width:38px !important;height:32px !important;min-height:32px !important;margin:0 !important;padding:0 !important;transform:none !important}
}
.listItem.openVisual .listToggle,.listToggle.visualOpen{transform:rotate(180deg) !important}
@media (min-width:641px){html:not(.rooom-ipad-portrait) .listItem:not(.hasOverflow).open,html:not(.rooom-ipad-portrait) .listItem:not(.hasOverflow).open.longText,html:not(.rooom-ipad-portrait) .listItem:not(.hasOverflow).open:not(.longText){display:grid !important;grid-template-columns:44px minmax(0,1fr) 76px 44px !important;grid-template-areas:"accent main meta button" !important;grid-template-rows:auto !important;align-items:center !important;gap:10px !important;row-gap:0 !important;min-height:58px !important;height:auto !important;padding:8px 10px !important}
html:not(.rooom-ipad-portrait) .listItem:not(.hasOverflow).open .listCategorySlot{grid-area:accent !important;align-self:stretch !important;justify-self:center !important;width:44px !important;min-width:44px !important;min-height:42px !important;height:auto !important;display:flex !important;align-items:center !important;justify-content:center !important;margin:0 !important;padding:0 !important}
html:not(.rooom-ipad-portrait) .listItem:not(.hasOverflow).open .listMain{grid-area:main !important;align-self:center !important;justify-self:stretch !important;min-width:0 !important;display:flex !important;flex-direction:column !important;justify-content:center !important;gap:0 !important;margin:0 !important;padding:0 !important}
html:not(.rooom-ipad-portrait) .listItem:not(.hasOverflow).open .listTitleRow{display:flex !important;align-items:center !important;gap:4px !important;line-height:1 !important;min-width:0 !important;margin:0 !important;padding:0 !important}
html:not(.rooom-ipad-portrait) .listItem:not(.hasOverflow).open .listName{display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:2 !important;white-space:normal !important;overflow:hidden !important;text-overflow:clip !important;margin:0 !important;padding:0 !important;line-height:1.08 !important}
html:not(.rooom-ipad-portrait) .listItem:not(.hasOverflow).open .listDesc{display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:2 !important;visibility:visible !important;opacity:1 !important;white-space:normal !important;overflow:hidden !important;text-overflow:clip !important;margin:2px 0 0 !important;padding:0 !important;line-height:1.16 !important}
html:not(.rooom-ipad-portrait) .listItem:not(.hasOverflow).open .listMeta{grid-area:meta !important;align-self:center !important;justify-self:end !important;width:76px !important;min-width:76px !important;max-width:76px !important;margin:0 !important;padding:0 !important;transform:none !important}
html:not(.rooom-ipad-portrait) .listItem:not(.hasOverflow).open .listEnterBtn.entryIconBtn{grid-area:button !important;align-self:center !important;justify-self:end !important;width:38px !important;min-width:38px !important;height:32px !important;min-height:32px !important;margin:0 !important;padding:0 !important;transform:none !important}
html:not(.rooom-ipad-portrait) .listItem.hasOverflow.open .listName,html:not(.rooom-ipad-portrait) .listItem.hasOverflow.open .listDesc{display:block !important;-webkit-line-clamp:unset !important;white-space:normal !important;overflow:visible !important;text-overflow:clip !important}
html:not(.rooom-ipad-portrait) .listItem.hasOverflow.open .listDesc{margin-top:4px !important;line-height:1.26 !important}
}
.categoryItem{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;text-align:center !important}
.categoryIcon{width:46px !important;height:46px !important;min-width:46px !important;min-height:46px !important;display:flex !important;align-items:center !important;justify-content:center !important;padding:0 !important;margin:0 auto 5px !important;line-height:1 !important;text-align:center !important;overflow:hidden !important;font-size:0 !important;font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji","Android Emoji",sans-serif !important}
.categoryIconEmoji{display:flex !important;align-items:center !important;justify-content:center !important;width:34px !important;height:34px !important;min-width:34px !important;min-height:34px !important;line-height:1 !important;text-align:center !important;font-size:24px !important;transform:translate(0,0) !important;transform-origin:center center !important;font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji","Android Emoji",sans-serif !important}
.categoryItem[data-category-id="work"] .categoryIconEmoji{transform:translate(1px,1px) !important}
.categoryItem[data-category-id="game"] .categoryIconEmoji{transform:translate(1px,1px) !important}
.categoryItem[data-category-id="fashion"] .categoryIconEmoji{transform:translate(1px,1px) !important}
.categoryItem[data-category-id="food"] .categoryIconEmoji{transform:translate(0,1px) !important}
.categoryItem[data-category-id="local"] .categoryIconEmoji{transform:translate(0,1px) !important;font-size:25px !important}
.categoryItem[data-category-id="travel"] .categoryIconEmoji{transform:translate(1px,1px) !important}
.categoryItem[data-category-id="advice"] .categoryIconEmoji{transform:translate(0,1px) !important}
.categoryLabel{width:100% !important;text-align:center !important;line-height:1.08 !important}
@media (min-width:641px){.categoryIcon{width:50px !important;height:50px !important;min-width:50px !important;min-height:50px !important;font-size:0 !important}
.categoryIconEmoji{width:36px !important;height:36px !important;min-width:36px !important;min-height:36px !important;font-size:26px !important}
.categoryItem[data-category-id="local"] .categoryIconEmoji{font-size:27px !important}
}
@media (max-width:640px){.categoryIcon{width:42px !important;height:42px !important;min-width:42px !important;min-height:42px !important;font-size:0 !important}
.categoryIconEmoji{width:31px !important;height:31px !important;min-width:31px !important;min-height:31px !important;font-size:23px !important}
.categoryItem[data-category-id="local"] .categoryIconEmoji{font-size:24px !important}
}
#pwaBanner.rooomIosNotifyCooldown .topRefreshNoticeMain{display:flex !important;align-items:center !important;gap:14px !important}
#pwaBanner.rooomIosNotifyCooldown .topRefreshNoticeText{display:block !important;margin:0 !important;color:#666 !important;font-size:12px !important;line-height:1.25 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}
@media (max-width:640px){#pwaBanner.rooomIosNotifyCooldown .topRefreshNoticeMain{display:block !important}
#pwaBanner.rooomIosNotifyCooldown .topRefreshNoticeText{margin-top:3px !important;font-size:11px !important}
}
.cardRoomImage{backface-visibility:hidden !important;-webkit-backface-visibility:hidden !important;transform:translateZ(0) scale(1.001) !important;-webkit-transform:translateZ(0) scale(1.001) !important;will-change:auto !important}
.cardImageTap,.card.cardImageRoom{transform:translateZ(0) !important;-webkit-transform:translateZ(0) !important;contain:paint !important}
html.rooom-ipad-portrait .listItem .listEnterBtn.entryIconBtn,html.rooom-ipad-portrait .listItem.open .listEnterBtn.entryIconBtn,html.rooom-ipad-portrait .listItem.open.longText .listEnterBtn.entryIconBtn,html.rooom-ipad-portrait .listItem.open:not(.longText) .listEnterBtn.entryIconBtn{width:52px !important;min-width:52px !important;max-width:52px !important;height:40px !important;min-height:40px !important;padding:0 !important}
html.rooom-ipad-portrait .listEnterBtn.entryIconBtn .entryDoorIcon,html.rooom-ipad-portrait .listEnterBtn.entryIconBtn .entryArchiveIcon{width:28px !important;height:28px !important;transform:none !important;-webkit-transform:none !important}
html.rooom-ipad-portrait .listItem,html.rooom-ipad-portrait .listItem.open,html.rooom-ipad-portrait .listItem.open.longText,html.rooom-ipad-portrait .listItem.open:not(.longText){grid-template-columns:34px minmax(0,1fr) 84px 52px !important}
#userRoomList .listItem.hasDesc .listToggle{display:inline-flex !important;align-items:center !important;justify-content:center !important}
#userRoomList .listItem:not(.open) .listMain{display:flex !important;flex-direction:column !important;justify-content:center !important;gap:0 !important;min-width:0 !important}
#userRoomList .listItem:not(.open) .listTitleRow{min-width:0 !important;display:flex !important;align-items:center !important;gap:5px !important}
#userRoomList .listItem:not(.open) .listName{display:block !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;-webkit-line-clamp:unset !important;line-height:1.15 !important;margin:0 !important}
#userRoomList .listItem:not(.open) .listDesc{display:none !important;visibility:hidden !important;opacity:0 !important;height:0 !important;max-height:0 !important;margin:0 !important;overflow:hidden !important}
#userRoomList .listItem.open .listMain{min-width:0 !important}
#userRoomList .listItem.open .listName{display:block !important;white-space:normal !important;overflow:visible !important;text-overflow:clip !important;-webkit-line-clamp:unset !important;line-height:1.25 !important;margin:0 !important}
#userRoomList .listItem.open .listDesc{display:block !important;visibility:visible !important;opacity:1 !important;height:auto !important;max-height:none !important;white-space:normal !important;overflow:visible !important;text-overflow:clip !important;-webkit-line-clamp:unset !important;margin:6px 0 0 !important;line-height:1.35 !important}
#userRoomList .listItem.open .listToggle{transform:rotate(180deg) !important}
#userRoomList .listItem:not(.open) .listTitleRow{min-width:0 !important;display:flex !important;align-items:center !important;gap:5px !important;height:auto !important;max-height:none !important}
#userRoomList .listItem:not(.open) .listName{display:block !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;-webkit-line-clamp:unset !important;height:auto !important;min-height:0 !important;max-height:none !important;line-height:1.15 !important;margin:0 !important}
#userRoomList .listItem:not(.open) .listDesc{display:block !important;visibility:visible !important;opacity:1 !important;height:auto !important;min-height:0 !important;max-height:none !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;-webkit-line-clamp:unset !important;margin:2px 0 0 !important;padding:0 !important;line-height:1.18 !important}
#userRoomList .listItem.open .listTitleRow{height:auto !important;max-height:none !important}
#userRoomList .listItem.open .listName{display:block !important;white-space:normal !important;overflow:visible !important;text-overflow:clip !important;-webkit-line-clamp:unset !important;height:auto !important;min-height:0 !important;max-height:none !important;line-height:1.25 !important;margin:0 !important}
#userRoomList .listItem.open .listDesc{display:block !important;visibility:visible !important;opacity:1 !important;height:auto !important;min-height:0 !important;max-height:none !important;white-space:normal !important;overflow:visible !important;text-overflow:clip !important;-webkit-line-clamp:unset !important;margin:6px 0 0 !important;padding:0 !important;line-height:1.35 !important}
.howtoModalBox{width:min(1040px,calc(100vw - 44px)) !important;height:min(650px,calc(100vh - 54px)) !important;aspect-ratio:auto !important;background:#000 !important}
.howtoSlide{position:relative !important;display:block !important;padding:0 !important;overflow:hidden !important;background:#000 !important}
.howtoSlide>*{opacity:0 !important;pointer-events:none !important}
.howtoSlide::before{content:"" !important;position:absolute !important;inset:0 !important;z-index:1 !important;background-size:cover !important;background-position:center center !important;background-repeat:no-repeat !important}
.howtoTrack .howtoSlide:nth-child(1)::before{background-image:url('./rooom_howto_assets/PC1.png') !important}
.howtoTrack .howtoSlide:nth-child(2)::before{background-image:url('./rooom_howto_assets/PC2.png') !important}
.howtoTrack .howtoSlide:nth-child(3)::before{background-image:url('./rooom_howto_assets/PC3.png') !important}
.howtoTrack .howtoSlide:nth-child(4)::before{background-image:url('./rooom_howto_assets/PC4.png') !important}
.howtoTrack .howtoSlide:nth-child(5)::before{background-image:url('./rooom_howto_assets/PC5.png') !important}
.howtoControls,.howtoPill,.howtoCounter,.howtoModalCloseIcon{z-index:20 !important}
@media(max-width:99999px){.howtoModalBox{width:min(430px,calc(100vw - 24px)) !important;height:auto !important;max-height:calc(100dvh - 54px) !important;aspect-ratio:9 / 16 !important;border-radius:28px !important}
.howtoTrack .howtoSlide:nth-child(1)::before{background-image:url('./rooom_howto_assets/phone1.png') !important}
.howtoTrack .howtoSlide:nth-child(2)::before{background-image:url('./rooom_howto_assets/phone2.png') !important}
.howtoTrack .howtoSlide:nth-child(3)::before{background-image:url('./rooom_howto_assets/phone3.png') !important}
.howtoTrack .howtoSlide:nth-child(4)::before{background-image:url('./rooom_howto_assets/phone4.png') !important}
.howtoTrack .howtoSlide:nth-child(5)::before{background-image:url('./rooom_howto_assets/phone5.png') !important}
}
.howtoPill,.howtoCounter,.howtoModalCloseIcon{display:none !important}
.howtoModalBox{display:flex !important;flex-direction:column !important;overflow:hidden !important;background:#070b14 !important}
.howtoViewport{position:relative !important;inset:auto !important;width:100% !important;height:auto !important;overflow:hidden !important;flex:1 1 auto !important;min-height:0 !important;touch-action:pan-y !important}
.howtoTrack{height:100% !important}
.howtoSlide::before{background-size:cover !important;background-position:center center !important}
.howtoControls{position:relative !important;left:auto !important;right:auto !important;bottom:auto !important;z-index:30 !important;flex:0 0 auto !important;width:100% !important;min-height:58px !important;padding:8px 18px 12px !important;display:flex !important;align-items:center !important;justify-content:space-between !important;gap:12px !important;pointer-events:none !important;background:linear-gradient(180deg,rgba(7,11,20,.86),rgba(7,11,20,.96)) !important;border-top:1px solid rgba(255,255,255,.10) !important}
.howtoDots,.howtoButtons{pointer-events:auto !important}
.howtoDots{height:34px !important;padding:0 13px !important;gap:8px !important}
.howtoDot{width:9px !important;height:9px !important}
.howtoDot.active{width:30px !important}
.howtoNavBtn,.howtoModalClose{min-width:58px !important;height:40px !important;padding:0 15px !important;font-size:13px !important;box-shadow:none !important}
@media(min-width:761px){.howtoModalBox{width:min(1040px,calc(100vw - 44px)) !important;height:auto !important;max-height:calc(100vh - 54px) !important;aspect-ratio:auto !important}
.howtoViewport{aspect-ratio:16 / 9 !important;max-height:calc(100vh - 124px) !important}
.howtoSlide::before{background-size:contain !important;background-position:center center !important;background-color:#070b14 !important}
}
@media(max-width:99999px){.howtoModalBox{width:min(430px,calc(100vw - 24px)) !important;height:min(760px,calc(100dvh - 76px)) !important;max-height:calc(100dvh - 76px) !important;aspect-ratio:auto !important;border-radius:28px !important}
.howtoViewport{height:auto !important;aspect-ratio:auto !important}
.howtoSlide::before{background-size:cover !important;background-position:center center !important}
.howtoControls{min-height:58px !important;padding:7px 12px 10px !important;gap:8px !important}
.howtoDots{height:32px !important;padding:0 11px !important;gap:7px !important}
.howtoDot{width:8px !important;height:8px !important}
.howtoDot.active{width:28px !important}
.howtoButtons{gap:7px !important}
.howtoNavBtn,.howtoModalClose{min-width:52px !important;height:38px !important;padding:0 12px !important;font-size:12px !important}
}
@media(max-width:390px){.howtoModalBox{width:calc(100vw - 20px) !important;height:calc(100dvh - 68px) !important}
.howtoControls{padding-left:10px !important;padding-right:10px !important}
.howtoNavBtn,.howtoModalClose{min-width:48px !important;padding:0 10px !important}
}
.categoryLayerPanel{justify-content:flex-start !important;padding-top:calc(18px + env(safe-area-inset-top,0px)) !important}
.categoryLayerHead{margin-bottom:22px !important}
.categoryGrid{align-content:start !important;max-height:calc(var(--rooom-vh,100vh) - 118px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px)) !important;padding-top:18px !important;padding-bottom:22px !important}
@media (max-width:640px){.categoryLayerPanel{padding-top:calc(14px + env(safe-area-inset-top,0px)) !important}
.categoryLayerHead{margin-bottom:18px !important}
.categoryGrid{max-height:calc(var(--rooom-vh,100vh) - 108px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px)) !important;padding-top:16px !important;padding-bottom:18px !important}
}
@media (max-width:900px) and (orientation:landscape){.categoryLayerPanel{padding-top:calc(8px + env(safe-area-inset-top,0px)) !important}
.categoryLayerHead{margin-bottom:16px !important}
.categoryGrid{max-height:calc(var(--rooom-vh,100vh) - 96px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px)) !important;padding-top:14px !important;padding-bottom:16px !important}
}
@media(max-width:99999px){.howtoTrack .howtoSlide:nth-child(1)::before{background-image:url('./rooom_howto_assets_webp/allphone1_result.webp?v=howto_webp_v1') !important;background-size:100% 100% !important;background-position:center center !important;background-repeat:no-repeat !important}
.howtoTrack .howtoSlide:nth-child(1) .howtoTextLayer{opacity:1 !important;pointer-events:none !important;position:absolute !important;inset:0 !important;z-index:5 !important;color:#050505 !important;font-family:"Hiragino Sans","Yu Gothic","Meiryo",sans-serif !important;letter-spacing:-.035em !important;text-rendering:geometricPrecision !important;-webkit-font-smoothing:antialiased !important}
.howtoTextLayerStep{display:none !important}
.howtoTextLayerTitle{position:absolute !important;left:7.2% !important;top:13.4% !important;width:68% !important;font-size:clamp(31px,8.9vw,45px) !important;line-height:1.18 !important;font-weight:950 !important;letter-spacing:-.055em !important;text-align:left !important;white-space:pre-line !important}
.howtoTextLayerAccent{position:absolute !important;left:7.3% !important;top:27.2% !important;width:20.0% !important;height:6px !important;border-radius:999px !important;background:#31c56a !important;box-shadow:0 1px 0 rgba(255,255,255,.15) inset !important}
.howtoTextLayerDesc{position:absolute !important;left:7.3% !important;top:31.5% !important;width:72% !important;font-size:clamp(12px,3.15vw,16px) !important;line-height:1.48 !important;font-weight:800 !important;letter-spacing:-.03em !important;text-align:left !important;white-space:pre-line !important}
.howtoTextLayerBtn{position:absolute !important;left:31.0% !important;width:50.5% !important;transform:translateY(-50%) !important;text-align:left !important;font-size:clamp(12px,3.35vw,17px) !important;line-height:1.05 !important;font-weight:950 !important;letter-spacing:-.04em !important;white-space:nowrap !important}
.howtoTextLayerBtn1{top:75.10% !important}
.howtoTextLayerBtn2{top:82.55% !important}
.howtoTextLayerBtn3{top:89.95% !important}
html[lang="en"] .howtoTextLayerTitle{width:68% !important;font-size:clamp(30px,8.5vw,43px) !important;line-height:1.12 !important;letter-spacing:-.035em !important}
html[lang="en"] .howtoTextLayerDesc{width:72% !important;font-size:clamp(10px,2.8vw,14px) !important;line-height:1.42 !important;letter-spacing:-.02em !important}
html[lang="en"] .howtoTextLayerBtn{left:30.0% !important;width:57.5% !important;font-size:clamp(9px,2.55vw,13px) !important;letter-spacing:-.02em !important}
html[lang="ko"] .howtoTextLayerTitle{width:70% !important;font-size:clamp(29px,8.25vw,42px) !important;line-height:1.20 !important;letter-spacing:-.045em !important}
html[lang="ko"] .howtoTextLayerDesc{width:74% !important;font-size:clamp(10px,2.9vw,14px) !important;line-height:1.45 !important;letter-spacing:-.025em !important}
html[lang="ko"] .howtoTextLayerBtn{left:30.0% !important;width:57.5% !important;font-size:clamp(10px,2.85vw,14px) !important;letter-spacing:-.03em !important}
html[lang="zh-CN"] .howtoTextLayerTitle{width:70% !important;font-size:clamp(30px,8.4vw,43px) !important;line-height:1.18 !important;letter-spacing:-.035em !important}
html[lang="zh-CN"] .howtoTextLayerDesc{width:74% !important;font-size:clamp(11px,3.05vw,15px) !important;line-height:1.45 !important;letter-spacing:-.02em !important}
html[lang="zh-CN"] .howtoTextLayerBtn{left:30.0% !important;width:57.5% !important;font-size:clamp(11px,3.0vw,15px) !important;letter-spacing:-.025em !important}
}
@media(min-width:761px){.howtoTextLayer{display:none !important}
}
html.rooom-ipad-portrait .howtoTrack .howtoSlide:nth-child(1) .howtoTextLayer,html.rooom-ipad-portrait .howtoTrack .howtoSlide:nth-child(1) .howtoTextLayer *,html.rooom-ipad-portrait .howtoTrack .howtoSlide:nth-child(1) .howtoTextLayerTitle,html.rooom-ipad-portrait .howtoTrack .howtoSlide:nth-child(1) .howtoTextLayerTitle *,html.rooom-ipad-portrait .howtoTrack .howtoSlide:nth-child(1) .howtoTextLayerStep,html.rooom-ipad-portrait .howtoTrack .howtoSlide:nth-child(1) .howtoTextLayerDesc{font-weight:400 !important;-webkit-text-stroke:0 !important;text-shadow:none !important;letter-spacing:-.02em !important;-webkit-font-smoothing:antialiased !important;text-rendering:geometricPrecision !important}
html.rooom-ipad-portrait .howtoTrack .howtoSlide:nth-child(1) .howtoTextLayerTitle{font-family:"Hiragino Sans","Yu Gothic","Meiryo",sans-serif !important;line-height:1.12 !important}
html.rooom-ipad-portrait .howtoTrack .howtoSlide:nth-child(1) .howtoTextLayerAccent{display:block !important;background:#31c56a !important}
html.rooom-ipad-portrait .howtoTrack .howtoSlide:nth-child(1) .howtoTextLayerTitle{font-size:clamp(34px,4.7vw,48px) !important;line-height:1.08 !important;max-width:9.6em !important;margin-bottom:10px !important}
html.rooom-ipad-portrait .howtoTrack .howtoSlide:nth-child(1) .howtoTextLayerAccent{margin-top:2px !important;margin-bottom:14px !important}
@media(max-width:99999px){.howtoTrack .howtoSlide:nth-child(2)::before{background-image:url('./rooom_howto_assets_webp/allphone2_result.webp?v=howto_webp_v1') !important;background-size:100% 100% !important;background-position:center center !important;background-repeat:no-repeat !important}
.howtoTrack .howtoSlide:nth-child(2) .howtoSlide2TextLayer{opacity:1 !important;pointer-events:none !important;position:absolute !important;inset:0 !important;z-index:6 !important;color:#fff !important;font-family:"Hiragino Sans","Yu Gothic","Meiryo",sans-serif !important;letter-spacing:-.035em !important;text-rendering:geometricPrecision !important;-webkit-font-smoothing:antialiased !important}
.howtoSlide2Title{position:absolute !important;left:7.2% !important;top:13.2% !important;width:70% !important;font-size:clamp(37px,10.8vw,55px) !important;line-height:1.18 !important;font-weight:950 !important;letter-spacing:-.06em !important;text-align:left !important;white-space:pre-line !important;text-shadow:0 3px 12px rgba(0,0,0,.40) !important}
.howtoSlide2Accent{position:absolute !important;left:7.3% !important;top:27.6% !important;width:33.5% !important;height:6px !important;border-radius:999px !important;background:linear-gradient(90deg,#9b38ff 0%,#2d9cff 100%) !important;box-shadow:0 1px 0 rgba(255,255,255,.15) inset !important}
.howtoSlide2Desc{position:absolute !important;left:7.3% !important;top:31.7% !important;width:62% !important;font-size:clamp(16px,4.7vw,24px) !important;line-height:1.62 !important;font-weight:850 !important;letter-spacing:-.035em !important;text-align:left !important;white-space:pre-line !important;text-shadow:0 2px 10px rgba(0,0,0,.42) !important}
.howtoSlide2Feature{position:absolute !important;left:7.2% !important;width:60% !important;height:5.35% !important;min-height:42px !important;display:flex !important;align-items:center !important;gap:14px !important;padding:0 16px !important;border-radius:16px !important;background:rgba(10,14,22,.78) !important;border:1px solid rgba(255,255,255,.18) !important;box-shadow:0 10px 24px rgba(0,0,0,.22) !important;backdrop-filter:blur(5px) !important;-webkit-backdrop-filter:blur(5px) !important}
.howtoSlide2Feature1{top:66.8% !important}
.howtoSlide2Feature2{top:74.2% !important}
.howtoSlide2Feature3{top:81.6% !important}
.howtoSlide2Feature4{top:89.0% !important}
.howtoSlide2Icon{flex:0 0 auto !important;width:27px !important;height:27px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;color:#6f5cff !important}
.howtoSlide2Icon svg{display:block !important;width:27px !important;height:27px !important;fill:currentColor !important}
.howtoSlide2FeatureText{min-width:0 !important;color:#fff !important;font-size:clamp(14px,4.1vw,21px) !important;line-height:1.05 !important;font-weight:900 !important;letter-spacing:-.04em !important;text-align:left !important;white-space:nowrap !important;text-shadow:0 2px 8px rgba(0,0,0,.30) !important}
html[lang="en"] .howtoSlide2Title{width:72% !important;font-size:clamp(36px,10.0vw,52px) !important;line-height:1.12 !important;letter-spacing:-.045em !important}
html[lang="en"] .howtoSlide2Desc{width:64% !important;font-size:clamp(13px,3.7vw,19px) !important;line-height:1.45 !important;letter-spacing:-.025em !important}
html[lang="en"] .howtoSlide2Feature{width:60% !important;gap:10px !important;padding:0 13px !important}
html[lang="en"] .howtoSlide2FeatureText{font-size:clamp(11px,3.15vw,16px) !important;letter-spacing:-.025em !important}
html[lang="ko"] .howtoSlide2Title{width:74% !important;font-size:clamp(24px,6.8vw,35px) !important;line-height:1.18 !important;letter-spacing:-.05em !important}
html[lang="ko"] .howtoSlide2Desc{width:66% !important;font-size:clamp(10px,2.85vw,15px) !important;line-height:1.48 !important;letter-spacing:-.03em !important}
html[lang="ko"] .howtoSlide2Feature{width:60% !important;gap:10px !important;padding:0 13px !important}
html[lang="ko"] .howtoSlide2FeatureText{font-size:clamp(11px,3.25vw,16px) !important;letter-spacing:-.035em !important}
html[lang="zh-CN"] .howtoSlide2Title{width:72% !important;font-size:clamp(26px,7.3vw,37px) !important;line-height:1.16 !important;letter-spacing:-.04em !important}
html[lang="zh-CN"] .howtoSlide2Desc{width:66% !important;font-size:clamp(11px,3.05vw,15px) !important;line-height:1.46 !important;letter-spacing:-.025em !important}
html[lang="zh-CN"] .howtoSlide2Feature{width:60% !important;gap:10px !important;padding:0 13px !important}
html[lang="zh-CN"] .howtoSlide2FeatureText{font-size:clamp(12px,3.35vw,17px) !important;letter-spacing:-.03em !important}
}
@media(min-width:761px){.howtoSlide2TextLayer{display:none !important}
}
@media(max-width:99999px){.howtoTrack .howtoSlide:nth-child(3)::before{content:"" !important;position:absolute !important;inset:0 !important;z-index:0 !important;background-image:url('./rooom_howto_assets_webp/allphone3_result.webp?v=howto_webp_v1') !important;background-size:100% 100% !important;background-position:center center !important;background-repeat:no-repeat !important}
.howtoTrack .howtoSlide:nth-child(3){padding:0 !important;background:#050817 !important;color:#fff !important}
.howtoTrack .howtoSlide:nth-child(3)>.howtoStarField,.howtoTrack .howtoSlide:nth-child(3)>.howtoCopy,.howtoTrack .howtoSlide:nth-child(3)>.howtoVisual{display:none !important}
.howtoTrack .howtoSlide:nth-child(3) .howtoSlide3TextLayer{opacity:1 !important;pointer-events:none !important;position:absolute !important;inset:0 !important;z-index:6 !important;color:#fff !important;font-family:"Hiragino Sans","Yu Gothic","Meiryo",sans-serif !important;letter-spacing:-.035em !important;text-rendering:geometricPrecision !important;-webkit-font-smoothing:antialiased !important}
.howtoSlide3Title{position:absolute !important;left:7.2% !important;top:12.2% !important;width:42% !important;font-size:clamp(31px,8.7vw,44px) !important;line-height:1.18 !important;font-weight:950 !important;letter-spacing:-.06em !important;text-align:left !important;white-space:pre-line !important;text-shadow:0 3px 13px rgba(0,0,0,.44) !important}
.howtoSlide3Accent{position:absolute !important;left:7.3% !important;top:31.9% !important;width:36.8% !important;height:5px !important;border-radius:999px !important;background:linear-gradient(90deg,#a735ff 0%,#c044ff 100%) !important;box-shadow:0 1px 0 rgba(255,255,255,.16) inset,0 0 14px rgba(180,54,255,.28) !important}
.howtoSlide3Desc{position:absolute !important;left:7.3% !important;top:36.9% !important;width:41% !important;font-size:clamp(12px,3.35vw,17px) !important;line-height:1.55 !important;font-weight:750 !important;letter-spacing:-.035em !important;text-align:left !important;white-space:pre-line !important;text-shadow:0 2px 10px rgba(0,0,0,.42) !important}
.howtoSlide3TimerLabel{position:absolute !important;left:73.0% !important;top:31.8% !important;transform:translateX(-50%) !important;width:24% !important;color:rgba(255,255,255,.92) !important;font-size:clamp(10px,2.65vw,15px) !important;line-height:1 !important;font-weight:850 !important;letter-spacing:-.02em !important;text-align:center !important;white-space:nowrap !important;text-shadow:0 2px 10px rgba(0,0,0,.46) !important}
.howtoSlide3Feature{position:absolute !important;left:7.2% !important;width:47.5% !important;height:6.25% !important;min-height:46px !important;display:flex !important;align-items:center !important;gap:14px !important;padding:0 17px !important;border-radius:17px !important;background:rgba(22,10,36,.74) !important;border:1px solid rgba(193,70,255,.34) !important;box-shadow:0 10px 26px rgba(0,0,0,.26) !important;backdrop-filter:blur(5px) !important;-webkit-backdrop-filter:blur(5px) !important}
.howtoSlide3Feature1{top:67.7% !important}
.howtoSlide3Feature2{top:75.2% !important}
.howtoSlide3Feature3{top:82.7% !important}
.howtoSlide3Icon{flex:0 0 auto !important;width:28px !important;height:28px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;color:#cf48ff !important;filter:drop-shadow(0 0 8px rgba(207,72,255,.26)) !important}
.howtoSlide3Icon svg{display:block !important;width:28px !important;height:28px !important;fill:none !important;stroke:currentColor !important;stroke-width:2.1 !important;stroke-linecap:round !important;stroke-linejoin:round !important}
.howtoSlide3FeatureText{min-width:0 !important;color:#fff !important;font-size:clamp(10px,2.85vw,15px) !important;line-height:1.16 !important;font-weight:850 !important;letter-spacing:-.04em !important;text-align:left !important;white-space:pre-line !important;text-shadow:0 2px 8px rgba(0,0,0,.32) !important}
html[lang="en"] .howtoSlide3Title{width:52% !important;font-size:clamp(26px,7.3vw,37px) !important;line-height:1.16 !important;letter-spacing:-.045em !important}
html[lang="en"] .howtoSlide3Desc{width:50% !important;font-size:clamp(10px,2.85vw,15px) !important;line-height:1.48 !important;letter-spacing:-.025em !important}
html[lang="en"] .howtoSlide3Feature{width:52% !important;gap:13px !important;padding:0 15px !important}
html[lang="en"] .howtoSlide3FeatureText{font-size:clamp(10px,2.8vw,14px) !important;letter-spacing:-.025em !important}
html[lang="ko"] .howtoSlide3Title{width:54% !important;font-size:clamp(24px,6.8vw,35px) !important;line-height:1.18 !important;letter-spacing:-.05em !important}
html[lang="ko"] .howtoSlide3Desc{width:54% !important;font-size:clamp(10px,2.75vw,14px) !important;line-height:1.50 !important;letter-spacing:-.035em !important}
html[lang="ko"] .howtoSlide3Feature{width:54% !important;gap:13px !important;padding:0 15px !important}
html[lang="ko"] .howtoSlide3FeatureText{font-size:clamp(10px,2.75vw,14px) !important;letter-spacing:-.035em !important}
html[lang="zh-CN"] .howtoSlide3Title{width:52% !important;font-size:clamp(26px,7.3vw,37px) !important;line-height:1.16 !important;letter-spacing:-.04em !important}
html[lang="zh-CN"] .howtoSlide3Desc{width:52% !important;font-size:clamp(11px,3.05vw,15px) !important;line-height:1.48 !important;letter-spacing:-.025em !important}
html[lang="zh-CN"] .howtoSlide3Feature{width:52% !important;gap:13px !important;padding:0 15px !important}
html[lang="zh-CN"] .howtoSlide3FeatureText{font-size:clamp(10px,2.9vw,15px) !important;letter-spacing:-.03em !important}
}
@media(min-width:761px){.howtoSlide3TextLayer{display:none !important}
}
@media(max-width:99999px){.howtoTrack .howtoSlide:nth-child(4)::before{content:"" !important;position:absolute !important;inset:0 !important;z-index:0 !important;background-image:url('./rooom_howto_assets_webp/allphone4_result.webp?v=howto_webp_v1') !important;background-size:100% 100% !important;background-position:center center !important;background-repeat:no-repeat !important}
.howtoTrack .howtoSlide:nth-child(4){padding:0 !important;background:#f7efe2 !important;color:#090909 !important}
.howtoTrack .howtoSlide:nth-child(4)>.howtoCopy,.howtoTrack .howtoSlide:nth-child(4)>.howtoVisual{display:none !important}
.howtoTrack .howtoSlide:nth-child(4) .howtoSlide4TextLayer{opacity:1 !important;pointer-events:none !important;position:absolute !important;inset:0 !important;z-index:6 !important;color:#070707 !important;font-family:"Hiragino Sans","Yu Gothic","Meiryo",sans-serif !important;letter-spacing:-.035em !important;text-rendering:geometricPrecision !important;-webkit-font-smoothing:antialiased !important}
.howtoSlide4Title{position:absolute !important;left:7.2% !important;top:7.8% !important;width:70% !important;font-size:clamp(32px,9.25vw,47px) !important;line-height:1.17 !important;font-weight:950 !important;letter-spacing:-.06em !important;text-align:left !important;white-space:pre-line !important}
.howtoSlide4Accent{position:absolute !important;left:7.4% !important;top:21.35% !important;width:25.5% !important;height:5px !important;border-radius:999px !important;background:#e8ad1b !important;box-shadow:0 1px 0 rgba(255,255,255,.2) inset !important}
.howtoSlide4Desc{position:absolute !important;left:7.4% !important;top:24.6% !important;width:71% !important;font-size:clamp(11px,3.0vw,15px) !important;line-height:1.48 !important;font-weight:800 !important;letter-spacing:-.033em !important;text-align:left !important;white-space:pre-line !important}
.howtoSlide4PanelTitle{position:absolute !important;left:22% !important;top:42.55% !important;width:56% !important;font-size:clamp(10px,2.75vw,14px) !important;line-height:1 !important;font-weight:900 !important;letter-spacing:-.035em !important;text-align:center !important;white-space:nowrap !important}
.howtoSlide4CardTitle{position:absolute !important;top:68.45% !important;width:34% !important;font-size:clamp(16px,4.45vw,23px) !important;line-height:1.05 !important;font-weight:950 !important;letter-spacing:-.055em !important;text-align:center !important;white-space:nowrap !important}
.howtoSlide4LeftTitle{left:10.0% !important}
.howtoSlide4RightTitle{left:55.6% !important}
.howtoSlide4CardDesc{position:absolute !important;top:72.45% !important;width:34% !important;font-size:clamp(10px,2.85vw,14px) !important;line-height:1.30 !important;font-weight:850 !important;letter-spacing:-.04em !important;text-align:center !important;white-space:pre-line !important}
.howtoSlide4LeftDesc{left:10.0% !important}
.howtoSlide4RightDesc{left:55.6% !important}
.howtoSlide4PillText{position:absolute !important;top:80.55% !important;width:34.5% !important;transform:translateY(-50%) !important;font-size:clamp(6px,1.95vw,10px) !important;line-height:1 !important;font-weight:900 !important;letter-spacing:-.055em !important;color:#745833 !important;text-align:center !important;white-space:nowrap !important}
.howtoSlide4LeftPill{left:9.8% !important}
.howtoSlide4RightPill{left:54.8% !important}
.howtoSlide4BottomText{position:absolute !important;left:26.0% !important;top:85.15% !important;width:64.5% !important;font-size:clamp(6px,1.75vw,9px) !important;line-height:1.18 !important;font-weight:850 !important;letter-spacing:-.035em !important;text-align:left !important;white-space:pre-line !important}
html[lang="en"] .howtoSlide4Title{width:80% !important;font-size:clamp(23px,6.8vw,34px) !important;line-height:1.10 !important;letter-spacing:-.04em !important}
html[lang="en"] .howtoSlide4Desc{width:80% !important;font-size:clamp(8px,2.15vw,11px) !important;line-height:1.34 !important;letter-spacing:-.015em !important}
html[lang="en"] .howtoSlide4PanelTitle{font-size:clamp(9px,2.45vw,12px) !important}
html[lang="en"] .howtoSlide4CardTitle{font-size:clamp(10px,2.85vw,15px) !important;letter-spacing:-.02em !important}
html[lang="en"] .howtoSlide4CardDesc{font-size:clamp(7px,1.95vw,10px) !important;line-height:1.22 !important;letter-spacing:-.01em !important}
html[lang="en"] .howtoSlide4PillText{font-size:clamp(5px,1.55vw,8px) !important;letter-spacing:-.005em !important}
html[lang="en"] .howtoSlide4BottomText{font-size:clamp(4px,1.25vw,7px) !important;line-height:1.14 !important;letter-spacing:-.005em !important}
html[lang="ko"] .howtoSlide4Title{width:80% !important;font-size:clamp(24px,6.9vw,35px) !important;line-height:1.12 !important;letter-spacing:-.05em !important}
html[lang="ko"] .howtoSlide4Desc{width:80% !important;font-size:clamp(8px,2.2vw,11px) !important;line-height:1.34 !important;letter-spacing:-.03em !important}
html[lang="ko"] .howtoSlide4CardTitle{font-size:clamp(12px,3.35vw,17px) !important}
html[lang="ko"] .howtoSlide4CardDesc{font-size:clamp(7px,2.05vw,10px) !important;line-height:1.22 !important}
html[lang="ko"] .howtoSlide4PillText{font-size:clamp(5px,1.65vw,8px) !important;letter-spacing:-.03em !important}
html[lang="ko"] .howtoSlide4RightPill{left:53.8% !important;width:35.8% !important}
html[lang="ko"] .howtoSlide4BottomText{font-size:clamp(5px,1.45vw,7.5px) !important;line-height:1.14 !important}
html[lang="zh-CN"] .howtoSlide4Title{width:80% !important;font-size:clamp(25px,7.0vw,36px) !important;line-height:1.12 !important;letter-spacing:-.035em !important}
html[lang="zh-CN"] .howtoSlide4Desc{width:80% !important;font-size:clamp(8px,2.25vw,11.5px) !important;line-height:1.34 !important;letter-spacing:-.02em !important}
html[lang="zh-CN"] .howtoSlide4CardTitle{font-size:clamp(12px,3.45vw,18px) !important}
html[lang="zh-CN"] .howtoSlide4CardDesc{font-size:clamp(8px,2.15vw,11px) !important;line-height:1.24 !important}
html[lang="zh-CN"] .howtoSlide4PillText{font-size:clamp(6px,1.75vw,9px) !important;letter-spacing:-.025em !important}
html[lang="zh-CN"] .howtoSlide4BottomText{font-size:clamp(5px,1.55vw,8px) !important;line-height:1.14 !important}
}
@media(min-width:761px){.howtoSlide4TextLayer{display:none !important}
}
.howtoTrack .howtoSlide:nth-child(1) .howtoTextLayerAccent{display:none !important}
.howtoTrack .howtoSlide:nth-child(1) .howtoTextLayerTitle{position:relative !important;display:inline-block !important;width:auto !important;max-width:8.6em !important;line-height:1.08 !important;border-bottom:0 !important;padding-bottom:0 !important}
.howtoTrack .howtoSlide:nth-child(1) .howtoTextLayerTitle::after{content:"" !important;display:block !important;width:2.08em !important;height:.14em !important;min-height:5px !important;max-height:7px !important;margin-top:.18em !important;margin-left:0 !important;border-radius:999px !important;background:#31c56a !important}
html.rooom-ipad-portrait .howtoTrack .howtoSlide:nth-child(1) .howtoTextLayerTitle{font-size:clamp(36px,4.9vw,50px) !important;font-weight:400 !important;letter-spacing:-.02em !important}
.howtoTrack .howtoSlide:nth-child(1) .howtoTextLayerAccent,html.rooom-ipad-portrait .howtoTrack .howtoSlide:nth-child(1) .howtoTextLayerAccent,html.rooom-ipad-portrait .howtoTrack .howtoSlide:nth-child(1) .howtoTextLayer .howtoTextLayerAccent{display:none !important;visibility:hidden !important;opacity:0 !important;width:0 !important;height:0 !important;margin:0 !important;padding:0 !important;overflow:hidden !important}
.howtoTrack .howtoSlide:nth-child(1) .howtoTextLayerTitle::after{width:2.08em !important;height:.14em !important;min-height:5px !important;max-height:7px !important;margin-top:.18em !important;border-radius:999px !important;background:#31c56a !important}
html.rooom-ios .howtoSlide2Title,html.rooom-ios .howtoSlide2Title *{font-weight:400 !important;text-shadow:none !important;-webkit-text-stroke:0 !important}
html.rooom-ios .howtoSlide2Desc,html.rooom-ios .howtoSlide2Desc *{font-weight:400 !important;text-shadow:none !important;-webkit-text-stroke:0 !important}
html.rooom-ios .howtoSlide2FeatureText,html.rooom-ios .howtoSlide2FeatureText *{font-weight:400 !important;text-shadow:none !important;-webkit-text-stroke:0 !important}
@media(max-width:99999px){.howtoTrack .howtoSlide:nth-child(1) .howtoTextLayer,.howtoTrack .howtoSlide:nth-child(2) .howtoSlide2TextLayer,.howtoTrack .howtoSlide:nth-child(3) .howtoSlide3TextLayer,.howtoTrack .howtoSlide:nth-child(4) .howtoSlide4TextLayer{font-family:"Hiragino Sans","Yu Gothic","Meiryo",sans-serif !important;letter-spacing:-.02em !important;-webkit-font-smoothing:antialiased !important;text-rendering:geometricPrecision !important}
.howtoTrack .howtoSlide:nth-child(1) .howtoTextLayerTitle,.howtoSlide2Title,.howtoSlide3Title,.howtoSlide4Title{font-family:"Hiragino Sans","Yu Gothic","Meiryo",sans-serif !important;font-size:clamp(31px,8.9vw,45px) !important;line-height:1.10 !important;font-weight:400 !important;letter-spacing:-.02em !important;text-align:left !important;white-space:pre-line !important;text-shadow:none !important;-webkit-text-stroke:0 !important}
.howtoTrack .howtoSlide:nth-child(1) .howtoTextLayerTitle{left:7.2% !important;top:13.4% !important;max-width:8.6em !important}
.howtoSlide2Title{left:7.2% !important;top:13.4% !important;width:72% !important;max-width:8.6em !important}
.howtoSlide3Title{left:7.2% !important;top:12.8% !important;width:48% !important;max-width:8.6em !important}
.howtoSlide4Title{left:7.2% !important;top:8.4% !important;width:72% !important;max-width:8.6em !important}
.howtoSlide2Accent,.howtoSlide3Accent,.howtoSlide4Accent{display:none !important;visibility:hidden !important;opacity:0 !important;width:0 !important;height:0 !important;margin:0 !important;padding:0 !important;overflow:hidden !important}
.howtoSlide2Title::after,.howtoSlide3Title::after,.howtoSlide4Title::after{content:"" !important;display:block !important;width:2.08em !important;height:.14em !important;min-height:5px !important;max-height:7px !important;margin-top:.18em !important;margin-left:0 !important;border-radius:999px !important;box-shadow:none !important}
.howtoSlide2Title::after{background:linear-gradient(90deg,#9b38ff 0%,#2d9cff 100%) !important}
.howtoSlide3Title::after{background:linear-gradient(90deg,#a735ff 0%,#c044ff 100%) !important}
.howtoSlide4Title::after{background:#e8ad1b !important}
.howtoTextLayerDesc,.howtoSlide2Desc,.howtoSlide3Desc,.howtoSlide4Desc{font-family:"Hiragino Sans","Yu Gothic","Meiryo",sans-serif !important;font-size:clamp(12px,3.15vw,16px) !important;line-height:1.48 !important;font-weight:400 !important;letter-spacing:-.02em !important;text-align:left !important;white-space:pre-line !important;text-shadow:none !important;-webkit-text-stroke:0 !important}
.howtoTextLayerDesc{left:7.3% !important;top:31.5% !important;width:72% !important}
.howtoSlide2Desc{left:7.3% !important;top:34.0% !important;width:64% !important}
.howtoSlide3Desc{left:7.3% !important;top:34.8% !important;width:43% !important}
.howtoSlide4Desc{left:7.4% !important;top:25.6% !important;width:71% !important}
.howtoTextLayerBtn,.howtoSlide2FeatureText,.howtoSlide3FeatureText,.howtoSlide4PanelTitle,.howtoSlide4CardTitle,.howtoSlide4CardDesc,.howtoSlide4PillText,.howtoSlide4BottomText{font-family:"Hiragino Sans","Yu Gothic","Meiryo",sans-serif !important;font-weight:400 !important;letter-spacing:-.02em !important;text-shadow:none !important;-webkit-text-stroke:0 !important}
.howtoTextLayerBtn,.howtoSlide2FeatureText{font-size:clamp(12px,3.35vw,17px) !important;line-height:1.05 !important}
.howtoSlide3FeatureText{font-size:clamp(10px,2.85vw,15px) !important;line-height:1.16 !important}
.howtoSlide4PanelTitle{font-size:clamp(10px,2.75vw,14px) !important}
.howtoSlide4CardTitle{font-size:clamp(16px,4.45vw,23px) !important;line-height:1.05 !important}
.howtoSlide4CardDesc{font-size:clamp(10px,2.85vw,14px) !important;line-height:1.30 !important}
.howtoSlide4PillText{font-size:clamp(6px,1.95vw,10px) !important;line-height:1 !important}
.howtoSlide4BottomText{font-size:clamp(6px,1.75vw,9px) !important;line-height:1.18 !important}
.howtoBigTitle,.howtoText,.howtoBadge{font-family:"Hiragino Sans","Yu Gothic","Meiryo",sans-serif !important;font-weight:400 !important;letter-spacing:-.02em !important}
.howtoBigTitle{font-size:clamp(31px,8.9vw,45px) !important;line-height:1.10 !important;background-position:0 100% !important}
.howtoText{font-size:clamp(12px,3.15vw,16px) !important;line-height:1.48 !important}
.howtoBadge{font-size:clamp(12px,3.35vw,17px) !important;line-height:1.05 !important}
}
html.rooom-ipad-portrait .howtoTrack .howtoSlide:nth-child(1) .howtoTextLayerTitle,html.rooom-ipad-portrait .howtoSlide2Title,html.rooom-ipad-portrait .howtoSlide3Title,html.rooom-ipad-portrait .howtoSlide4Title{font-size:clamp(31px,4.9vw,45px) !important;line-height:1.10 !important;font-weight:400 !important;letter-spacing:-.02em !important;text-shadow:none !important}
html.rooom-ipad-portrait .howtoTextLayerDesc,html.rooom-ipad-portrait .howtoSlide2Desc,html.rooom-ipad-portrait .howtoSlide3Desc,html.rooom-ipad-portrait .howtoSlide4Desc{font-size:clamp(12px,1.95vw,16px) !important;line-height:1.48 !important;font-weight:400 !important;letter-spacing:-.02em !important;text-shadow:none !important}
html.rooom-ipad-portrait .howtoTextLayerBtn,html.rooom-ipad-portrait .howtoSlide2FeatureText,html.rooom-ipad-portrait .howtoSlide3FeatureText,html.rooom-ipad-portrait .howtoSlide4PanelTitle,html.rooom-ipad-portrait .howtoSlide4CardTitle,html.rooom-ipad-portrait .howtoSlide4CardDesc,html.rooom-ipad-portrait .howtoSlide4PillText,html.rooom-ipad-portrait .howtoSlide4BottomText{font-weight:400 !important;letter-spacing:-.02em !important;text-shadow:none !important}
@media(max-width:99999px){.howtoSlide4Title{top:10.4% !important}
.howtoSlide4Desc{top:27.6% !important}
.howtoSlide4BottomText{top:86.5% !important}
}
html.rooom-ipad-portrait .howtoSlide4Title{top:10.4% !important}
html.rooom-ipad-portrait .howtoSlide4Desc{top:27.6% !important}
html.rooom-ipad-portrait .howtoSlide4BottomText{top:86.5% !important}
@media(max-width:99999px){.howtoTrack .howtoSlide:nth-child(5)::before{content:"" !important;position:absolute !important;inset:0 !important;z-index:0 !important;background-image:url('./rooom_howto_assets_webp/allphone5_result.webp?v=howto_webp_v1') !important;background-size:100% 100% !important;background-position:center center !important;background-repeat:no-repeat !important}
.howtoTrack .howtoSlide:nth-child(5){padding:0 !important;background:#06112b !important;color:#fff !important}
.howtoTrack .howtoSlide:nth-child(5)>.howtoCopy,.howtoTrack .howtoSlide:nth-child(5)>.howtoVisual{display:none !important}
.howtoTrack .howtoSlide:nth-child(5) .howtoSlide5TextLayer{opacity:1 !important;pointer-events:none !important;position:absolute !important;inset:0 !important;z-index:6 !important;color:#fff !important;font-family:"Hiragino Sans","Yu Gothic","Meiryo",sans-serif !important;text-rendering:geometricPrecision !important;-webkit-font-smoothing:antialiased !important}
.howtoSlide5CopyLayer{position:absolute !important;left:7.2% !important;top:13.4% !important;width:70% !important;max-width:10.2em !important;z-index:1 !important}
.howtoSlide5Title.howtoBigTitle{display:inline !important;margin:0 !important;padding:0 !important;font-size:clamp(28px,8.3vw,43px) !important;line-height:1.14 !important;font-weight:950 !important;letter-spacing:-.07em !important;color:#fff !important;text-align:left !important;white-space:pre-line !important;text-shadow:none !important;-webkit-text-stroke:0 !important;background:linear-gradient(transparent 58%,rgba(146,92,255,.86) 58% 84%,transparent 84%) !important;-webkit-box-decoration-break:clone !important;box-decoration-break:clone !important}
.howtoSlide5Desc.howtoText{display:block !important;margin:22px 0 0 !important;width:100% !important;color:rgba(255,255,255,.86) !important;font-size:clamp(12px,3.15vw,16px) !important;line-height:1.48 !important;font-weight:650 !important;letter-spacing:-.02em !important;text-align:left !important;white-space:pre-line !important;text-shadow:none !important;-webkit-text-stroke:0 !important}
html[lang="en"] .howtoSlide5CopyLayer{width:76% !important;max-width:12.4em !important}
html[lang="en"] .howtoSlide5Title.howtoBigTitle{font-size:clamp(25px,7.2vw,38px) !important;line-height:1.16 !important;letter-spacing:-.045em !important}
html[lang="en"] .howtoSlide5Desc.howtoText{font-size:clamp(12px,3.1vw,16px) !important}
html[lang="ko"] .howtoSlide5CopyLayer,html[lang="zh-CN"] .howtoSlide5CopyLayer{width:74% !important;max-width:11.4em !important}
html[lang="ko"] .howtoSlide5Title.howtoBigTitle,html[lang="zh-CN"] .howtoSlide5Title.howtoBigTitle{font-size:clamp(26px,7.55vw,39px) !important;line-height:1.16 !important;letter-spacing:-.045em !important}
html[lang="ko"] .howtoSlide5Desc.howtoText,html[lang="zh-CN"] .howtoSlide5Desc.howtoText{font-size:clamp(12px,3.05vw,15px) !important}
}
html.rooom-ipad-portrait .howtoTrack .howtoSlide:nth-child(5)::before{content:"" !important;position:absolute !important;inset:0 !important;z-index:0 !important;background-image:url('./rooom_howto_assets_webp/allphone5_result.webp?v=howto_webp_v1') !important;background-size:100% 100% !important;background-position:center center !important;background-repeat:no-repeat !important}
html.rooom-ipad-portrait .howtoTrack .howtoSlide:nth-child(5){padding:0 !important;background:#06112b !important;color:#fff !important}
html.rooom-ipad-portrait .howtoTrack .howtoSlide:nth-child(5)>.howtoCopy,html.rooom-ipad-portrait .howtoTrack .howtoSlide:nth-child(5)>.howtoVisual{display:none !important}
html.rooom-ipad-portrait .howtoTrack .howtoSlide:nth-child(5) .howtoSlide5TextLayer{opacity:1 !important;pointer-events:none !important;position:absolute !important;inset:0 !important;z-index:6 !important;color:#fff !important;font-family:"Hiragino Sans","Yu Gothic","Meiryo",sans-serif !important;text-rendering:geometricPrecision !important;-webkit-font-smoothing:antialiased !important}
html.rooom-ipad-portrait .howtoSlide5CopyLayer{position:absolute !important;left:7.2% !important;top:13.4% !important;width:70% !important;max-width:10.2em !important;z-index:1 !important}
html.rooom-ipad-portrait .howtoSlide5Title.howtoBigTitle{display:inline !important;margin:0 !important;padding:0 !important;font-size:clamp(30px,4.55vw,43px) !important;line-height:1.14 !important;font-weight:950 !important;letter-spacing:-.07em !important;color:#fff !important;text-align:left !important;white-space:pre-line !important;text-shadow:none !important;-webkit-text-stroke:0 !important;background:linear-gradient(transparent 58%,rgba(146,92,255,.86) 58% 84%,transparent 84%) !important;-webkit-box-decoration-break:clone !important;box-decoration-break:clone !important}
html.rooom-ipad-portrait .howtoSlide5Desc.howtoText{display:block !important;margin:22px 0 0 !important;width:100% !important;color:rgba(255,255,255,.86) !important;font-size:clamp(12px,1.95vw,16px) !important;line-height:1.48 !important;font-weight:650 !important;letter-spacing:-.02em !important;text-align:left !important;white-space:pre-line !important;text-shadow:none !important;-webkit-text-stroke:0 !important}
@media(max-width:99999px){.howtoTrack .howtoSlide:nth-child(5)>.howtoCopy{display:block !important;position:absolute !important;left:7.2% !important;top:13.4% !important;width:70% !important;max-width:10.2em !important;z-index:7 !important;color:#fff !important;pointer-events:none !important}
.howtoTrack .howtoSlide:nth-child(5)>.howtoCopy .howtoEyebrow{display:none !important}
.howtoTrack .howtoSlide:nth-child(5)>.howtoVisual{display:none !important}
.howtoTrack .howtoSlide:nth-child(5) .howtoBigTitle{display:inline !important;margin:0 !important;padding:0 !important;font-size:clamp(27px,8.0vw,42px) !important;line-height:1.20 !important;font-weight:950 !important;letter-spacing:-.07em !important;color:#fff !important;text-align:left !important;white-space:normal !important;text-shadow:none !important;-webkit-text-stroke:0 !important;background:linear-gradient(transparent 64%,rgba(146,92,255,.86) 64% 86%,transparent 86%) !important;-webkit-box-decoration-break:clone !important;box-decoration-break:clone !important}
.howtoTrack .howtoSlide:nth-child(5) .howtoText{display:block !important;visibility:visible !important;opacity:1 !important;margin:22px 0 0 !important;width:100% !important;color:rgba(255,255,255,.86) !important;font-size:clamp(12px,3.15vw,16px) !important;line-height:1.48 !important;font-weight:650 !important;letter-spacing:-.02em !important;text-align:left !important;white-space:normal !important;text-shadow:none !important;-webkit-text-stroke:0 !important}
.howtoTrack .howtoSlide:nth-child(5) .howtoSlide5TextLayer,.howtoTrack .howtoSlide:nth-child(5) .howtoSlide5CopyLayer,.howtoTrack .howtoSlide:nth-child(5) .howtoSlide5Accent{display:none !important}
html[lang="en"] .howtoTrack .howtoSlide:nth-child(5)>.howtoCopy{width:76% !important;max-width:12.4em !important}
html[lang="en"] .howtoTrack .howtoSlide:nth-child(5) .howtoBigTitle{font-size:clamp(25px,7.2vw,38px) !important;line-height:1.18 !important;letter-spacing:-.045em !important}
html[lang="ko"] .howtoTrack .howtoSlide:nth-child(5)>.howtoCopy,html[lang="zh-CN"] .howtoTrack .howtoSlide:nth-child(5)>.howtoCopy{width:74% !important;max-width:11.4em !important}
html[lang="ko"] .howtoTrack .howtoSlide:nth-child(5) .howtoBigTitle,html[lang="zh-CN"] .howtoTrack .howtoSlide:nth-child(5) .howtoBigTitle{font-size:clamp(26px,7.55vw,39px) !important;line-height:1.18 !important;letter-spacing:-.045em !important}
}
html.rooom-ipad-portrait .howtoTrack .howtoSlide:nth-child(5)>.howtoCopy{display:block !important;position:absolute !important;left:7.2% !important;top:13.4% !important;width:70% !important;max-width:10.2em !important;z-index:7 !important;color:#fff !important;pointer-events:none !important}
html.rooom-ipad-portrait .howtoTrack .howtoSlide:nth-child(5)>.howtoCopy .howtoEyebrow{display:none !important}
html.rooom-ipad-portrait .howtoTrack .howtoSlide:nth-child(5)>.howtoVisual{display:none !important}
html.rooom-ipad-portrait .howtoTrack .howtoSlide:nth-child(5) .howtoBigTitle{display:inline !important;margin:0 !important;padding:0 !important;font-size:clamp(30px,4.55vw,43px) !important;line-height:1.20 !important;font-weight:950 !important;letter-spacing:-.07em !important;color:#fff !important;text-align:left !important;white-space:normal !important;text-shadow:none !important;-webkit-text-stroke:0 !important;background:linear-gradient(transparent 64%,rgba(146,92,255,.86) 64% 86%,transparent 86%) !important;-webkit-box-decoration-break:clone !important;box-decoration-break:clone !important}
html.rooom-ipad-portrait .howtoTrack .howtoSlide:nth-child(5) .howtoText{display:block !important;visibility:visible !important;opacity:1 !important;margin:22px 0 0 !important;width:100% !important;color:rgba(255,255,255,.86) !important;font-size:clamp(12px,1.95vw,16px) !important;line-height:1.48 !important;font-weight:650 !important;letter-spacing:-.02em !important;text-align:left !important;white-space:normal !important;text-shadow:none !important;-webkit-text-stroke:0 !important}
html.rooom-ipad-portrait .howtoTrack .howtoSlide:nth-child(5) .howtoSlide5TextLayer,html.rooom-ipad-portrait .howtoTrack .howtoSlide:nth-child(5) .howtoSlide5CopyLayer,html.rooom-ipad-portrait .howtoTrack .howtoSlide:nth-child(5) .howtoSlide5Accent{display:none !important}
@media(max-width:99999px){.howtoTrack .howtoSlide:nth-child(5)::before{background-image:url('./rooom_howto_assets_webp/allphone5_result.webp?v=howto_webp_v1') !important;background-size:100% 100% !important;background-position:center center !important;background-repeat:no-repeat !important}
.howtoTrack .howtoSlide:nth-child(5)>.howtoCopy,.howtoTrack .howtoSlide:nth-child(5)>.howtoVisual,.howtoTrack .howtoSlide:nth-child(5) .howtoSlide5CopyLayer,.howtoTrack .howtoSlide:nth-child(5) .howtoSlide5Accent{display:none !important;visibility:hidden !important;opacity:0 !important;pointer-events:none !important}
.howtoTrack .howtoSlide:nth-child(5) .howtoSlide5TextLayer{display:block !important;visibility:visible !important;opacity:1 !important;pointer-events:none !important;position:absolute !important;inset:0 !important;z-index:9 !important;color:#fff !important;font-family:"Hiragino Sans","Yu Gothic","Meiryo",sans-serif !important;letter-spacing:-.02em !important;-webkit-font-smoothing:antialiased !important;text-rendering:geometricPrecision !important}
.howtoSlide5Title{position:absolute !important;left:7.2% !important;top:13.4% !important;width:86% !important;max-width:none !important;margin:0 !important;padding:0 !important;font-size:clamp(31px,8.9vw,45px) !important;line-height:1.10 !important;font-weight:400 !important;letter-spacing:-.02em !important;color:#fff !important;text-align:left !important;white-space:pre-line !important;word-break:keep-all !important;overflow-wrap:normal !important;text-shadow:none !important;-webkit-text-stroke:0 !important}
.howtoSlide5Title::after{content:"" !important;display:block !important;width:2.08em !important;height:.14em !important;min-height:5px !important;max-height:7px !important;margin-top:.18em !important;margin-left:0 !important;border-radius:999px !important;background:linear-gradient(90deg,#a735ff 0%,#c044ff 100%) !important;box-shadow:none !important}
.howtoSlide5Desc{position:absolute !important;left:7.3% !important;top:42.0% !important;width:78% !important;margin:0 !important;padding:0 !important;display:block !important;visibility:visible !important;opacity:1 !important;color:rgba(255,255,255,.86) !important;font-size:clamp(12px,3.15vw,16px) !important;line-height:1.48 !important;font-weight:400 !important;letter-spacing:-.02em !important;text-align:left !important;white-space:pre-line !important;text-shadow:none !important;-webkit-text-stroke:0 !important}
html[lang="en"] .howtoSlide5Title{width:88% !important;font-size:clamp(27px,7.65vw,39px) !important;line-height:1.12 !important;letter-spacing:-.02em !important}
html[lang="en"] .howtoSlide5Desc{top:42.0% !important;font-size:clamp(12px,3.05vw,16px) !important}
html[lang="ko"] .howtoSlide5Title,html[lang="zh-CN"] .howtoSlide5Title{width:88% !important;font-size:clamp(29px,8.1vw,41px) !important;line-height:1.12 !important;letter-spacing:-.02em !important}
html[lang="ko"] .howtoSlide5Desc,html[lang="zh-CN"] .howtoSlide5Desc{top:42.0% !important;font-size:clamp(12px,3.05vw,15px) !important}
}
html.rooom-ipad-portrait .howtoTrack .howtoSlide:nth-child(5)::before{background-image:url('./rooom_howto_assets_webp/allphone5_result.webp?v=howto_webp_v1') !important;background-size:100% 100% !important;background-position:center center !important;background-repeat:no-repeat !important}
html.rooom-ipad-portrait .howtoTrack .howtoSlide:nth-child(5)>.howtoCopy,html.rooom-ipad-portrait .howtoTrack .howtoSlide:nth-child(5)>.howtoVisual,html.rooom-ipad-portrait .howtoTrack .howtoSlide:nth-child(5) .howtoSlide5CopyLayer,html.rooom-ipad-portrait .howtoTrack .howtoSlide:nth-child(5) .howtoSlide5Accent{display:none !important;visibility:hidden !important;opacity:0 !important;pointer-events:none !important}
html.rooom-ipad-portrait .howtoTrack .howtoSlide:nth-child(5) .howtoSlide5TextLayer{display:block !important;visibility:visible !important;opacity:1 !important;pointer-events:none !important;position:absolute !important;inset:0 !important;z-index:9 !important;color:#fff !important;font-family:"Hiragino Sans","Yu Gothic","Meiryo",sans-serif !important;letter-spacing:-.02em !important;-webkit-font-smoothing:antialiased !important;text-rendering:geometricPrecision !important}
html.rooom-ipad-portrait .howtoSlide5Title{position:absolute !important;left:7.2% !important;top:13.4% !important;width:86% !important;max-width:none !important;margin:0 !important;padding:0 !important;font-size:clamp(31px,4.9vw,45px) !important;line-height:1.10 !important;font-weight:400 !important;letter-spacing:-.02em !important;color:#fff !important;text-align:left !important;white-space:pre-line !important;word-break:keep-all !important;overflow-wrap:normal !important;text-shadow:none !important;-webkit-text-stroke:0 !important}
html.rooom-ipad-portrait .howtoSlide5Title::after{content:"" !important;display:block !important;width:2.08em !important;height:.14em !important;min-height:5px !important;max-height:7px !important;margin-top:.18em !important;margin-left:0 !important;border-radius:999px !important;background:linear-gradient(90deg,#a735ff 0%,#c044ff 100%) !important;box-shadow:none !important}
html.rooom-ipad-portrait .howtoSlide5Desc{position:absolute !important;left:7.3% !important;top:42.0% !important;width:78% !important;margin:0 !important;padding:0 !important;display:block !important;visibility:visible !important;opacity:1 !important;color:rgba(255,255,255,.86) !important;font-size:clamp(12px,1.95vw,16px) !important;line-height:1.48 !important;font-weight:400 !important;letter-spacing:-.02em !important;text-align:left !important;white-space:pre-line !important;text-shadow:none !important;-webkit-text-stroke:0 !important}
@media (min-width:761px){.howtoModalBox{width:min(430px,calc((100vh - 124px) * 9 / 16),calc(100vw - 44px)) !important;height:auto !important;max-height:calc(100vh - 54px) !important;aspect-ratio:auto !important;border-radius:30px !important;background:#070b14 !important}
.howtoViewport{width:100% !important;height:auto !important;aspect-ratio:9 / 16 !important;max-height:calc(100vh - 124px) !important;flex:0 0 auto !important;background:#070b14 !important}
.howtoTrack{height:100% !important}
.howtoSlide{background:#070b14 !important}
.howtoSlide::before{background-size:100% 100% !important;background-position:center center !important;background-repeat:no-repeat !important;background-color:#070b14 !important}
.howtoTrack .howtoSlide:nth-child(1)::before{background-image:url('./rooom_howto_assets_webp/allphone1_result.webp?v=howto_webp_v1') !important}
.howtoTrack .howtoSlide:nth-child(2)::before{background-image:url('./rooom_howto_assets_webp/allphone2_result.webp?v=howto_webp_v1') !important}
.howtoTrack .howtoSlide:nth-child(3)::before{background-image:url('./rooom_howto_assets_webp/allphone3_result.webp?v=howto_webp_v1') !important}
.howtoTrack .howtoSlide:nth-child(4)::before{background-image:url('./rooom_howto_assets_webp/allphone4_result.webp?v=howto_webp_v1') !important}
.howtoTrack .howtoSlide:nth-child(5)::before{background-image:url('./rooom_howto_assets_webp/allphone5_result.webp?v=howto_webp_v1') !important}
.howtoControls{flex:0 0 auto !important;min-height:58px !important}
}
@media (min-width:761px){.howtoModalBox{width:min(430px,calc((100vh - 124px) * 0.571428),calc(100vw - 44px)) !important;height:auto !important;max-height:calc(100vh - 54px) !important;aspect-ratio:auto !important;border-radius:30px !important;background:#070b14 !important}
.howtoViewport{width:100% !important;height:auto !important;aspect-ratio:4 / 7 !important;max-height:calc(100vh - 124px) !important;flex:0 0 auto !important;background:#070b14 !important}
.howtoTrack{height:100% !important}
.howtoSlide{background:#070b14 !important}
.howtoSlide::before{content:"" !important;position:absolute !important;inset:0 !important;z-index:0 !important;background-size:100% 100% !important;background-position:center center !important;background-repeat:no-repeat !important;background-color:#070b14 !important}
.howtoTrack .howtoSlide:nth-child(1)>.howtoCopy,.howtoTrack .howtoSlide:nth-child(1)>.howtoVisual,.howtoTrack .howtoSlide:nth-child(2)>.howtoCopy,.howtoTrack .howtoSlide:nth-child(2)>.howtoVisual,.howtoTrack .howtoSlide:nth-child(3)>.howtoCopy,.howtoTrack .howtoSlide:nth-child(3)>.howtoVisual,.howtoTrack .howtoSlide:nth-child(4)>.howtoCopy,.howtoTrack .howtoSlide:nth-child(4)>.howtoVisual,.howtoTrack .howtoSlide:nth-child(5)>.howtoCopy,.howtoTrack .howtoSlide:nth-child(5)>.howtoVisual{display:none !important}
.howtoControls{flex:0 0 auto !important;min-height:58px !important;padding:7px 12px 10px !important;gap:8px !important}
}
@media(min-width:761px){.howtoTrack .howtoSlide:nth-child(1)::before{background-image:url('./rooom_howto_assets_webp/allphone1_result.webp?v=howto_webp_v1') !important;background-size:100% 100% !important;background-position:center center !important;background-repeat:no-repeat !important}
.howtoTrack .howtoSlide:nth-child(1) .howtoTextLayer{opacity:1 !important;pointer-events:none !important;position:absolute !important;inset:0 !important;z-index:5 !important;color:#050505 !important;font-family:"Hiragino Sans","Yu Gothic","Meiryo",sans-serif !important;letter-spacing:-.035em !important;text-rendering:geometricPrecision !important;-webkit-font-smoothing:antialiased !important}
.howtoTextLayerStep{display:none !important}
.howtoTextLayerTitle{position:absolute !important;left:7.2% !important;top:13.4% !important;width:68% !important;font-size:clamp(31px,8.9vw,45px) !important;line-height:1.18 !important;font-weight:950 !important;letter-spacing:-.055em !important;text-align:left !important;white-space:pre-line !important}
.howtoTextLayerAccent{position:absolute !important;left:7.3% !important;top:27.2% !important;width:20.0% !important;height:6px !important;border-radius:999px !important;background:#31c56a !important;box-shadow:0 1px 0 rgba(255,255,255,.15) inset !important}
.howtoTextLayerDesc{position:absolute !important;left:7.3% !important;top:31.5% !important;width:72% !important;font-size:clamp(12px,3.15vw,16px) !important;line-height:1.48 !important;font-weight:800 !important;letter-spacing:-.03em !important;text-align:left !important;white-space:pre-line !important}
.howtoTextLayerBtn{position:absolute !important;left:31.0% !important;width:50.5% !important;transform:translateY(-50%) !important;text-align:left !important;font-size:clamp(12px,3.35vw,17px) !important;line-height:1.05 !important;font-weight:950 !important;letter-spacing:-.04em !important;white-space:nowrap !important}
.howtoTextLayerBtn1{top:75.10% !important}
.howtoTextLayerBtn2{top:82.55% !important}
.howtoTextLayerBtn3{top:89.95% !important}
html[lang="en"] .howtoTextLayerTitle{width:68% !important;font-size:clamp(30px,8.5vw,43px) !important;line-height:1.12 !important;letter-spacing:-.035em !important}
html[lang="en"] .howtoTextLayerDesc{width:72% !important;font-size:clamp(10px,2.8vw,14px) !important;line-height:1.42 !important;letter-spacing:-.02em !important}
html[lang="en"] .howtoTextLayerBtn{left:30.0% !important;width:57.5% !important;font-size:clamp(9px,2.55vw,13px) !important;letter-spacing:-.02em !important}
html[lang="ko"] .howtoTextLayerTitle{width:70% !important;font-size:clamp(29px,8.25vw,42px) !important;line-height:1.20 !important;letter-spacing:-.045em !important}
html[lang="ko"] .howtoTextLayerDesc{width:74% !important;font-size:clamp(10px,2.9vw,14px) !important;line-height:1.45 !important;letter-spacing:-.025em !important}
html[lang="ko"] .howtoTextLayerBtn{left:30.0% !important;width:57.5% !important;font-size:clamp(10px,2.85vw,14px) !important;letter-spacing:-.03em !important}
html[lang="zh-CN"] .howtoTextLayerTitle{width:70% !important;font-size:clamp(30px,8.4vw,43px) !important;line-height:1.18 !important;letter-spacing:-.035em !important}
html[lang="zh-CN"] .howtoTextLayerDesc{width:74% !important;font-size:clamp(11px,3.05vw,15px) !important;line-height:1.45 !important;letter-spacing:-.02em !important}
html[lang="zh-CN"] .howtoTextLayerBtn{left:30.0% !important;width:57.5% !important;font-size:clamp(11px,3.0vw,15px) !important;letter-spacing:-.025em !important}
}
@media(min-width:761px){.howtoTrack .howtoSlide:nth-child(2)::before{background-image:url('./rooom_howto_assets_webp/allphone2_result.webp?v=howto_webp_v1') !important;background-size:100% 100% !important;background-position:center center !important;background-repeat:no-repeat !important}
.howtoTrack .howtoSlide:nth-child(2) .howtoSlide2TextLayer{opacity:1 !important;pointer-events:none !important;position:absolute !important;inset:0 !important;z-index:6 !important;color:#fff !important;font-family:"Hiragino Sans","Yu Gothic","Meiryo",sans-serif !important;letter-spacing:-.035em !important;text-rendering:geometricPrecision !important;-webkit-font-smoothing:antialiased !important}
.howtoSlide2Title{position:absolute !important;left:7.2% !important;top:13.2% !important;width:70% !important;font-size:clamp(37px,10.8vw,55px) !important;line-height:1.18 !important;font-weight:950 !important;letter-spacing:-.06em !important;text-align:left !important;white-space:pre-line !important;text-shadow:0 3px 12px rgba(0,0,0,.40) !important}
.howtoSlide2Accent{position:absolute !important;left:7.3% !important;top:27.6% !important;width:33.5% !important;height:6px !important;border-radius:999px !important;background:linear-gradient(90deg,#9b38ff 0%,#2d9cff 100%) !important;box-shadow:0 1px 0 rgba(255,255,255,.15) inset !important}
.howtoSlide2Desc{position:absolute !important;left:7.3% !important;top:31.7% !important;width:62% !important;font-size:clamp(16px,4.7vw,24px) !important;line-height:1.62 !important;font-weight:850 !important;letter-spacing:-.035em !important;text-align:left !important;white-space:pre-line !important;text-shadow:0 2px 10px rgba(0,0,0,.42) !important}
.howtoSlide2Feature{position:absolute !important;left:7.2% !important;width:60% !important;height:5.35% !important;min-height:42px !important;display:flex !important;align-items:center !important;gap:14px !important;padding:0 16px !important;border-radius:16px !important;background:rgba(10,14,22,.78) !important;border:1px solid rgba(255,255,255,.18) !important;box-shadow:0 10px 24px rgba(0,0,0,.22) !important;backdrop-filter:blur(5px) !important;-webkit-backdrop-filter:blur(5px) !important}
.howtoSlide2Feature1{top:66.8% !important}
.howtoSlide2Feature2{top:74.2% !important}
.howtoSlide2Feature3{top:81.6% !important}
.howtoSlide2Feature4{top:89.0% !important}
.howtoSlide2Icon{flex:0 0 auto !important;width:27px !important;height:27px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;color:#6f5cff !important}
.howtoSlide2Icon svg{display:block !important;width:27px !important;height:27px !important;fill:currentColor !important}
.howtoSlide2FeatureText{min-width:0 !important;color:#fff !important;font-size:clamp(14px,4.1vw,21px) !important;line-height:1.05 !important;font-weight:900 !important;letter-spacing:-.04em !important;text-align:left !important;white-space:nowrap !important;text-shadow:0 2px 8px rgba(0,0,0,.30) !important}
html[lang="en"] .howtoSlide2Title{width:72% !important;font-size:clamp(36px,10.0vw,52px) !important;line-height:1.12 !important;letter-spacing:-.045em !important}
html[lang="en"] .howtoSlide2Desc{width:64% !important;font-size:clamp(13px,3.7vw,19px) !important;line-height:1.45 !important;letter-spacing:-.025em !important}
html[lang="en"] .howtoSlide2Feature{width:60% !important;gap:10px !important;padding:0 13px !important}
html[lang="en"] .howtoSlide2FeatureText{font-size:clamp(11px,3.15vw,16px) !important;letter-spacing:-.025em !important}
html[lang="ko"] .howtoSlide2Title{width:74% !important;font-size:clamp(24px,6.8vw,35px) !important;line-height:1.18 !important;letter-spacing:-.05em !important}
html[lang="ko"] .howtoSlide2Desc{width:66% !important;font-size:clamp(10px,2.85vw,15px) !important;line-height:1.48 !important;letter-spacing:-.03em !important}
html[lang="ko"] .howtoSlide2Feature{width:60% !important;gap:10px !important;padding:0 13px !important}
html[lang="ko"] .howtoSlide2FeatureText{font-size:clamp(11px,3.25vw,16px) !important;letter-spacing:-.035em !important}
html[lang="zh-CN"] .howtoSlide2Title{width:72% !important;font-size:clamp(26px,7.3vw,37px) !important;line-height:1.16 !important;letter-spacing:-.04em !important}
html[lang="zh-CN"] .howtoSlide2Desc{width:66% !important;font-size:clamp(11px,3.05vw,15px) !important;line-height:1.46 !important;letter-spacing:-.025em !important}
html[lang="zh-CN"] .howtoSlide2Feature{width:60% !important;gap:10px !important;padding:0 13px !important}
html[lang="zh-CN"] .howtoSlide2FeatureText{font-size:clamp(12px,3.35vw,17px) !important;letter-spacing:-.03em !important}
}
@media(min-width:761px){.howtoTrack .howtoSlide:nth-child(3)::before{content:"" !important;position:absolute !important;inset:0 !important;z-index:0 !important;background-image:url('./rooom_howto_assets_webp/allphone3_result.webp?v=howto_webp_v1') !important;background-size:100% 100% !important;background-position:center center !important;background-repeat:no-repeat !important}
.howtoTrack .howtoSlide:nth-child(3){padding:0 !important;background:#050817 !important;color:#fff !important}
.howtoTrack .howtoSlide:nth-child(3)>.howtoStarField,.howtoTrack .howtoSlide:nth-child(3)>.howtoCopy,.howtoTrack .howtoSlide:nth-child(3)>.howtoVisual{display:none !important}
.howtoTrack .howtoSlide:nth-child(3) .howtoSlide3TextLayer{opacity:1 !important;pointer-events:none !important;position:absolute !important;inset:0 !important;z-index:6 !important;color:#fff !important;font-family:"Hiragino Sans","Yu Gothic","Meiryo",sans-serif !important;letter-spacing:-.035em !important;text-rendering:geometricPrecision !important;-webkit-font-smoothing:antialiased !important}
.howtoSlide3Title{position:absolute !important;left:7.2% !important;top:12.2% !important;width:42% !important;font-size:clamp(31px,8.7vw,44px) !important;line-height:1.18 !important;font-weight:950 !important;letter-spacing:-.06em !important;text-align:left !important;white-space:pre-line !important;text-shadow:0 3px 13px rgba(0,0,0,.44) !important}
.howtoSlide3Accent{position:absolute !important;left:7.3% !important;top:31.9% !important;width:36.8% !important;height:5px !important;border-radius:999px !important;background:linear-gradient(90deg,#a735ff 0%,#c044ff 100%) !important;box-shadow:0 1px 0 rgba(255,255,255,.16) inset,0 0 14px rgba(180,54,255,.28) !important}
.howtoSlide3Desc{position:absolute !important;left:7.3% !important;top:36.9% !important;width:41% !important;font-size:clamp(12px,3.35vw,17px) !important;line-height:1.55 !important;font-weight:750 !important;letter-spacing:-.035em !important;text-align:left !important;white-space:pre-line !important;text-shadow:0 2px 10px rgba(0,0,0,.42) !important}
.howtoSlide3TimerLabel{position:absolute !important;left:73.0% !important;top:31.8% !important;transform:translateX(-50%) !important;width:24% !important;color:rgba(255,255,255,.92) !important;font-size:clamp(10px,2.65vw,15px) !important;line-height:1 !important;font-weight:850 !important;letter-spacing:-.02em !important;text-align:center !important;white-space:nowrap !important;text-shadow:0 2px 10px rgba(0,0,0,.46) !important}
.howtoSlide3Feature{position:absolute !important;left:7.2% !important;width:47.5% !important;height:6.25% !important;min-height:46px !important;display:flex !important;align-items:center !important;gap:14px !important;padding:0 17px !important;border-radius:17px !important;background:rgba(22,10,36,.74) !important;border:1px solid rgba(193,70,255,.34) !important;box-shadow:0 10px 26px rgba(0,0,0,.26) !important;backdrop-filter:blur(5px) !important;-webkit-backdrop-filter:blur(5px) !important}
.howtoSlide3Feature1{top:67.7% !important}
.howtoSlide3Feature2{top:75.2% !important}
.howtoSlide3Feature3{top:82.7% !important}
.howtoSlide3Icon{flex:0 0 auto !important;width:28px !important;height:28px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;color:#cf48ff !important;filter:drop-shadow(0 0 8px rgba(207,72,255,.26)) !important}
.howtoSlide3Icon svg{display:block !important;width:28px !important;height:28px !important;fill:none !important;stroke:currentColor !important;stroke-width:2.1 !important;stroke-linecap:round !important;stroke-linejoin:round !important}
.howtoSlide3FeatureText{min-width:0 !important;color:#fff !important;font-size:clamp(10px,2.85vw,15px) !important;line-height:1.16 !important;font-weight:850 !important;letter-spacing:-.04em !important;text-align:left !important;white-space:pre-line !important;text-shadow:0 2px 8px rgba(0,0,0,.32) !important}
html[lang="en"] .howtoSlide3Title{width:52% !important;font-size:clamp(26px,7.3vw,37px) !important;line-height:1.16 !important;letter-spacing:-.045em !important}
html[lang="en"] .howtoSlide3Desc{width:50% !important;font-size:clamp(10px,2.85vw,15px) !important;line-height:1.48 !important;letter-spacing:-.025em !important}
html[lang="en"] .howtoSlide3Feature{width:52% !important;gap:13px !important;padding:0 15px !important}
html[lang="en"] .howtoSlide3FeatureText{font-size:clamp(10px,2.8vw,14px) !important;letter-spacing:-.025em !important}
html[lang="ko"] .howtoSlide3Title{width:54% !important;font-size:clamp(24px,6.8vw,35px) !important;line-height:1.18 !important;letter-spacing:-.05em !important}
html[lang="ko"] .howtoSlide3Desc{width:54% !important;font-size:clamp(10px,2.75vw,14px) !important;line-height:1.50 !important;letter-spacing:-.035em !important}
html[lang="ko"] .howtoSlide3Feature{width:54% !important;gap:13px !important;padding:0 15px !important}
html[lang="ko"] .howtoSlide3FeatureText{font-size:clamp(10px,2.75vw,14px) !important;letter-spacing:-.035em !important}
html[lang="zh-CN"] .howtoSlide3Title{width:52% !important;font-size:clamp(26px,7.3vw,37px) !important;line-height:1.16 !important;letter-spacing:-.04em !important}
html[lang="zh-CN"] .howtoSlide3Desc{width:52% !important;font-size:clamp(11px,3.05vw,15px) !important;line-height:1.48 !important;letter-spacing:-.025em !important}
html[lang="zh-CN"] .howtoSlide3Feature{width:52% !important;gap:13px !important;padding:0 15px !important}
html[lang="zh-CN"] .howtoSlide3FeatureText{font-size:clamp(10px,2.9vw,15px) !important;letter-spacing:-.03em !important}
}
@media(min-width:761px){.howtoTrack .howtoSlide:nth-child(4)::before{content:"" !important;position:absolute !important;inset:0 !important;z-index:0 !important;background-image:url('./rooom_howto_assets_webp/allphone4_result.webp?v=howto_webp_v1') !important;background-size:100% 100% !important;background-position:center center !important;background-repeat:no-repeat !important}
.howtoTrack .howtoSlide:nth-child(4){padding:0 !important;background:#f7efe2 !important;color:#090909 !important}
.howtoTrack .howtoSlide:nth-child(4)>.howtoCopy,.howtoTrack .howtoSlide:nth-child(4)>.howtoVisual{display:none !important}
.howtoTrack .howtoSlide:nth-child(4) .howtoSlide4TextLayer{opacity:1 !important;pointer-events:none !important;position:absolute !important;inset:0 !important;z-index:6 !important;color:#070707 !important;font-family:"Hiragino Sans","Yu Gothic","Meiryo",sans-serif !important;letter-spacing:-.035em !important;text-rendering:geometricPrecision !important;-webkit-font-smoothing:antialiased !important}
.howtoSlide4Title{position:absolute !important;left:7.2% !important;top:7.8% !important;width:70% !important;font-size:clamp(32px,9.25vw,47px) !important;line-height:1.17 !important;font-weight:950 !important;letter-spacing:-.06em !important;text-align:left !important;white-space:pre-line !important}
.howtoSlide4Accent{position:absolute !important;left:7.4% !important;top:21.35% !important;width:25.5% !important;height:5px !important;border-radius:999px !important;background:#e8ad1b !important;box-shadow:0 1px 0 rgba(255,255,255,.2) inset !important}
.howtoSlide4Desc{position:absolute !important;left:7.4% !important;top:24.6% !important;width:71% !important;font-size:clamp(11px,3.0vw,15px) !important;line-height:1.48 !important;font-weight:800 !important;letter-spacing:-.033em !important;text-align:left !important;white-space:pre-line !important}
.howtoSlide4PanelTitle{position:absolute !important;left:22% !important;top:42.55% !important;width:56% !important;font-size:clamp(10px,2.75vw,14px) !important;line-height:1 !important;font-weight:900 !important;letter-spacing:-.035em !important;text-align:center !important;white-space:nowrap !important}
.howtoSlide4CardTitle{position:absolute !important;top:68.45% !important;width:34% !important;font-size:clamp(16px,4.45vw,23px) !important;line-height:1.05 !important;font-weight:950 !important;letter-spacing:-.055em !important;text-align:center !important;white-space:nowrap !important}
.howtoSlide4LeftTitle{left:10.0% !important}
.howtoSlide4RightTitle{left:55.6% !important}
.howtoSlide4CardDesc{position:absolute !important;top:72.45% !important;width:34% !important;font-size:clamp(10px,2.85vw,14px) !important;line-height:1.30 !important;font-weight:850 !important;letter-spacing:-.04em !important;text-align:center !important;white-space:pre-line !important}
.howtoSlide4LeftDesc{left:10.0% !important}
.howtoSlide4RightDesc{left:55.6% !important}
.howtoSlide4PillText{position:absolute !important;top:80.55% !important;width:34.5% !important;transform:translateY(-50%) !important;font-size:clamp(6px,1.95vw,10px) !important;line-height:1 !important;font-weight:900 !important;letter-spacing:-.055em !important;color:#745833 !important;text-align:center !important;white-space:nowrap !important}
.howtoSlide4LeftPill{left:9.8% !important}
.howtoSlide4RightPill{left:54.8% !important}
.howtoSlide4BottomText{position:absolute !important;left:26.0% !important;top:85.15% !important;width:64.5% !important;font-size:clamp(6px,1.75vw,9px) !important;line-height:1.18 !important;font-weight:850 !important;letter-spacing:-.035em !important;text-align:left !important;white-space:pre-line !important}
html[lang="en"] .howtoSlide4Title{width:80% !important;font-size:clamp(23px,6.8vw,34px) !important;line-height:1.10 !important;letter-spacing:-.04em !important}
html[lang="en"] .howtoSlide4Desc{width:80% !important;font-size:clamp(8px,2.15vw,11px) !important;line-height:1.34 !important;letter-spacing:-.015em !important}
html[lang="en"] .howtoSlide4PanelTitle{font-size:clamp(9px,2.45vw,12px) !important}
html[lang="en"] .howtoSlide4CardTitle{font-size:clamp(10px,2.85vw,15px) !important;letter-spacing:-.02em !important}
html[lang="en"] .howtoSlide4CardDesc{font-size:clamp(7px,1.95vw,10px) !important;line-height:1.22 !important;letter-spacing:-.01em !important}
html[lang="en"] .howtoSlide4PillText{font-size:clamp(5px,1.55vw,8px) !important;letter-spacing:-.005em !important}
html[lang="en"] .howtoSlide4BottomText{font-size:clamp(4px,1.25vw,7px) !important;line-height:1.14 !important;letter-spacing:-.005em !important}
html[lang="ko"] .howtoSlide4Title{width:80% !important;font-size:clamp(24px,6.9vw,35px) !important;line-height:1.12 !important;letter-spacing:-.05em !important}
html[lang="ko"] .howtoSlide4Desc{width:80% !important;font-size:clamp(8px,2.2vw,11px) !important;line-height:1.34 !important;letter-spacing:-.03em !important}
html[lang="ko"] .howtoSlide4CardTitle{font-size:clamp(12px,3.35vw,17px) !important}
html[lang="ko"] .howtoSlide4CardDesc{font-size:clamp(7px,2.05vw,10px) !important;line-height:1.22 !important}
html[lang="ko"] .howtoSlide4PillText{font-size:clamp(5px,1.65vw,8px) !important;letter-spacing:-.03em !important}
html[lang="ko"] .howtoSlide4RightPill{left:53.8% !important;width:35.8% !important}
html[lang="ko"] .howtoSlide4BottomText{font-size:clamp(5px,1.45vw,7.5px) !important;line-height:1.14 !important}
html[lang="zh-CN"] .howtoSlide4Title{width:80% !important;font-size:clamp(25px,7.0vw,36px) !important;line-height:1.12 !important;letter-spacing:-.035em !important}
html[lang="zh-CN"] .howtoSlide4Desc{width:80% !important;font-size:clamp(8px,2.25vw,11.5px) !important;line-height:1.34 !important;letter-spacing:-.02em !important}
html[lang="zh-CN"] .howtoSlide4CardTitle{font-size:clamp(12px,3.45vw,18px) !important}
html[lang="zh-CN"] .howtoSlide4CardDesc{font-size:clamp(8px,2.15vw,11px) !important;line-height:1.24 !important}
html[lang="zh-CN"] .howtoSlide4PillText{font-size:clamp(6px,1.75vw,9px) !important;letter-spacing:-.025em !important}
html[lang="zh-CN"] .howtoSlide4BottomText{font-size:clamp(5px,1.55vw,8px) !important;line-height:1.14 !important}
}
@media(min-width:761px){.howtoTrack .howtoSlide:nth-child(1) .howtoTextLayer,.howtoTrack .howtoSlide:nth-child(2) .howtoSlide2TextLayer,.howtoTrack .howtoSlide:nth-child(3) .howtoSlide3TextLayer,.howtoTrack .howtoSlide:nth-child(4) .howtoSlide4TextLayer{font-family:"Hiragino Sans","Yu Gothic","Meiryo",sans-serif !important;letter-spacing:-.02em !important;-webkit-font-smoothing:antialiased !important;text-rendering:geometricPrecision !important}
.howtoTrack .howtoSlide:nth-child(1) .howtoTextLayerTitle,.howtoSlide2Title,.howtoSlide3Title,.howtoSlide4Title{font-family:"Hiragino Sans","Yu Gothic","Meiryo",sans-serif !important;font-size:clamp(31px,8.9vw,45px) !important;line-height:1.10 !important;font-weight:400 !important;letter-spacing:-.02em !important;text-align:left !important;white-space:pre-line !important;text-shadow:none !important;-webkit-text-stroke:0 !important}
.howtoTrack .howtoSlide:nth-child(1) .howtoTextLayerTitle{left:7.2% !important;top:13.4% !important;max-width:8.6em !important}
.howtoSlide2Title{left:7.2% !important;top:13.4% !important;width:72% !important;max-width:8.6em !important}
.howtoSlide3Title{left:7.2% !important;top:12.8% !important;width:48% !important;max-width:8.6em !important}
.howtoSlide4Title{left:7.2% !important;top:8.4% !important;width:72% !important;max-width:8.6em !important}
.howtoSlide2Accent,.howtoSlide3Accent,.howtoSlide4Accent{display:none !important;visibility:hidden !important;opacity:0 !important;width:0 !important;height:0 !important;margin:0 !important;padding:0 !important;overflow:hidden !important}
.howtoSlide2Title::after,.howtoSlide3Title::after,.howtoSlide4Title::after{content:"" !important;display:block !important;width:2.08em !important;height:.14em !important;min-height:5px !important;max-height:7px !important;margin-top:.18em !important;margin-left:0 !important;border-radius:999px !important;box-shadow:none !important}
.howtoSlide2Title::after{background:linear-gradient(90deg,#9b38ff 0%,#2d9cff 100%) !important}
.howtoSlide3Title::after{background:linear-gradient(90deg,#a735ff 0%,#c044ff 100%) !important}
.howtoSlide4Title::after{background:#e8ad1b !important}
.howtoTextLayerDesc,.howtoSlide2Desc,.howtoSlide3Desc,.howtoSlide4Desc{font-family:"Hiragino Sans","Yu Gothic","Meiryo",sans-serif !important;font-size:clamp(12px,3.15vw,16px) !important;line-height:1.48 !important;font-weight:400 !important;letter-spacing:-.02em !important;text-align:left !important;white-space:pre-line !important;text-shadow:none !important;-webkit-text-stroke:0 !important}
.howtoTextLayerDesc{left:7.3% !important;top:31.5% !important;width:72% !important}
.howtoSlide2Desc{left:7.3% !important;top:34.0% !important;width:64% !important}
.howtoSlide3Desc{left:7.3% !important;top:34.8% !important;width:43% !important}
.howtoSlide4Desc{left:7.4% !important;top:25.6% !important;width:71% !important}
.howtoTextLayerBtn,.howtoSlide2FeatureText,.howtoSlide3FeatureText,.howtoSlide4PanelTitle,.howtoSlide4CardTitle,.howtoSlide4CardDesc,.howtoSlide4PillText,.howtoSlide4BottomText{font-family:"Hiragino Sans","Yu Gothic","Meiryo",sans-serif !important;font-weight:400 !important;letter-spacing:-.02em !important;text-shadow:none !important;-webkit-text-stroke:0 !important}
.howtoTextLayerBtn,.howtoSlide2FeatureText{font-size:clamp(12px,3.35vw,17px) !important;line-height:1.05 !important}
.howtoSlide3FeatureText{font-size:clamp(10px,2.85vw,15px) !important;line-height:1.16 !important}
.howtoSlide4PanelTitle{font-size:clamp(10px,2.75vw,14px) !important}
.howtoSlide4CardTitle{font-size:clamp(16px,4.45vw,23px) !important;line-height:1.05 !important}
.howtoSlide4CardDesc{font-size:clamp(10px,2.85vw,14px) !important;line-height:1.30 !important}
.howtoSlide4PillText{font-size:clamp(6px,1.95vw,10px) !important;line-height:1 !important}
.howtoSlide4BottomText{font-size:clamp(6px,1.75vw,9px) !important;line-height:1.18 !important}
.howtoBigTitle,.howtoText,.howtoBadge{font-family:"Hiragino Sans","Yu Gothic","Meiryo",sans-serif !important;font-weight:400 !important;letter-spacing:-.02em !important}
.howtoBigTitle{font-size:clamp(31px,8.9vw,45px) !important;line-height:1.10 !important;background-position:0 100% !important}
.howtoText{font-size:clamp(12px,3.15vw,16px) !important;line-height:1.48 !important}
.howtoBadge{font-size:clamp(12px,3.35vw,17px) !important;line-height:1.05 !important}
}
@media(min-width:761px){.howtoSlide4Title{top:10.4% !important}
.howtoSlide4Desc{top:27.6% !important}
.howtoSlide4BottomText{top:86.5% !important}
}
@media(min-width:761px){.howtoTrack .howtoSlide:nth-child(5)::before{content:"" !important;position:absolute !important;inset:0 !important;z-index:0 !important;background-image:url('./rooom_howto_assets_webp/allphone5_result.webp?v=howto_webp_v1') !important;background-size:100% 100% !important;background-position:center center !important;background-repeat:no-repeat !important}
.howtoTrack .howtoSlide:nth-child(5){padding:0 !important;background:#06112b !important;color:#fff !important}
.howtoTrack .howtoSlide:nth-child(5)>.howtoCopy,.howtoTrack .howtoSlide:nth-child(5)>.howtoVisual{display:none !important}
.howtoTrack .howtoSlide:nth-child(5) .howtoSlide5TextLayer{opacity:1 !important;pointer-events:none !important;position:absolute !important;inset:0 !important;z-index:6 !important;color:#fff !important;font-family:"Hiragino Sans","Yu Gothic","Meiryo",sans-serif !important;text-rendering:geometricPrecision !important;-webkit-font-smoothing:antialiased !important}
.howtoSlide5CopyLayer{position:absolute !important;left:7.2% !important;top:13.4% !important;width:70% !important;max-width:10.2em !important;z-index:1 !important}
.howtoSlide5Title.howtoBigTitle{display:inline !important;margin:0 !important;padding:0 !important;font-size:clamp(28px,8.3vw,43px) !important;line-height:1.14 !important;font-weight:950 !important;letter-spacing:-.07em !important;color:#fff !important;text-align:left !important;white-space:pre-line !important;text-shadow:none !important;-webkit-text-stroke:0 !important;background:linear-gradient(transparent 58%,rgba(146,92,255,.86) 58% 84%,transparent 84%) !important;-webkit-box-decoration-break:clone !important;box-decoration-break:clone !important}
.howtoSlide5Desc.howtoText{display:block !important;margin:22px 0 0 !important;width:100% !important;color:rgba(255,255,255,.86) !important;font-size:clamp(12px,3.15vw,16px) !important;line-height:1.48 !important;font-weight:650 !important;letter-spacing:-.02em !important;text-align:left !important;white-space:pre-line !important;text-shadow:none !important;-webkit-text-stroke:0 !important}
html[lang="en"] .howtoSlide5CopyLayer{width:76% !important;max-width:12.4em !important}
html[lang="en"] .howtoSlide5Title.howtoBigTitle{font-size:clamp(25px,7.2vw,38px) !important;line-height:1.16 !important;letter-spacing:-.045em !important}
html[lang="en"] .howtoSlide5Desc.howtoText{font-size:clamp(12px,3.1vw,16px) !important}
html[lang="ko"] .howtoSlide5CopyLayer,html[lang="zh-CN"] .howtoSlide5CopyLayer{width:74% !important;max-width:11.4em !important}
html[lang="ko"] .howtoSlide5Title.howtoBigTitle,html[lang="zh-CN"] .howtoSlide5Title.howtoBigTitle{font-size:clamp(26px,7.55vw,39px) !important;line-height:1.16 !important;letter-spacing:-.045em !important}
html[lang="ko"] .howtoSlide5Desc.howtoText,html[lang="zh-CN"] .howtoSlide5Desc.howtoText{font-size:clamp(12px,3.05vw,15px) !important}
}
html.rooom-ipad-portrait .howtoTrack .howtoSlide:nth-child(5)::before{content:"" !important;position:absolute !important;inset:0 !important;z-index:0 !important;background-image:url('./rooom_howto_assets_webp/allphone5_result.webp?v=howto_webp_v1') !important;background-size:100% 100% !important;background-position:center center !important;background-repeat:no-repeat !important}
@media(min-width:761px){.howtoTrack .howtoSlide:nth-child(5)>.howtoCopy{display:block !important;position:absolute !important;left:7.2% !important;top:13.4% !important;width:70% !important;max-width:10.2em !important;z-index:7 !important;color:#fff !important;pointer-events:none !important}
.howtoTrack .howtoSlide:nth-child(5)>.howtoCopy .howtoEyebrow{display:none !important}
.howtoTrack .howtoSlide:nth-child(5)>.howtoVisual{display:none !important}
.howtoTrack .howtoSlide:nth-child(5) .howtoBigTitle{display:inline !important;margin:0 !important;padding:0 !important;font-size:clamp(27px,8.0vw,42px) !important;line-height:1.20 !important;font-weight:950 !important;letter-spacing:-.07em !important;color:#fff !important;text-align:left !important;white-space:normal !important;text-shadow:none !important;-webkit-text-stroke:0 !important;background:linear-gradient(transparent 64%,rgba(146,92,255,.86) 64% 86%,transparent 86%) !important;-webkit-box-decoration-break:clone !important;box-decoration-break:clone !important}
.howtoTrack .howtoSlide:nth-child(5) .howtoText{display:block !important;visibility:visible !important;opacity:1 !important;margin:22px 0 0 !important;width:100% !important;color:rgba(255,255,255,.86) !important;font-size:clamp(12px,3.15vw,16px) !important;line-height:1.48 !important;font-weight:650 !important;letter-spacing:-.02em !important;text-align:left !important;white-space:normal !important;text-shadow:none !important;-webkit-text-stroke:0 !important}
.howtoTrack .howtoSlide:nth-child(5) .howtoSlide5TextLayer,.howtoTrack .howtoSlide:nth-child(5) .howtoSlide5CopyLayer,.howtoTrack .howtoSlide:nth-child(5) .howtoSlide5Accent{display:none !important}
html[lang="en"] .howtoTrack .howtoSlide:nth-child(5)>.howtoCopy{width:76% !important;max-width:12.4em !important}
html[lang="en"] .howtoTrack .howtoSlide:nth-child(5) .howtoBigTitle{font-size:clamp(25px,7.2vw,38px) !important;line-height:1.18 !important;letter-spacing:-.045em !important}
html[lang="ko"] .howtoTrack .howtoSlide:nth-child(5)>.howtoCopy,html[lang="zh-CN"] .howtoTrack .howtoSlide:nth-child(5)>.howtoCopy{width:74% !important;max-width:11.4em !important}
html[lang="ko"] .howtoTrack .howtoSlide:nth-child(5) .howtoBigTitle,html[lang="zh-CN"] .howtoTrack .howtoSlide:nth-child(5) .howtoBigTitle{font-size:clamp(26px,7.55vw,39px) !important;line-height:1.18 !important;letter-spacing:-.045em !important}
}
@media(min-width:761px){.howtoTrack .howtoSlide:nth-child(5)::before{background-image:url('./rooom_howto_assets_webp/allphone5_result.webp?v=howto_webp_v1') !important;background-size:100% 100% !important;background-position:center center !important;background-repeat:no-repeat !important}
.howtoTrack .howtoSlide:nth-child(5)>.howtoCopy,.howtoTrack .howtoSlide:nth-child(5)>.howtoVisual,.howtoTrack .howtoSlide:nth-child(5) .howtoSlide5CopyLayer,.howtoTrack .howtoSlide:nth-child(5) .howtoSlide5Accent{display:none !important;visibility:hidden !important;opacity:0 !important;pointer-events:none !important}
.howtoTrack .howtoSlide:nth-child(5) .howtoSlide5TextLayer{display:block !important;visibility:visible !important;opacity:1 !important;pointer-events:none !important;position:absolute !important;inset:0 !important;z-index:9 !important;color:#fff !important;font-family:"Hiragino Sans","Yu Gothic","Meiryo",sans-serif !important;letter-spacing:-.02em !important;-webkit-font-smoothing:antialiased !important;text-rendering:geometricPrecision !important}
.howtoSlide5Title{position:absolute !important;left:7.2% !important;top:13.4% !important;width:86% !important;max-width:none !important;margin:0 !important;padding:0 !important;font-size:clamp(31px,8.9vw,45px) !important;line-height:1.10 !important;font-weight:400 !important;letter-spacing:-.02em !important;color:#fff !important;text-align:left !important;white-space:pre-line !important;word-break:keep-all !important;overflow-wrap:normal !important;text-shadow:none !important;-webkit-text-stroke:0 !important}
.howtoSlide5Title::after{content:"" !important;display:block !important;width:2.08em !important;height:.14em !important;min-height:5px !important;max-height:7px !important;margin-top:.18em !important;margin-left:0 !important;border-radius:999px !important;background:linear-gradient(90deg,#a735ff 0%,#c044ff 100%) !important;box-shadow:none !important}
.howtoSlide5Desc{position:absolute !important;left:7.3% !important;top:42.0% !important;width:78% !important;margin:0 !important;padding:0 !important;display:block !important;visibility:visible !important;opacity:1 !important;color:rgba(255,255,255,.86) !important;font-size:clamp(12px,3.15vw,16px) !important;line-height:1.48 !important;font-weight:400 !important;letter-spacing:-.02em !important;text-align:left !important;white-space:pre-line !important;text-shadow:none !important;-webkit-text-stroke:0 !important}
html[lang="en"] .howtoSlide5Title{width:88% !important;font-size:clamp(27px,7.65vw,39px) !important;line-height:1.12 !important;letter-spacing:-.02em !important}
html[lang="en"] .howtoSlide5Desc{top:42.0% !important;font-size:clamp(12px,3.05vw,16px) !important}
html[lang="ko"] .howtoSlide5Title,html[lang="zh-CN"] .howtoSlide5Title{width:88% !important;font-size:clamp(29px,8.1vw,41px) !important;line-height:1.12 !important;letter-spacing:-.02em !important}
html[lang="ko"] .howtoSlide5Desc,html[lang="zh-CN"] .howtoSlide5Desc{top:42.0% !important;font-size:clamp(12px,3.05vw,15px) !important}
}
@media (min-width:761px){.howtoTrack .howtoSlide:nth-child(1) .howtoTextLayer,.howtoTrack .howtoSlide:nth-child(2) .howtoSlide2TextLayer,.howtoTrack .howtoSlide:nth-child(3) .howtoSlide3TextLayer,.howtoTrack .howtoSlide:nth-child(4) .howtoSlide4TextLayer,.howtoTrack .howtoSlide:nth-child(5) .howtoSlide5TextLayer{display:block !important;visibility:visible !important;opacity:1 !important;pointer-events:none !important}
.howtoTrack .howtoSlide:nth-child(1)::before{background-image:url('./rooom_howto_assets_webp/allphone1_result.webp?v=howto_webp_v1') !important}
.howtoTrack .howtoSlide:nth-child(2)::before{background-image:url('./rooom_howto_assets_webp/allphone2_result.webp?v=howto_webp_v1') !important}
.howtoTrack .howtoSlide:nth-child(3)::before{background-image:url('./rooom_howto_assets_webp/allphone3_result.webp?v=howto_webp_v1') !important}
.howtoTrack .howtoSlide:nth-child(4)::before{background-image:url('./rooom_howto_assets_webp/allphone4_result.webp?v=howto_webp_v1') !important}
.howtoTrack .howtoSlide:nth-child(5)::before{background-image:url('./rooom_howto_assets_webp/allphone5_result.webp?v=howto_webp_v1') !important}
}
@media (min-width:761px){.howtoTrack .howtoSlide:nth-child(1) .howtoTextLayer,.howtoTrack .howtoSlide:nth-child(2) .howtoSlide2TextLayer,.howtoTrack .howtoSlide:nth-child(3) .howtoSlide3TextLayer,.howtoTrack .howtoSlide:nth-child(4) .howtoSlide4TextLayer,.howtoTrack .howtoSlide:nth-child(5) .howtoSlide5TextLayer{display:block !important;visibility:visible !important;opacity:1 !important}
.howtoSlide3Title{top:12.0% !important;width:41% !important;font-size:34px !important;line-height:1.12 !important;letter-spacing:-.055em !important}
.howtoSlide3Accent{top:31.0% !important;width:31% !important;height:4px !important}
.howtoSlide3Desc{top:33.8% !important;width:42% !important;font-size:12px !important;line-height:1.45 !important;letter-spacing:-.025em !important}
.howtoSlide3TimerLabel{top:31.5% !important;font-size:11px !important}
.howtoSlide3Feature{left:7.2% !important;width:47.5% !important;height:5.9% !important;min-height:38px !important;gap:10px !important;padding:0 13px !important;border-radius:15px !important}
.howtoSlide3Feature1{top:68.0% !important}
.howtoSlide3Feature2{top:75.1% !important}
.howtoSlide3Feature3{top:82.2% !important}
.howtoSlide3Icon,.howtoSlide3Icon svg{width:22px !important;height:22px !important}
.howtoSlide3FeatureText{font-size:12px !important;line-height:1.12 !important;letter-spacing:-.035em !important}
.howtoSlide4Title{top:7.4% !important;width:68% !important;font-size:34px !important;line-height:1.10 !important;letter-spacing:-.055em !important}
.howtoSlide4Accent{top:21.1% !important;width:24% !important;height:4px !important}
.howtoSlide4Desc{top:23.3% !important;width:68% !important;font-size:11px !important;line-height:1.36 !important;letter-spacing:-.025em !important}
.howtoSlide4PanelTitle{top:42.6% !important;font-size:11px !important}
.howtoSlide4CardTitle{top:68.2% !important;font-size:18px !important;line-height:1.02 !important;letter-spacing:-.045em !important}
.howtoSlide4CardDesc{top:72.0% !important;font-size:10px !important;line-height:1.22 !important;letter-spacing:-.03em !important}
.howtoSlide4PillText{top:80.3% !important;font-size:7px !important;letter-spacing:-.03em !important}
.howtoSlide4BottomText{top:85.0% !important;font-size:6.5px !important;line-height:1.10 !important;letter-spacing:-.02em !important}
html[lang="en"] .howtoSlide3Title,html[lang="ko"] .howtoSlide3Title,html[lang="zh-CN"] .howtoSlide3Title{font-size:30px !important;line-height:1.12 !important;width:50% !important}
html[lang="en"] .howtoSlide3Desc,html[lang="ko"] .howtoSlide3Desc,html[lang="zh-CN"] .howtoSlide3Desc{font-size:11px !important;line-height:1.38 !important;width:50% !important}
html[lang="en"] .howtoSlide3Feature,html[lang="ko"] .howtoSlide3Feature,html[lang="zh-CN"] .howtoSlide3Feature{width:52% !important}
html[lang="en"] .howtoSlide3FeatureText,html[lang="ko"] .howtoSlide3FeatureText,html[lang="zh-CN"] .howtoSlide3FeatureText{font-size:11px !important}
html[lang="en"] .howtoSlide4Title,html[lang="ko"] .howtoSlide4Title,html[lang="zh-CN"] .howtoSlide4Title{font-size:27px !important;line-height:1.08 !important;width:80% !important}
html[lang="en"] .howtoSlide4Desc,html[lang="ko"] .howtoSlide4Desc,html[lang="zh-CN"] .howtoSlide4Desc{font-size:8.5px !important;line-height:1.25 !important;width:80% !important}
html[lang="en"] .howtoSlide4PanelTitle,html[lang="ko"] .howtoSlide4PanelTitle,html[lang="zh-CN"] .howtoSlide4PanelTitle{font-size:9.5px !important}
html[lang="en"] .howtoSlide4CardTitle,html[lang="ko"] .howtoSlide4CardTitle,html[lang="zh-CN"] .howtoSlide4CardTitle{font-size:13px !important}
html[lang="en"] .howtoSlide4CardDesc,html[lang="ko"] .howtoSlide4CardDesc,html[lang="zh-CN"] .howtoSlide4CardDesc{font-size:7.2px !important;line-height:1.15 !important}
html[lang="en"] .howtoSlide4PillText,html[lang="ko"] .howtoSlide4PillText,html[lang="zh-CN"] .howtoSlide4PillText{font-size:5.6px !important}
html[lang="en"] .howtoSlide4BottomText,html[lang="ko"] .howtoSlide4BottomText,html[lang="zh-CN"] .howtoSlide4BottomText{font-size:5.2px !important;line-height:1.08 !important}
}
@media (min-width:761px){.howtoSlide4Title{top:9.4% !important}
.howtoSlide4Accent{top:23.3% !important}
.howtoSlide4Desc{top:25.7% !important}
.howtoSlide4PanelTitle{top:43.7% !important}
.howtoSlide4BottomText{top:87.2% !important}
html[lang="en"] .howtoSlide4Title,html[lang="ko"] .howtoSlide4Title,html[lang="zh-CN"] .howtoSlide4Title{top:9.2% !important}
html[lang="en"] .howtoSlide4Accent,html[lang="ko"] .howtoSlide4Accent,html[lang="zh-CN"] .howtoSlide4Accent{top:22.8% !important}
html[lang="en"] .howtoSlide4Desc,html[lang="ko"] .howtoSlide4Desc,html[lang="zh-CN"] .howtoSlide4Desc{top:25.1% !important}
html[lang="en"] .howtoSlide4PanelTitle,html[lang="ko"] .howtoSlide4PanelTitle,html[lang="zh-CN"] .howtoSlide4PanelTitle{top:43.7% !important}
html[lang="en"] .howtoSlide4BottomText,html[lang="ko"] .howtoSlide4BottomText,html[lang="zh-CN"] .howtoSlide4BottomText{top:87.4% !important}
}
.noticeModalOverlay{z-index:30000 !important}
.noticeModalBox{position:relative !important;width:min(430px,calc(100vw - 24px)) !important;height:auto !important;max-height:calc(100dvh - 54px) !important;aspect-ratio:9 / 16 !important;padding:0 !important;overflow:hidden !important;border-radius:28px !important;background:#f5ead6 !important;color:#2b241e !important;box-shadow:0 30px 90px rgba(0,0,0,.30) !important;border:1px solid rgba(255,255,255,.72) !important;text-align:left !important}
.noticeLetterBg{position:absolute !important;inset:0 !important;z-index:1 !important;background-image:url('./rooom_howto_assets_webp/massagenoword_result.webp?v=notice_webp_v1') !important;background-size:100% 100% !important;background-position:center center !important;background-repeat:no-repeat !important}
.noticeLetterTextLayer{position:absolute !important;inset:0 !important;z-index:2 !important;pointer-events:none !important;font-family:"Hiragino Sans","Yu Gothic","Meiryo",system-ui,-apple-system,sans-serif !important}
.noticeTitle,.noticeHeadline,.noticeBody,.noticeBottom,.noticeFooter{position:absolute !important;margin:0 !important;padding:0 !important;white-space:pre-line !important;color:#302720 !important;letter-spacing:.02em !important;text-shadow:0 1px 0 rgba(255,255,255,.28) !important}
.noticeTitle{top:6.0% !important;left:13.5% !important;width:73% !important;text-align:center !important;font-size:clamp(12px,3.8vw,17px) !important;line-height:1.1 !important;font-weight:700 !important;letter-spacing:.07em !important}
.noticeHeadline{top:14.7% !important;left:18.6% !important;width:69% !important;font-size:clamp(23px,6.25vw,28px) !important;line-height:1.30 !important;font-weight:800 !important;letter-spacing:.01em !important}
.noticeBody{width:51.5% !important;font-size:clamp(11.2px,2.82vw,13.1px) !important;line-height:1.68 !important;font-weight:600 !important}
.noticeBody1{top:28.2% !important;left:20.0% !important;width:55.5% !important}
.noticeBody2{top:41.4% !important;left:37.0% !important}
.noticeBody3{top:55.6% !important;left:37.0% !important}
.noticeBody4{top:69.6% !important;left:37.0% !important}
.noticeBottom{top:85.2% !important;left:10.6% !important;width:73% !important;font-size:clamp(11.2px,2.88vw,13.2px) !important;line-height:1.62 !important;font-weight:600 !important}
.noticeFooter{left:0 !important;right:0 !important;bottom:3.0% !important;text-align:center !important;color:#78984f !important;font-size:clamp(15px,4.15vw,20px) !important;line-height:1 !important;font-weight:800 !important;letter-spacing:.06em !important}
.noticeLangEn{color:#5f93b8 !important;font-weight:800 !important}
.noticeLangZh{color:#d97956 !important;font-weight:800 !important}
.noticeLangKo{color:#5e9a69 !important;font-weight:800 !important}
.noticeLangJa{color:#8b775d !important;font-weight:800 !important}
.noticeModalCloseIcon{position:absolute !important;right:10px !important;top:10px !important;z-index:5 !important;width:44px !important;height:44px !important;border:0 !important;border-radius:999px !important;background:rgba(255,255,255,.92) !important;color:#111 !important;box-shadow:0 10px 28px rgba(0,0,0,.13) !important;font-size:28px !important;font-weight:800 !important;line-height:1 !important;cursor:pointer !important}
.noticeModalCloseIcon:active{transform:scale(.96) !important}
html[lang="en"] .noticeTitle{font-size:clamp(11px,3.45vw,16px) !important;letter-spacing:.04em !important}
html[lang="en"] .noticeHeadline{top:14.5% !important;left:18.2% !important;width:68% !important;font-size:clamp(22px,6.15vw,29px) !important;line-height:1.30 !important}
html[lang="en"] .noticeBody,html[lang="en"] .noticeBottom{font-size:clamp(9.9px,2.45vw,11.5px) !important;line-height:1.48 !important}
html[lang="en"] .noticeBody1{top:29.5% !important}
html[lang="en"] .noticeBody2{top:43.5% !important}
html[lang="en"] .noticeBody3{top:57.8% !important}
html[lang="en"] .noticeBody4{top:71.8% !important}
html[lang="en"] .noticeBottom{top:86.9% !important}
html[lang="zh-CN"] .noticeTitle,html[lang="ko"] .noticeTitle{font-size:clamp(11.5px,3.6vw,16.5px) !important}
html[lang="zh-CN"] .noticeHeadline,html[lang="ko"] .noticeHeadline{top:14.2% !important;font-size:clamp(23px,6.65vw,30px) !important;line-height:1.32 !important}
html[lang="zh-CN"] .noticeBody,html[lang="ko"] .noticeBody,html[lang="zh-CN"] .noticeBottom,html[lang="ko"] .noticeBottom{font-size:clamp(10.4px,2.62vw,12.2px) !important;line-height:1.55 !important}
html[lang="zh-CN"] .noticeBody1,html[lang="ko"] .noticeBody1{top:29.5% !important}
html[lang="zh-CN"] .noticeBody2,html[lang="ko"] .noticeBody2{top:43.2% !important}
html[lang="zh-CN"] .noticeBody3,html[lang="ko"] .noticeBody3{top:57.2% !important}
html[lang="zh-CN"] .noticeBody4,html[lang="ko"] .noticeBody4{top:71.2% !important}
html[lang="zh-CN"] .noticeBottom,html[lang="ko"] .noticeBottom{top:86.7% !important}
@media (max-width:420px){.noticeModalBox{width:min(360px,calc(100vw - 20px),calc((100dvh - 48px) * 9 / 16)) !important;max-height:calc(100dvh - 48px) !important;border-radius:24px !important}
.noticeTitle{top:6.1% !important;font-size:clamp(11px,3.45vw,15px) !important}
.noticeHeadline{top:14.9% !important;left:18.8% !important;width:69% !important;font-size:clamp(20px,5.75vw,23px) !important;line-height:1.30 !important}
.noticeBody{font-size:clamp(9.7px,2.78vw,11.2px) !important;line-height:1.58 !important}
.noticeBody1{top:28.0% !important;left:20.2% !important;width:55% !important}
.noticeBody2{top:41.5% !important;left:37.2% !important;width:50% !important}
.noticeBody3{top:55.7% !important;left:37.2% !important;width:50% !important}
.noticeBody4{top:69.8% !important;left:37.2% !important;width:50% !important}
.noticeBottom{top:85.4% !important;left:10.5% !important;width:74% !important;font-size:clamp(9.8px,2.8vw,11.3px) !important;line-height:1.48 !important}
.noticeFooter{bottom:2.8% !important;font-size:clamp(14px,4vw,17px) !important}
.noticeModalCloseIcon{right:8px !important;top:8px !important;width:38px !important;height:38px !important;font-size:25px !important}
}
.noticeLetterIntro{position:fixed !important;inset:0 !important;z-index:29999 !important;display:none !important;align-items:center !important;justify-content:center !important;pointer-events:none !important;background:rgba(0,0,0,.22) !important}
.noticeLetterIntro.show{display:flex !important}
.noticeFlyingEnvelope{position:relative !important;width:116px !important;height:76px !important;transform-origin:center center !important;animation:noticeEnvelopeFlyIn .66s cubic-bezier(.18,.82,.2,1) both,noticeEnvelopeSettle .28s ease .66s both !important;filter:drop-shadow(0 20px 28px rgba(0,0,0,.20)) !important}
.noticeFlyingEnvelopeBody{position:absolute !important;inset:0 !important;border-radius:10px !important;background:linear-gradient(180deg,#fff8ea 0%,#f3dfbc 100%) !important;border:1px solid rgba(132,94,48,.22) !important;overflow:hidden !important}
.noticeFlyingEnvelopeBody::before,.noticeFlyingEnvelopeBody::after{content:"" !important;position:absolute !important;inset:auto 0 0 0 !important;height:76px !important;background:linear-gradient(135deg,transparent 49%,rgba(210,165,95,.42) 50%,transparent 51%) !important;opacity:.8 !important}
.noticeFlyingEnvelopeBody::after{transform:scaleX(-1) !important}
.noticeFlyingEnvelopeFlap{position:absolute !important;left:0 !important;right:0 !important;top:0 !important;height:54px !important;transform-origin:top center !important;background:linear-gradient(180deg,#fff4dc 0%,#eacb97 100%) !important;clip-path:polygon(0 0,100% 0,50% 100%) !important;border-radius:10px 10px 4px 4px !important;animation:noticeEnvelopeOpen .30s ease .74s both !important}
.noticeFlyingEnvelopeSeal{position:absolute !important;left:50% !important;top:38px !important;width:21px !important;height:21px !important;border-radius:50% !important;transform:translateX(-50%) !important;background:linear-gradient(180deg,#d9a66b,#a46d3c) !important;box-shadow:inset 0 0 0 2px rgba(255,255,255,.26) !important}
.noticeFlyingEnvelopeSeal::after{content:"R" !important;position:absolute !important;inset:0 !important;display:flex !important;align-items:center !important;justify-content:center !important;color:rgba(255,255,255,.86) !important;font-size:11px !important;font-weight:900 !important;font-family:Georgia,serif !important}
.noticeFlyingEnvelopePaper{position:absolute !important;left:18px !important;right:18px !important;top:20px !important;height:50px !important;border-radius:7px !important;background:#fffdf6 !important;border:1px solid rgba(132,94,48,.12) !important;transform:translateY(16px) scale(.92) !important;opacity:0 !important;animation:noticePaperPeek .32s ease .78s both !important}
.noticeModalOverlay.show .noticeModalBox{animation:noticeModalReveal .28s ease both !important}
@keyframes noticeEnvelopeFlyIn{0%{opacity:0;transform:translate3d(-38vw,-32vh,0) scale(.34) rotate(-18deg)}
62%{opacity:1;transform:translate3d(0,0,0) scale(1.05) rotate(3deg)}
100%{opacity:1;transform:translate3d(0,0,0) scale(1) rotate(0deg)}
}
@keyframes noticeEnvelopeSettle{0%{transform:translateY(0) scale(1)}
50%{transform:translateY(-8px) scale(1.03)}
100%{transform:translateY(0) scale(1)}
}
@keyframes noticeEnvelopeOpen{0%{transform:rotateX(0deg)}
100%{transform:rotateX(178deg)}
}
@keyframes noticePaperPeek{0%{opacity:0;transform:translateY(16px) scale(.92)}
100%{opacity:1;transform:translateY(-20px) scale(1)}
}
@keyframes noticeModalReveal{0%{opacity:0;transform:translateY(10px) scale(.965)}
100%{opacity:1;transform:translateY(0) scale(1)}
}
@media (prefers-reduced-motion:reduce){.noticeFlyingEnvelope,.noticeFlyingEnvelopeFlap,.noticeFlyingEnvelopePaper,.noticeModalOverlay.show .noticeModalBox{animation:none !important}
}
html[lang="ja"] .noticeHeadline{top:14.7% !important;left:18.6% !important;width:69% !important;font-size:clamp(23px,6.25vw,28px) !important;line-height:1.30 !important}
html[lang="ja"] .noticeBody1{top:28.2% !important}
html[lang="ja"] .noticeBody2{top:41.4% !important}
html[lang="ja"] .noticeBody3{top:55.6% !important}
html[lang="ja"] .noticeBody4{top:69.6% !important}
html[lang="ja"] .noticeBottom{top:85.2% !important}
@media (max-width:420px){html[lang="ja"] .noticeHeadline{top:14.9% !important;left:18.8% !important;width:69% !important;font-size:clamp(20px,5.75vw,23px) !important;line-height:1.30 !important}
html[lang="ja"] .noticeBody1{top:28.0% !important}
html[lang="ja"] .noticeBody2{top:41.5% !important}
html[lang="ja"] .noticeBody3{top:55.7% !important}
html[lang="ja"] .noticeBody4{top:69.8% !important}
html[lang="ja"] .noticeBottom{top:85.4% !important}
}
html[lang="ja"] .noticeHeadline{top:15.0% !important;left:17.9% !important;width:72.5% !important;font-size:clamp(20px,5.35vw,24px) !important;line-height:1.23 !important;font-weight:800 !important;letter-spacing:.005em !important}
html[lang="ja"] .noticeBody1{top:29.7% !important;left:20.0% !important;width:56% !important}
html[lang="ja"] .noticeBody2{top:39.9% !important;left:37.0% !important;width:51.5% !important}
html[lang="ja"] .noticeBody3{top:53.9% !important;left:37.0% !important;width:51.5% !important}
html[lang="ja"] .noticeBody4{top:67.9% !important;left:37.0% !important;width:51.5% !important}
html[lang="ja"] .noticeBottom{top:83.9% !important}
@media (max-width:420px){html[lang="ja"] .noticeHeadline{top:15.2% !important;left:17.8% !important;width:73% !important;font-size:clamp(18px,5.05vw,21px) !important;line-height:1.23 !important;letter-spacing:.003em !important}
html[lang="ja"] .noticeBody1{top:29.4% !important;left:20.2% !important;width:56% !important}
html[lang="ja"] .noticeBody2{top:39.7% !important;left:37.2% !important;width:50.5% !important}
html[lang="ja"] .noticeBody3{top:53.9% !important;left:37.2% !important;width:50.5% !important}
html[lang="ja"] .noticeBody4{top:68.0% !important;left:37.2% !important;width:50.5% !important}
html[lang="ja"] .noticeBottom{top:84.2% !important}
}
html[lang="ja"] .noticeBody1{top:28.8% !important}
html[lang="en"] .noticeHeadline{top:15.2% !important;left:17.9% !important;width:73% !important;font-size:clamp(20px,5.25vw,24px) !important;line-height:1.24 !important;font-weight:800 !important;letter-spacing:.003em !important}
html[lang="en"] .noticeBody,html[lang="en"] .noticeBottom{font-size:clamp(9.9px,2.45vw,11.4px) !important;line-height:1.47 !important}
html[lang="en"] .noticeBody1{top:28.7% !important;left:20.0% !important;width:56% !important}
html[lang="en"] .noticeBody2{top:39.8% !important;left:37.0% !important;width:51.5% !important}
html[lang="en"] .noticeBody3{top:54.0% !important;left:37.0% !important;width:51.5% !important}
html[lang="en"] .noticeBody4{top:68.0% !important;left:37.0% !important;width:51.5% !important}
html[lang="en"] .noticeBottom{top:84.1% !important}
html[lang="zh-CN"] .noticeHeadline{top:15.1% !important;left:17.8% !important;width:73.5% !important;font-size:clamp(20px,5.25vw,24px) !important;line-height:1.25 !important;font-weight:800 !important;letter-spacing:.003em !important}
html[lang="ko"] .noticeHeadline{top:15.1% !important;left:17.8% !important;width:74% !important;font-size:clamp(19px,5.05vw,23px) !important;line-height:1.25 !important;font-weight:800 !important;letter-spacing:.001em !important}
html[lang="zh-CN"] .noticeBody,html[lang="ko"] .noticeBody,html[lang="zh-CN"] .noticeBottom,html[lang="ko"] .noticeBottom{font-size:clamp(10.2px,2.55vw,12px) !important;line-height:1.50 !important}
html[lang="zh-CN"] .noticeBody1,html[lang="ko"] .noticeBody1{top:28.7% !important;left:20.0% !important;width:56% !important}
html[lang="zh-CN"] .noticeBody2,html[lang="ko"] .noticeBody2{top:39.8% !important;left:37.0% !important;width:51.5% !important}
html[lang="zh-CN"] .noticeBody3,html[lang="ko"] .noticeBody3{top:54.0% !important;left:37.0% !important;width:51.5% !important}
html[lang="zh-CN"] .noticeBody4,html[lang="ko"] .noticeBody4{top:68.0% !important;left:37.0% !important;width:51.5% !important}
html[lang="zh-CN"] .noticeBottom,html[lang="ko"] .noticeBottom{top:84.1% !important}
@media (max-width:420px){html[lang="ja"] .noticeBody1{top:28.7% !important}
html[lang="en"] .noticeHeadline{top:15.3% !important;left:17.8% !important;width:73.5% !important;font-size:clamp(17px,4.75vw,20px) !important;line-height:1.24 !important}
html[lang="en"] .noticeBody,html[lang="en"] .noticeBottom{font-size:clamp(8.9px,2.55vw,10.4px) !important;line-height:1.45 !important}
html[lang="en"] .noticeBody1{top:28.6% !important;left:20.2% !important;width:56% !important}
html[lang="en"] .noticeBody2{top:39.6% !important;left:37.2% !important;width:50.5% !important}
html[lang="en"] .noticeBody3{top:53.8% !important;left:37.2% !important;width:50.5% !important}
html[lang="en"] .noticeBody4{top:68.0% !important;left:37.2% !important;width:50.5% !important}
html[lang="en"] .noticeBottom{top:84.2% !important}
html[lang="zh-CN"] .noticeHeadline{top:15.3% !important;left:17.8% !important;width:73.5% !important;font-size:clamp(17px,4.8vw,20px) !important;line-height:1.25 !important}
html[lang="ko"] .noticeHeadline{top:15.3% !important;left:17.6% !important;width:74.5% !important;font-size:clamp(16px,4.55vw,19px) !important;line-height:1.25 !important}
html[lang="zh-CN"] .noticeBody,html[lang="ko"] .noticeBody,html[lang="zh-CN"] .noticeBottom,html[lang="ko"] .noticeBottom{font-size:clamp(9.1px,2.6vw,10.6px) !important;line-height:1.47 !important}
html[lang="zh-CN"] .noticeBody1,html[lang="ko"] .noticeBody1{top:28.6% !important;left:20.2% !important;width:56% !important}
html[lang="zh-CN"] .noticeBody2,html[lang="ko"] .noticeBody2{top:39.6% !important;left:37.2% !important;width:50.5% !important}
html[lang="zh-CN"] .noticeBody3,html[lang="ko"] .noticeBody3{top:53.8% !important;left:37.2% !important;width:50.5% !important}
html[lang="zh-CN"] .noticeBody4,html[lang="ko"] .noticeBody4{top:68.0% !important;left:37.2% !important;width:50.5% !important}
html[lang="zh-CN"] .noticeBottom,html[lang="ko"] .noticeBottom{top:84.2% !important}
}
@media (max-height:720px){.noticeModalBox{width:min(390px,calc((100dvh - 54px) * 9 / 16),calc(100vw - 24px)) !important}
.noticeModalCloseIcon{width:40px !important;height:40px !important;font-size:26px !important}
}

/* RoooM notice modal viewport-stable text fit patch */
.noticeModalBox{
  width:min(430px,calc((100dvh - 34px) * .5625),calc(100vw - 24px)) !important;
  max-height:calc(100dvh - 34px) !important;
  aspect-ratio:9 / 16 !important;
}

@media (min-width:641px){
  .noticeHeadline{
    top:14.4% !important;
    font-size:clamp(20px,3.15vw,26px) !important;
    line-height:1.22 !important;
  }

  .noticeBody{
    width:56.5% !important;
    font-size:clamp(10.2px,1.42vw,12.0px) !important;
    line-height:1.48 !important;
  }

  .noticeBody1{
    top:28.4% !important;
    left:20.0% !important;
    width:58.0% !important;
  }

  .noticeBody2,
  .noticeBody3,
  .noticeBody4{
    left:35.4% !important;
    width:56.5% !important;
  }

  .noticeBody2{ top:42.0% !important; }
  .noticeBody3{ top:56.2% !important; }
  .noticeBody4{ top:70.4% !important; }

  .noticeBottom{
    top:85.3% !important;
    width:74.5% !important;
    font-size:clamp(10.2px,1.45vw,12.0px) !important;
    line-height:1.44 !important;
  }

  html[lang="en"] .noticeHeadline{
    top:14.3% !important;
    font-size:clamp(19px,3.05vw,26px) !important;
    line-height:1.20 !important;
  }

  html[lang="en"] .noticeBody,
  html[lang="en"] .noticeBottom{
    font-size:clamp(9.0px,1.22vw,10.8px) !important;
    line-height:1.38 !important;
  }

  html[lang="en"] .noticeBody1{ top:29.3% !important; }
  html[lang="en"] .noticeBody2{ top:43.1% !important; }
  html[lang="en"] .noticeBody3{ top:57.1% !important; }
  html[lang="en"] .noticeBody4{ top:71.0% !important; }
  html[lang="en"] .noticeBottom{ top:86.4% !important; }

  html[lang="zh-CN"] .noticeHeadline,
  html[lang="ko"] .noticeHeadline{
    top:14.2% !important;
    font-size:clamp(20px,3.25vw,27px) !important;
    line-height:1.22 !important;
  }

  html[lang="zh-CN"] .noticeBody,
  html[lang="ko"] .noticeBody,
  html[lang="zh-CN"] .noticeBottom,
  html[lang="ko"] .noticeBottom{
    font-size:clamp(9.6px,1.30vw,11.4px) !important;
    line-height:1.42 !important;
  }

  html[lang="zh-CN"] .noticeBody1,
  html[lang="ko"] .noticeBody1{ top:29.0% !important; }

  html[lang="zh-CN"] .noticeBody2,
  html[lang="ko"] .noticeBody2{ top:42.8% !important; }

  html[lang="zh-CN"] .noticeBody3,
  html[lang="ko"] .noticeBody3{ top:56.8% !important; }

  html[lang="zh-CN"] .noticeBody4,
  html[lang="ko"] .noticeBody4{ top:70.8% !important; }

  html[lang="zh-CN"] .noticeBottom,
  html[lang="ko"] .noticeBottom{ top:86.2% !important; }
}

@media (min-width:641px) and (max-height:820px){
  .noticeModalBox{
    width:min(410px,calc((100dvh - 30px) * .5625),calc(100vw - 24px)) !important;
    max-height:calc(100dvh - 30px) !important;
  }

  .noticeHeadline{
    font-size:clamp(19px,2.9vw,24px) !important;
    line-height:1.18 !important;
  }

  .noticeBody{
    font-size:clamp(9.4px,1.16vw,11.0px) !important;
    line-height:1.38 !important;
  }

  .noticeBottom{
    font-size:clamp(9.4px,1.18vw,11.0px) !important;
    line-height:1.36 !important;
  }

  .noticeFooter{
    bottom:2.5% !important;
    font-size:clamp(14px,2.45vw,18px) !important;
  }
}

/* RoooM notice modal headline 100% viewport baseline fix */
@media (min-width:641px){
  .noticeHeadline{
    top:14.7% !important;
    left:18.6% !important;
    width:69% !important;
    font-size:clamp(20px,2.7vw,24px) !important;
    line-height:1.22 !important;
    letter-spacing:.005em !important;
  }

  html[lang="en"] .noticeHeadline{
    top:14.6% !important;
    left:18.2% !important;
    width:68% !important;
    font-size:clamp(19px,2.55vw,24px) !important;
    line-height:1.20 !important;
  }

  html[lang="zh-CN"] .noticeHeadline,
  html[lang="ko"] .noticeHeadline{
    top:14.5% !important;
    font-size:clamp(20px,2.7vw,24px) !important;
    line-height:1.22 !important;
  }
}

@media (min-width:641px) and (max-height:820px){
  .noticeHeadline{
    top:14.7% !important;
    font-size:clamp(19px,2.45vw,23px) !important;
    line-height:1.18 !important;
  }

  html[lang="en"] .noticeHeadline{
    font-size:clamp(18px,2.35vw,23px) !important;
    line-height:1.17 !important;
  }

  html[lang="zh-CN"] .noticeHeadline,
  html[lang="ko"] .noticeHeadline{
    font-size:clamp(19px,2.45vw,23px) !important;
    line-height:1.18 !important;
  }
}

/* RoooM notice headline 2-line lock fix */
@media (min-width:641px){
  .noticeHeadline{
    top:14.7% !important;
    left:14.8% !important;
    width:77.5% !important;
    font-size:clamp(19px,2.28vw,22px) !important;
    line-height:1.25 !important;
    letter-spacing:-.015em !important;
    white-space:pre-line !important;
  }

  html[lang="ja"] .noticeHeadline{
    left:14.8% !important;
    width:77.5% !important;
    font-size:clamp(19px,2.28vw,22px) !important;
    line-height:1.25 !important;
    letter-spacing:-.018em !important;
  }

  html[lang="en"] .noticeHeadline{
    left:14.8% !important;
    width:77.5% !important;
    font-size:clamp(18px,2.15vw,21px) !important;
    line-height:1.22 !important;
    letter-spacing:-.018em !important;
  }

  html[lang="zh-CN"] .noticeHeadline,
  html[lang="ko"] .noticeHeadline{
    left:14.8% !important;
    width:77.5% !important;
    font-size:clamp(18px,2.18vw,21.5px) !important;
    line-height:1.24 !important;
    letter-spacing:-.02em !important;
  }
}

@media (min-width:641px) and (max-height:820px){
  .noticeHeadline,
  html[lang="ja"] .noticeHeadline{
    left:14.5% !important;
    width:78.0% !important;
    font-size:clamp(18px,2.05vw,20.5px) !important;
    line-height:1.22 !important;
    letter-spacing:-.025em !important;
  }

  html[lang="en"] .noticeHeadline{
    font-size:clamp(17px,1.95vw,20px) !important;
    line-height:1.20 !important;
  }

  html[lang="zh-CN"] .noticeHeadline,
  html[lang="ko"] .noticeHeadline{
    font-size:clamp(17.5px,2.0vw,20.5px) !important;
    line-height:1.21 !important;
  }
}

/* =========================================================
   RoooM archive view count card layout fix
   - Restore the original bottom HUD position.
   - Use the same 2-line meta block for live and archived cards.
   - Keep card titles clipped with ellipsis so they do not overlap stats.
   ========================================================= */
.card.cardImageRoom .cardImageBottom,
.card.cardPlainRoom .cardImageBottom{
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  z-index:3 !important;
  height:54px !important;
  min-height:54px !important;
  padding:0 12px 8px !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto 40px !important;
  grid-template-rows:17px 17px !important;
  grid-template-areas:
    "title people enter"
    "title time enter" !important;
  align-items:end !important;
  column-gap:8px !important;
  row-gap:0 !important;
  overflow:hidden !important;
  pointer-events:none !important;
}

.card.cardImageRoom .cardImageBottom{
  background:linear-gradient(to top,rgba(0,0,0,.92),rgba(0,0,0,.54) 62%,rgba(0,0,0,0)) !important;
}

.card.cardPlainRoom .cardImageBottom{
  background:linear-gradient(to top,rgba(0,0,0,.22),rgba(0,0,0,.10) 58%,rgba(0,0,0,0)) !important;
}

.card.cardImageRoom .cardImageTitleRow{
  grid-area:title !important;
  min-width:0 !important;
  width:100% !important;
  max-width:100% !important;
  overflow:hidden !important;
  align-self:end !important;
  justify-self:start !important;
  padding:0 !important;
  margin:0 !important;
}

.card.cardImageRoom .cardImageTitle{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  height:34px !important;
  line-height:34px !important;
  margin:0 !important;
  padding:0 !important;
  color:#fff !important;
  font-size:16px !important;
  font-weight:800 !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  text-shadow:0 1px 6px rgba(0,0,0,.50) !important;
}

.card.cardImageRoom .cardImagePeople,
.card.cardPlainRoom .cardImagePeople{
  grid-area:people !important;
}

.card.cardImageRoom .cardImageTime,
.card.cardPlainRoom .cardImageTime{
  grid-area:time !important;
}

.card.cardImageRoom .cardImagePeople,
.card.cardImageRoom .cardImageTime,
.card.cardPlainRoom .cardImagePeople,
.card.cardPlainRoom .cardImageTime{
  align-self:end !important;
  justify-self:end !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  width:max-content !important;
  min-width:max-content !important;
  max-width:max-content !important;
  height:17px !important;
  min-height:17px !important;
  line-height:17px !important;
  margin:0 !important;
  padding:0 !important;
  color:rgba(255,255,255,.96) !important;
  font-size:12px !important;
  white-space:nowrap !important;
  text-align:right !important;
  font-variant-numeric:tabular-nums !important;
  text-shadow:0 1px 5px rgba(0,0,0,.48) !important;
  pointer-events:none !important;
  transform:none !important;
}

.card.cardImageRoom .cardImagePeople .archiveStatsTop,
.card.cardPlainRoom .cardImagePeople .archiveStatsTop{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:5px !important;
  width:max-content !important;
  white-space:nowrap !important;
  line-height:17px !important;
}

.card.cardImageRoom .cardImageBottom .listEnterBtn.entryIconBtn,
.card.cardImageRoom .cardImageEnterBtn,
.card.cardPlainRoom .cardImageBottom .listEnterBtn.entryIconBtn,
.card.cardPlainRoom .cardImageEnterBtn{
  grid-area:enter !important;
  align-self:end !important;
  justify-self:end !important;
  width:40px !important;
  min-width:40px !important;
  max-width:40px !important;
  height:34px !important;
  min-height:34px !important;
  max-height:34px !important;
  padding:0 !important;
  margin:0 !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#fff !important;
  color:#111 !important;
  font-size:0 !important;
  line-height:1 !important;
  pointer-events:auto !important;
  transform:none !important;
}

.card.cardImageRoom .cardImageBottom .entryDoorIcon,
.card.cardPlainRoom .cardImageBottom .entryDoorIcon,
.card.cardImageRoom .cardImageBottom .entryArchiveIcon,
.card.cardPlainRoom .cardImageBottom .entryArchiveIcon{
  margin:0 !important;
  transform:none !important;
}

.card.cardPlainRoom .cardPlainBottom{
  grid-template-areas:
    "spacer people enter"
    "spacer time enter" !important;
}

@media (max-width:640px){
  .card.cardImageRoom .cardImageBottom,
  .card.cardPlainRoom .cardImageBottom{
    height:52px !important;
    min-height:52px !important;
    grid-template-columns:minmax(0,1fr) auto 38px !important;
    grid-template-rows:16px 16px !important;
    column-gap:6px !important;
    padding:0 10px 7px !important;
  }

  .card.cardImageRoom .cardImageTitle{
    height:32px !important;
    line-height:32px !important;
    font-size:15px !important;
  }

  .card.cardImageRoom .cardImagePeople,
  .card.cardImageRoom .cardImageTime,
  .card.cardPlainRoom .cardImagePeople,
  .card.cardPlainRoom .cardImageTime{
    height:16px !important;
    min-height:16px !important;
    line-height:16px !important;
    font-size:11px !important;
  }

  .card.cardImageRoom .cardImagePeople .archiveStatsTop,
  .card.cardPlainRoom .cardImagePeople .archiveStatsTop{
    gap:4px !important;
    line-height:16px !important;
  }

  .card.cardImageRoom .cardImageBottom .listEnterBtn.entryIconBtn,
  .card.cardImageRoom .cardImageEnterBtn,
  .card.cardPlainRoom .cardImageBottom .listEnterBtn.entryIconBtn,
  .card.cardPlainRoom .cardImageEnterBtn{
    width:38px !important;
    min-width:38px !important;
    max-width:38px !important;
    height:32px !important;
    min-height:32px !important;
    max-height:32px !important;
  }
}

/* =========================================================
   RoooM bottom HUD vertical correction
   - Move the entire bottom information row down as one block.
   - Do not move only the 2-line stats.
   - Applies to both live and archive cards so the card HUD aligns.
   ========================================================= */
.card.cardImageRoom .cardImageBottom,
.card.cardPlainRoom .cardImageBottom{
  height:48px !important;
  min-height:48px !important;
  padding:0 12px 1px !important;
  align-items:end !important;
}

.card.cardImageRoom .cardImageTitleRow,
.card.cardPlainRoom .cardPlainTitleRow,
.card.cardImageRoom .cardImagePeople,
.card.cardImageRoom .cardImageTime,
.card.cardPlainRoom .cardImagePeople,
.card.cardPlainRoom .cardImageTime,
.card.cardImageRoom .cardImageBottom .listEnterBtn.entryIconBtn,
.card.cardImageRoom .cardImageEnterBtn,
.card.cardPlainRoom .cardImageBottom .listEnterBtn.entryIconBtn,
.card.cardPlainRoom .cardImageEnterBtn{
  align-self:end !important;
  transform:translateY(10px) !important;
}

.card.cardImageRoom .cardImageBottom .entryDoorIcon,
.card.cardPlainRoom .cardImageBottom .entryDoorIcon,
.card.cardImageRoom .cardImageBottom .entryArchiveIcon,
.card.cardPlainRoom .cardImageBottom .entryArchiveIcon{
  transform:none !important;
}

@media (max-width:640px){
  .card.cardImageRoom .cardImageBottom,
  .card.cardPlainRoom .cardImageBottom{
    height:47px !important;
    min-height:47px !important;
    padding:0 10px 1px !important;
  }

  .card.cardImageRoom .cardImageTitleRow,
  .card.cardPlainRoom .cardPlainTitleRow,
  .card.cardImageRoom .cardImagePeople,
  .card.cardImageRoom .cardImageTime,
  .card.cardPlainRoom .cardImagePeople,
  .card.cardPlainRoom .cardImageTime,
  .card.cardImageRoom .cardImageBottom .listEnterBtn.entryIconBtn,
  .card.cardImageRoom .cardImageEnterBtn,
  .card.cardPlainRoom .cardImageBottom .listEnterBtn.entryIconBtn,
  .card.cardPlainRoom .cardImageEnterBtn{
    transform:translateY(10px) !important;
  }
}


/* =========================================================
   RoooM card title / official icon final correction
   - Keep plain-card titles left aligned like descriptions.
   - Add stable styling for the official-room "公" badge.
   - Do not change the accepted bottom HUD position.
   ========================================================= */
.card.cardPlainRoom .cardPlainMain{
  align-items:flex-start !important;
  text-align:left !important;
  width:100% !important;
}

.card.cardPlainRoom .cardPlainTitleRow{
  width:100% !important;
  max-width:100% !important;
  display:flex !important;
  justify-content:flex-start !important;
  align-items:flex-start !important;
  text-align:left !important;
  margin:0 !important;
  padding:0 !important;
}

.card.cardPlainRoom .cardPlainTitleRow .roomName,
.card.cardPlainRoom .roomName{
  margin-left:0 !important;
  margin-right:0 !important;
  text-align:left !important;
  align-self:flex-start !important;
  justify-self:start !important;
}

.cardOfficialBadge{
  font-weight:900 !important;
  font-size:15px !important;
  letter-spacing:0 !important;
  line-height:1 !important;
  color:#111 !important;
}

.cardOfficialBadge::before,
.cardOfficialBadge::after{
  display:none !important;
}

@media (max-width:640px){
  .cardOfficialBadge{
    font-size:14px !important;
  }
}


/* ===== official badge unify: use the same visual size in card/list ===== */
.listCategorySlot .listOfficialBadge.cardOfficialBadge{
  width:26px !important;
  height:26px !important;
  min-width:26px !important;
  border-radius:10px !important;
  font-size:15px !important;
  font-weight:900 !important;
  line-height:1 !important;
  background:rgba(255,255,255,.88) !important;
  color:#111 !important;
  box-shadow:0 5px 12px rgba(0,0,0,.08) !important;
}
.listCategorySlot .listOfficialBadge.cardOfficialBadge .roomModeDotBadge,
.listCategorySlot .listOfficialBadge.cardOfficialBadge .roomModeDotTemporary,
.listCategorySlot .listOfficialBadge.cardOfficialBadge .roomModeDotArchive{
  left:-5px !important;
  top:-5px !important;
  width:12px !important;
  height:12px !important;
  border:1.5px solid rgba(255,255,255,.95) !important;
  box-shadow:0 2px 5px rgba(0,0,0,.20) !important;
}
@media (max-width:640px){
  .listCategorySlot .listOfficialBadge.cardOfficialBadge{
    width:26px !important;
    height:26px !important;
    min-width:26px !important;
    border-radius:10px !important;
    font-size:14px !important;
  }
  .listCategorySlot .listOfficialBadge.cardOfficialBadge .roomModeDotBadge,
  .listCategorySlot .listOfficialBadge.cardOfficialBadge .roomModeDotTemporary,
  .listCategorySlot .listOfficialBadge.cardOfficialBadge .roomModeDotArchive{
    width:12px !important;
    height:12px !important;
    left:-5px !important;
    top:-5px !important;
  }
}

/* ===== RoooM index legend: room type + number meaning ===== */
.roomModeLegend{
  flex-wrap:wrap !important;
  row-gap:6px !important;
  column-gap:10px !important;
  max-width:min(520px,100%) !important;
}
.roomModeLegendBreak{
  flex:0 0 100% !important;
  width:100% !important;
  height:0 !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
}
.roomModeLegendIcon{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:14px !important;
  min-width:14px !important;
  line-height:1 !important;
  font-size:12px !important;
}
@media (max-width:640px){
  .roomModeLegend{
    row-gap:6px !important;
    column-gap:8px !important;
    font-size:11px !important;
    line-height:1.15 !important;
    max-width:calc(100vw - 128px) !important;
  }
  .roomModeLegendIcon{
    width:13px !important;
    min-width:13px !important;
    font-size:11px !important;
  }
}

/* ===== RoooM index category/search one-line + full-width legend ===== */
.categoryFilterBar{
  display:grid !important;
  grid-template-columns:auto minmax(0,1fr) !important;
  grid-template-areas:
    "category search"
    "legend legend" !important;
  align-items:center !important;
  gap:8px 10px !important;
  width:100% !important;
  margin:8px 0 12px !important;
}
.categoryFilterBar .categoryOpenBtn{
  grid-area:category !important;
  justify-self:start !important;
}
.categoryFilterBar .categorySearchWrap{
  grid-area:search !important;
  width:100% !important;
  min-width:0 !important;
  display:flex !important;
  justify-content:stretch !important;
}
.categoryFilterBar .categorySearchWrap .searchInput{
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  border-radius:999px !important;
}
.categoryFilterBar .roomModeLegend{
  grid-area:legend !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex-wrap:nowrap !important;
  gap:clamp(5px,1.7vw,12px) !important;
  min-width:0 !important;
  overflow:visible !important;
  white-space:nowrap !important;
  font-size:clamp(10px,2.55vw,12px) !important;
  line-height:1.15 !important;
}
.categoryFilterBar .roomModeLegendBreak{
  display:none !important;
  flex:0 0 0 !important;
  width:0 !important;
}
.categoryFilterBar .roomModeLegendItem{
  flex:0 0 auto !important;
  gap:4px !important;
}
.categoryFilterBar .roomModeLegendDot{
  width:10px !important;
  height:10px !important;
}
.categoryFilterBar .roomModeLegendIcon{
  width:13px !important;
  min-width:13px !important;
  font-size:11px !important;
}
@media (max-width:640px){
  .categoryFilterBar{
    grid-template-columns:max-content minmax(0,1fr) !important;
    gap:7px 8px !important;
    margin:6px 0 10px !important;
  }
  .categoryFilterBar .categoryOpenBtn{
    padding:9px 11px !important;
    font-size:13px !important;
    max-width:42vw !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }
  .categoryFilterBar .categorySearchWrap .searchInput{
    padding:10px 12px !important;
    font-size:13px !important;
  }
  .categoryFilterBar .roomModeLegend{
    justify-content:center !important;
    gap:clamp(4px,1.35vw,7px) !important;
    font-size:clamp(9.5px,2.6vw,11px) !important;
    letter-spacing:-.02em !important;
  }
  .categoryFilterBar .roomModeLegendItem{
    gap:3px !important;
  }
  .categoryFilterBar .roomModeLegendDot{
    width:9px !important;
    height:9px !important;
  }
  .categoryFilterBar .roomModeLegendIcon{
    width:12px !important;
    min-width:12px !important;
    font-size:10px !important;
  }
}
html.rooom-ipad-portrait .categoryFilterBar{
  display:grid !important;
  grid-template-columns:auto minmax(0,1fr) !important;
  grid-template-areas:
    "category search"
    "legend legend" !important;
  align-items:center !important;
  gap:8px 10px !important;
  width:100% !important;
}
html.rooom-ipad-portrait .categoryFilterBar .categorySearchWrap{
  grid-area:search !important;
  width:100% !important;
  min-width:0 !important;
}
html.rooom-ipad-portrait .categoryFilterBar .roomModeLegend{
  grid-area:legend !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  justify-content:center !important;
  flex-wrap:nowrap !important;
}



/* =========================================================
   RoooM room count breakdown
   - Use the same compact disappearing / archive breakdown in
     official and user room headers.
   - Shared by card/list view and all device widths.
   ========================================================= */
.officialRoomsBar #roomCountText,
.userRoomsBar .userRoomsMeta{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-end !important;
  justify-content:center !important;
  gap:2px !important;
  line-height:1.15 !important;
  white-space:nowrap !important;
}

#roomCountText,
#userRoomCountText{
  margin:0 !important;
  padding:0 !important;
  line-height:1.15 !important;
}

.roomCountBreakdown{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-end !important;
  justify-content:center !important;
  gap:2px !important;
  font-size:12px !important;
  line-height:1.15 !important;
  color:var(--muted) !important;
  font-weight:700 !important;
  text-align:right !important;
  white-space:nowrap !important;
}

.roomCountBreakdownLine{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:4px !important;
  min-height:14px !important;
}

.roomCountBreakdownDot{
  display:inline-block !important;
  width:11px !important;
  height:11px !important;
  border-radius:999px !important;
  border:1.5px solid rgba(255,255,255,.95) !important;
  box-shadow:0 2px 5px rgba(0,0,0,.20) !important;
  flex:0 0 auto !important;
}

.roomCountBreakdownLabel{
  display:inline-block !important;
  max-width:7.5em !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  vertical-align:top !important;
}

.roomCountBreakdownNumber{
  display:inline-block !important;
  min-width:1.2em !important;
  color:#111 !important;
  font-weight:900 !important;
  text-align:right !important;
}

@media (max-width:640px){
  .officialRoomsBar #roomCountText,
  .userRoomsBar .userRoomsMeta{
    align-self:start !important;
    justify-self:end !important;
    margin:0 !important;
    font-size:12px !important;
    line-height:1.15 !important;
  }

  .roomCountBreakdown{
    font-size:11px !important;
    gap:2px !important;
  }

  .roomCountBreakdownLine{
    min-height:13px !important;
    gap:3px !important;
  }

  .roomCountBreakdownLabel{
    max-width:6.5em !important;
  }
}

html.rooom-ipad-portrait .officialRoomsBar #roomCountText,
html.rooom-ipad-portrait .userRoomsBar .userRoomsMeta{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-end !important;
  justify-content:center !important;
  gap:2px !important;
  line-height:1.15 !important;
  white-space:nowrap !important;
}

html.rooom-ipad-portrait .roomCountBreakdown{
  font-size:12px !important;
}

/* =========================================================
   RoooM official room breakdown position fix
   - Keep the official room count breakdown at the far right,
     same as the previous current-room count position.
   - Does not change room logic, card/list rendering, or labels.
   ========================================================= */
@media (min-width:641px){
  .officialRoomsBar{
    width:100% !important;
    display:flex !important;
    align-items:center !important;
  }

  .officialRoomsBar #roomCountText{
    margin-left:auto !important;
    align-self:center !important;
    justify-self:end !important;
  }
}


/* ===== Android browser app notification guide route ===== */
.topRefreshNoticeActions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  flex:0 0 auto;
}
.topRefreshNoticeHelpBtn{
  background:#fff;
  color:#222;
}
.rooomAndroidBrowserAppNotice{
  align-items:center;
}
.rooomAndroidBrowserAppNotice .topRefreshNoticeMain{
  flex:0 0 auto;
}
.rooomAndroidBrowserAppNotice .topRefreshNoticeTitle{
  white-space:nowrap;
}
.rooomAndroidBrowserAppNotice .topRefreshNoticeActions{
  margin-left:auto;
}

.rooomAndroidBrowserAppNotice #pwaInstallBtn{
  width:32px;
  min-width:32px;
  height:32px;
  padding:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  font-weight:900;
  line-height:1;
}
@media (max-width:640px){
  .rooomAndroidBrowserAppNotice #pwaInstallBtn{
    width:30px;
    min-width:30px;
    height:30px;
    padding:0;
    font-size:17px;
  }
}
@media (max-width:640px){
  .rooomAndroidBrowserAppNotice{
    gap:8px;
    padding:9px 10px;
  }
  .rooomAndroidBrowserAppNotice .topRefreshNoticeTitle{
    font-size:13px;
  }
  .rooomAndroidBrowserAppNotice .topRefreshNoticeActions{
    gap:6px;
  }
  .rooomAndroidBrowserAppNotice .topRefreshNoticeBtn{
    padding:7px 9px;
    font-size:11px;
  }
}


/* ===== Android browser app notification route: flat help + real download icon ===== */
.rooomAndroidBrowserAppNotice .topRefreshNoticeActions{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:12px !important;
  flex:0 0 auto !important;
}
.rooomAndroidBrowserAppNotice .topRefreshNoticeHelpBtn{
  appearance:none !important;
  -webkit-appearance:none !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  color:#222 !important;
  min-width:0 !important;
  height:auto !important;
  min-height:0 !important;
  padding:0 !important;
  margin:0 !important;
  border-radius:0 !important;
  font-size:12px !important;
  font-weight:700 !important;
  line-height:1 !important;
}
.rooomAndroidBrowserAppNotice #pwaInstallBtn{
  appearance:none !important;
  -webkit-appearance:none !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  color:#111 !important;
  width:26px !important;
  min-width:26px !important;
  height:26px !important;
  min-height:26px !important;
  padding:0 !important;
  margin:0 !important;
  border-radius:0 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  line-height:1 !important;
}
.rooomAndroidBrowserAppNotice #pwaInstallBtn .rooomDownloadIconSvg{
  width:22px !important;
  height:22px !important;
  display:block !important;
  stroke:currentColor !important;
  stroke-width:2.8 !important;
  fill:none !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}
.rooomAndroidBrowserAppNotice #pwaInstallBtn:active,
.rooomAndroidBrowserAppNotice .topRefreshNoticeHelpBtn:active{
  opacity:.62 !important;
}
@media (max-width:640px){
  .rooomAndroidBrowserAppNotice .topRefreshNoticeActions{
    gap:10px !important;
  }
  .rooomAndroidBrowserAppNotice .topRefreshNoticeHelpBtn{
    font-size:12px !important;
  }
  .rooomAndroidBrowserAppNotice #pwaInstallBtn{
    width:25px !important;
    min-width:25px !important;
    height:25px !important;
    min-height:25px !important;
  }
  .rooomAndroidBrowserAppNotice #pwaInstallBtn .rooomDownloadIconSvg{
    width:21px !important;
    height:21px !important;
  }
}


/* ===== Android browser notification guide modal: image base + translated text overlay ===== */
.pwaGuideOverlay.androidTwaNoticeGuideOverlay{
  padding:10px !important;
  background:rgba(0,0,0,.48) !important;
}
.pwaGuideOverlay.androidTwaNoticeGuideOverlay .pwaGuideModal{
  width:min(520px,calc(100vw - 20px)) !important;
  max-height:calc(100dvh - 20px) !important;
  overflow:visible !important;
  padding:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  color:#111 !important;
}
.pwaGuideOverlay.androidTwaNoticeGuideOverlay .pwaGuideTitle,
.pwaGuideOverlay.androidTwaNoticeGuideOverlay .pwaGuideLead,
.pwaGuideOverlay.androidTwaNoticeGuideOverlay .pwaGuideActions{
  display:none !important;
}
.pwaGuideOverlay.androidTwaNoticeGuideOverlay .pwaGuideSteps{
  display:block !important;
  margin:0 !important;
  padding:0 !important;
}
.androidTwaNoticeGuide{
  position:relative;
  width:min(520px,calc(100vw - 20px));
  aspect-ratio:2 / 3;
  max-height:calc(100dvh - 20px);
  margin:0 auto;
  font-family:"Hiragino Sans","Yu Gothic","Meiryo",sans-serif;
  color:#111;
  user-select:none;
}
.androidTwaNoticeGuideBg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  pointer-events:none;
}
.androidTwaNoticeText{
  position:absolute;
  z-index:2;
  font-weight:800;
  line-height:1.38;
  letter-spacing:-.02em;
  white-space:normal;
  word-break:keep-all;
  overflow-wrap:normal;
  text-align:left;
  pointer-events:none;
  text-shadow:0 1px 0 rgba(255,255,255,.35);
}
.androidTwaNoticeTitle{
  top:7.0%;
  left:25%;
  width:50%;
  text-align:center;
  font-size:clamp(17px,4.2vw,25px);
  font-weight:950;
  letter-spacing:-.04em;
}
.androidTwaNoticeWarning{
  top:12.9%;
  left:24.8%;
  width:62%;
  font-size:clamp(14px,3.3vw,20px);
  line-height:1.45;
  font-weight:950;
}
.androidTwaNoticeInstall{
  top:24.0%;
  left:25.7%;
  width:64%;
  color:#088d86;
  font-size:clamp(11px,2.65vw,16px);
  line-height:1.48;
  font-weight:900;
}
.androidTwaNoticeInstall::first-line{
  color:#111;
  font-weight:800;
}
.androidTwaNoticeApp{
  top:35.0%;
  left:25.5%;
  width:65%;
  font-size:clamp(11px,2.55vw,16px);
  line-height:1.56;
  font-weight:800;
}
.androidTwaNoticeOnTitle,
.androidTwaNoticeOffTitle{
  top:51.0%;
  font-size:clamp(13px,3vw,18px);
  line-height:1.2;
  font-weight:950;
}
.androidTwaNoticeOnTitle{
  left:13.2%;
  width:32%;
  color:#13803a;
}
 .androidTwaNoticeOffTitle{
  left:61.0%;
  width:31%;
  color:#d83a42;
}
.androidTwaNoticeOnItem,
.androidTwaNoticeOffItem{
  font-size:clamp(9px,2.35vw,14px);
  line-height:1.42;
  font-weight:800;
}
.androidTwaNoticeOnItem{
  left:19.3%;
  width:27.0%;
}
.androidTwaNoticeOffItem{
  left:66.0%;
  width:26.5%;
}
.androidTwaNoticeOn1,.androidTwaNoticeOff1{top:58.2%;}
.androidTwaNoticeOn2,.androidTwaNoticeOff2{top:66.7%;}
.androidTwaNoticeOn3,.androidTwaNoticeOff3{top:75.1%;}
.androidTwaNoticeInfo{
  top:85.4%;
  left:16.8%;
  width:73%;
  color:#3265a0;
  font-size:clamp(10px,2.55vw,16px);
  line-height:1.42;
  font-weight:850;
}
.androidTwaNoticeClose{
  position:absolute;
  z-index:5;
  right:4.0%;
  top:1.9%;
  width:9.5%;
  height:7.0%;
  border:0;
  background:transparent;
  cursor:pointer;
  padding:0;
}
.androidTwaNoticeNext{
  position:absolute;
  z-index:5;
  right:8.0%;
  bottom:2.95%;
  width:22.5%;
  height:6.0%;
  border:0;
  background:transparent;
  color:#fff;
  cursor:pointer;
  padding:0 6% 0 0;
  font-size:clamp(15px,3.7vw,22px);
  font-weight:950;
  line-height:1;
  text-align:center;
  display:flex;
  align-items:center;
  justify-content:center;
}
.androidTwaNoticeClose:active,
.androidTwaNoticeNext:active{
  opacity:.62;
}
html[lang="en"] .androidTwaNoticeTitle{font-size:clamp(15px,3.65vw,22px);}
html[lang="en"] .androidTwaNoticeWarning{font-size:clamp(11px,2.75vw,17px);}
html[lang="en"] .androidTwaNoticeInstall{font-size:clamp(9px,2.18vw,13px);line-height:1.38;}
html[lang="en"] .androidTwaNoticeApp{font-size:clamp(8.8px,2.1vw,13px);line-height:1.38;}
html[lang="en"] .androidTwaNoticeOnTitle,
html[lang="en"] .androidTwaNoticeOffTitle{font-size:clamp(10px,2.35vw,14px);}
html[lang="en"] .androidTwaNoticeOnItem,
html[lang="en"] .androidTwaNoticeOffItem{font-size:clamp(7.4px,1.82vw,11px);line-height:1.28;}
html[lang="en"] .androidTwaNoticeInfo{font-size:clamp(8.2px,2vw,12px);line-height:1.32;}
html[lang="zh-CN"] .androidTwaNoticeText{word-break:normal;}
html[lang="ko"] .androidTwaNoticeText{word-break:keep-all;overflow-wrap:anywhere;}
@media (max-width:420px){
  .pwaGuideOverlay.androidTwaNoticeGuideOverlay{
    padding:6px !important;
  }
  .pwaGuideOverlay.androidTwaNoticeGuideOverlay .pwaGuideModal,
  .androidTwaNoticeGuide{
    width:calc(100vw - 12px) !important;
    max-height:calc(100dvh - 12px) !important;
  }
  .androidTwaNoticeTitle{font-size:clamp(15px,4.4vw,18px);}
  .androidTwaNoticeWarning{font-size:clamp(12px,3.5vw,15px);}
  .androidTwaNoticeInstall{font-size:clamp(9.5px,2.8vw,12px);}
  .androidTwaNoticeApp{font-size:clamp(9px,2.65vw,11.5px);}
  .androidTwaNoticeOnTitle,
  .androidTwaNoticeOffTitle{font-size:clamp(11px,3.15vw,13px);}
  .androidTwaNoticeOnItem,
  .androidTwaNoticeOffItem{font-size:clamp(7.8px,2.28vw,9.8px);line-height:1.34;}
  .androidTwaNoticeInfo{font-size:clamp(8.4px,2.45vw,10.5px);}
}

/* ===== Android browser app notification guide: twa1 new base position fix ===== */
/* New base image already contains the step pill, dots, close icon, and next label.
   Keep JS text overlay only for the translated explanation text. */
.pwaGuideOverlay.androidTwaNoticeGuideOverlay{
  padding:10px !important;
}
.pwaGuideOverlay.androidTwaNoticeGuideOverlay .pwaGuideModal{
  width:min(520px,calc(100vw - 20px)) !important;
  max-height:calc(100dvh - 20px) !important;
  overflow:visible !important;
}
.androidTwaNoticeGuide{
  width:min(520px,calc(100vw - 20px)) !important;
  aspect-ratio:2 / 3 !important;
  max-height:calc(100dvh - 20px) !important;
}
.androidTwaNoticeBg{
  object-fit:contain !important;
}
.androidTwaNoticeText{
  letter-spacing:-.035em !important;
  text-shadow:0 1px 0 rgba(255,255,255,.32) !important;
}
.androidTwaNoticeTitle{
  top:6.85% !important;
  left:22.5% !important;
  width:55% !important;
  text-align:center !important;
  font-size:clamp(16px,4.05vw,24px) !important;
  line-height:1.15 !important;
  font-weight:950 !important;
}
.androidTwaNoticeWarning{
  top:14.1% !important;
  left:24.0% !important;
  width:59.5% !important;
  font-size:clamp(13px,3.2vw,19px) !important;
  line-height:1.48 !important;
}
.androidTwaNoticeInstall{
  top:26.0% !important;
  left:24.3% !important;
  width:60.8% !important;
  font-size:clamp(10.6px,2.56vw,15.4px) !important;
  line-height:1.47 !important;
}
.androidTwaNoticeApp{
  top:37.2% !important;
  left:24.3% !important;
  width:61.0% !important;
  font-size:clamp(10.4px,2.5vw,15.2px) !important;
  line-height:1.52 !important;
}
.androidTwaNoticeOnTitle,
.androidTwaNoticeOffTitle{
  top:51.3% !important;
  font-size:clamp(12px,2.8vw,17px) !important;
  line-height:1.16 !important;
}
.androidTwaNoticeOnTitle{
  left:13.0% !important;
  width:31.5% !important;
}
.androidTwaNoticeOffTitle{
  left:59.3% !important;
  width:32.8% !important;
}
.androidTwaNoticeOnItem,
.androidTwaNoticeOffItem{
  font-size:clamp(8.4px,2.14vw,12.8px) !important;
  line-height:1.36 !important;
  font-weight:850 !important;
}
.androidTwaNoticeOnItem{
  left:20.2% !important;
  width:25.5% !important;
}
.androidTwaNoticeOffItem{
  left:65.6% !important;
  width:26.8% !important;
}
.androidTwaNoticeOn1,.androidTwaNoticeOff1{top:58.2% !important;}
.androidTwaNoticeOn2,.androidTwaNoticeOff2{top:66.7% !important;}
.androidTwaNoticeOn3,.androidTwaNoticeOff3{top:75.2% !important;}
.androidTwaNoticeInfo{
  top:85.55% !important;
  left:16.0% !important;
  width:75% !important;
  font-size:clamp(9.8px,2.42vw,14.6px) !important;
  line-height:1.38 !important;
}
.androidTwaNoticeClose{
  right:4.2% !important;
  top:1.85% !important;
  width:9.2% !important;
  height:7.0% !important;
}
.androidTwaNoticeNext{
  right:8.2% !important;
  bottom:3.0% !important;
  width:22.8% !important;
  height:6.0% !important;
  color:transparent !important;
  font-size:0 !important;
  text-shadow:none !important;
}
html[lang="en"] .androidTwaNoticeTitle{font-size:clamp(14px,3.45vw,20.5px) !important;}
html[lang="en"] .androidTwaNoticeWarning{font-size:clamp(10px,2.55vw,15.4px) !important;line-height:1.38 !important;}
html[lang="en"] .androidTwaNoticeInstall{font-size:clamp(8px,1.98vw,12px) !important;line-height:1.32 !important;}
html[lang="en"] .androidTwaNoticeApp{font-size:clamp(7.8px,1.95vw,11.8px) !important;line-height:1.32 !important;}
html[lang="en"] .androidTwaNoticeOnTitle,
html[lang="en"] .androidTwaNoticeOffTitle{font-size:clamp(8.8px,2.15vw,12.8px) !important;}
html[lang="en"] .androidTwaNoticeOnItem,
html[lang="en"] .androidTwaNoticeOffItem{font-size:clamp(6.8px,1.65vw,9.8px) !important;line-height:1.24 !important;}
html[lang="en"] .androidTwaNoticeInfo{font-size:clamp(7.8px,1.9vw,11.4px) !important;line-height:1.26 !important;}
@media (max-width:420px){
  .pwaGuideOverlay.androidTwaNoticeGuideOverlay{padding:6px !important;}
  .pwaGuideOverlay.androidTwaNoticeGuideOverlay .pwaGuideModal,
  .androidTwaNoticeGuide{
    width:calc(100vw - 12px) !important;
    max-height:calc(100dvh - 12px) !important;
  }
  .androidTwaNoticeTitle{font-size:clamp(14px,4.15vw,17px) !important;}
  .androidTwaNoticeWarning{font-size:clamp(11px,3.25vw,14.5px) !important;}
  .androidTwaNoticeInstall{font-size:clamp(8.7px,2.55vw,11.4px) !important;}
  .androidTwaNoticeApp{font-size:clamp(8.4px,2.47vw,11px) !important;}
  .androidTwaNoticeOnTitle,
  .androidTwaNoticeOffTitle{font-size:clamp(9.7px,2.85vw,12.4px) !important;}
  .androidTwaNoticeOnItem,
  .androidTwaNoticeOffItem{font-size:clamp(7.1px,2.08vw,9.2px) !important;line-height:1.29 !important;}
  .androidTwaNoticeInfo{font-size:clamp(7.6px,2.24vw,9.9px) !important;line-height:1.28 !important;}
}
