.BottomSheet-module__0MgWVG__backdrop{z-index:1000;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);opacity:0;background:#2a26226b;transition:opacity .22s;position:fixed;inset:0}.BottomSheet-module__0MgWVG__backdropVisible{opacity:1}.BottomSheet-module__0MgWVG__sheet{z-index:1001;background:var(--bg-cream);border:.5px solid var(--line);border-radius:var(--radius)var(--radius)0 0;height:90dvh;box-shadow:var(--shadow-lift);will-change:transform;touch-action:none;overscroll-behavior:contain;border-bottom:0;flex-direction:column;transition:transform .24s cubic-bezier(.22,.61,.36,1);display:flex;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%)}.BottomSheet-module__0MgWVG__grabber{cursor:grab;touch-action:none;flex-shrink:0;place-items:center;padding:.55rem 0 .35rem;display:grid}.BottomSheet-module__0MgWVG__grabber:active{cursor:grabbing}.BottomSheet-module__0MgWVG__handle{border-radius:var(--radius-pill);background:var(--line);background:#3a333038;width:40px;height:4px}.BottomSheet-module__0MgWVG__content{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;min-height:0;padding:.25rem 1.25rem calc(1.25rem + env(safe-area-inset-bottom,0px));flex:auto;overflow-y:auto}
.Assistant-module__NLuC2W__trigger{border:1px solid var(--line);width:36px;height:36px;color:var(--rose-deep);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,transform .1s;display:inline-flex}.Assistant-module__NLuC2W__trigger:hover{background:color-mix(in srgb,var(--rose)18%,transparent)}.Assistant-module__NLuC2W__trigger:active{transform:scale(.94)}.Assistant-module__NLuC2W__backdrop{z-index:70;background:color-mix(in srgb,var(--ink)18%,transparent);opacity:0;transition:opacity .2s;position:fixed;inset:0}.Assistant-module__NLuC2W__backdropVisible{opacity:1}.Assistant-module__NLuC2W__panel{z-index:71;background:var(--bg-page,var(--bg-cream));border-left:1px solid var(--line);width:min(420px,100vw);box-shadow:var(--shadow-card);flex-direction:column;transition:transform .22s;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.Assistant-module__NLuC2W__panelVisible{transform:translate(0)}.Assistant-module__NLuC2W__body{flex-direction:column;flex:1;height:100%;min-height:0;display:flex}.Assistant-module__NLuC2W__header{border-bottom:1px solid var(--line);color:var(--ink);flex-shrink:0;align-items:center;gap:.6rem;padding:.9rem 1.1rem .7rem;display:flex}.Assistant-module__NLuC2W__headerTitle{font-family:var(--font-display);flex:1;font-size:1.25rem}.Assistant-module__NLuC2W__headerIcon{color:var(--rose-deep);display:inline-flex}.Assistant-module__NLuC2W__closeBtn{width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.Assistant-module__NLuC2W__closeBtn:hover{background:color-mix(in srgb,var(--ink)7%,transparent)}.Assistant-module__NLuC2W__messages{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:.7rem;min-height:0;padding:1rem 1.1rem;display:flex;overflow-y:auto}.Assistant-module__NLuC2W__bubbleUser,.Assistant-module__NLuC2W__bubbleAssistant{border-radius:var(--radius);white-space:pre-wrap;overflow-wrap:break-word;max-width:88%;padding:.6rem .85rem;font-size:.92rem;line-height:1.5}.Assistant-module__NLuC2W__bubbleUser{background:color-mix(in srgb,var(--rose)35%,var(--bg-cream));color:var(--ink);border-bottom-right-radius:6px;align-self:flex-end}.Assistant-module__NLuC2W__bubbleAssistant{background:var(--bg-cream);border:1px solid var(--line);color:var(--ink);border-bottom-left-radius:6px;align-self:flex-start}.Assistant-module__NLuC2W__typing{color:var(--text-faint);align-self:flex-start;padding:.15rem .2rem;font-size:.85rem}.Assistant-module__NLuC2W__notice{border:1px dashed var(--line);border-radius:var(--radius);background:color-mix(in srgb,var(--champagne)22%,transparent);color:var(--text-muted);flex-direction:column;align-self:stretch;align-items:flex-start;gap:.45rem;padding:.85rem 1rem;font-size:.88rem;line-height:1.5;display:flex}.Assistant-module__NLuC2W__noticeTitle{color:var(--ink);align-items:center;gap:.45rem;font-weight:600;display:inline-flex}.Assistant-module__NLuC2W__greeting{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:.5rem;padding:1.6rem 1rem .8rem;display:flex}.Assistant-module__NLuC2W__greeting strong{font-family:var(--font-display);color:var(--ink);font-size:1.3rem;font-weight:500}.Assistant-module__NLuC2W__greeting svg{color:var(--rose-deep)}.Assistant-module__NLuC2W__greeting p{margin:0;font-size:.9rem;line-height:1.5}.Assistant-module__NLuC2W__quickRow{flex-wrap:wrap;flex-shrink:0;gap:.45rem;padding:.35rem 1.1rem .5rem;display:flex}.Assistant-module__NLuC2W__quickPill{border:1px solid var(--line);background:var(--bg-cream);color:var(--ink);cursor:pointer;border-radius:999px;padding:.32rem .75rem;font-family:inherit;font-size:.8rem;transition:background .15s,border-color .15s}.Assistant-module__NLuC2W__quickPill:hover{background:color-mix(in srgb,var(--rose)20%,var(--bg-cream));border-color:color-mix(in srgb,var(--rose-deep)45%,var(--line))}.Assistant-module__NLuC2W__aiHint{color:var(--text-faint);flex-shrink:0;margin:0;padding:0 1.1rem .35rem;font-size:.72rem}.Assistant-module__NLuC2W__inputRow{padding:0 1.1rem calc(.9rem + env(safe-area-inset-bottom,0px));flex-shrink:0;align-items:center;gap:.55rem;display:flex}.Assistant-module__NLuC2W__inputRow input{flex:1;min-width:0}.Assistant-module__NLuC2W__sendBtn{background:var(--rose-deep);width:40px;height:40px;color:var(--bg-cream);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:transform .1s,opacity .15s;display:inline-flex}.Assistant-module__NLuC2W__sendBtn:hover{opacity:.9}.Assistant-module__NLuC2W__sendBtn:active{transform:scale(.94)}.Assistant-module__NLuC2W__sendBtn:disabled{opacity:.45;cursor:default}
.EditorToolbar-module__a5QEpa__actions{flex-wrap:wrap;align-items:center;gap:.4rem .5rem;display:flex}@media (min-width:768px) and (max-width:1024px){.EditorToolbar-module__a5QEpa__btnText{display:none}}.EditorToolbar-module__a5QEpa__moreButton{align-items:center;gap:.35rem;display:none}.EditorToolbar-module__a5QEpa__sheetTitle{font-family:var(--font-display);color:var(--ink);margin:.25rem 0 .75rem;font-size:1.35rem}.EditorToolbar-module__a5QEpa__sheetList{flex-direction:column;gap:.6rem;display:flex}.EditorToolbar-module__a5QEpa__sheetRow{border:.5px solid var(--line);border-radius:var(--radius);background:var(--bg-cream);width:100%;min-height:56px;color:var(--text);text-align:left;cursor:pointer;align-items:center;gap:.85rem;padding:.9rem 1.05rem;font-size:1rem;font-weight:600;display:flex}.EditorToolbar-module__a5QEpa__sheetRow:active{background:var(--bg-cream-soft)}.EditorToolbar-module__a5QEpa__sheetRowIcon{color:var(--text-muted);flex-shrink:0;display:flex}.EditorToolbar-module__a5QEpa__sheetRowLabel{flex-direction:column;flex:1;gap:.15rem;display:flex}.EditorToolbar-module__a5QEpa__sheetRowHint{color:var(--text-muted);font-size:.8rem;font-weight:500}.EditorToolbar-module__a5QEpa__sheetSelectRow{flex-direction:column;gap:.45rem;padding:.25rem .1rem .35rem;display:flex}.EditorToolbar-module__a5QEpa__sheetSelectLabel{color:var(--text-muted);font-size:.85rem;font-weight:600}.EditorToolbar-module__a5QEpa__sheetSelect{border-radius:var(--radius);border:.5px solid var(--line);background:var(--bg-cream);width:100%;min-height:52px;color:var(--text);padding:.75rem .9rem;font-size:1rem;font-weight:600}@media (min-width:1920px){.EditorToolbar-module__a5QEpa__actions{zoom:1.5}}@media (max-width:767px){.EditorToolbar-module__a5QEpa__secondaryInline{display:none!important}.EditorToolbar-module__a5QEpa__moreButton{display:inline-flex}}
