*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5;color:#333}a{color:#0070f3;text-decoration:none}a:hover{text-decoration:underline}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 0;box-shadow:0 2px 10px rgba(0,0,0,.1)}.header-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#fff}.navigation ul{list-style:none;display:flex;gap:2rem}.navigation a{color:#fff;transition:opacity .3s}.navigation a:hover{opacity:.8}.main-content{max-width:1200px;margin:2rem auto;padding:0 20px;min-height:calc(100vh - 400px)}.news-card{background:#fff;padding:1.5rem;margin-bottom:1.5rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s,box-shadow .3s}.news-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.news-card h3{margin-bottom:.5rem}.news-card .preview{color:#666;margin-bottom:1rem;line-height:1.6}.read-more{color:#667eea;font-weight:500}.footer{background:#333;color:#fff;padding:2rem 0;margin-top:3rem;text-align:center}.footer-links{margin-top:1rem}.footer-links a{color:#aaa;margin:0 1rem;transition:color .3s}.footer-links a:hover{color:#fff}@media (max-width:768px){.header-container{flex-direction:column;gap:1rem}.navigation ul{gap:1rem}}