:root{--bg-color:#11111b;--card-bg:#1e1e2e;--border-color:#313244;--text-main:#cdd6f4;--text-muted:#bac2de;--primary-color:#89b4fa;--hover-color:#f38ba8}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-color);color:var(--text-main);letter-spacing:.3px;font-family:Segoe UI,Inter,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;font-weight:400;line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.3}p{margin:0}a{color:inherit;text-decoration:none}.container{max-width:1100px;margin:0 auto;padding:0 2rem}section{padding:4rem 0}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--primary-color)}::selection{background-color:var(--primary-color);color:var(--bg-color)}::selection{background-color:var(--primary-color);color:var(--bg-color)}:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}a:focus-visible{outline:2px solid var(--primary-color);outline-offset:4px}button,a,input,textarea,select{transition:color .3s,background-color .3s,border-color .3s,box-shadow .3s}@media (width<=768px){.container{padding:0 1.5rem}section{padding:3rem 0}}@media (width<=480px){.container{padding:0 1rem}section{padding:2.5rem 0}body{font-size:14px}h1{font-size:1.75rem}h2{font-size:1.4rem}h3{font-size:1.1rem}}.header{border-bottom:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background-color:#11111bf2;padding:1.25rem 0;transition:border-color .3s;position:sticky;top:0}.header:hover{border-color:var(--primary-color)}.header-content{justify-content:space-between;align-items:center;display:flex}.logo{letter-spacing:.05em;background:linear-gradient(135deg, var(--primary-color), var(--hover-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.75rem;font-weight:800}.logo-name{font-family:Courier New,monospace}.nav{gap:2rem;display:flex}.nav-link{color:var(--text-muted);border-bottom:2px solid #0000;padding-bottom:.25rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .3s,border-bottom .3s}.nav-link:hover{color:var(--primary-color);border-bottom-color:var(--primary-color)}.hero{text-align:center;padding:5.5rem 1rem}.hero-title{color:var(--text-main);margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.2}.hero-highlight{background:linear-gradient(135deg, var(--primary-color), var(--hover-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800}.hero-subtitle{color:var(--text-muted);max-width:650px;margin:0 auto;font-size:1.1rem;line-height:1.7}.about-section{padding:4rem 1rem}.about-content{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:900px;margin:0 auto;display:grid}.about-image{justify-content:center;display:flex}.profile-placeholder{background:linear-gradient(135deg, var(--card-bg), var(--border-color));border:2px solid var(--primary-color);border-radius:12px;justify-content:center;align-items:center;width:250px;height:250px;font-size:5rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 8px 24px #89b4fa1a}.profile-placeholder:hover{transform:translateY(-8px);box-shadow:0 12px 32px #89b4fa33}.profile-icon{display:block}.about-text{flex-direction:column;gap:1.25rem;display:flex}.about-text p{color:var(--text-muted);margin:0;font-size:1rem;line-height:1.8}.about-text p:first-child{color:var(--text-main);font-weight:600}.section-title{text-align:center;color:var(--primary-color);letter-spacing:.02em;margin-bottom:3rem;font-size:2rem;font-weight:700}.skills-section{padding:4rem 1rem}.skills-grid{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.projects-section{padding:4rem 1rem}.projects-grid{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.footer{background-color:var(--card-bg);border-top:1px solid var(--border-color);margin-top:4rem;padding:3rem 1rem}.footer-content{text-align:center}.footer-title{color:var(--text-main);margin-bottom:1rem;font-size:1.75rem;font-weight:700}.footer-description{color:var(--text-muted);margin-bottom:2rem;font-size:1rem}.footer-links{justify-content:center;gap:2rem;display:flex}.footer-link{color:var(--primary-color);font-size:.95rem;font-weight:600;text-decoration:none;transition:color .3s,transform .3s}.footer-link:hover{color:var(--hover-color);transform:translateY(-2px)}@media (width<=1024px){.header-content{padding:0 1rem}.nav{gap:1.5rem}.nav-link{font-size:.9rem}.hero{padding:4rem 1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.about-content{grid-template-columns:1fr;gap:2rem}.profile-placeholder{width:200px;height:200px;font-size:4rem}.section-title{margin-bottom:2.5rem;font-size:1.75rem}.projects-grid,.footer-links{gap:1.5rem}}@media (width<=768px){.header{padding:1rem 0}.header-content{flex-direction:column;gap:1rem}.logo{font-size:1.5rem}.nav{flex-wrap:wrap;justify-content:center;gap:1rem}.nav-link{font-size:.85rem}.hero{padding:3rem 1rem}.hero-title{margin-bottom:1rem;font-size:2rem}.hero-subtitle{font-size:.95rem}.about-section{padding:3rem 1rem}.about-content{gap:1.5rem}.profile-placeholder{width:180px;height:180px;font-size:3.5rem}.about-text p{font-size:.95rem;line-height:1.6}.section-title{margin-bottom:2rem;font-size:1.5rem}.skills-grid{gap:1rem}.projects-grid{gap:1.25rem}.footer{margin-top:3rem;padding:2.5rem 1rem}.footer-title{margin-bottom:.75rem;font-size:1.5rem}.footer-description{margin-bottom:1.5rem;font-size:.95rem}.footer-links{flex-wrap:wrap;gap:1.25rem}.footer-link{font-size:.9rem}}@media (width<=480px){.container{padding:0 1rem}.header{position:relative}.logo{font-size:1.25rem}.nav{gap:.75rem;width:100%}.nav-link{padding:.5rem;font-size:.8rem}.hero{padding:2.5rem 1rem}.hero-title{margin-bottom:.75rem;font-size:1.75rem}.hero-subtitle{font-size:.9rem}.about-section{padding:2.5rem 1rem}.profile-placeholder{width:150px;height:150px;font-size:3rem}.about-text p{font-size:.9rem}.section-title{margin-bottom:1.5rem;font-size:1.25rem}.skills-grid{gap:.75rem}.projects-grid,.footer-links{gap:1rem}}._card_1kj2e_1{background-color:var(--card-bg);border:1px solid var(--border-color);text-align:center;border-radius:12px;flex-direction:column;gap:1rem;width:200px;padding:1.75rem 1.5rem;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;box-shadow:0 4px 12px #0003}._card_1kj2e_1:hover{border-color:var(--primary-color);transform:translateY(-8px);box-shadow:0 12px 24px #89b4fa26}._title_1kj2e_21{color:var(--text-main);letter-spacing:.01em;margin:0;font-size:1.2rem;font-weight:700}._badge_1kj2e_29{background-color:var(--primary-color);color:var(--bg-color);letter-spacing:.05em;border-radius:12px;margin:0 auto;padding:6px 12px;font-size:.8rem;font-weight:600;transition:background-color .3s,transform .3s;display:inline-block}._card_1kj2e_1:hover ._badge_1kj2e_29{background-color:var(--hover-color);transform:scale(1.05)}@media (width<=1024px){._card_1kj2e_1{width:180px;padding:1.5rem 1.25rem}._title_1kj2e_21{font-size:1.1rem}._badge_1kj2e_29{padding:5px 10px;font-size:.75rem}}@media (width<=768px){._card_1kj2e_1{gap:.75rem;width:100%;max-width:180px;padding:1.25rem}._title_1kj2e_21{font-size:1rem}._badge_1kj2e_29{padding:5px 10px;font-size:.75rem}}@media (width<=480px){._card_1kj2e_1{gap:.65rem;width:100%;max-width:100%;padding:1.25rem 1rem}._title_1kj2e_21{font-size:.95rem}._badge_1kj2e_29{padding:4px 8px;font-size:.7rem}}._card_wouyu_1{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;width:320px;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 12px #0003}._card_wouyu_1:hover{border-color:var(--primary-color);transform:translateY(-8px);box-shadow:0 12px 24px #89b4fa26}._imageContainer_wouyu_19{background:linear-gradient(135deg, var(--border-color), var(--primary-color));justify-content:center;align-items:center;width:100%;height:180px;display:flex;overflow:hidden}._image_wouyu_19{object-fit:cover;width:100%;height:100%;transition:transform .3s}._card_wouyu_1:hover ._image_wouyu_19{transform:scale(1.05)}._content_wouyu_40{flex-direction:column;flex-grow:1;gap:1rem;padding:1.5rem;display:flex}._title_wouyu_48{color:var(--text-main);letter-spacing:.01em;margin:0;font-size:1.3rem;font-weight:700}._description_wouyu_56{color:var(--text-muted);flex-grow:1;margin:0;font-size:.95rem;line-height:1.6}._tags_wouyu_64{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}._tag_wouyu_64{background-color:var(--border-color);color:var(--primary-color);border:1px solid var(--primary-color);border-radius:6px;padding:6px 12px;font-size:.75rem;font-weight:600;transition:background-color .3s,color .3s}._tag_wouyu_64:hover{background-color:var(--primary-color);color:var(--bg-color)}._button_wouyu_87{color:var(--bg-color);background-color:var(--primary-color);text-align:center;letter-spacing:.01em;border-radius:8px;margin-top:auto;padding:.75rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:opacity .3s,transform .3s,background-color .3s}._button_wouyu_87:hover{opacity:.9;background-color:var(--hover-color);transform:translate(4px)}._button_wouyu_87:active{transform:translate(2px)}@media (width<=1024px){._card_wouyu_1{width:300px}._imageContainer_wouyu_19{height:160px}._content_wouyu_40{padding:1.25rem}._title_wouyu_48{font-size:1.2rem}}@media (width<=768px){._card_wouyu_1{width:100%;max-width:320px}._imageContainer_wouyu_19{height:150px}._content_wouyu_40{gap:.75rem;padding:1.25rem}._title_wouyu_48{font-size:1.15rem}._description_wouyu_56{font-size:.9rem}._tag_wouyu_64{padding:5px 10px;font-size:.7rem}._button_wouyu_87{padding:.65rem .75rem;font-size:.9rem}}@media (width<=480px){._card_wouyu_1{width:100%;max-width:100%}._imageContainer_wouyu_19{height:140px}._content_wouyu_40{gap:.65rem;padding:1rem}._title_wouyu_48{font-size:1.1rem}._description_wouyu_56{font-size:.85rem;line-height:1.5}._tag_wouyu_64{padding:4px 8px;font-size:.65rem}._button_wouyu_87{padding:.6rem;font-size:.85rem}}
