:root{--canvas: #fff6d8;--paper: #fffdf5;--ink: #1f2630;--muted: #596575;--line: #252b35;--line-soft: #d9c9a4;--accent: #28798c;--accent-soft: #edf8f8;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;color:var(--ink);background:var(--canvas)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;min-height:100vh;background:var(--canvas);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.resume-stage{display:grid;min-height:100vh;place-items:start center;padding:clamp(28px,5vw,72px) 24px}.resume-paper{width:min(900px,calc(100vw - 48px));min-height:1160px;padding:54px 62px 44px;background:var(--paper);border:2px solid var(--line);border-radius:2px}.resume-header{display:grid;gap:14px;justify-items:center;padding-bottom:34px;text-align:center}.resume-header h1{margin:0;color:#18314a;font-size:clamp(44px,7vw,58px);font-weight:800;letter-spacing:0;line-height:1}.contact-list{display:flex;width:100%;flex-wrap:nowrap;justify-content:center;gap:10px 18px;overflow-x:auto;color:#6b7482;font-size:16px;white-space:nowrap;scrollbar-width:none}.contact-list::-webkit-scrollbar{display:none}.contact-list button{position:relative;display:inline-flex;flex:0 0 auto;align-items:center;gap:8px;padding:0;border:0;color:inherit;font:inherit;cursor:pointer;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.contact-list button:hover{color:var(--ink)}.contact-list svg{color:var(--accent)}.copy-toast{position:fixed;z-index:20;top:28px;left:50%;display:inline-flex;align-items:center;justify-content:center;min-width:92px;min-height:38px;padding:6px 22px;border:1.5px solid var(--line);border-radius:999px;background:#fffdf5;box-shadow:0 10px 26px #1f26301f;transform:translate(-50%);color:#18314a;font-size:15px;font-weight:800;letter-spacing:0;animation:copy-toast-in 1.3s ease both}@keyframes copy-toast-in{0%{opacity:0;transform:translate(-50%,-8px) scale(.94)}16%,78%{opacity:1;transform:translate(-50%) scale(1)}to{opacity:0;transform:translate(-50%,-6px) scale(.98)}}.highlight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:34px}.highlight-card,.project-card{border:1.5px solid var(--line);border-radius:2px;background:#ffffff6b}.highlight-card{min-height:94px;padding:21px 24px}.highlight-card span,.section-block h2{color:var(--accent);font-size:15px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.highlight-card strong{display:block;margin-top:7px;font-size:20px;line-height:1.45;white-space:pre-line}.highlight-card strong:first-child{margin-top:0}.section-block h2{margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid var(--line-soft)}.history-section{margin-bottom:34px}.history-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 34px;padding:15px 18px;border:1.5px solid var(--line);border-radius:2px;background:#ffffff52}.history-entry{position:relative;display:grid;grid-template-areas:"title kind" "meta kind";grid-template-columns:minmax(0,1fr) auto;gap:3px 12px;align-items:center;min-height:58px;padding:11px 0 12px;border-top:1px solid rgba(217,201,164,.9);color:var(--muted);cursor:help;font-size:14px;outline:none}.history-entry:nth-child(-n+2){border-top:0}.history-entry>strong{grid-area:title;min-width:0;overflow:hidden;color:var(--ink);font-size:17px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.history-meta{grid-area:meta;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-kind{grid-area:kind;display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:26px;padding:2px 9px;border:1px solid #cfe7ea;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:13px;font-weight:800;line-height:1}.history-entry:hover>strong,.history-entry:focus-visible>strong{color:var(--accent)}.history-entry:focus-visible{border-radius:2px;box-shadow:0 0 0 2px #28798c29}.timeline-popover{position:absolute;z-index:10;top:calc(100% + 9px);left:0;width:min(360px,calc(100vw - 64px));padding:16px 18px 15px;border:1.5px solid var(--line);border-radius:18px;background:#fffdf5;box-shadow:0 16px 34px #1f263024;opacity:0;pointer-events:none;transform:translateY(-4px) scale(.98);transition:opacity .16s ease,transform .16s ease;white-space:normal}.timeline-popover:before{position:absolute;top:-7px;left:28px;width:12px;height:12px;content:"";border-top:1.5px solid var(--line);border-left:1.5px solid var(--line);background:#fffdf5;transform:rotate(45deg)}.timeline-popover span{display:inline-flex;margin-bottom:6px;color:var(--accent);font-size:13px;font-weight:800;letter-spacing:.08em}.timeline-popover p{margin:0;color:#3f4b5a;font-size:14px;line-height:1.65}.history-entry:nth-child(2n) .timeline-popover{right:0;left:auto}.history-entry:nth-child(2n) .timeline-popover:before{right:28px;left:auto}.history-entry:hover .timeline-popover,.history-entry:focus-visible .timeline-popover{opacity:1;transform:translateY(0) scale(1)}.project-section{margin-top:6px}.project-list{display:grid;gap:18px}.project-card{padding:24px 26px 22px}.project-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:10px}.project-head h3{margin:0;color:#202938;font-size:22px;line-height:1.35;white-space:nowrap}.project-head span{flex:0 0 auto;margin-top:2px;padding:4px 10px;border:1px solid #cfe7ea;border-radius:2px;background:var(--accent-soft);color:var(--accent);font-size:14px;font-weight:700}.project-summary{margin:0 0 14px;color:#4d5968;font-size:17px}.tech-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.tech-list span{display:inline-flex;align-items:center;min-height:28px;padding:3px 9px;border:1px solid #cfe7ea;border-radius:2px;background:#f1fbfb;color:#146e82;font-family:SF Mono,Cascadia Code,Consolas,monospace;font-size:13px;line-height:1.4}.project-points{display:grid;gap:8px;margin:0;padding:0;color:#4f5a68;font-size:16px;list-style:none}.project-points li{position:relative;padding-left:18px}.project-points li:before{position:absolute;top:.78em;left:0;width:6px;height:6px;content:"";border:1.5px solid var(--accent);border-radius:50%;transform:translateY(-50%)}.project-points strong{color:#202938}.resume-footer{margin-top:28px;padding-top:20px;border-top:1px solid var(--line-soft);color:#6b7482;font-size:16px;text-align:center}@media (max-width: 720px){.resume-stage{padding:18px 14px 34px}.resume-paper{width:min(100%,560px);min-height:792px;padding:34px 22px 28px}.contact-list,.highlight-grid,.history-list,.project-head{display:grid;grid-template-columns:1fr}.contact-list{justify-items:center}.contact-list button{justify-content:center}.history-list{gap:0;padding:12px 14px}.history-entry:nth-child(-n+2){border-top:1px solid rgba(217,201,164,.9)}.history-entry:first-child{border-top:0}.history-meta{white-space:normal}.timeline-popover{width:min(320px,calc(100vw - 48px))}.highlight-card{min-height:auto;padding:18px}.highlight-card strong{font-size:19px}.project-card{padding:20px 18px}.project-head{gap:8px}.project-head span{justify-self:start}.project-summary,.project-points{font-size:15px}}@media print{@page{size:A4;margin:0}body{background:#fff}.resume-stage{min-height:100vh;padding:0}.resume-paper{width:100%;min-height:100vh;padding:42px 48px;border:1px solid var(--line);border-radius:0}.project-card,.highlight-card{break-inside:avoid}.copy-toast{display:none}}
