:root{color-scheme:light;--ink:#1d1d1f;--muted:#6e6e73;--paper:#f5f5f7;--blue:#0071e3;--font:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI","PingFang SC","Microsoft YaHei",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--font);-webkit-font-smoothing:antialiased}body.modal-open{overflow:hidden}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid #2997ff;outline-offset:5px}button{color:inherit}.shell{max-width:1280px;width:calc(100% - 112px);margin:auto}.site-header{height:74px;position:sticky;top:0;z-index:10;background:rgba(250,250,252,.86);backdrop-filter:blur(22px);border-bottom:1px solid rgba(0,0,0,.06)}.nav{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:11px;align-items:center}.brand strong{font-size:20px;font-weight:650;letter-spacing:.08em}.brand-en{font-size:10px;letter-spacing:.18em;border-left:1px solid #bdbdc2;padding-left:12px;margin-left:2px}.brand-mark{width:25px;height:25px;display:inline-flex;position:relative;background:linear-gradient(var(--ink),var(--ink)) left top/8px 2px no-repeat,linear-gradient(var(--ink),var(--ink)) left top/2px 8px no-repeat,linear-gradient(var(--ink),var(--ink)) right top/8px 2px no-repeat,linear-gradient(var(--ink),var(--ink)) right top/2px 8px no-repeat,linear-gradient(var(--ink),var(--ink)) left bottom/8px 2px no-repeat,linear-gradient(var(--ink),var(--ink)) left bottom/2px 8px no-repeat,linear-gradient(var(--ink),var(--ink)) right bottom/8px 2px no-repeat,linear-gradient(var(--ink),var(--ink)) right bottom/2px 8px no-repeat}.brand-mark i{height:5px;width:5px;border-radius:50%;background:var(--ink);margin:auto}.nav-links{display:flex;align-items:center;gap:34px;font-size:14px}.nav-links>a:not(.nav-cta):hover{color:var(--blue)}.nav-cta{background:var(--ink);color:white;border-radius:30px;padding:9px 17px;font-size:13px}.nav-cta span{padding-left:8px}.intro{text-align:center;padding:61px 0 48px}.eyebrow{font-size:12px;letter-spacing:.18em;font-weight:600;margin:0 0 18px;color:var(--muted)}h1{font-size:clamp(36px,4.1vw,62px);line-height:1.25;letter-spacing:-.055em;font-weight:650;margin:0}h1 span{color:#86868b}.intro-copy{font-size:18px;color:var(--muted);margin:21px 0 16px;letter-spacing:.045em}.text-link{font-size:15px;color:var(--blue);display:inline-flex;align-items:center;gap:9px}.text-link:hover{text-decoration:underline}.featured{position:relative;min-height:530px;height:min(49vw,670px);margin:0 24px;overflow:hidden;border-radius:6px;background:#112b35;color:white;isolation:isolate}.featured-image,.featured-shade{position:absolute;width:100%;height:100%;inset:0}.featured-image{object-fit:cover;object-position:center 53%;z-index:-2}.featured-shade{background:linear-gradient(180deg,rgba(0,10,17,.22),transparent 37%,rgba(1,11,18,.7));z-index:-1}.featured-top{position:absolute;top:30px;left:40px;right:40px;display:flex;justify-content:space-between;align-items:center}.featured-label{font-size:13px;letter-spacing:.1em;display:flex;align-items:center;gap:10px}.tiny-frame{display:inline-block;width:16px;height:12px;border:1px solid #fff9}.demo-tag{font-size:12px;padding:5px 11px;border:1px solid #ffffff40;border-radius:20px;color:#ffffffe0}.featured-content{position:absolute;left:5.4%;right:5.4%;bottom:92px;display:flex;justify-content:space-between;align-items:flex-end;gap:28px}.film-kicker{font-size:12px;letter-spacing:.26em;color:#ffffffa8;margin:0 0 12px}.featured h2{font-size:clamp(42px,4.3vw,68px);font-weight:550;letter-spacing:.025em;margin:0;line-height:1.15}.featured-description{font-size:16px;color:#ffffffb5;margin:20px 0 0;letter-spacing:.08em}.watch-button{display:flex;align-items:center;gap:12px;border:1px solid #ffffff50;background:#ffffff15;backdrop-filter:blur(16px);color:white;border-radius:30px;padding:15px 24px;font-size:14px;transition:background .2s,transform .2s;flex-shrink:0}.watch-button:hover{background:#ffffff30;transform:translateY(-2px)}.play-icon{font-size:12px}.featured-bottom{position:absolute;bottom:29px;left:5.4%;right:5.4%;padding-top:20px;border-top:1px solid #ffffff30;display:flex;justify-content:space-between;color:#ffffff96;font-size:12px;letter-spacing:.07em}.featured-bottom>span:last-child{display:flex;align-items:center;gap:12px;color:#ddd}.line{width:48px;height:1px;background:#ffffff5c}.works-section{padding:103px 0 100px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:38px}.section-heading .eyebrow{margin-bottom:15px}.section-heading h2{font-size:clamp(30px,3vw,44px);font-weight:620;letter-spacing:-.05em;margin:0}.section-note{font-size:14px;color:var(--muted);margin-bottom:6px}.film-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.film-card{border:0;padding:0;text-align:left;background:transparent;min-width:0}.card-image{aspect-ratio:1.36;position:relative;overflow:hidden;border-radius:14px;background:#193640}.card-image::after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,#0006);pointer-events:none}.card-image img{height:100%;width:100%;object-fit:cover;transition:transform .65s cubic-bezier(.2,.6,.2,1)}.film-card:hover img{transform:scale(1.055)}.card-play{position:absolute;z-index:1;right:17px;bottom:17px;width:36px;height:36px;background:#ffffffed;color:#202022;border-radius:50%;display:grid;place-items:center;font-size:20px;transition:transform .25s}.film-card:hover .card-play{transform:rotate(45deg)}.card-category{position:absolute;z-index:1;bottom:24px;left:20px;color:white;font-size:12px;letter-spacing:.07em}.card-meta{display:flex;justify-content:space-between;gap:10px;color:var(--muted);font-size:12px;margin-top:23px;line-height:1.5}.card-meta>span:first-child{letter-spacing:.035em}.card-meta>span:last-child{flex-shrink:0;color:#8b8b90}.film-card h3{font-size:25px;font-weight:600;letter-spacing:-.025em;margin:9px 0 10px}.film-card p{font-size:14px;line-height:1.7;color:var(--muted);margin:0}.about-section{background:#fff;padding:93px 0 89px}.about-inner{max-width:1280px}.about-section .eyebrow{margin-bottom:25px}.about-section h2{font-size:clamp(37px,4.25vw,62px);letter-spacing:-.055em;font-weight:620;line-height:1.35;margin:0}.about-section h2 span{color:#86868b}.about-copy{font-size:17px;line-height:1.95;color:var(--muted);margin:25px 0 35px}.about-signature{display:flex;align-items:center;gap:12px;font-size:18px}.signature-en{font-size:11px;letter-spacing:.13em;margin-left:8px}.signature-line{height:1px;background:#d2d2d7;width:35px;margin:0 6px}.signature-caption{font-size:13px;color:var(--muted)}footer{padding:33px 0 24px}.footer-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:26px;border-bottom:1px solid #dcdce0}.footer-brand{font-size:17px;font-weight:600}.footer-brand span{font-size:10px;letter-spacing:.12em;margin-left:8px;font-weight:500}.back-top{font-size:13px;color:var(--muted)}.footer-bottom{display:flex;justify-content:space-between;gap:16px;color:#86868b;font-size:12px;line-height:1.7}.footer-bottom p{margin:17px 0 0}.skip-link{position:fixed;top:-70px;left:20px;z-index:50;padding:15px;background:white}.skip-link:focus{top:10px}dialog{padding:0;border:0;border-radius:20px;max-width:960px;width:calc(100% - 40px);max-height:90dvh;background:#fff;color:var(--ink);box-shadow:0 30px 150px #0008}dialog::backdrop{background:#000b;backdrop-filter:blur(15px)}.dialog-inner{position:relative}.dialog-close{position:absolute;right:16px;top:16px;z-index:2;display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:50%;background:#f5f5f7e8;font-size:18px}.player-wrap{background:#081118;aspect-ratio:16/9;position:relative;overflow:hidden}#film-placeholder,#film-video{width:100%;height:100%}#dialog-poster{width:100%;height:100%;object-fit:cover;filter:brightness(.38)}.placeholder-copy{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:white;text-align:center;padding:28px}.placeholder-play{display:grid;place-items:center;border:1px solid #ffffff60;border-radius:50%;width:60px;height:60px;margin-bottom:20px;font-size:17px;padding-left:3px}.placeholder-copy strong{font-size:24px;font-weight:550}.placeholder-copy p{color:#ffffffb3;font-size:14px;line-height:1.7}.dialog-info{padding:30px 36px 35px}.dialog-info .eyebrow{margin-bottom:10px}.dialog-info h2{margin:0 0 16px;font-size:32px}.dialog-info>p:not(.eyebrow){font-size:16px;line-height:1.8;color:var(--muted)}.dialog-credits{display:flex;gap:20px;flex-wrap:wrap;border-top:1px solid #ddd;padding-top:18px;margin-top:25px;font-size:13px;color:var(--muted)}#video-error{color:#b42318}[hidden]{display:none!important}@media(min-width:1600px){.featured{max-width:1536px;margin:auto}.intro{padding-top:73px;padding-bottom:57px}}@media(max-width:1000px){.shell{width:calc(100% - 64px)}.brand-en{display:none}.featured{margin:0 16px;min-height:480px}.featured-content{left:6%;right:6%}.film-grid{gap:19px}.card-meta{flex-direction:column;gap:3px}.card-image{aspect-ratio:1.05}.works-section{padding:76px 0}.section-note{display:none}.film-card p{font-size:14px}.signature-caption{display:none}}@media(max-width:600px){html{scroll-padding-top:76px}.shell{width:calc(100% - 40px)}.site-header{height:64px}.brand{gap:8px}.brand strong{font-size:18px}.brand-mark{width:22px;height:22px}.nav-links{gap:19px;font-size:13px}.nav-cta{padding:8px 12px;font-size:12px}.nav-cta span{display:none}.intro{padding:44px 0 34px}.intro .eyebrow{font-size:10px;letter-spacing:.16em;margin-bottom:15px}h1{font-size:38px;line-height:1.28;letter-spacing:-.05em}h1 span{display:block}.intro-copy{font-size:14px;letter-spacing:0;line-height:1.7;margin:16px 0 12px}.text-link{font-size:14px}.featured{margin:0 10px;height:530px;min-height:0;border-radius:10px}.featured-image{object-position:60% center}.featured-top{top:22px;left:22px;right:22px}.featured-content{left:25px;right:25px;bottom:88px;display:block}.featured h2{font-size:44px}.film-kicker{font-size:10px}.featured-description{font-size:14px;line-height:1.7;margin:16px 0 23px}.watch-button{padding:12px 19px;font-size:13px}.featured-bottom{left:25px;right:25px;bottom:24px;font-size:10px;gap:10px}.featured-bottom>span:last-child{gap:8px}.line{width:20px}.works-section{padding:66px 0}.section-heading{margin-bottom:27px}.section-heading h2{font-size:30px}.eyebrow{font-size:11px}.film-grid{grid-template-columns:1fr;gap:37px}.card-image{aspect-ratio:1.42;border-radius:12px}.card-meta{flex-direction:row;margin-top:19px}.film-card h3{font-size:26px}.film-card p{font-size:15px}.about-section{padding:65px 0}.about-section h2{font-size:39px}.about-copy{font-size:15px;line-height:2}.signature-en{font-size:10px}.footer-bottom{display:block;font-size:11px}.footer-bottom p{margin-top:12px}.footer-bottom p:last-child{max-width:290px}dialog{width:calc(100% - 24px);border-radius:14px;max-height:92dvh}.player-wrap{aspect-ratio:1.2}.dialog-info{padding:25px}.placeholder-copy strong{font-size:22px}.placeholder-copy p{font-size:13px}.dialog-credits{font-size:12px;gap:9px}.dialog-info h2{font-size:29px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
.portfolio-empty{grid-column:1/-1;color:#6e6e73;font-size:16px;padding:30px 0;line-height:1.8}.portfolio-empty button{margin-left:14px;border:0;background:transparent}.film-card h3,.film-card p,.featured h2,.featured-description{overflow-wrap:anywhere}.brand strong{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.footer-top{flex-wrap:wrap;gap:18px}@media(max-width:600px){.brand strong{max-width:90px}.featured h2{font-size:clamp(26px,8vw,44px)}.featured-description{max-height:5.1em;overflow:hidden}.footer-top #contact-link{font-size:13px;overflow-wrap:anywhere}}
.contact-layout{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:60px;margin-top:42px;align-items:start}.contact-details{min-width:0}.contact-details .about-signature{font-size:24px;line-height:1.5;overflow-wrap:anywhere}.contact-details .about-copy{margin:23px 0 28px}.contact-email{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.contact-email>span{font-size:13px;color:#6e6e73}.contact-email a{font-size:19px;line-height:1.6;overflow-wrap:anywhere;max-width:100%}.wechat-card{margin:0;padding:20px;background:#f5f5f7;border-radius:20px;width:264px;text-align:center}.wechat-card img{display:block;width:224px;height:224px;object-fit:contain;background:white;border-radius:8px}.wechat-card a{display:block}.wechat-card figcaption{display:flex;flex-direction:column;gap:7px;margin-top:17px}.wechat-card strong{font-weight:550;font-size:16px}.wechat-card figcaption span{font-size:12px;line-height:1.7;color:#6e6e73}@media(max-width:700px){.contact-layout{grid-template-columns:1fr;gap:30px;margin-top:30px}.contact-email a{font-size:17px}.wechat-card{width:244px;padding:18px}.wechat-card img{width:208px;height:208px}.contact-details .about-signature{font-size:21px}}
.student-works-section{padding:0 0 100px}.student-works-section .section-heading{border-top:1px solid #dcdce0;padding-top:72px}.nav-links{flex-shrink:0}@media(max-width:600px){html{scroll-padding-top:130px}.site-header{height:auto}.nav{flex-wrap:wrap;padding:12px 0;gap:10px}.nav .brand{width:100%}.nav-links{width:100%;gap:12px;justify-content:space-between;font-size:13px}.nav-links a{white-space:nowrap}.student-works-section{padding-bottom:65px}.student-works-section .section-heading{padding-top:50px}}
.brand-avatar{display:block;width:36px;height:36px;flex-shrink:0;object-fit:cover;border-radius:9px}.about-signature .brand-avatar{width:40px;height:40px;border-radius:10px}@media(max-width:600px){.nav .brand strong{max-width:calc(100% - 48px)}}

.student-creator{display:flex;align-items:center;gap:16px;margin-top:24px;padding-top:20px;border-top:1px solid #dedee3;color:#6e6e73;font-size:13px;letter-spacing:.04em}.student-portrait{display:block;width:72px;height:72px;flex-shrink:0;border-radius:16px;object-fit:cover;object-position:center 30%;background:#e9e9ed}.film-card:hover .student-portrait{transform:none}
.classroom-section{margin-top:72px;padding-top:48px;border-top:1px solid #dcdce1;scroll-margin-top:100px}.classroom-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.classroom-heading h3{font-size:clamp(26px,3vw,36px);font-weight:600;letter-spacing:-.03em;margin:0}.classroom-heading>p{font-size:14px;color:#6e6e73;line-height:1.7;margin:0}.classroom-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px 24px}.classroom-photo{margin:0;min-width:0}.classroom-photo-button{display:block;border:0;border-radius:20px;padding:0;overflow:hidden;width:100%;background:#e8e8ed;cursor:zoom-in}.classroom-photo-button img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;transition:transform .35s}.classroom-photo-button:hover img{transform:scale(1.035)}.classroom-photo figcaption{font-size:16px;line-height:1.7;margin:14px 4px 0;white-space:pre-line;overflow-wrap:anywhere;color:#515154}#classroom-dialog{position:fixed;padding:54px 24px 20px;width:calc(100% - 32px);max-width:1100px;max-height:94dvh;background:#fff;border-radius:22px}#classroom-full-photo{display:block;max-width:100%;width:auto;height:auto;max-height:72dvh;object-fit:contain;margin:auto}#classroom-caption{font-size:16px;line-height:1.7;text-align:center;margin:18px 0 0;white-space:pre-line;overflow-wrap:anywhere;color:#515154}@media(max-width:900px){.classroom-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.classroom-section{margin-top:48px;padding-top:32px}.classroom-heading{display:block}.classroom-heading>p{margin-top:12px}.classroom-gallery{grid-template-columns:1fr;gap:28px}.classroom-photo-button{border-radius:16px}#classroom-dialog{padding:52px 12px 16px}}@media(prefers-reduced-motion:reduce){.classroom-photo-button img{transition:none}}
.contact-layout{margin-top:0;align-items:stretch}.contact-details .about-signature{margin-top:42px}.wechat-card{display:flex;flex-direction:column;justify-content:space-between;gap:20px}.wechat-card figcaption{margin-top:0}@media(max-width:700px){.contact-layout{margin-top:0;align-items:start}.contact-details .about-signature{margin-top:30px}}
.intro-welcome{font-size:clamp(20px,2.2vw,28px);line-height:1.6;margin:22px 0 18px;font-weight:500}.intro-description{max-width:840px;margin:0 auto;color:var(--muted);font-size:17px;line-height:1.95;overflow-wrap:anywhere}.footer-top{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:20px}.footer-brand{grid-column:1;min-width:0;overflow-wrap:anywhere}.back-top{grid-column:2;justify-self:center}.footer-bottom{justify-content:center;text-align:center}.footer-bottom p:empty{display:none}@media(max-width:600px){.intro-description{font-size:16px;line-height:1.9}.intro-welcome{margin:18px 0 14px}.footer-top{grid-template-columns:1fr;gap:20px}.footer-brand,.back-top{grid-column:1;justify-self:center;text-align:center}.footer-bottom p:last-child{max-width:none}}
.welcome-portrait{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);align-items:center;gap:clamp(32px,6vw,88px);padding:72px 0;text-align:left}.welcome-text{min-width:0}.welcome-portrait .intro-description{margin:0;max-width:660px}.welcome-photo{display:block;width:100%;max-width:340px;height:auto;aspect-ratio:1;object-fit:cover;border-radius:50%;border:0;box-shadow:0 14px 40px rgba(29,29,31,.13),0 3px 12px rgba(29,29,31,.052);justify-self:end}@media(max-width:600px){.welcome-portrait{grid-template-columns:minmax(0,1fr) minmax(100px,.7fr);gap:0 22px;padding:44px 0}.welcome-text{display:contents}.welcome-portrait h1{grid-column:1;grid-row:1;align-self:end}.welcome-portrait .intro-welcome{grid-column:1;grid-row:2;align-self:start;font-size:20px;margin:14px 0 0}.welcome-photo{grid-column:2;grid-row:1 / 3;max-width:180px;box-shadow:0 10px 26px rgba(29,29,31,.13)}.welcome-portrait .intro-description{grid-column:1 / -1;grid-row:3;margin-top:28px}}

.platform-watch{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#1d1d1f;border-radius:28px;padding:13px 23px;margin-top:8px;font-size:16px;font-weight:500}.platform-watch:hover{background:#e8e8ed}.placeholder-copy:has(.platform-watch:not([hidden])) .placeholder-play{display:none}
.section-caption{display:block;font-size:14px;font-weight:400;color:#6e6e73;line-height:1.7;margin:0}.student-works-section>.section-heading{flex-wrap:wrap}.student-works-section>.section-heading>.section-caption{margin-left:auto;text-align:right}
.film-grid{align-items:stretch}.film-card{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;width:100%}.film-card .card-image{width:100%;flex-shrink:0}.film-card .card-meta{min-width:0}.card-meta>span:first-child{min-width:0;overflow-wrap:anywhere}.film-card h3{line-height:1.4}.film-card .student-creator{align-self:stretch}@supports(grid-template-rows:subgrid){.film-grid{row-gap:0}.film-card{display:grid;grid-template-rows:subgrid;grid-row:span 5;row-gap:0;align-items:start;align-content:start;padding-bottom:36px}.film-card>.card-image{grid-row:1}.film-card>.card-meta{grid-row:2}.film-card>h3{grid-row:3}.film-card>p{grid-row:4}.film-card>.student-creator{grid-row:5}}

.about-signature{flex-wrap:wrap}.resume-link{display:inline-flex;align-items:center;font-size:14px;line-height:1.6;color:var(--blue);padding:7px 13px;border:1px solid #dce5ef;border-radius:20px;white-space:nowrap}.resume-link:hover{background:#f0f6ff}
#resume-dialog{width:min(900px,calc(100% - 24px));max-width:none;max-height:90vh;max-height:90dvh;padding:0;border:0;border-radius:18px;overflow-y:auto;background:#fff;color:#1d1d1f}
.resume-toolbar{position:sticky;top:0;z-index:1;display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:rgba(255,255,255,.96);border-bottom:1px solid #eee;backdrop-filter:blur(12px)}
.resume-toolbar h2{margin:0;font-size:18px;letter-spacing:0}.resume-toolbar button{width:40px;height:40px;border:0;border-radius:50%;background:#f2f2f4;color:#1d1d1f;font-size:18px;cursor:pointer}
#resume-full-image{display:block;width:100%;height:auto;max-height:none;object-fit:contain}#resume-error{padding:20px;font-size:16px}
#film-video::-webkit-media-controls-download-button{display:none}.dialog-info .video-rights{font-size:14px;line-height:1.7;color:var(--muted);margin:20px 0 0}
img,.classroom-photo-button,.classroom-watermarked,#wechat-open,#resume-link{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}img{-webkit-user-drag:none}
.classroom-photo-button,.classroom-watermarked{position:relative;isolation:isolate;overflow:hidden}.classroom-photo-button::after,.classroom-watermarked::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22180%22%20height%3D%22130%22%20viewBox%3D%220%200%20180%20130%22%3E%3Ctext%20x%3D%2290%22%20y%3D%2265%22%20text-anchor%3D%22middle%22%20dominant-baseline%3D%22middle%22%20transform%3D%22rotate(-28%2090%2065)%22%20fill%3D%22white%22%20fill-opacity%3D%22.28%22%20stroke%3D%22black%22%20stroke-opacity%3D%22.14%22%20stroke-width%3D%22.65%22%20paint-order%3D%22stroke%22%20font-family%3D%22Arial%2Csans-serif%22%20font-size%3D%2228%22%20font-weight%3D%22600%22%20letter-spacing%3D%224%22%3EYUNA%3C%2Ftext%3E%3C%2Fsvg%3E");background-repeat:repeat;background-position:center}
.classroom-watermarked{width:fit-content;max-width:100%;margin:auto;line-height:0}#wechat-open{display:block;border:0;padding:0;background:none;border-radius:12px;cursor:zoom-in}.resume-link{background:transparent;font-family:inherit;cursor:pointer}
#qr-dialog{position:fixed;width:min(440px,calc(100% - 32px));padding:58px 24px 24px;background:#fff;border-radius:20px}#qr-full-image{display:block;width:100%;height:auto;max-height:65dvh;object-fit:contain}#qr-dialog p{text-align:center;font-size:16px;line-height:1.6;margin:20px 0 0}
