/**
 * Copyright (c) 2014 The xterm.js authors. All rights reserved.
 * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
 * https://github.com/chjj/term.js
 * @license MIT
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 * Originally forked from (with the author's permission):
 *   Fabrice Bellard's javascript vt100 for jslinux:
 *   http://bellard.org/jslinux/
 *   Copyright (c) 2011 Fabrice Bellard
 *   The original design remains. The terminal itself
 *   has been extended to include xterm CSI codes, among
 *   other features.
 */.xterm{cursor:text;position:relative;user-select:none;-ms-user-select:none;-webkit-user-select:none}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{position:absolute;top:0;z-index:5}.xterm .xterm-helper-textarea{padding:0;border:0;margin:0;position:absolute;opacity:0;left:-9999em;top:0;width:0;height:0;z-index:-5;white-space:nowrap;overflow:hidden;resize:none}.xterm .composition-view{background:#000;color:#fff;display:none;position:absolute;white-space:nowrap;z-index:1}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{background-color:#000;overflow-y:scroll;cursor:default;position:absolute;right:0;left:0;top:0;bottom:0}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;left:0;top:0}.xterm .xterm-scroll-area{visibility:hidden}.xterm-char-measure-element{display:inline-block;visibility:hidden;position:absolute;top:0;left:-9999em;line-height:normal}.xterm.enable-mouse-events{cursor:default}.xterm.xterm-cursor-pointer,.xterm .xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility:not(.debug),.xterm .xterm-message{position:absolute;left:0;top:0;bottom:0;right:0;z-index:10;color:transparent;pointer-events:none}.xterm .xterm-accessibility-tree:not(.debug) *::selection{color:transparent}.xterm .xterm-accessibility-tree{-webkit-user-select:text;user-select:text;white-space:pre}.xterm .live-region{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.xterm-dim{opacity:1!important}.xterm-underline-1{text-decoration:underline}.xterm-underline-2{text-decoration:double underline}.xterm-underline-3{text-decoration:wavy underline}.xterm-underline-4{text-decoration:dotted underline}.xterm-underline-5{text-decoration:dashed underline}.xterm-overline{text-decoration:overline}.xterm-overline.xterm-underline-1{text-decoration:overline underline}.xterm-overline.xterm-underline-2{text-decoration:overline double underline}.xterm-overline.xterm-underline-3{text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{text-decoration:overline dashed underline}.xterm-strikethrough{text-decoration:line-through}.xterm-screen .xterm-decoration-container .xterm-decoration{z-index:6;position:absolute}.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer{z-index:7}.xterm-decoration-overview-ruler{z-index:8;position:absolute;top:0;right:0;pointer-events:none}.xterm-decoration-top{z-index:2;position:relative}.terminal-container{width:100%;height:350px;padding:1rem;background:#000000f2;border:1px solid #333333;border-radius:8px;box-shadow:0 8px 25px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.terminal-container.fullscreen{height:100%;min-height:600px;border-radius:0;border:none}.xterm-wrapper{width:100%;height:100%}.xterm{height:100%}.xterm-viewport,.xterm-screen{background-color:#000000f2!important}.intro-container{min-height:80vh;display:flex;align-items:center;padding:2rem 0}.intro-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto;width:100%}.intro-left{display:flex;flex-direction:column;align-items:center;gap:2rem}.profile-image-container{position:relative;display:flex;align-items:center;justify-content:center}.profile-ring{position:absolute;width:200px;height:200px;border-radius:50%;border:2px solid #333333;animation:rotate 15s linear infinite;opacity:.6}.profile-ring:before{content:"";position:absolute;top:10px;left:10px;right:10px;bottom:10px;border-radius:50%;border:1px solid #555555;animation:rotate 10s linear infinite reverse}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.profile-image{position:relative;z-index:2;width:160px;height:160px;border-radius:50%;overflow:hidden;border:3px solid #333333;box-shadow:0 10px 30px #00000080;background:#1a1a1a}.profile-image img{width:100%;height:100%;object-fit:cover}.tech-stack{text-align:center;background:#000c;padding:1.5rem;border-radius:12px;box-shadow:0 8px 25px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #333333}.tech-stack h3{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.tech-icons{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.tech-icon{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:#ffffff0d;border-radius:8px;text-decoration:none;color:#ccc;transition:all .3s ease;border:1px solid #333333}.tech-icon:hover{background:#ffffff1a;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d;color:#fff;border-color:#555}.tech-icon svg{font-size:2rem;color:#f90}.tech-icon span{font-size:.9rem;font-weight:500}.intro-right{display:flex;flex-direction:column;gap:2rem}.intro-header{text-align:left}.intro-header h1{font-size:3.5rem;color:#fff;margin:0;font-weight:700;letter-spacing:-2px;line-height:1.1;text-shadow:0 2px 4px rgba(0,0,0,.5)}.typing-container{margin-top:.5rem}.typing-text{font-size:1.5rem;color:#f90;font-weight:600;margin:0;min-height:2rem}.cursor{color:#ccc;font-weight:400;animation:blink 1s infinite}.cursor.visible{opacity:1}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.intro-description{background:#000c;padding:2rem;border-radius:12px;box-shadow:0 8px 25px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #333333}.terminal-output{margin-bottom:1rem}.prompt{color:#f90;font-weight:600;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.about-content{color:#ccc;line-height:1.7}.about-content p{margin-bottom:1rem;font-size:1rem}.about-content p:last-child{margin-bottom:0}.skills-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem}.skill-category{background:#ffffff08;padding:1.5rem;border-radius:8px;border:1px solid #333333}.skill-category h4{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.skill-category ul{list-style:none;padding:0;margin:0}.skill-category li{color:#ccc;font-size:.9rem;margin-bottom:.5rem;padding-left:1rem;position:relative}.skill-category li:before{content:"▸";position:absolute;left:0;color:#f90;font-weight:700}.social-links{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.social-link{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:#000c;border-radius:8px;text-decoration:none;color:#ccc;font-weight:500;transition:all .3s ease;box-shadow:0 4px 12px #00000080;border:1px solid #333333;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.social-link:hover{transform:translateY(-2px);box-shadow:0 8px 20px #000000b3;background:#000000e6;border-color:#555;color:#fff}.social-link.github:hover{background:#24292ee6;border-color:#586069}.social-link.linkedin:hover{background:#0077b5e6;border-color:#0077b5}.social-link.email:hover{background:#764ba2e6;border-color:#764ba2}.social-link svg{font-size:1.2rem}.social-link.github svg{color:#f0f6fc}.social-link.linkedin svg{color:#0077b5}.social-link.email svg{color:#764ba2}@media (max-width: 1024px){.intro-content{grid-template-columns:1fr;gap:3rem;text-align:center}.intro-left{order:2}.intro-right{order:1}.skills-grid{grid-template-columns:1fr}}@media (max-width: 768px){.intro-container{padding:1rem 0}.intro-content{gap:2rem;padding:0 1rem}.intro-header h1{font-size:2.5rem}.typing-text{font-size:1.2rem}.profile-image{width:120px;height:120px}.profile-ring{width:150px;height:150px}.tech-icons{grid-template-columns:1fr}.social-links{flex-direction:column;align-items:center}.social-link{width:100%;max-width:200px;justify-content:center}}@media (max-width: 480px){.intro-header h1{font-size:2rem}.typing-text{font-size:1rem}.intro-description{padding:1.5rem}.skill-category,.tech-stack{padding:1rem}}.resume-container{max-width:1200px;margin:0 auto;padding:2rem;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.resume-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;padding-bottom:1rem;border-bottom:1px solid #333333}.resume-header h1{font-size:2rem;color:#fff;font-weight:700}.terminal-prompt{color:#ccc;font-weight:500}.resume-actions{display:flex;gap:1rem;align-items:center}.download-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#333,#555);color:#fff;border:1px solid #666666;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;text-decoration:none}.download-btn:hover{background:linear-gradient(135deg,#444,#666);border-color:#777;transform:translateY(-2px);box-shadow:0 8px 20px #00000080}.view-btn{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea}.resume-content{display:flex;flex-direction:column;gap:3rem}.resume-section{background:#000c;border:1px solid #333333;border-radius:12px;padding:2rem;animation:fadeInUp .5s ease;box-shadow:0 8px 25px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.resume-section h2{color:#fff;font-size:1.8rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;font-weight:600}.experience-item{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.experience-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.exp-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.experience-item h3{color:#fff;font-size:1.4rem;font-weight:600}.experience-item h4{color:#f90;font-size:1.1rem;margin-bottom:1rem;font-weight:500}.date{color:#ccc;font-weight:500;background:#ffffff0d;padding:.25rem .75rem;border-radius:20px;border:1px solid #333333;font-size:.9rem}.exp-list{list-style:none;margin-top:1rem}.exp-list li{color:#ccc;padding:.5rem 0 .5rem 1.5rem;position:relative;line-height:1.6}.exp-list li:before{content:"▸";position:absolute;left:0;color:#f90;font-size:1.2rem;font-weight:700}.project-item{background:#ffffff08;border:1px solid #333333;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;transition:all .3s ease}.project-item:hover{transform:translate(10px);border-color:#555;box-shadow:0 8px 20px #00000080}.project-item h3{color:#fff;margin-bottom:.75rem;font-size:1.3rem;font-weight:600}.project-item p{color:#ccc;margin-bottom:1rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none}.project-tech li{background:#ff99001a;color:#f90;padding:.25rem .75rem;border-radius:15px;border:1px solid #333333;font-size:.9rem;font-weight:500}.education-item{background:#ffffff08;padding:1.5rem;border-radius:8px;border:1px solid #333333}.education-item h3{color:#fff;font-size:1.3rem;margin-bottom:.5rem;font-weight:600}.education-item p{color:#f90;margin-bottom:.5rem;font-weight:500}.cert-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.cert-item{background:#000c;border:1px solid #333333;border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 8px 25px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cert-item:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.05),transparent);transform:rotate(45deg);transition:all .5s}.cert-item:hover:before{left:100%}.cert-item:nth-child(1),.cert-item:nth-child(2){border-color:#f90}.cert-item:nth-child(3){border-color:#326ce5}.cert-item:nth-child(4){border-color:#7b42bc}.cert-item:hover{transform:translateY(-5px);box-shadow:0 15px 35px #000000b3;border-color:#555}.cert-badge{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-weight:700;font-size:1.2rem}.cert-badge.aws{background:#f90;color:#000}.cert-badge.k8s{background:#326ce5;color:#fff}.cert-badge.terraform{background:#7b42bc;color:#fff}.cert-item h4{color:#fff;margin-bottom:.5rem;font-weight:600}.cert-item p{color:#ccc;font-size:.9rem}.skills-matrix{display:flex;flex-direction:column;gap:1.5rem}.skill-row{display:grid;grid-template-columns:200px 1fr;gap:1rem;align-items:center}.skill-label{color:#fff;font-weight:600}.skill-bars{width:100%}.skill-bar{background:#ffffff0d;border:1px solid #333333;padding:.75rem 1rem;border-radius:8px;color:#ccc;position:relative;overflow:hidden;animation:slideIn 1s ease;font-weight:500}@keyframes slideIn{0%{width:0;opacity:0}to{width:100%;opacity:1}}.skill-bar:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.aws-bar{border-color:#f90}.docker-bar{border-color:#2496ed}.iac-bar{border-color:#7b42bc}.lang-bar{border-color:#3b82f6}.cicd-bar{border-color:#764ba2}.monitor-bar{border-color:#f90}@media (max-width: 768px){.resume-header{flex-direction:column;gap:1rem;align-items:flex-start}.exp-header{flex-direction:column;align-items:flex-start;gap:.5rem}.skill-row,.cert-grid{grid-template-columns:1fr}}.experience-container{padding:2rem;max-width:1200px;margin:0 auto;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.experience-header{text-align:center;margin-bottom:3rem}.experience-header h1{font-size:3rem;margin-bottom:1rem;color:#fff;font-weight:700;letter-spacing:-1px;text-shadow:0 2px 4px rgba(0,0,0,.5)}.experience-subtitle{font-size:1.2rem;color:#ccc;opacity:.9;font-weight:400}.experience-content{display:flex;flex-direction:column;gap:3rem}.experience-card{background:#000c;border:1px solid #333333;border-radius:12px;padding:2rem;margin-bottom:2rem;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 8px 25px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.experience-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.05),transparent);transition:left .5s ease}.experience-card:hover:before{left:100%}.experience-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #000000b3;border-color:#555}.experience-header-card{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.experience-title-section h3{font-size:1.5rem;color:#fff;margin:0 0 .5rem;font-weight:600}.experience-title-section h4{font-size:1.2rem;color:#f90;margin:0;font-weight:500}.experience-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.period,.location{background:#ff99001a;padding:.3rem .8rem;border-radius:15px;font-size:.9rem;border:1px solid #333333;color:#f90;font-weight:500}.job-description{font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem;color:#ccc}.achievements-section,.technologies-section,.impact-section{margin-bottom:1.5rem}.achievements-section h5,.technologies-section h5,.impact-section h5{color:#fff;font-size:1.1rem;margin-bottom:1rem;font-weight:600}.achievement-item{display:flex;align-items:flex-start;margin-bottom:.8rem;line-height:1.5}.achievement-bullet{color:#f90;margin-right:.8rem;font-size:1.2rem;flex-shrink:0}.tech-tag{background:#ffffff0d;color:#ccc;padding:.3rem .8rem;border-radius:15px;font-size:.9rem;border:1px solid #333333;transition:all .3s ease}.tech-tag:hover{background:#ff99001a;border-color:#555;color:#f90;transform:scale(1.05)}.impact-text{background:#ff99000d;padding:1rem;border-radius:8px;border-left:4px solid #ff9900;font-style:italic;color:#ccc}.projects-section{margin-top:2rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.project-card{background:#000c;border:1px solid #333333;border-radius:12px;padding:1.5rem;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 8px 25px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.project-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.05),transparent);transition:left .5s ease}.project-card:hover:before{left:100%}.project-card:hover{transform:translateY(-3px);box-shadow:0 15px 35px #000000b3;border-color:#555}.project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.project-title{font-size:1.3rem;color:#fff;margin:0;font-weight:600}.project-status{padding:.2rem .6rem;border-radius:10px;font-size:.8rem;font-weight:700;text-transform:uppercase}.project-status.production{background:#22c55e1a;color:#22c55e;border:1px solid #22c55e}.project-status.live{background:#3b82f61a;color:#3b82f6;border:1px solid #3b82f6}.project-description{color:#ccc;line-height:1.5;margin-bottom:1rem}.project-technologies{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.project-tech-tag{background:#ff99001a;color:#f90;padding:.2rem .6rem;border-radius:12px;font-size:.8rem;border:1px solid #333333}.project-impact{color:#ccc;font-size:.9rem;line-height:1.4}.project-impact strong{color:#f90}@media (max-width: 768px){.experience-container{padding:1rem}.experience-header h1{font-size:2rem}.experience-header-card{flex-direction:column;align-items:flex-start}.experience-meta{align-items:flex-start}.projects-grid{grid-template-columns:1fr}.project-header{flex-direction:column;align-items:flex-start;gap:.5rem}}.experience-card,.project-card{animation:fadeInUp .6s ease forwards}.experience-card:nth-child(1){animation-delay:.1s}.experience-card:nth-child(2){animation-delay:.2s}.project-card:nth-child(1){animation-delay:.1s}.project-card:nth-child(2){animation-delay:.2s}.project-card:nth-child(3){animation-delay:.3s}.project-card:nth-child(4){animation-delay:.4s}.skills-container{padding:2rem;max-width:1200px;margin:0 auto;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.skills-header{text-align:center;margin-bottom:3rem}.skills-header h1{font-size:3rem;margin-bottom:1rem;color:#fff;font-weight:700;letter-spacing:-1px;text-shadow:0 2px 4px rgba(0,0,0,.5)}.skills-subtitle{font-size:1.2rem;color:#ccc;opacity:.9;font-weight:400}.skills-content{display:flex;flex-direction:column;gap:3rem}.skill-categories{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.category-btn{background:#000c;border:1px solid #333333;color:#ccc;padding:1rem 1.5rem;border-radius:25px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;font-family:inherit;font-size:1rem;font-weight:500;box-shadow:0 4px 12px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.category-btn:hover{background:#ffffff0d;border-color:#555;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #000000b3}.category-btn.active{background:#ff99001a;border-color:#f90;color:#f90;box-shadow:0 8px 20px #f903}.category-icon{font-size:1.2rem}.skills-display{background:#000c;border:1px solid #333333;border-radius:12px;padding:2rem;transition:all .3s ease;box-shadow:0 8px 25px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.skills-display:hover{border-color:#555;box-shadow:0 15px 35px #000000b3}.active-category-title{font-size:1.5rem;color:#fff;margin-bottom:2rem;text-align:center;font-weight:600}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.skill-card{background:#ffffff08;border:1px solid #333333;border-radius:8px;padding:1.5rem;transition:all .3s ease;position:relative;overflow:hidden}.skill-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.05),transparent);transition:left .5s ease}.skill-card:hover:before{left:100%}.skill-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #000000b3;border-color:#555}.skill-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.skill-name{font-size:1.2rem;color:#fff;margin:0;font-weight:600}.skill-level{font-size:1.1rem;font-weight:700;color:#f90}.skill-bar{width:100%;height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden;margin-bottom:1rem;border:1px solid #333333}.skill-progress{height:100%;border-radius:4px;transition:width 1s ease;background:linear-gradient(90deg,#f90,#f60)}.skill-description{color:#ccc;font-size:.9rem;line-height:1.4;margin:0}.certifications-section{margin-top:2rem}.certifications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}.certification-card{background:#000c;border:1px solid #333333;border-radius:12px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 8px 25px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.certification-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.05),transparent);transition:left .5s ease}.certification-card:hover:before{left:100%}.certification-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #000000b3;border-color:#555}.cert-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.cert-name{font-size:1.3rem;color:#fff;margin:0;font-weight:600;flex:1;min-width:200px}.cert-date{background:#ff99001a;color:#f90;padding:.3rem .8rem;border-radius:15px;font-size:.9rem;border:1px solid #333333;white-space:nowrap;font-weight:500}.cert-issuer,.cert-id{color:#ccc;margin-bottom:.5rem;font-size:.9rem}.cert-issuer strong,.cert-id strong{color:#fff}.cert-description{color:#ccc;line-height:1.5;margin-bottom:1rem;font-style:italic}.cert-skills{margin-top:1rem}.cert-skills strong{color:#fff;display:block;margin-bottom:.5rem;font-weight:600}.cert-skill-tags{display:flex;flex-wrap:wrap;gap:.4rem}.cert-skill-tag{background:#ff99001a;color:#f90;padding:.2rem .6rem;border-radius:12px;font-size:.8rem;border:1px solid #333333}.additional-skills{margin-top:2rem}.expertise-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.expertise-category{background:#000c;border:1px solid #333333;border-radius:12px;padding:2rem;transition:all .3s ease;box-shadow:0 8px 25px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.expertise-category:hover{border-color:#555;transform:translateY(-3px);box-shadow:0 15px 35px #000000b3}.expertise-category h4{color:#fff;font-size:1.3rem;margin-bottom:1rem;font-weight:600;text-align:center}.expertise-category ul{list-style:none;padding:0;margin:0}.expertise-category li{color:#ccc;border-bottom:1px solid rgba(255,255,255,.1);position:relative;padding:.5rem 0 .5rem 1.5rem}.expertise-category li:before{content:"▸";color:#f90;position:absolute;left:0;top:.5rem;font-weight:700}.expertise-category li:last-child{border-bottom:none}@media (max-width: 768px){.skills-container{padding:1rem}.skills-header h1{font-size:2rem}.skill-categories{flex-direction:column;align-items:center}.category-btn{width:100%;max-width:300px;justify-content:center}.skills-grid,.certifications-grid,.expertise-grid{grid-template-columns:1fr}.cert-header{flex-direction:column;align-items:flex-start}.cert-name{min-width:auto}}.skill-card,.certification-card,.expertise-category{animation:fadeInUp .6s ease forwards}.skill-card:nth-child(1){animation-delay:.1s}.skill-card:nth-child(2){animation-delay:.2s}.skill-card:nth-child(3){animation-delay:.3s}.skill-card:nth-child(4){animation-delay:.4s}.certification-card:nth-child(1){animation-delay:.1s}.certification-card:nth-child(2){animation-delay:.2s}.certification-card:nth-child(3){animation-delay:.3s}.certification-card:nth-child(4){animation-delay:.4s}.projects-container{padding:2rem;max-width:1400px;margin:0 auto;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.projects-header{text-align:center;margin-bottom:3rem}.projects-header h1{font-size:3rem;margin-bottom:1rem;color:#fff;font-weight:700;letter-spacing:-1px;text-shadow:0 2px 4px rgba(0,0,0,.5)}.projects-subtitle{font-size:1.2rem;color:#ccc;opacity:.9;font-weight:400}.projects-content{display:flex;flex-direction:column;gap:2rem}.project-navigation{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.project-nav-btn{background:#000c;border:1px solid #333333;color:#ccc;padding:1rem 1.5rem;border-radius:12px;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:.5rem;font-family:inherit;font-size:.9rem;min-width:200px;text-align:center;box-shadow:0 4px 12px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.project-nav-btn:hover{background:#ffffff0d;border-color:#555;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #000000b3}.project-nav-btn.active{background:#ff99001a;border-color:#f90;color:#f90;box-shadow:0 8px 20px #f903}.project-nav-icon{font-size:1.5rem}.project-nav-title{font-weight:600;font-size:.9rem}.project-nav-status{font-size:.8rem;text-transform:uppercase;font-weight:500}.project-details{position:relative;min-height:600px}.project-detail{position:absolute;top:0;left:0;width:100%;opacity:0;transform:translate(50px);transition:all .5s ease;pointer-events:none}.project-detail.active{opacity:1;transform:translate(0);pointer-events:all}.project-detail-header{background:#000c;border:1px solid #333333;border-radius:12px;padding:2rem;margin-bottom:2rem;position:relative;overflow:hidden;box-shadow:0 8px 25px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.project-detail-header:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.05),transparent);transition:left .5s ease}.project-detail-header:hover:before{left:100%}.project-detail-title{font-size:2rem;color:#fff;margin:0 0 1rem;font-weight:600}.project-detail-meta{display:flex;gap:1rem;flex-wrap:wrap}.project-category,.project-status{background:#ff99001a;padding:.3rem .8rem;border-radius:15px;font-size:.9rem;border:1px solid #333333;color:#f90;font-weight:500}.project-status{background:#3b82f61a;border-color:#3b82f6;color:#3b82f6}.project-detail-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.project-description-section{grid-column:1 / -1;background:#000c;border:1px solid #333333;border-radius:12px;padding:2rem;margin-bottom:1rem;box-shadow:0 8px 25px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.project-description-section h3{color:#fff;font-size:1.3rem;margin-bottom:1rem;font-weight:600}.project-short-desc{font-size:1.1rem;color:#f90;margin-bottom:1rem;font-weight:600}.project-long-desc{color:#ccc;line-height:1.6;margin:0}.project-metrics{background:#000c;border:1px solid #333333;border-radius:12px;padding:2rem;box-shadow:0 8px 25px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.project-metrics h3{color:#fff;font-size:1.3rem;margin-bottom:1rem;font-weight:600}.metrics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.metric-card{background:#ff99000d;border:1px solid #333333;border-radius:8px;padding:1rem;text-align:center;transition:all .3s ease}.metric-card:hover{background:#ff99001a;border-color:#555;transform:scale(1.05)}.metric-value{font-size:1.5rem;color:#f90;font-weight:700}.metric-label{font-size:.8rem;color:#ccc;text-transform:capitalize;margin-top:.5rem}.project-features{background:#000c;border:1px solid #333333;border-radius:12px;padding:2rem;box-shadow:0 8px 25px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.project-features h3{color:#fff;font-size:1.3rem;margin-bottom:1rem;font-weight:600}.features-list{list-style:none;padding:0;margin:0}.feature-item{display:flex;align-items:flex-start;margin-bottom:.8rem;line-height:1.5;color:#ccc}.feature-bullet{color:#f90;margin-right:.8rem;font-size:1.2rem;flex-shrink:0}.project-technologies{background:#000c;border:1px solid #333333;border-radius:12px;padding:2rem;grid-column:1 / -1;box-shadow:0 8px 25px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.project-technologies h3{color:#fff;font-size:1.3rem;margin-bottom:1rem;font-weight:600}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#ff99001a;color:#f90;padding:.3rem .8rem;border-radius:15px;font-size:.9rem;border:1px solid #333333;transition:all .3s ease}.tech-tag:hover{background:#ff990026;border-color:#555;transform:scale(1.05)}.project-impact{background:#000c;border:1px solid #333333;border-radius:12px;padding:2rem;grid-column:1 / -1;box-shadow:0 8px 25px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.project-impact h3{color:#fff;font-size:1.3rem;margin-bottom:1rem;font-weight:600}.impact-text{background:#ff99000d;padding:1rem;border-radius:8px;border-left:4px solid #ff9900;font-style:italic;color:#ccc;font-size:1.1rem;margin:0}.project-challenges-solutions{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.challenges-section,.solutions-section{background:#000c;border:1px solid #333333;border-radius:12px;padding:2rem;box-shadow:0 8px 25px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.challenges-section h3,.solutions-section h3{color:#fff;font-size:1.3rem;margin-bottom:1rem;font-weight:600}.challenges-list,.solutions-list{list-style:none;padding:0;margin:0}.challenge-item,.solution-item{display:flex;align-items:flex-start;margin-bottom:.8rem;line-height:1.5;color:#ccc}.challenge-bullet{margin-right:.8rem;flex-shrink:0;color:#f90}.solution-bullet{margin-right:.8rem;flex-shrink:0;color:#22c55e}@media (max-width: 1024px){.project-detail-content,.project-challenges-solutions{grid-template-columns:1fr}.metrics-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.projects-container{padding:1rem}.projects-header h1{font-size:2rem}.project-navigation{flex-direction:column;align-items:center}.project-nav-btn{width:100%;max-width:300px}.project-detail-header{padding:1rem}.project-detail-title{font-size:1.5rem}.project-detail-meta{flex-direction:column;align-items:flex-start}.metrics-grid{grid-template-columns:1fr}.project-description-section,.project-metrics,.project-features,.project-technologies,.project-impact,.challenges-section,.solutions-section{padding:1rem}}.project-detail-header,.project-description-section,.project-metrics,.project-features,.project-technologies,.project-impact,.challenges-section,.solutions-section{animation:fadeInUp .6s ease forwards}.project-detail-header{animation-delay:.1s}.project-description-section{animation-delay:.2s}.project-metrics{animation-delay:.3s}.project-features{animation-delay:.4s}.project-technologies{animation-delay:.5s}.project-impact{animation-delay:.6s}.challenges-section{animation-delay:.7s}.solutions-section{animation-delay:.8s}.education-container{padding:2rem;max-width:1200px;margin:0 auto;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.education-header{text-align:center;margin-bottom:3rem}.education-header h1{font-size:3rem;margin-bottom:1rem;color:#fff;font-weight:700;letter-spacing:-1px;text-shadow:0 2px 4px rgba(0,0,0,.5)}.education-subtitle{font-size:1.2rem;color:#ccc;opacity:.9;font-weight:400}.education-content{display:flex;flex-direction:column;gap:3rem}.section-title{font-size:2rem;color:#fff;margin-bottom:2rem;text-align:center;font-weight:600}.education-card{background:#000c;border:1px solid #333333;border-radius:12px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 8px 25px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.education-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.05),transparent);transition:left .5s ease}.education-card:hover:before{left:100%}.education-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #000000b3;border-color:#555}.education-header-card{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.education-title-section h3{font-size:1.5rem;color:#fff;margin:0 0 .5rem;font-weight:600}.education-title-section h4{font-size:1.2rem;color:#f90;margin:0;font-weight:500}.education-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.period,.location,.gpa{background:#ff99001a;padding:.3rem .8rem;border-radius:15px;font-size:.9rem;border:1px solid #333333;color:#f90;font-weight:500}.gpa{background:#3b82f61a;border-color:#3b82f6;color:#3b82f6}.education-description{font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem;color:#ccc}.coursework-section,.education-achievements{margin-bottom:1.5rem}.coursework-section h5,.education-achievements h5{color:#fff;font-size:1.1rem;margin-bottom:1rem;font-weight:600}.coursework-grid{display:flex;flex-wrap:wrap;gap:.5rem}.course-tag{background:#ff99001a;color:#f90;padding:.3rem .8rem;border-radius:15px;font-size:.9rem;border:1px solid #333333;transition:all .3s ease}.course-tag:hover{background:#ff990026;border-color:#555;transform:scale(1.05)}.achievements-list{list-style:none;padding:0;margin:0}.achievement-item{display:flex;align-items:flex-start;margin-bottom:.8rem;line-height:1.5;color:#ccc}.achievement-bullet{margin-right:.8rem;flex-shrink:0;color:#f90}.achievements-section{margin-top:2rem}.achievements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.achievement-card{background:#000c;border:1px solid #333333;border-radius:12px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 8px 25px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.achievement-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.05),transparent);transition:left .5s ease}.achievement-card:hover:before{left:100%}.achievement-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #000000b3;border-color:#555}.achievement-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.achievement-title{font-size:1.3rem;color:#fff;margin:0;font-weight:600;flex:1;min-width:200px}.achievement-date{background:#ff99001a;color:#f90;padding:.3rem .8rem;border-radius:15px;font-size:.9rem;border:1px solid #333333;white-space:nowrap;font-weight:500}.achievement-organization{color:#ccc;margin-bottom:.5rem;font-size:.9rem}.achievement-organization strong{color:#fff}.achievement-description{color:#ccc;line-height:1.5;margin-bottom:1rem;font-style:italic}.achievement-impact{color:#ccc;font-size:.9rem;line-height:1.4}.achievement-impact strong{color:#f90}.publications-section{margin-top:2rem}.publications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}.publication-card{background:#000c;border:1px solid #333333;border-radius:12px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 8px 25px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.publication-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.05),transparent);transition:left .5s ease}.publication-card:hover:before{left:100%}.publication-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #000000b3;border-color:#555}.publication-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.publication-title{font-size:1.3rem;color:#fff;margin:0;font-weight:600;flex:1;min-width:200px}.publication-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.3rem}.publication-type,.publication-date{background:#ff99001a;color:#f90;padding:.2rem .6rem;border-radius:12px;font-size:.8rem;border:1px solid #333333;white-space:nowrap;font-weight:500}.publication-date{background:#3b82f61a;border-color:#3b82f6;color:#3b82f6}.publication-venue{color:#ccc;margin-bottom:.5rem;font-size:.9rem}.publication-venue strong{color:#fff}.publication-description{color:#ccc;line-height:1.5;margin-bottom:1rem;font-style:italic}.publication-impact{color:#ccc;font-size:.9rem;line-height:1.4}.publication-impact strong{color:#f90}.additional-info{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}.languages-section,.interests-section{background:#000c;border:1px solid #333333;border-radius:12px;padding:2rem;transition:all .3s ease;box-shadow:0 8px 25px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.languages-section:hover,.interests-section:hover{border-color:#555;transform:translateY(-3px);box-shadow:0 15px 35px #000000b3}.languages-section h3,.interests-section h3{color:#fff;font-size:1.3rem;margin-bottom:1rem;font-weight:600;text-align:center}.languages-grid{display:flex;flex-direction:column;gap:1rem}.language-item{display:flex;flex-direction:column;gap:.5rem}.language-header{display:flex;justify-content:space-between;align-items:center}.language-name{color:#f90;font-weight:600}.language-proficiency{color:#ccc;font-size:.9rem}.language-bar{width:100%;height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden;border:1px solid #333333}.language-progress{height:100%;background:linear-gradient(90deg,#f90,#f60);border-radius:3px;transition:width 1s ease}.interests-grid{display:flex;flex-wrap:wrap;gap:.5rem}.interest-tag{background:#ff99001a;color:#f90;padding:.3rem .8rem;border-radius:15px;font-size:.9rem;border:1px solid #333333;transition:all .3s ease}.interest-tag:hover{background:#ff990026;border-color:#555;transform:scale(1.05)}@media (max-width: 768px){.education-container{padding:1rem}.education-header h1{font-size:2rem}.education-header-card{flex-direction:column;align-items:flex-start}.education-meta{align-items:flex-start}.achievements-grid,.publications-grid,.additional-info{grid-template-columns:1fr}.achievement-header,.publication-header{flex-direction:column;align-items:flex-start}.achievement-title,.publication-title{min-width:auto}.publication-meta{align-items:flex-start}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.education-card,.achievement-card,.publication-card,.languages-section,.interests-section{animation:fadeInUp .6s ease forwards}.education-card{animation-delay:.1s}.achievement-card:nth-child(1){animation-delay:.1s}.achievement-card:nth-child(2){animation-delay:.2s}.achievement-card:nth-child(3){animation-delay:.3s}.achievement-card:nth-child(4){animation-delay:.4s}.publication-card:nth-child(1){animation-delay:.1s}.publication-card:nth-child(2){animation-delay:.2s}.publication-card:nth-child(3){animation-delay:.3s}.languages-section{animation-delay:.4s}.interests-section{animation-delay:.5s}.contact-container{min-height:80vh;padding:2rem 0;max-width:1200px;margin:0 auto;width:100%}.contact-header{text-align:center;margin-bottom:3rem}.contact-header h1{font-size:3rem;color:#fff;margin:0;font-weight:700;letter-spacing:-1px;text-shadow:0 2px 4px rgba(0,0,0,.5)}.contact-subtitle{color:#ccc;font-size:1.2rem;margin:1rem 0 0;font-weight:400}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.contact-info-section{display:flex;flex-direction:column;gap:2rem}.section-title{font-size:1.8rem;color:#fff;font-weight:600;margin-bottom:1rem;text-align:left}.availability-card{background:#000c;padding:2rem;border-radius:12px;box-shadow:0 8px 25px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #333333}.availability-header{display:flex;align-items:center;gap:.8rem;margin-bottom:1.5rem}.availability-icon{font-size:1.2rem}.availability-header h3{color:#fff;font-size:1.3rem;font-weight:600;margin:0}.availability-details p{color:#ccc;margin-bottom:.8rem;font-size:.95rem;line-height:1.6}.availability-details strong{color:#fff;font-weight:600}.contact-methods{display:flex;flex-direction:column;gap:1rem}.contact-method{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#000c;border-radius:8px;text-decoration:none;color:#ccc;transition:all .3s ease;box-shadow:0 4px 12px #00000080;border:1px solid #333333;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-method:hover{transform:translateY(-2px);box-shadow:0 8px 20px #000000b3;background:#000000e6;border-color:#555;color:#fff}.contact-method-icon{font-size:2rem;min-width:3rem;text-align:center}.contact-method-content{flex:1}.contact-method-title{color:#fff;font-size:1.1rem;font-weight:600;margin:0 0 .3rem}.contact-method-value{color:#f90;font-size:.95rem;font-weight:500;margin:0 0 .3rem}.contact-method-description{color:#999;font-size:.85rem;margin:0;line-height:1.4}.contact-form-section{background:#000c;padding:2rem;border-radius:12px;box-shadow:0 8px 25px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #333333}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#fff;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.form-group input,.form-group textarea{background:#ffffff0d;border:1px solid #333333;color:#fff;padding:1rem 1.2rem;font-size:1rem;border-radius:8px;outline:none;transition:all .3s ease;font-weight:400;font-family:inherit}.form-group input:focus,.form-group textarea:focus{border-color:#f90;background:#ffffff14;box-shadow:0 0 0 2px #f903}.form-group input::placeholder,.form-group textarea::placeholder{color:#666;font-weight:400}.form-group textarea{resize:vertical;min-height:120px;line-height:1.6}.submit-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,#333,#555);border:1px solid #666666;color:#fff;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;margin-top:.5rem}.submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#444,#666);border-color:#777;transform:translateY(-2px);box-shadow:0 10px 25px #00000080}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.submit-btn.submitting{background:linear-gradient(135deg,#333,#555)}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top:2px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.submit-success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:8px;padding:1rem;color:#22c55e;font-size:.9rem;font-weight:500;text-align:center;animation:slideIn .5s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.quick-actions-section{grid-column:1 / -1;margin-top:2rem}.quick-actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1.5rem}.quick-action-btn{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#000c;border:1px solid #333333;border-radius:8px;text-decoration:none;color:#ccc;transition:all .3s ease;cursor:pointer;box-shadow:0 4px 12px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.quick-action-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #000000b3;background:#000000e6;border-color:#555;color:#fff}.quick-action-icon{font-size:2rem;min-width:3rem;text-align:center}.quick-action-content{flex:1}.quick-action-title{color:#fff;font-size:1.1rem;font-weight:600;margin:0 0 .3rem}.quick-action-description{color:#999;font-size:.85rem;margin:0;line-height:1.4}.additional-contact-info{grid-column:1 / -1;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.info-card{background:#000c;padding:2rem;border-radius:12px;box-shadow:0 8px 25px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #333333}.info-card h3{color:#fff;font-size:1.3rem;font-weight:600;margin:0 0 1.5rem}.info-card ul{list-style:none;padding:0;margin:0}.info-card li{color:#ccc;font-size:.95rem;margin-bottom:.8rem;padding-left:1rem;position:relative;line-height:1.5}.info-card li:before{content:"▸";position:absolute;left:0;color:#f90;font-weight:700}@media (max-width: 1024px){.contact-content{grid-template-columns:1fr;gap:2rem}.additional-contact-info{grid-template-columns:1fr}}@media (max-width: 768px){.contact-container{padding:1rem 0}.contact-header h1{font-size:2.5rem}.contact-subtitle{font-size:1rem}.contact-content{gap:1.5rem;padding:0 1rem}.contact-form-section,.availability-card,.info-card{padding:1.5rem}.contact-method{padding:1rem}.quick-actions-grid{grid-template-columns:1fr}.additional-contact-info{gap:1.5rem}}@media (max-width: 480px){.contact-header h1{font-size:2rem}.contact-subtitle{font-size:.9rem}.section-title{font-size:1.5rem}.contact-method{flex-direction:column;text-align:center;gap:.8rem}.contact-method-icon{min-width:auto}.quick-action-btn{flex-direction:column;text-align:center;gap:.8rem}.quick-action-icon{min-width:auto}}.app{min-height:100vh;position:relative;padding-bottom:400px;background:#0a0a0a;color:#fff}.cloud-tech-bg{position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 20%,rgba(255,153,0,.03) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(0,120,212,.03) 0%,transparent 50%),radial-gradient(circle at 40% 60%,rgba(34,139,34,.02) 0%,transparent 50%),linear-gradient(135deg,#0a0a0a,#1a1a1a);pointer-events:none;z-index:0}.cloud-tech-bg:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff' opacity='0.02'%3E%3Cpath d='M12 2L2 7v10l10 5 10-5V7l-10-5zM4 8.5l8 4v9l-8-4v-9zm16 0v9l-8 4v-9l8-4z'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff' opacity='0.015'%3E%3Cpath d='M12 2l3.09 6.26L22 9l-5.91 3.74L18 22l-6-3.09L6 22l1.91-9.26L2 9l6.91-.74L12 2z'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff' opacity='0.01'%3E%3Cpath d='M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4z'/%3E%3C/svg%3E");background-size:120px 120px,100px 100px,140px 140px;background-position:0 0,50px 50px,100px 25px;animation:cloud-float 60s ease-in-out infinite}@keyframes cloud-float{0%,to{transform:translate(0) translateY(0);opacity:.3}33%{transform:translate(-20px) translateY(-10px);opacity:.2}66%{transform:translate(10px) translateY(-20px);opacity:.25}}.navbar{background:#000000f2;border-bottom:1px solid #333333;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 2px 20px #00000080}.nav-brand{font-size:1.3rem;color:#fff;font-weight:600;letter-spacing:-.5px}.nav-prompt{color:#ccc;font-weight:500}.nav-prompt:before{content:">";margin-right:8px;color:#f90;font-weight:700}.nav-links{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.nav-links button{background:transparent;border:1px solid #333333;color:#ccc;padding:.6rem 1.2rem;cursor:pointer;font-family:inherit;font-size:.9rem;font-weight:500;transition:all .3s ease;position:relative;overflow:hidden;white-space:nowrap;border-radius:6px}.nav-links button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s}.nav-links button:hover:before{left:100%}.nav-links button:hover{background:#ffffff0d;border-color:#555;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #0000004d}.nav-links button.active{background:#ffffff1a;border-color:#666;color:#fff;box-shadow:0 4px 12px #0000004d}.cmd{font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-weight:500}.main-content{position:relative;z-index:1;max-width:1400px;margin:0 auto;padding:2rem}.aws-terminal-view{min-height:80vh}.terminal-footer{position:fixed;bottom:0;left:0;right:0;background:#000000f2;border-top:1px solid #333333;z-index:1000;transition:all .3s ease;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 -2px 20px #00000080}.terminal-footer.minimized{bottom:-350px}.terminal-header{display:flex;justify-content:space-between;align-items:center;padding:.8rem 1.5rem;background:#141414e6;border-bottom:1px solid #333333}.terminal-title{color:#fff;font-weight:600;font-size:.9rem}.minimize-btn{background:transparent;border:1px solid #555555;color:#ccc;padding:.4rem .8rem;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease;border-radius:4px}.minimize-btn:hover{background:#ffffff1a;border-color:#777;color:#fff;box-shadow:0 2px 8px #0000004d}@media (max-width: 768px){.navbar{flex-direction:column;gap:1rem}.nav-links{flex-direction:column;width:100%;gap:.5rem}.nav-links button{width:100%;padding:.8rem 1rem;font-size:.9rem}}@media (max-width: 1024px){.nav-links{gap:.3rem}.nav-links button{padding:.5rem 1rem;font-size:.85rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background:#0a0a0a;color:#fff;overflow-x:hidden;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a1a;border-radius:4px}::-webkit-scrollbar-thumb{background:#444;border-radius:4px;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:#666}.glitch{position:relative;animation:subtleGlitch 4s infinite}@keyframes subtleGlitch{0%,95%,to{transform:translate(0);text-shadow:none}1%{transform:translate(-.5px,.5px);text-shadow:1px 0 0 rgba(255,255,255,.1),-1px 0 0 rgba(255,153,0,.1)}2%{transform:translate(.5px,-.5px);text-shadow:-1px 0 0 rgba(255,153,0,.1),1px 0 0 rgba(255,255,255,.1)}3%{transform:translate(-.5px,-.5px);text-shadow:1px 0 0 rgba(255,255,255,.1),-1px 0 0 rgba(255,153,0,.1)}4%{transform:translate(.5px,.5px);text-shadow:-1px 0 0 rgba(255,153,0,.1),1px 0 0 rgba(255,255,255,.1)}}::selection{background:#ff99004d;color:#fff}::-moz-selection{background:#ff99004d;color:#fff}
