@import "https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#0c0c0e;--bg-secondary:#121216;--bg-card:#1a1a20;--bg-elevated:#22222a;--text-primary:#f0f0f5;--text-secondary:#9ca3af;--text-muted:#6b7280;--accent-gold:#d4a853;--accent-cyan:#22d3ee;--accent-cyan-dark:#0891b2;--accent-purple:#a855f7;--border:#ffffff0f;--border-light:#ffffff1f;--font-sans:"Inter", -apple-system, sans-serif;--font-serif:"Cinzel", Georgia, serif}html,body{height:100%;overflow:hidden}body{font-family:var(--font-sans);background:var(--bg-primary);color:var(--text-primary);line-height:1.6;position:relative}.video-bg-container{z-index:-2;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.video-bg-fallback{z-index:1;background-image:url(/bg-photo.jpg);background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.video-bg{object-fit:cover;z-index:2;width:auto;min-width:100%;height:auto;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-bg::-webkit-media-controls{display:none!important}.video-bg::-webkit-media-controls-enclosure{display:none!important}.video-bg::-webkit-media-controls-panel{display:none!important}.video-bg{pointer-events:none;-webkit-user-select:none;user-select:none}body:after{content:"";z-index:-1;background:#0a0a0fe0;width:100%;height:100%;position:fixed;top:0;left:0}.serif{font-family:var(--font-serif)}.horizontal-app{flex-direction:column;height:100vh;display:flex;overflow:hidden}.horizontal-scroll{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--accent-cyan) transparent;flex-direction:row;flex:1;display:flex;overflow:auto hidden}.horizontal-scroll::-webkit-scrollbar{height:6px}.horizontal-scroll::-webkit-scrollbar-track{background:0 0}.horizontal-scroll::-webkit-scrollbar-thumb{background:var(--accent-cyan);border-radius:3px}.panel{scroll-snap-align:start;flex-direction:column;justify-content:center;min-width:100vw;max-width:100vw;min-height:calc(100vh - 130px);padding:80px 0 60px 60px;display:flex;overflow-y:auto}.header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:linear-gradient(#0c0c0efa 0%,#0c0c0ee6 100%);position:fixed;top:0;left:0;right:0}.header-content{justify-content:space-between;align-items:center;height:70px;padding:0 2rem 0 5rem;display:flex}.logo{font-family:var(--font-sans);letter-spacing:.15em;color:var(--text-muted);font-size:.75rem;font-style:italic;font-weight:400}.logo-gold{color:var(--accent-gold)}.logo-white{color:var(--text-primary)}.nav{gap:2.5rem;display:flex}.nav a{letter-spacing:.15em;color:var(--text-muted);padding:.5rem 0;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .3s}.nav a.active{color:var(--accent-cyan);text-shadow:0 0 10px #22d3ee80}.nav a:hover{color:var(--text-secondary)}.nav a.active{color:var(--accent-cyan)}.nav a.active:after{content:"";background:var(--accent-cyan);height:2px;box-shadow:0 0 10px var(--accent-cyan);position:absolute;bottom:0;left:0;right:0}.header-icon{cursor:pointer;transition:transform .2s}.header-icon:hover{transform:scale(1.1)}.sidebar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:1px solid var(--border);z-index:90;background:#121216b3;flex-direction:column;align-items:center;width:60px;padding-top:2rem;padding-bottom:1rem;display:flex;position:fixed;top:70px;bottom:0;left:0}.sidebar-nav{flex-direction:column;gap:.5rem;display:flex}.sidebar-link{width:44px;height:44px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;transition:all .2s;display:flex;position:relative}.sidebar-link:hover{color:var(--text-primary);background:#ffffff0d}.sidebar-link.active{color:var(--accent-cyan);background:#22d3ee1a}.sidebar-link.active:before{content:"";background:var(--accent-cyan);width:3px;height:20px;box-shadow:0 0 8px var(--accent-cyan);border-radius:0 2px 2px 0;position:absolute;top:50%;left:-18px;transform:translateY(-50%)}@keyframes neonGlow{0%,to{color:var(--text-muted);text-shadow:none;box-shadow:none}50%{color:var(--accent-cyan);text-shadow:0 0 10px var(--accent-cyan), 0 0 20px var(--accent-cyan), 0 0 30px var(--accent-cyan);box-shadow:0 0 15px #22d3ee4d,inset 0 0 10px #22d3ee1a}}.sidebar-link{animation:2s ease-in-out .5s 3 neonGlow}.sidebar-hint{pointer-events:none;z-index:1000;align-items:center;gap:.5rem;animation:8s forwards hintFade;display:flex;position:fixed;top:110px;left:70px}.sidebar-hint-arrow{color:var(--accent-cyan);text-shadow:0 0 10px var(--accent-cyan), 0 0 20px var(--accent-cyan);font-size:1.5rem;animation:1s ease-in-out infinite arrowBounce}.sidebar-hint-text{color:var(--accent-cyan);text-transform:uppercase;letter-spacing:.1em;opacity:.8;text-shadow:0 0 10px var(--accent-cyan);font-size:.75rem}@keyframes arrowBounce{0%,to{transform:translate(0)}50%{transform:translate(-8px)}}@keyframes hintFade{0%,70%{opacity:1}to{opacity:0}}@keyframes subtleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.nav-arrow{border:1px solid var(--border);width:50px;height:50px;color:var(--text-muted);cursor:pointer;z-index:90;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f0f14cc;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:fixed;top:50%;transform:translateY(-50%)}.nav-arrow:hover{border-color:var(--accent-cyan);color:var(--accent-cyan);background:#22d3ee1a;box-shadow:0 0 20px #22d3ee4d}.nav-arrow-left{left:80px}.nav-arrow-right{right:20px}.section-label{letter-spacing:.25em;text-transform:uppercase;color:var(--accent-cyan);margin-bottom:1rem;font-size:.6875rem;font-weight:500}.section-title{font-family:var(--font-serif);letter-spacing:-.02em;margin-bottom:.75rem;font-size:2rem;font-style:italic;font-weight:400}.section-title em{color:var(--accent-gold)}.hero-container{justify-content:center;align-items:center;min-height:100%;padding:0 4rem;display:flex}.hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;width:100%;max-width:1200px;display:grid}.hero-badge-wrapper{max-width:220px;margin-bottom:1.5rem}.hero-badge-card{min-height:180px;padding:1.25rem}.hero-badge-card .skill-name{font-size:1.125rem}.hero-badge-card .skill-desc{font-size:.6875rem}.hero-icon-wrapper{width:60px;height:60px}.hero-icon-svg{filter:drop-shadow(0 4px 12px #0006);width:40px;height:40px;transition:all .3s}.hero-badge-card:hover .hero-icon-svg{filter:drop-shadow(0 0 20px #22d3ee66);transform:scale(1.1)rotate(5deg)}.rpg-card-combined{text-align:center;flex-direction:column;align-items:center;min-width:320px;max-width:360px;min-height:280px;padding:1.25rem 2rem;animation:6s ease-in-out 1s infinite subtleFloat;display:flex}.rpg-avatar-section{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.rpg-staff-wrapper{background:#d4a8530d;border:1px solid #d4a8531a;border-radius:.75rem;justify-content:center;align-items:center;width:60px;height:90px;display:flex}.rpg-staff-svg{filter:drop-shadow(0 4px 12px #0006);width:36px;height:72px;transition:all .3s}.skill-card:hover .rpg-staff-svg{filter:drop-shadow(0 0 20px #22d3ee99)}.rpg-avatar-divider{background:linear-gradient(#0000,#fff3,#0000);width:1px;height:70px}.rpg-avatar-wrapper{cursor:pointer;border:2px solid #22d3ee4d;border-radius:50%;width:70px;height:70px;transition:all .4s cubic-bezier(.34,1.56,.64,1);overflow:hidden;box-shadow:0 0 20px #22d3ee33}.rpg-avatar-wrapper.zoomed{z-index:100;transform:scale(2.5);box-shadow:0 0 40px #22d3ee80}.rpg-avatar-img{object-fit:cover;width:100%;height:100%}.rpg-grimoire-section{flex-direction:column;align-items:center;gap:.375rem;display:flex}.rpg-grimoire-wrapper{background:#d4a8530d;border:1px solid #d4a8531a;border-radius:.5rem;justify-content:center;align-items:center;width:50px;height:58px;display:flex}.rpg-grimoire-svg{filter:drop-shadow(0 4px 12px #0006);width:42px;height:48px;transition:all .3s}.skill-card:hover .rpg-grimoire-svg{filter:drop-shadow(0 0 20px #d4a85380)}.rpg-class-label{color:var(--accent-gold);text-transform:uppercase;letter-spacing:.08em;font-size:.5rem;font-weight:500}.rpg-stats-elegant{flex-direction:column;gap:.875rem;width:100%;margin-bottom:1rem;display:flex}.rpg-stat-elegant{flex-direction:column;gap:.5rem;display:flex}.rpg-stat-header-elegant{justify-content:space-between;align-items:flex-start;display:flex}.rpg-stat-title-group{flex-direction:column;gap:.15rem;display:flex}.rpg-stat-name-elegant{font-family:var(--font-serif);color:var(--text-primary);letter-spacing:-.01em;font-size:1rem;font-style:italic;font-weight:500}.rpg-stat-sublabel{color:var(--text-muted);letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:.375rem;font-size:.5625rem;display:flex}.rpg-stat-dot{background:var(--accent-cyan);border-radius:50%;width:6px;height:6px}.rpg-stat-percent-elegant{font-family:var(--font-serif);font-size:1.5rem;font-style:italic;font-weight:400;line-height:1}.rpg-stat-percent-elegant.cyan{color:#22d3ee}.rpg-stat-percent-elegant.gold{color:#d4a853}.rpg-stat-percent-elegant.purple{color:#a855f7}.rpg-progress-track{background:#ffffff14;border-radius:1.5px;width:100%;height:3px;overflow:hidden}.rpg-progress-bar{border-radius:1.5px;height:100%;transition:width .6s}.rpg-progress-bar.cyan{background:linear-gradient(90deg,#0891b2,#22d3ee)}.rpg-progress-bar.gold{background:linear-gradient(90deg,#d4a853,#fbbf24)}.rpg-progress-bar.purple{background:linear-gradient(90deg,#7c3aed,#a855f7)}.rpg-stats-compact{flex-direction:column;gap:.75rem;margin-top:.5rem;margin-bottom:1rem;display:flex}.rpg-stat-item{align-items:center;gap:.5rem;display:flex}.rpg-stat-name{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;min-width:70px;font-size:.6875rem}.rpg-progress-mini{background:#ffffff1a;border-radius:2px;flex:1;height:4px;overflow:hidden}.rpg-progress-fill-mini{border-radius:2px;height:100%;transition:width .3s}.rpg-progress-fill-mini.purple{background:linear-gradient(90deg,#a855f7,#c084fc)}.rpg-progress-fill-mini.cyan{background:linear-gradient(90deg,#0891b2,#22d3ee)}.rpg-progress-fill-mini.gold{background:linear-gradient(90deg,#d4a853,#fbbf24)}.rpg-stat-percent{color:var(--text-primary);text-align:right;min-width:32px;font-size:.75rem;font-weight:600}.rpg-footer-compact{border-top:1px solid #ffffff0f;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-top:auto;padding-top:.5rem;display:flex}.rpg-footer-divider{background:#ffffff1a;width:1px;height:24px}.rpg-footer-item{flex-direction:column;align-items:center;gap:.25rem;display:flex}.rpg-footer-num{font-family:var(--font-serif);color:var(--accent-gold);font-size:1.25rem;font-style:italic;font-weight:600}.rpg-footer-status{color:#22c55e;text-shadow:0 0 10px #22c55e80;font-size:.875rem}.rpg-footer-text{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.625rem}.hero-badge{color:var(--accent-gold);letter-spacing:.1em;background:#d4a8531a;border:1px solid #d4a85333;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.75rem;display:inline-flex}.hero-title{font-family:var(--font-serif);margin-bottom:1.5rem;font-size:4rem;font-weight:400;line-height:1.1}.hero-title .first-name{color:var(--text-primary)}.hero-title .last-name{color:var(--accent-gold);font-style:italic}.hero-description{color:var(--text-secondary);max-width:480px;margin-bottom:2rem;font-size:1.125rem;line-height:1.8}.hero-cta{border:1px solid var(--accent-cyan);color:var(--accent-cyan);letter-spacing:.1em;background:0 0;border-radius:.25rem;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.hero-cta:hover{background:var(--accent-cyan);color:var(--bg-primary);box-shadow:0 0 20px #22d3ee4d}.hero-cta{animation:2s ease-in-out infinite ctaPulse}@keyframes ctaPulse{0%,to{box-shadow:0 0 5px #22d3ee33}50%{box-shadow:0 0 15px #22d3ee66,0 0 30px #22d3ee33}}.rpg-card-wrapper{opacity:0;max-width:340px;transition:all .8s;position:relative;transform:translate(50px)}.rpg-card-wrapper.visible{opacity:1;transform:translate(0)}.rpg-card{z-index:2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(145deg,#19191eb3,#0f0f12cc);border:1px solid #ffffff1a;border-radius:1rem;padding:1.5rem;position:relative;box-shadow:0 20px 40px -12px #00000080}.rpg-card-header{border-bottom:1px solid #ffffff0f;margin-bottom:1rem;padding-bottom:.75rem}.rpg-title{letter-spacing:-.01em;margin-bottom:.125rem;font-size:1rem;font-weight:600;line-height:1.3}.rpg-subtitle{color:var(--text-muted);margin-bottom:.25rem;font-size:.8125rem;line-height:1.3}.rpg-location{color:var(--accent-cyan);align-items:center;gap:.375rem;font-size:.75rem;font-weight:500;line-height:1.3;display:flex}.rpg-stats{flex-direction:column;gap:.875rem;margin-bottom:1.25rem;display:flex}.rpg-stat-row{flex-direction:column;gap:.375rem;display:flex}.rpg-stat-header{justify-content:space-between;align-items:center;display:flex}.rpg-stat-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);font-size:.6875rem;font-weight:500}.rpg-stat-value{color:var(--text-primary);font-size:.75rem;font-weight:600}.rpg-progress-bg{background:#ffffff0d;border-radius:2px;height:4px;overflow:hidden}.rpg-progress-fill{border-radius:2px;height:100%;transition:width 1s}.rpg-progress-fill.purple{background:linear-gradient(90deg, var(--accent-purple), #c084fc);box-shadow:0 0 8px #a855f766}.rpg-progress-fill.cyan{background:linear-gradient(90deg, var(--accent-cyan), #67e8f9);box-shadow:0 0 8px #22d3ee66}.rpg-progress-fill.gold{background:linear-gradient(90deg, var(--accent-gold), #fcd34d);box-shadow:0 0 8px #fbbf2466}.rpg-footer{border-top:1px solid #ffffff0f;grid-template-columns:1fr 1fr;gap:1rem;padding-top:1rem;display:grid}.rpg-footer-stat{text-align:center}.rpg-footer-value{color:var(--text-primary);margin-bottom:.25rem;font-size:1.75rem;font-weight:700;line-height:1}.rpg-footer-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.625rem}.skills-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:1000px;min-height:100%;margin:0 auto;padding:0 4rem;display:flex}.skills-grid{grid-template-rows:repeat(2,auto);grid-template-columns:repeat(4,1fr);justify-content:center;gap:1rem;width:100%;max-width:1100px;margin-top:1.5rem;display:grid}.skill-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:left;background:linear-gradient(145deg,#19191ecc,#0f0f12e6);border:1px solid #ffffff14;border-radius:.75rem;flex-direction:column;min-height:200px;padding:1.25rem;transition:all .4s cubic-bezier(.4,0,.2,1);animation:6s ease-in-out infinite subtleFloat;display:flex;position:relative;overflow:hidden}.skill-card:before{content:"";background:linear-gradient(90deg, transparent, var(--accent-cyan), transparent);opacity:0;height:1px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.skill-card:hover:before{opacity:1}.skill-card-border{background:linear-gradient(90deg, var(--accent-cyan), var(--accent-gold));transform-origin:0;height:2px;transition:transform .4s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.skill-card:hover{border-color:#22d3ee33;animation-play-state:paused;transform:translateY(-4px);box-shadow:0 20px 40px #0006,0 0 30px #22d3ee1a}.skill-card:hover .skill-card-border{transform:scaleX(1)}.skill-card:first-child{animation-delay:0s}.skill-card:nth-child(2){animation-delay:.5s}.skill-card:nth-child(3){animation-delay:1s}.skill-card:nth-child(4){animation-delay:1.5s}.skill-card:nth-child(5){animation-delay:2s}.skill-card:nth-child(6){animation-delay:2.5s}.skill-card:nth-child(7){animation-delay:3s}.skill-card:nth-child(8){animation-delay:3.5s}.skill-card-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.skill-category{text-transform:uppercase;letter-spacing:.15em;color:var(--accent-gold);background:#d4a8531a;border:1px solid #d4a85333;border-radius:.25rem;padding:.25rem .5rem;font-size:.625rem;font-weight:600}.skill-icon-wrapper{background:#ffffff08;border:1px solid #ffffff0d;border-radius:.75rem;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1rem;transition:all .3s;display:flex}.skill-card:hover .skill-icon-wrapper{background:#22d3ee0d;border-color:#22d3ee33;transform:scale(1.05)}.skill-icon-img{object-fit:contain;filter:drop-shadow(0 4px 8px #0000004d);width:36px;height:36px;transition:all .3s}.skill-card:hover .skill-icon-img{filter:drop-shadow(0 0 15px #22d3ee66);transform:scale(1.1)}.skill-icon-fallback{width:48px;height:48px;color:var(--accent-cyan);background:#22d3ee1a;border-radius:.75rem;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:flex}.skill-name{font-family:var(--font-serif);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.25rem;font-style:italic;font-weight:500}.skill-desc{color:var(--text-secondary);margin-top:auto;font-size:.75rem;line-height:1.5}.skills-other{text-align:center;margin-top:1.25rem}.skills-other-label{text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);margin-bottom:.75rem;font-size:.625rem;font-weight:500}.skills-other-list{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.skill-other-item{cursor:default;background:#ffffff08;border:1px solid #ffffff0f;border-radius:.5rem;flex-direction:column;align-items:center;gap:.375rem;padding:.5rem .75rem;transition:all .3s;display:flex}.skill-other-item:hover{background:#22d3ee0d;border-color:#22d3ee33;transform:translateY(-2px)}.skill-other-icon{object-fit:contain;filter:grayscale(.3);width:28px;height:28px;transition:all .3s}.skill-other-item:hover .skill-other-icon{filter:grayscale(0);transform:scale(1.1)}.skill-other-fallback{width:32px;height:32px;color:var(--accent-cyan);justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.skill-other-name{color:var(--text-secondary);white-space:nowrap;font-size:.6875rem}.experience-container{flex-direction:column;justify-content:center;max-width:1200px;min-height:100%;margin:0 auto;padding:0 4rem;display:flex}.experience-timeline{margin-top:1.5rem;padding-left:2rem;position:relative}.experience-timeline:before{content:"";background:linear-gradient(180deg, var(--accent-purple), var(--accent-cyan));width:2px;position:absolute;top:0;bottom:0;left:0}.experience-item{padding-bottom:1rem;padding-left:2rem;position:relative}.experience-item:before{content:"";background:var(--accent-purple);border:2px solid var(--bg-primary);border-radius:50%;width:10px;height:10px;position:absolute;top:.25rem;left:-2.25rem}.experience-date{color:var(--accent-cyan);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem;font-size:.6875rem;font-weight:600}.experience-title{margin-bottom:.15rem;font-size:1.1rem;font-weight:600}.experience-company{color:var(--accent-gold);margin-bottom:.25rem;font-size:.875rem}.experience-desc{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.education-container{flex-direction:column;justify-content:center;max-width:1200px;min-height:100%;margin:0 auto;padding:0 4rem;display:flex}.education-grid{grid-template-columns:repeat(3,1fr);gap:1rem;max-width:1100px;margin-top:1.5rem;display:grid}.education-card-alt{min-height:220px;animation:6s ease-in-out infinite subtleFloat}.education-card-alt:first-child{animation-delay:0s}.education-card-alt:nth-child(2){animation-delay:.3s}.education-card-alt:nth-child(3){animation-delay:.6s}.education-card-alt:nth-child(4){animation-delay:.9s}.education-card-alt:nth-child(5){animation-delay:1.2s}.education-card-alt:nth-child(6){animation-delay:1.5s}.education-card-alt:hover{animation-play-state:paused}.education-date-alt{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.625rem}.education-school-alt{color:var(--accent-gold);margin-bottom:.5rem;font-size:.75rem}.skill-icon-custom{color:var(--accent-cyan);transition:all .3s}.skill-card:hover .skill-icon-custom{color:var(--accent-cyan);filter:drop-shadow(0 0 10px #22d3ee80)}.education-icon-wrapper{background:#ffffff05;border:1px solid #ffffff14}.education-icon-svg{filter:drop-shadow(0 4px 12px #0006);width:48px;height:48px;transition:all .3s}.skill-card:hover .education-icon-svg{filter:drop-shadow(0 0 20px #22d3ee4d);transform:scale(1.1)}.education-card:hover{border-color:var(--border-light)}.education-date{color:var(--accent-cyan);margin-bottom:.5rem;font-size:.75rem;font-weight:600}.education-title{margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.education-school{color:var(--text-muted);font-size:.875rem}.contact-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100%;margin:0 auto;padding:0 4rem;display:flex}.contact-header{max-width:500px;margin-bottom:3rem}.contact-grid-alt{grid-template-columns:repeat(3,1fr);gap:1rem;max-width:900px;margin-top:1.5rem;display:grid}.contact-link-wrapper{color:inherit;text-decoration:none;display:block}.contact-card-alt{cursor:pointer;min-height:200px;animation:6s ease-in-out infinite subtleFloat}.contact-card-alt:first-child{animation-delay:0s}.contact-card-alt:nth-child(2){animation-delay:.4s}.contact-card-alt:nth-child(3){animation-delay:.8s}.contact-card-alt:hover{animation-play-state:paused}.contact-value-alt{color:var(--accent-gold);word-break:break-all;margin-bottom:.5rem;font-size:.75rem}.contact-icon-svg{filter:drop-shadow(0 4px 12px #0006);width:48px;height:48px;transition:all .3s}.skill-card:hover .contact-icon-svg{filter:drop-shadow(0 0 20px #22d3ee4d);transform:scale(1.1)}.contact-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.75rem}.contact-value{color:var(--text-primary);font-size:.9375rem}.floating-star{z-index:99;pointer-events:none;filter:drop-shadow(0 0 15px #fbbf24e6)drop-shadow(0 0 30px #fbbf2480);font-size:1.75rem;transition:bottom .5s ease-out;position:fixed}.floating-star.landed{animation:.6s ease-out forwards starLand;right:120px;top:auto!important;left:auto!important}.floating-star.landed span{animation:1.5s ease-in-out infinite starPulse}.floating-star span{filter:brightness(1.2);display:block}.star-glow{background:radial-gradient(circle,#fbbf2480 0%,#fbbf241a 50%,#0000 70%);border-radius:50%;width:60px;height:60px;animation:1.5s ease-in-out infinite glowPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.star-sparkles{pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sparkle{color:var(--accent-gold);font-size:.75rem;animation:2s ease-in-out infinite sparkleFloat;position:absolute}.sparkle.s1{animation-delay:0s;top:-25px;left:-20px}.sparkle.s2{animation-delay:.5s;top:-20px;right:-25px}.sparkle.s3{animation-delay:1s;bottom:-20px;left:15px}@keyframes sparkleFloat{0%,to{opacity:.3;transform:scale(.8)rotate(0)}50%{opacity:1;transform:scale(1.2)rotate(180deg)}}@keyframes glowPulse{0%,to{opacity:.4;transform:translate(-50%,-50%)scale(1)}50%{opacity:.8;transform:translate(-50%,-50%)scale(1.5)}}@keyframes starPulse{0%,to{filter:brightness(1.2);transform:scale(1)}50%{filter:brightness(1.5);transform:scale(1.15)}}@keyframes starLand{0%{transform:scale(1)translateY(0)rotate(0)}30%{transform:scale(1.4)translateY(-30px)rotate(180deg)}60%{transform:scale(1.2)translateY(-10px)rotate(360deg)}to{transform:scale(1)translateY(0)rotate(720deg)}}.footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--border);z-index:100;background:#121216b3;position:fixed;bottom:0;left:0;right:0}.footer-content{justify-content:center;align-items:center;margin-left:60px;padding:1rem 2rem;display:flex}.footer-copy{letter-spacing:.1em;color:var(--text-muted);font-size:.75rem}@media (width<=1024px){.hero-grid{grid-template-columns:1fr;gap:2rem}.rpg-card-wrapper{max-width:100%}.skills-grid{grid-template-columns:repeat(3,1fr);gap:1rem;max-width:850px}.skill-card{min-height:180px;padding:1rem}.skill-icon-wrapper{width:50px;height:50px}.skill-icon-img{width:32px;height:32px}.skill-name{font-size:1.125rem}.skills-other-list{gap:1rem}.education-grid{grid-template-columns:repeat(2,1fr);max-width:100%}.education-card-alt{min-height:200px}.rpg-card-combined{min-width:280px;max-width:320px;min-height:280px;padding:1.25rem 1.5rem}.rpg-grimoire-wrapper{width:48px;height:56px}.rpg-grimoire-svg{width:40px;height:44px}.rpg-avatar-wrapper{width:60px;height:60px}.rpg-avatar-wrapper.zoomed{transform:scale(2)}.contact-grid-alt{grid-template-columns:repeat(2,1fr);max-width:100%}.contact-card-alt{min-height:180px}}@media (width<=768px){html,body{height:auto;overflow:auto}.horizontal-app{height:auto;display:block}.horizontal-scroll{scroll-snap-type:none;display:block;overflow:visible}.panel{scroll-snap-align:none;min-width:100%;max-width:100%;min-height:auto;padding:80px 1.5rem 2rem}.nav{display:none}.header-content{padding-left:1rem;padding-right:1rem}.logo{font-size:.6875rem}.sidebar{border-right:none;border-top:1px solid var(--border);z-index:200;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#121216d9;flex-direction:row;width:100%;height:60px;padding:.5rem;position:fixed;inset:auto 0 0}.sidebar-nav{flex-direction:row;justify-content:space-around;width:100%}.sidebar-hint,.nav-arrow,.sidebar-link.active:before{display:none}.sidebar-link.active{background:#22d3ee26}.footer{margin-bottom:60px;position:relative}.footer-content{margin-left:0;padding:1rem}.footer-copy{text-align:center;font-size:.6875rem}.hero-container,.skills-container,.experience-container,.education-container,.contact-container{padding:1rem}.hero-title{font-size:2.25rem}.hero-description{font-size:1rem}.hero-cta{padding:.75rem 1.5rem}.rpg-card{padding:1rem}.section-title{font-size:1.75rem}.skills-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;max-width:100%}.skill-card{min-height:160px;padding:.875rem}.skill-icon-wrapper{width:48px;height:48px;margin-bottom:.75rem}.skill-icon-img{width:28px;height:28px}.skill-name{font-size:1rem}.skill-desc{font-size:.6875rem}.skills-other{margin-top:1rem}.skills-other-list{gap:.5rem}.skill-other-item{padding:.375rem .5rem}.skill-other-icon{width:20px;height:20px}.skill-other-name{font-size:.625rem}.experience-timeline{padding-left:1.5rem}.experience-item{padding-bottom:1rem;padding-left:1rem}.experience-item:before{width:8px;height:8px;left:-1.75rem}.education-grid{grid-template-columns:1fr}.education-card-alt{min-height:180px}.rpg-card-combined{min-width:100%;max-width:100%;min-height:260px;padding:1rem}.rpg-grimoire-wrapper{width:45px;height:52px}.rpg-grimoire-svg{width:38px;height:42px}.rpg-avatar-wrapper{width:50px;height:50px}.rpg-avatar-wrapper.zoomed{transform:scale(1.8)}.rpg-stats-elegant{gap:.875rem}.rpg-stat-name-elegant{font-size:.875rem}.rpg-stat-percent-elegant{font-size:1.125rem}.contact-grid-alt{grid-template-columns:1fr;gap:.75rem}.contact-card-alt{min-height:160px}.floating-star{font-size:1.25rem;display:none}}.fog-canvas{pointer-events:none;z-index:2;opacity:0;width:100%;height:100%;transition:opacity 1s;position:fixed;top:0;left:0}.fog-canvas.ready{opacity:1}.particles-canvas{pointer-events:none;z-index:1;width:100%;height:100%;position:fixed;top:0;left:0}.cursor{color:var(--accent-cyan);animation:1s infinite blink}.cursor.visible{opacity:1}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}
