:root { --ink:#242426; --muted:#777b80; --soft:#afb2b8; --line:#e7e8eb; --blue:#087ff5; --navy:#172546; --red:#f4555e; --bg:#fff; font-family:-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Noto Sans KR","Malgun Gothic",sans-serif; }
* { box-sizing:border-box; }
img.emoji { height:1em; width:1em; margin:0 .05em 0 .1em; vertical-align:-.1em; display:inline-block; }
html { scroll-behavior:smooth; }
body { margin:0; min-width:320px; background:#fff; color:var(--ink); }
button,input,select,textarea { font:inherit; }
button { border:0; cursor:pointer; }
button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible { outline:3px solid rgba(8,127,245,.25); outline-offset:2px; }
.app-shell { width:min(100%,520px); min-height:100vh; margin:0 auto; padding-bottom:92px; background:#fff; }
.app-header { position:sticky; top:0; z-index:10; padding:10px 16px 0; background:rgba(255,255,255,.97); backdrop-filter:blur(16px); border-bottom:1px solid var(--line); }
.status-row { display:flex; align-items:center; justify-content:space-between; padding:0 42px 13px; color:#050505; font-size:21px; line-height:1; }
.status-row strong { font-weight:900; letter-spacing:-.04em; }.status-row span { font-size:14px; font-weight:800; }.status-row b { display:inline-grid; place-items:center; min-width:33px; height:19px; margin-left:3px; border-radius:9px; background:#050505; color:#fff; font-size:12px; }
.toolbar-row { display:grid; grid-template-columns:34px minmax(0,1fr) 34px 34px; gap:5px; align-items:center; }
.menu-button,.toolbar-icon { display:grid; place-items:center; width:34px; height:44px; background:transparent; color:#1e1f21; }
.menu-button { gap:4px; padding:10px 5px; }.menu-button span { display:block; width:21px; height:3px; border-radius:4px; background:#57595d; }
.search-box { display:flex; align-items:center; min-width:0; height:44px; gap:7px; padding:0 12px; border-radius:22px; background:#f1f2f5; color:#979ba1; }.search-symbol { position:relative; flex:0 0 16px; width:16px; height:16px; border:2px solid #858990; border-radius:50%; font-size:0; }.search-symbol::after { content:""; position:absolute; right:-5px; bottom:-3px; width:6px; height:2px; border-radius:2px; background:#858990; transform:rotate(45deg); }.search-box input { min-width:0; width:100%; border:0; outline:0; background:transparent; color:var(--ink); font-size:15px; font-weight:700; }.search-box input::placeholder { color:#9fa2a8; }
.toolbar-icon { position:relative; overflow:visible; display:grid; place-items:center; }.toolbar-icon .polished-svg { width:30px; height:30px; }.msg-badge { display:none; position:absolute; top:0; right:-5px; min-width:16px; height:16px; padding:0 3px; border-radius:8px; border:2px solid #fff; background:var(--red); color:#fff; font-size:10px; font-weight:800; line-height:12px; text-align:center; }.msg-badge.show { display:block; }
.sort-tabs { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; padding:17px 0 12px; overflow:hidden; }.sort-tab { display:inline-flex; align-items:center; justify-content:center; min-width:0; width:100%; height:48px; padding:0 12px; border:2px solid #e3e4e7; border-radius:16px; background:#fff; color:#70737a; font-size:18px; font-weight:850; }.sort-tab.active { border-color:#000; background:#000; color:#fff; }.sort-tab span { margin-left:7px; }
main { padding-top:0; }.ad-banner { position:relative; display:flex; min-height:150px; overflow:hidden; background:var(--navy); color:#fff; }.ad-copy { position:relative; z-index:1; padding:27px 23px; }.ad-copy span,.ad-copy small { display:block; }.ad-copy span { color:#9eb6ed; font-size:10px; font-weight:900; letter-spacing:.12em; }.ad-copy strong { display:block; margin:10px 0 7px; font-size:25px; line-height:1.18; letter-spacing:-.07em; }.ad-copy small { color:#b7c0d5; font-size:12px; }.ad-art { position:absolute; inset:0 0 0 auto; width:46%; background:linear-gradient(145deg,transparent 0 38%,#324572 39% 64%,#e3e8f3 65% 100%); }.ad-sun { position:absolute; top:30px; right:42px; width:55px; height:55px; border-radius:50%; background:#8ba7ed; opacity:.65; }.ad-bridge { position:absolute; right:57px; bottom:30px; display:grid; place-items:center; width:54px; height:54px; border:3px solid #fff; border-radius:50%; font-size:30px; font-weight:900; transform:rotate(-10deg); }
.new-post-pill { position:relative; left:50%; display:block; transform:translate(-50%,-22px); width:153px; height:49px; border-radius:27px; background:var(--blue); color:#fff; box-shadow:0 5px 16px rgba(8,127,245,.26); font-size:18px; font-weight:850; }.new-post-pill span { margin-left:6px; font-size:20px; }
.feed-toolbar { display:flex; align-items:center; justify-content:space-between; gap:10px; margin-top:-8px; padding:0 16px 10px; border-bottom:1px solid var(--line); }.topic-row { display:flex; gap:7px; min-width:0; overflow-x:auto; scrollbar-width:none; }.topic-row::-webkit-scrollbar { display:none; }.topic-chip { flex:0 0 auto; height:33px; padding:0 12px; border-radius:17px; background:#f4f5f7; color:#7e838b; font-size:12px; font-weight:800; }.topic-chip.active { background:#252629; color:#fff; }.feed-toolbar select { flex:0 0 auto; width:88px; height:31px; padding:0 2px; border:0; background:#fff; color:#8a8e94; font-size:10px; font-weight:750; }
.feed { border-top:0; }.post { padding:18px 18px 16px; border-bottom:1px solid var(--line); background:#fff; }.post-top { display:grid; grid-template-columns:40px minmax(0,1fr); gap:10px; align-items:center; margin-bottom:12px; }.avatar { display:grid; place-items:center; width:40px; height:40px; border-radius:50%; background:#e6edf9; color:#6c8fd1; font-size:18px; font-weight:900; }.avatar.visa { background:#ffe6e0; color:#ef806b; }.avatar.housing { background:#e4edff; color:#6b8ddd; }.avatar.work { background:#eee7ff; color:#8067c7; }.avatar.life { background:#e0f3ed; color:#4ea789; }.avatar.meetup { background:#fff0d9; color:#df9b41; }.avatar.food { background:#ffe9ec; color:#e0607e; }.avatar.study { background:#e8f0ff; color:#5b7fd1; }.avatar.culture { background:#f3e8ff; color:#9760d1; }.avatar.money { background:#e6f7ee; color:#2fa16b; }.avatar.daily { background:#e0f3ed; color:#4ea789; }.avatar.hobby { background:#f3e8ff; color:#9760d1; }.avatar.growth { background:#eee7ff; color:#8067c7; }.avatar.korean { background:#e0f7fa; color:#2f9bab; }.avatar.etc { background:#eef0f2; color:#6d7177; }.post-meta strong,.post-meta span { display:inline-block; }.post-meta strong { color:#292a2d; font-size:15px; font-weight:900; }.trending-badge { display:inline-block; margin-left:7px; padding:2px 8px; border-radius:10px; background:#fff1e6; color:#e2622b; font-size:11px; font-weight:800; vertical-align:middle; }.post-meta .time,.post-meta .follow { margin-left:7px; color:#b2b5ba; font-size:13px; font-weight:750; }.post-meta .follow { color:#292a2d; }.post-sub { margin-top:6px; color:#777b80; font-size:13px; font-weight:700; }.post h2 { margin:0 0 8px; color:#242528; font-size:16px; line-height:1.35; font-weight:800; letter-spacing:-.03em; }.post-body { margin:0; color:#74787d; font-size:14px; line-height:1.42; font-weight:600; }.post-actions { display:flex; align-items:center; gap:20px; margin-top:16px; }.post-action { display:inline-flex; align-items:center; gap:6px; padding:0; background:transparent; color:#6d7177; font-size:13px; }.post-action .action-icon { font-size:29px; line-height:1; }.post-action:hover,.post-action.liked { color:var(--blue); }.translation { margin-top:13px; padding:10px 12px; border-radius:10px; background:#f1f5ff; color:#6879af; font-size:13px; }.translation[hidden] { display:none; }.translate-button { margin-left:auto; padding:0; background:transparent; color:#7384ba; font-size:12px; font-weight:800; }
.compose-prompt { position:fixed; left:50%; bottom:79px; z-index:12; display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:center; width:min(calc(100% - 22px),498px); min-height:67px; transform:translateX(-50%); padding:8px 8px 8px 18px; border-radius:9px; background:#080808; color:#fff; box-shadow:0 8px 25px rgba(0,0,0,.19); }.compose-prompt > span { min-width:0; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:16px; font-weight:700; }.compose-prompt button { position:relative; height:53px; padding:0 22px; border-radius:26px; background:var(--blue); color:#fff; font-size:17px; font-weight:850; white-space:nowrap; }.compose-prompt button:after { content:""; position:absolute; right:34px; bottom:-9px; border:9px solid transparent; border-top-color:var(--blue); border-bottom:0; }.floating-compose { position:fixed; right:max(19px,calc((100vw - 520px)/2 + 19px)); bottom:153px; z-index:13; display:grid; place-items:center; width:59px; height:59px; border:4px solid #fff; outline:4px solid #f06462; border-radius:50%; background:#55a83c; color:#fff; font-size:39px; font-weight:300; box-shadow:0 6px 16px rgba(0,0,0,.2); }
.bottom-nav { position:fixed; left:50%; bottom:0; z-index:15; display:grid; grid-template-columns:repeat(5,1fr); width:min(100%,520px); transform:translateX(-50%); padding:8px 9px max(10px,env(safe-area-inset-bottom)); border-top:1px solid #dfe1e4; background:#fff; }.bottom-nav button { display:grid; place-items:center; align-content:center; gap:4px; height:59px; background:transparent; color:#303134; font-size:13px; font-weight:800; }.nav-glyph { height:30px; font-size:30px; font-weight:900; line-height:1; }.bottom-nav button.active { color:#17181a; }.bottom-nav button[data-nav="alerts"] { position:relative; }.bottom-nav button[data-nav="alerts"]:after { content:""; position:absolute; top:7px; right:24px; width:7px; height:7px; border:2px solid #fff; border-radius:50%; background:var(--red); }
.drawer-backdrop { position:fixed; inset:0; z-index:19; display:none; background:rgba(0,0,0,.28); }.drawer-backdrop.open { display:block; }.channel-drawer { position:fixed; top:0; bottom:0; left:0; z-index:20; width:min(76vw,420px); overflow-y:auto; padding:18px 28px 40px; background:#fff; box-shadow:10px 0 35px rgba(0,0,0,.12); transform:translateX(-103%); transition:transform .24s ease; }.channel-drawer.open { transform:translateX(0); }.drawer-status { display:flex; justify-content:space-between; align-items:center; padding:4px 62px 38px; font-size:21px; }.drawer-status strong { font-weight:900; }.drawer-status span { font-size:13px; font-weight:800; }.drawer-status b { display:inline-grid; place-items:center; width:32px; height:18px; border-radius:9px; background:#111; color:#fff; font-size:11px; }.drawer-head { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:29px; }.drawer-head h2 { margin:0; font-size:28px; letter-spacing:-.08em; }.drawer-head button { padding:0; background:transparent; color:var(--blue); font-size:18px; font-weight:850; white-space:nowrap; }.my-channel { display:flex; align-items:center; gap:16px; width:100%; margin:0 0 19px; padding:0; text-align:left; background:transparent; }.channel-avatar { position:relative; display:grid; place-items:center; overflow:hidden; width:61px; height:61px; flex:0 0 auto; border-radius:50%; font-size:29px; }.channel-avatar img { width:100%; height:100%; object-fit:cover; border-radius:50%; }
.channel-photo-picker { display:flex; align-items:center; gap:14px; }
.channel-photo-preview { display:grid; place-items:center; overflow:hidden; width:64px; height:64px; flex:0 0 auto; border-radius:50%; background:#f1f2f5; color:#9a9ea5; font-size:26px; }
.channel-photo-preview img { width:100%; height:100%; object-fit:cover; border-radius:50%; }
.crop-editor { display:grid; gap:14px; justify-items:center; }.crop-editor[hidden] { display:none; }
.crop-stage { position:relative; width:240px; height:240px; overflow:hidden; border-radius:12px; background:#111; touch-action:none; cursor:grab; }
.crop-stage:active { cursor:grabbing; }
.crop-stage img { position:absolute; top:50%; left:50%; max-width:none; user-select:none; -webkit-user-drag:none; }
.crop-circle-overlay { position:absolute; inset:0; border-radius:50%; box-shadow:0 0 0 2000px rgba(0,0,0,.55); pointer-events:none; }
.crop-editor input[type="range"] { width:240px; }
.crop-actions { display:flex; gap:10px; width:240px; }
.crop-actions .publish-button { flex:1; height:44px; }
.crop-actions .auth-link-button { flex:0 0 auto; }.add-avatar { background:#e9ebef; color:#292a2d; font-size:35px; }.my-channel strong,.my-channel small { display:block; }.my-channel strong { font-size:18px; font-weight:800; }.my-channel small { margin-top:4px; color:#7d8187; font-size:14px; line-height:1.25; }.drawer-ad { display:flex; flex-direction:column; gap:1px; margin:27px 0 57px; padding:18px 17px; border-radius:8px; background:#080808; color:#fff; font-size:12px; font-weight:800; }.drawer-ad b { color:#ff6a50; font-size:20px; }.drawer-ad span { color:#a9aaad; font-size:11px; }.drawer-section h3 { margin:0; font-size:25px; letter-spacing:-.07em; }.favorites p { margin:27px 0 66px; color:#4c9bff; font-size:17px; }.follow-section h3 { margin-bottom:12px; }.channel-item { display:flex; align-items:center; gap:11px; width:100%; margin:0; padding:8px 2px; background:transparent; text-align:left; border-bottom:1px solid #f1f2f4; }.channel-item:last-of-type { border-bottom:0; }.channel-item .channel-avatar { width:38px; height:38px; font-size:18px; color:#111; }.channel-text { display:flex; flex-direction:column; gap:0; min-width:0; }.channel-item strong { font-size:14px; }.channel-text small { font-size:10px; }
.channel-item strong { color:#000; font-size:15px; font-weight:750; }
.channel-text small { color:#9a9ea5; font-size:11px; font-weight:700; letter-spacing:.02em; }.channel-star { margin-left:auto; color:#c9cdd2; font-size:28px; }.channel-item.selected .channel-star { color:#f7bd3b; }
dialog { width:min(92vw,480px); padding:0; border:0; border-radius:16px; box-shadow:0 25px 70px rgba(0,0,0,.25); }dialog::backdrop { background:rgba(0,0,0,.4); }.compose-modal { display:grid; gap:14px; padding:21px; }.modal-head { display:flex; justify-content:space-between; gap:15px; }.modal-head span { color:var(--blue); font-size:10px; font-weight:900; letter-spacing:.12em; }.modal-head h2 { margin:7px 0 0; font-size:23px; }.modal-head button { width:32px; height:32px; border-radius:8px; background:#f1f2f5; color:#777; font-size:25px; }.modal-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; }.compose-modal label { display:grid; gap:6px; color:#6f747a; font-size:12px; font-weight:800; }.compose-modal input,.compose-modal select,.compose-modal textarea { width:100%; min-height:44px; padding:0 11px; border:1px solid var(--line); border-radius:8px; outline:0; background:#fff; font-size:13px; }.compose-modal textarea { min-height:110px; padding-top:10px; resize:vertical; }.publish-button { height:48px; border-radius:9px; background:var(--blue); color:#fff; font-weight:850; }.publish-button:disabled { background:#c7cad0; color:#fff; }.job-apply-button { width:calc(100% - 40px); margin:0 20px 20px; }.toast { position:fixed; left:50%; bottom:138px; z-index:40; max-width:calc(100% - 30px); padding:12px 16px; border-radius:9px; background:#202124; color:#fff; font-size:12px; opacity:0; pointer-events:none; transform:translate(-50%,10px); transition:.2s ease; }.toast.show { opacity:1; transform:translate(-50%,0); }
@media (min-width:760px) { body { background:#f0f1f3; }.app-shell { box-shadow:0 0 40px rgba(0,0,0,.09); }.app-header { border-radius:0; } }
@media (max-width:520px) { .app-shell { width:100%; }.status-row { padding-inline:30px; }.sort-tab { min-width:0; width:calc((100vw - 52px)/2); padding:0 8px; font-size:16px; }.sort-tab span { margin-left:4px; }.ad-banner { min-height:143px; }.ad-copy { padding:25px 19px; }.ad-copy strong { font-size:21px; }.ad-copy small { font-size:10px; }.ad-art { width:42%; }.ad-bridge { right:30px; }.post { padding-inline:20px; }.post h2 { font-size:16px; }.post-body { font-size:14px; }.compose-prompt { bottom:76px; min-height:65px; }.compose-prompt > span { font-size:14px; }.compose-prompt button { height:52px; padding:0 16px; font-size:15px; }.floating-compose { bottom:149px; right:18px; }.channel-drawer { width:76vw; min-width:300px; padding-inline:21px; }.drawer-status { padding-inline:23px; }.drawer-head h2 { font-size:25px; }.drawer-head button { font-size:15px; }.my-channel strong { font-size:17px; }.my-channel small { font-size:13px; }.drawer-ad { margin-bottom:50px; }.favorites p { font-size:15px; }.drawer-section h3 { font-size:23px; }.channel-item strong { font-size:14px; } }
/* Mobile polish */
.floating-compose { font-size:0; }
.floating-compose::before { content:"+"; font-size:36px; font-weight:300; line-height:1; }
.toolbar-row { grid-template-columns:34px minmax(0,1fr) 34px 34px; gap:5px; }
.menu-button,.toolbar-icon { width:34px; }
.search-box { padding-inline:12px; }
.search-symbol { position:relative; flex:0 0 16px; width:16px; height:16px; border:2px solid #858990; border-radius:50%; font-size:0; transform:none; }
.search-symbol::after { content:""; position:absolute; right:-5px; bottom:-3px; width:6px; height:2px; border-radius:2px; background:#858990; transform:rotate(45deg); }
.search-box input { font-size:15px; }
.toolbar-icon { overflow:visible; }
.sort-tabs { grid-template-columns:repeat(2,minmax(0,1fr)); overflow:hidden; }
.sort-tab { min-width:0; width:100%; padding-inline:12px; font-size:18px; }
.bottom-nav button { gap:5px; color:#85888e; }
.nav-glyph { position:relative; display:grid; place-items:center; width:25px; height:25px; }.nav-glyph .polished-svg { width:23px; height:23px; stroke-width:1.9; color:#000; }
.bottom-nav button.active { color:#000; }.bottom-nav button.active .nav-glyph .polished-svg { fill:#000; }
@media (max-width:520px) { .status-row { padding-inline:28px; }.sort-tab { padding-inline:8px; font-size:16px; } }
.status-row,.drawer-status { display:none !important; }
.app-header { padding-top:12px; }
.new-post-pill { display:none; }
.new-post-pill.is-visible { display:block; }
.post-sub { display:flex; align-items:center; gap:6px; }
.author-name { display:inline-flex; align-items:center; gap:4px; }
.country-flag { display:inline-grid; place-items:center; width:19px; height:19px; font-size:15px; line-height:1; }
.post-sub .author-name { gap:6px; }
.post-sub .residence { color:#777b80; font-size:13px; font-weight:700; }
.country-flag { position:relative; flex:0 0 22px; width:22px; height:15px; overflow:hidden; border:1px solid rgba(20,25,35,.12); border-radius:3px; background:#d9dde4; font-size:0; box-shadow:0 1px 2px rgba(20,25,35,.12); }
.country-flag[data-country="GLOBAL"] { background:linear-gradient(135deg,#5d769f 0 50%,#dbe4f3 50%); }
.country-flag[data-country="KR"] { background:radial-gradient(circle at 50% 50%,#cd2e3a 0 24%,#0047a0 25% 43%,transparent 44%),#fff; }
.country-flag[data-country="US"] { background:repeating-linear-gradient(to bottom,#b22234 0 2px,#fff 2px 4px); }
.country-flag[data-country="US"]::before { content:""; position:absolute; left:0; top:0; width:9px; height:8px; background:#3c3b6e; }
.country-flag[data-country="CA"] { background:linear-gradient(to right,#d52b1e 0 25%,#fff 25% 75%,#d52b1e 75%); }
.country-flag[data-country="CA"]::before { content:"◆"; color:#d52b1e; font-size:9px; line-height:14px; }
.country-flag[data-country="VN"] { background:#da251d; }
.country-flag[data-country="VN"]::before { content:"★"; color:#ffdf00; font-size:10px; line-height:14px; }
.country-flag[data-country="CN"] { background:radial-gradient(circle at 51% 23%,#ffde00 0 1px,transparent 1.5px),radial-gradient(circle at 64% 35%,#ffde00 0 1px,transparent 1.5px),radial-gradient(circle at 66% 56%,#ffde00 0 1px,transparent 1.5px),radial-gradient(circle at 55% 72%,#ffde00 0 1px,transparent 1.5px),#de2910; }
.country-flag { flex:0 0 auto; width:auto; height:auto; overflow:visible; border:0; border-radius:0; background:none !important; box-shadow:none; font-size:17px; line-height:1; }
.country-flag::before,.country-flag::after { content:none !important; }
.comment-flag { font-size:13px; margin-left:6px; vertical-align:middle; }
.country-flag[data-country="CN"]::before { content:"★"; position:absolute; left:3px; top:0; color:#ffde00; font-size:9px; }
.country-flag[data-country="JP"] { background:radial-gradient(circle,#bc002d 0 32%,transparent 34%),#fff; }
.country-flag[data-country="PH"] { background:linear-gradient(to bottom,#164194 0 50%,#ce1126 50%); }
.country-flag[data-country="PH"]::before { content:"★"; position:absolute; left:1px; top:1px; color:#fcd116; font-size:8px; }
.profile-modal { display:grid; gap:16px; padding:22px; }
.profile-modal .profile-copy { margin:0; color:#73777e; font-size:13px; line-height:1.5; }
.profile-modal label { display:grid; gap:7px; color:#6f747a; font-size:12px; font-weight:800; }
.profile-modal label small { color:#adb0b5; font-size:10px; font-weight:700; }
.profile-modal select,.profile-modal input { min-height:46px; padding:0 12px; border:1px solid var(--line); border-radius:9px; background:#fff; color:var(--ink); font-size:14px; }.profile-modal input:disabled { background:#f4f5f7; color:#9a9ea5; }
.profile-modal #closeProfile { width:32px; height:32px; border-radius:8px; background:#f1f2f5; color:#777; font-size:25px; }
.channel-star { display:inline-grid; place-items:center; width:30px; height:30px; margin-left:auto; font-size:0; color:#c5c9cf; }
.channel-star::before { content:"☆"; font-size:29px; line-height:1; }
.channel-item.favorite .channel-star { color:#f3b51b; }
.channel-item.favorite .channel-star::before { content:"★"; }
.post-actions .action-icon { position:relative; display:inline-block; width:19px; height:18px; font-size:0; color:currentColor; }
.like-button .action-icon::before { content:"♡"; position:absolute; left:0; top:-6px; font-size:32px; line-height:1; }
.post-action[data-action="comment"] .action-icon::before { content:""; position:absolute; left:1px; top:3px; width:20px; height:15px; border:2.5px solid currentColor; border-radius:9px; }
.post-action[data-action="comment"] .action-icon::after { content:""; position:absolute; left:4px; bottom:1px; width:7px; height:7px; border-left:2.5px solid currentColor; transform:skew(-25deg) rotate(-25deg); }
.post-actions > .post-action:nth-child(3) .action-icon::before { content:""; position:absolute; left:0; top:4px; width:23px; height:14px; border:2.5px solid currentColor; border-radius:50% / 65%; }
.post-actions > .post-action:nth-child(3) .action-icon::after { content:""; position:absolute; left:9px; top:9px; width:6px; height:6px; border-radius:50%; background:currentColor; }
.compose-prompt { display:none !important; }
.floating-compose { bottom:106px; }
.bottom-nav button[data-nav="alerts"]::after { display:none; }
.bottom-nav button[data-nav="alerts"].has-notification::after { display:block; }
@media (max-width:520px) { .floating-compose { bottom:103px; } }
.feed-toolbar { display:none !important; }
.sort-tabs { gap:8px; padding:12px 0 10px; }
.sort-tab { height:40px; border-radius:12px; padding-inline:10px; font-size:15px; }
.sort-icon { width:18px; height:18px; margin-right:5px; }
.sort-icon .polished-svg { width:16px; height:16px; }
.sort-icon-emoji { font-size:16px; line-height:1; }
.polished-svg { display:block; width:21px; height:21px; }
.post-actions .action-icon::before,.post-actions .action-icon::after { content:none !important; }
.post-actions .action-icon .polished-svg { width:18px; height:18px; }
.avatar .polished-svg { width:24px; height:24px; }
.channel-avatar .polished-svg { width:27px; height:27px; }
.add-avatar .polished-svg { width:28px; height:28px; }
.sort-icon { display:inline-flex; align-items:center; justify-content:center; width:21px; height:21px; margin-right:6px; }
.sort-icon .polished-svg { width:19px; height:19px; }
.like-button.liked { color:var(--red); }
.like-button.liked .polished-svg { fill:var(--red); stroke:var(--red); }
.compose-modal .modal-grid { grid-template-columns:1fr; }
.compose-modal .modal-grid label:nth-child(2) { display:none; }
.sort-tabs { display:flex; justify-content:flex-start; gap:8px; overflow:hidden; }
.sort-tab { flex:0 0 auto; width:auto; min-width:112px; height:38px; padding-inline:12px; border-radius:10px; font-size:14px; }
.sort-icon { width:20px; height:20px; margin-right:5px; }
.sort-icon .polished-svg { width:18px; height:18px; }
.floating-compose { display:none !important; }
.bottom-nav { grid-template-columns:repeat(6,1fr); }
.bottom-nav button[data-nav="write"] .nav-glyph { display:grid; place-items:center; border-radius:7px; background:#f45b62; color:#fff; }
.bottom-nav button[data-nav="write"] .nav-glyph .polished-svg { width:20px; height:20px; }
.translate-button,.translation { display:none !important; }
.compose-modal label.country-fixed { display:none; }
.compose-modal label.category-fixed { display:none !important; }
.post-detail-dialog { width:min(100%,520px); max-width:none; height:100dvh; max-height:none; margin:0 auto; padding:0; border:0; border-radius:0; background:#fff; color:var(--ink); }
.post-detail-dialog::backdrop { background:#fff; }
.post-detail-shell { display:flex; flex-direction:column; min-height:100%; background:#fff; }
.detail-header { display:flex; align-items:center; gap:14px; min-height:70px; padding:16px 20px; border-bottom:1px solid var(--line); background:#fff; }
.detail-header > strong { color:#a7abb2; font-size:20px; letter-spacing:-.06em; }
.detail-header-actions { display:flex; align-items:center; gap:8px; margin-left:auto; }
.detail-icon-button { display:grid; place-items:center; width:34px; height:34px; padding:0; border-radius:8px; background:transparent; color:#242426; }
.detail-icon-button .polished-svg { width:24px; height:24px; }.detail-icon-button.active { color:var(--blue); }.detail-icon-button.active .polished-svg { fill:var(--blue); }
.detail-content { flex:1; overflow-y:auto; padding:30px 26px 110px; }
.detail-author { display:flex; align-items:center; gap:13px; margin-bottom:28px; }
.detail-avatar { display:grid; place-items:center; width:52px; height:52px; border-radius:50%; background:#e6edf9; color:#6c8fd1; }
.detail-avatar .polished-svg { width:27px; height:27px; }
.detail-author strong,.detail-author span { display:block; }
.detail-author strong { font-size:18px; font-weight:900; }
.detail-country { display:flex !important; align-items:center; gap:6px; margin-top:5px; color:#777b80; font-size:14px; font-weight:700; }
.detail-content h1 { margin:0 0 18px; color:#202124; font-size:30px; line-height:1.3; letter-spacing:-.06em; }
.detail-body { margin:0; color:#44474c; font-size:15px; line-height:1.7; white-space:normal; }
.detail-actions { display:flex; align-items:center; gap:26px; margin-top:36px; padding:20px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.detail-action { display:inline-flex; flex-direction:row; flex-wrap:nowrap; align-items:center; gap:7px; padding:0; background:transparent; color:#252629; font-size:16px; white-space:nowrap; }
.detail-action .polished-svg { width:26px; height:26px; }
.detail-action.liked { color:var(--red); }
.detail-action.liked .polished-svg { fill:var(--red); stroke:var(--red); }
.detail-action b { font-weight:700; }
.detail-share-action { margin-left:auto; }
.detail-comments { padding-top:25px; }
.detail-section-title { display:flex; align-items:baseline; gap:7px; margin-bottom:20px; }
.detail-section-title h2 { margin:0; font-size:21px; }
.detail-section-title span { color:#969aa1; font-size:15px; }
.detail-empty { color:#9a9ea5; font-size:15px; }
.detail-comment { display:flex; gap:10px; padding:14px 0; border-bottom:1px solid #f0f1f3; }
.detail-comment-body { flex:1; min-width:0; }
.detail-comment-avatar { display:grid; place-items:center; flex:0 0 32px; width:32px; height:32px; border-radius:50%; background:#eef1f6; color:#707b91; }
.detail-comment-avatar .polished-svg { width:17px; height:17px; }
.detail-comment strong { font-size:14px; }
.job-comment { padding:12px 0; border-bottom:1px solid #f0f1f3; }
.job-comment strong { font-size:14px; }
.job-comment p { margin:5px 0 0; color:#4c4f54; font-size:14px; line-height:1.4; }
.detail-comment time { margin-left:7px; color:#a4a8ae; font-size:12px; }
.comment-actions { display:flex; align-items:center; gap:16px; margin-top:8px; }
.comment-like-btn { display:inline-flex; align-items:center; gap:4px; padding:0; background:transparent; color:#8a8e94; font-size:12px; font-weight:700; }
.comment-like-btn .polished-svg { width:15px; height:15px; }
.comment-like-btn.liked { color:var(--red); }
.comment-like-btn.liked .polished-svg { fill:var(--red); stroke:var(--red); }
.comment-reply-btn { padding:0; background:transparent; color:#8a8e94; font-size:12px; font-weight:700; }
.comment-edit-btn,.comment-delete-btn { padding:0; background:transparent; color:#8a8e94; font-size:12px; font-weight:700; }
.comment-delete-btn { color:var(--red); }
.comment-edit-row { display:flex; gap:6px; align-items:center; margin-top:3px; }
.comment-edit-input { flex:1; min-width:0; height:32px; padding:0 10px; border:1px solid #e2e4e8; border-radius:16px; outline:0; background:#f7f8fa; font-size:13px; }
.comment-edit-save { height:32px; padding:0 12px; border-radius:16px; background:var(--blue); color:#fff; font-size:12px; font-weight:800; }
.comment-replies { margin-top:10px; padding-left:14px; border-left:2px solid #f0f1f3; display:grid; gap:10px; }
.detail-reply strong { font-size:13px; }
.detail-reply p { margin:3px 0 0; color:#4c5056; font-size:13px; line-height:1.4; }
.reply-form { display:flex; gap:6px; margin-top:8px; }
.reply-form[hidden] { display:none; }
.reply-form input { flex:1; min-width:0; height:34px; padding:0 10px; border:1px solid #e2e4e8; border-radius:17px; outline:0; background:#f7f8fa; font-size:13px; }
.reply-form button { height:34px; padding:0 12px; border-radius:17px; background:var(--blue); color:#fff; font-size:12px; font-weight:800; }
.detail-comment p { margin:5px 0 0; color:#4c5056; font-size:14px; line-height:1.45; }
.detail-comment-form { position:fixed; bottom:0; left:50%; display:flex; gap:8px; width:min(100%,520px); padding:10px 16px max(12px,env(safe-area-inset-bottom)); transform:translateX(-50%); border-top:1px solid var(--line); background:rgba(255,255,255,.97); backdrop-filter:blur(12px); }
.detail-comment-form input { flex:1; min-width:0; height:44px; padding:0 14px; border:1px solid #e2e4e8; border-radius:22px; outline:0; background:#f7f8fa; font-size:14px; }
.detail-comment-form button { display:grid; place-items:center; width:44px; height:44px; border-radius:50%; background:var(--blue); color:#fff; }
.detail-comment-form .polished-svg { width:20px; height:20px; }
@media (min-width:760px) { .post-detail-dialog { margin:auto; height:min(92dvh,900px); border-radius:14px; box-shadow:0 20px 60px rgba(0,0,0,.18); } }
.post-meta .follow { position:relative; margin-left:7px; padding:0; border:0; background:transparent; color:#9a9ea5; font-size:13px; font-weight:750; }
.post-meta .follow::before { content:"·"; margin-right:7px; color:#b2b5ba; }
.post-meta .follow:hover { color:var(--blue); }
.notification-dialog { width:min(100%,520px); height:100dvh; max-height:none; margin:0 auto; padding:0; border:0; border-radius:0; background:#fff; }
.notification-dialog::backdrop { background:#fff; }
.notification-shell { min-height:100%; background:#fff; }
.notification-header { display:flex; align-items:center; justify-content:space-between; height:70px; padding:16px 20px; border-bottom:1px solid var(--line); }
.notification-header h2 { margin:0; font-size:24px; }
#closeNotifications .polished-svg { transform:rotate(45deg); }
.notification-list { padding:8px 20px 30px; }
.notification-item { display:flex; align-items:flex-start; gap:12px; width:100%; padding:18px 0; border-bottom:1px solid #eef0f2; background:transparent; text-align:left; }
.notification-item > span:not(.notification-avatar):not(.msg-count) { min-width:0; flex:1; }
.notification-item strong { word-break:break-word; }
.notification-avatar { display:grid; place-items:center; flex:0 0 42px; width:42px; height:42px; border-radius:50%; background:#eef4ff; color:var(--blue); }
.notification-avatar .polished-svg { width:22px; height:22px; }
.notification-item strong,.notification-item small,.notification-item em { display:block; }
.notification-item strong { color:#242426; font-size:14px; }
.notification-item small { margin-top:5px; color:#3d4147; font-size:15px; font-weight:800; line-height:1.35; }
.notification-item em { margin-top:5px; overflow:hidden; color:#8a8e94; font-size:12px; font-style:normal; line-height:1.4; text-overflow:ellipsis; white-space:nowrap; }
.notification-empty { padding:40px 0; color:#9a9ea5; text-align:center; }.job-item { cursor:pointer; }
.job-review-link { display:inline-block; margin-top:6px; padding:0; background:transparent; color:var(--blue); font-size:12px; font-weight:800; }
.detail-action.job-review-link { display:inline-flex; flex-direction:row; flex-wrap:nowrap; align-items:center; margin-top:0; white-space:nowrap; color:#252629; font-size:16px; font-weight:400; }
.job-applied-tag { display:inline-block; margin-left:6px; padding:2px 7px; border-radius:8px; background:#e6f7ee; color:#2fa16b; font-size:11px; font-weight:800; vertical-align:middle; }
.company-review-list { display:grid; gap:10px; max-height:260px; overflow-y:auto; }
.company-review { padding:12px; border-radius:10px; background:#f7f8fa; }
.company-review strong { display:block; color:#f3b51b; font-size:14px; letter-spacing:1px; }
.company-review p { margin:6px 0 0; color:#4c5056; font-size:13px; line-height:1.4; }
.message-item { cursor:pointer; align-items:center; }
.message-item strong { display:flex; align-items:center; gap:5px; }
.msg-count { flex:0 0 auto; display:inline-grid; place-items:center; min-width:20px; height:20px; padding:0 5px; border-radius:10px; background:var(--red); color:#fff; font-size:11px; font-weight:800; }
.chat-thread-shell { display:flex; flex-direction:column; min-height:100dvh; }
.chat-thread-shell .detail-header strong { display:flex; align-items:center; gap:6px; color:#242426; font-size:17px; }
.chat-thread-messages { flex:1; overflow-y:auto; padding:20px 16px 100px; display:flex; flex-direction:column; gap:10px; }
.chat-bubble { max-width:75%; padding:10px 14px; border-radius:16px; font-size:14px; line-height:1.4; }
.chat-bubble.them { align-self:flex-start; border-bottom-left-radius:4px; background:#f1f2f5; color:var(--ink); }
.chat-bubble.me { align-self:flex-end; border-bottom-right-radius:4px; background:var(--blue); color:#fff; }
@media (min-width:760px) { .notification-dialog { margin:auto; height:min(92dvh,900px); border-radius:14px; box-shadow:0 20px 60px rgba(0,0,0,.18); } }
.detail-page-active .app-shell { display:none; }
.post-detail-dialog:not([open]) { display:none; }
.post-detail-dialog[open] { position:static; display:block; width:100%; min-width:320px; height:auto; min-height:100dvh; max-height:none; margin:0; border-radius:0; overflow:visible; }
.post-detail-dialog[open]::backdrop { display:none; }
.post-detail-dialog[open] .post-detail-shell { min-height:100dvh; }
.notification-dialog:not([open]) { display:none; }
.notification-dialog[open] { position:static; display:block; width:100%; min-width:320px; height:auto; min-height:100dvh; max-height:none; margin:0; border-radius:0; overflow:visible; }
.notification-dialog[open]::backdrop { display:none; }
.notification-dialog[open] .notification-shell { min-height:100dvh; }
#composeDialog:not([open]) { display:none; }
#composeDialog[open] {
  position:static;
  display:block;
  width:100%;
  min-width:320px;
  height:auto;
  min-height:100dvh;
  max-height:none;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  overflow:visible;
}
#composeDialog[open]::backdrop { display:none; }
#composeDialog[open] .compose-modal {
  min-height:100dvh;
  max-width:520px;
  margin:0 auto;
  padding:30px 22px max(42px, env(safe-area-inset-bottom));
  border-radius:0;
  box-shadow:none;
  background:#fff;
  color:var(--ink);
  gap:0;
}
#composeDialog[open] .modal-head {
  align-items:flex-start;
  min-height:58px;
  margin-bottom:30px;
  padding:0 0 24px;
  border-bottom:1px solid #edf0f3;
}
#composeDialog[open] .modal-head span {
  display:inline-flex;
  align-items:center;
  min-height:22px;
  padding:0 9px;
  border-radius:6px;
  background:#eaf3ff;
  color:#1478e8;
  font-size:10px;
  font-weight:900;
  letter-spacing:.1em;
}
#composeDialog[open] .modal-head h2 {
  margin:10px 0 0;
  color:#17191c;
  font-size:27px;
  line-height:1.1;
  letter-spacing:-.07em;
}
#composeDialog[open] .modal-head button {
  display:grid;
  place-items:center;
  flex:0 0 auto;
  width:42px;
  height:42px;
  border:1px solid #dfe4ea;
  border-radius:50%;
  background:#fff;
  color:#6c737d;
  font-size:28px;
  font-weight:300;
  line-height:1;
  box-shadow:0 2px 8px rgba(22,34,49,.05);
}
#composeDialog[open] .modal-head button:hover {
  border-color:#b9c3cf;
  background:#f7f9fb;
  color:#202428;
}
#composeDialog[open] .modal-grid {
  display:grid;
  grid-template-columns:1fr;
  gap:0;
}
#composeDialog[open] .compose-modal label {
  display:grid;
  gap:9px;
  margin-bottom:22px;
  color:#727983;
  font-size:12px;
  font-weight:850;
  letter-spacing:-.01em;
}
#composeDialog[open] .compose-modal input,
#composeDialog[open] .compose-modal select,
#composeDialog[open] .compose-modal textarea {
  width:100%;
  min-height:54px;
  padding:0 15px;
  border:1px solid #dfe4e9;
  border-radius:13px;
  outline:0;
  background:#fafbfc;
  color:#202226;
  font-size:15px;
  font-weight:650;
  transition:border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
#composeDialog[open] .compose-modal select {
  appearance:auto;
  cursor:pointer;
}
#composeDialog[open] .compose-modal textarea {
  min-height:210px;
  padding-top:15px;
  padding-bottom:15px;
  resize:vertical;
  line-height:1.6;
}
#composeDialog[open] .compose-modal input::placeholder,
#composeDialog[open] .compose-modal textarea::placeholder {
  color:#a3a9b1;
  font-weight:550;
}
#composeDialog[open] .compose-modal input:focus,
#composeDialog[open] .compose-modal select:focus,
#composeDialog[open] .compose-modal textarea:focus {
  border-color:#1680ef;
  background:#fff;
  box-shadow:0 0 0 4px rgba(22,128,239,.11);
}
#composeDialog[open] .publish-button {
  width:100%;
  height:56px;
  margin-top:2px;
  border-radius:14px;
  background:#117ff0;
  color:#fff;
  font-size:16px;
  font-weight:900;
  letter-spacing:-.02em;
  box-shadow:0 8px 18px rgba(17,127,240,.2);
  transition:transform .18s ease, background .18s ease, box-shadow .18s ease;
}
#composeDialog[open] .publish-button:hover {
  background:#086fda;
  box-shadow:0 10px 22px rgba(17,127,240,.26);
  transform:translateY(-1px);
}
#composeDialog[open] .publish-button:active {
  box-shadow:none;
  transform:translateY(0);
}
#composeDialog[open] .compose-modal .modal-grid label:nth-child(2),
#composeDialog[open] .compose-modal label.country-fixed {
  display:none;
}
.post-sub .author-name { gap:7px; }
.post-sub .residence::before,
.detail-residence::before {
  content:"·";
  display:inline-block;
  margin-right:6px;
  color:#b1b5bb;
}
.detail-country { gap:7px; }
.detail-residence { color:#777b80; }
.feed-toolbar { display:none !important; }
@media (max-width:520px) {
  #composeDialog[open] .compose-modal { padding-inline:20px; }
  #composeDialog[open] .modal-head h2 { font-size:25px; }
  #composeDialog[open] .compose-modal textarea { min-height:190px; }
}

.auth-dialog { width:min(100%,520px); max-width:none; min-height:100dvh; margin:0 auto; padding:0; border:0; border-radius:0; background:#fff; color:var(--ink); }
.auth-dialog::backdrop { background:#fff; }
.auth-modal { display:flex; flex-direction:column; align-items:stretch; gap:18px; min-height:100dvh; padding:34px 24px 40px; }
.auth-modal #loginPanel,.auth-modal #signupPanel { display:flex; flex-direction:column; gap:18px; }
.auth-modal #loginPanel[hidden],.auth-modal #signupPanel[hidden] { display:none; }
.auth-modal .modal-head { align-items:flex-start; padding-bottom:18px; border-bottom:1px solid var(--line); }
.auth-modal .modal-head h2 { font-size:28px; }
.auth-modal .modal-head button { width:36px; height:36px; border-radius:50%; background:#f1f2f5; }
.auth-copy { margin:0; color:#777b80; font-size:15px; line-height:1.5; }
.auth-form { display:grid; gap:15px; }
.auth-form label { display:grid; gap:7px; color:#6f747a; font-size:13px; font-weight:800; }
.auth-form label small,.modal-head h2 small { color:#adb0b5; font-size:11px; font-weight:700; }
.modal-head h2 small { font-size:14px; margin-left:4px; }
.auth-form input,.auth-form select { width:100%; min-height:48px; padding:0 13px; border:1px solid var(--line); border-radius:10px; background:#fff; color:var(--ink); font-size:15px; }
.auth-form input:focus,.auth-form select:focus { border-color:var(--blue); box-shadow:0 0 0 3px rgba(8,127,245,.12); outline:0; }
.auth-form .publish-button { min-height:50px; margin-top:5px; border-radius:10px; font-size:15px; }
.auth-error { min-height:18px; margin:0; color:var(--red); font-size:13px; font-weight:700; }
.auth-link-button { display:block; margin-left:auto; padding:4px 8px; background:transparent; color:var(--blue); font-size:14px; font-weight:800; text-align:right; }
.auth-link-button[hidden] { display:none; }
.profile-logout { margin-top:-5px; color:#777b80; }
.auth-dialog[open] { display:block; }
@media (min-width:760px) {
  .auth-dialog { min-height:min(92dvh,900px); border-radius:14px; box-shadow:0 20px 60px rgba(0,0,0,.18); }
  .auth-modal { min-height:0; padding:34px; }
}

/* Auth screens use the same black-and-white visual language as the feed. */
.auth-dialog { background:#f8f8f8; }
.auth-modal { background:#fff; }
.auth-modal .modal-head span { display:inline-block; padding:5px 7px; border-radius:4px; background:#111; color:#fff; letter-spacing:.1em; }
.auth-modal .modal-head h2 { color:#111; font-weight:950; }
.auth-modal .modal-head button { background:#111; color:#fff; }
.auth-copy { color:#6e7075; }
.auth-form label { color:#242528; }
.auth-form input,.auth-form select { border-color:#d4d5d8; background:#fff; color:#111; }
.auth-form input:focus,.auth-form select:focus { border-color:#111; box-shadow:0 0 0 3px rgba(17,17,17,.12); }
.auth-form input[type="date"] { accent-color:#111; }
.auth-form .publish-button { background:#111; color:#fff; box-shadow:0 8px 18px rgba(0,0,0,.14); }
.auth-form .publish-button:hover { background:#2b2b2b; }
.auth-link-button { color:#111; }
.auth-link-button:hover { text-decoration:underline; text-underline-offset:3px; }
.admin-shell { display:flex; flex-direction:column; height:100dvh; max-height:100dvh; overflow:hidden; }
.admin-shell .notification-header { flex:0 0 auto; }
.admin-tabs { flex:0 0 auto; display:flex; gap:6px; padding:12px 16px; overflow-x:auto; border-bottom:1px solid var(--line); scrollbar-width:none; -ms-overflow-style:none; }
.admin-tabs::-webkit-scrollbar { display:none; }
.admin-tab { flex:0 0 auto; padding:8px 14px; border-radius:16px; background:#f4f5f7; color:#7e838b; font-size:13px; font-weight:800; white-space:nowrap; }
.admin-tab.active { background:#111; color:#fff; }
.admin-content { flex:1 1 auto; min-height:0; overflow-y:auto; overscroll-behavior-y:contain; padding:16px; scrollbar-width:none; -ms-overflow-style:none; -webkit-overflow-scrolling:touch; }
.admin-content::-webkit-scrollbar { display:none; }
.admin-summary { margin:0 0 12px; color:#6f747a; font-size:13px; font-weight:700; }
.admin-table-wrap { overflow-x:auto; scrollbar-width:none; -ms-overflow-style:none; }
.admin-table-wrap::-webkit-scrollbar { display:none; }
.admin-table { width:100%; min-width:480px; border-collapse:collapse; font-size:13px; }
.admin-table th,.admin-table td { padding:8px 10px; border-bottom:1px solid #eef0f2; text-align:left; white-space:nowrap; }
.admin-table th { color:#9a9ea5; font-weight:800; font-size:11px; text-transform:uppercase; }
.admin-delete-btn { padding:5px 10px; border-radius:7px; background:#fdecea; color:#c0392b; font-size:12px; font-weight:800; }
@media (max-width:480px) {
  .admin-table { min-width:0; font-size:12px; }
  .admin-table th,.admin-table td { padding:7px 6px; }
}
.page-expand-in { transform-origin:top; animation:pageExpandIn .22s ease; }
@keyframes pageExpandIn { from { transform:scaleY(.96); opacity:.5; } to { transform:scaleY(1); opacity:1; } }
.author-link { display:inline; background:none; border:0; padding:0; margin:0; font:inherit; color:inherit; cursor:pointer; text-align:left; text-decoration:none; }
.author-link:hover { text-decoration:underline; text-underline-offset:2px; }
.author-menu-dialog { width:min(88vw,340px); margin:auto; padding:0; border:0; border-radius:16px; box-shadow:0 20px 60px rgba(0,0,0,.22); }
.author-menu-dialog::backdrop { background:rgba(0,0,0,.35); }
.author-menu { display:flex; flex-direction:column; padding:18px; gap:2px; }
.author-menu strong { padding:0 4px 12px; font-size:15px; color:#9a9ea5; font-weight:800; }
.author-menu button { padding:14px 4px; border-top:1px solid #eef0f2; background:transparent; color:#111; font-size:15px; font-weight:750; text-align:left; }
.author-menu #authorMenuBlock { color:var(--red); }
.author-menu #authorMenuCancel { color:#9a9ea5; }
