*{margin:0;padding:0;box-sizing:border-box}body{font-family:Libre Baskerville,serif;background:#ffeaee;min-height:100vh;color:#1e3a8a;font-weight:500}.container{max-width:1200px;margin:0 auto;padding:20px}header{text-align:center;margin-bottom:40px}h1{font-family:Times New Roman,serif;font-size:5rem;margin-bottom:10px;color:#0075f2;font-weight:600}h2{font-family:Libre Baskerville,serif;color:#096b72;font-size:1.6rem;font-weight:700}.subtitle{font-size:1.2rem;opacity:.8;color:#096b72}.stats{display:flex;flex-direction:column;gap:20px;margin-bottom:40px}.dictionary-coverage{background:#fff6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:25px;text-align:center;border:2px solid rgba(30,58,138,.2);box-shadow:0 4px 15px #1e3a8a1a}.coverage-title{font-size:1.8rem;font-weight:700;margin-bottom:10px;color:#0075f2}.coverage-subtitle{font-size:.9rem;color:#096b72;margin-bottom:10px;margin-top:-12px;opacity:.8}.coverage-details{font-size:1.1rem;color:#096b72;margin-bottom:15px;opacity:.9}.bottom-stats{display:grid;grid-template-columns:1fr 1fr;gap:20px}.stat-card{background:#fff6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:20px;text-align:center;border:2px solid rgba(30,58,138,.2);box-shadow:0 4px 15px #1e3a8a1a;min-height:120px;display:flex;flex-direction:column;justify-content:center}.stat-number{font-size:2.2rem;font-weight:600;margin-bottom:8px;color:#0075f2;overflow-x:auto;white-space:nowrap;padding:5px 0}.stat-number::-webkit-scrollbar{height:6px}.stat-number::-webkit-scrollbar-track{background:#fff3;border-radius:10px}.stat-number::-webkit-scrollbar-thumb{background:#0075f280;border-radius:10px}.stat-number::-webkit-scrollbar-thumb:hover{background:#0075f2cc}.stat-label{opacity:.9;color:#096b72;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.recent-words{background:#ffffff4d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:25px;margin-bottom:25px;border:2px solid rgba(30,58,138,.15);box-shadow:0 4px 20px #1e3a8a14}.recent-words h2{margin-bottom:15px}.word-stream{display:flex;flex-direction:column;gap:15px;min-height:200px}.word-section{display:flex;flex-direction:column;gap:8px}.word-section-content{display:flex;flex-wrap:wrap;gap:10px;align-items:center;min-height:100px}.word{background:#0075f233;padding:6px 14px;border-radius:10px;font-size:.95rem;color:#096b72;font-weight:500;border:1px solid rgba(0,117,242,.3);position:relative}.word.initial-word{background:#0075f21a;border:1px solid rgba(0,117,242,.2);color:#096b72;opacity:.8}@keyframes fadeRing{0%{box-shadow:inset 0 0 0 3px #1e3a8a,0 0 8px #1e3a8a4d}to{box-shadow:inset 0 0 0 1px #0075f24d,none}}.connection-status{display:none}.progress-bar{width:100%;height:22px;background:#fff3;border-radius:11px;overflow:hidden;margin-top:10px;border:1px solid rgba(9,107,114,.3)}.progress-fill{height:100%;background:linear-gradient(90deg,#0075f2,#096b72);transition:width .3s ease}.discoveries-list,.posts-list{height:450px;overflow-y:auto}.discovery-item{background:#ffffffb3;border-radius:12px;padding:15px;margin-bottom:10px;box-shadow:0 2px 8px #1e3a8a1a}.discovery-words{font-weight:600;color:#1e3a8a;margin-bottom:8px;font-size:1rem}.discovery-text{font-size:.95rem;opacity:.85;line-height:1.5;color:#096b72}.post-meta{font-size:.85rem;opacity:.8;margin-top:8px;color:#9ad1d4}.unseen-words-container{max-height:400px;overflow-y:auto}.unseen-words-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;margin-bottom:15px}@media (min-width: 768px){.unseen-words-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.unseen-words-grid{grid-template-columns:repeat(3,1fr)}}.unseen-word{background:#9ad1d44d;padding:6px 10px;border-radius:8px;font-size:.75rem;color:#096b72;text-align:center;border:1px solid rgba(154,209,212,.4);font-weight:500;cursor:pointer;transition:all .2s ease;position:relative;word-wrap:break-word;overflow-wrap:break-word}.unseen-word:hover{background:#9ad1d480;border-color:#9ad1d499;transform:translateY(-1px);box-shadow:0 2px 8px #9ad1d44d}.unseen-word:hover .unseen-word-overlay{opacity:1}.unseen-word-overlay{position:absolute;inset:0;background:#096b72f2;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600;border-radius:8px;opacity:0;transition:opacity .2s ease;pointer-events:none}.loading-more{text-align:center;padding:15px;color:#9ad1d4}.search-box{width:100%;padding:10px;margin-bottom:15px;border:2px solid rgba(30,58,138,.2);border-radius:8px;background:#fff9;font-family:Bodoni Moda,serif;font-size:.9rem;color:#1e3a8a}.search-box:focus{outline:none;border-color:#1e3a8a;box-shadow:0 0 8px #1e3a8a4d}.discovery-words .new-word-highlight{font-weight:700;color:#1e3a8a}.discovery-text .new-word-highlight{font-weight:700;color:#1e3a8a;background:#1e3a8a1a;padding:2px 4px;border-radius:3px}.discoveries-list::-webkit-scrollbar,.seen-words-container::-webkit-scrollbar,.unseen-words-container::-webkit-scrollbar{width:8px}.discoveries-list::-webkit-scrollbar-track,.seen-words-container::-webkit-scrollbar-track,.unseen-words-container::-webkit-scrollbar-track{background:#ffffff1a;border-radius:10px}.discoveries-list::-webkit-scrollbar-thumb,.seen-words-container::-webkit-scrollbar-thumb,.unseen-words-container::-webkit-scrollbar-thumb{background:#096b7280;border-radius:10px}.discoveries-list::-webkit-scrollbar-thumb:hover,.seen-words-container::-webkit-scrollbar-thumb:hover,.unseen-words-container::-webkit-scrollbar-thumb:hover{background:#096b72cc}.discoveries-list,.seen-words-container,.unseen-words-container{scroll-behavior:smooth}.tracking-since{font-size:.85rem;color:#096b72;margin-top:10px;opacity:.8}.word-sections{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-bottom:25px}.word-section{background:#ffffff4d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:25px;border:2px solid rgba(30,58,138,.15);box-shadow:0 4px 20px #1e3a8a14}.seen-words-container{max-height:400px;overflow-y:auto}.seen-words-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:15px}@media (min-width: 768px){.seen-words-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.seen-words-grid{grid-template-columns:repeat(3,1fr)}}.seen-word{background:#0075f233;padding:8px 12px;border-radius:8px;font-size:.9rem;color:#096b72;text-align:center;border:1px solid rgba(0,117,242,.3);font-weight:500;position:relative}.seen-word .word-count{font-size:.7rem;color:#1e3a8a;margin-top:2px}.seen-word .word-timestamp{font-size:.6rem;color:#16a34a;margin-top:2px;font-weight:600}.footer{text-align:center;padding:30px 0;margin-top:40px;border-top:1px solid rgba(30,58,138,.1);font-size:.9rem;color:#096b72;opacity:.8}.footer a{color:#0075f2;text-decoration:none;font-weight:600;position:relative;transition:all .3s ease}.footer a:hover{color:#1e3a8a;text-shadow:0 0 8px rgba(30,58,138,.3);transform:translateY(-1px)}.footer a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(90deg,#0075f2,#096b72);transition:width .3s ease}.footer a:hover:after{width:100%}@media (max-width: 768px){.word-sections,.bottom-stats{grid-template-columns:1fr}.coverage-title{font-size:1.5rem}.coverage-details{font-size:1rem}h1{font-size:3.5rem}}#totalWords,#postsProcessed{font-family:Libertinus Mono,monospace;letter-spacing:-.15em}
