:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;font-weight:400;color:#213547;background-color:#f5f5f5}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh}#root{width:100%}.post-list{max-width:800px;margin:0 auto;padding:2rem 1rem}.list-title{font-size:2rem;color:#1a1a2e;margin-bottom:.5rem;text-align:center}.list-subtitle{color:#666;text-align:center;margin-bottom:2rem}.posts-container{display:flex;flex-direction:column;gap:1rem}.post-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;transition:transform .2s,box-shadow .2s}.post-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.post-title{font-size:1.25rem;color:#1a1a2e;margin-bottom:.75rem}.post-body{color:#555;font-size:.95rem;line-height:1.7;margin-bottom:1rem}.post-meta{display:flex;justify-content:space-between;font-size:.85rem;color:#888;padding-top:.75rem;border-top:1px solid #eee}.post-author{font-weight:500;color:#646cff}.sentinel{padding:2rem;text-align:center}.loading{display:flex;align-items:center;justify-content:center;gap:.75rem;color:#666}.spinner{width:24px;height:24px;border:3px solid #e0e0e0;border-top-color:#646cff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error{color:#dc3545;padding:1rem;background:#fff5f5;border-radius:8px}.end-message{color:#666;font-size:.9rem;padding:1rem;background:#f0f0f0;border-radius:8px}@media(prefers-color-scheme:dark){:root{color:#e0e0e0;background-color:#1a1a1a}.list-title{color:#fff}.post-card{background:#2a2a2a;box-shadow:0 2px 8px #0000004d}.post-card:hover{box-shadow:0 4px 16px #0006}.post-title{color:#fff}.post-body{color:#bbb}.post-meta{border-top-color:#444}.end-message{background:#2a2a2a;color:#888}}.app{min-height:100vh}.app-header{background:linear-gradient(135deg,#667eea,#764ba2);padding:1.5rem;text-align:center}.header-content{display:flex;align-items:center;justify-content:center;gap:1rem;max-width:800px;margin:0 auto}.author-avatar{width:60px;height:60px;border-radius:50%;border:3px solid white;box-shadow:0 4px 12px #0003;object-fit:cover}.header-text{text-align:left}.app-title{font-size:1.5rem;color:#fff;margin:0;font-weight:700}.author-name{color:#ffffffe6;font-size:.9rem;margin:.25rem 0 0}.author-name a{color:#fff;text-decoration:none;font-weight:600}.author-name a:hover{text-decoration:underline}.tabs{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;background:#fff;border-bottom:1px solid #e0e0e0;position:sticky;top:0;z-index:100}.made-with{font-size:.85rem;color:#666}.made-with .heart{color:#ef4444;animation:heartbeat 1.5s ease-in-out infinite}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.made-with a{color:#646cff;text-decoration:none;font-weight:600}.made-with a:hover{text-decoration:underline}.tab-buttons{display:flex;gap:.5rem}.tab{padding:.75rem 2rem;border:none;background:transparent;font-size:1rem;font-weight:500;color:#666;cursor:pointer;border-radius:8px;transition:all .2s}.tab:hover{background:#f0f0f0;color:#333}.tab.active{background:#646cff;color:#fff}.playground{max-width:800px;margin:0 auto;padding:2rem 1rem}.playground-header{text-align:center;margin-bottom:2rem}.playground-header h1{font-size:2rem;color:#1a1a2e;margin-bottom:.5rem}.playground-subtitle{color:#666}.controls-panel{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #00000014}.control-group{margin-bottom:1.25rem}.control-group:last-of-type{margin-bottom:1rem}.control-group label{display:block;margin-bottom:.5rem;color:#333;font-size:.95rem}.control-group label strong{color:#646cff;font-weight:600}.control-group input[type=range]{width:100%;height:6px;border-radius:3px;background:#e0e0e0;outline:none;-webkit-appearance:none}.control-group input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:#646cff;cursor:pointer;border:2px solid white;box-shadow:0 2px 4px #0003}.control-hint{display:block;font-size:.8rem;color:#888;margin-top:.25rem}.reset-btn{width:100%;padding:.75rem;background:#ff6b6b;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .2s}.reset-btn:hover{background:#ee5a5a}.hook-state{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;background:#fff;border-radius:12px;padding:1rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #00000014}.state-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;background:#f8f9fa;border-radius:6px}.state-label{font-size:.85rem;color:#666}.state-value{font-family:Monaco,Menlo,monospace;font-size:.85rem;color:#333;font-weight:500}.state-value.active{color:#22c55e}.code-preview{background:#1e1e1e;border-radius:12px;padding:1rem;margin-bottom:1.5rem;overflow-x:auto}.code-preview pre{margin:0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.85rem;line-height:1.6;color:#d4d4d4}.start-message{color:#666;font-size:.9rem;padding:1rem;background:#e8f4ff;border-radius:8px;border:1px dashed #646cff}@media(prefers-color-scheme:dark){.app-header{background:linear-gradient(135deg,#4a5568,#2d3748)}.tabs{background:#2a2a2a;border-bottom-color:#444}.made-with{color:#aaa}.made-with a{color:#818cf8}.tab{color:#aaa}.tab:hover{background:#333;color:#fff}.playground-header h1{color:#fff}.controls-panel,.hook-state{background:#2a2a2a}.control-group label{color:#ddd}.control-group input[type=range]{background:#444}.state-item{background:#333}.state-label{color:#aaa}.state-value{color:#fff}.start-message{background:#1a2a3a;border-color:#646cff;color:#aaa}}
