:root{--bg-base: #0a0a0a;--bg-surface: #131313;--bg-raised: #1a1a1a;--bg-overlay: #222222;--border-subtle: rgba(255, 255, 255, .07);--border-mid: rgba(255, 255, 255, .13);--border-strong: rgba(255, 255, 255, .22);--text-primary: #f0f0f0;--text-secondary: #999;--text-muted: #555;--text-faint: #2e2e2e;--accent: #e8622a;--accent-bright: #ff7a3d;--accent-dim: #b84d1e;--accent-glow: rgba(232, 98, 42, .25);--accent-subtle: rgba(232, 98, 42, .1);--navbar-bg: rgba(16, 16, 16, .97);--navbar-border: rgba(255, 255, 255, .11);--shadow-card: 0 8px 32px rgba(0, 0, 0, .6);--shadow-hover: 0 16px 48px rgba(0, 0, 0, .7);--shadow-accent: 0 8px 32px var(--accent-glow)}[data-theme=light]{--bg-base: #f5f4f1;--bg-surface: #ffffff;--bg-raised: #eeece8;--bg-overlay: #e5e3de;--border-subtle: rgba(0, 0, 0, .08);--border-mid: rgba(0, 0, 0, .15);--border-strong: rgba(0, 0, 0, .28);--text-primary: #111111;--text-secondary: #555555;--text-muted: #888888;--text-faint: #bbb;--accent: #d4551f;--accent-bright: #e8622a;--accent-dim: #a83e14;--accent-glow: rgba(212, 85, 31, .2);--accent-subtle: rgba(212, 85, 31, .08);--navbar-bg: rgba(245, 244, 241, .96);--navbar-border: rgba(0, 0, 0, .1);--shadow-card: 0 4px 20px rgba(0, 0, 0, .1);--shadow-hover: 0 12px 36px rgba(0, 0, 0, .18);--shadow-accent: 0 6px 24px var(--accent-glow)}*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:0;background:var(--bg-base);color:var(--text-primary);font-family:DM Sans,Segoe UI,system-ui,sans-serif;-webkit-font-smoothing:antialiased;transition:background .25s ease,color .25s ease}a{color:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-base)}::-webkit-scrollbar-thumb{background:var(--bg-overlay);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}:root{--toggle-icon-color: #f5c97a}[data-theme=light]{--toggle-icon-color: #2c2c2c}.navbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 2.5rem;height:60px;background:var(--navbar-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--navbar-border);position:sticky;top:0;z-index:100}.navbar-brand{justify-self:start;font-size:1.1rem;font-weight:800;color:var(--text-primary);text-decoration:none;letter-spacing:-.02em;transition:color .15s ease}.navbar-brand:hover{color:var(--accent-bright)}.navbar-links{justify-self:center;display:flex;align-items:center;gap:.2rem}.navbar-right{justify-self:end;display:flex;align-items:center}.nav-link{font-size:.875rem;font-weight:500;color:var(--text-muted);text-decoration:none;padding:.35rem .85rem;border-radius:6px;transition:color .15s ease,background .15s ease}.nav-link:hover{color:var(--accent-bright);background:var(--accent-subtle)}.nav-link--active{color:var(--text-primary);background:var(--border-subtle)}.nav-link--resume{border:1px solid var(--border-mid);margin-left:.25rem}.nav-link--resume:hover{border-color:var(--accent-dim)}.nav-link--resume.nav-link--active{border-color:var(--border-mid)}.theme-toggle{background:none;border:1px solid var(--border-mid);border-radius:6px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--toggle-icon-color, var(--text-primary));transition:background .15s ease,border-color .15s ease;flex-shrink:0}.theme-toggle:hover{background:var(--border-subtle);border-color:var(--border-strong)}@media(max-width:600px){.navbar{padding:0 1.25rem}.nav-link{padding:.35rem .55rem;font-size:.8rem}}.footer{background:var(--bg-surface);border-top:1px solid var(--border-mid);padding:1.75rem 3rem}.footer-inner{display:flex;align-items:center;justify-content:space-between;max-width:1100px;margin:0 auto}.footer-name{font-size:.82rem;color:var(--text-secondary);font-weight:500}.footer-links{display:flex;gap:1.75rem}.footer-link{font-size:.82rem;color:var(--text-secondary);text-decoration:none;font-weight:500;transition:color .15s ease}.footer-link:hover{color:var(--accent-bright)}@media(max-width:480px){.footer{padding:1.5rem 1.25rem}.footer-inner{flex-direction:column;gap:.75rem;text-align:center}}.homepage{min-height:calc(100vh - 60px);display:flex;flex-direction:column}.hero{flex:1;display:flex;align-items:center;padding:5rem;background-image:url(/assets/bg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;gap:4rem}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 60% at 85% 90%,var(--accent-glow) 0%,transparent 65%),#0a0a0a9e;pointer-events:none}.hero-content{position:relative;z-index:1;display:flex;flex-direction:column;gap:1rem;max-width:600px}.hero--two-col{display:grid;grid-template-columns:1fr 1fr;align-items:center}.hero--two-col .hero-content{max-width:none}.hero-eyebrow{font-size:.95rem;color:var(--text-muted);margin:0;letter-spacing:.06em;text-transform:uppercase}.hero-name{font-size:clamp(2.8rem,5vw,4.5rem);font-weight:800;color:var(--text-primary);margin:0;letter-spacing:-.04em;line-height:1}.hero-name span{position:relative;display:inline-block}.hero-name span:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:3px;background:var(--accent);border-radius:2px}.hero-pitch{font-size:1rem;color:var(--text-secondary);margin:0;line-height:1.7}.hero-actions{display:flex;gap:.75rem;margin-top:.5rem;flex-wrap:wrap}.hero-btn{font-size:.9rem;font-weight:600;padding:.7rem 1.5rem;border-radius:8px;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease;font-family:inherit}.hero-btn--primary{background:var(--accent);color:#fff;border:1px solid transparent}.hero-btn--primary:hover{background:var(--accent-bright);box-shadow:var(--shadow-accent)}.hero-btn--secondary{background:transparent;color:var(--text-secondary);border:1px solid var(--border-mid)}.hero-btn--secondary:hover{background:var(--border-subtle);border-color:var(--border-strong);color:var(--text-primary)}.hero-video-wrapper{position:relative;z-index:1;width:100%;aspect-ratio:16 / 9;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.12);box-shadow:0 0 0 1px #ffffff0d,0 24px 60px #0009,0 0 40px var(--accent-glow)}.hero-video{width:100%;height:100%;border:none;display:block}@media(max-width:900px){.hero,.hero--two-col{grid-template-columns:1fr;display:flex;flex-direction:column;padding:3rem 2rem 3.5rem;align-items:flex-start;gap:2.5rem}.hero-video-wrapper{width:100%}}@media(max-width:480px){.hero-name{font-size:2.5rem}.hero{padding:2.5rem 1.25rem 3rem}}.hero{--text-primary: #f0f0f0;--text-secondary: #999;--text-muted: #555;--accent-glow: rgba(232, 98, 42, .25);--border-mid: rgba(255, 255, 255, .13);--border-strong: rgba(255, 255, 255, .22);--border-subtle: rgba(255, 255, 255, .07);--accent: #e8622a;--accent-bright: #ff7a3d}.portfolio-card{border:1px solid var(--border-subtle);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;background:var(--bg-surface);cursor:pointer;transition:transform .25s ease,box-shadow .3s ease,border-color .25s ease;position:relative}.portfolio-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover),inset 3px 0 0 var(--accent);border-color:var(--accent-dim)}.card-image-wrapper{width:100%;aspect-ratio:16 / 9;overflow:hidden;background:var(--bg-raised);position:relative}.card-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.portfolio-card:hover .card-image{transform:scale(1.04)}.card-image-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 50%,rgba(10,10,10,.65) 100%);pointer-events:none}.card-body{padding:1.4rem;display:flex;flex-direction:column;gap:.8rem;flex:1}.card-title{font-size:1.15rem;font-weight:700;margin:0;color:var(--text-primary);letter-spacing:-.01em}.card-description{font-size:.875rem;color:var(--text-secondary);margin:0;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:auto}.card-tag{font-size:.7rem;font-weight:500;padding:.25rem .6rem;border-radius:999px;background:var(--bg-raised);color:var(--text-secondary);letter-spacing:.02em;border:1px solid var(--border-subtle);transition:background .15s ease,color .15s ease,border-color .15s ease}.portfolio-card:hover .card-tag{border-color:var(--border-mid)}.card-links{display:flex;gap:.6rem;padding-top:.75rem;border-top:1px solid var(--border-subtle)}.card-link{font-size:.8rem;font-weight:500;padding:.35rem .9rem;border-radius:6px;border:1px solid var(--border-mid);text-decoration:none;color:var(--text-secondary);transition:background .15s ease,color .15s ease,border-color .15s ease}.card-link:hover{background:var(--border-subtle);color:var(--text-primary);border-color:var(--border-strong)}.card-link--live{background:var(--accent);color:#fff;border-color:transparent}.card-link--live:hover{background:var(--accent-bright);color:#fff}.portfolio-page{min-height:100vh;padding:4rem 5rem;background-color:#0d0d0d}.portfolio-heading{font-size:3rem;font-weight:800;margin:0 0 .5rem;text-align:center;color:#f0f0f0;letter-spacing:-.03em}.portfolio-subheading{text-align:center;color:#555;font-size:1rem;margin:0 0 3rem}.portfolio-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.75rem;max-width:1100px;margin:0 auto}@media(max-width:900px){.portfolio-page{padding:3rem 2rem}.portfolio-grid{grid-template-columns:1fr}}@media(max-width:480px){.portfolio-page{padding:2rem 1rem}.portfolio-heading{font-size:2rem}}.project-showcase{min-height:100vh;background:var(--bg-base);display:flex;flex-direction:column}.showcase-image-wrapper{width:100%;aspect-ratio:16 / 6;overflow:hidden;position:relative;background:var(--bg-raised)}.showcase-image{width:100%;height:100%;object-fit:cover;opacity:.55}.showcase-image-gradient{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 0%,rgba(10,10,10,.45) 55%,var(--bg-base) 100%)}.showcase-hero-text{position:absolute;bottom:2rem;left:0;right:0;padding:0 4rem;display:flex;flex-direction:column;gap:.75rem}.showcase-title{font-size:clamp(1.8rem,4vw,3rem);font-weight:800;margin:0;color:var(--text-primary);letter-spacing:-.03em;line-height:1.1}.showcase-tags{display:flex;flex-wrap:wrap;gap:.4rem}.showcase-tag{font-size:.7rem;font-weight:500;padding:.25rem .65rem;border-radius:999px;background:var(--accent-subtle);color:var(--accent-bright);border:1px solid var(--accent-glow);letter-spacing:.03em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.showcase-body{width:100%;max-width:1200px;margin:0 auto;padding:2.5rem 4rem;box-sizing:border-box;display:flex;flex-direction:column;gap:2rem}.showcase-body--two-col{display:grid;grid-template-columns:1fr 1fr;align-items:start;gap:3rem}.showcase-left{display:flex;flex-direction:column;gap:1.75rem;align-self:start}.showcase-descriptions{display:flex;flex-direction:column;gap:1rem}.showcase-description{font-size:1.05rem;color:var(--text-secondary);line-height:1.75;margin:0}.showcase-description-ext{padding-top:1rem;border-top:1px solid var(--border-subtle);display:flex;flex-direction:column;gap:.85rem}.showcase-description-ext p{font-size:.95rem;color:var(--text-secondary);line-height:1.8;margin:0}.showcase-links{display:flex;gap:.75rem;flex-wrap:wrap}.showcase-link{font-size:.875rem;font-weight:500;padding:.5rem 1.25rem;border-radius:8px;border:1px solid var(--border-mid);text-decoration:none;color:var(--text-secondary);transition:background .15s ease,color .15s ease,border-color .15s ease}.showcase-link:hover{background:var(--border-subtle);color:var(--text-primary);border-color:var(--border-strong)}.showcase-link--live{background:var(--accent);color:#fff;border-color:transparent}.showcase-link--live:hover{background:var(--accent-bright);box-shadow:var(--shadow-accent)}.showcase-right{align-self:start;position:sticky;top:80px}.showcase-video{width:100%;aspect-ratio:16 / 9;border-radius:12px;overflow:hidden;border:1px solid var(--border-subtle);background:var(--bg-raised);box-shadow:0 0 40px var(--accent-glow)}.showcase-video iframe{width:100%;height:100%;border:none;display:block}.showcase-nav{display:flex;align-items:center;justify-content:center;gap:2rem;padding:2rem 4rem 3rem;border-top:1px solid var(--border-subtle);width:100%;max-width:1200px;margin:0 auto;box-sizing:border-box}.showcase-nav-counter{font-size:.78rem;color:var(--text-muted);letter-spacing:.08em;white-space:nowrap;min-width:3rem;text-align:center}.showcase-nav-btn{display:flex;align-items:center;gap:.75rem;background:var(--bg-surface);border:1px solid var(--border-mid);border-radius:10px;padding:.75rem 1.25rem;cursor:pointer;color:var(--text-secondary);transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;width:280px;flex-shrink:0;overflow:hidden}.showcase-nav-btn--next{flex-direction:row-reverse}.showcase-nav-btn:hover{background:var(--bg-raised);border-color:var(--accent-dim);color:var(--text-primary);box-shadow:var(--shadow-accent)}.nav-label{display:flex;flex-direction:column;gap:.15rem;min-width:0;flex:1}.nav-hint{font-size:.68rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em}.nav-title{font-size:.875rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-arrow{font-size:1.1rem;flex-shrink:0;color:var(--text-muted);transition:color .2s ease}.showcase-nav-btn:hover .nav-arrow{color:var(--accent-bright)}@media(max-width:900px){.showcase-body--two-col{grid-template-columns:1fr}.showcase-right{position:static}.showcase-hero-text{padding:0 1.5rem}.showcase-body{padding:2rem 1.5rem}.showcase-nav{padding:1.5rem 1.5rem 2.5rem;gap:1rem}.showcase-nav-btn{width:200px}}@media(max-width:480px){.showcase-image-wrapper{aspect-ratio:16 / 9}.showcase-body{padding:1.5rem 1rem}.showcase-nav{padding:1.25rem 1rem 2rem;gap:.5rem}.showcase-nav-btn{width:calc(50vw - 3.5rem);padding:.65rem .9rem}.nav-title{font-size:.8rem}}.about-page{min-height:100vh;background:var(--bg-base);background-image:radial-gradient(ellipse 50% 50% at 100% 0%,var(--accent-glow) 0%,transparent 65%);display:flex;align-items:center;padding:4rem 3rem}.about-container{display:grid;grid-template-columns:280px 1fr;gap:5rem;max-width:1000px;margin:0 auto;width:100%}.about-sidebar{display:flex;flex-direction:column;gap:2rem}.about-photo-wrapper{width:100%;aspect-ratio:1;border-radius:16px;overflow:hidden;background:var(--bg-raised);border:1px solid var(--border-subtle)}.about-photo{width:100%;height:100%;object-fit:cover;display:block}.about-meta{display:flex;flex-direction:column;gap:0}.about-meta-item{display:flex;justify-content:space-between;align-items:flex-start;font-size:.825rem;padding:.75rem 0;border-bottom:1px solid var(--border-subtle);gap:1rem}.about-meta-item:last-child{border-bottom:none}.meta-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;font-size:.72rem}.meta-value{color:var(--text-secondary);font-weight:500;text-align:right}.meta-available{color:#4ade80}.meta-available:before{content:"● ";font-size:.6rem}.about-socials{display:flex;flex-direction:column;gap:.5rem}.social-link{display:flex;align-items:center;gap:.65rem;font-size:.875rem;font-weight:500;color:var(--text-muted);text-decoration:none;padding:.55rem .85rem;border-radius:8px;border:1px solid var(--border-subtle);transition:color .15s ease,background .15s ease,border-color .15s ease}.social-link:hover{color:var(--text-primary);background:var(--border-subtle);border-color:var(--border-mid)}.about-main{display:flex;flex-direction:column;justify-content:center;gap:.5rem}.about-name{font-size:clamp(2.2rem,4vw,3.5rem);font-weight:800;color:var(--text-primary);letter-spacing:-.04em;margin:0;line-height:1}.about-tagline{font-size:1rem;color:var(--accent);margin:0 0 1.5rem;letter-spacing:.03em;font-weight:600}.about-bio{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.about-bio p{font-size:1rem;color:var(--text-secondary);line-height:1.8;margin:0}.about-cta{display:inline-flex;align-items:center;font-size:.9rem;font-weight:600;color:#fff;text-decoration:none;padding:.65rem 1.4rem;border-radius:8px;background:var(--accent);border:1px solid transparent;width:fit-content;transition:background .15s ease,box-shadow .15s ease}.about-cta:hover{background:var(--accent-bright);box-shadow:var(--shadow-accent)}@media(max-width:768px){.about-page{padding:3rem 1.5rem;align-items:flex-start}.about-container{grid-template-columns:1fr;gap:2.5rem}.about-photo-wrapper{width:140px}}.bio-hover-word{font-style:italic;color:var(--accent-bright);cursor:default;text-decoration:underline dotted var(--accent-dim);text-underline-offset:3px}.bio-tooltip{position:fixed;transform:translate(12px,calc(-100% - 18px));z-index:9999;pointer-events:none;filter:drop-shadow(0 8px 24px rgba(0,0,0,.6));animation:tooltip-in .12s ease}@keyframes tooltip-in{0%{opacity:0;transform:translate(12px,calc(-100% - 12px))}to{opacity:1;transform:translate(12px,calc(-100% - 18px))}}.bio-tooltip-img{display:block;width:280px;height:280px;object-fit:cover;border-radius:14px;border:1px solid var(--border-mid)}.bio-tooltip-tail{position:absolute;bottom:-10px;left:18px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:11px solid var(--bg-surface);filter:drop-shadow(0 2px 1px rgba(0,0,0,.25))}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors:active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--total-scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--total-scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors:active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;inset:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;inset:100% 0 0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}.resume-page{min-height:100vh;background:var(--bg-base);display:flex;flex-direction:column;padding:3rem 4rem;gap:2rem}.resume-header{display:flex;align-items:flex-end;justify-content:space-between;max-width:900px;width:100%;margin:0 auto}.resume-header-left{display:flex;flex-direction:column;gap:.3rem}.resume-title{font-size:2.5rem;font-weight:800;color:var(--text-primary);letter-spacing:-.04em;margin:0;line-height:1}.resume-subtitle{font-size:.78rem;color:var(--text-muted);margin:0;letter-spacing:.06em;text-transform:uppercase}.resume-download-btn{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#fff;background:var(--accent);text-decoration:none;padding:.6rem 1.25rem;border-radius:8px;border:none;transition:background .15s ease,box-shadow .15s ease;white-space:nowrap;flex-shrink:0;cursor:pointer;font-family:inherit}.resume-download-btn:hover{background:var(--accent-bright);box-shadow:var(--shadow-accent)}.resume-viewer-wrapper{max-width:900px;width:100%;margin:0 auto;border-radius:12px;overflow:hidden;border:1px solid var(--border-mid);background:var(--bg-surface)}.resume-document{display:flex;flex-direction:column;align-items:center;width:100%}.resume-page-item{display:block;width:100%!important;border-bottom:1px solid var(--border-subtle)}.resume-page-item:last-child{border-bottom:none}.resume-page-item canvas{display:block;width:100%!important;height:auto!important}.resume-page-item .react-pdf__Page__textContent{color:transparent;-webkit-user-select:text;user-select:text}.resume-page-item .react-pdf__Page__annotations a{color:var(--accent)}.resume-loading{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:4rem 2rem;color:var(--text-muted);font-size:.9rem;width:100%}.resume-spinner{display:inline-block;width:18px;height:18px;border:2px solid var(--border-mid);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.resume-error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;padding:4rem 2rem;color:var(--text-muted);font-size:.9rem;text-align:center}@media(max-width:768px){.resume-page{padding:2rem 1rem;gap:1.5rem}.resume-header{flex-direction:column;align-items:flex-start;gap:1rem}.resume-viewer-wrapper{border-radius:8px}}body{background-color:#224777}
