:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;padding:1rem}#app{max-width:800px;margin:0 auto}header{text-align:center;margin-bottom:2rem}h1{font-size:2.5em;line-height:1.1;margin-bottom:.5rem}h3{margin-top:1.5rem;margin-bottom:.5rem}section{margin-bottom:2rem;padding:1rem;border:1px solid #333;border-radius:8px;background-color:#1a1a1a}.controls{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.status,.permissions{display:grid;gap:.5rem}.status-item,.permission-item{display:flex;justify-content:space-between;padding:.5rem;background-color:#2a2a2a;border-radius:4px}.data-preview{text-align:left}#data-display{background-color:#0a0a0a;padding:1rem;border-radius:4px;overflow-x:auto;font-size:.8rem;line-height:1.3;max-height:300px;overflow-y:auto}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#646cff;color:#fff;cursor:pointer;transition:background-color .25s}button:hover{background-color:#535bf2}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}button:disabled{background-color:#555;cursor:not-allowed;opacity:.6}#start-btn{background-color:#4caf50}#start-btn:hover:not(:disabled){background-color:#45a049}#stop-btn{background-color:#f44336}#stop-btn:hover:not(:disabled){background-color:#da190b}#export-json-btn,#export-csv-btn{background-color:#ff9800}#export-json-btn:hover,#export-csv-btn:hover{background-color:#e68900}#clear-data-btn{background-color:#9c27b0}#clear-data-btn:hover{background-color:#7b1fa2}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}section{border:1px solid #ddd;background-color:#f9f9f9}.status-item,.permission-item{background-color:#e9e9e9}#data-display{background-color:#f5f5f5;color:#333}}@media (max-width: 600px){.controls{flex-direction:column}button{width:100%}}
