:root{color-scheme:light dark;--bg: #f4f5f7;--surface: #ffffff;--text: #1c1e21;--muted: #6b7280;--border: #e2e4e8;--positive: #1f9d55;--negative: #d64545;--accent: #2f6feb}@media (prefers-color-scheme: dark){:root{--bg: #16181c;--surface: #1f2229;--text: #f2f3f5;--muted: #9aa0ab;--border: #2c2f36}}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text)}.app-shell{max-width:720px;margin:0 auto;padding:16px}.app-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.role-badge{color:var(--muted);font-size:.85rem}.tabs{display:flex;gap:8px;margin-bottom:12px}.tabs button{flex:1;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:8px;padding:8px 12px;cursor:pointer;font-size:.9rem}.tabs button.active{background:var(--accent);color:#fff;border-color:var(--accent)}.card-meta{color:var(--muted);font-size:.82rem;margin-bottom:8px}.queue{display:flex;flex-direction:column;gap:12px}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:12px 16px}.card-header{display:flex;justify-content:space-between;color:var(--muted);font-size:.85rem;margin-bottom:8px}.card-files{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.file-link{display:flex;align-items:center;gap:8px}.file-link button{background:none;border:1px solid var(--border);border-radius:6px;padding:5px 9px;font-size:.8rem;color:var(--accent);cursor:pointer}.file-size{color:var(--muted);font-size:.8rem}.file-error{color:var(--negative);font-size:.8rem}.card-actions{display:flex;flex-wrap:wrap;gap:6px;align-items:flex-start}.card-actions button{border:none;border-radius:6px;padding:6px 10px;font-size:.78rem;line-height:1.2;cursor:pointer;color:#fff;white-space:nowrap}.card-actions button:disabled{opacity:.5;cursor:default}.card-actions button.positive{background:var(--positive)}.card-actions button.negative{background:var(--negative)}.print-button-wrap{display:flex;flex-direction:column;gap:4px}.card-actions button.print{background:var(--accent)}.stub-shell{display:flex;align-items:center;justify-content:center;min-height:60vh}.stub-card{text-align:center;color:var(--muted);max-width:320px}.stub-icon{font-size:2.5rem;margin-bottom:12px}.image-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.image-preview-overlay img{max-width:100%;max-height:100%;object-fit:contain;border-radius:4px}.image-preview-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;border:none;background:#ffffff26;color:#fff;font-size:1rem;cursor:pointer}.error-banner{background:#fdeaea;color:var(--negative);border-radius:8px;padding:10px 12px}
