@import url(https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;900&display=swap);:root{--primary-color:#590ea0;--secondary-color:#8a2be2;--accent-color:#ff6b6b;--text-primary:#2c3e50;--text-secondary:#7f8c8d;--text-light:#95a5a6;--background-light:#f8f9fa;--background-white:#ffffff;--border-light:#e9ecef;--shadow-light:0 2px 10px rgba(0, 0, 0, 0.1);--shadow-medium:0 4px 20px rgba(0, 0, 0, 0.15);--shadow-heavy:0 8px 30px rgba(0, 0, 0, 0.2);--border-radius:12px;--transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}body{font-family:Tajawal,'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#f5f7fa 0,#c3cfe2 100%);color:var(--text-primary);line-height:1.7;overflow-x:hidden}.modern-post-container{padding:2rem 0;min-height:calc(100vh - 200px)}.modern-post-article{max-width:1200px;margin:0 auto;background:var(--background-white);border-radius:var(--border-radius);box-shadow:var(--shadow-medium);overflow:hidden;position:relative}.post-header{padding:2rem 2rem 1rem 2rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;position:relative;z-index:0}.post-header::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3;z-index:index -1}.post-breadcrumb{display:flex;align-items:center;margin-bottom:1.5rem;font-size:.9rem;position:relative;z-index:1}.breadcrumb-link{color:rgba(255,255,255,.9);text-decoration:none;display:flex;align-items:center;gap:.5rem;transition:var(--transition)}.breadcrumb-link:hover{color:#fff;text-decoration:none}.breadcrumb-separator{margin:0 .75rem;opacity:.7}.breadcrumb-current{opacity:.8}.post-main-title{font-size:2.5rem;font-weight:900;line-height:1.2;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);position:relative;z-index:1;width:95%}.post-meta{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem;position:relative;z-index:1}.post-meta-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;opacity:.9}.post-meta-item i{font-size:1rem;opacity:.8}.post-author{color:rgba(255,255,255,.9)!important;text-decoration:none!important;transition:var(--transition);font-weight:500}.post-author:hover{color:#fff!important;text-decoration:none!important;text-shadow:0 0 8px rgba(255,255,255,.5)}.post-author:visited{color:rgba(255,255,255,.9)!important}.post-author:focus{color:#fff!important;outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.post-tags{display:flex;flex-wrap:wrap;gap:.5rem;position:relative;z-index:1;width:95%}.post-tag{display:inline-block;background:rgba(255,255,255,.2);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);transition:var(--transition);text-decoration:none;cursor:pointer}.post-tag:hover{background:rgba(255,255,255,.3);color:#fff;text-decoration:none;transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.2)}.post-tag:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.post-featured-image{position:relative;height:400px;overflow:hidden}.post-featured-image img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 0,rgba(0,0,0,.1) 100%)}.post-content-wrapper{padding:3rem 2rem}.modern-post-article:not(:has(.post-featured-image)) .post-content-wrapper{padding-top:2rem;border-top:3px solid var(--primary-color);margin-top:2rem}.modern-post-article.no-image .post-content-wrapper{padding-top:2rem;border-top:3px solid var(--primary-color);margin-top:2rem}.post-content{font-size:1.1rem;line-height:1.8;color:var(--text-primary)}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{color:var(--primary-color);margin-top:2rem;margin-bottom:1rem;font-weight:700}.post-content h1{font-size:2rem}.post-content h2{font-size:1.75rem}.post-content h3{font-size:1.5rem}.post-content h4{font-size:1.25rem}.post-content p{margin-bottom:1.5rem;text-align:justify}.post-content img{max-width:100%;height:auto;border-radius:8px;margin:1.5rem 0;box-shadow:var(--shadow-light)}.post-content blockquote{background:var(--background-light);border-right:4px solid var(--primary-color);padding:1.5rem;margin:2rem 0;border-radius:8px;font-style:italic;color:var(--text-secondary)}.post-content ol,.post-content ul{margin-bottom:1.5rem;padding-right:2rem}.post-content li{margin-bottom:.5rem}.post-content a{color:var(--primary-color);text-decoration:none;border-bottom:1px solid transparent;transition:var(--transition)}.post-content a:hover{color:var(--secondary-color);border-bottom-color:var(--secondary-color);text-decoration:none}.post-footer{padding:2rem;background:var(--background-light);border-top:1px solid var(--border-light);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.post-actions{display:flex;gap:1rem}.action-btn{background:var(--background-white);color:var(--text-primary);border:2px solid var(--border-light);padding:.75rem 1.5rem;border-radius:25px;font-size:.9rem;font-weight:500;cursor:pointer;transition:var(--transition);display:flex;align-items:center;gap:.5rem;text-decoration:none}.action-btn:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 12px rgba(89,14,160,.3)}.nav-btn{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;padding:.75rem 1.5rem;border-radius:25px;text-decoration:none;font-weight:500;font-size:12px;display:flex;align-items:center;gap:.5rem;transition:var(--transition);box-shadow:0 4px 15px rgba(89,14,160,.3)}.nav-btn:hover{color:#fff;text-decoration:none;transform:translateY(-2px);box-shadow:0 6px 20px rgba(89,14,160,.4)}.nav-btn i{transition:var(--transition)}.nav-btn:hover i{transform:translateX(3px)}.post-navigation{display:flex;gap:1rem;align-items:center;justify-content:center}@media (max-width:768px){.modern-post-container{padding:1rem 0}.modern-post-article{margin:0 1rem;border-radius:8px}.post-header{padding:1.5rem 1rem 1rem 1rem}.post-main-title{font-size:1.75rem}.post-meta{flex-direction:column;gap:.75rem}.post-featured-image{height:250px}.post-content-wrapper{padding:2rem 1rem}.post-content{font-size:1rem}.post-footer{flex-direction:column;align-items:stretch;text-align:center}.post-actions{justify-content:center}}@media (max-width:480px){.post-main-title{font-size:1.5rem}.post-content-wrapper{padding:1.5rem 1rem}.action-btn,.nav-btn{padding:.5rem .4rem;font-size:.65rem}}@media print{.modern-footer,.post-footer,.post-header{display:none!important}.modern-post-article{box-shadow:none;border:none}.post-content{font-size:12pt;line-height:1.5}}.suggested-posts{margin:3rem auto;padding:2rem 0;border-top:1px solid #e0e0e0;max-width:1200px}.suggested-posts h3{text-align:center;margin-bottom:2rem;font-size:1.8rem;font-weight:600;color:#333;position:relative}.suggested-posts h3::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(45deg,#667eea 0,#764ba2 100%);border-radius:2px}.suggested-posts-grid{display:grid;grid-template-columns:repeat(2,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.suggested-post-card{display:block;text-decoration:none;color:inherit;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.1);transition:all .3s ease;height:100%;border:1px solid #f0f0f0}.suggested-post-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.15);text-decoration:none;color:inherit}.suggested-post-image{position:relative;width:100%;height:180px;overflow:hidden;background:#f8f9fa}.suggested-post-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.suggested-post-card:hover .suggested-post-image img{transform:scale(1.05)}.suggested-post-content{padding:1.2rem}.suggested-post-title{font-size:1rem;font-weight:600;line-height:1.4;margin:0;color:#333;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:2.8rem}.suggested-post-card.no-image .suggested-post-content{padding:2rem 1.2rem}.suggested-post-card.no-image .suggested-post-title{font-size:1.1rem;text-align:center}@media (max-width:768px){.suggested-posts{margin:2rem auto;padding:1.5rem 1rem;max-width:100%}.suggested-posts h3{font-size:1.5rem;margin-bottom:1.5rem}.suggested-posts-grid{grid-template-columns:repeat(2,minmax(250px,1fr));gap:1rem}.suggested-post-image{height:160px}.suggested-post-content{padding:1rem}.suggested-post-title{font-size:.95rem}}@media (max-width:576px){.suggested-posts-grid{grid-template-columns:1fr;gap:1rem}.suggested-post-image{height:200px}}@media (min-width:992px){.suggested-posts-grid{grid-template-columns:repeat(2,1fr);max-width:1200px;margin:2rem auto 0}}@media (prefers-color-scheme:dark){.suggested-posts{border-top-color:#333}.suggested-posts h3{color:#fff}.suggested-post-card{background:#2a2a2a;border-color:#333}.suggested-post-title{color:#fff}.suggested-post-image{background:#333}}