@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;800;900&display=swap');
:root{--coral:#ee5260;--pink:#fff1f1;--ink:#26292e;--muted:#858890;--line:#ececee;--bg:#fafafa;font-family:'Noto Sans KR',sans-serif;font-size:16px;color:var(--ink)}*{box-sizing:border-box}body{margin:0;background:var(--bg)}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent;touch-action:manipulation}button{cursor:pointer;background:none;border:0;color:inherit}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible{outline:3px solid #ee526066;outline-offset:3px}button:disabled{opacity:.5;cursor:not-allowed}.icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}#topbar{height:84px;background:white;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 max(30px,calc((100vw - 1400px)/2));gap:45px;position:sticky;top:0;z-index:40}.brand{display:flex;gap:10px;align-items:center;font-size:25px;font-weight:900;letter-spacing:-1.3px;white-space:nowrap}.brand img{width:36px;height:36px}.brand small{font-size:10px;letter-spacing:1.8px;color:#9a9a9e;margin-left:5px;font-weight:500}.top-search{height:43px;border-radius:12px;background:#f5f5f6;display:flex;align-items:center;gap:10px;padding:0 15px;max-width:440px;width:40%;color:#8c8d93}.top-search input{border:0;outline:0;background:transparent;font-size:14px;width:100%}.head-end{margin-left:auto;display:flex;gap:23px;align-items:center;font-size:14px}.location{display:flex;align-items:center;gap:5px;white-space:nowrap}.location .icon{width:17px}.primary{background:var(--coral);color:white;border:1px solid var(--coral);padding:12px 21px;border-radius:10px;font-size:14px;font-weight:700;min-height:44px;display:inline-flex;gap:8px;align-items:center;justify-content:center}.primary:hover{background:#c93244}.secondary{border:1px solid #dbdde1;border-radius:10px;background:#fff;padding:11px 17px;font-size:14px;min-height:44px;display:inline-flex;gap:8px;align-items:center;justify-content:center}.text-btn{font-size:13px;font-weight:600;color:var(--coral);display:inline-flex;gap:5px;align-items:center}.text-btn .icon{width:15px}.demo-bar{text-align:center;background:#fff6f4;color:#aa7976;font-size:10px;padding:6px 15px;letter-spacing:.7px}.demo-bar span{letter-spacing:0;margin-left:10px}.shell{display:grid;grid-template-columns:200px minmax(0,760px) 285px;gap:36px;max-width:1400px;margin:0 auto;padding:35px 30px 80px}#sidebar{position:sticky;top:119px;height:calc(100dvh - 150px);display:flex;flex-direction:column}.nav-link{display:flex;align-items:center;gap:14px;border-radius:11px;min-height:53px;padding:12px 17px;font-size:15px;font-weight:500;margin-bottom:5px;color:#74777e}.nav-link.active{color:var(--coral);background:#fff0f0;font-weight:700}.nav-link.active .icon{stroke-width:2.2}.sidebar-title{margin:31px 17px 13px;font-size:11px;letter-spacing:.6px;color:#aaadb3}.interest-link{font-size:13px;padding:10px 17px;display:block;color:#74777e}.interest-link span{margin-right:12px;color:#a6a8ad}.sidebar-create{margin:25px 10px 0;width:calc(100% - 20px)}.sidebar-bottom{margin-top:auto;padding:22px 16px;font-size:11px;color:#a6a8ad;line-height:1.9}.sidebar-bottom button{padding:0;color:#8e9399;font-size:11px}#main{min-width:0;outline:0}#rightbar{padding-top:4px}.hello{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:26px}.eyebrow{font-size:10px;font-weight:700;letter-spacing:2px;color:var(--coral);margin:0 0 8px}h1{font-size:30px;letter-spacing:-1.4px;line-height:1.4;margin:0 0 8px}h2{font-size:20px;letter-spacing:-.6px;margin:0}h3{font-size:17px;letter-spacing:-.4px;margin:0}.muted{color:var(--muted);font-size:14px;line-height:1.8;margin:0}.section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.section-head h2{font-size:19px}.section-head small{color:var(--coral);font-size:12px;margin-left:7px}.event-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:31px}.event-card{border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden;min-width:0;position:relative;transition:transform .2s,box-shadow .2s}.event-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #282e3810}.event-photo{height:130px;width:100%;display:block;object-fit:cover;background:#e6eaeb}.photo-wrap{position:relative}.event-category{position:absolute;left:11px;top:11px;background:#fffffff2;color:#4b525b;border-radius:6px;font-size:10px;font-weight:700;padding:4px 8px}.save-event{position:absolute;right:10px;top:10px;background:#ffffffed;display:grid;place-items:center;border-radius:50%;width:30px;height:30px;z-index:2;color:#535d65}.save-event .icon{width:16px;height:16px}.save-event.is-saved{color:var(--coral)}.save-event.is-saved svg{fill:#ffe7e7}.event-info{padding:14px}.event-date{color:#c93244;font-size:11px;font-weight:600;margin-bottom:7px}.event-info h3{font-size:15px;line-height:1.6;letter-spacing:-.5px;margin:0 0 8px;min-height:48px}.event-location{display:flex;align-items:center;gap:3px;font-size:11px;color:#8a8e96}.event-location .icon{width:12px;height:12px}.attendance{display:flex;justify-content:space-between;align-items:center;margin-top:14px;color:#8b8e95;font-size:10px}.faces{display:flex;padding-left:4px}.face{display:grid;place-items:center;flex-shrink:0;border-radius:50%;width:24px;height:24px;border:2px solid white;background:#e8d9cc;color:#7a5946;font-size:9px;margin-left:-4px}.face:nth-child(2){background:#d6e4df;color:#4d7266}.face:nth-child(3){background:#e4daed;color:#80618e}.feed-box{border:1px solid var(--line);border-radius:16px;background:#fff;overflow:hidden}.feed-tabs{display:flex;gap:29px;border-bottom:1px solid var(--line);padding:0 24px}.feed-tabs button{font-size:14px;padding:18px 2px 15px;border-bottom:3px solid transparent;color:#8a8d93}.feed-tabs button.active{color:var(--ink);border-color:var(--coral);font-weight:700}.composer{display:flex;align-items:center;gap:12px;padding:21px 24px 18px}.avatar{width:40px;height:40px;border-radius:50%;background:#e9edf3;color:#426085;display:grid;place-items:center;flex-shrink:0;font-size:13px;font-weight:700}.avatar.coral{background:#ffe7e4;color:#c26966}.avatar.teal{background:#deeee7;color:#4b8b72}.avatar.violet{background:#eee7f7;color:#8b6cb0}.compose-trigger{flex:1;border-radius:24px;background:#f6f6f7;color:#a0a1a7;text-align:left;font-size:13px;padding:13px 17px}.composer>.icon{color:var(--coral)}.topics{display:flex;gap:7px;overflow:auto;padding:0 24px 18px;scrollbar-width:none}.pill{display:inline-flex;align-items:center;gap:5px;font-size:12px;padding:7px 13px;min-height:34px;border-radius:20px;background:#f4f5f6;color:#858991;white-space:nowrap;border:1px solid transparent}.pill.active{background:#fff0f0;color:#d14354;border-color:#ffcfd4}.post{padding:23px 24px;border-top:1px solid var(--line)}.post-head{display:flex;align-items:center;gap:10px}.post-author{font-size:14px;font-weight:700;display:inline-flex;align-items:center;gap:7px}.faith{font-size:10px;font-weight:500;color:#698a7a;background:#edf5ef;border-radius:4px;padding:2px 5px}.church-byline{display:block;font-size:11px;color:#91959e;padding:4px 0;text-align:left}.more{margin-left:auto;color:#9ca0a6;font-size:20px;min-width:36px;min-height:36px}.follow-btn{font-size:11px;color:var(--coral);margin-left:5px;padding:6px}.post-title{padding:0;text-align:left;font-size:16px;letter-spacing:-.35px;font-weight:700;line-height:1.6;margin-top:17px}.post-body{font-size:14px;line-height:1.9;color:#686d76;margin:10px 0 16px;white-space:pre-wrap;overflow-wrap:anywhere}.post-labels{display:flex;gap:6px;margin:12px 0}.tag{font-size:11px;color:#788695;background:#f2f5f8;border-radius:4px;padding:3px 7px}.linked-event{display:flex;align-items:center;gap:12px;border:1px solid var(--line);background:#fcfcfc;border-radius:10px;padding:11px;margin:12px 0 16px}.date-square{width:40px;height:45px;border-radius:7px;background:#fff0f0;color:#c93244;display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:10px;flex-shrink:0}.date-square b{font-size:18px;line-height:1.3}.linked-event strong{font-size:12px;display:block}.linked-event small{font-size:10px;color:#9398a0;display:block;margin-top:4px}.linked-event>.icon{width:16px;color:#a9abb0;margin-left:auto}.post-actions{display:flex;align-items:center;gap:20px;color:#9da1a9;font-size:12px}.post-actions button{display:flex;align-items:center;gap:6px;padding:5px 0}.post-actions button:last-child{margin-left:auto}.post-actions .icon{height:17px;width:17px}.post-actions .liked{color:var(--coral)}.panel{background:white;border:1px solid var(--line);border-radius:15px;padding:21px;margin-bottom:20px}.panel h3{font-size:15px;margin-bottom:17px}.panel small{font-size:11px;color:#8d9199}.upcoming-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.upcoming-head h3{margin:0}.calendar-row{display:flex;align-items:center;gap:12px;padding:14px 0}.calendar-row strong{display:block;font-size:13px}.calendar-row small{display:block;margin-top:5px}.side-banner{border-radius:15px;background:#fff0ed;padding:23px;margin-bottom:20px}.side-banner .eyebrow{font-size:9px;letter-spacing:1.7px}.side-banner h3{font-size:21px;line-height:1.6;margin:13px 0 9px;letter-spacing:-1px}.side-banner p{font-size:12px;color:#aa827d;line-height:1.9;margin:0 0 18px}.side-banner .text-btn{font-size:12px}.church-mini{display:flex;align-items:center;gap:11px;padding:13px 0;border-bottom:1px solid #f1f2f4}.church-mini:last-child{border-bottom:0;padding-bottom:0}.church-mark{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#f2f4f6;color:#667d93;flex-shrink:0}.church-mini strong{font-size:12px;display:block}.church-mini small{font-size:10px;display:block;margin-top:4px}.church-mini>.icon{margin-left:auto;width:14px;color:#a8aeb5}.side-footer{font-size:10px;line-height:2;color:#aaaeb5;padding:0 8px}.side-footer button{font-size:10px;color:#8b9098;padding:0}.search-tools{display:flex;align-items:center;gap:10px;margin:24px 0 18px}.search-tools input,.search-tools select{border:1px solid #e1e4e9;border-radius:10px;padding:11px 13px;background:white;font-size:13px;min-width:0;max-width:100%}.search-tools input{flex:1}.search-tools select{max-width:145px}.event-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.event-grid .event-photo{height:175px}.event-grid .event-info h3{min-height:0;font-size:17px}.event-grid .event-info{padding:18px}.event-grid .event-date,.event-grid .event-location{font-size:12px}.event-grid .attendance{font-size:11px}.page-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:17px}.page-top .primary{white-space:nowrap}.back{display:flex;align-items:center;gap:7px;font-size:13px;color:#7b838d;margin:0 0 22px;padding:0}.back .icon{width:17px}.detail-photo{height:270px;width:100%;object-fit:cover;border-radius:15px}.detail{background:#fff;border:1px solid var(--line);border-radius:16px;padding:27px;margin-top:18px}.detail h1{font-size:28px;margin:10px 0 14px}.detail .event-date{font-size:13px}.host-line{display:flex;align-items:center;gap:11px;padding:18px 0}.host-line strong{display:block;font-size:14px}.host-line small{display:block;font-size:11px;color:#969ba3;margin-top:4px}.detail-meta{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:20px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:8px}.meta-item{display:flex;gap:10px;align-items:flex-start;font-size:13px;line-height:1.8}.meta-item .icon{color:#9cabb9;width:19px;margin-top:2px}.meta-item small{color:#a0a5ac;font-size:11px;display:block}.detail-tabs{display:flex;gap:25px;border-bottom:1px solid var(--line);margin-top:13px}.detail-tabs button{padding:20px 0 14px;font-size:14px;color:#8f969f;border-bottom:3px solid transparent}.detail-tabs button.active{color:var(--coral);border-color:var(--coral);font-weight:700}.detail-content{padding:24px 0 0;min-height:170px}.detail-content p{font-size:14px;line-height:1.9;color:#707984;white-space:pre-wrap}.detail-content h3{margin:0 0 12px}.notice{font-size:11px!important;color:#9b9fa7!important;line-height:1.8!important}.joinbar{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:17px 23px;margin-top:18px;position:sticky;bottom:20px;z-index:20}.joinbar strong{font-size:17px}.joinbar small{display:block;color:#9b9fa7;font-size:11px;margin-top:5px}.status{color:#25797b;background:#e9f4ef;padding:5px 9px;border-radius:5px;font-size:11px}.task-row{display:flex;align-items:center;justify-content:space-between;gap:15px;border:1px solid var(--line);padding:15px;border-radius:10px;margin-bottom:9px;font-size:13px}.task-row label{display:flex;gap:8px;align-items:center}.task-row input{accent-color:var(--coral);width:17px;height:17px}.task-row button{font-size:12px;color:var(--coral)}.locked{border:1px dashed #e0dcd9;border-radius:12px;padding:22px;background:#fffaf7;line-height:1.8}.locked strong{font-size:15px}.locked p{font-size:13px}.profile-block{display:flex;align-items:center;gap:16px}.profile-block .avatar{width:65px;height:65px;font-size:22px}.profile-block h2{font-size:22px}.profile-line{display:flex;align-items:center;justify-content:space-between;gap:15px;border-bottom:1px solid var(--line);padding:18px 0;font-size:14px}.profile-line span{color:#949aa3}.profile-line button{font-size:12px;color:var(--coral)}.church-header{background:#eef2f7;border-radius:15px;padding:28px}.church-header .church-mark{width:58px;height:58px;background:white;margin-bottom:16px}.church-header h1{font-size:27px}.church-header p{font-size:13px;color:#7d8ca0}.church-stat{display:flex;justify-content:space-around;padding:22px 0;margin:18px 0;border:1px solid var(--line);border-radius:13px;background:white}.church-stat div{text-align:center;font-size:19px;font-weight:700}.church-stat small{display:block;font-size:10px;color:#9aa1aa;font-weight:400;margin-top:6px}.church-actions{display:flex;gap:10px;margin-top:20px}.church-actions>*{flex:1}.empty{text-align:center;padding:38px 20px;background:#fff;border:1px dashed #dde2e9;border-radius:13px;color:#929ba7;font-size:14px;line-height:1.9}.empty .icon{width:30px;height:30px;margin-bottom:10px}.empty h3{color:#586371;font-size:17px;margin:5px 0 9px}.activity-row{display:flex;gap:14px;align-items:flex-start;padding:20px 0;border-bottom:1px solid var(--line)}.activity-row .icon{color:var(--coral);width:20px}.activity-row strong{font-size:14px;display:block}.activity-row p{font-size:13px;line-height:1.8;color:#9298a1;margin:6px 0}.activity-row small{font-size:11px;color:#a6adb4}.modal{padding:29px;position:relative}.modal h2{font-size:23px;margin:5px 40px 15px 0;line-height:1.5}.modal p{font-size:14px;line-height:1.8;color:#828b97}.modal label{display:block;font-size:13px;font-weight:600;margin:18px 0 7px}.modal input,.modal textarea,.modal select{width:100%;border:1px solid #dde2e8;border-radius:9px;padding:12px;background:white;font-size:16px;color:var(--ink);min-height:46px}.modal input[type=checkbox]{width:18px;min-height:18px;accent-color:var(--coral)}.modal textarea{resize:vertical;min-height:110px}.modal .check-label{display:flex;gap:9px;align-items:center;font-weight:400}.modal .primary{width:100%;margin-top:23px}.modal .field-row{display:grid;grid-template-columns:1fr 1fr;gap:13px}.modal .full-action{width:100%;margin-top:10px}.close-modal{position:absolute;right:17px;top:16px;border-radius:50%;background:#f4f5f7;width:35px;height:35px;display:grid;place-items:center}.close-modal .icon{width:17px}.comment{border-top:1px solid var(--line);padding:15px 0;font-size:14px;line-height:1.8}.comment small{display:block;color:#939ba6;font-size:11px}dialog{border:0;border-radius:18px;padding:0;max-width:540px;width:calc(100% - 32px);max-height:88dvh;color:var(--ink);box-shadow:0 20px 100px #0002}dialog::backdrop{background:#1c233562;backdrop-filter:blur(3px)}#toast{position:fixed;z-index:1000;bottom:30px;left:50%;transform:translateX(-50%) translateY(10px);background:#2e3744;color:white;padding:14px 23px;max-width:90%;width:max-content;opacity:0;pointer-events:none;border-radius:11px;font-size:13px;transition:.2s}#toast.show{opacity:1;transform:translateX(-50%)}#mobile-nav{display:none}.mobile-location{display:none}.photo-caption{font-size:10px;color:#a2a9b1;margin-top:5px;text-align:right}.inline-buttons{display:flex;gap:9px;flex-wrap:wrap}.member-preview{display:inline-flex;color:#b27c50;font-size:11px;background:#fff3e6;padding:5px 8px;border-radius:4px;margin-bottom:15px}.credit a{text-decoration:underline}.cooperation{font-size:11px;color:#a27d38;background:#fbf5e5;padding:4px 7px;border-radius:5px}.subtle{font-size:12px;color:#919ba6}.review-box{border:1px solid var(--line);border-radius:12px;padding:18px;margin-top:12px}
@media(max-width:1200px){.shell{grid-template-columns:175px minmax(0,1fr) 250px;gap:24px;padding:28px 24px 65px}#topbar{gap:30px;padding:0 24px}.brand small{display:none}.event-row{gap:10px}.event-info{padding:11px}.event-info h3{font-size:14px}.panel{padding:18px}.event-photo{height:112px}.sidebar-create{font-size:12px;padding:10px}.attendance .faces .face:nth-child(3){display:none}}
@media(max-width:1000px){.shell{grid-template-columns:175px minmax(0,1fr)}#rightbar{display:none}.head-end{gap:14px}.event-photo{height:145px}.top-search{width:38%}}
@media(max-width:700px){body{background:white}#topbar{height:calc(66px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 20px 0;gap:10px}.brand{font-size:23px;gap:8px}.brand img{width:30px;height:30px}.top-search{display:none}.head-end{gap:10px}.head-end .location{display:none}.head-end .primary{background:#fff1f1;border:0;color:var(--coral);padding:8px 12px;min-height:34px;font-size:11px}.head-end>a{display:flex}.head-end .icon{width:20px;color:#838d99}.demo-bar{font-size:9px;padding:5px 18px;text-align:left;line-height:1.5}.demo-bar span{font-size:9px;margin-left:6px}.shell{display:block;padding:25px 20px calc(104px + env(safe-area-inset-bottom))}#sidebar,#rightbar{display:none}.hello{margin-bottom:24px}.hello h1{font-size:26px;letter-spacing:-1px}.hello .muted{font-size:12px}.hello .eyebrow{font-size:9px;letter-spacing:1.5px}.mobile-location{display:flex;font-size:11px;color:#959ca7;align-items:center;gap:4px}.mobile-location .icon{width:13px;height:13px}.section-head{margin-bottom:13px}.section-head h2{font-size:17px}.section-head .text-btn{font-size:11px}.event-row{display:flex;overflow-x:auto;gap:13px;margin:0 -20px 25px;padding:0 20px 5px;scrollbar-width:none;scroll-snap-type:x mandatory}.event-row .event-card{flex:0 0 235px;scroll-snap-align:start}.event-photo{height:132px}.event-info{padding:13px}.event-info h3{font-size:15px;min-height:0}.event-date{font-size:11px}.attendance{margin-top:13px}.event-location{font-size:11px}.feed-box{border:0;border-radius:0;overflow:visible;margin:0 -20px}.feed-tabs{gap:28px;padding:0 21px;border-top:7px solid #f7f8fa}.feed-tabs button{font-size:14px;padding-top:16px}.composer{padding:18px 20px 15px;gap:10px}.composer .avatar{width:35px;height:35px;font-size:12px}.compose-trigger{font-size:12px;padding:12px}.composer>.icon{width:19px}.topics{padding:0 20px 16px}.pill{font-size:11px;padding:6px 12px;min-height:31px}.post{padding:21px 20px}.post-title{font-size:16px}.post-body{font-size:14px}.post-author{font-size:13px}.church-byline{font-size:10px}.follow-btn{font-size:11px}.faith{font-size:9px}.post-head .avatar{width:36px;height:36px}.post-actions{font-size:11px}.post-actions .icon{width:18px;height:18px}.linked-event strong{font-size:12px}.linked-event small{font-size:10px}#mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;background:#fffffff7;border-top:1px solid var(--line);z-index:50;height:calc(72px + env(safe-area-inset-bottom));padding:7px 5px calc(7px + env(safe-area-inset-bottom));backdrop-filter:blur(12px)}#mobile-nav a{display:flex;width:20%;align-items:center;justify-content:center;gap:5px;flex-direction:column;color:#a4abb5;font-size:10px}#mobile-nav a.active{color:var(--coral);font-weight:700}#mobile-nav a.active .icon{stroke-width:2.3}.page-top{align-items:center}.page-top h1{font-size:25px}.page-top .primary{font-size:11px;padding:10px 12px;min-height:39px}.page-top .primary .icon{width:15px}.muted{font-size:13px}.search-tools{margin-top:21px;gap:7px}.search-tools input{width:100px;font-size:14px}.search-tools select{max-width:110px;font-size:12px;padding:12px 8px}.event-grid{grid-template-columns:1fr;gap:19px}.event-grid .event-photo{height:185px}.event-grid .event-info{padding:17px}.event-grid .event-info h3{font-size:18px}.event-grid .event-date,.event-grid .attendance,.event-grid .event-location{font-size:12px}.back{margin-bottom:17px}.detail-photo{height:210px;border-radius:12px}.detail{border:0;padding:22px 0;margin:0}.detail h1{font-size:25px}.detail-meta{gap:17px;grid-template-columns:1fr}.detail-tabs{gap:27px}.detail-tabs button{font-size:13px}.detail-content p{font-size:14px}.joinbar{position:fixed;bottom:calc(72px + env(safe-area-inset-bottom));left:0;right:0;margin:0;border-radius:0;padding:13px 20px;border:0;border-top:1px solid var(--line);box-shadow:0 -5px 15px #00000003}.joinbar .primary{font-size:13px;min-width:143px}.joinbar strong{font-size:16px}.joinbar small{font-size:10px}.has-joinbar{padding-bottom:185px}.detail-content{padding-bottom:30px}.church-header{padding:24px}.church-header h1{font-size:25px}.church-stat small{font-size:9px}.church-stat{gap:5px}.church-actions .primary,.church-actions .secondary{font-size:12px;padding:12px 8px}.panel{padding:20px}.task-row{padding:13px;font-size:12px}.modal{padding:25px 22px}.modal h2{font-size:22px}dialog{max-height:85dvh;border-radius:18px;width:calc(100% - 26px)}#toast{bottom:calc(88px + env(safe-area-inset-bottom));font-size:12px}.profile-block h2{font-size:21px}.profile-line{font-size:13px}.profile-line span{max-width:45%}.profile-line strong{overflow-wrap:anywhere}}
.post-body,.detail-content p{font-size:16px}.post-author,.event-info h3{font-size:16px}.church-byline,.event-date,.event-location,.attendance,.notice,.photo-caption{font-size:12px}.pill,.compose-trigger{font-size:14px}.event-category,.tag,.faith{font-size:12px}.post-actions{font-size:13px}.post-head{flex-wrap:wrap}.more{align-self:flex-start}.church-byline{max-width:100%;line-height:1.6}.event-info h3{min-height:51px}.sidebar-title,.side-footer{font-size:12px}.sidebar-bottom{font-size:12px}.profile-line strong{overflow-wrap:anywhere}.linked-event strong{font-size:14px}.linked-event small{font-size:12px}
@media(max-width:700px){.event-info h3{font-size:16px}.event-date,.event-location,.attendance,.church-byline{font-size:12px}.post-author{font-size:14px}.faith{font-size:11px}.compose-trigger{font-size:13px}.pill{font-size:12px}.linked-event strong{font-size:13px}.linked-event small{font-size:11px}.post-body{font-size:16px}.event-row .event-card{flex-basis:248px}.mobile-location{display:none}.hello h1{font-size:26px}.post-head>div:nth-child(2){max-width:calc(100% - 82px)}.post-author{flex-wrap:wrap;gap:4px}}
.author-chat{font-weight:700;padding:0;text-align:left}.author-chat:hover{color:var(--coral)}.room-chat-link{margin-bottom:24px;width:100%;color:var(--coral)}.chat-tabs{display:flex;gap:8px;margin:24px 0 20px}.chat-list{border:1px solid var(--line);border-radius:15px;overflow:hidden;background:white}.chat-row{display:flex;gap:15px;align-items:center;padding:22px;border-bottom:1px solid var(--line)}.chat-row:last-child{border-bottom:0}.chat-row:hover{background:#fffafa}.chat-row>.avatar{height:49px;width:49px;font-size:16px}.chat-row>.icon{width:16px;color:#a5adb8}.chat-row-copy{min-width:0;flex:1}.chat-row-copy>div{display:flex;justify-content:space-between;gap:10px;align-items:center}.chat-row-copy strong{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-row-copy small{font-size:11px;color:var(--coral);white-space:nowrap}.chat-row-copy p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;color:#8b94a1;margin:7px 0}.chat-row-copy span{font-size:11px;color:#a1a8b2}.chat-demo-note{display:flex;gap:8px;align-items:flex-start;color:#929aa6;font-size:12px;line-height:1.8;margin:22px 5px}.chat-demo-note .icon{width:16px;height:16px;margin-top:3px}.conversation{height:calc(100dvh - 188px);min-height:480px;background:#fff;border:1px solid var(--line);border-radius:17px;display:flex;flex-direction:column;overflow:hidden}.conversation-head{display:flex;align-items:center;gap:12px;padding:21px;border-bottom:1px solid var(--line)}.conversation-head>a{display:flex}.conversation-head>div:nth-of-type(2){min-width:0}.conversation-head h2{font-size:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-head small{font-size:11px;color:#96a0ac;display:block;margin-top:4px}.chat-meeting{background:#fff4f1;padding:12px 22px;display:flex;align-items:center;gap:10px;color:#bd6b63;font-size:13px}.chat-meeting .icon{width:17px;height:17px}.chat-meeting .icon:last-child{margin-left:auto}.chat-day{text-align:center;padding:20px 0 14px;font-size:11px;color:#a1a7ae}.messages{flex:1;overflow:auto;padding:5px 22px 22px;min-height:130px;overscroll-behavior:contain}.message{display:flex;gap:8px;margin:15px 0;align-items:flex-start}.message>.avatar{width:30px;height:30px;font-size:11px}.message>div:last-child{max-width:78%}.bubble{padding:12px 16px;background:#f2f4f7;border-radius:0 14px 14px 14px;font-size:15px;line-height:1.75;white-space:pre-wrap;overflow-wrap:anywhere;color:#485563}.message small{display:block;color:#a6acb5;font-size:10px;margin:6px 2px}.message.mine{justify-content:flex-end}.message.mine .bubble{background:var(--coral);color:white;border-radius:14px 0 14px 14px}.message.mine small{text-align:right}.system-message{font-size:12px;color:#a1a7b0;text-align:center;line-height:1.8;padding:10px 15px}.chat-compose{display:flex;gap:10px;align-items:center;padding:16px 20px 8px;border-top:1px solid var(--line)}.chat-compose textarea{min-height:46px;max-height:110px;resize:none;flex:1;min-width:0;border:1px solid #e8ebef;border-radius:24px;padding:12px 17px;background:#f7f8fa;font-size:16px;color:var(--ink)}.chat-compose .primary{width:44px;height:44px;padding:0;border-radius:50%;flex-shrink:0}.chat-compose .primary .icon{transform:rotate(-90deg)}.chat-disclaimer{font-size:10px;text-align:center;color:#a6aab3;margin:2px 0 12px}.request-panel{padding:20px 24px;border-top:1px solid var(--line);background:#fffaf8}.request-panel strong{font-size:15px}.request-panel p{font-size:12px;color:#9099a4;line-height:1.8}.request-panel .inline-buttons>*{flex:1}
@media(max-width:700px){.chat-row{padding:19px 15px;gap:11px}.chat-row>.avatar{width:43px;height:43px}.chat-row-copy strong{font-size:14px}.chat-row-copy p{font-size:13px}.chat-list{border-radius:12px}.chat-page:has(.conversation){margin:-25px -20px -20px}.conversation{border:0;border-radius:0;min-height:0;height:calc(100dvh - 175px - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.conversation-head{padding:15px 18px;gap:10px}.conversation-head .avatar{width:35px;height:35px}.conversation-head h2{font-size:15px;max-width:200px}.conversation-head small{font-size:10px}.messages{padding:0 16px 16px}.bubble{font-size:16px;padding:11px 14px}.chat-compose{padding:13px 14px 6px}.chat-day{padding:15px 0 8px}.chat-demo-note{font-size:11px}.message>div:last-child{max-width:82%}.conversation .request-panel{padding:16px 20px}.chat-disclaimer{font-size:9px}.chat-page>.empty{margin-top:25px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
