:root{--bg-primary: #ffffff;--bg-secondary: #f5f5f5;--bg-tertiary: #e8e8e8;--bg-menu: #ffffff;--bg-menu-hover: #f0f0f0;--text-primary: #1a1a1a;--text-secondary: #666666;--text-muted: #999999;--accent: #4a6fa5;--accent-hover: #3d5d8a;--border: #e0e0e0;--shadow: rgba(0, 0, 0, .1);--font-scale: 100;--content-padding: 16;--verse-num-gap: 4;--verse-spacing: 16}:root.dark{--bg-primary: #1a1a2e;--bg-secondary: #16213e;--bg-tertiary: #0f3460;--bg-menu: #2d3a5c;--bg-menu-hover: #3d4a6c;--text-primary: #eaeaea;--text-secondary: #b0b0b0;--text-muted: #777777;--accent: #e94560;--accent-hover: #ff6b6b;--border: #3a4a6a;--shadow: rgba(0, 0, 0, .3)}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-text-size-adjust:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans KR,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;min-height:100vh;transition:background-color .3s,color .3s}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}button{cursor:pointer;font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.container{max-width:768px;margin:0 auto;padding:0 1rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.verse-content{font-size:calc(1.05rem * var(--font-scale, 100) / 100)}@media(max-width:480px){.verse-content{font-size:calc(1rem * var(--font-scale, 100) / 100)}}.app.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}.header.svelte-12qhfyh{background-color:var(--bg-secondary);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.header-content.svelte-12qhfyh{max-width:768px;margin:0 auto;padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;color:var(--text-primary);font-weight:600;font-size:1.1rem}.logo.svelte-12qhfyh:hover{color:var(--accent)}.logo-icon.svelte-12qhfyh{font-size:1.5rem}.nav.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem}.font-controls.svelte-12qhfyh{display:flex;gap:.25rem}.font-btn.svelte-12qhfyh{background:none;border:1px solid var(--border);color:var(--text-secondary);padding:.5rem .75rem;font-size:.9rem;font-weight:600;border-radius:6px;transition:all .2s;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.font-btn.svelte-12qhfyh:hover:not(:disabled){background-color:var(--bg-tertiary);color:var(--text-primary);border-color:var(--accent)}.font-btn.svelte-12qhfyh:active:not(:disabled){transform:scale(.95)}.font-btn.svelte-12qhfyh:disabled{opacity:.4;cursor:not-allowed}.menu-container.svelte-12qhfyh{position:relative}.menu-btn.svelte-12qhfyh{background:none;border:none;color:var(--text-secondary);padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.menu-btn.svelte-12qhfyh:hover{background-color:var(--bg-tertiary);color:var(--text-primary)}.menu-dropdown.svelte-12qhfyh{position:absolute;top:calc(100% + .5rem);right:0;background-color:var(--bg-menu);border:1px solid var(--border);border-radius:8px;box-shadow:0 4px 12px var(--shadow);min-width:160px;overflow:hidden;z-index:200}.menu-item.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;color:var(--text-primary);font-size:.9rem;text-align:left;cursor:pointer;transition:background-color .2s}.menu-item.svelte-12qhfyh:hover{background-color:var(--bg-menu-hover)}.settings-panel.svelte-12qhfyh,.bookmark-panel.svelte-12qhfyh{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--bg-menu);border:1px solid var(--border);border-radius:12px;box-shadow:0 8px 32px var(--shadow);width:calc(100% - 2rem);max-width:360px;z-index:300}.bookmark-panel.svelte-12qhfyh{max-height:80vh;display:flex;flex-direction:column}.panel-header.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid var(--border)}.panel-header.svelte-12qhfyh h3:where(.svelte-12qhfyh){font-size:1rem;font-weight:600;color:var(--text-primary)}.close-btn.svelte-12qhfyh{background:none;border:none;color:var(--text-secondary);padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.close-btn.svelte-12qhfyh:hover{background-color:var(--bg-tertiary);color:var(--text-primary)}.settings-content.svelte-12qhfyh{padding:1rem;display:flex;flex-direction:column;gap:1.25rem}.setting-item.svelte-12qhfyh{display:flex;flex-direction:column;gap:.5rem}.setting-item.svelte-12qhfyh label:where(.svelte-12qhfyh){font-size:.85rem;color:var(--text-secondary);font-weight:500}.slider-row.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem}.slider-row.svelte-12qhfyh input[type=range]:where(.svelte-12qhfyh){flex:1;height:8px;border-radius:4px;background:linear-gradient(to right,var(--accent) 0%,var(--accent) 50%,var(--border) 50%,var(--border) 100%);appearance:none;-webkit-appearance:none}.slider-row.svelte-12qhfyh input[type=range]:where(.svelte-12qhfyh)::-webkit-slider-runnable-track{height:8px;border-radius:4px;background:var(--border)}.slider-row.svelte-12qhfyh input[type=range]:where(.svelte-12qhfyh)::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:22px;height:22px;border-radius:50%;background:var(--accent);border:3px solid #fff;box-shadow:0 2px 6px #0000004d;cursor:pointer;transition:transform .1s;margin-top:-7px}.slider-row.svelte-12qhfyh input[type=range]:where(.svelte-12qhfyh)::-webkit-slider-thumb:hover{transform:scale(1.15);background:var(--accent-hover)}.slider-row.svelte-12qhfyh input[type=range]:where(.svelte-12qhfyh)::-moz-range-track{height:8px;border-radius:4px;background:var(--border)}.slider-row.svelte-12qhfyh input[type=range]:where(.svelte-12qhfyh)::-moz-range-thumb{width:22px;height:22px;border:3px solid #fff;border-radius:50%;background:var(--accent);box-shadow:0 2px 6px #0000004d;cursor:pointer}.slider-value.svelte-12qhfyh{min-width:40px;text-align:right;font-size:.85rem;color:var(--text-primary);font-weight:500}.main.svelte-12qhfyh{flex:1;padding:1rem calc(var(--content-padding, 16) * 1px)}.footer.svelte-12qhfyh{background-color:var(--bg-secondary);border-top:1px solid var(--border);padding:1rem;text-align:center;color:var(--text-muted);font-size:.85rem}.bookmark-content.svelte-12qhfyh{padding:.5rem;overflow-y:auto;flex:1}.empty-bookmark.svelte-12qhfyh{text-align:center;color:var(--text-muted);padding:1.5rem 1rem .5rem;font-size:.9rem}.empty-bookmark-hint.svelte-12qhfyh{text-align:center;color:var(--text-muted);padding:0 1rem 1.5rem;font-size:.8rem;opacity:.7}.bookmark-list.svelte-12qhfyh{display:flex;flex-direction:column;gap:.25rem}.bookmark-item.svelte-12qhfyh{display:flex;align-items:stretch;border-radius:8px;overflow:hidden;background-color:var(--bg-secondary);transition:background-color .2s}.bookmark-item.svelte-12qhfyh:hover{background-color:var(--bg-tertiary)}.bookmark-link.svelte-12qhfyh{flex:1;display:flex;justify-content:space-between;align-items:center;padding:.75rem;color:inherit;text-decoration:none}.bookmark-info.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem}.bookmark-book.svelte-12qhfyh{font-weight:600;color:var(--text-primary);font-size:.95rem}.bookmark-chapter.svelte-12qhfyh{font-size:.85rem;color:var(--accent)}.bookmark-date.svelte-12qhfyh{font-size:.75rem;color:var(--text-muted)}.bookmark-remove.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;padding:0 .75rem;background:none;border:none;border-left:1px solid var(--border);color:var(--text-muted);cursor:pointer;transition:all .2s}.bookmark-remove.svelte-12qhfyh:hover{background-color:#ff64641a;color:#ff6b6b}.clear-all-btn.svelte-12qhfyh{width:100%;padding:.75rem;margin-top:.5rem;background:none;border:1px solid var(--border);border-radius:8px;color:var(--text-muted);font-size:.85rem;cursor:pointer;transition:all .2s}.clear-all-btn.svelte-12qhfyh:hover{background-color:#ff64641a;border-color:#ff6b6b;color:#ff6b6b}.confirm-overlay.svelte-12qhfyh{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:400}.confirm-dialog.svelte-12qhfyh{background-color:var(--bg-menu);border:1px solid var(--border);border-radius:12px;padding:1.5rem;width:calc(100% - 2rem);max-width:300px;box-shadow:0 8px 32px var(--shadow)}.confirm-message.svelte-12qhfyh{text-align:center;color:var(--text-primary);font-size:.95rem;margin-bottom:1.25rem}.confirm-actions.svelte-12qhfyh{display:flex;gap:.75rem}.confirm-cancel.svelte-12qhfyh,.confirm-delete.svelte-12qhfyh{flex:1;padding:.75rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.confirm-cancel.svelte-12qhfyh{background:none;border:1px solid var(--border);color:var(--text-secondary)}.confirm-cancel.svelte-12qhfyh:hover{background-color:var(--bg-tertiary);color:var(--text-primary)}.confirm-delete.svelte-12qhfyh{background-color:#ff6b6b;border:none;color:#fff}.confirm-delete.svelte-12qhfyh:hover{background-color:#ff5252}.continue-reading.svelte-12qhfyh{position:fixed;bottom:5rem;right:1rem;display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background-color:var(--accent);color:#fff;border-radius:24px;box-shadow:0 4px 12px #0000004d;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s;z-index:50}.continue-reading.svelte-12qhfyh:hover{background-color:var(--accent-hover);transform:translateY(-2px);box-shadow:0 6px 16px #00000059}.continue-reading-text.svelte-12qhfyh{max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
