#root{width:100%;min-height:100vh}.app-layout{min-height:100vh;width:100%}.app-header{display:flex;justify-content:flex-end;align-items:center;padding:0 16px;background:transparent;height:24px;min-height:24px;margin-top:16px}.quit-button{color:#ffffff73}.quit-button:hover{color:#ffffffd9}.more-button{color:#ffffff73}.more-button:hover{color:#ffffffd9}.app{width:100%;padding:0 24px;max-width:800px;margin:0 auto;display:flex;flex-direction:column;flex:1}.content-container{flex:1;display:flex;flex-direction:column;justify-content:center;margin-top:16px}.loading-container,.error-container,.error-page{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1}.plan-card{height:100%;max-width:280px;width:100%;border:1px solid rgba(255,255,255,.12);transition:border-color .3s ease}.plan-card-wrapper{max-width:280px;width:100%;position:relative}.plan-card:hover{border-color:#fff3}.plan-card.selected{border-color:#1677ff}.plan-card.selected:hover{border-color:#4096ff}.plan-content{display:flex;flex-direction:column;align-items:center;width:100%}.price-container{display:flex;flex-direction:column;align-items:center;justify-content:center}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif}
