@import url(fonts.css);
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none; }

html, body {
  font-family: "Work Sans", "Helvetica", sans-serif;
  margin: 0;
  padding: 0; }

html {
  overflow-y: hidden;
  background: #abe7ff;
  background: -moz-linear-gradient(top, #abe7ff 0%, #9481ff 100%);
  background: -webkit-linear-gradient(top, #abe7ff 0%, #9481ff 100%);
  background: linear-gradient(to bottom, #abe7ff 0%, #9481ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abe7ff', endColorstr='#9481ff',GradientType=0 ); }
  html.raging {
    background: #f91515;
    background: -moz-linear-gradient(top, #f91515 0%, #9481ff 100%);
    background: -webkit-linear-gradient(top, #f91515 0%, #9481ff 100%);
    background: linear-gradient(to bottom, #f91515 0%, #9481ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f91515', endColorstr='#9481ff',GradientType=0 ); }
  html.unhappy {
    background: #f97e15;
    background: -moz-linear-gradient(top, #f97e15 0%, #9481ff 100%);
    background: -webkit-linear-gradient(top, #f97e15 0%, #9481ff 100%);
    background: linear-gradient(to bottom, #f97e15 0%, #9481ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f97e15', endColorstr='#9481ff',GradientType=0 ); }
  html.pleased {
    background: #3ffbad;
    background: -moz-linear-gradient(top, #3ffbad 0%, #9481ff 100%);
    background: -webkit-linear-gradient(top, #3ffbad 0%, #9481ff 100%);
    background: linear-gradient(to bottom, #3ffbad 0%, #9481ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ffbad', endColorstr='#9481ff',GradientType=0 ); }
  html.ecstatic {
    background: #42fb3f;
    background: -moz-linear-gradient(top, #42fb3f 0%, #9481ff 100%);
    background: -webkit-linear-gradient(top, #42fb3f 0%, #9481ff 100%);
    background: linear-gradient(to bottom, #42fb3f 0%, #9481ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42fb3f', endColorstr='#9481ff',GradientType=0 ); }

.market-background {
  background: #0735ef;
  background: -moz-linear-gradient(top, #0735ef 0%, #268ca8 100%);
  background: -webkit-linear-gradient(top, #0735ef 0%, #268ca8 100%);
  background: linear-gradient(to bottom, #0735ef 0%, #268ca8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0735ef', endColorstr='#268ca8',GradientType=0 ); }

main {
  min-width: 1280px;
  position: relative;
  height: 100vh;
  overflow: hidden; }

ul, li {
  list-style-type: none;
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal; }

button {
  padding: 1em;
  font-family: "Fantasque Sans Mono", monospace;
  cursor: pointer;
  border: none;
  background: #2e79f9;
  color: #fff;
  min-width: 10em;
  border-radius: 0.4em;
  line-height: 1; }
  button:disabled, button.disabled, button.disabled:hover {
    opacity: 0.5;
    cursor: default; }
  button:hover {
    background: #1866ec; }

.ui-wrapper, .alert-wrapper, .market-wrapper, .email-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none; }

.ui-wrapper {
  display: block;
  pointer-events: none;
  z-index: 3; }

.alert-wrapper, .email-wrapper {
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.6); }

.alert-wrapper {
  z-index: 21; }

.ui, .market-ui {
  margin: 0 auto;
  width: 960px;
  padding: 10vh 0 0 0;
  position: relative;
  pointer-events: all;
  z-index: 2;
  display: none; }

.menu, .hud, .selection {
  pointer-events: all; }

canvas {
  margin: 0 auto;
  user-select: none; }

#market {
  display: none !important; }

header h1 {
  font-weight: normal;
  margin: 0; }

.grid {
  font-family: "Fantasque Sans Mono", monospace;
  padding: 0 0.6em; }
  .grid > li {
    display: inline-block;
    vertical-align: top; }
  .grid h1, .grid h2, .grid h3, .grid h4, .grid h5, .grid h6 {
    font-weight: normal; }
  .grid > li {
    width: 10em;
    height: 6em;
    margin: 0 1em 1em 0; }
  .grid h5 {
    font-size: 1.2em;
    color: #8DA1C3; }
  .grid h1 {
    color: #515F78; }

.accounting h5 {
  color: #65C1EF; }

.manage-menu {
  font-family: "Fantasque Sans Mono", monospace;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  padding: 1em 1em 1em 0; }
  .manage-menu img {
    width: 48px;
    height: 48px; }
  .manage-menu h4 {
    color: #333; }
  .manage-menu li {
    width: 5.2em;
    height: 4em;
    cursor: pointer;
    margin: 0;
    padding-top: 0.5em;
    position: relative; }
    .manage-menu li:hover {
      background: #ffb9fc; }
  .manage-menu .selected {
    background: #ffb9fc; }
  .manage-menu .tip {
    position: absolute;
    top: -3em;
    background: #ffb9fc;
    font-size: 0.8em;
    padding: 0.5em;
    width: 100%;
    height: 3em;
    display: none; }
  .manage-menu .selected .tip {
    display: block !important; }

.cash {
  color: #17B051;
  font-family: "Fantasque Sans Mono", monospace;
  font-weight: normal; }

.popup-body .actions {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em; }

.revenue {
  font-weight: normal;
  font-size: 1.1em;
  color: #fff11c;
  font-family: "Fantasque Sans Mono", monospace; }

.effects {
  background: #29dc6d;
  color: #222;
  margin: 2em 0;
  padding: 0.3em 0.5em; }
  .effects li:first-child {
    margin-top: 0; }
  .effects li {
    margin-top: 0.4em; }

.revenue {
  color: #29dc6d; }

.productTypes img {
  width: 70px;
  height: 70px; }

.promos img {
  width: 120px;
  height: 120px; }

.productTypes li,
.promos li {
  margin: 0 0.5em 2em;
  text-align: center;
  cursor: pointer;
  width: auto;
  height: auto; }

.productTypes .productType {
  background: #B9E0EC;
  padding: 1em;
  width: 8.6em;
  height: 8.6em; }
  .productTypes .productType.selected {
    background: #FF2C2C; }

.promos .promo {
  background: #8dd1e6;
  padding: 1em;
  width: 11.6em;
  height: 13.6em; }
  .promos .promo.selected {
    background: #FF2C2C; }

.productTypes button:hover {
  background: #17b051; }
.productTypes .owned .productType {
  background: #A8FFA8; }
.productTypes .owned button {
  background: #17b051; }
.productTypes button {
  font-size: 0.8em;
  padding: 0.5em 1em;
  width: 100%;
  background: #FF3535;
  border: none !important; }

.products > li {
  margin: 0 1em 2em 0;
  text-align: center;
  background: #B9E0EC;
  padding: 1em 0;
  width: 13.8em;
  height: 12em; }
.products img {
  width: 70px;
  height: 70px; }

.products, .productTypes {
  margin: 2em 0; }

.locked {
  opacity: 0.5; }

.ok {
  color: #17B051 !important; }

.office {
  display: none;
  margin: 1em 0; }
  .office img {
    width: 120px;
    height: 120px; }

.office button {
  font-size: 0.9em;
  width: 100%;
  margin-bottom: 2px; }

.office-develop {
  margin: 1em 0 0 0; }

.office-popup {
  background: #DEDEDE;
  padding: 2em;
  z-index: 10;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2); }
  .office-popup .close-popup {
    right: 0.5em;
    top: 0.5em; }

.tooltip {
  display: none;
  position: fixed;
  pointer-events: none;
  background: #fafafa;
  padding: 0.5em 1em;
  z-index: 100;
  border-radius: 0.2em;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  max-width: 12em; }

#version-notice {
  position: fixed;
  left: 0.5em;
  bottom: 0.5em;
  z-index: 2;
  color: #ff2c2c;
  display: none; }

.show-about-help {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  right: 2em;
  bottom: 2em;
  padding: 0.2em 0.5em;
  border-radius: 10em;
  font-size: 0.8em;
  opacity: 0.6;
  cursor: pointer;
  color: #fff;
  z-index: 4;
  pointer-events: all; }
  .show-about-help:hover {
    opacity: 1; }

em.about-game-title {
  background: #a7c7dc;
  color: #fff; }

.about-help {
  text-align: left;
  margin: 0 0 3em 0; }
  .about-help a, .about-help a:visited {
    color: #515f78; }

#office {
  position: relative;
  z-index: 0; }

.hello {
  color: #fff;
  margin-top: 1em; }
  .hello h1 {
    font-size: 3em;
    font-weight: normal; }
  .hello h3 {
    font-weight: normal; }

.hello-title {
  text-align: center; }

.main-menu {
  text-align: center;
  margin: 2em 0; }
  .main-menu li {
    display: inline-block; }
  .main-menu button {
    width: 16em;
    margin: 0.5em 0;
    border-radius: 0.4em;
    background: #515f78;
    color: #fff;
    line-height: 1.5; }
    .main-menu button:hover {
      background: #444d5f; }

.backers-thanks {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.9em;
  margin: 0.5em 0;
  cursor: pointer;
  text-decoration: underline; }

.about {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.9em;
  margin: 0.5em 0; }
  .about a, .about:visited {
    color: #3F84FB;
    text-decoration: none; }

.high-score {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  margin: 1em 0 0 0;
  font-size: 1.5em; }

.high-score-blurb {
  font-style: italic;
  color: rgba(255, 255, 255, 0.7); }

.stars {
  width: 1px;
  height: 1px;
  background: transparent;
  box-shadow: 676px 1px #FFF , 93px 1155px #FFF , 560px 906px #FFF , 36px 20px #FFF , 1720px 545px #FFF , 1458px 724px #FFF , 316px 1802px #FFF , 1214px 353px #FFF , 1507px 664px #FFF , 1278px 1671px #FFF , 778px 745px #FFF , 315px 729px #FFF , 138px 1442px #FFF , 21px 911px #FFF , 782px 1638px #FFF , 1166px 1704px #FFF , 1894px 1256px #FFF , 475px 1612px #FFF , 1168px 1665px #FFF , 1635px 1658px #FFF , 1293px 1113px #FFF , 1202px 118px #FFF , 1504px 1699px #FFF , 1980px 1156px #FFF , 1146px 849px #FFF , 625px 1713px #FFF , 387px 114px #FFF , 104px 937px #FFF , 1617px 1360px #FFF , 1514px 783px #FFF , 1011px 976px #FFF , 1651px 1424px #FFF , 1702px 702px #FFF , 494px 1451px #FFF , 738px 1914px #FFF , 459px 510px #FFF , 297px 266px #FFF , 260px 218px #FFF , 275px 704px #FFF , 475px 1927px #FFF , 961px 155px #FFF , 779px 94px #FFF , 564px 952px #FFF , 1813px 198px #FFF , 237px 817px #FFF , 1223px 1150px #FFF , 1965px 1352px #FFF , 1830px 1050px #FFF , 1381px 1058px #FFF , 844px 1567px #FFF , 694px 64px #FFF , 1207px 1034px #FFF , 613px 1491px #FFF , 731px 1572px #FFF , 541px 621px #FFF , 770px 907px #FFF , 663px 794px #FFF , 441px 1736px #FFF , 465px 1333px #FFF , 48px 804px #FFF , 12px 1980px #FFF , 1753px 1010px #FFF , 709px 711px #FFF , 1620px 1306px #FFF , 1801px 1927px #FFF , 1329px 215px #FFF , 762px 417px #FFF , 985px 926px #FFF , 1510px 1267px #FFF , 1477px 1179px #FFF , 1205px 1053px #FFF , 362px 764px #FFF , 388px 446px #FFF , 252px 294px #FFF , 470px 696px #FFF , 342px 1854px #FFF , 851px 547px #FFF , 1610px 1037px #FFF , 106px 998px #FFF , 861px 881px #FFF , 152px 571px #FFF , 609px 562px #FFF , 1212px 1246px #FFF , 837px 139px #FFF , 1149px 1525px #FFF , 799px 657px #FFF , 349px 719px #FFF , 270px 1849px #FFF , 688px 1976px #FFF , 581px 322px #FFF , 1281px 223px #FFF , 1902px 957px #FFF , 650px 265px #FFF , 647px 784px #FFF , 1238px 1532px #FFF , 908px 1867px #FFF , 1316px 964px #FFF , 937px 11px #FFF , 1856px 1626px #FFF , 472px 1938px #FFF , 391px 990px #FFF , 343px 728px #FFF , 1510px 1207px #FFF , 585px 634px #FFF , 631px 879px #FFF , 424px 1583px #FFF , 1531px 1699px #FFF , 1710px 1384px #FFF , 1179px 1057px #FFF , 1278px 124px #FFF , 1024px 1256px #FFF , 56px 28px #FFF , 366px 936px #FFF , 639px 1297px #FFF , 402px 715px #FFF , 749px 87px #FFF , 1727px 1952px #FFF , 135px 847px #FFF , 1605px 794px #FFF , 1922px 1062px #FFF , 1417px 813px #FFF , 198px 177px #FFF , 671px 1466px #FFF , 1158px 1307px #FFF , 96px 1545px #FFF , 1674px 1973px #FFF , 1903px 177px #FFF , 775px 636px #FFF , 164px 841px #FFF , 759px 1577px #FFF , 1040px 852px #FFF , 728px 1018px #FFF , 1044px 1646px #FFF , 60px 1763px #FFF , 1754px 927px #FFF , 1711px 750px #FFF , 154px 1643px #FFF , 68px 546px #FFF , 1540px 74px #FFF , 1859px 1891px #FFF , 446px 1446px #FFF , 1633px 1343px #FFF , 1878px 1990px #FFF , 672px 1220px #FFF , 30px 1511px #FFF , 575px 1393px #FFF , 29px 1775px #FFF , 879px 968px #FFF , 561px 1636px #FFF , 1706px 1422px #FFF , 1714px 561px #FFF , 394px 1600px #FFF , 1269px 251px #FFF , 972px 1793px #FFF , 1199px 1805px #FFF , 794px 718px #FFF , 1747px 950px #FFF , 903px 1612px #FFF , 1736px 136px #FFF , 1870px 1668px #FFF , 1494px 1270px #FFF , 1087px 1709px #FFF , 23px 1689px #FFF , 64px 1561px #FFF , 95px 570px #FFF , 992px 1262px #FFF , 1028px 765px #FFF , 321px 197px #FFF , 855px 864px #FFF , 241px 1090px #FFF , 1430px 1236px #FFF , 663px 333px #FFF , 1842px 705px #FFF , 1831px 44px #FFF , 1042px 694px #FFF , 1128px 1583px #FFF , 1775px 1659px #FFF , 885px 993px #FFF , 407px 190px #FFF , 1055px 392px #FFF , 1481px 1682px #FFF , 438px 1117px #FFF , 769px 840px #FFF , 127px 517px #FFF , 1201px 1999px #FFF , 960px 644px #FFF , 878px 836px #FFF , 1439px 1061px #FFF , 410px 1073px #FFF , 54px 1799px #FFF , 25px 344px #FFF , 209px 691px #FFF , 1394px 42px #FFF , 1506px 430px #FFF , 1895px 1238px #FFF , 921px 1031px #FFF , 822px 859px #FFF , 1127px 1983px #FFF , 453px 1804px #FFF , 1917px 356px #FFF , 1880px 1763px #FFF , 1460px 1685px #FFF , 909px 1326px #FFF , 915px 1998px #FFF , 1107px 1521px #FFF , 78px 93px #FFF , 741px 1691px #FFF , 436px 707px #FFF , 469px 630px #FFF , 35px 294px #FFF , 1946px 1148px #FFF , 573px 211px #FFF , 696px 1086px #FFF , 1918px 1820px #FFF , 1372px 1114px #FFF , 484px 783px #FFF , 774px 1788px #FFF , 1302px 1386px #FFF , 1427px 1391px #FFF , 750px 1729px #FFF , 587px 273px #FFF , 169px 1083px #FFF , 325px 437px #FFF , 1444px 1633px #FFF , 687px 659px #FFF , 316px 1836px #FFF , 1936px 1546px #FFF , 654px 408px #FFF , 788px 879px #FFF , 1781px 1113px #FFF , 430px 274px #FFF , 936px 1570px #FFF , 1179px 312px #FFF , 1979px 634px #FFF , 655px 113px #FFF , 1988px 1683px #FFF , 1307px 1963px #FFF , 30px 369px #FFF , 7px 1049px #FFF , 276px 1631px #FFF , 1315px 951px #FFF , 34px 1417px #FFF , 1092px 622px #FFF , 1300px 507px #FFF , 279px 82px #FFF , 192px 1245px #FFF , 1311px 1998px #FFF , 886px 231px #FFF , 984px 1916px #FFF , 1888px 700px #FFF , 1478px 1549px #FFF , 1021px 818px #FFF , 751px 1697px #FFF , 1706px 403px #FFF , 1677px 1059px #FFF , 362px 803px #FFF , 234px 189px #FFF , 1703px 338px #FFF , 87px 1333px #FFF , 1938px 522px #FFF , 1425px 1817px #FFF , 1410px 1101px #FFF , 1846px 811px #FFF , 1970px 142px #FFF , 32px 1523px #FFF , 1588px 173px #FFF , 1373px 238px #FFF , 1345px 1617px #FFF , 1711px 1886px #FFF , 944px 528px #FFF , 1810px 1375px #FFF , 1536px 1714px #FFF , 475px 955px #FFF , 220px 1232px #FFF , 1072px 1622px #FFF , 476px 1958px #FFF , 1816px 179px #FFF , 451px 372px #FFF , 1382px 1786px #FFF , 1758px 530px #FFF , 1783px 1249px #FFF , 1867px 1345px #FFF , 485px 1601px #FFF , 926px 1770px #FFF , 1701px 798px #FFF , 1331px 1643px #FFF , 1162px 534px #FFF , 73px 1453px #FFF , 1953px 224px #FFF , 806px 1822px #FFF , 497px 1880px #FFF , 41px 1443px #FFF , 1575px 135px #FFF , 1130px 94px #FFF , 1916px 1811px #FFF , 1457px 903px #FFF , 661px 1220px #FFF , 692px 134px #FFF , 554px 1045px #FFF , 1411px 397px #FFF , 367px 252px #FFF , 1188px 1758px #FFF , 230px 1417px #FFF , 1213px 1544px #FFF , 203px 1393px #FFF , 1217px 456px #FFF , 1600px 1312px #FFF , 791px 1343px #FFF , 460px 803px #FFF , 653px 586px #FFF , 179px 910px #FFF , 1896px 1976px #FFF , 1736px 580px #FFF , 114px 1299px #FFF , 1232px 477px #FFF , 481px 1696px #FFF , 1468px 1030px #FFF , 1924px 862px #FFF , 1411px 85px #FFF , 1508px 393px #FFF , 1943px 480px #FFF , 1883px 1928px #FFF , 1632px 1607px #FFF , 1590px 1500px #FFF , 1172px 502px #FFF , 1288px 345px #FFF , 1591px 1609px #FFF , 1413px 1753px #FFF , 28px 1475px #FFF , 56px 1007px #FFF , 480px 1548px #FFF , 1062px 1302px #FFF , 1620px 1100px #FFF , 257px 273px #FFF , 569px 92px #FFF , 1714px 1285px #FFF , 1433px 456px #FFF , 1720px 160px #FFF , 252px 1424px #FFF , 1991px 1460px #FFF , 1409px 421px #FFF , 125px 462px #FFF , 1489px 367px #FFF , 1645px 1325px #FFF , 1896px 146px #FFF , 1463px 547px #FFF , 140px 1969px #FFF , 1968px 266px #FFF , 611px 1756px #FFF , 487px 269px #FFF , 695px 1880px #FFF , 799px 1962px #FFF , 1677px 1258px #FFF , 1428px 155px #FFF , 392px 1850px #FFF , 1994px 1347px #FFF , 604px 1703px #FFF , 1150px 42px #FFF , 448px 1167px #FFF , 106px 1760px #FFF , 1093px 1808px #FFF , 952px 1821px #FFF , 1307px 1694px #FFF , 1308px 1317px #FFF , 230px 1765px #FFF , 1411px 1928px #FFF , 18px 244px #FFF , 1639px 426px #FFF , 829px 1122px #FFF , 98px 1458px #FFF , 100px 860px #FFF , 1192px 1999px #FFF , 193px 465px #FFF , 266px 7px #FFF , 1296px 1469px #FFF , 1880px 49px #FFF , 1869px 1813px #FFF , 147px 1237px #FFF , 1990px 847px #FFF , 1316px 1264px #FFF , 1981px 1508px #FFF , 452px 1232px #FFF , 1622px 943px #FFF , 68px 1911px #FFF , 405px 541px #FFF , 33px 502px #FFF , 921px 1836px #FFF , 1767px 1753px #FFF , 28px 142px #FFF , 1138px 453px #FFF , 1079px 1105px #FFF , 453px 1830px #FFF , 1242px 1236px #FFF , 1357px 1163px #FFF , 777px 481px #FFF , 1382px 1656px #FFF , 1341px 649px #FFF , 478px 754px #FFF , 405px 1184px #FFF , 974px 149px #FFF , 1375px 462px #FFF , 1157px 208px #FFF , 1093px 933px #FFF , 731px 1331px #FFF , 649px 1879px #FFF , 1179px 880px #FFF , 511px 661px #FFF , 900px 691px #FFF , 775px 378px #FFF , 1620px 1916px #FFF , 1142px 1391px #FFF , 1729px 1642px #FFF , 371px 1996px #FFF , 779px 1692px #FFF , 1162px 1377px #FFF , 392px 1854px #FFF , 556px 1837px #FFF , 1207px 924px #FFF , 257px 1095px #FFF , 1701px 63px #FFF , 1141px 74px #FFF , 879px 1912px #FFF , 888px 1670px #FFF , 1320px 1456px #FFF , 1094px 1100px #FFF , 415px 1943px #FFF , 895px 331px #FFF , 1244px 808px #FFF , 85px 618px #FFF , 629px 444px #FFF , 1346px 328px #FFF , 1603px 1894px #FFF , 145px 1130px #FFF , 652px 1998px #FFF , 1567px 12px #FFF , 447px 822px #FFF , 1236px 1172px #FFF , 189px 1989px #FFF , 1855px 523px #FFF , 1px 133px #FFF , 1203px 931px #FFF , 1291px 1167px #FFF , 1980px 183px #FFF , 776px 676px #FFF , 1521px 851px #FFF , 208px 1193px #FFF , 129px 1054px #FFF , 743px 869px #FFF , 1721px 1997px #FFF , 161px 861px #FFF , 719px 1161px #FFF , 222px 1198px #FFF , 1754px 626px #FFF , 1862px 1760px #FFF , 1739px 667px #FFF , 405px 1913px #FFF , 278px 852px #FFF , 38px 1025px #FFF , 164px 511px #FFF , 1261px 523px #FFF , 202px 1368px #FFF , 1737px 1541px #FFF , 455px 579px #FFF , 861px 1839px #FFF , 1479px 429px #FFF , 565px 896px #FFF , 670px 766px #FFF , 426px 560px #FFF , 825px 80px #FFF , 1719px 1848px #FFF , 439px 215px #FFF , 1932px 594px #FFF , 1858px 345px #FFF , 666px 1845px #FFF , 247px 885px #FFF , 1411px 714px #FFF , 1169px 378px #FFF , 961px 1025px #FFF , 1043px 146px #FFF , 1373px 1214px #FFF , 529px 567px #FFF , 1432px 1630px #FFF , 827px 542px #FFF , 531px 303px #FFF , 707px 631px #FFF , 1239px 1338px #FFF , 1396px 147px #FFF , 1389px 1774px #FFF , 420px 1385px #FFF , 1535px 309px #FFF , 1269px 1074px #FFF , 1223px 1876px #FFF , 1363px 1212px #FFF , 1989px 23px #FFF , 1269px 345px #FFF , 1446px 1882px #FFF , 1310px 343px #FFF , 220px 706px #FFF , 176px 969px #FFF , 931px 816px #FFF , 1348px 1762px #FFF , 366px 1066px #FFF , 1056px 1137px #FFF , 141px 176px #FFF , 751px 180px #FFF , 1845px 1283px #FFF , 843px 1271px #FFF , 1459px 1341px #FFF , 1635px 1816px #FFF , 1669px 1679px #FFF , 1009px 520px #FFF , 900px 1996px #FFF , 1102px 598px #FFF , 1431px 15px #FFF , 167px 576px #FFF , 434px 1860px #FFF , 1942px 1471px #FFF , 474px 187px #FFF , 48px 910px #FFF , 1048px 70px #FFF , 486px 560px #FFF , 137px 1175px #FFF , 707px 927px #FFF , 303px 1702px #FFF , 1734px 1405px #FFF , 1107px 460px #FFF , 892px 50px #FFF , 1424px 1785px #FFF , 1714px 4px #FFF , 1430px 157px #FFF , 176px 1101px #FFF , 1977px 1862px #FFF , 1464px 597px #FFF , 687px 1429px #FFF , 1996px 1074px #FFF , 196px 498px #FFF , 1311px 1804px #FFF , 718px 172px #FFF , 1529px 1532px #FFF , 1518px 1935px #FFF , 1926px 1008px #FFF , 730px 1945px #FFF , 683px 1321px #FFF , 1832px 1067px #FFF , 56px 1558px #FFF , 839px 1385px #FFF , 1444px 1623px #FFF , 135px 579px #FFF , 1451px 1081px #FFF , 1270px 283px #FFF , 1895px 919px #FFF , 1620px 1445px #FFF , 510px 1076px #FFF , 399px 347px #FFF , 809px 2px #FFF , 804px 201px #FFF , 1610px 443px #FFF , 443px 629px #FFF , 690px 1823px #FFF , 83px 1625px #FFF , 661px 1596px #FFF , 602px 47px #FFF , 837px 1584px #FFF , 551px 79px #FFF , 992px 1490px #FFF , 605px 126px #FFF , 177px 260px #FFF , 312px 699px #FFF , 774px 1676px #FFF , 1659px 987px #FFF , 1243px 562px #FFF , 704px 1068px #FFF , 1630px 564px #FFF , 1614px 1598px #FFF , 661px 1055px #FFF , 677px 962px #FFF , 1393px 1816px #FFF , 1874px 1471px #FFF , 1072px 300px #FFF , 1104px 903px #FFF , 494px 501px #FFF , 820px 874px #FFF , 3px 478px #FFF , 1556px 752px #FFF , 842px 1556px #FFF , 1707px 753px #FFF , 96px 128px #FFF , 1192px 815px #FFF , 1279px 1924px #FFF , 1724px 1983px #FFF , 169px 1778px #FFF , 572px 591px #FFF , 115px 28px #FFF , 1817px 1140px #FFF , 1412px 1924px #FFF , 1778px 873px #FFF , 60px 1934px #FFF , 885px 803px #FFF , 466px 303px #FFF , 1883px 43px #FFF , 161px 7px #FFF , 339px 674px #FFF , 103px 601px #FFF , 454px 235px #FFF , 1180px 1606px #FFF , 1723px 1670px #FFF , 851px 658px #FFF , 346px 1889px #FFF , 1042px 1295px #FFF , 1115px 1475px #FFF , 1234px 1504px #FFF , 362px 546px #FFF , 1698px 937px #FFF , 862px 1542px #FFF , 43px 1128px #FFF , 1370px 692px #FFF , 1532px 1255px #FFF , 1248px 125px #FFF , 520px 1378px #FFF , 403px 157px #FFF , 98px 958px #FFF , 1560px 1200px #FFF , 1014px 948px #FFF , 1735px 832px #FFF , 1316px 1475px #FFF , 1224px 932px #FFF , 166px 1137px #FFF , 1320px 328px #FFF , 484px 422px #FFF , 1602px 1321px #FFF , 1534px 1670px #FFF , 327px 1376px #FFF , 896px 206px #FFF , 667px 1018px #FFF , 1585px 39px #FFF , 73px 733px #FFF , 1737px 1483px #FFF , 17px 1097px #FFF , 1071px 1943px #FFF , 732px 1085px #FFF , 1774px 1466px #FFF , 399px 1316px #FFF , 1339px 1001px #FFF , 1266px 1011px #FFF , 1488px 452px #FFF , 1564px 1105px #FFF , 24px 831px #FFF , 695px 57px #FFF , 1787px 75px #FFF , 404px 1390px #FFF , 486px 528px #FFF , 546px 1787px #FFF , 1942px 672px #FFF , 1722px 1595px #FFF , 306px 470px #FFF , 1464px 1082px #FFF , 1651px 929px #FFF , 1418px 1865px #FFF , 1303px 1455px #FFF , 62px 45px #FFF , 140px 1711px #FFF , 1903px 1453px #FFF , 1777px 1054px #FFF , 278px 758px #FFF , 1089px 742px #FFF , 1142px 1587px #FFF , 1020px 540px #FFF , 782px 684px #FFF , 734px 246px #FFF , 1588px 1110px #FFF , 858px 975px #FFF , 1900px 1609px #FFF , 819px 1651px #FFF , 632px 1957px #FFF , 661px 1745px #FFF , 626px 326px #FFF , 756px 1990px #FFF , 951px 187px #FFF , 868px 578px #FFF , 1412px 339px #FFF , 1206px 902px #FFF , 1561px 1537px #FFF , 1684px 1943px #FFF , 983px 633px #FFF , 1551px 1255px #FFF , 432px 957px #FFF , 177px 878px #FFF , 1461px 931px #FFF , 1342px 521px #FFF , 256px 705px #FFF , 724px 25px #FFF , 718px 493px #FFF , 1011px 552px #FFF , 517px 1883px #FFF , 592px 1813px #FFF , 1193px 197px #FFF , 628px 1898px #FFF , 1657px 1633px #FFF , 1495px 820px #FFF , 1398px 178px #FFF; }

.background {
  background: #000000;
  background: -moz-linear-gradient(top, #000000 0%, #090d11 100%);
  background: -webkit-linear-gradient(top, #000000 0%, #090d11 100%);
  background: linear-gradient(to bottom, #000000 0%, #090d11 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#090d11',GradientType=0 ); }

.background, .stars, #earth {
  position: fixed;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.thanks {
  width: 50em;
  margin: 0 auto;
  color: #fff;
  font-size: 1.5em;
  padding: 0 2em 6em 2em; }
  .thanks ul {
    margin: 1.5em 0 0 0;
    column-count: 3; }
  .thanks h1 {
    color: #29dc6d;
    font-weight: bold;
    font-size: 4em; }

.mute-menu {
  position: fixed;
  top: 1em;
  right: 1em;
  color: #fff;
  cursor: pointer; }
  .mute-menu img {
    width: 24px; }

.computer {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  font-size: 1.3em;
  width: 65em;
  margin: 0 auto;
  border-radius: 0.4em;
  overflow: hidden; }

.viewport {
  background: #fff;
  height: 70vh;
  max-height: 800px;
  overflow-y: scroll; }

.site {
  overflow: hidden;
  display: none; }
  .site:first-child {
    display: block; }

.statusbar {
  font-size: 0.8em;
  background: #eaeaea;
  padding: 0.3em 0.4em 0.4em 0.4em;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  cursor: default; }
  .statusbar img {
    height: 0.8em; }

.statusbar-left {
  float: left; }
  .statusbar-left span {
    margin-left: 0.3em; }

.statusbar-right {
  float: right; }

.site-body {
  padding: 2em; }

.cherublist {
  background: #f0f0f0; }
  .cherublist .header {
    text-align: center;
    margin: 0 0 2em 0; }
    .cherublist .header h1 {
      margin: 0; }
    .cherublist .header h6 {
      color: #aaa;
      font-weight: normal; }
  .cherublist .site-header {
    padding: 0em 2em;
    background: #C4CBFF;
    overflow: hidden; }
    .cherublist .site-header h1 {
      font-size: 1em;
      font-family: "Fantasque Sans Mono", monospace;
      font-style: italic;
      font-weight: normal;
      float: left;
      margin: 1.1em 0 0 0; }
    .cherublist .site-header .meta {
      color: rgba(0, 0, 0, 0.5);
      margin: 1.5em 0; }
  .cherublist section {
    padding: 1em;
    margin: 0 0 1em 0;
    background: #fff;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.05); }
  .cherublist .site-body h2 {
    font-weight: normal;
    font-size: 0.8em;
    color: #aaa;
    margin: 0 0 1em 0;
    float: left; }
  .cherublist .site-body h5 {
    display: inline; }
  .cherublist .site-body h4 {
    font-weight: normal;
    color: #515F78; }
  .cherublist .section-header {
    overflow: hidden; }

.cherublist-left {
  width: 70%;
  float: left; }

.cherublist-right {
  width: 30%;
  float: right;
  padding-left: 2em; }

.cherublist .grid {
  font-size: 0.8em; }
  .cherublist .grid li {
    height: auto; }
  .cherublist .grid h6 {
    color: #aaa; }
  .cherublist .grid ul {
    color: #7E8798; }

.founders .grid li {
  width: 49%;
  margin: 0; }
.founders img {
  height: 6em;
  vertical-align: middle; }

.team img {
  vertical-align: middle; }
.team .grid li {
  width: 16%;
  margin: 0em 4% 2em 4%; }
.team h1 {
  font-size: 3em;
  font-weight: bold;
  text-align: right; }

.cherublist .meta {
  font-size: 0.8em;
  color: #ccc;
  font-style: italic;
  text-align: right; }

.map {
  position: relative;
  width: 100%;
  height: 18em;
  margin: 0 0 1em 0; }

.news .site-header {
  width: 760px;
  text-align: center;
  padding: 2em 0 0 0;
  margin: 0 auto;
  border-bottom: 1px solid #aaa; }
  .news .site-header img {
    width: 19em;
    margin: 0; }
.news .news-meta {
  font-size: 0.8em;
  color: #777; }
  .news .news-meta li {
    display: inline-block;
    padding: 0 0.8em 0 0.3em; }
    .news .news-meta li:first-child {
      border-right: 1px solid #999; }
.news .site-body {
  color: #111;
  max-width: 760px;
  margin: 0 auto;
  font-family: "Crimson Text", "Georgia", serif;
  padding: 1em 0; }
.news img {
  width: 100%;
  margin-bottom: 0.5em; }
.news h3 {
  font-weight: bold;
  font-style: italic;
  font-size: 1.8em; }
.news h6 {
  font-weight: normal;
  text-transform: uppercase;
  color: #777;
  font-size: 0.75em; }
.news p {
  margin-top: 0;
  color: #333; }
.news .news-sections {
  margin: 1em 0 0 0;
  border-top: 2px solid #222;
  font-size: 0.7em;
  padding: 0.5em 0; }
  .news .news-sections li {
    display: inline-block;
    margin: 0 0.6em;
    color: #999; }

.news-main-article {
  width: 60%;
  float: left;
  padding-right: 1em; }

.news-header-right {
  width: 40%;
  float: right;
  font-size: 0.9em;
  border-left: 1px solid #ccc;
  padding-left: 1em; }
  .news-header-right article {
    height: 11.5em; }

.news-other-articles {
  clear: both;
  border-top: 1px solid #ccc;
  padding: 1em 0 4em 0;
  overflow: hidden; }
  .news-other-articles article {
    width: 30%;
    float: left;
    margin-right: 3%;
    padding-left: 2%;
    font-size: 0.8em;
    border-left: 1px solid #ccc;
    height: 20em; }
    .news-other-articles article:nth-child(3n+1) {
      border-left: none;
      padding-left: 0; }
  .news-other-articles h3 {
    font-weight: normal;
    font-style: normal;
    margin-bottom: 0.2em; }
  .news-other-articles p {
    font-size: 1.1em; }
  .news-other-articles img {
    float: right;
    margin: 0 0 0.2em 0.3em;
    width: 8em; }

.mail .site-body {
  padding: 0em;
  overflow: hidden; }
.mail .site-header {
  background: #65C1EF;
  color: #fff;
  padding: 1em;
  overflow: hidden; }
  .mail .site-header h1 {
    float: left; }

.mail-nav {
  float: right;
  font-size: 0.8em;
  cursor: default; }
  .mail-nav li {
    display: inline-block;
    margin: 0.8em 0 0.8em 1.2em; }

.mail-menu {
  float: left;
  width: 18%;
  padding: 1em;
  cursor: default;
  background: #eee;
  height: 410px; }

.mail-boxes, .mail-chat {
  margin: 1em 0; }

.mail-boxes li {
  margin: 0.2em 0; }

.mail-chat {
  font-size: 0.9em; }
  .mail-chat li {
    margin: 0.2em 0; }
    .mail-chat li:first-child {
      font-weight: bold;
      color: #aaa; }

.mail-sender {
  margin-left: 1em;
  color: #999; }

.mail-chat-offline {
  color: #FB3F3F; }

.email, .inbox {
  float: right;
  width: 82%;
  padding: 1em 1.5em;
  line-height: 1.3; }

.email .email-meta {
  margin: 0 0 1em 0;
  font-size: 0.7em;
  color: #777;
  text-align: left; }
  .email .email-meta li:first-child {
    font-weight: bold;
    font-size: 1.8em;
    color: #222; }
.email .email-menu {
  border: 1px solid #eee;
  font-size: 0.7em;
  margin: 0 0 2em 0;
  cursor: default; }
  .email .email-menu li {
    color: #aaa;
    display: inline-block;
    margin: 1.2em 0 1.2em 1.2em; }
    .email .email-menu li:last-child {
      float: right;
      margin-right: 1.2em; }
.email .email-body {
  max-width: 480px; }

.inbox li {
  padding: 0.5em 1em;
  border: 1px solid #e0e0e0;
  border-bottom: none;
  font-size: 0.85em;
  cursor: pointer; }
  .inbox li:last-child {
    border-bottom: 1px solid #e0e0e0; }
.inbox .sender {
  float: right;
  color: #888; }

.email {
  display: none; }

.show-inbox {
  cursor: pointer;
  font-weight: bold; }

.appbar {
  background: #d2d2d2;
  overflow: hidden;
  border-bottom: 1px solid rgba(200, 200, 200, 0.1); }

.tabbar {
  font-size: 0.8em;
  float: left; }
  .tabbar li {
    cursor: pointer;
    float: left;
    padding: 0.4em 1em;
    width: 12em;
    color: #888;
    background: #aaa;
    border-radius: 0.4em 0.4em 0 0;
    margin: 0.4em 0 0 0.2em;
    background: #eaeaea;
    color: #222;
    opacity: 0.3; }
    .tabbar li.selected, .tabbar li:hover {
      opacity: 1; }

.appmenu {
  float: right;
  font-size: 1.1em;
  cursor: default;
  padding: 0.2em 0.5em 0 0.5em; }
  .appmenu span:nth-child(1) {
    color: #14C758; }
  .appmenu span:nth-child(2) {
    color: #FF8445; }
  .appmenu span:nth-child(3) {
    color: #fd1c1c; }

.corpwatch {
  padding: 2em;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  .corpwatch img {
    width: 120px;
    float: left;
    margin-right: 1em; }
  .corpwatch .site-header {
    width: 400px;
    margin: 0 auto; }
    .corpwatch .site-header h1 {
      font-size: 2.65em;
      font-weight: bold;
      padding-top: 0.25em; }
  .corpwatch .site-body {
    clear: both;
    width: 600px;
    margin: 0 auto; }

.hud {
  padding: 1em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.hud-center {
  margin: 0 auto;
  text-align: center;
  width: 16em; }

.hud-left {
  position: absolute;
  left: 1em;
  top: 1em; }

.hud-right {
  position: absolute;
  right: 0;
  top: 1.6em;
  z-index: 0; }

.hud-date {
  color: #5e71ff;
  width: 13.5em; }
  .hud-date span {
    display: inline-block;
    width: 9em; }

.hud-left .cash {
  margin-top: 0.2em; }

.hud-stats li {
  width: auto;
  height: auto;
  position: relative;
  z-index: 10;
  cursor: help; }
.hud-stats img {
  width: 18px; }

.hud-actions {
  text-align: right; }
  .hud-actions li {
    cursor: pointer;
    display: inline-block;
    background: #239cff;
    color: #fff;
    border-radius: 0.2em;
    margin: 0.5em;
    padding: 0.5em 1em; }
    .hud-actions li:hover {
      background: #3f84fb; }

.hud-tasks {
  text-align: center; }
  .hud-tasks li {
    display: inline-block;
    margin: 0.5em; }

.hud-actions, .hud-tasks {
  padding: 0 1em; }

.start-new-task-highlight {
  animation: cyclebg 2s infinite; }

@keyframes cyclebg {
  0% {
    background: #239cff; }
  50% {
    background: #ff2c2c; }
  100% {
    background: #239cff; } }
.progress-bar-outer {
  width: 12em;
  height: 1em;
  background: rgba(0, 0, 0, 0.08);
  position: relative; }

.progress-bar-inner {
  height: 100%;
  position: absolute;
  background: #1111f8;
  max-width: 100%; }

.hud-time-outer {
  height: 0.5em;
  width: 13.4em; }

.hud-time-inner {
  background: #fb3f3f; }

.hud-left-top {
  overflow: hidden; }

.hud-cash {
  clear: both; }

.hud-time {
  float: left; }

.hud-economy {
  width: 1em;
  height: 1em;
  margin: 0.5em;
  border-radius: 4em;
  float: left; }

.hud-profit-progress .progress-bar-outer {
  margin: 0 auto; }

.hud-profit-progress-target {
  position: absolute;
  left: 100%;
  padding-left: 0.4em; }

.hud-profit-progress-ytd {
  position: absolute;
  right: 100%;
  padding-right: 0.4em; }

.hud-product-dev,
.hud-promo-dev {
  background: rgba(118, 118, 224, 0.16);
  padding: 1em 1em 0.4em 1em; }
  .hud-product-dev .progress-bar-outer,
  .hud-promo-dev .progress-bar-outer {
    margin: 0.4em 0 0.5em 0;
    width: 19em; }
  .hud-product-dev .grid,
  .hud-promo-dev .grid {
    padding: 0; }
  .hud-product-dev button,
  .hud-promo-dev button {
    width: 100%;
    margin: 0 0 1em 0; }

.hud-active-products {
  width: 12em; }
  .hud-active-products .cash {
    float: right; }
  .hud-active-products li {
    clear: both; }

.hud-center-board h3 {
  font-weight: normal; }

.hud-challenges {
  position: fixed;
  left: 1em;
  bottom: 2em;
  cursor: pointer;
  display: none; }

.achievement-wrapper {
  position: fixed;
  right: 2em;
  top: 8em;
  z-index: 1; }

.achievement, .hud-challenges {
  font-size: 0.9em;
  padding: 1.5em;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0.4em;
  color: #fff; }
  .achievement h1, .hud-challenges h1 {
    font-size: 1.4em; }
  .achievement p, .hud-challenges p {
    margin: 0; }

.achievement {
  width: 22em;
  margin: 1em auto; }

.weeks {
  margin: 0.25em 0 0 0.6em;
  float: right; }

.weeks li {
  float: left;
  margin: 0 0.1em; }

.week-on, .week-off {
  width: 12px;
  height: 12px; }

.week-on {
  background: #5e71ff; }

.week-off {
  background: rgba(94, 113, 255, 0.2); }

.progress-radial {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #29dc6d; }

.progress-radial .overlay {
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #515f78;
  border-radius: 50%;
  margin-left: 7px;
  margin-top: 7px; }

.idle-workers {
  background: #ff2c2c;
  color: #fff;
  text-align: right;
  float: right;
  margin-right: 1.6em;
  font-size: 0.9em;
  display: inline-block;
  padding: 0.2em;
  border-radius: 0.2em; }

.progress-0 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(90deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-1 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(93.6deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-2 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(97.2deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-3 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(100.8deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-4 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(104.4deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-5 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(108deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-6 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(111.6deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-7 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(115.2deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-8 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(118.8deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-9 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(122.4deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-10 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(126deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-11 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(129.6deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-12 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(133.2deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-13 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(136.8deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-14 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(140.4deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-15 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(144deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-16 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(147.6deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-17 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(151.2deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-18 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(154.8deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-19 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(158.4deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-20 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(162deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-21 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(165.6deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-22 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(169.2deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-23 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(172.8deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-24 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(176.4deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-25 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(180deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-26 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(183.6deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-27 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(187.2deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-28 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(190.8deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-29 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(194.4deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-30 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(198deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-31 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(201.6deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-32 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(205.2deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-33 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(208.8deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-34 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(212.4deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-35 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(216deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-36 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(219.6deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-37 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(223.2deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-38 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(226.8deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-39 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(230.4deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-40 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(234deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-41 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(237.6deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-42 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(241.2deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-43 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(244.8deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-44 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(248.4deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-45 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(252deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-46 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(255.6deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-47 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(259.2deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-48 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(262.8deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-49 {
  background-image: linear-gradient(90deg, #515f78 50%, transparent 50%, transparent), linear-gradient(266.4deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-50 {
  background-image: linear-gradient(-90deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-51 {
  background-image: linear-gradient(-86.4deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-52 {
  background-image: linear-gradient(-82.8deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-53 {
  background-image: linear-gradient(-79.2deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-54 {
  background-image: linear-gradient(-75.6deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-55 {
  background-image: linear-gradient(-72deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-56 {
  background-image: linear-gradient(-68.4deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-57 {
  background-image: linear-gradient(-64.8deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-58 {
  background-image: linear-gradient(-61.2deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-59 {
  background-image: linear-gradient(-57.6deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-60 {
  background-image: linear-gradient(-54deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-61 {
  background-image: linear-gradient(-50.4deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-62 {
  background-image: linear-gradient(-46.8deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-63 {
  background-image: linear-gradient(-43.2deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-64 {
  background-image: linear-gradient(-39.6deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-65 {
  background-image: linear-gradient(-36deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-66 {
  background-image: linear-gradient(-32.4deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-67 {
  background-image: linear-gradient(-28.8deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-68 {
  background-image: linear-gradient(-25.2deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-69 {
  background-image: linear-gradient(-21.6deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-70 {
  background-image: linear-gradient(-18deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-71 {
  background-image: linear-gradient(-14.4deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-72 {
  background-image: linear-gradient(-10.8deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-73 {
  background-image: linear-gradient(-7.2deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-74 {
  background-image: linear-gradient(-3.6deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-75 {
  background-image: linear-gradient(0deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-76 {
  background-image: linear-gradient(3.6deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-77 {
  background-image: linear-gradient(7.2deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-78 {
  background-image: linear-gradient(10.8deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-79 {
  background-image: linear-gradient(14.4deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-80 {
  background-image: linear-gradient(18deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-81 {
  background-image: linear-gradient(21.6deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-82 {
  background-image: linear-gradient(25.2deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-83 {
  background-image: linear-gradient(28.8deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-84 {
  background-image: linear-gradient(32.4deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-85 {
  background-image: linear-gradient(36deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-86 {
  background-image: linear-gradient(39.6deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-87 {
  background-image: linear-gradient(43.2deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-88 {
  background-image: linear-gradient(46.8deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-89 {
  background-image: linear-gradient(50.4deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-90 {
  background-image: linear-gradient(54deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-91 {
  background-image: linear-gradient(57.6deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-92 {
  background-image: linear-gradient(61.2deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-93 {
  background-image: linear-gradient(64.8deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-94 {
  background-image: linear-gradient(68.4deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-95 {
  background-image: linear-gradient(72deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-96 {
  background-image: linear-gradient(75.6deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-97 {
  background-image: linear-gradient(79.2deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-98 {
  background-image: linear-gradient(82.8deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-99 {
  background-image: linear-gradient(86.4deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.progress-100 {
  background-image: linear-gradient(90deg, #29dc6d 50%, transparent 50%, transparent), linear-gradient(270deg, #29dc6d 50%, #515f78 50%, #515f78); }

.selection {
  position: absolute;
  left: 1em;
  top: 15vh;
  padding: 1em 1.5em;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  display: none;
  width: 22em;
  border-radius: 0.4em;
  background: #e6e6e6;
  color: #222;
  font-family: "Fantasque Sans Mono", monospace;
  z-index: 2; }
  .selection h2 {
    font-weight: normal; }

.selection-avatar {
  width: 80px;
  float: left; }

.object-selection-avatar {
  position: absolute;
  right: 0;
  top: -50px;
  width: 100px; }

.selection-name {
  float: left;
  padding: 1em 0;
  width: 70%; }

.selection-body {
  clear: both; }

.selection-info {
  font-size: 0.9em; }
  .selection-info .worker-stats li {
    width: 4em; }
  .selection-info .worker-attributes {
    margin-bottom: 0.8em; }
    .selection-info .worker-attributes li {
      font-size: 1.1em; }

.last-thought {
  background: #fff;
  padding: 1em;
  border-radius: 0.5em;
  margin: 0 0 1em 0; }
  .last-thought h6 {
    color: #a3b4bf; }

.employee-burnout {
  font-size: 1em;
  font-weight: normal;
  color: #fff;
  background: #fb3f3f;
  position: absolute;
  top: -1em;
  right: -1em;
  padding: 0.2em 0.4em;
  border-radius: 0.2em;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); }

.object-stats h5 {
  color: #6c91a9; }

.employee-thought {
  padding: 0.2em 0.4em;
  border-radius: 0.2em;
  position: absolute;
  background: rgba(248, 248, 248, 0.8);
  font-size: 0.7em;
  max-width: 9em;
  margin-left: 1em; }

.employee-burntout {
  position: absolute;
  width: 24px;
  margin-left: -10px;
  margin-top: -8px;
  opacity: 0.8; }

.alert .tasks {
  font-size: 0.8em; }

.alert em, .market-tutorial em {
  background: #515f78;
  padding: 0.1em 0.3em;
  border-radius: 0.2em;
  white-space: nowrap;
  display: inline-block;
  margin: 0.05em 0; }

.alert-message {
  position: relative;
  margin: 8em auto 0 auto;
  text-align: center;
  width: 26em;
  background: #fefefe;
  border-radius: 0.2em;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2);
  padding: 2em 2em 1em 2em; }

.alert-actions button {
  border: none !important;
  padding: 1.2em 1em; }

.alert-email {
  width: 32em;
  margin-top: 4em; }
  .alert-email h3 {
    font-weight: normal; }
  .alert-email .email-content {
    text-align: left; }
  .alert-email .email-from, .alert-email .email-to {
    font-size: 0.9em;
    color: #555;
    margin: 0.4em 0; }
  .alert-email .email-sender, .alert-email .email-recipient {
    background: #ddd;
    color: #404040;
    padding: 0.2em 0.3em;
    font-size: 0.85em;
    border-radius: 0.2em; }
  .alert-email .email-body {
    margin: 1.5em 0; }
    .alert-email .email-body img {
      width: 100%;
      margin-top: 1em; }
  .alert-email em {
    background: #a7c7dc; }

.alert-icon {
  position: absolute;
  width: 48px;
  right: -12px;
  top: -18px; }

.alert-actions button {
  border-radius: 0.4em; }
.alert-actions.has-task .dismiss-alert {
  width: auto; }

.dismiss-alert {
  width: 100%; }

.alert-confirm p {
  margin: 2em 0 3em 0; }

.market-ending-alert p {
  margin-bottom: 2.5em; }

.alert-market-report {
  margin-top: 2em;
  text-align: left; }
  .alert-market-report p {
    font-size: 1.2em;
    margin-bottom: 0; }
  .alert-market-report h1 {
    font-weight: normal;
    color: #aaa; }

.market-report-bonuses {
  margin: 2em 0; }
  .market-report-bonuses li {
    background: #ccc;
    color: #464646;
    padding: 0.2em 0.4em;
    margin: 0.2em 0;
    border-radius: 0.2em; }

.market-report-share,
.market-report-base-revenue {
  color: #fff;
  background: #3f84fb;
  border-radius: 0.2em;
  padding: 0.1em 0.3em; }

.market-report-revenue {
  background: #29dc6d;
  border-radius: 0.2em;
  padding: 1em;
  margin: 0 0 2em 0;
  text-align: center; }
  .market-report-revenue h3 {
    color: rgba(0, 0, 0, 0.5);
    font-size: 1em;
    font-weight: normal;
    margin: 0 0 0.5em 0; }
  .market-report-revenue h1 {
    text-shadow: 2px 2px #17b051;
    color: #0d7534;
    text-align: center;
    font-size: 2em;
    font-weight: normal; }

.alert-task-complete {
  color: #333; }
  .alert-task-complete .subtitle {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.3);
    font-size: 1.1em; }
  .alert-task-complete h1 {
    font-weight: normal; }
  .alert-task-complete .effects {
    border-radius: 0.2em;
    color: rgba(0, 0, 0, 0.6); }
  .alert-task-complete figure img {
    width: 140px; }

.alert-task-complete-research {
  background: #1b1b1b; }
  .alert-task-complete-research .subtitle {
    color: rgba(255, 255, 255, 0.15); }
  .alert-task-complete-research h1 {
    color: #fff; }

.alert-task-complete-lobby {
  background-size: cover;
  background-position: center center;
  color: #fff; }
  .alert-task-complete-lobby .subtitle, .alert-task-complete-lobby h1 {
    color: #fff; }

.alert-task-complete-promo {
  background: #ae5dd4;
  color: #fff; }
  .alert-task-complete-promo .task-promo-results {
    margin: 1em 0;
    padding: 1em;
    color: rgba(0, 0, 0, 0.6);
    font-size: 1.1em;
    background: #29dc6d;
    border-radius: 0.2em; }

@keyframes pop {
  0% {
    transform: scale(0); }
  50% {
    transform: scale(1.1); } }
.alert-pop {
  animation-name: pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1; }

.onboarding {
  padding: 0 2em 2em 2em;
  max-width: 960px;
  margin: 0 auto; }
  .onboarding input {
    height: 3em;
    font-size: 1.5em;
    border: 0;
    padding: 1em;
    margin: 6em 0;
    width: 100%; }
  .onboarding .selected {
    background: #0039ff;
    color: #fff; }
  .onboarding h4 {
    font-weight: normal; }

.back {
  cursor: pointer; }

.onboarding-intro {
  margin: 2em 0;
  height: 17.6em;
  font-size: 1.1em;
  line-height: 1.4; }
  .onboarding-intro em {
    background: #3f84fb;
    padding: 0.2em 0.4em;
    color: #fff;
    border-radius: 0.2em; }

.onboarding-name {
  height: 23.8em; }

.onboarding-options {
  margin: 2em 0;
  overflow: hidden; }
  .onboarding-options > li {
    width: 32.33%;
    float: left;
    height: 22em;
    margin-right: 1%;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    font-family: "Fantasque Sans Mono", monospace;
    background: #fff;
    cursor: pointer;
    font-size: 0.9em;
    border-radius: 0.4em;
    overflow: hidden; }
  .onboarding-options .effects {
    margin: 0;
    font-size: 0.9em;
    padding: 0.6em 0.8em; }

.onboarding-options-confirm > li {
  cursor: default; }

.onboarding-option-info {
  padding: 1em; }
  .onboarding-option-info h3 {
    font-weight: normal; }

.onboarding-options img {
  height: 8em;
  margin: 0 auto;
  display: block; }
.onboarding-options .onboarding-location {
  width: 100%;
  height: auto; }

.alert-mentor {
  font-size: 1.2em;
  padding: 2em 2em 1em 2em;
  line-height: 1.4;
  background: #e8e8e8;
  color: #111; }

.alert-mentor em, .market-tutorial em {
  color: #fff; }
  .alert-mentor em.ui-item, .market-tutorial em.ui-item {
    background: #3f84fb; }
  .alert-mentor em.special, .market-tutorial em.special {
    background: #ff0000;
    background: -moz-linear-gradient(-45deg, #ff0000 0%, #ffff00 15%, #00ff00 30%, #00ffff 50%, #0000ff 65%, #ff00ff 80%, #ff0000 100%);
    background: -webkit-linear-gradient(-45deg, #ff0000 0%, #ffff00 15%, #00ff00 30%, #00ffff 50%, #0000ff 65%, #ff00ff 80%, #ff0000 100%);
    background: linear-gradient(135deg, #ff0000 0%, #ffff00 15%, #00ff00 30%, #00ffff 50%, #0000ff 65%, #ff00ff 80%, #ff0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff0000',GradientType=1 );
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); }

.mentor-avatar {
  width: 220px;
  position: absolute;
  margin-left: -9em;
  margin-top: -2em; }

.demo {
  position: absolute;
  right: -8.5em;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 0.4em; }

.concept img {
  width: 18px; }

.alert-mentor-message {
  text-align: left;
  height: 8em;
  padding-left: 2em; }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.pulse {
  animation-name: pulse;
  animation-duration: 0.6s;
  animation-iteration-count: infinite; }

.manage-menu li.pulse {
  border-radius: 100%;
  background: rgba(7, 53, 239, 0.5);
  box-shadow: 0px 0px 12px #0735ef; }

.market-wrapper, .market-ui {
  pointer-events: none;
  user-select: none; }

.market-ui {
  z-index: 2; }

#market.market-active {
  display: block !important;
  position: relative;
  z-index: 1; }

.market {
  width: 180px;
  height: 400px;
  margin: 1em 0;
  pointer-events: all;
  position: relative;
  font-family: "Fantasque Sans Mono", monospace;
  font-size: 0.85em;
  background: #eee;
  border-radius: 0.4em;
  overflow: hidden;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2); }

.end-turn {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 0; }
  .end-turn:disabled {
    background: #ff2c2c;
    color: #fff; }

.progress-bar, .progress-bar-fill {
  height: 1.5em;
  width: 100%;
  background: #e0e0e0; }

.progress-bar-fill {
  background: #fb3f3f; }

.turns-left {
  float: right;
  padding: 0.2em; }

.turn-notice {
  position: fixed;
  top: 1.2em;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 2em;
  font-family: "Work Sans";
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  color: #fff; }
  .turn-notice span {
    display: inline-block;
    padding: 0.2em 0.5em;
    border-radius: 0.2em;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
    background: #ff2c2c; }

.turn-human span {
  background: #29dc6d; }

.tile-info {
  margin: 1em 0;
  border-bottom: 1px solid #aaa;
  height: 10em; }

.tile-info, .piece-info {
  padding: 0.8em; }
  .tile-info h5, .piece-info h5 {
    color: #949494;
    font-weight: normal;
    margin-bottom: 0.4em; }

.tile-name, .piece-name {
  margin: 0.2em 0 0em 0;
  font-size: 1.1em;
  display: block; }

.tile-name h6 {
  font-weight: normal;
  font-style: italic;
  color: #777;
  font-size: 0.8em; }

.tile-description {
  color: #888; }

.player-info {
  border-bottom: 1px solid #aaa; }

.piece-no-moves {
  background: #ff2c2c;
  color: #fff;
  padding: 0.3em 0.6em 0.2em 0.6em;
  margin: 0.2em 0;
  border-radius: 0.2em; }

.health {
  color: #29dc6d; }

.no-health {
  color: #ccc; }

.market-title {
  position: fixed;
  color: #fff;
  left: 0;
  bottom: 0;
  font-size: 2em;
  font-weight: normal;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
  padding: 1em; }

.market-share {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  z-index: 1; }
  .market-share h1 {
    font-size: 1.8em;
    font-weight: normal;
    text-align: center;
    transform-origin: 0 0;
    width: 100vh;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2); }

.human-market-share {
  float: left;
  background: #3f84fb;
  height: 100%;
  width: 20%;
  padding: 0.1em 0 0 0.4em;
  white-space: nowrap; }
  .human-market-share h1 {
    transform: rotate(-90deg);
    position: absolute;
    bottom: 0; }

.ai-market-share {
  float: right;
  background: #fb3f3f;
  height: 100%;
  width: 20%;
  padding: 0.1em 0.4em 0 0;
  text-align: right;
  white-space: nowrap; }
  .ai-market-share h1 {
    transform: rotate(90deg);
    position: absolute;
    top: 0; }
  .ai-market-share .market-share-text-wrapper {
    position: absolute;
    right: 0.4em; }

.friendly {
  color: #0039FF; }

.hostile {
  color: #fd1c1c; }

.show-market-help {
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
  padding: 0.2em 0.5em;
  border-radius: 10em;
  font-size: 0.8em;
  opacity: 0.6;
  cursor: pointer;
  pointer-events: all; }
  .show-market-help:hover {
    opacity: 1; }

.market-help-body {
  background: #000;
  color: #fff;
  padding: 0.5em 2em;
  width: 32em;
  margin: 2em auto;
  border-radius: 0.4em;
  font-size: 1.4em; }
  .market-help-body img {
    border-radius: 0.4em;
    margin-right: 1em;
    float: left; }
  .market-help-body p {
    clear: both;
    overflow: hidden;
    margin: 2em 0; }

.market-tutorial {
  display: none;
  position: fixed;
  bottom: 1em;
  background: beige;
  width: 40em;
  right: 2em;
  border-radius: 0.4em;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer; }
  .market-tutorial p {
    font-size: 1.2em;
    margin: 0;
    padding: 1em; }
  .market-tutorial img {
    float: left;
    width: 120px;
    margin-right: 1em;
    border-radius: 0.4em 0 0 0.4em; }

.popups {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  overflow: auto;
  background: rgba(0, 0, 0, 0.75);
  pointer-events: all; }

.popup {
  margin: 5em auto 0 auto;
  font-size: 0.8em;
  position: relative; }
  .popup header {
    padding: 1em;
    height: 4.5em;
    color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3; }
  .popup .close-popup {
    font-size: 3em;
    position: absolute;
    right: 0.8em;
    top: 0.4em;
    line-height: 0.7;
    color: #fff;
    cursor: pointer; }
  .popup .actions {
    position: fixed;
    bottom: 1em;
    left: 0;
    right: 0;
    text-align: center; }

.close-popup {
  cursor: pointer; }

.cards {
  padding: 2em 0 0 0;
  text-align: center; }
  .cards > li {
    width: 24em;
    margin: 0 2em 4em 2em;
    background: #f0f0f0;
    display: inline-block;
    padding: 2em 3em;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
    vertical-align: top;
    border-radius: 0.4em;
    text-align: left;
    position: relative; }
    .cards > li.selected {
      background: #1948e8 !important;
      color: #fff !important; }
  .cards button {
    width: 100%; }
  .cards h1 {
    font-size: 2.5em;
    font-weight: normal; }
  .cards p {
    height: 5em;
    font-size: 1.2em; }
  .cards img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    display: block; }
  .cards .subtitle {
    margin: 0;
    font-weight: normal; }

button.owned {
  background: #29dc6d; }

.lobbying .cards > li {
  color: #fff;
  height: 36em;
  padding-top: 11em;
  background-size: cover;
  background-position: center center; }
  .lobbying .cards > li h1 {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); }
  .lobbying .cards > li p {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
.lobbying .title {
  height: 7em; }

.special_projects {
  color: #fff; }
  .special_projects .cards > li {
    background: #111;
    height: 39em; }
    .special_projects .cards > li img {
      width: 180px;
      height: 180px; }
    .special_projects .cards > li h1 {
      font-size: 2em; }
  .special_projects p {
    height: 2.5em;
    margin-top: 0; }
  .special_projects .effects {
    margin: 1em 0; }
  .special_projects .prereq {
    font-size: 0.9em; }

.prereqs {
  margin: 0 0 1em 0;
  font-size: 1.2em; }

.revenue {
  margin: 0 0 1em 0; }

.prereq {
  display: inline-block;
  padding: 0.1em 0.3em;
  background: #1f1f1f;
  margin: 1px;
  border-radius: 0.2em; }
  .prereq.ok {
    background: #17b051 !important;
    color: #fff !important;
    opacity: 1 !important; }

.undiscovered {
  position: absolute;
  bottom: 1em;
  left: 0;
  padding: 2em; }

.acquisitions figure {
  height: 200px;
  width: 100%;
  position: relative;
  margin: 0; }
.acquisitions .title {
  height: 5.5em; }
.acquisitions img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.dark_industries {
  background: #000 !important;
  color: #fff !important; }

.recruiting .cards > li, .start_a_promo_campaign .cards > li {
  color: #fff; }
.recruiting .cards p, .start_a_promo_campaign .cards p {
  height: 3em; }
.recruiting .title, .start_a_promo_campaign .title {
  height: 6em; }

.recruiting .cards > li {
  background: #113eda;
  background: #239cff;
  background: -moz-linear-gradient(top, #239cff 0%, #1a58ea 100%);
  background: -webkit-linear-gradient(top, #239cff 0%, #1a58ea 100%);
  background: linear-gradient(to bottom, #239cff 0%, #1a58ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#239cff', endColorstr='#4a79e8',GradientType=0 ); }

.recruiting .cards .recruiting-robots {
  background: #fc5f5f;
  background: -moz-linear-gradient(top, #fc5f5f 0%, #ff2323 100%);
  background: -webkit-linear-gradient(top, #fc5f5f 0%, #ff2323 100%);
  background: linear-gradient(to bottom, #fc5f5f 0%, #ff2323 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5f5f', endColorstr='#ff2323',GradientType=0 ); }

.start_a_promo_campaign .cards > li {
  background: #ae5dd4;
  cursor: pointer; }
  .start_a_promo_campaign .cards > li:hover {
    background: #9843bf; }
  .start_a_promo_campaign .cards > li.selected {
    background: #7e0cb3; }

.lobbying .cash, .recruiting .cash,
.start_a_promo_campaign .cash, .locations .cash {
  background: #57bb7d;
  color: #fff;
  padding: 0.2em;
  display: inline-block;
  border-radius: 0.2em; }

.product_types .cards img, .start_a_product .cards img {
  width: 100px;
  height: 100px;
  margin: 1em auto 1.5em auto; }
.product_types .cards h1, .start_a_product .cards h1 {
  font-size: 2em; }
.product_types .cards h5, .start_a_product .cards h5 {
  position: absolute;
  background: #3f84fb;
  top: -0.4em;
  right: -0.4em;
  font-weight: normal;
  font-size: 1em;
  padding: 0.1em 0.3em 0.2em 0.3em;
  border-radius: 0.2em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }
.product_types .cards .title, .start_a_product .cards .title {
  padding: 1.5em 2em 0.5em 2em; }
.product_types .cards > li, .start_a_product .cards > li {
  padding: 0;
  width: 20em;
  height: 20em;
  background: #515f78;
  color: #fff; }
  .product_types .cards > li:hover, .start_a_product .cards > li:hover {
    background: #3f4f6b; }
.product_types .cards button, .start_a_product .cards button {
  border-radius: 0 0 0.4em 0.4em;
  width: 100%;
  margin-bottom: -1px;
  position: absolute;
  bottom: 0; }

.start_a_product .cards > li {
  cursor: pointer; }

.successful_product_combos .cards > li {
  height: 40em; }
.successful_product_combos .cards img {
  width: 164px;
  height: 164px;
  margin: 2em auto; }

.human_resources > h1, .candidates > h1, .assign_task > h1 {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
  font-size: 4em;
  margin: 4em 0 0 0; }
.human_resources .cards > li, .candidates .cards > li, .assign_task .cards > li {
  padding: 0;
  height: 22em;
  width: 42em; }
  .human_resources .cards > li h1, .candidates .cards > li h1, .assign_task .cards > li h1 {
    font-size: 2.1em; }

.worker-avatar {
  float: left;
  background: #0039ff;
  height: 22em;
  border-radius: 0.4em 0 0 0.4em;
  width: 15.5em;
  background: #49c0f0;
  background: -moz-linear-gradient(top, #49c0f0 0%, #942fed 100%);
  background: -webkit-linear-gradient(top, #49c0f0 0%, #942fed 100%);
  background: linear-gradient(to bottom, #49c0f0 0%, #942fed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49c0f0', endColorstr='#942fed',GradientType=0 ); }
  .worker-avatar img {
    margin: 3.5em auto 0 auto; }

.worker-info {
  float: left;
  padding: 2em;
  width: 26.5em; }

.worker-body {
  margin: 1em 0;
  height: 10em;
  width: 100%; }

.worker-stats {
  margin: 1em 0; }
  .worker-stats img {
    width: 16px;
    height: 16px;
    display: inline-block; }
  .worker-stats li {
    display: inline-block;
    font-size: 1.4em;
    width: 4.5em;
    margin: 0.5em 0.5em 0.7em 0; }

.worker-attributes li {
  background: #aaa;
  color: #fff;
  padding: 0.2em 0.4em;
  border-radius: 0.2em;
  font-size: 1.2em;
  margin: 0;
  display: inline-block; }

.worker-task,
.location-task {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }

.worker-task {
  text-align: center;
  padding: 0 1em;
  margin-top: -3em; }

.worker-actions {
  text-align: center; }
  .worker-actions button {
    width: auto; }

[data-tip] {
  cursor: help; }

.locations .cards > .location-market {
  width: 65em;
  background: #3f84fb;
  color: #fff;
  padding: 0.5em; }

.market-location {
  background: #3566d8;
  width: 20em;
  display: inline-block;
  padding: 1em;
  border-radius: 0.4em;
  vertical-align: top;
  height: 24em;
  margin: 0.6em;
  position: relative; }
  .market-location:first-child {
    background: none; }
    .market-location:first-child img {
      margin-top: 2em; }
  .market-location .worker-stats li {
    margin: 0.5em 0.5em 0em 0; }
  .market-location button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 0 0.4em 0.4em;
    background: #3a70d4; }
    .market-location button:hover {
      background: #5491fb; }

.perks .cards > li {
  background: #29dc6d;
  color: #fff;
  width: 42em;
  height: 22em;
  padding: 0; }
  .perks .cards > li .cash {
    background: #17B051;
    color: #fff;
    display: inline-block;
    padding: 0.2em 0.3em;
    border-radius: 0.2em; }
.perks .requires-office-upgrade h1 {
  font-size: 1.8em;
  padding: 1em;
  margin-top: 3.2em;
  position: absolute;
  left: 9em;
  width: 14em; }
.perks .maxed-perk h1 {
  margin-top: 4.2em; }

.owned-perk {
  padding: 1.5em;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  float: left;
  width: 16em;
  border-radius: 0.4em 0 0 0.4em;
  height: 100%; }
  .owned-perk img {
    width: 110px;
    height: 110px;
    margin: 1em auto 0 auto; }
  .owned-perk .effects {
    font-size: 0.95em;
    margin-top: 0;
    background: none; }
  .owned-perk h1 {
    font-size: 1.6em; }
  .owned-perk h1.unowned {
    margin-top: 4.5em; }
  .owned-perk h5 {
    color: rgba(0, 0, 0, 0.2); }

.next-perk {
  width: 26em;
  float: left;
  padding: 1em; }
  .next-perk img {
    float: left;
    width: 130px;
    height: 130px;
    margin: 10px; }
  .next-perk p {
    height: 3em;
    margin-bottom: 0; }
  .next-perk .effects {
    margin-top: 0; }

.negotiation-employee {
  padding: 2em;
  width: 100%;
  text-align: center;
  background: #a7c7dc;
  background: -moz-linear-gradient(top, #a7c7dc 0%, #85b2d3 100%);
  background: -webkit-linear-gradient(top, #a7c7dc 0%, #85b2d3 100%);
  background: linear-gradient(to bottom, #a7c7dc 0%, #85b2d3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7c7dc', endColorstr='#85b2d3',GradientType=0 ); }
  .negotiation-employee > img {
    width: 200px; }
  .negotiation-employee .title {
    margin-top: -2em; }

.negotiation-dialogue-wrapper {
  width: 100%;
  background: #212121;
  padding: 2em;
  position: relative; }

.negotiation-dialogue {
  max-width: 680px;
  margin: 0 auto; }
  .negotiation-dialogue input {
    width: 100%;
    padding: 0.2em;
    font-size: 2.6em;
    font-family: "Work Sans", "Helvetica", sans-serif;
    font-weight: bold;
    text-align: center;
    border: none;
    color: #fff;
    background: #17b051;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); }
  .negotiation-dialogue button {
    width: 100%;
    border: none;
    border-radius: 0 0 0.4em 0.4em; }
    .negotiation-dialogue button.return-hiring {
      border-radius: 0.4em; }
  .negotiation-dialogue h1 {
    color: #fff;
    padding: 1em 0 2em 0; }

.negotiation-option {
  font-size: 1.6em;
  padding: 1em 0;
  margin: 0.1em;
  cursor: pointer;
  color: #fff; }
  .negotiation-option:hover {
    color: #fbf83f; }

.negotiation-offer {
  margin-top: 2em; }

.require-offer, .offer-result {
  text-align: center;
  padding: 2em;
  color: #fff;
  margin: 2em 0; }

.negotiation .popup-body {
  overflow: hidden; }

.worker-insight {
  color: #aaa; }

.negotiation-wage-factors {
  margin: 1em 0;
  color: #7d7d7d; }

.negotiation-result {
  position: absolute;
  top: -2em;
  left: 0;
  right: 0; }

.negotiation-result-text {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 1em;
  width: 24em;
  margin: 0 auto;
  border-radius: 0.4em;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); }

.negotiation-good {
  background: #17b051; }

.negotiation-bad {
  background: #ff2c2c; }

.research .cards > li {
  background: #1b1b1b;
  color: #fff;
  width: 28em;
  height: 42em; }
.research h5 {
  color: rgba(255, 255, 255, 0.2);
  font-size: 1.2em;
  margin-bottom: 1em; }
  .research h5.missing-vertical {
    color: #ff2c2c; }
.research .prereq {
  background: #333;
  opacity: 0.6; }
.research .prereqs h5 {
  font-size: 1em; }
.research button {
  width: 21.1em;
  position: absolute;
  bottom: 2em; }

.new_task {
  width: 32em;
  margin-top: 8em; }
  .new_task h5 {
    color: rgba(255, 255, 255, 0.4);
    font-weight: normal;
    font-size: 1.5em; }
  .new_task ul {
    font-size: 2em;
    color: #fff;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3); }
  .new_task li {
    cursor: pointer;
    background: #239cff;
    padding: 0.2em 0.5em;
    border-radius: 0.2em;
    margin: 0.5em 0 0 0;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2); }
    .new_task li:hover {
      background: #29dc6d; }

.assign_task .cards > li {
  cursor: pointer; }
  .assign_task .cards > li.selected {
    background: #5e71ff;
    color: #fff; }
  .assign_task .cards > li.already-assigned {
    opacity: 0.7; }

.tabs {
  position: fixed;
  top: 0;
  left: 8em;
  right: 8em;
  text-align: center;
  color: #fff;
  font-size: 1.6em; }
  .tabs > li {
    cursor: pointer;
    display: inline-block;
    margin: 0 1em;
    padding: 0.7em 0 0.2em 0; }
    .tabs > li.selected, .tabs > li:hover {
      border-bottom: 4px solid #f5deb3; }

.tab-page {
  display: none; }
  .tab-page.selected {
    display: block; }

.tasks .cards h1 {
  font-size: 2.2em; }
.tasks .cards .subtitle {
  color: rgba(0, 0, 0, 0.4); }
.tasks .cards > li {
  width: 32em;
  padding: 2em; }
  .tasks .cards > li:hover .task-actions {
    display: block; }
  .tasks .cards > li.task-promo {
    background: #7e0cb3;
    color: #fff; }
  .tasks .cards > li.task-research {
    background: #1b1b1b;
    color: #fff; }
    .tasks .cards > li.task-research .subtitle {
      color: rgba(255, 255, 255, 0.3); }
  .tasks .cards > li.task-lobby {
    background-size: cover;
    background-position: center center;
    color: #fff; }
    .tasks .cards > li.task-lobby .subtitle {
      color: rgba(255, 255, 255, 0.6); }
  .tasks .cards > li.task-product {
    background: #515f78;
    color: #fff; }
    .tasks .cards > li.task-product figure {
      float: left;
      margin: 1em 0;
      width: 20em; }
      .tasks .cards > li.task-product figure img {
        float: none;
        width: 100px;
        height: 100px;
        display: inline-block; }
    .tasks .cards > li.task-product .stats img {
      width: 20px;
      height: 20px;
      margin-right: 0.3em; }
    .tasks .cards > li.task-product .stats li {
      font-size: 1.5em;
      margin: 0.6em 0; }
  .tasks .cards > li.task-specialproject {
    color: #fff;
    background: #111; }
    .tasks .cards > li.task-specialproject .subtitle {
      color: rgba(255, 255, 255, 0.3); }
    .tasks .cards > li.task-specialproject .task-progresses li {
      width: 9.1em; }
    .tasks .cards > li.task-specialproject .task-progresses .task-progress-outer {
      width: 6.5em;
      background: rgba(100, 100, 100, 0.1); }
  .tasks .cards > li.task-event {
    background: #f3eec2;
    height: 18em; }
    .tasks .cards > li.task-event .task-body {
      height: 8.5em;
      padding: 0.7em 0; }
    .tasks .cards > li.task-event .task-info {
      overflow: hidden; }
    .tasks .cards > li.task-event .task-progress-outer {
      width: 11em; }
      .tasks .cards > li.task-event .task-progress-outer:first-child {
        margin-right: 1.2em; }
.tasks .task-body {
  height: 10em; }
  .tasks .task-body img {
    width: 120px;
    height: 120px;
    float: left; }
  .tasks .task-body p {
    height: auto; }
  .tasks .task-body .effects {
    display: inline-block;
    margin: 0; }

.task-skills {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 1.2em;
  color: #fff;
  font-size: 1.2em;
  text-align: center; }

.task-communication-overhead {
  padding: 0.5em 0.7em;
  border-radius: 0.2em;
  margin: 1em 0;
  display: inline-block; }

.task-toggle-repeat {
  background: #aaa !important;
  opacity: 0.8; }
  .task-toggle-repeat.toggled {
    background: #17b051 !important;
    opacity: 1; }

.task-assignees, .task-no-assignees {
  position: absolute;
  top: 2em;
  right: 2em; }
  .task-assignees img, .task-no-assignees img {
    width: 20px;
    height: 20px; }
  .task-assignees li, .task-no-assignees li {
    display: inline-block;
    cursor: pointer; }

.task-assignees li, .task-extra-assignees {
  vertical-align: middle; }

.task-progress-outer,
.task-progress-inner {
  height: 1.2em;
  background: rgba(0, 0, 0, 0.1); }

.task-progress-inner {
  background: #29dc6d; }

.no-tasks {
  font-size: 3em;
  color: #fff;
  text-align: center;
  margin: 6em 0 0 0; }

.task-no-assignees {
  padding: 0.2em 0.5em;
  border-radius: 0.25em;
  font-size: 1em;
  background: #ff2c2c;
  color: #fff; }

.task-actions {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2em;
  text-align: center; }
  .task-actions li {
    cursor: pointer;
    background: #3f84fb;
    color: #fff;
    font-size: 1.8em;
    padding: 0.5em 1em;
    display: inline-block;
    margin: 0 0.5em;
    border-radius: 0.1em;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); }
    .task-actions li:hover {
      background: #2968d4; }

.assign_task .the-task .cards {
  padding: 0; }
  .assign_task .the-task .cards > li {
    margin: 0;
    height: 18em; }
.assign_task .tasks {
  position: fixed;
  top: 4em;
  right: 0;
  left: 0;
  z-index: 2; }
.assign_task .tabs {
  right: 0;
  left: 0;
  top: 14em;
  z-index: 2; }
.assign_task .tab-page {
  margin-top: 26em;
  padding-bottom: 26em; }
.assign_task .cards > li,
.assign_task .worker-avatar {
  height: 19em; }
.assign_task .worker-avatar img {
  margin-top: 2.5em; }
.assign_task .actions {
  position: relative; }
  .assign_task .actions button {
    position: fixed;
    z-index: 20;
    bottom: 1em;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10em;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); }

.assign-locations.cards > li {
  background: #3f84fb;
  padding: 2em 3em;
  color: #fff;
  width: 28em;
  height: 16em; }
.assign-locations.cards .title img {
  width: 24px;
  height: 24px;
  display: inline;
  vertical-align: middle;
  margin-top: -5px; }

.email-task-success {
  width: 49%;
  float: left;
  background: #29dc6d; }

.email-task-failure {
  width: 50%;
  float: right;
  background: #fb3f3f; }
  .email-task-failure .effects {
    background: #fb3f3f;
    color: #111; }

.email-task-solo {
  width: 100%; }

.email-task-success,
.email-task-failure {
  border-radius: 0.2em; }
  .email-task-success h4,
  .email-task-failure h4 {
    padding: 0.2em 0.4em;
    color: rgba(0, 0, 0, 0.5); }

.task-progresses img, .task-requires img {
  width: 20px;
  height: 20px;
  margin-right: 0.3em; }
.task-progresses img, .task-progresses li, .task-progresses .task-progress-outer, .task-requires img, .task-requires li, .task-requires .task-progress-outer {
  display: inline-block; }

.task-due {
  margin-right: 2em; }

.task-requires img {
  vertical-align: middle; }

.product-designer-view {
  background: #515f78;
  color: #fff;
  padding: 2em;
  border-radius: 0.4em;
  margin: 4em auto 0 auto;
  width: 36em;
  min-height: 26em;
  position: relative; }
  .product-designer-view .product-designer-combo {
    position: absolute;
    top: 1em;
    right: 1em; }
    .product-designer-view .product-designer-combo img {
      width: 72px; }
  .product-designer-view .subtitle {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.4); }
  .product-designer-view .product-new-discovery {
    background: #ff2c2c;
    padding: 0.2em 0.4em;
    display: inline;
    border-radius: 0.2em;
    position: absolute;
    left: -1.5em;
    top: 0.55em; }
  .product-designer-view .effects {
    margin-top: 0.2em;
    margin-bottom: 0.4em;
    display: inline-block; }
  .product-designer-view .product-new-effects {
    margin-top: 1.6em; }
  .product-designer-view .product-skills {
    margin: 1em 0; }
    .product-designer-view .product-skills li {
      display: inline-block;
      margin-right: 2em;
      width: 5em; }
      .product-designer-view .product-skills li:first-child {
        width: auto; }
    .product-designer-view .product-skills img {
      width: 18px;
      margin-top: -4px;
      vertical-align: middle; }
  .product-designer-view .product-point-allocator {
    margin: 2em 0; }
    .product-designer-view .product-point-allocator h2 {
      display: inline-block;
      width: 6em;
      font-weight: normal; }
    .product-designer-view .product-point-allocator li {
      margin: 0.5em 0; }
  .product-designer-view .quantity-stat {
    font-size: 1.4em;
    margin: 0 1.5em; }
  .product-designer-view .product-pointer-control {
    float: right; }
    .product-designer-view .product-pointer-control button {
      display: inline-block;
      padding: 0.2em 0.6em;
      font-weight: bold;
      font-size: 1.3em;
      background: rgba(0, 0, 0, 0.3);
      color: #fff;
      min-width: auto;
      cursor: pointer !important; }
      .product-designer-view .product-pointer-control button:disabled, .product-designer-view .product-pointer-control button.disabled, .product-designer-view .product-pointer-control button.disabled:hover {
        cursor: default !important;
        opacity: 0.5 !important;
        background: rgba(0, 0, 0, 0.3) !important; }
      .product-designer-view .product-pointer-control button:hover {
        background: rgba(0, 0, 0, 0.5); }
  .product-designer-view .actions {
    position: absolute;
    bottom: -1px;
    margin-top: 1em; }
    .product-designer-view .actions button {
      width: 100%;
      border-radius: 0 0 0.2em 0.2em;
      background: #17b051;
      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1); }
      .product-designer-view .actions button:hover {
        background: #ff2c2c; }

.product-revenue-per-share {
  padding: 1em;
  color: #fff;
  font-size: 1.5em;
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center; }

.skip-market {
  width: 30em;
  padding: 1em;
  margin: 0.5em auto 0 auto;
  background: #3f84fb;
  color: #162d54;
  font-size: 1.2em;
  border-radius: 0.2em;
  cursor: pointer; }
  .skip-market:hover {
    background: #1866ec; }

.product-competitor {
  width: 24em;
  margin: 0.5em auto 0 auto;
  padding: 1em;
  background: #e8e8e8;
  border-radius: 0.2em;
  color: #111;
  font-size: 1.5em;
  position: relative; }
  .product-competitor figure {
    float: left;
    margin: 0em 1em 0 0;
    height: 6em; }
  .product-competitor img {
    width: 120px; }
  .product-competitor p {
    font-style: italic;
    font-size: 0.9em; }
  .product-competitor h2 {
    font-size: 1.2em; }

.product-competitor-difficulty {
  position: absolute;
  background: #3f84fb;
  top: -0.2em;
  right: -0.4em;
  font-weight: normal;
  font-size: 0.8em;
  padding: 0.1em 0.3em 0.2em 0.3em;
  border-radius: 0.2em;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }

.product-point, .expertise-point {
  width: 0.7em;
  height: 1.5em;
  display: inline-block;
  background: rgba(0, 0, 0, 0.2); }
  .product-point.filled, .expertise-point.filled {
    background: #3f84fb; }

.product-points {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px; }

.expertise-points h3 {
  font-weight: normal;
  font-size: 1em;
  display: inline-block;
  color: rgba(255, 255, 255, 0.4); }

.expertise-points ul {
  display: inline-block;
  vertical-align: middle; }

.expertise-point {
  width: 0.7em;
  height: 0.8em;
  background: rgba(0, 0, 0, 0.1); }

.expertise-point.filled {
  background: #29dc6d; }

.current-cash {
  position: fixed;
  top: 1em;
  left: 6em;
  right: 6em;
  z-index: 2; }

.current-cash-value {
  background: #29dc6d;
  color: #fff;
  padding: 0.2em;
  width: 12em;
  font-size: 1.6em;
  text-align: center;
  border-radius: 0.2em;
  text-shadow: 1px 1px 2px #17b051;
  margin: 0 auto;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); }

.settings-options {
  text-align: center;
  padding: 2em 0; }
  .settings-options li {
    cursor: pointer;
    color: #fff;
    font-size: 2.5em;
    margin-bottom: 0.8em; }
    .settings-options li:hover {
      color: #239cff; }

.accounting-body {
  width: 42em;
  margin: 2em auto;
  font-size: 1.4em; }
  .accounting-body table {
    margin: 0.5em 0 2em 0;
    color: #fff; }
  .accounting-body td {
    width: 18em; }
  .accounting-body .accounting-income {
    background: #29dc6d;
    padding: 2em 2em 0.5em 2em;
    border-radius: 0.4em;
    color: #096d2f; }
  .accounting-body .accounting-costs {
    background: #ff2c2c;
    padding: 2em 2em 0.5em 2em;
    border-radius: 0.4em;
    color: #610909;
    margin-bottom: 2em; }

.toggle-filter, .toggle-completed, .popup-aux-button {
  background: #3f84fb;
  display: block;
  padding: 0.5em 0.7em;
  font-size: 1.2em;
  margin: 0.5em 0 0 0;
  width: 10em;
  border-radius: 0.2em;
  cursor: pointer; }
  .toggle-filter:hover, .toggle-completed:hover, .popup-aux-button:hover {
    background: #239cff; }

.popup-aux-button {
  width: 12em; }

.challenges .cards > li {
  background: #222;
  color: #fff;
  opacity: 0.5;
  height: 16em; }
  .challenges .cards > li h1 {
    font-size: 2em; }
  .challenges .cards > li.finished {
    opacity: 1;
    background: #17b051; }

.popup-description {
  width: 24em;
  margin: 0.5em 0; }

.paused-notice {
  position: fixed;
  bottom: 1em;
  right: 2.5em;
  color: rgba(255, 255, 255, 0.5); }

/*# sourceMappingURL=main.css.map */
