@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";.dodo-walker{position:absolute;bottom:0;left:0;right:0;height:60px;pointer-events:none;overflow:hidden;z-index:0}@media(max-width:700px){.dodo-walker{display:none}}.dodo-walker__sprite{position:absolute;top:0;transition:left .12s linear,top .12s linear;pointer-events:auto;cursor:pointer}.dodo-game{position:fixed;inset:0;z-index:9999;background:#000000e0;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:dodo-game-fadein .2s ease}.dodo-game__close{position:absolute;top:20px;right:24px;background:transparent;border:2px solid #69e3ff;color:#69e3ff;font-size:1rem;width:34px;height:34px;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s;line-height:1}.dodo-game__close:hover{background:#69e3ff;color:#121212}.dodo-game__wrapper{display:flex;flex-direction:column;align-items:center;gap:12px;border:2px solid #444444;border-radius:6px;padding:24px 32px;background:#121212;box-shadow:0 0 40px #69e3ff26;max-width:96vw}.dodo-game__title{font-family:Courier New,monospace;color:#69e3ff;letter-spacing:10px;font-size:1.8rem;margin:0;text-shadow:0 0 14px rgba(105,227,255,.6);text-transform:uppercase}.dodo-game__hud{display:flex;gap:32px;font-family:Courier New,monospace;font-size:.9rem;color:#b0b0b0}.dodo-game__hud strong{color:#e0e0e0}.dodo-game__canvas{display:block;image-rendering:pixelated;max-width:min(800px,90vw);width:min(800px,90vw);height:auto;border:1px solid #444444;border-radius:2px}.dodo-game__hint{font-family:Courier New,monospace;font-size:.72rem;color:#888;margin:0;letter-spacing:.04em}@keyframes dodo-game-fadein{0%{opacity:0}to{opacity:1}}.navbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 5rem;height:80px;background:var(--bg-secondary);border-bottom:1px solid var(--border-color);position:sticky;top:0;z-index:100}@media(max-width:700px){.navbar{grid-template-columns:1fr auto;padding:0 1rem}}.navbar__logo{justify-self:start;display:flex;align-items:center;text-decoration:none;position:relative;z-index:1}.navbar__logo-sprite{width:34 px;height:34px}.navbar__logo-name{display:flex;flex-direction:column;line-height:1.15;font-weight:700;color:#69e3ff;letter-spacing:.03em;margin-left:.5rem;white-space:nowrap}.navbar__logo-name span:first-child{font-size:var(--fs-md);color:var(--text-primary)}.navbar__logo-name span:last-child{text-align:left;font-size:var(--fs-base)}.navbar__links{display:flex;gap:2rem;list-style:none;position:relative;z-index:1}.navbar__links a{text-decoration:none;color:var(--text-secondary);font-size:var(--fs-base);font-weight:500;transition:color .2s ease;padding-bottom:2px;border-bottom:2px solid transparent}.navbar__links a:hover{color:var(--text-primary)}.navbar__links a.active{color:var(--accent-primary);border-bottom-color:var(--accent-primary)}@media(max-width:700px){.navbar__links{position:fixed;inset:60px 0 0;flex-direction:column;gap:0;background:var(--bg-secondary);padding:1rem 0;transform:translate(100%);transition:transform .3s ease;z-index:99;overflow-y:auto}.navbar__links--open{transform:translate(0)}.navbar__links li{width:100%}.navbar__links a{display:block;padding:1rem 1.5rem;font-size:var(--fs-md);border-bottom:none}.navbar__links a.active{background:#69e3ff14;border-bottom:none;border-left:3px solid var(--accent-primary)}}.navbar__right-group{justify-self:end;display:flex;align-items:center;gap:.75rem;position:relative;z-index:101}.navbar__lang{background:transparent;border:1px solid var(--border-color);padding:.25rem .5rem;border-radius:6px;cursor:pointer;transition:border-color .2s ease,opacity .2s ease,color .2s ease;white-space:nowrap;z-index:3;display:flex;align-items:center;color:var(--text-primary);font-size:var(--fs-sm);font-weight:600}.navbar__lang:hover{border-color:var(--accent-primary);color:var(--accent-primary)}.navbar__lang-flag{width:20px}.navbar__lang-code{margin-left:.5rem}.navbar__burger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:6px;width:36px;height:36px;z-index:101}@media(max-width:700px){.navbar__burger{display:flex}}.navbar__burger-line{display:block;width:22px;height:2px;background:var(--text-primary);border-radius:2px;transition:transform .3s ease,opacity .3s ease}.navbar__burger--active .navbar__burger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar__burger--active .navbar__burger-line:nth-child(2){opacity:0}.navbar__burger--active .navbar__burger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.navbar__overlay{display:none}@media(max-width:700px){.navbar__overlay{display:block;position:fixed;inset:60px 0 0;background:#00000080;z-index:98;animation:overlay-fade-in .25s ease}}@keyframes overlay-fade-in{0%{opacity:0}to{opacity:1}}.footer{margin-top:auto;background:#1a1a1a;border-top:1px solid #444444;padding:3rem 2rem 0;color:#b0b0b0;font-family:Poppins,system-ui,-apple-system,sans-serif}.footer__inner{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:2.5rem}.footer__logo{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.footer__dodo{width:36px;height:36px;image-rendering:pixelated}.footer__logo-text{display:flex;flex-direction:column;line-height:1.1}.footer__logo-first{font-size:1rem;font-weight:700;color:#e0e0e0}.footer__logo-last{font-size:.75rem;font-weight:500;color:#69e3ff}.footer__tagline{font-size:.875rem;line-height:1.5;color:#888;max-width:260px}.footer__col-title{font-size:.875rem;font-weight:600;color:#e0e0e0;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem}.footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.footer__links a{display:inline-flex;align-items:center;gap:.5rem;color:#b0b0b0;text-decoration:none;font-size:.875rem;transition:color .2s}.footer__links a:hover{color:#69e3ff}.footer__links a svg{flex-shrink:0}.footer__bottom{max-width:1000px;margin:2.5rem auto 0;padding:1.25rem 0;border-top:1px solid #444444;display:flex;align-items:center;justify-content:space-between}.footer__copyright{font-size:.75rem;color:#888}.footer__tech{color:#69e3ff;font-weight:600}.footer__heart{color:#f49cbb}.footer__top-btn{display:inline-flex;align-items:center;gap:.35rem;background:none;border:1px solid #444444;color:#b0b0b0;font-size:.75rem;font-family:Poppins,system-ui,-apple-system,sans-serif;padding:.4rem .85rem;border-radius:6px;cursor:pointer;transition:color .2s,border-color .2s}.footer__top-btn:hover{color:#69e3ff;border-color:#69e3ff}@media(max-width:700px){.footer{padding:2rem 1.25rem 0}.footer__inner{grid-template-columns:1fr 1fr;gap:2rem}.footer__brand{grid-column:1/-1}.footer__tagline{max-width:100%}}@media(max-width:480px){.footer__inner{grid-template-columns:1fr;gap:1.5rem}.footer__bottom{flex-direction:column;gap:1rem;text-align:center}}.project-card{display:flex;flex-direction:column;background:#1a1a1a;border:1px solid #444444;border-radius:8px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.project-card:hover,.project-card:focus-visible{transform:translateY(-4px);border-color:#69e3ff;box-shadow:0 8px 28px #69e3ff26;outline:none}.project-card:hover .project-card__img,.project-card:focus-visible .project-card__img{transform:scale(1.04)}.project-card__cover{position:relative;width:100%;padding-top:55%;background:#1a1a1a;overflow:hidden}.project-card__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.project-card__placeholder{position:absolute;inset:0;background:repeating-linear-gradient(135deg,rgba(105,227,255,.06) 0px,rgba(105,227,255,.06) 2px,transparent 2px,transparent 20px)}.project-card__category{position:absolute;top:10px;right:10px;background:#121212d1;border:1px solid #444444;color:#69e3ff;font-family:Courier New,monospace;font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:3px 8px;border-radius:4px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.project-card__body{display:flex;flex-direction:column;gap:8px;padding:16px;flex:1}@media(max-width:480px){.project-card__body{padding:12px}}.project-card__title{font-size:1rem;font-weight:700;color:#e0e0e0;margin:0}.project-card__desc{font-size:.82rem;color:#888;line-height:1.5;flex:1;margin:0}.project-card__techs{display:flex;flex-wrap:wrap;gap:6px;list-style:none;padding:0;margin:4px 0 0}.project-card__tech{font-size:.68rem;font-family:Courier New,monospace;background:#69e3ff14;border:1px solid rgba(105,227,255,.25);color:#69e3ff;padding:2px 8px;border-radius:3px;white-space:nowrap}.page--home{max-width:1000px}.home__hero{display:flex;align-items:center;gap:3rem;padding:2rem 0 3rem}@media(max-width:700px){.home__hero{flex-direction:column-reverse;text-align:center;gap:2rem;padding:1rem 0 2rem}}.home__hero-content{flex:1}.home__hero-visual{flex-shrink:0}@media(max-width:700px){.home__hero-visual{order:-1}}.home__badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#f49cbb;background:#f49cbb14;border:1px solid rgba(244,156,187,.25);border-radius:999px;padding:.3rem .85rem;margin-bottom:1.25rem}.home__badge-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#f49cbb;animation:badge-pulse 2.2s ease-in-out infinite}.home__title{font-family:var(--font-primary);font-size:var(--fs-3xl);font-weight:var(--fw-extrabold);line-height:1.2;letter-spacing:-.02em;color:#e0e0e0;margin-bottom:.25rem;line-height:1.15}@media(max-width:640px){.home__title{font-size:2.75rem}}.home__name{color:#69e3ff;position:relative}.home__dodo-inline{width:42px;height:42px;image-rendering:pixelated;vertical-align:middle;margin-left:.25rem;animation:dodo-bob 2.5s ease-in-out infinite}@media(max-width:640px){.home__dodo-inline{width:32px;height:32px}}@keyframes dodo-bob{0%,to{transform:translateY(-4px)}50%{transform:translateY(2px)}}.home__role{font-family:var(--font-primary);font-size:var(--fs-lg);font-weight:var(--fw-semibold);line-height:1.5;color:#b0b0b0;margin-bottom:.75rem;font-weight:500}.home__tagline{font-family:var(--font-primary);font-size:var(--fs-base);font-weight:var(--fw-regular);line-height:1.75;color:#888;max-width:480px;margin-bottom:1.75rem}@media(max-width:700px){.home__tagline{margin-left:auto;margin-right:auto}}.home__avatar-ring{position:relative;width:200px;height:200px;border-radius:50%;padding:4px;background:linear-gradient(135deg,#69e3ff,#6fc3a9,#f49cbb);box-shadow:0 0 40px #69e3ff2e,0 0 80px #69e3ff0f;animation:ring-glow 4s ease-in-out infinite}@media(max-width:700px){.home__avatar-ring{width:160px;height:160px}}@keyframes ring-glow{0%,to{box-shadow:0 0 40px #69e3ff2e,0 0 80px #69e3ff0f}50%{box-shadow:0 0 50px #69e3ff47,0 0 100px #69e3ff1a}}.home__avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;border:3px solid #121212}.home__ctas{display:flex;gap:.75rem;flex-wrap:wrap}@media(max-width:700px){.home__ctas{justify-content:center}}.home__btn{display:inline-flex;align-items:center;gap:.5rem;font-family:Poppins,system-ui,-apple-system,sans-serif;font-size:.875rem;font-weight:600;padding:.7rem 1.5rem;border-radius:8px;text-decoration:none;transition:all .2s ease;cursor:pointer;border:none}.home__btn--primary{background:#69e3ff;color:#121212}.home__btn--primary:hover{background:#69e3ffe6;transform:translateY(-2px);box-shadow:0 6px 20px #69e3ff4d}.home__btn--primary svg{transition:transform .2s ease}.home__btn--primary:hover svg{transform:translate(3px)}.home__btn--ghost{background:transparent;color:#b0b0b0;border:1px solid #444444}.home__btn--ghost:hover{border-color:#69e3ff;color:#69e3ff;transform:translateY(-2px)}.home__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:2rem 0;border-top:1px solid rgba(68,68,68,.4);border-bottom:1px solid rgba(68,68,68,.4);margin-bottom:3rem}@media(max-width:480px){.home__stats{gap:1rem;padding:1.5rem 0;margin-bottom:2.5rem}}.home__stat{display:flex;flex-direction:column;align-items:center;text-align:center}.home__stat-number{font-size:2.75rem;font-weight:800;color:#69e3ff;line-height:1;margin-bottom:.25rem}@media(max-width:480px){.home__stat-number{font-size:2rem}}.home__stat-label{font-size:.75rem;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.08em}.home__featured{margin-bottom:3rem}.home__section-header{margin-bottom:1.5rem}.home__section-header h2{font-family:var(--font-primary);font-size:var(--fs-xl);font-weight:var(--fw-semibold);line-height:1.2;color:#e0e0e0;margin-bottom:.25rem}.home__projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:1.25rem}@media(max-width:820px){.home__projects-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.home__projects-grid{grid-template-columns:1fr}}.home__link{display:inline-flex;align-items:center;gap:.4rem;font-size:.875rem;font-weight:600;color:#69e3ff;text-decoration:none;transition:gap .2s ease}.home__link:hover{gap:.7rem}.home__stack{margin-bottom:3rem;padding:2rem 0;border-top:1px solid rgba(68,68,68,.4)}.home__stack h2{font-family:var(--font-primary);font-size:var(--fs-xl);font-weight:var(--fw-semibold);line-height:1.2;color:#e0e0e0;margin-bottom:1.25rem}.home__stack-chips{display:flex;flex-wrap:wrap;gap:.6rem}.home__chip{display:inline-block;font-family:Courier New,monospace;font-size:.75rem;font-weight:600;color:#b0b0b0;background:#69e3ff0f;border:1px solid rgba(105,227,255,.15);border-radius:6px;padding:.35rem .75rem;letter-spacing:.03em;transition:all .2s ease}.home__chip:hover{color:#69e3ff;border-color:#69e3ff66;background:#69e3ff1a;transform:translateY(-1px)}.home__cta-section{text-align:center;padding:3rem 2rem;border-radius:16px;background:#1a1a1a;border:1px solid #444444;margin-bottom:1rem}.home__cta-section h2{font-family:var(--font-primary);font-size:var(--fs-xl);font-weight:var(--fw-semibold);line-height:1.2;color:#e0e0e0;margin-bottom:.5rem}.home__cta-section p{font-family:var(--font-primary);font-size:var(--fs-base);font-weight:var(--fw-regular);line-height:1.75;color:#888;max-width:440px;margin:0 auto 1.5rem}@media(max-width:480px){.home__cta-section{padding:2rem 1.25rem}}.about__hero{display:flex;gap:2.5rem;align-items:center;margin-bottom:3rem}@media(max-width:640px){.about__hero{flex-direction:column;text-align:center;gap:1.5rem}}.about__hero-photo{flex-shrink:0}.about__hero-photo img{width:180px;height:180px;border-radius:50%;object-fit:cover;border:3px solid #69e3ff;box-shadow:0 0 30px #69e3ff26}@media(max-width:640px){.about__hero-photo img{width:150px;height:150px}}.about__hero-text h1{margin-bottom:.25rem}.about__hero-text .text-muted{margin-bottom:1rem}.about__intro{font-size:var(--fs-md);color:var(--text-secondary);line-height:1.75}.about__section{margin-bottom:2.75rem;padding-bottom:2.75rem;border-bottom:1px solid rgba(68,68,68,.4)}.about__section:last-child{border-bottom:none;padding-bottom:0}.about__section h2{color:#69e3ff;margin-bottom:1rem;font-size:var(--fs-lg);font-weight:600}.about__section p{color:var(--text-secondary);line-height:1.75;margin-bottom:.75rem}.about__section p:last-child{margin-bottom:0}.about__quote{margin-top:1rem;padding:1.25rem 1.5rem;border-left:3px solid #69e3ff;background:#69e3ff0a;border-radius:0 8px 8px 0;color:var(--text-primary);font-style:italic;line-height:1.75;font-size:var(--fs-sm)}.about__outside-content{display:flex;gap:2rem;align-items:flex-start}@media(max-width:640px){.about__outside-content{flex-direction:column}}.about__outside-text{flex:1}.about__outside-text p{color:var(--text-secondary);line-height:1.75;margin-bottom:.75rem}.about__outside-text p:last-child{margin-bottom:0}.about__outside-photo{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:.5rem}.about__outside-photo img{width:220px;height:auto;border-radius:12px;border:1px solid var(--border-color);object-fit:cover}@media(max-width:640px){.about__outside-photo{align-self:center}.about__outside-photo img{width:100%;max-width:320px}}.about__photo-caption{font-size:var(--fs-xs);color:var(--text-muted);font-style:italic}.about__section--future{text-align:center;border-bottom:none}.about__section--future h2{margin-bottom:1rem}.about__section--future p{max-width:600px;margin-left:auto;margin-right:auto}.about__cta{margin-top:1rem;font-size:var(--fs-lg);color:var(--text-primary)!important;font-weight:600}.projects-library{margin-top:2.5rem;display:flex;flex-direction:column;gap:3.5rem}.projects-category__header{display:flex;align-items:center;gap:14px;margin-bottom:1.25rem}.projects-category__label{font-family:Courier New,monospace;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#69e3ff;white-space:nowrap}.projects-category__line{flex:1;height:1px;background:#444}.projects-category__title{font-size:1.25rem;font-weight:700;color:#e0e0e0;margin:0 0 .25rem}.projects-category__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:860px){.projects-category__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.projects-category__grid{grid-template-columns:1fr}}.page--projects{max-width:1100px}@media(max-width:640px){.page--projects{padding-left:1rem;padding-right:1rem}}.project-pres{max-width:820px;width:100%}.project-pres__hero{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.project-pres__cover-wrap{width:100%;border-radius:10px;overflow:hidden;border:1px solid #444444}.project-pres__cover{display:block;width:100%;height:auto;object-fit:cover;max-height:420px}@media(max-width:600px){.project-pres__cover{max-height:220px}}.project-pres__hero-info{display:flex;flex-direction:column;gap:.6rem}.project-pres__category{font-family:Courier New,monospace;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#69e3ff}.project-pres__title{font-size:2.75rem;font-weight:800;color:#e0e0e0;margin:0;line-height:1.2}@media(max-width:600px){.project-pres__title{font-size:2rem}}.project-pres__desc{color:#b0b0b0;font-size:1rem;line-height:1.75;max-width:680px;margin:.25rem 0 0}@media(max-width:480px){.project-pres__desc{font-size:.875rem}}.project-pres__hero-links{display:flex;gap:12px;flex-wrap:wrap;margin-top:.5rem}@media(max-width:480px){.project-pres__hero-links{flex-direction:column}}.project-pres__link{display:inline-flex;align-items:center;padding:8px 22px;border-radius:6px;font-size:.875rem;font-weight:600;text-decoration:none;transition:opacity .15s,transform .15s}@media(max-width:480px){.project-pres__link{justify-content:center;padding:10px 18px}}.project-pres__link:hover{opacity:.8;transform:translateY(-1px)}.project-pres__link--github{background:#1a1a1a;border:1px solid #444444;color:#e0e0e0}.project-pres__link--demo,.project-pres__link--figma{background:#69e3ff;border:1px solid #69e3ff;color:#121212;font-weight:700}.project-pres__link--pdf{background:#1a1a1a;border:1px solid #444444;color:#e0e0e0}.project-pres__figma-hint{font-size:.75rem;color:#888;margin-top:.4rem;font-style:italic}.project-pres__section{margin-bottom:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(68,68,68,.5)}@media(max-width:480px){.project-pres__section{margin-bottom:1.75rem;padding-top:1rem}}.project-pres__section:first-of-type{border-top:none;padding-top:0}.project-pres__section h2{font-size:.75rem;font-family:Courier New,monospace;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#888;margin:0 0 1rem}.project-pres__section>p{color:#b0b0b0;font-size:1rem;line-height:1.75;margin:0;max-width:680px}.project-pres__features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.project-pres__features li{position:relative;padding-left:1.4rem;color:#b0b0b0;font-size:1rem;line-height:1.5}.project-pres__features li:before{content:"";position:absolute;left:0;top:.55em;width:7px;height:7px;border-radius:50%;background:#69e3ff}.project-pres__techs{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0}.project-pres__tech{font-size:.75rem;font-family:Courier New,monospace;background:#69e3ff14;border:1px solid rgba(105,227,255,.3);color:#69e3ff;padding:5px 14px;border-radius:4px}.project-pres__gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}@media(max-width:600px){.project-pres__gallery{grid-template-columns:1fr}}.project-pres__gallery-img{width:100%;height:auto;border-radius:8px;border:1px solid #444444;object-fit:cover;cursor:pointer;transition:transform .2s,box-shadow .2s}.project-pres__gallery-img:hover{transform:scale(1.02);box-shadow:0 6px 24px #0000004d}.project-pres__gallery-placeholder{color:#888;font-style:italic;font-size:.875rem;margin:0}.project-pres__gallery-toggle{display:block;margin-top:1rem;background:transparent;border:1px solid rgba(105,227,255,.4);color:#69e3ff;font-family:Courier New,monospace;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.55rem 1.25rem;border-radius:6px;cursor:pointer;transition:background .2s,border-color .2s}.project-pres__gallery-toggle:hover{background:#69e3ff14;border-color:#69e3ff}.project-pres__lightbox{position:fixed;inset:0;z-index:1000;background:#000000eb;display:flex;align-items:center;justify-content:center;cursor:zoom-out;animation:lightbox-in .18s ease}@keyframes lightbox-in{0%{opacity:0}to{opacity:1}}.project-pres__lightbox-img{max-width:min(92vw,1200px);max-height:88vh;width:auto;height:auto;border-radius:6px;box-shadow:0 24px 80px #000000b3;cursor:default;animation:lightbox-img-in .2s ease}@media(max-width:600px){.project-pres__lightbox-img{max-width:96vw;max-height:70vh;border-radius:4px}}@keyframes lightbox-img-in{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}.project-pres__lightbox-close{position:absolute;top:1.2rem;right:1.4rem;background:none;border:none;color:#e0e0e0b3;font-size:1.6rem;line-height:1;cursor:pointer;padding:4px 8px;border-radius:4px;transition:color .15s}.project-pres__lightbox-close:hover{color:#e0e0e0}.project-pres__lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:#1a1a1ab3;border:1px solid rgba(68,68,68,.5);color:#e0e0e0;font-size:2.2rem;line-height:1;width:48px;height:48px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,transform .15s}.project-pres__lightbox-nav:hover{background:#1a1a1af2}.project-pres__lightbox-nav--prev{left:1.2rem}.project-pres__lightbox-nav--next{right:1.2rem}@media(max-width:600px){.project-pres__lightbox-nav{top:auto;bottom:3.5rem;transform:none}.project-pres__lightbox-nav--prev{left:calc(50% - 56px)}.project-pres__lightbox-nav--next{right:calc(50% - 56px)}}.project-pres__lightbox-counter{position:absolute;bottom:1.2rem;left:50%;transform:translate(-50%);font-family:Courier New,monospace;font-size:.75rem;color:#e0e0e080;pointer-events:none}.project-detail{max-width:800px}@media(max-width:640px){.project-detail{padding-left:1rem;padding-right:1rem}}.project-detail__back{display:inline-block;margin-bottom:2rem;color:#69e3ff;text-decoration:none;font-size:.85rem;font-family:Courier New,monospace;transition:opacity .15s}.project-detail__back:hover{opacity:.7}.project-detail__cover-wrap{width:100%;border-radius:8px;overflow:hidden;border:1px solid #444444;margin-bottom:2rem}.project-detail__cover{display:block;width:100%;height:auto;object-fit:cover;max-height:380px}@media(max-width:480px){.project-detail__cover{max-height:220px}}.project-detail__header{display:flex;flex-direction:column;gap:.6rem;margin-bottom:2rem}.project-detail__category{font-family:Courier New,monospace;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#69e3ff}.project-detail__title{font-size:2rem;font-weight:800;color:#e0e0e0;margin:0}@media(max-width:480px){.project-detail__title{font-size:1.5rem}}.project-detail__desc{color:#b0b0b0;line-height:1.7;max-width:640px;margin:0}.project-detail__section{margin-bottom:2rem}.project-detail__section h2{font-size:.75rem;font-family:Courier New,monospace;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#888;margin-bottom:.75rem}.project-detail__techs{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0}.project-detail__tech{font-size:.78rem;font-family:Courier New,monospace;background:#69e3ff14;border:1px solid rgba(105,227,255,.3);color:#69e3ff;padding:4px 12px;border-radius:4px}.project-detail__links{display:flex;gap:12px;flex-wrap:wrap}@media(max-width:480px){.project-detail__links{flex-direction:column}}.project-detail__link{display:inline-flex;align-items:center;padding:8px 20px;border-radius:6px;font-size:.85rem;font-weight:600;text-decoration:none;transition:opacity .15s,transform .15s}.project-detail__link:hover{opacity:.8;transform:translateY(-1px)}.project-detail__link--github{background:#1a1a1a;border:1px solid #444444;color:#e0e0e0}.project-detail__link--demo{background:#69e3ff;border:1px solid #69e3ff;color:#121212;font-weight:700}.contact__header{margin-bottom:3rem}.contact__header h1{margin-bottom:.5rem}.contact__header .text-muted{margin-bottom:1rem}.contact__badge{display:inline-flex;align-items:center;gap:.5rem;font-size:var(--fs-xs);font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#f49cbb;background:#f49cbb14;border:1px solid rgba(244,156,187,.25);border-radius:999px;padding:.3rem .85rem;margin-bottom:1rem}.contact__badge:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:#f49cbb;animation:badge-pulse 2.2s ease-in-out infinite}@keyframes badge-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.85)}}.contact__body{display:grid;grid-template-columns:1fr 1.6fr;gap:3rem;align-items:start}@media(max-width:720px){.contact__body{grid-template-columns:1fr;gap:2rem}}@media(max-width:480px){.contact__body{gap:1.5rem}}.contact__section-title{font-size:var(--fs-base);font-weight:600;color:var(--text-muted);margin-bottom:1rem}.contact__cards{display:flex;flex-direction:column;gap:.85rem}.contact__card{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border-radius:12px;border:1px solid var(--border-color);background:var(--bg-secondary);text-decoration:none;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.contact__card:hover{transform:translateY(-2px)}.contact__card--email:hover{border-color:#f49cbb;color:#f49cbb;box-shadow:0 6px 20px #f49cbb1f}.contact__card--github:hover{border-color:#6fc3a9;color:#6fc3a9;box-shadow:0 6px 20px #6fc3a91f}.contact__card--linkedin:hover{border-color:#69e3ff;color:#69e3ff;box-shadow:0 6px 20px #69e3ff1f}.contact__card-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;border-radius:10px;background:#ffffff0f}.contact__card--email .contact__card-icon{background:#ffffff0f;color:var(--text-primary)}.contact__card--email:hover .contact__card-icon{color:#f49cbb}.contact__card--github .contact__card-icon{background:#ffffff0f;color:var(--text-primary)}.contact__card--github:hover .contact__card-icon{color:#6fc3a9}.contact__card--linkedin .contact__card-icon{background:#ffffff0f;color:var(--text-primary)}.contact__card--linkedin:hover .contact__card-icon{color:#69e3ff}.contact__card-label{display:block;font-size:var(--fs-xs);font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-primary);margin-bottom:.15rem}.contact__card-value{display:block;font-size:var(--fs-sm);font-weight:500;color:var(--text-primary)}.contact__form{display:flex;flex-direction:column;gap:1.25rem}.contact__field{display:flex;flex-direction:column;gap:.4rem}.contact__field label{font-size:var(--fs-sm);font-weight:600;color:var(--text-primary)}.contact__field input,.contact__field textarea{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-family:var(--font-primary);font-size:var(--fs-base);padding:.65rem 1rem;outline:none;resize:vertical;transition:border-color .2s ease,box-shadow .2s ease}.contact__field input::placeholder,.contact__field textarea::placeholder{color:var(--text-muted)}.contact__field input:focus,.contact__field textarea:focus{border-color:#f49cbb;box-shadow:0 0 0 3px #f49cbb1a}.contact__submit{align-self:flex-end;background:#69e3ff;border:none;border-radius:8px;color:#121212;cursor:pointer;font-family:var(--font-primary);font-size:var(--fs-sm);font-weight:700;letter-spacing:.05em;padding:.7rem 1.75rem;text-transform:uppercase;transition:background .2s ease,transform .15s ease,box-shadow .2s ease}@media(max-width:480px){.contact__submit{align-self:stretch;padding:.85rem 1.5rem}}.contact__submit:hover:not(:disabled){background:#69e3ff;transform:translateY(-1px);box-shadow:0 4px 14px #69e3ff4d}.contact__submit:disabled{opacity:.5;cursor:default}.contact__feedback{font-size:var(--fs-sm);padding:.65rem 1rem;border-radius:8px}.contact__feedback--success{color:#69e3ff;background:#69e3ff14;border:1px solid rgba(105,227,255,.2)}:root{--bg-primary: #121212;--bg-secondary: #1A1A1A;--text-primary: #E0E0E0;--text-secondary: #B0B0B0;--text-muted: #888888;--accent-primary: #69e3ff;--accent-secondary: #69e3ff;--border-color: #444444;--dodo-blue: #69e3ff;--dodo-teal: #6FC3A9;--dodo-pink: #F49CBB;--dodo-yellow: #F7FF00;--dodo-orange: #FF6F61}:root{--font-primary: Poppins, system-ui, -apple-system, sans-serif;--font-mono: Courier New, monospace;--fs-xs: .75rem;--fs-sm: .875rem;--fs-base: 1rem;--fs-md: 1.125rem;--fs-lg: 1.5rem;--fs-xl: 2rem;--fs-2xl: 2.75rem;--fs-3xl: 3.5rem;--fw-light: 300;--fw-regular: 400;--fw-medium: 500;--fw-semibold: 600;--fw-bold: 700;--fw-extrabold: 800}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-primary);font-size:var(--fs-base);font-weight:400;min-height:100vh}.layout{display:flex;flex-direction:column;min-height:100vh}.page{flex:1;padding:3rem 2rem;max-width:960px;margin:0 auto;width:100%}.page h1{font-family:var(--font-primary);font-size:var(--fs-2xl);font-weight:var(--fw-bold);line-height:1.2;letter-spacing:-.02em;margin-bottom:1rem;color:var(--text-primary)}.page h2{font-family:var(--font-primary);font-size:var(--fs-xl);font-weight:var(--fw-semibold);line-height:1.2;margin-bottom:.75rem;color:var(--text-primary)}.page h3{font-family:var(--font-primary);font-size:var(--fs-lg);font-weight:var(--fw-semibold);line-height:1.5;margin-bottom:.5rem;color:var(--text-primary)}.page p{font-family:var(--font-primary);font-size:var(--fs-base);font-weight:var(--fw-regular);line-height:1.75}@media(max-width:640px){.page{padding:2rem 1.25rem}.page h1{font-size:var(--fs-xl)}.page h2{font-size:var(--fs-lg)}}.text-muted{font-family:var(--font-primary);font-size:var(--fs-base);font-weight:var(--fw-regular);line-height:1.75;color:var(--text-muted)}
