:root{--bg:#f4f7fb;--panel:#fff;--text:#101827;--muted:#667085;--line:#e5e7eb;--side1:#06101f;--side2:#091827}:root[data-theme=dark]{--bg:#0f172a;--panel:#111827;--text:#f8fafc;--muted:#94a3b8;--line:#263244;--side1:#020617;--side2:#0f172a}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--text)}a{color:inherit}.sidebar{position:fixed;left:0;top:0;bottom:0;width:270px;background:linear-gradient(180deg,var(--side1),var(--side2));color:white;padding:24px;overflow:auto}.brand{font-size:34px;font-weight:900}.brand span{color:#7c3aed}.tag{color:#b8c2d6;margin-bottom:15px}.side-search input{width:100%;padding:11px;border-radius:12px;border:0;margin-bottom:12px}.sidebar nav a,.sidebar .button,.theme-toggle{display:block;width:100%;color:white;text-decoration:none;padding:12px 14px;border-radius:12px;margin:6px 0;background:transparent;border:0;text-align:left;font-size:15px}.sidebar nav a:hover,.sidebar .button,.theme-toggle:hover{background:#4f46e5}.profile{margin-top:24px;color:#cbd5e1;font-size:14px}.profile a{color:white}.mini-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover}.layout{margin-left:270px;display:grid;grid-template-columns:minmax(400px,780px) 340px;gap:24px;padding:24px}.single{grid-template-columns:minmax(400px,960px)}.hero,.composer,.post,.card,.auth,.profile-hero,.user-card{background:var(--panel);border-radius:20px;box-shadow:0 12px 30px rgba(15,23,42,.08);padding:22px;margin-bottom:18px;border:1px solid var(--line)}.hero{background:linear-gradient(135deg,#4f46e5,#ec4899);color:white}.hero h1{margin:0;font-size:38px}.composer textarea,.comment-form input,.auth input,.auth button,.composer select,.composer button,.composer input,.card input,.card textarea,.card button{width:100%;padding:13px;border:1px solid var(--line);border-radius:12px;margin-top:10px;font-size:15px;background:var(--panel);color:var(--text)}.composer textarea,.card textarea{min-height:90px}.composer-row{display:grid;grid-template-columns:130px 1fr 120px;gap:10px;align-items:end}button{cursor:pointer;background:#4f46e5!important;color:white!important;border:none!important;font-weight:700}.post-head{display:flex;align-items:center;gap:12px}.post-head img{width:48px;height:48px;border-radius:50%;object-fit:cover}.post span,.card span{color:var(--muted)}.post-image{width:100%;max-height:520px;object-fit:cover;border-radius:16px;margin-top:10px;border:1px solid var(--line)}.actions{display:flex;gap:18px;border-top:1px solid var(--line);padding-top:12px;align-items:center}.actions form{margin:0}.actions button{background:#eef2ff!important;color:#3730a3!important;padding:8px 12px;border-radius:10px}.rightbar{position:sticky;top:24px;height:max-content}.auth{max-width:420px;margin:10vh auto}.error{background:#fee2e2;color:#991b1b;padding:10px;border-radius:10px}.profile-hero{display:flex;gap:22px;align-items:center}.profile-hero img{width:120px;height:120px;border-radius:50%;object-fit:cover}.comment{display:flex;gap:12px;border-top:1px solid var(--line);padding:14px 0}.comment img{width:36px;height:36px;border-radius:50%;object-fit:cover}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:16px}.user-card{text-decoration:none;display:block}.user-card img{width:64px;height:64px;border-radius:50%;object-fit:cover}.user-card span{display:block;color:var(--muted)}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.admin-row{display:flex;justify-content:space-between;gap:15px;border-top:1px solid var(--line);padding:12px 0}.danger{background:#dc2626!important}.chat-box{min-height:360px}@media(max-width:950px){.sidebar{position:static;width:auto}.layout{margin-left:0;display:block}.rightbar{position:static}.composer-row{grid-template-columns:1fr}}