.App{flex:1;min-height:100vh;height:100vh;width:100%;display:flex;color:#f8fafc;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#0f0f0f;position:relative}.page-transition-loader{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0f0f0ff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;animation:fadeIn .15s ease-in-out,fadeOut .2s ease-in-out .25s forwards;border-radius:0;pointer-events:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0;visibility:hidden}}.page-transition-spinner{display:flex;align-items:center;justify-content:center;gap:8px}.spinner-dot{width:12px;height:12px;border-radius:50%;background:#94a3b8;animation:spinnerBounce 1.4s ease-in-out infinite}.spinner-dot:nth-child(1){animation-delay:0s}.spinner-dot:nth-child(2){animation-delay:.2s}.spinner-dot:nth-child(3){animation-delay:.4s}@keyframes spinnerBounce{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1.2);opacity:1}}.page-view{position:relative;width:100%;height:100%;animation:pageFadeIn .4s ease-out}.page-view--transitioning{opacity:0;pointer-events:none}.page-view--transitioning .page-transition-loader{display:none}.page-view--active{opacity:1;pointer-events:auto}.page-view--active .page-transition-loader{display:none}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.App-main{flex:1;min-height:100vh;display:flex;justify-content:center;align-items:stretch;padding:0 32px;background-color:#1f2937;box-sizing:border-box;overflow:hidden}.App--signedout{flex-direction:column;justify-content:flex-start;align-items:stretch;min-height:100vh}.App-main--signedout{width:100%;margin:0;padding:0}@media (max-width: 1023px){.App{min-height:100dvh}}.sidebar{width:256px;min-height:100vh;padding:32px 24px;display:flex;flex-direction:column;gap:32px;background:#0f0f0f;border-right:.5px solid rgba(226,232,240,.1);box-sizing:border-box;font-family:Inter,Space Grotesk,Clash Display,system-ui,sans-serif}.sidebar__brand{display:flex;align-items:center;gap:12px}.sidebar__brand-mark{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#38bdf866,#6366f1);font-size:1.3rem}.sidebar__brand-text{display:flex;flex-direction:column;line-height:1.2;text-transform:uppercase;letter-spacing:.08em;color:#f4f4f4;font-family:Inter,Space Grotesk,system-ui,sans-serif}.sidebar__brand-title{font-size:.85rem;font-weight:700;color:#f4f4f4;letter-spacing:-.02em}.sidebar__brand-subtitle{font-size:.7rem;color:#b0b0b0;font-family:Inter,Space Grotesk,Clash Display,system-ui,sans-serif}.sidebar__nav{display:flex;flex-direction:column;gap:12px}.sidebar__nav-item{width:100%;padding:12px 18px;border-radius:8px;border:none;background:transparent;color:#e0e0e0;font-size:14px;font-weight:600;text-align:left;cursor:pointer;text-decoration:none;display:block;box-sizing:border-box;font-family:Inter,Space Grotesk,Clash Display,system-ui,sans-serif;margin:0 0 1px}.sidebar__nav-item:hover{color:#f4f4f4;background:#ffffff0d}.sidebar__nav-item--active{border:none;background:#94a3b833;color:#f4f4f4;font-weight:700}.sidebar__account{margin-top:auto;padding-top:20px;display:flex;align-items:center;gap:12px;border-top:.5px solid rgba(226,232,240,.1)}.sidebar__account-label{font-size:13px;font-weight:600;color:#b0b0b0;font-family:Inter,Space Grotesk,Clash Display,system-ui,sans-serif}.sidebar__auth{margin-top:auto;display:flex;flex-direction:column;gap:12px;padding-top:20px;border-top:1px solid rgba(51,65,85,.35)}.sidebar__auth-button{width:100%;padding:12px 18px;border-radius:12px;border:1px solid rgba(99,102,241,.45);background:transparent;color:#e2e8f0;font-size:.95rem;font-weight:600;cursor:pointer}.sidebar__auth-button:hover{background:#6366f12e;border-color:#6366f1a6}.sidebar__auth-button--primary{background:linear-gradient(135deg,#38bdf83d,#6366f199);border-color:transparent;color:#0f172a}.sidebar__auth-button--primary:hover{background:linear-gradient(135deg,#38bdf866,#6366f1bf)}.sidebar-profile-toggle{display:none}@media (max-width: 1023px){.sidebar-profile-toggle{display:inline-flex}}@media (max-width: 768px){.sidebar-profile-toggle{position:fixed;top:12px;left:16px;z-index:70;width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.15);background:#1e293b80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 8px #00000026;transition:all .2s ease;padding:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.sidebar-profile-toggle:hover{background:#334155cc;border-color:#ffffff4d;transform:scale(1.05)}.sidebar-profile-toggle:active{transform:scale(.95)}.sidebar-profile-toggle__placeholder{color:#f1f5f9;font-weight:600;font-size:1rem}}@media (max-width: 1023px){.sidebar{position:fixed;left:0;top:0;height:100dvh;width:256px;transform:translate(-100%);transition:transform .2s ease;z-index:60}.sidebar--open{transform:translate(0)}.sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000f2;-webkit-backdrop-filter:none;backdrop-filter:none;z-index:55}.sidebar-toggle{position:fixed;left:12px;top:12px;z-index:65;width:40px;height:40px;border-radius:10px;border:1px solid rgba(148,163,184,.35);background:#0f172ae6;color:#e2e8f0;display:inline-flex;align-items:center;justify-content:center;gap:3px}@media (max-width: 768px){.sidebar-profile-toggle{top:12px;left:16px;z-index:70;width:40px;height:40px;border:1px solid rgba(255,255,255,.2);background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}.sidebar-profile-toggle:hover{border-color:#fff;background:#ffffff1a}.sidebar-profile-toggle__avatar{width:100%;height:100%;object-fit:cover;display:block}.sidebar-profile-toggle__placeholder{font-weight:700}.sidebar-close{position:absolute;right:10px;top:10px;width:32px;height:32px;border-radius:8px;border:2px solid #94a3b8;background:transparent;color:#e0e0e0;display:inline-flex;align-items:center;justify-content:center;font-size:18px;line-height:1;cursor:pointer;font-family:Inter,Space Grotesk,Clash Display,system-ui,sans-serif}.sidebar-close:hover{border-color:#fff;background:#ffffff1a;color:#fff}.sidebar-toggle__bar{display:block;width:18px;height:2px;background:#e2e8f0}}@media (min-width: 1024px){.sidebar-toggle,.sidebar-profile-toggle,.sidebar-close{display:none}}.chatbox{--chatbox-content-max-width: 780px;position:relative;flex:1 1 auto;min-width:0;height:100vh;display:flex;align-items:center;justify-content:center;padding:32px;box-sizing:border-box;background:#0f0f0f;font-family:Inter,Space Grotesk,Clash Display,system-ui,sans-serif}.chatbox__card{width:100%;height:100%;display:flex;flex-direction:column;gap:20px;padding:32px 28px 28px;border-radius:12px;border:none;background:#0f0f0f;box-shadow:none;box-sizing:border-box;overflow:hidden;font-family:Inter,Space Grotesk,Clash Display,system-ui,sans-serif}.chatbox__messages{flex:1;min-height:0;display:flex;flex-direction:column;gap:12px;overflow-y:auto;padding-right:4px}.chatbox__save-row{width:100%;max-width:var(--chatbox-content-max-width);margin:0 auto;display:flex;justify-content:flex-end}.chatbox__save--banner{padding:10px 16px}.chatbox__toolbar{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-bottom:8px}.chatbox__toolbar-label{font-size:14px;color:#b0b0b0;font-weight:600;font-family:Inter,Space Grotesk,Clash Display,system-ui,sans-serif}.chatbox__history-button{padding:8px 14px;border-radius:8px;border:1px solid #94a3b8;background:transparent;color:#e0e0e0;font-size:14px;font-weight:600;cursor:pointer;font-family:Inter,Space Grotesk,Clash Display,system-ui,sans-serif;height:auto;line-height:1.5}.chatbox__history-button:hover{border-color:#e2e8f0;color:#f4f4f4;background:#ffffff0d}.chatbox__select{padding:8px 12px;border-radius:8px;border:1px solid #94a3b8;background:transparent;color:#e0e0e0;font-size:14px;font-weight:600;font-family:Inter,Space Grotesk,Clash Display,system-ui,sans-serif;cursor:pointer;height:auto;line-height:1.5}.chatbox__select option{background:#0f0f0f;color:#e0e0e0;padding:8px}.chatbox__select:hover{border-color:#e2e8f0;color:#f4f4f4}.chatbox__select:focus{outline:none;border-color:#fff;color:#f4f4f4}.chatbox__messages{scrollbar-width:thin;scrollbar-color:#94a3b8 transparent}.chatbox__messages::-webkit-scrollbar{width:10px}.chatbox__messages::-webkit-scrollbar-track{background:#94a3b81a;border-radius:5px;margin:8px 0}.chatbox__messages::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:5px;border:2px solid rgba(30,41,59,.5);transition:background .2s ease}.chatbox__messages::-webkit-scrollbar-thumb:hover{background:#cbd5e1;border-color:#e2e8f04d}.chatbox__messages::-webkit-scrollbar-thumb:active{background:#e2e8f0}.chatbox__placeholder{flex:1;display:flex;flex-direction:column;width:100%;max-width:var(--chatbox-content-max-width);align-items:center;justify-content:center;text-align:center;font-size:20px;font-weight:700;color:#f4f4f4;padding:24px;margin:0 auto;box-sizing:border-box;gap:16px;font-family:Inter,Space Grotesk,Clash Display,system-ui,sans-serif;letter-spacing:-.02em}.chatbox__message{display:flex;flex-direction:column;align-items:flex-start;width:100%;max-width:var(--chatbox-content-max-width);margin:0 auto;gap:4px;padding:12px 16px;border-radius:16px;background-color:transparent;border:none;box-sizing:border-box}.chatbox__message--user{align-items:flex-start;background-color:#38bdf81f;border:1px solid rgba(56,189,248,.35)}.chatbox__message-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8cc}.chatbox__message--user .chatbox__message-label{color:#7dd3fcd9}.chatbox__message-text{margin:0;font-size:.95rem;line-height:1.45}.chatbox__message--user .chatbox__message-text{text-align:left}.chatbox__status{width:100%;max-width:var(--chatbox-content-max-width);margin:0 auto;padding:8px 18px;border-radius:999px;font-size:.85rem;letter-spacing:.02em;background-color:transparent;color:#e2e8f0d9;text-align:center;box-sizing:border-box}.chatbox__status--loading{color:#7dd3fce6}.chatbox__status--error{background-color:#f8717133;color:#fca5a5;border:1px solid rgba(248,113,113,.35)}.chatbox__input{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:nowrap;width:100%}.chatbox__field{flex:1 1 auto;width:100%;max-width:var(--chatbox-content-max-width);padding:12px 16px;border-radius:999px;border:1px solid rgba(148,163,184,.3);background-color:#0f172ae6;color:inherit;font-size:.95rem;transition:border-color .2s ease,box-shadow .2s ease}.chatbox__field--textarea{border-radius:24px;min-height:56px;width:100%;resize:none;line-height:1.5;overflow-y:hidden;max-height:220px;background-color:#94a3b81a}.chatbox__field--modal{width:100%;max-width:100%;box-sizing:border-box;border-radius:18px}textarea.chatbox__field--modal{min-height:160px;max-height:320px;resize:vertical;overflow-y:auto;border-radius:18px}.chatbox__field--dream-content{font-size:1rem;line-height:1.7;max-width:65ch;padding:16px 14px 14px;margin:0 auto;text-align:left;color:#e2e8f0f2;font-family:inherit;white-space:pre-wrap;word-wrap:break-word}@media (min-width: 600px){.chatbox__field--dream-content{font-size:1.0625rem}}.chatbox__field--dream-content::selection{background-color:#6366f166;color:#fffffff2}.chatbox__field--dream-content::-moz-selection{background-color:#6366f166;color:#fffffff2}.chatbox__dream-action-button{padding:6px 12px;border-radius:8px;border:1px solid rgba(148,163,184,.35);background:#0f172ad9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#e2e8f0e6;font-size:.85rem;font-weight:600;cursor:pointer;white-space:nowrap}.chatbox__dream-action-button:hover:not(:disabled){background:#6366f133;border-color:#6366f180;color:#e2e8f0}.chatbox__dream-action-button:disabled{opacity:.5;cursor:not-allowed}.chatbox__dream-action-button--save{background:#6366f14d;border-color:#6366f199;color:#fffffff2}.chatbox__dream-action-button--save:hover:not(:disabled){background:#6366f166;border-color:#6366f1b3}input.chatbox__field--modal{height:auto;border-radius:18px}.chatbox__field--textarea::placeholder{white-space:normal}.chatbox__field-wrap{position:relative;flex:1 1 auto;max-width:var(--chatbox-content-max-width);min-width:0;display:flex;align-items:flex-end;width:100%;margin:0 auto}.chatbox__field-wrap .chatbox__field{width:100%;padding-right:16px}.chatbox__field-wrap .chatbox__send{position:static;right:auto;top:auto;transform:none;margin-left:8px}.chatbox__field-wrap .chatbox__save{margin-left:8px}.chatbox__field:disabled{cursor:not-allowed;opacity:.6}.chatbox__field:focus{outline:none;border-color:#38bdf899;box-shadow:0 0 0 3px #38bdf840}.chatbox__send{flex:none;width:40px;height:40px;padding:0;border-radius:999px;border:1px solid rgba(148,163,184,.35);font-weight:700;font-size:1rem;background:#fff;color:#0f172a;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;margin-left:8px}.chatbox__send:hover{transform:none;box-shadow:none}.chatbox__send:active{transform:translateY(0);box-shadow:none}.chatbox__send:disabled{cursor:not-allowed;opacity:.7;box-shadow:none;transform:none}.chatbox__send-icon{display:block;width:18px;height:18px}.chatbox__save{flex:none;padding:12px 20px;border-radius:999px;border:1px solid rgba(148,163,184,.35);background:transparent;color:#e2e8f0;font-weight:600;font-size:.95rem;cursor:pointer}.chatbox__save:hover{background:#6366f11f;border-color:#94a3b88c}.chatbox__save:disabled{opacity:.6;cursor:not-allowed}.chatbox__badge{flex:none;padding:8px 14px;border-radius:8px;font-size:13px;font-weight:600;border:1px solid transparent;font-family:Inter,Space Grotesk,Clash Display,system-ui,sans-serif}.chatbox__badge--saved{background:transparent;color:#22c55e;border:1px solid #22c55e}.chatbox__badge--premium{background:transparent;color:#f4f4f4;border:.5px solid #ffffff;font-weight:700;box-shadow:0 0 8px #ffffff4d}.premium-glow{display:inline-block;color:#e0e7fff2;padding:2px 8px;border-radius:12px;background:#6366f114;box-shadow:0 0 8px #6366f14d,0 0 15px #6366f133,0 0 22px #38bdf826,inset 0 0 8px #6366f11a;text-shadow:0 0 3px rgba(99,102,241,.5),0 0 6px rgba(99,102,241,.3);animation:premiumGlow 2s ease-in-out infinite alternate}@keyframes premiumGlow{0%{box-shadow:0 0 8px #6366f14d,0 0 15px #6366f133,0 0 22px #38bdf826,inset 0 0 8px #6366f11a;background:#6366f114}to{box-shadow:0 0 12px #6366f180,0 0 22px #6366f14d,0 0 32px #38bdf840,inset 0 0 12px #6366f126;background:#6366f126}}.chatbox__modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:32px;background:#0000001a;-webkit-backdrop-filter:none;backdrop-filter:none;z-index:20}.chatbox__modal{position:relative;width:100%;max-width:500px;min-height:300px;padding:32px 24px;border-radius:12px;background:#0f0f0f;border:.5px solid rgba(255,255,255,.1);box-shadow:none;text-align:center;color:#f4f4f4;font-family:Inter,Space Grotesk,Clash Display,system-ui,sans-serif;display:flex;flex-direction:column;justify-content:center}.chatbox__modal-close{position:absolute;top:16px;right:16px;width:32px;height:32px;padding:0;border:2px solid #94a3b8;border-radius:8px;background:transparent;color:#e0e0e0;font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;font-family:Inter,Space Grotesk,Clash Display,system-ui,sans-serif}.chatbox__modal-close:hover{border-color:#fff;background:#ffffff1a;color:#fff}.chatbox__modal-close:disabled{opacity:.5;cursor:not-allowed}.chatbox__emotion-slider{width:100%;height:8px;border-radius:4px;background:linear-gradient(to right,#dc262699,#ea580c80,#94a3b866,#3b82f680,#22c55e99);outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.chatbox__emotion-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#38bdf8,#6366f1);cursor:pointer;border:2px solid rgba(15,23,42,.9);box-shadow:0 2px 6px #6366f166;transition:transform .2s ease,box-shadow .2s ease}.chatbox__emotion-slider::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 3px 8px #6366f199}.chatbox__emotion-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#38bdf8,#6366f1);cursor:pointer;border:2px solid rgba(15,23,42,.9);box-shadow:0 2px 6px #6366f166;transition:transform .2s ease,box-shadow .2s ease}.chatbox__emotion-slider::-moz-range-thumb:hover{transform:scale(1.1);box-shadow:0 3px 8px #6366f199}.chatbox__emotion-slider:disabled{opacity:.5;cursor:not-allowed}.chatbox__emotion-slider:disabled::-webkit-slider-thumb{cursor:not-allowed}.chatbox__emotion-slider:disabled::-moz-range-thumb{cursor:not-allowed}.chatbox__modal-title{margin:0 0 12px;font-size:24px;font-weight:700;color:#f4f4f4;font-family:Inter,Space Grotesk,Clash Display,system-ui,sans-serif;letter-spacing:-.02em}.chatbox__modal-title--dream{font-size:1.125rem;font-weight:600;text-align:center;margin:0 0 4px}@media (min-width: 600px){.chatbox__modal-title--dream{font-size:1.25rem}}.chatbox__modal-timestamp{margin:0;font-size:.75rem;color:#94a3b8a6;text-align:center}@media (min-width: 600px){.chatbox__modal-timestamp{font-size:.8125rem}}.chatbox__modal-copy{margin:0 0 24px;font-size:14px;color:#b0b0b0;font-family:Inter,Space Grotesk,Clash Display,system-ui,sans-serif}.chatbox__modal-form{text-align:left}.chatbox__modal-field-group{display:flex;flex-direction:column;gap:12px}.chatbox__modal-label{display:block;font-size:.9rem;font-weight:600;color:#cbd5e1;text-align:left;margin:0}.chatbox__field--fixed-height{min-height:44px;height:44px;display:flex;align-items:center}@media (min-width: 600px){.chatbox__field--fixed-height{min-height:48px;height:48px}}.chatbox__field--emotion{min-height:44px;height:44px;display:flex;align-items:center}@media (min-width: 600px){.chatbox__field--emotion{min-height:48px;height:48px}}.chatbox__emotion-slider--readonly{opacity:.7;cursor:default}.chatbox__emotion-slider--readonly::-webkit-slider-thumb{cursor:default}.chatbox__emotion-slider--readonly::-moz-range-thumb{cursor:default}.chatbox__modal-actions{display:flex;flex-direction:column;gap:12px}.chatbox__modal-button{width:auto;min-width:160px;padding:12px 18px;border-radius:999px;border:1px solid rgba(148,163,184,.45);background:transparent;color:#e2e8f0;font-size:.95rem;font-weight:600;cursor:pointer}.chatbox__modal-button:hover{background:#6366f12e;border-color:#6366f199}.chatbox__modal-button--primary{background:linear-gradient(135deg,#38bdf8,#6366f1);border-color:transparent;color:#0f172a}.chatbox__modal-button--primary:hover{background:linear-gradient(135deg,#38bdf8e6,#6366f1f2)}.chatbox__modal-button--ghost{background:transparent}.chatbox__modal-button--danger{background:#ef444426;border-color:#ef4444b3;color:#f8fafcf2}.chatbox__modal-button--danger:hover{background:#ef44444d}.chatbox__modal-button--success{background:#22c55e29;border-color:#22c55ea6;color:#f0fdf4f2}.chatbox__modal-button--success:hover{background:#22c55e47}.chatbox__guest-banner{width:100%;max-width:clamp(260px,60vw,520px);display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 auto 16px;padding:12px 18px;border-radius:8px;border:.5px solid rgba(255,255,255,.2);background:transparent;color:#e0e0e0;font-family:Inter,Space Grotesk,Clash Display,system-ui,sans-serif;font-size:14px}.chatbox__guest-button{padding:8px 16px;border-radius:999px;border:1px solid rgba(125,211,252,.6);background:transparent;color:#bae6fd;font-size:.85rem;font-weight:600;cursor:pointer}.chatbox__guest-button:hover{background:#38bdf826;border-color:#38bdf8bf;color:#f8fafc}.chatbox__placeholder-button{margin-top:24px;padding:14px 28px;border-radius:999px;border:2px solid transparent;background:linear-gradient(135deg,#38bdf8,#6366f1,#8b5cf6) padding-box,linear-gradient(135deg,#38bdf8,#6366f1,#8b5cf6,#38bdf8) border-box;background-size:200% 200%;color:#0f172a;font-size:.95rem;font-weight:700;cursor:pointer;display:inline-block;position:relative;box-shadow:0 0 20px #6366f180,0 4px 16px #38bdf866,inset 0 1px #ffffff4d;text-shadow:0 1px 2px rgba(0,0,0,.1);overflow:hidden}.chatbox__placeholder-button:before{display:none}.chatbox__placeholder-button:hover{background:linear-gradient(135deg,#60a5fa,#818cf8,#a78bfa) padding-box,linear-gradient(135deg,#60a5fa,#818cf8,#a78bfa,#60a5fa) border-box;background-size:200% 200%;box-shadow:0 0 30px #6366f1b3,0 6px 24px #38bdf899,inset 0 1px #fff6}.chatbox__placeholder-button:active{box-shadow:0 0 15px #6366f180,0 2px 8px #38bdf866}@keyframes shinyGlow{0%,to{box-shadow:0 0 20px #6366f180,0 4px 16px #38bdf866,inset 0 1px #ffffff4d}50%{box-shadow:0 0 30px #6366f1b3,0 6px 24px #38bdf899,inset 0 1px #fff6}}@keyframes shinySweep{0%{left:-100%}50%{left:100%}to{left:100%}}.chatbox__modal{scrollbar-width:thin;scrollbar-color:#94a3b8 transparent}.chatbox__modal::-webkit-scrollbar{width:10px}.chatbox__modal::-webkit-scrollbar-track{background:#94a3b81a;border-radius:5px;margin:8px 0}.chatbox__modal::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:5px;border:2px solid rgba(30,41,59,.5);transition:background .2s ease}.chatbox__modal::-webkit-scrollbar-thumb:hover{background:#cbd5e1;border-color:#e2e8f04d}.chatbox__modal::-webkit-scrollbar-thumb:active{background:#e2e8f0}.chatbox__placeholder-content{display:flex;flex-direction:column;gap:12px;align-items:center}.chatbox__placeholder-title{font-size:1.5rem;font-weight:700;color:#f4f4f4;margin:0;letter-spacing:-.02em}.chatbox__placeholder-text{font-size:1rem;color:#94a3b8;margin:0;line-height:1.6;max-width:40ch}@media (max-width: 768px){.chatbox{padding:0;height:100dvh;display:flex;flex-direction:column;background:#0f0f0f}.chatbox__card{padding:0;background:transparent;border-radius:0;display:flex;flex-direction:column;height:100%;gap:0}.chatbox__toolbar{flex:none;width:100%;height:64px;padding:0 16px 0 68px;margin:0;background:#0f0f0ff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:nowrap;box-sizing:border-box;z-index:10}.chatbox__toolbar-label{display:none}.chatbox__select{flex:1;min-width:0;height:40px;padding:0 36px 0 12px;font-size:15px;font-weight:500;border-radius:10px;background-color:#ffffff08;border:1px solid rgba(255,255,255,.1);color:#f4f4f4;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:16px}.chatbox__select:focus{border-color:#38bdf880;background-color:#ffffff0f}.chatbox__history-button{flex:none;height:40px;padding:0 14px;font-size:14px;font-weight:600;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:#f4f4f4}.chatbox__history-button--view{display:none}.chatbox__messages{flex:1;padding:20px 16px;gap:20px;overflow-y:auto;-webkit-overflow-scrolling:touch}.chatbox__placeholder{margin:auto;padding:32px 20px;width:100%;max-width:100%}.chatbox__placeholder-title{font-size:1.75rem}.chatbox__input{flex:none;padding:12px 16px 16px;background:#0f0f0f;border-top:1px solid rgba(255,255,255,.08);gap:0;display:block;width:100%;box-sizing:border-box}.chatbox__field-wrap{position:relative;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:26px;padding:4px 4px 4px 14px;display:flex;align-items:flex-end;transition:all .2s ease;width:100%;box-sizing:border-box}.chatbox__field-wrap:focus-within{border-color:#38bdf880;background:#ffffff12;box-shadow:0 4px 12px #0003}.chatbox__field--textarea{background:transparent;border:none;padding:12px 0;min-height:24px;max-height:140px;border-radius:0;margin:0;font-size:16px;line-height:1.5;color:#f4f4f4}.chatbox__field--textarea:focus{box-shadow:none;border-color:transparent}.chatbox__send{flex:none;width:40px;height:40px;margin:0 0 2px 8px;border:none;background:#f4f4f4;color:#0f0f0f;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0003;transition:transform .2s cubic-bezier(.34,1.56,.64,1)}.chatbox__send:active{transform:scale(.92)}.chatbox__send:disabled{background:#ffffff1a;color:#ffffff4d;box-shadow:none}.chatbox__badge--premium,.chatbox__button-suffix{display:none}.chatbox__save-row{padding-bottom:0}.chatbox__save{font-size:13px;padding:8px 16px}.chatbox__guest-banner{margin:0 16px 16px;padding:12px;background:#38bdf814;border-color:#38bdf833}}.journal__empty{display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center;padding:24px;color:#b0b0b0;width:100%;max-width:var(--chatbox-content-max-width);margin:0 auto;font-family:Inter,Space Grotesk,Clash Display,system-ui,sans-serif;font-size:14px}.journal__empty p{color:#e0e0e0;font-size:14px;margin:0}.journal__empty small{color:#b0b0b0;font-size:13px}.journal__list{display:flex;flex-direction:column;gap:12px;padding:0;list-style:none;width:100%;max-width:var(--chatbox-content-max-width);margin:0 auto}.journal__item{padding:14px 16px;border:1px solid #94a3b8;border-radius:8px;background:transparent;font-family:Inter,Space Grotesk,Clash Display,system-ui,sans-serif}.journal__item--clickable{cursor:pointer}.journal__item--clickable:hover{background:#ffffff0d;border-color:#e2e8f0}.journal__item-head{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:6px}.journal__item-title{font-size:16px;font-weight:700;color:#f4f4f4;font-family:Inter,Space Grotesk,Clash Display,system-ui,sans-serif}.journal__item-date{font-size:13px;color:#b0b0b0;font-family:Inter,Space Grotesk,Clash Display,system-ui,sans-serif}.journal__item-persona{font-size:13px;color:#e0e0e0;font-weight:600;font-family:Inter,Space Grotesk,Clash Display,system-ui,sans-serif}.journal__item-body{margin:0 0 12px;font-size:14px;line-height:1.5;color:#e0e0e0;font-family:Inter,Space Grotesk,Clash Display,system-ui,sans-serif}.journal__item-button{margin-top:8px;padding:8px 16px;border-radius:8px;border:1px solid #94a3b8;background:transparent;color:#e0e0e0;font-size:14px;font-weight:600;cursor:pointer;font-family:Inter,Space Grotesk,Clash Display,system-ui,sans-serif}.journal__item-button:hover{border-color:#e2e8f0;color:#f4f4f4;background:#ffffff0d}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}html,body{height:100%;overflow:hidden}body{margin:0;min-width:320px;min-height:100%}#root{width:100%;min-height:100vh;height:100vh;display:flex;margin:0 auto}h1{font-size:3.2em;line-height:1.1}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
