:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#0f172a;background:#f8fafc}*{box-sizing:border-box}body{margin:0;min-height:100vh}.container{max-width:840px;margin:0 auto;padding:1rem}.page-header h1{margin:0;font-size:1.75rem}.page-header p{margin-top:.5rem;color:#475569}.muted{color:#64748b}.error{color:#b91c1c}.push-card{border:1px solid #e2e8f0;background:#fff;border-radius:12px;padding:1rem;margin:1rem 0}.push-card h2{margin:0;font-size:1.1rem}.push-actions{display:flex;gap:.5rem;margin-top:.5rem}.button{border:1px solid #cbd5e1;border-radius:10px;padding:.6rem .8rem;cursor:pointer;background:#fff}.button.primary{background:#1d4ed8;color:#fff;border-color:#1d4ed8}.button:disabled{opacity:.5;cursor:not-allowed}.news-list{display:grid;gap:1rem;margin-top:1rem}.news-card{display:grid;grid-template-columns:minmax(0,1fr);border:1px solid #e2e8f0;background:#fff;border-radius:12px;overflow:hidden}.news-card-image{width:100%;height:200px;object-fit:cover}.news-card-body{padding:1rem}.news-date{color:#64748b;font-size:.875rem}.news-card h2{margin-top:.25rem;margin-bottom:.5rem}.news-link{color:#1d4ed8;text-decoration:none;font-weight:600}.news-link:hover{text-decoration:underline}.news-skeleton{border-radius:12px;height:150px;background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 37%,#e2e8f0 63%);background-size:400% 100%;animation:pulse 1.4s ease infinite}.article{margin-top:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1rem}.article-image{width:100%;margin:1rem 0;border-radius:8px;max-height:420px;object-fit:cover}@keyframes pulse{0%{background-position:100% 50%}to{background-position:0 50%}}
