*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden;background:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.carousel{position:relative;width:100%;height:100%}.slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transform:translate(100%);transition:opacity .5s ease,transform .5s ease}.slide.active{opacity:1;transform:translate(0);z-index:10}.slide.exiting{opacity:0;transform:translate(-100%);z-index:5}.slide-photo{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;background:#111}.slide-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000d9);padding:60px 40px 40px}.overlay-content{display:flex;justify-content:space-between;align-items:flex-end;max-width:100%}.guest-info{flex:1;color:#fff;padding-right:40px}.guest-name{font-size:36px;font-weight:700;margin-bottom:8px;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.access-id{font-size:20px;font-family:Courier New,monospace;color:#ccc;margin-bottom:12px}.scan-prompt{font-size:24px;color:#4ade80;display:flex;align-items:center;gap:12px}.scan-prompt:after{content:"→";font-size:28px;animation:bounce-right 1s ease infinite}@keyframes bounce-right{0%,to{transform:translate(0)}50%{transform:translate(10px)}}.qr-container{flex-shrink:0;background:#fff;padding:16px;border-radius:16px;box-shadow:0 8px 32px #0000004d}.qr-code{width:200px;height:200px;display:block}.status{position:fixed;top:20px;right:20px;display:flex;align-items:center;gap:8px;padding:8px 16px;background:#000000b3;border-radius:20px;color:#fff;font-size:14px;z-index:100;opacity:.6;transition:opacity .3s}.status:hover{opacity:1}.status-dot{width:10px;height:10px;border-radius:50%;background:#fbbf24}.status.connected .status-dot{background:#4ade80;animation:pulse 2s ease infinite}.status.error .status-dot{background:#ef4444}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.empty-state{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;z-index:50}.empty-icon{font-size:120px;margin-bottom:24px;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.empty-title{font-size:48px;font-weight:700;margin-bottom:16px}.empty-subtitle{font-size:24px;color:#888}.error-state{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(135deg,#2d1f1f,#1a1a1a);color:#fff;z-index:50}.error-icon{font-size:100px;margin-bottom:24px}.error-title{font-size:36px;font-weight:700;margin-bottom:16px;color:#ef4444}.error-message{font-size:20px;color:#888;max-width:600px;text-align:center}.slide-progress{position:absolute;bottom:0;left:0;height:4px;background:#4ade80;width:0%;z-index:20;transition:width linear}@media(max-width:1280px){.guest-name{font-size:28px}.access-id{font-size:16px}.scan-prompt{font-size:20px}.qr-code{width:160px;height:160px}.qr-container{padding:12px}}@media(max-width:768px){.slide-overlay{padding:40px 20px 20px}.guest-name{font-size:24px}.access-id{font-size:14px}.scan-prompt{font-size:16px}.qr-code{width:120px;height:120px}.qr-container{padding:8px;border-radius:8px}.guest-info{padding-right:20px}}
