*{box-sizing:border-box;margin:0;padding:0}body{background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.page{margin:40px auto;max-width:600px}.card,.page{padding:16px}.card{background:#fff;border:1px solid #ccc;border-radius:6px}.card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.card-title{font-size:18px}.link-button{background:none;border:none;color:#06c;cursor:pointer;font:inherit;padding:0;text-decoration:underline}.news-list{display:flex;flex-direction:column;gap:12px}.news-item{display:flex;gap:8px}.news-thumb{background:#e0e0e0;border-radius:4px;height:40px;width:40px}.news-text{flex:1}.line{background:#e0e0e0;border-radius:4px;height:8px;margin-bottom:4px}.line-short{width:60%}.news-title{font-size:14px;font-weight:600;margin-bottom:4px}.news-desc{color:#555;font-size:13px}.skeleton{animation:shimmer 1.4s ease-in-out infinite;background-image:linear-gradient(90deg,#e0e0e0,#f0f0f0 50%,#e0e0e0);background-size:200% 100%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.modal-backdrop{align-items:center;background:hsla(0,0%,100%,.9);bottom:0;display:none;justify-content:center;left:0;position:fixed;right:0;top:0}.modal-backdrop.visible{display:flex}.modal{background:#fff;border:1px solid #ccc;border-radius:6px;max-width:360px;padding:16px;text-align:center;width:100%}.modal-body p{font-size:14px;margin-bottom:8px}.modal-actions{margin-top:8px}.reload-btn{font-size:14px;padding:4px 10px}