:root{--radius: .625rem;--background: hsl(220 23% 95%);--surface: hsl(220 22% 92%);--card: hsl(220 40% 98.5%);--well: hsl(223 16% 88%);--foreground: hsl(234 16% 35%);--muted-foreground: hsl(233 13% 47%);--faint-foreground: hsl(232 10% 58%);--border: hsl(225 14% 80%);--border-strong: hsl(225 14% 70%);--primary: hsl(266 85% 58%);--primary-soft: hsl(266 85% 58% / .11);--primary-foreground: hsl(220 23% 95%);--destructive: hsl(347 87% 44%);--destructive-soft: hsl(347 87% 44% / .1);--green: hsl(109 58% 40%);--yellow: hsl(35 77% 49%);--blue: hsl(220 91% 54%);--overlay: hsl(228 11% 65%);--shadow-card: 0 1px 2px hsl(234 16% 35% / .08), 0 1px 1px hsl(234 16% 35% / .05);--shadow-card-hover: 0 3px 8px hsl(234 16% 35% / .14), 0 1px 2px hsl(234 16% 35% / .08);--shadow-modal: 0 20px 50px hsl(234 16% 25% / .3)}@media(prefers-color-scheme:dark){:root{--background: hsl(232 23% 18%);--surface: hsl(233 23% 15%);--card: hsl(230 19% 26%);--well: hsl(231 23% 16%);--foreground: hsl(227 68% 88%);--muted-foreground: hsl(228 39% 73%);--faint-foreground: hsl(228 24% 60%);--border: hsl(230 19% 30%);--border-strong: hsl(230 17% 40%);--primary: hsl(267 83% 80%);--primary-soft: hsl(267 83% 80% / .14);--primary-foreground: hsl(232 23% 18%);--destructive: hsl(351 74% 73%);--destructive-soft: hsl(351 74% 73% / .14);--green: hsl(105 48% 72%);--yellow: hsl(40 70% 78%);--blue: hsl(220 83% 75%);--overlay: hsl(230 12% 49%);--shadow-card: 0 1px 2px hsl(232 23% 8% / .5);--shadow-card-hover: 0 4px 10px hsl(232 23% 8% / .6);--shadow-modal: 0 20px 50px hsl(232 23% 6% / .7)}}*{box-sizing:border-box;margin:0}html{color-scheme:light dark;background:var(--background)}body{font-family:Inter Variable,Inter,Avenir Next,Segoe UI,sans-serif;background:transparent;color:var(--foreground);line-height:1.45;font-size:.9375rem}body:before{content:"";position:fixed;right:-3.5rem;bottom:-2.5rem;width:30rem;height:19.64rem;background:var(--foreground);opacity:.03;-webkit-mask:url(../icon.svg) no-repeat center / contain;mask:url(../icon.svg) no-repeat center / contain;pointer-events:none;z-index:-1}::selection{background:var(--primary-soft)}.muted{color:var(--muted-foreground);font-size:.84em}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.center{text-align:center;margin-top:4rem}a{color:var(--primary)}.error{margin:.75rem 1rem;padding:.6rem .85rem;border-radius:var(--radius);background:var(--destructive-soft);border:1px solid var(--destructive);color:var(--destructive);font-size:.85rem}.error-inline{color:var(--destructive);font-size:.8rem}.notice{padding:.7rem .9rem;border-radius:var(--radius);background:var(--destructive-soft);border:1px solid var(--destructive);color:var(--foreground);font-size:.88rem}.notice a{color:var(--destructive);font-weight:600}button{border:none;border-radius:calc(var(--radius) - 2px);padding:.48rem 1rem;cursor:pointer;background:var(--primary);color:var(--primary-foreground);font:inherit;font-size:.85rem;font-weight:500;transition:filter .12s ease,background .12s ease}button:hover:not(:disabled){filter:brightness(1.08)}button:disabled{opacity:.45;cursor:default}button.ghost{background:transparent;color:var(--foreground);border:1px solid var(--border)}button.ghost:hover:not(:disabled){background:var(--primary-soft);border-color:var(--border-strong);filter:none}input,textarea,select{width:100%;padding:.5rem .7rem;border:1px solid var(--border);border-radius:calc(var(--radius) - 2px);font:inherit;font-size:.88rem;background:var(--card);color:var(--foreground);transition:border-color .12s ease,box-shadow .12s ease}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;padding-right:2.1rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238c8fa1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .65rem center}select:hover{border-color:var(--border-strong)}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}input::placeholder,textarea::placeholder{color:var(--faint-foreground)}.settings{max-width:26rem;margin:5rem auto;padding:0 1rem}.settings h1{letter-spacing:-.02em;margin-bottom:.25rem}.settings form{margin-top:1.5rem;display:grid;gap:1rem}.settings label{display:grid;gap:.35rem;font-size:.82rem;color:var(--muted-foreground);font-weight:500}svg{width:1em;height:1em;flex-shrink:0}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:1.9rem;height:1.9rem;padding:0;border-radius:calc(var(--radius) - 3px);background:transparent;border:none;color:var(--faint-foreground);font-size:1rem;cursor:pointer;transition:color .12s ease,background .12s ease}.icon-btn:hover{background:var(--primary-soft);color:var(--primary);filter:none}.icon-btn.sm{width:1.55rem;height:1.55rem;font-size:.85rem}.icon-btn.ok{color:var(--green)}.pill{display:inline-flex;align-items:center;gap:.32rem;padding:.18rem .65rem;border-radius:999px;border:none;cursor:pointer;font:inherit;font-size:.72rem;font-weight:500;background:var(--primary-soft);color:var(--primary);transition:filter .12s ease}.pill:hover{filter:brightness(1.12)}.pill.warn{background:var(--destructive-soft);color:var(--destructive)}.pill svg{font-size:.8rem}.topbar{position:sticky;top:0;z-index:5;display:flex;justify-content:space-between;align-items:center;padding:.5rem 1.1rem;background:var(--surface);border-bottom:1px solid var(--border)}.brand{display:flex;align-items:center;gap:.7rem;min-width:0}.logo{display:inline-flex;color:var(--primary)}.logo svg{width:1.5rem;height:auto}.brand .logo{margin-right:-.15rem}.settings-brand{color:var(--primary);margin-bottom:.6rem}.settings-brand svg{width:3.2rem;height:auto}.wordmark{font-weight:700;font-size:1.02rem;letter-spacing:-.02em}.wordmark em{font-style:normal;color:var(--primary)}.brand-sep{width:1px;height:1.1rem;background:var(--border-strong)}.community{display:inline-flex;align-items:center;gap:.4rem;min-width:0;font-size:.8rem;color:var(--muted-foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.community svg{color:var(--faint-foreground);font-size:.85rem}.topbar-right{display:flex;align-items:center;gap:.5rem}.user-chip{padding:.2rem .7rem;border-radius:999px;font-size:.78rem;font-weight:500;background:var(--primary-soft);color:var(--primary)}.board{padding:1.1rem;display:grid;gap:1.1rem}.board-toolbar{display:flex;align-items:center;gap:.8rem}.search{position:relative;display:flex;align-items:center;width:100%;max-width:22rem}.search>svg{position:absolute;left:.7rem;font-size:.9rem;color:var(--faint-foreground);pointer-events:none}.search input{padding-left:2.1rem;padding-right:2.1rem}.search .icon-btn{position:absolute;right:.3rem}.search kbd{position:absolute;right:.55rem;padding:.05rem .42rem;border-radius:4px;border:1px solid var(--border);border-bottom-width:2px;background:var(--well);color:var(--faint-foreground);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.72rem;pointer-events:none}.search:focus-within kbd{display:none}.lane{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.lane-head{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.65rem .95rem .6rem;border-bottom:1px solid var(--border)}.lane-info{min-width:0}.lane-title-row{display:flex;align-items:center;gap:.35rem}.lane-name{font-size:.95rem;font-weight:600;letter-spacing:-.01em}.lane-actions{display:flex;align-items:center;gap:.15rem;margin-left:.35rem}.lane-desc{margin-top:.05rem;font-size:.78rem;color:var(--muted-foreground);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}button.sm{padding:.32rem .75rem;font-size:.78rem;display:inline-flex;align-items:center;gap:.35rem}button.sm svg{font-size:.8rem}.columns{display:grid;grid-template-columns:repeat(6,minmax(9.5rem,1fr));gap:.55rem;padding:.65rem}.column{background:var(--well);border-radius:calc(var(--radius) - 2px);padding:.45rem;min-height:7.5rem;display:flex;flex-direction:column}.column-head{display:flex;justify-content:space-between;align-items:center;padding:0 .3rem .45rem;font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground)}.column-head .count{color:var(--faint-foreground);font-weight:500;font-variant-numeric:tabular-nums}.dot{display:inline-block;width:.5rem;height:.5rem;border-radius:999px;margin-right:.35rem;vertical-align:1px;background:var(--overlay)}.dot-triage{background:var(--yellow)}.dot-in_progress{background:var(--blue)}.dot-in_review{background:var(--primary)}.dot-done{background:var(--green)}.cell{display:grid;gap:.45rem;align-content:start;flex:1;border-radius:calc(var(--radius) - 4px);padding:.1rem;transition:background .12s ease,box-shadow .12s ease}.cell.drop-over{background:var(--primary-soft);box-shadow:inset 0 0 0 2px var(--primary)}.card{background:var(--card);border:1px solid var(--border);border-radius:calc(var(--radius) - 3px);padding:.55rem .65rem;cursor:grab;font-size:.85rem;box-shadow:var(--shadow-card);transition:box-shadow .13s ease,transform .13s ease,border-color .13s ease}.card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-card-hover);transform:translateY(-1px)}.card:active{cursor:grabbing}.card-title{font-weight:500;line-height:1.35}.card-meta{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.4rem;align-items:center}.card-meta:empty{display:none}.badge{display:inline-flex;align-items:center;gap:.28rem;padding:.1rem .45rem;border-radius:5px;font-size:.7rem;background:var(--well);color:var(--muted-foreground);text-decoration:none}.badge svg{font-size:.78rem}.badge.blocked{background:var(--destructive-soft);color:var(--destructive);font-weight:600}.badge.assignee{background:var(--primary-soft);color:var(--primary);font-weight:500;margin-left:auto}.card-meta .icon-btn.sm{color:var(--faint-foreground)}.card-meta .icon-btn.sm:hover{color:var(--primary)}.inline-link{display:flex;align-items:center;gap:.45rem;font-size:.85rem;color:var(--muted-foreground)}.agent-name{display:inline-flex;align-items:center;gap:.4rem;color:var(--foreground)}.agent-name svg{color:var(--primary)}.new-lane{justify-self:start;background:transparent;color:var(--muted-foreground);border:1.5px dashed var(--border-strong)}.new-lane:hover:not(:disabled){color:var(--primary);border-color:var(--primary);background:var(--primary-soft);filter:none}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#10111973;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:flex-start;justify-content:center;padding:3.5rem 1rem;overflow-y:auto;z-index:10}.modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;width:100%;max-width:34rem;display:grid;gap:.8rem;box-shadow:var(--shadow-modal);animation:modal-in .14s ease}@keyframes modal-in{0%{opacity:0;transform:translateY(6px) scale(.99)}to{opacity:1;transform:none}}.modal h2{font-size:1.1rem;letter-spacing:-.01em}.modal form{display:grid;gap:.8rem}.modal-head{display:flex;justify-content:space-between;align-items:start;gap:1rem}.modal .body{background:var(--well);border-radius:calc(var(--radius) - 3px);padding:.75rem;font-size:.85rem;white-space:pre-wrap;font-family:inherit;max-height:16rem;overflow-y:auto}.row{display:flex;gap:.6rem;align-items:end}.row label{flex:1;display:grid;gap:.3rem;font-size:.78rem;color:var(--muted-foreground);font-weight:500}.check{display:flex;gap:.5rem;align-items:center;font-size:.85rem;color:var(--muted-foreground)}.check input{width:auto;accent-color:var(--primary)}fieldset{border:1px solid var(--border);border-radius:calc(var(--radius) - 2px);padding:.55rem .85rem .75rem;min-width:0}fieldset>*+*{margin-top:.5rem}legend{font-size:.78rem;color:var(--muted-foreground);font-weight:500;padding:0 .35rem;white-space:nowrap}.actions{display:flex;justify-content:flex-end;gap:.6rem}.demo-pill{background:var(--yellow);color:var(--background);cursor:help}.demo-invite{margin-top:1.2rem;text-align:center}.ghost-link{font-size:.82rem;color:var(--muted-foreground);text-decoration:none;border:1px solid var(--border);border-radius:calc(var(--radius) - 3px);padding:.32rem .75rem}.ghost-link:hover{color:var(--primary);border-color:var(--border-strong)}.thread{display:grid;gap:.55rem}.msg{background:var(--well);border-radius:calc(var(--radius) - 3px);padding:.6rem .75rem;font-size:.86rem;max-width:92%}.msg.me{background:var(--primary-soft);justify-self:end}.msg .who{display:flex;align-items:center;gap:.35rem;margin-bottom:.2rem;font-size:.72rem;font-weight:600;color:var(--muted-foreground)}.msg .who svg{color:var(--primary)}.explain{border-left:3px solid var(--primary);background:var(--primary-soft);border-radius:0 calc(var(--radius) - 3px) calc(var(--radius) - 3px) 0;padding:.7rem .85rem;font-size:.84rem;color:var(--foreground)}.explain code{font-size:.78rem}
