#root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color:#333;background-color:#f5f7fa;min-height:100%}#root a{color:#00796b;text-decoration:none;font-weight:500}#root a:hover{color:#004d40;text-decoration:underline}.app-wrapper{max-width:1000px;margin:0 auto;padding:2rem 1rem;width:100%}h1,h2,h3{color:#004d40;margin-top:0}h1{font-size:2rem;border-bottom:2px solid #b2dfdb;padding-bottom:.5rem;margin-bottom:1.5rem}.card,.auth-container,.post-card,.create-post{background:white;border:1px solid #e0e0e0;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d;margin-bottom:1.5rem;transition:transform .2s,box-shadow .2s}input,textarea{padding:.8em;font-size:1rem;border-radius:6px;border:1px solid #ddd;background-color:#fff;color:#333;margin-bottom:1rem;width:100%;box-sizing:border-box;font-family:inherit;transition:border-color .2s}input:focus,textarea:focus{outline:none;border-color:#009688;box-shadow:0 0 0 2px #0096881a}button{border-radius:6px;border:none;padding:.8em 1.5em;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;background-color:#009688;color:#fff}button:hover{background-color:#00796b;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.layout-grid-3col{display:grid;grid-template-columns:240px minmax(0,1fr) 280px;gap:1.5rem;max-width:1128px;margin:0 auto}.sidebar-left{position:sticky;top:1rem}.profile-mini-card{background:white;border-radius:8px;border:1px solid #e0e0e0;overflow:hidden;text-align:center;margin-bottom:1rem;padding-bottom:1rem}.profile-bg{height:60px;background:#0077b5;margin-bottom:-30px}.profile-info{padding-top:2rem}.profile-info h3{margin:1rem 0 0;font-size:1rem}.profile-actions{margin-top:.5rem}.btn-link{background:none;color:#0077b5;border:none;font-size:.8rem;cursor:pointer;text-decoration:underline}.nav-menu{background:white;border-radius:8px;border:1px solid #e0e0e0;padding:.5rem}.nav-item{padding:.8rem;cursor:pointer;border-radius:4px;font-size:.9rem;color:#555;display:flex;align-items:center;gap:.5rem}.nav-item:hover{background:#f3f2ef}.nav-item.active{border-left:3px solid #00796B;background:#e0f2f1;font-weight:500}.create-post-widget{background:white;border-radius:8px;border:1px solid #e0e0e0;padding:1rem;margin-bottom:1rem}.quick-input{width:100%;border-radius:20px;border:1px solid #ccc;padding:.8rem 1.2rem;font-size:.9rem;background:#f9f9f9}.full-input{width:100%;padding:.8rem;border:1px solid #eee;margin-bottom:.5rem;border-radius:4px}.feed-item{background:white;border-radius:8px;border:1px solid #e0e0e0;padding:1rem;margin-bottom:.8rem;cursor:pointer;transition:box-shadow .2s}.feed-item:hover{box-shadow:0 2px 5px #0000001a}.feed-header{font-size:.8rem;color:#666;margin-bottom:.5rem;display:flex;align-items:center;gap:.3rem}.author-name{font-weight:600;color:#333}.feed-title{margin:0 0 .5rem;font-size:1.1rem;color:#00796b}.feed-snippet{font-size:.9rem;color:#444;line-height:1.5}.feed-actions{border-top:1px solid #eee;margin-top:1rem;padding-top:.8rem;display:flex;gap:1.5rem;color:#666;font-size:.9rem}.sidebar-right{position:sticky;top:1rem}.widget-card{background:white;border-radius:8px;border:1px solid #e0e0e0;padding:1rem;margin-bottom:1rem}.widget-card h4{margin:0 0 .8rem;font-size:.9rem;color:#333}.widget-content{font-size:.85rem;color:#555;line-height:1.5}.trend-item{padding:.4rem 0;border-bottom:1px solid #f9f9f9;font-weight:500}.empty-ad{height:200px;display:flex;align-items:center;justify-content:center;background:#f3f3f3;color:#aaa}.verification-banner{background:#fff3cd;border:1px solid #ffeeba;color:#856404;padding:1.5rem;border-radius:8px;margin-bottom:1rem;text-align:center}.badge-warning{background:#ffebee;color:#c62828;font-size:.7rem;padding:2px 6px;border-radius:4px;display:inline-block;margin-top:5px}.badge-success{background:#e8f5e9;color:#2e7d32;font-size:.7rem;padding:2px 6px;border-radius:4px;display:inline-block;margin-top:5px}.badge-warn-inline{color:orange;font-weight:700;font-size:.7rem;border:1px solid orange;padding:0 4px;border-radius:4px}.badge-hidden-inline{color:gray;border:1px dashed gray;font-size:.7rem;padding:0 4px;border-radius:4px}.admin-hidden-view{border:1px dashed #ccc;background:#f9f9f9;opacity:.8}.warning-banner{background:#ffebee;color:#c62828;padding:1rem;margin-bottom:1rem;border-radius:4px;font-weight:700}.post-header-large{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.thread-view-dense{background:white;padding:2rem;border-radius:8px;border:1px solid #e0e0e0}@media (max-width: 900px){.layout-grid-3col{grid-template-columns:1fr}.sidebar-left,.sidebar-right{display:none}}.empty-state{text-align:center;color:#888;padding:2rem;font-style:italic}
