.stars,.shooting-stars{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;overflow:hidden}.shooting-stars{z-index:1}.star{position:absolute;background:#fff;border-radius:50%;animation:twinkle linear infinite}.star-small{opacity:.6;box-shadow:0 0 2px #fffc}.star-medium{opacity:.8;box-shadow:0 0 4px #ffffffe6,0 0 8px #ff6b354d}.star-large{opacity:1;box-shadow:0 0 6px #fff,0 0 12px #ff6b3580,0 0 18px #ff6b354d;animation:twinkle-glow linear infinite}@keyframes twinkle{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}@keyframes twinkle-glow{0%,to{opacity:.6;transform:scale(.9);filter:brightness(1)}50%{opacity:1;transform:scale(1.1);filter:brightness(1.5)}}.shooting-star{position:absolute;width:2px;height:2px;background:#fff;border-radius:50%;box-shadow:0 0 4px 2px #fffc,0 0 8px 4px #ff6b3599;animation:shoot linear forwards}.shooting-star:before{content:"";position:absolute;top:0;right:2px;width:100px;height:2px;background:linear-gradient(90deg,rgba(255,255,255,.8) 0%,rgba(255,107,53,.6) 50%,transparent 100%);transform:translate(0);border-radius:50%}@keyframes shoot{0%{transform:translate(0) rotate(45deg);opacity:1}70%{opacity:1}to{transform:translate(300px,300px) rotate(45deg);opacity:0}}.stars:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(ellipse at 20% 30%,rgba(255,8,68,.03) 0%,transparent 50%),radial-gradient(ellipse at 80% 70%,rgba(255,107,53,.03) 0%,transparent 50%),radial-gradient(ellipse at 50% 50%,rgba(182,68,255,.02) 0%,transparent 50%);animation:nebula 30s ease-in-out infinite}@keyframes nebula{0%,to{transform:translate(0) rotate(0);opacity:.5}50%{transform:translate(50px,50px) rotate(5deg);opacity:.8}}.header{margin-bottom:4rem;display:flex;justify-content:space-between;align-items:center;z-index:10;position:relative}.header-tag{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff0d;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.heart{color:var(--accent-red)}nav{display:flex;gap:1rem}.nav-link{color:var(--text-secondary);text-decoration:none;transition:color .3s ease}.nav-link:hover{color:var(--text-primary)}@media (max-width: 768px){.header{flex-direction:column;gap:1rem;align-items:flex-start}}.assembly-hook-container{width:100%;max-width:900px;margin:2rem auto}.assembly-window{background:#0a0a0af2;border:1px solid rgba(255,255,255,.1);border-radius:8px;overflow:hidden;box-shadow:0 8px 32px #0006,0 0 20px #ff6b351a}.window-header{display:flex;justify-content:space-between;align-items:center;padding:.6rem 1rem;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.1)}.window-title{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-secondary)}.title-text{font-family:Courier New,monospace}.window-icon{font-size:.9rem}.window-controls{display:flex;gap:.4rem}.control-dot{width:10px;height:10px;border-radius:50%;background:#fff3}.control-dot.close{background:#ff5f56}.control-dot.minimize{background:#ffbd2e}.control-dot.maximize{background:#27c93f}.debugger-layout{display:flex;gap:1rem;height:285px}.assembly-code{flex:1;padding:1rem;font-family:Courier New,Consolas,monospace;font-size:.85rem;line-height:1.6}.code-line-wrapper{position:relative;min-height:1.6em}.code-line{display:flex;gap:.75rem;padding:.2rem .4rem;border-radius:3px}.hook-line{background:#ff6b3526;border:1px solid rgba(255,107,53,.4);animation:hookGlow 2s ease-in-out infinite}@keyframes hookGlow{0%,to{box-shadow:0 0 5px #ff6b3533}50%{box-shadow:0 0 15px #ff6b3566}}.line-addr{color:var(--text-secondary);font-weight:600;min-width:70px;-webkit-user-select:none;user-select:none;font-size:.8rem}.hook-addr{color:var(--accent-orange)}.line-instr{color:#64b5f6;font-weight:600;min-width:45px}.hook-instr{color:var(--accent-orange);font-weight:700;text-shadow:0 0 8px rgba(255,107,53,.5)}.line-args{color:#aed581}.hook-args{color:var(--accent-red);font-weight:600}.hook-label{margin-left:auto;color:var(--accent-orange);font-size:.7rem;font-weight:700;animation:blink 1.5s ease-in-out infinite;padding-left:.5rem}@keyframes blink{0%,to{opacity:1}50%{opacity:.4}}.registers-panel{min-width:280px;padding:1rem;background:#0000004d;border-left:1px solid rgba(255,255,255,.1);font-family:Courier New,Consolas,monospace}.registers-header{font-size:.7rem;font-weight:700;color:var(--accent-orange);margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,107,53,.3);letter-spacing:1px}.registers-list{display:grid;grid-template-columns:1fr 1fr;gap:.4rem}.register-row{display:flex;justify-content:space-between;align-items:center;padding:.3rem .4rem;background:#ffffff05;border-radius:3px;font-size:.7rem}.register-name{color:#64b5f6;font-weight:600;min-width:35px}.register-value{color:#aed581;font-family:Courier New,monospace}@media (max-width: 768px){.assembly-hook-container{margin:1.5rem auto;max-width:100%}.debugger-layout{flex-direction:column;height:auto;min-height:240px}.assembly-code{padding:.75rem;font-size:.75rem;overflow-x:auto}.code-line{gap:.5rem}.line-addr{min-width:65px;font-size:.7rem}.line-instr{min-width:35px}.window-title{font-size:.75rem}.window-icon{display:none}.hook-label{font-size:.65rem}.control-dot{width:8px;height:8px}.registers-panel{display:none}}@media (max-width: 480px){.assembly-code{font-size:.7rem}.line-addr{min-width:60px}}.page{position:relative;min-height:100vh}.container{max-width:1000px;margin:0 auto;padding:2rem;position:relative;z-index:1}.hero h1{font-size:3.5rem;margin-bottom:2rem;font-weight:700;position:relative}.wave{display:inline-block;transform-origin:70% 70%}.glitch{position:relative}.glitch:before,.glitch:after{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}@keyframes glitch-1{0%,95%,to{transform:translate(0);opacity:0}96%,97%{transform:translate(-2px,-2px);color:var(--accent-red);opacity:.8}}@keyframes glitch-2{0%,95%,to{transform:translate(0);opacity:0}96%,97%{transform:translate(2px,2px);color:var(--accent-purple);opacity:.8}}.glitch:before{animation:glitch-1 5s infinite;clip-path:polygon(0 0,100% 0,100% 45%,0 45%)}.glitch:after{animation:glitch-2 5s infinite;clip-path:polygon(0 55%,100% 55%,100% 100%,0 100%)}.intro{font-size:1.1rem;line-height:1.8;margin-bottom:2rem;color:var(--text-secondary)}.intro strong{color:var(--text-primary);font-weight:700}.social-links{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#ffffff0d;color:var(--text-primary);text-decoration:none;border-radius:8px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;font-family:Poppins,sans-serif;cursor:pointer;font-weight:500}.btn:hover{background:#ffffff1a;border-color:var(--accent-orange);box-shadow:0 4px 12px #ff6b354d}.divider{height:2px;background:linear-gradient(90deg,var(--accent-red),var(--accent-orange));margin:4rem 0;border-radius:2px}.experience h2{font-size:2rem;margin-bottom:2rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:2rem}.skill-badge{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;cursor:pointer}.skill-badge:hover{background:#ffffff14;border-color:var(--accent-orange);box-shadow:0 8px 20px #ff6b3533}.skill-icon{font-size:2.5rem;color:var(--accent-orange);transition:transform .3s ease}.skill-badge:hover .skill-icon{transform:scale(1.1)}.skill-name{font-size:1rem;font-weight:500}.tools-section h2{font-size:2rem;margin-bottom:2rem}.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.tool-card{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.tool-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--accent-red),var(--accent-orange));transform:scaleX(0);transition:transform .3s ease}.tool-card:hover:before{transform:scaleX(1)}.tool-card:hover{background:#ffffff14;border-color:var(--accent-orange);box-shadow:0 8px 20px #ff6b3533}.tool-icon-container{flex-shrink:0;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#ff6b351a;border:2px solid rgba(255,107,53,.3);border-radius:12px;transition:all .3s ease}.tool-card:hover .tool-icon-container{background:#ff6b3533;border-color:var(--accent-orange);transform:rotate(5deg)}.tool-icon{width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.tool-icon svg{width:32px;height:32px;color:var(--accent-orange);transition:all .3s ease}.tool-card:hover .tool-icon svg{transform:scale(1.1);filter:drop-shadow(0 0 8px rgba(255,107,53,.5))}.tool-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.tool-name{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin:0}.tool-description{font-size:.9rem;color:var(--text-secondary);margin:0;line-height:1.4}.blog-section h2{font-size:2rem;margin-bottom:2rem}.blog-posts{display:grid;gap:1.5rem;margin-bottom:2rem}.blog-post-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;transition:all .3s ease;cursor:pointer;text-decoration:none;color:inherit;display:block}.blog-post-card:hover{background:#ffffff14;border-color:var(--accent-orange);transform:translate(8px);box-shadow:0 8px 20px #ff6b3533}.blog-post-card h3{font-size:1.5rem;margin-bottom:.5rem;color:var(--text-primary)}.blog-post-meta{display:flex;gap:1rem;color:var(--text-secondary);font-size:.9rem;margin-bottom:1rem;flex-wrap:wrap}.blog-post-excerpt{color:var(--text-secondary);line-height:1.6}.blog-post-tags{display:flex;gap:.5rem;margin-top:1rem;flex-wrap:wrap}.tag{padding:.25rem .75rem;background:#ff6b3533;border:1px solid var(--accent-orange);border-radius:12px;font-size:.85rem;color:var(--accent-orange)}.view-all-btn{margin-top:1rem}footer{margin-top:6rem;padding:2rem 0;text-align:center;color:var(--text-secondary);border-top:1px solid rgba(255,255,255,.1)}@media (max-width: 768px){.container{padding:1rem}.hero h1{font-size:2.5rem}.skills-grid,.tools-grid{grid-template-columns:1fr}.social-links{flex-direction:column}.btn{width:100%;justify-content:center}}.blog-page h1{font-size:2.5rem;margin-bottom:1rem}.subtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#abb2bf;background:#282c34}.hljs-comment,.hljs-quote{color:#5c6370;font-style:italic}.hljs-doctag,.hljs-keyword,.hljs-formula{color:#c678dd}.hljs-section,.hljs-name,.hljs-selector-tag,.hljs-deletion,.hljs-subst{color:#e06c75}.hljs-literal{color:#56b6c2}.hljs-string,.hljs-regexp,.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string{color:#98c379}.hljs-attr,.hljs-variable,.hljs-template-variable,.hljs-type,.hljs-selector-class,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-number{color:#d19a66}.hljs-symbol,.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-title{color:#61aeee}.hljs-built_in,.hljs-title.class_,.hljs-class .hljs-title{color:#e6c07b}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}.post-content{max-width:800px;margin:0 auto}.post-header{margin-bottom:3rem}.post-header h1{font-size:2.5rem;margin-bottom:1rem;line-height:1.2;color:var(--text-primary)}.post-body{color:var(--text-secondary);font-size:1.05rem;line-height:1.8}.post-body h1{font-size:2rem;margin-top:3rem;margin-bottom:1rem;color:var(--text-primary)}.post-body h2{font-size:1.75rem;margin-top:2.5rem;margin-bottom:1rem;color:var(--text-primary)}.post-body h3{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem;color:var(--text-primary)}.post-body p{margin-bottom:1.5rem}.post-body ul,.post-body ol{margin-bottom:1.5rem;padding-left:2rem}.post-body li{margin-bottom:.5rem}.post-body a{color:var(--accent-orange);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .3s ease}.post-body a:hover{border-bottom-color:var(--accent-orange)}.post-body code{background:#ffffff0d;padding:.2rem .4rem;border-radius:4px;font-family:Courier New,monospace;font-size:.95rem;color:var(--accent-orange)}.post-body pre{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1.5rem;margin:2rem 0;overflow-x:auto}.post-body pre code{background:none;padding:0;font-size:.9rem;line-height:1.6;color:inherit}.post-body blockquote{border-left:3px solid var(--accent-orange);padding-left:1.5rem;margin:2rem 0;font-style:italic}.post-body img{max-width:100%;height:auto;border-radius:8px;margin:2rem 0}.post-body table{width:100%;border-collapse:collapse;margin:2rem 0}.post-body th,.post-body td{padding:.75rem;border:1px solid rgba(255,255,255,.1)}.post-body th{background:#ffffff0d;font-weight:700}.loading{text-align:center;color:var(--text-secondary);padding:4rem 2rem;font-size:1.1rem}@media (max-width: 768px){.post-header h1{font-size:2rem}.post-body h1{font-size:1.75rem}.post-body h2{font-size:1.5rem}.post-body h3{font-size:1.25rem}}.app-container{position:relative;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #000000;--bg-secondary: #0a0a0a;--text-primary: #ffffff;--text-secondary: #a0a0a0;--accent-orange: #ff6b35;--accent-red: #ff0844;--accent-purple: #b644ff}body{margin:0;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-primary);color:var(--text-primary);overflow-x:hidden}#root{min-height:100vh}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--accent-orange);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--accent-red)}
