:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:linear-gradient(135deg,#1a1a2e,#16213e);min-height:100vh;color:#fff}.container{max-width:600px;margin:0 auto;padding:20px;min-height:100vh;display:flex;flex-direction:column}.header{text-align:center;padding:20px 0 30px}.header-top{display:flex;justify-content:flex-end;margin-bottom:16px}.lang-toggle{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:8px 16px;border-radius:20px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.lang-toggle:hover{background:#fff3}.header h1{font-size:2.5rem;font-weight:800;background:linear-gradient(90deg,#ff6b6b,#feca57);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px}.tagline{color:#a0a0a0;font-size:.9rem;font-weight:300}.news-card{background:#ffffff0d;border-radius:20px;overflow:hidden;flex:1;display:flex;flex-direction:column;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.news-image{width:100%;aspect-ratio:16 / 9;overflow:hidden;background:#0003}.news-image img{width:100%;height:100%;object-fit:cover}.news-content{padding:24px;flex:1;display:flex;flex-direction:column}.news-title{font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:16px;color:#fff}.news-summary{font-size:1rem;line-height:1.6;color:silver;flex:1;margin-bottom:20px}.news-meta{display:flex;align-items:center;gap:16px;margin-top:auto}.source-name{color:#888;font-size:.85rem}.source-link{display:inline-block;color:#feca57;text-decoration:none;font-weight:600;font-size:.9rem;transition:color .2s}.source-link:hover{color:#ff6b6b}.footer{padding:24px 0;display:flex;flex-direction:column;align-items:center;gap:16px}.refresh-button{background:linear-gradient(90deg,#ff6b6b,#feca57);border:none;padding:14px 32px;border-radius:30px;color:#1a1a2e;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.refresh-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #ff6b6b4d}.refresh-button:active:not(:disabled){transform:translateY(0)}.refresh-button:disabled{opacity:.6;cursor:not-allowed}.no-news-container{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.loading,.error,.no-news{display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#a0a0a0}.error{color:#ff6b6b}@media(max-width:480px){.header h1{font-size:2rem}.news-title{font-size:1.25rem}.news-content{padding:20px}.nav-button{padding:10px 18px;font-size:.85rem}}
