:root{
  --bg:#050505;
  --bg-soft:#0b0d12;
  --panel:#101010;
  --panel-2:#141414;
  --panel-3:#181818;

  --line:rgba(255,255,255,.08);
  --line-2:rgba(255,255,255,.14);

  --text:#ffffff;
  --muted:#a8a8a8;
  --muted-2:#cfcfcf;

  --blue:#2f7cff;
  --blue-2:#5ca3ff;

  --wolt:#12b5ff;
  --glovo:#ffd33d;
  --uber:#1ed760;
  --bolt:#2fd36b;
  --stuart:#4c80ff;

  --green:#2fe870;
  --red:#ff7c7c;

  --shadow-soft:0 12px 28px rgba(0,0,0,.22);
  --safe-bottom:env(safe-area-inset-bottom, 0px);
}

*{
  box-sizing:border-box;
  margin:0;
  padding:0;
}

html{
  scroll-behavior:smooth;
}

body{
  min-height:100vh;
  color:var(--text);
  background:
    radial-gradient(900px 420px at 0% 0%, rgba(24,63,128,.22), transparent 45%),
    radial-gradient(1000px 480px at 100% 0%, rgba(20,54,112,.16), transparent 48%),
    linear-gradient(180deg,#050505 0%, #06090f 100%);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  overflow-x:hidden;
}

a{
  color:inherit;
  text-decoration:none;
}

button,
input,
select,
textarea{
  font:inherit;
}

.hidden{
  display:none !important;
}

.eePage{
  width:100%;
}

.eeWrap{
  width:100%;
  max-width:none;
  padding:26px 34px 120px;
}

.eeMenuBtn,
.eeProfileBtn{
  position:fixed;
  top:14px;
  z-index:9998;
  height:48px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(20,20,20,.88);
  backdrop-filter:blur(12px);
  box-shadow:0 10px 25px rgba(0,0,0,.24);
}

.eeMenuBtn{
  right:14px;
  width:48px;
  display:grid;
  place-items:center;
  color:#fff;
  cursor:pointer;
}

.eeMenuIco{
  font-size:18px;
  line-height:1;
  font-weight:900;
}

.eeProfileBtn{
  right:72px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:0 16px;
  color:#fff;
}

.eeProfileTxt{
  font-weight:800;
  font-size:13px;
}

.eeMenuOverlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.5);
  backdrop-filter:blur(5px);
  z-index:9997;
}

.eeMenu{
  position:fixed;
  top:14px;
  right:14px;
  width:min(360px, calc(100vw - 28px));
  max-height:calc(100vh - 28px);
  overflow:auto;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.10);
  background:#101010;
  box-shadow:0 24px 70px rgba(0,0,0,.45);
  z-index:9999;
}

.eeMenuHead{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.eeMenuBrand{
  display:flex;
  align-items:center;
  gap:10px;
}

.eeMenuMark{
  width:38px;
  height:38px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--blue),var(--blue-2));
  font-weight:1000;
  color:#fff;
}

.eeMenuTitle{
  font-size:15px;
  font-weight:900;
}

.eeMenuClose{
  width:38px;
  height:38px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:#181818;
  color:#fff;
  cursor:pointer;
}

.eeMenuNav{
  display:flex;
  flex-direction:column;
  gap:8px;
  padding:14px;
}

.eeMenuLink{
  border:1px solid rgba(255,255,255,.08);
  background:#171717;
  min-height:46px;
  padding:0 14px;
  border-radius:14px;
  display:flex;
  align-items:center;
  color:#fff;
  font-weight:800;
  font-size:14px;
}

.eeMenuSep{
  height:1px;
  background:rgba(255,255,255,.08);
  margin:6px 0;
}

.eeMenuFoot{
  padding:14px;
  border-top:1px solid rgba(255,255,255,.08);
}

.eeMenuSmall{
  color:var(--muted);
  font-size:12px;
}

html.eeMenuOpen{
  overflow:hidden;
}

