.home{text-align:center;z-index:5;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative}.home h1{color:var(--text);margin-bottom:.6rem;font-size:clamp(2.5rem,7vw,4rem);font-weight:500;line-height:1.05;animation:1s cubic-bezier(.16,1,.3,1) both fadeUp}.home .role{color:var(--text-muted);letter-spacing:.2em;text-transform:uppercase;margin-bottom:2.5rem;font-size:.8rem;font-weight:500;animation:1s cubic-bezier(.16,1,.3,1) .12s both fadeUp}.home .divider{background:linear-gradient(90deg, var(--terracotta), var(--sand));border-radius:1px;width:48px;height:2px;margin:0 auto 2.5rem;animation:1s cubic-bezier(.16,1,.3,1) .24s both fadeUp}.home .projects-label{color:var(--text-muted);letter-spacing:.2em;text-transform:uppercase;margin-bottom:1rem;font-size:.7rem;font-weight:500;animation:1s cubic-bezier(.16,1,.3,1) .36s both fadeUp}.home .projects{flex-wrap:wrap;justify-content:center;gap:.75rem;animation:1s cubic-bezier(.16,1,.3,1) .42s both fadeUp;display:flex}.home .projects a,.home .projects .link-cutoffs{color:var(--text);letter-spacing:.04em;background:#f0e6d80a;border:1px solid #f0e6d826;border-radius:100px;align-items:center;gap:.6rem;padding:.7rem 1.4rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex}.home .projects svg{flex-shrink:0;width:18px;height:18px}.home .link-cutoffs:hover{color:var(--sage);background:#81b29a0f;border-color:#81b29a66;transform:translateY(-2px);box-shadow:0 4px 20px #0000004d}.home .link-mise:hover{color:var(--sand);background:#f2cc8f0f;border-color:#f2cc8f66;transform:translateY(-2px);box-shadow:0 4px 20px #0000004d}.home .socials-divider{background:#f0e6d814;width:48px;height:1px;margin:2rem 0;animation:1s cubic-bezier(.16,1,.3,1) .48s both fadeUp}.home nav{flex-wrap:wrap;justify-content:center;gap:.75rem;animation:1s cubic-bezier(.16,1,.3,1) .54s both fadeUp;display:flex}.home nav a{color:var(--text-muted);letter-spacing:.04em;background:#f0e6d805;border:1px solid #f0e6d814;border-radius:100px;align-items:center;gap:.5rem;padding:.55rem 1.1rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex}.home nav a:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0000004d}.home nav a svg{fill:currentColor;flex-shrink:0;width:16px;height:16px}.home nav a img{opacity:.5;flex-shrink:0;height:16px;transition:opacity .35s}.home .link-github:hover{color:var(--terracotta);background:#e07a5f0f;border-color:#e07a5f66}.home .link-linkedin:hover{color:var(--sage);background:#81b29a0f;border-color:#81b29a66}.home .link-statease:hover{color:var(--sand);background:#f2cc8f0f;border-color:#f2cc8f66}.home .link-statease:hover img{opacity:1}@media (width<=480px){.home nav{flex-direction:column;align-items:center}}.cutoffs{z-index:5;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:100vh;padding:2rem 1rem;display:flex;position:relative}.cutoffs h1{color:var(--text);font-size:clamp(1.5rem,5vw,2.2rem);font-weight:500;line-height:1.05;animation:1s cubic-bezier(.16,1,.3,1) both fadeUp}.cutoffs .subtitle{color:var(--text-muted);letter-spacing:.2em;text-transform:uppercase;font-size:.8rem;font-weight:500;animation:1s cubic-bezier(.16,1,.3,1) 80ms both fadeUp}.cutoffs .divider{background:linear-gradient(90deg, var(--terracotta), var(--sand));border-radius:1px;width:48px;height:2px;animation:1s cubic-bezier(.16,1,.3,1) .16s both fadeUp}.controls{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;animation:1s cubic-bezier(.16,1,.3,1) .24s both fadeUp;display:flex}.control-group{align-items:center;gap:.5rem;display:flex}.controls label{color:var(--text-muted);letter-spacing:.04em;font-size:.8rem;font-weight:500}select{color:var(--text-muted);border:1px solid var(--border-dim);letter-spacing:.04em;cursor:pointer;appearance:none;background:#f0e6d805 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239a8e82' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") right .75rem center no-repeat;border-radius:100px;padding:.55rem 2rem .55rem 1rem;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:500;transition:all .35s cubic-bezier(.16,1,.3,1)}select:hover{color:var(--text);border-color:var(--border-hover);transform:translateY(-1px)}select:focus{border-color:#e07a5f66;outline:none;box-shadow:0 0 0 3px #e07a5f14}select option{color:var(--text);background:#2a2320}.field-container{background:radial-gradient(ellipse at 50% 80%, var(--field-green-light), var(--field-green) 70%);border:1px solid #f0e6d81a;border-radius:300px 300px 0 0;width:min(600px,90vw);height:min(500px,75vw);animation:1s cubic-bezier(.16,1,.3,1) .32s both fadeUp;position:relative;overflow:hidden;box-shadow:0 8px 40px #0006,inset 0 0 60px #00000026}.field-container:before{content:"";pointer-events:none;background:repeating-linear-gradient(0deg,#0000,#0000 18px,#ffffff04 18px 20px);position:absolute;inset:0}.field-container svg{pointer-events:none;z-index:5;width:100%;height:100%;position:absolute;top:0;left:0}.field-container .infield{fill:var(--infield-brown);stroke:#f0e6d81f;stroke-width:1px}.field-container .base{fill:var(--text);opacity:.7}.hit-path{stroke:#f0e6d833;stroke-width:2px;stroke-dasharray:6 6}.throw-path{stroke:var(--terracotta);stroke-width:2.5px}.field-container .player circle{fill:#f0e6d814;stroke:#f0e6d840;stroke-width:1.5px}.field-container .player text{fill:var(--text-muted);letter-spacing:.02em;font-family:DM Sans,sans-serif;font-size:11px;font-weight:600}.field-container .cutoff-active circle{fill:#f2cc8f26;stroke:var(--sand)}.field-container .cutoff-active text{fill:var(--sand)}.explanation{color:var(--text-muted);border:1px solid var(--border-dim);text-align:center;background:#f0e6d805;border-radius:12px;max-width:560px;padding:1.1rem 1.5rem;font-size:.9rem;font-weight:400;line-height:1.6;animation:1s cubic-bezier(.16,1,.3,1) .4s both fadeUp}.explanation strong{color:var(--text);font-weight:500}@media (width<=480px){.controls{flex-direction:column}.control-group{justify-content:center;width:100%}}:root{--bg:#1c1713;--text:#f0e6d8;--text-muted:#9a8e82;--terracotta:#e07a5f;--sage:#81b29a;--sand:#f2cc8f;--field-green:#2a3d2a;--field-green-light:#3a5438;--infield-brown:#4a3828;--border-dim:#f0e6d814;--border-hover:#f0e6d826}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:DM Sans,sans-serif}body:after{content:"";opacity:.035;pointer-events:none;z-index:100;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px;position:fixed;inset:0}.orb{pointer-events:none;filter:blur(80px);border-radius:50%;position:fixed}.orb-1{background:var(--terracotta);opacity:.07;width:500px;height:500px;animation:20s ease-in-out infinite alternate drift1;top:-150px;right:-100px}.orb-2{background:var(--sage);opacity:.05;width:400px;height:400px;animation:25s ease-in-out infinite alternate drift2;bottom:-100px;left:-100px}.orb-3{background:var(--sand);opacity:.04;width:300px;height:300px;animation:18s ease-in-out infinite alternate drift3;top:calc(50% - 150px);left:calc(50% - 150px)}@keyframes drift1{to{transform:translate(30px,20px)}}@keyframes drift2{to{transform:translate(-20px,-30px)}}@keyframes drift3{to{transform:translate(25px,-15px)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
