.container{width:100%}.grid{display:grid}.items-start{align-items:flex-start}:root{--bg:#0b0b0c;--fg:#f3f3f3;--muted:#9aa0a6;--card:#121214;--nav-btn-bg:rgba(255,255,255,.08);--nav-btn-hover:rgba(255,255,255,.15);--nav-btn-border:rgba(255,255,255,.1)}[data-theme=light]{--bg:#fff;--fg:#1a1a1a;--muted:#6b7280;--card:#f8f9fa;--nav-btn-bg:rgba(0,0,0,.05);--nav-btn-hover:rgba(0,0,0,.1);--nav-btn-border:rgba(0,0,0,.1)}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body{background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;padding-top:100px;line-height:1.6}.container{max-width:80rem;margin:0 auto;padding:0 1.25rem}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:700;line-height:1.2}h1{font-size:3rem}h2{font-size:2rem}p{margin-bottom:1rem}a{color:var(--fg);text-underline-offset:4px;-webkit-text-decoration:underline #6b7280;text-decoration:underline #6b7280;transition:-webkit-text-decoration-color .2s,text-decoration-color .2s}a:hover{-webkit-text-decoration-color:#d1d5db;text-decoration-color:#d1d5db}.btn{border:1px solid transparent;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;min-height:44px;padding:.75rem 1.25rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.btn-icon{-o-object-fit:contain;object-fit:contain;width:20px;height:20px;transition:filter .2s}[data-theme=dark] .btn-icon{filter:invert()}[data-theme=light] .btn-icon{filter:none}.btn-primary{background:var(--fg);color:var(--bg);border:1px solid var(--fg)}[data-theme=dark] .btn-primary{color:#fff;background:#1a1a1a;box-shadow:0 8px 30px rgba(26,26,26,.15)}[data-theme=light] .btn-primary{color:#0b0b0c;background:#f3f3f3;box-shadow:0 4px 20px rgba(243,243,243,.15)}.btn-primary:hover{opacity:.9;text-decoration:none;transform:translateY(-1px)}.btn-secondary{border:1px solid var(--nav-btn-border);background:0 0}.btn-secondary:hover{background:var(--nav-btn-bg);text-decoration:none}.card{background:var(--card);border:1px solid var(--nav-btn-border);border-radius:1rem;padding:1.5rem;transition:border-color .2s}[data-theme=dark] .card{box-shadow:0 8px 30px rgba(0,0,0,.25)}[data-theme=light] .card{box-shadow:0 4px 20px rgba(0,0,0,.1)}.card:hover{border-color:var(--nav-btn-hover)}header{border-bottom:1px solid var(--nav-btn-border);-webkit-backdrop-filter:blur(15px);z-index:1000;width:100%;transition:background-color .2s;position:fixed;top:0;left:0;right:0}[data-theme=dark] header{background:rgba(11,11,12,.98)}[data-theme=light] header{background:rgba(255,255,255,.98)}nav{justify-content:space-between;align-items:center;padding:2rem 0;display:flex}.nav-brand{letter-spacing:.025em;font-weight:600;text-decoration:none}.nav-brand:hover{text-decoration:none}.nav-brand-logo{align-items:center;text-decoration:none;transition:transform .2s;display:flex}.nav-brand-logo:hover{text-decoration:none;transform:scale(1.05)}.logo{width:auto;height:40px;transition:filter .2s}[data-theme=dark] .logo{filter:invert()}.nav-controls{align-items:center;gap:.5rem;padding:.5rem 0;display:flex}.nav-links{gap:.375rem;font-size:.875rem;display:flex}.nav-separator{background:var(--nav-btn-border);opacity:1;width:1px;height:32px;transition:opacity .2s}.nav-btn{background:var(--nav-btn-bg);border:1px solid var(--nav-btn-border);color:var(--fg);border-radius:.375rem;justify-content:center;align-items:center;min-height:30px;padding:.2rem .4rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.nav-btn:hover{background:var(--nav-btn-hover);text-decoration:none;transform:translateY(-1px)}.theme-switch-container{align-items:center;display:flex}.theme-switch{background:var(--nav-btn-bg);border:1px solid var(--nav-btn-border);cursor:pointer;border-radius:20px;outline:none;width:52px;height:30px;transition:all .3s;position:relative}.theme-switch:hover{background:var(--nav-btn-hover);transform:translateY(-1px)}.theme-switch.active{background:var(--nav-btn-hover);border-color:var(--nav-btn-border)}.theme-switch-slider{background:#1a1a1a;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;transition:transform .3s;display:flex;position:absolute;top:3px;left:3px;box-shadow:0 2px 4px rgba(0,0,0,.2)}.theme-switch.active .theme-switch-slider{transform:translate(22px)}[data-theme=light] .theme-switch-slider{background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1)}section{padding:2.5rem 0}.hero{padding:4rem 0}.hero h1{margin-bottom:1rem;font-size:3rem;line-height:1.1}@media (min-width:768px){.hero h1{font-size:4rem}}.text-muted{color:var(--muted)}.grid{gap:1.5rem;display:grid}@media (min-width:768px){.grid-md-2{grid-template-columns:repeat(2,1fr)}}.tag{background:var(--nav-btn-bg);border:1px solid var(--nav-btn-border);color:var(--fg);border-radius:.375rem;margin:.125rem;padding:.25rem .5rem;font-size:.75rem;display:inline-block}ul{margin:0;padding-left:0;list-style:none}.flex{display:flex}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.items-center{align-items:center}.justify-between{justify-content:space-between}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.max-w-2xl{max-width:42rem}.space-y-4>*+*{margin-top:1rem}.flex-wrap{flex-wrap:wrap}.hero-content{flex-wrap:wrap;align-items:center;gap:3rem;display:flex}.hero-text-section{flex:1;min-width:300px}.hero-text{margin-bottom:1.5rem}.hero-button{flex-wrap:wrap;gap:1rem;display:flex}.hero-image{flex:none;justify-content:center;display:flex}.profile-photo{-o-object-fit:cover;object-fit:cover;border:4px solid var(--nav-btn-border);border-radius:50%;width:380px;height:380px;transition:transform .3s,box-shadow .3s}[data-theme=dark] .profile-photo{box-shadow:0 8px 30px rgba(0,0,0,.3)}[data-theme=light] .profile-photo{box-shadow:0 8px 30px rgba(0,0,0,.15)}.profile-photo:hover{transform:scale(1.05)}[data-theme=dark] .profile-photo:hover{box-shadow:0 12px 40px rgba(0,0,0,.4)}[data-theme=light] .profile-photo:hover{box-shadow:0 12px 40px rgba(0,0,0,.2)}.about-content{line-height:1.7}.skills-section{background:var(--nav-btn-bg);border:1px solid var(--nav-btn-border);border-radius:1rem;margin-top:2rem;padding:1.5rem}.skills-grid{gap:1.5rem;display:grid}@media (min-width:768px){.skills-grid{grid-template-columns:repeat(3,1fr)}}.skill-category h4{color:var(--fg);font-weight:500}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-3{margin-bottom:.75rem}.mb-2{margin-bottom:.5rem}.max-w-4xl{max-width:56rem}.space-y-2>*+*{margin-top:.5rem}@media (max-width:480px){body{padding-top:80px}.container{padding:0 1rem}nav{justify-content:space-between;padding:1rem .75rem}.nav-brand-logo{flex:none}.nav-controls{flex:none;gap:.3rem;margin-right:1rem}.nav-links{gap:.3rem}.nav-separator{opacity:1;height:28px}.nav-btn{padding:.4rem .6rem;font-size:.8rem}.logo{height:32px}.theme-switch{width:46px;height:28px}.theme-switch-slider{width:20px;height:20px;font-size:11px;top:3px;left:3px}.theme-switch.active .theme-switch-slider{transform:translate(20px)}.hero{padding:2rem 0}.hero-content{text-align:center;flex-direction:column;gap:1.5rem}.hero-text-section{flex-direction:column;display:flex}.hero-text{order:1;margin-bottom:0}.hero-image{order:2}.hero-button{flex-wrap:wrap;order:3;justify-content:center;gap:.75rem;margin-top:1rem;display:flex}.profile-photo{width:200px;height:200px}.hero h1{font-size:2rem;line-height:1.2}.hero p{font-size:1rem}section{padding:1.5rem 0}.card{padding:1rem}.grid{gap:1rem}.skills-section{padding:1rem}.skills-grid{grid-template-columns:1fr;gap:1rem}h2{font-size:1.5rem}}@media (min-width:481px) and (max-width:768px){body{padding-top:90px}.container{padding:0 1.5rem}.hero-content{text-align:center;flex-direction:column;gap:2rem}.profile-photo{width:260px;height:260px}.hero h1{font-size:2.75rem}.nav-btn{padding:.5rem .875rem;font-size:.85rem}.grid-md-2{grid-template-columns:1fr}.skills-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:769px) and (max-width:1024px){.container{max-width:90%}.hero-content{gap:2.5rem}.profile-photo{width:320px;height:320px}.hero h1{font-size:3.25rem}.skills-grid{grid-template-columns:repeat(2,1fr)}}
