*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter',sans-serif;background:#ffffff;color:#1a1a2e;line-height:1.6}body.dark-mode{background:#0f172a;color:#e2e8f0}.site-wrapper{max-width:1200px;margin:0 auto;background:#ffffff;min-height:100vh;box-shadow:0 0 60px rgba(0,0,0,0.08)}body.dark-mode .site-wrapper{background:#1e293b;box-shadow:0 0 60px rgba(0,0,0,0.3)}.post-layout{display:flex;gap:30px;max-width:1160px;margin:0 auto;padding:40px 20px}.content-wrapper{flex:1;min-width:0}.post-content{line-height:1.8}.featured-image{width:100%;height:auto;object-fit:contain;border-radius:18px;margin-bottom:28px;box-shadow:0 8px 30px rgba(0,0,0,0.08);background:#fff}.post-title{font-size:32px;font-weight:800;color:#1e293b;line-height:1.3;margin-bottom:12px;letter-spacing:-0.5px}body.dark-mode .post-title{color:#e2e8f0}.post-meta{display:flex;flex-wrap:wrap;gap:16px;align-items:center;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #e5e7eb;font-size:13px;color:#64748b}body.dark-mode .post-meta{border-bottom-color:#334155}.post-meta span{display:flex;align-items:center;gap:5px}.post-meta i{color:#3b82f6;font-size:12px}.post-excerpt{font-size:16px;color:#475569;line-height:1.8;margin-bottom:14px;background:none;border-left:none}body.dark-mode .post-excerpt{background:none;color:#94a3b8;border-left:none}.post-content h2{font-size:22px;font-weight:700;color:#1e293b;margin:36px 0 14px;padding-bottom:10px;border-bottom:2px solid #eff6ff}body.dark-mode .post-content h2{color:#e2e8f0;border-bottom-color:#1e3a5f}.post-content h3{font-size:18px;font-weight:700;color:#1e293b;margin:24px 0 10px}body.dark-mode .post-content h3{color:#e2e8f0}.post-content p{font-size:15px;color:#374151;margin-bottom:16px;line-height:1.8}body.dark-mode .post-content p{color:#cbd5e1}.post-content ul,.post-content ol{margin:14px 0 18px 20px}.post-content li{font-size:14px;color:#374151;margin-bottom:8px;line-height:1.7;padding-left:6px}body.dark-mode .post-content li{color:#cbd5e1}.post-content strong{color:#1e293b}body.dark-mode .post-content strong{color:#e2e8f0}.back-to-top{position:fixed;bottom:90px;right:30px;width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;box-shadow:0 8px 25px rgba(59,130,246,0.35);transition:all 0.3s ease;opacity:0;visibility:hidden;transform:translateY(20px);z-index:999}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{transform:translateY(-4px)}.live-chat-widget{position:fixed;bottom:90px;right:30px;z-index:998}.live-chat-btn{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;box-shadow:0 8px 25px rgba(16,185,129,0.4);transition:all 0.3s;position:relative}.live-chat-btn:hover{transform:scale(1.1)}.live-chat-btn .pulse{position:absolute;width:100%;height:100%;border-radius:50%;background:rgba(16,185,129,0.3);animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);opacity:0.7}100%{transform:scale(1.5);opacity:0}}.chat-popup{display:none;position:absolute;bottom:70px;right:0;width:340px;background:#fff;border-radius:18px;box-shadow:0 20px 60px rgba(0,0,0,0.2);overflow:hidden;animation:slideUp 0.3s ease}.chat-popup.active{display:block}@keyframes slideUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-header{background:linear-gradient(135deg,#10b981,#059669);padding:20px;color:#fff}.chat-header h4{font-size:16px;font-weight:700;margin-bottom:2px}.chat-header p{font-size:12px;opacity:0.8}.chat-close{position:absolute;top:16px;right:16px;background:none;border:none;color:#fff;font-size:16px;cursor:pointer}.chat-messages{padding:16px;max-height:260px;overflow-y:auto;background:#f8fafc}.chat-msg{margin-bottom:12px;display:flex;gap:10px}.chat-msg.bot .chat-avatar{background:linear-gradient(135deg,#10b981,#059669)}.chat-msg.user{flex-direction:row-reverse}.chat-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700;flex-shrink:0}.chat-bubble{padding:10px 14px;border-radius:12px;font-size:13px;line-height:1.5;max-width:220px}.chat-msg.bot .chat-bubble{background:#fff;color:#374151;border:1px solid #e5e7eb}.chat-msg.user .chat-bubble{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff}.chat-input-area{padding:12px;border-top:1px solid #e5e7eb;display:flex;gap:8px}.chat-input-area input{flex:1;padding:10px 14px;border:2px solid #e5e7eb;border-radius:10px;font-size:13px;font-family:'Inter',sans-serif;outline:none}.chat-send{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#10b981,#059669);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:#ffffff;border-top:1px solid #e5e7eb;padding:8px 0;padding-bottom:max(8px,env(safe-area-inset-bottom));z-index:999;box-shadow:0 -4px 20px rgba(0,0,0,0.08)}body.dark-mode .bottom-nav{background:#1e293b;border-top-color:#334155}.bottom-nav-inner{display:flex;justify-content:space-around;align-items:center;max-width:500px;margin:0 auto}.bottom-nav-item{display:flex;flex-direction:column;align-items:center;gap:3px;text-decoration:none;color:#64748b;font-size:10px;font-weight:600;padding:6px 12px;border-radius:10px;transition:all 0.3s}.bottom-nav-item i{font-size:20px}.bottom-nav-item.active{color:#3b82f6}.bottom-nav-center{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;margin-top:-28px;box-shadow:0 6px 20px rgba(59,130,246,0.4)}@media (max-width:768px){.post-layout{flex-direction:column;padding:20px}.post-title{font-size:24px}.featured-image{height:auto}.bottom-nav{display:block}.back-to-top{bottom:80px;right:16px;width:42px;height:42px}.live-chat-widget{bottom:80px;right:16px}.live-chat-btn{width:48px;height:48px;font-size:20px}.chat-popup{width:290px}.sidebar{display:none}}.social-share-section{margin:30px 0;padding:24px;background:#f8fafc;border-radius:16px;border:1px solid #e5e7eb}body.dark-mode .social-share-section{background:#1e293b;border-color:#334155}.share-title{font-size:14px;font-weight:700;color:#1e293b;margin-bottom:14px;display:flex;align-items:center;gap:8px}body.dark-mode .share-title{color:#e2e8f0}.share-title i{color:#3b82f6}.share-buttons{display:flex;flex-wrap:nowrap;gap:8px;justify-content:center}.share-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:8px;color:#fff;text-decoration:none;font-size:12px;font-weight:600;transition:all 0.3s ease;cursor:pointer;border:none;font-family:'Inter',sans-serif;min-width:0}.share-btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,0.15)}.share-btn.facebook{background:#1877F2}.share-btn.twitter{background:#1DA1F2}.share-btn.linkedin{background:#0A66C2}.share-btn.whatsapp{background:#25D366}.share-btn.pinterest{background:#E60023}.share-btn.telegram{background:#0088CC}.share-btn.email{background:#64748b}.share-btn.copy-link{background:linear-gradient(135deg,#3b82f6,#8b5cf6)}.share-btn i{font-size:13px}@media (max-width:768px){.share-buttons{gap:6px}.share-btn{padding:8px 12px;font-size:12px}.share-btn span{display:none}}.comments-section{margin:40px 0;padding:30px;background:#ffffff;border-radius:16px;border:1px solid #e5e7eb}body.dark-mode .comments-section{background:#1e293b;border-color:#334155}.comments-title{font-size:20px;font-weight:700;color:#1e293b;margin-bottom:24px;display:flex;align-items:center;gap:10px}body.dark-mode .comments-title{color:#e2e8f0}.comments-title .count{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;font-size:12px;padding:2px 10px;border-radius:20px}.comment-form{margin-bottom:30px}.comment-form-title{font-size:16px;font-weight:700;color:#1e293b;margin-bottom:16px}body.dark-mode .comment-form-title{color:#e2e8f0}.comment-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}.comment-form input,.comment-form textarea{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:10px;font-size:14px;font-family:'Inter',sans-serif;outline:none;transition:border-color 0.3s;background:#f8fafc;color:#1e293b}.comment-form input:focus,.comment-form textarea:focus{border-color:#3b82f6;background:#fff}body.dark-mode .comment-form input,body.dark-mode .comment-form textarea{background:#0f172a;border-color:#334155;color:#e2e8f0}body.dark-mode .comment-form input:focus,body.dark-mode .comment-form textarea:focus{border-color:#3b82f6}.comment-form textarea{min-height:120px;resize:vertical}.comment-submit{padding:12px 28px;border:none;border-radius:10px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;font-size:14px;font-weight:600;font-family:'Inter',sans-serif;cursor:pointer;transition:all 0.3s}.comment-submit:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(59,130,246,0.35)}.comments-list{list-style:none}.comment-item{display:flex;gap:16px;padding:20px 0;border-bottom:1px solid #f3f4f6}.comment-item:last-child{border-bottom:none}body.dark-mode .comment-item{border-bottom-color:#334155}.comment-avatar{width:48px;height:48px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#fff}.comment-content{flex:1}.comment-author{font-size:14px;font-weight:700;color:#1e293b;margin-bottom:2px}body.dark-mode .comment-author{color:#e2e8f0}.comment-date{font-size:12px;color:#94a3b8;margin-bottom:8px}.comment-text{font-size:14px;line-height:1.7;color:#475569}body.dark-mode .comment-text{color:#94a3b8}.comment-actions{margin-top:10px;display:flex;gap:16px}.comment-actions a{font-size:12px;font-weight:600;color:#64748b;text-decoration:none;display:flex;align-items:center;gap:4px;transition:color 0.3s}.comment-actions a:hover{color:#3b82f6}.login-prompt{margin-bottom:30px}.login-prompt .fas{opacity:0.6}body.dark-mode .login-prompt{background:#1e293b;border-color:#334155;color:#e2e8f0}body.dark-mode .login-prompt h4{color:#e2e8f0}body.dark-mode .login-prompt p{color:#94a3b8}@media (max-width:768px){.comment-form-row{grid-template-columns:1fr}.comments-section{padding:20px}}.related-posts-section{margin:30px 0}.related-section-title{font-size:20px;font-weight:700;color:#1e293b;margin-bottom:20px;display:flex;align-items:center;gap:10px}body.dark-mode .related-section-title{color:#e2e8f0}.related-section-title::after{content:'';flex:1;height:2px;background:linear-gradient(90deg,#e5e7eb,transparent)}.related-posts-carousel{position:relative;overflow:hidden;width:100%}.related-posts-wrapper{display:flex;transition:transform 0.5s ease}.related-posts-slide{display:flex;gap:20px;flex-shrink:0}.carousel-nav{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;pointer-events:none}.carousel-arrow{background:rgba(255,255,255,0.9);border:1px solid #e5e7eb;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.3s ease;pointer-events:auto;color:#1e293b;font-size:18px}.carousel-arrow:hover{background:#3b82f6;color:white;border-color:#3b82f6}body.dark-mode .carousel-arrow{background:rgba(30,41,59,0.9);border-color:#334155;color:#e2e8f0}body.dark-mode .carousel-arrow:hover{background:#3b82f6;color:white}.related-post-card{background:#ffffff;border-radius:14px;overflow:hidden;border:1px solid #e5e7eb;transition:all 0.3s ease;text-decoration:none;color:inherit;display:block}.related-post-card:hover{transform:translateY(-4px);box-shadow:0 12px 35px rgba(0,0,0,0.1);border-color:#3b82f6}body.dark-mode .related-post-card{background:#1e293b;border-color:#334155}body.dark-mode .related-post-card:hover{border-color:#3b82f6}.related-post-card img{width:100%;height:160px;object-fit:cover;transition:transform 0.5s ease}.related-post-card:hover img{transform:scale(1.05)}.related-post-card-body{padding:16px}.related-post-card-cat{font-size:11px;font-weight:600;color:#3b82f6;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:8px;display:inline-block}.related-post-card-title{font-size:14px;font-weight:700;color:#1e293b;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}body.dark-mode .related-post-card-title{color:#e2e8f0}.related-post-card-meta{font-size:11px;color:#94a3b8;margin-top:8px;display:flex;align-items:center;gap:6px}@media (max-width:768px){.related-posts-carousel{overflow:visible}.related-posts-wrapper{display:flex;flex-direction:column;transform:none;width:100%;transition:none}.related-posts-slide{width:100%;margin-bottom:20px}.carousel-nav{display:none}.related-post-card{border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,0.08);border:none;background:rgba(255,255,255,0.95);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);overflow:hidden}body.dark-mode .related-post-card{background:rgba(30,41,59,0.95);box-shadow:0 2px 8px rgba(0,0,0,0.2)}.related-post-card img{height:120px;width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.related-post-card:hover img{transform:scale(1.05)}.related-post-card-body{padding:12px}.related-post-card-cat{padding:3px 8px;border-radius:6px;font-size:10px;font-weight:600}.related-post-card-title{font-size:13px;line-height:1.3;margin-bottom:6px}.related-post-card-meta{font-size:10px}}.post-navigation{margin:30px 0;padding:24px;background:#ffffff;border-radius:16px;border:1px solid #e5e7eb}body.dark-mode .post-navigation{background:#1e293b;border-color:#334155}.post-nav-links{display:flex;justify-content:space-between;gap:16px}.post-nav-link{display:flex;align-items:center;gap:10px;padding:14px 20px;border-radius:12px;background:#f8fafc;border:1px solid #e5e7eb;text-decoration:none;color:#374151;transition:all 0.3s ease;flex:1}.post-nav-link:hover{background:#eff6ff;border-color:#3b82f6;color:#1e3a5f;transform:translateY(-2px);box-shadow:0 6px 20px rgba(59,130,246,0.15)}.post-nav-link.prev{justify-content:flex-start}.post-nav-link.next{justify-content:flex-end;text-align:right}.post-nav-link i{font-size:14px;color:#3b82f6}.post-nav-label{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:0.5px}.post-nav-title{font-size:13px;font-weight:600;color:#1e293b;margin-top:2px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}body.dark-mode .post-nav-link{background:#0f172a;border-color:#334155;color:#cbd5e1}body.dark-mode .post-nav-link:hover{background:#1e3a5f;border-color:#3b82f6;color:#60a5fa}body.dark-mode .post-nav-title{color:#e2e8f0}@media (max-width:768px){.post-nav-links{flex-direction:column}.post-nav-link.next{text-align:left;flex-direction:row-reverse}}.inline-related-posts{margin:32px 0;padding:24px;background:linear-gradient(135deg,#f0f7ff 0%,#faf5ff 100%);border-radius:16px;border:1px solid #e0e7ff}body.dark-mode .inline-related-posts{background:linear-gradient(135deg,#1e293b 0%,#1a1e3a 100%);border-color:#334155}.inline-related-title{font-size:17px;font-weight:700;color:#1e293b;margin-bottom:16px;display:flex;align-items:center;gap:8px}body.dark-mode .inline-related-title{color:#e2e8f0}.inline-related-title i{color:#3b82f6;font-size:16px}.inline-related-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;list-style:none;margin:0;padding:0}.inline-related-grid li{margin:0;padding:0;list-style:none}.inline-related-item{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;background:#ffffff;border-radius:10px;text-decoration:none;color:inherit;transition:all 0.25s ease;border:1px solid #e5e7eb}body.dark-mode .inline-related-item{background:#0f172a;border-color:#334155}.inline-related-item:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(59,130,246,0.12);border-color:#3b82f6}.inline-related-icon{width:36px;height:36px;border-radius:8px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;flex-shrink:0}.inline-related-text{flex:1;min-width:0}.inline-related-cat{font-size:10px;font-weight:600;color:#3b82f6;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:3px;display:block}.inline-related-name{font-size:13px;font-weight:600;color:#1e293b;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}body.dark-mode .inline-related-name{color:#e2e8f0}.inline-related-arrow{color:#94a3b8;font-size:11px;margin-top:4px;flex-shrink:0;transition:all 0.25s ease}.inline-related-item:hover .inline-related-arrow{color:#3b82f6;transform:translateX(3px)}@media (max-width:600px){.inline-related-grid{grid-template-columns:1fr}.inline-related-posts{padding:18px}}@media (max-width:768px){.related-posts-slide{flex-direction:column}.related-posts-carousel{overflow-x:hidden}}.author-box{display:flex;gap:16px;align-items:flex-start;margin:32px 0;padding:22px;background:linear-gradient(135deg,#f8fafc 0%,#f0f7ff 100%);border:1px solid #e5e7eb;border-radius:16px}body.dark-mode .author-box{background:#1e293b;border-color:#334155}.author-box-avatar{flex-shrink:0;width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px}.author-box-name{font-size:16px;font-weight:700;color:#1e293b;margin-bottom:6px}body.dark-mode .author-box-name{color:#e2e8f0}.author-box-bio{font-size:13.5px;line-height:1.7;color:#64748b}body.dark-mode .author-box-bio{color:#94a3b8}.author-box-bio a{color:#3b82f6;text-decoration:none;font-weight:600}.author-box-bio a:hover{text-decoration:underline}@media (max-width:768px){.author-box{flex-direction:column;gap:12px;padding:18px}}