:root {
      --g: #1D6F42;
      --gd: #0F4D2C;
      --gm: #2E8B57;
      --gl: #E8F5EE;
      --amber: #D97706;
      --al: #FEF3C7;
      --ac: #92400E;
      --red: #DC2626;
      --rl: #FEE2E2;
      --rc: #991B1B;
      --blue: #2563EB;
      --bl: #DBEAFE;
      --bc: #1E40AF;
      --purple: #7C3AED;
      --pl: #EDE9FE;
      --g50: #F9FAFB;
      --g100: #F3F4F6;
      --g200: #E5E7EB;
      --g300: #D1D5DB;
      --g400: #9CA3AF;
      --g500: #6B7280;
      --g600: #4B5563;
      --g700: #374151;
      --g800: #1F2937;
      --g900: #111827;
      --sur: #FFF;
      --bg: #EEF2EE;
      --r: 10px;
      --rs: 6px;
      --sh: 0 1px 3px rgba(0, 0, 0, .08);
      --shm: 0 4px 16px rgba(0, 0, 0, .12);
      --dw: 52px;
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      -webkit-tap-highlight-color: transparent
    }

    body {
      font-family: 'Outfit', sans-serif;
      background: var(--bg);
      color: var(--g900);
      min-height: 100vh;
      overscroll-behavior: none
    }

    body.tl-lock {
      overflow: hidden;
      height: 100vh;
      touch-action: none
    }

    body.tl-lock .topbar,
    body.tl-lock .phead,
    body.tl-lock .tabs {
      touch-action: auto
    }

    .topbar {
      background: var(--gd);
      color: #fff;
      padding: 0 16px;
      height: 56px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: sticky;
      top: 0;
      z-index: 200;
      box-shadow: 0 2px 10px rgba(0, 0, 0, .25)
    }

    .tlogo {
      display: flex;
      align-items: center;
      gap: 10px
    }

    .tmark {
      width: 32px;
      height: 32px;
      background: var(--gm);
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'DM Mono', monospace;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: -1px
    }

    .tname {
      font-size: 15px;
      font-weight: 600;
      letter-spacing: -.3px;
      line-height: 1.1
    }

    .tsub {
      font-size: 10px;
      opacity: .6;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: .6px
    }

    .tact {
      display: flex;
      align-items: center;
      gap: 6px
    }

    .ibtn {
      width: 36px;
      height: 36px;
      border-radius: 8px;
      border: none;
      background: rgba(255, 255, 255, .12);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      position: relative;
      flex-shrink: 0
    }

    .ibtn:hover {
      background: rgba(255, 255, 255, .22)
    }

    .ibtn.hno::after {
      content: '';
      position: absolute;
      top: 6px;
      right: 6px;
      width: 7px;
      height: 7px;
      background: #F59E0B;
      border-radius: 50%;
      border: 2px solid var(--gd)
    }

    .phead {
      background: var(--g);
      padding: 16px 16px 18px;
      color: #fff
    }

    .phead h1 {
      font-size: 17px;
      font-weight: 700;
      margin-bottom: 3px;
      letter-spacing: -.3px
    }

    .phead p {
      font-size: 12px;
      opacity: .75;
      margin-bottom: 12px
    }

    .pbw {
      background: rgba(255, 255, 255, .22);
      border-radius: 999px;
      height: 6px;
      overflow: hidden;
      margin-bottom: 6px
    }

    .pbf {
      height: 100%;
      background: #4ADE80;
      border-radius: 999px;
      transition: width .5s
    }

    .pst {
      display: flex;
      justify-content: space-between;
      font-size: 11px;
      opacity: .8;
      margin-bottom: 12px
    }

    .pills {
      display: flex;
      gap: 6px
    }

    .pill {
      flex: 1;
      background: rgba(255, 255, 255, .14);
      border-radius: 8px;
      padding: 7px 10px;
      text-align: center
    }

    .pill .n {
      font-size: 19px;
      font-weight: 700;
      line-height: 1
    }

    .pill .l {
      font-size: 10px;
      opacity: .75;
      margin-top: 2px;
      text-transform: uppercase;
      letter-spacing: .4px
    }

    .pill.pw {
      background: rgba(245, 158, 11, .3)
    }

    .pill.pd {
      background: rgba(239, 68, 68, .3)
    }

    .pill.po {
      background: rgba(74, 222, 128, .18)
    }

    .tabs {
      background: var(--sur);
      display: flex;
      border-bottom: 1px solid var(--g200);
      position: sticky;
      top: 56px;
      z-index: 190;
      overflow-x: auto;
      scrollbar-width: none
    }

    .tabs::-webkit-scrollbar {
      display: none
    }

    .tab {
      flex: none;
      padding: 11px 15px;
      font-size: 13px;
      font-weight: 500;
      color: var(--g500);
      cursor: pointer;
      border: none;
      border-bottom: 2.5px solid transparent;
      white-space: nowrap;
      background: none;
      font-family: 'Outfit', sans-serif;
      transition: all .15s
    }

    .tab.active {
      color: var(--g);
      border-bottom-color: var(--g);
      font-weight: 600
    }

    .tc {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 18px;
      height: 18px;
      border-radius: 999px;
      background: var(--g200);
      color: var(--g600);
      font-size: 10px;
      font-weight: 700;
      padding: 0 5px;
      margin-left: 5px
    }

    .tab.active .tc {
      background: var(--gl);
      color: var(--g)
    }

    .content {
      padding: 14px;
      max-width: 820px;
      margin: 0 auto;
      padding-bottom: 84px
    }

    .view {
      display: none
    }

    .view.active {
      display: block
    }

    #view-timeline.active {
      width: 100vw;
      max-width: 100vw;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      padding-left: 14px;
      padding-right: 14px;
    }

    .fbar {
      display: flex;
      gap: 6px;
      margin-bottom: 11px;
      overflow-x: auto;
      scrollbar-width: none;
      padding-bottom: 2px
    }

    .fbar::-webkit-scrollbar {
      display: none
    }

    .chip {
      flex: none;
      padding: 5px 12px;
      border-radius: 999px;
      border: 1px solid var(--g300);
      background: var(--sur);
      font-size: 12px;
      font-weight: 500;
      color: var(--g600);
      cursor: pointer;
      transition: all .15s;
      white-space: nowrap;
      font-family: 'Outfit', sans-serif
    }

    .chip.active {
      background: var(--g);
      border-color: var(--g);
      color: #fff
    }

    .chip.fact {
      background: var(--bl);
      border-color: var(--blue);
      color: var(--bc)
    }

    .swrap {
      position: relative;
      margin-bottom: 11px
    }

    .swrap svg {
      position: absolute;
      left: 11px;
      top: 50%;
      transform: translateY(-50%);
      width: 15px;
      height: 15px;
      color: var(--g400)
    }

    .si {
      width: 100%;
      height: 38px;
      border: 1px solid var(--g200);
      border-radius: var(--r);
      padding: 0 11px 0 33px;
      font-family: 'Outfit', sans-serif;
      font-size: 14px;
      background: var(--sur);
      outline: none;
      color: var(--g900)
    }

    .si:focus {
      border-color: var(--g);
      box-shadow: 0 0 0 3px rgba(29, 111, 66, .08)
    }

    .sbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10px
    }

    .sbar span {
      font-size: 12px;
      color: var(--g500)
    }

    .sbar select {
      font-family: 'Outfit', sans-serif;
      font-size: 12px;
      color: var(--g700);
      border: 1px solid var(--g200);
      border-radius: var(--rs);
      padding: 4px 8px;
      background: var(--sur);
      outline: none;
      cursor: pointer
    }

    .sg {
      margin-bottom: 18px
    }

    .slabel {
      display: flex;
      align-items: center;
      gap: 7px;
      margin-bottom: 8px
    }

    .sdot {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      flex-shrink: 0
    }

    .sname {
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .7px;
      color: var(--g600)
    }

    .scount {
      font-size: 11px;
      color: var(--g400)
    }

    .acard {
      background: var(--sur);
      border-radius: var(--r);
      border: 1px solid var(--g200);
      margin-bottom: 7px;
      overflow: hidden;
      box-shadow: var(--sh);
      transition: transform .1s
    }

    .acard:active {
      transform: scale(.99)
    }

    .acin {
      display: flex;
      align-items: flex-start;
      padding: 11px 11px 11px 0;
      gap: 9px
    }

    .afbar {
      width: 3px;
      min-height: 48px;
      align-self: stretch;
      border-radius: 0 2px 2px 0;
      flex-shrink: 0
    }

    .amain {
      flex: 1;
      min-width: 0
    }

    .aname {
      font-size: 14px;
      font-weight: 500;
      color: var(--g900);
      margin-bottom: 4px;
      line-height: 1.3;
      padding-right: 4px
    }

    .aname.done {
      text-decoration: line-through;
      color: var(--g400)
    }

    .ameta {
      display: flex;
      flex-wrap: wrap;
      gap: 5px;
      align-items: center
    }

    .adate {
      font-size: 11px;
      color: var(--g500);
      display: flex;
      align-items: center;
      gap: 3px
    }

    .badge {
      display: inline-flex;
      align-items: center;
      gap: 3px;
      padding: 2px 7px;
      border-radius: 999px;
      font-size: 10px;
      font-weight: 700
    }

    .bok {
      background: #DCFCE7;
      color: #166534
    }

    .bw {
      background: var(--al);
      color: var(--ac)
    }

    .br {
      background: var(--rl);
      color: var(--rc)
    }

    .bp {
      background: var(--g100);
      color: var(--g600)
    }

    .bb {
      background: var(--bl);
      color: var(--bc)
    }

    .aact {
      display: flex;
      align-items: center;
      gap: 5px;
      flex-shrink: 0;
      padding-right: 10px
    }

    .cbtn {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      border: 2px solid var(--g300);
      background: transparent;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all .2s;
      flex-shrink: 0
    }

    .cbtn.done {
      background: var(--g);
      border-color: var(--g);
      color: #fff
    }

    .cbtn svg {
      width: 13px;
      height: 13px
    }

    .aexp {
      border-top: 1px solid var(--g100);
      padding: 10px 11px;
      background: var(--g50);
      display: none
    }

    .aexp.open {
      display: block
    }

    .adesc {
      font-size: 13px;
      color: var(--g600);
      line-height: 1.5;
      margin-bottom: 9px
    }

    .aresp {
      font-size: 12px;
      color: var(--g500);
      display: flex;
      align-items: center;
      gap: 5px;
      margin-bottom: 7px
    }

    .macts {
      display: flex;
      gap: 7px
    }

    .mbtn {
      flex: 1;
      height: 32px;
      border-radius: var(--rs);
      border: 1px solid var(--g200);
      background: var(--sur);
      font-size: 12px;
      font-weight: 500;
      color: var(--g700);
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
      transition: all .15s;
      font-family: 'Outfit', sans-serif
    }

    .mbtn:hover {
      background: var(--g100)
    }

    .mbtn.mp {
      background: var(--gl);
      color: var(--g);
      border-color: transparent
    }

    .tlwrap {
      overflow-x: auto;
      overflow-y: auto;
      margin: 0 -14px;
      padding: 0 14px 12px;
      scrollbar-width: thin;
      scrollbar-color: var(--g300) transparent;
      cursor: grab;
      user-select: none
    }

    .tlwrap.dragging {
      cursor: grabbing
    }

    .tlcont {
      position: relative;
      min-width: min-content
    }

    .tlhdr {
      display: flex;
      margin-bottom: 2px;
      padding-left: 130px;
      position: sticky;
      top: 0;
      z-index: 10;
      background: var(--sur)
    }

    .tldcol {
      width: var(--dw);
      flex-shrink: 0;
      text-align: center;
      font-size: 10px;
      font-weight: 500;
      color: var(--g400);
      padding: 2px 0
    }

    .tldcol.td {
      color: var(--g);
      font-weight: 700
    }

    .tldcol.gl {
      color: #9333EA;
      font-weight: 700
    }

    .tlbody {
      position: relative
    }

    .tlrow {
      display: flex;
      align-items: center;
      margin-bottom: 4px;
      min-height: 38px
    }

    .tlrl {
      width: 130px;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      gap: 6px;
      padding-right: 8px
    }

    .tlrdot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      flex-shrink: 0
    }

    .tlrn {
      font-size: 11px;
      font-weight: 600;
      color: var(--g600);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 106px
    }

    .tlgrid {
      position: relative;
      height: 38px;
      display: flex;
      background: var(--g100);
      border-radius: var(--rs);
      overflow: hidden
    }

    .tlcell {
      width: var(--dw);
      flex-shrink: 0;
      height: 100%;
      border-right: 1px solid rgba(0, 0, 0, .04)
    }

    .tlcell.tdc {
      background: rgba(29, 111, 66, .08)
    }

    .tlcell.glc {
      background: rgba(147, 51, 234, .08)
    }

    .tlbar {
      position: absolute;
      height: 26px;
      border-radius: 5px;
      top: 6px;
      display: flex;
      align-items: center;
      padding: 0 7px;
      font-size: 10px;
      font-weight: 600;
      white-space: nowrap;
      cursor: grab;
      z-index: 2;
      color: #fff;
      min-width: 6px;
      user-select: none
    }

    .tlbar:active {
      cursor: grabbing
    }

    .tlbar-txt {
      flex: 1;
      min-width: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      pointer-events: none
    }

    .tlbar-h {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 9px;
      cursor: ew-resize;
      z-index: 4
    }

    .tlbar-hl {
      left: -3px
    }

    .tlbar-hr {
      right: -3px
    }

    .tlbar.tlbar-moving {
      opacity: .85;
      box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
      z-index: 5
    }

    .tlbar:hover {
      filter: brightness(.85);
      z-index: 3
    }

    .tlbar.db {
      opacity: .42
    }

    .tlbar.tlbar-blk {
      background-image: repeating-linear-gradient(-45deg, rgba(220, 38, 38, .55) 0 6px, rgba(220, 38, 38, .1) 6px 12px);
      border: 2px solid #DC2626;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .25)
    }

    .tltd {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 2px;
      background: var(--g);
      opacity: .5;
      z-index: 4;
      pointer-events: none
    }

    .tlgl {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 2px;
      background: #9333EA;
      opacity: .5;
      z-index: 4;
      pointer-events: none
    }

    .tlleg {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 12px;
      padding: 10px;
      background: var(--sur);
      border-radius: var(--r);
      border: 1px solid var(--g200)
    }

    .tlleg i {
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: 11px;
      color: var(--g600);
      font-style: normal
    }

    .tlleg i b {
      width: 12px;
      height: 10px;
      border-radius: 2px;
      flex-shrink: 0;
      display: inline-block
    }

    .reuhead {
      background: var(--sur);
      border: 1px solid var(--g200);
      border-radius: var(--r);
      padding: 13px;
      margin-bottom: 13px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      box-shadow: var(--sh)
    }

    .reusec {
      margin-bottom: 15px
    }

    .reusechdr {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 8px 12px;
      border-radius: var(--rs);
      margin-bottom: 7px
    }

    .reusect {
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .7px
    }

    .reurow {
      background: var(--sur);
      border: 1px solid var(--g200);
      border-radius: var(--rs);
      padding: 10px 11px;
      margin-bottom: 5px;
      display: flex;
      align-items: center;
      gap: 9px;
      cursor: pointer;
      transition: background .12s
    }

    .reurow:hover {
      background: var(--g50)
    }

    .reurowinfo {
      flex: 1;
      min-width: 0
    }

    .reurown {
      font-size: 13px;
      font-weight: 500;
      color: var(--g900);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis
    }

    .reurowd {
      font-size: 11px;
      color: var(--g500);
      margin-top: 2px
    }

    .reuqb {
      display: flex;
      gap: 5px;
      flex-shrink: 0
    }

    .rqb {
      padding: 4px 8px;
      border-radius: var(--rs);
      border: 1px solid var(--g200);
      background: var(--sur);
      font-size: 11px;
      font-weight: 700;
      cursor: pointer;
      font-family: 'Outfit', sans-serif;
      white-space: nowrap
    }

    .rqb:hover {
      transform: scale(1.05)
    }

    .fcard {
      background: var(--sur);
      border: 1px solid var(--g200);
      border-radius: var(--r);
      padding: 14px;
      margin-bottom: 10px;
      box-shadow: var(--sh)
    }

    .fctop {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px
    }

    .fcion {
      width: 36px;
      height: 36px;
      border-radius: 9px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0
    }

    .fcpb {
      background: var(--g200);
      border-radius: 999px;
      height: 5px;
      overflow: hidden;
      margin-bottom: 3px
    }

    .fab {
      position: fixed;
      bottom: 22px;
      right: 18px;
      width: 52px;
      height: 52px;
      border-radius: 50%;
      background: var(--g);
      border: none;
      color: #fff;
      font-size: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 18px rgba(15, 77, 44, .38);
      cursor: pointer;
      z-index: 300;
      transition: transform .15s
    }

    .fab:hover {
      transform: scale(1.06)
    }

    .fab:active {
      transform: scale(.95)
    }

    .mov {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, .5);
      z-index: 500;
      display: none;
      align-items: flex-end;
      justify-content: center
    }

    .mov.open {
      display: flex
    }

    .msh {
      background: var(--sur);
      border-radius: 20px 20px 0 0;
      width: 100%;
      max-width: 620px;
      max-height: 90vh;
      overflow-y: auto;
      padding: 0 0 env(safe-area-inset-bottom, 20px);
      animation: sU .22s ease
    }

    @keyframes sU {
      from {
        transform: translateY(36px);
        opacity: 0
      }

      to {
        transform: none;
        opacity: 1
      }
    }

    .mhnd {
      width: 36px;
      height: 4px;
      background: var(--g300);
      border-radius: 2px;
      margin: 11px auto 14px
    }

    .mhdr2 {
      padding: 0 16px 11px;
      border-bottom: 1px solid var(--g100);
      display: flex;
      align-items: center;
      justify-content: space-between
    }

    .mtit {
      font-size: 16px;
      font-weight: 600;
      color: var(--g900)
    }

    .mcls {
      width: 30px;
      height: 30px;
      border-radius: 7px;
      background: var(--g100);
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--g500)
    }

    .mbdy {
      padding: 14px
    }

    .fg {
      margin-bottom: 13px
    }

    .fl {
      display: block;
      font-size: 11px;
      font-weight: 700;
      color: var(--g600);
      margin-bottom: 5px;
      text-transform: uppercase;
      letter-spacing: .5px
    }

    .fi,
    .fs,
    .fta {
      width: 100%;
      border: 1px solid var(--g200);
      border-radius: var(--rs);
      padding: 9px 11px;
      font-family: 'Outfit', sans-serif;
      font-size: 14px;
      color: var(--g900);
      background: var(--sur);
      outline: none;
      transition: border-color .15s
    }

    .fi:focus,
    .fs:focus,
    .fta:focus {
      border-color: var(--g);
      box-shadow: 0 0 0 3px rgba(29, 111, 66, .08)
    }

    .fta {
      resize: vertical;
      min-height: 75px
    }

    .frow {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 9px
    }

    .bsub {
      width: 100%;
      height: 44px;
      background: var(--g);
      color: #fff;
      border: none;
      border-radius: var(--r);
      font-family: 'Outfit', sans-serif;
      font-size: 14px;
      font-weight: 600;
      cursor: pointer;
      margin-top: 4px
    }

    .bsub:hover {
      background: var(--gd)
    }

    .bsub.sec {
      background: var(--g100);
      color: var(--g700)
    }

    .bsub.dan {
      background: var(--rl);
      color: var(--red)
    }

    .ssel {
      display: flex;
      gap: 7px;
      flex-wrap: wrap
    }

    .sbtn {
      flex: 1;
      min-width: 70px;
      padding: 7px 5px;
      border-radius: var(--rs);
      border: 1.5px solid var(--g200);
      background: var(--g50);
      font-family: 'Outfit', sans-serif;
      font-size: 11px;
      font-weight: 700;
      cursor: pointer;
      text-align: center
    }

    .spd {
      background: var(--g100);
      border-color: var(--g200);
      color: var(--g700)
    }

    .spr {
      background: var(--bl);
      border-color: #93C5FD;
      color: var(--bc)
    }

    .sbl {
      background: var(--rl);
      border-color: #FCA5A5;
      color: var(--rc)
    }

    .sdn {
      background: #DCFCE7;
      border-color: #86EFAC;
      color: #166534
    }

    .abann {
      background: var(--al);
      border-left: 3px solid var(--amber);
      padding: 9px 12px;
      border-radius: 0 var(--rs) var(--rs) 0;
      margin-bottom: 12px;
      font-size: 13px;
      color: var(--ac);
      display: flex;
      align-items: center;
      gap: 8px;
      cursor: pointer
    }

    .abann.dng {
      background: var(--rl);
      border-color: var(--red);
      color: var(--rc)
    }

    .npnl {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, .45);
      z-index: 400;
      display: none
    }

    .npnl.open {
      display: block
    }

    .ndraw {
      position: absolute;
      top: 56px;
      right: 0;
      width: min(320px, 100vw);
      max-height: calc(100vh - 56px);
      background: var(--sur);
      box-shadow: var(--shm);
      overflow-y: auto;
      animation: fI .14s ease
    }

    @keyframes fI {
      from {
        opacity: 0;
        transform: translateY(-7px)
      }

      to {
        opacity: 1;
        transform: none
      }
    }

    .nhdr {
      padding: 13px 15px 9px;
      border-bottom: 1px solid var(--g100);
      font-size: 13px;
      font-weight: 600;
      color: var(--g800);
      display: flex;
      align-items: center;
      justify-content: space-between
    }

    .nitem {
      padding: 11px 15px;
      border-bottom: 1px solid var(--g100);
      cursor: pointer;
      display: flex;
      gap: 9px;
      align-items: flex-start;
      transition: background .12s
    }

    .nitem:hover {
      background: var(--g50)
    }

    .nitem.unr {
      background: #F0FDF4
    }

    .ntxt {
      font-size: 12px;
      color: var(--g700);
      line-height: 1.4;
      flex: 1
    }

    .ntim {
      font-size: 10px;
      color: var(--g400);
      margin-top: 3px
    }

    .snk {
      position: fixed;
      bottom: 86px;
      left: 50%;
      transform: translateX(-50%) translateY(18px);
      background: var(--g900);
      color: #fff;
      padding: 9px 16px;
      border-radius: var(--r);
      font-size: 13px;
      font-weight: 500;
      opacity: 0;
      pointer-events: none;
      transition: all .2s;
      z-index: 800;
      white-space: nowrap
    }

    .snk.show {
      opacity: 1;
      transform: translateX(-50%) translateY(0)
    }

    .cfgs {
      background: var(--sur);
      border: 1px solid var(--g200);
      border-radius: var(--r);
      padding: 14px;
      margin-bottom: 12px
    }

    .cfgst {
      font-size: 11px;
      font-weight: 700;
      color: var(--g400);
      text-transform: uppercase;
      letter-spacing: .7px;
      margin-bottom: 12px
    }

    .togw {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 12px
    }

    .toggler {
      position: relative;
      width: 44px;
      height: 24px;
      flex-shrink: 0;
      display: inline-block
    }

    .toggler input {
      opacity: 0;
      width: 0;
      height: 0;
      position: absolute
    }

    .tsldr {
      position: absolute;
      cursor: pointer;
      inset: 0;
      background: var(--g300);
      border-radius: 24px;
      transition: .2s
    }

    .tknob {
      position: absolute;
      height: 18px;
      width: 18px;
      left: 3px;
      bottom: 3px;
      background: white;
      border-radius: 50%;
      transition: .2s
    }

    .toggler input:checked~.tsldr {
      background: var(--g)
    }

    .toggler input:checked~.tknob {
      transform: translateX(20px)
    }

    .dsec {
      margin-bottom: 14px
    }

    .dsect {
      font-size: 10px;
      font-weight: 700;
      color: var(--g400);
      text-transform: uppercase;
      letter-spacing: .8px;
      margin-bottom: 7px
    }

    .drow {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      padding: 7px 0;
      border-bottom: 1px solid var(--g100);
      font-size: 13px
    }

    .drow:last-child {
      border-bottom: none
    }

    .drowl {
      width: 88px;
      color: var(--g500);
      flex-shrink: 0;
      padding-top: 1px
    }

    .drowv {
      color: var(--g800);
      font-weight: 500;
      flex: 1
    }

    .expbtn {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 10px 14px;
      border-radius: var(--r);
      border: 1px solid var(--g200);
      background: var(--sur);
      font-family: 'Outfit', sans-serif;
      font-size: 13px;
      font-weight: 500;
      color: var(--g700);
      cursor: pointer;
      width: 100%;
      margin-bottom: 8px
    }

    .expbtn:hover {
      background: var(--g100)
    }

    body.fsm .topbar,
    body.fsm .phead,
    body.fsm .tabs,
    body.fsm .fab {
      display: none !important
    }

    body.fsm .content {
      padding: 0;
      max-width: 100%;
      padding-bottom: 0
    }

    body.fsm {
      background: #0F4D2C
    }

    body.tlfs .topbar,
    body.tlfs .phead,
    body.tlfs .tabs,
    body.tlfs .fab {
      display: none !important
    }

    body.tlfs .content {
      padding: 0;
      max-width: 100%;
      padding-bottom: 0
    }

    body.tlfs {
      background: #fff
    }

    body.tlfs #view-timeline.active {
      padding-top: 14px
    }

    .fstop {
      display: none;
      background: var(--gd);
      color: #fff;
      padding: 12px 20px;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid rgba(255, 255, 255, .15)
    }

    body.fsm .fstop {
      display: flex
    }

    body.fsm #view-reuniao.active {
      padding: 20px
    }

    .empty {
      text-align: center;
      padding: 44px 20px;
      color: var(--g400)
    }

    .empty svg {
      width: 44px;
      height: 44px;
      margin: 0 auto 14px;
      opacity: .35;
      display: block
    }

    .empty p {
      font-size: 14px
    }

    @media(min-width:600px) {
      .content {
        padding: 18px 22px 84px
      }
    }

/* ===== Login ===== */
.login-wrap {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--g50, #F7F8F7);
  padding: 20px
}

.login-card {
  width: 100%;
  max-width: 360px;
  background: #fff;
  border: 1px solid var(--g100);
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06)
}

.login-card h1 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 4px
}

.login-sub {
  font-size: 13px;
  color: var(--g500);
  margin: 0 0 18px
}

.login-card .fg {
  text-align: left;
  margin-bottom: 12px
}

.login-error {
  background: #FEF2F2;
  color: var(--red);
  font-size: 12px;
  padding: 8px 10px;
  border-radius: 8px;
  margin-bottom: 12px;
  text-align: left
}

.login-switch {
  font-size: 12px;
  color: var(--g500);
  margin-top: 14px
}

.login-switch a {
  color: var(--g);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer
}

.loader-spin {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  border: 3px solid var(--g100);
  border-top-color: var(--g);
  border-radius: 50%;
  animation: spin .8s linear infinite
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}