@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--aura-deep: #0a0a12;--aura-dark: #0f1019;--aura-surface: #151520;--aura-elevated: #1a1a28;--glass-bg: rgba(255, 255, 255, .03);--glass-border: rgba(255, 255, 255, .08);--glass-hover: rgba(255, 255, 255, .06);--emerald-400: #34d399;--emerald-500: #10b981;--emerald-600: #059669;--emerald-glow: rgba(16, 185, 129, .4);--emerald-subtle: rgba(16, 185, 129, .1);--blue-400: #60a5fa;--blue-glow: rgba(59, 130, 246, .3);--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .7);--text-muted: rgba(255, 255, 255, .4);--text-faint: rgba(255, 255, 255, .25)}html,body{height:100%;overflow:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--aura-deep);color:var(--text-primary);display:flex;flex-direction:column;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse 80% 50% at 20% -20%,rgba(16,185,129,.12) 0%,transparent 50%),radial-gradient(ellipse 60% 40% at 80% 0%,rgba(59,130,246,.1) 0%,transparent 50%),radial-gradient(ellipse 50% 30% at 10% 100%,rgba(251,146,60,.06) 0%,transparent 50%),radial-gradient(ellipse 40% 40% at 90% 90%,rgba(16,185,129,.06) 0%,transparent 50%);pointer-events:none;z-index:-1}header{padding:20px 32px;display:flex;align-items:center;justify-content:space-between;background:var(--glass-bg);backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);border-bottom:1px dashed var(--glass-border);position:relative;z-index:100;flex-shrink:0}header:before{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(16,185,129,.3),transparent)}header:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(255,255,255,.02) 1px,transparent 1px);background-size:16px 16px;pointer-events:none}.logo{display:flex;align-items:center;gap:14px;text-decoration:none;color:var(--text-primary);position:relative;z-index:1}.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--emerald-500),var(--emerald-600));border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 25px var(--emerald-glow)}.logo-icon svg{width:22px;height:22px;color:#fff}.logo-text{font-weight:700;font-size:20px;letter-spacing:-.02em;background:linear-gradient(135deg,var(--text-primary),var(--text-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}#sessionStatus{font-size:13px;color:var(--text-muted);padding:10px 18px;background:var(--glass-bg);border:1px dashed var(--glass-border);border-radius:999px;font-weight:500;letter-spacing:.01em;position:relative;z-index:1}main{flex:1;display:flex;padding:24px;gap:24px;position:relative;overflow:hidden}main:before{content:"";position:absolute;top:50%;left:35%;transform:translate(-50%,-50%);width:500px;height:500px;background:radial-gradient(circle,var(--emerald-glow) 0%,transparent 60%);filter:blur(100px);opacity:.3;animation:pulse 8s ease-in-out infinite;pointer-events:none}main:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 24 24' fill='none' stroke='rgba(16,185,129,0.02)' stroke-width='0.5' stroke-dasharray='2 3'%3E%3Cpolygon points='5 3 19 12 5 21 5 3'/%3E%3C/svg%3E");background-size:80px 80px;pointer-events:none}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.3}50%{transform:translate(-50%,-50%) scale(1.1);opacity:.4}}.player-wrapper{flex:1;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}#replayContainer{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--glass-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:2px dashed var(--glass-border);border-radius:16px;padding:16px;box-shadow:0 0 0 1px #ffffff0d inset,0 25px 80px #00000080,0 0 80px var(--emerald-glow);transition:all .3s ease}#replayContainer:hover{border-color:var(--emerald-500);border-style:solid}.rr-controller div.switch{border-radius:999px!important;height:30px!important;display:flex!important;align-items:center!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;position:relative!important;overflow:hidden!important;margin-left:auto!important}.rr-controller div.switch:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;opacity:0!important;transition:opacity .4s ease!important;pointer-events:none!important}.rr-controller div.switch:hover:before{opacity:1!important}.rr-controller div.switch>span.label{font-size:12px!important;font-weight:500!important;color:var(--text-secondary)!important;letter-spacing:.02em!important;-webkit-user-select:none!important;user-select:none!important;transition:color .3s ease!important;white-space:nowrap!important;order:2!important}.rr-controller div.switch:has(input:checked)>span.label{color:var(--emerald-400)!important}.rr-controller div.switch>input[type=checkbox]{opacity:0!important;width:0!important;height:0!important;position:absolute!important}.rr-controller div.switch>label{position:relative!important;display:inline-block!important;width:42px!important;height:24px!important;cursor:pointer!important;flex-shrink:0!important;order:1!important;background:#ffffff1a!important;border-radius:999px!important;transition:all .3s ease!important;border:1px solid rgba(255,255,255,.1)!important}.rr-controller div.switch>label:before{content:""!important;position:absolute!important;height:18px!important;width:18px!important;left:3px!important;top:50%!important;transform:translateY(-50%)!important;background-color:#fff!important;border-radius:50%!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;box-shadow:0 2px 4px #0003!important}.rr-controller div.switch>label:after{content:none!important;display:none!important}.rr-controller div.switch>input:checked+label{background:var(--emerald-500)!important;border-color:var(--emerald-400)!important}.rr-controller div.switch>input:checked+label:before{transform:translate(18px,-50%)!important;background-color:#fff!important}.summary-panel{width:360px;flex-shrink:0;background:var(--glass-bg);backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);border:1px dashed var(--glass-border);border-radius:16px;display:flex;flex-direction:column;position:relative;z-index:1;overflow:hidden;transition:border-color .3s ease}.summary-panel:hover{border-color:#ffffff1f}.summary-panel:before{content:"";position:absolute;top:80px;right:10px;width:100px;height:100px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 24 24' fill='none' stroke='rgba(16,185,129,0.04)' stroke-width='0.5' stroke-dasharray='2 2'%3E%3Cpolygon points='5 3 19 12 5 21 5 3'/%3E%3C/svg%3E");background-size:50px 50px;pointer-events:none}.summary-panel:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(16,185,129,.4),transparent)}.summary-header{padding:20px;border-bottom:1px dashed var(--glass-border);display:flex;flex-direction:column;gap:16px}.summary-title{display:flex;align-items:center;gap:12px}.summary-title svg{width:24px;height:24px;color:var(--emerald-400)}.summary-title h2{font-size:16px;font-weight:600;letter-spacing:-.01em;background:linear-gradient(135deg,var(--text-primary),var(--text-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.language-selector{display:flex;align-items:center;gap:10px;position:relative}.language-selector label{display:flex;align-items:center}.language-selector label svg{width:18px;height:18px;color:var(--text-muted)}.language-selector select{flex:1;padding:10px 36px 10px 14px;background:var(--glass-bg);border:1px dashed var(--glass-border);border-radius:8px;color:var(--text-primary);font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.4)' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;transition:all .2s ease}.language-selector select:hover{border-color:#ffffff26}.language-selector select:focus{outline:none;border-color:var(--emerald-500);border-style:solid;box-shadow:0 0 0 3px var(--emerald-subtle)}.summary-content{flex:1;padding:20px;overflow-y:auto;position:relative}.summary-content:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(255,255,255,.015) 1px,transparent 1px);background-size:12px 12px;pointer-events:none}.summary-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px;color:var(--text-muted);position:relative;z-index:1}.summary-spinner{width:36px;height:36px;border:2px solid var(--glass-border);border-top-color:var(--emerald-400);border-radius:50%;animation:spin 1s linear infinite;box-shadow:0 0 20px var(--emerald-glow)}.summary-loading p{font-size:13px;font-weight:500}.summary-text{position:relative;z-index:1;font-size:14px;line-height:1.7;color:var(--text-secondary)}.summary-text h4{font-size:13px;font-weight:600;color:var(--emerald-400);margin-bottom:12px;margin-top:20px;text-transform:uppercase;letter-spacing:.05em}.summary-text h4:first-child{margin-top:0}.summary-text p{margin-bottom:16px}.summary-text p:last-child{margin-bottom:0}.summary-text ul,.summary-text ol{margin:16px 0;padding-left:0;list-style:none}.summary-text li{position:relative;padding-left:20px;margin-bottom:10px}.summary-text ul li:before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;border:1px dashed var(--emerald-400);border-radius:50%}.summary-text ol{counter-reset:item}.summary-text ol li{counter-increment:item}.summary-text ol li:before{content:counter(item);position:absolute;left:0;top:0;font-size:12px;font-weight:600;color:var(--emerald-400)}.summary-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px;color:var(--text-muted);text-align:center;position:relative;z-index:1}.summary-error svg{width:40px;height:40px;color:#ef444499}.summary-error p{font-size:14px}.summary-error button{margin-top:8px;padding:10px 20px;background:var(--emerald-subtle);border:1px dashed var(--emerald-500);border-radius:8px;color:var(--emerald-400);font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.summary-error button:hover{background:#10b98126;border-style:solid}.translation-notice{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#fb923c1a;border:1px dashed rgba(251,146,60,.3);border-radius:8px;margin-bottom:16px;font-size:12px;color:#fb923ce6;animation:fadeIn .3s ease}.translation-notice svg{width:16px;height:16px;flex-shrink:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.summary-footer{padding:16px 20px;border-top:1px dashed var(--glass-border)}.powered-by{display:flex;align-items:center;justify-content:center;gap:6px;font-size:11px;color:var(--text-faint)}.powered-by a{color:var(--emerald-400);text-decoration:none;transition:color .2s ease}.powered-by a:hover{color:var(--emerald-300)}.rr-player{background:var(--aura-surface)!important;border-radius:12px!important;overflow:hidden!important}.rr-player__frame{background:var(--aura-dark)!important}.rr-controller{background:linear-gradient(to top,var(--aura-elevated),var(--aura-surface))!important;border-top:1px dashed var(--glass-border)!important;padding:16px 20px!important;position:relative!important}.rr-controller:before{content:""!important;position:absolute!important;right:20px!important;top:50%!important;transform:translateY(-50%)!important;width:60px!important;height:60px!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' fill='none' stroke='rgba(16,185,129,0.06)' stroke-width='0.5' stroke-dasharray='2 2'%3E%3Cpolygon points='5 3 19 12 5 21 5 3'/%3E%3C/svg%3E")!important;background-size:30px 30px!important;pointer-events:none!important;opacity:.8!important}.rr-controller__btns{gap:8px!important}.rr-controller__btns button{background:var(--glass-bg)!important;border:1px dashed var(--glass-border)!important;border-radius:8px!important;color:var(--text-secondary)!important;transition:all .2s ease!important;padding:8px 12px!important}.rr-controller__btns button:hover,.rr-controller__btns button.active{background:var(--emerald-subtle)!important;border-color:var(--emerald-500)!important;border-style:solid!important;color:var(--emerald-400)!important}.rr-timeline{display:flex!important;align-items:center!important;height:auto!important;margin-bottom:12px!important;background:transparent!important;overflow:visible!important;padding:0 4px!important}.rr-timeline__area{background:#ffffff0f!important;height:4px!important;border-radius:999px!important;margin-bottom:12px!important;flex-grow:1!important;position:relative!important;cursor:pointer!important}.rr-timeline__time{font-size:12px!important;color:var(--text-muted)!important;font-weight:500!important;font-family:Inter,sans-serif!important;white-space:nowrap!important}.rr-progress{border:1px dashed var(--glass-border)!important;background:linear-gradient(90deg,var(--emerald-500),var(--emerald-400))!important;box-shadow:0 0 10px var(--emerald-glow)!important}.rr-progress__handler{width:18px!important;height:18px!important;background:#fff!important;border:2px solid var(--emerald-500)!important;box-shadow:0 0 10px var(--emerald-glow)!important;border-radius:50%!important;position:absolute!important;top:50%!important;transform:translate(-50%,-50%)!important;z-index:2!important}.rr-controller select{background:var(--glass-bg)!important;border:1px dashed var(--glass-border)!important;border-radius:8px!important;color:var(--text-secondary)!important;padding:8px 12px!important;font-family:Inter,sans-serif!important;font-size:13px!important;font-weight:500!important;cursor:pointer!important}.rr-controller select:hover{border-color:var(--emerald-500)!important;border-style:solid!important}.rr-controller select:focus{outline:none!important;border-color:var(--emerald-500)!important;border-style:solid!important;box-shadow:0 0 0 3px var(--emerald-subtle)!important}.rr-controller__btns button:first-child{background:linear-gradient(135deg,var(--emerald-500),var(--emerald-600))!important;border:none!important;color:#fff!important;box-shadow:0 0 20px var(--emerald-glow)!important}.rr-controller__btns button:first-child:hover{transform:scale(1.05)!important;box-shadow:0 0 30px var(--emerald-glow)!important}.rr-controller__btns button:first-child svg{width:30px!important;height:30px!important;transform:scale(2)}.error-message{text-align:center;padding:60px 40px;color:var(--text-muted);font-size:15px;max-width:400px;margin:0 auto;line-height:1.7;position:relative}.error-message:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.02)' stroke-width='0.5' stroke-dasharray='2 2'%3E%3Cpolygon points='5 3 19 12 5 21 5 3'/%3E%3C/svg%3E");background-size:60px 60px;pointer-events:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff26}::selection{background:#10b9814d;color:#fff}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:80px;color:var(--text-muted)}.loading-spinner{width:48px;height:48px;border:2px solid var(--glass-border);border-top-color:var(--emerald-400);border-radius:50%;animation:spin 1s linear infinite;box-shadow:0 0 25px var(--emerald-glow)}@keyframes spin{to{transform:rotate(360deg)}}.rr-controller__btns button[title*=fullscreen],.rr-controller__btns button[title*=Fullscreen]{background:var(--glass-bg)!important;border-radius:8px!important;color:var(--text-secondary)!important;transition:all .2s ease!important;padding:8px 12px!important}.rr-controller__btns button[title*=fullscreen]:hover,.rr-controller__btns button[title*=Fullscreen]:hover{background:var(--emerald-subtle)!important;border-color:var(--emerald-500)!important}.rr-controller__btns button[title*=fullscreen] svg,.rr-controller__btns button[title*=Fullscreen] svg{width:30px!important;height:30px!important;scale:2;color:var(--text-secondary)!important;fill:var(--text-secondary)!important;stroke:var(--text-secondary)!important}.rr-controller__btns button:last-child{background:var(--glass-bg)!important;border-radius:8px!important;color:var(--text-secondary)!important;transition:all .2s ease!important;padding:8px 12px!important}.rr-controller__btns button:last-child:hover{background:var(--emerald-subtle)!important;border-color:var(--emerald-500)!important}.rr-controller__btns button:last-child svg{width:30px!important;height:30px!important;scale:2;color:var(--text-secondary)!important;fill:var(--text-secondary)!important;stroke:var(--text-secondary)!important}@media (max-width: 1024px){main{flex-direction:column;padding:16px;gap:16px}.summary-panel{width:100%;max-height:300px}.player-wrapper{flex:none}}@media (max-width: 768px){header{padding:16px 20px;flex-direction:column;gap:12px}.logo-text{font-size:18px}#sessionStatus{font-size:12px;padding:8px 14px}main{padding:12px}#replayContainer{padding:12px;border-radius:12px}.summary-panel{border-radius:12px}}.switch.svelte-a6h7w7.svelte-a6h7w7.svelte-a6h7w7{height:1em;display:flex;align-items:center}.switch.disabled.svelte-a6h7w7.svelte-a6h7w7.svelte-a6h7w7{opacity:.5}.label.svelte-a6h7w7.svelte-a6h7w7.svelte-a6h7w7{margin:0 8px}.switch.svelte-a6h7w7 input[type=checkbox].svelte-a6h7w7.svelte-a6h7w7{position:absolute;opacity:0}.switch.svelte-a6h7w7 label.svelte-a6h7w7.svelte-a6h7w7{width:2em;height:1em;position:relative;cursor:pointer;display:block}.switch.disabled.svelte-a6h7w7 label.svelte-a6h7w7.svelte-a6h7w7{cursor:not-allowed}.switch.svelte-a6h7w7 label.svelte-a6h7w7.svelte-a6h7w7:before{content:"";position:absolute;width:2em;height:1em;left:.1em;transition:background .1s ease;background:#4950f680;border-radius:50px}.switch.svelte-a6h7w7 label.svelte-a6h7w7.svelte-a6h7w7:after{content:"";position:absolute;width:1em;height:1em;border-radius:50px;left:0;transition:all .2s ease;box-shadow:0 2px 5px #0000004d;background:#fcfff4;animation:switch-off .2s ease-out;z-index:2}.switch.svelte-a6h7w7 input[type=checkbox].svelte-a6h7w7:checked+label.svelte-a6h7w7:before{background:#4950f6}.switch.svelte-a6h7w7 input[type=checkbox].svelte-a6h7w7:checked+label.svelte-a6h7w7:after{animation:switch-on .2s ease-out;left:1.1em}.rr-controller.svelte-189zk2r.svelte-189zk2r{width:100%;height:80px;background:#fff;display:flex;flex-direction:column;justify-content:space-around;align-items:center;border-radius:0 0 5px 5px}.rr-timeline.svelte-189zk2r.svelte-189zk2r{width:80%;display:flex;align-items:center}.rr-timeline__time.svelte-189zk2r.svelte-189zk2r{display:inline-block;width:100px;text-align:center;color:#11103e}.rr-progress.svelte-189zk2r.svelte-189zk2r{flex:1;height:12px;background:#eee;position:relative;border-radius:3px;cursor:pointer;box-sizing:border-box;border-top:solid 4px #fff;border-bottom:solid 4px #fff}.rr-progress.disabled.svelte-189zk2r.svelte-189zk2r{cursor:not-allowed}.rr-progress__step.svelte-189zk2r.svelte-189zk2r{height:100%;position:absolute;left:0;top:0;background:#e0e1fe}.rr-progress__handler.svelte-189zk2r.svelte-189zk2r{width:20px;height:20px;border-radius:10px;position:absolute;top:2px;transform:translate(-50%,-50%);background:#4950f6}.rr-controller__btns.svelte-189zk2r.svelte-189zk2r{display:flex;align-items:center;justify-content:center;font-size:13px}.rr-controller__btns.svelte-189zk2r button.svelte-189zk2r{width:32px;height:32px;display:flex;padding:0;align-items:center;justify-content:center;background:none;border:none;border-radius:50%;cursor:pointer}.rr-controller__btns.svelte-189zk2r button.svelte-189zk2r:active{background:#e0e1fe}.rr-controller__btns.svelte-189zk2r button.active.svelte-189zk2r{color:#fff;background:#4950f6}.rr-controller__btns.svelte-189zk2r button.svelte-189zk2r:disabled{cursor:not-allowed}.replayer-wrapper{position:relative}.replayer-mouse{position:absolute;width:20px;height:20px;transition:left .05s linear,top .05s linear;background-size:contain;background-position:center center;background-repeat:no-repeat;background-image:url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjMDAwMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iTGF5ZXIgMSIgdmlld0JveD0iMCAwIDUwIDUwIiB4PSIwcHgiIHk9IjBweCI+PHRpdGxlPkRlc2lnbl90bnA8L3RpdGxlPjxwYXRoIGQ9Ik00OC43MSw0Mi45MUwzNC4wOCwyOC4yOSw0NC4zMywxOEExLDEsMCwwLDAsNDQsMTYuMzlMMi4zNSwxLjA2QTEsMSwwLDAsMCwxLjA2LDIuMzVMMTYuMzksNDRhMSwxLDAsMCwwLDEuNjUuMzZMMjguMjksMzQuMDgsNDIuOTEsNDguNzFhMSwxLDAsMCwwLDEuNDEsMGw0LjM4LTQuMzhBMSwxLDAsMCwwLDQ4LjcxLDQyLjkxWm0tNS4wOSwzLjY3TDI5LDMyYTEsMSwwLDAsMC0xLjQxLDBsLTkuODUsOS44NUwzLjY5LDMuNjlsMzguMTIsMTRMMzIsMjcuNThBMSwxLDAsMCwwLDMyLDI5TDQ2LjU5LDQzLjYyWiI+PC9wYXRoPjwvc3ZnPg==);border-color:transparent}.replayer-mouse:after{content:"";display:inline-block;width:20px;height:20px;background:#4950f6;border-radius:100%;transform:translate(-50%,-50%);opacity:.3}.replayer-mouse.active:after{animation:click .2s ease-in-out 1}.replayer-mouse.touch-device{background-image:none;width:70px;height:70px;border-width:4px;border-style:solid;border-radius:100%;margin-left:-37px;margin-top:-37px;border-color:#4950f600;transition:left 0s linear,top 0s linear,border-color .2s ease-in-out}.replayer-mouse.touch-device.touch-active{border-color:#4950f6;transition:left .25s linear,top .25s linear,border-color .2s ease-in-out}.replayer-mouse.touch-device:after{opacity:0}.replayer-mouse.touch-device.active:after{animation:touch-click .2s ease-in-out 1}.replayer-mouse-tail{position:absolute;pointer-events:none}@keyframes click{0%{opacity:.3;width:20px;height:20px}50%{opacity:.5;width:10px;height:10px}}@keyframes touch-click{0%{opacity:0;width:20px;height:20px}50%{opacity:.5;width:10px;height:10px}}.rr-player{position:relative;background:#fff;float:left;border-radius:5px;box-shadow:0 24px 48px #11103e1f}.rr-player__frame{overflow:hidden}.replayer-wrapper{float:left;clear:both;transform-origin:top left;left:50%;top:50%}.replayer-wrapper>iframe{border:none}