.eeTopBar{
  width:100%;
  margin-bottom:22px;
}

.eeTopBarInner{
  width:100%;
  border-radius:34px;
  border:1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(90deg, rgba(19,46,93,.30) 0%, rgba(8,8,8,.0) 55%),
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
  padding:32px;
  box-shadow:var(--shadow-soft);
  display:flex;
  justify-content:space-between;
  gap:26px;
  align-items:flex-start;
}

.eeEyebrow{
  color:#8ab8ff;
  font-size:12px;
  font-weight:1000;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.eeTitle{
  margin-top:10px;
  font-size:56px;
  line-height:.95;
  font-weight:1000;
  letter-spacing:-.05em;
  max-width:820px;
}

.eeLead{
  margin-top:16px;
  max-width:800px;
  font-size:19px;
  line-height:1.6;
  color:var(--muted);
}

.eeTopActions{
  display:flex;
  gap:12px;
  flex-shrink:0;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.eeTopBtn{
  min-height:50px;
  padding:0 18px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  font-size:14px;
  border:1px solid rgba(255,255,255,.10);
  cursor:pointer;
}

.eeTopBtnGhost{
  background:#121212;
  color:#fff;
}

.eeTopBtnPrimary{
  background:linear-gradient(135deg,var(--blue),var(--blue-2));
  color:#fff;
  box-shadow:0 12px 28px rgba(47,124,255,.22);
  border:0;
}

.eeMainGrid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 410px;
  gap:22px;
  align-items:start;
}

.eeMainCol,
.eeSideCol{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:22px;
}

.eeCard,
.eeSummaryCard{
  border-radius:30px;
  border:1px solid rgba(255,255,255,.08);
  background:#101010;
  padding:24px;
  box-shadow:var(--shadow-soft);
}

.eeCardHead{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}

.eeCardTitle{
  font-size:28px;
  line-height:1;
  font-weight:1000;
  letter-spacing:-.04em;
}

.eeCardSub{
  margin-top:7px;
  color:var(--muted);
  font-size:14px;
  line-height:1.45;
}

.eeGhostBtn{
  min-height:42px;
  padding:0 14px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#161616;
  border:1px solid rgba(255,255,255,.10);
  color:#fff;
  font-size:13px;
  font-weight:800;
  cursor:pointer;
}

.eeGrid{
  display:grid;
  gap:16px;
}

.eeBaseGrid{
  grid-template-columns:1fr 1fr;
}

.eeFieldWide{
  grid-column:1 / -1;
}

.eeField{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:7px;
}

.eeFieldLabel{
  color:var(--muted);
  font-size:13px;
  font-weight:800;
}

.eeFieldHint{
  margin-top:8px;
  color:var(--muted);
  font-size:12px;
  line-height:1.45;
}

.eeInput{
  width:100%;
  min-height:52px;
  padding:0 16px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background:#151515;
  color:#fff;
  outline:none;
}

.eeInput:focus{
  border-color:rgba(92,163,255,.55);
  box-shadow:0 0 0 3px rgba(92,163,255,.16);
}

.eeInput::placeholder,
.eeTextarea::placeholder{
  color:#7e7e7e;
}

.eeSelect{
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  padding-right:46px;
  background-color:#151515;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.88)' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 16px center;
  background-size:14px;
}

.eeSelect::-ms-expand{
  display:none;
}

.eeTextarea{
  min-height:110px;
  padding:14px 16px;
  resize:vertical;
}

.eeModeSection{
  display:grid;
  gap:14px;
  margin-bottom:16px;
}

.eeModeBlock{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.eeModeLabel{
  color:var(--muted);
  font-size:13px;
  font-weight:800;
}

.eeModeSwitch{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.eeModeBtn{
  min-height:44px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:#151515;
  color:#fff;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
}

.eeModeBtn.isActive{
  background:linear-gradient(135deg,var(--blue),var(--blue-2));
  border-color:transparent;
}

.eeSharedTimeBox{
  margin-bottom:16px;
  padding:16px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.08);
  background:#141414;
}

.eeTimePickerRow{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:10px;
}

.eeTimePickerBox{
  display:flex;
  flex-direction:column;
  gap:6px;
}

.eeTimePickerBox span{
  color:var(--muted);
  font-size:12px;
  font-weight:800;
}

.eeQuickApps{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:16px;
}

.eeQuickApp{
  min-height:40px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:#151515;
  color:#fff;
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:13px;
  font-weight:800;
  cursor:pointer;
}

.eeQuickApp.isDisabled{
  opacity:.45;
}

.eeQuickAppDot{
  width:10px;
  height:10px;
  border-radius:999px;
  flex-shrink:0;
}

.eeAppsList,
.eeCustomCostsList{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.eeAppRow,
.eeCustomCostRow{
  border-radius:24px;
  border:1px solid rgba(255,255,255,.08);
  background:#141414;
  padding:18px;
}

.eeAppRowTop,
.eeCustomCostTop,
.eeCustomCostsTop{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:14px;
}

.eeAppLeft{
  display:flex;
  align-items:center;
  gap:12px;
}

.eeAppDot{
  width:14px;
  height:14px;
  border-radius:999px;
  flex-shrink:0;
}

.eeAppName,
.eeMiniTitle{
  font-size:18px;
  font-weight:900;
  line-height:1.05;
}

.eeMiniSub{
  margin-top:5px;
  color:var(--muted);
  font-size:13px;
  line-height:1.4;
}

.eeAppRowGrid{
  display:grid;
  grid-template-columns:1fr 1fr 1fr 1.2fr;
  gap:14px;
  align-items:start;
}

.eeTimeMiniGrid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.eeTimeMiniField{
  display:flex;
  flex-direction:column;
  gap:6px;
}

.eeTimeMiniField span{
  color:var(--muted);
  font-size:12px;
  font-weight:800;
}

.eeRemoveBtn{
  min-height:38px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:#111111;
  color:#fff;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
}

.eeCostsGrid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.eeCustomCostsBox{
  margin-top:22px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.08);
}

.eeSuggestions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
  margin-bottom:14px;
}

.eeSuggestionBtn{
  min-height:38px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:#171717;
  color:#fff;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
}

.eeProLockedCard{
  position:relative;
  overflow:hidden;
}

.eeProBadge{
  position:absolute;
  top:18px;
  right:18px;
  z-index:3;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,var(--blue),var(--blue-2));
  color:#fff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.03em;
}

