:root{font-family:Pretendard,Inter,Noto Sans KR,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-brand: #0d122d;--color-brand-soft: rgba(13, 18, 45, .08);--color-brand-strong: rgba(13, 18, 45, .12);--color-border: #e1e4ee;--color-surface: #ffffff;--color-surface-muted: #f5f6fb;--color-text-primary: #0d122d;--color-text-secondary: #5c6175}*,*:before,*:after{box-sizing:border-box}html{overflow-x:hidden;width:100%}body{margin:0;min-height:100vh;background-color:var(--color-surface);color:var(--color-text-primary);width:100%;overflow-x:hidden}#root{min-height:100vh;width:100%;overflow-x:hidden}.filter-section{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.75rem;padding:1rem;background-color:#f9fafb;border-radius:12px}.filter-group{display:flex;flex-direction:column;gap:.25rem;align-items:flex-start}.filter-label{font-size:.75rem;font-weight:600;color:#4b5563}.filter-inputs{display:flex;align-items:center;gap:.5rem}.filter-wave{color:#6b7280;font-size:.875rem}.filter-reset-wrapper{display:flex;justify-content:flex-end}@media(min-width:768px){.filter-section{flex-direction:row;align-items:center;flex-wrap:wrap;gap:1.5rem}.filter-group{flex-direction:row;align-items:center;gap:.5rem}.filter-label{margin-right:.25rem}.filter-reset-wrapper{margin-left:auto;padding-left:.5rem}}.app{min-height:100vh;background:#fff;color:var(--color-text-primary);display:flex;flex-direction:column;width:100%;overflow-x:hidden}.app-header{display:flex;align-items:center;justify-content:space-between;padding:.4rem 2rem;border-bottom:1px solid var(--color-border);background:#fff;position:sticky;top:0;z-index:10;flex-wrap:wrap;gap:1rem}.header-ad-container{display:flex;align-items:center;justify-content:center;flex:1;max-width:600px}@media(max-width:767px){.header-ad-container{display:none}}.mobile-ad-section{display:none;padding:0;background:#f8f9fa}@media(max-width:767px){.mobile-ad-section{display:block}}.brand{display:inline-flex;align-items:center;gap:0;border:none;background:transparent;padding:0;cursor:pointer}.brand-icon{width:54px;height:54px;display:inline-flex;align-items:center;justify-content:center}.brand-icon img{width:100%;height:100%;object-fit:contain}.brand-name{display:inline-flex;align-items:center}.brand-name img{display:block;height:26px;width:auto}.header-actions{display:flex;align-items:center;gap:.75rem}.login-button,.profile-chip{border-radius:999px;font-weight:600;padding:.55rem 1.5rem;cursor:pointer;border:1px solid transparent;transition:transform .18s ease,box-shadow .18s ease}.login-button{background:var(--color-brand);border-color:var(--color-brand);color:#fff;box-shadow:0 8px 18px #0d122d40}.login-button:hover{transform:translateY(-1px)}.profile-menu-wrapper{position:relative}.profile-chip{background:var(--color-brand-soft);color:var(--color-brand);border-color:var(--color-brand-strong);display:flex;align-items:center;gap:.5rem;padding:.4rem .75rem .4rem .4rem;position:relative}.profile-thumbnail{width:23.8px;height:23.8px;border-radius:50%;object-fit:cover;background-color:var(--color-border);flex-shrink:0}.profile-thumbnail-placeholder{width:23.8px;height:23.8px;border-radius:50%;background-color:var(--color-border);display:flex;align-items:center;justify-content:center;color:var(--color-brand);flex-shrink:0}.profile-nickname{font-weight:600;color:var(--color-brand)}.profile-menu-arrow{transition:transform .2s ease;flex-shrink:0;margin-left:.25rem}.profile-menu-arrow.open{transform:rotate(180deg)}.profile-menu{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid var(--color-border);border-radius:12px;box-shadow:0 8px 24px #0000001f;min-width:160px;padding:.5rem;z-index:1000;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.profile-menu-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:none;background:transparent;color:var(--color-text-primary);font-size:.95rem;font-weight:500;cursor:pointer;border-radius:8px;transition:background .15s ease;text-align:left}.profile-menu-item:hover{background:var(--color-brand-soft);color:var(--color-brand)}.profile-menu-item svg{flex-shrink:0;color:currentColor}.profile-menu-item span{flex:1}.layout{flex:1;display:flex;min-height:0}.sidebar{width:240px;border-right:1px solid var(--color-border);background:var(--color-surface-muted);padding:2rem 1.5rem;position:sticky;top:0;align-self:flex-start;max-height:100vh;overflow-y:auto;flex-shrink:0}.menu-tree{display:flex;flex-direction:column;gap:.5rem}.menu-item{width:100%;border:none;background:transparent;text-align:left;padding:.6rem .9rem;border-radius:12px;font-size:.95rem;font-weight:600;color:#42475d;cursor:pointer;transition:background .15s ease,color .15s ease;display:flex;align-items:center;gap:.6rem}.menu-item.is-disabled{cursor:default;color:#94a3b8;background:transparent}.menu-item.is-selected{background:var(--color-brand-soft);color:var(--color-brand)}.menu-item.is-disabled:hover{background:transparent;color:#94a3b8}.menu-item:hover{background:var(--color-brand-soft);color:var(--color-brand)}.menu-block{display:flex;flex-direction:column;gap:.4rem}.menu-parent{font-size:.95rem;font-weight:700;color:#0f172a;cursor:default;pointer-events:none;padding:.6rem .9rem;display:flex;align-items:center;gap:.6rem}.menu-children{display:flex;flex-direction:column;gap:.25rem;padding-left:1.5rem;position:relative}.menu-children:before{content:"";position:absolute;left:1.2rem;top:-.4rem;bottom:0;width:1px;background:var(--color-border)}.menu-children .menu-item{position:relative}.menu-children .menu-item:before{content:"";position:absolute;left:-.3rem;top:50%;width:.6rem;height:1px;background:var(--color-border)}.menu-children .menu-item:last-child:after{content:"";position:absolute;left:-.3rem;top:50%;width:1px;height:50%;background:var(--color-surface-muted)}.content{flex:1;padding:2rem;background:#fff;max-width:1200px;width:100%;margin:0 auto;min-width:0;box-sizing:border-box}.content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}@media(max-width:767px){.content-grid{gap:10px!important}.mobile-ad-section{margin:0!important;padding:0!important}}.content-card{background:#fff;border:1px solid var(--color-border);border-radius:18px;padding:1.75rem;box-shadow:0 20px 45px #0f172a14;display:flex;flex-direction:column;gap:1.25rem}.content-card-board{min-height:650px}.board-content-wrapper{flex:1;min-height:0}.card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.card-header h2{margin:.35rem 0 0;font-size:1.35rem;color:var(--color-text-primary)}.eyebrow{margin:0;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}.link-button{border:none;background:transparent;color:var(--color-brand);font-weight:600;cursor:pointer}.feed-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.feed-item{border-bottom:1px solid #eef1f6;padding-bottom:1rem;display:flex;flex-direction:column;gap:.45rem}.feed-item:last-child{border-bottom:none;padding-bottom:0}.feed-item-main{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;min-width:0}.feed-item-text{display:flex;flex-direction:column;gap:.25rem;min-width:0}.feed-photos{display:flex;gap:.25rem;align-items:center}.feed-photo-thumb{width:27.2px;height:27.2px;border-radius:6px;object-fit:cover;flex-shrink:0}.feed-title{font-size:1.05rem;font-weight:600;color:var(--color-text-primary);display:block;word-break:break-word}.match-label{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.15rem .7rem;font-size:.78rem;font-weight:600;background:var(--color-brand-soft);color:var(--color-brand);white-space:nowrap}.feed-content{font-size:.9rem;color:var(--color-text-secondary);line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem 1rem;font-size:.9rem;color:var(--color-text-secondary);min-width:0}.feed-meta:not(.feed-meta-match){justify-content:space-between}.meta-separator{color:#d1d5db;font-weight:400;display:inline-block;margin:0}.feed-author{display:flex;align-items:center;gap:.5rem}.feed-stats{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.feed-time{margin-right:.25rem}@media(max-width:768px){.feed-meta-small{font-size:.7rem!important}}.feed-stat-item{display:flex;align-items:center;gap:.25rem}.feed-stat-item svg{width:14px;height:14px;stroke:var(--color-text-secondary)}.author-avatar{width:24px;height:24px;border-radius:50%;object-fit:cover;flex-shrink:0}.author-avatar-placeholder{width:24px;height:24px;border-radius:50%;background:var(--color-border);flex-shrink:0;display:flex;align-items:center;justify-content:center}.author-avatar-placeholder svg{color:#9ca3af}.author-avatar-placeholder.hidden{display:none}.helper-text{margin:0;font-size:.95rem;color:var(--color-text-secondary)}.helper-text.is-error{color:#d83535;font-weight:600}.board-tabs-wrapper{display:flex;flex-direction:column;gap:1rem}.board-tabs{display:flex;gap:.75rem;flex-wrap:wrap}.board-tabs-footer{display:flex;justify-content:flex-end}.notice-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.notice-item{background:var(--color-brand);border-radius:12px;padding:.75rem 1rem;display:flex;align-items:center;gap:.5rem;min-width:0}.notice-badge{background:#fff3;color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:4px;white-space:nowrap;flex-shrink:0}.notice-title{color:#fff;font-size:.95rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.tab-button{flex:1;border-radius:999px;border:1px solid var(--color-border);background:var(--color-surface-muted);color:#4d5063;font-weight:600;padding:.45rem .5rem;display:flex;align-items:center;justify-content:center;gap:.35rem;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.tab-button.is-active{background:var(--color-brand);border-color:var(--color-brand);color:#fff}.tab-count{font-size:.85rem;font-weight:600;background:#0d122d1f;color:inherit;padding:.1rem .5rem;border-radius:999px}.tab-button.is-active .tab-count{background:#fff3}.app-footer{border-top:1px solid var(--color-border);background:var(--color-brand);min-height:100px;display:flex;align-items:center;justify-content:center;padding:1.5rem}.footer-inner{width:100%;max-width:1200px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;color:#fff;font-size:.92rem}.footer-right{display:flex;flex-direction:column;gap:.75rem;align-items:flex-end;flex:1}.footer-copy{margin:0;font-weight:600;color:#fff;font-size:.75rem}.footer-links{display:flex;align-items:center;gap:.45rem;color:#fff}.footer-links a{color:#fff;text-decoration:none;font-weight:600}.footer-links a:hover{color:#fffc}.footer-app-downloads{display:flex;flex-direction:row;align-items:center;gap:.75rem;flex-wrap:wrap}.footer-install-text{font-size:.875rem;font-weight:600;letter-spacing:.01em;color:#fff;line-height:1.5;font-style:italic;white-space:nowrap}.footer-app-links{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.app-download-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#fff;text-decoration:none;transition:opacity .2s ease;border-radius:8px;background:#ffffff1a;padding:.5rem}.app-download-link:hover{opacity:.8;background:#fff3}.app-download-link svg{width:100%;height:100%}.footer-divider-v{width:1px;height:16px;background:#ffffff4d;margin:0 .5rem}.footer-sns-group{display:flex;align-items:center;gap:.75rem}.footer-sns-label{font-size:.825rem;font-weight:600;color:#ffffffe6}.mobile-menu-toggle{display:none;background:transparent;border:none;padding:.5rem;cursor:pointer;color:var(--color-text-primary);z-index:100;position:relative}.mobile-menu-toggle svg{width:24px;height:24px}.mobile-menu-notification-dot{position:absolute;top:.25rem;right:.25rem;width:8px;height:8px;border-radius:50%;background-color:#ef4444;display:block;z-index:101}.sidebar-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:998}.sidebar-overlay.is-open{display:block}@media(max-width:1024px){.layout{flex-direction:column}.sidebar{width:100%;border-right:none;border-bottom:1px solid var(--color-border);display:flex;justify-content:space-between;gap:1.25rem;position:relative;max-height:none;overflow-y:visible}.menu-tree{flex-direction:row;flex-wrap:wrap;gap:1rem}.menu-block{flex:1}.content{padding:1.5rem}}@media(max-width:768px){.app-header{padding:.4rem 2rem}.brand-icon{width:40px;height:40px}.brand-name img{height:20px}.mobile-menu-toggle{display:block}.sidebar{position:fixed;top:0;left:-100%;width:240px;height:100vh;z-index:999;border-right:1px solid var(--color-border);border-bottom:none;transition:left .3s ease;padding:1rem 1.25rem;overflow-y:auto}.sidebar.is-open{left:0}.menu-tree{flex-direction:column;gap:.5rem}.menu-block{flex:none}.menu-item,.menu-parent{padding:.5rem .75rem;font-size:.9rem}.menu-children{padding-left:1.25rem}.menu-children:before{left:.95rem}.content{padding:1.25rem;width:100%}.content-grid{grid-template-columns:1fr;gap:1rem}.header-actions{gap:.5rem}.login-button,.profile-chip{padding:.45rem 1rem;font-size:.875rem}.profile-nickname{display:inline;font-size:.8125rem;margin-right:.25rem}.footer-inner{flex-direction:column;align-items:flex-start;gap:1rem}.footer-app-downloads{width:100%;justify-content:flex-start;gap:.5rem}.footer-divider-v{display:none}.footer-sns-group{margin-top:.25rem}.footer-right{width:100%;align-items:flex-start}.footer-links{flex-wrap:wrap;gap:.25rem;font-size:.7rem}.footer-links a{flex:0 0 calc(50% - .125rem);max-width:calc(50% - .125rem)}.footer-links span[aria-hidden=true]{display:none}.footer-copy{font-size:.65rem}}@media(max-width:640px){.app-header{padding:.875rem 1rem;gap:.75rem}.brand-icon{width:36px;height:36px}.brand-name img{height:18px}.content{padding:1rem}.content-card{padding:1.25rem;border-radius:12px}.feed-item-main{flex-direction:row;align-items:center;gap:.5rem}.feed-item-board .feed-item-main{flex-direction:column;align-items:flex-start;gap:.5rem}.feed-item-board .feed-meta{flex-direction:column;align-items:flex-start;gap:.4rem;margin-top:.25rem}.feed-item-board .feed-author{order:1}.feed-item-board .feed-stats{order:2;width:100%}.feed-meta{font-size:.8rem;gap:.4rem .6rem}.feed-title{font-size:.9rem}.feed-content{font-size:.8rem}.notice-title{font-size:.85rem}.notice-badge{font-size:.7rem;padding:.2rem .4rem}.match-label{font-size:.7rem;padding:.1rem .5rem;flex-shrink:0}.card-header{flex-direction:column;align-items:flex-start;gap:.75rem}.card-header h2{font-size:1.15rem}.board-tabs{gap:.5rem}.tab-button{padding:.4rem .5rem;font-size:.875rem}.page-title{font-size:1.5rem}.pagination-wrapper{flex-direction:column;gap:1rem;align-items:stretch}.write-submit-button{width:100%}}@media(max-width:480px){.app-header{padding:.75rem .875rem}.content{padding:.875rem}.content-card{padding:1rem;border-radius:10px}.feed-item{padding-bottom:.75rem}.feed-title{font-size:.85rem}.feed-content{white-space:normal;overflow:visible;text-overflow:clip;font-size:.75rem}.feed-meta{font-size:.75rem}.match-label{font-size:.65rem;padding:.1rem .4rem}.notice-title{font-size:.8rem;white-space:normal;overflow:visible;text-overflow:clip}.notice-badge{font-size:.65rem;padding:.15rem .35rem}.board-tabs{flex-direction:row;flex-wrap:wrap}.tab-button{flex:1;min-width:0;font-size:.8rem;padding:.35rem .45rem}.feed-item-main{flex-wrap:wrap}.notice-item{flex-wrap:wrap;padding:.6rem .875rem}.footer-links{font-size:.65rem}.footer-links a{flex:0 0 calc(50% - .125rem);max-width:calc(50% - .125rem)}.footer-links span[aria-hidden=true]{display:none}.footer-copy{font-size:.6rem}.content-card:not(.content-card-board) .feed-scroll-wrapper{max-height:375px;overflow-y:auto;position:relative;padding-right:0;overscroll-behavior-y:contain;scrollbar-width:none}.content-card:not(.content-card-board) .feed-scroll-wrapper::-webkit-scrollbar{display:none}}@media(min-width:768px){.content-card:not(.content-card-board) .feed-scroll-wrapper{max-height:550px;overflow-y:auto;position:relative;padding-right:0;overscroll-behavior-y:contain}.content-card:not(.content-card-board) .feed-scroll-wrapper{scrollbar-width:none}.content-card:not(.content-card-board) .feed-scroll-wrapper::-webkit-scrollbar{display:none}}.page-container{width:100%;min-height:100%;display:flex;align-items:flex-start;justify-content:center;padding:.25rem 2rem 1rem;box-sizing:border-box}.empty-page{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;text-align:center}.empty-icon{color:#9ca3af;margin-bottom:.5rem}.empty-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0}.empty-description{font-size:1rem;color:#6b7280;margin:0}.board-page,.chat-list-page,.club-meeting-page{width:100%;max-width:800px}.page-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.notice-list{margin-bottom:1.5rem}.board-search-bar{display:flex;align-items:center;gap:.75rem;margin-top:1.5rem;margin-bottom:.25rem;padding:0;justify-content:center}.search-input-wrapper{width:50%;max-width:400px;position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:.75rem;color:#9ca3af;pointer-events:none}.search-input{width:100%;padding:.625rem .75rem .625rem 2.5rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;background:#fff;color:#111827;transition:border-color .2s ease}.search-input:focus{outline:none;border-color:#111827}.search-clear-button{position:absolute;right:.5rem;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:transparent;color:#9ca3af;cursor:pointer;border-radius:4px;transition:all .2s ease}.search-clear-button:hover{background:#f3f4f6;color:#6b7280}.search-submit-button{padding:.625rem 1.25rem;border:none;background:#111827;color:#fff;font-size:.875rem;font-weight:600;border-radius:8px;cursor:pointer;transition:background .2s ease;white-space:nowrap}.search-submit-button:hover{background:#1f2937}.pagination-wrapper{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.5rem;padding:1rem 0}.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;flex:1}.pagination-numbers{display:flex;align-items:center;gap:.25rem}.pagination-button{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 .75rem;border:1px solid #e5e7eb;background:#fff;color:#374151;font-size:.875rem;font-weight:500;border-radius:6px;cursor:pointer;transition:all .2s ease}.pagination-button:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db;color:#111827}.pagination-button:disabled{opacity:.4;cursor:not-allowed}.pagination-button-nav{padding:0 .5rem}.pagination-button-number{font-weight:500}.pagination-button-number.is-active{background:#111827;border-color:#111827;color:#fff;font-weight:600}.pagination-button-number.is-active:hover{background:#1f2937;border-color:#1f2937}.board-post-detail{width:100%;max-width:800px;margin:0 auto}.detail-header{display:flex;align-items:center;height:48px;padding:0;margin-bottom:1rem}.back-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;cursor:pointer;color:#111827;padding:.5rem}.detail-header-title{font-size:1.125rem;font-weight:600;color:#111827;margin-left:.25rem}.detail-content{padding:0 1.25rem}.board-type-chip{display:inline-block;padding:.375rem .75rem;background:#f2f4f7;border-radius:999px;font-size:.75rem;font-weight:700;color:#111827;margin-bottom:.75rem}.author-section{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;cursor:pointer}.author-section-center{align-items:center}.author-avatar{width:37.4px;height:37.4px;border-radius:50%;background:#f2f4f7;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.author-avatar img{width:100%;height:100%;object-fit:cover}.author-avatar svg{color:#9ca3af}.author-info{flex:1}.author-info-center{display:flex;flex-direction:column;justify-content:center}.author-name-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.author-name{font-size:.9375rem;font-weight:700;color:#111827}.author-time,.author-meta{font-size:.75rem;color:#9ca3af}.detail-title{font-size:1.25rem;font-weight:800;color:#111827;margin:0 0 .75rem;line-height:1.5}.detail-text{font-size:.9375rem;color:#111827;line-height:1.5;margin-bottom:1.25rem;white-space:pre-wrap}.photo-gallery{display:flex;flex-direction:row;flex-wrap:nowrap;gap:.75rem;margin-bottom:1.5rem;overflow-x:auto;overflow-y:hidden;padding-bottom:.5rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#d1d5db #f2f4f7}.photo-gallery::-webkit-scrollbar{height:6px}.photo-gallery::-webkit-scrollbar-track{background:#f2f4f7;border-radius:3px}.photo-gallery::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.photo-gallery::-webkit-scrollbar-thumb:hover{background:#9ca3af}.detail-photo{flex-shrink:0;width:auto;max-width:300px;max-height:400px;height:auto;border-radius:1.25rem;object-fit:contain}.post-action-buttons{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;margin-top:1.5rem;margin-bottom:1rem;padding:0 1.25rem}.post-action-button{display:flex;align-items:center;justify-content:center;gap:.375rem;padding:.625rem 1rem;border:none;border-radius:.75rem;background:#111827;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .2s;white-space:nowrap;flex-shrink:0}.post-action-button:hover{background:#1f2937}.post-action-button.delete{background:#ef4444;color:#fff}.post-action-button.delete:hover{background:#dc2626}.post-action-button svg{flex-shrink:0}.write-post-button{display:flex;align-items:center;justify-content:center;gap:.375rem;padding:.625rem 1rem;border:none;border-radius:.75rem;background:#111827;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .2s;white-space:nowrap;flex-shrink:0}.write-post-button:hover{background:#1f2937}.write-post-button svg{flex-shrink:0}.stats-row{display:flex;align-items:center;gap:1.25rem;padding:1.5rem 0;border-bottom:1px solid #eef1f6}.stat-button{display:flex;align-items:center;gap:.375rem;border:none;background:transparent;color:#9ca3af;cursor:pointer;font-size:.8125rem;padding:0}.stat-button:hover:not(:disabled){color:#111827}.stat-button.is-liked{color:var(--color-brand)}.stat-button:disabled{opacity:.5;cursor:not-allowed}.stat-item{display:flex;align-items:center;gap:.375rem;color:#9ca3af;font-size:.8125rem}.comment-section{margin-top:2rem}.comment-section-title{font-size:1.0625rem;font-weight:800;color:#111827;margin:0 0 1rem}.empty-comments{width:100%;padding:1.25rem 1rem;background:#f2f4f7;border-radius:1rem;text-align:center}.empty-comments p{color:#9ca3af;font-size:.875rem;margin:0}.comment-list{display:flex;flex-direction:column;gap:.5rem}.comment-thread{display:flex;flex-direction:column}.comment-tile{width:100%;padding:.75rem 1rem;background:#fff;border-radius:1rem;border:1px solid #eef1f6;position:relative}.comment-tile.is-reply{background:#f2f4f7;margin-left:2rem}.comment-author{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.625rem}.comment-author-center{align-items:center}.comment-avatar{width:32px;height:32px;border-radius:50%;background:#f2f4f7;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.comment-avatar img{width:100%;height:100%;object-fit:cover}.comment-avatar svg{color:#9ca3af}.comment-author-info{flex:1}.comment-author-info-center{display:flex;flex-direction:column;justify-content:center}.comment-author-row{display:flex;align-items:center;gap:.375rem;margin-bottom:.125rem}.comment-author-name{font-size:.8125rem;font-weight:700;color:#111827}.comment-time,.comment-author-meta{font-size:.6875rem;color:#9ca3af}.comment-content{font-size:.875rem;color:#111827;line-height:1.4;margin-bottom:.5rem;white-space:pre-wrap;word-break:break-all}.comment-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.25rem}.comment-action-button{border:none;background:transparent;color:#9ca3af;cursor:pointer;font-size:.75rem;padding:0}.comment-action-button:hover{color:#111827}.comment-replies{display:flex;flex-direction:column;gap:.375rem;margin-top:.375rem}.comment-composer-overlay{position:fixed;inset:0;background:#0000001a;z-index:99;cursor:pointer}.comment-composer{position:relative;background:#fff;border:1px solid #eef1f6;border-radius:.75rem;box-shadow:0 2px 8px #0000000d;padding:.75rem 1rem;margin-top:1rem;z-index:100}.comment-composer-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.comment-composer-header span{font-size:.8125rem;color:#6b7280;font-weight:500}.cancel-reply-button{border:none;background:transparent;color:var(--color-brand);cursor:pointer;font-size:.75rem;padding:.25rem .5rem;border-radius:.375rem;transition:background-color .2s}.cancel-reply-button:hover{background-color:#f2f4f7}.comment-composer-close{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;color:#9ca3af;cursor:pointer;border-radius:.375rem;transition:all .2s;padding:0}.comment-composer-close:hover{background-color:#f2f4f7;color:#111827}.comment-composer-input-wrapper{display:flex;align-items:flex-end;gap:.75rem}.comment-composer-input{flex:1;padding:.5rem 1rem;border:none;background:#f2f4f7;border-radius:1.5rem;font-size:.875rem;color:#111827;resize:none;min-height:40px;max-height:120px;font-family:inherit}.comment-composer-input:focus{outline:none;background:#e5e7eb}.comment-submit-button{padding:.5rem 1.125rem;border:none;background:var(--color-brand);color:#fff;font-size:.875rem;font-weight:700;border-radius:.75rem;cursor:pointer;white-space:nowrap}.comment-submit-button:hover:not(:disabled){background:var(--color-brand-strong)}.comment-submit-button:disabled{opacity:.5;cursor:not-allowed}.board-write-page{width:100%;max-width:800px}.write-content{padding:0 1.25rem}.write-section{margin-bottom:1.5rem}.write-section-label{display:flex;align-items:center;font-size:.875rem;font-weight:700;color:#111827;margin-bottom:.5rem}.write-section-label:before{content:"";display:inline-block;width:4px;height:4px;background:#111827;border-radius:50%;margin-right:.5rem;flex-shrink:0}.write-section-label.no-dot:before{display:none}.write-submit-button svg{display:none}.mobile-only{display:none!important}@media(max-width:768px){.desktop-only{display:none!important}.mobile-only{display:flex!important}.write-post-button.mobile-only,.write-submit-button.mobile-only{position:fixed!important;bottom:2rem;margin-left:0!important;margin-right:0!important;right:1.25rem!important;width:auto!important;height:auto!important;border-radius:999px!important;padding:.6rem 1rem!important;box-shadow:0 4px 10px #0003!important;z-index:50!important;font-size:.8125rem!important;gap:.35rem!important;margin-bottom:0!important}.write-post-button.mobile-only span,.write-submit-button.mobile-only span{display:inline!important;font-weight:600}.write-post-button.mobile-only svg,.write-submit-button.mobile-only svg{display:block!important;margin:0!important;width:18px!important;height:18px!important}.pagination-wrapper{padding-bottom:5rem!important}}.write-section-label.indent{padding-left:1rem}.write-category-selector{padding:.875rem 1rem;background:#f2f4f7;border-radius:.75rem;font-size:.875rem;font-weight:600;color:#111827;border:1px solid transparent}.write-category-selector.is-locked{background:#fff;border-color:#eef1f6;color:#6b7280}.write-category-lock-note{margin-top:.375rem;font-size:.75rem;color:#9ca3af}.write-input{width:100%;padding:.875rem 1rem;border:1px solid #e5e7eb;background:#fff;border-radius:.75rem;font-size:.875rem;font-weight:600;color:#111827;font-family:inherit;transition:all .2s}.write-input:focus{outline:none;border-color:#111827}.write-input::placeholder{color:#9ca3af}.write-input[type=number]{-moz-appearance:textfield;appearance:textfield;text-align:center}.write-input[type=date]{position:relative;-webkit-appearance:none;appearance:none}.filter-date-input{width:130px;height:34px!important;padding:0 2.25rem 0 .5rem!important;font-size:.8125rem;line-height:normal;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgdmlld0JveD0nMCAwIDI0IDI0JyBmaWxsPSdub25lJyBzdHJva2U9JyMxMTE4MjcnIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJz48cmVjdCB4PSczJyB5PSc0JyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHJ4PScyJyByeT0nMic+PC9yZWN0PjxsaW5lIHgxPScxNicgeTE9JzInIHgyPScxNicgeTI9JzYnPjwvbGluZT48bGluZSB4MT0nOCcgeTE9JzInIHgyPSc4JyB5Mj0nNic+PC9saW5lPjxsaW5lIHgxPSczJyB5MT0nMTAnIHgyPScyMScgeTI9JzEwJz48L2xpbmU+PC9zdmc+);background-repeat:no-repeat;background-position:right .6rem center;background-size:1rem auto}.filter-time-select{width:130px;height:34px!important;padding:0 2.25rem 0 .5rem!important;font-size:.8125rem;line-height:normal;box-sizing:border-box;background-position:right .6rem center!important}.write-input[type=date]::-webkit-calendar-picker-indicator{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.write-input[type=date]:required:invalid::-webkit-datetime-edit{color:transparent}.write-input[type=date]:required:invalid:before{content:attr(data-placeholder);color:#9ca3af;position:absolute;left:.5rem;top:50%;transform:translateY(-50%);pointer-events:none}.write-input[type=number]::-webkit-inner-spin-button,.write-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}select.write-input{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 4.5L6 8L9.5 4.5' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.write-textarea{width:100%;padding:.875rem 1rem;border:1px solid #e5e7eb;background:#fff;border-radius:.75rem;font-size:.875rem;font-weight:600;color:#111827;font-family:inherit;resize:vertical;min-height:200px;transition:all .2s}.write-textarea:focus{outline:none;border-color:#111827}.write-textarea::placeholder{color:#9ca3af}.write-photo-section{margin-top:.5rem}.write-photo-container{display:flex;align-items:flex-start;gap:.75rem;overflow-x:auto;overflow-y:hidden;padding-bottom:.5rem;-webkit-overflow-scrolling:touch}.write-photo-list{display:flex;gap:.75rem;flex-shrink:0}.write-photo-item{position:relative;width:100px;height:100px;border-radius:.75rem;overflow:hidden;background:#f2f4f7;flex-shrink:0}.write-photo-preview{width:100%;height:100%;object-fit:cover}.write-photo-remove{position:absolute;top:.25rem;right:.25rem;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:none;background:#0009;color:#fff;border-radius:50%;cursor:pointer;transition:background-color .2s}.write-photo-remove:hover{background:#000c}.write-photo-add{width:100px;height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;border:2px dashed #d1d5db;border-radius:.75rem;background:#fff;color:#9ca3af;cursor:pointer;transition:all .2s;flex-shrink:0}.write-photo-add:hover{border-color:#111827;color:#111827;background:#f2f4f7}.write-photo-count{font-size:.75rem;font-weight:600}.write-error{padding:.75rem 1rem;background:#fee2e2;border:1px solid #fecaca;border-radius:.75rem;color:#dc2626;font-size:.875rem;margin-bottom:1rem}.write-submit-section{margin-top:2rem;margin-bottom:2rem;padding:0 1.25rem}.write-submit-button{width:100%;padding:.875rem 1rem;border:none;border-radius:.75rem;background:#111827;color:#fff;font-size:.9375rem;font-weight:700;cursor:pointer;transition:background-color .2s}.write-submit-button:hover:not(:disabled){background:#1f2937}.write-submit-button:disabled{opacity:.5;cursor:not-allowed}.signup-page{width:100%;max-width:600px;margin:0 auto}.signup-header{display:flex;align-items:center;height:48px;padding:0 .5rem;margin-bottom:2rem}.signup-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 0 .5rem}.signup-content{padding:0 1.25rem}.signup-section{margin-bottom:2.5rem}.signup-section-title{font-size:1.25rem;font-weight:700;color:#111827;margin:0 0 1.5rem}.signup-field{margin-bottom:1.5rem}.signup-label{display:block;font-size:.9375rem;font-weight:600;color:#111827;margin-bottom:.5rem}.signup-input{width:100%;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.9375rem;color:#111827;transition:border-color .2s ease}.signup-input:focus{outline:none;border-color:var(--color-brand)}.nickname-input-wrapper{display:flex;gap:.5rem}.nickname-input-wrapper .signup-input{flex:1}.check-nickname-button{padding:.75rem 1.25rem;border:1px solid var(--color-brand);background:#fff;color:var(--color-brand);font-size:.875rem;font-weight:600;border-radius:8px;cursor:pointer;white-space:nowrap;transition:all .2s ease}.check-nickname-button:hover:not(:disabled){background:var(--color-brand-soft)}.check-nickname-button:disabled{opacity:.5;cursor:not-allowed}.signup-help-text{font-size:.8125rem;margin-top:.5rem;margin-bottom:0}.signup-help-text.success{color:#10b981}.signup-help-text.error{color:#ef4444}.profile-image-section{display:flex;justify-content:center;margin-bottom:2rem}.profile-image-wrapper{position:relative;width:128px;height:128px}.profile-image,.profile-image-placeholder{width:100%;height:100%;border-radius:50%;object-fit:cover}.profile-image-placeholder{background:#f2f4f7;display:flex;align-items:center;justify-content:center;color:#9ca3af}.profile-image-edit-button,.profile-image-remove-button{position:absolute;width:32px;height:32px;border-radius:50%;border:1px solid #e5e7eb;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.profile-image-edit-button{right:0;bottom:0;color:var(--color-brand)}.profile-image-edit-button:hover{background:var(--color-brand-soft);border-color:var(--color-brand)}.profile-image-remove-button{top:0;right:0;color:#ef4444}.profile-image-remove-button:hover{background:#fee2e2;border-color:#ef4444}.gender-selector{display:flex;gap:.75rem}.agreement-checkboxes{display:flex;flex-direction:column;gap:.75rem}.agreement-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:#374151}.agreement-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#111827}.agreement-checkbox span{display:flex;align-items:center;gap:.25rem}.terms-modal{background:#fff;border-radius:1rem;width:90%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden}.terms-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #eef1f6;flex-shrink:0}.terms-modal-header h2{font-size:1.25rem;font-weight:700;color:#111827;margin:0}.terms-modal-content{padding:1.5rem;overflow-y:auto;flex:1;font-size:.875rem;color:#374151;line-height:1.6}.terms-modal-content h2{font-size:1.125rem;font-weight:700;color:#111827;margin-top:1.5rem;margin-bottom:.75rem}.terms-modal-content h2:first-child{margin-top:0}.terms-modal-content p{margin:.5rem 0}.terms-modal-content ul{margin:.5rem 0 1rem 1.5rem}.terms-modal-content li{margin:.25rem 0}.modal-close-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:#6b7280;cursor:pointer;border-radius:.5rem;transition:all .2s ease;padding:0}.gender-button{flex:1;padding:1rem;border:1px solid #e5e7eb;background:#fff;color:#111827;font-size:.9375rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s ease}.gender-button:hover{border-color:var(--color-brand);background:var(--color-brand-soft)}.gender-button.selected{background:var(--color-brand);border-color:var(--color-brand);color:#fff}.signup-error{padding:1rem;background:#fee2e2;border:1px solid #ef4444;border-radius:8px;margin-bottom:1.5rem}.signup-error p{color:#ef4444;font-size:.875rem;margin:0}.signup-submit-button{width:100%;padding:1rem;border:none;background:var(--color-brand);color:#fff;font-size:1rem;font-weight:700;border-radius:8px;cursor:pointer;transition:background .2s ease;margin-top:1rem}.signup-submit-button:hover:not(:disabled){background:var(--color-brand-strong)}.signup-submit-button:disabled{opacity:.5;cursor:not-allowed}.my-info-page{width:100%;max-width:600px;margin:0 auto}.my-info-header{display:flex;align-items:center;justify-content:space-between;height:48px;padding:0 .5rem;margin-bottom:2rem}.my-info-title{font-size:1.5rem;font-weight:700;color:#111827}.my-info-content{padding:0 1.25rem}.profile-image-wrapper{position:relative;width:128px;height:128px;margin:0 auto;cursor:pointer}.profile-image-wrapper .profile-image{width:100%;height:100%;border-radius:50%;object-fit:cover}.profile-image-wrapper .profile-image-placeholder{width:100%;height:100%;border-radius:50%;background:#f2f4f7;display:flex;align-items:center;justify-content:center;color:#9ca3af}.profile-image-wrapper .profile-image-placeholder.hidden{display:none}.profile-image-edit-overlay{position:absolute;bottom:0;right:0;width:36px;height:36px;border-radius:50%;background:#111827;display:flex;align-items:center;justify-content:center;color:#fff;border:2px solid #ffffff;opacity:0;transition:opacity .2s ease}.profile-image-wrapper:hover .profile-image-edit-overlay{opacity:1}.profile-delete-button{position:absolute;top:0;right:0;width:28px;height:28px;border-radius:50%;background:#0009;border:2px solid #ffffff;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s ease;padding:0;z-index:10}.profile-delete-button:hover{background:#ef4444e6;transform:scale(1.1)}.profile-delete-button:active{transform:scale(.95)}.profile-image-loading{width:100%;height:100%;border-radius:50%;background:#f2f4f7;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:.875rem}.my-info-content .profile-image-section{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:2rem}.my-info-list{display:flex;flex-direction:column;gap:0;margin-top:2rem;background:#fff;border-radius:1rem;border:1px solid #eef1f6;overflow:hidden}.info-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #eef1f6}.info-item:last-child{border-bottom:none}.info-item:hover{background:#f9fafb}.info-label{font-size:.9375rem;font-weight:600;color:#111827}.info-value-wrapper{display:flex;align-items:center;gap:.5rem}.info-value{font-size:.9375rem;color:#6b7280}.info-value-wrapper svg{color:#9ca3af;flex-shrink:0}.modal-overlay,.edit-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.edit-modal{background:#fff;border-radius:16px;width:100%;max-width:480px;max-height:90vh;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column}.edit-modal-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.75rem;border-bottom:1px solid #f3f4f6;flex-shrink:0}.edit-modal-title{font-size:1.25rem;font-weight:700;color:#111827;margin:0}.modal-close-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;color:#6b7280;cursor:pointer;border-radius:8px;transition:all .2s ease;padding:0;flex-shrink:0}.modal-close-button:hover{background:#f3f4f6;color:#111827}.edit-modal-close-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;color:#6b7280;cursor:pointer;border-radius:8px;transition:all .2s ease;padding:0;flex-shrink:0}.edit-modal-close-button:hover{background:#f3f4f6;color:#111827}.edit-modal-close-button svg{width:20px;height:20px}.edit-modal-content{padding:1.75rem;overflow-y:auto;flex:1}.edit-input{width:100%;padding:.875rem 1rem;border:1px solid #e5e7eb;border-radius:.75rem;font-size:.9375rem;color:#111827;font-family:inherit;transition:border-color .2s ease;margin-bottom:1.5rem}.edit-input:focus{outline:none;border-color:#111827}.gender-selector{display:flex;gap:.75rem;margin-bottom:1.5rem}.gender-option{flex:1;padding:1rem;border:1px solid #e5e7eb;background:#fff;color:#111827;font-size:.9375rem;font-weight:600;border-radius:.75rem;cursor:pointer;transition:all .2s ease}.gender-option:hover{border-color:#111827;background:#f9fafb}.gender-option.selected{background:#111827;border-color:#111827;color:#fff}.slider-value{font-size:1.125rem;font-weight:700;color:#111827;text-align:center;margin-bottom:1rem}.slider-input{width:100%;height:6px;border-radius:3px;background:#e5e7eb;outline:none;-webkit-appearance:none;appearance:none;margin-bottom:.5rem}.slider-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#111827;cursor:pointer;transition:background .2s ease}.slider-input::-webkit-slider-thumb:hover{background:#1f2937}.slider-input::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#111827;cursor:pointer;border:none;transition:background .2s ease}.slider-input::-moz-range-thumb:hover{background:#1f2937}.slider-labels{display:flex;justify-content:space-between;margin-bottom:1.5rem;font-size:.75rem;color:#9ca3af}.edit-modal-actions,.edit-modal-action-buttons{display:flex;gap:.75rem;padding:1.5rem 1.75rem;border-top:1px solid #f3f4f6;flex-shrink:0}.edit-modal-button{flex:1;padding:.875rem 1.5rem;border:none;border-radius:10px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.edit-modal-button.cancel{background:#f9fafb;color:#374151;border:1px solid #e5e7eb}.edit-modal-button.cancel:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db}.edit-modal-button.primary{background:#111827;color:#fff}.edit-modal-button.primary:hover:not(:disabled){background:#1f2937;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.edit-modal-button.submit{background:#111827;color:#fff}.edit-modal-button.submit:hover:not(:disabled){background:#1f2937;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.edit-modal-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.error-modal{background:#fff;border-radius:1rem;width:100%;max-width:400px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.error-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #eef1f6}.error-modal-header h3{font-size:1.125rem;font-weight:700;color:#111827;margin:0}.error-modal-content{padding:1.5rem}.error-modal-content p{font-size:.9375rem;color:#111827;line-height:1.6;margin:0 0 1.5rem}.error-modal-actions{display:flex;justify-content:flex-end}.error-modal-button{padding:.75rem 1.5rem;border:none;border-radius:.75rem;background:#111827;color:#fff;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease}.error-modal-button:hover{background:#1f2937}.match-detail-page{width:100%;max-width:800px;margin:0 auto}.back-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem;border:none;background:transparent;color:var(--color-text-primary);cursor:pointer;border-radius:8px;transition:background .2s ease}.back-button:hover{background:var(--color-brand-soft)}@keyframes scrollAndStop{0%{object-position:center top}50%{object-position:center bottom}to{object-position:center center}}.match-court-photo{width:100%;height:150px;border-radius:12px;overflow:hidden;margin-bottom:2rem;background:var(--color-border)}.match-court-photo img{width:100%;height:100%;object-fit:cover;object-position:center center;will-change:object-position;animation:scrollAndStop 3s ease-in-out forwards}@media(min-width:769px){.match-court-photo{height:250px}}.match-section{margin-bottom:2rem;padding:1.5rem;background:#fff;border:1px solid var(--color-border);border-radius:12px}.match-section-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 1.25rem}.match-section-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.match-section-title-row .match-section-title{margin-bottom:0}.match-location-link-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;background:transparent;color:var(--color-text-secondary);cursor:pointer;border-radius:8px;transition:all .2s ease;flex-shrink:0}.match-location-link-button:hover{background:var(--color-brand-soft);color:var(--color-brand)}.match-location-link-button svg{width:20px;height:20px}.match-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.match-info-item{display:flex;flex-direction:column;gap:.5rem}.match-info-label{font-size:.875rem;color:#6b7280;font-weight:500}.match-info-value{font-size:1rem;color:#1f2937;font-weight:600}.match-description{margin-top:1rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.match-description-title{margin-top:0}.match-description-text{font-size:.875rem;color:#374151;line-height:1.6;margin:0;white-space:pre-wrap}.match-user-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--color-brand-soft);border-radius:12px;margin-bottom:.25rem;position:relative;border:1px solid transparent}.match-user-card.external{background:transparent;border-color:var(--color-border)}.match-user-card:last-child{margin-bottom:0}.match-user-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0;background:var(--color-border)}.match-user-avatar-placeholder{width:48px;height:48px;border-radius:50%;background:var(--color-border);display:flex;align-items:center;justify-content:center;color:#9ca3af;flex-shrink:0}.match-user-avatar-placeholder.hidden,.author-avatar-placeholder.hidden{display:none}.match-user-info{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.match-user-info-center{justify-content:center}.match-user-name{font-size:1rem;font-weight:600;color:#1f2937}.match-user-details{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:#6b7280}.match-request-message{margin-top:.5rem;font-size:.875rem;color:var(--color-text-secondary);line-height:1.4}.match-request-actions{display:flex;gap:.5rem;flex-shrink:0;margin-left:auto}@media(max-width:480px){.match-user-card{flex-wrap:wrap}.match-user-info{min-width:120px}.match-request-actions{width:100%;margin-left:0;margin-top:.5rem;justify-content:flex-end}.match-request-actions .match-request-button{flex:1}}.match-request-button{padding:.5rem 1rem;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit;white-space:nowrap}.match-request-button:disabled{opacity:.5;cursor:not-allowed}.match-request-button.accept{background:#111827;color:#fff}.match-request-button.accept:hover:not(:disabled){background:#1f2937;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.match-request-button.reject{background:#f9fafb;color:#374151;border:1px solid #e5e7eb}.match-request-button.reject:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db}.match-participants-list{display:flex;flex-direction:column;gap:.75rem}.match-location{font-size:.95rem;color:#374151;line-height:1.6}.match-location p{margin:0}.match-actions{display:flex;gap:.75rem;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--color-border)}.match-action-button{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.match-action-button:disabled{opacity:.5;cursor:not-allowed}.match-action-button.primary{background:var(--color-brand);color:#fff}.match-action-button.primary:hover:not(:disabled){background:var(--color-brand-strong)}.match-action-button.edit{background:#f3f4f6;color:#1f2937}.match-action-button.edit:hover:not(:disabled){background:#e5e7eb}.match-action-button.delete{background:#fee2e2;color:#dc2626}.match-action-button.delete:hover:not(:disabled){background:#fecaca}.match-action-button.cancel{background:#fef3c7;color:#d97706}.match-action-button.cancel:hover:not(:disabled){background:#fde68a}.range-slider-container{width:100%;height:20px;position:relative;margin:1rem 0 0;padding:0 8px;cursor:pointer}.range-slider-track-bg{position:absolute;top:50%;left:8px;right:8px;height:2px;transform:translateY(-50%);background:#e5e7eb;border-radius:1px;z-index:0}.range-slider-track-active{position:absolute;top:50%;height:2px;transform:translateY(-50%);background:#111827;border-radius:1px;z-index:1;pointer-events:none}.range-slider-thumb{width:16px;height:16px;background:#111827;border:none;border-radius:50%;cursor:grab;position:absolute;top:50%;transform:translateY(-50%);z-index:2;box-shadow:0 2px 4px #0000001a;transition:transform .1s}.range-slider-thumb:hover{transform:translateY(-50%) scale(1.1)}.range-slider-thumb:active{cursor:grabbing;transform:translateY(-50%) scale(1.2)}.range-slider-container[data-steps="13"]:after{content:"";position:absolute;top:50%;left:8px;right:8px;height:2px;transform:translateY(-50%);background-image:repeating-linear-gradient(to right,#9ca3af 0,#9ca3af 2px,transparent 2px,transparent calc(100% / 12));pointer-events:none;z-index:0}.range-slider-container[data-steps="17"]:after{content:"";position:absolute;top:50%;left:8px;right:8px;height:2px;transform:translateY(-50%);background-image:repeating-linear-gradient(to right,#9ca3af 0,#9ca3af 2px,transparent 2px,transparent 6.25%);pointer-events:none;z-index:0}.mobile-fab-container{display:none}@media(max-width:768px){.page-container{padding:.25rem 1rem 1rem}.court-request-page{padding:1.5rem!important}.court-request-title{font-size:1.25rem!important;margin-bottom:1.5rem!important}.court-request-section-title{font-size:1rem!important;margin-bottom:.75rem!important}.court-request-page input[type=text],.court-request-page textarea{font-size:.8125rem!important;padding:.625rem .75rem!important}.mobile-fab-container{display:block!important;position:fixed;bottom:2rem;right:1.5rem;z-index:1000}.match-action-button.fab{display:flex!important;align-items:center;justify-content:center;padding:.625rem 1rem;border-radius:9999px;box-shadow:0 4px 12px #0003,0 2px 4px #0000001a;font-size:.875rem;font-weight:600;transition:transform .2s cubic-bezier(.175,.885,.32,1.275);border:none;margin:0;width:auto}.match-action-button.fab:active{transform:scale(.95)}.court-request-page button{font-size:.8125rem!important;padding:.625rem 1.25rem!important}.court-request-page div[style*="fontSize: '0.875rem'"],.court-request-page div[style*='fontSize: "0.875rem"']{font-size:.8125rem!important}.board-page,.chat-list-page{max-width:100%}.page-title{font-size:1.5rem!important}.chat-list-page{padding:1rem!important}.chat-list-page button{font-size:.85rem!important;padding:.625rem .75rem!important}.author-avatar{width:29.92px!important;height:29.92px!important}.comment-avatar{width:25.6px!important;height:25.6px!important}.chat-list-page img[style*="48px"],.chat-list-page div[style*="48px"][style*=borderRadius]{width:38.4px!important;height:38.4px!important}.feed-photos img{transform:scale(.8);transform-origin:top left}.detail-photo{max-width:240px!important;max-height:320px!important}.board-post-detail,.match-detail-page{max-width:100%}.detail-header{height:40px!important;padding:0!important;margin-bottom:.75rem!important}.back-button{width:32px!important;height:32px!important;padding:.375rem!important}.detail-header-title{font-size:1.0625rem!important;margin-left:.125rem!important}.detail-content{padding:0 .75rem}.match-section{padding:1rem;margin-bottom:1.5rem}.match-section-title{font-size:1.0625rem!important;margin:0 0 1rem!important}.match-user-name{font-size:.9rem!important}.match-user-details,.match-info-label{font-size:.8125rem!important}.match-info-value{font-size:.9rem!important}.match-location{font-size:.875rem!important}.match-header-court-name{font-size:.9375rem!important}.match-header-court-info{font-size:.8125rem!important}.comment-section{margin-top:1.5rem!important}.comment-section-title{font-size:.9375rem!important;margin:0 0 .75rem!important}.empty-comments{padding:1rem .75rem!important}.empty-comments p{font-size:.8125rem!important}.comment-tile{padding:.625rem .75rem!important}.comment-author{margin-bottom:.5rem!important;gap:.375rem!important}.comment-content{font-size:.8125rem!important;margin-bottom:.375rem!important}.comment-author-name{font-size:.75rem!important}.comment-time,.comment-author-meta{font-size:.625rem!important}.comment-tile.is-reply{margin-left:1.5rem!important}.post-action-buttons{padding:0 .75rem}.chat-room-header{padding:.875rem 1.25rem;gap:.875rem}.chat-room-header-actions{display:none!important}.chat-room-header-menu-mobile{display:block!important}.chat-room-match-card{flex:1 1 auto!important}.chat-room-actions-mobile{display:flex!important;padding:.75rem 1rem!important;flex-wrap:nowrap!important}.chat-room-actions-mobile button{flex:1!important;min-width:0!important}.chat-message-content{font-size:.875rem!important}.chat-room-messages{padding:1.5rem 2rem}.chat-room-input{padding:1.25rem 2rem}.board-search-bar{flex-direction:row;align-items:center;gap:.5rem}.search-input-wrapper{flex:1;max-width:none}.search-submit-button{flex-shrink:0;width:auto;padding:.625rem 1rem}.write-content{padding:0 .75rem}.write-section{margin-bottom:1.25rem}.write-submit-section{padding:0 .75rem}.pagination-wrapper{flex-direction:column;gap:1rem}.pagination{justify-content:center}}@media(max-width:640px){.page-container{padding:.25rem .75rem .75rem}.court-request-page{padding:1.25rem!important}.court-request-title{font-size:1.125rem!important;margin-bottom:1.25rem!important}.court-request-section-title{font-size:.9375rem!important;margin-bottom:.625rem!important}.court-request-page input[type=text],.court-request-page textarea{font-size:.75rem!important;padding:.5625rem .625rem!important}.court-request-page button{font-size:.75rem!important;padding:.5625rem 1rem!important}.court-request-page div[style*="fontSize: '0.875rem'"],.court-request-page div[style*='fontSize: "0.875rem"']{font-size:.75rem!important}.detail-content{padding:0 .5rem}.page-title{font-size:1.375rem!important}.detail-header{height:36px!important;padding:0!important;margin-bottom:.625rem!important}.back-button{width:28px!important;height:28px!important;padding:.25rem!important}.detail-header-title{font-size:1rem!important;margin-left:.125rem!important}.match-section{padding:.875rem;margin-bottom:1.25rem}.post-action-buttons{padding:0 .5rem}.match-info-grid{grid-template-columns:1fr;gap:.75rem}.match-section-title{font-size:1rem!important;margin:0 0 .875rem!important}.match-user-name{font-size:.85rem!important}.match-user-details,.match-info-label{font-size:.75rem!important}.match-info-value{font-size:.875rem!important}.match-location{font-size:.8125rem!important}.match-description-text{font-size:.75rem!important}.match-description-title{margin-bottom:.375rem!important}.match-section-title-row{margin-bottom:.5rem!important}.match-header-court-name{font-size:.875rem!important}.match-header-court-info{font-size:.75rem!important}.comment-section{margin-top:1.25rem!important}.comment-section-title{font-size:.875rem!important;margin:0 0 .625rem!important}.empty-comments{padding:.875rem .625rem!important}.empty-comments p{font-size:.75rem!important}.comment-tile{padding:.5rem .625rem!important}.comment-author{margin-bottom:.375rem!important;gap:.25rem!important}.comment-content{font-size:.75rem!important;margin-bottom:.25rem!important}.comment-author-name{font-size:.6875rem!important}.comment-time,.comment-author-meta{font-size:.5625rem!important}.comment-tile.is-reply{margin-left:1.25rem!important}.chat-room-header{padding:.5rem 1rem!important;gap:.5rem!important}.chat-room-header button{width:20px!important;height:20px!important;padding:.25rem!important;min-width:20px!important}.chat-room-header button svg{width:16px!important;height:16px!important}.chat-room-header-actions{display:none!important}.chat-room-header-menu-mobile{display:block!important}.chat-room-match-card{flex:1 1 auto!important}.chat-room-actions-mobile{display:flex!important;padding:.625rem .75rem!important;flex-wrap:nowrap!important;justify-content:center!important}.chat-room-actions-mobile button{flex:1!important;min-width:0!important}.chat-room-actions-mobile button:only-child{flex:0 0 auto!important;max-width:200px!important}.chat-message-content{font-size:.8125rem!important}.chat-room-messages{padding:1.25rem 1.5rem}.chat-room-input{padding:1rem 1.5rem}.board-search-bar{margin-top:1rem;margin-bottom:.5rem}.write-input,.write-textarea{font-size:.8125rem;padding:.75rem .875rem}.write-section-label{font-size:.8125rem}.write-photo-item,.write-photo-add{width:80px;height:80px}.signup-content{padding:0 .75rem}.signup-section{margin-bottom:2rem}.signup-section-title{font-size:1.125rem}.signup-title{font-size:1.25rem}}.chat-room-container{display:flex;flex-direction:column;height:calc(100vh - 120px);width:100%;max-width:800px;margin:0 auto;padding:0}.chat-room-header{padding:1rem 2rem;background-color:#fff;border-bottom:1px solid var(--color-border);display:flex;align-items:center;gap:1rem}.chat-room-header-actions{display:flex}.chat-room-header-menu-mobile{display:none}.chat-room-actions-mobile{display:none;padding:.75rem 1rem;background-color:#fff;border-bottom:1px solid var(--color-border);gap:.5rem;flex-wrap:wrap;justify-content:center}.chat-room-actions-mobile button{flex:1;min-width:0}.chat-room-actions-mobile button:only-child{flex:0 0 auto;max-width:200px}.chat-message-content{font-size:.9375rem}.chat-room-messages{flex:1;overflow-y:auto;padding:2rem 4rem;background-color:var(--color-bg);min-height:0}.chat-room-input{padding:1.5rem 4rem;background-color:#fff;border-top:1px solid var(--color-border);flex-shrink:0}@media(max-width:480px){.page-container{padding:.25rem .5rem .5rem}.court-request-page{padding:1rem!important}.court-request-title{font-size:1rem!important;margin-bottom:1rem!important}.court-request-section-title{font-size:.875rem!important;margin-bottom:.5rem!important}.court-request-page input[type=text],.court-request-page textarea{font-size:.6875rem!important;padding:.5rem .5625rem!important}.court-request-page button{font-size:.6875rem!important;padding:.5rem .875rem!important}.court-request-page div[style*="fontSize: '0.875rem'"],.court-request-page div[style*='fontSize: "0.875rem"']{font-size:.6875rem!important}.detail-content{padding:0 .25rem}.page-title{font-size:1.25rem!important}.match-section{padding:.75rem;margin-bottom:1rem}.post-action-buttons{padding:0 .25rem}.detail-header{height:32px!important;padding:0!important;margin-bottom:.5rem!important}.back-button{width:24px!important;height:24px!important;padding:.25rem!important}.detail-header-title{font-size:.9375rem!important;margin-left:.125rem!important}.match-section-title{font-size:.9375rem!important;margin:0 0 .75rem!important}.match-info-value{font-size:.875rem!important}.match-user-name{font-size:.8rem!important}.match-user-details,.match-info-label{font-size:.7rem!important}.match-location{font-size:.75rem!important}.match-description-text{font-size:.6875rem!important}.match-description-title{margin-bottom:.25rem!important}.match-section-title-row{margin-bottom:.5rem!important}.match-header-court-name{font-size:.8125rem!important}.match-header-court-info{font-size:.6875rem!important}.comment-section{margin-top:1rem!important}.comment-section-title{font-size:.8125rem!important;margin:0 0 .5rem!important}.empty-comments{padding:.75rem .5rem!important}.empty-comments p{font-size:.6875rem!important}.comment-tile{padding:.5rem!important}.comment-author{margin-bottom:.25rem!important;gap:.25rem!important}.comment-content{font-size:.6875rem!important;margin-bottom:.25rem!important}.comment-author-name{font-size:.625rem!important}.comment-time,.comment-author-meta{font-size:.5rem!important}.comment-tile.is-reply{margin-left:1rem!important}.chat-room-header{padding:.5rem 1rem!important;gap:.5rem!important}.chat-room-header button{width:18px!important;height:18px!important;padding:.2rem!important;min-width:18px!important}.chat-room-header button svg{width:14px!important;height:14px!important}.chat-room-header-actions{display:none!important}.chat-room-header-menu-mobile{display:block!important}.chat-room-actions-mobile{display:flex!important;padding:.625rem .75rem!important;flex-wrap:nowrap!important;justify-content:center!important}.chat-room-actions-mobile button{flex:1!important;min-width:0!important}.chat-room-actions-mobile button:only-child{flex:0 0 auto!important;max-width:200px!important}.chat-message-content{font-size:.8125rem!important}.chat-room-messages,.chat-room-input{padding:1rem}.write-content,.write-submit-section{padding:0 .5rem}.write-photo-item,.write-photo-add{width:70px;height:70px}.signup-content{padding:0 .5rem}.board-search-bar{gap:.5rem}.chat-list-page{padding:.75rem!important}.chat-list-page button{font-size:.8rem!important;padding:.5rem .625rem!important}.author-avatar{width:29.92px!important;height:29.92px!important}.comment-avatar{width:25.6px!important;height:25.6px!important}.chat-list-page img[style*="48px"],.chat-list-page div[style*="48px"][style*=borderRadius]{width:38.4px!important;height:38.4px!important}.feed-photos img{transform:scale(.8);transform-origin:top left}.detail-photo{max-width:240px!important;max-height:320px!important}}.ad-banner{cursor:pointer;position:relative;overflow:hidden;border-radius:8px;transition:transform .2s ease,box-shadow .2s ease}.ad-banner:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.ad-banner:focus{outline:2px solid #4CAF50;outline-offset:2px}.ad-banner-image{width:100%;height:100%;object-fit:cover;display:block}.ad-banner-pc_header{max-width:600px;height:72px;background-color:transparent;display:flex;justify-content:center;align-items:center}.ad-banner-pc_header .ad-banner-image{width:auto;height:100%;max-width:100%;object-fit:contain}.ad-banner-mobile_section{width:100%;height:100px;background-color:#f5f5f5}@media(max-width:767px){.ad-banner-mobile_section{height:80px}}.login-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.login-modal{background:#fff;border-radius:24px;padding:2rem;max-width:400px;width:90%;position:relative;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.login-modal-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;cursor:pointer;padding:.5rem;color:#64748b;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .2s,color .2s}.login-modal-close:hover{background:#f1f5f9;color:#0f172a}.login-modal-content{display:flex;flex-direction:column;gap:1.5rem}.login-modal-title{margin:0;font-size:1.5rem;font-weight:700;color:#0f172a;text-align:center}.login-modal-description{margin:0;font-size:.95rem;color:#64748b;text-align:center}.login-buttons{display:flex;flex-direction:column;gap:.75rem}.login-button-kakao,.login-button-apple{width:100%;border:none;background:transparent;cursor:pointer;padding:0;border-radius:12px;overflow:hidden;transition:transform .2s,box-shadow .2s}.login-button-kakao:hover,.login-button-apple:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.login-button-kakao:active,.login-button-apple:active{transform:translateY(0)}.login-button-kakao img,.login-button-apple img{width:100%;height:auto;display:block}
