:root[data-theme=japan]{--color-bg:#0d0b12;--color-surface:#0d0b12bf;--color-surface-solid:#13101e;--color-accent:#ff6b9d;--color-accent2:#f5c518;--color-accent-rgb:255, 107, 157;--color-text:#f0eee8;--color-text-secondary:#f0eee8a6;--color-muted:#f0eee866;--color-border:#ff6b9d33;--color-border-strong:#ff6b9d73;--color-heading-border:#ff6b9d40;--font-display:"Josefin Slab", serif}:root[data-theme=minimal]{--color-bg:#0a0a14;--color-surface:#10101ae0;--color-surface-solid:#12121e;--color-accent:#6366f1;--color-accent2:#a5b4fc;--color-accent-rgb:99, 102, 241;--color-text:#e5e5e5;--color-text-secondary:#e5e5e599;--color-muted:#e5e5e559;--color-border:#6366f12e;--color-border-strong:#6366f173;--color-heading-border:#6366f140;--font-display:"Inter", system-ui, sans-serif}:root[data-theme=minimal] .content-wrapper{background-color:#0a0a14;background-image:radial-gradient(90% 45% at 100% 0,#6366f114 0%,#0000 65%),radial-gradient(70% 55% at 0 100%,#6366f10d 0%,#0000 65%),radial-gradient(50% 30%,#6366f108 0%,#0000 70%),none;background-position:0 0,0 0,0 0,0 0;background-repeat:repeat,repeat,repeat,repeat;background-size:auto,auto,auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--font-body:"Inter", system-ui, -apple-system, sans-serif;--font-display:"Josefin Slab", serif;--space-xs:.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2.5rem;--space-xl:4rem;--space-2xl:6rem;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--transition:.25s ease}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{display:none}.content-wrapper{background-position:50%;background-size:cover;background-attachment:fixed;position:relative}section{padding:var(--space-2xl) var(--space-lg);background:var(--color-surface);position:relative}h1,h2,h3{font-family:var(--font-body);color:var(--color-text);line-height:1.2}.section-title{text-align:center;margin-bottom:var(--space-xl);padding-bottom:var(--space-sm);border-bottom:1px solid var(--color-heading-border);letter-spacing:-.02em;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.fade-bottom{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(30px)}.fade-bottom.active{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.fade-bottom{opacity:1;transition:none;transform:none}}.theme-fade{z-index:9999;pointer-events:none;opacity:0;background:#0a0a14;transition:opacity .26s;position:fixed;inset:0}.theme-fade.active{opacity:1}.navbar{z-index:10000;-webkit-backdrop-filter:blur(14px);background:#00000052;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:1.25rem 2rem;display:flex;position:absolute;top:0;left:0;right:0}.navbar__brand{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--color-text);opacity:.75;transition:opacity var(--transition);flex:1;font-size:.9rem;font-weight:600}.navbar__brand:hover{opacity:1}.navbar__links{flex:1;justify-content:flex-end;align-items:center;gap:.25rem;list-style:none;display:flex}.navbar__link{color:var(--color-text-secondary);border-radius:var(--radius-sm);transition:color var(--transition), background var(--transition);white-space:nowrap;padding:.4rem .75rem;font-size:.85rem;font-weight:500}.navbar__link:hover{color:var(--color-accent);background:rgba(var(--color-accent-rgb), .08)}.navbar__social{color:var(--color-text-secondary);border-radius:var(--radius-sm);transition:color var(--transition);align-items:center;padding:.4rem .5rem;display:flex}.navbar__social:hover{color:var(--color-accent)}.navbar__social svg{width:20px;height:20px}.navbar__toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.navbar__toggle span{background:var(--color-text);width:22px;height:2px;transition:transform var(--transition), opacity var(--transition);border-radius:2px;display:block}.navbar__toggle.open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__toggle.open span:nth-child(2){opacity:0}.navbar__toggle.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=768px){.navbar{padding:1rem 1.25rem}.navbar__toggle{display:flex}.navbar__links{background:var(--color-surface-solid);border-bottom:1px solid var(--color-border);flex-direction:column;align-items:flex-start;gap:0;padding:.5rem 0;display:none;position:absolute;top:100%;left:0;right:0}.navbar__links.open{display:flex}.navbar__link,.navbar__social{border-radius:0;width:100%;padding:.75rem 1.5rem}.navbar .theme-toggle{margin:.5rem 1.5rem}}.theme-toggle{cursor:pointer;border-radius:var(--radius-sm);transition:background var(--transition);background:0 0;border:none;align-items:center;gap:.45rem;padding:.3rem .5rem;display:inline-flex}.theme-toggle:hover{background:rgba(var(--color-accent-rgb), .08)}.theme-toggle__label{letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted);transition:color var(--transition);-webkit-user-select:none;user-select:none;font-size:.68rem;font-weight:700}.theme-toggle__track{background:rgba(var(--color-accent-rgb), .15);border:1px solid rgba(var(--color-accent-rgb), .35);width:38px;height:20px;transition:background var(--transition), border-color var(--transition);border-radius:10px;flex-shrink:0;position:relative}.theme-toggle__thumb{background:var(--color-accent);width:12px;height:12px;transition:transform .28s ease, background var(--transition);border-radius:50%;position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #00000080}.theme-toggle__label--min{color:var(--color-accent)}.theme-toggle__label--jp{color:var(--color-muted)}.theme-toggle--japan .theme-toggle__thumb{transform:translate(18px)}.theme-toggle--japan .theme-toggle__label--min{color:var(--color-muted)}.theme-toggle--japan .theme-toggle__label--jp{color:var(--color-accent)}.hero{width:100%;height:100dvh;position:relative;overflow:hidden}.hero[data-theme-bg=minimal]{background:radial-gradient(90% 60% at 68% 18%,#6366f18c 0%,#0000 62%),radial-gradient(60% 55% at 12% 88%,#8b5cf661 0%,#0000 60%),radial-gradient(45% 40% at 48% 52%,#6366f133 0%,#0000 70%),linear-gradient(160deg,#0d0d1a 0%,#12122a 50%,#0d0d1a 100%)}.hero[data-theme-bg=minimal]:before{content:"";pointer-events:none;background-image:radial-gradient(#6366f12e 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.leaf-world{perspective:400px;pointer-events:none;position:absolute;inset:0}.hero-content{align-items:center;gap:var(--space-sm);text-align:center;pointer-events:none;white-space:nowrap;flex-direction:column;display:flex;position:absolute;top:42%;left:64%;transform:translate(-50%)}@media (width<=768px){.hero-content{white-space:normal;width:90vw;top:20%;left:50%}}:root[data-theme=minimal] .hero-content{top:38%;left:50%}.hero-name__text{font-family:var(--font-display);color:#fff;letter-spacing:.01em;text-shadow:0 2px 8px #00000073,0 8px 32px #00000040;font-size:clamp(3rem,8vw,6.5rem);font-weight:700;line-height:1}.hero-footer__title{font-family:var(--font-body);color:#ffffffd1;letter-spacing:.06em;text-transform:uppercase;text-shadow:0 1px 6px #00000080;font-size:clamp(.8rem,1.8vw,1rem);font-weight:400}.hero-footer__resume{pointer-events:all;color:var(--color-text);background:rgba(var(--color-accent-rgb), .18);border:1px solid rgba(var(--color-accent-rgb), .5);-webkit-backdrop-filter:blur(6px);transition:background var(--transition), border-color var(--transition);border-radius:24px;align-items:center;gap:.4rem;padding:.5rem 1.5rem;font-size:.85rem;font-weight:600;display:inline-flex}.hero-footer__resume:hover{background:rgba(var(--color-accent-rgb), .32);border-color:var(--color-accent)}:root[data-theme=japan] .hero-footer__resume{color:#fff;background:#ff6b9dd1;border-color:#ff6b9df2}:root[data-theme=japan] .hero-footer__resume:hover{background:#ff6b9d;border-color:#fff}.hero-rocks{pointer-events:none;opacity:1;width:100%;position:absolute;bottom:0;left:0}.scroll-indicator{border:2px solid #ffffff59;border-radius:14px;justify-content:center;width:28px;height:48px;padding-top:6px;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.scroll-indicator:before{content:"";background:#fff9;border-radius:2px;width:4px;height:10px;animation:2s ease-in-out infinite scrollPulse;display:block}@keyframes scrollPulse{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.2;transform:translateY(10px)}}.leaf-scene div{background:url(/assets/sakura_petal-BhndF2yO.avif) 50%/contain no-repeat;width:40px;height:40px;position:absolute}.about-layout{gap:var(--space-xl);flex-direction:column;max-width:960px;margin:0 auto;display:flex}.about-stats{gap:var(--space-md);grid-template-columns:repeat(4,1fr);display:grid}.about-stat{padding:var(--space-md) var(--space-sm);background:var(--color-surface-solid);border:1px solid var(--color-border);border-radius:var(--radius-md);text-align:center;transition:border-color var(--transition), transform var(--transition);flex-direction:column;align-items:center;gap:.4rem;display:flex}.about-stat:hover{border-color:var(--color-border-strong);transform:translateY(-3px)}.about-stat__value{color:var(--color-accent);letter-spacing:-.02em;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:700;line-height:1}.about-stat__label{color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:600;line-height:1.35}.about-bio{gap:var(--space-xl);grid-template-columns:1fr 1fr;display:grid}.about-bio__col{flex-direction:column;gap:.85rem;display:flex}.about-bio__col p{color:var(--color-text-secondary);font-size:.92rem;line-height:1.7}.about-bio__col strong{color:var(--color-text);font-weight:600}.about-bio__overline{letter-spacing:.14em;text-transform:uppercase;border-bottom:1px solid var(--color-border);padding-bottom:.5rem;color:var(--color-accent)!important;font-size:.72rem!important;font-weight:700!important}.about-bio__callout{font-weight:600;color:#ff6b6b!important}.about-bio__callout span{color:var(--color-text-secondary);font-weight:400}.about-bio__tagline{color:var(--color-muted)!important;font-size:.85rem!important}.about-actions{gap:var(--space-xs);flex-wrap:wrap;display:flex}.about-btn{border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface-solid);color:var(--color-text);transition:border-color var(--transition), color var(--transition), background var(--transition);align-items:center;gap:.35rem;padding:.5rem 1.1rem;font-size:.82rem;font-weight:600;display:inline-flex}.about-btn:hover{border-color:var(--color-accent);color:var(--color-accent);background:rgba(var(--color-accent-rgb), .06)}@media (width<=900px){.about-stats{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.about-bio{gap:var(--space-lg);grid-template-columns:1fr}}@media (width<=480px){.about-stat{padding:var(--space-sm)}.about-stat__value{font-size:1.6rem}}@media (width<=355px){.about-stats{grid-template-columns:1fr}}.projects-grid{gap:var(--space-xl) var(--space-md);grid-template-columns:repeat(3,1fr);max-width:1280px;margin:0 auto;display:grid}@media (width<=1024px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=666px){.projects-grid{grid-template-columns:1fr}}.project-tile{cursor:pointer;opacity:0;position:relative}.project-tile:hover .project-tile__img{filter:drop-shadow(0 28px 52px #000000a6);transform:translateY(-8px)scale(1.025)}.project-tile:hover .project-tile__name{color:var(--color-accent)}.project-tile__badge{z-index:2;object-fit:contain;pointer-events:none;filter:drop-shadow(0 2px 6px #00000080);width:80px;height:80px;position:absolute;top:-12px;right:-12px}.project-tile__figure{aspect-ratio:16/9;justify-content:center;align-items:center;width:100%;display:flex;overflow:visible}.project-tile__img{object-fit:contain;filter:drop-shadow(0 16px 36px #00000080);will-change:transform, filter;width:100%;height:100%;transition:filter .35s,transform .35s}.project-tile__info{padding:.75rem .25rem 0}.project-tile__name{color:var(--color-text);transition:color var(--transition);margin-bottom:2px;font-size:.92rem;font-weight:700}.project-tile__desc{letter-spacing:.07em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.55rem;font-size:.68rem;font-weight:600}.project-tile__bar{border-radius:3px;height:3px;margin-bottom:.4rem;display:flex;overflow:hidden}.project-tile__bar-segment{height:100%}.project-tile__langs{flex-wrap:wrap;gap:.15rem .5rem;list-style:none;display:flex}.project-tile__lang{color:var(--color-muted);font-size:.65rem;font-weight:500}.projects-grid.active .project-tile{animation:.5s both tileIn}.projects-grid.active .project-tile:first-child{animation-delay:0s}.projects-grid.active .project-tile:nth-child(2){animation-delay:60ms}.projects-grid.active .project-tile:nth-child(3){animation-delay:.12s}.projects-grid.active .project-tile:nth-child(4){animation-delay:.18s}.projects-grid.active .project-tile:nth-child(5){animation-delay:.24s}.projects-grid.active .project-tile:nth-child(6){animation-delay:.3s}.projects-grid.active .project-tile:nth-child(7){animation-delay:.36s}.projects-grid.active .project-tile:nth-child(8){animation-delay:.42s}.projects-grid.active .project-tile:nth-child(9){animation-delay:.48s}.projects-grid.active .project-tile:nth-child(10){animation-delay:.54s}.projects-grid.active .project-tile:nth-child(11){animation-delay:.6s}.projects-grid.active .project-tile:nth-child(12){animation-delay:.66s}@keyframes tileIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (width<=355px){.project-tile__badge{display:none}}@media (prefers-reduced-motion:reduce){.project-tile__img{transition:none}.projects-grid.active .project-tile{opacity:1;animation:none}}.project-tile__bar-segment.py,.modal-box__bar-segment.py{background:#3572a5}.project-tile__bar-segment.js,.modal-box__bar-segment.js{background:#c8b900}.project-tile__bar-segment.ts,.modal-box__bar-segment.ts{background:#3178c6}.project-tile__bar-segment.html,.modal-box__bar-segment.html{background:#e34c26}.project-tile__bar-segment.css,.modal-box__bar-segment.css{background:#7c5fc4}.project-tile__bar-segment.scss,.modal-box__bar-segment.scss{background:#c6538c}.project-tile__bar-segment.vue,.modal-box__bar-segment.vue{background:#41b883}.project-tile__bar-segment.other,.modal-box__bar-segment.other{background:#666}.project-tile__lang.py{color:#5a9fd4}.project-tile__lang.js{color:#e8d44d}.project-tile__lang.ts{color:#5b9ad4}.project-tile__lang.html{color:#e34c26}.project-tile__lang.css{color:#a07edd}.project-tile__lang.scss{color:#e07aba}.project-tile__lang.vue{color:#41b883}.project-tile__lang.other{color:#888}.modal-box{background:var(--color-surface-solid);border:1px solid var(--color-border-strong);border-radius:var(--radius-lg);width:min(920px,94vw);max-height:90vh;padding:var(--space-lg);box-shadow:0 40px 100px #000000d9, 0 0 0 1px rgba(var(--color-accent-rgb), .1), inset 0 1px 0 #ffffff0a;outline:none;position:absolute;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)}.modal-box::-webkit-scrollbar{display:none}.modal-box__close{top:var(--space-sm);right:var(--space-sm);color:var(--color-text-secondary);cursor:pointer;transition:color var(--transition);background:0 0;border:none;padding:4px;line-height:0;position:absolute}.modal-box__close:hover{color:var(--color-accent)}.modal-box__badge{top:var(--space-sm);left:var(--space-sm);object-fit:contain;filter:drop-shadow(0 2px 6px #0006);width:48px;height:48px;position:absolute}.modal-box__title{color:var(--color-text);margin-bottom:2px;font-size:1.6rem;font-weight:700}.modal-box__subtitle{color:var(--color-accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-md);font-size:.72rem;font-weight:700}.modal-box__body{grid-template-columns:1.15fr .85fr;align-items:start;gap:0;display:grid}@media (width<=666px){.modal-box__body{grid-template-columns:1fr}}.modal-box__img-link{aspect-ratio:16/9;width:100%;padding-right:var(--space-lg);border-right:1px solid var(--color-border);justify-content:center;align-items:center;display:flex}.modal-box__img-link img{object-fit:contain;filter:drop-shadow(0 16px 40px #000000a6);width:100%;height:100%;transition:filter .3s,transform .35s;display:block}.modal-box__img-link:hover img{filter:drop-shadow(0 22px 52px #000000d9);transform:scale(1.025)}@media (width<=666px){.modal-box__img-link{border-right:none;border-bottom:1px solid var(--color-border);padding-right:0;padding-bottom:var(--space-md)}}.modal-box__right{padding-left:var(--space-lg)}@media (width<=666px){.modal-box__right{padding-left:0;padding-top:var(--space-md)}}.modal-box__desc{color:var(--color-text-secondary);margin-bottom:var(--space-md);font-size:.88rem;line-height:1.75}.modal-box__links{margin-bottom:var(--space-md);flex-wrap:wrap;gap:.45rem;list-style:none;display:flex}.modal-box__link{color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-sm);transition:border-color var(--transition), color var(--transition), background var(--transition);background:0 0;align-items:center;gap:.3rem;padding:.35rem .8rem;font-size:.78rem;font-weight:600;display:inline-flex}.modal-box__link svg{font-size:1rem}.modal-box__link:hover{border-color:var(--color-accent);color:var(--color-accent);background:rgba(var(--color-accent-rgb), .06)}.modal-box__bar{border-radius:5px;height:5px;margin-bottom:.55rem;display:flex;overflow:hidden}.modal-box__bar-segment{height:100%}.modal-box__lang-list{flex-wrap:wrap;gap:.2rem .7rem;list-style:none;display:flex}.modal-box__lang-item{color:var(--color-text-secondary);font-size:.72rem;font-weight:500}.modal-box__lang-item.py{color:#5a9fd4}.modal-box__lang-item.js{color:#e8d44d}.modal-box__lang-item.ts{color:#5b9ad4}.modal-box__lang-item.html{color:#e34c26}.modal-box__lang-item.css{color:#a07edd}.modal-box__lang-item.scss{color:#e07aba}.modal-box__lang-item.vue{color:#41b883}.edu-wrap{gap:var(--space-lg);flex-direction:column;margin:0 auto;display:flex}.edu-grid{gap:var(--space-sm);grid-template-columns:repeat(4,minmax(0,340px));justify-content:center;align-items:stretch;display:grid}.edu-card{border-radius:var(--radius-md);border:1px solid var(--color-border);cursor:pointer;flex-direction:column;text-decoration:none;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden}.edu-card:before{content:"";z-index:3;pointer-events:none;background:linear-gradient(105deg,#0000 30%,#ffffff1c 50%,#0000 70%);transition:transform .65s;position:absolute;inset:0;transform:translate(-100%)}.edu-card:hover{border-color:var(--card-accent,var(--color-border-strong));box-shadow:0 0 0 1px var(--card-accent,var(--color-border-strong)), 0 24px 64px #00000080;transform:translateY(-6px)scale(1.02)}.edu-card:hover:before{transform:translate(200%)}.edu-card__img{opacity:.95;flex-shrink:0;width:100%;height:auto;transition:opacity .3s;display:block}.edu-card:hover .edu-card__img{opacity:1}.edu-card__glass{z-index:2;-webkit-backdrop-filter:blur(14px);background:#00000085;border-top:1px solid #ffffff12;flex-shrink:0;align-items:center;gap:.6rem;padding:.8rem .85rem;display:flex;position:relative}.edu-card__glass:before{content:"";background:var(--card-accent,var(--color-accent));border-radius:0 2px 2px 0;width:3px;position:absolute;top:0;bottom:0;left:0}.edu-card__logo{object-fit:contain;border-radius:4px;flex-shrink:0;width:26px;height:26px}.edu-card__info{flex-direction:column;gap:1px;min-width:0;display:flex}.edu-card__program{text-transform:uppercase;letter-spacing:.1em;color:var(--card-accent,var(--color-accent));white-space:nowrap;text-overflow:ellipsis;font-size:.62rem;font-weight:700;overflow:hidden}.edu-card__name{color:#ffffffe6;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;font-weight:600;overflow:hidden}.edu-other{gap:var(--space-sm);flex-wrap:wrap;justify-content:center;display:flex}.edu-other__btn{color:var(--color-text);background:var(--color-surface-solid);border:1px solid var(--color-border);border-radius:var(--radius-sm);transition:border-color var(--transition), color var(--transition), background var(--transition);align-items:center;gap:.4rem;padding:.5rem 1.1rem;font-size:.82rem;font-weight:600;display:inline-flex}.edu-other__btn svg{width:16px;height:16px}.edu-other__btn:hover{border-color:var(--color-accent);color:var(--color-accent);background:rgba(var(--color-accent-rgb), .06)}@media (width<=900px){.edu-grid{grid-template-columns:repeat(2,minmax(0,340px))}}@media (width<=480px){.edu-grid{grid-template-columns:minmax(0,340px)}}.cert-modal{background:var(--color-surface-solid);border:1px solid var(--color-border-strong);border-radius:var(--radius-lg);width:min(580px,94vw);max-height:90vh;padding:var(--space-md);align-items:center;gap:var(--space-sm);box-shadow:0 40px 100px #000000d9, 0 0 0 1px rgba(var(--color-accent-rgb), .1), inset 0 1px 0 #ffffff0a;outline:none;flex-direction:column;display:flex;position:absolute;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)}.cert-modal::-webkit-scrollbar{display:none}.cert-modal__close{top:var(--space-sm);right:var(--space-sm);color:var(--color-text-secondary);cursor:pointer;transition:color var(--transition);background:0 0;border:none;padding:4px;line-height:0;position:absolute}.cert-modal__close:hover{color:var(--color-accent)}.cert-modal__img{border-radius:var(--radius-sm);width:100%;height:auto;display:block}.cert-modal__download{color:var(--color-text);background:rgba(var(--color-accent-rgb), .12);border:1px solid rgba(var(--color-accent-rgb), .4);transition:background var(--transition), border-color var(--transition);border-radius:24px;align-items:center;gap:.4rem;padding:.45rem 1.4rem;font-size:.82rem;font-weight:600;display:inline-flex}.cert-modal__download:hover{background:rgba(var(--color-accent-rgb), .24);border-color:var(--color-accent)}.assessments-grid{gap:var(--space-md);grid-template-columns:repeat(4,1fr);max-width:960px;margin:0 auto;display:grid}@media (width<=900px){.assessments-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.assessments-grid{grid-template-columns:1fr}}.assessment-card{background:var(--color-surface-solid);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-md) var(--space-md) var(--space-sm);transition:border-color var(--transition), transform var(--transition);flex-direction:column;gap:.5rem;display:flex}.assessment-card:hover{border-color:var(--color-border-strong);transform:translateY(-3px)}.assessment-card__header{margin-bottom:var(--space-xs);justify-content:space-between;align-items:center;display:flex}.assessment-card__icon{object-fit:contain;width:36px;height:36px}.assessment-card__year{color:var(--color-muted);letter-spacing:.05em;font-size:.72rem;font-weight:600}.assessment-card__percentile{color:var(--color-accent);font-size:2rem;font-weight:700;line-height:1}.assessment-card__label{color:var(--color-text);margin-top:.25rem;font-size:.8rem;font-weight:600}.assessment-card__sub{color:var(--color-text-secondary);margin-top:auto;padding-top:.25rem;font-size:.72rem}.skills-groups{gap:var(--space-xl);flex-direction:column;max-width:960px;margin:0 auto;display:flex}.skills-group__label{letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent);margin-bottom:var(--space-md);border-bottom:1px solid var(--color-border);padding-bottom:.5rem;font-size:.72rem;font-weight:700}.skills-group__grid{gap:var(--space-md);flex-wrap:wrap;display:flex}.skill-item{cursor:default;width:80px;transition:transform var(--transition);flex-direction:column;align-items:center;gap:.5rem;display:flex}.skill-item:hover{transform:translateY(-4px)}.skill-item:hover .skill-item__name{color:var(--color-accent)}.skill-item__icon{object-fit:contain;border-radius:var(--radius-sm);width:52px;height:52px}.skill-item__name{color:var(--color-text-secondary);text-align:center;transition:color var(--transition);font-size:.72rem;font-weight:500}@media (width<=600px){.skill-item{width:64px}.skill-item__icon{width:42px;height:42px}}.footer{background:var(--color-bg);border-top:1px solid var(--color-border);padding:var(--space-lg) var(--space-lg);justify-content:space-between;align-items:center;gap:var(--space-sm);flex-wrap:wrap;display:flex}.footer__copy{color:var(--color-muted);font-size:.8rem}.footer__links{gap:var(--space-sm);list-style:none;display:flex}.footer__link{color:var(--color-text-secondary);transition:color var(--transition);font-size:.82rem}.footer__link:hover{color:var(--color-accent)}@media (width<=600px){.footer{text-align:center;flex-direction:column;align-items:center}}
