:root{--brand-dark-1: #0f2027;--brand-dark-2: #203a43;--brand-dark-3: #2c5364;--neon-cyan: #00eaff;--neon-blue: #0072ff;--neon-flow: #00d2ff;--text-primary: #0f172a;--text-muted: #64748b;--text-light: #475569;--bg-page: #f4f6fb;--bg-card: #ffffff;--border-light: #f1f5f9;--shadow-card: 0 15px 40px rgba(0, 0, 0, .08)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Arial,sans-serif;background:var(--bg-page);color:var(--text-primary);line-height:1.6}a{color:var(--neon-blue);text-decoration:none}a:hover{text-decoration:underline}nav{display:flex;background:linear-gradient(90deg,var(--brand-dark-1),var(--brand-dark-2),var(--brand-dark-3));padding:1rem 2rem;justify-content:center}nav a{display:flex;align-items:center;color:#fff;margin:0 1rem;text-decoration:none;font-weight:500}nav a:hover{color:var(--neon-cyan);text-decoration:none}.page-wrapper>h2,.page-wrapper>h1{text-align:center;margin-top:2rem;font-size:2rem}.hero-section{min-height:80vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top right,#e2e8f0,#f8fafc);padding:40px 20px}.hero-content{text-align:center;max-width:800px}.welcome-title{font-size:3.5rem;font-weight:800;margin-bottom:.5rem;letter-spacing:-.02em;color:var(--text-primary)}.welcome-subtitle{font-size:1.25rem;color:var(--text-muted);margin-bottom:3rem}.welcome-subtitle span{color:var(--neon-flow);font-weight:600}.info-card{background:var(--bg-card);padding:3rem;border-radius:24px;box-shadow:0 20px 25px -5px #0000000d,0 10px 10px -5px #00000005;text-align:left;border:1px solid var(--border-light);transition:transform .3s ease}.info-card:hover{transform:translateY(-5px)}.info-card h3{font-size:1.5rem;margin-top:0;color:var(--text-primary)}.info-card p{line-height:1.7;color:var(--text-light);font-size:1.1rem}.about-wrapper{max-width:900px;margin:2rem auto;padding:0 1rem}.about-wrapper h1,.about-wrapper h2{text-align:center;margin-top:1.5rem}.about-wrapper>p{margin:1rem auto;max-width:700px}.skills{max-width:700px;margin:1.5rem auto 2rem}.skills-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:1rem}.skills-list li{flex:1 1 45%;padding:12px 16px;background:var(--brand-dark-1);color:#fff;border-radius:8px;font-weight:500;text-align:center}.projects-wrapper{max-width:900px;margin:2rem auto;padding:0 1rem}.projects-wrapper h2{text-align:center;font-size:2rem;margin-bottom:1rem}.projects-wrapper ul{list-style:none;padding:0}.projects-wrapper ul li{margin-bottom:1.4rem;padding:1.2rem 1.5rem;background:var(--bg-card);border-radius:12px;box-shadow:var(--shadow-card);border:1px solid var(--border-light);transition:transform .2s}.projects-wrapper ul li:hover{transform:translateY(-2px)}.projects-wrapper ul li h3{color:var(--neon-blue);margin-bottom:.3rem}.content-section{max-width:900px;margin:2rem auto;padding:2rem;background:var(--bg-card);border-radius:14px;box-shadow:var(--shadow-card)}.content-section h3{margin-bottom:.5rem}.content-section h4{margin-top:1.2rem}.content-section ul{margin-left:1.2rem}.content-section li{margin-bottom:.4rem}button:not([class]){background:linear-gradient(135deg,#00c6ff,var(--neon-blue));color:#fff;border:none;padding:.6rem 1.4rem;border-radius:25px;font-size:.95rem;cursor:pointer;box-shadow:0 8px 20px #0072ff59;transition:transform .2s ease,box-shadow .2s ease}button:not([class]):hover{transform:scale(1.05);box-shadow:0 12px 30px #0072ff80}#get-started-btn{background:linear-gradient(135deg,#00c6ff,var(--neon-blue));color:#fff;border:none;padding:.6rem 1.4rem;border-radius:25px;font-size:.95rem;cursor:pointer;box-shadow:0 8px 20px #0072ff59;transition:transform .2s ease,box-shadow .2s ease}#get-started-btn:hover{transform:scale(1.05);box-shadow:0 12px 30px #0072ff80}.contact-wrapper{max-width:600px;margin:2rem auto;padding:0 1rem}.contact-wrapper h2{text-align:center;font-size:2rem;margin-bottom:1rem}.contact-wrapper ul{list-style:none;padding:0}.contact-wrapper ul li{margin-bottom:.8rem;font-size:1rem}.social-icons{display:flex;justify-content:center;gap:1.6rem;margin-top:1rem}.social-icons a{font-size:1.6rem;color:#ccc;transition:all .3s ease;text-decoration:none}.social-icons a:hover{transform:translateY(-4px) scale(1.1);text-decoration:none}.social-icons a:hover .fa-github{color:#fff}.social-icons a:hover .fa-instagram{color:#e1306c}.social-icons a:hover .fa-linkedin{color:#0077b5}.stakeholders{margin-top:4rem;margin-bottom:0;padding:1.5rem 0;background:linear-gradient(90deg,var(--brand-dark-1),var(--brand-dark-2));border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);text-align:center}.stakeholders h3{margin-bottom:1.2rem;font-size:1.3rem;color:var(--neon-cyan);letter-spacing:1px}.marquee{overflow:hidden;width:100%}.marquee-track{display:flex;gap:3rem;animation:scroll-left 15s linear infinite}.marquee-track span{font-size:1rem;font-weight:500;white-space:nowrap;opacity:.85;padding:.4rem .8rem;border-radius:20px;background:#ffffff14;color:#eafcff;box-shadow:0 0 10px #00eaff26}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}footer{margin-top:0;padding:2rem 1rem;background:linear-gradient(90deg,var(--brand-dark-1),var(--brand-dark-2));color:#bbb;text-align:center;font-size:.9rem}footer p{margin-top:.8rem;color:#999}@media(max-width:768px){.welcome-title{font-size:2.4rem}.info-card{padding:2rem 1.5rem}.skills-list li{flex:1 1 100%}.blog-layout{grid-template-columns:1fr}.blog-sidebar{position:relative;margin-bottom:40px}}@media(max-width:480px){.welcome-title{font-size:2rem}nav{flex-wrap:wrap;gap:.5rem}nav a{margin:0 .5rem}}.blog-page-container{max-width:1200px;margin:0 auto;padding:2rem 1rem;font-family:Inter,system-ui,-apple-system,sans-serif}.blog-intro{text-align:center;margin-bottom:3rem}.blog-intro h2{font-size:2.5rem;color:#0f172a;margin-bottom:.5rem}.blog-layout{display:grid;grid-template-columns:320px 1fr;gap:40px;align-items:start}.blog-sidebar{border-right:1px solid #e2e8f0;padding-right:20px;position:sticky;top:20px}.sidebar-heading{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;margin-bottom:1.5rem}.sidebar-card{display:flex;justify-content:space-between;align-items:center;padding:1rem;margin-bottom:.75rem;border-radius:12px;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.sidebar-card:hover{background:#f1f5f9}.sidebar-card.active{background:#fff;border-color:#e2e8f0;box-shadow:0 4px 12px #0000000d}.card-category{font-size:.65rem;font-weight:700;color:#3b82f6;text-transform:uppercase}.card-title{margin:4px 0;font-size:.95rem;color:#1e293b;line-height:1.4}.card-date{font-size:.8rem;color:#64748b}.active-indicator{width:4px;height:20px;background:#3b82f6;border-radius:4px}.active-post{max-width:750px;margin:0 auto;width:100%;min-width:0}.post-label{font-size:.8rem;color:#3b82f6;font-weight:600}.post-display-title{font-size:2.5rem;margin:.5rem 0 1rem;color:#0f172a;line-height:1.2;word-wrap:break-word;overflow-wrap:break-word}.post-meta-info{color:#64748b;font-size:.9rem;margin-bottom:2rem}.post-body{width:100%;min-width:0}.post-body p{font-size:1.15rem;line-height:1.8;color:#334155;word-wrap:break-word;overflow-wrap:break-word;margin:0}.vote-actions{margin-top:3rem;display:flex;gap:1rem;flex-wrap:wrap}.vote-btn{padding:8px 16px;border:1px solid #e2e8f0;background:#fff;border-radius:20px;cursor:pointer;transition:.2s}.vote-btn:hover{background:#f8fafc}@media(max-width:1024px){.blog-layout{grid-template-columns:280px 1fr;gap:30px}.blog-sidebar{padding-right:15px}.post-display-title{font-size:2.2rem}}@media(max-width:900px){.blog-page-container{padding:1.5rem 1rem}.blog-intro{margin-bottom:2rem}.blog-intro h2{font-size:2rem}.blog-layout{grid-template-columns:1fr;gap:25px}.blog-sidebar{border-right:none;border-bottom:1px solid #e2e8f0;padding-right:0;padding-bottom:20px;position:relative;top:0}.sidebar-list{display:flex;overflow-x:auto;gap:15px;padding-bottom:10px;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.sidebar-list::-webkit-scrollbar{height:6px}.sidebar-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.sidebar-card{min-width:250px;flex-shrink:0;margin-bottom:0;background:#f8fafc}.post-display-title{font-size:2rem}.post-body p{font-size:1.1rem}}@media(max-width:767px){.blog-page-container{padding:1.25rem .75rem}.blog-intro h2{font-size:1.75rem}.sidebar-heading{font-size:.7rem;margin-bottom:1rem}.sidebar-card{min-width:220px;padding:.875rem}.card-category{font-size:.6rem}.card-title{font-size:.875rem}.card-date{font-size:.75rem}.active-indicator{width:3px;height:18px}.post-display-title{font-size:1.75rem;line-height:1.3}.post-label{font-size:.75rem}.post-meta-info{font-size:.85rem;margin-bottom:1.5rem}.post-body p{font-size:1.05rem;line-height:1.7}.vote-actions{margin-top:2rem}.vote-btn{padding:7px 14px;font-size:.9rem}}@media(max-width:600px){.blog-page-container{padding:1rem;width:100%;box-sizing:border-box}.blog-intro{margin-bottom:1.5rem}.blog-intro h2{font-size:1.5rem;line-height:1.3}.blog-layout{gap:20px;display:block;width:100%}.blog-sidebar{width:100%;margin-bottom:20px}.sidebar-heading{font-size:.65rem;margin-bottom:.875rem}.sidebar-card{min-width:200px;padding:.75rem}.card-category{font-size:.55rem}.card-title{font-size:.8rem;line-height:1.3}.card-date{font-size:.7rem}.active-post{max-width:100%;width:100%;padding:0 .5rem;box-sizing:border-box}.post-display-title{font-size:1.5rem;line-height:1.3;margin:.5rem 0 .75rem;width:100%}.post-label{font-size:.7rem}.post-meta-info{font-size:.8rem;margin-bottom:1.25rem;width:100%}.post-body{width:100%}.post-body p{font-size:1rem;line-height:1.65;width:100%;max-width:100%}.vote-actions{margin-top:1.75rem;gap:.75rem;width:100%}.vote-btn{padding:6px 12px;font-size:.85rem;flex:1;min-width:100px}}@media(max-width:374px){.blog-page-container{padding:.875rem .5rem}.blog-intro h2{font-size:1.35rem}.sidebar-card{min-width:180px;padding:.625rem}.card-title{font-size:.75rem}.post-display-title{font-size:1.35rem}.post-body p{font-size:.95rem;line-height:1.6}.vote-btn{padding:5px 10px;font-size:.8rem;min-width:90px}}@media(max-height:500px)and (orientation:landscape){.blog-sidebar{position:relative}.sidebar-list{max-height:150px;overflow-y:auto}.post-display-title{font-size:1.5rem}.post-body p{font-size:.95rem}}@media(hover:none)and (pointer:coarse){.sidebar-card{min-height:44px}.vote-btn{min-height:44px;min-width:44px}.sidebar-card:active{background:#e2e8f0;transform:scale(.98)}.vote-btn:active{background:#e2e8f0;transform:scale(.95)}}.post-reading-time{margin-left:.4em;opacity:.6;font-size:.85em}.vote-actions{display:flex;gap:.75rem;margin-top:2rem}.vote-btn{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem 1.1rem;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;color:inherit;font-size:.9rem;cursor:pointer;transition:background .18s,border-color .18s,transform .12s;font-family:inherit;box-shadow:none}.vote-btn:hover{background:#ffffff1a;border-color:#ffffff40;transform:translateY(-1px);box-shadow:none}.vote-btn:active{transform:translateY(0)}.vote-btn span{font-variant-numeric:tabular-nums;min-width:1.2ch}.post-nav{display:flex;justify-content:space-between;gap:1rem;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08)}.post-nav-btn{display:flex;align-items:center;gap:.75rem;padding:.7rem 1rem;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:inherit;cursor:pointer;max-width:48%;text-align:left;transition:background .18s,border-color .18s,transform .12s;font-family:inherit;box-shadow:none}.post-nav-btn:hover{background:#ffffff12;border-color:#fff3;transform:translateY(-1px);box-shadow:none}.post-nav-btn.next{margin-left:auto;text-align:right}.nav-arrow{font-size:1.1rem;flex-shrink:0;opacity:.7}.nav-label{display:flex;flex-direction:column;gap:.15rem;min-width:0}.nav-hint{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;opacity:.45}.nav-title{font-size:.85rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:22ch}.subscribe-widget{margin:4rem auto 2rem;max-width:680px;padding:0 1rem}.subscribe-inner{background:linear-gradient(135deg,#0d0d0d,#111827);border:1px solid rgba(0,255,200,.18);border-radius:16px;padding:2.5rem 2.8rem;position:relative;overflow:hidden;box-shadow:0 0 40px #00ffc80f,0 4px 24px #00000080}.subscribe-inner:before{content:"";position:absolute;top:-60px;left:-60px;width:200px;height:200px;background:radial-gradient(circle,rgba(0,255,200,.12) 0%,transparent 70%);pointer-events:none}.subscribe-badge{display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.15em;color:#00ffc8;border:1px solid rgba(0,255,200,.4);border-radius:4px;padding:3px 10px;margin-bottom:1rem;text-transform:uppercase}.subscribe-heading{font-size:1.6rem;font-weight:700;color:#f0f0f0;margin:0 0 .5rem;letter-spacing:-.02em}.subscribe-sub{color:#8a9bb0;font-size:.95rem;margin:0 0 1.6rem;line-height:1.6}.subscribe-form{display:flex;flex-direction:column;gap:.6rem}.subscribe-input-wrap{display:flex;gap:.6rem;flex-wrap:wrap}.subscribe-input{flex:1;min-width:200px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.7rem 1rem;color:#e0e0e0;font-size:.95rem;outline:none;transition:border-color .2s,box-shadow .2s;font-family:inherit}.subscribe-input::placeholder{color:#4a5568}.subscribe-input:focus{border-color:#00ffc880;box-shadow:0 0 0 3px #00ffc814}.subscribe-input:disabled{opacity:.5;cursor:not-allowed}.subscribe-btn{background:linear-gradient(135deg,#00ffc8,#00c89a);color:#0a0a0a;font-weight:700;font-size:.9rem;padding:.7rem 1.4rem;border:none;border-radius:8px;cursor:pointer;white-space:nowrap;transition:opacity .2s,transform .15s,box-shadow .2s;display:flex;align-items:center;justify-content:center;min-width:130px;box-shadow:0 0 16px #00ffc840;font-family:inherit}.subscribe-btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px);box-shadow:0 0 24px #00ffc866}.subscribe-btn:disabled{cursor:not-allowed;opacity:.7}.subscribe-btn.success{background:linear-gradient(135deg,#00c89a,#00a87e)}.subscribe-btn.error{background:linear-gradient(135deg,#ff6b6b,#c44)}.btn-spinner{width:16px;height:16px;border:2px solid rgba(10,10,10,.3);border-top-color:#0a0a0a;border-radius:50%;animation:spin .7s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.subscribe-feedback{font-size:.88rem;margin:0;padding:.5rem .8rem;border-radius:6px}.subscribe-feedback.success{color:#00ffc8;background:#00ffc814;border:1px solid rgba(0,255,200,.2)}.subscribe-feedback.error{color:#ff8080;background:#ff646414;border:1px solid rgba(255,100,100,.2)}.subscribe-note{font-size:.78rem;color:#3d4f63;margin:.8rem 0 0}@media(max-width:520px){.subscribe-inner{padding:2rem 1.5rem}.subscribe-input-wrap{flex-direction:column}.subscribe-btn{width:100%}.post-nav-btn{max-width:100%}.nav-title{max-width:18ch}}
