:root{--primary:#173f67;--primary-hover:#0f3154;--secondary:#087f8c;--secondary-dark:#076b76;--secondary-soft:#e8f5f5;--accent:#c6404f;--text:#202a33;--text-muted:#66737f;--background:#f5f7f8;--surface:#ffffff;--border:#d9e1e6;--border-strong:#becbd3;--success:#18764f;--success-soft:#eaf6f0;--warning:#a45d00;--warning-soft:#fff4df;--error:#b42318;--error-soft:#fdecea;--font-sans:"Pretendard Variable",Pretendard,"Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic","Segoe UI",sans-serif;--topbar-height:60px;--sidebar-width:208px;--content-width:820px}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{min-height:100%}body{margin:0;background:var(--background);color:var(--text);font-family:var(--font-sans);font-size:15px;line-height:1.62;word-break:keep-all}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible,textarea:focus-visible{outline:3px solid rgba(8,127,140,.28);outline-offset:2px}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.025em}.app-root{min-height:100vh}.app-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:50;height:var(--topbar-height);background:var(--surface);border-bottom:1px solid var(--border);box-shadow:0 1px 0 rgba(23,63,103,.02)}.topbar-inner{width:min(1440px,100%);height:100%;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:var(--sidebar-width) minmax(0,1fr) auto;align-items:center}.topbar-end,.topbar-start{display:flex;align-items:center}.topbar-end{justify-content:flex-end;min-width:150px;gap:8px}.language-selector{position:relative;z-index:5}.language-selector summary{min-height:34px;padding:5px 8px;display:inline-flex;align-items:center;gap:6px;border:1px solid var(--border);border-radius:6px;color:var(--text);background:var(--surface);cursor:pointer;list-style:none;font-size:12px;font-weight:700}.language-selector summary::-webkit-details-marker{display:none}.language-selector summary:hover{border-color:var(--secondary)}.language-selector summary img,.language-selector-menu img{display:block;object-fit:cover;border:1px solid var(--border)}.language-selector-chevron{color:var(--text-muted);font-size:11px}.language-selector-menu{position:absolute;top:calc(100% + 6px);right:0;width:164px;padding:6px;display:grid;grid-gap:3px;gap:3px;background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 24px rgba(23,63,103,.12)}.language-selector-menu button{min-height:34px;padding:5px 7px;display:flex;align-items:center;gap:8px;border:0;border-radius:5px;color:var(--text);background:transparent;cursor:pointer;text-align:left}.language-selector-menu button:hover,.language-selector-menu button[aria-selected=true]{background:var(--secondary-soft);color:var(--primary)}.language-selector-menu button:disabled{cursor:wait;opacity:.65}.language-selector-menu small{padding:4px 7px;color:var(--muted);font-size:11px}.language-selector-mobile{display:none}.wordmark{color:var(--primary)}.brand-lockup,.wordmark{display:inline-flex;align-items:center;min-width:0}.brand-lockup-wordmark{display:block;width:156px;max-width:100%;height:auto}.mobile-menu-button{display:none}.account-login{min-height:36px;padding:7px 12px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:7px;color:var(--primary);font-size:14px;font-weight:600;background:var(--surface)}.account-login:hover{border-color:var(--secondary);color:var(--secondary-dark)}.account-skeleton{width:74px;height:32px;border-radius:7px;background:#edf1f3}.account-menu{position:relative}.account-menu summary{min-height:38px;padding:3px 5px;display:flex;align-items:center;gap:8px;border-radius:8px;cursor:pointer;list-style:none;font-size:14px;font-weight:600}.account-menu summary::-webkit-details-marker{display:none}.account-menu summary:hover,.account-menu[open] summary{background:var(--secondary-soft)}.account-avatar,.avatar{display:grid;place-items:center;flex:0 0 auto;border-radius:999px;background:var(--primary);color:#fff;font-weight:700}.account-avatar{width:32px;height:32px;font-size:13px}.account-chevron{color:var(--text-muted);font-size:11px}.account-popover{position:absolute;top:calc(100% + 8px);right:0;z-index:70;width:176px;padding:6px;display:grid;background:var(--surface);border:1px solid var(--border);border-radius:9px}.account-popover a,.account-popover button{width:100%;min-height:38px;padding:8px 10px;border:0;border-radius:6px;background:transparent;text-align:left;cursor:pointer;font-size:14px}.account-popover a:hover,.account-popover button:hover{background:var(--secondary-soft)}.shell-layout{width:min(1120px,100%);margin:0 auto;padding:0 24px;display:grid;grid-template-columns:var(--sidebar-width) minmax(0,var(--content-width));grid-gap:24px;gap:24px}.desktop-sidebar{min-width:0;padding:20px 0 48px}.desktop-sidebar nav{position:-webkit-sticky;position:sticky;top:calc(var(--topbar-height) + 20px);height:calc(100vh - var(--topbar-height) - 40px);display:flex;flex-direction:column}.desktop-sidebar .shell-nav-group:first-child{padding-bottom:10px;border-bottom:1px solid var(--border)}.shell-nav-group{display:grid;grid-gap:4px;gap:4px}.shell-nav-account{margin-top:auto;padding-top:16px;border-top:1px solid var(--border)}.shell-nav-link{position:relative;min-height:42px;padding:9px 12px;display:flex;align-items:center;gap:11px;border-radius:7px;color:var(--text-muted);font-size:15px;font-weight:600}.shell-nav-link:before{content:"";position:absolute;left:0;top:9px;bottom:9px;width:3px;border-radius:3px;background:transparent}.shell-nav-link:hover{background:#eef5f6;color:var(--primary)}.shell-nav-link.active{background:var(--primary);color:#fff;font-weight:650}.shell-nav-link.active:before{background:var(--secondary)}.shell-nav-link.active svg{color:#fff}.site-main{min-width:0;padding:28px 0 80px}.content-column{width:100%;max-width:var(--content-width)}.page-auth .content-column{max-width:480px;margin:32px auto 0}.page-form .content-column{max-width:720px}.mobile-bottom-nav,.mobile-drawer-layer{display:none}.eyebrow{margin-bottom:5px;color:var(--secondary-dark);font-size:13px;font-weight:700;letter-spacing:.08em}.home-hero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);min-height:254px;overflow:hidden;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.home-hero-copy{position:relative;z-index:1;padding:30px 28px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,var(--surface) 0,#f5fbfc 100%)}.home-hero-copy .brand-lockup{margin-bottom:20px}.home-hero h1{max-width:680px;margin:0;color:var(--primary);font-size:26px;font-weight:700;line-height:1.35}.home-supporting{max-width:680px;margin:9px 0 0;color:var(--text-muted);font-size:16px;line-height:1.6}.home-hero-art{min-height:254px;background:#dff4f5}.home-hero-art img{display:block;width:100%;height:100%;min-height:254px;object-fit:cover;object-position:center}.home-community{padding-top:30px}.page-header,.section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.section-header{margin-bottom:20px}.page-header h1,.section-header h1{margin-bottom:6px;color:var(--primary);font-size:26px;font-weight:650;line-height:1.3}.comments h2,.section-header h2,.section-surface h2{margin-bottom:6px;color:var(--text);font-size:18px;font-weight:700;line-height:1.4}.form-page-header p,.page-header p,.section-header p{margin:0;color:var(--text-muted)}.section-header-action{flex:0 0 auto}.action-row,.form-actions,.section-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.button,.button-ghost{min-height:38px;padding:8px 14px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;font-size:14px;font-weight:600;line-height:1.3;cursor:pointer}.button{border:1px solid var(--primary);background:var(--primary);color:#fff;box-shadow:0 1px 0 rgba(15,49,84,.16)}.button:hover{border-color:var(--primary-hover);background:var(--primary-hover)}.button-secondary{border-color:var(--border-strong);background:var(--surface);color:var(--primary)}.button-secondary:hover{border-color:var(--secondary);background:var(--secondary-soft);color:var(--secondary-dark)}.button-ghost{border:1px solid transparent;background:transparent}.button-ghost:hover{background:var(--secondary-soft);color:var(--primary);box-shadow:none}.button-danger{color:var(--error)}.button-danger:hover{background:var(--error-soft)}.button-small{min-height:34px;padding:6px 11px}.author-link,.back-link,.text-link{color:var(--secondary-dark);font-weight:600}.author-link:hover,.back-link:hover,.text-link:hover{text-decoration:underline;text-underline-offset:3px}.category-row{margin:4px 0 8px;padding:0 0 12px;display:flex;gap:8px;overflow-x:auto;border-bottom:1px solid var(--border);scrollbar-width:thin}.category-row-compact{margin-top:0}.category-row a{flex:0 0 auto;min-height:34px;padding:6px 10px;display:inline-flex;align-items:center;border-radius:6px;color:var(--text-muted);font-size:14px;font-weight:600}.category-row a.active,.category-row a:hover{background:var(--primary);color:#fff}.feed-list{border-top:1px solid var(--border)}.category-row+.feed-list{border-top:0}.feed-row{padding:16px 10px 15px;border-bottom:1px solid var(--border);border-radius:5px}.feed-row:hover{background:rgba(232,245,245,.45)}.comment-meta,.feed-row-meta,.post-detail-meta{display:flex;align-items:center;flex-wrap:wrap;gap:5px;color:var(--text-muted);font-size:13px;line-height:1.45}.category-badge{padding:2px 7px;border:1px solid rgba(8,127,140,.16);border-radius:5px;background:var(--secondary-soft);color:var(--secondary-dark);font-size:12px;font-weight:700}.category-badge:hover{text-decoration:underline;text-underline-offset:2px}.status-chip{display:inline-flex;align-items:center;min-height:24px;padding:2px 8px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text-muted);font-size:12px;font-weight:650;line-height:1.3}.status-chip.success{border-color:var(--success);background:var(--success-soft);color:#125b3d}.status-chip.warning{border-color:var(--warning);background:var(--warning-soft);color:#754200}.status-chip.danger{border-color:var(--error);background:var(--error-soft);color:#8f1d15}.feed-row-title{margin:7px 0 3px;font-size:17px;font-weight:600;line-height:1.45}.feed-row-title a:hover{color:var(--secondary-dark);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.feed-row-excerpt{margin:0 0 6px;display:-webkit-box;overflow:hidden;color:#3e4a53;line-height:1.6;-webkit-box-orient:vertical;-webkit-line-clamp:2}.feed-row-footer{color:var(--text-muted);font-size:13px}.directory-search{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:0 0 18px}.directory-search input[type=search]{flex:1 1 220px;min-width:0;margin:0}.directory-facts{display:grid;grid-template-columns:7rem 1fr;grid-gap:10px 14px;gap:10px 14px;margin:28px 0 18px;padding:18px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.directory-facts dt{color:var(--text-muted);font-size:13px;font-weight:650}.directory-facts dd{margin:0;overflow-wrap:anywhere}.hours-list{margin:0;padding:0;list-style:none}.hours-list li{margin:0 0 4px}.directory-freshness-note{margin:0 0 8px;font-size:13px;line-height:1.55}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-button{color:var(--secondary-dark);font-size:14px;font-weight:600}.text-button:hover{text-decoration:underline;text-underline-offset:2px}.empty-state,.loading-state{padding:32px 16px;text-align:center;color:var(--text-muted)}.empty-state strong{display:block;margin-bottom:4px;color:var(--text)}.empty-copy,.empty-state p{margin:0;color:var(--text-muted)}.post-detail{width:min(100%,760px)}.post-detail h1{margin:14px 0 22px;color:var(--text);font-size:26px;font-weight:700;line-height:1.35}.post-body{min-height:120px;white-space:pre-wrap;overflow-wrap:anywhere;font-size:16px;line-height:1.75}.action-row{margin:28px 0 36px;padding:14px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.comments{padding-top:4px}.comments .count{color:var(--secondary-dark)}.comment-list,.list,.session-list{margin:0;padding:0;list-style:none}.comment-list{border-top:1px solid var(--border)}.comment-list li{padding:14px 0;border-bottom:1px solid var(--border)}.comment-list p{margin:6px 0 0;white-space:pre-wrap;overflow-wrap:anywhere}.comment-form{margin-top:24px;padding:18px;border:1px solid var(--border);border-radius:9px;background:var(--surface)}.comment-form h3{margin-bottom:4px;font-size:16px}.form-page{padding:24px;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.form-page-header{margin-bottom:24px;padding-bottom:18px;border-bottom:1px solid var(--border)}.form-page-header h1{margin:10px 0 5px;color:var(--primary);font-size:26px;line-height:1.3}.field{margin-bottom:16px}label{display:block;margin-bottom:6px;font-size:14px;font-weight:600}input,select,textarea{width:100%;border:1px solid var(--border-strong);border-radius:7px;background:var(--surface);color:var(--text);line-height:1.5}input,select{min-height:42px;padding:8px 11px}textarea{padding:10px 11px;resize:vertical}input::placeholder,textarea::placeholder{color:#8a959e}input:hover,select:hover,textarea:hover{border-color:#9dacb6}.form-actions{justify-content:flex-end;margin-top:24px;padding-top:18px;border-top:1px solid var(--border)}.inline-notice{margin:16px 0 0;padding:10px 12px;border-left:3px solid;border-radius:5px;font-size:14px}.inline-notice.success{border-color:var(--success);background:var(--success-soft);color:#125b3d}.inline-notice.error{border-color:var(--error);background:var(--error-soft);color:#8f1d15}.auth-panel{padding:24px;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.auth-panel h2{margin-bottom:8px;color:var(--primary);font-size:24px}.auth-primary-action{width:100%}.button-google{gap:10px;border-color:var(--border-strong);background:var(--surface);color:var(--text);font-weight:600}.button-google:hover{border-color:#9dacb6;background:#f8fafb;color:var(--text)}.google-mark{flex:0 0 auto}.auth-divider{position:relative;margin:20px 0;border-top:1px solid var(--border);text-align:center}.auth-divider span{position:relative;top:-13px;padding:0 10px;background:var(--surface);color:var(--text-muted);font-size:13px}.page-header{margin-bottom:24px;padding-bottom:18px;border-bottom:1px solid var(--border)}.section-surface{margin-top:16px;padding:20px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.section-surface h3{margin:22px 0 6px;font-size:15px}.muted{color:var(--text-muted);font-size:14px}.avatar{width:48px;height:48px;font-size:16px}.profile-header{margin-bottom:28px;display:flex;align-items:flex-start;gap:14px}.profile-header.compact{margin-bottom:18px}.profile-header h1{margin:0 0 3px;color:var(--primary);font-size:26px}.bio{margin:8px 0 0;white-space:pre-wrap;overflow-wrap:anywhere}.list{border-top:1px solid var(--border)}.list li,.session-list li{padding:12px 0;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid var(--border)}.list li>div,.session-list li>div{min-width:0}.list a{color:var(--primary);font-weight:600}.list a:hover{color:var(--secondary-dark);text-decoration:underline;text-underline-offset:3px}.session-list strong{display:block;max-width:560px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.account-summary>p:first-child{margin-bottom:2px;font-size:17px}@media (min-width:1024px){.shell-nav-link.compact .shell-nav-label{display:inline}}@media (min-width:768px) and (max-width:1023px){:root{--sidebar-width:72px}.shell-layout,.topbar-inner{padding-left:20px;padding-right:20px}.shell-layout{grid-template-columns:72px minmax(0,var(--content-width));gap:20px}.shell-nav-link.compact{justify-content:center;padding-left:8px;padding-right:8px}.shell-nav-link.compact .shell-nav-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}}@media (max-width:767px){:root{--topbar-height:52px}body{padding-bottom:calc(62px + env(safe-area-inset-bottom));font-size:15px}.topbar-inner{padding:0 12px;display:flex;justify-content:space-between}.topbar-start{gap:6px}.mobile-drawer-header button,.mobile-menu-button{width:38px;height:38px;padding:0;display:inline-grid;place-items:center;border:0;border-radius:7px;background:transparent;cursor:pointer}.mobile-drawer-header button:hover,.mobile-menu-button:hover{background:var(--secondary-soft)}.wordmark{max-width:132px}.brand-lockup-wordmark{width:128px}.brand-lockup-compact .brand-lockup-wordmark{width:112px}.account-chevron,.account-name{display:none}.account-menu summary{padding:2px}.account-popover{position:fixed;top:calc(var(--topbar-height) + 6px);right:12px}.account-login{min-height:34px;padding:6px 10px}.desktop-sidebar,.language-selector-desktop{display:none}.shell-layout{width:100%;padding:0;display:block}.site-main{padding:22px 16px 36px}.page-auth .content-column{margin-top:8px}.mobile-drawer-layer{position:fixed;inset:0;z-index:100;display:block}.mobile-drawer-scrim{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:rgba(19,34,47,.42)}.mobile-drawer{position:relative;width:min(84vw,320px);height:100%;padding:14px 12px;background:var(--surface);border-right:1px solid var(--border)}.mobile-drawer-header{height:44px;padding:0 6px 10px 10px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.mobile-drawer nav{padding-top:12px;display:grid;grid-gap:4px;gap:4px}.language-selector-mobile{display:block;padding:0 4px 8px;border-bottom:1px solid var(--border)}.language-selector-mobile summary{justify-content:space-between}.language-selector-mobile .language-selector-menu{position:static;width:auto;margin-top:6px;box-shadow:none}.mobile-drawer .shell-nav-label{display:inline}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:45;min-height:calc(58px + env(safe-area-inset-bottom));padding:4px 12px env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));background:var(--surface);border-top:1px solid var(--border)}.mobile-bottom-nav .shell-nav-link{min-height:50px;padding:4px 2px;flex-direction:column;justify-content:center;gap:1px;border-radius:6px;font-size:11px;font-weight:600}.mobile-bottom-nav .shell-nav-link:before{left:50%;top:-5px;bottom:auto;width:30px;height:2px;transform:translateX(-50%)}.home-hero{display:flex;flex-direction:column;min-height:0}.home-hero-copy{padding:24px 20px 22px}.home-hero-copy .brand-lockup{margin-bottom:16px}.home-hero-art,.home-hero-art img{min-height:168px;height:168px}.form-page-header h1,.home-hero h1,.page-header h1,.post-detail h1,.profile-header h1,.section-header h1{font-size:22px;line-height:1.4}.home-supporting{margin-top:8px;font-size:14px;line-height:1.6}.home-community{padding-top:24px}.section-header{gap:12px}.section-header p{font-size:14px}.section-actions{justify-content:flex-end}.section-actions .text-link{display:none}.category-row{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}.feed-row{padding:14px 0 13px}.feed-row-title{font-size:16px}.post-detail h1{margin-top:12px;font-size:24px}.post-body{font-size:15px}.auth-panel,.form-page,.section-surface{padding:18px 16px;border-radius:8px}.section-surface{margin-left:-2px;margin-right:-2px}input,select{min-height:44px}.button,.button-ghost{min-height:40px}.button-small{min-height:36px}.list li,.session-list li{align-items:stretch;flex-direction:column;gap:8px}}