.eeFuelGrid{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:16px;
  position:relative;
}

.eeFuelGrid.isLocked{
  opacity:.45;
  filter:grayscale(1);
  pointer-events:none;
  user-select:none;
}

.eeFuelGrid.isLocked::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    repeating-linear-gradient(
      -45deg,
      rgba(255,255,255,.04) 0,
      rgba(255,255,255,.04) 12px,
      rgba(255,255,255,.01) 12px,
      rgba(255,255,255,.01) 24px
    );
  border-radius:24px;
}

.eeFuelResultBox{
  grid-column:1 / -1;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.08);
  background:#121212;
  padding:18px;
}

.eeFuelResultLabel{
  color:var(--muted);
  font-size:13px;
  font-weight:800;
}

.eeFuelResultValue{
  margin-top:10px;
  font-size:34px;
  line-height:1;
  font-weight:1000;
  letter-spacing:-.03em;
  color:var(--green);
}

.eeFuelResultSub{
  margin-top:8px;
  color:var(--muted);
  font-size:13px;
}

.eeProLockOverlay{
  position:absolute;
  inset:0;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  pointer-events:none;
}

.eeProLockInner{
  width:min(420px, 100%);
  border-radius:24px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(9,11,17,.92);
  backdrop-filter:blur(10px);
  padding:22px;
  text-align:center;
  pointer-events:auto;
  box-shadow:0 18px 40px rgba(0,0,0,.35);
}

