*,*:before,*:after{box-sizing:border-box}html{font-size:16px;-webkit-text-size-adjust:100%}body{margin:0;min-height:100vh;min-height:100dvh;font-family:Roboto,sans-serif;font-weight:400;background:#000;color:#fff;-webkit-font-smoothing:antialiased}#root{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}.app{flex:1;display:flex;flex-direction:column;padding-bottom:env(safe-area-inset-bottom,0)}.main{flex:1;padding:1rem 1.25rem 5rem}.spinner{width:40px;height:40px;margin:1.5rem auto;border:3px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.home-title{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;margin:0 0 1.5rem;text-align:center}.home-list{list-style:none;padding:0;margin:0}.home-list li{border-bottom:1px solid rgba(255,255,255,.12)}.home-list a{display:block;padding:1rem 0;color:#fff;text-decoration:none;font-size:1rem;font-weight:500}.home-list a:active{background:#ffffff0f}.home-list .count{color:#fff9;font-weight:400;font-size:.9rem}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:56px;padding-bottom:env(safe-area-inset-bottom,0);background:#000;border-top:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;gap:3rem}.bottom-nav a{color:#fff;padding:.5rem;display:flex;align-items:center;justify-content:center;text-decoration:none}.bottom-nav a.active{color:#fff;opacity:1}.bottom-nav a:not(.active){opacity:.6}.bottom-nav svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.page-title{font-size:1.25rem;font-weight:700;margin:0 0 1rem}.ask-form{display:flex;flex-direction:column;gap:1rem}.ask-form textarea{width:100%;min-height:120px;padding:1rem;font-family:Roboto,sans-serif;font-size:1rem;background:#ffffff14;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;resize:vertical}.ask-form textarea::placeholder{color:#fff6}.ask-form button{padding:.875rem 1.5rem;font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;background:#fff;color:#000;border:none;border-radius:8px;cursor:pointer}.ask-form button:active{opacity:.9}.ask-response{margin-top:1.5rem;padding:1rem;background:#ffffff0f;border-radius:8px;font-size:.95rem;line-height:1.5}.ask-response__list{margin:0;padding-left:1.25rem;list-style-type:disc}.ask-response__list li{margin-bottom:.35rem}.ask-response__list li:last-child{margin-bottom:0}.ask-response__plain{margin:0;white-space:pre-wrap}.ask-error{margin-top:1rem;color:#ffb4b4f2;font-size:.9rem}.home-error{color:#fff9;font-size:.9rem;margin:0 0 1rem}.empty-state{color:#ffffff80;font-size:.95rem}.card-list{display:flex;flex-direction:column;gap:1rem}.signals-section{margin-bottom:1.5rem}.signals-section__title{font-size:1rem;font-weight:500;margin:0 0 .75rem;color:#fffc}.signal-card{padding:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px}.signal-card__title{margin:0 0 .5rem;font-weight:500;font-size:1rem}.signal-card__meta{margin:0 0 .5rem;font-size:.85rem;color:#fff9}.signal-card__why{margin:0 0 .5rem;font-size:.9rem;color:#ffffffd9;line-height:1.4}.signal-card__source{margin:0;font-size:.8rem;color:#ffffff73}.video-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;overflow:hidden}.video-card__link{display:flex;gap:1rem;padding:.75rem;color:#fff;text-decoration:none}.video-card__link:active{background:#ffffff0f}.video-card__thumb{width:120px;height:68px;object-fit:cover;border-radius:4px;flex-shrink:0}.video-card__body{flex:1;min-width:0}.video-card__title{margin:0 0 .25rem;font-size:.95rem;font-weight:500;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-card__channel,.video-card__date{margin:0;font-size:.8rem;color:#ffffff80}
