*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;line-height:1.6;color:#2c3e50;background:#ffffff;font-size:16px;display:flex;flex-direction:column}.container{max-width:1000px;margin:0 auto;padding:0 20px}.site-header{background:#ffffff;border-bottom:1px solid #e1e8ed;padding:12px 0;position:sticky;top:0;z-index:100;backdrop-filter:blur(10px);background:rgba(255,255,255,0.95)}.site-logo{display:flex;align-items:center;text-decoration:none;transition:all 0.3s ease}.site-logo:hover{transform:translateY(-1px)}.site-logo .logo-icon{font-size:24px;margin-right:10px;filter:drop-shadow(0 2px 4px rgba(52,152,219,0.3))}.site-logo .logo-text{display:flex;flex-direction:column;line-height:1.1}.site-logo .logo-weekly{font-size:14px;font-weight:600;color:#2c3e50;letter-spacing:-0.3px}.site-logo .logo-cloud{font-size:18px;font-weight:700;color:#3498db;letter-spacing:-0.5px;margin-top:-2px}.site-title{font-size:24px;font-weight:700;color:#2c3e50;text-decoration:none;letter-spacing:-0.5px}.site-title:hover{color:#3498db;transition:color 0.3s ease}.header-content{display:flex;align-items:center;justify-content:space-between}.site-nav{display:flex;align-items:center;gap:25px}.site-nav>a{color:#7f8c8d;text-decoration:none;font-weight:500;transition:color 0.3s ease}.site-nav>a:hover{color:#3498db}.nav-dropdown{position:relative}.nav-dropdown .dropdown-toggle{color:#7f8c8d;text-decoration:none;font-weight:500;transition:color 0.3s ease;cursor:pointer;display:flex;align-items:center;gap:5px}.nav-dropdown .dropdown-toggle:hover{color:#3498db}.nav-dropdown .dropdown-toggle .arrow{font-size:12px;transition:transform 0.3s ease}.nav-dropdown:hover .dropdown-toggle .arrow{transform:rotate(180deg)}.nav-dropdown .dropdown-menu{position:absolute;top:100%;left:0;background:#ffffff;border:1px solid #e1e8ed;border-radius:6px;box-shadow:0 4px 20px rgba(0,0,0,0.1);min-width:280px;max-width:350px;padding:8px 0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all 0.3s ease;z-index:1000}.nav-dropdown .dropdown-menu a{display:block;padding:12px 20px;color:#2c3e50;text-decoration:none;font-size:14px;transition:all 0.3s ease;border-left:3px solid transparent}.nav-dropdown .dropdown-menu a:hover{background:#f8f9fa;border-left-color:#3498db;color:#3498db}.nav-dropdown .dropdown-menu a.view-all{border-top:1px solid #e1e8ed;font-weight:600;color:#3498db;margin-top:8px}.nav-dropdown .dropdown-menu .no-posts{display:block;padding:12px 20px;color:#7f8c8d;font-style:italic;font-size:14px}.nav-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.page-content{margin-top:40px;margin-bottom:60px;flex:1}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.3;margin-bottom:20px;color:#2c3e50}h1{font-size:32px;margin-bottom:30px}h2{font-size:24px;margin-top:40px}h3{font-size:20px;margin-top:30px}p{margin-bottom:20px;color:#34495e}.post-list{list-style:none}.post-list li{margin-bottom:40px;padding-bottom:30px;border-bottom:1px solid #ecf0f1}.post-list li:last-child{border-bottom:none}.post-meta{color:#7f8c8d;font-size:14px;margin-bottom:8px;font-weight:500}.post-link{color:#2c3e50;text-decoration:none;font-size:22px;font-weight:700;line-height:1.3;display:block;margin-bottom:10px}.post-link:hover{color:#3498db;transition:color 0.3s ease}.post-excerpt{color:#7f8c8d;line-height:1.6}.post-header{margin-bottom:40px;text-align:center}.post-header .post-title{font-size:36px;margin-bottom:15px;line-height:1.2}.post-header .post-meta{font-size:16px;color:#7f8c8d}.post-content{line-height:1.7}.post-content p{margin-bottom:24px}.post-content h2{margin-top:50px;margin-bottom:25px;padding-bottom:10px;border-bottom:2px solid #ecf0f1}.post-content h3{margin-top:40px;margin-bottom:20px}.post-content ul,.post-content ol{margin-bottom:24px;padding-left:30px}.post-content ul li,.post-content ol li{margin-bottom:8px}.post-content blockquote{border-left:4px solid #3498db;padding-left:20px;margin:30px 0;font-style:italic;color:#7f8c8d}.post-content code{background:#f8f9fa;padding:3px 6px;border-radius:4px;font-family:'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;font-size:14px;color:#e74c3c}.post-content pre{background:#2c3e50;color:#ecf0f1;padding:20px;border-radius:8px;overflow-x:auto;margin:30px 0}.post-content pre code{background:none;color:inherit;padding:0}.site-footer{background:#2c3e50;color:#ecf0f1;margin-top:auto;padding:30px 0 15px}.site-footer .footer-content{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:30px;margin-bottom:25px}.site-footer .footer-section h4{color:#3498db;font-size:16px;font-weight:600;margin-bottom:15px;border-bottom:2px solid #3498db;padding-bottom:6px;display:inline-block}.site-footer .footer-section p{color:#bdc3c7;line-height:1.6;margin-bottom:12px}.site-footer .footer-section a{color:#3498db;text-decoration:none;transition:color 0.3s ease}.site-footer .footer-section a:hover{color:#5dade2}.site-footer .contact-info p{margin-bottom:8px}.site-footer .contact-info strong{color:#ecf0f1;font-weight:600}.site-footer .contact-info .resume-button{display:inline-block;background:#3498db;color:#ffffff;padding:10px 20px;border-radius:6px;text-decoration:none;font-weight:600;font-size:14px;transition:all 0.3s ease;margin-bottom:5px}.site-footer .contact-info .resume-button:hover{background:#2980b9;transform:translateY(-2px);box-shadow:0 4px 12px rgba(52,152,219,0.3);text-decoration:none}.site-footer .social-links{display:flex;gap:15px}.site-footer .social-links a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#34495e;border-radius:8px;color:#bdc3c7;transition:all 0.3s ease}.site-footer .social-links a:hover{background:#3498db;color:#ffffff;transform:translateY(-3px);box-shadow:0 6px 20px rgba(52,152,219,0.3)}.site-footer .social-links a svg{width:24px;height:24px;fill:currentColor}.site-footer .subscribe-section p{color:#bdc3c7;font-size:14px;margin-bottom:15px;line-height:1.5}.site-footer .subscribe-section .email-subscription-form{margin-bottom:8px}.site-footer .subscribe-section .email-input-group{display:flex;gap:8px;margin-bottom:5px}.site-footer .subscribe-section .email-input{flex:1;padding:10px 12px;border:1px solid #34495e;border-radius:4px;background:#2c3e50;color:#ecf0f1;font-size:14px;transition:all 0.3s ease}.site-footer .subscribe-section .email-input::placeholder{color:#95a5a6}.site-footer .subscribe-section .email-input:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px rgba(52,152,219,0.2)}.site-footer .subscribe-section .subscribe-button{display:inline-flex;align-items:center;gap:6px;background:#3498db;color:#ffffff;padding:10px 16px;border:none;border-radius:4px;font-weight:600;font-size:14px;cursor:pointer;transition:all 0.3s ease}.site-footer .subscribe-section .subscribe-button:hover{background:#2980b9;transform:translateY(-2px);box-shadow:0 4px 12px rgba(52,152,219,0.3)}.site-footer .subscribe-section .subscribe-button svg{width:16px;height:16px;fill:currentColor}.site-footer .subscribe-section .subscription-note{color:#95a5a6;font-size:12px;font-style:italic}.thank-you-page{max-width:600px;margin:0 auto;padding:60px 20px;text-align:center}.thank-you-page .thank-you-content h1{color:#27ae60;font-size:2.5em;margin-bottom:20px}.thank-you-page .thank-you-content p{font-size:1.2em;margin-bottom:30px;color:#555}.thank-you-page .next-steps{background:#f8f9fa;padding:30px;border-radius:8px;margin:30px 0;text-align:left}.thank-you-page .next-steps h2{color:#2c3e50;margin-bottom:15px;font-size:1.4em}.thank-you-page .next-steps ul li{margin-bottom:10px;color:#666}.thank-you-page .quick-links{margin-top:40px;display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.thank-you-page .quick-links .btn-primary,.thank-you-page .quick-links .btn-secondary{display:inline-block;padding:12px 24px;border-radius:6px;text-decoration:none;font-weight:600;transition:all 0.3s ease}.thank-you-page .quick-links .btn-primary{background:#3498db;color:#ffffff}.thank-you-page .quick-links .btn-primary:hover{background:#2980b9;transform:translateY(-2px);box-shadow:0 4px 12px rgba(52,152,219,0.3)}.thank-you-page .quick-links .btn-secondary{background:#ecf0f1;color:#2c3e50}.thank-you-page .quick-links .btn-secondary:hover{background:#d5dbdb;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.1)}.thank-you-page .footer-bottom{border-top:1px solid #34495e;padding-top:15px;text-align:center}.thank-you-page .footer-bottom p{color:#95a5a6;font-size:14px;margin:0}@media (max-width: 768px){.container{padding:0 15px}.site-header{padding:10px 0}.site-header .header-content{flex-direction:column;gap:15px}.site-logo .logo-icon{font-size:20px;margin-right:8px}.site-logo .logo-weekly{font-size:12px}.site-logo .logo-cloud{font-size:16px}.site-nav{gap:20px;flex-wrap:wrap;justify-content:center}.site-nav>a{font-size:14px}.site-nav .nav-dropdown .dropdown-toggle{font-size:14px}.site-nav .nav-dropdown .dropdown-menu{min-width:250px;left:50%;transform:translateX(-50%) translateY(-10px)}.site-nav .nav-dropdown .dropdown-menu:hover{transform:translateX(-50%) translateY(0)}h1{font-size:28px}.post-header .post-title{font-size:28px}.post-link{font-size:20px}.page-content{margin-top:30px}.site-footer .footer-content{grid-template-columns:1fr;gap:30px}.site-footer .footer-section{text-align:center}.site-footer .footer-section h4{font-size:16px}.site-footer .social-links{justify-content:center}}.posts-archive .archive-subtitle,.weekly-archive .archive-subtitle{color:#7f8c8d;font-size:16px;margin-bottom:40px;text-align:center}.posts-archive .year-section,.weekly-archive .year-section{margin-bottom:50px}.posts-archive .year-section .year-heading,.weekly-archive .year-section .year-heading{font-size:28px;color:#3498db;border-bottom:2px solid #3498db;padding-bottom:10px;margin-bottom:30px;display:inline-block}.posts-archive .post-item,.weekly-archive .post-item{margin-bottom:35px;padding-bottom:25px;border-bottom:1px solid #ecf0f1}.posts-archive .post-item:last-child,.weekly-archive .post-item:last-child{border-bottom:none;margin-bottom:0}.posts-archive .post-item .post-meta,.weekly-archive .post-item .post-meta{display:flex;align-items:center;gap:15px;margin-bottom:10px;font-size:14px}.posts-archive .post-item .post-meta time,.weekly-archive .post-item .post-meta time{color:#3498db;font-weight:600;min-width:80px}.posts-archive .post-item .post-meta .post-categories,.weekly-archive .post-item .post-meta .post-categories{display:flex;gap:8px}.posts-archive .post-item .post-meta .post-categories .category,.weekly-archive .post-item .post-meta .post-categories .category{background:#ecf0f1;color:#7f8c8d;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;text-transform:lowercase}.posts-archive .post-item .post-title,.weekly-archive .post-item .post-title{margin-bottom:12px}.posts-archive .post-item .post-title a,.weekly-archive .post-item .post-title a{color:#2c3e50;text-decoration:none;font-size:20px;font-weight:700;line-height:1.3}.posts-archive .post-item .post-title a:hover,.weekly-archive .post-item .post-title a:hover{color:#3498db;transition:color 0.3s ease}.posts-archive .post-item .post-excerpt,.weekly-archive .post-item .post-excerpt{color:#7f8c8d;line-height:1.6}.posts-archive .no-posts,.weekly-archive .no-posts{text-align:center;margin-top:60px}.posts-archive .no-posts h2,.weekly-archive .no-posts h2{color:#7f8c8d;margin-bottom:20px}.posts-archive .no-posts p,.weekly-archive .no-posts p{color:#95a5a6;font-size:16px}.weekly-archive .weekly-intro{background:#f8f9fa;padding:25px;border-radius:8px;margin-bottom:40px;border-left:4px solid #3498db}.weekly-archive .weekly-intro p{color:#2c3e50;margin:0;line-height:1.6}.weekly-archive .weekly-item .weekly-badge{background:#3498db;color:#ffffff;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:0.5px}.weekly-archive .no-posts .coming-soon-features{background:#f8f9fa;padding:30px;border-radius:8px;margin-top:40px;text-align:left;max-width:600px;margin-left:auto;margin-right:auto}.weekly-archive .no-posts .coming-soon-features h3{color:#3498db;margin-bottom:20px;text-align:center}.weekly-archive .no-posts .coming-soon-features ul{list-style:none;padding:0}.weekly-archive .no-posts .coming-soon-features ul li{padding:8px 0;color:#2c3e50;font-size:15px;line-height:1.5}.resume-page{max-width:900px;margin:0 auto;background:#ffffff;box-shadow:0 0 20px rgba(0,0,0,0.1);border-radius:10px;overflow:hidden}.resume-header{background:linear-gradient(135deg, #3498db, #2980b9);color:#ffffff;padding:40px}.resume-header .profile-section{display:flex;align-items:center;gap:30px}.resume-header .profile-image .avatar-placeholder{width:120px;height:120px;background:rgba(255,255,255,0.2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;color:#ffffff;border:4px solid rgba(255,255,255,0.3)}.resume-header .profile-info{flex:1}.resume-header .profile-info .name{font-size:36px;font-weight:700;margin-bottom:8px;color:#ffffff}.resume-header .profile-info .title{font-size:20px;font-weight:400;margin-bottom:20px;color:rgba(255,255,255,0.9)}.resume-header .contact-links{display:flex;flex-wrap:wrap;gap:20px}.resume-header .contact-links .contact-link{display:flex;align-items:center;gap:8px;color:rgba(255,255,255,0.9);text-decoration:none;font-size:14px;transition:all 0.3s ease}.resume-header .contact-links .contact-link:hover{color:#ffffff}.resume-header .contact-links .contact-link.resume-link{background:rgba(255,255,255,0.2);padding:8px 16px;border-radius:20px;border:1px solid rgba(255,255,255,0.3);font-weight:600}.resume-header .contact-links .contact-link.resume-link:hover{background:rgba(255,255,255,0.3);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,0.2)}.resume-header .contact-links .contact-link svg{width:16px;height:16px;fill:currentColor}.download-section{text-align:center;padding:30px;background:#f8f9fa;border-bottom:1px solid #e1e8ed}.download-section .download-button{display:inline-flex;align-items:center;gap:10px;background:#3498db;color:#ffffff;text-decoration:none;padding:12px 24px;border-radius:8px;font-weight:600;font-size:16px;transition:all 0.3s ease;box-shadow:0 2px 8px rgba(52,152,219,0.2)}.download-section .download-button:hover{background:#2980b9;transform:translateY(-2px);box-shadow:0 4px 16px rgba(52,152,219,0.3);text-decoration:none}.download-section .download-button svg{width:20px;height:20px;fill:currentColor}.resume-content{padding:40px}.resume-section{margin-bottom:40px}.resume-section:last-child{margin-bottom:0}.resume-section .section-title{font-size:24px;font-weight:700;color:#2c3e50;margin-bottom:20px;border-bottom:3px solid #3498db;padding-bottom:8px;display:inline-block}.resume-section .section-content p{color:#34495e;line-height:1.7;margin-bottom:16px}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:25px}.skill-category h4{font-size:16px;font-weight:600;color:#3498db;margin-bottom:12px}.skill-category .skills-list{display:flex;flex-wrap:wrap;gap:8px}.skill-category .skill-tag{background:#ecf0f1;color:#2c3e50;padding:6px 12px;border-radius:15px;font-size:13px;font-weight:500;transition:all 0.3s ease}.skill-category .skill-tag:hover{background:#3498db;color:#ffffff;transform:translateY(-1px)}.experience-item{margin-bottom:30px;padding-bottom:25px;border-bottom:1px solid #ecf0f1}.experience-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.experience-item .experience-header{margin-bottom:15px}.experience-item .experience-header .job-title{font-size:20px;font-weight:700;color:#2c3e50;margin-bottom:5px}.experience-item .experience-header .company{font-size:16px;font-weight:600;color:#3498db;margin-right:15px}.experience-item .experience-header .duration{font-size:14px;color:#7f8c8d;background:#f8f9fa;padding:4px 10px;border-radius:12px}.experience-item .location{font-size:14px;color:#7f8c8d;font-style:italic;margin-bottom:15px}.experience-item .responsibilities{list-style:none;padding:0}.experience-item .responsibilities li{position:relative;padding-left:20px;margin-bottom:8px;color:#34495e;line-height:1.6}.experience-item .responsibilities li:before{content:"▶";position:absolute;left:0;color:#3498db;font-size:12px}.education-item .education-header{margin-bottom:10px}.education-item .education-header .degree{font-size:18px;font-weight:600;color:#2c3e50;margin-bottom:5px}.education-item .education-header .school{font-size:16px;color:#3498db;margin-right:15px}.education-item .education-header .duration{font-size:14px;color:#7f8c8d;background:#f8f9fa;padding:4px 10px;border-radius:12px}.education-item .education-details{color:#7f8c8d;font-style:italic;margin:0}.certifications-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:20px}.certification-item{background:#f8f9fa;padding:20px;border-radius:8px;border-left:4px solid #3498db;transition:all 0.3s ease}.certification-item:hover{background:#ffffff;box-shadow:0 4px 12px rgba(0,0,0,0.1);transform:translateY(-2px)}.certification-item h4{font-size:16px;font-weight:600;color:#2c3e50;margin-bottom:8px}.certification-item .cert-date{font-size:14px;color:#3498db;font-weight:500}@media (max-width: 768px){.resume-page{margin:0 15px;border-radius:0;box-shadow:none}.resume-header{padding:30px 20px}.resume-header .profile-section{flex-direction:column;text-align:center;gap:20px}.resume-header .profile-image .avatar-placeholder{width:100px;height:100px;font-size:28px}.resume-header .profile-info .name{font-size:28px}.resume-header .contact-links{justify-content:center;gap:15px}.resume-content{padding:30px 20px}.skills-grid{grid-template-columns:1fr;gap:20px}.certifications-grid{grid-template-columns:1fr}.experience-header .company,.experience-header .duration{display:block;margin:5px 0}.education-header .school,.education-header .duration{display:block;margin:5px 0}}@media print{.resume-page{box-shadow:none;border-radius:0;margin:0}.resume-header{background:#3498db !important;-webkit-print-color-adjust:exact;color-adjust:exact}.skill-tag:hover,.certification-item:hover{transform:none;box-shadow:none}}.text-center{text-align:center}.mb-4{margin-bottom:2rem}.mt-4{margin-top:2rem}