.eeProLockTitle{
  font-size:22px;
  font-weight:1000;
  line-height:1.05;
}

.eeProLockText{
  margin-top:10px;
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
}

.eeProUnlockBtn{
  margin-top:16px;
  min-height:48px;
  padding:0 16px;
  border-radius:16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,var(--blue),var(--blue-2));
  color:#fff;
  font-size:14px;
  font-weight:900;
}

.eeActionsRow{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.eeActionBtn{
  min-height:50px;
  padding:0 18px;
  border-radius:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#151515;
  border:1px solid rgba(255,255,255,.10);
  color:#fff;
  font-size:14px;
  font-weight:800;
  cursor:pointer;
}

.eeActionBtnPrimary{
  background:linear-gradient(135deg,var(--blue),var(--blue-2));
  border:0;
}

.eeActionBtn.isSaving,
.eeTopBtnPrimary.isSaving,
.eeMobileSaveBtn.isSaving{
  opacity:.72;
  pointer-events:none;
}

.eeSummaryCard{
  position:sticky;
  top:24px;
  background:
    linear-gradient(180deg, rgba(47,124,255,.14), rgba(16,16,16,1) 38%),
    #101010;
}

.eeSummaryOverline{
  color:#8ab8ff;
  font-size:12px;
  font-weight:1000;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.eeSummaryTitle{
  margin-top:10px;
  font-size:30px;
  line-height:1;
  font-weight:1000;
  letter-spacing:-.04em;
}

.eeSummarySub{
  margin-top:12px;
  color:var(--muted);
  font-size:14px;
  line-height:1.5;
}

.eeSummaryMain{
  margin-top:22px;
  padding:20px;
  border-radius:24px;
  background:#121212;
  border:1px solid rgba(255,255,255,.08);
}

.eeSummaryMainLabel{
  color:var(--muted);
  font-size:13px;
  font-weight:800;
}

.eeSummaryMainValue{
  margin-top:10px;
  font-size:52px;
  line-height:.95;
  font-weight:1000;
  letter-spacing:-.04em;
  color:var(--green);
}

.eeSummaryGrid{
  margin-top:16px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.eeSummaryItem{
  min-height:96px;
  border-radius:20px;
  background:#141414;
  border:1px solid rgba(255,255,255,.08);
  padding:16px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.eeSummaryItem span{
  color:var(--muted);
  font-size:12px;
  font-weight:800;
}

.eeSummaryItem b{
  margin-top:8px;
  font-size:22px;
  line-height:1.05;
  font-weight:1000;
  letter-spacing:-.02em;
}

.eeSummaryItem b.green{
  color:var(--green);
}

.eeSummaryItem b.cost{
  color:#ff9d9d;
}

.eeMobileBar{
  display:none;
}

.eeToast{
  position:fixed;
  right:18px;
  bottom:calc(18px + var(--safe-bottom));
  z-index:10010;
  min-width:280px;
  max-width:min(420px, calc(100vw - 24px));
  border-radius:20px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(11,13,18,.96);
  backdrop-filter:blur(14px);
  box-shadow:0 18px 42px rgba(0,0,0,.35);
  padding:14px;
  display:flex;
  align-items:center;
  gap:12px;
  opacity:0;
  visibility:hidden;
  transform:translateY(14px) scale(.98);
  transition:.22s ease;
}

.eeToast.isShow{
  opacity:1;
  visibility:visible;
  transform:translateY(0) scale(1);
}

.eeToast.isError .eeToastIco{
  background:rgba(255,124,124,.16);
  color:#ff9d9d;
}

.eeToast.isSuccess .eeToastIco{
  background:rgba(47,232,112,.16);
  color:var(--green);
}

.eeToastIco{
  width:42px;
  height:42px;
  border-radius:14px;
  display:grid;
  place-items:center;
  font-size:18px;
  font-weight:1000;
  flex-shrink:0;
}

.eeToastText{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:4px;
}

.eeToastText strong{
  font-size:14px;
  font-weight:1000;
}

.eeToastText span{
  color:var(--muted);
  font-size:13px;
  line-height:1.4;
}

@media (max-width: 1380px){
  .eeTitle{
    font-size:48px;
  }

  .eeAppRowGrid{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width: 1180px){
  .eeWrap{
    padding-left:22px;
    padding-right:22px;
  }

  .eeMainGrid{
    grid-template-columns:1fr;
  }

  .eeSummaryCard{
    position:static;
  }
}

@media (max-width: 860px){
  .eeWrap{
    padding:14px 14px calc(130px + var(--safe-bottom));
  }

  .eeMenuBtn,
  .eeProfileBtn{
    top:calc(env(safe-area-inset-top, 0px) + 10px);
    background:rgba(20,20,20,.86) !important;
    border:1px solid rgba(255,255,255,.08) !important;
  }

  .eeMenuBtn{
    right:12px;
  }

  .eeProfileBtn{
    right:66px;
    padding:0 14px;
  }

  .eeProfileTxt{
    display:none;
  }

  .eeTopBarInner{
    padding:22px 18px;
    border-radius:28px;
    gap:18px;
    flex-direction:column;
  }

  .eeTitle{
    font-size:34px;
    line-height:.98;
  }

  .eeLead{
    font-size:15px;
    line-height:1.55;
  }

  .eeTopActions{
    width:100%;
    justify-content:flex-start;
  }

  .eeCard,
  .eeSummaryCard{
    padding:18px;
    border-radius:24px;
  }

  .eeCardHead{
    flex-direction:column;
    align-items:flex-start;
  }

  .eeCardTitle{
    font-size:24px;
  }

  .eeBaseGrid,
  .eeCostsGrid,
  .eeFuelGrid,
  .eeSummaryGrid,
  .eeAppRowGrid,
  .eeTimePickerRow{
    grid-template-columns:1fr;
  }

  .eeTimeMiniGrid{
    grid-template-columns:1fr 1fr;
  }

  .eeActionsRow{
    flex-direction:column;
  }

  .eeActionBtn{
    width:100%;
  }

  .eeMobileBar{
    position:fixed;
    left:12px;
    right:12px;
    bottom:calc(12px + var(--safe-bottom));
    z-index:9990;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:12px;
    border-radius:22px;
    background:rgba(12,15,22,.88);
    backdrop-filter:blur(16px);
    border:1px solid rgba(255,255,255,.08);
    box-shadow:0 14px 28px rgba(0,0,0,.24);
  }

  .eeMobileBarText{
    min-width:0;
    display:flex;
    flex-direction:column;
    gap:4px;
  }

  .eeMobileBarText span{
    color:var(--muted);
    font-size:12px;
    font-weight:800;
  }

  .eeMobileBarText b{
    color:var(--green);
    font-size:18px;
    line-height:1.1;
    font-weight:1000;
  }

  .eeMobileBarText small{
    color:var(--muted);
    font-size:11px;
    line-height:1.35;
  }

  .eeMobileSaveBtn{
    min-height:44px;
    padding:0 16px;
    border-radius:14px;
    border:0;
    background:linear-gradient(135deg,var(--blue),var(--blue-2));
    color:#fff;
    font-size:13px;
    font-weight:900;
    cursor:pointer;
    flex-shrink:0;
  }

  .eeToast{
    left:12px;
    right:12px;
    bottom:calc(86px + var(--safe-bottom));
    max-width:none;
    min-width:0;
  }
}

*{
  -webkit-tap-highlight-color: transparent;
}

a,
button,
div,
span,
img{
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout:none;
}

@media (min-width: 1024px){
  .eeTopActions{
    margin-top: 80px !important;
  }
}
#eeTimeModeSwitch.hidden,
#eeSharedTimeBox.hidden{
  display:none !important;
}