*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background-color:#121212;color:#fff;line-height:1.5;min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:linear-gradient(180deg, rgba(99, 102, 241, 0.15) 0%, transparent 100%);border-bottom:1px solid hsla(0,0%,100%,.05);padding:1.5rem 2rem;position:sticky;top:0;z-index:100;backdrop-filter:blur(20px)}.header__content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.header__brand{display:flex;align-items:center;gap:1rem}.header__icon{width:48px;height:48px;background:linear-gradient(135deg, #6366f1, #4f46e5);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.header__icon svg{width:28px;height:28px}.header__text h1{font-size:1.5rem;font-weight:700;letter-spacing:-0.02em}.header__subtitle{font-size:.875rem;color:#b3b3b3;font-weight:500}.header__actions{display:flex;gap:.75rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;border-radius:9999px;transition:all 150ms ease}.btn--facebook{background-color:#1877f2;color:#fff}.btn--facebook:hover{background-color:rgb(48.1413934426,133.2131147541,243.3586065574);transform:scale(1.02)}.btn--share{background-color:#242424;color:#fff;border:1px solid hsla(0,0%,100%,.1)}.btn--share:hover{background-color:#2a2a2a;border-color:hsla(0,0%,100%,.2)}.btn--share svg{width:18px;height:18px}.main{flex:1;max-width:1200px;margin:0 auto;padding:2rem;width:100%}.btn--current-games{position:relative;background:linear-gradient(135deg, rgba(34, 197, 94, 0.2), rgba(34, 197, 94, 0.1));color:#fff;border:1px solid rgba(34,197,94,.4)}.btn--current-games:hover{background:linear-gradient(135deg, rgba(34, 197, 94, 0.3), rgba(34, 197, 94, 0.15));border-color:rgba(34,197,94,.6);transform:scale(1.02)}.btn--past-games{background-color:#242424;color:#fff;border:1px solid hsla(0,0%,100%,.1)}.btn--past-games:hover{background-color:#2a2a2a;border-color:hsla(0,0%,100%,.2)}.btn__pulse{position:absolute;top:8px;right:8px;width:8px;height:8px;background:#22c55e;border-radius:50%;animation:btn-pulse 2s ease-in-out infinite}.btn__pulse::before{content:"";position:absolute;inset:-3px;background:rgba(34,197,94,.4);border-radius:50%;animation:btn-pulse-ring 2s ease-in-out infinite}.btn__badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background:#22c55e;color:#fff;border-radius:9999px;font-size:.75rem;font-weight:700;margin-left:.25rem}@keyframes btn-pulse{0%,100%{opacity:1;box-shadow:0 0 6px rgba(34,197,94,.6)}50%{opacity:.6;box-shadow:0 0 12px rgba(34,197,94,.8)}}@keyframes btn-pulse-ring{0%,100%{transform:scale(1);opacity:.6}50%{transform:scale(2);opacity:0}}.modal{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:1rem}.modal.active{display:flex}.modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.8);backdrop-filter:blur(8px);animation:fadeIn .2s ease}.modal__container{position:relative;width:100%;max-width:700px;max-height:85vh;background:#181818;border-radius:16px;border:1px solid hsla(0,0%,100%,.1);box-shadow:0 25px 50px -12px rgba(0,0,0,.5);display:flex;flex-direction:column;animation:modalSlideUp .3s ease;overflow:hidden}.modal__container--large{max-width:800px;max-height:90vh}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:#242424;border-bottom:1px solid hsla(0,0%,100%,.05)}.modal__title{display:flex;align-items:center;gap:.75rem}.modal__icon{font-size:1.5rem}.modal__title-text{font-size:1.25rem;font-weight:700;color:#fff}.modal__close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:9999px;color:#b3b3b3;transition:all 150ms ease}.modal__close:hover{background:hsla(0,0%,100%,.1);color:#fff}.modal__content{flex:1;overflow-y:auto;padding:1rem}.modal__content::-webkit-scrollbar{width:6px}.modal__content::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.modal__content::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.1);border-radius:3px}.modal__content::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.2)}.modal__footer{padding:1rem 1.5rem;background:#242424;border-top:1px solid hsla(0,0%,100%,.05);display:none}.modal__footer.active{display:block}@keyframes modalSlideUp{from{opacity:0;transform:translateY(20px) scale(0.98)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-section{margin-bottom:1.5rem}.modal-section:last-child{margin-bottom:0}.modal-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid hsla(0,0%,100%,.08)}.modal-section__title{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#fff;margin:0}.modal-section__icon{font-size:1.125rem}.modal-section__badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;background:#22c55e;color:#fff;border-radius:9999px;font-size:.75rem;font-weight:700}.modal-section__count{font-size:.8125rem;font-weight:500;color:#727272}.modal-section__content{display:flex;flex-direction:column;gap:.75rem}.modal-section__pagination{margin-top:1rem;padding-top:1rem;border-top:1px solid hsla(0,0%,100%,.05)}.modal-game-card{display:grid;grid-template-columns:60px 1fr auto;gap:1rem;align-items:center;padding:1rem 1.25rem;background:#121212;border-radius:12px;border:1px solid hsla(0,0%,100%,.05);margin-bottom:.75rem;transition:all 150ms ease}.modal-game-card:last-child{margin-bottom:0}.modal-game-card:hover{border-color:hsla(0,0%,100%,.1);transform:translateX(4px)}.modal-game-card--current{border-color:rgba(34,197,94,.3);background:linear-gradient(135deg, rgba(34, 197, 94, 0.05), transparent)}.modal-game-card--current:hover{border-color:rgba(34,197,94,.5)}.modal-game-card__number{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:50px;padding:.5rem;background:rgba(99,102,241,.15);border-radius:8px}.modal-game-card__number-value{font-size:1.25rem;font-weight:700;color:#818cf8;line-height:1}.modal-game-card__number-label{font-size:.5rem;color:#727272;text-transform:uppercase;letter-spacing:.05em;margin-top:.125rem}.modal-game-card__info{display:flex;flex-direction:column;gap:.25rem;min-width:0}.modal-game-card__title{font-weight:600;font-size:1rem;color:#fff;display:flex;align-items:center;gap:.5rem}.modal-game-card__title--mystery{color:#818cf8}.modal-game-card__title--mystery .mystery-icon{animation:pulse 2s ease-in-out infinite}.modal-game-card__date{font-size:.75rem;color:#727272}.modal-game-card__winners{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.5rem}.modal-game-card__actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.modal-game-card__link{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;background:#1877f2;color:#fff;border-radius:9999px;font-size:.8125rem;font-weight:600;transition:all 150ms ease;white-space:nowrap}.modal-game-card__link:hover{background:#1a88ff;transform:scale(1.02)}.modal-game-card__status{display:inline-flex;padding:.25rem .625rem;background:rgba(34,197,94,.15);border-radius:9999px;font-size:.6875rem;font-weight:600;color:#22c55e;text-transform:uppercase;letter-spacing:.03em}.modal-game-card__count{display:flex;flex-direction:column;align-items:center;padding:.375rem .75rem;background:rgba(34,197,94,.1);border-radius:8px}.modal-game-card__count-number{font-size:1rem;font-weight:700;color:#22c55e;line-height:1}.modal-game-card__count-label{font-size:.5rem;color:#727272;text-transform:uppercase;letter-spacing:.05em}@media(max-width: 600px){.modal-game-card{grid-template-columns:50px 1fr;gap:.75rem;padding:.875rem 1rem}.modal-game-card__actions{grid-column:1/-1;flex-direction:row;align-items:center;justify-content:space-between}}.modal-winner-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:rgba(34,197,94,.1);border-radius:9999px;font-size:.75rem}.modal-winner-chip__icon{color:#22c55e;font-size:.625rem}.modal-winner-chip__name{color:#fff;font-weight:500}.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem}.pagination__info{font-size:.875rem;color:#727272;margin-right:auto}.pagination__btn{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 .75rem;background:#121212;border:1px solid hsla(0,0%,100%,.1);border-radius:8px;color:#b3b3b3;font-size:.875rem;font-weight:500;transition:all 150ms ease}.pagination__btn:hover:not(:disabled){background:#2a2a2a;border-color:hsla(0,0%,100%,.2);color:#fff}.pagination__btn:disabled{opacity:.4;cursor:not-allowed}.pagination__btn--active{background:#6366f1;border-color:#6366f1;color:#fff}.pagination__btn--active:hover:not(:disabled){background:#818cf8;border-color:#818cf8}.pagination__dots{color:#727272;padding:0 .25rem}.modal-empty{text-align:center;padding:3rem 1.5rem;color:#727272}.modal-empty--small{padding:1.5rem 1rem;background:#121212;border-radius:12px;border:1px solid hsla(0,0%,100%,.05)}.modal-empty--small .modal-empty__icon{font-size:2rem;margin-bottom:.5rem}.modal-empty--small .modal-empty__text{font-size:.875rem;margin-bottom:.25rem}.modal-empty--small .modal-empty__subtext{font-size:.8125rem}.modal-empty__icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.modal-empty__text{font-size:1rem;margin-bottom:.5rem}.modal-empty__subtext{font-size:.875rem;opacity:.7}.status-pill{display:inline-flex;align-items:center;padding:.375rem .875rem;background:rgba(99,102,241,.15);border:1px solid rgba(99,102,241,.3);border-radius:9999px;font-size:.75rem;font-weight:600;color:#818cf8;text-transform:uppercase;letter-spacing:.03em}.stats-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1rem;margin-bottom:2rem}@media(max-width: 900px){.stats-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 500px){.stats-grid{grid-template-columns:1fr}}.stat-card{background:#181818;border-radius:12px;padding:1.25rem;display:flex;align-items:center;gap:1rem;border:1px solid hsla(0,0%,100%,.05);transition:all 250ms ease}.stat-card:hover{border-color:hsla(0,0%,100%,.1);transform:translateY(-2px)}.stat-card--highlight{background:linear-gradient(135deg, rgba(99, 102, 241, 0.2), rgba(79, 70, 229, 0.1));border-color:rgba(99,102,241,.3)}.stat-card__icon{font-size:2rem;line-height:1}.stat-card__content{display:flex;flex-direction:column;gap:.25rem}.stat-card__value{font-size:1.125rem;font-weight:700;color:#fff}.stat-card__label{font-size:.75rem;color:#727272;text-transform:uppercase;letter-spacing:.05em}.tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid hsla(0,0%,100%,.05);overflow-x:auto;-webkit-overflow-scrolling:touch}.tabs::-webkit-scrollbar{display:none}.tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;color:#b3b3b3;background:rgba(0,0,0,0);border-radius:9999px;transition:all 150ms ease;white-space:nowrap}.tab:hover{color:#fff;background:#242424}.tab.active{color:#fff;background:#242424;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.1)}.tab svg{opacity:.7}.tab.active svg{opacity:1}.leaderboard-container{position:relative}.leaderboard-panel{display:none;animation:fadeIn .3s ease}.leaderboard-panel.active{display:block}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.leaderboard{background:#181818;border-radius:16px;overflow:hidden;border:1px solid hsla(0,0%,100%,.05)}.leaderboard__header{display:grid;grid-template-columns:60px 1fr 140px 100px;gap:1rem;padding:1rem 1.5rem;background:#242424;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#727272}@media(max-width: 600px){.leaderboard__header{grid-template-columns:50px 1fr 80px 70px;gap:.5rem;padding:.75rem 1rem}}.leaderboard__row{display:grid;grid-template-columns:60px 1fr 140px 100px;gap:1rem;padding:1rem 1.5rem;align-items:center;border-bottom:1px solid hsla(0,0%,100%,.03);transition:background 150ms ease}.leaderboard__row:last-child{border-bottom:none}.leaderboard__row:hover{background:#2a2a2a}.leaderboard__row--top{background:rgba(99,102,241,.05)}.leaderboard__row--top:hover{background:rgba(99,102,241,.1)}@media(max-width: 600px){.leaderboard__row{grid-template-columns:50px 1fr 80px 70px;gap:.5rem;padding:.75rem 1rem}}.leaderboard__col--rank{font-weight:600;color:#727272}.leaderboard__col--stat{text-align:right}@media(max-width: 600px){.leaderboard__col--stat{text-align:left}}.leaderboard__col--streak,.leaderboard__col--status{text-align:center}.rank-badge{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:9999px;font-weight:700;font-size:.875rem}.rank-badge--gold{background:linear-gradient(135deg, #fbbf24, rgb(206.7242152466, 150.0874439462, 3.7757847534));color:#1a1a1a;box-shadow:0 2px 8px rgba(251,191,36,.4)}.rank-badge--silver{background:linear-gradient(135deg, #9ca3af, rgb(113.7430167598, 123.6955307263, 140.7569832402));color:#1a1a1a;box-shadow:0 2px 8px rgba(156,163,175,.3)}.rank-badge--bronze{background:linear-gradient(135deg, #d97706, rgb(142.5582959641, 78.1771300448, 3.9417040359));color:#1a1a1a;box-shadow:0 2px 8px rgba(217,119,6,.3)}.player{display:flex;align-items:center;gap:.75rem}.player__avatar{width:40px;height:40px;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;color:#fff;flex-shrink:0}.player__avatar--photo{object-fit:cover;border:2px solid hsla(0,0%,100%,.1)}@media(max-width: 600px){.player__avatar{width:32px;height:32px;font-size:.875rem}}.player__info{display:flex;flex-direction:column;gap:.125rem;min-width:0}.player__name{font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player__link{font-size:.75rem;color:#818cf8;transition:color 150ms ease}.player__link:hover{color:#6366f1;text-decoration:underline}@media(max-width: 600px){.player__link{display:none}}.stat-value{font-size:1.25rem;font-weight:700;color:#fff;font-variant-numeric:tabular-nums}@media(max-width: 600px){.stat-value{font-size:1rem}}.streak-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:9999px;font-weight:600;font-size:.875rem}.streak-badge--active{background:rgba(249,115,22,.15);color:#f97316}.streak-badge--inactive{color:#727272}.streak-badge__fire{font-size:.875rem}.streak-display{display:flex;align-items:center;gap:.5rem;justify-content:flex-end}@media(max-width: 600px){.streak-display{justify-content:flex-start}}.streak-display__flames{font-size:.875rem}.streak-display__number{font-size:1.25rem;font-weight:700;color:#f97316;font-variant-numeric:tabular-nums}@media(max-width: 600px){.streak-display__number{font-size:1rem}}.status-badge{display:inline-flex;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.status-badge--active{background:rgba(34,197,94,.15);color:#22c55e}.status-badge--ended{background:rgba(114,114,114,.15);color:#727272}.hot-streaks{display:flex;flex-direction:column;gap:1rem}.hot-card{display:grid;grid-template-columns:40px 48px 1fr auto auto;gap:1rem;align-items:center;background:#181818;border-radius:12px;padding:1.25rem 1.5rem;border:1px solid hsla(0,0%,100%,.05);transition:all 250ms ease}.hot-card:hover{border-color:hsla(0,0%,100%,.1);transform:translateX(4px)}.hot-card--leader{background:linear-gradient(135deg, rgba(249, 115, 22, 0.15), rgba(249, 115, 22, 0.05));border-color:rgba(249,115,22,.3)}.hot-card__rank{font-size:1.5rem;font-weight:800;color:#727272;text-align:center}.hot-card__avatar{width:48px;height:48px;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;color:#fff}.hot-card__info{display:flex;flex-direction:column;gap:.25rem}.hot-card__name{font-weight:600;font-size:1rem}.hot-card__status{font-size:.75rem;color:#f97316;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.hot-card__streak{text-align:center}.hot-card__streak-number{display:block;font-size:2rem;font-weight:800;color:#f97316;line-height:1}.hot-card__streak-label{font-size:.625rem;color:#727272;text-transform:uppercase;letter-spacing:.1em}.hot-card__flames{display:flex;gap:.125rem}@media(max-width: 600px){.hot-card{grid-template-columns:30px 40px 1fr auto;padding:1rem;gap:.75rem}.hot-card__avatar{width:40px;height:40px;font-size:1rem}.hot-card__streak-number{font-size:1.5rem}.hot-card__flames{display:none}}.flame{animation:flicker .5s ease-in-out infinite alternate}@keyframes flicker{from{opacity:.8;transform:scale(1)}to{opacity:1;transform:scale(1.1)}}.rounds-list{display:flex;flex-direction:column;gap:1rem}.round-card{background:#181818;border-radius:12px;border:1px solid hsla(0,0%,100%,.05);overflow:hidden;transition:all 250ms ease}.round-card:hover{border-color:hsla(0,0%,100%,.1)}.round-card__header{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#242424}@media(max-width: 600px){.round-card__header{padding:.875rem 1rem;gap:.75rem}}.round-card__number{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:50px;padding:.5rem;background:rgba(99,102,241,.15);border-radius:8px}.round-card__number-value{font-size:1.25rem;font-weight:700;color:#818cf8;line-height:1}.round-card__number-label{font-size:.5rem;color:#727272;text-transform:uppercase;letter-spacing:.05em;margin-top:.125rem}.round-card__info{flex:1;display:flex;flex-direction:column;gap:.125rem;min-width:0}.round-card__title{font-weight:600;font-size:1rem;color:#fff}@media(max-width: 600px){.round-card__title{font-size:.875rem}}.round-card__date{font-size:.75rem;color:#727272}.round-card__count{display:flex;flex-direction:column;align-items:center;padding:.5rem 1rem;background:rgba(34,197,94,.1);border-radius:8px;min-width:60px}@media(max-width: 600px){.round-card__count{padding:.375rem .75rem;min-width:50px}}.round-card__count-number{font-size:1.25rem;font-weight:700;color:#22c55e;line-height:1}@media(max-width: 600px){.round-card__count-number{font-size:1rem}}.round-card__count-label{font-size:.625rem;color:#727272;text-transform:uppercase;letter-spacing:.05em}.round-card__winners{display:flex;flex-wrap:wrap;gap:.5rem;padding:1rem 1.5rem}@media(max-width: 600px){.round-card__winners{padding:.75rem 1rem;gap:.375rem}}.winner-chip{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:rgba(34,197,94,.1);border-radius:9999px;font-size:.875rem;transition:all 150ms ease}.winner-chip:hover{background:rgba(34,197,94,.2)}.winner-chip__icon{color:#22c55e;font-size:.75rem}.winner-chip__name{color:#fff;font-weight:500}@media(max-width: 600px){.winner-chip{padding:.25rem .625rem;font-size:.8125rem}}.round-card--pending{border-color:rgba(99,102,241,.3);background:linear-gradient(135deg, rgba(99, 102, 241, 0.05), transparent)}.round-card--pending .round-card__header{background:rgba(99,102,241,.1)}.round-card--pending .round-card__number{background:rgba(99,102,241,.25)}.round-card__title--mystery{color:#818cf8;display:flex;align-items:center;gap:.5rem}.round-card__title--mystery .mystery-icon{display:inline-block;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.round-card__count-badge{display:inline-flex;padding:.5rem .75rem;background:rgba(99,102,241,.15);border-radius:8px;font-size:.75rem;font-weight:600;color:#818cf8;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}@media(max-width: 600px){.round-card__count-badge{padding:.375rem .5rem;font-size:.625rem}}.round-card__pending{padding:1rem 1.5rem;text-align:center}@media(max-width: 600px){.round-card__pending{padding:.75rem 1rem}}.pending-text{font-size:.875rem;color:#727272;font-style:italic}.round-card__link{padding:.5rem 1.5rem;border-bottom:1px solid hsla(0,0%,100%,.03)}@media(max-width: 600px){.round-card__link{padding:.5rem 1rem}}.post-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;color:#1877f2;font-weight:500;transition:all 150ms ease}.post-link:hover{color:rgb(72.2827868852,147.4262295082,244.7172131148);text-decoration:underline}.post-link svg{opacity:.8}.footer{background:#181818;border-top:1px solid hsla(0,0%,100%,.05);padding:1.5rem 2rem;margin-top:auto}.footer__content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer__content p{font-size:.875rem;color:#727272}.footer__links{display:flex;align-items:center;gap:1rem}.footer__links a{font-size:.875rem;color:#b3b3b3;transition:color 150ms ease}.footer__links a:hover{color:#818cf8}.footer__divider{color:#727272}@media(max-width: 768px){.header{padding:1rem}.header__content{flex-direction:column;align-items:flex-start}.header__actions{width:100%;flex-wrap:wrap}.header__actions .btn{flex:1 1 auto;justify-content:center;min-width:calc(50% - .375rem)}.header__actions .btn--facebook,.header__actions .btn--share{flex:1}.main{padding:1rem}.footer{padding:1rem}.footer__content{flex-direction:column;text-align:center}}@media(max-width: 500px){.header__actions .btn{font-size:.8125rem;padding:.5rem .875rem}.header__actions .btn svg{width:16px;height:16px}.header__actions .btn__badge{min-width:18px;height:18px;font-size:.6875rem}}/*# sourceMappingURL=main.css.map */
