/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

body {
  line-height: 1;
  color: black;
  background: white; }

ol, ul, li {
  list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a,
a:hover,
a:visited {
  text-decoration: none;
  color: inherit; }

button,
input {
  font-size: inherit;
  color: inherit;
  border: none; }

@-webkit-keyframes FADE_IN {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.button {
  cursor: pointer;
  border-radius: 3px; }

.clear-button {
  padding: 0 1em 0.2em;
  line-height: 2em;
  transition: background 0.18s; }

.clear-button--white-bg:hover {
  background: rgba(255, 255, 255, 0.1); }

.icon {
  display: inline-block;
  vertical-align: middle; }

.icon--medium {
  width: 32px;
  height: 32px; }

.icon--small {
  width: 24px;
  height: 24px; }

.icon--mini {
  width: 16px;
  height: 16px; }

.icon__fill {
  fill: #232529; }

.icon__fill--none {
  fill: none; }

.icon__fill--grey {
  fill: #74767d; }

.icon__fill--white {
  fill: #ffffff; }

.icon__fill--blue {
  fill: #627aff; }

.icon__fill--reversed {
  fill: #ffffff; }

.icon__stroke--blue {
  fill: none;
  stroke: #627aff;
  stroke-linecap: round;
  stroke-linejoin: round; }

.header {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: calc(44px + env(safe-area-inset-top));
  padding-bottom: 4px;
  pointer-events: none; }
  @media (max-width: 640px) {
    .header {
      background: #ffffff;
      border-bottom: 0.5px solid rgba(0, 0, 0, 0.25);
      box-shadow: 0 3px 60px rgba(0, 0, 0, 0.07); } }

.header__title {
  position: absolute;
  left: 250px;
  right: 250px;
  bottom: 11px;
  text-align: center;
  font-weight: 600;
  height: 1.4em;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: auto; }
  @media (max-width: 640px) {
    .header__title {
      left: 13vw;
      right: 13vw;
      bottom: 12px; } }

.header__left {
  position: absolute;
  left: 20px;
  bottom: 10px;
  pointer-events: auto; }
  @media (max-width: 640px) {
    .header__left {
      left: 4vw;
      bottom: 12px; } }

.header__right {
  position: absolute;
  right: 20px;
  bottom: 10px;
  pointer-events: auto; }
  @media (max-width: 640px) {
    .header__right {
      right: 4vw;
      bottom: 12px; } }

.login {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  width: 300px;
  height: 450px;
  text-align: center; }

.login__field,
.login__submit-button {
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin-bottom: 12px;
  line-height: 2rem; }

.login__submit-button {
  -webkit-appearance: none;
  padding: 4px 12px;
  border-radius: 7px;
  background: #627aff;
  color: #ffffff; }

.create-account {
  margin-top: 2rem;
  font-size: 0.8rem;
  color: #627aff;
  cursor: pointer; }

.login__logo {
  display: block;
  width: 120px;
  margin: 0 auto 60px; }

.avatar {
  border-radius: 50%;
  overflow: hidden; }

.avatar--large {
  width: 52px;
  height: 52px; }

.avatar--medium {
  width: 40px;
  height: 40px; }

.avatar--small {
  width: 32px;
  height: 32px; }

.avatar__image {
  width: 100%; }

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 48px;
  z-index: 2;
  border-bottom: 0.5px solid rgba(35, 37, 41, 0.1);
  background: #ffffff;
  -webkit-user-select: none;
  -webkit-app-region: drag; }
  @media (max-width: 640px) {
    .nav {
      top: auto;
      bottom: 0;
      height: calc(52px + env(safe-area-inset-bottom));
      box-sizing: border-box;
      border-top: 0.5px solid rgba(0, 0, 0, 0.25);
      box-shadow: 0 -3px 60px rgba(0, 0, 0, 0.07);
      padding-top: 4px; } }

.nav__avatar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 34px auto; }
  @media (max-width: 640px) {
    .nav__avatar {
      display: none; } }

.nav__buttons {
  margin-left: 8px; }
  @media (max-width: 640px) {
    .nav__buttons {
      display: flex;
      margin-left: 0;
      margin-top: 0; } }

.nav__button {
  display: inline-block;
  padding: 0 1.5em;
  font-size: 0.6rem;
  line-height: 48px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.5;
  cursor: pointer; }
  .nav__button:hover {
    opacity: 1; }
  .nav__button.is-active {
    color: #627aff;
    opacity: 1; }

.nav__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.nav__calendar-text {
  font-family: "objektiv-mk3", AvenirNext-Regular;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-anchor: middle; }

.nav__center {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  margin: auto;
  width: 0; }

.nav__right {
  position: fixed;
  top: 0;
  right: 8px;
  z-index: 3; }

.mobile-nav__button {
  flex: 1 1 auto;
  position: relative;
  width: 48px;
  height: 48px; }

.mobile-nav__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.nav-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5; }
  .nav-menu.is-visible .nav-menu__contents {
    transform: translateX(0); }
  .nav-menu.is-visible .nav-menu__overlay {
    opacity: 1;
    pointer-events: auto; }
  .nav-menu.is-visible .toggle-icon__bar--1 {
    transform: translateX(2px) translateY(4px) rotate(45deg); }
  .nav-menu.is-visible .toggle-icon__bar--2 {
    transform: translateX(-2px) translateY(-4px) rotate(-45deg); }
  .nav-menu .date-picker {
    margin-top: 36px;
    width: 100%; }

.nav-menu__contents {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 85vw;
  height: 100vh;
  z-index: 1;
  background: #ffffff;
  transform: translateX(-85vw);
  transition: transform .23s; }

.nav-menu__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(35, 37, 41, 0.1);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s; }

.toggle-icon__bar {
  position: absolute;
  width: 26px;
  height: 2px;
  background: #232529;
  border-radius: 2px;
  transition: all 0.2s; }

.nav-menu__toggle-icon {
  position: absolute;
  top: 8px;
  left: 16px;
  z-index: 2;
  width: 40px;
  height: 40px;
  transition: transform 0.2s; }

.toggle-icon__bar--1 {
  top: 14px;
  left: 5px; }

.toggle-icon__bar--2 {
  top: 22px;
  left: 9px; }

.posts {
  padding: 40px;
  overflow: auto; }
  @media (max-width: 640px) {
    .posts {
      position: relative;
      left: 0;
      margin-bottom: env(safe-area-inset-bottom);
      padding: 0; } }

.posts__utility {
  display: flex;
  box-sizing: border-box;
  height: 48px;
  padding: 12px 12px 12px 0; }

.posts__new-post-button {
  padding: 0.25em 1em;
  font-size: 0.6rem;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  background: rgba(35, 37, 41, 0.04);
  border-radius: 3px;
  cursor: pointer;
  transition: opacity 0.12s;
  background: #627aff;
  color: #ffffff; }
  .posts__new-post-button:hover {
    opacity: 0.9; }
  @media (max-width: 640px) {
    .posts__new-post-button {
      position: fixed;
      bottom: calc(env(safe-area-inset-bottom) + 72px);
      right: 20px;
      z-index: 10;
      width: 52px;
      height: 52px;
      border-radius: 50%;
      padding: 0;
      box-shadow: 0 5px 12px -1px rgba(35, 37, 41, 0.25); } }

.new-post-button__add-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.posts__search {
  position: relative;
  height: 32px;
  margin: auto; }

.posts__search-icon {
  position: absolute;
  top: 1px;
  left: 1px; }

.posts__search-input {
  border: 1px solid rgba(35, 37, 41, 0.2);
  border-radius: 20px;
  padding: 4px 20px 4px 32px;
  font-size: 0.85em; }
  @media (max-width: 640px) {
    .posts__search-input {
      padding: 0;
      width: 32px;
      height: 32px;
      opacity: 0; } }

.posts__down-arrow {
  position: relative;
  top: -2px;
  margin-left: 4px; }

.posts__context {
  position: relative;
  white-space: nowrap; }

.posts__context-name {
  font-size: 0.6rem;
  line-height: 48px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase; }

.posts__label-picker {
  display: none;
  position: absolute;
  top: 8px;
  width: 260px;
  z-index: 2;
  padding: 20px;
  background: white;
  border-radius: 3px;
  box-shadow: 0 14px 100px rgba(35, 37, 41, 0.15);
  font-size: 0.85em;
  text-align: left; }
  .posts__label-picker.is-visible {
    display: block; }

.posts__label-search {
  width: 100%;
  margin-bottom: 12px; }

.posts__label {
  position: relative;
  padding: 4px 20px;
  border-radius: 3px;
  cursor: pointer; }
  .posts__label:hover {
    background: #ffffff; }

.posts__home-label {
  padding-left: 12px; }

.posts__list {
  position: relative;
  margin-top: 40px; }
  @media (max-width: 640px) {
    .posts__list {
      margin-top: calc(44px + env(safe-area-inset-top));
      margin-bottom: 25vh;
      border-top: 0.5px solid rgba(35, 37, 41, 0.1); } }

.post-list-item {
  display: flex;
  padding: 20px;
  border-bottom: 1px solid rgba(35, 37, 41, 0.07);
  cursor: pointer;
  transition: all 0.15s; }
  .post-list-item:hover .post-list-item__title {
    color: #6779e4; }
  .post-list-item:hover .post-list-item__icon .icon__fill {
    fill: #627aff; }
  @media (max-width: 640px) {
    .post-list-item {
      padding: 16px 20px; } }

.post-list-item--selected {
  background: #ffffff;
  box-shadow: inset 4px 0 0 #627aff; }
  .post-list-item--selected:hover {
    background: #ffffff; }

.post-list-item--is-read .post__title {
  font-weight: 400; }

.post-list-item__title {
  line-height: 1.3; }

.post-list-item__details {
  margin-top: 4px;
  font-size: 0.65em; }
  @media (max-width: 640px) {
    .post-list-item__details {
      margin-top: 0; } }

.post-list-item__details > div {
  display: inline-block;
  margin-right: 8px; }

.post-list-item__time {
  opacity: 0.6; }

.post-list-item__label {
  display: inline-block;
  margin-right: 4px;
  padding: 0 8px 2px;
  background: rgba(35, 37, 41, 0.07);
  border-radius: 3px; }

.post-list-item__icon {
  margin-right: 16px;
  margin-top: 4px; }

.post__title-input:empty:before {
  content: 'Untitled';
  opacity: 0.25; }

.calendar__days {
  position: fixed;
  top: 172px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1; }
  @media (max-width: 640px) {
    .calendar__days {
      position: relative;
      top: 0;
      left: 0; } }

.calendar__columns {
  display: flex; }

.calendar__mast {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 172px;
  background: #ffffff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05); }
  @media (max-width: 640px) {
    .calendar__mast {
      display: none; } }

.calendar__utility {
  display: flex;
  justify-content: space-between; }

.calendar__nav {
  display: flex;
  box-sizing: border-box;
  height: 48px;
  padding: 12px 0; }

.calendar__nav-arrow {
  cursor: pointer; }

.calendar__today-button {
  margin-right: 8px;
  padding: 0.25em 1em;
  font-size: 0.6rem;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  background: rgba(35, 37, 41, 0.04);
  border-radius: 3px;
  cursor: pointer;
  transition: opacity 0.12s; }
  .calendar__today-button:hover {
    opacity: 0.9; }
  @media (max-width: 640px) {
    .calendar__today-button {
      display: inline-block;
      font-size: 0.75rem;
      padding: 0.75em 1.5em; } }

.calendar__calendar-button {
  margin-right: 8px;
  cursor: pointer; }

.calendar__nav-arrows {
  display: flex;
  margin-right: 12px; }

.calendar__nav-arrow {
  opacity: 0.7; }
  .calendar__nav-arrow:hover {
    opacity: 1; }

.calendar__date-range {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: inline-block;
  margin-top: -0.15em;
  font-size: 0.6rem;
  line-height: 48px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  pointer-events: none; }
  @media (max-width: 640px) {
    .calendar__date-range {
      display: none; } }

.calendar__day-jumpers {
  font-size: 0.7em;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.2em; }

.calendar__day-jump {
  display: inline-block;
  padding: 0.5rem;
  opacity: 0.5;
  transition: opacity 0.18s; }
  .calendar__day-jump:hover {
    opacity: 1; }

.calendar__today-label {
  font-size: 0.7em;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  opacity: 0.5;
  display: inline-block;
  margin-right: 4px; }
  .calendar__today-label:hover {
    color: #627aff;
    opacity: 1; }

.day-wrapper {
  flex: 0 0 30rem; }
  @media (max-width: 640px) {
    .day-wrapper {
      flex: none; } }

.day {
  width: 30rem;
  margin: 0 auto;
  padding: 3rem 4rem; }
  .day:last-child {
    border-right: none; }
  @media (max-width: 640px) {
    .day {
      box-sizing: border-box;
      width: 100vw;
      margin: env(safe-area-inset-top) 0 0;
      padding: 0; } }

.day__date {
  position: fixed;
  z-index: 1;
  margin: -156px -4rem;
  padding: 1rem 4rem 2rem;
  width: 30rem; }
  @media (max-width: 640px) {
    .day__date {
      box-sizing: border-box;
      width: 100%;
      top: 0;
      margin: 0;
      padding: calc(env(safe-area-inset-top) + 1rem) 1.5rem 1rem;
      background: #ffffff; } }

.day__day-name {
  font-size: 0.7em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.5; }

.day__day {
  position: relative;
  font-size: 2em;
  line-height: 1.4;
  font-weight: 300;
  text-transform: uppercase; }
  @media (max-width: 640px) {
    .day__day {
      text-transform: none; } }

.day__contents {
  padding-bottom: 50vh; }
  @media (max-width: 640px) {
    .day__contents {
      padding: 100px 1.5rem 50vh;
      line-height: 2.2; } }

.calendar__date-picker {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
  border-radius: 3px;
  background: #ffffff;
  color: #232529;
  box-shadow: 0 0px 1px 0.5px rgba(35, 37, 41, 0.1), 0 15px 25px -10px rgba(35, 37, 41, 0.1); }

.day__progress {
  display: inline-block;
  vertical-align: top;
  margin-top: -2px;
  margin-left: 8px; }
  @media (max-width: 640px) {
    .day__progress {
      position: absolute;
      top: 2px;
      right: 0;
      margin: 0; } }

@-webkit-keyframes ANIMATE_CALENDAR_IN {
  from {
    transform: translateY(15px) scale(0.95);
    opacity: 0;
    pointer-events: none; }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
    pointer-events: auto; } }
.calendar__mobile-nav .calendar__nav-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 48px;
  height: 48px;
  opacity: 0;
  transition: all 0.18s;
  pointer-events: none; }
.calendar__mobile-nav .calendar__nav-prev-arrow {
  left: -48px;
  transform: translateX(12px); }
.calendar__mobile-nav .calendar__nav-next-arrow {
  right: -48px;
  transform: translateX(-12px); }
.calendar__mobile-nav .calendar__nav-arrow-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }
.calendar__mobile-nav .calendar__date-picker {
  position: fixed;
  bottom: calc(68px + env(safe-area-inset-bottom));
  top: auto;
  left: 8px;
  animation: ANIMATE_CALENDAR_IN 0.23s 1 forwards; }
.calendar__mobile-nav .date-picker {
  width: 100%; }
.calendar__mobile-nav.is-active .calendar__nav-arrow {
  pointer-events: auto;
  opacity: 1;
  transform: translateX(0); }
.calendar__mobile-nav.is-active .calendar-nav__calendar-date {
  color: #627aff; }

.calendar-nav__main {
  position: relative;
  margin: auto;
  width: 48px;
  height: 48px;
  z-index: 3; }

.calendar-nav__calendar-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 48px;
  height: 48px; }

.calendar-nav__calendar-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.calendar-nav__calendar-date {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  top: 17px;
  bottom: auto;
  right: 0;
  z-index: 1;
  height: 11px;
  font-size: 11px;
  font-weight: 600;
  color: #74767d;
  text-align: center;
  letter-spacing: -0.5px; }

.calendar--vertical .calendar__days {
  position: static;
  overflow: auto; }
.calendar--vertical .calendar__mast {
  display: none; }
.calendar--vertical .calendar__columns {
  display: block; }
.calendar--vertical .day-wrapper {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border-right: none;
  border-bottom: 1px solid rgba(116, 118, 125, 0.15);
  flex: none; }
  .calendar--vertical .day-wrapper:last-child {
    border-bottom: none; }
    .calendar--vertical .day-wrapper:last-child .day__contents {
      padding-bottom: 50vh; }
  .calendar--vertical .day-wrapper.is-sticky .day__date {
    position: fixed;
    top: calc(48px + 5vh);
    left: 5vh; }
  .calendar--vertical .day-wrapper.is-sticky .day__contents {
    margin-left: 25%; }
.calendar--vertical .day__date {
  flex: 0 0 25%;
  position: static;
  margin: 0;
  padding: 0;
  width: auto; }
.calendar--vertical .day__contents {
  flex: 0 1 50%;
  padding-bottom: 0; }
.calendar--vertical .day {
  box-sizing: border-box;
  display: flex;
  width: auto;
  min-height: 250px;
  padding: 10vh 5vh; }

.post {
  padding: 48px 10vw 50vh;
  box-sizing: border-box; }
  .post.is-focused {
    left: 0; }
    .post.is-focused .post__utility {
      left: 20px; }
    .post.is-focused .post__focus-mode-toggle {
      transform: rotateY(180deg); }
  @media (max-width: 640px) {
    .post {
      padding: 0 0 50vh; } }

.post__contents {
  max-width: 50rem;
  margin: auto; }
  @media (max-width: 640px) {
    .post__contents {
      margin: calc(76px + env(safe-area-inset-top)) 6vw 0; } }

.post__title {
  width: 100%;
  margin: 60px 0;
  font-family: "objektiv-mk3", AvenirNext-Regular;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4; }
  @media (max-width: 640px) {
    .post__title {
      margin: 40px 0;
      font-size: 36px; } }

.post__time {
  margin: 2em 0;
  font-size: 0.75em;
  color: #74767d; }

.post__avatar {
  margin: 16px auto; }

.post__labels {
  position: relative;
  margin: 2em 0;
  font-size: 0.75em; }

.post__labels-list {
  display: inline-block; }

.post__new-label-button {
  display: inline-block;
  margin-left: 4px;
  opacity: 0.5;
  cursor: pointer; }
  .post__new-label-button:hover {
    opacity: 1; }

.post__new-label-form {
  display: none;
  position: absolute;
  padding: 20px;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(35, 37, 41, 0.15); }
  .post__new-label-form.is-visible {
    display: block; }

.post__label {
  display: inline-block;
  margin-right: 4px;
  padding: 0 4px 0 8px;
  background: rgba(35, 37, 41, 0.1);
  border-radius: 3px; }

.post__label-remove-button {
  display: inline-block;
  margin-left: 4px;
  padding: 0 4px;
  opacity: 0.5;
  cursor: pointer; }
  .post__label-remove-button:hover {
    opacity: 1; }

.post__utility {
  position: fixed;
  top: 20px;
  left: 116px;
  transition: left 0.3s; }
  @media (max-width: 640px) {
    .post__utility {
      display: none; } }

.post-header {
  overflow: hidden;
  font-size: 0.8rem; }
  .post-header.is-title .post-header__title {
    transform: translateY(0); }
  .post-header.is-title .post-header__date {
    transform: translateY(-120%); }

.post-header__title,
.post-header__date {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: transform 0.28s; }

.post-header__title {
  transform: translateY(120%); }

.post-header__date {
  font-size: 0.8em;
  font-weight: 400;
  opacity: 0.5; }

.new-post__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 80px;
  padding: 0 5vw;
  overflow: auto; }

.new-post__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  padding: 0 5vw; }

@-webkit-keyframes MODAL_IN {
  from {
    transform: scale(0.9); }
  to {
    transform: scale(1); } }
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  overflow: auto; }

.modal__actions {
  position: fixed;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
  max-width: 900px;
  height: 40px;
  text-align: right;
  pointer-events: none; }

.modal__action-button {
  display: inline-block;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  transition: all 0.15s;
  pointer-events: auto; }
  .modal__action-button:hover {
    background: rgba(255, 255, 255, 0.4); }

.modal__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  z-index: 0;
  background: rgba(98, 122, 255, 0.78);
  animation: FADE_IN 0.2s 1 forwards; }

.modal__content {
  position: relative;
  margin: 60px auto;
  z-index: 3;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 17px 40px rgba(35, 37, 41, 0.25);
  overflow: auto;
  animation: MODAL_IN 0.23s 1 forwards; }

.modal__close-button {
  position: absolute;
  top: 8px;
  right: 8px; }

.progress-ring {
  transform: rotate(-90deg); }

.progress-ring__base {
  fill: rgba(35, 37, 41, 0.25); }

.progress-ring__fill {
  stroke: #627aff;
  stroke-linecap: round;
  fill: none;
  transition: all 0.2s ease-in-out; }

.boards {
  margin-top: 48px;
  z-index: 0;
  overflow: auto; }
  @media (max-width: 640px) {
    .boards {
      left: 0;
      bottom: 64px; } }

.board {
  position: absolute;
  top: 48px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff; }
  @media (max-width: 640px) {
    .board {
      left: 0;
      bottom: 64px; } }

.board__header {
  margin: 20px 40px; }

.board__name-block {
  font-family: "objektiv-mk3", AvenirNext-Regular;
  font-size: 24px;
  font-weight: 600;
  line-height: 46px; }

.board__columns-wrapper {
  position: fixed;
  top: 144px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto; }
  @media (max-width: 640px) {
    .board__columns-wrapper {
      left: 0;
      bottom: 64px; } }

.board__columns {
  display: flex;
  padding: 0 40px; }
  @media (max-width: 640px) {
    .board__columns {
      padding: 0 6vw; } }

.board__back-button {
  display: inline-block;
  margin-left: -24px; }

.board__settings {
  position: absolute;
  right: 24px;
  top: 24px; }

.board-settings-modal__content {
  max-width: 900px; }

.board-settings-modal__header {
  padding: 40px 80px; }

.board-settings-modal__body {
  padding: 0 80px 80px; }

.board-settings-modal__name {
  font-size: 1.5em;
  font-weight: 600; }

.column-list__item {
  display: flex;
  padding: 4px 8px;
  border-radius: 3px; }
  .column-list__item:hover {
    background: rgba(35, 37, 41, 0.05); }

.column-list__visibility {
  margin-right: 8px; }

.column-list__name {
  font-size: 1.2em; }

.column {
  flex: 0 0 360px;
  padding-right: 20px; }
  @media (max-width: 640px) {
    .column {
      flex: 0 0 100%;
      padding-right: 6vw; } }

.column__header {
  position: fixed;
  z-index: 1;
  width: 360px;
  background: #ffffff;
  margin: 0 -4px;
  padding: 0 4px; }

.column__name {
  font-family: "objektiv-mk3", AvenirNext-Regular;
  font-size: 1.2em;
  font-weight: 600; }

.column__card-count {
  display: inline-block;
  margin-left: 8px;
  font-size: 0.9em;
  opacity: 0.5; }

.column__new-card-button {
  display: block;
  width: 100%;
  height: 28px;
  margin-top: 40px;
  border-radius: 3px;
  background: rgba(35, 37, 41, 0.05);
  color: rgba(35, 37, 41, 0.5);
  font-size: 0.75em;
  transition: color 0.2s; }
  .column__new-card-button:hover {
    color: #232529; }

.column__new-card-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.card {
  display: block;
  box-sizing: border-box;
  margin: 8px 0;
  padding: 12px 20px 16px;
  background: #ffffff;
  border-radius: 3px;
  font-size: 0.95rem;
  box-shadow: 0 0px 1px 0.5px rgba(35, 37, 41, 0.1), 0 15px 25px -10px rgba(35, 37, 41, 0.1);
  cursor: default; }
  .card:hover {
    box-shadow: 0 0 0 1px #627aff, 0 0px 1px 0.5px rgba(35, 37, 41, 0.1), 0 15px 25px -10px rgba(98, 122, 255, 0.1); }
  .card.dragger {
    position: fixed;
    z-index: 1000;
    transform: scale(1.02) rotate(-2deg);
    box-shadow: 0 12px 24px rgba(35, 37, 41, 0.15); }
  .card.hidden {
    display: none; }
  .card.drop-target {
    background: rgba(35, 37, 41, 0.05);
    box-shadow: none; }
    .card.drop-target * {
      visibility: hidden; }

.card__title {
  line-height: 1.4;
  margin-bottom: 16px; }

.card--empty {
  visibility: hidden; }

.card__progress-bar {
  position: relative;
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: rgba(35, 37, 41, 0.1); }

.card__progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  border-radius: 2px;
  background: #627aff; }

.card__progress-text {
  margin-top: 4px;
  font-size: 0.65em;
  line-height: 1;
  letter-spacing: -0.05em;
  opacity: 0.5; }

.card-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  padding: 20px; }

.card-modal__content {
  max-width: 900px; }
  @media (max-width: 640px) {
    .card-modal__content {
      margin: 0;
      border-radius: 0; } }

.card-modal__header {
  padding: 40px 80px; }
  @media (max-width: 640px) {
    .card-modal__header {
      padding: 40px 6vw 20px; } }

.card-modal__breadcrumb {
  text-transform: uppercase;
  font-size: 0.7em;
  opacity: 0.5;
  letter-spacing: 0.04em; }

.card-modal__breadcrumb-slash {
  opacity: 0.5; }

.card-modal__title {
  font-family: "objektiv-mk3", AvenirNext-Regular;
  font-size: 1.5em;
  font-weight: 600; }

.card-modal__body {
  flex: 1 1 auto;
  padding: 0 80px 80px; }
  @media (max-width: 640px) {
    .card-modal__body {
      padding: 0 6vw 80px; } }

.card-modal__header-meta {
  position: relative; }

.card-modal__progress {
  position: absolute;
  bottom: 12px;
  right: 0;
  text-align: right; }

.card-modal__progress-bar {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 4px;
  vertical-align: bottom;
  border-radius: 2px;
  background: rgba(35, 37, 41, 0.1); }

.card-modal__progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  border-radius: 2px;
  background: #627aff; }

.card-modal__progress-text {
  margin-top: 8px;
  font-size: 0.65em;
  line-height: 1;
  letter-spacing: -0.05em;
  opacity: 0.5; }

.card-modal__header {
  display: flex; }

.card-modal__header-main {
  flex: 1 1 auto; }

.card-modal__header-meta {
  flex: 0 0 80px; }

.editor {
  position: relative;
  word-break: break-word; }
  .editor img {
    margin: 1em 0;
    max-width: 100%;
    cursor: zoom-in; }
  .editor a, .editor a:hover, .editor a:visited {
    color: #627aff; }
  .editor h1 {
    font-family: "objektiv-mk3", AvenirNext-Regular;
    margin-top: 1em;
    margin-bottom: 0.3em;
    font-size: 2em;
    line-height: 1.3;
    letter-spacing: -0.02em; }
    .editor h1:first-child {
      margin-top: 0; }
  .editor h2 {
    font-family: "objektiv-mk3", AvenirNext-Regular;
    margin-top: 0.5em;
    margin-bottom: 0.3em;
    font-size: 1.4em;
    line-height: 1.4;
    letter-spacing: -0.01em; }
    .editor h2:first-child {
      margin-top: 0; }
  .editor strong {
    font-weight: 600; }
  .editor em {
    font-style: italic; }
  .editor ul, .editor ol {
    margin-left: 1.5em; }
    @media (max-width: 640px) {
      .editor ul, .editor ol {
        margin-left: 2em; } }
  .editor ul, .editor ul li {
    list-style: disc; }
  .editor ol, .editor ol li {
    list-style: decimal; }
  .editor code {
    padding: 1px 4px;
    border-radius: 3px;
    background: #ffffff;
    font-family: "Source Code Pro", Monaco, monospace;
    font-size: 0.85em;
    font-weight: 400;
    box-shadow: inset 0 0 0 1px rgba(35, 37, 41, 0.15); }
  .editor hr {
    height: 1px;
    margin: 2em 0;
    border: none;
    background: #dddee0; }
  .editor .ql-indent-1 {
    margin-left: 1.5em; }
  .editor .ql-indent-2 {
    margin-left: 3em; }
  .editor .ql-indent-3 {
    margin-left: 4.5em; }
  .editor .ql-indent-4 {
    margin-left: 6em; }
  .editor .ql-indent-5 {
    margin-left: 7.5em; }
  .editor .ql-indent-6 {
    margin-left: 9em; }
  .editor .ql-indent-7 {
    margin-left: 10.5em; }
  .editor .ql-indent-8 {
    margin-left: 12em; }
  .editor .color-block {
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    border-radius: 3px;
    vertical-align: top;
    margin-right: 0.3em;
    margin-top: 0.3em; }
  .editor .ql-clipboard {
    position: fixed;
    top: 0;
    left: -100000px;
    z-index: -1;
    height: 1px;
    overflow-y: hidden; }
  .editor .ql-blank::before {
    content: attr(data-placeholder);
    position: absolute;
    opacity: 0.25; }

.editor__file-input {
  display: none; }

.formatting-bar {
  display: none;
  box-sizing: border-box;
  position: absolute;
  height: 40px;
  border-radius: 3px;
  background: #ffffff;
  color: #ffffff;
  box-shadow: 0 3px 12px rgba(35, 37, 41, 0.1); }
  @media (max-width: 640px) {
    .formatting-bar {
      position: fixed;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important;
      border-radius: 0;
      padding: 8px;
      height: auto; } }

.formatting-bar__section {
  display: flex;
  padding: 2px 8px;
  margin: 6px 0;
  border-right: 1px solid rgba(35, 37, 41, 0.1); }
  .formatting-bar__section:last-child {
    border-right: none; }

.formatting-bar__button {
  padding: 0 4px; }
  .formatting-bar__button:hover .icon__fill--grey {
    fill: #232529; }
  .formatting-bar__button.is-on .icon__fill--grey {
    fill: #627aff; }

.inserter {
  display: none;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  z-index: 10;
  align-items: center;
  text-align: right; }
  .inserter.is-visible {
    display: block; }

.inserter__button {
  width: 24px;
  height: 24px; }

.inserter__button {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 40px;
  opacity: 0.5;
  transition: all 0.18s; }
  .inserter__button .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  .inserter__button:hover {
    opacity: 1; }
    @media (max-width: 640px) {
      .inserter__button:hover {
        opacity: 0.5; } }

@media (max-width: 640px) {
  .editor .ql-indent-1 {
    margin-left: 2em; }
  .editor .ql-indent-2 {
    margin-left: 4em; }
  .editor .ql-indent-3 {
    margin-left: 6em; }
  .editor .ql-indent-4 {
    margin-left: 8em; }
  .editor .ql-indent-5 {
    margin-left: 10em; }
  .editor .ql-indent-6 {
    margin-left: 12em; }
  .editor .ql-indent-7 {
    margin-left: 14em; }
  .editor .ql-indent-8 {
    margin-left: 16em; } }
.ql-editor [data-checked] {
  pointer-events: none;
  list-style-type: none; }
  .ql-editor [data-checked] li {
    position: relative;
    list-style-type: none; }
    .ql-editor [data-checked] li:before {
      content: url(../images/checkbox.svg);
      display: block;
      position: absolute;
      top: 2px;
      left: -1.6em;
      width: 13px;
      height: 13px;
      padding: 6px;
      line-height: 13px;
      cursor: default;
      vertical-align: top;
      pointer-events: auto; }
      @media (max-width: 640px) {
        .ql-editor [data-checked] li:before {
          top: 5px;
          left: -2.3em;
          width: 16px;
          height: 16px; } }
  .ql-editor [data-checked] a {
    pointer-events: auto; }
.ql-editor [data-checked="true"] li {
  color: rgba(35, 37, 41, 0.4); }
  .ql-editor [data-checked="true"] li:before {
    content: url(../images/check-icon.svg);
    box-shadow: none;
    background: none; }

.force-pointer-events .ql-editor [data-checked] {
  pointer-events: auto; }

.date-picker {
  box-sizing: border-box;
  width: 360px;
  padding: 20px; }

.date-picker__month {
  display: flex;
  padding-bottom: 1.2em; }

.date-picker__month-item {
  display: inline-block;
  vertical-align: middle; }

.month-picker__month-name {
  flex: 1 0 auto;
  margin: 0 0.5em;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.3em; }

.month-picker__arrow-icon {
  display: inline-block;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.18s; }
  .month-picker__arrow-icon:hover {
    opacity: 1; }

.date-picker__week-row {
  display: flex; }

.date-picker__week {
  border-radius: 3px;
  cursor: pointer; }

.date-picker__day,
.date-picker__day-name {
  flex: 1 0 calc(100% / 7);
  font-size: 0.7rem;
  line-height: 2rem;
  text-align: center; }

.date-picker__day-text {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  line-height: 1.5rem; }

.date-picker__day:not(.date-picker__day--today):hover .date-picker__day-text {
  background: #dddee0; }

.date-picker__day-name {
  font-weight: bold; }

.date-picker__day--neighbor {
  color: rgba(35, 37, 41, 0.25); }

.date-picker__day--today .date-picker__day-text {
  background: #627aff;
  color: #ffffff; }

html, body {
  height: 100vh;
  min-height: 100vh; }

body {
  background: #ffffff;
  -webkit-tap-highlight-color: transparent; }

body,
input,
button,
textarea,
select {
  font-family: "objektiv-mk3", -apple-system, BlinkMacSystemFont, "Source Code Pro", "freight-sans-pro", "Roboto", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  color: #232529; }

a, a:hover, a:visited {
  color: inherit; }

.input {
  padding: 4px 12px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: none;
  font-size: inherit;
  border-radius: 7px;
  -webkit-appearance: none; }

::-webkit-scrollbar {
  display: none; }

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