:root{--ink:#16221f;--muted:#687872;--green:#143d35;--green2:#206457;--mint:#e8f3ef;--cream:#f6f2e9;--line:#dce5e1;--white:#fff;--danger:#a33d34;--shadow:0 18px 50px rgba(20,61,53,.10)}*{box-sizing:border-box}html{font-family:Arial,"Apple SD Gothic Neo","Noto Sans KR",sans-serif;color:var(--ink);background:#fbfcfb}body{margin:0}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}main{max-width:1120px;margin:auto;padding:0 24px 70px}.site-header{height:76px;max-width:1168px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;gap:11px;align-items:center}.logo>span,.brand-mark{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-family:Georgia,serif;font-size:22px}.logo div{display:grid}.logo strong{font-size:16px}.logo small{color:var(--muted);font-size:11px;margin-top:2px}.site-header nav{display:flex;align-items:center;gap:16px;font-size:14px}.site-header form{display:inline}.site-header button{border:0;background:none;color:var(--muted)}.welcome{color:var(--muted)}.hero{min-height:390px;border-radius:32px;padding:56px 7%;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(130deg,#e7f1ed,#f4eee1);overflow:hidden;position:relative}.hero h1,.auth-card h1,.status-card h1{font-family:Georgia,"Noto Serif KR",serif;font-size:clamp(40px,6vw,68px);line-height:1.08;margin:10px 0 18px;letter-spacing:-2px}.hero p{color:#4e625b;max-width:480px;line-height:1.7}.eyebrow{color:var(--green2)!important;font-weight:800;font-size:12px!important;letter-spacing:1.8px;margin:0}.hero-symbol{width:210px;height:210px;border:1px solid rgba(20,61,53,.2);border-radius:50%;display:grid;place-items:center;position:relative;color:var(--green)}.hero-symbol span{font:110px Georgia,serif}.hero-symbol small{position:absolute;bottom:32px;letter-spacing:4px;font-size:10px}.hero-actions{display:flex;gap:10px;margin-top:26px}.button{min-height:48px;padding:0 20px;border-radius:14px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.button.primary{background:var(--green);color:#fff}.button.secondary{background:var(--mint);color:var(--green);width:100%}.button.ghost{border-color:#b8c9c3;color:var(--green)}.section{padding:54px 2px 0}.section-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:20px}.section-title h2,.panel h2,.comments h2{font-size:25px;margin:5px 0 0;letter-spacing:-.8px}.section-title>a{color:var(--green2);font-weight:700;font-size:14px}.board-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.board-card{min-height:180px;border:1px solid var(--line);border-radius:20px;background:#fff;padding:20px;display:flex;flex-direction:column;transition:.2s}.board-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.board-icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:var(--mint);color:var(--green);font-weight:900;margin-bottom:18px}.board-card strong{font-size:17px}.board-card small{color:var(--muted);line-height:1.5;margin-top:7px;flex:1}.board-card em{font-size:12px;color:#84918c;font-style:normal;margin-top:12px}.locked,.empty{padding:40px;border-radius:20px;background:var(--cream);text-align:center}.locked p,.empty p{color:var(--muted);margin-bottom:0}.post-list{display:grid;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:20px;overflow:hidden}.post-list>a{display:grid;grid-template-columns:110px 1fr;gap:10px;background:#fff;padding:18px 20px}.post-list p{color:var(--muted);margin:6px 0;font-size:14px}.post-list small{color:#89948f}.badge{display:inline-flex;width:max-content;height:max-content;padding:5px 9px;border-radius:99px;background:var(--mint);color:var(--green2);font-size:11px;font-weight:800}.auth-card,.status-card{max-width:590px;margin:40px auto;padding:48px;border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:var(--shadow)}.auth-card.compact{max-width:480px}.auth-card h1,.status-card h1{font-size:42px}.brand-mark{margin-bottom:30px}.muted{color:var(--muted);line-height:1.65}.center{text-align:center}.form-stack{display:grid;gap:17px;margin:28px 0}.form-stack label{display:grid;gap:7px;font-size:13px;font-weight:700}.form-stack small{color:var(--muted);font-weight:400}.form-stack input,.form-stack textarea,.form-stack select,.inline-form input,.comment-form textarea{width:100%;border:1px solid #cfdad6;border-radius:12px;padding:13px 14px;background:#fff;outline:none}.form-stack input:focus,.form-stack textarea:focus,.form-stack select:focus,.comment-form textarea:focus{border-color:var(--green2);box-shadow:0 0 0 3px rgba(32,100,87,.12)}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-stack .check{display:flex;grid-template:none;align-items:flex-start;font-weight:400;line-height:1.55}.check input{width:18px;margin-top:2px}.notice,.flash{padding:14px 16px;border-radius:12px;background:var(--mint);color:var(--green);line-height:1.5}.notice.error,.flash.error{background:#fae9e7;color:var(--danger)}.flash{max-width:700px;margin:10px auto}.status-card{text-align:center}.status-icon{margin:0 auto 24px;width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:var(--mint);color:var(--green);font-size:25px}.page-head{padding:32px 0 20px}.page-head h1{font-size:38px;margin:6px 0}.panel,.post-card,.comments{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;margin-bottom:18px}.post-meta{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:13px}.post-card h1{font-size:32px;margin:20px 0}.post-body{font-size:16px;line-height:1.9;min-height:140px}.post-actions{border-top:1px solid var(--line);margin-top:30px;padding-top:15px;display:flex;justify-content:space-between;color:var(--muted);font-size:13px}.post-actions summary{cursor:pointer}.inline-form{display:flex;gap:6px;margin-top:8px}.inline-form button,.admin-row button{border:0;border-radius:9px;padding:9px 12px;background:var(--green);color:#fff}.comment{padding:17px 0;border-bottom:1px solid var(--line)}.comment time{color:var(--muted);font-size:12px;margin-left:8px}.comment p{line-height:1.6;margin-bottom:0}.comment-form{display:grid;gap:10px;margin-top:20px}.comment-form .button{justify-self:end}.admin-row{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding:16px 0;gap:20px}.admin-row p{color:var(--muted);margin:5px 0 0}.admin-row form{display:flex;gap:6px}.admin-row button.danger{background:var(--danger)}footer{background:var(--green);color:#fff;text-align:center;padding:42px 20px}footer p,footer small{color:#b7cec6}.mobile-nav{display:none}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
@media(max-width:760px){main{padding:0 16px 90px}.site-header{height:66px;padding:0 16px}.site-header .welcome{display:none}.hero{min-height:440px;padding:40px 26px;align-items:flex-start}.hero h1{font-size:43px}.hero-symbol{position:absolute;width:180px;height:180px;right:-35px;bottom:-28px;opacity:.26}.hero-actions{flex-direction:column;align-items:stretch;margin-right:50px}.board-grid{grid-template-columns:1fr 1fr}.board-card{min-height:166px;padding:17px}.board-card small{font-size:12px}.section{padding-top:42px}.post-list>a{grid-template-columns:1fr}.auth-card,.status-card{margin:12px auto;padding:30px 22px}.auth-card h1,.status-card h1{font-size:34px}.field-row{grid-template-columns:1fr}.panel,.post-card,.comments{padding:21px}.post-card h1{font-size:26px}.admin-row{align-items:flex-start;flex-direction:column}.mobile-nav{position:fixed;z-index:20;display:flex;left:14px;right:14px;bottom:12px;height:62px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.96);box-shadow:0 8px 35px rgba(0,0,0,.16);align-items:center;justify-content:space-around}.mobile-nav a{font-size:12px;color:var(--muted)}.mobile-nav .write{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-size:25px;margin-top:-24px}}
@media(max-width:390px){.board-grid{grid-template-columns:1fr}.hero h1{font-size:38px}}
.action-group{display:flex;align-items:center;gap:12px}.action-group form{display:inline}.text-button{border:0;background:none;color:var(--danger);padding:0}
.password-status{display:block;margin-top:2px;color:var(--muted)}.password-status.match{color:var(--green2);font-weight:700}.password-status.mismatch{color:var(--danger);font-weight:700}
.strength-track{display:block;height:5px;border-radius:99px;background:#e6ebe9;overflow:hidden;margin-top:2px}.strength-track>span{display:block;width:0;height:100%;border-radius:inherit;transition:width .2s ease,background-color .2s ease}.strength-track>span.level-1{width:25%;background:#b84138}.strength-track>span.level-2{width:50%;background:#d27c2c}.strength-track>span.level-3{width:75%;background:#a08a21}.strength-track>span.level-4{width:100%;background:#26745f}
.permission-card{border-top:1px solid var(--line);padding:20px 0;display:grid;gap:14px}.permission-card>label{display:grid;gap:6px}.permission-card select{max-width:260px;border:1px solid #cfdad6;border-radius:10px;padding:10px;background:#fff}.permission-options{display:flex;flex-wrap:wrap;gap:8px 18px}.permission-options .check{display:flex;align-items:center;gap:6px}.permission-options input{width:18px;height:18px}.permission-card>button{justify-self:start;border:0;border-radius:10px;padding:11px 16px;background:var(--green);color:#fff}
.admin-search{display:flex;gap:8px;margin-bottom:16px}.admin-search input,.admin-search select{min-width:0;border:1px solid #cfdad6;border-radius:10px;padding:11px 13px;background:#fff}.admin-search input{flex:1}.admin-search button{border:0;border-radius:10px;padding:0 18px;background:var(--green);color:#fff}.pagination{display:flex;justify-content:center;align-items:center;gap:18px;margin-top:24px}.pagination a{padding:9px 14px;border-radius:9px;background:var(--mint);color:var(--green);font-weight:700}.pagination span{color:var(--muted)}.admin-tools{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:18px}.tool-card{display:grid;gap:8px;padding:22px;border:1px solid var(--line);border-radius:18px;background:#fff}.tool-card:hover{box-shadow:var(--shadow)}.tool-card span{color:var(--muted);font-size:13px}
@media(max-width:760px){.admin-search{flex-direction:column}.admin-search button{min-height:44px}.admin-tools{grid-template-columns:1fr}.permission-options{display:grid}.permission-card>button{width:100%}}
.audit-list{border-top:1px solid var(--line)}.audit-row{display:flex;justify-content:space-between;gap:20px;padding:16px 0;border-bottom:1px solid var(--line)}.audit-row p{margin:5px 0 0;color:var(--muted);line-height:1.5}.audit-row small{text-align:right;color:var(--muted);white-space:nowrap;line-height:1.5}@media(max-width:760px){.audit-row{display:grid}.audit-row small{text-align:left}}
:root{--ink:#1e2933;--muted:#65737d;--green:#315c7d;--green2:#4e7fa1;--mint:#eaf2f7;--cream:#f7f4ee;--line:#d8e2e9;--shadow:0 18px 50px rgba(49,92,125,.12)}
.hero{background:linear-gradient(130deg,#eaf2f7,#f7f4ee)}.hero p{color:#526674}.button.ghost{border-color:#b8c9d5}.form-stack input:focus,.form-stack textarea:focus,.form-stack select:focus,.comment-form textarea:focus{box-shadow:0 0 0 3px rgba(78,127,161,.15)}footer p,footer small{color:#c4d5e1}.strength-track>span.level-4{background:#3d7598}
.report-card{padding:20px 0;border-top:1px solid var(--line)}.report-head{display:flex;justify-content:space-between;gap:12px}.report-card>p{line-height:1.6}.report-card>small{color:var(--muted)}.report-card a{color:var(--green2);font-weight:700}.report-form{display:grid;grid-template-columns:180px 1fr auto;gap:8px;align-items:end;margin-top:14px}.report-form label{display:grid;gap:5px;font-size:12px}.report-form input,.report-form select{width:100%;border:1px solid #cfdad6;border-radius:10px;padding:10px;background:#fff}.report-form button{border:0;border-radius:9px;padding:11px 13px;background:var(--green);color:#fff}.report-form .secondary-action{background:#7a858d}@media(max-width:760px){.report-form{grid-template-columns:1fr}.report-form div{display:flex;gap:7px}.report-form button{flex:1}}
.comment-head{display:flex;justify-content:space-between;gap:14px}.comment-actions{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--muted)}.comment-actions form{display:inline}.comment-actions summary{cursor:pointer}.comment-actions .inline-form{position:absolute;right:20px;z-index:3;padding:10px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow)}.comment{position:relative}@media(max-width:760px){.comment-head{display:grid}.comment-actions{flex-wrap:wrap}.comment-actions .inline-form{left:0;right:0}}
.flash{position:fixed;z-index:1000;top:18px;left:50%;width:min(92vw,680px);margin:0;transform:translateX(-50%);box-shadow:0 14px 40px rgba(30,41,51,.2);cursor:pointer;animation:toast-in .35s ease-out both}.flash.is-leaving{animation:toast-out .45s ease-in both}@keyframes toast-in{from{opacity:0;transform:translate(-50%,-18px)}to{opacity:1;transform:translate(-50%,0)}}@keyframes toast-out{from{opacity:1;transform:translate(-50%,0)}to{opacity:0;transform:translate(-50%,-14px)}}@media(prefers-reduced-motion:reduce){.flash,.flash.is-leaving{animation:none}.flash.is-leaving{opacity:0}}
.flash.success{animation:toast-in .35s ease-out both,toast-fallback-out .45s ease-in 4s forwards}.flash.error{animation:toast-in .35s ease-out both,toast-fallback-out .45s ease-in 7s forwards}.flash:hover{animation-play-state:paused}.flash.is-leaving{animation:toast-out .45s ease-in both}@keyframes toast-fallback-out{to{opacity:0;visibility:hidden;transform:translate(-50%,-14px)}}
.audit-content{margin-top:10px;padding:10px 12px;border-radius:10px;background:var(--cream)}.audit-content summary{cursor:pointer;color:var(--green2);font-weight:700}.audit-content>strong{display:block;margin-top:10px}.audit-content>p{max-height:260px;overflow:auto;color:var(--ink);white-space:normal}
.board-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:10px 0 18px}.board-search{display:flex;flex:1;max-width:620px;gap:8px}.board-search input{flex:1;min-width:0;border:1px solid #cfdad6;border-radius:12px;padding:12px 14px;background:#fff}.board-search button{border:0;border-radius:11px;padding:0 18px;background:var(--green);color:#fff}@media(max-width:600px){.board-toolbar{align-items:stretch;flex-direction:column}.board-search{max-width:none}.board-toolbar>.button{width:100%}}
.pinned-post{background:#f4f8fb!important}.pinned-post .badge{background:#dceaf3}.pinned-notices{display:grid;grid-template-columns:120px 1fr;gap:18px;margin:18px 0 0;padding:20px 24px;border:1px solid #cbdce8;border-radius:18px;background:#f4f8fb}.pinned-notices>strong{color:var(--green)}.pinned-notices>div{display:grid;gap:9px}.pinned-notices a{display:flex;justify-content:space-between;gap:15px}.pinned-notices small{color:var(--muted)}@media(max-width:600px){.pinned-notices{grid-template-columns:1fr;padding:18px}.pinned-notices a{font-size:14px}}
.notification-link{display:flex;align-items:center;gap:5px}.notification-link b{min-width:18px;height:18px;padding:0 5px;border-radius:99px;display:grid;place-items:center;background:var(--danger);color:#fff;font-size:10px}.notification-toolbar{display:flex;justify-content:space-between;align-items:center}.notification-toolbar button{border:0;border-radius:9px;padding:9px 12px;background:var(--mint);color:var(--green);font-weight:700}.notification-list{border-top:1px solid var(--line)}.notification-item{border-bottom:1px solid var(--line)}.notification-item button{width:100%;display:flex;justify-content:space-between;gap:18px;padding:17px 10px;border:0;background:#fff;text-align:left;color:var(--ink)}.notification-item.unread button{background:#f3f8fb}.notification-item span{display:grid;gap:6px}.notification-item small,.notification-item time{color:var(--muted)}.notification-item time{white-space:nowrap;font-size:12px}@media(max-width:760px){.notification-item button{padding:15px 5px}.site-header .notification-link{font-size:0}.site-header .notification-link:before{content:'알림';font-size:13px}}
.activity-list{border-top:1px solid var(--line)}.activity-list>a{display:flex;justify-content:space-between;gap:20px;padding:17px 5px;border-bottom:1px solid var(--line)}.activity-list p{margin:6px 0 0;color:var(--muted);line-height:1.5}.activity-list small{color:var(--muted);white-space:nowrap}@media(max-width:600px){.activity-list>a{display:grid}.activity-list small{white-space:normal}}
.post-images{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:20px 0}.post-images a{display:block;border-radius:14px;overflow:hidden;background:var(--cream)}.post-images img{display:block;width:100%;height:260px;object-fit:cover}.edit-image-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:8px}.edit-image{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.edit-image img{display:block;width:100%;height:150px;object-fit:cover}.edit-image span{display:flex;align-items:center;gap:6px;padding:9px;font-size:12px}.edit-image input{width:17px!important}.field-title{font-size:13px}@media(max-width:600px){.post-images{grid-template-columns:1fr}.post-images img{height:auto;max-height:520px;object-fit:contain}.edit-image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.market-price{display:block;margin-top:7px;color:var(--green);font-size:17px}.market-summary{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:0 0 20px;padding:16px;border-radius:14px;background:var(--mint)}.market-summary>div{display:flex;align-items:center;gap:12px}.market-summary strong{font-size:21px}.market-summary form{display:flex;gap:7px}.market-summary select{border:1px solid #c4d3dd;border-radius:9px;padding:9px;background:#fff}.market-summary button{border:0;border-radius:9px;padding:9px 12px;background:var(--green);color:#fff}.trade-completed{background:#e8e9eb;color:#68727a}.trade-reserved{background:#fff0d8;color:#9a6218}@media(max-width:600px){.market-summary{align-items:stretch;flex-direction:column}.market-summary form{display:grid;grid-template-columns:1fr auto}}
.private-label{margin:0 0 18px;padding:11px 14px;border:1px solid #d5c6e4;border-radius:11px;background:#f6f0fb;color:#684b83;font-size:13px;font-weight:700}
[hidden]{display:none!important}
.reply-comment{margin-left:34px;padding-left:18px;border-left:3px solid #d9e6ee}.reply-mark{display:inline-block;margin-right:7px;color:var(--green2);font-size:12px;font-weight:800}.reply-form{min-width:330px}.reply-form input[name="body"]{min-width:220px}@media(max-width:600px){.reply-comment{margin-left:14px;padding-left:12px}.reply-form{min-width:0}.reply-form input[name="body"]{min-width:0}}
.reaction-form{display:flex;justify-content:center;margin:28px 0 8px}.reaction-form button{min-width:130px;padding:12px 18px;border:1px solid #b9ccda;border-radius:99px;background:#fff;color:var(--green);font-weight:700}.reaction-form button.active{border-color:#e19aa3;background:#fff0f2;color:#a33d51}.reaction-form strong{margin-left:4px}
.logo>span{display:none}.logo{gap:0}.logo strong{font-size:19px;letter-spacing:-.4px}.logo small{font-size:10px;letter-spacing:1.2px}.hero{min-height:330px;justify-content:flex-start}.hero>div{max-width:620px}.board-card{min-height:150px;padding:25px 22px;border-top:3px solid #9bb8cc}.board-card strong{font-size:19px}.board-card small{margin-top:10px}.board-card em{display:flex;justify-content:space-between;align-items:center}.board-card em span{color:var(--green2);font-size:17px}@media(max-width:760px){.hero{min-height:350px}.hero-actions{margin-right:0}.board-card{min-height:145px;padding:21px 18px}}
.request-summary{display:flex;align-items:center;justify-content:space-between;gap:20px}.request-summary h2{margin:0}.request-summary p{margin:7px 0 0}.compact-button{min-height:42px;white-space:nowrap;width:auto!important}.member-request-card{padding:20px;border:1px solid var(--line);border-radius:17px;background:#fff;margin-top:12px}.member-request-main{display:flex;align-items:center;justify-content:space-between;gap:18px}.member-request-main h3{margin:9px 0 4px;font-size:19px}.member-request-main p{margin:0;color:var(--muted);font-size:13px}.request-detail{margin-top:16px;padding:15px 17px;border-radius:13px;background:var(--cream)}.request-detail p{margin:6px 0;line-height:1.55}.request-detail small{color:var(--muted)}.form-dialog{width:min(92vw,560px);max-height:90vh;overflow:auto;border:0;border-radius:24px;padding:28px;box-shadow:0 24px 80px rgba(30,41,51,.28);color:var(--ink)}.form-dialog::backdrop{background:rgba(20,31,40,.48);backdrop-filter:blur(3px)}.dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.dialog-head small{color:var(--green2);font-weight:800}.dialog-head h2{margin:6px 0 0;font-size:25px}.dialog-close{width:38px;height:38px;border:0;border-radius:50%;background:var(--mint);color:var(--green);font-size:25px;line-height:1}.dialog-form{margin-bottom:0}.dialog-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:4px}.request-current{margin:18px 0 0;padding:14px 16px;border-radius:13px;background:var(--mint)}.request-current span{font-size:12px;color:var(--green2);font-weight:800}.request-current p{margin:6px 0 0}.form-dialog .form-stack input{width:100%}
@media(max-width:600px){.request-summary,.member-request-main{align-items:stretch;flex-direction:column}.request-summary .compact-button,.member-request-main .compact-button{width:100%!important}.form-dialog{width:100%;max-width:none;margin:auto 0 0;border-radius:24px 24px 0 0;padding:24px 20px;max-height:92vh}.dialog-actions{display:grid;grid-template-columns:1fr 1fr}.dialog-actions .button{padding:0 12px}}
.logo{gap:10px}.logo>img{display:block;width:34px;height:40px;object-fit:contain}.logo div{display:grid}.hero>div{position:relative;z-index:2}.hero-brand-logo{position:absolute;z-index:1;right:5%;width:min(43%,470px);height:auto;opacity:.92}.hero:after{content:'';position:absolute;right:-80px;bottom:-130px;width:420px;height:420px;border-radius:50%;background:rgba(255,255,255,.35)}
@media(max-width:900px){.hero-brand-logo{width:39%;right:3%;opacity:.38}}
@media(max-width:600px){.logo{gap:8px}.logo>img{width:29px;height:35px}.logo strong{font-size:16px}.hero-brand-logo{width:78%;right:-12%;bottom:20px;opacity:.16}.hero:after{width:300px;height:300px;right:-120px;bottom:-140px}}
@media(max-width:760px){.mobile-nav{display:grid;grid-template-columns:repeat(3,1fr);padding:5px 10px;height:68px}.mobile-nav a{display:flex;align-items:center;justify-content:center;height:100%}.mobile-nav .write{width:auto;height:100%;margin:0;border-radius:0;background:none;color:var(--muted);font-size:11px;display:flex;flex-direction:column;gap:2px}.mobile-nav .write b{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-size:24px;font-weight:400;line-height:1}.mobile-nav .write span{font-size:10px}}
.push-panel{display:flex;align-items:center;justify-content:space-between;gap:24px}.push-panel h2{margin:0 0 8px}.push-panel p{margin:0}.push-panel .push-enabled{background:var(--green);color:#fff;border-color:var(--green)}@media(max-width:640px){.push-panel{align-items:flex-start;flex-direction:column}.push-panel .button{width:100%!important}}

/* Warm neighborly home design */
:root{--ink:#263746;--muted:#72808b;--green:#315c7d;--green2:#587f9a;--mint:#edf4f7;--cream:#fbf4ea;--line:#e5e2de;--coral:#ed8b70;--coral-soft:#fff0e9;--shadow:0 16px 42px rgba(51,69,82,.10)}
html{background:#fdfcfb}.home-hero{min-height:340px;background:#fbf4ea;border:1px solid #f0dfca;box-shadow:0 14px 45px rgba(123,91,56,.08)}.home-hero h1{color:#30495c}.home-hero p{color:#687a87}.home-hero .eyebrow{color:#d8755a!important}.home-hero-art{position:absolute;right:7%;bottom:12%;width:320px;height:220px;opacity:.75}.home-hero-art:before,.home-hero-art:after,.home-hero-art span,.home-hero-art i,.home-hero-art b{content:'';position:absolute;display:block}.home-hero-art:before{left:5%;right:0;bottom:22px;height:2px;background:#8da4b3;transform:rotate(-5deg);border-radius:50%}.home-hero-art:after{right:20px;top:0;width:70px;height:70px;border-radius:50%;background:#f4b49d}.home-hero-art span{left:70px;bottom:24px;width:88px;height:98px;border:2px solid #6f8da1;border-bottom:0;border-radius:5px 5px 0 0}.home-hero-art span:before{content:'';position:absolute;left:26px;bottom:0;width:31px;height:48px;border:2px solid #6f8da1;border-bottom:0;border-radius:18px 18px 0 0}.home-hero-art i{left:170px;bottom:22px;width:72px;height:73px;border:2px solid #9a7f6c;border-bottom:0}.home-hero-art b{left:18px;bottom:17px;width:35px;height:55px;border-radius:50% 50% 45% 45%;background:#c9d8df}.home-hero .hero-brand-logo{right:28px;bottom:24px;width:170px;opacity:.1}.home-hero:after{display:none}
.pinned-notices{border-color:#f1d1c4;background:#fff9f6;box-shadow:0 8px 26px rgba(137,83,61,.06)}.pinned-notices>strong{color:#d76e52}.pinned-notices>strong:before{content:'!';display:inline-grid;place-items:center;width:24px;height:24px;margin-right:8px;border-radius:50%;background:var(--coral);color:#fff;font-size:13px}
.notice-ticker{display:grid;grid-template-columns:130px 1fr;align-items:center;min-height:68px;padding-top:14px;padding-bottom:14px}.notice-ticker-window{position:relative!important;display:block!important;height:28px;overflow:hidden}.notice-ticker-item{position:absolute;inset:0;display:flex!important;align-items:center;justify-content:space-between;gap:15px;opacity:0;transform:translateY(115%);transition:transform .5s ease,opacity .5s ease;pointer-events:none}.notice-ticker-item.active{opacity:1;transform:translateY(0);pointer-events:auto}.notice-ticker-item.leaving{opacity:0;transform:translateY(-115%)}.notice-ticker-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notice-ticker-item small{flex:none}
.home-summary{display:grid;grid-template-columns:1fr 1fr;margin-top:18px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow);overflow:hidden}.home-summary>a{display:flex;align-items:center;justify-content:center;gap:15px;padding:22px}.home-summary>a+a{border-left:1px solid var(--line)}.summary-icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#eaf2f7;color:var(--green);font-size:26px;font-weight:700}.summary-icon.suggestion{background:#fff0e9;color:#d8755a}.home-summary div{display:grid;gap:4px}.home-summary small{color:var(--muted)}.home-summary strong{font-size:25px;color:var(--ink)}.home-summary em{margin-left:4px;font-size:12px;font-style:normal;color:var(--muted)}
.home-summary.notice-only{grid-template-columns:1fr}.home-summary.notice-only>a{justify-content:flex-start}.summary-link{margin-left:auto;color:var(--green2);font-size:13px;font-weight:700}
.home-community{padding-top:40px}.home-community .board-grid{grid-template-columns:repeat(4,1fr);gap:16px}.home-community .board-card{min-height:190px;align-items:center;text-align:center;border:0;border-top:0;padding:22px 14px;border-radius:24px;box-shadow:0 8px 28px rgba(54,72,84,.08)}.home-community .board-icon{width:78px;height:78px;margin:0 0 16px;border-radius:50%;background:#e8f1f6;color:#426b88;font-size:34px;font-family:Georgia,serif;font-weight:400}.home-community .board-news .board-icon,.home-community .board-market .board-icon{background:#fbf0df;color:#8c7153}.home-community .board-recommend .board-icon,.home-community .board-suggestion .board-icon{background:#fff0e9;color:#c9745d}.home-community .board-free .board-icon,.home-community .board-lost-found .board-icon{background:#f0eff7;color:#6f6f93}.home-community .board-card small{font-size:12px}.home-community .board-card em{margin-top:9px}.recent .post-list{gap:10px;border:0;background:transparent}.recent .post-list>a{border:1px solid #eee9e4;border-radius:18px;box-shadow:0 7px 24px rgba(54,72,84,.07)}.recent .badge{background:#edf4f7}.mobile-nav .write b{background:var(--coral);box-shadow:0 7px 18px rgba(237,139,112,.35)}
@media(max-width:760px){.home-hero{min-height:330px;padding:34px 25px}.home-hero h1{font-size:41px}.home-hero>div:first-child{max-width:75%}.home-hero-art{right:-45px;bottom:2px;width:260px;height:180px;opacity:.38}.home-hero .hero-brand-logo{width:130px;right:10px;bottom:14px}.home-summary>a{padding:18px 14px;gap:10px}.summary-icon{width:44px;height:44px;font-size:22px}.home-summary strong{font-size:21px}.summary-link{font-size:12px}.home-community .board-grid{grid-template-columns:repeat(3,1fr);gap:11px}.home-community .board-card{min-height:132px;padding:14px 6px;border-radius:20px}.home-community .board-card:last-child:nth-child(3n+1){grid-column:2}.home-community .board-icon{width:62px;height:62px;margin-bottom:10px;font-size:28px}.home-community .board-card strong{font-size:14px}.home-community .board-card small,.home-community .board-card em{display:none}.recent .post-list>a{padding:16px}.section-title h2{font-size:23px}}
@media(max-width:390px){.home-community .board-grid{grid-template-columns:repeat(3,1fr)}.home-hero h1{font-size:38px}}
@media(max-width:600px){.notice-ticker{grid-template-columns:1fr;gap:8px;min-height:88px}.notice-ticker-window{height:25px}}
@media(prefers-reduced-motion:reduce){.notice-ticker-item{transition:none}.notice-ticker-item:not(.active){display:none!important}}
.notice-ticker-item .ticker-title{display:block;min-width:0;flex:1;overflow:hidden;text-overflow:clip;white-space:nowrap}.notice-ticker-item .ticker-title b{display:inline-block;font-weight:400;white-space:nowrap;will-change:transform}
.policy-link{color:var(--green2);font-weight:800;text-decoration:underline;text-underline-offset:3px}.footer-policy-link{display:block;width:max-content;margin:12px auto 8px;padding:7px 12px;border:1px solid rgba(255,255,255,.38);border-radius:99px;font-size:13px}.policy-head{max-width:820px;margin:0 auto}.policy-head>p:last-child{color:var(--muted)}.policy-page{max-width:820px;margin:0 auto 55px;display:grid;gap:16px}.policy-intro,.policy-page>section,.policy-note{padding:28px 30px;border:1px solid var(--line);border-radius:20px;background:#fff}.policy-intro{background:linear-gradient(135deg,#edf4f7,#fff8f3);border-color:#dbe6ed}.policy-intro strong{display:block;font-size:20px;color:var(--green)}.policy-intro p{margin:10px 0 0;line-height:1.75;color:var(--muted)}.policy-page h2{margin:0 0 14px;font-size:20px;letter-spacing:-.5px}.policy-page p{margin:0;line-height:1.8}.policy-page ul,.policy-page ol{margin:0;padding-left:21px;display:grid;gap:9px}.policy-page li{padding-left:3px;line-height:1.7}.policy-page ol+p{margin-top:18px}.policy-note{background:var(--mint)}.policy-note p{margin:5px 0}.policy-note small{color:var(--muted);line-height:1.6}@media(max-width:600px){.policy-head{padding-left:4px}.policy-head h1{font-size:32px}.policy-intro,.policy-page>section,.policy-note{padding:22px 19px;border-radius:17px}.policy-page h2{font-size:18px}.policy-page li,.policy-page p{font-size:14px}}
.policy-confirm{display:grid;gap:12px;padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff;text-align:center}.policy-confirm p{color:var(--muted)}.policy-confirm .button{width:100%}.policy-confirm .button:disabled{cursor:not-allowed;background:#c7d0d5;color:#fff}.policy-review-button{width:100%;border-color:#b8c9d5;background:var(--mint);color:var(--green)}.policy-consent{padding:13px;border-radius:12px}.policy-consent.is-locked{background:#f1f3f4;color:#8a949a}.policy-consent.is-ready{background:#edf6f2}.policy-consent strong{display:inline-block;margin-left:5px;color:var(--green2);font-size:12px}@media(max-width:600px){.policy-confirm{padding:20px 16px}}
.post-body a,.comment>p a{color:var(--green2);font-weight:700;text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere;word-break:break-word}
.parking-board-icon svg,.parking-service-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.home-community .board-parking .board-icon{background:#e9f3ee;color:#4e8068}.parking-head{max-width:900px;margin:0 auto}.parking-service-grid{max-width:900px;margin:8px auto 18px;display:grid;grid-template-columns:1fr 1fr;gap:18px}.parking-service-card{min-height:245px;padding:30px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow);display:flex;align-items:flex-start;gap:22px;transition:transform .2s,box-shadow .2s}.parking-service-card:not(.is-disabled):hover{transform:translateY(-3px);box-shadow:0 20px 48px rgba(51,69,82,.15)}.parking-service-icon{width:68px;height:68px;flex:none;border-radius:20px;display:grid;place-items:center;background:#eaf2f7;color:var(--green)}.parking-service-card small{color:var(--green2);font-size:12px;font-weight:800}.parking-service-card h2{margin:8px 0 10px;font-size:25px}.parking-service-card p{margin:0 0 24px;color:var(--muted);line-height:1.65}.parking-service-card strong{color:var(--green2);font-size:14px}.parking-service-card.is-disabled{background:#f3f4f4;border-color:#e2e5e6;box-shadow:none;color:#929a9f}.parking-service-card.is-disabled .parking-service-icon{background:#e2e5e6;color:#9aa2a7}.parking-service-card.is-disabled p,.parking-service-card.is-disabled strong{color:#9aa2a7}.review-badge{display:inline-flex;padding:5px 9px;border-radius:99px;background:#dfe3e5;color:#737d82!important}.parking-external-note{max-width:900px;margin:0 auto 55px;color:var(--muted);font-size:13px;text-align:center}@media(max-width:700px){.parking-service-grid{grid-template-columns:1fr}.parking-service-card{min-height:0;padding:23px 20px}.parking-service-icon{width:58px;height:58px;border-radius:17px}.parking-service-icon svg{width:30px;height:30px}.parking-service-card h2{font-size:22px}.parking-external-note{text-align:left}}

/* Official Reventus gold palette and unified line icons */
:root{--ink:#3d352c;--muted:#786e62;--green:#92774f;--green2:#b1936b;--mint:#f3ede5;--cream:#faf6f0;--line:#e6ddd1;--coral:#b1936b;--coral-soft:#f6efe6;--shadow:0 16px 42px rgba(92,72,46,.11)}
.eyebrow{color:var(--green2)!important}.button.primary,footer{background:var(--green)}.home-hero{background:linear-gradient(135deg,#faf5ed,#f3ede5);border-color:#eadfce}.home-hero h1{color:#584832}.home-hero .eyebrow{color:#92774f!important}.mobile-nav .write b{background:var(--green);box-shadow:0 7px 18px rgba(146,119,79,.32)}
.board-icon svg,.summary-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:2.25;stroke-linecap:round;stroke-linejoin:round}.home-community .board-icon{background:#f2ece3;color:#92774f}.home-community .board-news .board-icon,.home-community .board-market .board-icon{background:#f5eee4;color:#9b7951}.home-community .board-recommend .board-icon,.home-community .board-suggestion .board-icon{background:#f1e9dd;color:#9a744a}.home-community .board-free .board-icon,.home-community .board-lost-found .board-icon{background:#f4f0ea;color:#826f58}.home-community .board-parking .board-icon{background:#eee7dd;color:#92774f}.summary-icon{background:#f2ece3;color:#92774f}.summary-icon svg{width:27px;height:27px}.notification-link svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.notification-link span{display:inline}.mobile-nav>a{flex-direction:column;gap:3px}.mobile-nav>a>svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mobile-nav>a>span{font-size:10px}.mobile-nav .write b svg{width:25px;height:25px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round}.parking-service-icon{background:#f2ece3;color:#92774f}
@media(max-width:760px){.site-header .notification-link{font-size:inherit}.site-header .notification-link:before{display:none}.notification-link span{display:none}.mobile-nav a{display:flex!important}}
.home-hero-art:before{background:#b9a17e}.home-hero-art:after{background:#d5c09f}.home-hero-art span{border-color:#a88c63}.home-hero-art span:before{border-color:#a88c63}.home-hero-art i{border-color:#92774f}.home-hero-art b{background:#d8c8b1}.pinned-notices{border-color:#dfd0bd;background:#fdf9f3}.pinned-notices>strong{color:#92774f}.pinned-notices>strong:before{background:#b1936b}.recent .badge{background:#f2ece3}.market-summary,.notice,.button.secondary{background:#f3ede5}.private-label{border-color:#d9cbb8;background:#f7f1e9;color:#765f40}
.summary-icon.notice{display:grid;place-items:center;flex:0 0 52px;background:#92774f;color:#fff}.summary-icon.notice b{display:grid;place-items:center;width:100%;height:100%;font:700 28px/1 Arial,sans-serif;transform:translateY(-1px)}@media(max-width:760px){.summary-icon.notice{flex-basis:44px}.summary-icon.notice b{font-size:24px;transform:translateY(-1px)}}
