:root{--bd-navy:#00446d;--bd-action:#ed5d23;--bd-action-hover:#d24e17;--bd-accent:#f7931d;--bd-teal:#3dada8;--bd-paper:#e2ddda;--bd-paper-soft:#f0edea;--bd-ink:#4b4c4d;--bd-ink-strong:#2e2f30;--bd-rule:#d6d0cc;--bd-white:#fff;--bd-teal-tint:#eef6f5;--bd-accent-tint:#fdf3e7;--bd-danger-tint:#fdece4;--bd-font:"Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;--bd-radius:10px;--bd-radius-lg:16px;--bd-shadow:0 2px 10px #00446d12;--bd-shadow-md:0 10px 34px #00446d24}*,:before,:after{box-sizing:border-box}html,body{height:100%;margin:0;padding:0}body{font-family:var(--bd-font);color:var(--bd-ink);background:var(--bd-paper-soft);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:16px;font-weight:400;line-height:1.55}h1,h2,h3,h4{font-family:var(--bd-font);color:var(--bd-navy);margin:0;font-weight:800;line-height:1.2}p{margin:0}img,svg{max-width:100%}button{cursor:pointer;font-family:inherit}a{color:var(--bd-action)}a:hover,a:focus-visible{text-decoration:underline}:focus-visible{outline:3px solid var(--bd-teal);outline-offset:2px}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}.btn{font-family:var(--bd-font);cursor:pointer;text-align:center;white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;padding:.6rem 1.05rem;font-size:.9rem;font-weight:700;line-height:1.2;text-decoration:none;transition:background-color .15s,color .15s,border-color .15s,opacity .15s;display:inline-flex}.btn:disabled{opacity:.55;cursor:not-allowed}.btn--primary{background:var(--bd-action);color:var(--bd-white)}.btn--primary:hover:not(:disabled),.btn--primary:focus-visible:not(:disabled){background:var(--bd-action-hover);text-decoration:none}.btn--navy{background:var(--bd-navy);color:var(--bd-white)}.btn--navy:hover:not(:disabled){background:#003655;text-decoration:none}.btn--outline{background:var(--bd-white);color:var(--bd-navy);border-color:var(--bd-rule)}.btn--outline:hover:not(:disabled){border-color:var(--bd-navy);text-decoration:none}.btn--ghost{color:var(--bd-ink);background:0 0;border-color:#0000}.btn--ghost:hover:not(:disabled){background:var(--bd-paper-soft);text-decoration:none}.btn--sm{border-radius:7px;padding:.42rem .75rem;font-size:.82rem}.btn--icon{padding:.55rem .65rem}.btn--block{width:100%}.auth-shell{background:linear-gradient(160deg, var(--bd-paper-soft) 0%, var(--bd-paper) 100%);justify-content:center;align-items:center;min-height:100dvh;padding:1.5rem;display:flex}.auth-card{background:var(--bd-white);border:1px solid var(--bd-rule);border-radius:var(--bd-radius-lg);width:100%;max-width:400px;box-shadow:var(--bd-shadow-md);padding:2.25rem 2rem}.auth-card__logo{width:auto;height:34px;margin-bottom:1.5rem;display:block}.auth-card h1{margin-bottom:.4rem;font-size:1.4rem}.auth-card__lede{color:var(--bd-ink);margin-bottom:1.4rem;font-size:.95rem}.field{flex-direction:column;gap:.4rem;margin-bottom:1.1rem;display:flex}.field label{color:var(--bd-navy);font-size:.82rem;font-weight:700}.field input[type=email]{border:1px solid var(--bd-rule);color:var(--bd-ink-strong);background:var(--bd-white);border-radius:8px;padding:.7rem .85rem;font-family:inherit;font-size:1rem}.field input[type=email]:focus-visible{border-color:var(--bd-teal)}.auth-card__note{color:var(--bd-ink);margin-top:1.1rem;font-size:.82rem}.auth-card__sent{background:var(--bd-teal-tint);border:1px solid var(--bd-teal);color:var(--bd-ink-strong);border-radius:10px;align-items:flex-start;gap:.7rem;padding:.9rem 1rem;font-size:.92rem;display:flex}.auth-card__sent-icon{color:var(--bd-teal);font-size:1.2rem;line-height:1}.app-shell{flex-direction:column;max-width:900px;height:100dvh;margin:0 auto;padding:0 1rem;display:flex;position:relative}.app-header{border-bottom:1px solid var(--bd-rule);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.9rem 0;display:flex;position:relative}.app-header__brand{align-items:center;gap:.6rem;min-width:0;display:flex}.app-header__logo{flex:none;width:auto;height:24px}.app-header__title{color:var(--bd-navy);white-space:nowrap;text-overflow:ellipsis;font-size:1.05rem;font-weight:800;overflow:hidden}.app-header__actions{align-items:center;gap:.4rem;display:flex;position:relative}@media (max-width:560px){.app-header__title,.app-header__actions .btn span.btn-label{display:none}.app-header__actions .btn{padding:.55rem .6rem}}.dropdown{z-index:40;background:var(--bd-white);border:1px solid var(--bd-rule);width:320px;max-width:calc(100vw - 2rem);max-height:380px;box-shadow:var(--bd-shadow-md);border-radius:12px;padding:.4rem;position:absolute;top:calc(100% + .4rem);right:0;overflow-y:auto}.dropdown__empty{color:var(--bd-ink);padding:.9rem .7rem;font-size:.88rem}.dropdown__row{border-radius:8px;align-items:center;gap:.3rem;padding:.1rem;display:flex}.dropdown__row--active{background:var(--bd-paper-soft)}.dropdown__item{text-align:left;cursor:pointer;min-width:0;color:var(--bd-ink-strong);background:0 0;border:0;border-radius:7px;flex:1;padding:.5rem .6rem}.dropdown__item:hover{background:var(--bd-paper-soft)}.dropdown__item-title{text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;font-weight:700;overflow:hidden}.dropdown__item-meta{color:var(--bd-ink);margin-top:.1rem;font-size:.74rem}.dropdown__delete{cursor:pointer;color:var(--bd-ink);background:0 0;border:0;border-radius:7px;flex:none;padding:.4rem .5rem}.dropdown__delete:hover{background:var(--bd-danger-tint);color:var(--bd-action)}.chat-scroll{flex:1;min-height:0;padding:1.25rem 0 .5rem;overflow-y:auto}.scroll-fab{z-index:30;border:1px solid var(--bd-rule);background:var(--bd-white);width:42px;height:42px;box-shadow:var(--bd-shadow-md);cursor:pointer;color:var(--bd-navy);border-radius:50%;justify-content:center;align-items:center;font-size:1.15rem;display:flex;position:absolute;bottom:7.5rem;right:1rem}.empty-state{color:var(--bd-ink);padding-bottom:1rem}.empty-state__greeting{color:var(--bd-navy);margin-bottom:.3rem;font-size:1.15rem;font-weight:800}.empty-state__sub{color:var(--bd-ink);max-width:56ch;margin-bottom:1.5rem;font-size:.95rem}.chip-group{margin-bottom:1.35rem}.chip-group__title{text-transform:uppercase;letter-spacing:.06em;color:var(--bd-teal);margin-bottom:.55rem;font-size:.72rem;font-weight:700}.chip-row{flex-wrap:wrap;gap:.5rem;display:flex}.chip{background:var(--bd-white);border:1px solid var(--bd-rule);color:var(--bd-navy);cursor:pointer;border-radius:999px;align-items:center;gap:.4rem;padding:.5rem .9rem;font-size:.86rem;font-weight:600;transition:border-color .15s,color .15s,background-color .15s;display:inline-flex}.chip:hover{border-color:var(--bd-teal);color:var(--bd-action);background:var(--bd-teal-tint)}.chip--removable{padding-right:.4rem}.chip__remove{color:var(--bd-ink);cursor:pointer;background:0 0;border:0;border-radius:999px;padding:.1rem .25rem;line-height:1}.chip__remove:hover{color:var(--bd-action)}.msg-row{margin:.85rem 0;display:flex}.msg-row--user{justify-content:flex-end}.msg-row--assistant{justify-content:flex-start}.bubble{border-radius:14px;max-width:88%;padding:.8rem 1rem;line-height:1.55}.bubble--user{background:var(--bd-navy);color:var(--bd-white);white-space:pre-wrap;word-break:break-word;border-bottom-right-radius:4px}.bubble--assistant{background:var(--bd-white);border:1px solid var(--bd-rule);color:var(--bd-ink-strong);box-shadow:var(--bd-shadow);border-bottom-left-radius:4px;width:min(88%,620px)}@media (max-width:480px){.bubble{max-width:94%}.bubble--assistant{width:min(94%,620px)}}.md>*+*{margin-top:.7em}.md p{margin:0}.md h1,.md h2,.md h3{color:var(--bd-navy);font-weight:800;line-height:1.25}.md h1{font-size:1.25em}.md h2{font-size:1.14em}.md h3{font-size:1.05em}.md ul,.md ol{margin:0;padding-left:1.3em}.md li+li{margin-top:.3em}.md a{color:var(--bd-action);text-underline-offset:2px;text-decoration:underline}.md strong{color:var(--bd-ink-strong);font-weight:700}.md code{background:var(--bd-paper-soft);border-radius:4px;padding:.12em .4em;font-size:.88em}.md pre{background:var(--bd-ink-strong);color:var(--bd-white);border-radius:8px;padding:.85em 1em;overflow-x:auto}.md pre code{background:0 0;padding:0}.md blockquote{background:var(--bd-paper-soft);border-left:3px solid var(--bd-teal);color:var(--bd-ink);border-radius:0 8px 8px 0;margin:0;padding:.6em .9em}.md table{border-collapse:collapse;width:100%;font-size:.92em}.md th,.md td{border:1px solid var(--bd-rule);text-align:left;padding:.4em .6em}.md hr{border:0;border-top:1px solid var(--bd-rule)}.tool-chip{color:var(--bd-ink);align-items:flex-start;gap:.45rem;margin:.25rem 0;font-size:.82rem;display:flex}.tool-chip__icon{flex:none;line-height:1.5}.tool-chip--running .tool-chip__icon,.tool-chip--done .tool-chip__icon{color:var(--bd-teal)}.tool-chip--failed,.tool-chip--failed .tool-chip__icon{color:var(--bd-action)}.thinking{color:var(--bd-ink);align-items:center;gap:.5rem;padding:.3rem .1rem;font-size:.9rem;display:flex}.thinking__dot{background:var(--bd-teal);border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite bd-blink}.thinking__dot:nth-child(2){animation-delay:.15s}.thinking__dot:nth-child(3){animation-delay:.3s}@keyframes bd-blink{0%,80%,to{opacity:.25}40%{opacity:1}}.error-banner{background:var(--bd-danger-tint);border:1px solid var(--bd-action);color:var(--bd-ink-strong);border-radius:12px;margin:.85rem 0;padding:.8rem 1rem}.error-banner__title{color:var(--bd-action);margin-bottom:.25rem;font-weight:700}.error-banner__msg{white-space:pre-wrap;color:var(--bd-ink);margin-bottom:.6rem;font-size:.86rem}.preview{border-top:1px dashed var(--bd-rule);margin-top:.85rem;padding-top:.75rem}.preview__note{color:var(--bd-ink);margin-bottom:.5rem;font-size:.82rem}.preview__building{background:var(--bd-paper-soft);border-radius:12px;flex-direction:column;align-items:center;gap:.6rem;padding:1.6rem 1rem;display:flex}.preview__bars{align-items:flex-end;gap:6px;height:34px;display:flex}.preview__bar{background:var(--bd-navy);border-radius:3px;width:7px;animation:1.1s ease-in-out infinite bd-pulse}.preview__bar:nth-child(odd){background:var(--bd-action)}.preview__bar:first-child{animation-delay:0s}.preview__bar:nth-child(2){animation-delay:.12s}.preview__bar:nth-child(3){animation-delay:.24s}.preview__bar:nth-child(4){animation-delay:.36s}.preview__bar:nth-child(5){animation-delay:.48s}@keyframes bd-pulse{0%,to{opacity:.55;height:8px}50%{opacity:1;height:34px}}@media (prefers-reduced-motion:reduce){.preview__bar{opacity:.85;height:20px;animation:none}.thinking__dot{opacity:.7;animation:none}}.preview__building-title{color:var(--bd-navy);font-size:.95rem;font-weight:700}.preview__building-sub{color:var(--bd-ink);text-align:center;font-size:.82rem}.preview__toolbar{flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:.6rem;display:flex}.device-toggle{border:1px solid var(--bd-rule);border-radius:8px;display:inline-flex;overflow:hidden}.device-toggle__btn{background:var(--bd-white);border:0;border-right:1px solid var(--bd-rule);color:var(--bd-navy);cursor:pointer;padding:.45rem .65rem;font-size:.78rem;font-weight:700}.device-toggle__btn:last-child{border-right:0}.device-toggle__btn--active{background:var(--bd-navy);color:var(--bd-white)}.preview__frame-wrap{background:var(--bd-paper-soft);border-radius:12px;justify-content:center;padding:.75rem;display:flex;overflow-x:auto}.preview__frame{border:1px solid var(--bd-rule);background:var(--bd-white);border-radius:8px;max-width:100%;height:460px}.preview__actions{flex-wrap:wrap;gap:.5rem;margin-top:.65rem;display:flex}.preview__status-msg{margin-top:.55rem;font-size:.85rem;font-weight:700}.preview__status-msg--ok{color:var(--bd-teal)}.preview__status-msg--err{color:var(--bd-action)}.preview__failed{background:var(--bd-danger-tint);border:1px solid var(--bd-action);border-radius:12px;padding:.9rem 1rem}.preview__failed-title{color:var(--bd-action);margin-bottom:.5rem;font-weight:700}.preview__excerpt{background:var(--bd-ink-strong);color:var(--bd-paper-soft);white-space:pre-wrap;word-break:break-word;border-radius:8px;max-height:220px;margin-bottom:.65rem;padding:.75rem .85rem;font-size:.76rem;line-height:1.5;overflow:auto}.preview__stalled{background:var(--bd-accent-tint);border:1px solid var(--bd-accent);border-radius:12px;padding:.9rem 1rem}.preview__stalled-title{color:var(--bd-navy);margin-bottom:.3rem;font-weight:700}.preview__stalled-sub{color:var(--bd-ink);margin-bottom:.65rem;font-size:.85rem}.changes{border:1px solid var(--bd-rule);background:var(--bd-white);border-radius:12px;flex:none;margin:.6rem 0;overflow:hidden}.changes__bar{cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:.6rem;width:100%;padding:.6rem .85rem;display:flex}.changes__bar-label{color:var(--bd-navy);align-items:center;gap:.5rem;font-size:.88rem;font-weight:700;display:flex}.changes__count{background:var(--bd-teal);min-width:22px;height:22px;color:var(--bd-white);border-radius:999px;justify-content:center;align-items:center;padding:0 .4rem;font-size:.76rem;font-weight:800;display:inline-flex}.changes__chevron{color:var(--bd-ink);font-size:.8rem;transition:transform .15s}.changes__chevron--open{transform:rotate(180deg)}.changes__panel{border-top:1px solid var(--bd-rule);padding:.6rem .85rem .8rem}.changes__list{flex-direction:column;gap:.4rem;max-height:200px;margin-bottom:.65rem;display:flex;overflow-y:auto}.changes__row{align-items:center;gap:.55rem;font-size:.83rem;display:flex}.changes__path{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--bd-ink-strong);flex:1;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.79rem;overflow:hidden}.changes__delta{color:var(--bd-ink);font-variant-numeric:tabular-nums;flex:none;font-size:.76rem}.badge{text-transform:uppercase;letter-spacing:.03em;border-radius:5px;flex:none;padding:.15rem .45rem;font-size:.68rem;font-weight:800}.badge--added{background:var(--bd-teal-tint);color:var(--bd-teal);border:1px solid var(--bd-teal)}.badge--modified{color:var(--bd-navy);border:1px solid var(--bd-navy);background:#e6eef3}.badge--removed{background:var(--bd-white);color:var(--bd-action);border:1px solid var(--bd-action)}.changes__actions{gap:.5rem;display:flex}.composer-wrap{border-top:1px solid var(--bd-rule);background:var(--bd-paper-soft);flex:none;padding:.6rem 0 1rem}.attachments{flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem;display:flex}.attachment{border:1px solid var(--bd-rule);background:var(--bd-white);border-radius:10px;align-items:center;gap:.4rem;padding:.3rem .5rem;display:flex}.attachment__thumb{object-fit:cover;border-radius:6px;flex:none;width:30px;height:30px}.attachment__icon{flex:none;font-size:1.1rem}.attachment__name{text-overflow:ellipsis;white-space:nowrap;max-width:140px;font-size:.8rem;overflow:hidden}.attachment__status{flex:none;font-size:.8rem}.attachment__status--error{color:var(--bd-action)}.attachment__status--ok{color:var(--bd-teal)}.attachment__remove{cursor:pointer;color:var(--bd-ink);background:0 0;border:0;padding:0 .15rem}.attachment__remove:hover{color:var(--bd-action)}.composer{align-items:flex-end;gap:.5rem;display:flex}.composer__field{background:var(--bd-white);border:1px solid var(--bd-rule);border-radius:12px;flex:1;align-items:flex-end;min-width:0;padding:.3rem .3rem .3rem .85rem;display:flex}.composer__field:focus-within{border-color:var(--bd-teal)}.composer__textarea{resize:none;color:var(--bd-ink-strong);background:0 0;border:0;outline:0;flex:1;max-height:12rem;padding:.5rem 0;font-family:inherit;font-size:.98rem;line-height:1.5;overflow-y:auto}.composer__textarea::placeholder{color:#8b8c8d}.composer__save{color:var(--bd-ink);cursor:pointer;background:0 0;border:0;border-radius:8px;flex:none;align-self:center;padding:.5rem .55rem;font-size:1.1rem}.composer__save:hover:not(:disabled){background:var(--bd-paper-soft);color:var(--bd-teal)}.composer__save:disabled{opacity:.4;cursor:not-allowed}.composer__attach{background:var(--bd-white);border:1px solid var(--bd-rule);cursor:pointer;width:44px;height:44px;color:var(--bd-navy);border-radius:12px;flex:none;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.composer__attach:hover{border-color:var(--bd-teal)}.composer__send{border-radius:12px;flex:none;min-width:44px;height:44px;padding:0 1.1rem}.composer__send--stop{background:var(--bd-ink-strong)}.composer__send--stop:hover:not(:disabled){background:#1c1d1e}.drag-overlay{z-index:60;border:3px dashed var(--bd-teal);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);color:var(--bd-navy);text-align:center;pointer-events:none;background:#3dada814;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:.5rem}.drag-overlay__icon{margin-bottom:.4rem;font-size:2.4rem}.drag-overlay__title{font-size:1.1rem;font-weight:800}.drag-overlay__sub{color:var(--bd-ink);margin-top:.3rem;font-size:.85rem}.activity-shell{max-width:820px;margin:0 auto;padding:1.5rem 1rem 3rem}.activity-header{border-bottom:1px solid var(--bd-rule);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.activity-header h1{font-size:1.4rem}.activity-section{margin-bottom:2.2rem}.activity-section__title{color:var(--bd-navy);margin-bottom:.9rem;font-size:1.05rem;font-weight:800}.activity-list{flex-direction:column;gap:.6rem;display:flex}.activity-card{background:var(--bd-white);border:1px solid var(--bd-rule);border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1rem;display:flex}.activity-card__main{min-width:0}.activity-card__title{color:var(--bd-ink-strong);overflow-wrap:anywhere;font-size:.94rem;font-weight:700}.activity-card__meta{color:var(--bd-ink);margin-top:.25rem;font-size:.8rem}.activity-card__sha{color:var(--bd-teal);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.activity-empty{color:var(--bd-ink);background:var(--bd-white);border:1px dashed var(--bd-rule);border-radius:10px;padding:1rem;font-size:.9rem}.activity-loading{color:var(--bd-ink);font-size:.9rem}.activity-error{color:var(--bd-action);background:var(--bd-danger-tint);border:1px solid var(--bd-action);border-radius:10px;padding:.75rem 1rem;font-size:.9rem}.back-link{font-size:.9rem;font-weight:700}
