:root{--bg: #ffffff;--card: #ffffff;--muted: #6b7280;--text: #0b0b0f;--accent: #111827;--accent-2: #0ea5e9;--border: #e5e7eb}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:var(--bg)}a{color:#111827;text-decoration:none}a:hover{text-decoration:underline}.header{max-width:1100px;margin:0 auto;padding:18px 16px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--border)}.brand{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:.3px;font-size:16px}.brand-badge{width:28px;height:28px;border-radius:8px;background:#111827}.nav{margin-left:auto;display:flex;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--border);background:#f9fafb;color:#111827;padding:10px 14px;border-radius:10px;cursor:pointer}.btn:hover{background:#f3f4f6}.btn.primary{background:#111827;color:#fff;border-color:#111827}.btn.primary:hover{background:#0b0b0f;border-color:#0b0b0f}.app-shell{max-width:1100px;margin:0 auto;padding:16px}.card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:20px;box-shadow:0 1px 2px #0000000f}.center{text-align:center}.hero{max-width:1100px;margin:42px auto;display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:center}.hero h1{margin:0 0 12px;font-size:42px;line-height:1.1}.hero p{margin:0 0 16px;color:var(--muted)}.hero-card{aspect-ratio:16/10;border-radius:16px;background:#f9fafb;display:grid;place-items:center;color:#111827;font-weight:700;font-size:18px;border:1px solid var(--border)}.login-wrap{max-width:420px;margin:60px auto;text-align:center}#gbtn{display:inline-block}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.input,.textarea{width:100%;border:1px solid var(--border);background:#fff;color:#111827;padding:12px 14px;border-radius:12px}.textarea{min-height:96px;resize:vertical}.drop{border:1.5px dashed #d1d5db;background:#fff;border-radius:14px;min-height:140px;display:grid;place-items:center;color:var(--muted)}.drop.drag{background:#f9fafb;border-color:#111827;color:#111827}.badge{padding:3px 8px;border-radius:999px;font-size:12px;background:#f3f4f6;border:1px solid var(--border);color:#111827}.badge.ready{background:#ecfdf5;color:#065f46;border-color:#a7f3d0}.badge.render,.badge.gen{background:#eef2ff;color:#3730a3}.badge.prompts,.badge.vision{background:#f0f9ff;color:#0369a1}.list{display:grid;gap:14px}.job-card .job-top{display:flex;align-items:center;gap:10px;margin-bottom:12px}.small{color:var(--muted);font-size:12px}.seg{display:inline-flex;border:1px solid var(--border);border-radius:999px;padding:4px;background:#f9fafb;gap:4px}.seg button{border:none;background:transparent;padding:8px 12px;border-radius:999px;color:#111827;cursor:pointer}.seg button.active{background:#111827;color:#fff}.profile{position:relative}.avatar{width:36px;height:36px;border-radius:999px;border:1px solid var(--border);background:#f9fafb;display:grid;place-items:center;cursor:pointer}.avatar span{width:10px;height:10px;background:#111827;border-radius:999px}.menu{position:absolute;right:0;top:44px;background:#fff;border:1px solid var(--border);border-radius:12px;min-width:180px;box-shadow:0 10px 30px #00000014;padding:6px}.menu-item{display:block;width:100%;text-align:left;padding:8px 10px;border-radius:8px;border:none;background:transparent;color:#111827;cursor:pointer}.menu-item:hover{background:#f3f4f6}.menu-item.danger{color:#b91c1c}.center-stage{max-width:900px;margin:0 auto;padding:0 16px 24px}.prompt-area{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.input-lg{width:100%;border:1px solid var(--border);background:#fff;color:#111827;padding:14px 16px;border-radius:14px;font-size:16px}.generate-btn{border-radius:12px;padding:12px 16px;background:#111827;color:#fff;border:1px solid #111827;cursor:pointer}.generate-btn:disabled{opacity:.6;cursor:not-allowed}.toolbar{display:flex;align-items:center;gap:10px;margin-bottom:6px}.model{position:relative;display:inline-block}.model-btn{border:1px solid var(--border);background:#fff;color:#111827;padding:8px 12px;border-radius:10px;cursor:pointer}
