:root{color:#0f172a;background-color:#f3f4f6;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color-scheme:light}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f3f4f6}a{color:inherit}.app-shell{display:flex;flex-direction:column;min-height:100vh}.page{flex:1;padding:32px 20px 48px;display:flex;flex-direction:column;align-items:center}.max-width{width:100%;max-width:1040px}.header-bar{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px #0f172a0a}.header-inner{margin:0 auto;max-width:1040px;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#0f172a;font-weight:600}.header-link{font-weight:500;color:#2563eb;text-decoration:none}.hero{text-align:left;margin-bottom:20px}.hero h1{margin:0 0 8px;font-size:28px;color:#0f172a}.hero p{margin:0;color:#475569;max-width:720px}.card{background:#fff;border:1px solid #e5e7eb;box-shadow:0 10px 30px #0f172a0f;border-radius:12px;padding:24px;width:100%}.section-title{margin:0 0 12px;font-size:18px;color:#0f172a}.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.label{font-weight:600;color:#0f172a}.input,.textarea{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #d9dde5;background:#f8fafc;color:#0f172a;transition:border-color .15s ease,box-shadow .15s ease}.input:focus,.textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26;outline:none;background:#fff}.textarea{min-height:100px;resize:vertical}.checkbox-row{display:flex;align-items:center;gap:8px;margin-bottom:14px;color:#0f172a;font-weight:500}.button{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:12px 14px;border-radius:10px;border:1px solid #1d4ed8;background:linear-gradient(90deg,#2563eb,#1d4ed8);color:#fff;font-weight:700;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,filter .12s ease}.button:hover{transform:translateY(-1px);box-shadow:0 12px 20px #2563eb2e;filter:brightness(1.02)}.button:active{transform:translateY(0);box-shadow:none}.button.secondary{background:#fff;color:#1d4ed8;border-color:#cdd9ff}.button.secondary:hover{box-shadow:0 6px 14px #2563eb1f;filter:none}.button.secondary:active{background:#f8fafc}.muted{color:#475569}.status-box,.logs-box{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:12px 14px}.preview-box{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:12px 14px;margin-bottom:12px}.preview-actions{margin:10px 0;display:flex;gap:10px;flex-wrap:wrap}.status-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 0 0}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-row .truncate{max-width:70%;text-align:right}.preview-frame video{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:#000}.preview-placeholder{word-break:break-word}.artifacts-box{margin-top:14px;padding-top:10px;border-top:1px solid #e5e7eb}.artifacts-title{margin:0 0 6px;font-weight:600;color:#0f172a}.artifacts-list{margin:0;padding-left:18px;color:#334155;display:flex;flex-direction:column;gap:4px;font-size:14px}.artifacts-list li{word-break:break-word;overflow-wrap:anywhere}.minimal-form{display:flex;flex-direction:column;gap:10px;margin-top:16px}.inline-controls{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.input.compact{max-width:260px;padding:9px 10px}.toggle{display:inline-flex;align-items:center;gap:6px;color:#0f172a;font-weight:500}.file-label{display:inline-flex;align-items:center;gap:12px;font-weight:600;color:#0f172a}.file-label input[type=file]{font-weight:400}.textarea.subtle{background:#f9fafb;border-style:dashed}.preview-frame{border:1px solid #e5e7eb;border-radius:10px;background:#fff;height:0;padding-bottom:56.25%;position:relative;overflow:hidden;box-shadow:inset 0 1px 3px #0f172a0f}.preview-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;padding:16px;color:#475569}.status-box{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.status{display:flex;align-items:center;gap:8px;font-weight:600;color:#0f172a}.status-dot{width:10px;height:10px;border-radius:999px;background:#94a3b8}.status-dot.running{background:#2563eb}.status-dot.done{background:#10b981}.status-dot.error{background:#ef4444}.logs-title{margin:0 0 8px;font-weight:700;color:#0f172a}.logs{max-height:260px;overflow-y:auto;padding:0;margin:0;list-style:none;display:flex;flex-direction:column;gap:6px}.log-item{padding:8px 10px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#0f172a;font-family:SFMono-Regular,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:13px;word-break:break-word;overflow-wrap:anywhere}.empty-state{padding:10px;border-radius:8px;background:#fff;border:1px dashed #cbd5e1;color:#475569;text-align:center}@media(max-width:640px){.page{padding:24px 14px 36px}.hero h1{font-size:24px}.input.compact{max-width:100%}}
