.resume-page{--resume-accent: var(--primary);--resume-text: oklch(.32 .006 0);--resume-text-muted: oklch(.48 .006 0);--resume-text-strong: oklch(.22 .006 0);--resume-muted: var(--resume-text-muted);--resume-border: color-mix(in oklch, var(--btn-content) 12%, transparent);--resume-surface: color-mix(in oklch, var(--card-bg) 92%, var(--primary) 8%)}:root.dark .resume-page{--resume-text: oklch(.82 .006 0);--resume-text-muted: oklch(.62 .006 0);--resume-text-strong: oklch(.93 .006 0)}.resume-hero{position:relative;display:grid;grid-template-columns:1fr auto;gap:1.75rem;align-items:start;padding:1.75rem 1.5rem;margin-bottom:2.5rem;border-radius:var(--radius-large);border:1px solid var(--resume-border);background:linear-gradient(135deg,color-mix(in oklch,var(--primary) 8%,var(--card-bg)) 0%,var(--card-bg) 55%);overflow:hidden}.resume-hero:before{content:"";position:absolute;top:-40%;right:-10%;width:14rem;height:14rem;border-radius:50%;background:color-mix(in oklch,var(--primary) 12%,transparent);pointer-events:none}.resume-hero-content{position:relative;z-index:1}.resume-name{margin:0 0 .35rem;font-size:1.875rem;font-weight:700;letter-spacing:.06em;line-height:1.2;color:var(--resume-text-strong)}.resume-tagline{margin:0 0 1rem;font-size:.9rem;color:var(--resume-accent);letter-spacing:.02em}.resume-meta-grid{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none}.resume-meta-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .65rem;font-size:.8rem;border-radius:999px;border:1px solid var(--resume-border);background:color-mix(in oklch,var(--card-bg) 80%,transparent);color:var(--resume-muted)}.resume-meta-chip a{color:inherit;text-decoration:none}.resume-meta-chip a:hover{color:var(--resume-accent)}.resume-photo{position:relative;z-index:1;width:7.5rem;height:7.5rem;border-radius:.75rem;overflow:hidden;border:2px solid color-mix(in oklch,var(--primary) 35%,transparent);box-shadow:0 8px 24px color-mix(in oklch,var(--primary) 15%,transparent)}.resume-photo>div>div.absolute{display:none}.resume-actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.25rem}.resume-btn-primary{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;border-radius:.5rem;text-decoration:none;color:#fff;background:var(--resume-accent);border:1px solid var(--resume-accent);transition:transform .15s ease,filter .15s ease}.resume-btn-primary:hover{filter:brightness(1.08);transform:translateY(-1px)}.resume-section{margin-bottom:2.25rem}.resume-section-head{display:flex;align-items:center;gap:.65rem;margin-bottom:1rem}.resume-section-bar{flex-shrink:0;width:3px;height:1.1rem;border-radius:2px;background:var(--resume-accent)}.resume-section-title{margin:0;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--resume-muted)}.resume-card{position:relative;padding:1.15rem 1.25rem 1.15rem 1.35rem;margin-bottom:.85rem;border-radius:var(--radius-large);border:1px solid var(--resume-border);background:var(--card-bg);transition:border-color .2s ease,box-shadow .2s ease}.resume-card:before{content:"";position:absolute;left:0;top:.85rem;bottom:.85rem;width:3px;border-radius:0 2px 2px 0;background:color-mix(in oklch,var(--primary) 45%,transparent);opacity:.6}.resume-card:last-child{margin-bottom:0}.resume-card:hover{border-color:color-mix(in oklch,var(--primary) 30%,var(--resume-border));box-shadow:0 4px 20px color-mix(in oklch,var(--primary) 6%,transparent)}.resume-card-head{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.35rem 1rem;margin-bottom:.75rem;padding-left:.35rem}.resume-card-title{margin:0;font-size:.95rem;font-weight:600;line-height:1.45;color:var(--resume-text-strong)}.resume-card-date{flex-shrink:0;padding:.15rem .55rem;font-size:.72rem;font-weight:500;border-radius:999px;color:var(--resume-accent);background:color-mix(in oklch,var(--primary) 12%,transparent);white-space:nowrap}.resume-badges{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.85rem;padding-left:.35rem}.resume-badge{display:inline-block;padding:.18rem .55rem;font-size:.72rem;font-weight:500;border-radius:.25rem;color:var(--resume-accent);background:color-mix(in oklch,var(--primary) 12%,transparent);border:1px solid color-mix(in oklch,var(--primary) 22%,transparent)}.resume-bullets{margin:0;padding:0;list-style:none}.resume-bullets li{position:relative;padding-left:1.1rem;margin-bottom:.65rem;font-size:.875rem;line-height:1.65;color:var(--resume-text)}.resume-bullets li:last-child{margin-bottom:0}.resume-bullets li:before{content:"";position:absolute;left:0;top:.58em;width:5px;height:5px;border-radius:50%;background:var(--resume-accent);opacity:.75}.resume-bullets li strong{color:var(--resume-text-strong);font-weight:600}.resume-bullets li em{color:var(--resume-text);font-style:italic}@media(max-width:560px){.resume-hero{grid-template-columns:1fr;padding:1.35rem 1.15rem}.resume-photo{width:6.5rem;height:6.5rem;margin:0 auto}}
