:root{--accent: #f27350;--accent-soft: #f2735030;--privat: #5856d6;--privat-soft: #5856d626;--bg: #f5f4f2;--card: #ffffff;--text: #1c1c1e;--muted: #8e8e93;--radius: 14px;font-family:-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}button{font:inherit;cursor:pointer;border:none;background:#e8e7e4;border-radius:9px;padding:7px 12px}button.primary{background:var(--accent);color:#fff;font-weight:600}button.primary.big{font-size:1.1rem;padding:12px 28px}button.ghost{background:transparent;color:var(--muted)}button.danger{background:#ffe5e0;color:#c0392b}input,textarea{font:inherit;border:1px solid #d9d8d5;border-radius:9px;padding:8px 10px}.muted{color:var(--muted)}.small{font-size:.82rem}.tiny{font-size:.72rem}.spacer{flex:1}.center{display:grid;place-items:center;height:100dvh}.welcome{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100dvh;gap:14px;text-align:center;padding:24px}.welcome-emoji{font-size:5rem}.welcome h1{margin:0;font-size:2.4rem}.shell{display:flex;flex-direction:column;height:100dvh}.topbar{display:flex;align-items:center;gap:14px;padding:10px 18px;background:var(--card);border-bottom:1px solid #e5e4e1}.brand{font-weight:700;font-size:1.1rem}.topbar nav{display:flex;gap:6px}.tab{background:transparent;padding:7px 14px;border-radius:999px}.tab.active{background:var(--accent-soft);color:var(--accent);font-weight:600}main{flex:1;overflow:hidden}.chat-layout{display:grid;grid-template-columns:260px 1fr;height:100%}.thread-list{border-right:1px solid #e5e4e1;background:var(--card);display:flex;flex-direction:column;gap:8px;padding:12px;overflow-y:auto}.thread{display:flex;flex-direction:column;align-items:flex-start;gap:2px;background:transparent;padding:9px 10px;border-radius:10px;text-align:left}.thread.active{background:var(--accent-soft)}.thread-view{display:flex;flex-direction:column;height:100%;padding:0 18px}.thread-view h2{margin:12px 0}.messages{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:10px;padding-bottom:12px}.msg{max-width:70%;display:flex;flex-direction:column;gap:2px}.msg.mine{align-self:flex-end;align-items:flex-end}.msg .author{font-size:.78rem;font-weight:600;color:var(--muted)}.bubble{position:relative;background:#e8e7e4;padding:9px 13px;border-radius:16px}.msg.mine .bubble{background:var(--accent);color:#fff}.bubble img{max-width:260px;max-height:240px;border-radius:10px;display:block;margin-bottom:4px}.bubble p{margin:0;white-space:pre-wrap}.msg-actions{position:absolute;top:-10px;right:-6px;display:none;gap:2px}.bubble:hover .msg-actions{display:flex}.msg-actions button{padding:2px 6px;font-size:.75rem;background:var(--card);border:1px solid #ddd;border-radius:8px}.thought-link{background:transparent;color:inherit;text-decoration:underline;font-weight:600;padding:0}.composer{display:flex;align-items:center;gap:8px;padding:12px 0 16px}.composer input[type=text],.composer input:not([type]){flex:1}.attach{cursor:pointer;font-size:1.2rem}.brain{height:100%;overflow-y:auto;padding:10px;display:flex;flex-direction:column;gap:10px}.brain-toolbar{display:flex;gap:8px;align-items:center}.brain-toolbar button{position:relative;font-size:1.1rem;background:var(--card)}.badge{position:absolute;top:-4px;right:-4px;background:#e74c3c;color:#fff;font-style:normal;font-size:.65rem;border-radius:999px;padding:1px 5px}.plex-svg{background:var(--card);border-radius:var(--radius);box-shadow:0 2px 10px #0001}.plex-svg .gnode{cursor:pointer}.plex-svg .gnode rect{fill:#e8e7e4}.plex-svg .gnode.felles rect{fill:var(--accent-soft);stroke:var(--accent);stroke-width:1}.plex-svg .gnode.private rect{fill:var(--privat-soft);stroke:var(--privat);stroke-width:1}.plex-svg .gnode.locked rect{fill:#e3e2df}.plex-svg .gnode.locked text{fill:var(--muted)}.plex-svg .gnode.focus rect{stroke-width:2.5}.plex-svg .gnode text{font-size:var(--plexfs, 10.5px);fill:var(--text);pointer-events:none}.plex-svg .gnode.focus text{font-size:var(--plexfsf, 12px);font-weight:600}.plex-svg .edge{cursor:pointer}.plex-svg .edge-line{fill:none;stroke:#b8b6b2;stroke-width:1.5}.plex-svg .edge.jump .edge-line{stroke-dasharray:5 4;stroke:var(--privat);opacity:.6}.plex-svg .edge-hit{fill:none;stroke:transparent;stroke-width:12}.plex-svg .edge:hover .edge-line{stroke:var(--accent);stroke-width:2.5}.plex-svg .overflow-note{font-size:11px;fill:var(--muted)}.focused-strip{display:flex;flex-wrap:wrap;align-items:center;gap:8px;background:var(--card);border-radius:var(--radius);padding:10px 14px;border-left:4px solid var(--privat)}.focused-strip.felles{border-left-color:var(--accent)}.focused-strip button{font-size:.83rem}.pill{background:#fff3e0;color:#e67e22;font-size:.75rem;padding:2px 8px;border-radius:999px}.note-preview{font-size:.9rem;color:#444;overflow-wrap:anywhere}.note-preview.under-graph{background:var(--card);border-radius:var(--radius);padding:12px 16px}.note-preview.tall{min-height:220px;background:#fafaf8;border-radius:10px;padding:12px}.note-preview img{max-width:100%}.small-seg button{padding:4px 10px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0005;display:grid;place-items:center;z-index:10}.modal{background:var(--card);border-radius:var(--radius);padding:20px;width:min(440px,92vw);max-height:86dvh;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.modal.wide{width:min(680px,94vw)}.modal h3{margin:0}.modal textarea{min-height:220px;font-family:ui-monospace,monospace;font-size:.88rem}.title-input{font-size:1.2rem;font-weight:600}.seg{display:flex;gap:4px}.seg button{flex:1;background:#eee}.seg button.active{background:var(--accent-soft);color:var(--accent);font-weight:600}.picker-list{display:flex;flex-direction:column;gap:4px;max-height:320px;overflow-y:auto}.picker-item{text-align:left;background:transparent;padding:8px 10px;border-radius:8px}.picker-item:hover{background:var(--accent-soft)}.file-grid{display:flex;flex-wrap:wrap;gap:8px}.file-grid img{width:110px;height:110px;object-fit:cover;border-radius:10px}.file-list{display:flex;flex-direction:column;gap:4px}.file-row{color:var(--text);text-decoration:none;padding:6px 10px;background:#f0efec;border-radius:8px;font-size:.88rem}.file-row:hover{background:var(--accent-soft)}.modal-actions{display:flex;justify-content:flex-end;gap:8px}.check{display:flex;align-items:center;gap:8px;font-size:.9rem}.request{display:flex;flex-direction:column;gap:6px;border-bottom:1px solid #eee;padding-bottom:10px}.request div{display:flex;gap:8px}.danger-zone{border:1px solid #f3c1b8;background:#fff7f5;border-radius:10px;padding:12px;display:flex;flex-direction:column;gap:8px}.danger-zone h4{margin:0;color:#c0392b;font-size:.9rem}.buildstamp{text-align:center;font-size:.68rem;color:#b9b7b3;padding:3px 0 5px;-webkit-user-select:none;user-select:none}.bookmarks-bar{display:flex;gap:2px;overflow-x:auto;max-width:40vw}.bookmark-btn{background:transparent;font-size:1.15rem;padding:3px 5px}.bookmark-btn:hover{background:var(--accent-soft);border-radius:8px}.knobs{display:flex;gap:24px;background:var(--card);border-radius:var(--radius);padding:10px 16px;align-items:center;flex-wrap:wrap}.knobs label{display:flex;align-items:center;gap:8px;font-size:.85rem}.emoji-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:4px}.emoji-btn{font-size:1.3rem;background:transparent;padding:5px}.emoji-btn:hover{background:var(--accent-soft);border-radius:8px}@media (max-width: 720px){.chat-layout{grid-template-columns:1fr;grid-template-rows:auto 1fr}.thread-list{flex-direction:row;overflow-x:auto;border-right:none;border-bottom:1px solid #e5e4e1}.thread{flex:0 0 auto}.plex-middle{flex-direction:column;align-items:stretch}.plex-side{width:auto;flex-direction:row;flex-wrap:wrap}}
