:root{--orange:#f26522;--orange-light:#fef0e8;--orange-dark:#c04e10;--white:#fff;--bg:#f7f7f5;--card:#fff;--text:#1a1a1a;--text-muted:#6b6b6b;--text-light:#9e9e9e;--border:#e8e8e4;--border-strong:#d0cfc9;--radius:12px;--radius-sm:8px;--shadow:0 1px 3px #00000014}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,textarea{font-family:inherit}.hex-logo{width:36px;height:36px}.nav-logo-text{color:var(--orange);letter-spacing:-.5px;font-size:20px;font-weight:700}.layout{flex-wrap:wrap;align-items:flex-start;gap:24px;max-width:1080px;margin:0 auto;padding:28px 20px;display:flex}.layout .feed{flex:1 1 0;min-width:0}.right-sidebar{flex-direction:column;flex:0 0 260px;gap:16px;width:260px;display:flex;position:sticky;top:78px}.sidebar-title{text-transform:uppercase;letter-spacing:.8px;color:var(--text-light);margin-bottom:14px;font-size:12px;font-weight:600}.sidebar-avatar{background:var(--orange);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:15px;font-weight:700;display:flex}.hive-list{flex-direction:column;gap:10px;display:flex}.hive-item{cursor:pointer;border-radius:var(--radius-sm);text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:6px 8px;transition:background .15s;display:flex}.hive-item:hover{background:var(--bg)}.hive-hex{flex-shrink:0;width:32px;height:32px}.hive-name{font-size:13px;font-weight:500}.hive-count{color:var(--text-muted);font-size:12px}.suggest-list{flex-direction:column;gap:10px;display:flex}.suggest-item{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.suggest-left{flex:auto;align-items:center;gap:10px;min-width:0;display:flex}.suggest-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:700;display:flex}.suggest-name{font-size:13px;font-weight:500}.suggest-sub{color:var(--text-muted);font-size:11px}.btn-follow-sm{border:1.5px solid var(--orange);color:var(--orange);cursor:pointer;white-space:nowrap;background:0 0;border-radius:20px;padding:5px 12px;font-size:12px;font-weight:600;transition:background .15s,color .15s}.btn-follow-sm:hover,.btn-follow-sm.following{background:var(--orange);color:#fff}.feed{flex-direction:column;gap:16px;display:flex}.btn-primary{background:var(--orange);color:#fff;cursor:pointer;border:none;border-radius:20px;padding:9px 22px;font-size:14px;font-weight:600;transition:background .15s}.btn-primary:hover{background:var(--orange-dark)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-follow-guest:not(.following){opacity:.85}.btn-secondary{color:var(--text);border:1.5px solid var(--border-strong);cursor:pointer;background:0 0;border-radius:20px;padding:9px 22px;font-size:14px;font-weight:600;transition:background .15s}.btn-secondary:hover{background:var(--bg)}.auth-page{justify-content:center;align-items:center;min-height:100vh;padding:24px 20px;display:flex}.auth-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:420px;box-shadow:var(--shadow);padding:32px 28px}.auth-logo{flex-direction:column;align-items:center;gap:10px;margin-bottom:28px;display:flex}.auth-logo .hex-logo{width:48px;height:48px}.auth-tagline{color:var(--text-muted);text-align:center;margin-bottom:24px;font-size:14px;line-height:1.5}.auth-tabs{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);gap:0;margin-bottom:24px;padding:4px;display:flex}.auth-tab{text-align:center;cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:9px;flex:1;padding:9px;font-size:14px;font-weight:500;transition:all .15s}.auth-tab.active{background:var(--orange);color:#fff;font-weight:600}.auth-form{flex-direction:column;gap:14px;display:flex}.auth-field label{color:var(--text);margin-bottom:6px;font-size:13px;font-weight:600;display:block}.auth-field input{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);background:var(--bg);outline:none;padding:11px 14px;font-size:15px;transition:border-color .15s}.auth-field input:focus{border-color:var(--orange)}.auth-field input::placeholder{color:var(--text-light)}.auth-error{color:#dc2626;border-radius:var(--radius-sm);background:#fef2f2;border:1px solid #fecaca;padding:10px 12px;font-size:13px}.auth-submit{width:100%;margin-top:6px}.auth-footer{text-align:center;color:var(--text-muted);margin-top:20px;font-size:13px}.auth-footer button{color:var(--orange);cursor:pointer;background:0 0;border:none;font-size:13px;font-weight:600}.auth-footer button:hover{text-decoration:underline}@media (width<=1023px){.right-sidebar{display:none}.layout .feed{flex:100%;width:100%}.layout{padding:20px 16px}}@media (width<=767px){.nav-logo-text{font-size:18px}.hex-logo{width:32px;height:32px}.layout{gap:12px;padding:16px 12px}.auth-page{align-items:flex-start;padding:32px 12px 16px}.auth-card{padding:24px 20px}.auth-tagline{font-size:13px}}
