*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333;background-color:#f5f5f5}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background-color:#fff;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{font-size:1.5rem;font-weight:700;color:#0891b2;text-shadow:1px 1px 2px rgba(0,0,0,10%)}.nav{display:flex;gap:2rem}.nav a{color:#666;font-weight:500;transition:color .2s}.nav a:hover,.nav a.active{color:#0891b2}.banner-section{margin:2rem 0}.banner-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.banner-card{position:relative;height:250px;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .3s}.banner-card:hover{transform:translateY(-4px)}.banner-image{width:100%;height:100%;object-fit:cover}.banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000004d,#000000b3);display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem;color:#fff}.banner-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.banner-subtitle{font-size:.95rem;opacity:.9}.news-section{margin:3rem 0}.section-title{font-size:2rem;margin-bottom:1.5rem;color:#1f2937}.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.news-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s,box-shadow .3s;cursor:pointer}.news-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.news-thumbnail{width:100%;height:200px;object-fit:cover}.news-content{padding:1.5rem}.news-meta{display:flex;gap:1rem;margin-bottom:.75rem;font-size:.875rem;color:#6b7280}.news-topic{background-color:#cffafe;color:#155e75;padding:.25rem .75rem;border-radius:12px;font-weight:500}.news-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#1f2937;line-height:1.4}.news-summary{color:#6b7280;font-size:.95rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.filters{background:#fff;padding:1.5rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 2px 4px #0000000d}.filters-row{display:flex;gap:1rem;flex-wrap:wrap;align-items:flex-end}.filter-group{flex:1;min-width:200px}.filter-label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}.filter-input,.filter-select{width:100%;padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;transition:border-color .2s}.filter-input:focus,.filter-select:focus{outline:none;border-color:#06b6d4;box-shadow:0 0 0 3px #06b6d41a}.filter-button{padding:.625rem 1.5rem;background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;border:none;border-radius:8px;font-weight:500;transition:all .2s;box-shadow:0 2px 4px #0891b233}.filter-button:hover{background:linear-gradient(135deg,#0891b2,#0e7490);box-shadow:0 4px 8px #0891b24d;transform:translateY(-1px)}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:3rem}.pagination-button{padding:.5rem 1rem;border:1px solid #d1d5db;background-color:#fff;border-radius:8px;font-weight:500;transition:all .2s}.pagination-button:hover:not(:disabled){background-color:#f3f4f6}.pagination-button:disabled{opacity:.5;cursor:not-allowed}.pagination-button.active{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;border-color:#0891b2}.pagination-info{color:#6b7280;font-size:.95rem}.article-detail{max-width:800px;margin:2rem auto;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}.article-header{margin-bottom:2rem}.article-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.3;color:#1f2937}.article-meta{display:flex;gap:1.5rem;margin-bottom:1.5rem;font-size:.95rem;color:#6b7280}.article-thumbnail{width:100%;height:400px;object-fit:cover;border-radius:8px;margin-bottom:2rem}.article-content{font-size:1.1rem;line-height:1.8;color:#374151;white-space:pre-wrap}.loading-container,.error-container,.empty-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;padding:2rem}.loading-spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#06b6d4;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-message,.empty-message{color:#6b7280;font-size:1.1rem;margin-top:1rem}.error-message{color:#dc2626}.footer{background-color:#1f2937;color:#fff;padding:3rem 0 1.5rem;margin-top:4rem}.footer-content{max-width:800px;margin:0 auto;text-align:center}.footer-content h3{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#3b82f6}.footer-info{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;text-align:left;max-width:600px;margin-left:auto;margin-right:auto}.footer-info p{display:flex;align-items:flex-start;line-height:1.6}.footer-info strong{min-width:140px;color:#93c5fd}.footer-info a{color:#60a5fa;text-decoration:none;transition:color .2s}.footer-info a:hover{color:#3b82f6;text-decoration:underline}.footer .copyright{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);color:#9ca3af;font-size:.9rem}@media (max-width: 768px){.header-content{flex-direction:column;gap:1rem}.nav{gap:1rem}.banner-grid,.news-grid{grid-template-columns:1fr}.filters-row{flex-direction:column}.filter-group{width:100%}.article-title{font-size:2rem}.article-thumbnail{height:250px}}
