*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;font-family:system-ui,-apple-system,sans-serif;overflow:hidden}#scene{width:100vw;height:100vh;display:block}.loading{color:#f4f4f0;background:#8ecae6;flex-direction:column;justify-content:center;align-items:center;gap:1rem;transition:opacity .4s;display:flex;position:fixed;inset:0}.loading.hidden{opacity:0;pointer-events:none}.loading__label{letter-spacing:.02em;font-size:1rem}.loading__track{background:#ffffff59;border-radius:999px;width:min(280px,70vw);height:8px;overflow:hidden}.loading__bar{background:#ffd166;width:0%;height:100%;transition:width .2s}.panel{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#f4f4f0;opacity:0;pointer-events:none;background:#141814d1;border-radius:12px;width:min(400px,90vw);max-height:min(80vh,600px);padding:1.5rem;transition:opacity .25s,transform .25s;position:fixed;top:50%;right:2rem;overflow-y:auto;transform:translateY(-50%)translate(1rem)}.panel.visible{opacity:1;pointer-events:auto;transform:translateY(-50%)translate(0)}.panel__close{color:#f4f4f0;cursor:pointer;background:0 0;border:none;font-size:1.25rem;position:absolute;top:.5rem;right:.75rem}.panel h2{margin:0 0 .25rem;font-size:1.3rem}.panel__subtitle{color:#b7c9b3;margin:0 0 .75rem;font-size:.95rem}.panel p{margin:0 0 1rem;font-size:.95rem;line-height:1.5}.panel__bullets{flex-direction:column;gap:.5rem;margin:0 0 1rem;padding-left:1.1rem;font-size:.9rem;line-height:1.45;display:flex}.panel__links{flex-wrap:wrap;gap:.75rem;display:flex}.panel__links a{color:#ffd166;font-weight:600;text-decoration:none}.panel__links a:hover{text-decoration:underline}.resume{color:#23261f;background:#fdfdfb;max-width:640px;margin:0 auto;padding:2rem 1.25rem 4rem;line-height:1.55}:is(html:has(.resume),body:has(.resume)){background:#fdfdfb;height:auto;overflow:auto}.resume__header h1{margin-bottom:.25rem;font-size:1.8rem}.resume__subtitle{color:#5a6b52;margin-bottom:.75rem;font-weight:600}.resume__header>p:not(.resume__subtitle){margin-bottom:1rem}.resume__links{flex-wrap:wrap;gap:1rem;margin-bottom:1rem;display:flex}.resume__links a{color:#b5750f;font-weight:600;text-decoration:none}.resume__links a:hover{text-decoration:underline}.resume__section{margin-top:2rem}.resume__section>h2{border-bottom:2px solid #63a46c;margin-bottom:1rem;padding-bottom:.35rem;font-size:1.2rem}.resume__entry{margin-bottom:1.5rem}.resume__entry h3{margin-bottom:.15rem;font-size:1.05rem}.resume__entry ul{flex-direction:column;gap:.4rem;margin-top:.5rem;padding-left:1.2rem;font-size:.95rem;display:flex}
