.app,html,body,#root{width:100%;height:100%;margin:0;padding:0}.app{width:100%;min-height:100vh}.jumpbar{position:fixed;top:0;left:50%;transform:translate(-50%);display:flex;flex-direction:row;gap:15px;z-index:100;padding:15px 25px;background:#0f172a4d;border:1px solid rgba(255,255,255,.2);border-radius:0 0 10px 10px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);opacity:0;transition:opacity .3s ease;pointer-events:none}.jumpbar.visible{opacity:1;pointer-events:all}.jumpbar button{padding:10px 15px;background:#3d4f9fcc;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:5px;cursor:pointer;font-size:.9rem;transition:all .2s ease}.jumpbar button:hover{background:#3d4f9f;border-color:#ffffff80;transform:translateY(-3px)}.jumpbar button:active{transform:translateY(-1px)}.home{background:linear-gradient(to bottom,transparent,#0F172A 100%),url(/background/vertical-shot-aurora-sky-hills-mountains-covered-with-snow-norway.jpg);background-size:cover;background-position:center;color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh}.home-content{position:relative;z-index:1}.home h1{font-size:4rem;font-family:Story Script;font-weight:200;letter-spacing:2px;word-spacing:2px;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.3);text-align:center;align-self:flex-start;padding-left:60px;padding-bottom:30px}.typed-text{font-size:2.5rem;color:#fff;min-height:70px;height:70px;line-height:1.4;display:block}.typed-text:after{color:#fff;content:"|";margin-right:5px}.home p{font-size:1.5rem;margin:30px 0 0;opacity:.9;text-align:center;padding-right:20px}.home h2{font-size:1.5rem;margin:30px 0 0;opacity:.9;text-align:center;padding-left:100px}.section{min-height:100vh;padding:60px 20px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:#0f172a;color:#fff}.section h2{font-size:2.5rem;margin-bottom:20px;display:flex;align-items:center;width:100%;gap:20px}.section h2:before,.section h2:after{content:"";flex:1;height:3px;background:#fff}.section p{font-size:1.2rem;margin-top:10px}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-top:40px;width:100%;max-width:1200px}@media(max-width:768px){.projects-grid{grid-template-columns:1fr}}.project-card{background:#1e293b;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;width:100%;max-width:500px;box-shadow:0 4px 6px #0000004d;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 12px #00000080}.project-image{width:100%;height:200px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover}.project-content{padding:20px;flex-grow:1}.project-title{font-size:1.5rem;margin-bottom:12px;color:#fff}.project-description{font-size:1rem;line-height:1.6;color:#cbd5e1}.project-skills{display:flex;flex-direction:column;gap:10px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.project-skills .skill-card{margin:0}.project-buttons{padding:20px;display:flex;gap:10px;justify-content:center;border-top:1px solid #334155}.project-button{padding:10px 20px;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.9rem;cursor:pointer;transition:background .3s ease}.project-button:hover{background:#2563eb}.skill-card{background:#1e293b;border-radius:8px;padding:15px;display:flex;align-items:center;justify-content:space-between;gap:15px;box-shadow:0 2px 4px #0000004d;transition:transform .3s ease,box-shadow .3s ease}.skill-card:hover{transform:translateY(-3px);box-shadow:0 4px 8px #00000080}.skill-icon{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:flex-start}.skill-icon img{width:100%;height:100%;object-fit:contain}.skill-name{font-size:1rem;color:#fff;font-weight:500;text-align:right;flex-grow:1}.skills-categories{display:flex;flex-direction:column;gap:40px;margin-top:40px;width:100%;max-width:1200px}.skill-category{display:flex;flex-direction:column;gap:15px}.category-title{font-size:1.3rem;font-weight:600;color:#0ea5e9;margin:0;padding-bottom:10px;border-bottom:2px solid #0EA5E9}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;width:100%}@media(max-width:768px){.skills-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px}.category-title{font-size:1.1rem}}.aboutme-content{display:flex;gap:40px;margin-top:40px;width:100%;max-width:1200px;align-items:flex-start}.aboutme-image{flex:0 0 400px;width:400px;height:500px;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000004d}.aboutme-image img{width:100%;height:100%;object-fit:cover}.aboutme-right{flex:1;display:flex;flex-direction:column;gap:20px}.aboutme-text{background:#1e293b;padding:30px;border-radius:12px;box-shadow:0 4px 6px #0000004d}.aboutme-text p{font-size:1.1rem;line-height:1.8;color:#cbd5e1;margin-bottom:20px}.aboutme-text p:last-child{margin-bottom:0}.aboutme-buttons{display:flex;gap:15px}.aboutme-buttons>div{flex:1;cursor:pointer}.aboutme-buttons .skill-card{background:#3b82f6;transition:background .3s ease,transform .3s ease,box-shadow .3s ease}.aboutme-buttons .skill-card:hover{background:#2563eb}@media(max-width:768px){.aboutme-content{flex-direction:column;align-items:center}.aboutme-image{flex:0 0 auto;width:100%;max-width:400px;height:auto;aspect-ratio:4 / 5}.aboutme-right{width:100%}.aboutme-buttons{flex-direction:column}}.performance-stats-header{width:100%;max-width:1100px;margin-top:20px;margin-bottom:30px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.performance-stat-box{background:#1e293b;border-radius:12px;padding:25px;box-shadow:0 4px 6px #0000004d;display:flex;flex-direction:column;gap:12px;align-items:center;text-align:center}.performance-stat-label{color:#cbd5e1;font-size:.95rem;font-weight:500}.performance-stat-value{color:#3b82f6;font-size:2.5em;font-weight:700}.performance-projects{width:100%;max-width:1100px;margin-top:30px;display:flex;flex-direction:column;gap:40px}.performance-project-group{background:#1e293b;border-radius:12px;padding:25px;box-shadow:0 4px 6px #0000004d}.performance-project-title{margin:0 0 20px;font-size:1.4em;font-weight:600;color:#fff}.performance-grid{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.performance-card{background:#0f172a;border-radius:8px;padding:18px;box-shadow:0 2px 4px #0003;display:flex;flex-direction:column;gap:12px;transition:all .3s ease}.performance-card:hover{transform:translateY(-2px);box-shadow:0 6px 12px #0000004d}.performance-header{display:flex;flex-direction:column;gap:6px}.performance-label{color:#cbd5e1;font-size:.95rem}.performance-stats{display:flex;flex-direction:column;gap:4px;color:#cbd5e1;font-size:.9rem}.performance-bar{height:10px;background:#0f172a;border-radius:999px;overflow:hidden}.performance-bar-fill{height:100%;background:#3b82f6;border-radius:999px;transition:width .3s ease}.performance-empty{color:#cbd5e1;background:#1e293b;border-radius:12px;padding:20px;text-align:center;grid-column:1 / -1}.footer{padding:40px 20px;text-align:center;background:#050810;color:#fff;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;align-items:center;gap:20px}.footer p{margin:0}.footer-links{display:flex;gap:30px;justify-content:center;flex-wrap:wrap;width:100%}.footer-links a{color:#3b82f6;text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer-links a:hover{color:#2563eb}
