.blog-preloader{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;background:linear-gradient(135deg,#0d3a5c 0,#1a5a8a 30%,#2874a6 50%,#922b21 70%,#5c1a1a 100%);display:flex;align-items:center;justify-content:center;transition:opacity .6s ease,visibility .6s ease}.blog-preloader.fade-out{opacity:0;visibility:hidden}.preloader-content{text-align:center;position:relative;z-index:10}.binary-rain{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none}.binary-column{position:absolute;top:-100%;font-family:'Courier New',monospace;font-size:14px;color:rgba(74,155,217,.3);writing-mode:vertical-rl;text-orientation:mixed;animation:binaryFall 4s linear infinite;letter-spacing:8px}@keyframes binaryFall{0%{transform:translateY(0);opacity:0}10%{opacity:1}90%{opacity:1}100%{transform:translateY(200vh);opacity:0}}.preloader-logo{margin-bottom:2rem;animation:logoPulse 2s ease-in-out infinite}.preloader-logo img{width:180px;height:auto;filter:drop-shadow(0 10px 30px rgba(0, 0, 0, .3))}@keyframes logoPulse{0%,100%{transform:scale(1);filter:drop-shadow(0 10px 30px rgba(0, 0, 0, .3))}50%{transform:scale(1.05);filter:drop-shadow(0 15px 40px rgba(74, 155, 217, .4))}}.preloader-text{margin-bottom:2rem}.preloader-text h2{font-size:28px;font-weight:700;color:#fff;margin-bottom:1rem;text-shadow:2px 2px 10px rgba(0,0,0,.3)}.loading-dots{display:flex;justify-content:center;gap:8px}.loading-dots span{width:12px;height:12px;border-radius:50%;background:#fff;animation:dotPulse 1.4s ease-in-out infinite}.loading-dots span:first-child{animation-delay:0s}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,100%,80%{transform:scale(.6);opacity:.5}40%{transform:scale(1);opacity:1}}.preloader-progress{width:300px;height:6px;background:rgba(255,255,255,.2);border-radius:10px;margin:0 auto;overflow:hidden}.progress-bar{height:100%;width:0%;background:linear-gradient(90deg,#4a9bd9 0,#e74c3c 100%);border-radius:10px;transition:width 30ms linear;box-shadow:0 0 15px rgba(74,155,217,.5)}.hero{margin-top:80px;background:linear-gradient(135deg,#1a5a8a 0,#2874a6 10%,#4a9bd9 25%,#8ec6e8 40%,#f0f4f8 50%,#f5c6c0 60%,#e74c3c 75%,#c0392b 90%,#922b21 100%);color:#fff;padding:140px 2rem;position:relative;overflow:hidden;min-height:90vh;display:flex;align-items:center}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse 80% 80% at 20% 20%,rgba(74,155,217,.4) 0,transparent 50%),radial-gradient(ellipse 60% 60% at 80% 80%,rgba(231,76,60,.3) 0,transparent 50%);pointer-events:none}.hero-sphere{position:absolute;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:5}.hero-sphere--blue{width:280px;height:280px;top:15%;left:8%;background:radial-gradient(circle at 30% 30%,#87ceeb 0,#4a9bd9 20%,#2980b9 40%,#1a5a8a 70%,#0d3a5c 100%);box-shadow:inset -20px -20px 40px rgba(0,0,0,.4),inset 20px 20px 40px rgba(255,255,255,.2),0 30px 60px rgba(26,90,138,.5),0 0 100px rgba(74,155,217,.3);animation:float 8s ease-in-out infinite}.hero-sphere--red{width:220px;height:220px;bottom:20%;right:10%;background:radial-gradient(circle at 30% 30%,#f5a5a5 0,#e74c3c 20%,#c0392b 40%,#922b21 70%,#5c1a1a 100%);box-shadow:inset -15px -15px 30px rgba(0,0,0,.4),inset 15px 15px 30px rgba(255,255,255,.2),0 25px 50px rgba(192,57,43,.5),0 0 80px rgba(231,76,60,.3);animation:float 6s ease-in-out infinite reverse}.sphere-icon{width:45%;height:45%;stroke:rgba(255,255,255,0.9);filter:drop-shadow(2px 2px 4px rgba(0, 0, 0, .3))}.hero-bubbles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:3}.bubble{position:absolute;border-radius:50%;background:rgba(255,255,255,.15);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;animation:floatBubble 15s ease-in-out infinite;border:1px solid rgba(255,255,255,.2)}.bubble svg{width:50%;height:50%;stroke:rgba(255,255,255,0.8);stroke-width:2;fill:none}.bubble:first-child{width:80px;height:80px;top:10%;left:25%;animation-delay:0s}.bubble:nth-child(2){width:60px;height:60px;top:25%;right:20%;animation-delay:-2s}.bubble:nth-child(3){width:70px;height:70px;top:60%;left:5%;animation-delay:-4s}.bubble:nth-child(4){width:55px;height:55px;top:75%;right:30%;animation-delay:-6s}.bubble:nth-child(5){width:65px;height:65px;top:40%;left:35%;animation-delay:-8s}.bubble:nth-child(6){width:50px;height:50px;top:15%;right:35%;animation-delay:-10s}.bubble:nth-child(7){width:75px;height:75px;bottom:25%;left:20%;animation-delay:-12s}.bubble:nth-child(8){width:45px;height:45px;bottom:15%;right:15%;animation-delay:-14s}@keyframes floatBubble{0%,100%{transform:translateY(0) rotate(0);opacity:.7}50%{transform:translateY(-30px) rotate(180deg);opacity:1}}@keyframes float{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}.hero-content{max-width:800px;margin:0 auto;position:relative;z-index:10;text-align:center}.hero-text-backdrop{position:absolute;top:-40px;left:-60px;right:-60px;bottom:-40px;background:rgba(15,23,42,.55);border-radius:30px;backdrop-filter:blur(20px);z-index:-1;box-shadow:0 20px 50px rgba(0,0,0,.3),inset 0 0 100px rgba(74,155,217,.1);border:1px solid rgba(255,255,255,.1)}.hero h1{font-size:64px;margin-bottom:1.5rem;text-shadow:2px 2px 8px rgba(0,0,0,.3);animation:fadeInUp 1s ease-out;line-height:1.2;font-weight:800;color:#fff}.hero-subtitle{font-size:20px;margin-bottom:2rem;opacity:.95;animation:fadeInUp 1s ease-out .2s backwards;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.7;color:rgba(255,255,255,.95);text-shadow:1px 1px 3px rgba(0,0,0,.2)}.hero-badges{display:flex;justify-content:center;gap:1rem;margin-bottom:2.5rem;flex-wrap:wrap;animation:fadeInUp 1s ease-out .3s backwards}.hero-badge{display:flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.15);backdrop-filter:blur(10px);padding:.75rem 1.25rem;border-radius:50px;font-size:14px;font-weight:600;color:#fff;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.hero-badge:hover{background:rgba(255,255,255,.25);transform:translateY(-2px)}.hero-badge--highlight{background:rgba(231,76,60,.3);border-color:rgba(231,76,60,.4)}.hero-badge svg{width:18px;height:18px;stroke:currentColor;fill:none}.hero-buttons{display:flex;gap:1.5rem;flex-wrap:wrap;animation:fadeInUp 1s ease-out .4s backwards;justify-content:center}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.blog-content-section{padding:120px 2rem;background:linear-gradient(180deg,#f0f4f8 0,#fff 50%,#fef5f5 100%)}.blog-layout{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 350px;gap:4rem;align-items:start}.blog-articles{display:flex;flex-direction:column;gap:3rem}.blog-article{background:rgba(255,255,255,.95);backdrop-filter:blur(25px);border:1px solid rgba(74,155,217,.15);border-radius:25px;padding:0;box-shadow:0 10px 40px rgba(0,0,0,.08);transition:all .4s ease;overflow:hidden}.blog-article:hover{transform:translateY(-10px);box-shadow:0 20px 60px rgba(74,155,217,.15);border-color:rgba(74,155,217,.3)}.blog-article.featured{background:linear-gradient(135deg,rgba(74,155,217,.05) 0,rgba(231,76,60,.05) 100%);border:2px solid rgba(74,155,217,.2)}.blog-article-link{display:grid;grid-template-columns:400px 1fr;gap:0;text-decoration:none;color:inherit}.blog-article-image{width:100%;height:100%;position:relative;overflow:hidden}.blog-article-image img{width:100%;height:100%;min-height:280px;object-fit:cover;transition:all .5s ease}.blog-article:hover .blog-article-image img{transform:scale(1.05)}.blog-article-content{display:flex;flex-direction:column;gap:1rem;padding:2.5rem}.blog-article-meta{display:flex;align-items:center;gap:1rem;font-size:14px;color:var(--text-subtle)}.blog-article-date{font-weight:500}.blog-article-category{padding:.4rem 1rem;background:linear-gradient(135deg,var(--blue) 0,#2980b9 100%);color:#fff;border-radius:20px;font-size:13px;font-weight:600}.blog-article h2{font-size:28px;margin-bottom:.5rem;font-weight:800;color:var(--blue);background:linear-gradient(135deg,var(--blue) 0,var(--red) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transform:translateZ(0)}.blog-article h3{font-size:24px;margin-bottom:.5rem;font-weight:700;color:var(--text-primary);transition:color .3s ease}.blog-article:hover h3{color:var(--blue)}.blog-article p{color:var(--text-subtle);line-height:1.8;margin-bottom:.5rem}.blog-article-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.blog-tag{padding:.5rem 1rem;background:rgba(74,155,217,.1);color:var(--blue);border-radius:10px;font-size:13px;font-weight:500;transition:all .3s ease}.blog-tag:hover{background:var(--blue);color:#fff}.blog-sidebar{position:sticky;top:100px;display:flex;flex-direction:column;gap:2rem}.sidebar-widget{background:rgba(255,255,255,.95);backdrop-filter:blur(20px);padding:2.5rem;border-radius:20px;box-shadow:0 8px 30px rgba(0,0,0,.08);transition:all .4s ease;border:1px solid rgba(74,155,217,.1)}.sidebar-widget:hover{transform:translateY(-5px);box-shadow:0 15px 45px rgba(74,155,217,.12)}.sidebar-widget--newsletter{background:linear-gradient(135deg,rgba(74,155,217,.1) 0,rgba(231,76,60,.1) 100%);border:2px solid rgba(74,155,217,.2)}.sidebar-widget h3{font-size:22px;margin-bottom:1.5rem;font-weight:700;background:linear-gradient(135deg,var(--blue) 0,var(--red) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.category-list{list-style:none}.category-list li{margin-bottom:1rem}.category-list a{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:rgba(74,155,217,.05);border-radius:10px;color:var(--text-primary);text-decoration:none;font-weight:500;transition:all .3s ease}.category-list a:hover{background:var(--blue);color:#fff;transform:translateX(5px)}.category-list a span{color:var(--text-subtle);font-size:14px}.category-list a:hover span{color:#fff}.tag-cloud{display:flex;flex-wrap:wrap;gap:.75rem}.tag-cloud .blog-tag{cursor:pointer;text-decoration:none}.tag-cloud .blog-tag:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(74,155,217,.3)}.sidebar-widget p{color:var(--text-subtle);margin-bottom:1.5rem;line-height:1.7}.sidebar-widget .newsletter-form{display:flex;flex-direction:column;gap:1rem}.sidebar-widget .newsletter-form input[type=email]{width:100%;padding:1rem;border:2px solid #e2e8f0;border-radius:12px;font-family:inherit;transition:all .3s ease;font-size:15px}.sidebar-widget .newsletter-form input[type=email]:focus{outline:0;border-color:var(--blue);box-shadow:0 0 0 4px rgba(74,155,217,.1)}.sidebar-widget .newsletter-form button{width:100%}@media (max-width:1200px){.hero-sphere--blue{width:220px;height:220px;top:10%;left:5%}.hero-sphere--red{width:180px;height:180px;bottom:15%;right:5%}.blog-layout{grid-template-columns:1fr 300px;gap:3rem}.blog-article-link{grid-template-columns:350px 1fr}}@media (max-width:1024px){.hero-sphere--blue{width:180px;height:180px}.hero-sphere--red{width:140px;height:140px}.bubble{display:none}}@media (max-width:968px){.blog-layout{grid-template-columns:1fr}.blog-sidebar{position:static;top:auto}.blog-article-link{grid-template-columns:1fr}.blog-article-image img{height:300px;min-height:300px}}@media (max-width:768px){.hero{padding:80px 1.5rem 100px;min-height:auto}.hero h1{font-size:40px}.hero-subtitle{font-size:17px}.hero-badges{gap:.75rem}.hero-badge{padding:.6rem 1rem;font-size:13px}.hero-buttons{flex-direction:column;width:100%}.hero-sphere--blue,.hero-sphere--red{display:none}.blog-content-section{padding:80px 1.5rem}.blog-article-content{padding:1.5rem}.blog-article h2{font-size:24px}.blog-article h3{font-size:20px}.hero-text-backdrop{top:-20px;left:-20px;right:-20px;bottom:-20px;border-radius:20px}.preloader-logo img{width:140px}.preloader-text h2{font-size:20px}.preloader-progress{width:250px}.binary-column{font-size:10px}}