:root{font-family: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}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;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}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--primary: #2563eb;--bg: #0f172a;--card: #1e293b;--text: #f8fafc;--text-muted: #94a3b8;--danger: #ef4444}body{margin:0;background-color:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.mobile-container{min-height:100vh;padding:1rem;display:flex;flex-direction:column}.mobile-header{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;padding-top:1rem}.status-card{background-color:var(--card);border-radius:1rem;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:2rem}.loader-spinner{width:24px;height:24px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.gallery-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.gallery-header h2{font-size:1.1rem;margin:0}.add-btn{display:flex;align-items:center;gap:.5rem;background-color:var(--primary);padding:.5rem 1rem;border-radius:2rem;font-weight:500;font-size:.9rem;cursor:pointer}.file-list{display:flex;flex-direction:column;gap:.75rem}.file-item{background-color:var(--card);padding:.75rem;border-radius:.75rem;display:flex;align-items:center;gap:1rem}.file-icon{width:48px;height:48px;border-radius:.5rem;overflow:hidden;background-color:#ffffff0d;display:flex;align-items:center;justify-content:center;flex-shrink:0}.file-icon img{width:100%;height:100%;object-fit:cover}.file-info{flex:1;min-width:0}.file-name{font-weight:500;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-meta{font-size:.8rem;color:var(--text-muted)}.remove-btn{background:none;border:none;color:var(--text-muted);padding:.5rem;cursor:pointer}.empty-gallery{text-align:center;padding:4rem 2rem;color:var(--text-muted);border:2px dashed rgba(255,255,255,.1);border-radius:1rem}.logs-drawer{margin-top:auto;padding-top:2rem;font-size:.8rem;color:var(--text-muted)}.logs-scroller{background-color:#000;padding:.5rem;border-radius:.5rem;max-height:150px;overflow-y:auto;margin-top:.5rem;font-family:monospace}
