:root{--bg-primary: #0a0e1a;--bg-secondary: #12182b;--bg-tertiary: #1a2238;--bg-card: #1e2642;--text-primary: #e8eaed;--text-secondary: #9ba1b2;--text-muted: #6b7280;--accent-primary: #7c3aed;--accent-secondary: #a78bfa;--accent-tertiary: #c4b5fd;--border-color: #2d3548;--border-hover: #3d4558;--success: #10b981;--warning: #f59e0b;--error: #ef4444;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .3);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .4);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-full: 9999px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden}.app-container{max-width:1200px;margin:0 auto;padding:0;min-height:100vh}header{background:linear-gradient(135deg,var(--bg-secondary) 0%,var(--bg-tertiary) 100%);border-bottom:1px solid var(--border-color);position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-content{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,var(--accent-primary),var(--accent-tertiary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none}.logo-icon{width:36px;height:36px;background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.25rem}.header-nav{display:flex;gap:1rem;align-items:center}.nav-btn{background:transparent;border:none;color:var(--text-secondary);padding:.5rem 1rem;border-radius:var(--radius-md);cursor:pointer;font-size:.95rem;transition:all .2s;text-decoration:none;display:inline-block}.nav-btn:hover{background:var(--bg-tertiary);color:var(--text-primary)}.nav-btn.primary{background:var(--accent-primary);color:#fff}.nav-btn.primary:hover{background:var(--accent-secondary)}main{max-width:1200px;margin:0 auto;padding:2rem 1.5rem;display:grid;grid-template-columns:1fr 2fr 1fr;gap:1.5rem}@media(max-width:1024px){main{grid-template-columns:1fr}.sidebar{display:none}}.sidebar{position:sticky;top:80px;height:fit-content}.sidebar-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:1.5rem;margin-bottom:1rem}.sidebar-title{font-size:.95rem;font-weight:600;color:var(--text-secondary);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.stat{text-align:center;padding:1rem;background:var(--bg-tertiary);border-radius:var(--radius-md)}.stat-value{font-size:2rem;font-weight:700;background:linear-gradient(135deg,var(--accent-primary),var(--accent-tertiary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:.85rem;color:var(--text-secondary);margin-top:.25rem}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}@media(max-width:640px){.stat-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}.spotlight-card{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:1rem;display:flex;flex-direction:column;gap:.5rem}.spotlight-header{display:flex;gap:.75rem;align-items:center}.spotlight-avatar{width:38px;height:38px;border-radius:var(--radius-full);background:linear-gradient(135deg,var(--accent-secondary),var(--accent-tertiary));display:flex;align-items:center;justify-content:center;font-weight:700}.spotlight-name{font-weight:700;color:var(--text-primary)}.spotlight-headline{color:var(--text-secondary);font-size:.9rem}.spotlight-meta{display:flex;gap:.35rem;flex-wrap:wrap}.spotlight-pill{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-full);padding:.35rem .75rem;font-size:.8rem;color:var(--text-secondary)}.spotlight-html{background:linear-gradient(135deg,#7c3aed14,#c4b5fd14);border:1px dashed var(--border-color);border-radius:var(--radius-md);padding:.75rem;color:var(--text-primary);min-height:48px}.bulletin-list{display:flex;flex-direction:column;gap:.85rem}.bulletin{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:.85rem;display:flex;flex-direction:column;gap:.5rem}.bulletin-header{display:flex;justify-content:space-between;gap:.75rem}.bulletin-title{font-weight:700;color:var(--text-primary)}.bulletin-meta{color:var(--text-muted);font-size:.85rem}.bulletin-body{color:var(--text-secondary);font-size:.95rem;line-height:1.5}.bulletin-time{color:var(--text-muted);font-size:.85rem;white-space:nowrap}.center-column{display:flex;flex-direction:column;gap:1rem}.action-bar{display:grid;grid-template-columns:1fr 2fr;gap:1rem}@media(max-width:900px){.action-bar{grid-template-columns:1fr}}.card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:1rem}.auth-row{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:.75rem}.auth-actions{display:flex;gap:.5rem;flex-wrap:wrap}.input{width:100%;padding:.65rem .75rem;border-radius:var(--radius-md);border:1px solid var(--border-color);background:var(--bg-secondary);color:var(--text-primary)}.label{font-size:.85rem;color:var(--text-muted);margin-bottom:.25rem}.btn{border:none;border-radius:var(--radius-md);padding:.6rem .9rem;cursor:pointer;font-weight:600}.btn.primary{background:linear-gradient(135deg,var(--accent-primary),var(--accent-tertiary));color:#0b1020}.btn.ghost{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-color)}.btn.google{background:#fff;color:#111827;display:inline-flex;align-items:center;gap:.4rem}#feed{display:flex;flex-direction:column;gap:1.5rem}.empty-state{text-align:center;padding:4rem 2rem;color:var(--text-muted);font-size:1.1rem}.post-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);overflow:hidden;transition:all .2s}.post-card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-lg)}.post-header{padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.post-author{display:flex;gap:.75rem;align-items:center}.author-avatar{width:44px;height:44px;border-radius:var(--radius-full);background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem}.author-info{display:flex;flex-direction:column;gap:.125rem}.author-name{font-weight:600;color:var(--text-primary);font-size:.95rem}.post-time{font-size:.8rem;color:var(--text-muted)}.btn-icon{background:transparent;border:none;color:var(--text-muted);cursor:pointer;padding:.5rem;border-radius:var(--radius-md);font-size:1.25rem;line-height:1;transition:all .2s}.btn-icon:hover{background:var(--bg-tertiary);color:var(--text-primary)}.post-content{padding:0 1.5rem 1rem;color:var(--text-primary);font-size:1rem;line-height:1.7;word-wrap:break-word}.post-content h1,.post-content h2,.post-content h3,.post-content p{margin:.5em 0}.post-content ul,.post-content ol{margin-left:1.5em}.post-footer{padding:.75rem 1.5rem;border-top:1px solid var(--border-color);display:flex;gap:.5rem}.post-action{background:transparent;border:none;color:var(--text-secondary);padding:.625rem 1rem;border-radius:var(--radius-md);cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.9rem;transition:all .2s;flex:1;justify-content:center}.post-action:hover{background:var(--bg-tertiary);color:var(--text-primary)}.action-icon{font-size:1.1rem}.comments-section{padding:0 1.5rem 1rem;display:flex;flex-direction:column;gap:.75rem}.comment{display:flex;gap:.75rem;padding:.75rem;background:var(--bg-tertiary);border-radius:var(--radius-md)}.comment-avatar{width:32px;height:32px;border-radius:var(--radius-full);background:linear-gradient(135deg,var(--accent-secondary),var(--accent-tertiary));display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.85rem;flex-shrink:0}.comment-body{flex:1}.comment-header{display:flex;gap:.5rem;align-items:center;margin-bottom:.25rem}.comment-author{font-weight:600;font-size:.9rem;color:var(--text-primary)}.comment-time{font-size:.75rem;color:var(--text-muted)}.comment-content{font-size:.9rem;color:var(--text-secondary);line-height:1.5}.comment-composer{display:grid;grid-template-columns:1fr auto;gap:.5rem;margin-top:.5rem;padding:0 1.5rem .75rem}.comment-input{border:1px solid var(--border-color);background:var(--bg-secondary);border-radius:var(--radius-md);color:var(--text-primary);padding:.5rem .75rem}.comment-submit{border:none;background:var(--accent-primary);color:#fff;border-radius:var(--radius-md);padding:.5rem .9rem;cursor:pointer}.landing{background:linear-gradient(135deg,#7c3aed2e,#c4b5fd2e);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:1.25rem;display:flex;flex-direction:column;gap:.6rem}.landing h1{font-size:1.4rem;margin:0}.landing p{color:var(--text-secondary)}body.logged-in .landing{display:none}.connection-status{position:fixed;bottom:1rem;right:1rem;padding:.75rem 1rem;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);font-size:.85rem;color:var(--text-secondary);display:flex;align-items:center;gap:.5rem;box-shadow:var(--shadow-lg);transition:border-color .2s ease,color .2s ease}.status-indicator{width:8px;height:8px;border-radius:var(--radius-full);background:var(--success);animation:pulse 2s ease-in-out infinite;transition:background .2s ease}.connection-status.disconnected{border-color:var(--error);color:var(--error)}.connection-status.connecting{border-color:var(--warning);color:var(--warning)}.empty-state.small{font-size:.95rem;padding:1.25rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:6px;border:2px solid var(--bg-secondary)}::-webkit-scrollbar-thumb:hover{background:var(--border-hover)}.ad-container{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:1rem;margin:1rem 0;display:flex;align-items:center;justify-content:center;min-height:250px;position:relative}.ad-container:before{content:"Advertisement";position:absolute;top:.5rem;left:.5rem;font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.sidebar .ad-container{min-height:600px}.feed .ad-container{min-height:100px;margin:1.5rem 0}
