@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;600;700&family=Cormorant+Garamond:wght@400;500;600&display=swap");:root{--color-gold:#d4a84b;--color-gold-light:#e8c97a;--color-gold-dark:#a67c3d;--color-sky:#7eb5d6;--color-sky-dark:#4a7a9e;--color-brown:#8b6b4a;--color-bg:#0d1117;--color-bg-card:rgba(26,30,38,0.95);--color-text:#f0ebe3;--color-text-muted:#9ca3af;--color-accent:#d4a84b;--font-cn:"Noto Serif SC",serif;--font-en:"Cormorant Garamond",serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-cn);background:linear-gradient(180deg,#0d1520,#1a1510 50%,#0d1117);color:var(--color-text);min-height:100vh;overflow-x:hidden}body:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 30% 10%,rgba(126,181,214,.06) 0,transparent 50%),radial-gradient(ellipse at 70% 30%,rgba(212,168,75,.05) 0,transparent 40%),radial-gradient(ellipse at 20% 80%,rgba(139,107,74,.04) 0,transparent 50%);pointer-events:none;z-index:0}.card{background:var(--color-bg-card);border:1px solid rgba(201,169,98,.2);border-radius:4px;padding:2.5rem;position:relative;overflow:hidden}.card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,var(--color-gold),transparent)}h1,h2,h3{font-weight:600;color:var(--color-gold)}h1{font-size:clamp(2rem,5vw,3.5rem);letter-spacing:.1em}h2{font-size:clamp(1.5rem,3vw,2rem);letter-spacing:.05em;margin-bottom:1.5rem}p{line-height:1.9;color:var(--color-text);text-align:justify}.en{font-family:var(--font-en);font-weight:500}.gold{color:var(--color-gold)}.muted{color:var(--color-text-muted)}.divider{width:60px;height:1px;background:linear-gradient(90deg,transparent,var(--color-gold),transparent);margin:1.5rem auto}.nav-hint{position:fixed;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:.5rem;color:var(--color-text-muted);font-size:.875rem;z-index:100;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-8px)}}.progress-dots{position:fixed;right:2rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:.75rem;z-index:100}.progress-dot{width:8px;height:8px;border-radius:50%;background:rgba(201,169,98,.3);cursor:pointer;transition:all .3s ease}.progress-dot.active{background:var(--color-gold);box-shadow:0 0 10px rgba(201,169,98,.5)}.progress-dot:hover{background:var(--color-gold-light)}@media (max-width:1024px){.card{padding:2rem}}@media (max-width:768px){.card{padding:1rem;margin:0 .5rem;border-radius:8px}h1{font-size:1.5rem;letter-spacing:.1em}h2{font-size:1.1rem;margin-bottom:.75rem}p{font-size:.85rem;line-height:1.6}.progress-dots{right:.5rem;gap:.4rem}.progress-dots button{width:6px!important;height:6px!important}.nav-hint{bottom:.75rem;font-size:.75rem}.sessions-grid{grid-template-columns:1fr 1fr;gap:.5rem}.session-card{padding:.75rem}.session-card h3{font-size:.9rem;margin-bottom:.25rem}.session-date{font-size:.75rem}.session-venue{font-size:.8rem;margin-bottom:.5rem}.session-venue .muted{font-size:.7rem}.session-card iframe{height:100px!important}.video-container{padding-top:45%}.award-badge{font-size:.7rem;padding:.3rem .6rem}.divider{margin:.75rem auto}.page-title{margin-bottom:.75rem}.page-title .subtitle{font-size:.85rem;margin-top:.25rem}.poster-page{gap:.75rem}.poster-image{max-width:200px}.poster-info p:first-child{font-size:.85rem}.poster-info p:last-child{font-size:1.1rem}.video-hint{margin-top:.75rem;font-size:.75rem}.award-highlight{padding:.75rem;margin-bottom:.75rem}.award-festival{font-size:.9rem}.award-festival-en{font-size:.7rem}.award-title{font-size:1rem;margin-top:.5rem}.award-count{margin-bottom:.75rem;font-size:.85rem}.highlight-number{font-size:1.1rem}.synopsis-text{margin-bottom:.75rem;text-indent:1.5em}.synopsis-quote{font-size:.85rem}.vision-text{margin-bottom:.75rem;text-indent:1.5em}.vision-quote{padding:1rem}.vision-quote p{font-size:.95rem}.vision-closing{margin-top:1rem}.vision-closing p{font-size:.8rem}}@media (max-width:375px){.card{padding:.75rem}h1{font-size:1.25rem}h2{font-size:.95rem;margin-bottom:.5rem}p{font-size:.75rem;line-height:1.5}.sessions-grid{gap:.3rem}.session-card{padding:.4rem}.session-card h3{font-size:.8rem}.session-card iframe{height:70px!important}.poster-image{max-width:160px}.award-badge{font-size:.65rem;padding:.25rem .5rem}.vision-quote p{font-size:.85rem}}@media (hover:none) and (pointer:coarse){.btn{padding:1rem 1.5rem;min-height:48px}.progress-dots button{min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}}@supports (padding:max(0px)){body{padding-left:max(0px,env(safe-area-inset-left));padding-right:max(0px,env(safe-area-inset-right));padding-bottom:max(0px,env(safe-area-inset-bottom))}}.video-container{position:relative;width:100%;padding-top:56.25%;border-radius:4px;overflow:hidden;background:#000}.video-container iframe,.video-container video{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.sessions-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.session-card{background:rgba(201,169,98,.05);border:1px solid rgba(201,169,98,.2);border-radius:4px;padding:1rem}.session-card h3{font-size:1rem;margin-bottom:.5rem;display:flex;flex-direction:column;gap:.25rem}.session-date{font-size:.85rem;color:var(--color-text-muted);font-weight:400}.session-venue{display:flex;flex-direction:column;margin-bottom:.75rem;font-size:.9rem}.session-venue .muted{font-size:.8rem}.award-badge{background:rgba(201,169,98,.1);border:1px solid rgba(201,169,98,.3);border-radius:20px;padding:.5rem 1rem;font-size:.875rem;margin:.25rem}.award-badge,.btn{display:inline-flex;align-items:center;gap:.5rem}.btn{background:transparent;border:1px solid var(--color-gold);color:var(--color-gold);padding:.75rem 1.5rem;border-radius:4px;font-family:var(--font-cn);font-size:1rem;cursor:pointer;transition:all .3s ease}.btn:hover{background:var(--color-gold);color:var(--color-bg)}.page-title{text-align:center;margin-bottom:1.5rem}.page-title .subtitle{display:block;font-size:1rem;color:var(--color-text-muted);margin-top:.5rem;font-weight:400}.poster-page{display:flex;flex-direction:column;align-items:center;gap:1rem}.poster-image{position:relative;width:100%;max-width:280px;aspect-ratio:5120/7715;border-radius:8px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.5),0 0 40px rgba(212,168,75,.15)}.poster-info{text-align:center}.poster-info p:first-child{font-size:1rem;margin-bottom:.25rem}.poster-info p:last-child{font-size:1.3rem;font-weight:600}.video-hint{text-align:center;margin-top:1rem;font-size:.85rem}.award-highlight{background:rgba(201,169,98,.08);border-radius:8px;padding:1rem;margin-bottom:1rem;text-align:center}.award-festival{font-size:1rem;font-weight:600;margin-bottom:.25rem}.award-festival-en{font-size:.8rem}.award-title{font-size:1.2rem;color:var(--color-gold-light);margin-top:.75rem;font-weight:600}.award-count{text-align:center;margin-bottom:1rem}.highlight-number{font-size:1.3rem;font-weight:600}.award-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem}.award-badge.more{opacity:.7}.synopsis-text{margin-bottom:1rem;text-indent:2em}.synopsis-quote{text-align:center;font-style:italic}.vision-text{margin-bottom:1rem;text-indent:2em}.vision-quote{background:rgba(201,169,98,.08);border-radius:8px;padding:1.25rem;text-align:center}.vision-quote p{font-size:1.1rem;font-weight:600;text-align:center}.vision-quote p:first-child{margin-bottom:.5rem}.vision-closing{margin-top:1.25rem;text-align:center}.vision-closing p{font-size:.85rem;text-align:center}.vision-closing p:last-child{margin-top:.25rem}