@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: 1075px 855px #FFF , 737px 194px #FFF , 387px 357px #FFF , 1096px 692px #FFF , 1650px 1144px #FFF , 1605px 462px #FFF , 1974px 1953px #FFF , 1822px 1388px #FFF , 1341px 1719px #FFF , 1975px 1605px #FFF , 1700px 1979px #FFF , 598px 1727px #FFF , 1433px 1233px #FFF , 1369px 324px #FFF , 1985px 560px #FFF , 1595px 1758px #FFF , 1300px 23px #FFF , 1980px 291px #FFF , 1649px 1051px #FFF , 1481px 185px #FFF , 1676px 1779px #FFF , 610px 1435px #FFF , 1406px 646px #FFF , 1679px 235px #FFF , 1243px 601px #FFF , 115px 797px #FFF , 1635px 1974px #FFF , 897px 1889px #FFF , 831px 24px #FFF , 430px 935px #FFF , 1761px 219px #FFF , 429px 1576px #FFF , 205px 475px #FFF , 572px 1604px #FFF , 172px 1524px #FFF , 339px 290px #FFF , 1668px 359px #FFF , 1126px 1038px #FFF , 83px 217px #FFF , 1912px 355px #FFF , 1729px 194px #FFF , 753px 334px #FFF , 1774px 17px #FFF , 484px 1902px #FFF , 409px 55px #FFF , 962px 537px #FFF , 319px 1596px #FFF , 385px 265px #FFF , 750px 1409px #FFF , 1898px 777px #FFF , 1071px 583px #FFF , 1832px 1009px #FFF , 552px 1776px #FFF , 186px 1164px #FFF , 2px 1636px #FFF , 1017px 1688px #FFF , 418px 748px #FFF , 1712px 1744px #FFF , 1698px 847px #FFF , 1710px 226px #FFF , 297px 608px #FFF , 1379px 609px #FFF , 224px 375px #FFF , 1194px 1251px #FFF , 1048px 831px #FFF , 1833px 502px #FFF , 1570px 860px #FFF , 1273px 1686px #FFF , 897px 111px #FFF , 1890px 1250px #FFF , 1518px 1342px #FFF , 812px 1713px #FFF , 98px 235px #FFF , 345px 1224px #FFF , 609px 1437px #FFF , 4px 1645px #FFF , 1417px 1228px #FFF , 1764px 37px #FFF , 31px 1018px #FFF , 659px 802px #FFF , 31px 449px #FFF , 436px 971px #FFF , 568px 1885px #FFF , 1789px 1372px #FFF , 731px 542px #FFF , 1532px 1216px #FFF , 1480px 1413px #FFF , 353px 1304px #FFF , 1849px 785px #FFF , 1090px 1406px #FFF , 107px 302px #FFF , 151px 1873px #FFF , 873px 224px #FFF , 505px 1996px #FFF , 134px 1006px #FFF , 1053px 128px #FFF , 1026px 288px #FFF , 241px 81px #FFF , 145px 916px #FFF , 1091px 259px #FFF , 1493px 971px #FFF , 1850px 542px #FFF , 1457px 1664px #FFF , 67px 332px #FFF , 249px 1418px #FFF , 859px 1000px #FFF , 520px 730px #FFF , 1399px 1632px #FFF , 731px 1923px #FFF , 863px 1496px #FFF , 1804px 347px #FFF , 1699px 74px #FFF , 1251px 1677px #FFF , 643px 1490px #FFF , 1510px 374px #FFF , 1411px 1440px #FFF , 1119px 602px #FFF , 1733px 650px #FFF , 625px 787px #FFF , 1326px 1023px #FFF , 804px 1406px #FFF , 1915px 978px #FFF , 927px 1887px #FFF , 1444px 1092px #FFF , 585px 1147px #FFF , 426px 770px #FFF , 686px 1868px #FFF , 567px 240px #FFF , 1715px 1944px #FFF , 1289px 375px #FFF , 1516px 81px #FFF , 1861px 1579px #FFF , 1581px 1480px #FFF , 177px 625px #FFF , 1961px 368px #FFF , 583px 1631px #FFF , 388px 1782px #FFF , 1874px 1661px #FFF , 899px 521px #FFF , 490px 313px #FFF , 1396px 575px #FFF , 1627px 858px #FFF , 715px 358px #FFF , 1987px 1682px #FFF , 218px 1485px #FFF , 1151px 350px #FFF , 596px 1766px #FFF , 640px 181px #FFF , 248px 1053px #FFF , 358px 1688px #FFF , 1867px 1151px #FFF , 1440px 1286px #FFF , 1626px 1828px #FFF , 1465px 1725px #FFF , 1636px 1728px #FFF , 993px 1935px #FFF , 395px 1423px #FFF , 735px 1686px #FFF , 36px 849px #FFF , 1490px 38px #FFF , 596px 1005px #FFF , 126px 375px #FFF , 932px 565px #FFF , 22px 1515px #FFF , 1988px 57px #FFF , 189px 1431px #FFF , 1765px 900px #FFF , 1300px 275px #FFF , 1758px 1646px #FFF , 1746px 1058px #FFF , 399px 1762px #FFF , 1919px 1824px #FFF , 1075px 1412px #FFF , 289px 508px #FFF , 873px 205px #FFF , 1338px 591px #FFF , 304px 143px #FFF , 732px 43px #FFF , 170px 340px #FFF , 1948px 1818px #FFF , 1464px 616px #FFF , 562px 1057px #FFF , 758px 67px #FFF , 1625px 691px #FFF , 1626px 1496px #FFF , 791px 1608px #FFF , 736px 709px #FFF , 518px 1285px #FFF , 354px 1292px #FFF , 1093px 908px #FFF , 1966px 996px #FFF , 442px 327px #FFF , 1190px 1904px #FFF , 1726px 952px #FFF , 449px 644px #FFF , 706px 1350px #FFF , 1369px 1985px #FFF , 607px 559px #FFF , 178px 461px #FFF , 951px 280px #FFF , 24px 1869px #FFF , 722px 1667px #FFF , 769px 915px #FFF , 1410px 1754px #FFF , 1086px 1085px #FFF , 28px 1776px #FFF , 276px 1464px #FFF , 1292px 1906px #FFF , 1857px 1952px #FFF , 590px 455px #FFF , 1715px 1516px #FFF , 213px 1112px #FFF , 863px 175px #FFF , 1648px 59px #FFF , 253px 204px #FFF , 1638px 1163px #FFF , 487px 1703px #FFF , 1583px 1956px #FFF , 1116px 252px #FFF , 1540px 1585px #FFF , 206px 517px #FFF , 1814px 277px #FFF , 888px 1171px #FFF , 469px 973px #FFF , 1732px 989px #FFF , 403px 1562px #FFF , 1507px 1086px #FFF , 1402px 881px #FFF , 261px 1473px #FFF , 561px 1159px #FFF , 113px 1473px #FFF , 69px 582px #FFF , 242px 644px #FFF , 1370px 20px #FFF , 995px 186px #FFF , 1598px 1029px #FFF , 938px 1436px #FFF , 1985px 375px #FFF , 43px 1904px #FFF , 812px 532px #FFF , 643px 1903px #FFF , 1756px 1378px #FFF , 984px 1888px #FFF , 470px 988px #FFF , 534px 261px #FFF , 1090px 999px #FFF , 1026px 189px #FFF , 1960px 1189px #FFF , 332px 1906px #FFF , 219px 1892px #FFF , 1054px 746px #FFF , 645px 1695px #FFF , 1726px 419px #FFF , 544px 196px #FFF , 1205px 524px #FFF , 9px 1098px #FFF , 574px 252px #FFF , 541px 815px #FFF , 267px 1636px #FFF , 795px 1753px #FFF , 1930px 7px #FFF , 1003px 658px #FFF , 1325px 1382px #FFF , 1968px 1615px #FFF , 1074px 944px #FFF , 657px 240px #FFF , 119px 456px #FFF , 912px 1544px #FFF , 35px 1237px #FFF , 315px 562px #FFF , 375px 1145px #FFF , 467px 1595px #FFF , 61px 1792px #FFF , 1463px 1835px #FFF , 1827px 117px #FFF , 1127px 1248px #FFF , 1640px 973px #FFF , 1940px 1174px #FFF , 214px 545px #FFF , 1182px 839px #FFF , 669px 869px #FFF , 375px 1538px #FFF , 737px 364px #FFF , 1913px 207px #FFF , 821px 1708px #FFF , 1183px 583px #FFF , 1126px 834px #FFF , 1727px 463px #FFF , 1974px 1493px #FFF , 1931px 1209px #FFF , 841px 1031px #FFF , 520px 390px #FFF , 117px 165px #FFF , 1706px 779px #FFF , 254px 537px #FFF , 1896px 556px #FFF , 37px 358px #FFF , 506px 966px #FFF , 525px 393px #FFF , 1481px 540px #FFF , 1128px 1928px #FFF , 1755px 1221px #FFF , 1264px 999px #FFF , 483px 1008px #FFF , 1292px 801px #FFF , 1427px 1802px #FFF , 557px 228px #FFF , 1579px 1138px #FFF , 1785px 369px #FFF , 516px 952px #FFF , 58px 441px #FFF , 207px 1805px #FFF , 158px 200px #FFF , 206px 1164px #FFF , 1193px 563px #FFF , 425px 1110px #FFF , 634px 567px #FFF , 1148px 1008px #FFF , 1509px 531px #FFF , 1486px 829px #FFF , 1822px 316px #FFF , 1278px 966px #FFF , 235px 1782px #FFF , 811px 1252px #FFF , 1302px 985px #FFF , 105px 1464px #FFF , 17px 1800px #FFF , 660px 1981px #FFF , 1984px 1777px #FFF , 711px 1582px #FFF , 1089px 501px #FFF , 1097px 297px #FFF , 1922px 712px #FFF , 813px 1976px #FFF , 992px 674px #FFF , 449px 486px #FFF , 1108px 529px #FFF , 317px 839px #FFF , 1033px 573px #FFF , 471px 466px #FFF , 134px 1155px #FFF , 1128px 1263px #FFF , 1124px 245px #FFF , 439px 1567px #FFF , 1357px 765px #FFF , 1478px 1918px #FFF , 855px 442px #FFF , 504px 202px #FFF , 711px 315px #FFF , 462px 548px #FFF , 931px 949px #FFF , 934px 1267px #FFF , 1979px 432px #FFF , 1304px 1684px #FFF , 945px 1513px #FFF , 802px 1279px #FFF , 144px 87px #FFF , 731px 484px #FFF , 146px 1779px #FFF , 974px 511px #FFF , 1992px 1558px #FFF , 1016px 313px #FFF , 303px 1031px #FFF , 1281px 312px #FFF , 125px 950px #FFF , 704px 591px #FFF , 619px 854px #FFF , 1504px 242px #FFF , 1224px 1795px #FFF , 1534px 1367px #FFF , 895px 1516px #FFF , 1158px 1481px #FFF , 558px 63px #FFF , 1109px 1764px #FFF , 626px 508px #FFF , 1389px 43px #FFF , 1423px 1728px #FFF , 1776px 840px #FFF , 107px 886px #FFF , 809px 981px #FFF , 751px 1214px #FFF , 1991px 1177px #FFF , 788px 1215px #FFF , 939px 1935px #FFF , 729px 1312px #FFF , 406px 649px #FFF , 19px 145px #FFF , 856px 1625px #FFF , 797px 823px #FFF , 44px 61px #FFF , 127px 914px #FFF , 917px 814px #FFF , 1198px 581px #FFF , 420px 1631px #FFF , 1549px 984px #FFF , 1481px 1684px #FFF , 1077px 1163px #FFF , 1225px 197px #FFF , 441px 555px #FFF , 297px 1746px #FFF , 66px 345px #FFF , 1329px 270px #FFF , 1850px 831px #FFF , 1711px 1445px #FFF , 1167px 1560px #FFF , 1312px 145px #FFF , 331px 569px #FFF , 229px 1997px #FFF , 1675px 1525px #FFF , 1896px 717px #FFF , 1480px 1850px #FFF , 278px 696px #FFF , 305px 1828px #FFF , 1880px 1606px #FFF , 1037px 742px #FFF , 811px 1399px #FFF , 1018px 714px #FFF , 1313px 605px #FFF , 1275px 1442px #FFF , 695px 1766px #FFF , 1108px 582px #FFF , 1411px 148px #FFF , 1159px 1392px #FFF , 1337px 802px #FFF , 1065px 1073px #FFF , 43px 997px #FFF , 1236px 1728px #FFF , 1438px 1777px #FFF , 1449px 1354px #FFF , 1928px 1023px #FFF , 1967px 1855px #FFF , 1984px 389px #FFF , 95px 41px #FFF , 1127px 847px #FFF , 1366px 1px #FFF , 278px 1908px #FFF , 1867px 625px #FFF , 1114px 1120px #FFF , 1738px 1960px #FFF , 1563px 1031px #FFF , 754px 1844px #FFF , 191px 1481px #FFF , 1972px 24px #FFF , 1008px 1018px #FFF , 1892px 1300px #FFF , 909px 1107px #FFF , 312px 112px #FFF , 1080px 1376px #FFF , 441px 1987px #FFF , 104px 1353px #FFF , 251px 635px #FFF , 1107px 1433px #FFF , 786px 1298px #FFF , 1172px 1333px #FFF , 577px 1123px #FFF , 1788px 159px #FFF , 1676px 1547px #FFF , 1133px 576px #FFF , 1516px 1609px #FFF , 1426px 270px #FFF , 74px 746px #FFF , 1042px 1722px #FFF , 648px 1819px #FFF , 932px 185px #FFF , 1395px 1047px #FFF , 1096px 1666px #FFF , 651px 1099px #FFF , 1161px 1197px #FFF , 279px 392px #FFF , 1487px 1756px #FFF , 183px 1374px #FFF , 910px 385px #FFF , 1139px 231px #FFF , 580px 1376px #FFF , 1114px 1419px #FFF , 358px 735px #FFF , 261px 1473px #FFF , 700px 1300px #FFF , 265px 236px #FFF , 913px 1211px #FFF , 85px 619px #FFF , 1181px 945px #FFF , 137px 1445px #FFF , 955px 203px #FFF , 848px 632px #FFF , 748px 1732px #FFF , 1272px 324px #FFF , 1581px 1057px #FFF , 642px 622px #FFF , 1835px 1797px #FFF , 574px 1278px #FFF , 1640px 1647px #FFF , 1248px 1867px #FFF , 186px 207px #FFF , 1885px 189px #FFF , 89px 1332px #FFF , 351px 747px #FFF , 1457px 279px #FFF , 765px 599px #FFF , 163px 1054px #FFF , 1975px 717px #FFF , 317px 1073px #FFF , 1493px 981px #FFF , 1608px 279px #FFF , 1px 1684px #FFF , 438px 860px #FFF , 924px 1345px #FFF , 620px 757px #FFF , 1299px 1195px #FFF , 1191px 297px #FFF , 713px 1206px #FFF , 385px 1834px #FFF , 1712px 306px #FFF , 585px 847px #FFF , 404px 1499px #FFF , 1513px 842px #FFF , 608px 1229px #FFF , 952px 253px #FFF , 937px 867px #FFF , 1304px 24px #FFF , 672px 1379px #FFF , 1767px 1716px #FFF , 577px 1435px #FFF , 76px 1092px #FFF , 876px 1198px #FFF , 1385px 143px #FFF , 1758px 1073px #FFF , 838px 57px #FFF , 1516px 1460px #FFF , 324px 127px #FFF , 1463px 1345px #FFF , 1980px 872px #FFF , 1959px 621px #FFF , 759px 900px #FFF , 441px 380px #FFF , 1125px 949px #FFF , 1518px 1347px #FFF , 99px 1373px #FFF , 1344px 1370px #FFF , 385px 1576px #FFF , 1787px 778px #FFF , 1539px 1165px #FFF , 484px 818px #FFF , 614px 181px #FFF , 1500px 9px #FFF , 1741px 103px #FFF , 1474px 1600px #FFF , 1707px 1721px #FFF , 302px 656px #FFF , 796px 1167px #FFF , 695px 949px #FFF , 1578px 1115px #FFF , 292px 437px #FFF , 879px 992px #FFF , 1794px 720px #FFF , 1837px 1617px #FFF , 1192px 524px #FFF , 1351px 73px #FFF , 1673px 235px #FFF , 1265px 1201px #FFF , 405px 1371px #FFF , 1153px 225px #FFF , 1341px 1049px #FFF , 1647px 174px #FFF , 842px 456px #FFF , 1752px 1077px #FFF , 1168px 129px #FFF , 323px 1677px #FFF , 1157px 1801px #FFF , 100px 1806px #FFF , 43px 1855px #FFF , 154px 1448px #FFF , 558px 301px #FFF , 1523px 1212px #FFF , 1603px 1376px #FFF , 1071px 931px #FFF , 1704px 971px #FFF , 1362px 1720px #FFF , 811px 1650px #FFF , 1002px 1270px #FFF , 126px 1483px #FFF , 369px 893px #FFF , 1969px 1633px #FFF , 632px 158px #FFF , 543px 105px #FFF , 820px 1033px #FFF , 1518px 161px #FFF , 1620px 1305px #FFF , 1142px 250px #FFF , 1251px 1122px #FFF , 81px 1050px #FFF , 1511px 177px #FFF , 1047px 319px #FFF , 1177px 1282px #FFF , 1871px 1892px #FFF , 755px 1616px #FFF , 647px 48px #FFF , 1507px 291px #FFF , 1473px 1338px #FFF , 1926px 1120px #FFF , 781px 1713px #FFF , 1825px 1773px #FFF , 377px 1521px #FFF , 1629px 93px #FFF , 1852px 899px #FFF , 1004px 941px #FFF , 1221px 1871px #FFF , 1783px 845px #FFF , 1505px 1596px #FFF , 225px 1335px #FFF , 1815px 156px #FFF , 1368px 194px #FFF , 962px 541px #FFF , 1226px 429px #FFF , 1998px 213px #FFF , 1106px 674px #FFF , 726px 214px #FFF , 414px 1371px #FFF , 1224px 89px #FFF , 387px 522px #FFF , 1477px 148px #FFF , 1641px 1735px #FFF , 1561px 1134px #FFF , 1185px 1413px #FFF , 1461px 1308px #FFF , 931px 1990px #FFF , 791px 920px #FFF , 896px 482px #FFF , 1972px 89px #FFF , 22px 823px #FFF , 491px 719px #FFF , 63px 1562px #FFF , 1191px 207px #FFF , 528px 1063px #FFF , 1577px 1171px #FFF , 345px 1px #FFF , 737px 815px #FFF , 1509px 726px #FFF , 1919px 1345px #FFF , 132px 1903px #FFF , 340px 963px #FFF , 1678px 1173px #FFF , 135px 272px #FFF , 69px 1106px #FFF , 1516px 989px #FFF , 560px 1452px #FFF , 1374px 1780px #FFF , 50px 494px #FFF , 1903px 1798px #FFF , 1743px 1059px #FFF , 944px 44px #FFF , 302px 1627px #FFF , 331px 1924px #FFF , 1237px 1274px #FFF , 191px 772px #FFF , 1863px 724px #FFF , 997px 1278px #FFF , 905px 203px #FFF , 1543px 932px #FFF , 439px 1739px #FFF , 786px 864px #FFF , 1211px 637px #FFF , 462px 1723px #FFF , 366px 1563px #FFF , 428px 803px #FFF , 879px 1428px #FFF , 1839px 1918px #FFF , 693px 1124px #FFF , 1615px 1898px #FFF , 1045px 476px #FFF , 636px 683px #FFF , 1973px 598px #FFF , 590px 1855px #FFF , 79px 868px #FFF , 268px 835px #FFF , 270px 150px #FFF , 447px 405px #FFF , 490px 1510px #FFF , 956px 401px #FFF , 1508px 562px #FFF , 1818px 825px #FFF , 574px 530px #FFF , 565px 147px #FFF , 761px 1322px #FFF , 985px 498px #FFF , 1367px 207px #FFF , 1447px 1088px #FFF , 245px 18px #FFF , 1714px 1165px #FFF , 1092px 1199px #FFF , 308px 1473px #FFF , 1297px 1357px #FFF , 1497px 84px #FFF , 829px 1900px #FFF , 791px 979px #FFF , 1595px 1956px #FFF , 841px 1696px #FFF , 517px 1660px #FFF , 958px 476px #FFF , 362px 1261px #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, .task-toggle-auto-complete {
  background: #aaa !important;
  opacity: 0.8; }
  .task-toggle-repeat.toggled, .task-toggle-auto-complete.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 */
