@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600&family=Source+Sans+3:wght@400;600&display=swap";:root{--ink:#16343b;--muted:#5d7480;--line:#c7dade;--bg:#eef6f4;--panel:#fff;--accent:#1d6b63;--accent-deep:#0f4f4a;--glow-a:#2a9d8f;--glow-b:#e9c46a;--glow-c:#4cc9a8;--ok:#1f7a4d;--err:#9b3a32;color:var(--ink);background:var(--bg);font-family:"Source Sans 3",system-ui,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}button,input,textarea{font:inherit}button{cursor:pointer}.app-shell{background:radial-gradient(1200px 600px at 8% -10%,#2a9d8f47,#0000 55%),radial-gradient(900px 500px at 100% 0,#e9c46a38,#0000 50%),radial-gradient(700px 420px at 70% 100%,#4cc9a82e,#0000 55%),linear-gradient(160deg,#e8f4f1 0%,#f3f7f8 45%,#eef2f6 100%);min-height:100vh}.simple-shell{grid-template-columns:280px 1fr;min-height:100vh;display:grid;position:relative}.simple-shell:before{content:"";pointer-events:none;opacity:.35;z-index:0;background-image:linear-gradient(#16343b08 1px,#0000 1px),linear-gradient(90deg,#16343b08 1px,#0000 1px);background-size:28px 28px;position:fixed;inset:0}.simple-sidebar,.simple-main{z-index:1;position:relative}.simple-sidebar{border-right:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffd1;padding:1rem;overflow:auto}.simple-brand{margin:0 0 1rem;font-family:Fraunces,Georgia,serif;font-size:1.5rem}.simple-new-book{background:var(--accent);color:#fff;border:0;border-radius:8px;width:100%;margin-bottom:1rem;padding:.55rem .75rem;font-weight:600;display:block}.simple-new-book:disabled,.simple-plus:disabled,.simple-minus:disabled,.simple-download:disabled,.simple-popup:disabled,.simple-save:disabled{opacity:.6;cursor:not-allowed}.simple-plus,.simple-minus,.simple-download,.simple-popup,.simple-save{background:var(--accent);color:#fff;border:0;border-radius:8px;padding:.55rem .75rem;font-weight:600}.simple-plus,.simple-minus,.simple-download{flex-shrink:0;width:2rem;height:2rem;padding:0;font-size:1.2rem;line-height:1}.simple-download,.simple-popup{background:#1f6f8b}.simple-minus{background:#8b4a45}.simple-chapter-row{align-items:center;gap:.35rem;display:flex}.simple-chapter-row .simple-chapter{flex:1;min-width:0}.simple-book-list,.simple-chapter-list{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.simple-section-list{flex-direction:column;gap:.55rem;margin:0;padding:0 0 0 .35rem;list-style:none;display:flex}.simple-section{border-left:2px solid #1d6b632e;padding-left:.35rem}.simple-section-head{align-items:center;gap:.4rem;margin-bottom:.3rem;display:flex}.simple-section-edit{text-align:left;min-width:0;color:var(--ink);background:0 0;border:1px solid #0000;border-radius:8px;flex:1;padding:.3rem .45rem;font-size:.9rem;font-weight:600}.simple-section-edit:hover,.simple-section-edit:focus{background:#eef6f3;border-color:#c5ddd9}.simple-book{border-bottom:1px solid var(--line);margin-bottom:1rem;padding-bottom:.75rem}.simple-book-head{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.4rem;display:flex}.simple-book-edit{text-align:left;width:100%;min-width:0;color:var(--ink);background:0 0;border:1px solid #0000;border-radius:8px;flex:1;padding:.35rem .45rem;font-size:.95rem;font-weight:700}.simple-book-edit:hover,.simple-book-edit.active,.simple-book-edit:focus{background:#e8f3f1;border-color:#c5ddd9}.simple-chapter-list{padding-left:.55rem}.simple-chapter,.simple-chapter-edit{text-align:left;width:100%;color:var(--ink);background:0 0;border:1px solid #0000;border-radius:8px;padding:.45rem .55rem}.simple-chapter-edit{flex:1;min-width:0}.simple-chapter:hover,.simple-chapter.active,.simple-chapter-edit:hover,.simple-chapter-edit.active,.simple-chapter-edit:focus{background:#e8f3f1;border-color:#c5ddd9}.simple-chapter.active,.simple-chapter-edit.active{font-weight:600}.simple-muted{color:var(--muted);font-size:.9rem}.simple-main{background:#ffffff47;flex-direction:column;gap:.75rem;min-width:0;padding:1rem 1.25rem 1.5rem;display:flex}.simple-toolbar{justify-content:flex-start;align-items:center;gap:1rem;display:flex}.simple-toolbar-title{align-items:center;gap:.75rem;min-width:0;display:flex}.simple-toolbar-title p{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:0;font-weight:600;overflow:hidden}.simple-toolbar p{color:var(--muted);margin:0}.simple-title{width:100%;box-shadow:none;background:0 0;border:0;border-radius:0;outline:none;padding:.25rem 0;font-family:Fraunces,Georgia,serif;font-size:1.6rem}.simple-title:focus{border-bottom:1px solid var(--line)}.simple-content{border:1px solid var(--line);resize:vertical;background:var(--panel);border-radius:12px;flex:1;width:100%;min-height:60vh;padding:1rem;line-height:1.6}.simple-empty{text-align:center;max-width:28rem;color:var(--muted);margin:auto}.simple-empty h2{color:var(--ink);margin:0 0 .5rem;font-family:Fraunces,Georgia,serif}.simple-ok{color:var(--ok);margin:0}.simple-err{color:var(--err);margin:0}@media (width<=800px){.simple-shell{grid-template-rows:1fr auto;grid-template-columns:1fr;min-height:100dvh}.simple-sidebar{border-bottom:0;border-right:0;min-height:0;max-height:none}.simple-main-mobile{background:0 0;min-height:0;padding:.5rem 1rem 1rem}.simple-main-mobile:not(:has(.simple-ok)):not(:has(.simple-err)){display:none}}.simple-brand-row{margin-bottom:.75rem}.simple-auth{flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:1rem;display:flex}.simple-auth-user{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;flex:1;align-items:center;gap:.4rem;margin:0;font-size:.85rem;display:flex;overflow:hidden}.simple-admin-badge{letter-spacing:.02em;text-transform:uppercase;color:var(--accent);border:1px solid var(--accent);border-radius:999px;flex-shrink:0;padding:.1rem .4rem;font-size:.7rem;font-weight:700}.simple-auth-btn{border:1px solid var(--line);background:var(--panel);color:var(--ink);border-radius:8px;padding:.4rem .65rem;font-size:.85rem;font-weight:600}.simple-auth-btn.primary{border-color:var(--accent);background:var(--accent);color:#fff}.auth-modal-overlay{z-index:1000;background:#1c2b3373;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.auth-modal{background:var(--panel);border:1px solid var(--line);border-radius:12px;width:100%;max-width:400px;padding:28px 32px;position:relative}.auth-modal-close{color:var(--muted);background:0 0;border:none;padding:4px;font-size:1.5rem;line-height:1;position:absolute;top:12px;right:16px}.auth-modal-close:hover{color:var(--ink)}.auth-modal-title{text-align:center;margin:0 0 1.1rem;font-family:Fraunces,Georgia,serif;font-size:1.35rem}.auth-tabs{background:var(--bg);border-radius:8px;gap:4px;margin-bottom:1.1rem;padding:4px;display:flex}.auth-tab{color:var(--muted);background:0 0;border:none;border-radius:6px;flex:1;padding:8px 12px;font-size:.875rem;font-weight:600}.auth-tab.active{background:var(--panel);color:var(--ink);border:1px solid var(--line)}.auth-form{flex-direction:column;gap:14px;display:flex}.auth-field{flex-direction:column;gap:6px;display:flex}.auth-field label{color:var(--muted);font-size:.8rem;font-weight:600}.auth-field input{background:var(--bg);border:1px solid var(--line);color:var(--ink);border-radius:8px;padding:10px 12px;font-size:.9rem}.auth-field input:focus{border-color:var(--accent);outline:none}.auth-error{color:var(--err);background:#f8e8e6;border-radius:8px;padding:10px 12px;font-size:.85rem}.auth-submit{background:var(--accent);color:#fff;border:0;border-radius:8px;width:100%;margin-top:4px;padding:.65rem .75rem;font-weight:600}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.write-dialog-backdrop{z-index:1200;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:radial-gradient(800px 400px at 20% 15%,#2a9d8f73,#0000 60%),radial-gradient(700px 420px at 90% 80%,#e9c46a59,#0000 55%),#0c24298c;justify-content:center;align-items:center;padding:16px;animation:.18s ease-out write-fade-in;display:flex;position:fixed;inset:0}.write-dialog-paper{background:linear-gradient(165deg,#fffffff7 0%,#ecf8f5f5 100%);border:1px solid #ffffff8c;border-radius:16px;width:min(520px,100%);max-height:min(86vh,720px);animation:.22s ease-out write-rise-in;overflow:auto;box-shadow:0 18px 50px #0c242947,0 2px 8px #0c24291f}.write-dialog-toolbar{background:linear-gradient(#2a9d8f1a,#0000);border-bottom:1px solid #c7dadee6;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.15rem 1.25rem .85rem;display:flex}.write-dialog-kicker{letter-spacing:.04em;text-transform:uppercase;color:var(--accent-deep);margin:0 0 .2rem;font-size:.75rem;font-weight:600}.write-dialog-toolbar h2{color:var(--ink);margin:0;font-family:Fraunces,Georgia,serif;font-size:1.35rem}.write-dialog-close{width:2rem;height:2rem;color:var(--muted);background:#16343b0f;border:0;border-radius:999px;font-size:1.35rem;line-height:1}.write-dialog-close:hover{color:var(--ink);background:#16343b1f}.write-dialog-body{flex-direction:column;gap:.9rem;padding:1rem 1.25rem 1.25rem;display:flex}.write-dialog-quote{color:var(--accent-deep);background:#2a9d8f1a;border-radius:10px;margin:0;padding:.75rem .9rem;font-style:italic}.write-dialog-muted{color:var(--muted);margin:0;font-size:.92rem}.write-dialog-error{color:var(--err);background:#f8e8e6;border-radius:8px;margin:0;padding:.65rem .8rem;font-size:.9rem}.write-choices{flex-direction:column;gap:.7rem;display:flex}.write-choice-card{text-align:left;border:1px solid var(--line);background:#ffffffd9;border-radius:12px;flex-direction:column;gap:.35rem;padding:.9rem 1rem;transition:border-color .14s,transform .14s,background .14s;display:flex}.write-choice-card:hover:not(:disabled){border-color:var(--accent);background:#e8f3f1f2;transform:translateY(-1px)}.write-choice-card:disabled{opacity:.55;cursor:not-allowed}.write-choice-title{color:var(--ink);font-weight:700}.write-choice-copy{color:var(--muted);font-size:.88rem;line-height:1.4}.write-dialog-form,.write-section-followup{flex-direction:column;gap:.85rem;display:flex}.write-field{color:var(--muted);flex-direction:column;gap:.4rem;font-size:.85rem;font-weight:600;display:flex}.write-field input,.write-field select{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:10px;padding:.7rem .8rem}.write-field input:focus,.write-field select:focus{border-color:var(--accent);outline:none}.write-dialog-actions{justify-content:flex-end;gap:.55rem;margin-top:.25rem;display:flex}.write-btn{border:1px solid #0000;border-radius:10px;padding:.55rem .95rem;font-weight:600}.write-btn.primary{background:var(--accent);color:#fff}.write-btn.primary:disabled{opacity:.6;cursor:not-allowed}.write-btn.ghost{border-color:var(--line);color:var(--ink);background:0 0}.write-added-list{color:var(--ink);margin:0;padding-left:1.1rem}.simple-write-btn{color:#fff;background:linear-gradient(135deg,#2a9d8f,#1d6b63);border:1px solid #1d6b6359;border-radius:8px;width:100%;margin-bottom:.65rem;padding:.55rem .75rem;font-weight:600;display:block}.simple-write-btn:disabled{opacity:.55;cursor:not-allowed}@keyframes write-fade-in{0%{opacity:0}to{opacity:1}}@keyframes write-rise-in{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}
