:root{--bg: #f4efe7;--bg-soft: rgba(255, 255, 255, .55);--card: rgba(255, 250, 244, .82);--line: rgba(13, 42, 58, .12);--text: #102331;--muted: #50646f;--accent: #d65a31;--accent-soft: #f6b676;--shadow: 0 24px 80px rgba(16, 35, 49, .12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:IBM Plex Sans,Noto Sans SC,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;color:var(--text);background:radial-gradient(circle at top left,rgba(246,182,118,.65),transparent 30%),radial-gradient(circle at 85% 10%,rgba(214,90,49,.24),transparent 20%),linear-gradient(145deg,#fbf7f1,#efe5d7 48%,#f6f0e8)}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgba(16,35,49,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(16,35,49,.035) 1px,transparent 1px);background-size:34px 34px;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.75),transparent);mask-image:linear-gradient(to bottom,rgba(0,0,0,.75),transparent)}a{color:inherit;text-decoration:none}#root{width:100%}.print-only{display:none}.resume-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px;padding:14px 18px;border:1px solid rgba(16,35,49,.08);border-radius:22px;background:#ffffffb3;box-shadow:0 18px 48px #10233114;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.resume-toolbar-copy{display:grid;gap:4px}.toolbar-toggle{display:inline-flex;align-items:center;gap:8px;margin-top:4px;color:var(--muted);font-size:.9rem}.toolbar-toggle input{width:16px;height:16px;margin:0;accent-color:var(--accent)}.toolbar-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.resume-toolbar-title{font-family:Space Grotesk,sans-serif;font-size:.95rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.resume-toolbar-note{color:var(--muted);font-size:.92rem}.page-shell{width:min(1180px,calc(100% - 32px));margin:24px auto 56px}.hero{position:relative;overflow:hidden;padding:28px;border:1px solid rgba(255,255,255,.45);border-radius:32px;background:linear-gradient(135deg,#081f2deb,#103d4cd1),linear-gradient(180deg,#ffffff08,#fff0);box-shadow:var(--shadow);color:#f8f3eb}.hero:after{content:"";position:absolute;width:360px;height:360px;right:-120px;top:-100px;border-radius:50%;background:radial-gradient(circle,rgba(246,182,118,.38),transparent 70%)}.topbar,.hero-grid,.section,.timeline-item,.two-column{position:relative;z-index:1}.topbar{display:flex;justify-content:space-between;gap:16px;align-items:center;padding-bottom:28px}.brand{font-family:Space Grotesk,sans-serif;font-weight:700;letter-spacing:.28em;font-size:.8rem}.topbar-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:16px}.topbar a,.button.secondary{color:#f8f3ebe0}.hero-grid{display:grid;grid-template-columns:1.45fr .85fr;gap:28px;align-items:stretch}.eyebrow,.section-kicker,.timeline-date{margin:0;text-transform:uppercase;letter-spacing:.16em;font-size:.76rem;color:var(--accent-soft)}.hero h1,.section h2,.content-card h3,.feature-card h3{font-family:Space Grotesk,Noto Sans SC,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.hero h1{margin:10px 0 18px;font-size:clamp(2.8rem,6vw,5.4rem);line-height:.95;max-width:9ch}.hero-summary{max-width:62ch;font-size:1.1rem;line-height:1.7;color:#f8f3ebe0}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:28px 0 24px}.button{display:inline-flex;align-items:center;justify-content:center;min-width:136px;padding:12px 18px;border-radius:999px;font-weight:600;transition:transform .18s ease,background-color .18s ease}.button:hover{transform:translateY(-1px)}.button.primary{background:linear-gradient(135deg,var(--accent),#ef8f53);color:#fff}.button.secondary{border:1px solid rgba(255,255,255,.22);background:#ffffff14}.resume-toolbar .button.secondary{border-color:#1023311f;background:#ffffffeb;color:var(--text)}.button.ghost{border:1px solid rgba(255,255,255,.18);background:transparent;color:#f8f3ebe0}.toolbar-button{border:0;cursor:pointer}.signal-list,.timeline-content ul,.content-card ul{margin:0;padding-left:18px}.signal-list li,.timeline-content li,.content-card li{margin-bottom:10px;line-height:1.65}.hero-panel{display:grid;gap:14px}.stat-card{display:grid;gap:8px;padding:18px;border-radius:24px;background:#ffffff17;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.stat-value{font-family:Space Grotesk,sans-serif;font-size:2rem;font-weight:700}.stat-label{color:#f8f3ebd1;line-height:1.5}.section{margin-top:24px;padding:28px;border-radius:30px;background:var(--bg-soft);border:1px solid rgba(255,255,255,.5);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.section-heading{margin-bottom:20px}.section h2{margin:10px 0 0;font-size:clamp(1.75rem,3vw,2.7rem);line-height:1.05}.featured{background:linear-gradient(135deg,#f6b67626,#ffffffbf),var(--bg-soft)}.feature-grid,.skills-grid,.education-grid,.two-column{display:grid;gap:18px}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.skills-grid,.education-grid,.two-column{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-card,.content-card{padding:22px;border-radius:24px;background:var(--card);border:1px solid var(--line)}.feature-card p,.content-card p,.content-card li{color:var(--muted)}.content-card h3,.feature-card h3{margin:0 0 10px;font-size:1.15rem}.pill-grid{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.pill-grid span{padding:10px 14px;border-radius:999px;background:#d65a3114;border:1px solid rgba(214,90,49,.14);color:var(--text);font-size:.95rem}.timeline{display:grid;gap:22px}.timeline-item{display:grid;grid-template-columns:220px minmax(0,1fr);gap:18px;align-items:start}.timeline-meta{padding-top:10px}.timeline-company{margin:8px 0 0;font-weight:600}.education-card{display:grid;gap:6px}.education-date{margin:0;text-transform:uppercase;letter-spacing:.12em;font-size:.76rem;color:var(--accent)}.stack{display:grid;gap:16px}.owner-report-page{display:grid;gap:18px}.owner-report-hero,.owner-report-stats,.owner-report-grid,.owner-report-footer{position:relative;z-index:1}.owner-report-hero{display:grid;grid-template-columns:1.35fr .75fr;gap:18px;padding:28px;border-radius:30px;background:linear-gradient(135deg,#fffbf5e0,#fff5e9f5),var(--bg-soft);border:1px solid rgba(214,90,49,.14);box-shadow:var(--shadow)}.owner-report-eyebrow{margin:0 0 8px;text-transform:uppercase;letter-spacing:.16em;font-size:.76rem;color:#a04a20}.owner-report-hero h1{margin:0;font-family:Space Grotesk,Noto Sans SC,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-size:clamp(2.4rem,5vw,4.3rem);line-height:.96}.owner-report-subtitle{margin:14px 0 0;max-width:62ch;line-height:1.68;color:var(--muted)}.owner-report-badge{display:grid;align-content:start;gap:10px;padding:18px;border-radius:22px;background:linear-gradient(150deg,#163549,#0f2838);color:#f8f3eb}.owner-report-badge-kicker{text-transform:uppercase;letter-spacing:.14em;font-size:.7rem;opacity:.8}.owner-report-badge strong{font-family:Space Grotesk,sans-serif;font-size:2rem}.owner-report-badge p{margin:0;line-height:1.55;color:#f8f3ebdb}.owner-report-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.owner-report-stat,.owner-report-card{padding:20px;border-radius:24px;background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow)}.owner-report-stat{display:grid;gap:8px}.owner-report-stat-value{font-family:Space Grotesk,sans-serif;font-size:2rem;font-weight:700}.owner-report-stat-label{color:var(--muted);line-height:1.45}.owner-report-grid{display:grid;gap:18px}.owner-report-upper{grid-template-columns:1.18fr .82fr}.owner-report-lower{grid-template-columns:1fr 1fr}.owner-report-card h2{margin:0 0 12px;font-family:Space Grotesk,sans-serif;font-size:1rem;letter-spacing:.08em;text-transform:uppercase}.owner-report-summary p,.owner-report-mini-card p,.owner-report-list-item p,.owner-report-note,.owner-report-footer{color:var(--muted)}.owner-report-summary{display:grid;gap:10px}.owner-report-summary p,.owner-report-note,.owner-report-list-item p{margin:0;line-height:1.58}.owner-report-example-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.owner-report-mini-card{padding:12px;border-radius:18px;background:#fff7ede6;border:1px solid rgba(214,90,49,.12)}.owner-report-mini-card h3,.owner-report-list-item h3{margin:0 0 6px;font-size:.98rem}.owner-report-mini-card p{margin:0;line-height:1.48}.owner-report-chart{display:grid;grid-template-columns:28px 1fr;gap:10px;align-items:end;min-height:270px}.owner-report-chart-yaxis{display:grid;align-content:stretch;height:220px}.owner-report-chart-yaxis span{display:flex;align-items:flex-end;justify-content:flex-end;font-size:.76rem;color:var(--muted)}.owner-report-chart-plot{position:relative;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:8px;align-items:end;height:220px;padding:14px 10px 0;border-left:1px solid rgba(16,35,49,.12);border-bottom:1px solid rgba(16,35,49,.12);background:linear-gradient(to top,rgba(16,35,49,.06) 1px,transparent 1px) 0 0 / 100% 33.33%}.owner-report-bar-group{display:grid;justify-items:center;align-items:end;gap:6px;height:100%}.owner-report-bar-value{min-height:13px;font-size:.7rem;color:var(--text)}.owner-report-bar{width:100%;min-height:2px;border-radius:8px 8px 0 0}.owner-report-bar-soft{background:#f6b676c7}.owner-report-bar-accent{background:linear-gradient(180deg,#ef8f53,#d65a31)}.owner-report-bar-teal{background:linear-gradient(180deg,#0f9a8d,#0d766e)}.owner-report-bar-label{font-size:.72rem;color:var(--muted)}.owner-report-list{display:grid;gap:12px}.owner-report-list-item{padding-top:12px;border-top:1px solid rgba(16,35,49,.08)}.owner-report-list-item:first-child{padding-top:0;border-top:0}.owner-report-footer{display:flex;justify-content:space-between;gap:16px;padding:0 4px;font-size:.9rem;line-height:1.45}.owner-report-footer strong{color:#0d766e}@media (max-width: 960px){.resume-toolbar,.hero-grid,.feature-grid,.skills-grid,.education-grid,.timeline-item,.two-column,.owner-report-hero,.owner-report-stats,.owner-report-upper,.owner-report-lower{grid-template-columns:1fr}.topbar{align-items:flex-start;flex-direction:column}.resume-toolbar{align-items:flex-start}.toolbar-actions{justify-content:flex-start}.toolbar-toggle{font-size:.86rem}.topbar-links{justify-content:flex-start}.timeline-meta{padding-top:0}.owner-report-chart{grid-template-columns:24px 1fr}}@media (max-width: 640px){.page-shell{width:min(100% - 20px,1180px);margin:10px auto 28px}.hero,.section,.owner-report-hero,.owner-report-stat,.owner-report-card{padding:20px;border-radius:24px}.hero h1{max-width:none}.hero-actions,.topbar-links{gap:10px}.button,.toolbar-button{width:100%}.owner-report-example-grid{grid-template-columns:1fr}.owner-report-footer{flex-direction:column}}@page{size:A4;margin:8mm}@media print{:root{--bg-soft: #ffffff;--card: #ffffff;--line: rgba(16, 35, 49, .12);--text: #0f2230;--muted: #334650;--shadow: none}html,body{background:#fff;font-size:8.4pt}body:before{display:none}.no-print{display:none!important}.page-shell{width:100%;margin:0}.page-shell,.page-shell *{-webkit-print-color-adjust:exact;print-color-adjust:exact}.hero,.section,.feature-card,.content-card,.stat-card{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.hero{padding:10px 12px;color:#102331;background:#fff;border:1px solid rgba(16,35,49,.12);border-radius:10px}.hero:after{display:none}.topbar{padding-bottom:6px;gap:8px}.topbar-links{gap:8px;font-size:8pt}.brand,.eyebrow,.section-kicker,.timeline-date{letter-spacing:.1em}.hero h1{margin:2px 0 5px;max-width:none;font-size:21pt;line-height:.95}.hero-summary{max-width:none;font-size:8.5pt;line-height:1.22}.topbar a,.button.secondary,.button.ghost,.hero-summary,.stat-label,.owner-report-subtitle,.owner-report-stat-label,.owner-report-summary p,.owner-report-mini-card p,.owner-report-list-item p,.owner-report-note,.owner-report-footer{color:inherit}.stat-card,.feature-card,.content-card,.section,.owner-report-hero,.owner-report-stat,.owner-report-card{background:#fff;border-color:#1023311f}.section{margin-top:6px;padding:8px 9px;border-radius:10px;break-inside:avoid;page-break-inside:avoid}.feature-grid,.skills-grid,.education-grid,.hero-grid,.two-column{grid-template-columns:1fr 1fr}.hero-grid{gap:8px}.hero-panel{gap:6px}.stat-card,.feature-card,.content-card{padding:7px 8px;border-radius:8px}.stat-value{font-size:11pt}.stat-label,.content-card p,.feature-card p,.content-card li,.signal-list li{font-size:7.8pt;line-height:1.18}.signal-list{display:grid;grid-template-columns:1fr;gap:2px;padding-left:14px}.signal-list li,.timeline-content li,.content-card li{margin-bottom:2px}.section-heading{margin-bottom:5px}.section h2{margin-top:2px;font-size:11pt;line-height:1.05}.content-card h3,.feature-card h3{margin-bottom:4px;font-size:8.8pt}.pill-grid{gap:4px;margin-top:6px}.pill-grid span{padding:2px 6px;font-size:7.4pt}.skills-section .skills-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}.education-section .education-grid{grid-template-columns:1fr 1fr;gap:4px}.education-section .education-card{padding:6px 7px}.education-section .education-date,.education-section .education-card p,.education-section .education-card h3{font-size:7.4pt;line-height:1.15}.education-section .education-card h3{margin:0}.skills-section .content-card{padding:5px 6px}.skills-section .content-card h3,.skills-section .content-card p{display:inline}.skills-section .content-card h3{margin:0;font-size:7.9pt}.skills-section .content-card h3:after{content:": "}.skills-section .content-card p{font-size:7.2pt;line-height:1.12}.timeline-item{grid-template-columns:116px minmax(0,1fr);gap:7px;break-inside:avoid;page-break-inside:avoid}.timeline{gap:6px}.timeline-meta{padding-top:0}.timeline-company{margin-top:2px;font-size:7.8pt}.timeline-content ul li:nth-child(n+5){display:none}.two-column{gap:10px}.stack{gap:8px}.print-priority{break-inside:avoid;page-break-inside:avoid}.print-secondary .stat-card:last-child{display:none}.no-print-on-a4{display:none!important}.print-only{display:block}.additional-print-section .content-card{padding:6px 8px}.additional-print-section ul{display:grid;grid-template-columns:1fr 1fr;gap:2px 10px;padding-left:14px}.print-compact-card ul{columns:1}.owner-report-page{gap:6px}.owner-report-hero{grid-template-columns:1.4fr .75fr;gap:8px;padding:9px 10px;border-radius:10px;break-inside:avoid;page-break-inside:avoid}.owner-report-eyebrow{margin-bottom:4px;font-size:7.6pt;letter-spacing:.1em}.owner-report-hero h1{font-size:20pt;line-height:.96}.owner-report-subtitle,.owner-report-badge p{font-size:7.6pt;line-height:1.22}.owner-report-badge{gap:6px;padding:8px;border-radius:10px;color:#102331;background:#fff;border:1px solid rgba(16,35,49,.12)}.owner-report-badge strong{font-size:13pt}.owner-report-badge-kicker{font-size:6.8pt;color:#a04a20}.owner-report-stats{gap:5px;grid-template-columns:repeat(4,minmax(0,1fr))}.owner-report-stat,.owner-report-card{padding:7px 8px;border-radius:10px;box-shadow:none;break-inside:avoid;page-break-inside:avoid}.owner-report-stat{gap:4px}.owner-report-stat-value{font-size:11pt}.owner-report-stat-label,.owner-report-summary p,.owner-report-mini-card p,.owner-report-list-item p,.owner-report-note,.owner-report-footer{font-size:7.1pt;line-height:1.15}.owner-report-upper,.owner-report-lower{gap:6px;grid-template-columns:1.16fr .84fr}.owner-report-lower{grid-template-columns:1fr 1fr}.owner-report-card h2{margin-bottom:5px;font-size:8pt;letter-spacing:.06em}.owner-report-summary{gap:4px}.owner-report-example-grid{margin-top:7px;gap:4px}.owner-report-mini-card{padding:5px 6px;border-radius:8px}.owner-report-mini-card h3,.owner-report-list-item h3{margin-bottom:3px;font-size:7.6pt}.owner-report-chart-card{padding-bottom:6px}.owner-report-chart{min-height:148px;height:148px;grid-template-columns:18px 1fr;gap:6px}.owner-report-chart-yaxis{height:122px}.owner-report-chart-yaxis span,.owner-report-bar-value,.owner-report-bar-label{font-size:6.2pt}.owner-report-chart-plot{height:122px;gap:4px;padding:6px 6px 0}.owner-report-bar-group{gap:2px}.owner-report-list{gap:6px}.owner-report-list-item{padding-top:6px}.owner-report-footer{gap:8px;padding:0}}
