*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0f0f1a;color:#eef;min-height:100dvh}.container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100dvh;padding:2rem;gap:2rem}.count{font-size:8rem;font-weight:700;line-height:1;transition:color .6s ease;filter:drop-shadow(0 0 24px currentColor)}@keyframes pulse-glow{0%,to{box-shadow:0 4px 24px #fbbf2466}50%{box-shadow:0 4px 48px #fbbf24bf}}.add-btn{width:100px;height:100px;border-radius:50%;border:none;background:linear-gradient(135deg,#fbbf24,#f97316);color:#fff;font-size:3rem;font-weight:700;cursor:pointer;transition:transform .1s;-webkit-tap-highlight-color:transparent;animation:pulse-glow 2.2s ease-in-out infinite}.add-btn:active{transform:scale(.92);animation:none;box-shadow:0 2px 16px #fbbf2499}.claude-message{max-width:320px;text-align:center;font-size:.95rem;color:#cccce8;font-style:italic;line-height:1.4}.quote-block{display:flex;flex-direction:column;align-items:center;gap:.5rem}.stars{display:flex;gap:.3rem}.star{font-size:1.6rem;color:#335;cursor:pointer;transition:color .15s;-webkit-tap-highlight-color:transparent}.star.filled{color:#fbbf24}.link{color:#88a;text-decoration:none;font-size:1rem}.link:hover{color:#a78bfa}.back-top-link{display:inline-block;color:#88a;text-decoration:none;font-size:.9rem;margin-bottom:.5rem}.back-top-link:hover{color:#a78bfa}.period-filters{display:flex;justify-content:center;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.pill{padding:.4rem .9rem;border-radius:20px;border:1px solid #303050;background:transparent;color:#88a;font-size:.85rem;cursor:pointer;transition:all .15s}.pill.active{background:#a78bfa;border-color:#a78bfa;color:#fff}.pill:hover:not(.active){border-color:#a78bfa;color:#a78bfa}.stats-page{padding:1.5rem;max-width:500px;margin:0 auto}.stats-page h1{text-align:center;margin-bottom:1.5rem;color:#a78bfa}.chart-container{height:220px;margin-bottom:1.5rem}.summary-cards{display:flex;gap:.75rem;margin-bottom:1.5rem}.card{flex:1;background:#17172a;border-radius:10px;padding:.75rem;text-align:center}.card-value{font-size:1.4rem;font-weight:700;color:#a78bfa}.card-label{font-size:.75rem;color:#88a;margin-top:.25rem}.section-title{color:#a78bfa;font-size:1.1rem;margin:1.5rem 0 .75rem;text-align:center}.stats-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.stats-item{display:flex;justify-content:space-between;padding:.75rem 1rem;background:#17172a;border-radius:8px}.stats-item .date{color:#88a}.stats-item .count{font-size:1.2rem;font-weight:600;color:#a78bfa}.quotes-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.quote-item{background:#17172a;border-radius:8px;padding:.75rem 1rem}.quote-text{font-style:italic;color:#cccce8;font-size:.9rem;line-height:1.4;margin-bottom:.4rem}.quote-meta{display:flex;justify-content:space-between;align-items:center}.quote-stars{color:#fbbf24;font-size:.85rem}.quote-date{color:#557;font-size:.75rem}.show-more{display:block;width:100%;margin-top:.75rem;padding:.6rem;border:1px solid #303050;border-radius:8px;background:transparent;color:#88a;font-size:.85rem;cursor:pointer;transition:all .15s}.show-more:hover{border-color:#a78bfa;color:#a78bfa}
