:root{--background:#0a0a0a;--foreground:#ededed;--muted:#9a9a9a;--border:#2a2a2a;--teal-dark:#085041;--teal-mid:#1d9e75;--teal-light:#5dcaa5;--teal-pale:#9fe1cb;--accent:var(--teal-mid);--accent-contrast:#ffffff;--tag-bg:var(--teal-pale);--tag-fg:var(--teal-dark)}html{height:100%}body,html{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--foreground);background:var(--background);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}input:not([type=file]),select,textarea{font:inherit;color:inherit;background:var(--background);border:1px solid var(--border);border-radius:6px;padding:8px 10px}input:not([type=file]):focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.menu-item{display:block;width:100%;text-align:left;border:0;background:none;font:inherit;color:var(--foreground);padding:8px 10px;border-radius:6px;cursor:pointer}.menu-item:hover{background:var(--tag-bg)}.file-field{position:relative;align-items:center;gap:12px;border:1px solid var(--border);border-radius:6px;background:var(--background);padding:14px 16px;cursor:pointer}.file-field:focus-within{outline:2px solid var(--accent);outline-offset:2px}@media (prefers-color-scheme:dark){html{color-scheme:dark}}