*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000;color:#fff;overflow:hidden}#root{width:100vw;height:100vh;overflow:hidden}.screen{width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.connecting-screen{background:linear-gradient(135deg,#1e1b4b,#312e81)}.logo-container{text-align:center;margin-bottom:3rem}.logo{height:120px;width:auto;margin-bottom:2rem;filter:drop-shadow(0 4px 20px rgba(255,255,255,.3))}.company-name{font-size:4rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tagline{font-size:1.5rem;color:#ffffffb3}.status{text-align:center}.spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.1);border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}.idle-screen{background:url(/JP_building.jpeg) center/cover no-repeat fixed,linear-gradient(135deg,#1e3a8a,#312e81);background-blend-mode:overlay}.logo-large{height:200px;width:auto;margin-bottom:3rem;filter:drop-shadow(0 8px 30px rgba(255,255,255,.4))}.company-name-large{font-size:6rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 4px 30px rgba(0,0,0,.5)}.tagline-large{font-size:2rem;color:#ffffffe6;margin-bottom:4rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}.ready-indicator{display:flex;align-items:center;gap:1rem;font-size:1.5rem;padding:1rem 2rem;background:#22c55e33;border:2px solid rgba(34,197,94,.5);border-radius:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pulse-dot{width:16px;height:16px;background:#22c55e;border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.cast-screen{background:#000;justify-content:flex-start}.cast-header{width:100%;padding:1.5rem 3rem;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 20px #00000080;z-index:10}.cast-title{font-size:2rem;font-weight:700}.presenter{font-size:1.2rem;color:#ffffffe6}.presenter-name{font-weight:600;color:#fbbf24}.image-container{flex:1;width:100%;display:flex;align-items:center;justify-content:center;padding:2rem;overflow:hidden}.cast-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:1rem;box-shadow:0 10px 50px #00000080}.cast-footer{width:100%;padding:1rem 3rem;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;gap:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.footer-logo{height:50px;width:auto}.footer-text{font-size:1.1rem;color:#fffc}
