.app{width:100%;height:100%;position:relative;background:#000;outline:none}.stage{position:absolute;top:0;right:0;bottom:0;left:0}.slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.slide.leaving{animation:fadeOut 1s ease forwards;z-index:1}.slide.entering{animation:fadeIn 1s ease forwards;z-index:2}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.loading{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#000}.spinner{width:48px;height:48px;border:3px solid rgba(255,255,255,.12);border-top-color:#fffc;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.overlay{position:absolute;bottom:0;left:0;right:0;padding:48px 40px;background:linear-gradient(to top,rgba(0,0,0,.65) 0%,rgba(0,0,0,.35) 60%,transparent 100%);display:flex;align-items:flex-end;justify-content:space-between;transition:opacity .6s ease;pointer-events:none;z-index:10}.overlay.hidden{opacity:0}.photo-info{display:flex;flex-direction:column;gap:4px}.photo-author{color:#ffffffe6;font-size:18px;font-weight:500;letter-spacing:.3px}.photo-source{color:#fff6;font-size:12px;text-transform:uppercase;letter-spacing:.8px}.controls-hint{display:flex;align-items:center;gap:8px;color:#ffffff4d;font-size:13px}.dot{color:#ffffff26}.pause-badge{background:#ffffff1f;color:#fffc;padding:6px 16px;border-radius:6px;font-size:12px;letter-spacing:1.2px;font-weight:500}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden;background:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;user-select:none;-webkit-user-select:none;cursor:none}
