.layout-grid-left,.layout-grid-right,.layout-grid-full{display:flex;flex-direction:column;width:100%;gap:2rem}@media screen and (max-width: 640px){.layout-grid-left,.layout-grid-right{gap:1rem}}.flex-col-card{display:flex;flex-direction:column}.header-container{display:flex;flex-direction:row;align-items:center;gap:1rem;margin-bottom:1rem}.header-container *{margin:0}.prose{line-height:1.6}.post-container{display:flex;flex-direction:column;gap:1rem;padding:1rem;border:1px solid #353535;color:#fff;text-decoration:none;transition:background-color .15s ease,border .15s ease}.post-container:hover,.post-container:focus-visible{background-color:#10b98120;border:1px solid var(--primary)}.post-container:focus-visible{outline:none}.post-date,.work-experience-duration{color:#c7c7c7}.work-experience-container{display:flex;flex-direction:column;gap:1rem}.work-experience-entry:not(:last-of-type){border-bottom:1px solid rgba(16,185,129,.2);padding-bottom:1rem;position:relative}.work-experience-entry:not(:last-of-type):after{content:"";position:absolute;bottom:-1px;left:0;width:0;height:1px;background:linear-gradient(90deg,var(--primary),transparent);transition:width .5s ease}.work-experience-entry:hover:not(:last-of-type):after{width:100%}.work-experience-duration{font-size:.925rem}.work-experience-company{margin-top:.25rem;margin-bottom:.5rem}.work-experience-role{margin-bottom:.5rem}.work-experience-location{color:#c7c7c7;font-size:.875rem;margin-bottom:.75rem;display:block}.work-experience-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.tech-badge{background-color:#10b98133;color:var(--primary-light);border:1px solid rgba(16,185,129,.4);padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500;transition:all .15s ease;box-shadow:0 0 4px #10b9811a;position:relative;overflow:hidden;font-family:JetBrains Mono,Fira Code,Cascadia Code,monospace}.tech-badge:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(16,185,129,.3),transparent);transition:left .6s ease}.tech-badge:hover:before{left:100%}.tech-badge:hover{background-color:#10b9814d;border-color:var(--primary);box-shadow:0 0 6px #10b98133;transform:translateY(-1px)}.tech-badge[data-category=devops]{background:linear-gradient(135deg,#10b9814d,#064e3b4d);border:1px solid rgba(16,185,129,.6);box-shadow:0 0 8px #10b98133}.tech-badge[data-category=cloud]{background:linear-gradient(135deg,#34d3994d,#10b9814d);border:1px solid rgba(52,211,153,.6);color:#6ee7b7}.tech-badge[data-category=container]{background:linear-gradient(135deg,#064e3b66,#14532d66);border:1px solid rgba(34,197,94,.6);color:#22c55e}.more-tech{background-color:#10b9811a;color:#c7c7c7;border-color:#10b98133}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.project-sidebar-technologies{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #353535}.project-sidebar-technologies h3{margin:0 0 .75rem;font-size:1rem;color:var(--primary-light)}.sidebar-tech-badges{display:flex;flex-wrap:wrap;gap:.5rem}.work-experience-items{margin-top:.75rem}.work-items-list{list-style:none;padding:0;margin:0;font-size:.875rem;color:#c7c7c7}.work-items-list li{margin-bottom:.5rem;padding-left:1rem;position:relative}.work-items-list li:before{content:"•";color:var(--primary);position:absolute;left:0}.work-items-list li.more-items{font-style:italic;color:#a0a0a0}.project-items{margin-top:.75rem}.project-items-list{list-style:none;padding:0;margin:0;font-size:.875rem;color:#c7c7c7}.project-items-list li{margin-bottom:.5rem;padding-left:1rem;position:relative}.project-items-list li:before{content:"•";color:var(--primary);position:absolute;left:0}.project-items-list li.more-items{font-style:italic;color:#a0a0a0}.terminal-header-card{background:linear-gradient(135deg,#0f1419,#1a1a1a,#0f1419);border:1px solid rgba(16,185,129,.3);border-radius:8px;padding:1rem;font-family:JetBrains Mono,Fira Code,Cascadia Code,SF Mono,Consolas,monospace;margin-bottom:2rem;box-shadow:0 0 20px #10b9811a;position:relative;overflow:hidden}.terminal-header-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent 0%,rgba(16,185,129,.8) 25%,rgba(52,211,153,.8) 50%,rgba(16,185,129,.8) 75%,transparent 100%);animation:terminal-scan 3s ease-in-out infinite}@keyframes terminal-scan{0%,to{opacity:.3}50%{opacity:1}}.terminal-prompt{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;line-height:1.4}.prompt-segment{display:flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border-radius:6px;font-size:.875rem;font-weight:500;transition:all .2s ease}.user-segment{background:linear-gradient(135deg,#064e3bcc,#14532dcc);color:#10b981;border:1px solid rgba(16,185,129,.5);box-shadow:0 0 12px #10b98126}.info-segment{background:#14532d4d;color:#10b981;border:1px solid rgba(16,185,129,.4);box-shadow:0 0 10px #10b9811a}.socials-segment{background:#064e3b4d;color:#34d399;border:1px solid rgba(52,211,153,.4);padding:.25rem .5rem;gap:.75rem;box-shadow:0 0 8px #34d3991a}.command-segment{background:#14532d4d;color:#10b981;border:1px solid rgba(16,185,129,.4);box-shadow:0 0 10px #10b9811a}.prompt-text{font-size:.875rem;font-weight:500}.prompt-icon{flex-shrink:0}.prompt-symbol{color:var(--primary);font-weight:700;font-size:1rem}.terminal-avatar{border-radius:50%;border:2px solid rgba(255,255,255,.2)}.social-link{display:flex;align-items:center;gap:.5rem;color:inherit;text-decoration:none;transition:all .2s ease}.social-link:hover{color:#60a5fa;text-decoration:none}@media screen and (max-width: 768px){.terminal-prompt{flex-direction:column;align-items:stretch;gap:.75rem}.prompt-segment{justify-content:center}.socials-segment{flex-direction:column;gap:.5rem}}.socials-link{color:#fff;display:flex;flex-direction:row;gap:.75rem;align-items:center}.skills-viewer .file-entry{display:flex;align-items:center;gap:1rem;white-space:nowrap;overflow:hidden}.skills-viewer .file-permissions{flex-shrink:0;min-width:100px}.skills-viewer .file-name{flex-shrink:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.skills-viewer .file-desc{flex:1;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}
