:root {
  --ink: #312b36;
  --muted: #857c88;
  --plum: #614565;
  --plum-dark: #3f2e44;
  --lilac: #ede4ed;
  --cream: #fbf8f3;
  --line: #e7e0e4;
  --green: #637c70;
}
.login-overlay { position: fixed; z-index: 30; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(47, 36, 48, .56); backdrop-filter: blur(8px); }.login-overlay[hidden] { display: none; }.login-card { width: min(100%, 360px); padding: 28px 22px 22px; text-align: center; border-radius: 22px; background: #fffdfa; box-shadow: 0 18px 55px rgba(28, 18, 28, .28); }.login-mark { display: grid; width: 43px; height: 43px; margin: 0 auto 13px; place-items: center; color: white; font-size: 19px; border-radius: 14px; background: var(--plum); }.login-card h1 { margin: 0; font: 22px/1.2 Prata, serif; }.login-card p { margin: 9px 0 16px; color: #756a76; font-size: 13px; line-height: 1.45; }.login-card .field-label { text-align: left; }.login-error { min-height: 18px; margin: -3px 0 9px !important; color: #a35355 !important; font-size: 12px !important; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; color: var(--ink); background: #d9d0d7; font-family: "DM Sans", Arial, sans-serif; }
button, input { font: inherit; } button { border: 0; cursor: pointer; } button:focus-visible, input:focus-visible { outline: 3px solid #b899bd; outline-offset: 2px; }
.app-shell { position: relative; max-width: 500px; min-height: 100dvh; margin: auto; padding: 25px 20px 98px; overflow: hidden; background: radial-gradient(circle at 95% 2%, #f3eaf0 0, transparent 27%), var(--cream); }
.topbar { display: flex; align-items: center; gap: 11px; }.avatar { width: 39px; height: 39px; border-radius: 50%; color: white; font-family: Prata, serif; background: linear-gradient(140deg, #957396, #4c3655); }.project-switcher { flex: 1; line-height: 1.1; }.eyebrow { display: block; color: var(--muted); font-size: 10px; letter-spacing: .075em; text-transform: uppercase; }.project-name { padding: 3px 0 0; color: var(--ink); font-size: 14px; font-weight: 700; background: none; }.project-name span { color: var(--plum); font-size: 17px; }.more-button { width: 35px; height: 35px; color: var(--plum); letter-spacing: 1px; font-weight: 700; background: #f3ecf2; border-radius: 50%; }
.welcome { padding: 33px 4px 22px; }.dayline { margin: 0 0 8px; color: var(--plum); font-size: 12px; font-weight: 600; }.welcome h1 { margin: 0; font: 27px/1.12 Prata, Georgia, serif; letter-spacing: -.02em; }.welcome p:last-child { max-width: 325px; margin: 12px 0 0; color: #746b76; font-size: 14px; line-height: 1.42; }
.plan-strip { display: flex; align-items: center; gap: 11px; margin-bottom: 25px; padding: 11px 12px; border: 1px solid #e9dce6; border-radius: 16px; background: #f8eef5; }.plan-icon { display: grid; width: 29px; height: 29px; place-items: center; color: var(--plum); border-radius: 10px; background: #ecdfeb; }.plan-strip strong { display: block; margin-top: 2px; font-size: 12px; }.plan-strip button { margin-left: auto; padding: 5px 0 5px 9px; color: var(--plum); font-size: 12px; font-weight: 700; background: transparent; }
.conversation { display: grid; gap: 15px; }.assistant-note { display: flex; gap: 9px; align-items: flex-start; padding: 2px 5px 3px; }.sparkle { padding-top: 1px; color: #9e7e9e; }.assistant-note p { max-width: 320px; margin: 0; color: #716673; font-size: 13px; line-height: 1.45; }
.post-card, .image-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fffdfa; box-shadow: 0 10px 25px rgba(76, 49, 68, .045); }.post-card { padding: 18px 17px 15px; }.post-meta { display: flex; align-items: center; gap: 6px; color: var(--green); font-size: 11px; font-weight: 700; }.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #789787; }.post-date { margin-left: auto; color: #aaa1aa; font-weight: 400; }.post-card h2 { margin: 13px 0 11px; font: 20px/1.27 Prata, Georgia, serif; letter-spacing: -.015em; }.post-copy { color: #554d57; font-size: 13px; line-height: 1.48; }.post-copy p { margin: 0 0 9px; }.post-copy p:nth-child(n+2) { display: none; }.post-card.expanded .post-copy p { display: block; }.read-more { padding: 1px 0 10px; color: var(--plum); font-size: 12px; font-weight: 700; background: transparent; }.read-more span { margin-left: 2px; }.post-actions { display: flex; align-items: center; gap: 14px; padding-top: 11px; border-top: 1px solid #f0ebed; }.text-action { padding: 2px 0; color: #796e79; font-size: 12px; font-weight: 600; background: transparent; }.counter { display: inline-grid; width: 17px; height: 17px; margin-left: 2px; place-items: center; color: #89768d; font-size: 10px; border-radius: 50%; background: #f0e8f0; }.round-action { display: grid; width: 31px; height: 31px; margin-left: auto; place-items: center; color: white; font-size: 16px; font-weight: 700; border-radius: 50%; background: var(--plum); }
.image-art { position: relative; height: 212px; overflow: hidden; background: linear-gradient(145deg, #333b46 0%, #62707b 40%, #cfac9c 100%); }.moon { position: absolute; top: 22px; right: 29px; width: 37px; height: 37px; border-radius: 50%; background: #f8e8cf; box-shadow: 0 0 25px #f9deb6; }.arch { position: absolute; bottom: 55px; width: 64px; height: 128px; border: 8px solid rgba(34, 37, 43, .62); border-bottom: 0; border-radius: 50px 50px 0 0; }.arch-one { left: 31px; }.arch-two { left: 104px; opacity: .6; }.table { position: absolute; right: -5%; bottom: 23px; width: 80%; height: 33px; transform: skewX(-15deg); background: #402b31; }.cards { position: absolute; right: 66px; bottom: 45px; width: 75px; height: 35px; }.cards i { position: absolute; width: 26px; height: 38px; border: 1px solid #dbb988; border-radius: 2px; background: #ddd0bc; }.cards i:nth-child(1) { left: 5px; transform: rotate(-12deg); }.cards i:nth-child(2) { left: 27px; bottom: 0; transform: rotate(4deg); }.cards i:nth-child(3) { left: 48px; transform: rotate(18deg); }.woman { position: absolute; bottom: 31px; left: 53%; width: 55px; height: 106px; border-radius: 50% 50% 6px 6px; transform: translateX(-50%); background: #1d1c24; }.woman:before { content: ""; position: absolute; top: -35px; left: 14px; width: 30px; height: 40px; border-radius: 50% 45% 47% 55%; background: #c88e78; }.woman span { position: absolute; top: -43px; left: 7px; width: 43px; height: 47px; border-radius: 53% 47% 28% 32%; background: #34262a; }.image-art p { position: absolute; bottom: 13px; left: 18px; margin: 0; color: #f8ecdf; font: 16px/1.05 Prata, serif; text-shadow: 0 2px 5px #2c2222; }.image-info { display: flex; align-items: center; justify-content: space-between; padding: 13px 15px; }.image-info strong { display: block; margin-top: 3px; font-size: 12px; }.icon-button { display: grid; width: 31px; height: 31px; place-items: center; color: var(--plum); background: #f2e9f0; border-radius: 50%; }
.image-uploaded { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; object-fit: cover; }.image-art:has(.image-uploaded:not([hidden])) { background: #e9e1e6; }
.suggestions { display: flex; gap: 7px; overflow-x: auto; padding: 1px 1px 6px; scrollbar-width: none; }.suggestions button { flex: none; padding: 9px 12px; color: #6d606d; font-size: 11px; border: 1px solid #e8dee5; border-radius: 14px; background: #fffdfa; }
.composer { position: fixed; z-index: 3; right: max(15px, calc((100vw - 500px) / 2 + 15px)); bottom: 58px; left: max(15px, calc((100vw - 500px) / 2 + 15px)); display: flex; align-items: center; gap: 8px; padding: 7px; border: 1px solid #e5dce4; border-radius: 20px; background: rgba(255,253,250,.95); box-shadow: 0 9px 30px rgba(66, 44, 61, .12); backdrop-filter: blur(10px); }.attach, .send { display: grid; flex: none; width: 31px; height: 31px; place-items: center; border-radius: 50%; }.attach { color: #7b687d; font-size: 20px; background: #f1e9ef; }.message-field { flex: 1; min-width: 0; }.message-field input { width: 100%; color: var(--ink); font-size: 12px; border: 0; outline: 0; background: transparent; }.message-field input::placeholder { color: #aaa0aa; }.mic { display: grid; width: 30px; height: 30px; place-items: center; background: transparent; }.mic span { display: block; width: 10px; height: 15px; border-radius: 8px; background: var(--plum); }.mic span:after { content: ""; display: block; width: 16px; height: 15px; margin: 4px 0 0 -3px; border: 1.5px solid var(--plum); border-top: 0; border-radius: 0 0 12px 12px; }.send { color: white; font-size: 18px; background: var(--plum); }.bottom-nav { position: fixed; z-index: 2; right: 0; bottom: 0; left: 0; display: flex; justify-content: center; gap: min(9vw, 50px); height: 59px; padding-top: 8px; background: rgba(251,248,243,.98); border-top: 1px solid #ece4e8; }.bottom-nav button { display: grid; justify-items: center; gap: 2px; min-width: 48px; color: #968b96; font-size: 9px; background: transparent; }.bottom-nav span { font-size: 18px; line-height: 18px; }.bottom-nav .active { color: var(--plum); font-weight: 700; }
.sheet-backdrop { position: fixed; z-index: 9; inset: 0; background: rgba(46, 35, 47, .35); backdrop-filter: blur(3px); }.bottom-sheet { position: fixed; z-index: 10; right: 0; bottom: 0; left: 0; max-width: 500px; max-height: 90dvh; margin: auto; padding: 9px 20px 27px; overflow-y: auto; border-radius: 25px 25px 0 0; background: #fffdfa; box-shadow: 0 -12px 40px rgba(32,20,34,.16); animation: rise .24s ease-out; }.handle { width: 36px; height: 4px; margin: 0 auto 18px; border-radius: 10px; background: #d9cfd8; }.bottom-sheet h2 { margin: 0; font: 21px/1.25 Prata, serif; }.sheet-intro { margin: 8px 0 18px; color: #7e7480; font-size: 13px; line-height: 1.4; }.version-list { display: grid; gap: 7px; }.version-item { display: flex; align-items: center; gap: 11px; width: 100%; padding: 11px; text-align: left; color: var(--ink); border: 1px solid var(--line); border-radius: 13px; background: white; }.version-number { display: grid; width: 29px; height: 29px; place-items: center; color: var(--plum); font-size: 12px; font-weight: 700; border-radius: 9px; background: #f2e9f0; }.version-item strong, .version-item small { display: block; }.version-item strong { font-size: 12px; }.version-item small { margin-top: 2px; color: #958b96; font-size: 10px; }.version-item i { margin-left: auto; color: var(--plum); font-style: normal; }.date-options { display: flex; gap: 8px; }.date-options button { flex: 1; padding: 11px; color: #756a76; font-size: 12px; line-height: 1.3; border: 1px solid var(--line); border-radius: 12px; background: white; }.date-options .selected { color: var(--plum); font-weight: 700; border-color: #cdb6ca; background: #f7eff6; }.date-options small { font-size: 10px; font-weight: 400; }.time-picker { display: flex; justify-content: space-between; margin: 17px 0; color: #645a64; font-size: 13px; }.time-picker input { padding: 4px 7px; color: var(--plum); border: 1px solid var(--line); border-radius: 8px; }.channel-list { display: grid; gap: 9px; padding: 14px 0 18px; border-top: 1px solid #eee7eb; }.channel-list label { display: flex; gap: 9px; align-items: center; color: #594e5a; font-size: 12px; }.channel-list input { accent-color: var(--plum); }.primary-button, .stop-voice { width: 100%; padding: 13px; color: white; font-size: 13px; font-weight: 700; border-radius: 13px; background: var(--plum); }.voice-sheet { padding: 3px 9px 3px; text-align: center; }.voice-sheet .sheet-intro { margin-right: auto; margin-left: auto; max-width: 275px; }.voice-orbit { position: relative; width: 100px; height: 100px; margin: 0 auto 16px; border-radius: 50%; background: #f0e0ed; }.voice-orbit:before, .voice-orbit:after, .voice-orbit span { content: ""; position: absolute; top: 50%; left: 50%; border-radius: 50%; transform: translate(-50%, -50%); background: var(--plum); }.voice-orbit:before { width: 20px; height: 20px; }.voice-orbit:after { width: 38px; height: 38px; opacity: .26; animation: pulse 1.3s infinite; }.voice-orbit span { width: 61px; height: 61px; opacity: .1; animation: pulse 1.3s .2s infinite; }.stop-voice { max-width: 180px; }
.editor-header { display: flex; align-items: center; justify-content: space-between; }.close-editor { display: grid; width: 29px; height: 29px; place-items: center; color: var(--plum); font-size: 24px; line-height: 1; border-radius: 50%; background: #f3ebf2; }.format-toolbar { display: flex; gap: 5px; align-items: center; margin: 5px 0 10px; padding: 6px; overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; background: #f9f5f7; }.format-toolbar button { display: grid; flex: none; width: 31px; height: 31px; place-items: center; color: #574957; font-size: 14px; border-radius: 8px; background: transparent; }.format-toolbar button:hover, .format-toolbar button:focus-visible { color: var(--plum); background: #eaddea; outline: 0; }.toolbar-divider { width: 1px; height: 21px; flex: none; margin: 0 1px; background: #dfd3dd; }.rich-editor { min-height: 235px; max-height: 45dvh; padding: 13px; overflow-y: auto; color: #443d46; font-size: 14px; line-height: 1.52; border: 1px solid #ded4dc; border-radius: 13px; background: white; }.rich-editor:focus { outline: 2px solid #c8adca; outline-offset: 1px; }.rich-editor p { margin: 0 0 12px; }.rich-editor blockquote { margin: 10px 0; padding-left: 12px; color: #665667; border-left: 3px solid #c6aac4; }.rich-editor ul, .rich-editor ol { padding-left: 22px; }.rich-editor a { color: #78517a; text-decoration-thickness: 1px; }.footer-editor { min-height: 120px; max-height: 25dvh; }.rich-editor:empty:before { content: attr(data-placeholder); color: #aca1ac; pointer-events: none; }
.voice-timer { display: block; margin: -8px 0 4px; color: var(--plum); font-size: 12px; font-weight: 700; font-variant-numeric: tabular-nums; }.recognized-text { min-height: 34px; margin: -5px auto 13px; color: #716573; font-size: 12px; line-height: 1.4; }
.project-list { display: grid; gap: 8px; margin: 10px 0; }.project-item { display: flex; align-items: center; gap: 11px; width: 100%; padding: 11px; text-align: left; color: var(--ink); border: 1px solid var(--line); border-radius: 13px; background: white; }.project-item.active { border-color: #c8aec5; background: #faf1f8; }.folder-icon { display: grid; width: 31px; height: 29px; place-items: center; color: var(--plum); border-radius: 9px; background: #f0e3ef; }.project-item strong, .project-item small { display: block; }.project-item strong { font-size: 12px; }.project-item small { margin-top: 2px; color: #8b808b; font-size: 10px; }.project-overview { margin: 12px 0; padding: 11px; color: #6e636e; font-size: 12px; line-height: 1.45; border-radius: 12px; background: #f6eff4; }.secondary-button { width: 100%; padding: 12px; color: var(--plum); font-size: 13px; font-weight: 700; border: 1px solid #ddccdb; border-radius: 13px; background: #fffafa; }.field-label { display: grid; gap: 6px; margin: 12px 0; color: #675b67; font-size: 12px; font-weight: 600; }.field-label select, .field-label textarea { width: 100%; padding: 10px; color: var(--ink); font: 13px/1.45 "DM Sans", sans-serif; border: 1px solid var(--line); border-radius: 10px; background: white; resize: vertical; }.footer-toggle { display: flex; gap: 9px; align-items: center; margin: 15px 0; color: #5f545f; font-size: 12px; }.footer-toggle input { accent-color: var(--plum); }
.profile-form { padding-bottom: 4px; }.field-label input { width: 100%; padding: 10px; color: var(--ink); font: 13px/1.45 "DM Sans", sans-serif; border: 1px solid var(--line); border-radius: 10px; background: white; }
.learning-summary { display: grid; grid-template-columns: auto 1fr; gap: 3px 9px; margin: 3px 0 16px; padding: 11px; color: #625664; font-size: 12px; line-height: 1.35; border-radius: 12px; background: #f5edf4; }.learning-summary strong { display: grid; grid-row: span 2; width: 30px; height: 30px; place-items: center; color: var(--plum); font-size: 14px; border-radius: 9px; background: white; }.learning-list { grid-column: 1 / -1; display: grid; gap: 5px; margin-top: 6px; }.learning-item { display: flex; gap: 8px; align-items: center; padding: 7px 8px; color: #665967; border-radius: 9px; background: rgba(255,255,255,.72); }.learning-item span { min-width: 0; flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.forget-memory { flex: none; padding: 2px 4px; color: #8a617d; font-size: 11px; background: transparent; }
.profile-readiness { display: grid; gap: 9px; margin: -7px 0 16px; padding: 11px; color: #625664; font-size: 12px; line-height: 1.4; border: 1px solid #eaddea; border-radius: 12px; background: #fffafa; }.profile-readiness strong, .profile-readiness span { display: block; }.profile-readiness strong { margin-bottom: 2px; color: var(--plum); }.readiness-track { height: 6px; overflow: hidden; border-radius: 10px; background: #eee3ec; }.readiness-track i { display: block; width: 0; height: 100%; border-radius: inherit; transition: width .25s ease; background: var(--plum); }
.quality-list { display: grid; gap: 8px; margin: -6px 0 18px; }.quality-item { padding: 10px 11px; color: #625664; font-size: 12px; line-height: 1.4; border-radius: 11px; background: #f5edf4; }.quality-item.attention { color: #704d51; background: #fbefed; border: 1px solid #efd5d1; }.quality-item strong { display: block; margin-bottom: 3px; font-size: 11px; }
.audit-list { display: grid; gap: 6px; max-height: 42dvh; margin: -6px 0 17px; overflow-y: auto; }.audit-item { display: flex; justify-content: space-between; gap: 12px; padding: 9px 10px; color: #665967; font-size: 12px; line-height: 1.35; border-radius: 10px; background: #f5edf4; }.audit-item strong { font-weight: 600; }.audit-item span { flex: none; color: #978a97; font-size: 10px; text-align: right; }
.toast { position: fixed; z-index: 20; bottom: 125px; left: 50%; width: max-content; max-width: calc(100vw - 40px); padding: 11px 16px; color: white; font-size: 12px; border-radius: 12px; transform: translateX(-50%); background: #3f3441; box-shadow: 0 5px 18px rgba(0,0,0,.2); animation: toast 2.5s ease forwards; }.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; } @keyframes rise { from { transform: translateY(100%); } to { transform: translateY(0); } } @keyframes pulse { 50% { transform: translate(-50%, -50%) scale(1.25); opacity: .03; } } @keyframes toast { 0%, 78% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 10px); } }
@media (min-width: 501px) { .bottom-nav { right: calc((100vw - 500px)/2); left: calc((100vw - 500px)/2); } }
