/* NAZAR_TODO_V1_CSS_START */

.nazarTodoPageV1{
  min-height:100vh;
  padding:18px 14px 28px;
  color:#f8fbff;
  background:
    radial-gradient(circle at 50% 0%, rgba(59,130,246,.22), transparent 28%),
    linear-gradient(180deg, #071421, #0b1728);
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

.nazarTodoWrapV1{
  width:min(100%, 560px);
  margin:0 auto;
}

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

.nazarTodoBackV1{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 14px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.08);
  color:#fff;
  text-decoration:none;
  font-weight:850;
}

.nazarTodoCardV1{
  border-radius:28px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(13, 27, 46, .88);
  box-shadow:0 24px 70px rgba(0,0,0,.32);
  padding:18px;
  margin-bottom:14px;
}

.nazarTodoPageV1 h1{
  margin:0;
  font-size:30px;
  line-height:1.05;
  letter-spacing:-.03em;
}

.nazarTodoPageV1 h2{
  margin:0 0 10px;
  font-size:21px;
  line-height:1.12;
}

.nazarTodoMutedV1{
  color:rgba(248,251,255,.72);
  font-size:14px;
  line-height:1.38;
}

.nazarTodoDatePillV1{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(59,130,246,.16);
  color:#bfdbfe;
  font-size:13px;
  font-weight:800;
  margin-top:8px;
}

.nazarTodoListV1{
  display:grid;
  gap:10px;
  margin-top:14px;
}

.nazarTodoTaskFormV1{
  margin:0;
}

.nazarTodoTaskBtnV1{
  width:100%;
  min-height:58px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:20px;
  background:rgba(255,255,255,.08);
  color:#fff;
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px;
  text-align:left;
  font-size:15px;
  font-weight:820;
}

.nazarTodoTaskBtnV1.done{
  background:rgba(34,197,94,.14);
  border-color:rgba(34,197,94,.34);
  color:rgba(255,255,255,.76);
}

.nazarTodoCheckV1{
  width:30px;
  height:30px;
  flex:0 0 30px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  font-size:18px;
}

.nazarTodoTaskBtnV1.done .nazarTodoCheckV1{
  background:rgba(34,197,94,.24);
  border-color:rgba(34,197,94,.40);
}

.nazarTodoTaskTextV1{
  flex:1;
  line-height:1.28;
}

.nazarTodoTaskBtnV1.done .nazarTodoTaskTextV1{
  text-decoration:line-through;
}

.nazarTodoEmptyV1{
  min-height:120px;
  border-radius:22px;
  border:1px dashed rgba(255,255,255,.24);
  background:rgba(255,255,255,.05);
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:18px;
}

.nazarTodoInputV1,
.nazarTodoTextareaV1{
  width:100%;
  box-sizing:border-box;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.08);
  color:#fff;
  padding:12px 14px;
  font:inherit;
  outline:none;
}

.nazarTodoTextareaV1{
  min-height:128px;
  resize:vertical;
}

.nazarTodoLabelV1{
  display:block;
  font-size:13px;
  font-weight:850;
  color:rgba(255,255,255,.78);
  margin:12px 0 6px;
}

.nazarTodoSubmitV1,
.nazarTodoSmallBtnV1{
  width:100%;
  min-height:48px;
  border:0;
  border-radius:18px;
  background:linear-gradient(135deg, #60a5fa, #3b82f6);
  color:#06121f;
  font-weight:950;
  font-size:15px;
  box-shadow:0 16px 34px rgba(59,130,246,.25);
  margin-top:12px;
}

.nazarTodoSmallBtnV1{
  width:auto;
  min-height:36px;
  padding:0 12px;
  border-radius:12px;
  font-size:13px;
  margin:0;
}

.nazarTodoDeleteBtnV1{
  background:linear-gradient(135deg, #fb7185, #e11d48);
  color:#fff;
}

.nazarTodoParentRowV1{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  padding:12px;
  margin-top:8px;
}

.nazarTodoParentTextV1{
  flex:1;
  font-size:14px;
  line-height:1.3;
}

.nazarTodoParentActionsV1{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.nazarTodoMenuIconV1 svg{
  width:28px;
  height:28px;
  display:block;
}

.nazarParentTodoLinkV1{
  display:block;
  text-decoration:none;
  color:#fff;
  border-radius:22px;
  padding:16px;
  margin:12px 0;
  border:1px solid rgba(255,255,255,.16);
  background:linear-gradient(135deg, rgba(59,130,246,.20), rgba(16,185,129,.16));
}

.nazarParentTodoLinkV1 b{
  display:block;
  font-size:18px;
  margin-bottom:4px;
}

.nazarParentTodoLinkV1 span{
  color:rgba(255,255,255,.72);
  font-size:14px;
}

/* NAZAR_TODO_V1_CSS_END */


/* NAZAR_TODO_PARENT_CARD_V2_START */
/* Карточка "Список дел" в родительской панели: белый стиль как у основных блоков. */
.nazarParentTodoLinkV1{
  display:flex !important;
  align-items:center !important;
  gap:16px !important;
  width:100% !important;
  box-sizing:border-box !important;
  text-decoration:none !important;
  color:#0f172a !important;

  border-radius:28px !important;
  padding:24px 28px !important;
  margin:18px 0 !important;

  background:rgba(255,255,255,.96) !important;
  border:1px solid rgba(15,23,42,.06) !important;
  box-shadow:0 18px 50px rgba(2,8,23,.16) !important;
  backdrop-filter:blur(18px) !important;
  -webkit-backdrop-filter:blur(18px) !important;
}

.nazarParentTodoLinkV1::before{
  content:"✅";
  width:56px !important;
  height:56px !important;
  flex:0 0 56px !important;
  border-radius:18px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:30px !important;
  background:linear-gradient(135deg, rgba(34,197,94,.14), rgba(59,130,246,.12)) !important;
}

.nazarParentTodoLinkV1 b{
  display:block !important;
  color:#0f172a !important;
  font-size:28px !important;
  line-height:1.04 !important;
  letter-spacing:-.035em !important;
  margin:0 0 8px !important;
  font-weight:950 !important;
}

.nazarParentTodoLinkV1 span{
  display:block !important;
  color:#6b7280 !important;
  font-size:17px !important;
  line-height:1.28 !important;
  font-weight:650 !important;
}

@media(max-width:520px){
  .nazarParentTodoLinkV1{
    border-radius:24px !important;
    padding:20px 22px !important;
    margin:16px 0 !important;
    gap:14px !important;
  }

  .nazarParentTodoLinkV1::before{
    width:48px !important;
    height:48px !important;
    flex-basis:48px !important;
    border-radius:16px !important;
    font-size:26px !important;
  }

  .nazarParentTodoLinkV1 b{
    font-size:24px !important;
  }

  .nazarParentTodoLinkV1 span{
    font-size:15.5px !important;
  }
}
/* NAZAR_TODO_PARENT_CARD_V2_END */
