*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,sans-serif;background:#f5f5f5;min-height:100vh;padding:20px}@media (prefers-color-scheme:dark){body{background:#0a0f1a}}.container{max-width:800px;margin:0 auto}header{margin-bottom:20px}.back-link{display:inline-block;color:#667eea;text-decoration:none;font-size:14px;margin-bottom:16px}.back-link:hover{text-decoration:underline}h1{font-size:32px;font-weight:700;color:#333;margin-bottom:8px}.description{color:#666;font-size:16px;line-height:1.5}.description code{background:#e8e8e8;padding:2px 6px;border-radius:4px;font-size:14px;color:#764ba2}@media (prefers-color-scheme:dark){h1{color:#f0f0f0}.description{color:#a0a8b8}.description code{background:#2a2f3d;color:#c9a0f0}}.stats{display:flex;gap:24px;flex-wrap:wrap;background:#fff;padding:12px 20px;border-radius:4px;margin-bottom:12px;font-size:14px;color:#555;box-shadow:0 1px 3px rgba(0,0,0,0.1)}@media (prefers-color-scheme:dark){.stats{background:#1a1f2e;color:#a0a8b8;box-shadow:0 1px 3px rgba(0,0,0,0.3)}}.controls{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}.control-btn{padding:8px 16px;border:none;border-radius:8px;background:#fff;color:#555;font-size:13px;font-weight:500;cursor:pointer;box-shadow:0 1px 3px rgba(0,0,0,0.1);transition:all 0.15s ease}.control-btn:hover{background:#667eea;color:white;box-shadow:0 2px 8px rgba(102,126,234,0.3)}.control-btn:active{transform:scale(0.97)}@media (prefers-color-scheme:dark){.control-btn{background:#1a1f2e;color:#a0a8b8;box-shadow:0 1px 3px rgba(0,0,0,0.3)}.control-btn:hover{background:#667eea;color:white}}#list-container{height:560px;background:var(--vlist-bg);border-radius:2px;box-shadow:0 2px 8px rgba(0,0,0,0.1);overflow:hidden}@media (prefers-color-scheme:dark){#list-container{box-shadow:0 2px 12px rgba(0,0,0,0.4)}}#list-container .vlist-item{padding:0;border-bottom:none;cursor:default}#list-container .vlist-item:hover{background-color:var(--vlist-bg-hover)}.date-header{display:flex;align-items:center;gap:12px;padding:0 20px;height:100%}.date-header__line{flex:1;height:1px;background:var(--vlist-border)}.date-header__text{font-size:11px;font-weight:600;color:var(--vlist-text-muted);text-transform:uppercase;letter-spacing:0.5px;white-space:nowrap}.message{display:flex;align-items:flex-start;gap:10px;padding:8px 16px;height:100%}.message__avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:13px;flex-shrink:0;margin-top:2px}.message__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.message__meta{display:flex;align-items:baseline;gap:8px}.message__user{font-weight:600;font-size:13px;color:var(--vlist-text)}.message__time{font-size:11px;color:var(--vlist-text-muted)}.message__text{font-size:14px;color:var(--vlist-text);opacity:0.82;line-height:1.45}.height-distribution{background:#fff;border-radius:8px;padding:16px 20px;margin-top:12px;box-shadow:0 1px 3px rgba(0,0,0,0.1);display:flex;flex-direction:column;gap:6px}.dist-title{font-size:13px;font-weight:600;color:#444;margin-bottom:4px}.dist-row{display:flex;align-items:center;gap:12px}.dist-label{font-size:12px;font-weight:500;color:#666;width:110px;flex-shrink:0}.dist-bar-track{flex:1;height:8px;background:#f0f0f0;border-radius:4px;overflow:hidden}.dist-bar{height:100%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:4px;transition:width 0.3s ease}.dist-value{font-size:12px;color:#737373;width:100px;text-align:right;flex-shrink:0}@media (prefers-color-scheme:dark){.height-distribution{background:#1a1f2e;box-shadow:0 1px 3px rgba(0,0,0,0.3)}.dist-title{color:#c0c8d8}.dist-label{color:#a0a8b8}.dist-bar-track{background:#252a38}.dist-value{color:#8890a0}}footer{margin-top:20px;text-align:center;color:#6b6b6b;font-size:14px;line-height:1.6}@media (prefers-color-scheme:dark){footer{color:#8890a0}}