.terminal-wrapper{padding:.75rem 1.25rem 1.25rem;display:flex;flex-direction:column-reverse;max-height:calc(100vh - 2rem);overflow-y:auto;row-gap:.75rem}.terminal-line-history{display:flex;row-gap:.75rem;flex-direction:column;margin-bottom:.5rem;width:100%}.terminal-line-history.sm{row-gap:5px}.font-sm{font-size:.875rem}.hints{margin-right:.875rem}.highlight{font-weight:700;color:var(--color-text-200)}.social-link{font-family:Courier New,monospace;font-weight:700;color:#ff8c00;text-decoration:none;border-bottom:2px dashed #ff8c00;transition:all .3s ease}.social-link:hover{color:#ff6b00;border-bottom-color:#ff6b00}.profile-photo{border-radius:50%;border:3px solid var(--color-primary);height:180px;object-fit:cover;object-position:center top;width:180px;transition:transform .3s ease;box-shadow:0 4px 12px #0000001a}.profile-photo:hover{transform:scale(1.05);box-shadow:0 6px 20px #00000026}.profile-section{align-items:center;display:flex;gap:2rem;margin-bottom:2rem}.profile-content{flex:1;line-height:1.6}.profile-content h1{margin:0 0 .5rem;font-size:1.8rem}.profile-content .title{font-size:1.1rem;margin-bottom:1rem}.profile-content .description{font-size:1rem;color:var(--color-text-200)}.contact-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:1rem}.contact-section{background:var(--color-bg-100);border:1px solid var(--color-border);border-radius:8px;padding:1.5rem}.contact-section h4{color:var(--color-primary);margin:0 0 1rem;font-size:1.1rem;font-weight:600}.contact-section p{margin:.5rem 0;display:flex;align-items:center;gap:.5rem}.contact-section strong{color:var(--color-text);font-weight:600}@media (max-width:768px){.profile-section{flex-direction:column;text-align:center;gap:1.5rem}.profile-photo{height:150px;width:150px}.contact-grid{grid-template-columns:1fr;gap:1.5rem}.contact-section{padding:1rem}}.hero{display:flex;flex-wrap:wrap-reverse;align-items:center}.hero>div{display:flex;flex-direction:column;gap:.75rem;width:100%;min-width:0}.hero>div:last-child pre:first-child{margin:0 auto}.command{color:var(--color-primary)}.name{margin-bottom:1rem;font-family:Courier New,monospace;white-space:pre;overflow:visible;text-align:left;width:100%;max-width:none;min-width:400px;background:linear-gradient(45deg,#ff6b6b,#4ecdc4,#45b7d1,#96ceb4,#feca57);background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 3s ease-in-out infinite,fadeIn 1s ease-in;text-shadow:0 0 10px rgba(255,107,107,.3)}.name-mobile{margin:0 auto 1rem;font-family:Courier New,monospace;white-space:pre;overflow:visible;text-align:left;width:100%;max-width:none;min-width:300px;background:linear-gradient(45deg,#ff6b6b,#4ecdc4,#45b7d1,#96ceb4,#feca57);background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 3s ease-in-out infinite,fadeIn 1s ease-in;text-shadow:0 0 10px rgba(255,107,107,.3)}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}[data-theme=dark] .name,[data-theme=dark] .name-mobile{background:linear-gradient(45deg,#ff6b6b,#4ecdc4,#45b7d1,#96ceb4,#feca57);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=light] .name,[data-theme=light] .name-mobile{background:linear-gradient(45deg,#e74c3c,#3498db,#2ecc71,#f39c12,#9b59b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=terminal] .name,[data-theme=terminal] .name-mobile{background:linear-gradient(45deg,#0f0,#ff0,#0ff,#f0f,red);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:terminalFlicker .1s infinite alternate}@keyframes terminalFlicker{0%{opacity:.8}to{opacity:1}}@media (min-width:550px){.name-mobile{display:none}}@media (max-width:550px){.name,.img{display:none}}@media (min-width:1024px){.hero>div:first-child{flex-basis:55%}.hero>div:last-child{flex-basis:45%}}@media (max-width:1024px){.name{margin:1rem auto}.hero>div:last-child{margin:0 auto}}.command-name{color:var(--color-primary)}.autocomplete{margin-top:.2rem}.autocomplete.first{margin-top:.5rem}.command-alias{color:var(--color-text-200)}@media (max-width:550px){.command-description{display:block}.autocomplete{display:none}}.prompt-input{flex-grow:1}.prompt-user{color:var(--color-secondary)}.prompt-info{display:inline-block;margin-right:.75rem;color:var(--color-text-300)}.terminal-host{color:var(--color-primary)}.mobile-span{line-height:1.5rem;margin-right:.75rem}@media (min-width:550px){.prompt-form{display:flex}.mobile-span,.mobile-br{display:none}}@media (max-width:550px){.prompt-input{min-width:85%}}