@font-face{font-family:P;src:url('fonts/Pretendard-Regular.woff2')}@font-face{font-family:P;src:url('fonts/Pretendard-Bold.woff2');font-weight:700}*{box-sizing:border-box} :root{--brand:#0D4F98;--tint:#DCEBFA;--ink:#222222;--muted:#64748B;--line:#D2D9E5;--cream:#F7F8F9}body{margin:0;color:var(--ink);background:#fff;font:15px/1.6 P, sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{opacity:.45;cursor:not-allowed}:focus-visible{outline:3px solid #0069C4;outline-offset:4px}button{border:0;background:none;color:inherit}h1,h2,h3,p{margin:0}h1{font-size:44px;line-height:1.25;letter-spacing:-1.8px}h2{font-size:27px;line-height:1.4;letter-spacing:-.8px}h3{font-size:19px;line-height:1.45}small,.muted{color:var(--muted)}.demo{background:var(--brand);color:#F7F8F9;font-size:10px;letter-spacing:1.2px;padding:7px max(4vw,20px);display:flex;gap:20px;align-items:center}.demo span{letter-spacing:0;opacity:.7}.demo a{margin-left:auto;letter-spacing:0}header{height:92px;padding:0 4vw;display:flex;align-items:center;gap:38px;border-bottom:1px solid var(--line)}.brand{font-weight:700;font-size:25px;display:flex;align-items:center;gap:9px;letter-spacing:-1px}.brandmark{display:grid;place-items:center;width:37px;height:37px;border-radius:50% 50% 4px 50%;background:var(--brand);color:var(--tint);font-size:24px}.brand-sub{font-size:11px;letter-spacing:0;font-weight:400;color:var(--muted);margin-left:4px}header nav{display:flex;gap:33px;margin:auto}header nav a{font-size:14px;padding:33px 0;border-bottom:2px solid transparent}header nav a.active{color:var(--brand);border-color:var(--brand);font-weight:700}.account{font-size:13px;display:flex;align-items:center;gap:10px}.avatar{display:inline-grid;place-items:center;width:32px;height:32px;background:#F7F8F9;border-radius:50%}main{max-width:1280px;margin:auto;padding:36px 40px 70px;min-height:75vh}.eyebrow{font-size:11px;letter-spacing:2px;font-weight:700;color:#64748B;margin-bottom:10px}.sectionhead{display:flex;justify-content:space-between;align-items:end;margin:35px 0 22px;gap:12px}.sectionhead p{font-size:14px;color:var(--muted);margin-top:7px}.textlink{font-size:13px;font-weight:700;white-space:nowrap}.hero-grid{display:grid;grid-template-columns:1fr 322px;gap:22px}.hero{position:relative;border-radius:20px;overflow:hidden;min-height:405px;background:#64748B url('images/community-hero.png') center/cover}.hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,42,28,.73),rgba(12,42,28,.03))}.hero-copy{position:relative;padding:45px 38px;color:white;max-width:550px}.hero .eyebrow{color:#D2D9E5;letter-spacing:3px}.hero h1{font-size:43px;margin:20px 0}.hero p{opacity:.85;font-size:15px;line-height:1.8;margin-bottom:26px}.btn{display:inline-flex;justify-content:center;align-items:center;gap:17px;padding:12px 21px;background:var(--brand);color:#fff;border-radius:9px;font-weight:700;font-size:14px}.btn.lime{background:var(--tint);color:var(--brand)}.btn.white{background:white;color:var(--brand)}.btn.outline{border:1px solid var(--line);background:white;color:var(--brand)}.btn.full{width:100%}.wallet-mini{background:#F7F8F9;border-radius:20px;padding:25px;display:flex;flex-direction:column}.personrow{display:flex;align-items:center;justify-content:space-between;gap:12px}.personrow select{background:transparent;border:0;font-weight:700;color:var(--ink);max-width:100%;padding:7px 0}.wallet-mini .balance{font-size:37px;font-weight:700;letter-spacing:-1px;margin:12px 0 5px}.wallet-mini small{font-size:12px}.wallet-mini hr{width:100%;border:0;border-top:1px solid #EDF3F7;margin:21px 0 15px}.amountrow{display:flex;justify-content:space-between;margin:8px 0;font-size:13px}.wallet-mini .btn{margin-top:auto}.shortcuts{display:grid;grid-template-columns:repeat(4,1fr);margin:26px 0 38px;border:1px solid var(--line);border-radius:13px;padding:19px 0}.shortcut{display:flex;align-items:center;justify-content:center;gap:14px;border-right:1px solid var(--line)}.shortcut:last-child{border:0}.shortcut i{font-style:normal;font-size:23px;color:#0069C4;width:40px;height:40px;background:#F7F8F9;border-radius:12px;text-align:center}.shortcut b{font-size:14px}.shortcut small{display:block;font-size:11px}.chips{display:flex;gap:9px;flex-wrap:wrap;margin:19px 0 24px}.chip{border:1px solid var(--line);padding:8px 20px;border-radius:50px;background:white;font-size:13px}.chip.active{background:var(--brand);color:white;border-color:var(--brand)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:white;text-align:left;display:block}.card:hover .photo{transform:scale(1.035)}.photo-wrap{position:relative;overflow:hidden;height:178px;background:#EDF3F7}.photo{width:100%;height:100%;object-fit:cover;transition:transform .3s}.photo.pottery{object-position:40% 55%}.photo.garden{object-position:85% 45%}.tag{display:inline-block;font-size:11px;padding:4px 9px;border-radius:5px;background:#F7F8F9;color:#0069C4}.photo-wrap>.tag{position:absolute;top:13px;left:13px;background:white}.cardbody{padding:19px 20px}.cardbody h3{margin:9px 0 7px}.cardbody p{font-size:12px;color:var(--muted)}.cardbottom{border-top:1px solid var(--line);margin-top:17px;padding-top:13px;display:flex;align-items:center;justify-content:space-between;font-size:11px}.cardbottom strong{font-size:18px;color:var(--brand)}.recommend{background:#F7F8F9;padding:12px 16px;border-radius:9px;margin:13px 0 23px;display:flex;gap:10px;font-size:13px}.impact{background:#F7F8F9;display:grid;grid-template-columns:1.4fr repeat(3,1fr);padding:28px 30px;border-radius:15px;margin-top:36px;align-items:center;gap:25px}.impact strong{display:block;font-size:26px;letter-spacing:-.7px}.impact small{font-size:12px}.impact h3{font-size:19px}.impact .eyebrow{font-size:9px;margin-bottom:7px}footer{background:#F7F8F9;padding:32px 6vw;position:relative;font-size:12px;color:#64748B}footer .brand{font-size:20px;color:var(--brand)}footer p{margin:10px 0}footer>a:last-child{position:absolute;right:6vw;top:35px}.bottomnav{display:none}.page-title{margin-bottom:28px}.page-title p{color:var(--muted);margin-top:10px}.two-col{display:grid;grid-template-columns:1fr 350px;gap:30px}.panel{padding:27px;border:1px solid var(--line);border-radius:15px;background:white;margin-bottom:20px}.panel h3{margin-bottom:15px}.aside{background:var(--cream);padding:26px;border-radius:15px;align-self:start;position:sticky;top:20px}.detail-photo{width:100%;height:300px;object-fit:cover;border-radius:16px;margin-bottom:25px}.row{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:12px 0;border-bottom:1px solid var(--line)}.row:last-child{border:0}.row small{display:block}.price{font-size:30px;font-weight:700}.notice{padding:15px 18px;border-radius:9px;background:#F7F8F9;font-size:13px;margin:16px 0;line-height:1.7}.warn{background:#FFF5DF;color:#8C5700}.field{display:block;margin:16px 0}.field>span{display:block;font-size:13px;font-weight:700;margin-bottom:7px}input:not([type=checkbox]),select,textarea{width:100%;padding:12px;border:1px solid var(--line);border-radius:8px;background:white;color:var(--ink)}.check{display:flex;gap:10px;align-items:start;margin:16px 0;font-size:13px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:20px 0}.stat{padding:25px;background:var(--cream);border-radius:14px}.stat strong{display:block;font-size:30px;margin-top:8px}.stat:first-child{background:var(--brand);color:white}.stat:first-child small{color:#D2D9E5}.progress{height:10px;border-radius:8px;background:#EDF3F7;overflow:hidden;display:flex;margin:18px 0}.progress span:nth-child(1){background:#0069C4}.progress span:nth-child(2){background:#79B4E8}.progress span:nth-child(3){background:#FFC64B}.breadcrumb{font-size:12px;color:var(--muted);margin-bottom:22px}.success{text-align:center;padding:40px 20px}.success-mark{display:grid;place-items:center;background:var(--tint);color:var(--brand);border-radius:50%;width:76px;height:76px;font-size:34px;margin:0 auto 22px}.chat{max-width:800px;margin:auto}.bubble{padding:22px 25px;background:var(--cream);border-radius:0 18px 18px;margin:20px 0;max-width:90%}.bubble.user{background:var(--brand);color:white;margin-left:auto;border-radius:18px 0 18px 18px}.chat-form{display:flex;gap:10px;position:sticky;bottom:20px;background:white;padding:15px 0}.chat-form input{flex:1}.empty{padding:50px;text-align:center;color:var(--muted);grid-column:1/-1}#toast{position:fixed;bottom:30px;left:50%;transform:translateX(-50%);background:#002664;color:white;border-radius:10px;padding:13px 24px;z-index:20;display:none;max-width:90%;font-size:14px}.meta{display:flex;gap:8px;flex-wrap:wrap}.schedule{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:15px}.schedule div{padding:13px;background:var(--cream);border-radius:8px;font-size:12px}.searchrow{display:flex;gap:12px;margin:20px 0}.searchrow input{flex:1}.searchrow select{width:180px}.fund-hero{background:var(--brand);color:white;padding:45px;border-radius:18px;margin-bottom:28px}.fund-hero h1{margin:15px 0}.fund-hero p{color:#EDF3F7;max-width:650px;margin-bottom:22px}.split{display:grid;grid-template-columns:1fr 1fr;gap:22px}.big-no{font-size:44px;color:#D2D9E5;line-height:1.2;margin-bottom:16px}.mobileonly{display:none}@media(max-width:1050px){.brand-sub{display:none}header{gap:20px}header nav{gap:22px}.hero-grid{grid-template-columns:1fr 290px}.hero h1{font-size:35px}.hero-copy{padding:35px 28px}.hero{min-height:395px}main{padding:28px}.two-col{grid-template-columns:1fr 310px}.cards{gap:15px}.cardbody{padding:16px}.impact{gap:18px;padding:23px}.impact strong{font-size:22px}}@media(max-width:760px){.demo{font-size:8px;padding:7px 16px;letter-spacing:.5px}.demo span{display:none}.demo a{font-size:10px}header{height:72px;padding:0 20px}.brand{font-size:23px}header nav{display:none}.account{margin-left:auto;font-size:12px}main{padding:24px 20px 40px}h1{font-size:32px}h2{font-size:24px}.hero-grid{grid-template-columns:1fr}.hero{min-height:355px}.hero h1{font-size:36px}.hero-copy{padding:30px 25px}.hero p{font-size:13px}.wallet-mini{padding:20px;display:block}.wallet-mini .balance{font-size:30px;margin:5px 0}.wallet-mini hr,.wallet-mini .amountrow{display:none}.wallet-mini .btn{margin-top:15px;padding:9px}.shortcuts{margin:20px 0 28px;padding:16px 0}.shortcut{flex-direction:column;gap:6px}.shortcut b{font-size:11px}.shortcut small{display:none}.shortcut i{width:35px;height:35px;font-size:21px}.cards{grid-template-columns:1fr}.photo-wrap{height:210px}.cardbody{padding:20px}.cardbottom strong{font-size:20px}.sectionhead{margin-top:28px;align-items:center}.sectionhead h2{font-size:23px}.sectionhead p{font-size:12px}.textlink{font-size:11px}.impact{grid-template-columns:repeat(3,1fr);gap:18px;padding:23px 19px}.impact>div:first-child{grid-column:1/-1}.impact strong{font-size:19px}.impact small{font-size:10px}.two-col,.split{grid-template-columns:1fr}.aside{position:static}.detail-photo{height:230px}.panel{padding:21px}.schedule{grid-template-columns:repeat(2,1fr)}.stats{gap:8px}.stat{padding:17px 10px}.stat strong{font-size:19px}.stat small{font-size:11px}.searchrow{flex-wrap:wrap}.searchrow input{width:100%;flex-basis:100%}.searchrow select{width:100%}.bottomnav{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:10;background:rgba(255,255,255,.97);border-top:1px solid var(--line);justify-content:space-around;padding:7px 10px max(8px,env(safe-area-inset-bottom))}.bottomnav a{display:flex;flex-direction:column;align-items:center;min-width:54px;font-size:22px;line-height:1.2;color:#94A3B8}.bottomnav a span{font-size:10px;margin-top:4px}.bottomnav a.active{color:var(--brand);font-weight:bold}footer{padding:25px 20px 100px}footer>a:last-child{position:static;display:block;margin-top:15px}#toast{bottom:85px}.chat-form{bottom:62px}.bubble{max-width:100%;padding:20px}.fund-hero{padding:29px}.fund-hero h1{font-size:30px}.mobileonly{display:block}.sticky-apply{position:sticky;bottom:72px;z-index:9;box-shadow:0 3px 15px #1E293B15}.chips{gap:7px}.chip{padding:7px 16px}.page-title p{font-size:13px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}
@media(min-width:761px) and (max-width:900px){.two-col{grid-template-columns:1fr}.aside{position:static}.hero-grid{grid-template-columns:1fr 260px}.hero h1{font-size:30px}.hero-copy{padding:30px 24px}.cards{grid-template-columns:repeat(2,1fr)}header nav{gap:15px}}
h1,h2,h3{word-break:keep-all}@media(max-width:400px){.hero h1{font-size:30px;letter-spacing:-1.2px}.hero-copy{padding:30px 22px}.impact strong{font-size:18px;white-space:nowrap}}
