@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');body{background-color:#000;color:#efefef;font-family:"Poppins", sans-serif;font-weight:400;font-style:normal;}p{font-size:1.2rem;}h3{color:#666;}.inner-title{font-size:4.5rem;font-weight:700;color:#ff4081;text-transform:uppercase;margin-bottom:30px;}.container{max-width:1200px;margin:0 auto;padding-left:1rem;padding-right:1rem;}.card{background-color:#252525;}.site-header{background-color:#000;padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 4px rgba(0,0,0,0.05);}.site-header .site-logo{margin:0;font-size:1.75rem;font-weight:700;color:#2196f3;}.site-header .main-nav{margin:1rem 0;padding:1rem 0;list-style:none;display:inline-block;justify-content:flex-end;align-items:center;gap:2rem;border-top:1px solid rgba(255,255,255,0.8);border-bottom:1px solid rgba(255,255,255,0.8);width:100%;}.site-header .main-nav li{margin:.5rem 0;display:inline-block;padding-right:1.5rem;}.site-header .main-nav li:last-child{padding-right:0;}.site-header .main-nav a{color:#ff4081;text-decoration:none;font-weight:500;transition:all 0.3s ease;position:relative;font-size:1.5rem;}.site-header .main-nav a:after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:#2196f3;transition:width 0.3s ease;}.site-header .main-nav a:hover{color:#2196f3;}.site-header .main-nav a:hover:after{width:100%;}.hero-section{background:linear-gradient(135deg,#000 0%,#000 100%);color:#fff;padding:0rem !important;text-align:center;margin-bottom:3rem;}.hero-section .hero-content h2{font-size:2.5rem;margin-bottom:1rem;font-weight:700;}.hero-section .hero-content a{color:#ff4081;}.hero-section .hero-content p{font-size:1.25rem;opacity:0.95;margin-bottom:0;}.main-content{min-height:calc(-300vh);}.blog-posts{padding:2rem 0 3rem;}.post-card{height:100%;display:flex;flex-direction:column;transition:all 0.3s ease;overflow:hidden;margin-bottom:2rem;}.post-card.animated:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,0,0,0.15);}.post-card.animated:hover .post-image img{transform:scale(1.05);}.post-card .post-image{position:relative;overflow:hidden;height:200px;}.post-card .post-image img{width:100%;height:100%;object-fit:cover;transition:all 0.3s ease;}.post-card .post-image .post-badge{position:absolute;top:1rem;right:1rem;background-color:#ff4081;color:#fff;padding:0.25rem 0.75rem;border-radius:20px;font-size:0.875rem;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;}.post-card .content{flex:1;display:flex;flex-direction:column;}.post-card .post-meta{display:flex;gap:1rem;margin-bottom:0.75rem;font-size:0.875rem;color:#eee;}.post-card .post-meta .post-date,.post-card .post-meta .post-category{display:inline-block;}.post-card .post-meta .post-category{color:#2196f3;font-weight:600;}.post-card .post-title{margin-bottom:0.75rem;font-size:1.25rem;line-height:1.4;}.post-card .post-title a{color:#ff4081;text-decoration:none;transition:all 0.3s ease;}.post-card .post-title a:hover{color:#2196f3;}.post-card .post-excerpt{color:#eee;margin-bottom:1rem;flex:1;line-height:1.6;}.post-card .button{align-self:flex-start;}.featured-post .post-card .post-image{height:400px;}.featured-post .post-card .post-title{font-size:2rem;}.featured-post .post-card .post-excerpt{font-size:1.125rem;}.site-footer{background-color:#263238;color:#fff;padding:3rem 0 1rem;margin-top:3rem;}.site-footer h4{color:#fff;font-size:1.125rem;margin-bottom:1rem;font-weight:600;}.site-footer p{color:rgba(255,255,255,0.7);line-height:1.6;font-size:1rem;}.site-footer .footer-links{list-style:none;margin:0;padding:0;}.site-footer .footer-links li{margin-bottom:0.5rem;}.site-footer .footer-links a{color:rgba(255,255,255,0.7);text-decoration:none;transition:all 0.3s ease;}.site-footer .footer-links a:hover{color:#fff;padding-left:4px;}.site-footer .footer-bottom{margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,0.1);}.site-footer .footer-bottom p{margin-bottom:0;font-size:0.875rem;}@media (max-width: 767px){.hero-section{padding:2rem 0;}.hero-section .hero-content h2{font-size:1.75rem;}.hero-section .hero-content p{font-size:1rem;}.featured-post .post-card .post-image{height:250px;}.featured-post .post-card .post-title{font-size:1.5rem;}.featured-post .post-card .post-excerpt{font-size:1rem;}.site-header .main-nav{gap:1rem;font-size:0.875rem;}.site-footer{text-align:center;}.site-footer .footer-links a:hover{padding-left:0;}}@media (min-width: 768px) and (max-width: 991px){.featured-post .post-card .post-image{height:350px;}}@media (min-width: 992px){.post-card .post-image{height:220px;}}.text-gradient{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}.hover-lift{transition:all 0.3s ease;}.hover-lift:hover{transform:translateY(-2px);}article{margin-bottom:1rem;}.blog-post-single{padding:2rem 0;}.blog-post-single .post-header{margin-bottom:3rem;}.blog-post-single .post-header .post-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;font-size:0.875rem;color:#eee;}.blog-post-single .post-header .post-meta .post-category{background-color:#2196f3;color:#fff;padding:0.25rem 0.75rem;border-radius:4px;font-weight:600;}.blog-post-single .post-header .post-meta .post-date,.blog-post-single .post-header .post-meta .post-author{display:inline-flex;align-items:center;}.blog-post-single .post-header .post-title{font-size:2.5rem;line-height:1.2;margin-bottom:2rem;color:#fff;font-weight:700;}.blog-post-single .post-header .post-featured-image{width:100%;height:400px;overflow:hidden;border-radius:8px;margin-bottom:2rem;}.blog-post-single .post-header .post-featured-image img{width:100%;height:100%;object-fit:cover;}.blog-post-single .post-content{font-size:1.125rem;line-height:1.8;color:#fff;}.blog-post-single .post-content .lead{font-size:1.25rem;font-weight:400;color:#eee;margin-bottom:2rem;line-height:1.6;}.blog-post-single .post-content h2{font-size:1.875rem;margin-top:3rem;margin-bottom:1rem;font-weight:700;color:#ff4081;}.blog-post-single .post-content h3{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem;font-weight:600;color:#ff4081;}.blog-post-single .post-content p{margin-bottom:1rem;line-height:1.8;}.blog-post-single .post-content ul,.blog-post-single .post-content ol{margin-bottom:1rem;padding-left:2rem;}.blog-post-single .post-content ul li,.blog-post-single .post-content ol li{margin-bottom:0.5rem;line-height:1.8;}.blog-post-single .post-content blockquote{border-left:4px solid #2196f3;padding-left:2rem;margin:2rem 0;font-style:italic;color:#eee;font-size:1.25rem;}.blog-post-single .post-content code{background-color:#f5f5f5;padding:0.2rem 0.4rem;border-radius:4px;font-family:'Courier New', monospace;font-size:0.9em;color:#e91e63;}.blog-post-single .post-content pre{background-color:#263238;color:#fff;padding:1rem;border-radius:8px;overflow-x:auto;margin:2rem 0;}.blog-post-single .post-content pre code{background-color:transparent;color:#fff;padding:0;}.blog-post-single .post-content img{max-width:100%;height:auto;border-radius:8px;margin:2rem 0;}.blog-post-single .post-content a{color:#fff;text-decoration:none;border-bottom:1px solid transparent;transition:all 0.3s ease;}.blog-post-single .post-content a:hover{border-bottom-color:#2196f3;}.blog-post-single .post-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid #e0e0e0;}.blog-post-single .post-footer .post-tags{display:flex;flex-wrap:wrap;align-items:center;gap:0.5rem;margin-bottom:2rem;}.blog-post-single .post-footer .post-tags .tags-label{font-weight:600;color:#fff;}.blog-post-single .post-footer .post-tags .tag{display:inline-block;background-color:#f9f9f9;color:#fff;padding:0.25rem 0.75rem;border-radius:20px;font-size:0.875rem;text-decoration:none;transition:all 0.3s ease;}.blog-post-single .post-footer .post-tags .tag:hover{background-color:#2196f3;color:#fff;}.blog-post-single .author-bio{display:flex;gap:1rem;margin-top:2rem;padding:2rem;}.blog-post-single .author-bio .author-avatar{flex-shrink:0;}.blog-post-single .author-bio .author-avatar img{width:100px;height:100px;border-radius:50%;object-fit:cover;}.blog-post-single .author-bio .author-info{flex:1;}.blog-post-single .author-bio .author-info .author-name{margin:0 0 0.25rem 0;font-size:1.25rem;font-weight:600;}.blog-post-single .author-bio .author-info .author-description{color:#eee;margin:0;line-height:1.6;}.widget{margin-bottom:2rem;padding:2rem;border-radius:.5rem;}.widget .widget-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#fff;}.widget .recent-posts .recent-post{display:flex;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0;}.widget .recent-posts .recent-post:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none;}.widget .recent-posts .recent-post .recent-post-image{flex-shrink:0;}.widget .recent-posts .recent-post .recent-post-image img{width:80px;height:80px;object-fit:cover;border-radius:4px;}.widget .recent-posts .recent-post .recent-post-content{flex:1;}.widget .recent-posts .recent-post .recent-post-content h4{margin:0 0 0.5rem 0;font-size:1rem;line-height:1.4;}.widget .recent-posts .recent-post .recent-post-content h4 a{color:#fff;text-decoration:none;transition:all 0.3s ease;}.widget .recent-posts .recent-post .recent-post-content h4 a:hover{color:#2196f3;}.widget .recent-posts .recent-post .recent-post-content .recent-post-date{font-size:0.875rem;color:#eee;}.widget .category-list{list-style:none;margin:0;padding:0;}.widget .category-list li{margin-bottom:0.75rem;}.widget .category-list li:last-child{margin-bottom:0;}.widget .category-list li a{color:#fff;text-decoration:none;display:flex;justify-content:space-between;align-items:center;padding:0.5rem 0;transition:all 0.3s ease;}.widget .category-list li a:hover{color:#2196f3;padding-left:0.5rem;}.widget .category-list li a span{color:#eee;font-size:0.875rem;}@media (max-width: 767px){.blog-post-single .post-header .post-title{font-size:1.75rem;}.blog-post-single .post-header .post-featured-image{height:250px;}.blog-post-single .post-content{font-size:1rem;}.blog-post-single .post-content .lead{font-size:1.125rem;}.blog-post-single .post-content h2{font-size:1.5rem;}.blog-post-single .post-content h3{font-size:1.25rem;}.blog-post-single .author-bio{flex-direction:column;text-align:center;}.blog-post-single .author-bio .author-avatar{margin:0 auto;}.widget{padding:1rem;}}@media (min-width: 768px) and (max-width: 991px){.blog-post-single .post-header .post-title{font-size:2rem;}.blog-post-single .post-header .post-featured-image{height:350px;}}