:root{--vh: 100%;--color-brand: #e91e63;--color-brand-dark: #ad1457;--color-brand-light: #f06292;--color-maroon: #910243;--color-bg: #faf9f8;--color-text: #333;--color-text-muted: #666;--color-divider: #eeeeee;--shadow-brand: 0 4px 20px rgba(233, 30, 99, .08);--shadow-button: 0 4px 15px rgba(233, 30, 99, .3);--gradient-brand: linear-gradient(135deg, #e91e63 0%, #f06292 100%);--gradient-brand-hover: linear-gradient(135deg, #ad1457 0%, #e91e63 100%);--gradient-header: linear-gradient(135deg, #e91e63 0%, #ad1457 100%)}*{margin:0;padding:0;box-sizing:border-box;font-family:Montserrat,sans-serif}html,body,#root{height:100%;width:100%;overflow-x:hidden}body{background-color:var(--color-maroon);background-image:url(/assets/background-HIGTZ9Y2.png);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:100vh}@media (min-aspect-ratio: 1/1){body{background-size:100% auto}}.app-page{width:min(100%,560px);margin-left:auto;margin-right:auto;background-color:var(--color-bg);min-height:100vh;position:relative;display:flex;flex-direction:column}.header-bar{background:var(--gradient-header);color:#fff;padding-bottom:1rem}.logo{margin:auto 0;max-width:200px}.login-page main{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:calc(var(--vh, 1vh) * 100);padding:2rem;box-sizing:border-box}main{padding:1rem;text-align:center}.login-checkbox-label{display:flex;align-items:center;margin:16px 0;color:#fff}.login-checkbox-label input[type=checkbox]{margin-right:8px}.google-login-button{margin-bottom:2rem}.date-row{display:flex;flex-direction:column;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--color-divider)}.date-row--leading{border-radius:8px;background-color:#e91e631a;border-left:3px solid var(--color-brand);padding:.25rem .5rem}.date-row--no-votes{opacity:.55}
