:root{--wine:#7b1d1d;--wine-deep:#5f1414;--wine-soft:#f4e8e8;--cream:#f6f1e8;--cream-soft:#faf6ec;--paper:#fff;--ink:#1f1a17;--ink-soft:#3a302a;--muted:#6b6058;--rule:#e8dfd2}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--cream);color:var(--ink);font-family:Manrope,Segoe UI,sans-serif;font-size:15px;line-height:1.6}button,input,textarea,select{font-family:inherit}a{text-decoration:none}button{cursor:pointer}.btn{cursor:pointer;white-space:nowrap;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.6rem 1.25rem;font-size:14px;font-weight:600;transition:background .18s,border-color .18s,color .18s,box-shadow .18s;display:inline-flex}.btn-wine{background:var(--wine);color:var(--paper)}.btn-wine:hover{background:var(--wine-deep)}.btn-outline{border:1.5px solid var(--rule);color:var(--ink-soft);background:0 0}.btn-outline:hover{border-color:var(--wine);color:var(--wine)}.btn-ai{border:1.5px solid var(--wine);color:var(--wine);background:0 0;font-weight:700}.btn-ai:hover:not(:disabled){background:var(--wine-soft)}.btn-ai:disabled{opacity:.7;cursor:not-allowed}.toast-container{z-index:9000;flex-direction:column;gap:.75rem;display:flex;position:fixed;bottom:2rem;right:2rem}.toast{background:var(--wine);color:var(--paper);border-radius:8px;align-items:center;gap:1rem;min-width:280px;max-width:380px;padding:.875rem 1.25rem;animation:.25s ease-out slideIn;display:flex;box-shadow:0 4px 20px #7b1d1d4d}.toast.success{background:#2d6a4f}.toast.error{background:#9b1c1c}.toast.info{background:var(--wine)}.toast-close{color:var(--paper);cursor:pointer;opacity:.8;background:0 0;border:none;margin-left:auto;font-size:20px;line-height:1}.toast-close:hover{opacity:1}@keyframes slideIn{0%{opacity:0;transform:translate(120%)}to{opacity:1;transform:translate(0)}}.tag{background:var(--wine-soft);color:var(--wine);letter-spacing:.03em;border-radius:20px;padding:.2rem .6rem;font-size:11px;font-weight:700;display:inline-block}.role-badge{background:var(--wine-soft);color:var(--wine);border-radius:20px;padding:.2rem .65rem;font-size:12px;font-weight:700;display:inline-block}.char-tags{flex-wrap:wrap;gap:.3rem;display:flex}.mkt-header{background:var(--paper);border-bottom:1px solid var(--rule);z-index:500;position:sticky;top:0}.mkt-header-inner{align-items:center;gap:2.5rem;max-width:1200px;margin:0 auto;padding:.75rem 2rem;display:flex}.mkt-logo{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.mkt-logo-img{width:auto;height:88px;display:block}.logo-text{color:var(--ink);white-space:nowrap;font-family:Fraunces,Georgia,serif;font-size:17px}.logo-text em{color:var(--wine);font-style:normal}.mkt-nav{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--ink-soft);font-size:15px;font-weight:500;transition:color .15s}.nav-link:hover{color:var(--wine)}.mkt-header-right{align-items:center;gap:1rem;margin-left:auto;display:flex}.login-btn{color:var(--ink-soft);cursor:pointer;background:0 0;border:none;font-size:15px;font-weight:500;transition:color .15s}.login-btn:hover{color:var(--wine)}.cta-btn{background:var(--wine);color:var(--paper);cursor:pointer;border:none;border-radius:24px;padding:.6rem 1.25rem;font-size:14px;font-weight:700;transition:background .18s}.cta-btn:hover{background:var(--wine-deep)}.dropdown-wrapper{position:relative}.dropdown-toggle{color:var(--ink-soft);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.35rem;padding:.4rem 0;font-size:15px;font-weight:500;transition:color .15s;display:flex}.dropdown-toggle:hover,.dropdown-toggle.active{color:var(--wine)}.dropdown-toggle.active{border-bottom-color:var(--wine)}.dropdown-arrow{font-size:10px;transition:transform .2s;display:inline-block}.dropdown-arrow.up{transform:rotate(180deg)}.dropdown-menu{background:var(--paper);border:1px solid var(--rule);opacity:0;visibility:hidden;z-index:600;border-radius:10px;min-width:310px;transition:opacity .18s,transform .18s,visibility .18s;position:absolute;top:calc(100% + .625rem);left:0;overflow:hidden;transform:translateY(-6px);box-shadow:0 8px 30px #1f1a1721}.dropdown-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{border-bottom:1px solid var(--rule);cursor:pointer;padding:.875rem 1rem;transition:background .12s}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background:var(--cream)}.dropdown-item.highlighted{background:var(--wine-soft)}.dropdown-item.highlighted:hover{background:#ead5d5}.dropdown-item-title{color:var(--wine);margin-bottom:.2rem;font-size:14px;font-weight:700}.dropdown-item-description{color:var(--muted);font-size:12px;line-height:1.4}.hero{background:var(--cream);text-align:center;border-bottom:1px solid var(--rule);padding:5rem 2rem}.hero-inner{max-width:700px;margin:0 auto}.hero h1{color:var(--ink);margin-bottom:1.25rem;font-family:Fraunces,Georgia,serif;font-size:52px;font-weight:700;line-height:1.15}.hero h1 em{color:var(--wine);font-style:italic}.hero p{color:var(--muted);margin-bottom:2rem;font-size:17px;line-height:1.7}.hero-btns{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero-cta{background:var(--wine);color:var(--paper);cursor:pointer;border:none;border-radius:24px;padding:.875rem 2rem;font-size:15px;font-weight:700;transition:background .18s}.hero-cta:hover{background:var(--wine-deep)}.hero-secondary{border:2px solid var(--rule);color:var(--ink-soft);cursor:pointer;background:0 0;border-radius:24px;padding:.875rem 2rem;font-size:15px;font-weight:600;transition:border-color .18s,color .18s}.hero-secondary:hover{border-color:var(--wine);color:var(--wine)}.features{background:var(--paper);border-bottom:1px solid var(--rule);padding:5rem 2rem}.features-inner{max-width:1100px;margin:0 auto}.features-label{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.75rem;font-size:12px;font-weight:700}.features-title{color:var(--ink);margin-bottom:3rem;font-family:Fraunces,Georgia,serif;font-size:34px}.features-grid{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1.5rem;display:grid}.feature-card{border:1px solid var(--rule);background:var(--cream-soft);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:10px;flex-direction:column;padding:1.75rem;transition:box-shadow .2s,border-color .2s,transform .15s;display:flex}.feature-card:hover{box-shadow:0 4px 20px #7b1d1d14}.feature-card:focus-visible{outline:2px solid var(--wine);outline-offset:2px}.feature-card.active{background:var(--paper);border-color:var(--wine-soft)}.feature-card.active:hover{border-color:var(--wine);transform:translateY(-1px);box-shadow:0 6px 24px #7b1d1d1f}.feature-card.stub{opacity:.78}.feature-card.stub:hover{opacity:1}.feature-icon{margin-bottom:.875rem;font-size:28px}.feature-title{color:var(--ink);margin-bottom:.5rem;font-family:Fraunces,Georgia,serif;font-size:19px}.feature-desc{color:var(--muted);flex:1;font-size:14px;line-height:1.6}.feature-cta{color:var(--wine);letter-spacing:.01em;margin-top:1rem;font-size:13px;font-weight:700}.feature-soon{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-top:1rem;font-size:11px;font-weight:700}.shell-header{background:var(--paper);border-bottom:1px solid var(--rule);z-index:500;position:sticky;top:0}.shell-header-inner{align-items:center;gap:1.25rem;max-width:1200px;margin:0 auto;padding:.75rem 2rem;display:flex}.shell-logo-btn{cursor:pointer;background:0 0;border:none;align-items:center;gap:.6rem;padding:0;display:flex}.shell-logo-text{color:var(--ink);white-space:nowrap;font-family:Fraunces,Georgia,serif;font-size:16px}.shell-logo-text em{color:var(--wine);font-style:normal}.shell-divider{background:var(--rule);flex-shrink:0;width:1px;height:22px}.shell-crumb{color:var(--muted);font-size:14px}.shell-back-btn{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:4px;align-items:center;gap:.3rem;margin-left:.5rem;padding:.25rem .6rem;font-size:13px;transition:color .15s,background .15s;display:inline-flex}.shell-back-btn:hover{color:var(--wine);background:#0000000a}.shell-back-arrow{font-size:18px;font-weight:600;line-height:1}.shell-right{align-items:center;gap:1rem;margin-left:auto;display:flex}.shell-email{color:var(--muted);font-size:13px}.signout-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;font-size:13px;transition:color .15s}.signout-btn:hover{color:var(--wine)}.novels-page{background:var(--cream);min-height:100vh}.page-container{max-width:1100px;margin:0 auto;padding:2.5rem 2rem}.page-header{justify-content:space-between;align-items:center;margin-bottom:2.5rem;display:flex}.page-title{color:var(--ink);border-bottom:2px solid var(--wine);padding-bottom:.5rem;font-family:Fraunces,Georgia,serif;font-size:30px;display:inline-block}.novels-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.novel-card{background:var(--paper);border:1px solid var(--rule);cursor:pointer;border-radius:10px;flex-direction:column;gap:.5rem;padding:1.75rem;transition:box-shadow .2s,border-color .2s;display:flex}.novel-card:hover{border-color:var(--wine);box-shadow:0 4px 20px #7b1d1d1a}.novel-badge{background:var(--wine-soft);color:var(--wine);border-radius:20px;width:fit-content;padding:.2rem .65rem;font-size:11px;font-weight:700;display:inline-block}.novel-title{color:var(--ink);margin-top:.25rem;font-family:Fraunces,Georgia,serif;font-size:22px}.novel-meta{color:var(--muted);gap:.5rem;font-size:13px;display:flex}.novel-footer{border-top:1px solid var(--rule);justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;display:flex}.novel-open-link{color:var(--wine);font-size:13px;font-weight:600}.empty-state{text-align:center;padding:5rem 2rem}.empty-state-icon{margin-bottom:1rem;font-size:52px}.empty-state h3{color:var(--ink);margin-bottom:.5rem;font-family:Fraunces,Georgia,serif;font-size:22px}.empty-state p{color:var(--muted);font-size:15px}.modal-overlay{z-index:800;background:#1f1a1773;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-box{background:var(--paper);border-radius:12px;width:100%;max-width:460px;padding:2rem;box-shadow:0 16px 48px #1f1a1733}.modal-title{color:var(--ink);border-bottom:2px solid var(--wine);margin-bottom:1.5rem;padding-bottom:.5rem;font-family:Fraunces,Georgia,serif;font-size:24px;display:inline-block}.modal-body{flex-direction:column;gap:1.25rem;margin-bottom:1.5rem;display:flex}.modal-actions{justify-content:flex-end;gap:.75rem;display:flex}.chars-page{background:var(--cream);min-height:100vh}.chars-sub-header{background:var(--paper);border-bottom:1px solid var(--rule);padding:0 2rem}.chars-sub-inner{max-width:1200px;margin:0 auto}.chars-breadcrumb{align-items:center;gap:.4rem;padding-top:1rem;display:flex}.breadcrumb-link{cursor:pointer;color:var(--muted);background:0 0;border:none;font-size:13px;transition:color .15s}.breadcrumb-link:hover{color:var(--wine)}.breadcrumb-sep{color:var(--rule);font-size:13px}.breadcrumb-current{color:var(--ink-soft);font-size:13px}.chars-title-row{justify-content:space-between;align-items:center;padding:.875rem 0;display:flex}.chars-novel-title{color:var(--ink);font-family:Fraunces,Georgia,serif;font-size:26px}.chars-tabs{gap:0;display:flex}.chars-tab{color:var(--muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.75rem 1.25rem;font-size:14px;font-weight:600;transition:color .15s}.chars-tab:hover{color:var(--ink-soft)}.chars-tab.active{color:var(--wine);border-bottom-color:var(--wine)}.chars-tab.stub{opacity:.55}.chars-tab.stub:hover{opacity:.75}.chars-content{max-width:1200px;margin:0 auto;padding:2rem}.chars-toolbar{align-items:center;gap:.875rem;margin-bottom:1.5rem;display:flex}.chars-search{border:1.5px solid var(--rule);background:var(--cream-soft);color:var(--ink);border-radius:6px;outline:none;flex:1;padding:.6rem 1rem;font-size:14px;transition:border-color .15s,background .15s}.chars-search:focus{border-color:var(--wine);background:var(--paper)}.view-toggle{border:1.5px solid var(--rule);border-radius:6px;display:flex;overflow:hidden}.view-toggle-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:.45rem .75rem;font-size:16px;transition:background .15s,color .15s}.view-toggle-btn.active{background:var(--wine);color:var(--paper)}.table-wrapper{border:1px solid var(--rule);border-radius:10px;overflow-x:auto}.chars-table{border-collapse:collapse;background:var(--paper);width:100%}.chars-table th{text-align:left;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);background:var(--cream);border-bottom:1px solid var(--rule);padding:.875rem 1rem;font-size:11px;font-weight:700}.chars-table td{color:var(--ink-soft);border-bottom:1px solid var(--rule);vertical-align:middle;padding:1rem;font-size:14px}.chars-table tbody tr:last-child td{border-bottom:none}.chars-table tbody tr:nth-child(2n) td{background:var(--cream-soft)}.table-row{cursor:pointer;transition:background .12s}.table-row:hover td{background:var(--wine-soft)!important}.char-name-cell{color:var(--ink);font-family:Fraunces,Georgia,serif;font-size:16px;font-weight:400}.age-cell{color:var(--muted)}.action-cell{text-align:right;white-space:nowrap;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.edit-link{cursor:pointer;color:var(--wine);background:0 0;border:none;font-size:13px;font-weight:600;transition:opacity .15s}.edit-link:hover{opacity:.75}.chars-grid-view{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.char-grid-card{background:var(--paper);border:1px solid var(--rule);cursor:pointer;border-radius:10px;flex-direction:column;gap:.5rem;padding:1.5rem;transition:box-shadow .2s,border-color .2s;display:flex}.char-grid-card:hover{border-color:var(--wine);box-shadow:0 4px 20px #7b1d1d1a}.char-grid-name{color:var(--ink);font-family:Fraunces,Georgia,serif;font-size:20px}.char-grid-sub{align-items:center;gap:.5rem;display:flex}.char-grid-age{color:var(--muted);font-size:13px}.char-grid-summary{color:var(--ink-soft);flex:1;margin-top:.25rem;font-size:13px;line-height:1.55}.char-grid-footer{border-top:1px solid var(--rule);justify-content:space-between;align-items:center;margin-top:.75rem;padding-top:.875rem;display:flex}.grid-card-actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.editor-page{background:var(--cream);min-height:100vh;padding-bottom:5rem}.editor-sticky-bar{z-index:400;background:var(--paper);border-bottom:1px solid var(--rule);padding:0 2rem;position:sticky;top:0}.editor-bar-inner{align-items:center;gap:1rem;max-width:900px;margin:0 auto;padding:.875rem 0;display:flex}.editor-bar-title{flex:1;min-width:0}.editor-char-name{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-family:Fraunces,Georgia,serif;font-size:19px;overflow:hidden}.editor-novel-name{color:var(--muted);margin-top:.1rem;font-size:12px}.editor-bar-actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.ai-spinner{border:2px solid var(--wine-soft);border-top-color:var(--wine);border-radius:50%;width:13px;height:13px;animation:.65s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.editor-body{flex-direction:column;gap:1.5rem;max-width:900px;margin:0 auto;padding:2rem;display:flex}.editor-body-phased{flex-direction:row;align-items:stretch;gap:0;max-width:1100px;min-height:calc(100vh - 200px);margin:0 auto;padding:0}.phase-sidebar{background:var(--paper);border-right:1px solid var(--rule);flex-direction:column;flex-shrink:0;width:240px;padding:1.5rem .75rem 1rem;display:flex}.phase-sidebar-header{border-bottom:1px solid var(--rule);margin-bottom:.75rem;padding:0 .75rem 1.25rem}.phase-sidebar-name{color:var(--ink);font-family:Fraunces,Georgia,serif;font-size:18px;line-height:1.2}.phase-sidebar-role{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-top:.25rem;font-size:12px}.phase-nav{flex-direction:column;flex:1;gap:.125rem;display:flex}.phase-nav-item{text-align:left;cursor:pointer;color:var(--muted);background:0 0;border:0;border-left:2px solid #0000;border-radius:0 4px 4px 0;align-items:center;gap:.625rem;padding:.625rem .875rem;font-size:13px;transition:background .12s,color .12s,border-color .12s;display:flex}.phase-nav-item:hover{color:var(--ink);background:var(--cream-soft)}.phase-nav-item.active{border-left-color:var(--wine);color:var(--wine);background:#f9f0f1;font-weight:500}.phase-nav-num{font-variant-numeric:tabular-nums;opacity:.7;flex-shrink:0;font-size:12px}.phase-nav-title{flex:1}.phase-sidebar-footer{border-top:1px solid var(--rule);flex-direction:column;gap:.25rem;margin-top:.5rem;padding:.75rem 0 0;display:flex}.phase-nav-btn{text-align:left;cursor:pointer;color:var(--muted);background:0 0;border:0;border-radius:4px;padding:.5rem .875rem;font-size:12px;transition:color .12s,background .12s}.phase-nav-btn:hover:not(:disabled){color:var(--wine);background:var(--cream-soft)}.phase-nav-btn:disabled{opacity:.35;cursor:not-allowed}.phase-panel{flex:1;min-width:0;padding:2rem 2.5rem}.phase-panel-header{margin-bottom:1.75rem}.phase-panel-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:.5rem;font-size:11px;font-weight:700}.phase-panel-title{color:var(--ink);margin:0 0 .5rem;font-family:Fraunces,Georgia,serif;font-size:28px;font-weight:500;line-height:1.15}.phase-panel-subtitle{color:var(--muted);font-size:14px;font-style:italic}.phase-panel-fields{flex-direction:column;gap:1.25rem;max-width:720px;display:flex}.phase-panel-actions{border-top:1px solid var(--rule);flex-wrap:wrap;align-items:center;gap:.75rem;margin:1.75rem 0 1rem;padding-top:1.25rem;display:flex}.btn-ai-seed{align-items:center;gap:.5rem;display:inline-flex}.phase-autosave{margin-left:auto}.autosave-text{color:var(--wine);font-size:11px;font-weight:700}.autosave-text.error{color:#9b1c1c}.phase-panel-footer{border-top:1px solid var(--rule);justify-content:space-between;gap:.75rem;padding-top:1.25rem;display:flex}.research-modal-overlay{z-index:8000;background:#1f1a178c;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.research-modal-card{background:var(--paper);border-radius:10px;flex-direction:column;width:100%;max-width:560px;max-height:85vh;display:flex;box-shadow:0 20px 60px #00000040}.research-modal-header{border-bottom:1px solid var(--rule);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.research-modal-title{color:var(--ink);font-family:Fraunces,Georgia,serif;font-size:18px}.research-modal-close{cursor:pointer;color:var(--wine);background:0 0;border:0;border-radius:6px;width:32px;height:32px;font-size:22px;line-height:1}.research-modal-close:hover{background:var(--wine-soft)}.research-modal-body{flex:1;padding:1rem 1.25rem;overflow-y:auto}.research-modal-hint{color:var(--ink-soft);margin:0 0 1rem;font-size:13px;line-height:1.5}.research-modal-note{color:var(--muted);font-size:12px}.research-modal-empty{text-align:center;color:var(--muted);padding:2rem 1rem;font-size:14px}.research-modal-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.research-modal-item{border:1px solid var(--rule);border-radius:8px;transition:border-color .12s,background .12s}.research-modal-item.selected{border-color:var(--wine);background:var(--wine-soft)}.research-modal-item label{cursor:pointer;gap:.75rem;padding:.75rem;display:flex}.research-modal-item input[type=checkbox]{accent-color:var(--wine);margin-top:.25rem}.research-modal-item-body{flex:1;min-width:0}.research-modal-item-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.375rem;font-size:11px;display:flex}.research-modal-tool{background:var(--wine-soft);color:var(--wine);letter-spacing:.03em;text-transform:uppercase;border-radius:999px;padding:.125rem .5rem;font-weight:700}.research-modal-item-title{color:var(--ink-soft);font-weight:600}.research-modal-date{margin-left:auto}.research-modal-snippet{color:var(--ink-soft);white-space:pre-wrap;font-size:13px;line-height:1.45}.research-modal-footer{border-top:1px solid var(--rule);justify-content:flex-end;gap:.5rem;padding:1rem 1.25rem;display:flex}.btn-sm{padding:.4rem .875rem;font-size:12px}@media (width<=800px){.editor-body-phased{flex-direction:column}.phase-sidebar{border-right:0;border-bottom:1px solid var(--rule);width:100%}.phase-panel{padding:1.25rem}}.section-card{background:var(--paper);border:1px solid var(--rule);border-radius:10px;padding:1.75rem}.section-title{color:var(--ink);border-bottom:2px solid var(--wine);margin-bottom:1.5rem;padding-bottom:.5rem;font-family:Fraunces,Georgia,serif;font-size:19px;display:inline-block}.section-body{flex-direction:column;gap:1.25rem;display:flex}.two-col{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.two-x-two{grid-template-rows:auto auto;grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.field{flex-direction:column;gap:.375rem;display:flex}.field-label{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:11px;font-weight:700}.field-input{border:1.5px solid var(--rule);color:var(--ink);background:var(--cream-soft);border-radius:6px;outline:none;padding:.65rem .875rem;font-size:14px;transition:border-color .15s,background .15s}.field-input:focus{border-color:var(--wine);background:var(--paper)}.field-textarea{resize:vertical;min-height:80px}.field-textarea.tall{min-height:110px}.field-actions{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.field-btn{border:1px solid var(--rule);background:var(--paper);color:var(--ink-soft);cursor:pointer;border-radius:6px;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:12px;font-weight:600;transition:border-color .12s,color .12s,background .12s;display:inline-flex}.field-btn:hover:not(:disabled){border-color:var(--wine);color:var(--wine)}.field-btn:disabled{opacity:.4;cursor:not-allowed}.field-btn-regen{border-color:var(--wine);color:var(--wine)}.field-btn-regen:hover:not(:disabled){background:var(--wine-soft)}.mannerisms-list{flex-direction:column;gap:.35rem;margin-top:.5rem;display:flex}.mannerism-item{color:var(--ink-soft);background:var(--cream-soft);border:1px solid var(--rule);border-radius:4px;align-items:baseline;gap:.5rem;padding:.4rem .75rem;font-size:13px;display:flex}.mannerism-dash{color:var(--wine);flex-shrink:0}.dialogue-preview{background:var(--cream);border:1px solid var(--rule);border-left:3px solid var(--wine);border-radius:6px;margin-top:.75rem;padding:1rem 1.25rem}.dialogue-preview-label{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.75rem;font-size:10px;font-weight:700}.dialogue-preview-line{color:var(--ink-soft);margin-bottom:.5rem;font-family:Fraunces,Georgia,serif;font-size:16px;font-style:italic;line-height:1.65}.dialogue-preview-line:last-child{margin-bottom:0}@media (width<=900px){.two-col,.two-x-two{grid-template-columns:1fr}.editor-bar-actions{gap:.5rem}.btn-ai{display:none}}@media (width<=768px){.mkt-nav{display:none}.hero h1{font-size:38px}.novels-grid,.chars-grid-view{grid-template-columns:1fr}.chars-toolbar{flex-wrap:wrap}.chars-search{min-width:100%}.mkt-header-inner{gap:1rem;padding:.75rem 1rem}.page-container,.chars-content,.editor-body{padding:1.5rem 1rem}}@media (width<=480px){.hero h1{font-size:28px}.hero,.features{padding:3rem 1rem}.shell-email{display:none}.chars-tabs{overflow-x:auto}.chars-tab{padding:.75rem .875rem;font-size:13px}}.btn-delete-text{cursor:pointer;color:var(--muted);background:0 0;border:none;padding:0;font-size:13px;font-weight:600;transition:color .15s}.btn-delete-text:hover{color:#9b1c1c}.delete-confirm{white-space:nowrap;align-items:center;gap:.35rem;display:inline-flex}.delete-confirm-label{color:var(--muted);font-size:12px}.btn-confirm-yes{color:var(--paper);cursor:pointer;background:#9b1c1c;border:none;border-radius:4px;padding:.2rem .55rem;font-size:12px;font-weight:700;transition:background .15s}.btn-confirm-yes:hover{background:#7f1d1d}.btn-confirm-no{border:1.5px solid var(--rule);color:var(--muted);cursor:pointer;background:0 0;border-radius:4px;padding:.2rem .55rem;font-size:12px;font-weight:600;transition:border-color .15s}.btn-confirm-no:hover{border-color:var(--muted)}.spinner-wrap{justify-content:center;align-items:center;padding:5rem 2rem;display:flex}.spinner{border:3px solid var(--rule);border-top-color:var(--wine);border-radius:50%;width:38px;height:38px;animation:.7s linear infinite spin}.auth-page{background:var(--cream);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.auth-box{background:var(--paper);border:1px solid var(--rule);border-radius:14px;width:100%;max-width:420px;padding:2.5rem;box-shadow:0 8px 40px #1f1a171a}.auth-logo{justify-content:center;margin-bottom:1rem;display:flex}.auth-title{color:var(--ink);text-align:center;margin-bottom:1.75rem;font-family:Fraunces,Georgia,serif;font-size:22px}.auth-title em{color:var(--wine);font-style:normal}.auth-tabs{border:1.5px solid var(--rule);border-radius:8px;margin-bottom:1.5rem;display:flex;overflow:hidden}.auth-tab{color:var(--muted);cursor:pointer;background:0 0;border:none;flex:1;padding:.6rem;font-size:14px;font-weight:600;transition:background .15s,color .15s}.auth-tab.active{background:var(--wine);color:var(--paper)}.auth-error{color:#991b1b;background:#fef2f2;border:1px solid #fca5a5;border-radius:6px;margin-bottom:1.25rem;padding:.65rem .875rem;font-size:13px}.auth-submit{background:var(--wine);width:100%;color:var(--paper);cursor:pointer;border:none;border-radius:8px;margin-top:1.5rem;padding:.8rem;font-size:15px;font-weight:700;transition:background .18s}.auth-submit:hover:not(:disabled){background:var(--wine-deep)}.auth-submit:disabled{opacity:.65;cursor:not-allowed}.settings-page{background:var(--cream);min-height:100vh}.settings-body{flex-direction:column;gap:1.5rem;display:flex}.provider-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:.5rem;display:grid}.provider-card{border:2px solid var(--rule);cursor:pointer;text-align:center;border-radius:10px;padding:1.25rem;transition:border-color .18s,background .18s}.provider-card:hover{border-color:var(--wine)}.provider-card.selected{border-color:var(--wine);background:var(--wine-soft)}.provider-name{color:var(--ink);margin-bottom:.2rem;font-family:Fraunces,Georgia,serif;font-size:18px}.provider-company{color:var(--muted);font-size:12px}.provider-status{color:var(--wine);margin-top:.5rem;font-size:12px;font-weight:700}.field-hint{color:var(--muted);margin-top:.3rem;font-size:12px}.link-wine{color:var(--wine);text-decoration:underline}.link-wine:hover{color:var(--wine-deep)}.connect-cta{background:var(--cream-soft);border:1px solid var(--rule);border-left:3px solid var(--wine);border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem;padding:1rem 1.25rem;display:flex}.connect-cta-text{color:var(--ink-soft);flex:1;font-size:14px}.connect-cta-text strong{color:var(--wine);font-weight:700}.connect-btn{white-space:nowrap;flex-shrink:0;text-decoration:none}.connection-status{border-radius:6px;align-items:center;gap:.5rem;width:fit-content;margin-bottom:.25rem;padding:.5rem .875rem;font-size:13px;font-weight:600;display:inline-flex}.connection-status.connected{color:#14532d;background:#dcfce7;border:1px solid #86efac}.connection-status.testing{background:var(--cream);color:var(--ink-soft);border:1px solid var(--rule)}.connection-status.error{color:#991b1b;background:#fef2f2;border:1px solid #fca5a5}@media (width<=600px){.connect-cta{text-align:center;flex-direction:column;align-items:stretch}}.tooltip-trigger{background:var(--wine-soft);width:16px;height:16px;color:var(--wine);cursor:default;border:1px solid var(--wine);vertical-align:middle;border-radius:50%;justify-content:center;align-items:center;margin-left:.4rem;font-size:10px;font-weight:800;display:inline-flex;position:relative}.tooltip-trigger .tooltip-box{background:var(--ink);color:var(--paper);text-align:left;white-space:normal;z-index:1000;text-transform:none;letter-spacing:0;border-radius:7px;width:240px;padding:.6rem .875rem;font-size:12px;font-weight:400;line-height:1.5;display:none;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 4px 16px #00000040}.tooltip-trigger .tooltip-box:after{content:"";border:6px solid #0000;border-top-color:var(--ink);position:absolute;top:100%;left:50%;transform:translate(-50%)}.tooltip-trigger:hover .tooltip-box{display:block}.twofa-options{flex-direction:column;gap:.5rem;margin-top:.375rem;display:flex}.twofa-option{border:1.5px solid var(--rule);cursor:pointer;color:var(--ink-soft);border-radius:7px;align-items:center;gap:.625rem;padding:.625rem .875rem;font-size:14px;transition:border-color .15s,background .15s;display:flex}.twofa-option:hover{border-color:var(--wine)}.twofa-option.selected{border-color:var(--wine);background:var(--wine-soft);color:var(--wine);font-weight:600}.twofa-option input[type=radio]{accent-color:var(--wine);flex-shrink:0;width:15px;height:15px}.twofa-sms-note{color:var(--muted);background:var(--cream-soft);border:1px solid var(--rule);border-radius:5px;margin-top:.5rem;padding:.5rem .75rem;font-size:12px}.twofa-sms-note code{font-family:monospace;font-size:11px}.verify-icon{text-align:center;margin-bottom:.5rem;font-size:36px}.verify-hint{color:var(--muted);text-align:center;margin-bottom:.5rem;font-size:14px;line-height:1.5}.verify-hint strong{color:var(--ink)}.code-input{text-align:center;letter-spacing:.4em;padding:.75rem 1rem!important;font-family:Fraunces,Georgia,serif!important;font-size:28px!important}.auth-resend{text-align:center;color:var(--muted);margin-top:1rem;font-size:13px}.link-btn{color:var(--wine);font-size:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-weight:600;text-decoration:underline}.link-btn:hover{color:var(--wine-deep)}.link-btn:disabled{opacity:.5;cursor:not-allowed}.shell-settings-btn{border:1.5px solid var(--wine);color:var(--wine);cursor:pointer;background:0 0;border-radius:6px;padding:.3rem .75rem;font-size:12px;font-weight:700;transition:background .15s}.shell-settings-btn:hover{background:var(--wine-soft)}@media (width<=600px){.provider-grid{grid-template-columns:1fr}}:focus-visible{outline:2px solid var(--wine);outline-offset:2px}@media print{.mkt-header,.shell-header,.editor-sticky-bar{position:static}.dropdown-menu,.toast-container{display:none}}*,:before,:after,::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%}@media (width>=640px){.container{max-width:640px}}@media (width>=768px){.container{max-width:768px}}@media (width>=1024px){.container{max-width:1024px}}@media (width>=1280px){.container{max-width:1280px}}@media (width>=1536px){.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:decimal}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:disc}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.25em;font-weight:600}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;font-style:italic;font-weight:500}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:0;margin-bottom:.888889em;font-size:2.25em;font-weight:800;line-height:1.11111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:2em;margin-bottom:1em;font-size:1.5em;font-weight:700;line-height:1.33333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;font-weight:600;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em;display:block}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;border-radius:.3125rem;padding-inline-start:.375em;font-family:inherit;font-size:.875em;font-weight:500}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);padding-top:.857143em;padding-inline-end:1.14286em;padding-bottom:.857143em;border-radius:.375rem;margin-top:1.71429em;margin-bottom:1.71429em;padding-inline-start:1.14286em;font-size:.875em;font-weight:400;line-height:1.71429;overflow-x:auto}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;background-color:#0000;border-width:0;border-radius:0;padding:0}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){table-layout:auto;width:100%;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.71429}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);vertical-align:bottom;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em;font-weight:600}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);margin-top:.857143em;font-size:.875em;line-height:1.42857}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:#1118271a;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:#ffffff1a;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.571429em;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.collapse{visibility:collapse}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.left-0{left:0}.left-\[260px\]{left:260px}.right-0{right:0}.right-1{right:.25rem}.right-3{right:.75rem}.top-0{top:0}.top-1{top:.25rem}.top-3{top:.75rem}.top-4{top:1rem}.z-30{z-index:30}.z-\[800\]{z-index:800}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.-mb-px{margin-bottom:-1px}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-\[260px\]{margin-left:260px}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-28{height:7rem}.h-6{height:1.5rem}.h-\[20px\]{height:20px}.h-\[22px\]{height:22px}.h-\[52px\]{height:52px}.h-full{height:100%}.max-h-72{max-height:18rem}.min-h-\[110px\]{min-height:110px}.min-h-\[200px\]{min-height:200px}.min-h-screen{min-height:100vh}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-\[240px\]{width:240px}.w-\[260px\]{width:260px}.w-full{width:100%}.w-px{width:1px}.min-w-0{min-width:0}.min-w-\[220px\]{min-width:220px}.min-w-\[22px\]{min-width:22px}.min-w-\[24px\]{min-width:24px}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.max-w-\[420px\]{max-width:420px}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-xl{max-width:36rem}.flex-1{flex:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.animate-spin{animation:1s linear infinite spin}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize-y{resize:vertical}.scroll-mt-4{scroll-margin-top:1rem}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.rounded{border-radius:.25rem}.rounded-\[10px\]{border-radius:10px}.rounded-\[14px\]{border-radius:14px}.rounded-\[8px\]{border-radius:8px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.border{border-width:1px}.border-2{border-width:2px}.border-\[1\.5px\]{border-width:1.5px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l-2{border-left-width:2px}.border-l-\[3px\]{border-left-width:3px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-border{--tw-border-opacity:1;border-color:rgb(232 223 210/var(--tw-border-opacity,1))}.border-gold{--tw-border-opacity:1;border-color:rgb(123 29 29/var(--tw-border-opacity,1))}.border-gold\/60{border-color:#7b1d1d99}.border-red-300{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity,1))}.border-transparent{border-color:#0000}.border-l-gold{--tw-border-opacity:1;border-left-color:rgb(123 29 29/var(--tw-border-opacity,1))}.bg-bg{--tw-bg-opacity:1;background-color:rgb(246 241 232/var(--tw-bg-opacity,1))}.bg-black\/40{background-color:#0006}.bg-black\/70{background-color:#000000b3}.bg-border{--tw-bg-opacity:1;background-color:rgb(232 223 210/var(--tw-bg-opacity,1))}.bg-gold{--tw-bg-opacity:1;background-color:rgb(123 29 29/var(--tw-bg-opacity,1))}.bg-gold\/10{background-color:#7b1d1d1a}.bg-gold\/15{background-color:#7b1d1d26}.bg-panel{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity,1))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.bg-sidebar{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-softBg{--tw-bg-opacity:1;background-color:rgb(250 246 236/var(--tw-bg-opacity,1))}.bg-transparent{background-color:#0000}.bg-wineSoft{--tw-bg-opacity:1;background-color:rgb(244 232 232/var(--tw-bg-opacity,1))}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-2{padding-bottom:.5rem}.pl-0\.5{padding-left:.125rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-6{padding-left:1.5rem}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-24{padding-right:6rem}.pr-3{padding-right:.75rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-\[52px\]{padding-top:52px}.text-left{text-align:left}.text-center{text-align:center}.font-display{font-family:Fraunces,Georgia,serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[17px\]{font-size:17px}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[22px\]{font-size:22px}.text-\[30px\]{font-size:30px}.text-\[32px\]{font-size:32px}.text-\[40px\]{font-size:40px}.text-\[48px\]{font-size:48px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.italic{font-style:italic}.not-italic{font-style:normal}.leading-\[1\.1\]{line-height:1.1}.leading-\[1\.7\]{line-height:1.7}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[0\.08em\]{letter-spacing:.08em}.tracking-\[0\.12em\]{letter-spacing:.12em}.tracking-\[0\.15em\]{letter-spacing:.15em}.tracking-\[0\.1em\]{letter-spacing:.1em}.tracking-\[0\.4em\]{letter-spacing:.4em}.tracking-normal{letter-spacing:0}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.text-bg{--tw-text-opacity:1;color:rgb(246 241 232/var(--tw-text-opacity,1))}.text-bodyText{--tw-text-opacity:1;color:rgb(58 48 42/var(--tw-text-opacity,1))}.text-gold{--tw-text-opacity:1;color:rgb(123 29 29/var(--tw-text-opacity,1))}.text-gold\/70{color:#7b1d1db3}.text-goldLight{--tw-text-opacity:1;color:rgb(95 20 20/var(--tw-text-opacity,1))}.text-green{--tw-text-opacity:1;color:rgb(45 106 79/var(--tw-text-opacity,1))}.text-muted{--tw-text-opacity:1;color:rgb(107 96 88/var(--tw-text-opacity,1))}.text-muted\/50{color:#6b605880}.text-muted\/60{color:#6b605899}.text-purple{--tw-text-opacity:1;color:rgb(107 79 168/var(--tw-text-opacity,1))}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}.text-red-800{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}.text-red-900{--tw-text-opacity:1;color:rgb(127 29 29/var(--tw-text-opacity,1))}.text-text{--tw-text-opacity:1;color:rgb(31 26 23/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.underline-offset-2{text-underline-offset:2px}.accent-gold{accent-color:#7b1d1d}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.shadow-\[0_8px_40px_rgba\(31\,26\,23\,0\.18\)\]{--tw-shadow:0 8px 40px #1f1a172e;--tw-shadow-colored:0 8px 40px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.blur{--tw-blur:blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.storylab-root{color:#1f1a17;background-color:#f6f1e8;font-family:Manrope,Segoe UI,sans-serif;font-size:15px;line-height:1.6;position:relative;overflow:hidden}.storylab-root>div{position:absolute;inset:0}.storylab-root .fixed{position:absolute!important}.storylab-root .min-h-screen{min-height:100%!important}.storylab-root>div>main{position:absolute;inset:0;overflow-y:auto}:where(.storylab-root) *,:where(.storylab-root) :before,:where(.storylab-root) :after{box-sizing:border-box;border:0 solid #e8dfd2}:where(.storylab-root) :where(h1,h2,h3,h4,h5,h6){font-size:inherit;font-weight:inherit;margin:0}:where(.storylab-root) :where(p,figure,blockquote,dl,dd){margin:0}:where(.storylab-root) :where(ul,ol){margin:0;padding:0;list-style:none}:where(.storylab-root) a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}:where(.storylab-root) :where(button,input,optgroup,select,textarea){font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}:where(.storylab-root) :where(button,[type=button],[type=reset],[type=submit]){-webkit-appearance:button;cursor:pointer;background-color:#0000;background-image:none}:where(.storylab-root) :where(img,svg,video,canvas,audio,iframe,embed,object){vertical-align:middle;display:block}:where(.storylab-root) :where(img,video){max-width:100%;height:auto}:where(.storylab-root) :where(input,textarea,select):focus{border-color:#7b1d1d;outline:none}:where(.storylab-root) ::-moz-placeholder{opacity:1;color:#9ca3af}:where(.storylab-root) ::placeholder{opacity:1;color:#9ca3af}.storylab-root ::-webkit-scrollbar{width:10px;height:10px}.storylab-root ::-webkit-scrollbar-track{background:#f6f1e8}.storylab-root ::-webkit-scrollbar-thumb{background:#e8dfd2;border-radius:4px}.storylab-root ::-webkit-scrollbar-thumb:hover{background:#d6c9b3}.placeholder\:text-muted\/70::placeholder{color:#6b6058b3}.last\:border-b-0:last-child{border-bottom-width:0}.hover\:border-gold:hover{--tw-border-opacity:1;border-color:rgb(123 29 29/var(--tw-border-opacity,1))}.hover\:bg-gold:hover{--tw-bg-opacity:1;background-color:rgb(123 29 29/var(--tw-bg-opacity,1))}.hover\:bg-goldLight:hover{--tw-bg-opacity:1;background-color:rgb(95 20 20/var(--tw-bg-opacity,1))}.hover\:bg-red-200:hover{--tw-bg-opacity:1;background-color:rgb(254 202 202/var(--tw-bg-opacity,1))}.hover\:bg-softBg:hover{--tw-bg-opacity:1;background-color:rgb(250 246 236/var(--tw-bg-opacity,1))}.hover\:bg-wineSoft:hover{--tw-bg-opacity:1;background-color:rgb(244 232 232/var(--tw-bg-opacity,1))}.hover\:bg-wineSoft\/40:hover{background-color:#f4e8e866}.hover\:text-bg:hover{--tw-text-opacity:1;color:rgb(246 241 232/var(--tw-text-opacity,1))}.hover\:text-bodyText:hover{--tw-text-opacity:1;color:rgb(58 48 42/var(--tw-text-opacity,1))}.hover\:text-gold:hover{--tw-text-opacity:1;color:rgb(123 29 29/var(--tw-text-opacity,1))}.hover\:text-goldLight:hover{--tw-text-opacity:1;color:rgb(95 20 20/var(--tw-text-opacity,1))}.hover\:text-red-700:hover{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}.hover\:text-text:hover{--tw-text-opacity:1;color:rgb(31 26 23/var(--tw-text-opacity,1))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-\[0_4px_20px_rgba\(123\,29\,29\,0\.08\)\]:hover{--tw-shadow:0 4px 20px #7b1d1d14;--tw-shadow-colored:0 4px 20px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.hover\:shadow-\[0_4px_20px_rgba\(123\,29\,29\,0\.12\)\]:hover{--tw-shadow:0 4px 20px #7b1d1d1f;--tw-shadow-colored:0 4px 20px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.focus\:border-gold:focus{--tw-border-opacity:1;border-color:rgb(123 29 29/var(--tw-border-opacity,1))}.focus\:bg-panel:focus{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.focus\:outline-none:focus{outline-offset:2px;outline:2px solid #0000}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.disabled\:opacity-70:disabled{opacity:.7}.disabled\:hover\:text-muted:hover:disabled{--tw-text-opacity:1;color:rgb(107 96 88/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-goldLight{--tw-text-opacity:1;color:rgb(95 20 20/var(--tw-text-opacity,1))}@media (width>=640px){.sm\:inline{display:inline}}@media (width>=768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}
