*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#fff;color:#000}input[type=file]{display:none}.library{min-height:100vh;padding:48px 24px;max-width:680px;margin:0 auto}.site-header{margin-bottom:48px}.site-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.site-title{margin:0}.site-header p{margin:0 0 16px;line-height:1.5}.nav-status-dot{display:block;width:32px;height:32px;border-radius:50%;overflow:hidden}.nav-status-dot-inner{display:block;width:100%;height:100%;border-radius:50%}.nav-avatar-img-round{width:32px;height:32px;border-radius:50%;object-fit:cover}.site-features{margin:0 0 48px;padding-left:24px}.site-features li{line-height:1.6}#drop-zone{cursor:pointer;text-decoration:underline}.feature-link{color:inherit;text-decoration:underline}.book-list{list-style:none;margin:0;padding:0}.book-list li{margin:0}.book-item{display:flex;align-items:flex-start;gap:16px;width:100%;background:none;border:none;padding:16px 0;font:inherit;cursor:pointer;text-align:left;border-top:1px solid #eee}.book-cover{width:48px;height:64px;border-radius:4px;flex-shrink:0}.book-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.book-title{color:#000;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.book-author{color:gray;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.book-uploader{color:gray;display:flex;align-items:center;gap:4px}.book-uploader-avatar{width:1em;height:1em;border-radius:50%;object-fit:cover;vertical-align:middle}.book-uploader-avatar-placeholder{width:1em;height:1em;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.6em;font-weight:500;color:#fff;vertical-align:middle}.book-stats{display:flex;flex-direction:column;align-items:flex-end;gap:2px;color:gray;flex-shrink:0}.reader{min-height:100vh;background:#fff}.back-button{position:fixed;top:16px;left:16px;display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#fff;border:none;color:gray;cursor:pointer;z-index:10}.back-button svg{width:24px;height:24px}.content-area{max-width:680px;margin:0 auto;padding:80px 24px}.content-area .chapter{margin-bottom:48px}.content-area .chapter:last-child{margin-bottom:0}.loading-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#fff;z-index:100}.loading-spinner{width:48px;height:48px;border:3px solid #eee;border-top-color:gray;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-message{position:fixed;bottom:24px;left:50%;transform:translate(-50%);padding:16px 24px;background:#000;color:#fff;z-index:100}.hidden{display:none!important}.highlight-popover{position:absolute;transform:translate(-50%);background:#000;padding:0;z-index:50;border-radius:4px;box-shadow:0 2px 8px #0003;user-select:none;-webkit-user-select:none}.highlight-btn{display:block;background:none;border:none;color:#fff;font:inherit;cursor:pointer;padding:12px 20px;min-height:44px;min-width:44px;-webkit-tap-highlight-color:transparent}.text-highlight{cursor:pointer;position:relative}.text-highlight[data-style=gray],.text-highlight:not([data-style]){background:#0000001a}.text-highlight[data-style=gray]:hover,.text-highlight:not([data-style]):hover{background:#00000026}.text-highlight[data-style=gray].has-comments,.text-highlight:not([data-style]).has-comments{background:#00000026}.text-highlight[data-style=blue]{background:#87ceeb66}.text-highlight[data-style=blue]:hover,.text-highlight[data-style=blue].has-comments{background:#87ceeb8c}.text-highlight[data-style=pink]{background:#ffb6c180}.text-highlight[data-style=pink]:hover,.text-highlight[data-style=pink].has-comments{background:#ffb6c1a6}.text-highlight[data-style=yellow]{background:#ffff9680}.text-highlight[data-style=yellow]:hover,.text-highlight[data-style=yellow].has-comments{background:#ffff96b3}.text-highlight[data-style=fire]{position:relative;background:transparent}.text-highlight[data-style=fire]:before{content:"";position:absolute;left:-2px;right:-2px;bottom:0;height:2.5em;background:var(--fire-texture, linear-gradient(to top, rgba(255, 100, 0, .6), rgba(255, 200, 0, .3), transparent));background-size:auto 100%;background-repeat:repeat-x;background-position:left bottom;pointer-events:none;mix-blend-mode:multiply}.content-area p,.content-area li,.content-area span,.content-area div{overflow:visible}.highlight-preview-row{margin-top:8px}.highlight-preview{display:inline-block;padding:4px 8px;position:relative}.highlight-preview[data-style=gray]{background:#0000001a}.highlight-preview[data-style=blue]{background:#87ceeb66}.highlight-preview[data-style=pink]{background:#ffb6c180}.highlight-preview[data-style=yellow]{background:#ffff9680}.highlight-preview[data-style=fire]{background:transparent;margin-top:2em;margin-bottom:.5em}.highlight-preview[data-style=fire]:before{content:"";position:absolute;left:-2px;right:-2px;bottom:0;height:2.5em;background:var(--fire-texture, linear-gradient(to top, rgba(255, 100, 0, .6), rgba(255, 200, 0, .3), transparent));background-size:auto 100%;background-repeat:repeat-x;background-position:left bottom;pointer-events:none;mix-blend-mode:multiply}.comment-sidebar{position:fixed;top:0;right:0;width:360px;max-width:100vw;height:100vh;background:#fff;border-left:1px solid #eee;display:flex;flex-direction:column;z-index:60}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #eee}.sidebar-title{font-weight:500}.sidebar-close{background:none;border:none;font-size:24px;color:gray;cursor:pointer;padding:0;line-height:1}.highlight-preview{padding:16px;color:gray;font-style:italic;border-bottom:1px solid #eee;max-height:100px;overflow:hidden}.comments-list{flex:1;overflow-y:auto;padding:16px}.no-comments{color:gray;text-align:center;padding:24px}.comment{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #eee}.comment:last-child{border-bottom:none}.comment[data-parent]:not([data-parent=""]){margin-left:24px;padding-left:16px;border-left:2px solid #eee}.comment-header{display:flex;gap:8px;margin-bottom:8px;align-items:flex-start}.comment-avatar-img{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0}.comment-avatar-placeholder{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;color:#fff;flex-shrink:0}.comment-meta{display:flex;flex-direction:column;gap:2px}.comment-author{font-weight:500;color:inherit;text-decoration:none}a.comment-author:hover{text-decoration:underline}.comment-time{color:gray;font-size:12px}.comment-content{white-space:pre-wrap;word-break:break-word}.comment-attachments{margin-top:8px}.attachment-image{max-width:100%;max-height:200px;display:block;margin-top:8px}.attachment-link{display:block;color:gray;margin-top:4px}.reply-btn{background:none;border:none;color:gray;font:inherit;font-size:12px;cursor:pointer;padding:0;margin-top:8px}.reply-btn:hover{color:#000}.comment-form{padding:16px;border-top:1px solid #eee}.comment-form textarea{width:100%;border:1px solid #eee;padding:12px;font:inherit;resize:none;margin-bottom:8px}.comment-form textarea:focus{outline:none;border-color:gray}.comment-form-actions{display:flex;justify-content:space-between;align-items:center}.attach-btn{color:gray;cursor:pointer}.attach-btn input{display:none}.attach-btn:hover{color:#000}.submit-btn{background:#000;color:#fff;border:none;padding:8px 16px;font:inherit;cursor:pointer}.submit-btn:hover{background:#333}.pending-attachments{margin-top:8px}.pending-file{display:flex;align-items:center;justify-content:space-between;padding:4px 8px;background:#f5f5f5;margin-bottom:4px;font-size:12px}.pending-file button{background:none;border:none;color:gray;cursor:pointer;padding:0}.sidebar-actions{padding:16px;border-top:1px solid #eee}.delete-highlight-btn{background:none;border:none;color:gray;font:inherit;cursor:pointer;padding:0}.delete-highlight-btn:hover{color:#000}.auth-page{min-height:100vh;padding:48px 24px;max-width:680px;margin:0 auto}.auth-page p{margin:0 0 16px;line-height:1.5}.auth-page a{color:inherit}.form-field{margin-bottom:16px}.form-field label{display:block;margin-bottom:4px;color:gray}.form-field input,.form-field select{width:100%;padding:12px;font:inherit;border:1px solid #eee;background:#fff}.form-field input:focus,.form-field select:focus{outline:none;border-color:gray}.auth-btn{width:100%;background:#000;color:#fff;border:none;padding:12px;font:inherit;cursor:pointer;margin-bottom:16px}.auth-btn:hover{background:#333}.auth-btn:disabled{background:gray;cursor:not-allowed}.error-text{color:#c00}.logout-btn{background:none;border:none;color:gray;font:inherit;cursor:pointer;padding:0}.logout-btn:hover{color:#000}.profile-avatar{margin-bottom:24px}.avatar-img{width:80px;height:80px;border-radius:50%;object-fit:cover}.avatar-placeholder{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:500;color:#fff}.avatar-upload{display:block;margin-top:8px;color:gray;cursor:pointer}.avatar-upload:hover{color:#000}.avatar-upload input{display:none}.public-profile{text-align:center}.public-profile h2{margin:16px 0 4px}.username-label{color:gray;margin:0 0 16px}.profile-stats{display:flex;justify-content:center;gap:24px;color:gray;margin-top:16px}.highlight-popover{display:flex;gap:0}.highlight-popover .image-buttons{display:flex;border-left:1px solid rgba(255,255,255,.2)}.highlight-popover .image-buttons.hidden{display:none}.insert-image-btn{display:block;background:none;border:none;color:#fff;font:inherit;font-size:.875em;cursor:pointer;padding:12px;min-height:44px;-webkit-tap-highlight-color:transparent;white-space:nowrap}.insert-image-btn:hover{background:#ffffff1a}.insert-image-btn:first-child{border-left:1px solid rgba(255,255,255,.2)}.image-dialog-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100;padding:16px}.image-dialog-overlay.hidden{display:none}.image-dialog{background:#fff;width:100%;max-width:480px;border-radius:8px;overflow:hidden}.image-dialog-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #eee}.image-dialog-header h3{margin:0;font-size:1.125rem;font-weight:500}.image-dialog-close{background:none;border:none;font-size:24px;color:gray;cursor:pointer;padding:0;line-height:1}.image-dialog-close:hover{color:#000}.image-dialog-body{padding:16px}.image-dialog-context{margin:0 0 12px;color:gray;font-style:italic;font-size:.875em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.image-prompt-input{width:100%;border:1px solid #eee;border-radius:4px;padding:12px;font:inherit;resize:none}.image-prompt-input:focus{outline:none;border-color:gray}.image-prompt-input:disabled{background:#f5f5f5;color:gray}.image-dialog-error{margin:8px 0 0;color:#c00;font-size:.875em}.image-dialog-error.hidden{display:none}.image-dialog-footer{display:flex;justify-content:flex-end;gap:8px;padding:16px;border-top:1px solid #eee}.image-dialog-cancel{background:none;border:1px solid #eee;padding:8px 16px;font:inherit;cursor:pointer;border-radius:4px}.image-dialog-cancel:hover{background:#f5f5f5}.image-dialog-cancel:disabled{color:gray;cursor:not-allowed}.image-dialog-generate{background:#000;color:#fff;border:none;padding:8px 16px;font:inherit;cursor:pointer;border-radius:4px;min-width:100px}.image-dialog-generate:hover{background:#333}.image-dialog-generate:disabled{background:gray;cursor:not-allowed}.generated-image{margin:2em 0;padding:0}.generated-image img{max-width:100%;height:auto;display:block;margin:0 auto;border-radius:4px}.generated-image figcaption{font-size:.75em;color:gray;text-align:center;margin-top:8px;font-style:italic}.position-markers{position:fixed;top:0;left:0;width:0;height:0;z-index:20;pointer-events:none}.position-marker{position:fixed;width:1rem;height:1rem;border-radius:50%;overflow:hidden;transition:top .15s ease-out,opacity .15s ease-out;pointer-events:auto;cursor:default;box-shadow:0 1px 2px #0000001f}.position-marker.is-current-user{box-shadow:0 0 0 1px #fff,0 0 0 2px #000}.position-marker-img{width:100%;height:100%;object-fit:cover}.position-marker-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:500;color:#fff}@media(max-width:480px){.highlight-popover{flex-wrap:wrap}.highlight-popover .image-buttons{border-left:none;border-top:1px solid rgba(255,255,255,.2);width:100%;justify-content:center}.insert-image-btn:first-child{border-left:none}.image-dialog{max-width:none;margin:0}}
