:root{--primary-color:#0a1e2c;--secondary-color:#475569;--accent-color:#3b82f6;--background-color:#f8fafc;--card-background:rgba(255,255,255,.8);--text-primary:#0f172a;--text-secondary:#64748b;--border-color:#e2e8f0;--shadow:0 10px 25px -5px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);--shadow-hover:0 20px 40px -10px rgba(0,0,0,.15),0 8px 12px -4px rgba(0,0,0,.1);--html-color:#e34c26;--css-color:#1572b6;--js-color:#f7df1e;--react-color:#61dafb}.blog-container{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;min-height:100vh;padding:2rem 0}.blog-wrapper{max-width:1200px;margin:0 auto;padding:0 1rem}.blog-header{text-align:center;margin-bottom:3rem}.blog-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.blog-subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.blog-layout{display:grid;grid-template-columns:1fr 300px;gap:2rem}@media(max-width:768px){.blog-layout{grid-template-columns:1fr}.blog-sidebar{order:-1}}.blog-content{display:flex;flex-direction:column;gap:2rem}.post-card{background:var(--card-background);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;box-shadow:var(--shadow);transition:all .3s ease;border:1px solid rgba(255,255,255,.2);position:relative}.pin-icon-corner{position:absolute;top:1rem;right:1rem;color:#d4af37;font-size:1.2rem;transform:rotate(45deg);opacity:.9;transition:all .3s ease;z-index:1}.post-card:hover .pin-icon-corner{color:#f4d03f;transform:rotate(45deg) scale(1.15);opacity:1}.post-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.post-header{margin-bottom:1.5rem}.post-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.category-dot{width:12px;height:12px;border-radius:50%}.html-color{background-color:var(--html-color)}.css-color{background-color:var(--css-color)}.js-color{background-color:var(--js-color)}.react-color{background-color:var(--react-color)}.category-badge{background:var(--background-color);color:var(--text-secondary);padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500}.meta-info{display:flex;gap:1rem;color:var(--text-secondary);font-size:.875rem}.meta-info i{margin-right:.25rem}.post-title{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem;transition:color .3s ease}.post-card:hover .post-title{color:var(--secondary-color)}.post-subtitle{font-size:1.125rem;color:var(--text-secondary);font-weight:500}.post-description{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.7}.post-description ul{margin:1rem 0;padding-left:1.5rem}.post-description ul li{color:var(--text-secondary);margin-bottom:.75rem;line-height:1.7;list-style-type:disc}.post-footer{display:flex;justify-content:flex-start;align-items:center}.author-info{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);font-size:.875rem}.blog-sidebar{display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:2rem;height:fit-content}.sidebar-card{background:var(--card-background);backdrop-filter:blur(10px);border-radius:16px;padding:1.5rem;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.2)}.sidebar-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary)}.recent-posts{display:flex;flex-direction:column;gap:.75rem}.recent-post-btn{border:0;border-radius:12px;padding:1rem;font-weight:600;color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.15)}.recent-post-btn:hover{transform:scale(1.05);box-shadow:0 6px 20px rgba(0,0,0,.2)}.html-gradient{background:linear-gradient(135deg,#e34c26,#f06529)}.css-gradient{background:linear-gradient(135deg,#1572b6,#33a9dc)}.js-gradient{background:linear-gradient(135deg,#f7df1e,#ffda44);color:#333}.react-gradient{background:linear-gradient(135deg,#61dafb,#21d4fd);color:#333}.newsletter-card{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff}.newsletter-card .sidebar-title{color:#fff}.newsletter-description{color:rgba(255,255,255,.8);margin-bottom:1rem;font-size:.875rem}.newsletter-form{display:flex;flex-direction:column;gap:.75rem}.newsletter-input{padding:.75rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:rgba(255,255,255,.1);color:#fff;font-size:.875rem}.newsletter-input::placeholder{color:rgba(255,255,255,.6)}.newsletter-input:focus{outline:0;border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.15)}.newsletter-btn{background:#fff;color:var(--primary-color);border:0;padding:.75rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.newsletter-btn:hover{background:rgba(255,255,255,.9);transform:translateY(-1px)}@media(max-width:768px){.blog-wrapper{padding:0 1rem}.post-card{padding:1.5rem}.post-meta{flex-direction:column;align-items:flex-start;gap:.5rem}.meta-info{flex-direction:column;gap:.5rem}}@media(max-width:480px){.post-title{font-size:1.5rem}.blog-subtitle{font-size:1rem}}@media(max-width:768px){.blog-wrapper{padding:0 1rem}.post-card{padding:1.5rem;scroll-margin-top:200px}.post-meta{flex-direction:column;align-items:flex-start;gap:.5rem}.meta-info{flex-direction:column;gap:.5rem}.blog-sidebar{position:relative;margin-bottom:2rem}iframe{max-width:525px}}