:root{font-family:Cormorant Garamond,Garamond,Times New Roman,serif;line-height:1.6;font-weight:400;color:#4b4742;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background-color:#fff}a{color:inherit}img{max-width:100%}button{font:inherit}:root{--ink-muted: #878787}.story-title{font-size:1.5rem;letter-spacing:.12em;text-transform:uppercase;line-height:1.05;font-weight:100}.navbar__brand-name{font-size:1.15rem;letter-spacing:.08em;color:#4b4742;text-transform:uppercase}@media(max-width:900px){.navbar{padding:1.25rem 1.5rem}.navbar__links{gap:1.5rem}}@media(max-width:600px){.navbar{flex-direction:column;gap:1rem}.navbar__links{font-size:1rem}}.app{--header-height: 88px;--spine-ratio: .2596;--edit-icon-size: 2.6rem;min-height:100vh;background:radial-gradient(circle at top,#faf7f4,#fff 45%,#fbfaf8),repeating-linear-gradient(135deg,rgba(225,216,207,.2),rgba(225,216,207,.2) 2px,transparent 2px,transparent 6px);color:#4b4742}.site-header{position:sticky;top:0;z-index:10;background:#fff;border-bottom:1px solid #eee6dd;box-shadow:0 10px 30px #1f170e14}.navbar{max-width:1200px;margin:0 auto;padding:1.35rem 2.5rem;display:flex;align-items:center;justify-content:space-between}.navbar__brand{display:inline-flex;align-items:center;gap:.75rem}.navbar__brand img{height:40px;width:auto;display:block}.navbar__links{display:flex;align-items:center;gap:2.5rem;font-size:1.1rem;letter-spacing:.01em}.navbar__link{color:#5a4f43;text-decoration:none;font-weight:500;background:none;border:none;padding:0;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:.5rem;position:relative}.navbar__link:after{content:"";position:absolute;left:0;bottom:-.4rem;width:100%;height:1px;background:#cbbca9;transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.navbar__link:hover:after,.navbar__link:focus-visible:after{transform:scaleX(1)}.navbar__caret{font-size:.85rem;transform:translateY(1px)}.page{max-width:1200px;margin:0 auto;padding:3.5rem 2.5rem 3rem;min-height:calc(100vh - var(--header-height));display:flex;align-items:stretch}.bookshelf{display:grid;grid-template-columns:repeat(5,minmax(170px,1fr));grid-auto-rows:minmax(420px,1fr);gap:5rem 0;width:100%;margin:0 auto;justify-content:center;align-content:start}.bookshelf__slot{position:relative;height:100%;width:100%;padding:3rem 1.75rem}.bookshelf__slot:not(:nth-child(5n+1)){border-left:1px solid #ded6cb}.bookshelf__slot--new{padding:0}.bookshelf__new-button{width:100%;height:100%;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:3rem 1.75rem;color:#d4c9bc;transition:color .2s ease}.bookshelf__new-button:hover{color:#b8973e}.bookshelf__new-icon{font-size:2rem;font-weight:300;line-height:1}.bookshelf__delete:hover{color:var(--ink-hover)}.bookshelf__slot--book{border:none;background:transparent;padding:0;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0;position:relative}.bookshelf__book-button{border:none;background:transparent;padding:3rem 1.75rem;cursor:pointer;width:100%;height:100%;position:relative}.bookshelf__label-small{font-size:.95rem;font-weight:500;letter-spacing:.02em;text-align:left}.bookshelf__label-title{font-size:1.5rem;letter-spacing:.12em;text-transform:uppercase;text-align:left;line-height:1.05}.bookshelf__text-block{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:.2rem;color:var(--ink-muted)}.bookshelf__glyph{width:32px;height:auto;position:absolute;left:50%;bottom:3.25rem;transform:translate(-50%);filter:url(#tint-mask-blue)}.bookshelf__volume{position:absolute;left:50%;bottom:2.1rem;transform:translate(-50%);font-size:.6rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-muted)}.bookshelf__book-button:hover .bookshelf__text-block,.bookshelf__book-button:hover .bookshelf__volume{color:var(--ink-hover)}.bookshelf__book-button:hover .bookshelf__glyph{filter:none}.bookshelf__delete{position:absolute;top:18px;right:18px;border:none;background:transparent;font-size:1.1rem;color:var(--ink-muted);cursor:pointer;z-index:1}.bookshelf__prompt{position:fixed;inset:0;background:#ffffffbf;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.bookshelf__prompt-card{background:#fff;border:1px solid #eee6dd;padding:2rem;border-radius:18px;box-shadow:0 20px 40px #1f170e1a;min-width:min(320px,80vw);display:grid;gap:1.25rem;color:#3d342a}.bookshelf__prompt-card h2{margin:0;font-size:1.4rem}.bookshelf__prompt-field{display:grid;gap:.5rem;font-size:.95rem;color:#5a4f43}.bookshelf__prompt-field select{padding:.6rem .75rem;border-radius:10px;border:1px solid #e1d6c9;font-family:inherit;font-size:1rem;background:#fffdfb;color:#3d342a}.bookshelf__prompt-actions{display:flex;justify-content:flex-end;gap:.75rem}.bookshelf__prompt-actions button{border:1px solid #e1d6c9;padding:.5rem 1.2rem;border-radius:999px;background:#fff;cursor:pointer;font-size:.95rem}.bookshelf__prompt-actions button:last-child{background:#3d342a;color:#fff;border-color:transparent}@media(max-width:900px){.app{--header-height: 96px}.navbar{padding:1.25rem 1.5rem}.navbar__links{gap:1.5rem}.page{padding:2rem 1.5rem 2.5rem}.bookshelf{grid-template-columns:repeat(4,minmax(160px,1fr));grid-auto-rows:minmax(360px,1fr)}.bookshelf__slot{border-left:none}.bookshelf__slot:not(:nth-child(4n+1)){border-left:1px solid #ded6cb}}@media(max-width:600px){.app{--header-height: 120px}.navbar{flex-direction:column;gap:1rem}.navbar__links{font-size:1rem}.bookshelf{grid-template-columns:repeat(2,minmax(160px,1fr));grid-auto-rows:minmax(320px,1fr)}.bookshelf__slot{border-left:none}.bookshelf__slot:not(:nth-child(odd)){border-left:1px solid #ded6cb}}.story-carousel{position:relative;min-height:100vh;background:#fff;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.story-carousel__book{display:flex;align-items:center;gap:1rem;width:min(96vw,1160px);height:min(80vh,700px)}.story-carousel__viewport{flex:1;height:100%;overflow:hidden}.story-carousel__track{display:flex;height:100%;transition:transform .42s ease;will-change:transform}.story-carousel__spread{min-width:100%;height:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.story-carousel__image-side{height:100%;display:flex;align-items:center;justify-content:center;padding:3rem 2.5rem 3rem 0;overflow:hidden}.story-carousel__image-side img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;mix-blend-mode:multiply}.story-carousel__spine{width:1px;background:#ded6cb;height:62%;align-self:center}.story-carousel__text-side{height:100%;display:flex;flex-direction:column;justify-content:center;padding:2.5rem 0 2.5rem 3.5rem}.story-carousel__filters{position:absolute;width:0;height:0;overflow:hidden}.story-carousel__indicator{display:flex;gap:.45rem;align-items:center;justify-content:center;margin-top:1.25rem}.story-carousel__dot{width:6px;height:6px;border-radius:999px;background:#d7ccc1;opacity:.7;transition:transform .2s ease,opacity .2s ease}.story-carousel__dot--active{background:#3d342a;opacity:1;transform:scale(1.35)}.story-carousel__caption{text-align:left;max-width:400px}.story-carousel__caption h3{margin:0 0 .3rem}.story-carousel__category{margin:0 0 1.25rem;font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:#b8973e;font-weight:500}.story-carousel__caption p:last-child{margin:0;font-size:.95rem;line-height:1.7;color:#5a4f43}.story-carousel__edit-top{position:absolute;top:24px;right:136px;border:1px solid #e6ddd1;background:#ffffffe6;width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:1rem;color:#3d342a;display:grid;place-items:center}.story-carousel__edit-top:disabled{opacity:.4;cursor:not-allowed}.story-carousel__close{position:absolute;top:24px;right:32px;border:none;background:transparent;font-size:2rem;line-height:1;cursor:pointer;color:#3d342a}.story-carousel__add{position:absolute;top:24px;right:84px;border:1px solid #e6ddd1;background:#fff;width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:1.4rem;line-height:1;color:#3d342a;display:grid;place-items:center}.story-carousel__add:disabled{opacity:.4;cursor:not-allowed}.story-carousel__arrow{flex-shrink:0;border:none;background:#f5f0eae6;color:#3d342a;font-size:2.5rem;width:44px;height:44px;border-radius:50%;cursor:pointer;display:grid;place-items:center;box-shadow:0 6px 18px #281e141a}.story-carousel__arrow:disabled{opacity:.25;cursor:not-allowed}.story-carousel__empty{width:100%;height:100%;border:1px dashed #e2d7cb;border-radius:18px;display:grid;place-items:center;color:#7b6f63;font-size:1.1rem;text-align:center;padding:2rem}.story-carousel__prompt{position:fixed;inset:0;background:#ffffffbf;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.story-carousel__prompt-card{background:#fff;border:1px solid #eee6dd;padding:2rem;border-radius:18px;box-shadow:0 20px 40px #1f170e1a;min-width:min(320px,80vw);display:grid;gap:1.25rem;color:#3d342a}.story-carousel__prompt-card h2{margin:0;font-size:1.4rem}.story-carousel__prompt-field{display:grid;gap:.5rem;font-size:.95rem;color:#5a4f43}.story-carousel__prompt-field select{padding:.6rem .75rem;border-radius:10px;border:1px solid #e1d6c9;font-family:inherit;font-size:1rem;background:#fffdfb;color:#3d342a}.story-carousel__prompt-field textarea{padding:.6rem .75rem;border-radius:10px;border:1px solid #e1d6c9;font-family:inherit;font-size:1rem;background:#fffdfb;color:#3d342a;resize:vertical}.story-carousel__prompt-actions{display:flex;justify-content:flex-end;gap:.75rem}.story-carousel__prompt-actions button{padding:.5rem 1.2rem;border-radius:999px;background:#fff;cursor:pointer;font-size:.95rem;border:none;box-shadow:none}.story-carousel__prompt-actions button:last-child{background:#3d342a;color:#fff;border-color:transparent}.story-carousel__prompt-delete{color:#ac3800}@media(max-width:700px){.story-carousel__book{flex-direction:column;height:auto;min-height:calc(100vh - 5rem);gap:0;width:100%}.story-carousel__viewport{width:100%;height:auto;flex:none}.story-carousel__spread{grid-template-columns:1fr;grid-template-rows:auto auto auto;min-width:100%;height:auto}.story-carousel__image-side{height:min(50vh,380px);padding:1.5rem 1.5rem 1rem}.story-carousel__spine{width:40%;height:1px;margin:0 auto}.story-carousel__text-side{padding:1.5rem 1.5rem 2rem;height:auto}.story-carousel__arrow{display:none}.story-carousel__add{right:72px}.story-carousel__edit-top{right:120px}}.chatbot__panel{position:fixed;inset:2rem;width:auto;max-height:none;background:#fff;border-radius:12px;box-shadow:0 24px 60px #0003;display:flex;flex-direction:column;overflow:hidden;border:1px solid #e0e0e0}.chatbot__header{padding:1rem 1.5rem .8rem;background:#fafafa;border-bottom:1px solid #e5e5e5;display:flex;align-items:center;justify-content:space-between;gap:1rem}.chatbot__title{margin:0;font-weight:600;letter-spacing:.02em;color:#2d2d2d}.chatbot__subtitle{margin:.1rem 0 0;font-size:.85rem;color:#888}.chatbot__close{border:none;background:transparent;font-size:1.4rem;cursor:pointer;color:#888;transition:color .15s ease}.chatbot__close:hover{color:#2d2d2d}.chatbot__thread{display:flex;flex-direction:column;flex:1;overflow:hidden}.chatbot__messages{padding:1.5rem 1.5rem .75rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;flex:1;background:#fff}.chatbot__message{max-width:80%;padding:.8rem 1rem;border-radius:12px;font-size:.95rem;line-height:1.5}.chatbot__message p{margin:0}.chatbot__message--assistant{background:#f5f5f5;align-self:flex-start;border:1px solid #e8e8e8}.chatbot__message--user{background:#b8973e;color:#fff;align-self:flex-end}.chatbot__hint{font-size:.85rem;color:#888;padding:0 .2rem}.chatbot__options{padding:.5rem 1.5rem 1rem;display:flex;flex-direction:column;gap:.5rem}.chatbot__options-label{margin:0 0 .4rem;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:#9a8a7a}.chatbot__options-dimension{color:#b8973e;font-weight:600}.chatbot__options-subtitle{font-weight:400}.chatbot__option-card{text-align:left;background:#fdf9f0;border:1px solid #b8973e;border-radius:10px;padding:.65rem 1rem;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;font-family:inherit}.chatbot__option-card:hover,.chatbot__option-card:focus-visible{border-color:#8a6d25;background:#fdf6e6;box-shadow:0 2px 8px #b8973e2e;outline:none}.chatbot__option-title{font-size:.9rem;font-weight:600;color:#8a6d25;line-height:1.3}.chatbot__option-desc{font-size:.8rem;color:#9a7e4a;line-height:1.5}.chatbot__message--choice{background:transparent!important;border:none!important;padding:.2rem 0!important;align-self:flex-end}.chatbot__choice-label{font-size:.82rem;color:#b8973e!important;font-weight:500;letter-spacing:.03em}.chatbot__pills{display:flex;flex-wrap:wrap;gap:.5rem;padding:0 1.5rem .5rem}.chatbot__pill{border:1px solid #d0d0d0;background:#fafafa;color:#4b4742;border-radius:999px;padding:.4rem .9rem;font-size:.8rem;cursor:pointer;transition:all .15s ease}.chatbot__pill:hover,.chatbot__pill:focus-visible{background:#f0f0f0;border-color:#b8973e;color:#2d2d2d}.chatbot__progress{display:flex;gap:10px;align-items:center;justify-content:center;padding:.75rem 1.5rem .5rem;border-top:1px solid #f0ebe6}.chatbot__progress-icon{width:18px;height:18px;color:#cec5ba;opacity:.7;flex-shrink:0;transition:color .4s ease,opacity .4s ease,transform .4s ease;display:flex;align-items:center;justify-content:center}.chatbot__progress-icon svg{width:100%;height:100%}.chatbot__progress-icon--active{color:#b8973e;opacity:1;transform:scale(1.15)}.chatbot__input-row{padding:1rem 1.5rem 1.2rem;border-top:1px solid #e5e5e5;display:flex;gap:.75rem;align-items:center;background:#fafafa}.chatbot__input-row input,.chatbot__input-row textarea{flex:1;border-radius:8px;border:1px solid #d0d0d0;padding:.6rem 1rem;font-size:.95rem;background:#fff;color:#2d2d2d;font-family:inherit;resize:none;max-height:12rem}.chatbot__input-row input:focus,.chatbot__input-row textarea:focus{outline:none;border-color:#b8973e;box-shadow:0 0 0 2px #b8973e33}.chatbot__input-row button{border-radius:8px;border:none;background:#b8973e;color:#fff;padding:.6rem 1.2rem;cursor:pointer;font-size:.95rem;transition:background .15s ease}.chatbot__input-row button:hover:not(:disabled){background:#a6872f}.chatbot__input-row button:disabled{opacity:.4;cursor:not-allowed}.chatbot__message-text{margin:0;white-space:pre-wrap}.chatbot__cursor{display:inline-block;animation:chatbot-blink .8s step-end infinite;color:#b8973e;font-weight:600;margin-left:1px}@keyframes chatbot-blink{0%,to{opacity:1}50%{opacity:0}}.chatbot__thinking{display:flex;gap:5px;align-items:center;padding:2px 0}.chatbot__thinking-dot{width:7px;height:7px;border-radius:50%;background:#c4a85a;animation:chatbot-pulse 1.4s ease-in-out infinite}.chatbot__thinking-dot:nth-child(2){animation-delay:.2s}.chatbot__thinking-dot:nth-child(3){animation-delay:.4s}@keyframes chatbot-pulse{0%,80%,to{opacity:.25;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}@media(max-width:700px){.chatbot{right:1rem;bottom:1rem}.chatbot__panel{inset:1rem}}
