*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#1c1a18;--bg-card:#252220;--border:#3a3633;--text:#b5ada5;--text-bright:#ede8e3;--text-dim:#7a736c;--accent:#a78bfa;--accent-light:#c4b5fd;--accent-bg:#a78bfa1a}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.7}#root{max-width:760px;margin:0 auto;padding:0 1.5rem}a{color:var(--accent);text-decoration:none;transition:all .15s}a:hover{color:var(--accent-light)}::selection{background:var(--accent-bg)}.site{flex-direction:column;min-height:100vh;display:flex;position:relative}.mesh-container{z-index:0;pointer-events:none;width:100vw;height:100%;position:absolute;top:0;left:50%;overflow:hidden;transform:translate(-50%)}.header,main,.footer{z-index:1;position:relative}.header{text-align:center;padding:2.5rem 0 1.5rem}.site-name{color:var(--text-bright);letter-spacing:-.02em;text-shadow:0 2px 20px #00000080;margin-bottom:1rem;font-family:Fredoka,sans-serif;font-size:2.8rem;font-weight:700}.profile-pic{object-fit:cover;clip-path:polygon(50% 0%,93% 25%,93% 75%,50% 100%,7% 75%,7% 25%);width:120px;height:120px;margin-bottom:1rem;transform:scaleX(-1)}.tagline{color:var(--text-bright);margin-bottom:.6rem;font-size:1.1rem;font-weight:600}.content-backdrop{position:relative}.content-backdrop:before{content:"";z-index:-1;background:#1c1a18b3;border-radius:12px;position:absolute;inset:0 -2rem}.intro{text-align:center;border-bottom:1px solid var(--border);margin-bottom:2rem;padding:1.5rem 0 2rem}.bio-text{max-width:480px;color:var(--text-dim);margin:0 auto;font-size:.95rem;line-height:1.8}.section{margin-bottom:3rem}.section h2{color:var(--text-bright);margin-bottom:1.25rem;font-family:Fredoka,sans-serif;font-size:1.3rem;font-weight:600}.featured-video{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;margin-bottom:1.5rem;text-decoration:none;transition:all .2s;display:block;overflow:hidden}.featured-video:hover{border-color:var(--accent-light);transform:translateY(-3px);box-shadow:0 8px 30px #8b5cf61f}.featured-video img{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.featured-info{flex-direction:column;gap:.15rem;padding:1rem 1.25rem;display:flex}.featured-title{color:var(--text-bright);font-family:Fredoka,sans-serif;font-size:1.1rem;font-weight:600}.featured-sub{color:var(--text-dim);font-size:.85rem}.video-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:1rem;display:grid}.video-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;text-decoration:none;transition:all .2s;display:block;overflow:hidden}.video-card:hover{border-color:var(--accent-light);transform:translateY(-3px);box-shadow:0 6px 24px #8b5cf61a}.video-card img{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.video-info{flex-direction:column;gap:.1rem;padding:.7rem .85rem;display:flex}.video-title{color:var(--text-bright);font-size:.85rem;font-weight:500;line-height:1.3}.video-sub{color:var(--text-dim);font-size:.75rem}.credits{flex-direction:column;gap:.25rem;display:flex}.credit{border-bottom:1px solid var(--border);align-items:baseline;gap:1rem;padding:.6rem 0;display:flex}.credit-title{color:var(--text-bright);white-space:nowrap;font-size:.9rem;font-weight:600}.credit-role{color:var(--text-dim);font-size:.85rem}@media (width<=600px){.credit{flex-direction:column;gap:.1rem}}.training{text-align:center}.training p{color:var(--text-dim);font-size:.9rem}.other-intro{color:var(--text-dim);margin-bottom:1.25rem;font-size:.95rem;font-style:italic}.other-items{flex-direction:column;gap:1.5rem;display:flex}.other-group h3{text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);margin-bottom:.5rem;font-size:.75rem;font-weight:600}.other-group ul{flex-direction:column;gap:.35rem;list-style:none;display:flex}.other-group li{color:var(--text);font-size:.88rem;line-height:1.5}.other-group li a{color:var(--text);text-underline-offset:2px;text-decoration:underline;-webkit-text-decoration-color:var(--border);text-decoration-color:var(--border)}.other-group li a:hover{color:var(--accent-light);-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent)}.venue{color:var(--text-dim);margin-left:.3rem;font-size:.78rem}.other-group>p{color:var(--text);font-size:.88rem;line-height:1.6}.other-group>p a{color:var(--text);text-underline-offset:2px;text-decoration:underline;-webkit-text-decoration-color:var(--border);text-decoration-color:var(--border)}.other-group>p a:hover{color:var(--accent-light)}.footer{text-align:center;color:var(--text-dim);margin-top:auto;padding:3rem 0 2rem;font-size:.85rem}
