.blog-page{min-height:100vh;background-color:#f9fafb;font-family:Inter,Segoe UI,sans-serif}.blog-container{max-width:1300px;margin:0 auto;padding:2rem 1.5rem}.blog-header{text-align:center;margin-bottom:3rem}.blog-title{font-size:3rem;font-weight:800;color:#1f2937;margin-bottom:1rem;background:linear-gradient(135deg,#7c3aed,#4f46e5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.blog-subtitle{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto 2rem;line-height:1.6}.blog-search{display:flex;max-width:500px;margin:0 auto 2rem;position:relative}.blog-search-input{flex:1;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;transition:all .3s ease;background:#fff}.blog-search-input:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px rgba(124,58,237,.1)}.blog-search-button{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#9ca3af;cursor:pointer;padding:.5rem;transition:color .3s ease}.blog-search-button:hover{color:#7c3aed}.blog-categories{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:2rem}.blog-category{padding:.5rem 1.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:2rem;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .3s ease}.blog-category:hover{border-color:#7c3aed;color:#7c3aed}.blog-category.active{background:#7c3aed;border-color:#7c3aed;color:#fff}.featured-post{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem;background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 10px 25px -5px rgba(0,0,0,.1)}@media (min-width:768px){.featured-post{grid-template-columns:1fr 1fr}}.featured-post-image{position:relative;min-height:300px;overflow:hidden}.featured-post-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.featured-post:hover .featured-post-image img{transform:scale(1.05)}.featured-badge{position:absolute;top:1rem;left:1rem;background:#7c3aed;color:#fff;padding:.25rem .75rem;border-radius:.25rem;font-size:.75rem;font-weight:600}.featured-post-content{padding:2rem;display:flex;flex-direction:column;justify-content:center}.post-category{display:inline-block;background:#f5f3ff;color:#7c3aed;padding:.25rem .75rem;border-radius:.25rem;font-size:.75rem;font-weight:600;margin-bottom:1rem}.featured-post-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem;line-height:1.3}.featured-post-excerpt{font-size:1rem;color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.post-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.author-image{width:3rem;height:3rem;border-radius:50%;-o-object-fit:cover;object-fit:cover}.meta-info{display:flex;flex-direction:column}.author-name{font-weight:600;color:#1f2937}.post-date{font-size:.875rem;color:#9ca3af}.read-more-button{align-self:flex-start;background:#7c3aed;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:background .3s ease}.read-more-button:hover{background:#6d28d9}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.blog-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.blog-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.blog-card-image{position:relative;height:200px;overflow:hidden}.blog-card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.blog-card:hover .blog-card-image img{transform:scale(1.1)}.card-category{position:absolute;top:1rem;left:1rem;background:rgba(124,58,237,.9);color:#fff;padding:.25rem .75rem;border-radius:.25rem;font-size:.75rem;font-weight:600}.blog-card-content{padding:1.5rem}.blog-card-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.75rem;line-height:1.4}.blog-card-excerpt{font-size:.875rem;color:#6b7280;line-height:1.6;margin-bottom:1rem}.blog-card-meta{justify-content:space-between;margin-bottom:1rem}.blog-card-meta,.meta-left{display:flex;align-items:center}.meta-left{gap:.5rem}.card-author-image{width:2rem;height:2rem;border-radius:50%;-o-object-fit:cover;object-fit:cover}.card-author{font-size:.875rem;font-weight:500;color:#1f2937}.meta-right{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.card-date,.card-read-time{font-size:.75rem;color:#9ca3af}.card-read-button{width:100%;background:#f5f3ff;color:#7c3aed;border:1px solid #ddd6fe;padding:.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease}.card-read-button:hover{background:#7c3aed;color:#fff;border-color:#7c3aed}.no-results{text-align:center;padding:3rem;background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.no-results h3{font-size:1.5rem;color:#1f2937;margin-bottom:.5rem}.no-results p{color:#6b7280}.single-post{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.back-button{background:none;border:none;color:#7c3aed;font-weight:600;cursor:pointer;padding:.5rem 0;margin-bottom:2rem;display:flex;align-items:center;gap:.5rem;transition:color .3s ease}.back-button:hover{color:#6d28d9}.post-header{margin-bottom:2rem}.post-title{font-size:2.5rem;font-weight:800;color:#1f2937;margin:1rem 0;line-height:1.3}.post-meta-detail{display:flex;align-items:center;gap:1rem}.post-author-image{width:3rem;height:3rem;border-radius:50%;-o-object-fit:cover;object-fit:cover}.post-meta-info{display:flex;flex-direction:column}.post-author{font-weight:600;color:#1f2937}.post-date-detail{font-size:.875rem;color:#9ca3af}.post-featured-image{width:100%;height:400px;border-radius:1rem;overflow:hidden;margin-bottom:2rem}.post-featured-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.post-content{line-height:1.8;color:#374151;margin-bottom:2rem}.post-content h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin:2rem 0 1rem}.post-content p{margin-bottom:1rem}.post-content ol,.post-content ul{margin:1rem 0;padding-left:1.5rem}.post-content li{margin-bottom:.5rem}.post-tags{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;padding:1.5rem 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;margin:2rem 0}.tags-label{font-weight:600;color:#1f2937}.tag{background:#f3f4f6;color:#6b7280;padding:.25rem .75rem;border-radius:.25rem;font-size:.875rem}.post-share{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.share-label{font-weight:600;color:#1f2937}.share-buttons{display:flex;gap:.5rem}.share-button{padding:.5rem 1rem;border:1px solid #e5e7eb;border-radius:.25rem;background:#fff;font-size:.875rem;cursor:pointer;transition:all .3s ease}.share-button.twitter:hover{background:#1da1f2;color:#fff;border-color:#1da1f2}.share-button.linkedin:hover{background:#0077b5;color:#fff;border-color:#0077b5}.share-button.facebook:hover{background:#1877f2;color:#fff;border-color:#1877f2}@media (max-width:768px){.blog-container{padding:1.5rem 1rem}.blog-title{font-size:2rem}.featured-post-title{font-size:1.5rem}.post-title{font-size:2rem}.post-featured-image{height:250px}.blog-grid{grid-template-columns:1fr}.blog-categories{justify-content:flex-start;overflow-x:auto;padding-bottom:.5rem}.post-meta-detail,.post-share,.post-tags{flex-direction:column;align-items:flex-start;gap:.5rem}}.arcules{font-family:Inter,Segoe UI,sans-serif;color:#333;max-width:1200px;margin:0 auto}.arcules h1{font-size:3rem;font-weight:800;color:#1f2937;margin-bottom:3rem;text-align:center;background:linear-gradient(135deg,#7c3aed,#4f46e5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.arcules h2{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.arcules .row{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:4rem;align-items:center}@media (min-width:768px){.arcules .row{grid-template-columns:1fr 1fr}.arcules .row.reverse{direction:rtl}.arcules .row.reverse .text{direction:ltr}}.arcules .text{padding:2rem}.arcules p{font-size:1.125rem;line-height:1.7;color:#4b5563;margin-bottom:1.5rem}.arcules ul{list-style:none;padding-left:0;margin:1.5rem 0}.arcules li{position:relative;padding-left:1.75rem;margin-bottom:.75rem;font-size:1.125rem;line-height:1.6;color:#4b5563}.arcules li:before{content:"✓";position:absolute;left:0;color:#7c3aed;font-weight:700;font-size:1.125rem}.arcules img{width:100%;height:auto;border-radius:1rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1);transition:transform .3s ease}.arcules img:hover{transform:scale(1.02)}.arcules button{background:#7c3aed;color:#fff;border:none;padding:.875rem 2rem;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1.5rem;text-transform:uppercase;letter-spacing:.5px}.arcules button:hover{background:#6d28d9;transform:translateY(-2px);box-shadow:0 10px 20px -5px rgba(124,58,237,.3)}.post-content .arcules{margin:2rem 0}.post-content .arcules h1{font-size:2.5rem;margin-bottom:2rem}.post-content .arcules h2{font-size:1.75rem;margin-bottom:.75rem}.post-content .arcules p{font-size:1rem;margin-bottom:1rem}.post-content .arcules li{font-size:1rem;margin-bottom:.5rem}@media (max-width:768px){.arcules h1{font-size:2rem}.arcules h2{font-size:1.5rem}.arcules .text{padding:1rem}.post-content .arcules h1{font-size:1.75rem}.post-content .arcules h2{font-size:1.5rem}}