:root{--primary-daily:#ffeb3b;--bg-daily:#fff;--text-daily:#000;--text-muted:#666}body[data-theme=daily]{background-color:var(--bg-daily);color:var(--text-daily);margin:0;font-family:Inter,sans-serif;padding-bottom:70px}.container{max-width:600px;margin:0 auto;padding:0 1rem}.status-bar{background-color:var(--primary-daily);padding:.5rem 0;font-size:.75rem;font-weight:800;text-align:center;text-transform:uppercase}.daily-nav{height:60px;display:flex;align-items:center;border-bottom:1px solid #eee;background:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:100}.daily-nav .container{display:flex;justify-content:space-between;align-items:center}.brand{font-size:1.25rem;font-weight:900;color:#ffeb3b;-webkit-text-stroke:1px #000}.card-feed{padding:1.5rem 0;border-bottom:1px solid #eee}.card-feed .meta{display:flex;gap:.5rem;margin-bottom:.5rem;font-size:.7rem;font-weight:800;text-transform:uppercase}.tag-new{background-color:#000}.tag-expiring,.tag-new{color:#fff;padding:.2rem .5rem;border-radius:4px}.tag-expiring{background-color:#ff4d4d}.card-feed h3{font-size:1.1rem;font-weight:800;margin-bottom:.5rem;line-height:1.3}.card-feed p{font-size:.9rem;color:var(--text-muted);line-height:1.5}.tab-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #eee;height:60px;z-index:1000}.tab-bar,.tab-bar .container{display:flex;align-items:center}.tab-bar .container{justify-content:space-between;width:100%}.tab{font-size:.7rem;font-weight:800;text-transform:uppercase;color:#888;cursor:pointer;text-align:center}.tab.active{color:#000;border-bottom:2px solid var(--primary-daily)}