*{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:#f8f9fa;color:#333}.header{background:linear-gradient(120deg,#3a3a3ac3,#2d3748);color:#fff;padding:0;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-content{max-width:1200px;margin:0 auto;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center}.header h1{font-size:1.8rem;font-weight:700;letter-spacing:-.5px;cursor:pointer;transition:transform .2s}.header h1:hover{transform:scale(1.02)}.header-nav{display:flex;gap:2rem;align-items:center}.header-nav a{color:#fff;text-decoration:none;font-weight:500;font-size:1rem;padding:.5rem 1rem;border-radius:6px;transition:background .2s,transform .2s}.header-nav a:hover{background:#ffffff26;transform:translateY(-2px)}.layout-container{min-height:100vh;display:flex;flex-direction:column}.layout-content{flex:1;width:100%}.footer{background:#2d3748;color:#cbd5e0;padding:2rem 0;margin-top:4rem}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.footer-content>div{max-width:600px}.footer-content p{word-wrap:break-word;overflow-wrap:break-word}.footer-content a{color:#cbd5e0bb;text-decoration:none;font-weight:500;transition:color .2s}.footer p{margin:0;font-size:.9rem}.footer-links a:hover{color:#fff}@media(max-width:768px){.header-content{flex-direction:column;gap:1rem;text-align:center}.header h1{font-size:1.5rem}.header-nav{gap:1rem}.header-nav a{font-size:.9rem;padding:.4rem .8rem}.footer-content{flex-direction:column;gap:1rem;text-align:center}.footer-links{gap:1rem}}.home-container{max-width:1200px;margin:0 auto;padding:3rem 2rem}.posts-grid{display:flex;flex-direction:row;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;display:flex;flex-direction:column;height:100%}.card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.card-image{width:100%;height:200px;object-fit:cover;background:linear-gradient(120deg,#3a3a3ac3,#2d3748)}.card-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.card h2{font-size:1.5rem;margin-bottom:.75rem;color:#333;font-weight:700;line-height:1.3}.card p{color:#666;line-height:1.6;margin-bottom:1rem;flex:1}.card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #f0f0f0;font-size:.875rem;color:#999}.read-more{color:#667eea;font-weight:600;display:flex;align-items:center;gap:.5rem}.read-more:after{content:"→";transition:transform .2s}.card:hover .read-more:after{transform:translate(4px)}.card-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.card-tag{background:#f0f0f0;color:#666;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500}.loading-container{display:flex;justify-content:center;align-items:center;min-height:400px}.loading-spinner{width:40px;height:40px;border:4px solid #f0f0f0;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:4rem 2rem;color:#999}.empty-state h2{font-size:2rem;margin-bottom:1rem;color:#666}a.card-link{text-decoration:none;color:inherit}@media(max-width:768px){.home-container{padding:2rem 1rem}.posts-grid{grid-template-columns:1fr;gap:1.5rem}.card h2{font-size:1.25rem}}@media(max-width:480px){.card-content{padding:1.25rem}}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: GitHub
  Description: Light theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-light
  Current colors taken from GitHub's CSS
*/.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#005cc5}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-comment,.hljs-code,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}.post-container{max-width:800px;margin:2rem auto;padding:2.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 16px #00000014;animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.post-header{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:2px solid #f0f0f0}.back-button{display:inline-flex;align-items:center;gap:.5rem;color:#667eea;text-decoration:none;font-weight:500;margin-bottom:1.5rem;padding:.5rem 1rem;border-radius:6px;transition:all .2s;background:transparent;border:none;cursor:pointer;font-size:1rem}.back-button:hover{background:#f0f0f0;transform:translate(-4px)}.back-button:before{content:"←";font-size:1.2rem}.post-header h1{font-size:2.5rem;margin-bottom:1rem;color:#333}.post-meta{display:flex;gap:1.5rem;color:#666;font-size:.9rem;margin-bottom:1rem}.post-meta .author{font-weight:500}.post-meta .date{color:#999}.post-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.tag{background:#e3f2fd;color:#1976d2;padding:.25rem .75rem;border-radius:16px;font-size:.85rem;font-weight:500}.post-content{line-height:1.8;color:#333}.post-content h2{font-size:1.8rem;margin-top:2rem;margin-bottom:1rem;color:#444}.post-content h3{font-size:1.4rem;margin-top:1.5rem;margin-bottom:.75rem;color:#555}.post-content p{margin-bottom:1rem;text-align:justify}.post-content ul,.post-content ol{margin-bottom:1rem;padding-left:2rem}.post-content li{margin-bottom:.5rem}.post-content pre{background:#f5f5f5;border-left:4px solid #1976d2;padding:1rem;overflow-x:auto;border-radius:4px;margin:1rem 0}.post-content code{font-family:Courier New,Courier,monospace;background:#f5f5f5;padding:.2rem .4rem;border-radius:3px;font-size:.9em}.post-content pre code{background:none;padding:0}.post-content img{max-width:100%;height:auto;margin:1.5rem 0;border-radius:8px}.post-content blockquote{border-left:4px solid #ddd;padding-left:1rem;margin:1.5rem 0;font-style:italic;color:#666}.post-content a{color:#1976d2;text-decoration:none}.post-content a:hover{text-decoration:underline}.card{cursor:pointer;transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}
