.smart-note{display:flex;flex-direction:column;gap:3px;padding:7px 9px;border-radius:8px;background:color-mix(in srgb,var(--note-color) 4%,var(--color-bg));border:1px solid color-mix(in srgb,var(--note-color) 15%,transparent);opacity:0;transform:translateY(10px) scale(.96);transition:opacity .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1)}.smart-note--enter{opacity:1;transform:translateY(0) scale(1)}.smart-note__row{display:flex;align-items:flex-start;gap:5px;color:var(--note-color)}.smart-note__row svg{flex-shrink:0;margin-top:1px}.smart-note__text{font-size:.66rem;font-weight:600;color:var(--color-text-primary);line-height:1.3}.smart-note__meta{display:flex;align-items:center;gap:6px;padding-left:15px}.smart-note__type{font-size:.46rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--note-color)}.smart-note__assignee{font-size:.46rem;font-weight:600;color:var(--color-text-muted);padding:1px 5px;border-radius:3px;background:var(--color-bg-soft)}.smart-note--full{padding:6px 8px;border-radius:6px}.smart-note--full .smart-note__text{font-size:.62rem;font-weight:600;color:var(--color-text-primary);line-height:1.3}.smart-note--full .smart-note__type,.smart-note--full .smart-note__assignee{font-size:.4rem}.smart-note--full .smart-note__row{gap:5px}.capture-demo{width:100%;display:flex;flex-direction:column;align-items:center;gap:6px;border:none;background:transparent;box-shadow:none;overflow:visible}.capture-demo__island-row{display:flex;justify-content:center;min-height:44px;align-items:center}.capture-demo__status{width:100%;height:28px;margin-top:-30px;display:flex;align-items:center;justify-content:center;gap:6px;font-size:.68rem;font-weight:700;color:#00b894;text-transform:uppercase;letter-spacing:1.5px;opacity:0;transform:translateY(4px);transition:opacity .3s ease,transform .3s ease;z-index:2;pointer-events:none}.capture-demo__status--visible{opacity:1;transform:translateY(0)}.capture-demo__status-dot{width:6px;height:6px;border-radius:50%;background:#00b894;box-shadow:0 0 6px #00b89466;animation:capturePulse 2s ease-in-out infinite}.capture-demo__stage{position:relative;width:100%;display:grid;grid-template:1fr/1fr}.capture-demo__stage>*{grid-area:1/1}.capture-demo__panel{width:100%;max-width:420px;justify-self:center;background:var(--color-bg);border-radius:12px;box-shadow:0 6px 32px #0000000f;padding:10px 12px;opacity:0;transform:translateY(12px) scale(.97);transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1)}.capture-demo__panel--visible{opacity:1;transform:translateY(0) scale(1)}.capture-demo__panel--exit{opacity:0;transform:scale(.92) translateY(-10px)}.capture-demo__panel-label{display:flex;align-items:center;gap:5px;font-size:.56rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--color-text-muted);margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid var(--color-border)}.capture-demo__messages{display:flex;flex-direction:column;gap:8px}.capture-demo__msg{display:flex;flex-direction:column;max-width:82%;opacity:0;transform:translateY(8px);transition:opacity .45s cubic-bezier(.16,1,.3,1),transform .45s cubic-bezier(.16,1,.3,1)}.capture-demo__msg--visible{opacity:1;transform:translateY(0)}.capture-demo__msg--other{align-self:flex-start}.capture-demo__msg--me{align-self:flex-end;align-items:flex-end}.capture-demo__msg-footer{display:flex;align-items:center;gap:5px;margin-top:3px;padding:0 2px}.capture-demo__speaker{font-size:.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:var(--color-text-muted)}.capture-demo__speaker--me{color:#5a9bd4}.capture-demo__msg-time{font-size:.44rem;color:var(--color-text-muted);opacity:.45;font-variant-numeric:tabular-nums}.capture-demo__msg-text{font-size:.68rem;line-height:1.45;color:var(--color-text-secondary);padding:6px 10px;border-radius:12px;background:var(--color-bg-soft);border:1px solid var(--color-border);min-height:1.4em}.capture-demo__msg--other .capture-demo__msg-text{border-radius:12px 12px 12px 4px}.capture-demo__msg--me .capture-demo__msg-text{background:#5a9bd40f;border-color:#5a9bd41f;border-radius:12px 12px 4px}.capture-demo__typing-cursor{display:inline-block;width:1.5px;height:10px;background:#00b894;border-radius:1px;margin-left:1px;vertical-align:text-bottom;animation:captureBlink .8s step-end infinite}.capture-demo__notes{width:100%;max-width:420px;justify-self:center;align-self:start;background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;box-shadow:0 6px 32px #0000000f;padding:10px 12px;opacity:0;transform:translateY(14px);transition:opacity .55s cubic-bezier(.16,1,.3,1),transform .55s cubic-bezier(.16,1,.3,1);pointer-events:none}.capture-demo__notes--visible{opacity:1;transform:translateY(0);pointer-events:auto}.capture-demo__notes-badge{margin-left:auto;font-size:.46rem;font-weight:600;color:#00b894;padding:1px 5px;border-radius:4px;background:#00b89414;letter-spacing:.3px;text-transform:none}.capture-demo__notes-list{display:flex;flex-direction:column;gap:6px}.capture-demo__summary{display:flex;align-items:center;gap:5px;height:22px;opacity:0;transform:translateY(6px);transition:opacity .5s ease,transform .5s ease}.capture-demo__summary--visible{opacity:1;transform:translateY(0)}.capture-demo__summary-count{font-size:.72rem;font-weight:700;color:#00b894}.capture-demo__summary-label{font-size:.64rem;color:var(--color-text-muted)}@keyframes captureBlink{0%,to{opacity:1}50%{opacity:0}}@keyframes capturePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}@media(max-width:768px){.capture-demo__panel,.capture-demo__notes{max-width:100%}}
