:root{font-family:Inter,Arial,sans-serif}.app-shell[data-theme=dark]{--bg-main: #1b1f27;--bg-accent: rgba(39, 78, 54, .18);--text-main: #e8ecf1;--text-soft: #9aa7b8;--text-muted: #8f9bad;--border: #2f3745;--border-2: #364052;--surface: #222833;--surface-2: #262e3a;--surface-3: #1e242e;--surface-hover: #00000021;--welcome-top: #222833;--welcome-bottom: #1c222c;--brand: #4d9d74;--brand-soft: #9fdbba;--brand-tab: #223526;--brand-tab-border: #315941;--logo-start: #2e6f4f;--logo-end: #1c4532}.app-shell[data-theme=light]{--bg-main: #ffffff;--bg-accent: rgba(77, 157, 116, .08);--text-main: #18212b;--text-soft: #5f6b7a;--text-muted: #6f7a89;--border: #d9e0ea;--border-2: #cfd8e3;--surface: #ffffff;--surface-2: #f3f6fa;--surface-3: #edf2f7;--surface-hover: #eaf0f6;--welcome-top: #ffffff;--welcome-bottom: #f4f8fc;--brand: #2f7d57;--brand-soft: #2f7d57;--brand-tab: #e4f3ea;--brand-tab-border: #b7d9c5;--logo-start: #4d9d74;--logo-end: #2f7d57}body{margin:0;font-family:Inter,Arial,sans-serif;background:#0f1115;color:#e8ecf1}a{text-decoration:none;color:inherit}button,input{font:inherit}.app-shell{min-height:100vh;background:radial-gradient(circle at top,var(--bg-accent),transparent 35%),var(--bg-main);color:var(--text-main);transition:background .25s ease,color .25s ease}.topbar{position:sticky;top:0;z-index:50;height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 20px;background:color-mix(in srgb,var(--bg-main) 88%,transparent);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.topbar-left{display:flex;align-items:center;gap:10px;min-width:180px}.logo-circle{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,var(--logo-start),var(--logo-end));font-size:18px}.logo-text{font-weight:800;font-size:1.2rem;letter-spacing:-.02em;background:none;border:none;padding:0;cursor:pointer;color:var(--text-main)}.logo-text:hover{opacity:.8}.search-wrap{flex:1;max-width:720px;height:42px;display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid var(--border-2);background:var(--surface-2);border-radius:999px;color:var(--text-soft)}.search-wrap:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px #4d9d7426}.search-input{flex:1;border:none;outline:none;background:transparent;color:var(--text-main)}.search-input::placeholder{color:var(--text-soft)}.topbar-right{display:flex;align-items:center;gap:10px}.icon-btn,.avatar-btn,.action-btn,.vote-btn,.tab{border:none;cursor:pointer}.icon-btn,.avatar-btn{width:40px;height:40px;border-radius:999px;background:var(--surface-2);color:var(--text-main);display:grid;place-items:center;border:1px solid var(--border-2);position:relative}.post-btn{height:40px;padding:0 16px;border:none;border-radius:999px;display:flex;align-items:center;gap:8px;background:var(--brand);color:#fff;font-weight:600;cursor:pointer}.page-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:24px;width:100%;max-width:1400px;margin:0 auto;padding:24px 20px}.sidebar{position:sticky;top:88px;height:fit-content;padding:0}.sidebar-section{display:flex;flex-direction:column;gap:6px}.sidebar-label{margin:6px 8px 10px;font-size:.8rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.sidebar-divider{height:1px;background:var(--border);margin:14px 0}.nav-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;text-decoration:none;background:none;border:none;width:100%;font:inherit;cursor:pointer;color:var(--text)}.nav-item:hover{background:var(--surface-hover)}.nav-item.active{background:var(--brand-tab);color:var(--brand-soft)}.feed-area{width:100%;max-width:100%;border-left:1px solid var(--border);padding-left:24px}.welcome-card{padding:22px;border-radius:20px;border:1px solid var(--border);background:linear-gradient(180deg,var(--welcome-top),var(--welcome-bottom));margin-bottom:18px}.welcome-card h1{margin:0 0 8px;font-size:1.8rem}.welcome-card p{margin:0;color:var(--text-soft)}.feed-tabs{display:flex;gap:10px;margin-bottom:18px}.tab{padding:10px 16px;border-radius:999px;background:var(--surface-2);color:var(--text-main);border:1px solid var(--border-2)}.tab.active{background:var(--brand-tab);color:var(--brand-soft);border-color:var(--brand-tab-border)}.posts-list{display:flex;flex-direction:column;gap:14px}.post-card{background-color:transparent;border-bottom:1px solid var(--border);padding:16px;transition:background-color .15s ease;cursor:pointer;border-radius:12px}.post-card:hover{background:var(--surface-hover)}.post-content{padding:18px 20px}.post-meta{display:flex;flex-wrap:wrap;gap:8px;color:var(--text-muted);font-size:.9rem;margin-bottom:8px}.community{color:var(--brand-soft);font-weight:600}.dot{opacity:.5}.post-title{margin:0 0 10px;font-size:1.25rem;line-height:1.3}.post-text{margin:0 0 14px;color:var(--text-soft);line-height:1.55}.post-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.action-pill{display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 10px;border:1px solid var(--border);border-radius:999px;background:var(--soft);color:var(--text);font-size:.85rem;font-weight:600;cursor:pointer;transition:.18s ease}.action-pill:hover{background:var(--panel-2)}.vote-pill{gap:8px}.vote-arrow{font-size:.8rem;line-height:1}.upvote:hover{color:#22c55e}.downvote:hover{color:#ef4444}@media(max-width:980px){.page-layout{grid-template-columns:1fr}.sidebar{display:none}}@media(max-width:700px){.topbar{padding:0 12px}.logo-text{display:none}.post-btn{padding:0 12px}.page-layout{padding:16px 12px}.post-card{grid-template-columns:1fr}}.post-modal{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:999}.post-modal-box{position:relative;width:min(92vw,520px);background:#fff;color:#0f172a;border-radius:16px;padding:24px;box-shadow:0 20px 60px #00000040}.post-input,.post-textarea{width:100%;margin-top:12px;padding:12px 14px;border:1px solid #dbe3ee;border-radius:12px;font:inherit;font-size:18px;box-sizing:border-box}.post-input::placeholder,.post-textarea::placeholder{font-size:18px;color:#8a94a6}.post-textarea{min-height:140px;resize:vertical}.post-submit{margin-top:14px;padding:12px 16px;border:none;border-radius:12px;font-weight:700;cursor:pointer}.modal-close{position:absolute;top:14px;right:16px;background:none;border:none;font-size:20px;cursor:pointer}.nav-item:hover{background:#0000000f}[data-theme=dark] .nav-item:hover{background:#ffffff14}.post-card:last-child{border-bottom:none}.composer-row{display:flex;gap:14px;align-items:center}.composer-avatar{width:60px;height:60px;border-radius:999px;background:var(--surface-2);display:flex;align-items:center;justify-content:center;color:var(--text-soft);flex-shrink:0}.composer-textarea{width:100%;min-height:48px;padding-top:12px;font-size:16px;line-height:1.4;resize:none;border:none;outline:none;background:transparent;color:var(--text-main)}.composer-textarea{resize:vertical;border:none;outline:none;background:transparent;color:var(--text-main);font:inherit;box-sizing:border-box}.feed-sorter-dropdown{display:flex;align-items:center;margin-bottom:20px}.sort-select{border:1px solid var(--border);background:var(--surface);color:var(--text-main);padding:6px 30px 6px 12px;border-radius:999px;font-size:14px;font-weight:600;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%23e8ecf1' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");background-repeat:no-repeat;background-position:right 10px center}html,body,#root{min-height:100%}#root{min-height:100vh}.sort-select:hover{background:var(--surface-2)}.feed-sorter{display:flex;gap:10px;margin-bottom:18px}.sort-pill{padding:8px 14px;border-radius:999px;border:1px solid var(--border);background:var(--surface-2);color:var(--text-main);font-size:14px;font-weight:600;cursor:pointer;transition:.15s ease}.sort-pill:hover{background:var(--surface-hover)}.sort-pill.active{background:var(--brand-tab);color:var(--brand-soft);border-color:var(--brand-tab-border)}.composer-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:16px;margin-bottom:16px}.composer-main{display:flex;gap:14px;align-items:flex-start}.composer-avatar{width:56px;height:56px;border-radius:999px;background:var(--surface-2);display:flex;align-items:center;justify-content:center;color:var(--text-soft);flex-shrink:0}.composer-content{flex:1;min-width:0}.composer-textarea{width:100%;min-height:56px;padding:12px 0 8px;resize:none;border:none;outline:none;background:transparent;color:var(--text-main);font:inherit;font-size:18px;line-height:1.35;box-sizing:border-box}.composer-textarea::placeholder{color:var(--text-soft)}.composer-bottom{display:flex;align-items:center;gap:12px;margin-top:8px;padding-top:12px;border-top:1px solid var(--border)}.composer-tool{width:36px;height:36px;border-radius:999px;border:none;background:transparent;color:#1d9bf0;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.composer-tool:hover{background:#1d9bf01f}.post-submit{height:36px;padding:0 16px;border:none;border-radius:999px;font-weight:700;cursor:pointer}.vote-arrow{cursor:pointer;transition:color .15s ease}.vote-pill{display:inline-flex;align-items:center;gap:4px;padding:0 6px}.vote-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:transparent;color:var(--text);border-radius:999px;cursor:pointer;transition:background .15s ease,color .15s ease}.vote-count{min-width:26px;text-align:center;font-size:.85rem;font-weight:700}.upvote-btn:hover{color:#22c55e}.downvote-btn:hover{color:#ef4444}.vote-pill-up{background:#22c55e24;border-color:#22c55e73}.vote-pill-down{background:#ef444424;border-color:#ef444473}.vote-pill-up .vote-count,.vote-pill-up .upvote-btn{color:#22c55e}.vote-pill-down .vote-count,.vote-pill-down .downvote-btn{color:#ef4444}.vote-arrow{display:inline-block;font-size:18px;line-height:1;font-family:system-ui;transition:color .15s ease,transform .15s ease}.vote-arrow.up{transform:rotate(-90deg)}.vote-arrow.down{transform:rotate(90deg)}.vote-arrow{display:inline-block;font-size:20px;transition:color .15s ease,transform .15s ease}.vote-arrow.up{transform:rotate(0)}.vote-arrow.down{transform:rotate(180deg)}.upvote-btn:hover .vote-arrow{color:#22c55e}.downvote-btn:hover .vote-arrow{color:#ef4444}.composer-card{background:var(--panel);border:1px solid var(--border);border-radius:18px;padding:14px;margin:0 0 14px;max-width:700px}.composer-main{display:flex;gap:12px;align-items:flex-start}.composer-avatar{width:40px;height:40px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:var(--soft);border:1px solid var(--border);flex-shrink:0;position:relative;top:2px;left:2px}.composer-content{flex:1}.composer-textarea{width:100%;min-height:56px;resize:vertical;border:none;outline:none;background:transparent;color:var(--text);font-size:20px;box-sizing:border-box;line-height:1}.composer-tools{display:flex;align-items:center;gap:10px;margin-top:10px;margin-left:-20px}.composer-icons{display:flex;align-items:center;gap:10px;margin-left:0}.composer-icon-btn{width:30px;height:30px;border-radius:999px;border:1px solid var(--border);background:var(--soft);color:#1e9700;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;padding:0}.composer-icon-btn:hover{background:var(--panel-2)}.composer-post-btn{display:inline-flex;align-items:center;justify-content:center;height:42px;min-width:100px;padding:0 24px;margin-left:0;margin-top:0;border-radius:999px;border:1px solid #d1d5db;background:#fff;color:#111;font-size:17px;font-weight:700;cursor:pointer;flex-shrink:0;transition:all .15s ease}.composer-post-btn:hover{border-color:#22c55e;box-shadow:0 0 0 2px #22c55e33;transform:translateY(-1px);color:#16a34a}.composer-post-btn:active{transform:translateY(0)}.post-modal-box .composer-icon-btn{position:relative;top:3px;left:2px}.post-modal-box .composer-post-btn{position:relative;top:10px}.sidebar-empty{color:var(--text-soft);font-size:14px;margin:6px 0 0}.nav-item{display:flex;align-items:center;gap:10px;width:100%;background:none;border:none;cursor:pointer;text-align:left;font:inherit}.sidebar-section .nav-item:last-child{border:1px solid var(--border);border-radius:8px;margin-top:6px;background:var(--surface);transition:all .15s ease}.sidebar-section .nav-item:last-child:hover{border-color:#22c55e;background:var(--surface-hover)}.community-name-input{margin-bottom:12px}.community-description-input{min-height:120px;resize:vertical;margin-bottom:3px}.community-header-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:18px}.community-tag{font-size:13px;color:var(--text-soft);margin-bottom:6px}.community-page-title{font-size:28px;margin:0 0 8px}.community-page-description{color:var(--text-soft);margin:0}.community-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px;align-items:start}.community-main,.community-side{min-width:0}.community-page-title{font-size:32px;font-weight:700;margin:0 0 14px}.community-info-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:18px;min-height:220px;display:flex;flex-direction:column}.community-info-label{font-size:13px;font-weight:600;color:var(--text-soft);margin:0 0 10px;text-transform:uppercase;letter-spacing:.04em}.community-info-description{margin:0;line-height:1.6;color:var(--text)}.community-post-bar{display:flex;align-items:center;gap:12px;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:12px 14px;margin-bottom:16px}.community-post-input{flex:1;background:transparent;border:none;outline:none;color:var(--text);font:inherit}.community-post-input::placeholder{color:var(--text-soft)}.community-page{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start;width:100%}.community-description-box{width:100%;max-width:340px;justify-self:end;position:sticky;top:90px;height:fit-content}@media(max-width:980px){.community-page{grid-template-columns:1fr}.community-description-box{max-width:100%;justify-self:stretch;position:static}}.home-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:20px;align-items:start}.home-main{min-width:0}.home-side{position:sticky;top:88px}.home-side-card{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:18px}.home-side-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-soft);margin-bottom:8px}.home-side-title{font-size:20px;margin:0 0 8px}.home-side-text{color:var(--text-soft);line-height:1.5;margin-bottom:16px}.invite-friends-btn{width:100%;border:none;border-radius:999px;padding:12px 16px;font-weight:700;cursor:pointer;background:#22c55e;color:#fff}.invite-friends-btn:hover{opacity:.92}@media(max-width:1100px){.home-layout{grid-template-columns:1fr}.home-side{position:static}}html,body,#root{margin:0;padding:0;min-height:100%}body{background:#fff;font-family:Inter,Arial,sans-serif;color:#0f172a}*{box-sizing:border-box}a{text-decoration:none}
