*{box-sizing:border-box;margin:0;padding:0}:focus,:active,button:focus,a:focus{box-shadow:none!important;-webkit-tap-highlight-color:transparent!important;outline:none!important}:focus-visible{box-shadow:none!important;-webkit-tap-highlight-color:transparent!important;outline:none!important}html{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-khtml-user-select:none;overflow-x:hidden}body{min-width:320px;min-height:100vh;margin:0}iframe{-webkit-user-select:none;user-select:none;pointer-events:auto}.header{z-index:1000;-webkit-user-select:none;user-select:none;background:#fff;border-bottom:1px solid #eee;transition:all .2s;position:fixed;top:0;left:0;right:0}.header-inner{justify-content:space-between;align-items:center;max-width:1100px;min-height:56px;margin:0 auto;padding:.35rem 1.25rem;display:flex}.brand{flex-direction:column;gap:0;display:flex}.brand-title{color:#06f;letter-spacing:-.4px;font-size:1.2rem;font-weight:800;line-height:1.1}.brand-subtitle{color:#666;letter-spacing:.3px;text-transform:uppercase;font-size:.7rem;font-weight:600;line-height:1}.menu-toggle{cursor:pointer;background:#fafafa;border:1px solid #eee;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;display:flex}.menu-toggle span{background:#111;border-radius:1px;width:18px;height:2px;transition:all .2s;display:block}.menu-open{background:#fff5f5;border-color:#ffe5e5}.menu-open span{background:#ff3b30}.menu-open span:first-child{transform:translateY(6px)rotate(45deg)}.menu-open span:nth-child(2){opacity:0}.menu-open span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.nav{opacity:0;background:#fff;border-bottom:1px solid #eee;flex-direction:column;max-height:0;padding:0;transition:all .3s;display:flex;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 4px 12px #0000000d}.nav-open{opacity:1;max-height:450px;padding:.4rem 0}.nav a{color:#333;padding:.85rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.nav a.active,.nav a:active{color:#06f;background:#f8faff}@media (min-width:769px){.menu-toggle{display:none}.nav{opacity:1;max-height:none;box-shadow:none;background:0 0;border:none;flex-direction:row;gap:.25rem;padding:0;position:static;overflow:visible}.nav a{border-radius:6px;margin:0;padding:.4rem .6rem;font-size:.85rem}.nav a:hover{color:#111;background:#f5f5f5}.nav a.active{color:#06f;background:0 0;border-bottom:2px solid #06f;border-radius:0;font-weight:700}}@media (max-width:768px){.header-inner{min-height:54px;padding:.35rem 1rem}}.about{text-align:center;padding-top:4rem}.profile-container{margin-bottom:1.25rem}.profile-container .avatar{object-fit:cover;-webkit-user-select:none;user-select:none;pointer-events:none;width:140px;height:140px;image-rendering:-webkit-optimize-contrast;border:3px solid #06f;border-radius:50%;transition:transform .3s}.profile-container .avatar:hover{transform:scale(1.05)}.name{color:#111;letter-spacing:-.5px;margin-bottom:.35rem;font-size:2.25rem;font-weight:700}.status{color:#06f;margin-bottom:.5rem;font-size:1rem;font-weight:500}.bio{color:#444;justify-content:center;align-items:center;gap:2px;max-width:450px;min-height:1.4em;margin:0 auto;font-size:.95rem;display:flex}.typing-text{font-style:italic}.cursor{background:#06f;width:2px;height:1em;animation:1s step-end infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@media (max-width:768px){.profile-container .avatar{width:120px;height:120px}.name{font-size:1.75rem}}@media (max-width:480px){.profile-container .avatar{width:110px;height:110px}.name{font-size:1.5rem}.status{font-size:.9rem}.bio{font-size:.875rem}}.location-container{flex-direction:column;gap:1.5rem;display:flex}@media (min-width:600px){.location-container{flex-direction:row;align-items:stretch}}.location-left{flex:1;display:flex}.location-photo{object-fit:cover;border-radius:12px;width:100%;height:100%;min-height:200px;box-shadow:0 4px 12px #0000000d}.location-right{flex-direction:column;flex:1;justify-content:center;gap:1rem;display:flex}.location-card{background:#fff;border:1px solid #f0f0f0;border-radius:12px;align-items:center;gap:1rem;padding:1rem 1.25rem;transition:transform .2s,box-shadow .2s;display:flex}.location-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000000a}.location-logo{object-fit:contain;flex-shrink:0}.location-info{flex-direction:column;gap:.1rem;display:flex}.location-city{color:#111;margin:0;font-size:1.1rem;font-weight:700;line-height:1.2}.location-status{color:#666;margin:0;font-size:.85rem;font-weight:500}.skills{text-align:left}.skills-container{flex-direction:column;gap:1.25rem;display:flex}.skills-grid{flex-direction:column;gap:.75rem;display:flex}.skill-item{background:#fff;border:1px solid #eaeaea;border-radius:8px;grid-template-columns:100px 1fr 45px;align-items:center;gap:1rem;padding:.875rem 1.125rem;transition:transform .2s;display:grid}.skill-item:hover{transform:translate(5px)}.skill-name{color:#111;font-size:.9rem;font-weight:600}.progress-bar{background:#eaeaea;border-radius:3px;width:100%;height:6px;overflow:hidden}.progress{background:#06f;border-radius:3px;height:100%;transition:width .5s}.skill-percent{color:#444;text-align:right;font-size:.85rem;font-weight:700}@media (max-width:768px){.skill-item{grid-template-columns:90px 1fr 40px;gap:.75rem;padding:.75rem .875rem}.skill-name{font-size:.85rem}}@media (max-width:480px){.skill-item{grid-template-columns:80px 1fr 38px;gap:.625rem;padding:.625rem .75rem}.skill-name{font-size:.8rem}.progress-bar{height:5px}.skill-percent{font-size:.8rem}}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent!important;outline:none!important}:focus,:active{box-shadow:none!important;outline:none!important}html{scroll-behavior:smooth}body{color:#111;-webkit-tap-highlight-color:#0066ff1a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fafafa;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.app{flex-direction:column;min-height:100vh;display:flex}.main{flex:1;padding-top:80px}.section{max-width:700px;margin:0 auto;padding:2.25rem 1.5rem;position:relative}.section+.section{border-top:1px solid #f0f0f0}.section-title{color:#111;letter-spacing:-.5px;margin-bottom:1.5rem;font-size:1.5rem;font-weight:800}@media (max-width:768px){.main{padding-top:70px}.section{padding:1.75rem 1.25rem}.section-title{margin-bottom:1.25rem;font-size:1.35rem}}@media (max-width:480px){.main{padding-top:65px}.section{padding:1.5rem 1rem}.section-title{margin-bottom:1.25rem;font-size:1.25rem}}
