.header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:20px 0;box-shadow:0 4px 6px #0000001a;position:sticky;top:0;z-index:100}.header-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.header-title{text-decoration:none;color:#fff}.header-title h1{font-size:28px;font-weight:700}.nav{display:flex;gap:30px}.nav-link{color:#fff;text-decoration:none;font-weight:500;transition:opacity .3s}.nav-link:hover{opacity:.8}@media (max-width: 768px){.header-container{flex-direction:column;gap:15px}.header-title h1{font-size:22px}.nav{gap:15px}}.footer{background-color:#333;color:#fff;text-align:center;padding:30px 20px;margin-top:40px}.footer-container{max-width:1200px;margin:0 auto}.footer-container p{margin-bottom:15px}.social-links{display:flex;gap:20px;justify-content:center}.social-link{color:#667eea;text-decoration:none;transition:color .3s}.social-link:hover{color:#764ba2}@media (max-width: 768px){.footer{padding:20px}.social-links{flex-direction:column;gap:10px}}.post-card{background:white;border-radius:8px;padding:25px;box-shadow:0 2px 8px #0000001a;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column}.post-card:hover{transform:translateY(-5px);box-shadow:0 4px 16px #00000026}.post-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:15px;gap:10px}.post-title{margin:0;font-size:20px;flex:1}.post-title a{color:#333;text-decoration:none;transition:color .3s}.post-title a:hover{color:#667eea}.post-category{background-color:#e8e8f0;color:#667eea;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;white-space:nowrap}.post-meta{display:flex;gap:15px;font-size:14px;color:#666;margin-bottom:15px}.author,.date{display:inline}.post-excerpt{color:#555;line-height:1.6;margin-bottom:15px;flex-grow:1}.read-more{color:#667eea;text-decoration:none;font-weight:600;transition:color .3s;align-self:flex-start}.read-more:hover{color:#764ba2}@media (max-width: 768px){.post-card{padding:20px}.post-header{flex-direction:column}.post-title{font-size:18px}.post-meta{flex-direction:column;gap:5px}}.home-page{animation:fadeIn .5s ease-in}.hero{text-align:center;margin-bottom:50px;padding:40px 20px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-radius:10px}.hero h2{font-size:36px;margin-bottom:10px}.hero p{font-size:18px;opacity:.9}.filters{margin-bottom:40px}.filters h3{margin-bottom:15px;font-size:18px}.category-buttons{display:flex;flex-wrap:wrap;gap:10px}.category-btn{padding:8px 16px;border:2px solid #667eea;background-color:#fff;color:#667eea;border-radius:25px;cursor:pointer;font-weight:500;transition:all .3s}.category-btn:hover,.category-btn.active{background-color:#667eea;color:#fff}.posts-container h3{font-size:24px;margin-bottom:20px}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px}.no-posts{text-align:center;font-size:16px;color:#999;padding:40px 20px}@media (max-width: 768px){.hero h2{font-size:24px}.hero p{font-size:14px}.posts-grid{grid-template-columns:1fr}.category-buttons{gap:8px}.category-btn{padding:6px 12px;font-size:14px}}.post-page{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.back-link{display:inline-block;margin-bottom:30px;color:#667eea;text-decoration:none;font-weight:600;transition:color .3s}.back-link:hover{color:#764ba2}.post-content{background:white;padding:40px;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:50px}.post-page-header{border-bottom:2px solid #e8e8e8;padding-bottom:20px;margin-bottom:30px}.post-page-header h1{font-size:36px;margin-bottom:15px;color:#333}.post-page-meta{display:flex;gap:20px;font-size:14px;color:#666;flex-wrap:wrap}.post-page-meta .author,.post-page-meta .date{display:inline}.post-page-meta .category{background-color:#e8e8f0;color:#667eea;padding:4px 12px;border-radius:20px;font-weight:600}.post-body{font-size:16px;line-height:1.8;color:#555;margin:30px 0}.post-body p{margin-bottom:20px;text-align:justify}.post-footer{border-top:2px solid #e8e8e8;padding-top:20px;margin-top:30px}.tags{color:#666}.tags strong{color:#333}.post-not-found{text-align:center;padding:60px 20px;background:white;border-radius:8px;box-shadow:0 2px 8px #0000001a}.post-not-found h2{font-size:28px;margin-bottom:15px;color:#333}.post-not-found p{color:#666;margin-bottom:30px;font-size:16px}.related-posts{background:white;padding:40px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.related-posts h2{font-size:24px;margin-bottom:25px;color:#333}.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.related-post-item{background:#f8f8f8;padding:20px;border-radius:8px;transition:transform .3s,box-shadow .3s}.related-post-item:hover{transform:translateY(-3px);box-shadow:0 4px 12px #0000001a}.related-post-item a{text-decoration:none;color:#333}.related-post-item h3{color:#667eea;margin-bottom:10px;transition:color .3s}.related-post-item a:hover h3{color:#764ba2}.related-post-item p{font-size:14px;color:#666;line-height:1.5}@media (max-width: 768px){.post-content{padding:25px}.post-page-header h1{font-size:24px}.post-body{font-size:14px}.post-page-meta{flex-direction:column;gap:8px}.related-grid{grid-template-columns:1fr}}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:40px 20px}@media (max-width: 768px){.main-content{padding:20px 15px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f5f5f5;color:#333;line-height:1.6}html,body,#root{width:100%;height:100%}
