:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-osx-font-smoothing:grayscale;--bg-primary: #ffffff;--text-primary: #333333;--text-secondary: #666666;--text-muted: #999999;--accent-color: #4da6ff;--card-bg: #f9f9f9;--border-color: #eeeeee}@media(prefers-color-scheme:dark){:root{--bg-primary: #121212;--text-primary: #e0e0e0;--text-secondary: #aaaaaa;--text-muted: #888888;--card-bg: #1e1e1e;--border-color: #333333}}body{margin:0;display:flex;justify-content:center;min-width:320px;min-height:100vh;color:var(--text-primary);background-color:var(--bg-primary)}#app{max-width:1280px;padding:4rem 2rem;width:100%}header{margin-bottom:4rem}.logo{font-size:1.5rem;font-weight:700;letter-spacing:-.05em;margin:0}.about{margin-bottom:4rem;max-width:800px}.about h2{font-size:3rem;line-height:1.1;margin-bottom:1.5rem;font-weight:500;font-family:Times New Roman,serif}.about p{font-size:1.125rem;color:var(--text-secondary);line-height:1.6}.content-grid{display:grid;grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:4rem}h3{font-size:1rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:1.5rem;font-weight:600}#news-list{list-style:none;padding:0;margin:0}.news-item{margin-bottom:1.5rem}.news-date{display:block;font-size:.875rem;color:var(--accent-color);margin-bottom:.25rem}.news-title{font-size:1rem;color:var(--text-primary);text-decoration:none;transition:color .2s}.news-title:hover{color:var(--accent-color)}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.project-card{background:var(--card-bg);padding:1.5rem;border-radius:8px;transition:transform .2s;cursor:pointer}.project-card:hover{transform:translateY(-2px)}.project-icon{font-size:1.5rem;margin-bottom:1rem;color:var(--accent-color)}.project-card h4{margin:0 0 .5rem;font-size:1.125rem}.project-card p{margin:0;font-size:.875rem;color:var(--text-secondary)}footer{border-top:1px solid var(--border-color);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;color:var(--text-muted);font-size:.875rem}.social-links a{margin-left:1rem;color:var(--text-secondary);text-decoration:none}.social-links a:hover{color:var(--text-primary)}#article-view{max-width:800px;margin:0 auto}.back-link{display:inline-block;color:var(--text-muted);text-decoration:none;margin-bottom:3rem;font-size:.875rem;transition:color .2s}.back-link:hover{color:var(--text-primary)}#article-content h2{font-size:3rem;line-height:1.1;margin-bottom:2rem;font-weight:500;font-family:Times New Roman,serif}#article-content .article-date{display:block;font-size:1rem;color:var(--accent-color);margin-bottom:1rem}#article-content p{font-size:1.125rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}@media(max-width:768px){.content-grid{grid-template-columns:1fr;gap:2rem}.about h2{font-size:2rem}}
