:root{--bg:#1a1a2e;--surface:#16213e;--surface-light:#1f2b4d;--primary:#6d4aff;--primary-hover:#5a3dd6;--text:#e8e8e8;--text-muted:#8892b0;--border:#2a3556;--danger:#e74c3c;--gold:#c5a059;--font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--mono:"SF Mono", "Fira Code", monospace}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);color:var(--text);background:#000;line-height:1.5}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:600px;margin:0 auto;padding:1rem 1rem 5rem}.navbar{z-index:100;background:var(--surface);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex;position:sticky;top:0}.navbar-brand{color:var(--primary);letter-spacing:-.03em;font-size:1.25rem;font-weight:700}.navbar-brand span{color:var(--gold)}.navbar-actions{align-items:center;gap:.75rem;display:flex}.navbar-avatar{object-fit:contain;border:2px solid var(--border);border-radius:50%;width:32px;height:32px}.auth-container{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;width:100%;max-width:400px;padding:2rem}.auth-card h1{text-align:center;color:var(--primary);margin-bottom:1.5rem;font-size:1.5rem}.auth-card .subtitle{text-align:center;color:var(--text-muted);margin-bottom:1.5rem;font-size:.875rem}.form-group{margin-bottom:1rem}.form-group label{color:var(--text-muted);margin-bottom:.375rem;font-size:.875rem;font-weight:500;display:block}.form-input{background:var(--bg);border:1px solid var(--border);width:100%;color:var(--text);border-radius:8px;padding:.625rem .75rem;font-size:.9375rem;transition:border-color .15s}.form-input:focus{border-color:var(--primary);outline:none}.form-textarea{resize:vertical;min-height:80px;font-family:inherit}.btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.625rem 1.25rem;font-family:inherit;font-size:.9375rem;font-weight:600;transition:background .15s,opacity .15s;display:inline-flex}.btn-primary{background:var(--primary);color:#fff;width:100%}.btn-primary:hover{background:var(--primary-hover)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-outline{color:var(--primary);border:1px solid var(--primary);background:0 0}.btn-outline:hover{background:var(--primary);color:#fff}.btn-danger{background:var(--danger);color:#fff}.error-msg{color:var(--danger);margin-top:.5rem;font-size:.8125rem}.auth-toggle{text-align:center;color:var(--text-muted);margin-top:1.25rem;font-size:.875rem}.post-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-bottom:1.25rem;overflow:hidden}.post-header{align-items:center;gap:.625rem;padding:.75rem 1rem;display:flex}.post-avatar{background:var(--surface-light);width:36px;height:36px;color:var(--primary);border:1px solid var(--border);border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.post-user-info{flex-direction:column;gap:.125rem;display:flex}.post-username{font-size:.875rem;font-weight:600}.post-aircraft{color:var(--text-muted);font-size:.75rem}.post-image{object-fit:contain;width:100%;max-height:600px;display:block}.post-actions{align-items:center;gap:1rem;padding:.625rem 1rem;display:flex}.post-action-btn{color:var(--text);cursor:pointer;background:0 0;border:none;padding:.25rem;font-family:inherit;font-size:1.5rem;transition:color .15s}.post-action-btn:hover{color:var(--primary)}.post-action-btn.liked{color:var(--danger)}.post-caption{padding:0 1rem .75rem;font-size:.9375rem}.post-caption strong{margin-right:.5rem}.post-meta{color:var(--text-muted);flex-wrap:wrap;gap:.75rem;padding:0 1rem .75rem;font-size:.75rem;display:flex}.build-phase-badge{background:var(--surface-light);color:var(--gold);border-radius:4px;padding:.125rem .5rem;font-weight:500}.build-hours-badge{background:var(--surface-light);color:var(--primary);font-weight:500;font-family:var(--mono);border-radius:4px;padding:.125rem .5rem}.comments-section{border-top:1px solid var(--border);padding:.625rem 1rem}.comment-item{margin-bottom:.5rem;font-size:.875rem}.comment-item strong{margin-right:.375rem}.comment-form{gap:.5rem;margin-top:.5rem;display:flex}.comment-form input{background:var(--bg);border:1px solid var(--border);color:var(--text);border-radius:6px;flex:1;padding:.5rem;font-size:.875rem}.comment-form button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.5rem .875rem;font-family:inherit;font-size:.875rem;font-weight:600}.profile-header{border-bottom:1px solid var(--border);align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding:1.5rem 0;display:flex}.profile-avatar-large{background:var(--surface-light);width:80px;height:80px;color:var(--primary);border:2px solid var(--border);border-radius:50%;justify-content:center;align-items:center;font-size:2rem;font-weight:700;display:flex}.profile-info h2{margin-bottom:.25rem;font-size:1.25rem}.profile-stats{gap:1.25rem;margin-top:.5rem;display:flex}.profile-stat{font-size:.8125rem}.profile-stat strong{font-size:1rem}.profile-bio{color:var(--text-muted);margin-top:.5rem;font-size:.875rem}.loading-spinner{text-align:center;color:var(--text-muted);padding:3rem}.empty-state{text-align:center;color:var(--text-muted);padding:3rem 1rem}.empty-state-icon{opacity:.3;margin-bottom:1rem;font-size:3rem}.lightbox-overlay{z-index:9999;cursor:zoom-out;background:#000000f2;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.lightbox-image{object-fit:contain;border-radius:4px;max-width:100%;max-height:100vh}.lightbox-close{color:#fff;cursor:pointer;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-family:inherit;font-size:2rem;display:flex;position:absolute;top:1rem;right:1.5rem}.app-layout{min-height:100vh;display:flex}.sidebar{background:var(--surface);border-right:1px solid var(--border);z-index:100;flex-direction:column;flex-shrink:0;justify-content:space-between;width:240px;height:100vh;display:flex;position:sticky;top:0;overflow-y:auto}.sidebar-top{padding:1rem .75rem}.sidebar-brand{margin-bottom:1rem;padding:.5rem .75rem;text-decoration:none;display:block}.sidebar-brand-mark{color:var(--primary);letter-spacing:-.04em;font-size:1.5rem;font-weight:800}.sidebar-nav{flex-direction:column;gap:.25rem;display:flex}.sidebar-nav-item{color:#ccc;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.875rem;padding:.75rem .875rem;font-family:inherit;font-size:.9375rem;font-weight:500;transition:background .15s;display:flex}.sidebar-nav-item:hover{background:#ffffff1a}.sidebar-nav-item.active{color:#fff;background:#ffffff1a}.sidebar-bottom{border-top:1px solid var(--border);padding:.75rem}.sidebar-user{align-items:center;gap:.5rem;display:flex}.sidebar-user-info{color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;align-items:center;gap:.625rem;padding:.5rem;font-family:inherit;display:flex}.sidebar-user-info:hover{background:var(--surface-light)}.sidebar-avatar{background:var(--surface-light);width:32px;height:32px;color:var(--primary);border:1px solid var(--border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex;overflow:hidden}.sidebar-username{text-overflow:ellipsis;color:var(--text);font-size:.875rem;font-weight:600;overflow:hidden}.sidebar-logout{color:#8892b0;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem;font-family:inherit;font-size:1.1rem;transition:background .15s,color .15s}.sidebar-logout:hover{background:var(--surface-light);color:var(--danger)}.sidebar-signin{width:100%}.main-content{flex:1;min-width:0;min-height:100vh;padding:24px 24px 80px}.mobile-nav{display:none}@media (max-width:768px){.sidebar{display:none}.main-content{min-height:100vh;padding:16px 16px 60px}.mobile-nav{background:var(--surface);border-top:1px solid var(--border);z-index:100;justify-content:space-around;padding:.375rem 0;display:flex;position:fixed;bottom:0;left:0;right:0}.mobile-nav-item{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;align-items:center;gap:.125rem;padding:.375rem .75rem;font-family:inherit;font-size:.625rem;display:flex}.mobile-nav-item.active{color:var(--primary)}.mobile-nav-icon{font-size:1.25rem}.mobile-nav-label{font-weight:500}}@media (max-width:640px){.container{padding:.5rem .5rem 5rem}.post-card{border-left:none;border-right:none;border-radius:0}.profile-header{text-align:center;flex-direction:column;gap:.75rem}}.new-post-bar{background:var(--surface);border-top:1px solid var(--border);z-index:50;justify-content:center;gap:.75rem;padding:.625rem 1rem;display:flex;position:fixed;bottom:0;left:240px;right:0}.new-post-bar .btn{width:auto}
