.screen-recorder[data-v-4f9e8c37]{padding:1rem;border-radius:8px;background-color:#f8f9fa}.controls[data-v-4f9e8c37]{display:flex;gap:1rem;margin-bottom:1rem}.control-btn[data-v-4f9e8c37]{padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;font-weight:600;transition:all .2s ease}.control-btn[data-v-4f9e8c37]:disabled{opacity:.5;cursor:not-allowed}.start[data-v-4f9e8c37]{background-color:#28a745;color:#fff}.stop[data-v-4f9e8c37]{background-color:#dc3545;color:#fff}.pause[data-v-4f9e8c37]{background-color:#ffc107;color:#000}.resume[data-v-4f9e8c37]{background-color:#17a2b8;color:#fff}.preview[data-v-4f9e8c37]{margin-top:1rem}.preview video[data-v-4f9e8c37]{width:100%;max-width:100%;border-radius:4px}.actions[data-v-4f9e8c37]{margin-top:1rem}.action-btn[data-v-4f9e8c37]{padding:.5rem 1rem;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:600}.status[data-v-4f9e8c37]{margin-top:1rem;font-weight:600;color:#dc3545}.app{max-width:1200px;margin:0 auto;padding:2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f9fafb;min-height:100vh}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;padding:1rem 2rem;border-radius:12px;background-color:#fff;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.header h1{background:linear-gradient(45deg,#41b883,#34495e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:2.5rem;font-weight:700}.header-links{display:flex;gap:1rem}.header-link{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;color:#2c3e50;background-color:#f8f9fa;transition:all .2s ease;font-weight:500;border:1px solid #e5e7eb}.header-link:hover{background-color:#41b883;color:#fff;transform:translateY(-1px);box-shadow:0 4px 6px #41b88333}.github-icon,.npm-icon{transition:all .2s ease}.header-link:hover .github-icon,.header-link:hover .npm-icon{color:#fff}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{font-size:1.8rem;color:#2c3e50;font-weight:600}.code-toggle-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;background-color:#41b883;color:#fff;cursor:pointer;transition:all .2s ease;font-weight:500;display:flex;align-items:center;gap:.5rem}.code-toggle-btn:hover{background-color:#3aa876;transform:translateY(-1px);box-shadow:0 4px 6px #41b88333}.code-section{margin:1.5rem 0;padding:1.5rem;background-color:#1a1a1a;border-radius:12px;overflow-x:auto;position:relative;border:1px solid #2d2d2d;box-shadow:0 4px 6px #0000001a}.code-section:before{content:"Vue";position:absolute;top:1rem;right:1rem;padding:.25rem .75rem;background-color:#41b883;color:#fff;border-radius:4px;font-size:.8rem;font-weight:500}.code-section pre{margin:0;padding:0}.code-section code{color:#e4e4e4;font-family:Fira Code,Monaco,Menlo,Ubuntu Mono,monospace;font-size:.95rem;line-height:1.6;display:block;counter-reset:line}.demo-section{margin-bottom:3rem;padding:2rem;border-radius:12px;background-color:#fff;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.custom-controls{display:flex;flex-direction:column;gap:1.5rem;align-items:center;padding:2rem;background-color:#f8f9fa;border-radius:12px;border:1px solid #e5e7eb}.control-group{display:flex;gap:1rem}.custom-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:1rem;display:flex;align-items:center;gap:.5rem}.custom-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.custom-btn:disabled{opacity:.5;cursor:not-allowed}.custom-btn.primary{background-color:#4caf50;color:#fff;box-shadow:0 2px 4px #4caf5033}.custom-btn.danger{background-color:#f44336;color:#fff;box-shadow:0 2px 4px #f4433633}.custom-btn.warning{background-color:#ff9800;color:#fff;box-shadow:0 2px 4px #ff980033}.custom-btn.info{background-color:#2196f3;color:#fff;box-shadow:0 2px 4px #2196f333}.custom-btn.success{background-color:#4caf50;color:#fff;box-shadow:0 2px 4px #4caf5033}.custom-actions{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem;padding:1.5rem;background-color:#f8f9fa;border-radius:12px;border:1px solid #e5e7eb}.custom-status{margin-top:1.5rem;text-align:center;font-weight:600;color:#f44336;font-size:1.1rem;padding:1rem;background-color:#fee2e2;border-radius:8px;border:1px solid #fecaca;display:flex;align-items:center;justify-content:center;gap:.5rem}.events-log{margin-top:3rem;padding:2rem;background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.events-log h2{margin-bottom:1.5rem;color:#2c3e50;font-size:1.8rem;font-weight:600}.log-container{max-height:300px;overflow-y:auto;margin-top:1rem;padding:1rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #e5e7eb}.log-entry{padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;font-family:Fira Code,monospace;color:#2c3e50;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.log-entry:last-child{border-bottom:none}.log-entry:hover{background-color:#f1f5f9}@media (max-width: 768px){.app{padding:1rem}.header{flex-direction:column;gap:1rem;text-align:center;padding:1.5rem}.header h1{font-size:2rem}.header-links{flex-direction:column;width:100%}.header-link{justify-content:center}.section-header{flex-direction:column;gap:1rem;text-align:center}.control-group{flex-direction:column;width:100%}.custom-actions{flex-direction:column}.custom-btn{width:100%;justify-content:center}.demo-section,.events-log{padding:1rem}}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#41b883;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#3aa876}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.card{padding:2em}#app{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}@media (prefers-color-scheme: dark){:root{color:#ffffffde;background-color:#242424}}
