:root{--bg: #FBF6EF;--card: #FFFFFF;--green: #2D6A4F;--green2: #40916C;--green-l: #D8F3DC;--orange: #E76F51;--orange-l: #FBE4DC;--sand: #F4A261;--ink: #22302A;--mut: #6B7A71;--line: #EAE2D6;--dark: #1E3A2D;--field: #F3EDE3}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,sans-serif;background:var(--bg);color:var(--ink);font-size:14px}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit;font-size:14px;color:var(--ink)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 22px;border-radius:999px;border:none;font-size:14px;font-weight:600;transition:filter .15s,background .15s}.btn:hover{filter:brightness(1.06)}.btn-primary{background:var(--green);color:#fff}.btn-accent{background:var(--orange);color:#fff}.btn-outline{background:transparent;color:var(--green);border:1.5px solid var(--green)}.btn-outline:hover{background:var(--green-l);filter:none}.btn-soft{background:var(--green-l);color:var(--green)}.btn-sm{padding:7px 14px;font-size:12px}.btn-block{width:100%}.btn:disabled{opacity:.55;cursor:not-allowed}.chip{display:inline-flex;align-items:center;padding:5px 12px;border-radius:999px;font-size:12px;font-weight:500;background:var(--green-l);color:var(--green)}.chip-orange{background:var(--orange-l);color:var(--orange)}.chips{display:flex;flex-wrap:wrap;gap:8px}.avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;font-weight:600;flex-shrink:0}.card{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:20px}.input,.textarea,.select{width:100%;padding:12px 16px;border:1px solid var(--line);border-radius:10px;background:#fff;outline:none}.input:focus,.textarea:focus,.select:focus{border-color:var(--green2)}.textarea{resize:vertical;min-height:80px}.select{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.field-label{display:block;font-size:13px;font-weight:500;margin-bottom:6px}.error{color:var(--orange);font-size:13px;margin-top:8px}.muted{color:var(--mut)}.header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;height:72px;padding:0 48px;background:#fff;border-bottom:1px solid var(--line)}.logo{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700;color:var(--green)}.logo-mark{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.logo-mark img{width:100%;height:100%;object-fit:contain;display:block}.logo-mark.light{background:#fff;border-radius:50%;padding:4px;width:44px;height:44px}.header-search{display:flex;align-items:center;gap:8px;width:300px;padding:10px 16px;background:var(--field);border-radius:999px;border:none;outline:none;font-size:13px}.nav{display:flex;align-items:center;gap:26px}.nav a{font-size:14px;font-weight:500;color:var(--mut)}.nav a.active,.nav a:hover{color:var(--green);font-weight:600}.page{max-width:1440px;margin:0 auto;padding:24px 48px}.page-narrow{max-width:1140px;margin:0 auto;padding:24px}.feed-layout{display:grid;grid-template-columns:260px 1fr 300px;gap:24px;align-items:start}.col{display:flex;flex-direction:column;gap:16px}.page-title{font-size:28px;font-weight:700}.page-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;flex-wrap:wrap}.composer{display:flex;align-items:center;gap:12px}.composer-input{flex:1;padding:12px 18px;background:var(--field);border:none;border-radius:999px;outline:none;font-size:13px}.post-head{display:flex;align-items:center;gap:12px;margin-bottom:12px}.post-head .who{flex:1}.post-head .name{font-weight:600}.post-head .sub,.post-head .time{font-size:12px;color:var(--mut)}.post-content{line-height:1.5;margin-bottom:12px;white-space:pre-wrap}.post-actions{display:flex;gap:28px;padding-top:12px;margin-top:12px;border-top:1px solid var(--line)}.post-actions button{background:none;border:none;font-size:13px;font-weight:500;color:var(--mut)}.post-actions button:hover{color:var(--green)}.side-row{display:flex;align-items:center;gap:10px;padding:6px 0}.side-row .who{flex:1;min-width:0}.side-row .name{font-size:13px;font-weight:600}.side-row .sub{font-size:11px;color:var(--mut)}.me-card{text-align:center}.me-card .stats{border-top:1px solid var(--line);margin-top:12px;padding-top:12px;text-align:left}.me-card .stat{display:flex;justify-content:space-between;font-size:12px;padding:4px 0}.me-card .stat b{color:var(--green)}.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}.filters .input,.filters .select{width:auto;border-radius:999px}.filters .search{width:320px}.members-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.member-card{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}.tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.tab{padding:9px 18px;border-radius:999px;font-size:13px;font-weight:500;background:#fff;border:1px solid var(--line);color:var(--mut)}.tab.active{background:var(--green);border-color:var(--green);color:#fff;font-weight:600}.offer{display:flex;gap:16px}.offer-icon{width:52px;height:52px;border-radius:12px;font-size:22px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.offer-body{flex:1;display:flex;flex-direction:column;gap:8px}.offer-title{font-size:17px;font-weight:600}.offer-sub{font-size:13px;font-weight:500;color:var(--green)}.offer-side{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:10px}.profile-cover{height:160px;background:var(--green);border-radius:16px 16px 0 0}.profile-card{border:1px solid var(--line);border-radius:16px;background:#fff;overflow:hidden}.profile-info{display:flex;align-items:center;gap:20px;padding:24px;flex-wrap:wrap}.profile-info .avatar{border:4px solid #fff;margin-top:-72px}.profile-info .who{flex:1;min-width:220px}.profile-info h1{font-size:26px}.profile-actions{display:flex;gap:10px}.section-title{font-size:18px;font-weight:600;margin-bottom:10px}.hero{background:var(--bg);padding:72px 64px;display:grid;grid-template-columns:1.1fr 1fr;gap:64px;align-items:center}.hero h1{font-size:44px;line-height:1.2}.hero p{font-size:17px;color:var(--mut);line-height:1.55;margin:24px 0}.hero-ctas{display:flex;gap:14px}.hero-stats{display:flex;gap:40px;margin-top:40px}.hero-stats b{display:block;font-size:28px;color:var(--green)}.hero-stats span{font-size:13px;color:var(--mut)}.hero-visual{background:var(--green);border-radius:24px;padding:28px;color:#fff}.hero-visual blockquote{font-size:20px;font-weight:600;line-height:1.45}.hero-visual .who-line{display:flex;gap:12px;align-items:center;margin:20px 0}.hero-visual .sub{font-size:12px;color:var(--green-l)}.avatar-row{display:flex;gap:12px;margin:8px 0 12px}.features{padding:64px;background:#fff}.features h2{font-size:30px;margin-bottom:28px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature{background:var(--bg);border-radius:16px;padding:24px}.feature .icon{width:48px;height:48px;border-radius:12px;background:var(--green-l);display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:12px}.feature h3{font-size:18px;margin-bottom:8px}.feature p{color:var(--mut);line-height:1.5}.footer{background:var(--dark);color:#a9c5b5;padding:48px 64px;display:flex;justify-content:space-between;gap:32px;flex-wrap:wrap}.footer h4{color:#fff;font-size:14px;margin-bottom:10px}.footer li{list-style:none;font-size:13px;padding:3px 0}.auth-layout{display:grid;grid-template-columns:560px 1fr;min-height:100vh}.auth-brand{background:var(--green);color:#fff;padding:64px;display:flex;flex-direction:column;justify-content:space-between}.auth-brand h1{font-size:36px;line-height:1.3;margin-bottom:16px}.auth-brand p{color:var(--green-l);line-height:1.5;max-width:420px}.auth-brand .copyright{color:#a9c5b5;font-size:12px}.auth-form-wrap{display:flex;align-items:center;justify-content:center;padding:24px}.auth-card{width:420px;background:#fff;border-radius:20px;padding:36px;box-shadow:0 8px 24px #22302a14;display:flex;flex-direction:column;gap:18px}.auth-tabs{display:flex;background:var(--field);border-radius:999px;padding:4px}.auth-tabs button{flex:1;padding:9px;border:none;background:none;border-radius:999px;font-size:14px;font-weight:500;color:var(--mut)}.auth-tabs button.active{background:#fff;color:var(--green);font-weight:600}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.empty{text-align:center;color:var(--mut);padding:40px 0}.modal-back{position:fixed;top:0;right:0;bottom:0;left:0;background:#22302a66;display:flex;align-items:center;justify-content:center;z-index:50}.modal{width:480px;max-width:calc(100vw - 32px);background:#fff;border-radius:20px;padding:28px;display:flex;flex-direction:column;gap:14px;max-height:90vh;overflow:auto}@media (max-width: 1100px){.feed-layout{grid-template-columns:1fr}.feed-left,.feed-right{display:none}.hero,.auth-layout{grid-template-columns:1fr}.auth-brand{display:none}.features-grid{grid-template-columns:1fr}.header{padding:0 16px}.header-search{display:none}.page,.page-narrow{padding:16px}}body{overflow-x:clip}img,svg{max-width:100%;height:auto}.header-left{display:flex;align-items:center;gap:16px;min-width:0}.burger{display:none;align-items:center;justify-content:center;width:42px;height:42px;flex-shrink:0;background:none;border:1px solid var(--line);border-radius:12px;cursor:pointer}.burger-bars{display:flex;flex-direction:column;justify-content:center;gap:5px;width:20px;height:14px}.burger-bars i{display:block;height:2px;width:100%;border-radius:2px;background:var(--green);transition:transform .18s ease,opacity .18s ease}.burger-bars.open i:nth-child(1){transform:translateY(7px) rotate(45deg)}.burger-bars.open i:nth-child(2){opacity:0}.burger-bars.open i:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-backdrop{display:none}@media (max-width: 900px){.burger{display:flex}.nav{display:none;position:absolute;top:100%;left:0;right:0;z-index:20;flex-direction:column;align-items:stretch;gap:4px;padding:10px 12px 14px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 10px 24px #22302a1a}.nav.open{display:flex}.nav a{padding:13px 12px;border-radius:10px;font-size:16px}.nav a.active{background:var(--field)}.nav .btn{margin-top:6px;width:100%;justify-content:center}.nav-avatar{display:none}.nav-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:15;background:#141e1a47}.header-left,.burger{position:relative;z-index:25}}@media (max-width: 640px){.header{height:56px;padding:0 12px;gap:10px}.logo{font-size:16px}.logo-mark{width:30px;height:30px;font-size:15px}.page,.page-narrow{padding:12px}.auth-card{width:100%;padding:24px 20px;border-radius:16px}.filters .search{width:100%}.form-row{grid-template-columns:1fr}.modal{width:100%;padding:22px}.members-grid{grid-template-columns:1fr;gap:14px}.hero{padding:40px 20px;gap:28px}.hero h1{font-size:30px}.hero p{font-size:16px;margin:18px 0}.hero-ctas{flex-wrap:wrap}.hero-stats{gap:24px;margin-top:28px;flex-wrap:wrap}.offer{flex-wrap:wrap}.offer-side{align-items:flex-start;width:100%;flex-direction:row}.profile-cover{height:110px}.profile-info{padding:16px;gap:14px}.profile-info .avatar{margin-top:-52px}.profile-info h1{font-size:22px}.profile-actions{width:100%}}
