*{margin:0;padding:0;box-sizing:border-box}body{font-family:Satoshi,sans-serif;background:#f0ede8;min-height:100vh}#ce-trigger{position:fixed;bottom:44px;right:24px;z-index:9999;display:flex;align-items:center;justify-content:flex-end;background:none;border:none;padding:0;cursor:pointer;perspective:600px}#ce-trigger-logo{width:64px;height:64px;border-radius:50%;display:block;flex-shrink:0;filter:drop-shadow(0 4px 16px rgba(0,0,0,.28));transform-style:preserve-3d;will-change:transform;transition:width .35s cubic-bezier(.4,0,.2,1),opacity .25s cubic-bezier(.4,0,.2,1)}#ce-trigger-label{font-family:Satoshi,sans-serif;font-size:15px;font-weight:600;letter-spacing:.02em;color:#fff;white-space:nowrap;max-width:0;opacity:0;overflow:hidden;transition:max-width .4s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1)}#ce-trigger-pill{display:flex;align-items:center;justify-content:center;background:#0a0a0a;border-radius:100px;transition:padding .4s cubic-bezier(.4,0,.2,1),box-shadow .2s;padding:0;box-shadow:0 4px 20px #0000002e}#ce-trigger-pill:hover{box-shadow:0 6px 24px #00000047}#ce-trigger.open #ce-trigger-logo{opacity:0;width:0;overflow:hidden}#ce-trigger.open #ce-trigger-pill{padding:0 24px}#ce-trigger.open #ce-trigger-label{max-width:160px;opacity:1;padding:0}@keyframes ce-flip{0%{transform:rotateX(0)}40%{transform:rotateX(180deg)}60%{transform:rotateX(180deg)}to{transform:rotateX(0)}}#ce-trigger-logo.flipping{animation:ce-flip .9s cubic-bezier(.4,0,.2,1) both}#ce-panel{position:fixed;bottom:100px;right:24px;width:400px;max-height:700px;background:#fff;border-radius:24px;box-shadow:0 8px 48px #00000024;display:flex;flex-direction:column;z-index:9998;opacity:0;transform:translateY(16px);pointer-events:none;transition:opacity .25s ease,transform .25s ease,width .25s ease,max-height .25s ease}#ce-panel.open{opacity:1;transform:translateY(0);pointer-events:all}#ce-panel.expanded{width:680px;max-height:85vh}.ce-header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 16px;background:#fff;border-radius:24px 24px 0 0;flex-shrink:0}.ce-header-name{font-size:17px;font-weight:700;color:#0a0a0a;letter-spacing:-.01em}.ce-header-icons{display:flex;align-items:center;gap:6px}.ce-icon-wrap{position:relative;display:inline-flex}.ce-icon-btn{background:none;border:none;cursor:pointer;width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background .15s;color:#0a0a0a}.ce-icon-btn:hover{background:#f0f0f0}.ce-icon-btn.hidden{display:none}.ce-tooltip{position:absolute;top:calc(100% + 8px);bottom:auto;left:50%;transform:translate(-50%);background:#0a0a0a;color:#fff;font-size:12px;font-weight:500;white-space:nowrap;padding:6px 10px;border-radius:7px;pointer-events:none;opacity:0;transition:opacity .15s;z-index:200;max-width:180px}.ce-tooltip.blocked{white-space:normal;text-align:left;width:138px;line-height:1.4;left:auto;right:0;transform:none}.ce-tooltip.blocked:after{left:auto;right:14px;transform:none}.ce-tooltip:after{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-bottom-color:#0a0a0a}.ce-icon-wrap:hover .ce-tooltip{opacity:1}.ce-body{flex:1;overflow-y:auto;display:flex;flex-direction:column}.ce-body::-webkit-scrollbar{width:6px}.ce-body::-webkit-scrollbar-track{background:transparent}.ce-body::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}#ce-input::-webkit-scrollbar{width:6px}#ce-input::-webkit-scrollbar-track{background:transparent}#ce-input::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px;margin:4px 0}#ce-greeting-screen{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px 28px 0;flex:1}#ce-greeting-screen.hidden{display:none}.ce-greeting-title{font-size:26px;font-weight:700;color:#0a0a0a;margin-bottom:6px;letter-spacing:-.02em;transition:opacity .3s ease}.ce-greeting-sub{font-size:16px;font-weight:400;color:#555;margin-bottom:40px;transition:opacity .3s ease}.ce-starters{width:100%;border-top:1px solid rgba(0,0,0,.08);text-align:left;margin-top:auto}.ce-starter-item{display:flex;align-items:center;gap:14px;padding:12px 8px;border-bottom:1px solid rgba(0,0,0,.08);cursor:pointer;transition:background .15s;border-radius:4px}.ce-starter-item:hover{background:#00000012}.ce-starters.locked,.ce-starters.locked *{pointer-events:none!important}.ce-starters.locked .ce-starter-item{opacity:.75;cursor:default;background:none!important}.ce-starters.locked .ce-starter-item:hover{background:none!important}.ce-starter-text{font-size:15px;font-weight:400;color:#0a0a0a;line-height:1.4;text-align:left}#ce-convo-screen{display:none;flex-direction:column;padding:16px 20px 8px;gap:0;flex:1}#ce-convo-screen.visible{display:flex}.msg-user{display:flex;justify-content:flex-end}.msg-user-bubble{background:#efefef;color:#0a0a0a;border-radius:20px;padding:10px 16px;font-size:15px;font-weight:400;line-height:1.5;max-width:80%}.msg-esther{display:flex;flex-direction:column;gap:6px}.msg-esther-header{display:flex;align-items:center;gap:8px}.msg-esther-mark{width:28px;height:28px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.msg-esther-name{font-size:14px;font-weight:700;color:#0a0a0a}.msg-esther-text{font-size:15px;font-weight:400;color:#0a0a0a;line-height:1.6;padding-left:34px}.ce-thinking{display:none;padding:8px 0 8px 34px}.ce-thinking.visible{display:block}.ce-thinking-text{font-size:14px;font-style:italic;color:#aaa;letter-spacing:.02em;transition:opacity .3s ease}.ce-input-area{padding:16px;background:#fff;border-radius:0 0 24px 24px;flex-shrink:0}.ce-input-wrap{display:flex;flex-direction:column;border:2px solid rgba(0,0,0,.08);border-radius:16px;background:#fff;padding-top:6px;transition:border-color .15s}.ce-input-wrap:hover,.ce-input-wrap:focus-within{border-color:#000c}#ce-input{width:100%;border:none;outline:none;font-family:Satoshi,sans-serif;font-size:15px;font-weight:400;color:#0a0a0a;resize:none;min-height:72px;max-height:140px;line-height:1.5;background:transparent;padding:16px 20px 8px;scroll-padding-top:16px;box-sizing:border-box}#ce-input::placeholder{color:#bbb}#ce-send{width:36px;height:36px;border-radius:50%;background:#0000000d;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;flex-shrink:0;color:#0a0a0a}#ce-send.active{background:#0a0a0a;color:#fff}#ce-send.active:hover{background:#000000d9}#btn-newchat.disabled{opacity:.35;cursor:not-allowed}#ce-send:not(.active){cursor:not-allowed}.ce-spinner{display:none;width:36px;height:36px;border-radius:50%;background:#f0f0f0;align-items:center;justify-content:center;flex-shrink:0}.ce-spinner.visible{display:flex}.ce-spinner-ring{width:20px;height:20px;border:2.5px solid #e0e0e0;border-top-color:#0a0a0a;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.ce-footnote{text-align:center;font-size:12px;font-weight:400;color:#bbb;margin-top:8px}.ce-modal-overlay{display:none;position:absolute;top:0;right:0;bottom:0;left:0;background:#fff9;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:100;align-items:center;justify-content:center;padding:24px;border-radius:24px}.ce-modal-overlay.visible{display:flex}.ce-modal{background:#fff;border-radius:20px;padding:28px 24px 24px;box-shadow:0 8px 40px #00000029;width:100%}.ce-modal-title{font-size:20px;font-weight:700;color:#0a0a0a;margin-bottom:10px;letter-spacing:-.02em}.ce-modal-body{font-size:15px;font-weight:400;color:#555;line-height:1.5;margin-bottom:24px}.ce-modal-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.ce-modal-cancel{background:none;border:none;cursor:pointer;font-family:Satoshi,sans-serif;font-size:15px;font-weight:600;color:#0a0a0a;padding:10px 16px;border-radius:10px;transition:background .15s}.ce-modal-cancel:hover{background:#f0f0f0}.ce-modal-confirm{background:#0a0a0a;border:none;cursor:pointer;font-family:Satoshi,sans-serif;font-size:15px;font-weight:600;color:#fff;padding:10px 20px;border-radius:10px;transition:background .15s}.ce-modal-confirm:hover{background:#333}@media(max-width:1024px)and (min-width:481px){#ce-panel{width:min(90vw,560px);max-height:85vh;bottom:84px;right:16px;border-radius:20px}#btn-expand{display:none!important}}@media(max-width:480px){#ce-panel{width:100vw;height:100dvh;max-height:100dvh;bottom:0;right:0;border-radius:0;box-shadow:none;transform:none;transition:opacity .25s ease;padding-top:env(safe-area-inset-top)}#ce-panel.open{transform:none}#ce-trigger{bottom:16px;right:16px}.ce-header{padding:24px 20px 16px}.ce-input-area{padding-bottom:calc(16px + env(safe-area-inset-bottom))}#btn-expand{display:none!important}}.ce-consent{padding:10px 0;border-top:none;margin-top:0;width:100%;text-align:left}.ce-consent-text{font-size:12px;font-weight:400;color:#888;line-height:1.6;margin-bottom:10px;text-align:left}.ce-consent-text a{color:#0a0a0a;text-decoration:underline;text-underline-offset:2px}.ce-consent-text a:hover{opacity:.6}.ce-consent-row{display:flex;align-items:center;gap:10px;margin-bottom:10px}.ce-consent-checkbox{width:16px;height:16px;border:1.5px solid #0a0a0a;border-radius:3px;cursor:pointer;flex-shrink:0;appearance:none;-webkit-appearance:none;display:flex;align-items:center;justify-content:center;transition:background .15s}.ce-consent-checkbox:checked{background:#0a0a0a;background-image:url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L3.5 6.5L9 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.ce-consent-label{font-size:12px;font-weight:400;color:#555;cursor:pointer;line-height:1.4}.ce-consent-btn{width:100%;background:#d0d0d0;color:#fff;border:none;border-radius:10px;padding:13px;font-family:Satoshi,sans-serif;font-size:15px;font-weight:600;cursor:not-allowed;transition:background .2s;letter-spacing:.01em}.ce-consent-btn.active{background:#0a0a0a;cursor:pointer}.ce-consent-btn.active:hover{background:#333}#ce-error-screen{display:none;flex-direction:column;align-items:flex-start;padding:20px 28px;flex:1;justify-content:center}#ce-error-screen.visible{display:flex}.ce-error-label{font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#aaa;margin-bottom:12px}.ce-error-text{font-size:16px;font-weight:400;color:#0a0a0a;line-height:1.6;transition:opacity .4s ease}.ce-error-text a{color:#0a0a0a;text-decoration:underline;text-underline-offset:2px}
/*# sourceMappingURL=/cdn/shop/t/52/assets/jenna-widget.css.map */
