.v3-dice-canvas{z-index:1000;pointer-events:none;position:fixed;inset:0}.v3-dice-canvas canvas{width:100%!important;height:100%!important}.v3-dice-fab{z-index:71;border:1px solid var(--accent-ring,#c4a46c57);background:radial-gradient(120% 120% at 30% 20%, var(--accent-primary-hover,#d6b979), var(--accent-primary,#c4a46c) 60%, var(--accent-primary-active,#9f7a42));color:#1a160f;cursor:pointer;width:52px;height:52px;box-shadow:var(--shadow-lg,0 24px 64px #0000005c);transition:transform .16s var(--bm-motion-expressive,cubic-bezier(.16, 1, .3, 1)), filter .16s ease;border-radius:50%;place-items:center;display:grid;position:fixed;bottom:84px;right:20px}.v3-dice-fab:hover{filter:brightness(1.06);transform:translateY(-2px)rotate(-8deg)scale(1.05)}.v3-dice-fab.is-open{background:var(--surface-elevated,#18181d);color:var(--text-primary,#ede7dc);border-color:var(--surface-border-strong,#e8dab83d)}.v3-dice-tray{z-index:80;border-radius:var(--radius-lg,8px);border:1px solid var(--surface-border,#e8dab81a);background:var(--surface-elevated,#18181d);width:320px;max-width:calc(100vw - 40px);box-shadow:var(--shadow-lg,0 24px 64px #0000005c);transform-origin:100% 100%;flex-direction:column;gap:12px;padding:16px;display:flex;position:fixed;bottom:146px;right:20px}.v3-dice-tray__header{align-items:center;display:flex}.v3-dice-tray__title{font-family:var(--font-display,"Cormorant Garamond", serif);color:var(--text-primary,#ede7dc);margin:0;font-size:20px}.v3-dice-tray__controls{grid-template-columns:1fr 1fr;gap:10px;display:grid}.v3-dice-stepper{flex-direction:column;gap:4px;display:flex}.v3-dice-stepper__label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted,#968d80);font-size:11px}.v3-dice-stepper__controls{border-radius:var(--radius-md,6px);border:1px solid var(--surface-border,#e8dab81a);background:var(--surface-input,#111115);justify-content:space-between;align-items:center;gap:6px;padding:4px;display:flex}.v3-dice-stepper__controls button{border-radius:var(--radius-sm,4px);background:var(--surface-hover,#23232b);width:26px;height:26px;color:var(--text-secondary,#c8c0b2);cursor:pointer;border:none;place-items:center;display:grid}.v3-dice-stepper__controls button:hover{color:var(--accent-primary,#c4a46c)}.v3-dice-stepper__value{text-align:center;font-variant-numeric:tabular-nums;min-width:32px;color:var(--text-primary,#ede7dc)}.v3-dice-tray__quick{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.v3-dice-chip{border-radius:var(--radius-md,6px);border:1px solid var(--surface-border,#e8dab81a);background:var(--surface-raised,#111115);color:var(--text-primary,#ede7dc);font-family:var(--font-display,serif);cursor:pointer;padding:10px 0;font-size:15px;transition:border-color .14s,color .14s,background .14s}.v3-dice-chip:hover:not(:disabled){border-color:var(--accent-primary,#c4a46c);color:var(--accent-primary-hover,#d6b979);background:var(--surface-hover,#23232b)}.v3-dice-chip:disabled{opacity:.5;cursor:progress}.v3-dice-tray__mode{border-radius:var(--radius-md,6px);border:1px solid var(--surface-border,#e8dab81a);grid-template-columns:repeat(3,1fr);gap:0;display:grid;overflow:hidden}.v3-dice-mode{background:var(--surface-raised,#111115);color:var(--text-muted,#968d80);cursor:pointer;border:none;padding:8px 0;font-size:12px;transition:background .14s,color .14s}.v3-dice-mode+.v3-dice-mode{border-left:1px solid var(--surface-border,#e8dab81a)}.v3-dice-mode.is-active{background:var(--accent-primary-soft,#c4a46c2e);color:var(--accent-primary-hover,#d6b979)}.v3-dice-tray__freeform{gap:8px;display:flex}.v3-dice-tray__input{border-radius:var(--radius-md,6px);border:1px solid var(--surface-border,#e8dab81a);background:var(--surface-input,#111115);min-width:0;color:var(--text-primary,#ede7dc);font-family:var(--font-mono,monospace);flex:1;padding:8px 10px;font-size:13px}.v3-dice-tray__input:focus{border-color:var(--accent-primary,#c4a46c);box-shadow:0 0 0 2px var(--accent-ring,#c4a46c57);outline:none}.v3-dice-tray__roll{border-radius:var(--radius-md,6px);border:1px solid var(--accent-primary,#c4a46c);background:var(--accent-primary,#c4a46c);color:#1a160f;cursor:pointer;padding:8px 14px;font-weight:600}.v3-dice-tray__roll:disabled{opacity:.5;cursor:not-allowed}.v3-dice-tray__error{color:var(--status-danger,#e0796d);margin:0;font-size:12px}.v3-dice-tray__log{border-top:1px solid var(--surface-border,#e8dab81a);max-height:240px;padding-top:8px;overflow-y:auto}.v3-dice-log{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.v3-dice-log__empty{color:var(--text-muted,#968d80);text-align:center;margin:8px 0;font-size:13px}.v3-dice-log__row{border-radius:var(--radius-md,6px);background:var(--surface-raised,#111115);grid-template-columns:1fr auto auto;align-items:center;gap:8px;padding:6px 8px;display:grid}.v3-dice-log__row.is-crit{box-shadow:inset 0 0 0 1px var(--status-success,#6bbf73)}.v3-dice-log__row.is-fumble{box-shadow:inset 0 0 0 1px var(--status-danger,#e0796d)}.v3-dice-log__main{flex-direction:column;min-width:0;display:flex}.v3-dice-log__title{color:var(--text-primary,#ede7dc);white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.v3-dice-log__breakdown{color:var(--text-muted,#968d80);font-size:11px;font-family:var(--font-mono,monospace)}.v3-dice-log__meta{color:var(--text-dim,#6b6359);flex-direction:column;align-items:flex-end;font-size:10px;display:flex}.v3-dice-log__total{text-align:center;min-width:28px;font-family:var(--font-display,serif);color:var(--accent-primary-hover,#d6b979);font-variant-numeric:tabular-nums;font-size:20px}.v3-dice-log__reroll{border-radius:var(--radius-sm,4px);width:26px;height:26px;color:var(--text-muted,#968d80);cursor:pointer;background:0 0;border:none;place-items:center;display:grid}.v3-dice-log__reroll:hover{color:var(--accent-primary,#c4a46c)}.v3-dice-toast{z-index:1100;text-align:center;border-radius:var(--radius-lg,8px);border:1px solid var(--accent-ring,#c4a46c57);background:var(--surface-elevated,#18181d);min-width:180px;box-shadow:var(--shadow-lg,0 24px 64px #0000005c);pointer-events:none;padding:16px 24px;position:fixed;top:84px;left:50%;transform:translate(-50%)}.v3-dice-toast.is-crit{border-color:var(--status-success,#6bbf73);box-shadow:0 0 32px #6bbf7366, var(--shadow-lg,0 24px 64px #0000005c)}.v3-dice-toast.is-fumble{border-color:var(--status-danger,#e0796d);box-shadow:0 0 32px #e0796d66, var(--shadow-lg,0 24px 64px #0000005c)}.v3-dice-toast__label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted,#968d80);font-size:12px}.v3-dice-toast__total{font-family:var(--font-display,serif);color:var(--accent-primary-hover,#d6b979);font-variant-numeric:tabular-nums;font-size:44px;line-height:1.1}.v3-dice-toast__breakdown{color:var(--text-secondary,#c8c0b2);font-size:12px;font-family:var(--font-mono,monospace)}.v3-dice-toast__crit{font-family:var(--font-display,serif);margin-top:4px;font-size:16px}.v3-dice-toast.is-crit .v3-dice-toast__crit{color:var(--status-success,#6bbf73)}.v3-dice-toast.is-fumble .v3-dice-toast__crit{color:var(--status-danger,#e0796d)}.v3-roll-button{border-radius:var(--radius-sm,4px);border:1px solid var(--surface-border,#e8dab81a);color:var(--text-primary,#ede7dc);font-variant-numeric:tabular-nums;cursor:pointer;background:0 0;align-items:center;gap:4px;padding:3px 8px;transition:border-color .14s,color .14s,background .14s;display:inline-flex}.v3-roll-button:hover:not(:disabled){border-color:var(--accent-primary,#c4a46c);color:var(--accent-primary-hover,#d6b979);background:var(--accent-primary-subtle,#c4a46c14)}.v3-roll-button:disabled{opacity:.55;cursor:progress}.v3-roll-button__icon{color:var(--accent-primary,#c4a46c)}.v3-roll-button--compact{padding:2px 6px}.v3-roll-button--static{cursor:default;border-color:#0000}button.pl-sheet-ability-tile--roll{appearance:none;font:inherit;color:inherit;cursor:pointer;transition:border-color .14s,transform .14s,box-shadow .14s}button.pl-sheet-ability-tile--roll:hover:not(:disabled){border-color:var(--accent-primary,#c4a46c);box-shadow:var(--shadow-glow,0 0 0 1px #c4a46c38);transform:translateY(-1px)}button.pl-sheet-ability-tile--roll:disabled{cursor:default}.pl-sheet-roll.v3-roll-button{justify-content:flex-end}.pl-sheet-roll .v3-roll-button__icon{display:none}@media (width<=600px){.v3-roll-button,.pl-sheet-roll.v3-roll-button{justify-content:center;min-width:46px;min-height:36px;padding:4px 10px}.v3-roll-button--static{min-height:0}}@media (prefers-reduced-motion:reduce){.v3-dice-fab,.v3-dice-fab:hover{transition:none;transform:none}}.v3-dicepanel{z-index:80;border-radius:var(--radius-lg,12px);border:1px solid var(--surface-border,#e8dab81a);background:var(--surface-elevated,#18181d);width:340px;max-width:calc(100vw - 40px);max-height:calc(100vh - 120px);box-shadow:var(--shadow-lg,0 24px 64px #0000005c);transform-origin:100% 100%;flex-direction:column;gap:12px;padding:16px;display:flex;position:fixed;bottom:88px;right:20px;overflow-y:auto}.v3-dicepanel__header{justify-content:space-between;align-items:center;display:flex}.v3-dicepanel__title{font-family:var(--font-display,"Cormorant Garamond", serif);color:var(--text-primary,#ede7dc);margin:0;font-size:20px}.v3-dicepanel__close{border-radius:var(--radius-sm,6px);width:30px;height:30px;color:var(--text-muted,#968d80);cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.v3-dicepanel__close:hover{background:var(--surface-hover,#23232b);color:var(--text-primary,#ede7dc)}.v3-dicepanel__pending{border-radius:var(--radius-md,8px);border:1px solid var(--surface-border,#e8dab81f);background:var(--surface-raised,#111115);align-items:center;gap:10px;min-height:44px;padding:10px 14px;display:flex}.v3-dicepanel__pending.is-empty{border-style:dashed}.v3-dicepanel__expr{font-family:var(--font-display,serif);color:var(--text-primary,#ede7dc);letter-spacing:.01em;font-size:18px}.v3-dicepanel__hint{color:var(--text-muted,#968d80);font-size:13px}.v3-dicepanel__adv{text-transform:uppercase;letter-spacing:.05em;color:var(--accent-primary,#c4a46c);background:#c4a46c24;border-radius:999px;margin-left:auto;padding:2px 8px;font-size:11px;font-weight:600}.v3-dicepanel__grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.v3-die-btn{border-radius:var(--radius-md,8px);border:1px solid var(--surface-border,#e8dab81a);background:var(--surface-raised,#111115);color:var(--text-secondary,#c8c0b2);cursor:pointer;flex-direction:column;align-items:center;gap:4px;padding:10px 4px 8px;transition:border-color .14s,color .14s,background .14s,transform 80ms;display:flex;position:relative}.v3-die-btn:hover{border-color:var(--accent-primary,#c4a46c);color:var(--text-primary,#ede7dc);background:var(--surface-hover,#23232b)}.v3-die-btn:active{transform:scale(.94)}.v3-die-btn.is-selected{border-color:var(--accent-primary,#c4a46c);color:var(--accent-primary,#c4a46c);background:#c4a46c1a}.v3-die-shape{width:30px;height:30px}.v3-die-shape polygon{fill:none;stroke:currentColor;stroke-width:5px;stroke-linejoin:round}.v3-die-shape polyline{fill:none;stroke:currentColor;stroke-width:4px;stroke-linejoin:round;opacity:.55}.v3-die-btn__label{font-family:var(--font-display,serif);font-size:13px;font-weight:600}.v3-die-btn__count{background:var(--accent-primary,#c4a46c);color:#15100a;font-variant-numeric:tabular-nums;border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 4px;font-size:11px;font-weight:700;display:grid;position:absolute;top:4px;right:4px}.v3-dicepanel__tune{grid-template-columns:1fr 1.2fr;align-items:end;gap:10px;display:grid}.v3-dice-mode{border-radius:var(--radius-md,6px);border:1px solid var(--surface-border,#e8dab81a);grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.v3-dice-mode.is-disabled{opacity:.5}.v3-dice-mode__btn{background:var(--surface-raised,#111115);color:var(--text-muted,#968d80);cursor:pointer;border:0;padding:8px 0;font-size:12px;transition:background .14s,color .14s}.v3-dice-mode__btn+.v3-dice-mode__btn{border-left:1px solid var(--surface-border,#e8dab81a)}.v3-dice-mode__btn:hover:not(:disabled){color:var(--text-primary,#ede7dc)}.v3-dice-mode__btn.is-active{color:var(--accent-primary,#c4a46c);background:#c4a46c29}.v3-dice-mode__btn:disabled{cursor:default}.v3-dicepanel__actions{grid-template-columns:1fr 1.4fr;gap:10px;display:grid}.v3-dice-reset,.v3-dice-roll{border-radius:var(--radius-md,8px);font-family:var(--font-display,serif);letter-spacing:.04em;text-transform:uppercase;cursor:pointer;padding:12px 0;font-size:15px;font-weight:600;transition:filter .14s,background .14s,opacity .14s}.v3-dice-reset{border:1px solid var(--surface-border-strong,#e8dab833);background:var(--surface-hover,#23232b);color:var(--text-secondary,#c8c0b2)}.v3-dice-reset:hover:not(:disabled){color:var(--text-primary,#ede7dc)}.v3-dice-roll{background:var(--accent-primary,#c4a46c);color:#15100a;border:1px solid #0000}.v3-dice-roll:hover:not(:disabled){filter:brightness(1.06)}.v3-dice-reset:disabled,.v3-dice-roll:disabled{opacity:.5;cursor:default}.v3-dicepanel__meta{color:var(--text-muted,#968d80);justify-content:space-between;align-items:center;gap:8px;font-size:12px;display:flex}.v3-dicepanel__audience{align-items:center;gap:6px;display:inline-flex}.v3-dice-clear{color:var(--accent-primary,#c4a46c);cursor:pointer;background:0 0;border:0;font-size:12px;font-weight:600}.v3-dice-clear:hover{text-decoration:underline}.v3-dicepanel__freeform{gap:8px;display:flex}.v3-dicepanel__input{border-radius:var(--radius-md,6px);border:1px solid var(--surface-border,#e8dab81f);background:var(--surface-input,#111115);min-width:0;color:var(--text-primary,#ede7dc);font:inherit;flex:auto;padding:9px 12px;font-size:13px}.v3-dicepanel__input:focus{border-color:var(--accent-primary,#c4a46c);outline:none}.v3-dicepanel__freeform-roll{border-radius:var(--radius-md,6px);border:1px solid var(--surface-border-strong,#e8dab833);background:var(--surface-hover,#23232b);color:var(--text-secondary,#c8c0b2);cursor:pointer;flex:none;padding:0 14px;font-size:13px}.v3-dicepanel__freeform-roll:disabled{opacity:.5;cursor:default}.v3-dicepanel__error{color:var(--danger,#d9756b);margin:0;font-size:12px}.v3-dicepanel__log{border-top:1px solid var(--surface-border,#e8dab81a);padding-top:10px}.v3-weavy-sessions{background:var(--surface-canvas,#0b0b0e);flex-direction:column;height:100%;min-height:0;display:flex}.v3-weavy-sessions__header{padding:14px 16px;padding-right:var(--v3-weavy-controls-inset,84px);border-bottom:1px solid var(--surface-border,#e8dab81a);background:var(--surface-raised,#111115);flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;display:flex}.v3-weavy-sessions__heading{align-items:center;gap:10px;min-width:0;display:flex}.v3-weavy-sessions__heading-icon{border-radius:var(--radius-lg,8px);background:var(--accent-soft,#c4a46c2e);color:var(--accent-primary,#c4a46c);flex-shrink:0;justify-content:center;align-items:center;padding:8px;display:flex}.v3-weavy-sessions__heading-text{min-width:0}.v3-weavy-sessions__heading-text h2{color:var(--text-primary,#ede7dc);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:15px;font-weight:600;overflow:hidden}.v3-weavy-sessions__heading-text p{color:var(--text-muted,#968d80);margin:0;font-size:12px}.v3-weavy-sessions__body{flex:1;min-height:0;padding:14px 16px;overflow:hidden auto}.v3-weavy-sessions__groups{flex-direction:column;gap:18px;display:flex}.v3-weavy-sessions__group{flex-direction:column;gap:4px;display:flex}.v3-weavy-sessions__group-label{z-index:1;letter-spacing:.06em;text-transform:uppercase;color:var(--text-dim,#6b6359);background:linear-gradient(to bottom, var(--surface-canvas,#0b0b0e) 70%, transparent);margin:0;padding:6px 6px 4px;font-size:11px;font-weight:600;position:sticky;top:-14px}.v3-weavy-sessions__list{flex-direction:column;gap:2px;display:flex}.v3-weavy-session-row{text-align:left;border-radius:var(--radius-md,8px);cursor:pointer;background:0 0;border:1px solid #0000;align-items:center;gap:10px;width:100%;padding:8px 8px 8px 10px;transition:background .13s,border-color .13s;display:flex;position:relative}.v3-weavy-session-row:hover,.v3-weavy-session-row:focus-visible,.v3-weavy-session-row.is-confirming{border-color:var(--surface-border,#e8dab81a);background:var(--surface-elevated,#18181d);outline:none}.v3-weavy-session-row:focus-visible{border-color:var(--accent-ring,#c4a46c57)}.v3-weavy-session-row__icon{border-radius:var(--radius-md,8px);background:var(--surface-raised,#111115);width:30px;height:30px;color:var(--text-muted,#968d80);flex-shrink:0;justify-content:center;align-items:center;transition:color .13s,background .13s;display:flex}.v3-weavy-session-row:hover .v3-weavy-session-row__icon,.v3-weavy-session-row:focus-visible .v3-weavy-session-row__icon{color:var(--accent-primary,#c4a46c);background:var(--accent-soft,#c4a46c29)}.v3-weavy-session-row__main{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.v3-weavy-session-row__title{color:var(--text-primary,#ede7dc);white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:500;line-height:1.3;overflow:hidden}.v3-weavy-session-row__meta{color:var(--text-dim,#6b6359);align-items:center;gap:8px;font-size:11.5px;display:flex}.v3-weavy-session-row__badge{border-radius:var(--radius-pill,999px);background:var(--surface-raised,#111115);letter-spacing:.03em;text-transform:uppercase;color:var(--text-secondary,#c8c0b2);align-items:center;gap:5px;padding:1px 7px;font-size:10.5px;font-weight:600;display:inline-flex}.v3-weavy-session-row__badge--working{background:var(--accent-soft,#c4a46c29);color:var(--accent-primary,#c4a46c)}.v3-weavy-session-row__working{background:var(--accent-primary,#c4a46c);border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:1.4s ease-in-out infinite v3WeavyPulse}.v3-weavy-session-row__action{border-radius:var(--radius-md,8px);width:30px;height:30px;color:var(--text-dim,#6b6359);cursor:pointer;opacity:0;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;transition:opacity .13s,color .13s,background .13s;display:flex}.v3-weavy-session-row:hover .v3-weavy-session-row__action,.v3-weavy-session-row:focus-within .v3-weavy-session-row__action,.v3-weavy-session-row__action:focus-visible{opacity:1}.v3-weavy-session-row__action:hover{color:var(--danger,#f87171);background:#f871711f}.v3-weavy-session-row__confirm{flex-shrink:0;align-items:center;gap:4px;display:flex}.v3-weavy-session-row__confirm-delete,.v3-weavy-session-row__confirm-cancel{border-radius:var(--radius-md,6px);cursor:pointer;border:0;padding:4px 9px;font-size:12px;font-weight:600;transition:background .13s,color .13s}.v3-weavy-session-row__confirm-delete{color:var(--danger,#f87171);background:#f8717129}.v3-weavy-session-row__confirm-delete:hover:not(:disabled){background:#f8717142}.v3-weavy-session-row__confirm-cancel{color:var(--text-muted,#968d80);background:0 0}.v3-weavy-session-row__confirm-cancel:hover:not(:disabled){color:var(--text-primary,#ede7dc)}.v3-weavy-session-row__confirm-delete:disabled,.v3-weavy-session-row__confirm-cancel:disabled{opacity:.6;cursor:default}.v3-weavy-sessions__empty{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:40px 20px;display:flex}.v3-weavy-sessions__empty-icon{border-radius:var(--radius-pill,999px);background:var(--accent-soft,#c4a46c2e);width:56px;height:56px;color:var(--accent-primary,#c4a46c);justify-content:center;align-items:center;display:flex}.v3-weavy-sessions__empty h3{font-family:var(--font-display,"Cormorant Garamond", Georgia, serif);color:var(--text-primary,#ede7dc);margin:0;font-size:20px}.v3-weavy-sessions__empty p{max-width:320px;color:var(--text-muted,#968d80);margin:0;font-size:13px;line-height:1.5}.v3-weavy-sessions__loading{justify-content:center;align-items:center;padding:48px 0;display:flex}.v3-weavy-spinner{border:2px solid var(--surface-border-strong,#e8dab83d);border-top-color:var(--accent-primary,#c4a46c);border-radius:50%;width:22px;height:22px;animation:.7s linear infinite v3WeavySpin}@keyframes v3WeavySpin{to{transform:rotate(360deg)}}@keyframes v3WeavyPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}.v3-weavy-markdown{font-family:var(--font-body,system-ui, sans-serif);color:var(--text-primary,#ede7dc);word-break:break-word;font-size:14px;line-height:1.6}.v3-weavy-markdown>:first-child{margin-top:0}.v3-weavy-markdown>:last-child{margin-bottom:0}.v3-weavy-markdown p{margin:0 0 .75em}.v3-weavy-markdown h1,.v3-weavy-markdown h2,.v3-weavy-markdown h3,.v3-weavy-markdown h4,.v3-weavy-markdown h5,.v3-weavy-markdown h6{font-family:var(--font-display,"Cormorant Garamond", Georgia, serif);color:var(--text-primary,#ede7dc);margin:1.1em 0 .5em;font-weight:600;line-height:1.25}.v3-weavy-markdown h1{font-size:1.5em}.v3-weavy-markdown h2{font-size:1.3em}.v3-weavy-markdown h3{font-size:1.15em}.v3-weavy-markdown ul,.v3-weavy-markdown ol{margin:0 0 .75em;padding-left:1.4em}.v3-weavy-markdown li{margin:.2em 0}.v3-weavy-markdown a{color:var(--accent-primary,#c4a46c);text-underline-offset:2px;text-decoration:underline}.v3-weavy-markdown strong{color:var(--text-primary,#ede7dc);font-weight:600}.v3-weavy-markdown em{font-style:italic}.v3-weavy-markdown blockquote{border-left:2px solid var(--accent-soft,#c4a46c2e);color:var(--text-secondary,#c8c0b2);margin:0 0 .75em;padding:.2em 0 .2em .9em}.v3-weavy-markdown code{font-family:var(--bm-font-mono,ui-monospace, SFMono-Regular, Menlo, monospace);background:var(--surface-elevated,#18181d);border:1px solid var(--surface-border,#e8dab81a);border-radius:var(--radius-sm,4px);padding:.1em .35em;font-size:.86em}.v3-weavy-markdown pre{background:var(--surface-canvas,#0b0b0e);border:1px solid var(--surface-border,#e8dab81a);border-radius:var(--radius-md,6px);margin:0 0 .75em;padding:.75em .9em;overflow-x:auto}.v3-weavy-markdown pre code{background:0 0;border:none;padding:0}.v3-weavy-markdown hr{border:none;border-top:1px solid var(--surface-border,#e8dab81a);margin:1em 0}.v3-weavy-markdown table{border-collapse:collapse;width:100%;margin:0 0 .75em;font-size:.92em}.v3-weavy-markdown th,.v3-weavy-markdown td{border:1px solid var(--surface-border,#e8dab81a);text-align:left;padding:.4em .6em}.v3-weavy-markdown th{background:var(--surface-elevated,#18181d);font-weight:600}.v3-weavy-markdown img{border-radius:var(--radius-md,6px);max-width:100%}.v3-weavy-mood-chip{letter-spacing:.04em;color:#8a857e;font-size:10.5px;font-style:italic;font-family:var(--font-display,"Cormorant Garamond", Georgia, serif);align-items:center;gap:6px;display:inline-flex}.v3-weavy-mood-chip__dot{background:#5aafa0;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2.6s ease-in-out infinite v3WeavyMoodPulse;box-shadow:0 0 10px #5aafa0}.v3-weavy-mood-chip[data-mood=speaking] .v3-weavy-mood-chip__dot{background:#d4bd82;box-shadow:0 0 10px #d4bd82}.v3-weavy-mood-chip[data-mood=thinking] .v3-weavy-mood-chip__dot{background:#5aafa0;box-shadow:0 0 10px #5aafa0}.v3-weavy-mood-chip[data-mood=troubled] .v3-weavy-mood-chip__dot{background:#ef4444;animation-duration:1.4s;box-shadow:0 0 10px #ef4444}.v3-weavy-mood-chip[data-mood=listening] .v3-weavy-mood-chip__dot{background:#5aafa0;animation-duration:3.5s;box-shadow:0 0 10px #5aafa099}@keyframes v3WeavyMoodPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.25)}}.v3-weavy-thinking-streaming{padding-top:4px;padding-bottom:4px}.v3-weavy-thinking-header{color:var(--text-secondary,#b8b2a6);align-items:center;gap:8px;margin-bottom:6px;font-size:12px;line-height:1.4;display:flex}.v3-weavy-thinking-icon{width:14px;height:14px;color:var(--accent-primary,#c4a46c);flex-shrink:0}.v3-weavy-thinking-label{font-weight:500}.v3-weavy-thinking-elapsed{font-variant-numeric:tabular-nums;color:var(--text-muted,#8a857e)}.v3-weavy-thinking-toggle{width:100%;color:var(--text-muted,#8a857e);cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:8px;padding-top:4px;padding-bottom:4px;font-size:12px;transition:color .15s;display:flex}.v3-weavy-thinking-toggle:hover{color:var(--text-secondary,#b8b2a6)}.v3-weavy-thinking-chevron{flex-shrink:0;width:12px;height:12px;transition:transform .2s}.v3-weavy-thinking-chevron.is-expanded{transform:rotate(90deg)}.v3-weavy-thinking-content{color:var(--text-secondary,#b8b2a6);padding-left:20px;font-size:12px;overflow-y:auto}.v3-weavy-thinking-content--streaming{max-height:192px}.v3-weavy-thinking-content--collapsed{max-height:256px;padding-top:4px;padding-bottom:8px}.v3-weavy-thinking-shimmer{animation:2s ease-in-out infinite v3WeavyThinkingShimmer}@keyframes v3WeavyThinkingShimmer{0%,to{opacity:.7}50%{opacity:1}}.v3-weavy-thinking-scroll{scrollbar-width:thin;scrollbar-color:var(--surface-border,#e8dab81a) transparent}.v3-weavy-thinking-scroll::-webkit-scrollbar{width:4px}.v3-weavy-thinking-scroll::-webkit-scrollbar-track{background:0 0}.v3-weavy-thinking-scroll::-webkit-scrollbar-thumb{background:var(--surface-border,#e8dab81a);border-radius:2px}.v3-weavy-activity{border:1px solid var(--surface-border,#e8dab81a);border-radius:var(--radius-md,6px);background:var(--surface-elevated,#18181d);overflow:hidden}.v3-weavy-activity-head{width:100%;height:30px;font:inherit;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:0 10px;transition:background .12s cubic-bezier(.2,.8,.2,1);display:flex}.v3-weavy-activity-head:hover{background:var(--surface-hover,#23232b)}.v3-weavy-activity-head:focus-visible{outline:2px solid var(--accent-primary,#c4a46c);outline-offset:-2px}.v3-weavy-activity-glyph{flex:0 0 13px;width:13px;height:13px;display:block}.v3-weavy-activity-spin{transform-origin:50%;animation:.9s linear infinite v3-weavy-activity-rotate}@keyframes v3-weavy-activity-rotate{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.v3-weavy-activity-spin{animation:none}}.v3-weavy-activity-label{min-width:0;color:var(--text-primary,#ede7dc);white-space:nowrap;text-overflow:ellipsis;flex:auto;font-size:13px;overflow:hidden}.v3-weavy-activity.is-done .v3-weavy-activity-label{color:var(--text-muted,#968d80);font-size:12px}.v3-weavy-activity-meta{color:var(--text-dim,#6b6359);font-variant-numeric:tabular-nums;flex:none;align-items:center;gap:7px;font-size:11px;display:flex}.v3-weavy-activity-fail{color:var(--status-danger,#fb7185)}.v3-weavy-activity-chevron{width:11px;height:11px;color:var(--text-dim,#6b6359);flex-shrink:0;transition:transform .18s cubic-bezier(.2,.8,.2,1)}.v3-weavy-activity.is-open .v3-weavy-activity-chevron{transform:rotate(90deg)}.v3-weavy-activity-list{border-top:1px solid var(--surface-border,#e8dab81a);max-height:236px;padding:5px 0;overflow-y:auto}.v3-weavy-activity-list::-webkit-scrollbar{width:8px}.v3-weavy-activity-list::-webkit-scrollbar-thumb{border-radius:var(--radius-pill,999px);background:#e8dab83d}.v3-weavy-activity-step{align-items:center;gap:10px;height:24px;padding:0 10px 0 12px;display:flex}.v3-weavy-activity-step-label{min-width:0;color:var(--text-secondary,#c8c0b2);white-space:nowrap;text-overflow:ellipsis;flex:auto;font-size:12px;overflow:hidden}.v3-weavy-activity-step.is-running .v3-weavy-activity-step-label{color:var(--text-primary,#ede7dc)}.v3-weavy-activity-step.is-error .v3-weavy-activity-step-label{color:var(--status-danger,#fb7185)}.v3-weavy-activity-step-duration{color:var(--text-dim,#6b6359);font-variant-numeric:tabular-nums;flex:none;font-size:11px}.v3-weavy-stepper{border-radius:var(--radius-lg,16px);border:1px solid var(--accent-soft,#c4a46c40);font-family:var(--font-body,inherit);background:radial-gradient(circle at 0 0,#d4bd8224,#0000 34%),linear-gradient(135deg,#1f1d1af2,#121214f2);padding:14px 16px;box-shadow:0 18px 44px #00000052,inset 0 1px #ffffff0a}.v3-weavy-stepper-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.v3-weavy-stepper-title{min-width:0;color:var(--text-primary,#ede7dc);flex:1;margin:0;font-size:14px;font-weight:500;line-height:1.375}.v3-weavy-stepper-pagination{flex-shrink:0;align-items:center;gap:6px;display:flex}.v3-weavy-stepper-pagination-button{border-radius:var(--radius-md,8px);width:24px;height:24px;color:var(--text-muted,#8a857e);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;transition:color .15s,background-color .15s;display:flex}.v3-weavy-stepper-pagination-button:hover:not(:disabled){background:var(--surface-hover,#e8dab814);color:var(--text-primary,#ede7dc)}.v3-weavy-stepper-pagination-button:disabled{cursor:not-allowed;opacity:.4}.v3-weavy-stepper-pagination-icon{width:14px;height:14px}.v3-weavy-stepper-pagination-indicator{font-variant-numeric:tabular-nums;color:var(--text-muted,#8a857e);padding:0 4px;font-size:12px;font-weight:500}.v3-weavy-stepper-body{margin-bottom:12px}.v3-weavy-stepper-textarea{border-radius:var(--radius-md,8px);border:1px solid var(--surface-border,#e8dab81a);width:100%;min-height:64px;color:var(--text-primary,#ede7dc);resize:vertical;background:#0000004d;padding:8px 12px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.v3-weavy-stepper-textarea::placeholder{color:var(--text-muted,#8a857e)}.v3-weavy-stepper-textarea:focus{border-color:var(--accent-primary,#c4a46c);box-shadow:0 0 0 1px var(--accent-soft,#c4a46c4d);outline:none}.v3-weavy-stepper-textarea:disabled{cursor:not-allowed;opacity:.6}.v3-weavy-stepper-footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.v3-weavy-stepper-dismiss-button{border-radius:var(--radius-md,8px);color:var(--text-muted,#8a857e);cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:4px 8px;font-size:12px;transition:color .15s;display:inline-flex}.v3-weavy-stepper-dismiss-button:hover:not(:disabled){color:var(--text-primary,#ede7dc)}.v3-weavy-stepper-dismiss-button:disabled{cursor:not-allowed;opacity:.5}.v3-weavy-stepper-continue-button{border-radius:var(--radius-pill,9999px);color:var(--accent-primary,#c4a46c);border:1px solid var(--accent-soft,#c4a46c66);background:var(--accent-soft,#c4a46c2e);cursor:pointer;align-items:center;gap:8px;padding:6px 14px;font-size:12px;font-weight:600;transition:all .15s;display:inline-flex}.v3-weavy-stepper-continue-button:hover:not(:disabled){border-color:var(--accent-primary,#c4a46c);background:#c4a46c40}.v3-weavy-stepper-continue-button:disabled{cursor:not-allowed;opacity:.5}.v3-weavy-stepper-kbd{font-family:var(--font-mono,ui-monospace, monospace);color:var(--text-muted,#8a857e);background:#0006;border:1px solid #ffffff26;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:500;line-height:1}.v3-weavy-stepper-kbd--on-primary{border-color:var(--accent-soft,#c4a46c4d);color:var(--accent-primary,#c4a46c);background:#0000004d}.v3-weavy-composer-plus-root{z-index:50;margin-bottom:8px;display:inline-flex;position:absolute;bottom:100%;left:0}.v3-weavy-composer-plus-menu{border-radius:var(--radius-lg,14px);border:1px solid var(--surface-border,#e8dab81a);background:var(--surface-elevated,#18181d);min-width:280px;box-shadow:var(--shadow-lg,0 16px 48px #00000080);padding:4px 0;animation:.12s v3WeavyComposerPlusIn}@keyframes v3WeavyComposerPlusIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.v3-weavy-composer-plus-section{flex-direction:column;padding:4px 0;display:flex}.v3-weavy-composer-plus-section-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-dim,#6b6b73);padding:4px 12px;font-size:10px;font-weight:600}.v3-weavy-composer-plus-divider{background:var(--surface-border,#e8dab81a);height:1px;margin:4px 8px}.v3-weavy-composer-plus-item{text-align:left;width:100%;color:var(--text-secondary,#c9c2b4);font-size:14px;font-family:var(--font-body,inherit);cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:6px 12px;transition:background-color .1s;display:flex;position:relative}.v3-weavy-composer-plus-item:hover,.v3-weavy-composer-plus-item:focus{background:var(--surface-hover,#e8dab80f);outline:none}.v3-weavy-composer-plus-item:disabled{cursor:not-allowed;opacity:.5}.v3-weavy-composer-plus-item-expandable{cursor:default}.v3-weavy-composer-plus-icon{width:16px;height:16px;color:var(--text-muted,#8a857e);flex-shrink:0}.v3-weavy-composer-plus-label{color:var(--text-primary,#ede7dc);flex-shrink:0;font-weight:500}.v3-weavy-composer-plus-hint{text-overflow:ellipsis;white-space:nowrap;color:var(--text-dim,#6b6b73);font-size:12px;overflow:hidden}.v3-weavy-composer-plus-meta{flex-shrink:0;align-items:center;gap:8px;margin-left:auto;display:flex}.v3-weavy-composer-plus-shortcut{color:var(--text-dim,#6b6b73);align-items:center;gap:2px;font-size:10px;display:inline-flex}.v3-weavy-composer-plus-shortcut kbd{border:1px solid var(--surface-border,#e8dab81a);background:var(--surface-input,#111115);min-width:16px;height:16px;font-family:var(--font-body,sans-serif);border-radius:4px;justify-content:center;align-items:center;padding:0 4px;font-weight:500;line-height:1;display:inline-flex}.v3-weavy-composer-plus-chevron{width:14px;height:14px;color:var(--text-dim,#6b6b73);flex-shrink:0;margin-left:auto}.v3-weavy-composer-plus-check{width:14px;height:14px;color:var(--accent-primary,#c4a46c);flex-shrink:0}.v3-weavy-composer-plus-kbd{border:1px solid var(--surface-border,#e8dab81a);background:var(--surface-input,#111115);font-size:10px;font-family:var(--pl-font-mono,ui-monospace, monospace);color:var(--text-muted,#8a857e);border-radius:4px;margin-left:auto;padding:1px 6px}.v3-weavy-composer-plus-submenu{border-radius:var(--radius-lg,14px);border:1px solid var(--surface-border,#e8dab81a);background:var(--surface-elevated,#18181d);min-width:220px;box-shadow:var(--shadow-lg,0 16px 48px #00000080);margin-left:4px;padding:4px 0;display:none;position:absolute;top:0;left:100%}.v3-weavy-composer-plus-submenu[data-open=true]{display:block}.v3-loredoc__prose .v3-mention,.v3-backstory-prosemirror .v3-mention{cursor:pointer}.v3-loredoc__prose .v3-mention:hover,.v3-backstory-prosemirror .v3-mention:hover{background:var(--accent-primary,#d8b87847);color:var(--on-accent,#17140d)}.v3-mention-popover__name{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;overflow:hidden}.v3-mention-popover__kind{background:var(--surface-hover,#ffffff0f);color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;border-radius:999px;flex-shrink:0;padding:1px 6px;font-size:11px}.v3-mention-preview{border:1px solid var(--surface-border-strong,var(--surface-border));border-radius:var(--radius-md,12px);background:var(--surface-elevated,#1c1c22);width:320px;max-width:calc(100vw - 12px);box-shadow:var(--shadow-lg,0 18px 48px #00000080);flex-direction:column;display:flex;overflow:hidden}.v3-mention-preview__body{max-height:220px;color:var(--text-secondary,var(--text-muted));padding:12px;font-size:13px;line-height:1.5;overflow-y:auto}.v3-mention-preview__image{float:left;background-color:var(--surface-hover,#ffffff0f);shape-outside:margin-box;background-position:50%;background-size:cover;border-radius:10px;width:76px;height:76px;margin:0 10px 6px 0}.v3-mention-preview__image--fallback{color:var(--text-muted);justify-content:center;align-items:center;font-size:28px;font-weight:600;display:flex}.v3-mention-preview__name{color:var(--text-primary,#fff);margin-bottom:2px;font-size:15px;font-weight:600}.v3-mention-preview__text{overflow-wrap:anywhere;margin:0}.v3-mention-preview__text--muted{color:var(--text-muted);font-style:italic}.v3-mention-preview__view{border:none;border-top:1px solid var(--surface-border,#ffffff14);background:var(--surface-raised,#ffffff05);color:var(--accent-primary,var(--text-primary));font:inherit;cursor:pointer;justify-content:center;align-items:center;gap:6px;padding:9px 12px;font-weight:600;display:flex}.v3-mention-preview__view:hover{background:var(--surface-hover,#ffffff0f)}.v3-weavy-composer{width:100%}.v3-weavy-composer-surface{background:var(--surface-raised,#111115);border:1px solid var(--surface-border,#e8dab81f);border-radius:16px;transition:border-color .18s,box-shadow .18s,background .18s;position:relative}.v3-weavy-composer-surface:hover{border-color:var(--surface-border-strong,#e8dab833)}.v3-weavy-composer-surface:focus-within{border-color:var(--accent-primary,#c4a46c);box-shadow:0 0 0 3px var(--accent-ring,#c4a46c29)}.v3-weavy-composer[data-disabled=true] .v3-weavy-composer-surface{opacity:.7}.v3-weavy-composer-row{align-items:flex-end;gap:6px;min-width:0;padding:7px 7px 7px 8px;display:flex}.v3-weavy-composer-plus-wrap{flex-shrink:0;align-self:flex-end;display:inline-flex;position:relative}.v3-weavy-composer-plus-button{width:34px;height:34px;color:var(--text-muted,#8a857e);cursor:pointer;background:0 0;border:0;border-radius:9999px;justify-content:center;align-items:center;transition:color .15s,background-color .15s;display:inline-flex}.v3-weavy-composer-plus-button:hover,.v3-weavy-composer-plus-button[data-active=true]{color:var(--text-primary,#ede7dc);background:var(--surface-hover,#e8dab814)}.v3-weavy-composer-plus-button:focus-visible{box-shadow:0 0 0 2px var(--accent-ring,#c4a46c59);outline:none}.v3-weavy-composer-plus-button-icon{width:18px;height:18px}.v3-weavy-composer-input{flex:auto;min-width:0;max-height:200px;overflow-y:auto}.v3-weavy-composer-prose{min-width:0;color:var(--text-primary,#ede7dc);font-family:var(--font-body,system-ui, sans-serif);min-height:34px;caret-color:var(--accent-primary,#c4a46c);word-break:break-word;overflow-wrap:break-word;background:0 0;padding:7px 4px;font-size:15px;line-height:1.5}.v3-weavy-composer .v3-weavy-composer-prose,.v3-weavy-composer .v3-weavy-composer-prose:focus,.v3-weavy-composer .v3-weavy-composer-prose:focus-visible,.v3-weavy-composer .v3-weavy-composer-prose:hover{box-shadow:none!important;border:0!important;outline:none!important}.v3-weavy-composer-prose p{margin:0}.v3-weavy-composer-prose p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;pointer-events:none;height:0;color:var(--text-dim,#6b6b73)}.v3-weavy-composer-send{flex-shrink:0;align-self:flex-end}.v3-weavy-composer-file-input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.v3-weavy-plan-card{border-radius:var(--radius-lg,8px);border:1px solid var(--accent-soft,#c4a46c2e);background:var(--accent-subtle,#c4a46c0f);font-family:var(--font-body);padding:.75rem 1rem}.v3-weavy-plan-top{align-items:flex-start;gap:.5rem;display:flex}.v3-weavy-plan-toggle{border-radius:var(--radius-md,6px);width:1.5rem;height:1.5rem;color:var(--text-muted,#968d80);cursor:pointer;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;margin-top:.125rem;transition:background-color .15s,color .15s;display:flex}.v3-weavy-plan-toggle:hover{background:var(--surface-hover,#e8dab80f);color:var(--text-primary,#ede7dc)}.v3-weavy-plan-chevron{width:.875rem;height:.875rem;transition:transform .15s}.v3-weavy-plan-chevron.is-collapsed{transform:rotate(-90deg)}.v3-weavy-plan-heading{flex:1;min-width:0}.v3-weavy-plan-pills{align-items:center;gap:.5rem;display:flex}.v3-weavy-plan-title{overflow-wrap:break-word;font-family:var(--font-display,var(--font-body));color:var(--text-primary,#ede7dc);margin-top:.25rem;font-size:1rem;font-weight:600;line-height:1.375}.v3-weavy-plan-actions{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.25rem;display:flex}.v3-weavy-plan-eyebrow{text-transform:uppercase;letter-spacing:.025em;font-size:11px}.v3-weavy-plan-eyebrow--accent{color:var(--accent-primary,#c4a46c)}.v3-weavy-plan-eyebrow--muted{color:var(--text-muted,#968d80)}.v3-weavy-plan-rev-pill{border-radius:var(--radius-pill,999px);border:1px solid var(--accent-soft,#c4a46c4d);background:var(--accent-subtle,#c4a46c1a);text-transform:uppercase;letter-spacing:.025em;color:var(--accent-primary,#c4a46c);align-items:center;padding:.125rem .5rem;font-size:10px;font-weight:600;display:inline-flex}.v3-weavy-plan-status-pill{border-radius:var(--radius-pill,999px);border:1px solid var(--surface-border,#e8dab81a);background:var(--surface-elevated,#18181d);text-transform:uppercase;letter-spacing:.025em;color:var(--text-muted,#968d80);align-items:center;padding:.125rem .5rem;font-size:10px;font-weight:600;display:inline-flex}.v3-weavy-plan-approve-btn{padding:.3rem .7rem;font-size:.8125rem}.v3-weavy-plan-revise-link{border-radius:var(--radius-md,6px);color:var(--text-muted,#968d80);cursor:pointer;background:0 0;border:0;align-items:center;gap:.25rem;padding:.125rem .375rem;font-size:11px;transition:color .15s;display:inline-flex}.v3-weavy-plan-revise-link:hover{color:var(--accent-primary,#c4a46c)}.v3-weavy-plan-revise-icon{width:.75rem;height:.75rem}.v3-weavy-plan-approved-pill{border-radius:var(--radius-pill,999px);text-transform:uppercase;letter-spacing:.025em;color:#6ee7b7;background:#10b9811a;border:1px solid #10b9814d;align-items:center;gap:.25rem;padding:.125rem .5rem;font-size:10px;font-weight:600;display:inline-flex}.v3-weavy-plan-approved-icon{width:.75rem;height:.75rem}.v3-weavy-plan-detail{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.v3-weavy-plan-markdown-body{border-radius:var(--radius-lg,8px);border:1px solid var(--accent-soft,#c4a46c1a);background:var(--surface-raised,#111115);color:var(--text-primary,#ede7dc);padding:.75rem;font-size:.875rem;line-height:1.625}.v3-weavy-plan-hero-summary{white-space:pre-line;color:var(--text-secondary,#c8c0b2);font-size:.875rem;line-height:1.625}.v3-weavy-plan-build,.v3-weavy-plan-build-list{flex-direction:column;gap:.75rem;display:flex}.v3-weavy-plan-phase{border-radius:var(--radius-lg,8px);border:1px solid var(--accent-soft,#c4a46c1a);background:var(--surface-elevated,#18181d);padding:.625rem .75rem}.v3-weavy-plan-phase-header{flex-wrap:wrap;align-items:baseline;gap:.5rem;display:flex}.v3-weavy-plan-phase-ordinal{text-transform:uppercase;letter-spacing:.08em;color:var(--accent-primary,#c4a46c);font-size:10px;font-weight:600}.v3-weavy-plan-phase-title{color:var(--text-primary,#ede7dc);font-size:.875rem;font-weight:600}.v3-weavy-plan-phase-description{color:var(--text-muted,#968d80);margin-top:.25rem;font-size:.75rem;line-height:1.625}.v3-weavy-plan-collection-list{flex-direction:column;gap:.75rem;margin-top:.75rem;display:flex}.v3-weavy-plan-collection{border-radius:var(--radius-md,6px);border:1px solid var(--surface-border,#e8dab81a);background:var(--surface-raised,#111115);padding:.5rem .625rem}.v3-weavy-plan-collection-header{margin-bottom:.375rem}.v3-weavy-plan-collection-name{color:var(--text-primary,#ede7dc);font-size:13px;font-weight:600}.v3-weavy-plan-collection-purpose{color:var(--text-muted,#968d80);margin-top:.125rem;font-size:11px;line-height:1.375}.v3-weavy-plan-entity-list{flex-direction:column;gap:.375rem;margin:0;padding:0;list-style:none;display:flex}.v3-weavy-plan-entity{align-items:flex-start;gap:.5rem;display:flex}.v3-weavy-plan-entity-body{flex:1;min-width:0}.v3-weavy-plan-entity-kind{border-radius:var(--radius-sm,4px);text-transform:uppercase;letter-spacing:.025em;border:1px solid #0000;flex-shrink:0;align-items:center;margin-top:.125rem;padding:.125rem .375rem;font-size:9px;font-weight:600;display:inline-flex}.v3-weavy-plan-entity-name{color:var(--text-primary,#ede7dc);font-size:13px;font-weight:500;line-height:1.375}.v3-weavy-plan-entity-objective{color:var(--text-muted,#968d80);margin-top:.125rem;font-size:11px;line-height:1.375}.badge-default{color:#d4d4d4;background:#26262699;border-color:#404040}.badge-npc{color:#7dd3fc;background:#38bdf81a;border-color:#38bdf84d}.badge-location{color:#6ee7b7;background:#34d3991a;border-color:#34d3994d}.badge-faction{color:#fcd34d;background:#f59e0b1a;border-color:#f59e0b4d}.badge-hook{color:#f0abfc;background:#e879f91a;border-color:#e879f94d}.badge-item{color:#a5b4fc;background:#818cf81a;border-color:#818cf84d}.badge-event{color:#fda4af;background:#fb71851a;border-color:#fb71854d}.v3-weavy-plan-assumptions{border-radius:var(--radius-md,6px);border:1px solid var(--surface-border,#e8dab81a);background:var(--surface-raised,#111115);padding:.5rem .75rem}.v3-weavy-plan-assumptions-toggle{text-transform:uppercase;letter-spacing:.025em;color:var(--text-muted,#968d80);cursor:pointer;background:0 0;border:0;align-items:center;gap:.375rem;font-size:11px;transition:color .15s;display:flex}.v3-weavy-plan-assumptions-toggle:hover{color:var(--text-secondary,#c8c0b2)}.v3-weavy-plan-assumptions-chevron{width:.75rem;height:.75rem;transition:transform .15s}.v3-weavy-plan-assumptions-chevron.is-collapsed{transform:rotate(-90deg)}.v3-weavy-plan-assumption-list{color:var(--text-secondary,#c8c0b2);flex-direction:column;gap:.375rem;margin-top:.5rem;padding:0;font-size:.75rem;line-height:1.625;list-style:none;display:flex}.v3-weavy-plan-assumption{border-radius:var(--radius-sm,4px);background:var(--surface-elevated,#18181d);padding:.375rem .5rem}.v3-weavy-plan-stats-line{color:var(--text-dim,var(--text-muted,#968d80));font-size:11px}.v3-weavy-plan-invalid-state{border-radius:var(--radius-lg,8px);background:#ef44441a;border:1px solid #ef444433;padding:.75rem}.v3-weavy-plan-invalid-title{color:var(--text-primary,#ede7dc);font-size:.875rem;font-weight:500}.v3-weavy-plan-invalid-body{color:var(--text-muted,#968d80);margin-top:.25rem;font-size:.75rem;line-height:1.625}.v3-weavy-artifact-card{text-align:left;border-radius:var(--radius-lg,12px);border:1px solid color-mix(in srgb, var(--accent-primary,#c4a46c) 20%, transparent);background:color-mix(in srgb, var(--accent-primary,#c4a46c) 5%, transparent);width:100%;color:inherit;cursor:pointer;align-items:center;gap:12px;padding:10px;transition:border-color .15s,background-color .15s,transform .1s;display:flex}.v3-weavy-artifact-card:hover{border-color:color-mix(in srgb, var(--accent-primary,#c4a46c) 40%, transparent);background:color-mix(in srgb, var(--accent-primary,#c4a46c) 10%, transparent)}.v3-weavy-artifact-card:active{transform:scale(.98)}.v3-weavy-artifact-card__thumb{border-radius:var(--radius-md,8px);background:color-mix(in srgb, var(--accent-primary,#c4a46c) 15%, transparent);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:relative;overflow:hidden}.v3-weavy-artifact-card__thumb-img{object-fit:cover;width:100%;height:100%}.v3-weavy-artifact-card__thumb-icon{color:var(--accent-primary,#c4a46c)}.v3-weavy-artifact-card__body{flex:1;min-width:0}.v3-weavy-artifact-card__title-row{align-items:center;gap:8px;display:flex}.v3-weavy-artifact-card__title{text-overflow:ellipsis;white-space:nowrap;color:var(--text-primary,#ede7dc);font-size:14px;font-weight:500;overflow:hidden}.v3-weavy-artifact-card__preview{text-overflow:ellipsis;white-space:nowrap;color:var(--text-secondary,#a39b8d);margin:2px 0 0;font-size:12px;overflow:hidden}.v3-weavy-artifact-card__type{text-transform:uppercase;letter-spacing:.05em;color:color-mix(in srgb, var(--accent-primary,#c4a46c) 80%, transparent);margin-top:2px;font-size:10px;font-weight:500;display:inline-block}.v3-weavy-artifact-list{border-radius:var(--radius-lg,12px);border:1px solid var(--surface-border,#2a2722);background:var(--surface-raised,#1a1814);width:288px;box-shadow:0 20px 25px -5px #0006,0 8px 10px -6px #0006}.v3-weavy-artifact-list__header{border-bottom:1px solid var(--surface-border,#2a2722);padding:8px 12px}.v3-weavy-artifact-list__header-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary,#a39b8d);margin:0;font-size:12px;font-weight:500}.v3-weavy-artifact-list__empty{text-align:center;color:var(--text-muted,#8a857e);padding:16px 12px;font-size:14px}.v3-weavy-artifact-list__scroll{max-height:256px;padding:4px 0;overflow-y:auto}.v3-weavy-artifact-list__row{text-align:left;width:100%;color:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:8px 12px;transition:background-color .15s;display:flex}.v3-weavy-artifact-list__row:hover{background:var(--surface-hover,#242019)}.v3-weavy-artifact-list__row-icon{color:var(--accent-primary,#c4a46c);flex-shrink:0}.v3-weavy-artifact-list__row-body{flex:1;min-width:0}.v3-weavy-artifact-list__row-title{text-overflow:ellipsis;white-space:nowrap;color:var(--text-primary,#ede7dc);margin:0;font-size:14px;overflow:hidden}.v3-weavy-artifact-list__row-type{text-overflow:ellipsis;white-space:nowrap;color:var(--text-muted,#8a857e);margin:0;font-size:12px;overflow:hidden}.v3-weavy-artifact-preview{inset-block:0;z-index:50;border-left:1px solid var(--surface-border,#2a2722);background:var(--surface-canvas,#14120f);flex-direction:column;width:100%;max-width:28rem;display:flex;position:fixed;right:0;box-shadow:0 25px 50px -12px #00000080}@media (width>=768px){.v3-weavy-artifact-preview{z-index:auto;box-shadow:none;position:relative;inset:auto}}.v3-weavy-artifact-preview__header{border-bottom:1px solid var(--surface-border,#2a2722);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.v3-weavy-artifact-preview__header-type{align-items:center;gap:8px;display:flex}.v3-weavy-artifact-preview__header-icon{color:var(--accent-primary,#c4a46c)}.v3-weavy-artifact-preview__header-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary,#a39b8d);font-size:12px;font-weight:500}.v3-weavy-artifact-preview__scroll{flex:1;padding:16px;overflow-y:auto}.v3-weavy-artifact-preview__image{border-radius:var(--radius-md,8px);border:1px solid var(--surface-border,#2a2722);margin-bottom:16px;overflow:hidden}.v3-weavy-artifact-preview__image-img{width:100%;display:block}.v3-weavy-artifact-preview__title-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.v3-weavy-artifact-preview__title{color:var(--text-primary,#ede7dc);margin:0;font-size:18px;font-weight:600}.v3-weavy-artifact-preview__open-lore-row{justify-content:flex-end;margin-bottom:12px;display:flex}.v3-weavy-artifact-preview__open-lore{border-radius:var(--radius-md,8px);border:1px solid var(--surface-border,#2a2722);background:var(--surface-raised,#1a1814);color:var(--text-secondary,#a39b8d);cursor:pointer;flex-shrink:0;align-items:center;gap:4px;margin-top:4px;padding:4px 8px;font-size:11px;transition:border-color .15s,color .15s;display:inline-flex}.v3-weavy-artifact-preview__open-lore:hover{border-color:color-mix(in srgb, var(--accent-primary,#c4a46c) 40%, transparent);color:var(--accent-primary,#c4a46c)}.v3-weavy-artifact-preview__lore-document{border-radius:var(--radius-md,8px);border:1px solid var(--surface-border,#2a2722);background:var(--surface-raised,#1a1814);padding:12px 16px}.v3-weavy-artifact-preview__lore-document--spaced{margin-top:16px}.v3-weavy-artifact-preview__description{color:var(--text-secondary,#a39b8d);margin-top:8px;font-size:14px}.v3-weavy-artifact-preview__tags{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}.v3-weavy-artifact-preview__tag{background:var(--surface-elevated,#221f1a);color:var(--text-secondary,#a39b8d);border-radius:9999px;padding:2px 10px;font-size:12px}.v3-weavy-artifact-preview__model{border-radius:var(--radius-md,8px);border:1px solid var(--surface-border,#2a2722);background:var(--surface-raised,#1a1814);flex-direction:column;align-items:center;gap:12px;margin-top:16px;padding:24px;display:flex}.v3-weavy-artifact-preview__model-icon{color:var(--text-muted,#8a857e)}.v3-weavy-artifact-preview__model-label{color:var(--text-secondary,#a39b8d);margin:0;font-size:14px}.v3-weavy-artifact-preview__model-link{color:var(--accent-primary,#c4a46c);align-items:center;gap:6px;font-size:14px;text-decoration:none;display:inline-flex}.v3-weavy-artifact-preview__model-link:hover{text-decoration:underline}.v3-weavy-artifact-preview__prompt{margin-top:16px}.v3-weavy-artifact-preview__prompt-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted,#8a857e);margin:0 0 4px;font-size:12px;font-weight:500}.v3-weavy-artifact-preview__prompt-text{border-radius:var(--radius-md,8px);background:var(--surface-raised,#1a1814);color:var(--text-secondary,#a39b8d);margin:0;padding:8px 12px;font-size:14px}.v3-weavy-artifact-preview__lore-document .v3-weavy-markdown{color:var(--text-secondary,#e5e5e5);font-size:.93rem;line-height:1.7}.v3-weavy-artifact-preview__lore-document .v3-weavy-markdown>:first-child{margin-top:0}.v3-weavy-artifact-preview__lore-document .v3-weavy-markdown>:last-child{margin-bottom:0}.v3-weavy-artifact-preview__lore-document .v3-weavy-markdown h1,.v3-weavy-artifact-preview__lore-document .v3-weavy-markdown h2,.v3-weavy-artifact-preview__lore-document .v3-weavy-markdown h3{color:var(--text-primary,#ede7dc);margin:1.1em 0 .45em;font-weight:700;line-height:1.25}.v3-weavy-artifact-preview__lore-document .v3-weavy-markdown h1{font-size:1.15rem}.v3-weavy-artifact-preview__lore-document .v3-weavy-markdown h2{font-size:1.02rem}.v3-weavy-artifact-preview__lore-document .v3-weavy-markdown h3{font-size:.96rem}.v3-weavy-artifact-preview__lore-document .v3-weavy-markdown p{margin:.75em 0}.v3-weavy-artifact-preview__lore-document .v3-weavy-markdown ul,.v3-weavy-artifact-preview__lore-document .v3-weavy-markdown ol{margin:.75em 0;padding-left:1.25rem}.v3-weavy-artifact-preview__lore-document .v3-weavy-markdown li{margin:.35em 0}.v3-weavy-portrait{aspect-ratio:2/3;background:linear-gradient(#1a1d1a,#07090a);border-radius:60px 60px 14px 14px/80px 80px 14px 14px;flex-shrink:0;width:120px;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 0 0 1px #c4a46c40,0 0 40px #5aafa01f,0 20px 40px #00000080}.v3-weavy-portrait img{filter:contrast(1.08)saturate(.92);width:130%;height:auto;transition:transform .42s cubic-bezier(.16,1,.3,1),filter .42s cubic-bezier(.16,1,.3,1);position:absolute;top:-8%;left:50%;transform:translate(-50%)scale(1.08)}.v3-weavy-portrait--breathing img{animation:5.5s ease-in-out infinite v3WeavyBreathe}@keyframes v3WeavyBreathe{0%,to{transform:translate(-50%)scale(1.08)}50%{transform:translate(-50%,-4px)scale(1.1)}}.v3-weavy-portrait__rim-top{mix-blend-mode:screen;pointer-events:none;background:linear-gradient(#5aafa02e,#0000);height:40%;position:absolute;inset:0 0 auto}.v3-weavy-portrait__firelight{mix-blend-mode:screen;pointer-events:none;background:radial-gradient(60% 80% at 50% 100%,#ff963c52,#ff501e1a 40%,#0000 75%);height:55%;animation:3.4s ease-in-out infinite v3WeavyFlicker;position:absolute;bottom:0;left:0;right:0}@keyframes v3WeavyFlicker{0%,to{opacity:.85;transform:translateY(0)scaleY(1)}30%{opacity:1;transform:translateY(-1px)scaleY(1.02)}65%{opacity:.75;transform:translateY(1px)scaleY(.98)}}.v3-weavy-portrait__vignette{pointer-events:none;background:radial-gradient(120% 80% at 50% 40%,#0000 35%,#0009);position:absolute;inset:0}.v3-weavy-portrait[data-mood=troubled] .v3-weavy-portrait__firelight{background:radial-gradient(60% 80% at 50% 100%,#ef444466,#dc262626 40%,#0000 75%);animation-duration:1.8s}.v3-weavy-portrait[data-mood=troubled] .v3-weavy-portrait__rim-top{background:linear-gradient(#ef44441f,#0000)}.v3-weavy-portrait[data-mood=thinking] .v3-weavy-portrait__rim-top{background:linear-gradient(#5aafa047,#0000)}.v3-weavy-portrait[data-mood=speaking] .v3-weavy-portrait__firelight{background:radial-gradient(60% 80% at 50% 100%,#ffb43c73,#ff641e2e 40%,#0000 75%)}.v3-weavy-ambient{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.v3-weavy-ambient__hearth-glow{filter:blur(10px);background:radial-gradient(50% 60% at 50% 60%,#ff8c321f,#0000 70%);width:680px;height:260px;transition:background 1.2s;position:absolute;bottom:-120px;left:50%;transform:translate(-50%)}.v3-weavy-ambient__candle-left,.v3-weavy-ambient__candle-right{filter:blur(14px);background:radial-gradient(40% 50%,#ffaa500f,#0000 70%);width:140px;height:200px;position:absolute;bottom:130px}.v3-weavy-ambient__candle-left{left:8%}.v3-weavy-ambient__candle-right{right:8%}.v3-weavy-ambient[data-mood=speaking] .v3-weavy-ambient__hearth-glow{background:radial-gradient(50% 60% at 50% 60%,#ff963c24,#0000 70%)}.v3-weavy-ambient[data-mood=thinking] .v3-weavy-ambient__hearth-glow{background:radial-gradient(50% 60% at 50% 60%,#5aafa01a,#0000 70%)}.v3-weavy-ambient[data-mood=troubled] .v3-weavy-ambient__hearth-glow{background:radial-gradient(50% 60% at 50% 60%,#ef44441a,#0000 70%)}@keyframes v3WeavyRecapSpin{to{transform:rotate(360deg)}}@keyframes v3WeavyRecapPulse{0%,to{opacity:1}50%{opacity:.5}}.v3-weavy-recap-spin{animation:1s linear infinite v3WeavyRecapSpin}.v3-weavy-recap-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite v3WeavyRecapPulse}.v3-weavy-recap{flex-direction:column;gap:.5rem;font-size:.875rem;line-height:1.25rem;display:flex}.v3-weavy-recap__summary{text-transform:uppercase;letter-spacing:.025em;color:var(--text-muted,#968d80);margin:0 0 .5rem;font-size:11px}.v3-weavy-recap__empty{color:var(--text-muted,#968d80);font-size:.75rem;line-height:1rem}.v3-weavy-recap__tree{flex-direction:column;gap:.375rem;display:flex}.v3-weavy-recap-collection{background:0 0;border:0;border-radius:0}.v3-weavy-recap-collection+.v3-weavy-recap-collection{border-top:1px solid var(--surface-border,#e8dab814)}.v3-weavy-recap-collection--nested{background:0 0;border:0}.v3-weavy-recap-collection__header{text-align:left;cursor:pointer;width:100%;color:inherit;font:inherit;background:0 0;border:0;border-radius:.375rem;align-items:center;gap:.625rem;padding:.4375rem .5rem;transition:background-color .15s;display:flex}.v3-weavy-recap-collection__header:hover{background:color-mix(in srgb, var(--surface-elevated,#18181d) 45%, transparent)}.v3-weavy-recap-collection__check{flex-shrink:0;width:1rem;height:1rem}.v3-weavy-recap-collection__check--done{color:#6ee7b7}.v3-weavy-recap-collection__check--failed{color:#fda4af}.v3-weavy-recap-collection__check--partial{color:var(--accent-primary,#c4a46c)}.v3-weavy-recap-collection__check--empty{color:var(--text-muted,#968d80)}.v3-weavy-recap-collection__main{flex:1;min-width:0}.v3-weavy-recap-collection__title{text-overflow:ellipsis;white-space:nowrap;color:var(--text-primary,#ede7dc);margin:0;font-size:13px;font-weight:500;overflow:hidden}.v3-weavy-recap-collection__subtitle{-webkit-line-clamp:2;color:var(--text-secondary,#c8c0b2);-webkit-box-orient:vertical;margin:.125rem 0 0;font-size:11px;line-height:1.375;display:-webkit-box;overflow:hidden}.v3-weavy-recap-collection__completion{letter-spacing:.025em;border:1px solid #0000;border-radius:9999px;flex-shrink:0;padding:.125rem .375rem;font-size:10px;font-weight:600}.v3-weavy-recap-collection__chevron{width:.875rem;height:.875rem;color:var(--text-muted,#968d80);flex-shrink:0;margin-left:auto;transition:transform .15s}.v3-weavy-recap-collection__chevron--collapsed{transform:rotate(-90deg)}.v3-weavy-recap-collection__body{padding:0 .75rem .5rem}.v3-weavy-recap-collection__body--indent{border-top:1px solid var(--surface-border,#e8dab81a);padding:.5rem .75rem}.v3-weavy-recap-collection__items{gap:.375rem;display:grid}.v3-weavy-recap-collection__children-wrap{flex-direction:column;gap:.375rem;margin-top:.375rem;display:flex}.v3-weavy-recap-collection__children{border-left:1px solid var(--surface-border,#e8dab81a);flex-direction:column;gap:.375rem;padding-left:.75rem;display:flex}.v3-weavy-recap-entity{border:1px solid var(--surface-border,#e8dab81a);background:var(--surface-raised,#111115);text-align:left;width:100%;color:inherit;font:inherit;border-radius:.375rem;align-items:flex-start;gap:.625rem;padding:.5rem .625rem;transition:all .15s;display:flex}.v3-weavy-recap-entity--clickable{cursor:pointer}.v3-weavy-recap-entity--clickable:hover{border-color:color-mix(in srgb, var(--accent-primary,#c4a46c) 40%, transparent);background:color-mix(in srgb, var(--accent-primary,#c4a46c) 5%, transparent)}.v3-weavy-recap-entity--clickable:active{transform:scale(.99)}.v3-weavy-recap-entity--running{border-color:color-mix(in srgb, var(--accent-primary,#c4a46c) 40%, transparent);background:color-mix(in srgb, var(--accent-primary,#c4a46c) 5%, transparent)}.v3-weavy-recap-entity--failed{background:#fb71850d;border-color:#fb718566}.v3-weavy-recap-entity__thumb{background:var(--surface-elevated,#18181d);border-radius:.375rem;flex-shrink:0;width:2.5rem;height:2.5rem;overflow:hidden}.v3-weavy-recap-entity__thumb-img{object-fit:cover;width:100%;height:100%}.v3-weavy-recap-entity__thumb--empty{border:1px solid var(--surface-border,#e8dab81a);justify-content:center;align-items:center;display:flex}.v3-weavy-recap-entity__thumb--running{border-color:color-mix(in srgb, var(--accent-primary,#c4a46c) 30%, transparent);animation:2s cubic-bezier(.4,0,.6,1) infinite v3WeavyRecapPulse}.v3-weavy-recap-entity__thumb-icon{width:1rem;height:1rem;color:var(--text-muted,#968d80)}.v3-weavy-recap-entity__main{flex:1;min-width:0}.v3-weavy-recap-entity__heading{align-items:center;gap:.375rem;display:flex}.v3-weavy-recap-entity__kind{text-transform:uppercase;letter-spacing:.025em;border:1px solid #0000;border-radius:.25rem;flex-shrink:0;align-items:center;padding:.125rem .25rem;font-size:9px;font-weight:600;display:inline-flex}.v3-weavy-recap-entity__title{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text-primary,#ede7dc);flex:1;font-size:13px;font-weight:500;line-height:1.375;overflow:hidden}.v3-weavy-recap-entity__external{width:.75rem;height:.75rem;color:var(--text-muted,#968d80);flex-shrink:0;margin-left:.25rem}.v3-weavy-recap-entity__live{color:var(--accent-primary,#c4a46c);margin:.125rem 0 0;font-size:11px;font-weight:500}.v3-weavy-recap-entity__subtitle{-webkit-line-clamp:2;color:var(--text-secondary,#c8c0b2);-webkit-box-orient:vertical;margin:.125rem 0 0;font-size:11px;line-height:1.375;display:-webkit-box;overflow:hidden}.v3-weavy-recap-entity__error{color:#fda4af;margin:.125rem 0 0;font-size:11px;line-height:1.375}.v3-weavy-recap-artifact{border:1px solid var(--surface-border,#e8dab81a);background:var(--surface-raised,#111115);text-align:left;width:100%;color:inherit;font:inherit;border-radius:.375rem;align-items:flex-start;gap:.625rem;padding:.5rem .625rem;transition:all .15s;display:flex}.v3-weavy-recap-artifact--clickable{cursor:pointer}.v3-weavy-recap-artifact--clickable:hover{border-color:color-mix(in srgb, var(--accent-primary,#c4a46c) 40%, transparent);background:color-mix(in srgb, var(--accent-primary,#c4a46c) 5%, transparent)}.v3-weavy-recap-artifact--clickable:active{transform:scale(.99)}.v3-weavy-recap-artifact--running{border-color:color-mix(in srgb, var(--accent-primary,#c4a46c) 40%, transparent);background:color-mix(in srgb, var(--accent-primary,#c4a46c) 5%, transparent)}.v3-weavy-recap-artifact--failed{background:#fb71850d;border-color:#fb718566}.v3-weavy-recap-artifact__media{background:var(--surface-elevated,#18181d);border-radius:.375rem;flex-shrink:0;width:3.5rem;height:3.5rem;overflow:hidden}.v3-weavy-recap-artifact__media--running{animation:2s cubic-bezier(.4,0,.6,1) infinite v3WeavyRecapPulse}.v3-weavy-recap-artifact__media-img{object-fit:cover;width:100%;height:100%}.v3-weavy-recap-artifact__media-fallback{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.v3-weavy-recap-artifact__media-icon{width:1.25rem;height:1.25rem;color:var(--text-muted,#968d80)}.v3-weavy-recap-artifact__main{flex:1;min-width:0}.v3-weavy-recap-artifact__title{text-overflow:ellipsis;white-space:nowrap;color:var(--text-primary,#ede7dc);margin:0;font-size:13px;font-weight:500;line-height:1.375;overflow:hidden}.v3-weavy-recap-artifact__type{text-transform:uppercase;letter-spacing:.025em;color:var(--text-muted,#968d80);margin:.125rem 0 0;font-size:10px;font-weight:600}.v3-weavy-recap-artifact__live{color:var(--accent-primary,#c4a46c);margin:.125rem 0 0;font-size:11px;font-weight:500}.v3-weavy-recap-artifact__error{color:#fda4af;margin:.125rem 0 0;font-size:11px;line-height:1.375}.v3-weavy-recap-step{background:var(--surface-raised,#111115);border-radius:.375rem;align-items:center;gap:.5rem;padding:.375rem .625rem;display:flex}.v3-weavy-recap-step--running{background:color-mix(in srgb, var(--accent-primary,#c4a46c) 10%, transparent)}.v3-weavy-recap-step--failed{background:#fb71851a}.v3-weavy-recap-step__icon{flex-shrink:0;width:.875rem;height:.875rem}.v3-weavy-recap-step__title{text-overflow:ellipsis;white-space:nowrap;color:var(--text-secondary,#c8c0b2);font-size:.75rem;line-height:1rem;overflow:hidden}.v3-weavy-recap-icon--running{color:var(--accent-primary,#c4a46c)}.v3-weavy-recap-icon--failed{color:#fb7185}.v3-weavy-recap-icon--pending{color:var(--text-muted,#968d80)}.v3-weavy-recap-icon--completed{color:#34d399}.v3-weavy-chat{background:var(--surface-canvas,#0b0b0e);height:100%;min-height:0;font-family:var(--font-body);display:flex;position:relative}.v3-weavy-chat-column{z-index:1;flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;position:relative;overflow:hidden}.v3-weavy-chat-seat{pointer-events:none;z-index:6;flex-direction:column;align-items:center;gap:8px;width:120px;display:flex;position:absolute;bottom:16px;left:16px}.v3-weavy-chat-nameplate{text-align:center;flex-direction:column;align-items:center;gap:2px;display:flex}.v3-weavy-chat-seat-name{font-family:var(--font-display,"Cormorant Garamond", Georgia, serif);color:#d4bd82;letter-spacing:.04em;font-size:14px;font-weight:500}.v3-weavy-chat-seat-role{letter-spacing:.14em;text-transform:uppercase;color:#55524c;font-size:9px;font-weight:500}.v3-weavy-chat-header{border-bottom:1px solid var(--surface-border,#e8dab81a);background:var(--surface-raised,#111115);padding:.625rem .75rem;padding-right:var(--v3-weavy-controls-inset,84px);z-index:2;flex-shrink:0;align-items:center;gap:.5rem;display:flex}.v3-weavy-chat-header-main{flex:1;min-width:0}.v3-weavy-chat-header-title-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.v3-weavy-chat-title{text-overflow:ellipsis;white-space:nowrap;max-width:100%;color:var(--text-primary,#ede7dc);cursor:text;margin:0;font-size:.875rem;font-weight:500;overflow:hidden}.v3-weavy-chat-title:hover{color:var(--accent-primary,#c4a46c)}.v3-weavy-chat-title-input{color:var(--text-primary,#ede7dc);background:var(--surface-input,#e8dab80a);border:1px solid var(--accent-primary,#c4a46c);border-radius:var(--radius-sm,4px);outline:none;min-width:12rem;padding:.125rem .375rem;font-family:inherit;font-size:.875rem;font-weight:500}.v3-weavy-chat-header-sub{color:var(--text-muted,#968d80);flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.25rem;font-size:.75rem;display:flex}.v3-weavy-chat-header-actions{flex-shrink:0;position:relative}.v3-weavy-chat-pill{border-radius:var(--radius-pill,999px);text-transform:uppercase;letter-spacing:.04em;padding:.25rem .5rem;font-size:11px;font-weight:500;line-height:1.1}.v3-weavy-chat-pill--neutral{background:var(--accent-soft,#c4a46c2e);color:var(--accent-primary,#c4a46c)}.v3-weavy-chat-pill--subtle{background:var(--surface-elevated,#18181d);color:var(--text-secondary,#c9c0b2)}.v3-weavy-chat-pill--warning{color:#fcd34d;background:#f59e0b26}.v3-weavy-chat-pill--success{color:#6ee7b7;background:#10b98126}.v3-weavy-chat-usage-pill{color:#d4bd82;white-space:nowrap;background:#d4bd821a;border:1px solid #d4bd8247;border-radius:999px;align-items:center;max-width:100%;min-height:23px;padding:.25rem .5rem;font-size:11px;font-weight:600;line-height:1;display:inline-flex}.v3-weavy-chat-usage-pill.is-loading{color:#8f8a82;background:#ffffff0a;border-color:#ffffff1a}.v3-weavy-chat-artifacts-toggle{border-radius:var(--radius-md,6px);border:1px solid var(--surface-border,#e8dab81a);background:var(--surface-elevated,#18181d);color:var(--text-secondary,#c9c0b2);cursor:pointer;align-items:center;gap:.375rem;padding:.375rem .625rem;font-size:.75rem;transition:background-color .15s,color .15s;display:flex}.v3-weavy-chat-artifacts-toggle:hover{background:var(--surface-hover,#e8dab80f);color:var(--text-primary,#ede7dc)}.v3-weavy-chat-artifacts-pop{z-index:50;margin-top:.25rem;position:absolute;top:100%;right:0}.v3-weavy-chat-error{border-radius:var(--radius-md,6px);color:#fecaca;background:#ef44441a;border:1px solid #ef44444d;justify-content:space-between;align-items:flex-start;gap:.75rem;margin:1rem 1rem .5rem;padding:.5rem .75rem;font-size:.875rem;display:flex}.v3-weavy-chat-error-text{line-height:1.35}.v3-weavy-chat-error-dismiss{white-space:nowrap;color:#fecacacc;cursor:pointer;background:0 0;border:0;font-size:.75rem}.v3-weavy-chat-error-dismiss:hover{color:#fee2e2}.v3-weavy-chat-loading{color:var(--text-muted,#968d80);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;padding:1rem;font-size:.875rem;display:flex}.v3-weavy-chat-spinner{border:2px solid var(--surface-border,#e8dab81a);border-top-color:var(--accent-primary,#c4a46c);border-radius:50%;width:2rem;height:2rem;animation:.8s linear infinite v3-weavy-chat-spin}@keyframes v3-weavy-chat-spin{to{transform:rotate(360deg)}}.v3-weavy-chat-welcome{z-index:2;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:0;padding:1rem 1rem 2rem;display:flex;position:relative;overflow-y:auto}.v3-weavy-chat-welcome-content{text-align:center;margin-bottom:2rem;animation:.5s ease-out v3-weavy-chat-fade-in}.v3-weavy-chat-welcome-portrait{justify-content:center;margin-bottom:1rem;display:flex}.v3-weavy-chat-welcome-nameplate{margin-bottom:.75rem}.v3-weavy-chat-welcome-title{color:var(--text-primary,#ede7dc);margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.v3-weavy-chat-welcome-copy{max-width:36rem;color:var(--text-muted,#968d80);margin:0 auto;font-size:.875rem}@media (width>=768px){.v3-weavy-chat-welcome-title{font-size:1.875rem}.v3-weavy-chat-welcome-copy{font-size:1rem}}.v3-weavy-chat-quick-actions{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:.5rem;animation:.5s ease-out .2s both v3-weavy-chat-fade-in;display:flex}.v3-weavy-chat-quick-action{border-radius:var(--radius-lg,8px);border:1px solid var(--surface-border,#e8dab81a);background:var(--surface-elevated,#18181d);color:var(--text-secondary,#c9c0b2);cursor:pointer;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;transition:all .2s ease-out;display:flex}.v3-weavy-chat-quick-action:hover{border-color:var(--accent-ring,#c4a46c66);background:var(--surface-hover,#e8dab80f);color:var(--text-primary,#ede7dc);box-shadow:var(--shadow-lg,0 12px 30px #0006)}.v3-weavy-chat-quick-action:active{transform:scale(.95)}.v3-weavy-chat-quick-action-icon{color:var(--accent-primary,#c4a46c);transition:color .2s}.v3-weavy-chat-quick-action:hover .v3-weavy-chat-quick-action-icon{color:var(--text-primary,#ede7dc)}.v3-weavy-chat-quick-action-label{font-weight:500}.v3-weavy-chat-quick-action-desc{color:var(--text-dim,#6b6358);display:none}@media (width>=768px){.v3-weavy-chat-quick-action-desc{display:inline}}.v3-weavy-chat-welcome-composer{width:100%;max-width:48rem;margin-top:2rem;animation:.5s cubic-bezier(.16,1,.3,1) v3-weavy-chat-slide-up}.v3-weavy-chat-messages{scroll-behavior:smooth;z-index:2;flex:1;min-height:0;padding:.75rem 1rem .75rem 152px;position:relative;overflow-y:auto}.v3-weavy-chat-timeline{flex-direction:column;gap:.75rem;width:100%;display:flex}.v3-weavy-chat-row{transition:opacity .3s,transform .3s;display:flex}.v3-weavy-chat-meta{text-transform:uppercase;letter-spacing:.04em;color:var(--text-dim,#6b6358);flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:11px;display:flex}.v3-weavy-chat-role{color:var(--text-secondary,#c9c0b2);font-weight:600}.v3-weavy-chat-kind{background:var(--surface-elevated,#18181d);letter-spacing:.16em;color:var(--text-muted,#968d80);border-radius:999px;padding:.125rem .5rem;font-size:10px}.v3-weavy-chat-time{letter-spacing:.16em;color:var(--text-dim,#6b6358);font-size:10px}.v3-weavy-chat-user-card{border-radius:var(--radius-lg,16px);border:1px solid var(--surface-border,#e8dab81a);background:var(--surface-elevated,#18181d);width:100%;max-width:75%;box-shadow:var(--shadow-md,0 6px 16px #0000004d);margin-left:auto;padding:.75rem 1rem}.v3-weavy-chat-user-card.is-pending{border-color:var(--accent-ring,#c4a46c66);background:var(--accent-subtle,#c4a46c0f)}.v3-weavy-chat-user-text{white-space:pre-wrap;word-break:break-word;color:var(--text-primary,#ede7dc)}.v3-weavy-chat-bubble{width:100%;color:var(--text-primary,#ede7dc);padding:.5rem 0;transition:all .2s;position:relative}.v3-weavy-chat-copy{opacity:0;border-radius:var(--radius-md,6px);border:1px solid var(--surface-border,#e8dab81a);background:var(--surface-elevated,#18181d);width:1.75rem;height:1.75rem;color:var(--text-muted,#968d80);cursor:pointer;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:0;right:0}.v3-weavy-chat-bubble:hover .v3-weavy-chat-copy{opacity:1}.v3-weavy-chat-copy:hover{background:var(--accent-soft,#c4a46c2e);color:var(--accent-primary,#c4a46c)}.v3-weavy-chat-copy-ok{color:#4ade80}.v3-weavy-chat-question-chip{border:1px solid var(--accent-soft,#c4a46c2e);background:var(--accent-subtle,#c4a46c0f);width:auto;color:var(--text-muted,#968d80);cursor:pointer;border-radius:999px;align-self:flex-start;align-items:center;gap:.375rem;padding:.25rem .625rem;font-size:11px;transition:border-color .15s,background-color .15s,color .15s;display:inline-flex}.v3-weavy-chat-question-chip:hover{border-color:var(--accent-ring,#c4a46c66);background:var(--accent-soft,#c4a46c2e);color:var(--text-secondary,#c9c0b2)}.v3-weavy-chat-question-chip-mark{border:1px solid var(--accent-ring,#c4a46c66);background:var(--accent-soft,#c4a46c2e);width:1rem;height:1rem;font-family:var(--font-display,serif);color:var(--accent-primary,#c4a46c);border-radius:999px;justify-content:center;align-items:center;font-size:10px;font-weight:600;line-height:1;display:flex}.v3-weavy-chat-question-chip-label{color:var(--text-secondary,#c9c0b2);font-weight:500}.v3-weavy-chat-question-chip-time{color:var(--text-dim,#6b6358);font-size:10px}.v3-weavy-chat-pending-plan{border-radius:var(--radius-lg,12px);border:1px solid var(--accent-soft,#c4a46c2e);background:var(--accent-subtle,#c4a46c0f);width:100%;color:var(--text-primary,#ede7dc);padding:.75rem 1rem;box-shadow:0 18px 44px #00000038,inset 0 1px #ffffff0a}.v3-weavy-chat-streaming-plan{width:100%}.v3-weavy-chat-pending-plan-hint{color:var(--text-muted,#968d80);margin:0;font-size:.875rem}.v3-weavy-chat-artifact-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.5rem;margin-top:.75rem;display:grid}.v3-weavy-chat-execution-card{border-radius:var(--radius-lg,12px);border:1px solid var(--surface-border,#e8dab81a);background:var(--surface-raised,#111115);width:100%;padding:.625rem .75rem}.v3-weavy-chat-exec-head{align-items:center;gap:.5rem;display:flex}.v3-weavy-chat-exec-toggle{border-radius:var(--radius-md,6px);width:1.5rem;height:1.5rem;color:var(--text-muted,#968d80);cursor:pointer;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .15s,color .15s;display:flex}.v3-weavy-chat-exec-toggle:hover{background:var(--surface-hover,#e8dab80f);color:var(--text-primary,#ede7dc)}.v3-weavy-chat-exec-chevron{transition:transform .15s}.v3-weavy-chat-exec-chevron[data-collapsed=true]{transform:rotate(-90deg)}.v3-weavy-chat-card-eyebrow{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted,#968d80);font-size:.75rem}.v3-weavy-chat-exec-status{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:.125rem .5rem;font-size:10px;font-weight:600}.v3-weavy-chat-exec-status--success{color:#6ee7b7;background:#10b98126}.v3-weavy-chat-exec-status--danger{color:#fda4af;background:#f43f5e26}.v3-weavy-chat-exec-status--warning{color:#fcd34d;background:#f59e0b26}.v3-weavy-chat-exec-meta{color:var(--text-muted,#968d80);font-size:.75rem}.v3-weavy-chat-exec-submeta{color:var(--text-dim,#6b6358);font-size:.75rem}.v3-weavy-chat-spacer{flex:1}.v3-weavy-chat-exec-percent{color:var(--text-secondary,#c9c0b2);font-size:.75rem;font-weight:500}.v3-weavy-chat-exec-track{background:var(--surface-canvas,#0b0b0e);border-radius:999px;height:.5rem;margin-top:.5rem;overflow:hidden}.v3-weavy-chat-exec-bar{background:var(--accent-primary,#c4a46c);border-radius:999px;height:100%;transition:width .3s}.v3-weavy-chat-exec-counts{color:var(--text-dim,#6b6358);flex-wrap:wrap;gap:.25rem .75rem;margin-top:.5rem;font-size:11px;display:flex}.v3-weavy-chat-exec-error{border-radius:var(--radius-md,6px);color:#fecdd3;background:#f43f5e1a;border:1px solid #f43f5e4d;margin-top:.5rem;padding:.5rem .75rem;font-size:.75rem}.v3-weavy-chat-exec-error-label{text-transform:uppercase;letter-spacing:.04em;color:#fda4af;font-weight:600}.v3-weavy-chat-exec-error-body{word-break:break-word;margin-top:.25rem;font-family:ui-monospace,monospace;line-height:1.5}.v3-weavy-chat-exec-recap-scroll{scrollbar-width:thin;scrollbar-color:#52525b99 transparent;max-height:26rem;margin-top:.75rem;overflow-y:auto}.v3-weavy-chat-exec-recap-scroll::-webkit-scrollbar{width:6px}.v3-weavy-chat-exec-recap-scroll::-webkit-scrollbar-track{background:0 0}.v3-weavy-chat-exec-recap-scroll::-webkit-scrollbar-thumb{background-color:#52525b99;border-radius:9999px}.v3-weavy-chat-exec-recap-scroll::-webkit-scrollbar-thumb:hover{background-color:#71717acc}.v3-weavy-chat-thinking{color:var(--text-dim,#6b6358);align-items:center;gap:.5rem;margin-left:1.25rem;font-size:.75rem;animation:.2s v3-weavy-chat-fade-in;display:flex}.v3-weavy-chat-thinking-dots{align-items:center;gap:3px;display:flex}.v3-weavy-chat-thinking-dots .dot{background:var(--accent-primary,#c4a46c);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite v3-weavy-chat-dot-bounce}.v3-weavy-chat-thinking-dots .dot:first-child{animation-delay:0s}.v3-weavy-chat-thinking-dots .dot:nth-child(2){animation-delay:.2s}.v3-weavy-chat-thinking-dots .dot:nth-child(3){animation-delay:.4s}@keyframes v3-weavy-chat-dot-bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.v3-weavy-chat-input-area{z-index:2;flex-shrink:0;padding:.75rem 1rem .75rem 152px;position:relative}@media (width<=760px){.v3-weavy-chat-messages,.v3-weavy-chat-input-area{padding-left:1rem}}.v3-weavy-chat-composer-hint{justify-content:space-between;align-items:center;gap:.75rem;margin-top:.375rem;padding-left:2px;display:flex}.v3-weavy-chat-composer-hint-left{align-items:center;gap:.5rem;display:flex}.v3-weavy-chat-hint-text{color:#55524c;font-size:10.5px;font-style:italic;font-family:var(--font-display,"Cormorant Garamond", Georgia, serif)}.v3-weavy-chat-billing-hint{color:#8f8a82;letter-spacing:.02em;white-space:nowrap;font-family:inherit;font-style:normal}.v3-weavy-chat-empty-fallback{text-align:center;color:var(--text-muted,#968d80);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;padding:1.5rem;font-size:.875rem;display:flex}@keyframes v3-weavy-chat-fade-in{0%{opacity:0}to{opacity:1}}@keyframes v3-weavy-chat-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.v3-weavy-attached-files{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.v3-weavy-attached-chip{max-width:100%;color:inherit;background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;align-items:center;gap:6px;padding:4px 8px;font-size:12px;line-height:1.2;display:inline-flex}.v3-weavy-attached-chip.is-uploading{opacity:.7}.v3-weavy-attached-chip.is-failed{color:#f09696;border-color:#dc505099}.v3-weavy-attached-name{text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden}.v3-weavy-attached-status{opacity:.7;font-size:11px}.v3-weavy-attached-remove{width:16px;height:16px;color:inherit;cursor:pointer;opacity:.7;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;font-size:14px;line-height:1;display:inline-flex}.v3-weavy-attached-remove:hover{opacity:1;background:#ffffff1a}.v3-weavy-chat-user-attachments{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.v3-weavy-chat-user-attachment{background:#ffffff1a;border:1px solid #ffffff24;border-radius:8px;align-items:center;gap:5px;max-width:100%;padding:3px 8px;font-size:12px;line-height:1.2;display:inline-flex}.v3-weavy-chat-user-attachment-icon{opacity:.8;flex:none}.v3-weavy-chat-user-attachment-name{text-overflow:ellipsis;white-space:nowrap;max-width:220px;overflow:hidden}.v3-weavy-chat-changes{border:1px solid var(--surface-border);border-left:2px solid var(--accent-primary);border-radius:var(--radius-sm);background:var(--surface-raised);flex-direction:column;gap:4px;margin:8px 0 0;padding:8px 10px;list-style:none;display:flex}.v3-weavy-chat-changes__item{color:var(--text-secondary);align-items:center;gap:6px;font-size:12px;display:flex}.v3-weavy-chat-changes__item svg{color:var(--accent-primary);flex:none}.v3-weavy-chat-changes__item.is-failed{color:var(--text-muted)}.v3-weavy-chat-changes__item.is-failed svg{color:var(--status-danger)}.v3-weavy-chat-changes__item em{color:var(--text-dim);font-size:11px;font-style:italic}.v3-weavy-chat-campaign-choice{flex-direction:column;align-self:flex-start;gap:.5rem;max-width:100%;display:flex}.v3-weavy-chat-campaign-choice-prompt{color:var(--text-secondary,#c9c0b2);margin:0;font-size:13px}.v3-weavy-chat-campaign-choice-options{flex-wrap:wrap;gap:.375rem;display:flex}.v3-weavy-chat-campaign-choice-option{border:1px solid var(--accent-soft,#c4a46c2e);background:var(--accent-subtle,#c4a46c0f);color:var(--text-secondary,#c9c0b2);cursor:pointer;border-radius:999px;align-items:baseline;gap:.5rem;padding:.3125rem .75rem;font-size:12px;transition:border-color .15s,background-color .15s,color .15s;display:inline-flex}.v3-weavy-chat-campaign-choice-option:hover:not(:disabled){border-color:var(--accent-ring,#c4a46c66);background:var(--accent-soft,#c4a46c2e);color:var(--text-primary,#efe9dd)}.v3-weavy-chat-campaign-choice-option:disabled{cursor:default;opacity:.6}.v3-weavy-chat-campaign-choice-system{color:var(--text-muted,#968d80);font-size:11px}.v3-weavy-chat-failure{border:1px solid var(--danger-soft,#dc5a5a47);background:var(--danger-subtle,#dc5a5a0f);border-left-width:3px;border-radius:.5rem;flex-direction:column;align-self:flex-start;gap:.5rem;max-width:100%;padding:.625rem .75rem;display:flex}.v3-weavy-chat-failure-head{align-items:center;gap:.375rem;display:flex}.v3-weavy-chat-failure-icon{color:var(--danger,#dc5a5a);flex:none}.v3-weavy-chat-failure-title{letter-spacing:.01em;color:var(--text-secondary,#c9c0b2);font-size:12px;font-weight:600}.v3-weavy-chat-failure-time{color:var(--text-muted,#968d80);margin-left:auto;font-size:11px}.v3-weavy-chat-failure-detail{color:var(--text-secondary,#c9c0b2);margin:0;font-size:13px;line-height:1.5}.v3-weavy-chat-failure-actions{align-items:center;gap:.5rem;min-width:0;display:flex}.v3-weavy-chat-failure-retry{border:1px solid var(--accent-ring,#c4a46c66);background:var(--accent-subtle,#c4a46c0f);color:var(--text-primary,#efe9dd);cursor:pointer;border-radius:999px;flex:none;align-items:center;gap:.375rem;padding:.25rem .6875rem;font-size:12px;transition:background-color .15s,border-color .15s;display:inline-flex}.v3-weavy-chat-failure-retry:hover:not(:disabled){background:var(--accent-soft,#c4a46c2e)}.v3-weavy-chat-failure-retry:disabled{cursor:default;opacity:.6}.v3-weavy-chat-failure-prompt{color:var(--text-muted,#968d80);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:11px;overflow:hidden}.v3-weavy-chat-bubble .v3-weavy-activity{margin-bottom:.5rem}.v3-weavy-chat-changes__link{font:inherit;color:var(--accent-primary,#c4a46c);cursor:pointer;text-underline-offset:2px;background:0 0;border:0;align-items:center;gap:.1875rem;padding:0;-webkit-text-decoration:underline #0000;text-decoration:underline #0000;transition:text-decoration-color .15s;display:inline-flex}.v3-weavy-chat-changes__link:hover,.v3-weavy-chat-changes__link:focus-visible{text-decoration-color:currentColor}.v3-weavy-dialog-backdrop{z-index:80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000073;justify-content:flex-end;align-items:flex-end;padding:0 16px 16px 0;display:flex;position:fixed;inset:0}.v3-weavy-dialog-backdrop.is-fullscreen{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000d9;padding:0}.v3-weavy-dialog{--v3-weavy-controls-inset:84px;border:1px solid var(--surface-border-strong,#e8dab83d);background:var(--surface-canvas,#0b0b0e);width:min(50vw,720px);height:90vh;max-height:90vh;box-shadow:var(--shadow-lg,0 24px 64px #0000005c);border-radius:14px;flex-direction:column;display:flex;position:relative;overflow:hidden}.v3-weavy-dialog.is-fullscreen{border:none;border-radius:0;width:100%;height:100dvh;max-height:100dvh}.v3-weavy-dialog__controls{z-index:5;gap:4px;display:flex;position:absolute;top:10px;right:10px}.v3-weavy-dialog__body{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}@media (width<=960px){.v3-weavy-dialog-backdrop{justify-content:stretch;align-items:stretch;padding:0}.v3-weavy-dialog{width:100%;height:100dvh;max-height:100dvh;padding-bottom:env(safe-area-inset-bottom,0px);border:none;border-radius:0}.v3-weavy-dialog__controls{top:calc(10px + env(safe-area-inset-top,0px));right:calc(10px + env(safe-area-inset-right,0px))}}.v3-tpl-page{gap:20px;padding-top:18px;padding-bottom:64px;display:grid}.v3-tpl-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.v3-tpl-title{font-family:var(--font-display,inherit);color:var(--text-primary);margin:0;font-size:26px}.v3-tpl-sub{max-width:62ch;color:var(--text-muted);margin:4px 0 0;font-size:14px;line-height:1.45}.v3-tpl-toolbar{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.v3-tpl-search{border:1px solid var(--surface-border);border-radius:var(--radius-md);background:var(--surface-input,#ffffff08);min-width:200px;height:40px;color:var(--text-muted);flex:260px;align-items:center;gap:8px;padding:0 12px;display:flex}.v3-tpl-search:focus-within{border-color:var(--accent-primary)}.v3-tpl-search input{color:var(--text-primary);font:inherit;background:0 0;border:none;outline:none;flex:1}.v3-tpl-sort{width:auto;min-width:180px}.v3-tpl-loading{color:var(--text-muted);justify-content:center;align-items:center;gap:10px;padding:48px 0;display:flex}.v3-tpl-empty{border:1px dashed var(--surface-border-strong,var(--surface-border));border-radius:var(--radius-lg);color:var(--text-muted);text-align:center;justify-items:center;gap:14px;padding:56px 24px;display:grid}.v3-tpl-empty p{max-width:46ch;margin:0}.v3-tpl-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;display:grid}.v3-tpl-card{border:1px solid var(--surface-border);border-radius:var(--radius-lg);background:var(--surface-raised,#ffffff05);flex-direction:column;transition:border-color .12s,transform .12s;display:flex;position:relative;overflow:hidden}.v3-tpl-card:hover{border-color:var(--surface-border-strong,var(--accent-soft))}.v3-tpl-card__main{text-align:left;color:inherit;cursor:pointer;background:0 0;border:none;gap:14px;width:100%;padding:16px;display:flex}.v3-tpl-card__media{border-radius:var(--radius-md);background:var(--surface-elevated,#ffffff0a);width:64px;height:64px;color:var(--text-dim,var(--text-muted));flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.v3-tpl-card__media img{object-fit:cover;width:100%;height:100%}.v3-tpl-card__body{flex-direction:column;gap:6px;min-width:0;display:flex}.v3-tpl-card__name{color:var(--text-primary);font-weight:600}.v3-tpl-card__desc{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.4;display:-webkit-box;overflow:hidden}.v3-tpl-card__tags{flex-wrap:wrap;gap:6px;display:flex}.v3-tpl-card__meta{color:var(--text-dim,var(--text-muted));font-size:12px}.v3-tpl-card__actions{border-top:1px solid var(--surface-border);justify-content:flex-end;gap:4px;padding:10px 12px 12px;display:flex}.v3-tpl-chip{background:var(--accent-soft,#d8b87824);color:var(--accent-primary,var(--text-secondary));border-radius:999px;align-items:center;gap:4px;padding:2px 8px;font-size:12px;line-height:1.6;display:inline-flex}.v3-tpl-chip--removable button{color:inherit;cursor:pointer;opacity:.75;background:0 0;border:none;align-items:center;padding:0;display:inline-flex}.v3-tpl-chip--removable button:hover{opacity:1}.v3-tpl-editor{flex-direction:column;flex:1;min-height:0;display:flex}.v3-tpl-editor__scroll{gap:24px;min-height:0;padding:20px 24px;display:grid;overflow-y:auto}.v3-tpl-editor__footer{border-top:1px solid var(--surface-border);background:var(--surface-raised,#0003);flex-direction:column;gap:8px;padding:14px 24px;display:flex}.v3-tpl-editor__footer-actions{justify-content:flex-end;gap:10px;display:flex}.v3-tpl-error{color:var(--status-danger,#f87171);margin:0;font-size:13px}.v3-tpl-section{gap:14px;display:grid}.v3-tpl-section__head{justify-content:space-between;align-items:center;gap:12px;display:flex}.v3-tpl-section__title{color:var(--text-primary);margin:0;font-size:15px;font-weight:600}.v3-tpl-section__hint{color:var(--text-muted);margin:-6px 0 0;font-size:13px}.v3-tpl-image{align-items:center;gap:14px;display:flex}.v3-tpl-image img{border-radius:var(--radius-md);object-fit:cover;flex-shrink:0;width:80px;height:80px}.v3-tpl-image__actions{gap:8px;display:flex}.v3-tpl-image__empty{border:1px dashed var(--surface-border-strong,var(--surface-border));border-radius:var(--radius-md);width:100%;color:var(--text-muted);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:8px;padding:18px;display:flex}.v3-tpl-image__empty:hover{border-color:var(--accent-primary);color:var(--text-primary)}.v3-tpl-tags{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.v3-tpl-attr-empty{border:1px dashed var(--surface-border-strong,var(--surface-border));border-radius:var(--radius-md);color:var(--text-muted);text-align:center;padding:24px;font-size:13px}.v3-tpl-attr-list{gap:10px;display:grid}.v3-tpl-attr{border:1px solid var(--surface-border);border-radius:var(--radius-md);background:var(--surface-elevated,#ffffff05)}.v3-tpl-attr.is-open{border-color:var(--surface-border-strong,var(--accent-soft))}.v3-tpl-attr__head{align-items:center;gap:8px;padding:8px 10px;display:flex}.v3-tpl-attr__summary{min-width:0;color:inherit;cursor:pointer;text-align:left;background:0 0;border:none;flex:1;align-items:center;gap:10px;padding:4px;display:flex}.v3-tpl-attr__chevron{color:var(--text-muted);flex-shrink:0;transition:transform .12s}.v3-tpl-attr.is-open .v3-tpl-attr__chevron{transform:rotate(180deg)}.v3-tpl-attr__index{color:var(--text-dim,var(--text-muted));flex-shrink:0;font-size:12px;font-weight:600}.v3-tpl-attr__name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.v3-tpl-attr__badges{flex-wrap:wrap;gap:5px;margin-left:auto;display:flex}.v3-tpl-badge{background:var(--surface-input,#ffffff0d);color:var(--text-muted);white-space:nowrap;border-radius:999px;padding:1px 7px;font-size:11px;line-height:1.7}.v3-tpl-badge--accent{background:var(--accent-soft,#d8b87824);color:var(--accent-primary,var(--text-secondary))}.v3-tpl-attr__actions{flex-shrink:0;gap:2px;display:flex}.v3-tpl-attr__body{border-top:1px solid var(--surface-border);gap:14px;padding:4px 14px 16px;display:grid}.v3-tpl-attr__grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px;display:grid}.v3-template-prompt{border:1px solid var(--surface-border);border-radius:var(--radius-md);background:var(--surface-input,#ffffff08);min-height:96px;padding:10px 12px}.v3-template-prompt:focus-within{border-color:var(--accent-primary)}.v3-template-prompt__prose{min-height:72px;color:var(--text-primary);outline:none;font-size:14px;line-height:1.5}.v3-template-prompt__prose p{margin:0 0 6px}.v3-template-prompt__prose p:last-child{margin-bottom:0}.v3-template-prompt__prose p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;pointer-events:none;height:0;color:var(--text-dim,var(--text-muted))}.v3-mention{background:var(--accent-soft,#d8b87829);color:var(--accent-primary,var(--text-secondary));white-space:nowrap;border-radius:5px;padding:1px 5px;font-weight:500}.v3-mention-popover-anchor{position:fixed}.v3-mention-popover{border:1px solid var(--surface-border-strong,var(--surface-border));border-radius:var(--radius-md);background:var(--surface-elevated,#1c1c22);min-width:220px;max-width:340px;max-height:260px;box-shadow:var(--shadow-lg,0 18px 48px #00000080);flex-direction:column;padding:4px;display:flex;overflow-y:auto}.v3-mention-popover--empty{color:var(--text-muted);padding:12px;font-size:13px}.v3-mention-popover__item{border-radius:var(--radius-sm,6px);color:var(--text-primary);font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:7px 9px;display:flex}.v3-mention-popover__item.is-active{background:var(--surface-hover,#ffffff0f)}.v3-mention-popover__at{color:var(--accent-primary,var(--text-muted));font-weight:600}
