:root{--bg:#050608;--panel:#0b0e13;--panel2:#11151b;--card:#171a20;--card2:#1d2129;--line:#ffffff16;--text:#f4f6f8;--sub:#a4a8b2;--muted:#6e7480;--yellow:#fee500;--accent:#7c6cff;--danger:#ff4b42;--chat:#131b26;--shadow:0 18px 48px #00000052}*{box-sizing:border-box}html,body,#root{background:var(--bg);width:100%;height:100%;color:var(--text);margin:0;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Pretendard,Noto Sans KR,system-ui,sans-serif}button,input,textarea,select{font:inherit}button{color:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0}input,textarea,select{border:1px solid var(--line);width:100%;color:var(--text);background:#1a1e25;border-radius:14px;outline:none;padding:0 16px;font-size:16px}input{height:48px}textarea{resize:vertical;min-height:96px;padding:14px 16px}input::placeholder,textarea::placeholder{color:#707783}.appShell{background:var(--bg);width:100vw;height:100vh;color:var(--text);grid-template-columns:78px minmax(0,1fr);display:grid;overflow:hidden}.pcRail{border-right:1px solid var(--line);background:#0a0d12;flex-direction:column;align-items:center;gap:8px;width:78px;height:100vh;padding:18px 8px;display:flex}.railProfile{margin-bottom:16px}.pcRail button{color:#a0a5af;border-radius:20px;place-items:center;width:62px;height:70px;display:grid;position:relative}.pcRail button:hover{color:#fff;background:#141820}.pcRail button.active{color:var(--yellow);background:#171b27}.pcRail button.active:after{content:"";background:var(--yellow);border-radius:999px;width:4px;height:34px;position:absolute;top:18px;right:-8px}.pcRail button span,.mobileNav button span{color:currentColor;width:30px;height:30px;font-size:0;display:block;position:relative}.pcRail button small,.mobileNav button small{color:inherit;font-size:11px;font-weight:800}.pcRail button:first-of-type span:before,.mobileNav button:first-child span:before{content:"";border:2px solid;border-radius:50%;width:11px;height:11px;position:absolute;top:3px;left:9px}.pcRail button:first-of-type span:after,.mobileNav button:first-child span:after{content:"";border:2px solid;border-radius:12px 12px 5px 5px;width:19px;height:10px;position:absolute;bottom:4px;left:5px}.pcRail button:nth-of-type(2) span:before,.mobileNav button:nth-child(2) span:before{content:"";background:currentColor;border-radius:11px;width:23px;height:17px;position:absolute;top:6px;left:3px}.pcRail button:nth-of-type(2) span:after,.mobileNav button:nth-child(2) span:after{content:"";background:currentColor;width:8px;height:8px;position:absolute;bottom:4px;left:9px;transform:rotate(45deg)}.pcRail button:nth-of-type(3) span:before,.mobileNav button:nth-child(3) span:before{content:"";border:2px solid;border-radius:7px;width:22px;height:22px;position:absolute;top:5px;left:4px}.pcRail button:nth-of-type(3) span:after,.mobileNav button:nth-child(3) span:after{content:"";background:currentColor;width:14px;height:2px;position:absolute;top:12px;left:8px;box-shadow:0 7px}.pcRail button:nth-of-type(4) span:before,.mobileNav button:nth-child(4) span:before{content:"";background:currentColor;border-radius:99px;width:20px;height:3px;position:absolute;top:7px;left:5px;box-shadow:0 8px,0 16px}.mainPanel{background:var(--bg);flex-direction:column;min-width:0;height:100vh;display:flex;overflow:hidden}.top{background:var(--bg);border:0;justify-content:space-between;align-items:center;height:74px;min-height:74px;padding:0 34px;display:flex}.top h1{letter-spacing:-.8px;color:#fff;margin:0;font-size:34px;font-weight:900}.topUser{display:none}.content{flex:1;min-height:0;overflow:hidden}.leftContent{min-width:0;height:100%;overflow:auto}.contentWithRoom{grid-template-columns:430px minmax(0,1fr);height:100%;display:grid;overflow:hidden}.contentWithRoom .leftContent{border-right:1px solid var(--line);background:var(--bg);padding:0 14px 18px}.rightRoom{min-width:0;height:100%;overflow:hidden}.avatar{color:#e9edf4;background:linear-gradient(135deg,#313845,#171b22);border-radius:24px;flex:none;place-items:center;font-weight:900;display:grid;overflow:hidden}.avatar img{object-fit:cover;width:100%;height:100%}.notice{color:#ffd88a;background:#2a2112;border:1px solid #fee50038;border-radius:14px;margin-top:10px;padding:11px 13px;font-size:13px}.empty{height:160px;color:var(--muted);text-align:center;place-items:center;display:grid}.search{color:#fff;background:#171b22;border:1px solid #0000;border-radius:18px;height:52px;padding:0 18px}.v15MobileTop{display:none}.v15SearchWrap{margin:0 0 14px;position:relative}.v15SearchWrap i{z-index:1;border:2px solid #6f7682;border-radius:50%;width:17px;height:17px;position:absolute;top:50%;left:18px;transform:translateY(-50%)}.v15SearchWrap i:after{content:"";background:#6f7682;border-radius:3px;width:8px;height:2px;position:absolute;bottom:-5px;right:-6px;transform:rotate(45deg)}.v15SearchWrap .search{padding-left:48px}.v15ListHead,.section{color:#a9aeb8;align-items:center;gap:8px;margin:14px 2px 8px;font-size:13px;font-weight:900;display:flex}.v15ListHead em{color:#dce1ea;background:#313643;border-radius:999px;place-items:center;min-width:22px;height:22px;font-size:12px;font-style:normal;display:grid}.chatItem,.rowCard,.profileRow{background:var(--card);text-align:left;color:#fff;border:1px solid #ffffff0e;border-radius:24px;align-items:center;gap:14px;width:100%;min-height:86px;margin-bottom:8px;padding:14px;display:flex}.chatItem:hover,.rowCard:hover,.profileRow:hover,.chatItem.selected,.rowCard.selected{background:var(--card2)}.rowText{flex:1;gap:7px;min-width:0;display:grid}.rowText b{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:18px;font-weight:900;overflow:hidden}.rowText span{color:#9da3ad;white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.v15RowTitle{align-items:center;gap:8px;min-width:0;display:flex}.v15RowTitle small{color:#c5cad3;background:#2a2e36;border-radius:9px;place-items:center;min-width:22px;height:22px;font-size:12px;font-weight:900;display:grid}.roomMeta{color:#9ba1ad;white-space:nowrap;justify-items:end;gap:9px;font-size:13px;display:grid}.roomMeta em{background:var(--accent);color:#fff;border-radius:999px;place-items:center;min-width:24px;height:24px;font-size:12px;font-style:normal;font-weight:900;display:grid}.splitPage{grid-template-columns:420px minmax(0,1fr);gap:16px;height:100%;padding:0 18px 18px;display:grid;overflow:hidden}.listPane{height:100%;overflow:auto}.detailPane{min-height:0;overflow:auto}.detailCard{background:var(--card);border:1px solid var(--line);color:#fff;border-radius:28px;align-content:center;place-items:center;gap:12px;min-height:420px;padding:30px;display:grid}.detailCard p{color:var(--sub);margin:0}.buttonGrid{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.primaryBtn,.sendBtn{background:var(--yellow);color:#111;border-radius:14px;height:48px;padding:0 18px;font-weight:900}.dangerBtn{color:#ff9b9b;background:#3a1518;border-radius:14px;padding:12px 16px;font-weight:900}.room{background:var(--chat);flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.roomHeader{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f141ceb;border-bottom:1px solid #ffffff13;align-items:center;gap:12px;height:66px;min-height:66px;padding:0 18px;display:flex}.backBtn{background:#222833;border-radius:50%;width:38px;height:38px;position:relative}.backBtn:before{content:"";border-bottom:2px solid #fff;border-left:2px solid #fff;width:11px;height:11px;position:absolute;top:12px;left:15px;transform:rotate(45deg)}.roomTitle{flex:1;gap:3px;min-width:0;display:grid}.roomTitle b{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:17px;overflow:hidden}.roomTitle span{color:#8e96a3;font-size:12px}.v15RoomTools{gap:8px;display:flex}.v15RoomTools button{background:#222833;border-radius:50%;width:38px;height:38px;position:relative}.v15RoomTools button:first-child:before{content:"";border:2px solid #fff;border-right-color:#0000;border-radius:50%;width:14px;height:14px;position:absolute;top:11px;left:11px}.v15RoomTools button:nth-child(2):before{content:"";background:#fff;border-radius:50%;width:4px;height:4px;position:absolute;top:17px;left:10px;box-shadow:7px 0 #fff,14px 0 #fff}.messages{background:var(--chat);scroll-behavior:smooth;flex:1;min-height:0;padding:24px 32px;overflow:auto}.msg{gap:8px;margin-bottom:13px;display:flex}.msg.mine{justify-content:flex-end}.msgStack{gap:5px;max-width:min(72%,620px);display:grid}.mine .msgStack{justify-items:end}.sender{color:#9aa2ae;margin-left:4px;font-size:12px}.bubble{word-break:break-word;white-space:pre-wrap;border-radius:20px;padding:11px 15px;font-size:15.5px;line-height:1.5}.mine .bubble{background:var(--yellow);color:#111;border-top-right-radius:7px}.other .bubble{color:#fff;background:#232a35;border-top-left-radius:7px}.msgMeta{color:#8d95a1;justify-content:flex-end;gap:6px;font-size:11px;display:flex}.dateLine,.sending{color:#cfd5df;background:#ffffff1a;border-radius:999px;width:fit-content;margin:10px auto;padding:6px 11px;font-size:12px}.chatImage{object-fit:cover;border-radius:16px;max-width:280px;max-height:340px}.composer{background:#0d1117;border-top:1px solid #ffffff14;grid-template-columns:44px 44px minmax(0,1fr) 64px;align-items:center;gap:8px;min-height:74px;padding:12px 16px;display:grid}.composer input{background:#1b2029;border:0;border-radius:23px;height:46px}.iconBtn{background:#1f2630;border-radius:50%;place-items:center;width:44px;height:44px;display:grid;position:relative}.iconBtn input,.fileLabel input{display:none}.attachBtn:before{content:"";border:2px solid #dfe4ed;border-radius:5px;width:18px;height:18px}.attachBtn:after{content:"+";color:#dfe4ed;font-weight:900;position:absolute}.locBtn:before{content:"";border:2px solid #dfe4ed;border-radius:50% 50% 50% 0;width:17px;height:17px;transform:rotate(-45deg)}.sendBtn{border-radius:23px;height:46px}.morePage{grid-template-columns:420px minmax(0,1fr);gap:20px;height:100%;padding:0 34px 24px;display:grid;overflow:hidden}.v15MoreLeft,.moreDetail{border:1px solid var(--line);min-height:0;box-shadow:var(--shadow);background:#12161dc7;border-radius:28px;overflow:auto}.v15MoreLeft{padding:26px}.moreDetail{padding:34px}.v15MoreTabs{gap:10px;margin-bottom:22px;display:flex}.v15MoreTabs button{border:1px solid var(--line);color:#c8ccd5;background:0 0;border-radius:999px;height:48px;padding:0 24px;font-weight:900}.v15MoreTabs .on{color:#111;background:#fff;border-color:#fff}.v15PayCard{background:var(--yellow);color:#111;border-radius:22px;grid-template-columns:1fr auto auto auto;align-items:center;gap:18px;height:112px;margin-bottom:18px;padding:0 22px;display:grid}.v15PayCard b{font-size:24px}.v15PayCard strong{font-size:20px}.v15PayCard span{font-weight:900}.v15ShortcutGrid{border:1px solid var(--line);background:#1b1e24;border-radius:26px;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:18px;padding:22px;display:grid}.v15ShortcutGrid button{color:#e7eaf0;place-items:center;gap:9px;font-weight:800;display:grid}.mi{color:#e9edf4;width:34px;height:34px;display:block;position:relative}.v15ShortcutGrid .mi:before{content:"";border:2px solid;border-radius:9px;position:absolute;inset:4px}.v15ShortcutGrid button:hover .mi,.moreMenu button.selected .mi{color:var(--yellow)}.moreMenu{gap:10px;display:grid}.moreMenu button{border:1px solid var(--line);text-align:left;background:#171b22;border-radius:20px;grid-template-columns:42px 1fr auto;align-items:center;gap:14px;min-height:70px;padding:0 18px;display:grid}.moreMenu button.selected{background:#1f241c;border-color:#fee50059}.moreMenu b{color:#fff;font-size:17px}.moreMenu span{color:#9ca3ad;font-size:13px}.moreMenu em{color:#9097a2;font-size:28px;font-style:normal}.settingsPanel{gap:16px;display:grid}.v15ProfileHero{align-items:center;gap:20px;margin-bottom:10px;display:flex}.v15ProfileHero h2{color:#fff;margin:0;font-size:28px}.v15ProfileHero p,.settingsPanel p{color:var(--sub);margin:4px 0 0}.v15Field{gap:9px;display:grid}.v15Field b{color:#fff;font-size:16px}.v15Field span,.v15UploadLine span{color:#9ea5af;font-size:13px}.v15InputWrap{position:relative}.v15InputWrap small{color:#949ba7;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.v15InputWrap input{padding-right:72px}.v15UploadLine{align-items:center;gap:16px;display:flex}.fileLabel{border:1px solid var(--line);color:#fff;cursor:pointer;background:#202631;border-radius:14px;place-items:center;height:48px;padding:0 18px;font-weight:900;display:inline-grid}.v15Save{width:100%;margin-top:4px}.calendarPage{grid-template-columns:minmax(0,1fr) 330px;gap:18px;height:100%;padding:0 34px 24px;display:grid;overflow:hidden}.calMain,.selectedPanel{background:var(--card);border:1px solid var(--line);border-radius:28px;min-height:0;padding:18px;overflow:auto}.calHeader{justify-content:center;align-items:center;gap:18px;margin-bottom:14px;display:flex}.calHeader b{font-size:22px}.calHeader button,.calTools button,.modalHeader button,.modalActions button{background:#202631;border-radius:14px;padding:10px 14px;font-weight:900}.calTools{gap:8px;margin-bottom:12px;display:flex}.weekHead,.monthGrid{grid-template-columns:repeat(7,1fr);gap:6px;display:grid}.weekHead{text-align:center;color:var(--sub);font-size:12px;font-weight:900}.dayCell{border:1px solid var(--line);text-align:left;background:#11151b;border-radius:16px;height:92px;padding:7px;overflow:hidden}.dayCell.dim{opacity:.4}.dayCell.selected{outline:2px solid var(--yellow)}.dayNum{font-weight:900}.dayEvents{gap:3px;margin-top:4px;display:grid}.dayEvents i{color:#111;text-overflow:ellipsis;white-space:nowrap;border-radius:7px;padding:2px 5px;font-size:11px;font-style:normal;overflow:hidden}.eventRow,.locationCard{border:1px solid var(--line);background:#171b22;border-radius:18px;align-items:center;gap:10px;margin-bottom:8px;padding:12px;display:flex}.modalBackdrop{z-index:2000;background:#0000008f;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{border:1px solid var(--line);width:min(460px,100%);max-height:86dvh;box-shadow:var(--shadow);background:#151922;border-radius:26px;padding:20px;overflow:auto}.modalWide{width:min(780px,100%)}.modalHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.modalActions{grid-template-columns:1fr 1fr;gap:8px;margin-top:12px;display:grid}.pickList{gap:8px;margin:12px 0;display:grid}.pick{background:#1b2029;border-radius:16px;align-items:center;gap:10px;padding:10px;display:flex}.pick.on{outline:2px solid var(--yellow)}.colorPick{gap:8px;display:flex}.colorPick button{border-radius:50%;width:32px;height:32px}.authPage,.loading,.fatal{background:var(--bg);color:#fff;place-items:center;min-height:100dvh;display:grid}.authCard{border:1px solid var(--line);background:#151922;border-radius:28px;gap:12px;width:min(380px,100vw - 28px);padding:24px;display:grid}.brandMark{background:var(--yellow);color:#111;border-radius:20px;place-items:center;width:58px;height:58px;font-weight:900;display:grid}.textBtn{color:var(--sub)}.mobileNav,.mobileRoom{display:none}@media (width<=767px){.appShell{height:100dvh;display:block;overflow:hidden}.pcRail{display:none}.mainPanel{flex-direction:column;height:100dvh;display:flex;overflow:hidden}.top{display:none}.content{min-height:0;padding:0 0 calc(96px + env(safe-area-inset-bottom));background:var(--bg);flex:1;overflow:auto}.contentWithRoom{display:block}.leftContent{height:auto;padding:0 0 calc(96px + env(safe-area-inset-bottom));overflow:visible}.rightRoom{display:none}.v15MobileTop{height:98px;padding:calc(26px + env(safe-area-inset-top)) 22px 12px;justify-content:space-between;align-items:center;display:flex}.v15MobileTop b{letter-spacing:-.8px;font-size:34px;font-weight:900;line-height:1}.v15TopIcons{gap:16px;display:flex}.v15TopIcons button{width:34px;height:34px;position:relative}.v15TopIcons button:first-child:before{content:"";border:3px solid #fff;border-radius:50%;width:19px;height:19px;position:absolute;top:3px;left:4px}.v15TopIcons button:first-child:after{content:"";background:#fff;border-radius:99px;width:12px;height:3px;position:absolute;bottom:6px;right:3px;transform:rotate(45deg)}.v15TopIcons button:nth-child(2):before,.v15TopIcons button:nth-child(2):after{content:"";background:#fff;border-radius:99px;width:21px;height:3px;position:absolute;top:15px;left:7px}.v15TopIcons button:nth-child(2):after{transform:rotate(90deg)}.listPane{height:auto;padding:0 14px;overflow:visible}.v15SearchWrap{margin:0 18px 18px}.v15SearchWrap .search{background:#191d24;border-radius:18px;height:56px}.v15ListHead{margin:0 18px 10px}.chatItem,.rowCard,.profileRow{background:0 0;border-color:#0000;border-radius:24px;min-height:92px;margin-bottom:4px;padding:14px 18px}.chatItem:hover,.chatItem.selected,.rowCard:hover,.rowCard.selected{background:#141820}.chatItem .avatar,.rowCard .avatar,.profileRow .avatar{border-radius:24px!important;width:64px!important;height:64px!important}.rowText b{font-size:20px}.rowText span{font-size:15px}.roomMeta{font-size:13px}.roomMeta em{background:#ff4b42}.splitPage{height:auto;padding:0 14px;display:block;overflow:visible}.detailPane{display:none}.mobileNav{height:calc(82px + env(safe-area-inset-bottom));padding:7px 4px env(safe-area-inset-bottom);z-index:700;background:#121419f5;border-top:1px solid #ffffff14;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.mobileNav button{color:#818690;place-items:center;gap:2px;font-weight:800;display:grid}.mobileNav button.active{color:#fff}.mobileNav button.active:after{content:"";background:#ff4b42;border-radius:50%;width:5px;height:5px;position:absolute;bottom:8px}.mobileNav button{position:relative}.mobileNav button small{font-size:11px}.mobileRoom{z-index:999;background:var(--chat);width:100vw;height:100dvh;display:block;position:fixed;inset:0}.mobileRoom .room{width:100vw;height:100dvh}.mobileRoom .roomHeader{height:calc(62px + env(safe-area-inset-top));min-height:calc(62px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 10px 0}.mobileRoom .messages{padding:16px 12px}.mobileRoom .composer{min-height:calc(72px + env(safe-area-inset-bottom));padding:10px 9px calc(10px + env(safe-area-inset-bottom));grid-template-columns:42px 42px minmax(0,1fr) 58px}.msgStack{max-width:84%}.morePage{height:auto;padding:0 14px calc(108px + env(safe-area-inset-bottom));display:block;overflow:visible}.v15MoreLeft,.moreDetail{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0;overflow:visible}.v15MoreTabs{margin:4px 0 22px;padding:0 18px}.v15PayCard{border-radius:18px;grid-template-columns:1fr auto auto auto;height:110px;margin:0 18px 26px;padding:0 18px}.v15PayCard b{font-size:21px}.v15PayCard strong{font-size:18px}.v15ShortcutGrid{border-radius:20px;grid-template-columns:repeat(4,1fr);gap:24px 8px;margin:0 18px 26px;padding:20px 12px}.v15ShortcutGrid button{font-size:14px}.moreMenu{display:none}.moreDetail{border:1px solid var(--line);background:#171b22;border-radius:22px;margin:0 18px 18px;padding:18px}.v15ProfileHero h2{font-size:24px}.v15UploadLine{display:grid}.calendarPage{height:auto;padding:14px 14px calc(104px + env(safe-area-inset-bottom));display:block;overflow:visible}.calMain,.selectedPanel{border-radius:22px;margin-bottom:12px;padding:14px}.monthGrid{gap:5px}.dayCell{height:74px}.composer input{min-width:0}.chatImage{max-width:220px;max-height:260px}}@media (width>=768px){.v15ChatList .v15MobileTop{display:none}.v15More .moreDetail{display:block}}.content::-webkit-scrollbar{width:7px}.leftContent::-webkit-scrollbar{width:7px}.messages::-webkit-scrollbar{width:7px}.moreDetail::-webkit-scrollbar{width:7px}.content::-webkit-scrollbar-thumb{background:#ffffff29;border-radius:99px}.leftContent::-webkit-scrollbar-thumb{background:#ffffff29;border-radius:99px}.messages::-webkit-scrollbar-thumb{background:#ffffff29;border-radius:99px}.moreDetail::-webkit-scrollbar-thumb{background:#ffffff29;border-radius:99px}:root{--v16-bg:#050607;--v16-panel:#111419;--v16-card:#181b21;--v16-card2:#20242b;--v16-line:#ffffff16;--v16-text:#f6f7fa;--v16-sub:#a4a9b3;--v16-faint:#737985;--v16-yellow:#fee500;--v16-red:#ff4b42}html,body,#root{background:var(--v16-bg)!important;color:var(--v16-text)!important}body{font-size:14px!important}input,textarea,select{color:var(--v16-text)!important;border:1px solid var(--v16-line)!important;background:#171b22!important}input::placeholder,textarea::placeholder{color:#7f8590!important;opacity:1!important}button{color:inherit}.notice{color:#ffe49a!important;background:#2a2111!important;border:1px solid #fee50038!important}.avatar{color:#fff!important;background:#242933!important}.rowText b,.chatTop b,.meta b{color:#fff!important}.rowText span,.chatBottom,.meta span,.roomMeta span{color:var(--v16-sub)!important}@media (width<=767px){body{font-size:14px!important}.content,.leftContent{padding-bottom:calc(78px + env(safe-area-inset-bottom))!important}.v15MobileTop{height:78px!important;padding:calc(18px + env(safe-area-inset-top)) 18px 8px!important}.v15MobileTop b{letter-spacing:-.6px!important;font-size:28px!important}.v15TopIcons{gap:12px!important}.v15TopIcons button{opacity:.9!important;width:30px!important;height:30px!important}.v15TopIcons button:first-child:before{border-width:2.5px!important;width:17px!important;height:17px!important}.v15TopIcons button:nth-child(2):before,.v15TopIcons button:nth-child(2):after{width:19px!important;height:2.5px!important}.listPane{padding:0 12px!important}.v15SearchWrap{margin:0 12px 14px!important}.v15SearchWrap .search,.search{background:#151922!important;border-radius:15px!important;height:46px!important;padding:0 14px 0 44px!important;font-size:15px!important}.v15SearchWrap i:before{border-width:2px!important;width:15px!important;height:15px!important}.v15ListHead{margin:0 14px 6px!important;font-size:14px!important}.chatItem,.rowCard,.profileRow{border-radius:18px!important;gap:12px!important;height:auto!important;min-height:74px!important;margin-bottom:2px!important;padding:10px 14px!important}.chatItem .avatar,.rowCard .avatar,.profileRow .avatar{border-radius:18px!important;width:52px!important;min-width:52px!important;height:52px!important}.rowText b,.v15RowTitle b{font-size:17px!important;line-height:1.15!important}.rowText span{margin-top:5px!important;font-size:13.5px!important;line-height:1.2!important}.roomMeta{gap:8px!important;min-width:58px!important;font-size:12px!important}.roomMeta em,.v15ListHead em{min-width:22px!important;height:22px!important;font-size:12px!important}.mobileNav{height:calc(68px + env(safe-area-inset-bottom))!important;padding:6px 4px env(safe-area-inset-bottom)!important}.mobileNav button{gap:0!important;font-size:10px!important}.mobileNav button span{transform-origin:50%!important;transform:scale(.82)!important}.mobileNav button small{margin-top:-2px!important;font-size:10px!important}.mobileNav button.active:after{width:4px!important;height:4px!important;bottom:5px!important}.mobileRoom .roomHeader{height:calc(54px + env(safe-area-inset-top))!important;min-height:calc(54px + env(safe-area-inset-top))!important}.mobileRoom .messages{padding:12px 10px!important}.mobileRoom .composer{min-height:calc(62px + env(safe-area-inset-bottom))!important;padding:8px 8px calc(8px + env(safe-area-inset-bottom))!important;grid-template-columns:36px 36px minmax(0,1fr) 52px!important}.composer input{height:40px!important;font-size:15px!important}.plusFile,.composerMini,.composer button,.sendBtn,.iconBtn{height:40px!important;min-height:40px!important}.bubble{padding:9px 12px!important;font-size:14.5px!important}.v16More{height:auto!important;padding:0 14px calc(86px + env(safe-area-inset-bottom))!important;background:var(--v16-bg)!important;display:block!important;overflow:visible!important}.v16MoreHeader{height:74px!important;padding:calc(18px + env(safe-area-inset-top)) 4px 10px!important;justify-content:space-between!important;align-items:center!important;display:flex!important}.v16MoreHeader h2{letter-spacing:-.6px!important;color:#fff!important;margin:0!important;font-size:28px!important;font-weight:900!important;line-height:1!important}.v16HeaderActions{align-items:center!important;gap:12px!important;display:flex!important}.v16HeaderActions button{color:#fff!important;opacity:.9!important;background:0 0!important;border-radius:13px!important;width:34px!important;height:34px!important;position:relative!important}.v16SearchBtn:before{content:"";border:2.5px solid;border-radius:50%;width:15px;height:15px;position:absolute;top:6px;left:7px}.v16SearchBtn:after{content:"";background:currentColor;border-radius:99px;width:10px;height:2.5px;position:absolute;bottom:8px;right:7px;transform:rotate(45deg)}.v16SettingsBtn:before{content:"";border:2.5px solid;border-radius:50%;position:absolute;inset:7px;box-shadow:0 -8px 0 -5px,0 8px 0 -5px,8px 0 0 -5px,-8px 0 0 -5px}.v16SettingsBtn:after{content:"";background:currentColor;border-radius:50%;width:6px;height:6px;position:absolute;top:14px;left:14px}.v16MoreBody{display:block!important}.v16MoreHome,.v16MoreDetail{box-shadow:none!important;background:0 0!important;border:0!important;padding:0!important;overflow:visible!important}.v16ProfileSummary{background:var(--v16-card)!important;border:1px solid var(--v16-line)!important;text-align:left!important;border-radius:22px!important;grid-template-columns:58px 1fr auto!important;align-items:center!important;gap:13px!important;width:100%!important;min-height:82px!important;margin:0 0 12px!important;padding:14px!important;display:grid!important}.v16ProfileSummary b{color:#fff!important;font-size:18px!important}.v16ProfileSummary span{color:var(--v16-sub)!important;text-overflow:ellipsis!important;white-space:nowrap!important;margin-top:5px!important;font-size:13.5px!important;display:block!important;overflow:hidden!important}.v16ProfileSummary em{font-style:normal;color:#8e95a1!important;font-size:24px!important}.v16SimpleMenu{gap:8px!important;margin-bottom:12px!important;display:grid!important}.v16SimpleMenu button{border:1px solid var(--v16-line)!important;text-align:left!important;background:#15191f!important;border-radius:18px!important;grid-template-columns:36px 1fr auto!important;align-items:center!important;gap:12px!important;width:100%!important;min-height:64px!important;padding:0 14px!important;display:grid!important}.v16SimpleMenu button.selected{background:#20231d!important;border-color:#fee5004d!important}.v16SimpleMenu b{color:#fff!important;font-size:16px!important}.v16SimpleMenu span{color:var(--v16-sub)!important;margin-top:4px!important;font-size:12.5px!important;display:block!important}.v16SimpleMenu em{font-style:normal;color:#8e95a1!important;font-size:22px!important}.v16MenuIcon{background:#222832!important;border-radius:13px!important;width:34px!important;height:34px!important;display:block!important;position:relative!important}.v16MenuIcon.profile:before{content:"";background:var(--v16-yellow);border-radius:50%;width:10px;height:10px;position:absolute;top:7px;left:12px;box-shadow:0 13px 0 4px #fee50059}.v16MenuIcon.noti:before{content:"";border:2px solid #cbd1da;border-radius:9px 9px 7px 7px;width:16px;height:17px;position:absolute;top:8px;left:9px}.v16MenuIcon.location:before{content:"";border:2px solid #cbd1da;border-radius:11px 11px 11px 2px;width:16px;height:20px;position:absolute;top:6px;left:9px;transform:rotate(-45deg)}.v16LaterBox{border:1px solid var(--v16-line)!important;background:#15191f!important;border-radius:20px!important;margin-bottom:12px!important;padding:14px!important}.v16LaterTitle{justify-content:space-between!important;align-items:flex-end!important;margin-bottom:12px!important;display:flex!important}.v16LaterTitle b{color:#fff!important;font-size:15px!important}.v16LaterTitle span{color:var(--v16-faint)!important;font-size:12px!important}.v16LaterGrid{grid-template-columns:1fr 1fr!important;gap:8px!important;display:grid!important}.v16LaterGrid button{text-align:left!important;opacity:.75!important;background:#101318!important;border:1px solid #ffffff0e!important;border-radius:16px!important;min-height:54px!important;padding:10px!important}.v16LaterGrid b{color:#dfe3ea!important;font-size:14px!important;display:block!important}.v16LaterGrid span{color:#777e89!important;margin-top:3px!important;font-size:12px!important;display:block!important}.v16DangerRow{grid-template-columns:1fr 1fr!important;gap:8px!important;margin-bottom:12px!important;display:grid!important}.v16DangerRow button{border:1px solid var(--v16-line)!important;color:#dfe3ea!important;background:#15191f!important;border-radius:15px!important;height:44px!important;font-weight:800!important}.v16MoreDetail{border:1px solid var(--v16-line)!important;background:#15191f!important;border-radius:20px!important;margin-top:10px!important;padding:14px!important}.v16MoreDetail .v15ProfileHero{gap:12px!important;margin-bottom:12px!important}.v16MoreDetail .v15ProfileHero .avatar{width:56px!important;height:56px!important}.v16MoreDetail .v15ProfileHero h2{font-size:20px!important}.v16MoreDetail .v15ProfileHero p{font-size:12.5px!important}.v16MoreDetail .v15Field{gap:7px!important;margin-bottom:10px!important}.v16MoreDetail .v15Field b{color:#fff!important;font-size:14px!important}.v16MoreDetail input{color:#fff!important;border-radius:13px!important;height:42px!important;font-size:14px!important}.v16MoreDetail .v15Save{border-radius:14px!important;height:44px!important}.v15MoreTabs,.v15PayCard,.v15ShortcutGrid,.moreMenu{display:none!important}}@media (width>=768px){.appShell{grid-template-columns:82px minmax(0,1fr)!important}.pcRail{width:82px!important;min-width:82px!important;max-width:82px!important;padding:14px 8px!important}.pcRail button{border-radius:20px!important;width:66px!important;min-height:62px!important}.top{flex-basis:68px!important;height:68px!important;min-height:68px!important;padding:0 26px!important}.top h1{font-size:30px!important}.contentWithRoom{grid-template-columns:380px minmax(0,1fr)!important}.contentWithRoom .leftContent,.desktopList{width:380px!important;min-width:380px!important;max-width:380px!important}.v16More{height:100%!important;padding:0 26px 24px!important;overflow:hidden!important}.v16MoreHeader{display:none!important}.v16MoreBody{grid-template-columns:360px minmax(0,1fr)!important;gap:18px!important;height:100%!important;display:grid!important;overflow:hidden!important}.v16MoreHome,.v16MoreDetail{border:1px solid var(--v16-line)!important;background:#12161dc7!important;border-radius:24px!important;min-height:0!important;overflow:auto!important;box-shadow:0 18px 50px #00000040!important}.v16MoreHome{padding:18px!important}.v16MoreDetail{padding:24px!important}.v16ProfileSummary{border:1px solid var(--v16-line)!important;text-align:left!important;background:#171b22!important;border-radius:20px!important;grid-template-columns:58px 1fr auto!important;align-items:center!important;gap:13px!important;width:100%!important;min-height:82px!important;padding:13px!important;display:grid!important}.v16ProfileSummary b{color:#fff!important;font-size:18px!important}.v16ProfileSummary span{color:var(--v16-sub)!important;margin-top:5px!important;display:block!important}.v16ProfileSummary em{font-style:normal;color:#8e95a1!important;font-size:24px!important}.v16SimpleMenu{gap:8px!important;margin:14px 0!important;display:grid!important}.v16SimpleMenu button{border:1px solid var(--v16-line)!important;text-align:left!important;background:#15191f!important;border-radius:18px!important;grid-template-columns:36px 1fr auto!important;align-items:center!important;gap:12px!important;min-height:64px!important;padding:0 14px!important;display:grid!important}.v16SimpleMenu button.selected{background:#20231d!important;border-color:#fee5004d!important}.v16SimpleMenu b{color:#fff!important;font-size:16px!important}.v16SimpleMenu span{color:var(--v16-sub)!important;margin-top:4px!important;font-size:12.5px!important;display:block!important}.v16SimpleMenu em{font-style:normal;color:#8e95a1!important;font-size:22px!important}.v16MenuIcon{background:#222832!important;border-radius:13px!important;width:34px!important;height:34px!important;display:block!important;position:relative!important}.v16LaterBox{border:1px solid var(--v16-line)!important;background:#15191f!important;border-radius:20px!important;padding:14px!important}.v16LaterTitle{justify-content:space-between!important;margin-bottom:12px!important;display:flex!important}.v16LaterTitle b{color:#fff!important}.v16LaterTitle span{color:var(--v16-faint)!important;font-size:12px!important}.v16LaterGrid{grid-template-columns:1fr 1fr!important;gap:8px!important;display:grid!important}.v16LaterGrid button{text-align:left!important;opacity:.75!important;background:#101318!important;border:1px solid #ffffff0e!important;border-radius:16px!important;min-height:54px!important;padding:10px!important}.v16LaterGrid b{color:#dfe3ea!important;font-size:14px!important;display:block!important}.v16LaterGrid span{color:#777e89!important;margin-top:3px!important;font-size:12px!important;display:block!important}.v16DangerRow{grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:12px!important;display:grid!important}.v16DangerRow button{border:1px solid var(--v16-line)!important;color:#dfe3ea!important;background:#15191f!important;border-radius:15px!important;height:44px!important;font-weight:800!important}.v15MoreTabs,.v15PayCard,.v15ShortcutGrid,.moreMenu{display:none!important}}@media (width<=767px){html,body,#root{background:#000!important;width:100%!important;height:100%!important;overflow:hidden!important}.appShell,.mainPanel{background:#000!important;width:100vw!important;height:100dvh!important;min-height:0!important;overflow:hidden!important}.top{flex:0 0 calc(56px + env(safe-area-inset-top))!important;height:calc(56px + env(safe-area-inset-top))!important;min-height:calc(56px + env(safe-area-inset-top))!important;padding:calc(10px + env(safe-area-inset-top)) 18px 4px!important;background:#000!important;border-bottom:0!important;justify-content:space-between!important;align-items:center!important;display:flex!important}.top h1{letter-spacing:-.8px!important;color:#f4f4f5!important;margin:0!important;font-size:28px!important;font-weight:900!important;line-height:1!important}.topMe{display:none!important}.content{min-height:0!important;padding:0 18px calc(82px + env(safe-area-inset-bottom))!important;background:#000!important;flex:auto!important;overflow:hidden auto!important}.page{padding:0 0 calc(88px + env(safe-area-inset-bottom))!important;background:#000!important}.search,input.search,.page input[placeholder*=검색],.page input[placeholder*=친구],.page input[placeholder*=이메일],.page input[placeholder*=대화]{color:#f4f4f5!important;background:#11141c!important;border:0!important;border-radius:16px!important;outline:none!important;height:44px!important;min-height:44px!important;margin:0 0 18px!important;padding:0 16px!important;font-size:15px!important}input::placeholder{color:#7f8490!important;opacity:1!important}.page h2,.page h3,.sectionTitle,.sectionHead{color:#a5a9b3!important;letter-spacing:-.2px!important;margin:20px 0 10px!important;font-size:14px!important;font-weight:900!important;line-height:1.2!important}.myProfile{height:auto!important;min-height:66px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;align-items:center!important;gap:12px!important;margin:0 0 18px!important;padding:8px 0!important;display:flex!important}.myProfile .avatar{background:#11141c!important;border-radius:18px!important;width:52px!important;min-width:52px!important;height:52px!important}.myProfile .meta b{color:#f4f4f5!important;font-size:18px!important;font-weight:900!important}.myProfile .meta span{color:#8f949f!important;margin-top:4px!important;font-size:13px!important}.row{height:auto!important;min-height:66px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-bottom:1px solid #ffffff0e!important;border-radius:0!important;align-items:center!important;gap:12px!important;margin:0!important;padding:8px 0!important;display:flex!important}.row:hover,.row:active,.row.selected{background:0 0!important;transform:none!important}.row .avatar{color:#f4f4f5!important;background:#11141c!important;border-radius:18px!important;width:52px!important;min-width:52px!important;height:52px!important;font-size:16px!important;font-weight:900!important}.row .meta{flex:auto!important;min-width:0!important}.row .meta b{color:#f4f4f5!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:17px!important;font-weight:900!important;line-height:1.2!important;display:block!important;overflow:hidden!important}.row .meta span{color:#8f949f!important;text-overflow:ellipsis!important;white-space:nowrap!important;margin-top:5px!important;font-size:13px!important;line-height:1.25!important;display:block!important;overflow:hidden!important}.row button{color:#f4f4f5!important;background:#151922!important;border:1px solid #ffffff14!important;border-radius:17px!important;min-width:58px!important;height:34px!important;padding:0 14px!important;font-size:13px!important;font-weight:800!important}.chatRow{height:auto!important;min-height:76px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-bottom:1px solid #ffffff0e!important;border-radius:0!important;align-items:center!important;gap:12px!important;margin:0!important;padding:10px 0!important;display:flex!important}.chatRow:hover,.chatRow:active,.chatRow.selected{background:0 0!important;transform:none!important}.chatRow .avatar{border-radius:19px!important;width:54px!important;min-width:54px!important;height:54px!important}.chatTop b{color:#f4f4f5!important;font-size:18px!important;font-weight:900!important;line-height:1.2!important}.chatBottom,.chatBottom span{color:#8f949f!important;text-overflow:ellipsis!important;white-space:nowrap!important;margin-top:5px!important;font-size:13px!important;overflow:hidden!important}.chatTime{color:#7c828d!important;font-size:12px!important}.badge,.unread,.notiBadge{color:#fff!important;background:#ff4b42!important;border-radius:999px!important;min-width:20px!important;height:20px!important;padding:0 6px!important;font-size:11px!important;font-weight:900!important}.mobileNav{height:calc(66px + env(safe-area-inset-bottom))!important;padding:6px 10px calc(6px + env(safe-area-inset-bottom))!important;z-index:700!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#050608!important;border-top:1px solid #ffffff14!important;border-radius:0!important;grid-template-columns:repeat(4,1fr)!important;gap:0!important;display:grid!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important}.mobileNav button{color:#6f7480!important;background:0 0!important;border-radius:14px!important;place-items:center!important;gap:2px!important;height:54px!important;font-size:11px!important;font-weight:800!important;display:grid!important}.mobileNav button span{width:28px!important;height:26px!important}.mobileNav button small{color:inherit!important;font-size:11px!important;line-height:1!important}.mobileNav button.active{color:#f4f4f5!important;background:0 0!important}.mobileNav button.active:after{background:#ff4b42!important;width:5px!important;height:5px!important;bottom:3px!important}.morePage{color:#f4f4f5!important;background:#000!important}.moreTabs,.walletCard,.payCard,.morePay,.quickGrid,.adCard,.promoCard,.recommendCard,.homeWalletTabs{display:none!important}.moreMenu{grid-template-columns:1fr!important;gap:10px!important;margin:0!important;display:grid!important}.moreMenu button{color:#f4f4f5!important;text-align:left!important;height:auto!important;min-height:58px!important;box-shadow:none!important;background:#11141c!important;border:1px solid #ffffff12!important;border-radius:18px!important;padding:0 16px!important;font-size:16px!important;font-weight:900!important}.moreMenu button:nth-child(4){display:none!important}.moreMenu button.selected,.moreMenu button.active{color:#fee500!important;background:#1b1f28!important;border-color:#fee5006b!important}.moreDetail,.selectedPanel,.paneDetail{color:#f4f4f5!important;box-shadow:none!important;background:#11141c!important;border:1px solid #ffffff12!important;border-radius:20px!important;margin-top:12px!important;padding:16px!important}.moreDetail label,.selectedPanel label,.paneDetail label{color:#f4f4f5!important;font-size:13px!important;font-weight:900!important}.moreDetail input,.selectedPanel input,.paneDetail input,.moreDetail textarea,.selectedPanel textarea,.paneDetail textarea{color:#f4f4f5!important;background:#1a1e27!important;border:1px solid #ffffff14!important;border-radius:14px!important;height:42px!important;padding:0 14px!important}.moreDetail button,.selectedPanel button,.paneDetail button{border-radius:14px!important;height:42px!important;font-size:14px!important;font-weight:900!important}.moreDetail button.primary,.selectedPanel button.primary,.paneDetail button.primary{color:#191919!important;background:#fee500!important}}@media (width>=768px){.pcRail{width:78px!important;min-width:78px!important;max-width:78px!important}.appShell{grid-template-columns:78px minmax(0,1fr)!important}.pcRail button{border-radius:18px!important;width:58px!important;min-height:62px!important}.pcRail button small{font-size:10px!important}.contentWithRoom{grid-template-columns:380px minmax(0,1fr)!important}.contentWithRoom .leftContent,.desktopList{width:380px!important;min-width:380px!important;max-width:380px!important}.top h1{font-size:28px!important}.chatRow,.row,.myProfile{border-radius:18px!important;min-height:72px!important;padding:10px 12px!important}.chatRow .avatar,.row .avatar,.myProfile .avatar{border-radius:16px!important;width:50px!important;min-width:50px!important;height:50px!important}.mainPanel{min-width:0!important;overflow:hidden!important}.content{min-width:0!important;min-height:0!important;overflow:hidden!important}.morePage{background:#000!important;grid-template-columns:340px minmax(0,1fr)!important;gap:16px!important;width:100%!important;max-width:none!important;height:100%!important;min-height:0!important;padding:0 20px 24px!important;display:grid!important;overflow:hidden!important}.morePage>*{min-width:0!important}.moreMenu{background:#10141c!important;border:1px solid #ffffff14!important;border-radius:18px!important;flex-direction:column!important;grid-column:1!important;gap:10px!important;width:100%!important;max-width:none!important;height:100%!important;min-height:0!important;padding:16px!important;display:flex!important;overflow:hidden auto!important}.moreMenu button{color:#f4f4f5!important;text-align:left!important;background:#151922!important;border:1px solid #ffffff14!important;border-radius:16px!important;width:100%!important;height:auto!important;min-height:58px!important;padding:0 14px!important;font-size:15px!important;font-weight:900!important}.moreMenu button.selected,.moreMenu button.active{color:#fee500!important;background:#1d211d!important;border-color:#fee50073!important}.moreMenu button:nth-child(4){display:none!important}.moreDetail,.selectedPanel,.paneDetail,.morePage>.moreDetail,.morePage>.selectedPanel,.morePage>.paneDetail{color:#f4f4f5!important;width:100%!important;min-width:0!important;max-width:none!important;height:100%!important;min-height:0!important;max-height:none!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;background:#10141c!important;border:1px solid #ffffff14!important;border-radius:18px!important;grid-column:2!important;margin:0!important;padding:24px!important;position:relative!important;top:auto!important;left:auto!important;right:auto!important;overflow:hidden auto!important;transform:translate(0,0)!important}.morePage .myProfile,.morePage .profileCard,.morePage .profileSummary{cursor:pointer!important;background:#151922!important;border:1px solid #ffffff14!important;border-radius:16px!important;align-items:center!important;gap:12px!important;width:100%!important;min-height:72px!important;margin:0 0 12px!important;padding:12px!important;display:flex!important}.morePage .myProfile:hover,.morePage .profileCard:hover,.morePage .profileSummary:hover{background:#1b202b!important;border-color:#fee50059!important}.morePage .myProfile:after,.morePage .profileCard:after,.morePage .profileSummary:after{content:"›"!important;color:#9aa0aa!important;margin-left:auto!important;font-size:24px!important;font-weight:700!important}.morePage input,.morePage textarea{color:#f4f4f5!important;background:#1a1e27!important;border:1px solid #ffffff1a!important;border-radius:14px!important;width:100%!important;height:44px!important;padding:0 14px!important}.morePage input::placeholder,.morePage textarea::placeholder{color:#858b96!important;opacity:1!important}.morePage label,.morePage b,.morePage h2,.morePage h3{color:#f4f4f5!important}.morePage small,.morePage span,.morePage p{color:#9aa0aa!important}.morePage button.primary,.morePage .primary{color:#191919!important;background:#fee500!important;font-weight:900!important}}@media (width<=767px){.morePage .myProfile,.morePage .profileCard,.morePage .profileSummary{cursor:pointer!important}.morePage .myProfile:after,.morePage .profileCard:after,.morePage .profileSummary:after{content:"›"!important;color:#8f949f!important;margin-left:auto!important;font-size:22px!important}.moreMenu button:nth-child(4){display:none!important}}html,body,#root,body:not(.dark),body.theme-light,body:not(.dark) .appShell,body:not(.dark) .mainPanel,body:not(.dark) .content,body:not(.dark) .leftContent,body.theme-light .appShell,body.theme-light .mainPanel,body.theme-light .content,body.theme-light .leftContent{color:#17181c!important;background:#f3f4f6!important}body:not(.dark) .top,body.theme-light .top{color:#17181c!important;background:#f3f4f6!important;border-bottom:0!important}body:not(.dark) .top h1,body.theme-light .top h1{color:#17181c!important}body:not(.dark) .search,body:not(.dark) input,body:not(.dark) textarea,body:not(.dark) select,body.theme-light .search,body.theme-light input,body.theme-light textarea,body.theme-light select{color:#17181c!important;background:#fff!important;border:1px solid #14182014!important}body:not(.dark) input::placeholder,body:not(.dark) textarea::placeholder,body.theme-light input::placeholder,body.theme-light textarea::placeholder{color:#9aa0aa!important;opacity:1!important}body:not(.dark) .chatItem,body:not(.dark) .v15ChatItem,body:not(.dark) .rowCard,body:not(.dark) .profileRow,body:not(.dark) .myProfile,body:not(.dark) .moreDetail,body:not(.dark) .v15MoreLeft,body:not(.dark) .settingsPanel,body:not(.dark) .detailCard,body:not(.dark) .selectedPanel,body:not(.dark) .paneDetail,body:not(.dark) .locationCard,body:not(.dark) .noti,body.theme-light .chatItem,body.theme-light .v15ChatItem,body.theme-light .rowCard,body.theme-light .profileRow,body.theme-light .myProfile,body.theme-light .moreDetail,body.theme-light .v15MoreLeft,body.theme-light .settingsPanel,body.theme-light .detailCard,body.theme-light .selectedPanel,body.theme-light .paneDetail,body.theme-light .locationCard,body.theme-light .noti{color:#17181c!important;background:#fff!important;border:1px solid #14182014!important}body:not(.dark) b,body:not(.dark) h1,body:not(.dark) h2,body:not(.dark) h3,body:not(.dark) label,body.theme-light b,body.theme-light h1,body.theme-light h2,body.theme-light h3,body.theme-light label{color:#17181c!important}body:not(.dark) span,body:not(.dark) small,body:not(.dark) p,body.theme-light span,body.theme-light small,body.theme-light p{color:#69707d!important}body:not(.dark) .mobileNav,body.theme-light .mobileNav{background:#fffffff5!important;border-top:1px solid #14182014!important;box-shadow:0 -8px 28px #0f172a14!important}body:not(.dark) .mobileNav button,body.theme-light .mobileNav button{color:#8a909a!important}body:not(.dark) .mobileNav button.active,body.theme-light .mobileNav button.active{color:#17181c!important}body:not(.dark) .pcRail,body.theme-light .pcRail{background:#fff!important;border-right:1px solid #14182014!important}body:not(.dark) .pcRail button,body.theme-light .pcRail button{color:#6f7682!important}body:not(.dark) .pcRail button.active,body.theme-light .pcRail button.active{color:#17181c!important;background:#fff7bc!important}body:not(.dark) .room,body:not(.dark) .v15Room,body:not(.dark) .rightRoom,body.theme-light .room,body.theme-light .v15Room,body.theme-light .rightRoom{color:#17181c!important;background:#e8eef6!important}body:not(.dark) .roomHeader,body.theme-light .roomHeader{color:#17181c!important;background:#ffffffdb!important;border-bottom:1px solid #14182014!important}body:not(.dark) .messages,body.theme-light .messages{background:#e8eef6!important}body:not(.dark) .other .bubble,body.theme-light .other .bubble{color:#17181c!important;background:#fff!important}body:not(.dark) .composer,body.theme-light .composer{background:#fff!important;border-top:1px solid #14182014!important}body.dark,body.dark .appShell,body.dark .mainPanel,body.dark .content,body.dark .leftContent,body.dark .top{color:#f3f4f7!important;background:#111318!important}body.dark .chatItem,body.dark .v15ChatItem,body.dark .rowCard,body.dark .profileRow,body.dark .myProfile,body.dark .moreDetail,body.dark .v15MoreLeft,body.dark .settingsPanel,body.dark .detailCard,body.dark .selectedPanel,body.dark .paneDetail,body.dark .locationCard,body.dark .noti{color:#f3f4f7!important;background:#1a1d24!important;border:1px solid #ffffff13!important}body.dark .search,body.dark input,body.dark textarea,body.dark select{color:#f3f4f7!important;background:#20242c!important;border:1px solid #ffffff14!important}body.dark b,body.dark h1,body.dark h2,body.dark h3,body.dark label{color:#f3f4f7!important}body.dark span,body.dark small,body.dark p{color:#a3a9b4!important}body.dark .pcRail,body.dark .mobileNav{background:#151820!important;border-color:#ffffff13!important}body.dark .room,body.dark .v15Room,body.dark .rightRoom,body.dark .messages{background:#202a36!important}@media (width<=767px){html,body,#root{width:100%!important;height:100%!important;overflow:hidden!important}.appShell,.mainPanel{width:100vw!important;height:100dvh!important;overflow:hidden!important}.mainPanel>.top{flex:0 0 0!important;height:0!important;min-height:0!important;padding:0!important;display:none!important;overflow:hidden!important}.content{height:100dvh!important;min-height:0!important;padding:calc(12px + env(safe-area-inset-top)) 18px calc(78px + env(safe-area-inset-bottom))!important;overflow-y:auto!important}.leftContent{width:100%!important;min-width:0!important}.v15MobileTop{justify-content:space-between!important;align-items:center!important;height:44px!important;min-height:44px!important;margin:0 0 14px!important;display:flex!important}.v15MobileTop b{letter-spacing:-.9px!important;font-size:30px!important;line-height:1!important}.v15TopIcons{gap:14px!important;display:flex!important}.v15TopIcons button{opacity:.75!important;width:34px!important;height:34px!important}.v15SearchWrap{border-radius:16px!important;height:44px!important;min-height:44px!important;margin:0 0 16px!important}.v15SearchWrap input,.search{border-radius:16px!important;height:44px!important;min-height:44px!important;font-size:15px!important}.v15ListHead{height:26px!important;margin:0 0 8px!important}.v15ListHead span{font-size:14px!important;font-weight:900!important}.chatItem,.v15ChatItem{background:0 0!important;border-top:0!important;border-left:0!important;border-right:0!important;border-radius:0!important;align-items:center!important;gap:12px!important;min-height:72px!important;margin:0!important;padding:9px 0!important;display:flex!important}.chatItem .avatar,.v15ChatItem .avatar{border-radius:18px!important;width:52px!important;min-width:52px!important;height:52px!important}.v15RowTitle b,.chatTop b{font-size:18px!important;line-height:1.15!important}.rowText span,.chatBottom span{margin-top:5px!important;font-size:13px!important;line-height:1.25!important}.roomMeta span{font-size:12px!important}.roomMeta em,.v15ListHead em{min-width:20px!important;height:20px!important;font-size:11px!important}.leftContent:has(.splitPage):before{content:"친구";letter-spacing:-.9px;color:inherit;margin:0 0 18px;font-size:30px;font-weight:900;line-height:1;display:block}.leftContent:has(.calendarPage):before{content:"캘린더";letter-spacing:-.9px;color:inherit;margin:0 0 18px;font-size:30px;font-weight:900;line-height:1;display:block}.leftContent:has(.v15More):before{content:"더보기";letter-spacing:-.9px;color:inherit;margin:0 0 14px;font-size:30px;font-weight:900;line-height:1;display:block}.rowCard,.profileRow,.myProfile{min-height:64px!important;box-shadow:none!important;background:0 0!important;border-top:0!important;border-left:0!important;border-right:0!important;border-radius:0!important;margin:0!important;padding:8px 0!important}.rowCard .avatar,.profileRow .avatar,.myProfile .avatar{border-radius:16px!important;width:48px!important;min-width:48px!important;height:48px!important}.rowText b,.profileRow b,.myProfile b{font-size:17px!important;line-height:1.2!important}.rowText span,.profileRow span,.myProfile span{font-size:13px!important;line-height:1.25!important}.mobileNav{height:calc(66px + env(safe-area-inset-bottom))!important;padding:6px 8px calc(6px + env(safe-area-inset-bottom))!important;box-shadow:none!important;border-radius:0!important}.mobileNav button{height:54px!important}.mobileNav button span{width:26px!important;height:26px!important}.mobileNav button small{font-size:11px!important}.v15More{padding:0!important;display:block!important;position:relative!important}.v19MoreHeader{justify-content:flex-end!important;align-items:center!important;height:0!important;margin:0!important;display:flex!important}.v19MoreHeader h2{display:none!important}.v19SettingsBtn{width:38px!important;height:38px!important;color:inherit!important;background:0 0!important;border:0!important;border-radius:14px!important;position:absolute!important;top:-46px!important;right:0!important}.v19SettingsBtn:before{content:"⚙"!important;font-size:25px!important;line-height:38px!important}.v15MoreLeft{background:0 0!important;border:0!important;padding:0!important}.v15MoreTabs,.v15PayCard,.v15ShortcutGrid{display:none!important}.moreMenu{gap:9px!important;margin:0 0 12px!important;display:grid!important}.moreMenu button{border-radius:18px!important;min-height:56px!important;padding:0 14px!important}.moreMenu button:nth-child(4){display:none!important}.moreDetail{border-radius:20px!important;margin-top:12px!important;padding:16px!important}.settingsPanel h2{margin:0 0 14px!important;font-size:22px!important}}@media (width>=768px){.appShell{grid-template-columns:78px minmax(0,1fr)!important}.pcRail{width:78px!important;min-width:78px!important;max-width:78px!important}.top{flex:0 0 64px!important;height:64px!important;min-height:64px!important;padding:0 24px!important}.top h1{font-size:28px!important}.content{min-height:0!important;overflow:hidden!important}.contentWithRoom{grid-template-columns:380px minmax(0,1fr)!important}.contentWithRoom .leftContent,.desktopList{width:380px!important;min-width:380px!important;max-width:380px!important}.morePage{grid-template-columns:340px minmax(0,1fr)!important;gap:16px!important;width:100%!important;height:100%!important;padding:0 22px 22px!important;display:grid!important;overflow:hidden!important}.v19MoreHeader{grid-column:1/-1!important;justify-content:flex-end!important;height:0!important;display:flex!important;position:relative!important}.v19MoreHeader h2{display:none!important}.v19SettingsBtn{width:38px!important;height:38px!important;color:inherit!important;background:0 0!important;border-radius:14px!important;position:absolute!important;top:-48px!important;right:0!important}.v19SettingsBtn:before{content:"⚙"!important;font-size:24px!important;line-height:38px!important}.v15MoreLeft{grid-column:1!important;width:100%!important;min-width:0!important;overflow-y:auto!important}.moreDetail{grid-column:2!important;width:100%!important;min-width:0!important;height:100%!important;overflow-y:auto!important}.v15MoreTabs,.v15PayCard,.v15ShortcutGrid,.moreMenu button:nth-child(4){display:none!important}}html:not([data-theme=dark]) body:not(.dark),html:not([data-theme=dark]) body:not(.dark) #root,body:not(.dark) .appShell,body:not(.dark) .mainPanel,body:not(.dark) .content,body:not(.dark) .leftContent,body:not(.dark) .desktopList,body:not(.dark) .calendarPage,body:not(.dark) .morePage,body:not(.dark) .v15More,body:not(.dark) .splitPage,body:not(.dark) .twoPaneInner,body:not(.dark) .top,body:not(.dark) .v15MobileTop,body:not(.dark) .v19MoreHeader{color:#17181c!important;background:#f4f5f7!important}body:not(.dark) h1,body:not(.dark) h2,body:not(.dark) h3,body:not(.dark) b,body:not(.dark) label,body:not(.dark) strong{color:#17181c!important}body:not(.dark) span,body:not(.dark) small,body:not(.dark) p,body:not(.dark) .muted,body:not(.dark) .sub,body:not(.dark) .chatBottom,body:not(.dark) .chatBottom span,body:not(.dark) .rowText span,body:not(.dark) .meta span{color:#69707d!important}body:not(.dark) .v15ChatItem,body:not(.dark) .chatItem,body:not(.dark) .chatRow,body:not(.dark) .row,body:not(.dark) .rowCard,body:not(.dark) .profileRow,body:not(.dark) .myProfile,body:not(.dark) .v15MoreLeft,body:not(.dark) .moreMenu,body:not(.dark) .moreMenu button,body:not(.dark) .moreDetail,body:not(.dark) .selectedPanel,body:not(.dark) .paneDetail,body:not(.dark) .settingsPanel,body:not(.dark) .detailCard,body:not(.dark) .locationCard,body:not(.dark) .locationReq,body:not(.dark) .noti,body:not(.dark) .eventRow,body:not(.dark) .dayCell,body:not(.dark) .monthGrid,body:not(.dark) .modal{color:#17181c!important;box-shadow:none!important;background:#fff!important;border-color:#14182014!important}body:not(.dark) input,body:not(.dark) textarea,body:not(.dark) select,body:not(.dark) .search,body:not(.dark) .v15SearchWrap{color:#17181c!important;background:#fff!important;border:1px solid #14182014!important}body:not(.dark) input::placeholder,body:not(.dark) textarea::placeholder{color:#9aa0aa!important;opacity:1!important}body:not(.dark) .room,body:not(.dark) .v15Room,body:not(.dark) .rightRoom,body:not(.dark) .mobileRoom,body:not(.dark) .messages{color:#17181c!important;background:#e9eff7!important}body.dark,body.dark #root,body.dark .appShell,body.dark .mainPanel,body.dark .content,body.dark .leftContent,body.dark .desktopList,body.dark .calendarPage,body.dark .morePage,body.dark .v15More,body.dark .top,body.dark .v15MobileTop{color:#f3f4f7!important;background:#15171d!important}body.dark .v15ChatItem,body.dark .chatItem,body.dark .chatRow,body.dark .row,body.dark .rowCard,body.dark .profileRow,body.dark .myProfile,body.dark .v15MoreLeft,body.dark .moreMenu,body.dark .moreMenu button,body.dark .moreDetail,body.dark .selectedPanel,body.dark .paneDetail,body.dark .settingsPanel,body.dark .detailCard,body.dark .locationCard,body.dark .locationReq,body.dark .noti,body.dark .eventRow,body.dark .dayCell,body.dark .monthGrid,body.dark .modal{color:#f3f4f7!important;box-shadow:none!important;background:#20232b!important;border-color:#ffffff14!important}body.dark input,body.dark textarea,body.dark select,body.dark .search,body.dark .v15SearchWrap{color:#f3f4f7!important;background:#252933!important;border:1px solid #ffffff17!important}body.dark input::placeholder,body.dark textarea::placeholder{color:#9aa1ad!important;opacity:1!important}@media (width<=767px){html,body,#root{width:100%!important;height:100%!important;overflow:hidden!important}.appShell,.mainPanel{width:100vw!important;height:100dvh!important;min-height:0!important;overflow:hidden!important}.content{width:100vw!important;height:100dvh!important;min-height:0!important;padding:calc(10px + env(safe-area-inset-top)) 14px calc(74px + env(safe-area-inset-bottom))!important;margin:0!important;overflow:hidden auto!important}.page,.leftContent,.desktopList,.calendarPage,.morePage,.v15More,.splitPage,.twoPaneInner{width:100%!important;min-width:0!important;max-width:none!important;box-shadow:none!important;border:0!important;margin:0!important;padding:0!important}.mainPanel>.top{display:none!important}.v15MobileTop{height:42px!important;min-height:42px!important;margin:0 0 12px!important;padding:0!important}.v15MobileTop b{letter-spacing:-.8px!important;font-size:28px!important;line-height:1!important}.v15TopIcons button{width:32px!important;height:32px!important}.v15SearchWrap,.search,input.search,.page input[placeholder*=검색],.page input[placeholder*=친구],.page input[placeholder*=대화]{border-radius:15px!important;height:42px!important;min-height:42px!important;margin:0 0 14px!important;font-size:14px!important}.v15ListHead{height:24px!important;margin:2px 0 6px!important}.v15ListHead span{font-size:13px!important}.v15ChatItem,.chatItem,.chatRow,.row,.rowCard,.profileRow,.myProfile{background:0 0!important;border:0!important;border-bottom:1px solid #80808024!important;border-radius:0!important;align-items:center!important;gap:11px!important;height:auto!important;min-height:66px!important;margin:0!important;padding:8px 0!important;display:flex!important}body.dark .v15ChatItem,body.dark .chatItem,body.dark .chatRow,body.dark .row,body.dark .rowCard,body.dark .profileRow,body.dark .myProfile,body:not(.dark) .v15ChatItem,body:not(.dark) .chatItem,body:not(.dark) .chatRow,body:not(.dark) .row,body:not(.dark) .rowCard,body:not(.dark) .profileRow,body:not(.dark) .myProfile{background:0 0!important}.v15ChatItem .avatar,.chatItem .avatar,.chatRow .avatar,.row .avatar,.rowCard .avatar,.profileRow .avatar,.myProfile .avatar{border-radius:16px!important;width:48px!important;min-width:48px!important;height:48px!important}.v15RowTitle b,.chatTop b,.rowText b,.meta b,.profileRow b,.myProfile b{font-size:17px!important;line-height:1.2!important}.rowText span,.chatBottom span,.chatBottom,.meta span,.profileRow span,.myProfile span{margin-top:4px!important;font-size:13px!important;line-height:1.25!important}.v15More{display:block!important;position:relative!important}.leftContent:has(.v15More):before{content:"더보기"!important;letter-spacing:-.8px!important;color:inherit!important;margin:0 0 14px!important;font-size:28px!important;font-weight:900!important;line-height:1!important;display:block!important}.v19MoreHeader{height:0!important;margin:0!important;padding:0!important;position:static!important}.v19MoreHeader h2{display:none!important}.v19SettingsBtn{width:34px!important;height:34px!important;color:inherit!important;background:0 0!important;border:0!important;border-radius:12px!important;position:absolute!important;top:-46px!important;right:0!important}.v19SettingsBtn:before{content:"⚙"!important;font-size:24px!important;line-height:34px!important}.v15MoreLeft,.moreMenu,.moreDetail,.selectedPanel,.paneDetail{width:100%!important;max-width:none!important;box-shadow:none!important;margin:0!important}.v15MoreLeft{background:0 0!important;border:0!important;padding:0!important}.v15MoreTabs,.v15PayCard,.v15ShortcutGrid,.walletCard,.payCard,.quickGrid,.adCard,.promoCard{display:none!important}.moreMenu{background:0 0!important;border:0!important;grid-template-columns:1fr!important;gap:8px!important;padding:0!important;display:grid!important}.moreMenu button{border-radius:16px!important;min-height:54px!important;padding:0 14px!important;font-size:15px!important}.moreMenu button:nth-child(4){display:none!important}.moreDetail,.selectedPanel,.paneDetail{border-radius:18px!important;margin-top:10px!important;padding:14px!important}.mobileNav{height:calc(64px + env(safe-area-inset-bottom))!important;padding:6px 8px calc(6px + env(safe-area-inset-bottom))!important;border-radius:0!important}.mobileNav button{height:52px!important}.mobileNav button span{width:25px!important;height:25px!important}.mobileNav button small{font-size:10.5px!important}}@media (width>=768px){.appShell{grid-template-columns:78px minmax(0,1fr)!important;width:100vw!important;height:100vh!important;display:grid!important;overflow:hidden!important}.mainPanel,.content{min-width:0!important;min-height:0!important;overflow:hidden!important}.top{flex:0 0 64px!important;height:64px!important;min-height:64px!important}.top h1{font-size:28px!important}.pcRail{width:78px!important;min-width:78px!important;max-width:78px!important}.morePage,.morePage.v15More,.v15More{grid-template-rows:1fr!important;grid-template-columns:340px minmax(0,1fr)!important;gap:16px!important;width:100%!important;min-width:0!important;max-width:none!important;height:100%!important;min-height:0!important;margin:0!important;padding:0 20px 20px!important;display:grid!important;overflow:hidden!important}.v19MoreHeader{z-index:5!important;width:auto!important;height:auto!important;position:absolute!important;top:12px!important;right:22px!important}.v19MoreHeader h2{display:none!important}.v19SettingsBtn{width:36px!important;height:36px!important;color:inherit!important;background:0 0!important;border:0!important;border-radius:12px!important}.v19SettingsBtn:before{content:"⚙"!important;font-size:23px!important;line-height:36px!important}.v15MoreLeft,.moreMenu{grid-area:1/1!important;width:100%!important;min-width:0!important;max-width:none!important;height:100%!important;min-height:0!important;overflow:hidden auto!important}.v15MoreLeft{border-radius:18px!important;padding:16px!important}.moreMenu{background:0 0!important;border:0!important;flex-direction:column!important;gap:10px!important;padding:0!important;display:flex!important}.moreMenu button{border-radius:16px!important;width:100%!important;height:auto!important;min-height:56px!important;padding:0 14px!important}.moreMenu button:nth-child(4){display:none!important}.moreDetail,.selectedPanel,.paneDetail,.settingsPanel{box-sizing:border-box!important;border-radius:18px!important;grid-area:1/2!important;width:100%!important;min-width:0!important;max-width:none!important;height:100%!important;min-height:0!important;max-height:none!important;margin:0!important;padding:24px!important;position:relative!important;top:auto!important;left:auto!important;right:auto!important;overflow:hidden auto!important;transform:translate(0,0)!important}.moreDetail *,.selectedPanel *,.paneDetail *,.settingsPanel *{box-sizing:border-box!important;max-width:100%!important}.moreDetail input,.selectedPanel input,.paneDetail input,.settingsPanel input,.moreDetail textarea,.selectedPanel textarea,.paneDetail textarea,.settingsPanel textarea{width:100%!important}}html,body,#root{width:100%!important;height:100%!important;margin:0!important;overflow:hidden!important}body:not(.dark),body.theme-light,body:not(.dark) :where(.appShell,.mainPanel,.content,.leftContent,.desktopList,.page,.splitPage,.twoPaneInner,.calendarPage,.morePage,.top){color:#17181c!important;background:#f4f5f7!important}body:not(.dark) :where(.chatRow,.chatItem,.roomRow,.friendRow,.userRow,.row,.rowCard,.profileRow,.myProfile,.moreMenu,.moreMenu button,.moreDetail,.selectedPanel,.paneDetail,.settingsPanel,.detailCard,.locationCard,.locationReq,.noti,.eventRow,.dayCell,.modal,.monthGrid){color:#17181c!important;box-shadow:none!important;background:#fff!important;border-color:#14182014!important}body:not(.dark) :where(h1,h2,h3,b,strong,label,.title,.roomTitle){color:#17181c!important}body:not(.dark) :where(span,small,p,.sub,.muted,.meta span,.rowText span,.chatBottom,.chatBottom span){color:#69707d!important}body:not(.dark) :where(input,textarea,select,.search,.searchBox){color:#17181c!important;background:#fff!important;border:1px solid #14182017!important}body:not(.dark) :where(input,textarea)::placeholder{color:#9aa0aa!important;opacity:1!important}body:not(.dark) :where(.rightRoom,.mobileRoom,.room,.messages){color:#17181c!important;background:#e9eff7!important}body:not(.dark) .roomHeader{color:#17181c!important;background:#ffffffeb!important;border-bottom:1px solid #14182014!important}body:not(.dark) .composer{background:#fff!important;border-top:1px solid #14182014!important}body:not(.dark) .other .bubble{color:#17181c!important;background:#fff!important}body:not(.dark) .mine .bubble{color:#191919!important;background:#fee500!important}body:not(.dark) .pcRail{background:#fff!important;border-right:1px solid #14182014!important}body:not(.dark) .pcRail button{color:#6f7682!important}body:not(.dark) .pcRail button.active{color:#17181c!important;background:#fff4a6!important}body:not(.dark) .mobileNav{background:#fffffff5!important;border-top:1px solid #14182014!important;box-shadow:0 -8px 24px #0f172a14!important}body:not(.dark) .mobileNav button{color:#8a909a!important}body:not(.dark) .mobileNav button.active{color:#17181c!important}body.dark,body.dark :where(.appShell,.mainPanel,.content,.leftContent,.desktopList,.page,.splitPage,.twoPaneInner,.calendarPage,.morePage,.top){color:#f3f4f7!important;background:#15171d!important}body.dark :where(.chatRow,.chatItem,.roomRow,.friendRow,.userRow,.row,.rowCard,.profileRow,.myProfile,.moreMenu,.moreMenu button,.moreDetail,.selectedPanel,.paneDetail,.settingsPanel,.detailCard,.locationCard,.locationReq,.noti,.eventRow,.dayCell,.modal,.monthGrid){color:#f3f4f7!important;box-shadow:none!important;background:#20232b!important;border-color:#ffffff14!important}body.dark :where(h1,h2,h3,b,strong,label,.title,.roomTitle){color:#f3f4f7!important}body.dark :where(span,small,p,.sub,.muted,.meta span,.rowText span,.chatBottom,.chatBottom span){color:#a3a9b4!important}body.dark :where(input,textarea,select,.search,.searchBox){color:#f3f4f7!important;background:#252933!important;border:1px solid #ffffff17!important}body.dark :where(input,textarea)::placeholder{color:#9aa1ad!important;opacity:1!important}body.dark :where(.rightRoom,.mobileRoom,.room,.messages){background:#202a36!important}body.dark .roomHeader{background:#181c24e0!important;border-bottom:1px solid #ffffff13!important}body.dark .composer{background:#181b22!important;border-top:1px solid #ffffff13!important}body.dark .other .bubble{color:#f3f4f7!important;background:#2b303a!important}@media (width<=767px){.appShell,.mainPanel{width:100vw!important;height:100dvh!important;overflow:hidden!important}.mainPanel>.top{height:0!important;min-height:0!important;padding:0!important;display:none!important;overflow:hidden!important}.content{width:100vw!important;height:100dvh!important;min-height:0!important;padding:calc(10px + env(safe-area-inset-top)) 14px calc(74px + env(safe-area-inset-bottom))!important;margin:0!important;overflow:hidden auto!important}:where(.page,.leftContent,.desktopList,.splitPage,.twoPaneInner,.calendarPage,.morePage){width:100%!important;min-width:0!important;max-width:none!important;box-shadow:none!important;border:0!important;margin:0!important;padding:0!important}:where(.mobileTop,.chatTopBar,.v15MobileTop){justify-content:space-between!important;align-items:center!important;height:42px!important;min-height:42px!important;margin:0 0 12px!important;padding:0!important;display:flex!important}:where(.mobileTop,.chatTopBar,.v15MobileTop) b,:where(.mobileTop,.chatTopBar,.v15MobileTop) h1{letter-spacing:-.8px!important;margin:0!important;font-size:28px!important;line-height:1!important}:where(.search,.searchBox,input.search){border-radius:15px!important;height:42px!important;min-height:42px!important;margin:0 0 14px!important;font-size:14px!important}:where(.chatRow,.chatItem,.roomRow,.friendRow,.userRow,.row,.rowCard,.profileRow,.myProfile){height:auto!important;min-height:66px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-bottom:1px solid #80808024!important;border-radius:0!important;align-items:center!important;gap:11px!important;margin:0!important;padding:8px 0!important;display:flex!important}:where(.chatRow,.chatItem,.roomRow,.friendRow,.userRow,.row,.rowCard,.profileRow,.myProfile) .avatar,.avatar{border-radius:16px!important;width:48px!important;min-width:48px!important;height:48px!important}:where(.chatRow,.chatItem,.roomRow,.friendRow,.userRow,.row,.rowCard,.profileRow,.myProfile) b{font-size:17px!important;line-height:1.2!important}:where(.chatRow,.chatItem,.roomRow,.friendRow,.userRow,.row,.rowCard,.profileRow,.myProfile) span,:where(.chatBottom,.rowText span,.meta span){margin-top:4px!important;font-size:13px!important;line-height:1.25!important}.mobileNav{height:calc(64px + env(safe-area-inset-bottom))!important;padding:6px 8px calc(6px + env(safe-area-inset-bottom))!important;z-index:700!important;border-radius:0!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important}.mobileNav button{height:52px!important}.mobileNav button span{width:25px!important;height:25px!important}.mobileNav button small{font-size:10.5px!important}.morePage{display:block!important;position:relative!important}.finalSettingsBtn{z-index:10!important;background:0 0!important;border:0!important;border-radius:12px!important;width:36px!important;height:36px!important;position:absolute!important;top:0!important;right:0!important}.finalSettingsBtn:before{content:"⚙"!important;font-size:24px!important;line-height:36px!important}.moreMenu{background:0 0!important;border:0!important;grid-template-columns:1fr!important;gap:8px!important;padding:0!important;display:grid!important}.moreMenu button{border-radius:16px!important;min-height:54px!important;padding:0 14px!important;font-size:15px!important}.moreMenu button:nth-child(4){display:none!important}.moreDetail,.selectedPanel,.paneDetail,.settingsPanel{border-radius:18px!important;width:100%!important;max-width:none!important;margin-top:10px!important;padding:14px!important}}@media (width>=768px){.appShell{grid-template-columns:78px minmax(0,1fr)!important;width:100vw!important;height:100vh!important;display:grid!important;overflow:hidden!important}.pcRail{width:78px!important;min-width:78px!important;max-width:78px!important}.mainPanel,.content{min-width:0!important;min-height:0!important;overflow:hidden!important}.top{flex:0 0 64px!important;height:64px!important;min-height:64px!important}.top h1{font-size:28px!important}.contentWithRoom{grid-template-columns:380px minmax(0,1fr)!important}.contentWithRoom .leftContent,.desktopList{width:380px!important;min-width:380px!important;max-width:380px!important}.morePage{grid-template-rows:1fr!important;grid-template-columns:340px minmax(0,1fr)!important;gap:16px!important;width:100%!important;min-width:0!important;max-width:none!important;height:100%!important;min-height:0!important;margin:0!important;padding:0 20px 20px!important;display:grid!important;position:relative!important;overflow:hidden!important}.finalSettingsBtn{z-index:10!important;background:0 0!important;border:0!important;border-radius:12px!important;width:36px!important;height:36px!important;position:absolute!important;top:-48px!important;right:22px!important}.finalSettingsBtn:before{content:"⚙"!important;font-size:23px!important;line-height:36px!important}.moreMenu{border-radius:18px!important;flex-direction:column!important;grid-area:1/1!important;gap:10px!important;width:100%!important;min-width:0!important;max-width:none!important;height:100%!important;padding:16px!important;display:flex!important;overflow:hidden auto!important}.moreMenu button{border-radius:16px!important;width:100%!important;min-height:56px!important;padding:0 14px!important}.moreMenu button:nth-child(4){display:none!important}.moreDetail,.selectedPanel,.paneDetail,.settingsPanel{box-sizing:border-box!important;border-radius:18px!important;grid-area:1/2!important;width:100%!important;min-width:0!important;max-width:none!important;height:100%!important;min-height:0!important;max-height:none!important;margin:0!important;padding:24px!important;position:relative!important;top:auto!important;left:auto!important;right:auto!important;overflow:hidden auto!important;transform:translate(0,0)!important}:where(.moreDetail,.selectedPanel,.paneDetail,.settingsPanel) *{box-sizing:border-box!important;max-width:100%!important}}
