@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Georgia,Times New Roman,serif;line-height:1.6;font-weight:400;color-scheme:light;color:#1f2937;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bible-font-size: 18px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.prose{font-family:Georgia,Times New Roman,serif}.prose sup{font-family:system-ui,-apple-system,sans-serif;font-weight:600;color:#2563eb}.verse-selected{background:linear-gradient(120deg,#fef3c7,#fde68a);border-radius:4px;padding:2px 4px;box-shadow:0 0 0 2px #f59e0b33;transition:all .3s ease}.verse-highlighted{background:linear-gradient(120deg,#fefce8,#fef3c7);border-radius:4px;padding:2px 4px;transition:all .3s ease}.verse-hover{background:linear-gradient(120deg,#f8fafc,#f1f5f9);border-radius:4px;padding:2px 4px;transition:all .2s ease;cursor:pointer}.btn-primary{@apply bg-blue-600 hover:bg-blue-700 text-white font-medium py-2 px-4 rounded-lg transition-all duration-200 shadow-sm hover:shadow-md;}.btn-secondary{@apply bg-gray-100 hover:bg-gray-200 text-gray-700 font-medium py-2 px-4 rounded-lg transition-all duration-200;}.btn-ghost{@apply text-gray-600 hover:text-gray-900 hover:bg-gray-100 py-2 px-3 rounded-lg transition-all duration-200;}.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006}w.modal-content{box-shadow:0 25px 50px -12px #00000040;border:1px solid rgba(255,255,255,.1)}.notes-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:9999px;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out}.notes-cta:hover{background:#f3f4f6;box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-1px)}.notes-cta .notes-icon{color:#10b981}.slider::-webkit-slider-thumb{appearance:none;height:18px;width:18px;border-radius:50%;background:#3b82f6;cursor:pointer;box-shadow:0 2px 4px #0003;border:3px solid white;transition:all .2s ease}.slider::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 4px 8px #0000004d}.slider::-moz-range-thumb{height:18px;width:18px;border-radius:50%;background:#3b82f6;cursor:pointer;box-shadow:0 2px 4px #0003;border:3px solid white;transition:all .2s ease}.slider::-webkit-slider-track{height:6px;border-radius:3px}.slider::-moz-range-track{height:6px;border-radius:3px;background:#e5e7eb}.chapter-title{font-family:Playfair Display,Georgia,serif;font-weight:300;letter-spacing:.05em;color:#1f2937}.chapter-subtitle{font-family:Georgia,serif;font-style:italic;color:#6b7280}::selection{background:#dbeafe;color:#1e40af}::-moz-selection{background:#dbeafe;color:#1e40af}.verse-menu{animation:slideIn .2s ease-out;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){:root{--bible-font-size: 16px}.chapter-title{font-size:2rem}.prose{line-height:1.7}}@media print{.btn-primary,.btn-secondary,.btn-ghost,.verse-menu{display:none!important}.prose{font-size:12pt;line-height:1.5}.chapter-title{font-size:18pt;margin-bottom:12pt}}.loading-spinner{@apply animate-spin rounded-full border-2 border-gray-300 border-t-blue-600;}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}input,textarea,select{pointer-events:auto!important;position:relative;z-index:1}.modal-content input,.modal-content textarea,.modal-content select{pointer-events:auto!important;position:relative;z-index:10}@media (prefers-color-scheme: dark){.dark-mode{--bible-font-size: 18px;background-color:#111827;color:#f9fafb}.dark-mode .prose{color:#e5e7eb}.dark-mode .verse-selected{background:linear-gradient(120deg,#451a03,#78350f)}}
