html,body{height:100%;margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background-color:#181818;color:#252b3a;letter-spacing:.01em}.app-bg{min-height:100vh;display:flex;justify-content:center;align-items:flex-start}.blog-root{background:#fff;margin:48px auto;border-radius:18px;box-shadow:0 8px 32px #4869b721,0 1.5px 5px #1e285a08;padding:38px 36px 30px;max-width:620px;width:100%}.blog-header{display:flex;align-items:center;justify-content:space-between;gap:1.2em;margin-bottom:36px}.gradient-text{background:linear-gradient(92deg,#3f51b5 24%,#2ec5ff 86%);-webkit-text-fill-color:transparent;font-weight:800;letter-spacing:.03em}.primary-btn,.ghost-btn{display:inline-block;padding:.6em 1.4em;border-radius:32px;font-weight:600;font-size:1.1em;border:none;text-decoration:none;cursor:pointer;transition:all .14s}.primary-btn{background:linear-gradient(92deg,#3f51b5 24%,#2ec5ff 86%);color:#fff;box-shadow:0 3px 10px #3f51b51c}.primary-btn:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 5px 18px #3f51b52e}.ghost-btn{background:transparent;color:#3f51b5;border:2px solid #b9c9ff}.ghost-btn:hover{border-color:#3f51b5;background:#f6f9ff}.posts-list{list-style:none;margin:0;padding:0;display:grid;gap:1.3em}.post-card{background:#f7f9fd;border-radius:14px;padding:1.2em 1.5em;box-shadow:0 2px 8px #3f51b50d;transition:box-shadow .16s,transform .16s;cursor:pointer}.post-card:hover{box-shadow:0 8px 24px #3f51b524;transform:translateY(-1px) scale(1.02)}.post-card h2{font-size:1.2em;margin:0 0 .3em;font-weight:700;color:#324278}.post-card p{margin:.1em 0 0;color:#434a64;line-height:1.6;font-size:1.02em}.empty-state{text-align:center;color:#b7bdce;padding:44px 0 18px}.empty-state img{width:88px;margin-bottom:22px;opacity:.55}.spinner{margin:48px auto;border:6px solid #eaf0fa;border-top:6px solid #7b8fd7;border-radius:50%;width:44px;height:44px;animation:spin 1.1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.new-post-form{display:flex;flex-direction:column;gap:1.4em}.new-post-form label{font-size:1.02em;color:#4b536e;font-weight:500;margin-bottom:2px;display:flex;flex-direction:column;gap:.35em}.new-post-form input,.new-post-form textarea{font-family:inherit;font-size:1em;padding:.75em 1em;border-radius:9px;border:1.2px solid #e1e6f6;outline:none;background:#f5f7fc;transition:border .16s,box-shadow .13s;resize:none}.new-post-form input:focus,.new-post-form textarea:focus{border:1.6px solid #54a6ff;background:#eef6ff;box-shadow:0 1px 7px #2ec5ff12}.error-message{background:#ffd4e0;color:#a13b4a;border-radius:7px;padding:.6em 1.1em;font-size:1em;margin-bottom:.3em;font-weight:600;box-shadow:0 2px 8px #b41e3c0f}@media (max-width: 700px){.blog-root{padding:22px 6vw 18px;margin:30px 0}.blog-header{flex-direction:column;align-items:flex-start;gap:.7em;margin-bottom:22px}}.danger-btn{background:#ff4870;color:#fff;border:none;margin-left:.6em;padding:.48em 1.1em;border-radius:2em;font-weight:600;cursor:pointer;transition:background .14s,box-shadow .15s,transform .13s;box-shadow:0 2px 7px #ff487014}.danger-btn:hover:enabled{background:#e7395f;box-shadow:0 3px 13px #ff487026;transform:translateY(-1px) scale(1.02)}.post-actions{margin-top:18px;display:flex;gap:.5em}.card-actions{position:absolute;top:16px;left:18px;display:flex;gap:8px;z-index:2}.post-card{position:relative}.post-card-actions{position:absolute;top:16px;right:16px;display:flex;gap:8px}.icon-btn{background:#f3f5ff;border:none;border-radius:50%;width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 4px #3f51b517;transition:background .16s,transform .14s;padding:0;outline:none}.icon-btn:hover:not(:disabled){background:#e9eafc;transform:scale(1.08)}.icon-btn:active:not(:disabled){background:#d4d8f5}.icon-btn:disabled{opacity:.5;cursor:not-allowed}.icon-btn svg{display:block}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page{background-color:#181818;color:#fff;min-height:100vh;padding:2rem;box-sizing:border-box}.title{font-size:2rem;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.5);text-align:center}.video-container{width:100%;max-width:900px;margin:0 auto;border-radius:8px;overflow:hidden;background:#000}.stats-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;max-width:900px;margin:1rem auto 0;font-size:.9rem}.stats-item{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:opacity .2s}.stats-item:hover{opacity:.8}.stats-item svg{width:20px;height:20px;fill:#fff}.publish-date{max-width:900px;margin:.5rem auto;font-size:.8rem;color:#aaa;text-align:center}.description{max-width:900px;margin:1rem auto;line-height:1.6;font-size:.95rem;white-space:pre-wrap}
