:root{--rf-primary: #0b1220;--rf-surface: #f4f6f8;--rf-secondary: #3d3f4a;--rf-muted: #b1b2b5;--rf-accent: #2a6bff;--rf-accent-hover: #1f58df;--rf-white: #ffffff;--rf-border: rgba(61, 63, 74, .18);--rf-border-strong: rgba(61, 63, 74, .3);--rf-accent-soft: rgba(42, 107, 255, .1);--rf-shadow: rgba(11, 18, 32, .08);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--rf-primary);background:var(--rf-surface);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}button,.button-link{border:1px solid transparent;border-radius:8px;background:var(--rf-accent);color:var(--rf-white);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-weight:700;padding:.72rem 1rem;text-decoration:none;transition:transform .14s ease,background .14s ease,opacity .14s ease}button:hover:not(:disabled),.button-link:hover{background:var(--rf-accent-hover);transform:translateY(-1px)}button:disabled{cursor:not-allowed;opacity:.52}button.secondary,.button-link.secondary{border-color:var(--rf-border);background:var(--rf-white);color:var(--rf-primary)}button.secondary:hover:not(:disabled),.button-link.secondary:hover{background:var(--rf-surface)}button.ghost{background:transparent;color:var(--rf-accent);padding-inline:.4rem}a{color:var(--rf-accent);font-weight:700}#root{min-height:100vh}main{display:flex;flex-direction:column;width:min(1180px,calc(100% - 32px));min-height:100svh;margin:0 auto;padding:20px 0 56px}.app-header{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:20px 0 18px}.brand-heading{display:flex;align-items:center;gap:16px;min-width:0}.brand-copy{min-width:0}.app-brand-logo{width:min(150px,42vw);height:auto;flex-shrink:0}.eyebrow,.section-kicker{margin:0 0 .35rem;color:var(--rf-secondary);font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:520px;margin-bottom:0;font-size:clamp(1.55rem,3vw,2.4rem);line-height:1.02}h2{margin-bottom:.45rem;font-size:1.18rem}h3{margin-bottom:0;font-size:1rem}.subtitle{max-width:680px;margin-bottom:0;color:var(--rf-secondary);font-size:1.08rem}.header-meta{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.header-meta-chip,.header-meta-link{display:inline-flex;align-items:center;min-height:30px;border:1px solid var(--rf-border);border-radius:999px;background:var(--rf-white);color:var(--rf-secondary);font-size:.82rem;font-weight:700;padding:.3rem .75rem;text-decoration:none;white-space:nowrap}.header-meta-link{color:var(--rf-accent)}.status-pill{display:inline-flex;align-items:center;min-height:30px;border:1px solid rgba(42,107,255,.22);border-radius:999px;background:var(--rf-accent-soft);color:var(--rf-accent);font-size:.82rem;font-weight:800;padding:.3rem .75rem}.status-pill.busy{border-color:var(--rf-border-strong);background:var(--rf-white);color:var(--rf-secondary)}.status-pill.private{border-color:#2a6bff4d;background:var(--rf-accent-soft);color:var(--rf-primary)}.status-pill.starting{border-color:var(--rf-border);background:var(--rf-surface);color:var(--rf-secondary)}.panel{border:1px solid var(--rf-border);border-radius:8px;background:var(--rf-white);box-shadow:0 12px 30px var(--rf-shadow);padding:20px}.workspace-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;margin-bottom:20px}.panel p:last-child{margin-bottom:0}.panel-heading{display:flex;justify-content:space-between;gap:16px;align-items:start;margin-bottom:16px}.small-muted,.muted{color:var(--rf-secondary)}.small-muted{font-size:.82rem;font-weight:700}.grid{display:grid;gap:20px;margin-bottom:20px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace-chat-section{display:flex;flex:1 1 auto;min-height:0;margin-bottom:24px}.setup-section{margin-top:24px}.section-heading{max-width:760px;margin:0 auto 16px;text-align:center}.section-heading p:last-child{margin-bottom:0}.setup-lock-strip{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:16px;border:1px solid rgba(42,107,255,.22);border-radius:8px;background:var(--rf-accent-soft);padding:14px 16px}.setup-lock-strip p{margin:4px 0 0}.setup-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.setup-card{box-shadow:none}.setup-card.needed{border-color:#2a6bff5c;background:linear-gradient(180deg,var(--rf-white),rgba(234,240,255,.58))}.setup-card.error{border-color:var(--rf-border-strong)}.job-description-editor{display:grid;gap:12px}.job-description-editor textarea{width:100%;min-height:180px;border:1px solid var(--rf-border);border-radius:8px;color:var(--rf-primary);font:inherit;line-height:1.5;padding:13px 14px;resize:vertical}.job-description-editor textarea:focus{outline:2px solid rgba(42,107,255,.18);border-color:var(--rf-accent)}.button-row,.row-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.stack{display:grid;gap:12px}.dropzone{position:relative;display:grid;place-items:center;min-height:118px;border:1px dashed rgba(42,107,255,.42);border-radius:8px;background:var(--rf-surface);color:var(--rf-accent);cursor:pointer;font-weight:800;text-align:center;padding:18px}.dropzone.compact{min-height:70px}.dropzone.disabled{cursor:not-allowed;opacity:.55}.dropzone input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.dropzone.disabled input{cursor:not-allowed}.logo-preview{display:grid;place-items:center;min-height:96px;margin-top:14px;border-radius:8px;background:var(--rf-surface);color:var(--rf-secondary)}.logo-preview img{max-width:180px;max-height:78px;object-fit:contain}.file-list{display:grid;gap:10px;margin:14px 0 0;padding:0;list-style:none}.file-list li{display:flex;justify-content:space-between;gap:14px;align-items:center;border:1px solid var(--rf-border);border-radius:8px;background:var(--rf-white);padding:12px}.file-list strong,.file-list span{display:block}.file-list span{color:var(--rf-secondary);font-size:.84rem}.form-message,.banner{border:1px solid rgba(42,107,255,.22);border-radius:8px;background:var(--rf-accent-soft);color:var(--rf-primary);font-weight:700;padding:10px 12px}.banner{margin-bottom:16px}.unlock-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.unlock-form-copy{grid-column:1 / -1;display:grid;gap:4px}.unlock-form-copy p{margin:0;color:var(--rf-secondary);font-size:.84rem;font-weight:650;line-height:1.45}.unlock-form input{min-width:0;border:1px solid var(--rf-border);border-radius:8px;padding:.7rem .85rem}.chat-panel{min-height:360px}.chat-target{height:520px;min-height:420px;overflow:hidden;border:1px solid var(--rf-border);border-radius:8px}.results-panel{margin-top:0}.result-card.new,.result-card.recent{border-color:#2a6bff47;background:var(--rf-accent-soft)}.result-card.expiringSoon{border-color:var(--rf-border-strong)}.preview-shell{margin-top:18px;border-top:1px solid var(--rf-border);padding-top:18px}.preview-frame{width:100%;min-height:620px;border:1px solid var(--rf-border);border-radius:8px;background:var(--rf-white)}.pdf-source{position:fixed;left:-10000px;top:0;width:794px;background:var(--rf-white);color:var(--rf-primary);padding:32px}.pdf-preview-page{width:100%;min-height:100vh;padding:0 0 24px;background:var(--rf-primary)}.pdf-preview-toolbar{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;gap:16px;align-items:center;border-bottom:1px solid rgba(244,246,248,.14);background:var(--rf-primary);padding:14px 24px;color:var(--rf-surface)}.pdf-preview-toolbar strong,.pdf-preview-toolbar span{display:block}.pdf-preview-toolbar span{margin-top:2px;color:var(--rf-muted);font-size:.86rem;font-weight:700}.pdf-preview-frame{display:block;width:100%;height:100vh;border:0;background:var(--rf-white)}.pdf-preview-source{width:794px;min-height:1123px;margin:24px auto;background:var(--rf-white);color:var(--rf-primary);padding:32px}.pdf-preview-source.hidden{position:fixed;left:-10000px;top:0;margin:0}.html-preview-source{display:block;width:min(100% - 32px,840px);height:calc(100vh - 104px);margin:24px auto 0;border:0;border-radius:8px;background:var(--rf-white)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}@media(max-width:820px){main{width:min(100% - 20px,1180px);padding-top:12px}.app-header,.workspace-panel,.grid.two,.setup-card-grid{grid-template-columns:1fr}.app-header{flex-direction:column;gap:10px;align-items:start;padding:10px 0 12px}.setup-lock-strip{align-items:stretch;flex-direction:column}.brand-heading,.header-meta{justify-content:flex-start;align-items:start}.file-list li,.panel-heading{align-items:stretch;flex-direction:column}}@media(max-width:639px){main{padding-top:8px}.app-header{gap:8px;padding:6px 0 8px}.app-brand-logo{width:76px}.brand-heading{gap:10px}h1{font-size:1.35rem;line-height:1}.header-meta{gap:6px}.header-meta-chip,.header-meta-link,.status-pill{min-height:28px;font-size:.76rem;padding:.25rem .58rem}}.custom-chat-shell{display:grid;grid-template-rows:auto auto minmax(0,1fr);width:min(960px,100%);height:calc(100svh - 216px);min-height:0;margin:12px auto 0}.custom-chat-heading{display:grid;justify-items:center;text-align:center;margin-bottom:16px}.custom-chat-heading h2{margin-bottom:.35rem;font-size:1.45rem}.custom-chat-heading p:last-child{max-width:680px;margin-bottom:0;color:var(--rf-secondary)}.workflow-status-row{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:18px}.workflow-chip{display:grid;gap:2px;min-width:126px;border:1px solid var(--rf-border);border-radius:8px;background:var(--rf-white);padding:9px 11px}.workflow-chip strong{color:var(--rf-primary);font-size:.76rem}.workflow-chip span{color:var(--rf-secondary);font-size:.78rem;font-weight:800}.workflow-chip.ready{border-color:#2a6bff52;background:var(--rf-accent-soft)}.workflow-chip.pending{border-color:var(--rf-border);background:var(--rf-surface)}.workflow-chip.missing{border-color:var(--rf-border-strong);background:var(--rf-white)}.custom-chat-panel{display:grid;grid-template-rows:minmax(0,1fr) auto;min-height:0;overflow:hidden;border:1px solid var(--rf-border);border-radius:8px;background:var(--rf-white);box-shadow:0 18px 45px #0b12201f}.chat-type-cursor{display:inline-block;width:.55em;height:1em;margin-left:2px;border-right:2px solid var(--rf-accent);vertical-align:-.12em;animation:chat-cursor-blink 1s step-end infinite}.chat-message-list{display:grid;align-content:start;gap:14px;min-height:0;overflow-y:auto;overscroll-behavior:contain;background:linear-gradient(180deg,#f4f6f8eb,#fffffff5),var(--rf-white);padding:22px}.chat-bubble{max-width:72%;border:1px solid var(--rf-border);border-radius:8px;background:var(--rf-white);padding:14px 16px;box-shadow:0 8px 20px var(--rf-shadow)}.chat-bubble.assistant{justify-self:start}.chat-bubble.user{justify-self:end;border-color:#2a6bff3d;background:#eaf0ffc7}.chat-bubble.user .chat-speaker{color:var(--rf-primary)}.chat-bubble.system{justify-self:start}.chat-bubble.soft{border-color:#2a6bff38;background:var(--rf-accent-soft)}.chat-bubble p{margin-bottom:.55rem;color:var(--rf-primary)}.chat-bubble p:last-child{margin-bottom:0}.chat-message-attachments{display:flex;gap:8px;flex-wrap:wrap;margin:.65rem 0 0;padding:0;list-style:none}.chat-message-attachments li{display:inline-flex;align-items:center;max-width:100%;border:1px solid var(--rf-border);border-radius:999px;background:var(--rf-surface);color:var(--rf-primary);font-size:.82rem;font-weight:800;padding:7px 12px}.chat-message-attachments span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-ordered-list{display:grid;gap:7px;margin:.25rem 0 .65rem;padding-left:1.35rem;color:var(--rf-primary)}.chat-ordered-list:last-child{margin-bottom:0}.chat-ordered-list li{padding-left:.1rem;line-height:1.45}.chat-speaker{display:block;margin-bottom:6px;color:var(--rf-accent);font-size:.78rem;font-weight:900;text-transform:uppercase}.chat-speaker.with-icon{display:inline-flex;align-items:center;gap:7px}.chat-speaker-icon{width:18px;height:18px;object-fit:contain}.chat-thinking{display:inline-flex;align-items:center;gap:6px;justify-self:start;width:fit-content;border:1px solid var(--rf-border);border-radius:999px;background:var(--rf-white);color:var(--rf-secondary);font-size:.82rem;font-weight:800;padding:8px 12px}.chat-thinking span{width:6px;height:6px;border-radius:999px;background:var(--rf-accent);animation:chat-dot 1.2s ease-in-out infinite}.chat-thinking span:nth-child(2){animation-delay:.16s}.chat-thinking span:nth-child(3){animation-delay:.32s}@keyframes chat-dot{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}@keyframes chat-cursor-blink{0%,45%{opacity:1}46%,to{opacity:0}}.chat-composer{display:grid;gap:12px;flex-shrink:0;border-top:1px solid var(--rf-border);background:var(--rf-white);padding:16px}.chat-enforcement{display:grid;gap:4px;border:1px solid var(--rf-border);border-radius:8px;background:var(--rf-surface);padding:11px 12px}.chat-enforcement strong{color:var(--rf-primary);font-size:.78rem;text-transform:uppercase}.chat-enforcement p{margin:0;color:var(--rf-secondary);font-size:.88rem}.chat-enforcement a{width:fit-content;color:var(--rf-accent);font-size:.86rem;font-weight:900}.chat-enforcement.cooldown{border-color:#94580047;background:#fff8e8f0}.chat-enforcement.blocked{border-color:#b12a2a42;background:#fff0f0f0}.chat-enforcement.capacity{border-color:#36527047;background:#eff4f9f0}.chat-enforcement.support{border-color:#2a6bff4d;background:var(--rf-accent-soft)}.chat-enforcement.stale{border-color:#19806047;background:#ebf9f4f0}.chat-composer textarea{width:100%;height:112px;min-height:96px;max-height:112px;resize:vertical;border:1px solid var(--rf-border);border-radius:8px;color:var(--rf-primary);font:inherit;line-height:1.5;padding:13px 14px}.chat-composer textarea:focus{outline:2px solid rgba(42,107,255,.18);border-color:var(--rf-accent)}.chat-file-pills{display:flex;gap:8px;flex-wrap:wrap;margin:0;padding:0;list-style:none}.chat-file-pills li{display:inline-flex;align-items:center;gap:8px;max-width:100%;border:1px solid var(--rf-border);border-radius:999px;background:var(--rf-surface);color:var(--rf-primary);font-size:.82rem;font-weight:800;padding:6px 8px 6px 12px}.chat-file-pills span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-file-pills button{min-height:36px;border:0;background:transparent;color:var(--rf-accent);font-size:.78rem;padding:0 6px}.chat-status-message{margin:0;color:var(--rf-secondary);font-size:.84rem;font-weight:800}.chat-composer-actions{display:flex;justify-content:flex-end;gap:12px;align-items:center}.attachment-button{position:relative;display:inline-flex;align-items:center;min-width:0;min-height:44px;border:1px solid var(--rf-border);border-radius:8px;background:var(--rf-surface);color:var(--rf-accent);cursor:pointer;font-size:.9rem;font-weight:900;margin-right:auto;overflow:hidden;padding:.55rem .9rem;text-overflow:ellipsis;white-space:nowrap}.attachment-button.disabled{cursor:not-allowed;opacity:.58}.attachment-button input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.attachment-button.disabled input{cursor:not-allowed}.chat-send-button{min-width:104px;min-height:44px}@media(max-width:820px){.custom-chat-shell{height:calc(100svh - 252px)}.chat-bubble{max-width:100%}}@media(max-width:639px){.custom-chat-shell{width:100%;height:calc(100svh - 288px);margin-top:8px}.custom-chat-heading{margin-bottom:8px}.custom-chat-heading h2{font-size:1.22rem}.workflow-status-row{gap:6px;margin-bottom:10px}.workflow-chip{min-width:96px;padding:6px 8px}.workflow-chip strong,.workflow-chip span{font-size:.72rem}.chat-message-list{padding:16px}.chat-composer{gap:10px;padding:12px}.chat-composer textarea{height:96px;min-height:88px;max-height:96px}.attachment-button{flex:1}}@media(max-width:399px){.chat-send-button{min-width:92px}}
