.footer_container__br_RS{position:fixed;bottom:0;left:0;width:100%;background-color:#fff;border-top:1px solid #e0e0e0;height:60px;z-index:1000;box-shadow:0 -2px 4px rgba(0,0,0,.1);display:flex;justify-content:center}.footer_innerContainer__EfVD1{width:100%;max-width:var(--max-content-width);display:flex;justify-content:space-around;align-items:center;padding:8px 20px}.footer_iconButton__PpFcS{display:flex;flex-direction:column;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:8px 16px;transition:all .2s;color:#666}.footer_iconButton__PpFcS:hover{color:#0070f3;background-color:rgba(0,112,243,.05);border-radius:8px}.footer_iconButton__PpFcS:active{transform:scale(.95)}.footer_icon__pJSeO{width:24px;height:24px}.footer_label__3ZgD7{margin-top:4px;font-size:10px;font-weight:500}.UserDropdown_container___hjru{position:relative;display:flex;align-items:center}.UserDropdown_avatar__GIEHn{width:40px;height:40px;border-radius:50%;border:0 solid #fd4907;cursor:pointer;transition:all .2s ease;background-color:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.UserDropdown_avatar__GIEHn:hover{border-color:#fd4907;transform:scale(1.05)}.UserDropdown_avatarImage__reNMZ{width:100%;height:100%;object-fit:cover}.UserDropdown_avatarIcon__fDfCM{width:24px;height:24px;color:#666}.UserDropdown_dropdown__fFx5P{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.15);min-width:240px;padding:8px 0;z-index:1001;animation:UserDropdown_slideDown__qJPdD .2s ease-out}@keyframes UserDropdown_slideDown__qJPdD{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.UserDropdown_dropdownHeader__rzVuC{padding:12px 16px}.UserDropdown_userName__HBONd{color:#333;font-size:14px;font-weight:600;margin-bottom:4px}.UserDropdown_userEmail__2Bjoo{color:#666;font-size:12px}.UserDropdown_dropdownDivider__w3MPI{height:1px;background:#e0e0e0;margin:8px 0}.UserDropdown_dropdownItem__RTpxI{width:100%;display:flex;align-items:center;gap:12px;padding:10px 16px;background:none;border:none;cursor:pointer;font-size:14px;color:#333;text-align:left;transition:background .15s ease}.UserDropdown_dropdownItem__RTpxI svg{width:18px;height:18px;color:#666;flex-shrink:0}.UserDropdown_dropdownItem__RTpxI:hover{background:#f5f5f5}.UserDropdown_dropdownItem__RTpxI:hover svg{color:#fd4907}.UserDropdown_dropdownItem__RTpxI:last-child,.UserDropdown_dropdownItem__RTpxI:last-child svg{color:#d32f2f}.UserDropdown_dropdownItem__RTpxI:last-child:hover{background:#ffebee}@media(max-width:768px){.UserDropdown_dropdown__fFx5P{min-width:220px}}.ProfileModal_modalOverlay__rHF2D{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:2000;animation:ProfileModal_fadeIn__UY4Sr .2s ease-in-out}@keyframes ProfileModal_fadeIn__UY4Sr{0%{opacity:0}to{opacity:1}}.ProfileModal_modalContent__0bZCe{position:relative;width:90%;max-width:500px;background:#fff;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:ProfileModal_slideUp__1KQeO .3s ease-out;max-height:90vh;overflow-y:auto}@keyframes ProfileModal_slideUp__1KQeO{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.ProfileModal_closeButton__lYlOf{position:absolute;top:1rem;right:1rem;width:32px;height:32px;background:#f5f5f5;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:10}.ProfileModal_closeButton__lYlOf svg{width:16px;height:16px}.ProfileModal_closeButton__lYlOf:hover{background:#e0e0e0;color:#333}.ProfileModal_modalHeader__0utuP{padding:2rem 2rem 1rem;border-bottom:1px solid #e0e0e0}.ProfileModal_modalHeader__0utuP h2{font-size:24px;font-weight:600;color:#333;margin:0 0 .5rem}.ProfileModal_modalHeader__0utuP p{font-size:14px;color:#666;margin:0}.ProfileModal_loadingContainer__4fViG{padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.ProfileModal_loadingContainer__4fViG p{color:#666;font-size:14px;margin:0}.ProfileModal_spinner__NgIhd{width:40px;height:40px;border:4px solid #f3f3f3;border-top-color:#fd4907;border-radius:50%;animation:ProfileModal_spin__bAJc6 1s linear infinite}@keyframes ProfileModal_spin__bAJc6{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ProfileModal_modalBody__tnfGa{padding:2rem;display:flex;flex-direction:column;gap:2rem}.ProfileModal_pictureSection__Dwunm{display:flex;flex-direction:column;gap:1rem}.ProfileModal_label__9SV7w{font-size:14px;font-weight:600;color:#333;display:block}.ProfileModal_label__9SV7w .ProfileModal_required__VIS3e{color:#d32f2f;margin-left:2px}.ProfileModal_pictureContainer___EvEI{display:flex;align-items:center;gap:1.5rem}.ProfileModal_picturePreview__krLcz{width:100px;height:100px;border-radius:50%;border:3px solid #e0e0e0;overflow:hidden;flex-shrink:0}.ProfileModal_picturePreview__krLcz img{width:100%;height:100%;object-fit:cover}.ProfileModal_picturePlaceholder__w4lyz{width:100%;height:100%;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.ProfileModal_picturePlaceholder__w4lyz svg{width:40px;height:40px;color:#999}.ProfileModal_pictureActions__BJfU0{display:flex;flex-direction:column;gap:.75rem}.ProfileModal_uploadButton__unhir{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fd4907;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.ProfileModal_uploadButton__unhir svg{width:16px;height:16px}.ProfileModal_uploadButton__unhir:hover{background:#e03d00}.ProfileModal_removeButton__I3V3m{padding:.5rem 1rem;background:transparent;color:#d32f2f;border:1px solid #d32f2f;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.ProfileModal_removeButton__I3V3m:hover{background:#ffebee}.ProfileModal_fileInput__x8tQt{display:none}.ProfileModal_formSection__FLlPW{display:flex;flex-direction:column;gap:.5rem}.ProfileModal_input__B_1H0{width:75%;padding:.75rem;font-size:14px;border:2px solid #e0e0e0;border-radius:8px;transition:border-color .2s;font-family:inherit}.ProfileModal_input__B_1H0:focus{outline:none;border-color:#fd4907}.ProfileModal_input__B_1H0.ProfileModal_disabled__K7OVK{background:#f5f5f5;color:#999;cursor:not-allowed}.ProfileModal_hint__8R03g{font-size:12px;color:#999;margin:0}.ProfileModal_errorMessage__YAxpv{padding:1rem 2rem;background:#ffebee;border-left:4px solid #d32f2f;color:#d32f2f;font-size:14px;font-weight:500}.ProfileModal_modalFooter__eQ_UF{padding:1.5rem 2rem;border-top:1px solid #e0e0e0;display:flex;justify-content:flex-end;gap:1rem}.ProfileModal_cancelButton__RbUkE,.ProfileModal_saveButton__l4HdJ{padding:.75rem 1.5rem;font-size:14px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s;border:none}.ProfileModal_cancelButton__RbUkE{background:#f5f5f5;color:#333}.ProfileModal_cancelButton__RbUkE:hover{background:#e0e0e0}.ProfileModal_saveButton__l4HdJ{background:#fd4907;color:#fff}.ProfileModal_saveButton__l4HdJ:hover:not(:disabled){background:#e03d00}.ProfileModal_saveButton__l4HdJ:disabled{background:#ccc;cursor:not-allowed;opacity:.7}@media(max-width:768px){.ProfileModal_modalContent__0bZCe{width:95%;max-height:95vh}.ProfileModal_modalHeader__0utuP{padding:1.5rem 1.5rem 1rem}.ProfileModal_modalBody__tnfGa{padding:1.5rem}.ProfileModal_pictureContainer___EvEI{flex-direction:column;align-items:flex-start}.ProfileModal_pictureActions__BJfU0{width:100%;align-items:stretch}.ProfileModal_modalFooter__eQ_UF{padding:1rem 1.5rem;flex-direction:column}.ProfileModal_modalFooter__eQ_UF button{width:100%}}.header_container__wAkUH{position:fixed;top:0;left:0;width:100%;background-color:#fff;z-index:1000;height:50px;box-shadow:0 2px 4px rgba(0,0,0,.1);display:flex;justify-content:center}.header_innerContainer__ZhgOE{width:100%;max-width:var(--max-content-width);display:flex;align-items:center;justify-content:space-between;padding:0 20px}.header_logo__ZRzwH{display:flex;align-items:center;gap:12px;cursor:pointer;text-decoration:none;transition:opacity .2s}.header_logo__ZRzwH:hover{opacity:.8}.header_logoImage__eS0Lf{width:40px;height:40px;border-radius:50%;object-fit:cover;border:0 solid #fd4907}.header_logoText__UyjP8{font-size:24px;font-weight:700;color:#fd4907}.header_authSection__jfHJz{display:flex;align-items:center}.header_loginButton__JyyOG{padding:8px 20px;border:1px solid #fd4907;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s;background:#fff;color:#000;margin-right:10px}.header_loginButton__JyyOG:hover{background:#dcdedf}.header_loading__tLzC5{color:#666;font-size:14px}:root{--max-content-width:1200px}html{overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{display:none}body,html{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none;-webkit-overflow-scrolling:touch}.main-content{min-height:calc(100vh - 110px);max-width:var(--max-content-width);margin:0 auto;padding:50px 10px 60px}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body.focus-mode [class*=Footer],body.focus-mode [class*=Header],body.focus-mode [class*=Nav],body.focus-mode [class*=footer],body.focus-mode [class*=header],body.focus-mode [class*=nav],body.focus-mode footer,body.focus-mode header,body.focus-mode nav{opacity:0;pointer-events:none;transition:opacity .3s ease}body.focus-mode .main-content{padding-top:0;padding-bottom:0;transition:padding .3s ease}@media print{@page{size:A4 portrait;margin:.5in .5in .75in .5in}body{counter-reset:page-number}[class*=Footer],[class*=Header],[class*=Nav],[class*=footer],[class*=header],[class*=nav],footer,header,nav{display:none!important}.main-content{padding:0!important;max-width:100%!important;margin:0!important}body{margin:0;padding:0}[class*=AboutPage],[class*=BackCover],[class*=BookPage],[class*=CharactersPage],[class*=CoverPage],[class*=StoryPage],[class*=aboutPage],[class*=backCover],[class*=bookPage],[class*=charactersPage],[class*=coverPage],[class*=storyPage]{page-break-before:always;page-break-after:always;page-break-inside:avoid;break-before:page;break-after:page;break-inside:avoid;min-height:9.5in;max-height:9.5in;display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;padding:.5in .5in .75in;overflow:hidden;position:relative;counter-increment:page-number}[class*=AboutPage]:after,[class*=BookPage]:after,[class*=CharactersPage]:after,[class*=StoryPage]:after,[class*=aboutPage]:after,[class*=bookPage]:after,[class*=charactersPage]:after,[class*=storyPage]:after{content:counter(page-number);position:absolute;bottom:.25in;left:50%;transform:translateX(-50%);font-size:10pt;color:#666;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}[class*=CoverPage] img,[class*=StoryPage] img,[class*=coverPage] img,[class*=pageImage],[class*=storyPage] img{max-height:6in!important;max-width:100%!important;object-fit:contain}[class*=PageText],[class*=StoryPage] p,[class*=pageText],[class*=storyPage] p{max-width:7in;margin:.5in auto}[class*=CoverPage]:first-child,[class*=coverPage]:first-child{page-break-before:avoid;break-before:avoid}img{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6,img,p{page-break-inside:avoid;break-inside:avoid}body{font-size:12pt;line-height:1.5}h1{font-size:24pt}h2{font-size:20pt}h3{font-size:16pt}*{box-shadow:none!important;text-shadow:none!important}}