.card-component{background-color:var(--bg-surface);border:1px solid var(--border-default);border-radius:8px;color:var(--fg-base);display:flex;flex-direction:column;justify-content:center;overflow:hidden}.card-component h2,.card-component--styleless div h2{font-size:20px}.card-component--styleless:hover{background:var(--bg-elevated);border-color:var(--accent);cursor:pointer;transition:border-color .2s ease,background .2s ease}.card-component__title-wrapper{background-color:var(--bg-elevated);box-shadow:inset 0 -1px 0 var(--border-default);padding:16px 4px;text-align:center}.card-component__text-container{padding:20px}.card-component__main-text-wrapper{margin-bottom:12px}.card-component__texts-label{font-weight:700}.card-component__list{padding:0}.card-component__list-item{list-style-type:none}.card-component__divider{border:0;border-bottom:1px solid var(--border-default);margin:12px auto;width:80%}.card-component__skills-container{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.card-component__skills-label{font-weight:700}.card-component__chip-list{align-items:center;display:flex;flex-wrap:wrap;gap:4px;list-style:none;margin:0;padding:0}.card-component__chip{background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:10px;color:var(--fg-base);display:inline-block;font-family:Monaspace Neon,ui-monospace,SF Mono,monospace;font-size:14px;line-height:1.4;padding:2px 12px;transition:border-color .12s ease,background .12s ease;white-space:nowrap}.card-component__chip--more{background:transparent;border-color:var(--accent);color:var(--accent)}.card-component__chip:hover{border-color:var(--accent)}.card-component__chip--more:hover,.card-component__chip:hover{background:var(--accent-muted)}@media screen and (min-width:1076px){.card-component--styleless div h2{font-size:20px}}.education-route{align-items:center;display:flex;flex-direction:column;gap:20px;width:100%}.education-route>div>h2{font-size:24px}.education-route__certification,.education-route__degree{align-items:center;display:flex;flex-direction:column;gap:20px;width:100%}.education-route__degree-container{display:flex;flex-direction:column;gap:12px}.education-route__learn-more{align-items:center;color:var(--accent);display:flex;font-weight:700;gap:4px;margin:0}.education-route__learn-more-arrow{display:inline-block;transition:transform .12s ease}.education-route__card-link{color:inherit;display:flex;text-decoration:none;transition:transform .12s ease,box-shadow .12s ease}.education-route__card-link:focus-visible,.education-route__card-link:hover{transform:translateY(-2px)}.education-route__card-link:focus-visible .card-component,.education-route__card-link:hover .card-component{box-shadow:0 4px 16px #0fbf3e40}.education-route__card-link:focus-visible .education-route__learn-more-arrow,.education-route__card-link:hover .education-route__learn-more-arrow{transform:translate(4px)}.education-route__card-wrapper{display:flex;flex-direction:column;gap:20px;height:100%;max-width:600px;position:relative;width:100%}.education-route__in-progress-badge{align-items:center;background:var(--accent-muted);border:1px solid var(--accent);border-radius:999px;color:var(--accent-on-muted);display:inline-flex;font-family:Monaspace Neon,ui-monospace,SF Mono,monospace;font-size:12px;font-weight:700;gap:8px;left:16px;letter-spacing:.08em;padding:4px 12px;position:absolute;text-transform:uppercase;top:-12px;z-index:1}.education-route__in-progress-dot{animation:in-progress-pulse 2s ease-in-out infinite;background:var(--accent);border-radius:50%;height:8px;width:8px}.education-route__card-wrapper--certification-wrapper{display:flex;flex-direction:column;gap:20px;width:100%}.education-route .card-component__children a{color:var(--accent);text-decoration:none}.education-route .card-component__children a:focus-visible,.education-route .card-component__children a:hover{outline:none;text-decoration:underline}@keyframes in-progress-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}@media (prefers-reduced-motion:reduce){.education-route__in-progress-dot{animation:none}}@media screen and (min-width:1076px){.education-route__degree-container{display:flex;flex-direction:row;gap:12px}.education-route__degree{width:60%}.education-route__card-wrapper--certification-wrapper{display:flex;flex-flow:row wrap;gap:20px;justify-content:center}.education-route .card-component{min-height:-moz-available;min-height:-webkit-fill-available;min-height:stretch;min-width:500px}.education-route .card-component__text-container{height:100%}}
