.folder-icon{position:relative;width:110px;height:100px;display:flex;align-items:flex-end;justify-content:center;pointer-events:none;opacity:.61}.folder-pg{position:absolute;bottom:25px;left:19px;width:64px;height:46px;border-radius:3px;transform:translate(0) rotate(0);transform-origin:bottom center;transition:transform .34s cubic-bezier(.2,.8,.3,1.15);box-shadow:0 8px 18px #0000001f}.folder-pg--white{background:var(--folder-paper);border:1px solid var(--folder-paper-border);z-index:1;transition-delay:40ms}.folder-pg--lined{background-color:var(--folder-page-bg);background-image:repeating-linear-gradient(to bottom,transparent,transparent 7px,var(--folder-page-stripe) 7px,var(--folder-page-stripe) 8px);border:1px solid var(--folder-page-border);z-index:2}.folder-pg--lined.is-selected{transform:translate(-14px,-34px) rotate(-9deg)}.folder-pg--white.is-selected{transform:translate(13px,-40px) rotate(8deg)}.folder-body{position:relative;width:110px;height:100px;z-index:5}.folder-body__front,.folder-body__tab{position:absolute;top:0;left:0;width:100px;height:90px;transform-origin:top left;transform:scale(1.1,1.1111)}.folder-body__front{background:var(--folder-front);border:1px solid rgba(0,0,0,.12);box-shadow:0 3px 8px #00000024;clip-path:path("M4 20 L38 20 L48 30 L96 30 L96 82 Q96 86 92 86 L8 86 Q4 86 4 82 Z")}.folder-body__tab{background:var(--folder-tab);border:1px solid rgba(0,0,0,.08);clip-path:path("M4 20 L38 20 L48 30 L4 30 Z")}[data-theme=dark] .folder-icon{opacity:1}.site-nav{position:relative;width:100%;background:var(--color-nav-bg);padding:8px 24px 0}.site-nav__list{max-width:var(--max-width);margin:0 auto;list-style:none;display:flex;justify-content:space-evenly;align-items:flex-end;gap:8px;padding:0;flex-wrap:wrap}.site-nav__item{display:flex}.site-nav__link{position:relative;display:flex;flex-direction:column;align-items:center;gap:2px;padding:4px 6px 10px;border-radius:8px;transition:background-color .16s ease,transform .16s ease}.site-nav__link:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:calc(100% - 10px);height:5px;border-radius:3px;background:var(--color-soft-yellow);opacity:0;transition:opacity .16s ease;pointer-events:none}.site-nav__link:hover{background-color:var(--color-nav-hover)}.site-nav__link[aria-current=page]:after{opacity:1}.site-nav__label{font-size:15px;font-weight:500;color:var(--color-text);white-space:nowrap}@media (max-width: 900px){.site-nav__list{justify-content:flex-start;overflow-x:auto;gap:20px;scrollbar-width:none}.site-nav__list::-webkit-scrollbar{display:none}.site-nav__item{flex:0 0 auto}}@media (max-width: 640px){.site-nav{padding:8px 12px 0}.site-nav__list{gap:12px;padding-bottom:6px;-webkit-overflow-scrolling:touch}.site-nav__link{padding:4px 5px 8px;min-width:52px}.site-nav__label{font-size:12.5px;letter-spacing:.01em}.site-nav__link:after{height:4px;bottom:3px}}@media (max-width: 760px){.site-nav{display:none}}.title-bar{--titlebar-edge-padding: 16px;--titlebar-signals-gap: 8px;--titlebar-weather-pair-gap: 4px;--titlebar-calendar-pair-gap: 6px;--titlebar-time-pair-gap: 6px;--titlebar-divider-inset: 10px;width:100%;min-height:var(--titlebar-height);background:var(--color-titlebar-bg);display:flex;align-items:center;padding:0 var(--titlebar-edge-padding);border-bottom:1px solid rgba(0,0,0,.05);box-shadow:0 1px #0000000a}.title-bar__left,.title-bar__right{display:flex;align-items:center;min-width:0;flex-shrink:0}.title-bar__left{flex:1 1 auto}.title-bar__right{justify-content:flex-end}.title-bar__status{display:flex;align-items:center;min-width:0;overflow:hidden}.title-bar__spacer{flex:1;min-width:24px}.title-bar__group{display:flex;align-items:center;flex-shrink:0;min-width:0}.title-bar__group--weather{gap:var(--titlebar-weather-pair-gap)}.title-bar__group--calendar{gap:var(--titlebar-calendar-pair-gap)}.title-bar__group--time{gap:var(--titlebar-time-pair-gap)}.title-bar__icon{width:18px;height:18px;object-fit:contain;flex-shrink:0}.title-bar__icon--weather{width:58px;height:42px}.title-bar__icon--calendar{width:32px;height:32px}.title-bar__clock{width:24px;height:24px;flex-shrink:0;color:var(--color-text);overflow:visible}.title-bar__clock-face{fill:none;stroke:currentColor;stroke-width:1.4;opacity:.85}.title-bar__clock-ticks line{stroke:currentColor;stroke-width:1.2;stroke-linecap:round;opacity:.55}.title-bar__clock-minute{stroke:currentColor;stroke-width:1.4;stroke-linecap:round}.title-bar__clock-hour{stroke:var(--color-accent-gold);stroke-width:2;stroke-linecap:round}.title-bar__clock-pivot{fill:var(--color-accent-gold)}.theme-toggle{position:relative;width:52px;height:28px;flex-shrink:0;padding:0;border:1px solid rgba(0,0,0,.08);border-radius:999px;background:var(--toggle-track);cursor:pointer;transition:background-color .22s ease}.theme-toggle__knob{position:absolute;top:2px;left:2px;width:22px;height:22px;border-radius:50%;background:var(--toggle-knob);box-shadow:0 1px 3px #0000004d;transform:translate(24px);transition:transform .24s cubic-bezier(.2,.8,.3,1.15)}.theme-toggle[data-dark=true] .theme-toggle__knob{transform:translate(0)}.theme-toggle__icon{position:absolute;top:50%;transform:translateY(-50%);width:14px;height:14px;color:var(--toggle-icon);line-height:0;transition:opacity .18s ease}.theme-toggle__icon svg{width:100%;height:100%;display:block}.theme-toggle__icon--moon{left:7px;opacity:1}.theme-toggle__icon--sun{right:7px;opacity:0}.theme-toggle[data-dark=true] .theme-toggle__icon--moon{opacity:0}.theme-toggle[data-dark=true] .theme-toggle__icon--sun{opacity:1}.title-bar__text{font-size:13px;line-height:1;color:var(--color-text);white-space:nowrap;min-width:0;overflow:hidden;text-overflow:ellipsis}.title-bar__divider{width:1px;height:20px;background:var(--color-divider);flex-shrink:0;margin:0 var(--titlebar-divider-inset)}.title-bar__mobile-menu-wrap{display:none}@media (max-width: 760px){.title-bar{--titlebar-edge-padding: 10px;--titlebar-divider-inset: 6px;min-height:52px;padding:0 10px;gap:6px;position:sticky;top:0;z-index:20}.title-bar__left,.title-bar__right{width:auto;flex:0 1 auto;min-width:0}.title-bar__status{overflow:hidden;flex:1 1 auto;min-width:0}.title-bar__spacer{flex:1 1 auto;min-width:8px}.title-bar__divider{display:block;height:16px}.title-bar__text{font-size:10.5px;letter-spacing:.01em}.title-bar__group{gap:4px}.title-bar__icon--weather{width:44px;height:32px}.title-bar__icon--calendar{width:22px;height:22px}.title-bar__clock{width:26px;height:26px}.title-bar__mobile-menu-wrap{position:relative;display:flex;align-items:center;margin-left:2px}.mobile-menu-toggle{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;width:28px;height:28px;border-radius:8px;border:1px solid rgba(0,0,0,.08);background:#00000005;cursor:pointer;padding:0;transition:background-color .16s ease,transform .16s ease}.mobile-menu-toggle span{display:block;width:14px;height:2px;border-radius:999px;background:var(--color-text);transition:transform .18s ease,opacity .18s ease}.mobile-menu-toggle.is-open span:nth-child(1){transform:translateY(5px) rotate(45deg)}.mobile-menu-toggle.is-open span:nth-child(2){opacity:0}.mobile-menu-toggle.is-open span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.title-bar__mobile-nav{position:absolute;top:calc(100% + 8px);right:0;min-width:190px;padding:8px;border:1px solid var(--color-card-border);border-radius:14px;background:var(--color-nav-bg);box-shadow:0 16px 28px #00000024;z-index:30}.title-bar__mobile-nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.title-bar__mobile-nav-item{margin:0}.title-bar__mobile-nav-link{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:10px;color:var(--color-text);background:transparent;transition:background-color .16s ease}.title-bar__mobile-nav-link:hover,.title-bar__mobile-nav-link.is-active{background:var(--color-nav-hover)}.title-bar__mobile-nav-link .folder-icon{width:42px;height:38px;transform:scale(.38);transform-origin:left center;opacity:1;pointer-events:none}.title-bar__mobile-nav-label{font-size:13px;font-weight:500;white-space:nowrap}}@media (max-width: 520px){.title-bar{padding:0 8px}.title-bar__status{min-width:0}.title-bar__text{font-size:9.5px}.theme-toggle{width:40px;height:22px}.theme-toggle__knob{width:16px;height:16px;transform:translate(18px)}.theme-toggle[data-dark=true] .theme-toggle__knob{transform:translate(0)}.title-bar__icon--weather{width:24px;height:18px}.title-bar__icon--calendar{width:26px;height:26px}.title-bar__mobile-nav{min-width:180px}.title-bar__mobile-nav-link{gap:6px;padding:7px 8px}}.site-footer{width:100%;min-height:var(--footer-height);background:var(--color-chrome-bg);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px;margin-top:auto}.site-footer__socials{display:flex;gap:14px;margin-bottom:8px}.site-footer__icon-link{display:inline-flex;align-items:center;justify-content:center}.site-footer__icon-link img{width:28px!important;height:28px!important;display:block;object-fit:contain;filter:grayscale(1) brightness(.5) contrast(.9);opacity:.95}.site-footer__copyright{margin:0;font-size:13px;color:var(--color-text-muted);text-align:center}@media (max-width: 640px){.site-footer{min-height:auto;padding:14px 12px;gap:6px}.site-footer__socials{gap:10px}.site-footer__icon-link svg{width:22px;height:22px}.site-footer__copyright{font-size:12px;line-height:1.4}}.wave-background{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:.55;pointer-events:none;z-index:0}[data-theme=dark] .wave-background{display:none}.hero{position:relative;width:100%;min-height:620px;background:var(--color-hero-bg);overflow:hidden;display:flex;align-items:center}.hero__content{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:48px;padding:64px 24px}.hero__title{font-family:var(--font-display);font-weight:400;font-size:clamp(32px,4.5vw,48px);margin:0 0 24px;line-height:1.1}.hero__paragraph{font-family:var(--font-body);font-weight:300;font-size:15px;line-height:1.7;color:var(--color-text);max-width:46ch;margin:0 0 32px}.hero__actions{display:flex;gap:16px;flex-wrap:wrap}.btn{display:inline-block;font-family:var(--font-button);font-weight:700;font-size:16px}.btn:hover .btn__surface{transform:translateY(-2px)}.btn__frame{display:inline-block;padding:4px;border-radius:16px;background:linear-gradient(to bottom,rgba(0,0,0,.06),transparent)}.btn__surface{display:inline-flex;align-items:center;gap:12px;padding:10px 24px;border-radius:12px;transition:transform .16s ease,box-shadow .16s ease;box-shadow:0 1px 3px #00000080}.btn__surface:active{box-shadow:0 0 1px #00000080;transform:scale(.995)}.btn__content{display:inline-flex;gap:12px;align-items:center}.btn--primary .btn__surface{background:var(--color-soft-yellow);color:var(--color-soft-yellow-text)}.btn--secondary .btn__surface{background:var(--color-button-secondary-bg);color:var(--color-text)}.btn__icon{width:20px;height:20px;flex-shrink:0}.hero__portrait{position:relative;width:min(100%,400px);aspect-ratio:400 / 480;margin:0 auto}.hero__halo{position:absolute;top:20px;right:-18px;bottom:-28px;left:22px;border-radius:24px;background:var(--color-soft-yellow);transform:rotate(4deg);z-index:0}.hero__photo-card{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border-radius:20px;overflow:hidden;background:var(--color-placeholder);box-shadow:0 18px 40px #00000029}.hero__photo{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 900px){.hero__content{grid-template-columns:1fr;gap:28px;padding:36px 20px 48px}.hero__title{font-size:clamp(28px,8vw,36px)}.hero__paragraph{max-width:100%;font-size:14px}.hero__portrait{order:-1;max-width:320px}}@media (max-width: 640px){.hero{min-height:auto}.hero__content{padding:28px 14px 40px}.hero__actions{flex-direction:column;align-items:stretch}.btn{width:100%}.btn__frame{display:block;width:100%}.btn__surface{width:100%;justify-content:center}.hero__portrait{max-width:220px}}.page{flex:1;padding:clamp(36px,6vw,84px) clamp(16px,4vw,48px) clamp(56px,8vw,110px);background:var(--color-page-bg)}.page__inner{display:flex;flex-direction:column;gap:clamp(28px,4vw,52px)}.page__header{max-width:720px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}.page__heading{margin:0;font-family:var(--font-display);font-size:clamp(2rem,4vw,2.75rem);font-weight:600;letter-spacing:-.02em;line-height:1.1;color:var(--color-text)}.page__intro{color:var(--color-text-muted);font-size:clamp(.95rem,1.5vw,1.05rem);line-height:1.6}.page__intro p{margin:0 0 .85em}.page__intro p:last-child{margin-bottom:0}.page__empty{margin:0;color:var(--color-text-muted);font-style:italic}.glass-card{position:relative;padding:clamp(20px,2.4vw,30px);border-radius:22px;background:var(--glass-bg);border:1px solid var(--glass-border);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);box-shadow:0 10px 12px #0000001a,0 16px 32px #00000021}@media (max-width: 640px){.page{padding:28px 14px 48px}.page__inner{gap:20px}.page__header{gap:8px}.page__heading{font-size:clamp(1.5rem,7vw,2rem)}.page__intro{font-size:.95rem}.glass-card{padding:16px;border-radius:16px}}.skills__groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(24px,4vw,56px);align-items:start}.skills__group-name{margin:0 0 20px;font-family:var(--font-display);font-size:20px;font-weight:600;letter-spacing:-.01em;color:var(--color-text)}.skills__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:12px}.skills__chip{display:inline-flex;align-items:center;height:38px;padding:0 18px;border-radius:19px;font-size:14px;line-height:1;color:var(--color-text);border:1px solid transparent}.skills__chip--filled{background:var(--color-soft-yellow);color:var(--color-soft-yellow-text)}.skills__chip--outline{background:var(--color-card-bg);border-color:var(--color-card-border)}.skills__chip--core{background:var(--color-soft-yellow);color:var(--color-soft-yellow-text)}.skills__chip--developing{background:var(--color-card-bg);border-color:var(--color-card-border)}.skills__legend{display:flex;gap:18px;margin:12px 0 20px;align-items:center}.skills__legend-item{display:inline-flex;gap:10px;align-items:center;font-size:14px;color:var(--color-text-muted)}.skills__legend-swatch{width:14px;height:14px;border-radius:3px;box-shadow:0 1px 2px #0000000f}.skills__legend-swatch--core{background:var(--color-soft-yellow)}.skills__legend-swatch--developing{background:var(--color-card-bg);border:1px solid var(--color-card-border)}@media (max-width: 820px){.skills__groups{grid-template-columns:1fr;gap:clamp(28px,6vw,40px)}}.experience__timeline{position:relative;list-style:none;margin:0 auto;padding:0;max-width:1200px;width:100%}.experience__timeline:before{content:"";position:absolute;top:8px;bottom:8px;left:50%;width:2px;transform:translate(-1px);background:var(--color-card-border)}.experience__entry{position:relative;display:grid;grid-template-columns:1fr 56px 1fr;align-items:center;min-height:160px}.experience__entry:not(:last-child){margin-bottom:clamp(8px,2vw,24px)}.experience__entry--left .experience__card{grid-column:1}.experience__entry--right .experience__card{grid-column:3}.experience__dot{grid-column:2;justify-self:center;width:18px;height:18px;border-radius:50%;background:var(--color-hero-bg);border:3px solid var(--color-accent-gold);z-index:1}.experience__dot:before{content:"";position:absolute;top:50%;width:30px;height:2px;transform:translateY(-1px);background:var(--color-card-border)}.experience__entry--left .experience__dot:before{right:calc(50% + 9px)}.experience__entry--right .experience__dot:before{left:calc(50% + 9px)}.experience__card{position:relative;padding:20px 24px 22px 31px;border-radius:20px;background:var(--color-card-bg);border:1px solid var(--color-card-border);overflow:hidden}.experience__accent{position:absolute;left:15px;top:18px;bottom:18px;width:4px;border-radius:2px;background:var(--color-soft-yellow)}.experience__card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.experience__role{margin:0;font-family:var(--font-display);font-size:19px;font-weight:600;color:var(--color-text)}.experience__badge{flex:none;padding:4px 10px;border-radius:6px;background:var(--color-badge-bg);font-size:12px;color:var(--color-text);white-space:nowrap}.experience__org{margin:4px 0 0;font-size:13.5px;color:var(--color-text-muted)}.experience__divider{display:block;height:1px;margin:14px 0 12px;background:var(--color-card-border)}.experience__summary{font-size:14px;line-height:1.6;color:var(--color-text-muted)}.experience__summary p{margin:0 0 .7em}.experience__summary p:last-child{margin-bottom:0}@media (max-width: 820px){.experience__timeline:before{left:9px}.experience__entry{grid-template-columns:24px 1fr;min-height:0}.experience__entry--left .experience__card,.experience__entry--right .experience__card{grid-column:2}.experience__dot{grid-column:1;justify-self:start}.experience__dot:before{display:none}.experience__entry:not(:last-child){margin-bottom:20px}}.photography__folders{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:clamp(24px,4vw,48px);justify-content:center;max-width:760px;width:100%;margin-inline:auto}.photography__folder{display:flex;justify-content:center}.photography__folder-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;width:100%;max-width:240px;aspect-ratio:1;padding:24px;border-radius:9px;background:var(--folder-card-bg);color:var(--folder-card-name);box-shadow:0 13px 27px -5px #32325d40,0 8px 16px -8px #0000004d;transition:transform .2s ease,box-shadow .2s ease}.photography__folder-card:hover{transform:translateY(-4px);box-shadow:0 20px 34px -6px #32325d4d,0 10px 18px -8px #00000057}.photography__icon{width:96px;height:96px;color:var(--folder-card-icon)}.photography__icon-svg{width:100%;height:100%}.photography__folder-name{font-size:20px;text-align:center;color:var(--folder-card-name)}.photography--album .page__inner{align-items:stretch}.photography__back{align-self:flex-start;display:inline-flex;align-items:center;padding:12px 22px;border-radius:12px;background:var(--color-card-bg);border:1px solid var(--color-card-border);font-size:15px;color:var(--color-text)}.photography__back:hover{background:var(--color-badge-bg)}.photography__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:clamp(14px,2vw,24px)}.photography__item{display:flex;flex-direction:column;gap:9px}.photography__button{padding:0;border:none;background:none;display:block;width:100%;aspect-ratio:4 / 3;overflow:hidden;border-radius:14px;cursor:zoom-in;box-shadow:0 8px 18px #00000029}.photography__item--tall .photography__button{aspect-ratio:3 / 4}.photography__button img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.photography__button:hover img{transform:scale(1.04)}.photography__caption{margin:0;padding:0 2px;font-size:.86rem;line-height:1.5;color:var(--color-text-muted)}@media (max-width: 760px){.photography__folders{grid-template-columns:repeat(2,1fr);gap:clamp(16px,3vw,24px);max-width:100%;padding:0 12px}.photography__folder-card{max-width:100%;padding:16px;gap:10px}.photography__icon{width:64px;height:64px}.photography__folder-name{font-size:14px}.photography__grid{grid-template-columns:repeat(2,1fr);gap:clamp(12px,2vw,16px)}}@media (max-width: 560px){.photography__item--tall .photography__button{aspect-ratio:4 / 3}}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:4vmin;background:#0c0c0eeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.lightbox__image{max-width:92vw;max-height:88vh;width:auto;height:auto;border-radius:6px;box-shadow:0 24px 60px #0000008c;cursor:default}.lightbox__close{position:absolute;top:18px;right:20px;padding:8px 16px;border-radius:999px;background:#ffffff24;color:#fff;font-size:.9rem;letter-spacing:.02em}.lightbox__close:hover{background:#ffffff42}.lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;background:#ffffff24;color:#fff;font-size:2rem;line-height:1;display:flex;align-items:center;justify-content:center}.lightbox__nav:hover{background:#ffffff42}.lightbox__nav--prev{left:16px}.lightbox__nav--next{right:16px}.lightbox__counter{position:absolute;bottom:18px;left:50%;transform:translate(-50%);margin:0;color:#ffffffbf;font-size:.85rem;letter-spacing:.08em}@media (max-width: 640px){.lightbox__nav{width:42px;height:42px;font-size:1.5rem}}.research__tabs{display:flex;gap:32px;align-self:flex-start;margin-bottom:4px;border-bottom:1px solid var(--color-card-border);width:100%}.research__tab{position:relative;padding:4px 2px 12px;background:none;border:none;cursor:pointer;font-size:13px;font-weight:600;letter-spacing:.12em;color:var(--color-text-muted);transition:color .16s ease}.research__tab.is-active{color:var(--color-text)}.research__tab.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;border-radius:2px;background:var(--color-soft-yellow)}.research__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:20px;max-width:960px;width:100%;margin-inline:auto}.research__card{position:relative;display:grid;grid-template-columns:1fr auto;grid-template-areas:"date  date" "body  doi";align-items:center;gap:8px 16px;padding:22px 28px 22px 39px;border-radius:20px;background:var(--color-card-bg);border:1px solid var(--color-card-border);box-shadow:0 10px 30px #0000000f}.research__card-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;border-radius:inherit}.research__accent{position:absolute;left:26px;top:24px;bottom:24px;width:4px;border-radius:2px;background:var(--color-soft-yellow)}.research__card-body{grid-area:body;min-width:0}.research__card-title{margin:0;font-family:var(--font-button);font-size:19px;font-weight:500;line-height:1.3;color:var(--color-text)}.research__authors{margin-top:8px;font-family:var(--font-button);font-size:13.5px;line-height:1.5;color:var(--color-text-muted)}.research__authors p{margin:0}.research__authors strong{font-weight:800;color:var(--color-text)}.research__date{grid-area:date;justify-self:end;padding:3px 12px;border-radius:6px;background:var(--color-badge-bg);font-size:13px;color:var(--color-text-muted);white-space:nowrap}.research__doi{grid-area:doi;position:relative;z-index:1;display:inline-flex;align-items:center;padding:9px 22px;border-radius:999px;background:var(--color-soft-yellow);color:var(--color-soft-yellow-text);font-family:var(--font-button);font-weight:700;font-size:12.5px;letter-spacing:.04em;box-shadow:0 2px 4px #00000047,inset 0 -3px #00000024}.research__doi:hover{filter:brightness(.97)}.research--detail .page__inner{align-items:flex-start}.research__back{display:inline-flex;align-items:center;padding:12px 22px;border-radius:12px;background:var(--color-card-bg);border:1px solid var(--color-card-border);font-size:15px;color:var(--color-text)}.research__back:hover{background:var(--color-badge-bg)}.research__detail-card{position:relative;width:100%;max-width:1180px;margin-inline:auto;padding:28px 40px 40px 55px;border-radius:20px;background:var(--color-card-bg);border:1px solid var(--color-card-border)}.research__accent--tall{top:84px;left:27px;width:6px;height:calc(100% - 130px)}.research__detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.research__detail-title{margin:0;font-family:var(--font-button);font-size:clamp(19px,2.4vw,26px);font-weight:500;line-height:1.3;color:var(--color-text)}.research__detail-divider{display:block;height:1px;margin:16px 0;background:var(--color-card-border)}.research__detail-desc{font-size:16px;line-height:1.65;color:var(--color-text)}.research__detail-desc p{margin:0 0 1em}.research__detail-desc p:last-child{margin-bottom:0}.research__doi--lg{margin-top:28px;padding:12px 28px;font-size:15px}.research--detail .research__doi--lg{float:right}@media (max-width: 640px){.research__card{grid-template-columns:1fr;grid-template-areas:"date" "body" "doi";padding:20px 20px 20px 34px}.research__date,.research__doi{justify-self:start}}.image-grid{margin-top:26px;display:grid;gap:12px}.image-grid__item{padding:0;border:none;background:none;display:block;overflow:hidden;border-radius:4px;box-shadow:0 0 0 6px #ffffffb8,0 6px 18px #281e0f38}.image-grid__item img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}button.image-grid__item{cursor:zoom-in}button.image-grid__item:hover img{transform:scale(1.03)}.image-grid--single .image-grid__item img{height:auto;object-fit:contain}.image-grid--multi{grid-template-columns:repeat(2,1fr)}.image-grid--multi .image-grid__item{aspect-ratio:1 / 1}.image-grid--multi[data-count="3"] .image-grid__item:first-child,.image-grid--multi[data-count="5"] .image-grid__item:first-child,.image-grid--multi[data-count="7"] .image-grid__item:first-child{grid-column:span 2;aspect-ratio:16 / 9}@media (max-width: 560px){.image-grid--multi{grid-template-columns:1fr}.image-grid--multi .image-grid__item,.image-grid--multi[data-count="3"] .image-grid__item:first-child{grid-column:span 1;aspect-ratio:4 / 3}}.diary-note{position:relative;width:100%;padding-top:8px}.diary-note__pin{position:absolute;top:1px;left:50%;width:14px;height:14px;transform:translate(-50%);border-radius:50%;background:var(--note-pin);border:2px solid var(--note-pin-border);box-shadow:0 1px 3px #00000059;z-index:2}.diary-note__body{padding:24px 22px;border-radius:3px;background:var(--note-bg);border:1px solid var(--note-border);box-shadow:0 10px 18px -6px #00000029}.diary-note--tinted .diary-note__body{background:var(--note-bg)}.diary-note__date{margin:0 0 12px;font-size:11px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;color:var(--note-date)}.diary-note__title{margin:0 0 8px;font-family:var(--font-display);font-size:16px;font-weight:600;color:var(--note-text)}.diary-note__text{font-size:15.5px;line-height:1.55;color:var(--note-text)}.diary-note__text p{margin:0 0 .7em}.diary-note__text p:last-child{margin-bottom:0}.diary-note__images{margin-top:14px}.diary-note__hint{margin:0;color:var(--color-text-muted);font-style:italic}.diary{flex:1;padding:clamp(32px,6vw,72px) clamp(16px,4vw,48px) clamp(56px,8vw,110px);background:var(--color-page-bg)}.diary__inner{display:flex;flex-direction:column;align-items:center}.diary__header{text-align:center;margin-bottom:clamp(28px,4vw,48px)}.diary__heading{margin:0 0 10px;font-family:var(--font-display);font-size:clamp(2rem,4vw,2.75rem);font-weight:600;letter-spacing:-.02em;color:var(--color-text)}.diary__intro{margin:0;color:var(--color-text-muted);font-size:clamp(.95rem,1.5vw,1.05rem)}.diary__status{margin:0;color:var(--color-text-muted);font-size:1rem}.diary__board{width:100%;max-width:1200px;columns:3 320px;column-gap:clamp(18px,2vw,28px)}.diary__board .diary-note{break-inside:avoid;margin:0 0 clamp(20px,2.4vw,30px)}@media (max-width: 700px){.diary__board{columns:1}}.page-placeholder{min-height:420px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:64px 24px}.page-placeholder__title{font-family:var(--font-display);font-size:clamp(28px,4vw,40px);font-weight:400;margin:0 0 12px}.page-placeholder__note{font-size:15px;color:var(--color-text-muted);margin:0}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-ext-400-normal-BQZuk6qB.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-400-normal-DQukG94-.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-400-normal-obahsSVq.woff2) format("woff2"),url(/assets/inter-cyrillic-400-normal-HOLc17fK.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-ext-400-normal-DGGRlc-M.woff2) format("woff2"),url(/assets/inter-greek-ext-400-normal-KugGGMne.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-400-normal-B4URO6DV.woff2) format("woff2"),url(/assets/inter-greek-400-normal-q2sYcFCs.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-vietnamese-400-normal-DMkecbls.woff2) format("woff2"),url(/assets/inter-vietnamese-400-normal-Bbgyi5SW.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-ext-400-normal-C1nco2VV.woff2) format("woff2"),url(/assets/inter-latin-ext-400-normal-77YHD8bZ.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2) format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-ext-600-normal-Dfes3d0z.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-600-normal-Bcila6Z-.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-600-normal-CWCymEST.woff2) format("woff2"),url(/assets/inter-cyrillic-600-normal-4D_pXhcN.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-ext-600-normal-DRtmH8MT.woff2) format("woff2"),url(/assets/inter-greek-ext-600-normal-B8X0CLgF.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-600-normal-plRanbMR.woff2) format("woff2"),url(/assets/inter-greek-600-normal-BZpKdvQh.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-vietnamese-600-normal-Cc8MFFhd.woff2) format("woff2"),url(/assets/inter-vietnamese-600-normal-BuLX-rYi.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-ext-600-normal-D2bJ5OIk.woff2) format("woff2"),url(/assets/inter-latin-ext-600-normal-CIVaiw4L.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-600-normal-LgqL8muc.woff2) format("woff2"),url(/assets/inter-latin-600-normal-CiBQ2DWP.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-ext-700-normal-BjwYoWNd.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-700-normal-LO58E6JB.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-700-normal-CjBOestx.woff2) format("woff2"),url(/assets/inter-cyrillic-700-normal-DrXBdSj3.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-ext-700-normal-qfdV9bQt.woff2) format("woff2"),url(/assets/inter-greek-ext-700-normal-BoQ6DsYi.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-700-normal-C3JjAnD8.woff2) format("woff2"),url(/assets/inter-greek-700-normal-BUv2fZ6O.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-vietnamese-700-normal-DlLaEgI2.woff2) format("woff2"),url(/assets/inter-vietnamese-700-normal-BZaoP0fm.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-ext-700-normal-Ca8adRJv.woff2) format("woff2"),url(/assets/inter-latin-ext-700-normal-TidjK2hL.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-700-normal-Yt3aPRUw.woff2) format("woff2"),url(/assets/inter-latin-700-normal-BLAVimhd.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Caveat;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/caveat-cyrillic-ext-400-normal-3iEGd-c5.woff2) format("woff2"),url(/assets/caveat-cyrillic-ext-400-normal-Cg0RnRQ5.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Caveat;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/caveat-cyrillic-400-normal-9cDH9rLW.woff2) format("woff2"),url(/assets/caveat-cyrillic-400-normal-CebvvJET.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Caveat;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/caveat-latin-ext-400-normal-D7hBUiug.woff2) format("woff2"),url(/assets/caveat-latin-ext-400-normal-DtiRFvw0.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Caveat;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/caveat-latin-400-normal-D6LQsQ_v.woff2) format("woff2"),url(/assets/caveat-latin-400-normal-BzhAQZkN.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Caveat;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/caveat-cyrillic-ext-700-normal-CrK2-ngJ.woff2) format("woff2"),url(/assets/caveat-cyrillic-ext-700-normal-DjFGiEhD.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Caveat;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/caveat-cyrillic-700-normal-BIyejhEL.woff2) format("woff2"),url(/assets/caveat-cyrillic-700-normal-Bhcx9qBB.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Caveat;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/caveat-latin-ext-700-normal-DFbRgDry.woff2) format("woff2"),url(/assets/caveat-latin-ext-700-normal-DjJQd59I.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Caveat;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/caveat-latin-700-normal-D8_1Nw6V.woff2) format("woff2"),url(/assets/caveat-latin-700-normal-cPyBTTZN.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Special Elite;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/special-elite-latin-ext-400-normal-ChcxYnmu.woff2) format("woff2"),url(/assets/special-elite-latin-ext-400-normal-CaJZjSVf.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Special Elite;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/special-elite-latin-400-normal-YjDd9tmf.woff2) format("woff2"),url(/assets/special-elite-latin-400-normal-BtSRmyJ6.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/lora-cyrillic-ext-400-normal-DwaaZvol.woff2) format("woff2"),url(/assets/lora-cyrillic-ext-400-normal-PiPRSBNu.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/lora-cyrillic-400-normal-CbVom6TB.woff2) format("woff2"),url(/assets/lora-cyrillic-400-normal-BedExNGj.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/lora-math-400-normal-D2gccGFf.woff2) format("woff2"),url(/assets/lora-math-400-normal-BToItYw_.woff) format("woff");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/lora-symbols-400-normal-DmcY0X7a.woff2) format("woff2"),url(/assets/lora-symbols-400-normal-BK2bqsD8.woff) format("woff");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/lora-vietnamese-400-normal-BxA6xcFr.woff2) format("woff2"),url(/assets/lora-vietnamese-400-normal-DlgyXXxo.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/lora-latin-ext-400-normal-CyviI4c-.woff2) format("woff2"),url(/assets/lora-latin-ext-400-normal-B9GmMl5M.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/lora-latin-400-normal-DnxXpLNu.woff2) format("woff2"),url(/assets/lora-latin-400-normal-DBJS-Hc6.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/lora-cyrillic-ext-700-normal-CH2Ef3pd.woff2) format("woff2"),url(/assets/lora-cyrillic-ext-700-normal-B20D6wuF.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/lora-cyrillic-700-normal-CicHrsUU.woff2) format("woff2"),url(/assets/lora-cyrillic-700-normal-CoUvLzhc.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/lora-math-700-normal-BdgFUNlJ.woff2) format("woff2"),url(/assets/lora-math-700-normal-JjB0YUk-.woff) format("woff");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/lora-symbols-700-normal-zYsi5zvy.woff2) format("woff2"),url(/assets/lora-symbols-700-normal-DaE8wqnc.woff) format("woff");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/lora-vietnamese-700-normal-BHDzxyiD.woff2) format("woff2"),url(/assets/lora-vietnamese-700-normal-DyKKCAD2.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/lora-latin-ext-700-normal-DbHby4fw.woff2) format("woff2"),url(/assets/lora-latin-ext-700-normal-XBj10pPw.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/lora-latin-700-normal-BHK4Pzk4.woff2) format("woff2"),url(/assets/lora-latin-700-normal-Yfa97ytg.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--color-chrome-bg: #d9d9d9;--color-titlebar-bg: #F6F4F4;--color-nav-bg: #FFFFFF;--color-page-bg: #FFFFFF;--color-hero-bg: #ffffff;--color-text: #000000;--color-text-muted: #514f4f;--color-text-inverse: #ffffff;--color-accent-purple: #686de0;--color-accent-gold: #f0c34d;--color-accent-gold-light: #f7d877;--color-soft-yellow: #fdf4cb;--color-soft-yellow-2: #faf3d0;--color-soft-yellow-text: #1f1f1f;--color-placeholder: #d9d9d9;--folder-card-bg: #fdf4cb;--folder-card-icon: #1f1f1f;--folder-card-name: #1f1f1f;--color-badge-bg: #ebebeb;--color-card-bg: #f7f7f7;--color-card-border: rgba(0, 0, 0, .08);--note-bg: #f8f8f8;--note-bg-tint: #f2f2f2;--note-pin: #fdf4cb;--note-pin-border: #e8d7a3;--note-text: #1f1f1f;--note-border: rgba(0, 0, 0, .07);--note-date: rgba(0, 0, 0, .55);--folder-page-bg: #fbf3d6;--folder-page-stripe: #e3d89a;--folder-page-border: #d8c878;--folder-front: #c7c7c7;--folder-tab: #dedede;--folder-paper: #ffffff;--folder-paper-border: rgba(0, 0, 0, .2);--color-signal-red: #f14942;--color-signal-yellow: #f6c828;--color-signal-green: #54dc3b;--glass-bg: rgba(177, 202, 243, .2);--glass-border: rgba(255, 255, 255, .6);--hero-halo: rgba(251, 238, 182, .95);--hero-photo-frame: #ffffff;--font-display: "Inter", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--font-button: "Lato", system-ui, sans-serif;--max-width: 1440px;--titlebar-height: 38px;--nav-height: 146px;--footer-height: 79px;--radius-button: 9px;--color-divider: rgba(0, 0, 0, .29);--color-titlebar-border: rgba(0, 0, 0, .35);--color-nav-hover: rgba(0, 0, 0, .04);--color-button-secondary-bg: #ffffff;--toggle-track: #cfcfcf;--toggle-knob: #ffffff;--toggle-icon: #555555}[data-theme=dark]{--color-chrome-bg: #2b2b2b;--color-titlebar-bg: #2b2b2b;--color-nav-bg: #2b2b2b;--color-page-bg: var(--color-hero-bg);--color-hero-bg: #141414;--color-text: #f2f2f2;--color-text-muted: #a8a8a8;--color-text-inverse: #141414;--folder-page-bg: #fbf3d6;--folder-page-stripe: #e3d89a;--folder-page-border: #d8c878;--folder-front: #4a4a4a;--folder-tab: #565656;--folder-paper: #ffffff;--folder-paper-border: rgba(0, 0, 0, .2);--color-soft-yellow: #fdf4cb;--color-soft-yellow-2: #fdf4cb;--color-soft-yellow-text: #1f1f1f;--color-placeholder: #3a3a3a;--folder-card-bg: #fdf4cb;--folder-card-icon: #1f1f1f;--folder-card-name: #1f1f1f;--color-badge-bg: #3a3a3a;--color-card-bg: #1e1e1e;--color-card-border: rgba(255, 255, 255, .08);--note-bg: #3a3a3a;--note-bg-tint: #3a3a3a;--note-pin: #fdf4cb;--note-pin-border: #e8d7a3;--note-text: #ededed;--note-border: rgba(255, 255, 255, .08);--note-date: rgba(255, 255, 255, .5);--glass-bg: rgba(40, 50, 80, .35);--glass-border: rgba(255, 255, 255, .12);--hero-halo: rgba(240, 198, 88, .26);--hero-photo-frame: #262626;--color-divider: rgba(255, 255, 255, .22);--color-titlebar-border: rgba(255, 255, 255, .28);--color-nav-hover: rgba(255, 255, 255, .08);--color-button-secondary-bg: #2d2d2d;--toggle-track: #4a4a4a;--toggle-knob: #f2f2f2;--toggle-icon: #e0e0e0}.site-footer__icon-link img{width:40px;height:40px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-body);color:var(--color-text);background:var(--color-hero-bg);-webkit-font-smoothing:antialiased;overflow-x:hidden}#root{min-height:100vh;display:flex;flex-direction:column}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;border:none;background:none;cursor:pointer}:focus-visible{outline:2px solid var(--color-accent-purple);outline-offset:2px}.site-section{width:100%;max-width:var(--max-width);margin:0 auto}.site-main{flex:1;display:flex;flex-direction:column;min-width:0}@media (max-width: 640px){.site-section{width:auto;margin:0}}@media (prefers-reduced-motion: reduce){*{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
