:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;color:#1a1a1a;background:#fafafa}*{box-sizing:border-box}body{margin:0}.app{max-width:960px;margin:0 auto;padding:1rem}.app-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem 0 1.5rem;border-bottom:1px solid #e5e5e5;margin-bottom:1.5rem}.brand{font-weight:600;font-size:1.25rem;color:inherit;text-decoration:none}.app-main h1{margin-top:0}button{font:inherit;padding:.4rem .9rem;border:1px solid #1a1a1a;background:#1a1a1a;color:#fafafa;border-radius:4px;cursor:pointer}button:hover{background:#333}.auth-status{display:flex;align-items:center;gap:.75rem;font-size:.9rem}.muted{color:#666}.sign-in-required{padding:1.5rem;border:1px dashed #ccc;border-radius:8px;background:#fff;text-align:center}.sign-in-required p{margin-top:0}.round-selector{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end;margin:1rem 0 2rem}.round-selector label{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem;color:#444}.round-selector input{font:inherit;padding:.4rem .6rem;border:1px solid #ccc;border-radius:4px;width:6.5rem}.round-header{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;margin-bottom:1rem}.round-header h1,.round-header .round-selector{margin:0}.error-box{padding:1rem 1.25rem;border-left:3px solid #c0392b;background:#fdecea;border-radius:4px;color:#5a1a13}.match-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:640px){.match-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.match-grid{grid-template-columns:repeat(3,1fr)}}.match-card{padding:1rem;border:1px solid #e5e5e5;border-radius:8px;background:#fff;display:flex;flex-direction:column;gap:.5rem}.match-card-head{display:flex;justify-content:space-between;gap:.75rem;align-items:baseline;flex-wrap:wrap}.teams{font-size:1.05rem}.team{font-weight:600}.kickoff{font-size:.85rem;white-space:nowrap}.prob-bar{height:.6rem;background:#e0e0e0;border-radius:999px;overflow:hidden}.prob-bar-home{display:block;height:100%;background:#1a1a1a}.prob-labels{display:flex;justify-content:space-between;font-size:.85rem;color:#444}.pick{margin:.25rem 0 0;font-size:.95rem}.preview{margin:.5rem 0 0;color:#333;font-size:.9rem;line-height:1.4}
