body{background-color:#0f172a;color:#fff;font-family:"Bree Serif",serif}.home-container{align-items:center;background-image:url(https://assets.ccbp.in/frontend/react-js/ipl-dashboard-lg-bg.png);background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;height:100vh;justify-content:center}@media screen and (max-width:768px){.home-container{background-image:url(https://assets.ccbp.in/frontend/react-js/ipl-dashboard-sm-bg.png);background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column}}.team-matches-container{align-items:center;background-position:50%;background-size:cover;display:flex;flex-direction:column;padding:20px}.header{align-items:center;display:flex;gap:12px;margin-bottom:32px}.ipl-logo{height:50px;width:50px}.heading{font-size:32px;font-weight:700}.teams-list{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));list-style:none;max-width:1000px;padding:0;width:100%}.team-card{align-items:center;animation:fadeInUp .5s forwards;background-color:#fff3;border:1px solid #475569;border-radius:12px;cursor:pointer;display:flex;gap:12px;opacity:0;padding:20px;text-align:center;transform:translateY(500px);transition:transform .3s ease,box-shadow .3s ease}.team-card:first-child{animation-delay:.1s}.team-card:nth-child(2){animation-delay:.2s}.team-card:nth-child(3){animation-delay:.3s}.team-card:nth-child(4){animation-delay:.4s}.team-card:nth-child(5){animation-delay:.5s}.team-card:nth-child(6){animation-delay:.6s}.team-card:nth-child(7){animation-delay:.7s}.team-card:nth-child(8){animation-delay:.8s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.team-card:hover{box-shadow:0 0 12px #fff3;transform:scale(1.05)}.team-logo{height:40px;width:40px}.team-name{color:#fff;font-size:16px;font-weight:700;text-decoration:none}.team-banner{border-radius:8px;margin-bottom:24px;width:100%}.latest-match-container{margin-bottom:20px;width:100%}.latest-match-title{font-size:24px;margin-bottom:12px}.latest-match-card{align-items:center;animation:slideIn .6s ease forwards;background-color:#1e293b;border-radius:16px;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;list-style-type:none;opacity:0;padding:20px;transform:translateY(40px)}@keyframes slideIn{to{opacity:1;transform:translateY(0)}}.latest-match-logo{height:80px;width:80px}.match-cards-list{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));list-style-type:none;margin-left:-2%;width:100%}.match-card{background-color:#1e293b;border-radius:16px;padding:20px;text-align:center;transition:transform .3s ease}.match-card:hover{transform:translateY(-5px)}.match-logo{height:50px;margin-bottom:8px;width:50px}.status-won{color:#18ed66;font-weight:700}.status-lost{color:#e31a1a;font-weight:700}.kkr-bg{background:linear-gradient(180deg,#5755a7,#1e293b)}.rcb-bg{background:linear-gradient(180deg,#da237b,#1e293b)}.kxp-bg{background:linear-gradient(180deg,#d91c1f,#1e293b)}.csk-bg{background:linear-gradient(180deg,#f7db00,#1e293b)}.rr-bg{background:linear-gradient(180deg,#4f5db0,#1e293b)}.mi-bg{background:linear-gradient(180deg,#13418b,#1e293b)}.srh-bg{background:linear-gradient(180deg,#f26d22,#1e293b)}.dc-bg{background:linear-gradient(180deg,#0f172a,#1e293b)}@media screen and (max-width:768px){.latest-match-card{align-items:flex-start;flex-direction:column}.teams-list{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.team-card{align-items:center;margin:5px;min-height:100px;width:30vw}.match-card{padding:16px}.match-cards-list{margin-left:-6%}}.loader{animation:spin 1s linear infinite;border:5px solid #fff3;border-radius:50%;border-top-color:#fff;height:40px;margin:40px auto;width:40px}@keyframes spin{to{transform:rotate(1turn)}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.e0b4d4c0.css.map*/