@charset "UTF-8";*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{background:radial-gradient(ellipse at 50% 40%,#041004,#000 70%);background-color:#000;color:#3f3;font-family:Courier New,Courier,monospace;line-height:1.6;min-height:100vh;min-height:100dvh;display:flex;align-items:stretch;justify-content:center;padding:1.25rem}::selection{background:#3f3;color:#000}*{scrollbar-width:thin;scrollbar-color:rgba(51,255,51,.4) transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#33ff3359;border-radius:4px}::-webkit-scrollbar-track{background:transparent}a{color:#3f3;text-decoration:none}:focus-visible{outline:1px dashed #33ff33;outline-offset:3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.crt{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;pointer-events:none;background:repeating-linear-gradient(to bottom,#0000,#0000 2px,#0000002e 3px)}.crt:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,transparent 60%,rgba(0,0,0,.45) 100%)}@media (prefers-reduced-motion: no-preference){.crt:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#123c1208;animation:crt-flicker 4s infinite}}@keyframes crt-flicker{0%,to{opacity:.9}8%{opacity:.6}9%{opacity:.9}42%{opacity:.8}43%{opacity:1}71%{opacity:.7}72%{opacity:.95}}.terminal-window{display:flex;flex-direction:column;width:100%;max-width:1160px;border:1px solid rgba(51,255,51,.28);border-radius:10px;background:#0008028c;box-shadow:0 0 60px #33ff331f,0 0 12px #33ff3314,inset 0 0 120px #001e0059;overflow:hidden}.terminal-titlebar{display:flex;align-items:center;gap:.75rem;padding:.55rem 1rem;border-bottom:1px solid rgba(51,255,51,.28);background:#0a190a99;-webkit-user-select:none;user-select:none;flex-shrink:0}.titlebar-dots{display:flex;gap:.45rem}.dot{width:12px;height:12px;border-radius:50%;display:inline-block}.dot.dot-close{background:#ff5c57}.dot.dot-min{background:#f3f99d}.dot.dot-max{background:#3f3}.titlebar-title{flex:1;text-align:center;color:#7a7a7a;font-size:.8rem;letter-spacing:.03em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.titlebar-size{color:#7a7a7a;font-size:.75rem}.terminal{display:flex;flex-direction:column;flex:1;padding:1.75rem 2.5rem 1.25rem;gap:1.75rem}.terminal-lastlogin{color:#7a7a7a;font-size:.78rem}.terminal-content{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:start}.terminal-left{display:flex;flex-direction:column;gap:1.9rem;min-width:0}.terminal-section{display:flex;flex-direction:column;gap:0}.terminal-prompt,.terminal-command{color:#d0d0d0;font-size:.85rem;margin-bottom:.15rem;word-break:break-word}.p-user{color:#3f3;font-weight:700}.p-path{color:#57c7ff;font-weight:700}.p-dollar{color:#d0d0d0}.terminal-name{color:#3f3;text-shadow:0 0 10px rgba(51,255,51,.5);line-height:1.2;font-weight:400}.terminal-name.ascii-art pre{margin:0;font-family:Courier New,Courier,monospace;white-space:pre;font-size:clamp(5.5px,(100vw - 4rem) / 34,11px);line-height:1.15}@media screen and (min-width: 1240px){.terminal-name.ascii-art pre{font-size:11px}}.terminal-title{font-size:.95rem;color:#d0d0d0;margin-top:.35rem}.terminal-title:before{content:"▸ ";color:#3f3}.skills-tags{display:flex;flex-wrap:wrap;gap:.4rem .6rem}.skill-tag{color:#d0d0d0;font-size:.85rem;border:1px solid rgba(51,255,51,.2);padding:.05rem .45rem;border-radius:3px;transition:border-color .25s ease,color .25s ease,box-shadow .25s ease}.skill-tag:hover{color:#3f3;border-color:#3f39;box-shadow:0 0 8px #33ff3340}.terminal-text{color:#d0d0d0;font-size:.85rem;line-height:1.55;max-width:62ch}.terminal-text+.terminal-text{margin-top:.4rem}.contact-links{display:flex;flex-wrap:wrap;gap:.5rem .9rem}.contact-tag{color:#d0d0d0;text-decoration:none;font-size:.85rem;transition:all .3s ease}.contact-tag:before{content:"→ ";color:#3f3;opacity:0;margin-left:-1.1em;transition:opacity .2s ease}.contact-tag:hover,.contact-tag:focus-visible{color:#3f3;text-shadow:0 0 8px rgba(51,255,51,.6)}.contact-tag:hover:before,.contact-tag:focus-visible:before{opacity:1}.terminal-right{display:flex;flex-direction:column;align-items:flex-end;gap:1.5rem}.profile-image-container{position:relative;overflow:hidden;max-width:180px;border:1px solid rgba(51,255,51,.2);border-radius:4px}.profile-image{display:block;width:100%;height:auto;filter:grayscale(100%) sepia(100%) hue-rotate(90deg) saturate(1.5) brightness(.7) contrast(1.2);mask-image:linear-gradient(to bottom,black 85%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,black 85%,transparent 100%);transform:scale(1.6);transform-origin:center 20%}.certifications{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.cert-badges{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-start;justify-content:flex-end}.cert-item{display:flex;flex-direction:column;align-items:center;gap:.25rem}.cert-item img{width:50px;height:50px;object-fit:contain;filter:grayscale(100%) sepia(100%) hue-rotate(90deg) saturate(1.5) brightness(.9) contrast(1.2);transition:transform .3s ease}.cert-item:hover img{transform:scale(1.1)}.cert-actions{display:flex;flex-direction:column;align-items:center;gap:0;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.cert-item:hover .cert-actions,.cert-item:focus-within .cert-actions{opacity:1;visibility:visible}@media (hover: none){.cert-actions{opacity:1;visibility:visible}}.cert-action{background:none;border:none;font-family:inherit;color:#3f3;font-size:.75rem;cursor:pointer;transition:color .2s ease;padding:.1rem .2rem}.cert-action:hover{color:#8f8;text-shadow:0 0 5px rgba(51,255,51,.5)}.cursor,.cursor-final{display:inline-block;width:.6em;height:1.05em;margin-left:2px;background:#3f3;color:transparent;vertical-align:text-bottom;animation:blink 1s step-end infinite}.cursor-final{display:none}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}html.js .typing-output{opacity:0;visibility:hidden}.shell-section{margin-top:auto;padding-top:.5rem;border-top:1px dashed rgba(51,255,51,.15)}html.js .shell-section{opacity:0;visibility:hidden;transition:opacity .4s ease}html.js .shell-section.shell-ready{opacity:1;visibility:visible}.shell-hint{color:#7a7a7a;font-size:.75rem;margin-bottom:.35rem}.shell-hint b{color:#3f3;font-weight:700}.shell-output{font-size:.85rem;color:#d0d0d0;max-height:40vh;overflow-y:auto;overscroll-behavior:contain}.shell-output pre{font-family:Courier New,Courier,monospace;white-space:pre-wrap;word-break:break-word;margin:0 0 .35rem;line-height:1.45}.shell-output .out-green{color:#3f3}.shell-output .out-dim{color:#7a7a7a}.shell-output .out-blue{color:#57c7ff}.shell-output .out-amber{color:#f3f99d}.shell-output .out-red{color:#ff5c57}.shell-output a{color:#57c7ff;text-decoration:underline;text-underline-offset:2px}.shell-output a:hover{color:#3f3}.shell-input-line{display:flex;align-items:baseline;gap:.45rem;font-size:.85rem}.shell-prompt{white-space:nowrap;color:#d0d0d0;cursor:text}.shell-input{flex:1;min-width:0;background:transparent;border:none;outline:none;color:#3f3;font-family:Courier New,Courier,monospace;font-size:max(.85rem,16px);caret-color:#3f3}.shell-input::placeholder{color:#33ff3359}.status-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.3rem 1rem;background:#1c572e8c;border-top:1px solid rgba(51,255,51,.28);color:#8f8;font-size:.72rem;-webkit-user-select:none;user-select:none;flex-shrink:0}.status-bar .status-left,.status-bar .status-right{display:flex;align-items:center;gap:.9rem;white-space:nowrap}.status-bar .status-right{overflow:hidden}.status-bar .status-session{background:#3f3;color:#000;padding:0 .4rem;font-weight:700}.cert-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;align-items:center;justify-content:center}.cert-modal.active{display:flex}.cert-modal-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000bf;cursor:pointer}.cert-modal-content{position:relative;z-index:1;max-width:90vw;max-height:90vh}.cert-modal-close{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;padding:.5rem;line-height:1;font-family:inherit}.cert-modal-close:hover{color:#3f3}.cert-modal-image{max-width:min(80vw,700px);max-height:70vh;object-fit:contain;filter:none;border:1px solid rgba(51,255,51,.28);border-radius:6px;background:#000}.matrix-canvas{position:fixed;top:0;right:0;bottom:0;left:0;z-index:998;pointer-events:none;opacity:0;transition:opacity .6s ease}.matrix-canvas.active{opacity:1}@media (prefers-reduced-motion: reduce){.cursor,.cursor-final{animation:none}*{transition-duration:.01ms!important;animation-duration:.01ms!important}}@media screen and (max-width: 768px){body{padding:.6rem}.terminal{padding:1.25rem 1rem 1rem;gap:1.4rem}.titlebar-size{display:none}.terminal-content{grid-template-columns:1fr;gap:1.75rem}.terminal-right{order:-1;align-items:center}.terminal-left{text-align:left}.profile-image-container{max-width:200px}.certifications{align-items:center}.shell-output{max-height:32vh}.status-bar{font-size:.65rem;padding:.3rem .6rem}.status-bar .status-uptime{display:none}}@media screen and (max-width: 500px){.terminal{padding:1rem .75rem .75rem}.terminal-title{font-size:.9rem}.terminal-prompt,.terminal-command{font-size:.78rem}.skill-tag,.terminal-text{font-size:.8rem}.profile-image-container{max-width:170px}.cert-badges img{width:45px;height:45px}}
