.navbar{position:sticky;top:0;z-index:100}.navbar__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;height:64px;display:flex;align-items:center;justify-content:space-between;background:var(--color-bg);border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.navbar__logo{font-size:1.125rem;font-weight:600;color:var(--color-text);text-decoration:none;letter-spacing:-.02em}.navbar__nav{display:flex;gap:.25rem}.navbar__link{padding:.5rem .75rem;font-size:.875rem;font-weight:400;color:var(--color-text-secondary);text-decoration:none;border-radius:6px;transition:color .15s,background .15s}.navbar__link:hover{color:var(--color-text);background:var(--color-surface)}.navbar__link--active{color:var(--color-text);font-weight:500}.navbar__actions{display:flex;align-items:center;gap:.5rem}.navbar__theme-toggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;color:var(--color-text-secondary);cursor:pointer;border-radius:6px;transition:color .15s,background .15s}.navbar__theme-toggle:hover{color:var(--color-text);background:var(--color-surface)}.navbar__burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;border:none;background:transparent;cursor:pointer;padding:6px}.navbar__burger span{display:block;width:100%;height:2px;background:var(--color-text);border-radius:2px;transition:transform .2s,opacity .2s}.navbar__burger--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar__burger--open span:nth-child(2){opacity:0}.navbar__burger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:768px){.navbar__burger{display:flex}.navbar__nav{position:fixed;top:64px;left:0;right:0;flex-direction:column;background:var(--color-bg);padding:1.5rem;gap:.25rem;transform:translate(100%);transition:transform .25s ease;z-index:99;overflow-y:auto}.navbar__nav--open{transform:translate(0)}.navbar__link{font-size:1.125rem;padding:.75rem 1rem}}.footer{border-top:1px solid var(--color-border);margin-top:auto;padding:3rem 1.5rem}.footer__inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.footer__copy{margin-top:.5rem;font-size:.8125rem;color:var(--color-text-tertiary)}.footer__nav{display:flex;flex-wrap:wrap;gap:1rem 1.5rem}.footer__nav a{font-size:.875rem;color:var(--color-text-secondary);text-decoration:none;transition:color .15s}@media(max-width:640px){.footer__inner{flex-direction:column;align-items:center;text-align:center}.footer__nav{justify-content:center}}.loader{display:flex;align-items:center;justify-content:center;padding:3rem 0}.loader--full{min-height:60vh}.loader__spinner{width:32px;height:32px;border:2.5px solid var(--color-border);border-top-color:var(--color-text);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;text-align:center;padding:2rem}.error-state__code{font-size:3rem;font-weight:700;color:var(--color-text);letter-spacing:-.03em;margin-bottom:.5rem}.error-state__message{font-size:1rem;color:var(--color-text-secondary);max-width:400px;margin-bottom:2rem}.error-state__actions{display:flex;gap:.75rem}.error-state__btn{padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;border-radius:8px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);cursor:pointer;text-decoration:none;transition:background .15s,border-color .15s}.error-state__btn:hover{background:var(--color-surface-hover);border-color:var(--color-text-tertiary)}.error-state__btn--ghost{background:transparent;border-color:transparent;color:var(--color-text-secondary)}.error-state__btn--ghost:hover{background:var(--color-surface);color:var(--color-text)}.page-header{margin-bottom:3rem}.page-header__title{font-size:2rem;font-weight:700;color:var(--color-text);letter-spacing:-.03em;line-height:1.2}.page-header__subtitle{margin-top:.75rem;font-size:1.0625rem;color:var(--color-text-secondary);line-height:1.6;max-width:600px}@media(max-width:640px){.page-header__title{font-size:1.625rem}}.badge{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .625rem;font-size:.75rem;font-weight:500;border:1px solid var(--color-border);border-radius:9999px;color:var(--color-text-secondary);background:transparent;white-space:nowrap}.badge__icon{border-radius:2px;object-fit:contain}.card{display:flex;flex-direction:column;border:1px solid var(--color-border);border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s;background:var(--color-bg)}.card:hover{border-color:var(--color-text-tertiary);box-shadow:0 4px 24px #00000014}.card__image-wrapper{aspect-ratio:16 / 9;overflow:hidden;background:var(--color-surface)}.card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.card:hover .card__image{transform:scale(1.02)}.card__body{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.card__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.card__title{font-size:1rem;font-weight:600;color:var(--color-text);line-height:1.3}.card__badge{flex-shrink:0;font-size:.6875rem;font-weight:500;padding:.2rem .5rem;border-radius:9999px;border:1px solid var(--color-border);color:var(--color-text-secondary);white-space:nowrap}.card__meta{font-size:.8125rem;color:var(--color-text-tertiary)}.card__desc{font-size:.875rem;color:var(--color-text-secondary);line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.home__hero{padding:5rem 0 4rem;text-align:center;max-width:700px;margin:0 auto}.home__hero-title{font-size:3.5rem;font-weight:700;letter-spacing:-.04em;line-height:1.1;color:var(--color-text)}.home__hero-accent{background:linear-gradient(135deg,var(--color-accent),var(--color-accent-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home__hero-desc{margin-top:1.5rem;font-size:1.125rem;color:var(--color-text-secondary);line-height:1.7;max-width:520px;margin-left:auto;margin-right:auto}.home__hero-actions{margin-top:2rem;display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.home__section{padding:3rem 0}.home__section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.home__section-title{font-size:1.5rem;font-weight:600;color:var(--color-text);letter-spacing:-.02em}.home__section-link{font-size:.875rem;color:var(--color-text-secondary);text-decoration:none;transition:color .15s}.home__section-link:hover{color:var(--color-text)}.home__about-content{display:flex;flex-direction:column;gap:1rem;max-width:680px;font-size:1rem;color:var(--color-text-secondary);line-height:1.75}@media(max-width:640px){.home__hero{padding:3rem 0 2.5rem}.home__hero-title{font-size:2.25rem}.home__hero-desc{font-size:1rem}}.project-detail__header{padding-bottom:2rem}.project-detail__meta{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.project-detail__date{font-size:.875rem;color:var(--color-text-tertiary)}.project-detail__title{font-size:2.5rem;font-weight:700;letter-spacing:-.03em;color:var(--color-text);line-height:1.15}.project-detail__short{margin-top:.75rem;font-size:1.0625rem;color:var(--color-text-secondary);line-height:1.6;max-width:650px}.project-detail__links{margin-top:1.5rem;display:flex;gap:.75rem}.project-detail__hero-image{border-radius:12px;overflow:hidden;margin-bottom:2.5rem;border:1px solid var(--color-border)}.project-detail__hero-image img{width:100%;display:block}.project-detail__content{font-size:1rem;color:var(--color-text-secondary);line-height:1.75;max-width:720px;margin-bottom:3rem;white-space:pre-wrap}.project-detail__section{margin-bottom:2.5rem}.project-detail__section-title{font-size:1.125rem;font-weight:600;color:var(--color-text);margin-bottom:1rem}@media(max-width:640px){.project-detail__title{font-size:1.75rem}}.skills__section{margin-bottom:3rem}.skills__heading{font-size:1.375rem;font-weight:600;color:var(--color-text);letter-spacing:-.02em;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--color-border)}.skills__group{margin-bottom:2rem}.skills__category{font-size:.875rem;font-weight:500;color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.skills__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem}.skill-card{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border:1px solid var(--color-border);border-radius:10px;transition:border-color .15s}.skill-card:hover{border-color:var(--color-text-tertiary)}.skill-card__icon{border-radius:4px;object-fit:contain;flex-shrink:0}.skill-card__info{display:flex;flex-direction:column;gap:.125rem}.skill-card__name{font-size:.875rem;font-weight:500;color:var(--color-text)}.skill-card__level{font-size:.75rem;color:var(--color-text-tertiary)}.detail-page__header{padding-bottom:2rem}.detail-page__meta{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.detail-page__date{font-size:.875rem;color:var(--color-text-tertiary)}.detail-page__title{font-size:2.5rem;font-weight:700;letter-spacing:-.03em;color:var(--color-text);line-height:1.15}.detail-page__subtitle{margin-top:.75rem;font-size:1rem;color:var(--color-text-secondary)}.detail-page__external-link{color:var(--color-accent);text-decoration:none}.detail-page__external-link:hover{text-decoration:underline}.detail-page__hero-image{border-radius:12px;overflow:hidden;margin-bottom:2.5rem;border:1px solid var(--color-border)}.detail-page__hero-image img{width:100%;display:block}.detail-page__content{font-size:1rem;color:var(--color-text-secondary);line-height:1.75;max-width:720px;margin-bottom:3rem;white-space:pre-wrap}.detail-page__section{margin-bottom:2.5rem}.detail-page__section-title{font-size:1.125rem;font-weight:600;color:var(--color-text);margin-bottom:1rem}@media(max-width:640px){.detail-page__title{font-size:1.75rem}}.contact__form{max-width:560px;display:flex;flex-direction:column;gap:1.25rem}.contact__field{display:flex;flex-direction:column;gap:.375rem}.contact__label{font-size:.875rem;font-weight:500;color:var(--color-text)}.contact__input{padding:.75rem 1rem;font-size:.9375rem;font-family:inherit;color:var(--color-text);background:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;outline:none;transition:border-color .15s}.contact__input::placeholder{color:var(--color-text-tertiary)}.contact__input:focus{border-color:var(--color-text-secondary)}.contact__textarea{resize:vertical;min-height:120px}.contact__submit{align-self:flex-start;margin-top:.5rem}.contact__success{padding:1rem 1.25rem;border-radius:8px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-secondary);font-size:.875rem;margin-bottom:1.5rem}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}[data-theme=dark]{--color-bg: #0a0a0a;--color-surface: #141414;--color-surface-hover: #1a1a1a;--color-border: #1f1f1f;--color-text: #fafafa;--color-text-secondary: #a1a1a1;--color-text-tertiary: #666666;--color-accent: #ffffff;--color-accent-secondary: #888888;color-scheme:dark}[data-theme=light]{--color-bg: #ffffff;--color-surface: #f5f5f5;--color-surface-hover: #ebebeb;--color-border: #e5e5e5;--color-text: #0a0a0a;--color-text-secondary: #525252;--color-text-tertiary: #a3a3a3;--color-accent: #0a0a0a;--color-accent-secondary: #525252;color-scheme:light}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);line-height:1.6;min-height:100vh}img{max-width:100%;height:auto;display:block}a{color:inherit}button{font-family:inherit;cursor:pointer}.layout{display:flex;flex-direction:column;min-height:100vh}.layout__main{flex:1}.page{max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.25rem}@media(max-width:640px){.card-grid{grid-template-columns:1fr}}.badge-list{display:flex;flex-wrap:wrap;gap:.5rem}.media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.media-grid__item{width:100%;border-radius:8px;border:1px solid var(--color-border);object-fit:cover}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.5rem;font-size:.875rem;font-weight:500;font-family:inherit;border-radius:8px;border:1px solid var(--color-border);text-decoration:none;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.btn--primary{background:var(--color-text);color:var(--color-bg);border-color:var(--color-text)}.btn--primary:hover{opacity:.9}.btn--ghost{background:transparent;color:var(--color-text-secondary);border-color:var(--color-border)}.btn--ghost:hover{background:var(--color-surface);color:var(--color-text);border-color:var(--color-text-tertiary)}.footer{border-top:1px solid var(--color-border);padding:2.5rem 0;margin-top:auto}.footer__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;flex-wrap:wrap}.footer__logo{font-size:1rem;font-weight:600;color:var(--color-text);text-decoration:none}.footer__copy{font-size:.8125rem;color:var(--color-text-tertiary);margin-top:.5rem}.footer__nav{display:flex;gap:1.25rem;flex-wrap:wrap}.footer__nav a{font-size:.8125rem;color:var(--color-text-secondary);text-decoration:none;transition:color .15s}.footer__nav a:hover{color:var(--color-text)}.empty-state{text-align:center;padding:3rem 1rem;color:var(--color-text-tertiary);font-size:.9375rem}html{scroll-behavior:smooth}::selection{background:var(--color-text);color:var(--color-bg)}
