.elementor-258 .elementor-element.elementor-element-88c5509{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3e337ab *//* ===== CHATZONIC SETTINGS PAGE - FULL CODE ===== */

html, body{
  margin:0;
  padding:0;
  overflow-x:hidden;
}

body{
  background:#f3f5f9;
}

/* theme cleanup */
footer,
.ct-footer{
  display:none !important;
}

/* app wrapper */
.cz-settings-app{
  display:flex;
  min-height:100vh;
  height:100vh;
  background:#f3f5f9;
  font-family:Arial, Helvetica, sans-serif;
  color:#1f2937;
}

/* ===== SIDEBAR ===== */
.cz-settings-app .cz-sidebar{
  width:72px;
  min-width:72px;
  background:#ffffff;
  border-right:1px solid #e5e7eb;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  align-items:center;
  padding:16px 10px;
  box-sizing:border-box;
}

.cz-settings-app .cz-sidebar-top,
.cz-settings-app .cz-sidebar-bottom{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
}

.cz-settings-app .cz-logo{
  width:40px;
  height:40px;
  min-width:40px;
  min-height:40px;
  border-radius:12px;
  background:linear-gradient(135deg,#2563eb,#38bdf8);
  color:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-weight:700;
  font-size:18px;
  box-shadow:0 8px 20px rgba(37,99,235,0.20);
  margin-bottom:6px;
}

.cz-settings-app .cz-side-btn{
  width:42px;
  height:42px;
  min-width:42px;
  min-height:42px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  background:#f8fafc;
  border:1px solid #edf0f5;
  color:#475569;
  transition:all 0.22s ease;
  padding:0;
  overflow:hidden;
}

.cz-settings-app .cz-side-btn:hover{
  background:#eff6ff;
  border-color:#dbeafe;
  color:#2563eb;
  transform:translateY(-1px);
}

.cz-settings-app .cz-side-btn.active{
  background:#eaf2ff;
  border-color:#bfdbfe;
  color:#2563eb;
  box-shadow:0 8px 20px rgba(37,99,235,0.10);
}

.cz-settings-app .cz-svg-icon{
  width:18px;
  height:18px;
  min-width:18px;
  min-height:18px;
  display:block;
  flex:none;
}

.cz-settings-app .cz-side-btn svg{
  width:18px;
  height:18px;
}

.cz-settings-app .cz-side-btn svg *{
  vector-effect:non-scaling-stroke;
}

/* ===== MAIN ===== */
.cz-settings-main{
  flex:1;
  min-width:0;
  height:100vh;
  overflow:auto;
  background:linear-gradient(180deg,#f4f7fb 0%,#eef4ff 100%);
}

.cz-settings-wrap{
  max-width:1280px;
  margin:0 auto;
  padding:32px;
  box-sizing:border-box;
}

.cz-settings-header{
  margin-bottom:20px;
}

.cz-settings-header h1{
  margin:0 0 8px;
  font-size:30px;
  line-height:1.1;
  color:#0f172a;
}

.cz-settings-header p{
  margin:0;
  font-size:14px;
  color:#64748b;
}

/* grid */
.cz-settings-grid{
  display:grid;
  grid-template-columns:minmax(0, 1.65fr) minmax(280px, 0.85fr);
  gap:20px;
  align-items:start;
}

.cz-settings-left,
.cz-settings-right{
  display:flex;
  flex-direction:column;
  gap:18px;
}

/* card */
.cz-card,
.cz-summary-card,
.cz-usage-card{
  background:#ffffff;
  border:1px solid #e6edf7;
  border-radius:24px;
  padding:20px;
  box-sizing:border-box;
  box-shadow:0 18px 38px rgba(15,23,42,0.05);
}

.cz-card-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:18px;
}

.cz-card-head h2{
  margin:0;
  font-size:20px;
  color:#0f172a;
}

.cz-card-head span{
  font-size:12px;
  color:#64748b;
  white-space:nowrap;
}

/* forms */
.cz-settings-form{
  margin:0;
}

.cz-form-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:16px;
}

.cz-form-grid.single{
  grid-template-columns:1fr;
}

.cz-form-field{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.cz-form-field label{
  font-size:12px;
  font-weight:600;
  color:#334155;
}

.cz-form-field input{
  height:46px;
  border:1px solid #dde5f0;
  border-radius:14px;
  padding:0 14px;
  font-size:14px;
  outline:none;
  background:#fbfdff;
  box-sizing:border-box;
}

.cz-form-field input:focus{
  border-color:#93c5fd;
  background:#ffffff;
}

.cz-form-actions{
  margin-top:18px;
  display:flex;
  justify-content:flex-end;
}

.cz-primary-btn{
  height:44px;
  border:none;
  border-radius:14px;
  padding:0 18px;
  font-size:14px;
  font-weight:700;
  cursor:pointer;
  background:linear-gradient(135deg,#2563eb,#38bdf8);
  color:#ffffff;
  box-shadow:0 12px 26px rgba(37,99,235,0.18);
}

/* toggles */
.cz-toggle-list{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.cz-toggle-row{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 16px;
  border-radius:18px;
  background:#f8fbff;
  border:1px solid #edf2f9;
  cursor:pointer;
}

.cz-toggle-row strong{
  display:block;
  font-size:14px;
  color:#0f172a;
  margin-bottom:4px;
}

.cz-toggle-row p{
  margin:0;
  font-size:12px;
  color:#64748b;
}

.cz-toggle-row input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.cz-toggle-slider{
  width:50px;
  min-width:50px;
  height:28px;
  border-radius:999px;
  background:#dbe4ef;
  position:relative;
  transition:all 0.22s ease;
}

.cz-toggle-slider::after{
  content:"";
  position:absolute;
  top:4px;
  left:4px;
  width:20px;
  height:20px;
  border-radius:50%;
  background:#ffffff;
  box-shadow:0 2px 8px rgba(15,23,42,0.15);
  transition:all 0.22s ease;
}

.cz-toggle-row input:checked + .cz-toggle-slider{
  background:#2563eb;
}

.cz-toggle-row input:checked + .cz-toggle-slider::after{
  left:26px;
}

/* summary cards */
.cz-summary-card{
  display:flex;
  flex-direction:column;
  gap:6px;
}

.cz-summary-card.plan{
  background:linear-gradient(135deg,#2563eb,#38bdf8);
  color:#ffffff;
  border:none;
}

.cz-summary-card.plan span,
.cz-summary-card.plan small,
.cz-summary-card.plan strong{
  color:#ffffff;
}

.cz-summary-card span{
  font-size:12px;
  color:#64748b;
}

.cz-summary-card strong{
  font-size:20px;
  color:#0f172a;
}

.cz-summary-card small{
  font-size:12px;
  color:#64748b;
}

/* usage */
.cz-usage-line{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}

.cz-usage-line span{
  font-size:13px;
  color:#64748b;
}

.cz-usage-line strong{
  font-size:14px;
  color:#0f172a;
}

.cz-progress{
  width:100%;
  height:12px;
  border-radius:999px;
  background:#e8eef7;
  overflow:hidden;
}

.cz-progress-bar{
  height:100%;
  border-radius:999px;
  background:linear-gradient(135deg,#2563eb,#38bdf8);
}

.cz-usage-note{
  margin:12px 0 0;
  font-size:12px;
  line-height:1.6;
  color:#64748b;
}

/* logout */
.cz-logout-btn{
  height:48px;
  border-radius:14px;
  background:#0f172a;
  color:#ffffff;
  text-decoration:none;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-size:14px;
  font-weight:700;
  box-shadow:0 14px 28px rgba(15,23,42,0.18);
}

.cz-btn-icon{
  width:16px;
  height:16px;
  display:block;
}

/* ===== TABLET ===== */
@media (max-width:1100px){
  .cz-settings-grid{
    grid-template-columns:1fr;
  }

  .cz-settings-wrap{
    padding:20px;
  }
}

/* ===== MOBILE ===== */
@media (max-width:768px){
  .cz-settings-app{
    flex-direction:column;
    height:auto;
    min-height:100vh;
    padding-bottom:72px;
  }

  .cz-settings-app .cz-sidebar{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    min-width:100%;
    height:68px;
    z-index:999;
    border-right:none;
    border-top:1px solid #e5e7eb;
    flex-direction:row;
    justify-content:space-between;
    padding:10px 14px;
  }

  .cz-settings-app .cz-sidebar-top,
  .cz-settings-app .cz-sidebar-bottom{
    flex-direction:row;
    gap:10px;
  }

  .cz-settings-app .cz-logo{
    display:none;
  }

  .cz-settings-main{
    height:auto;
    min-height:calc(100vh - 68px);
  }

  .cz-settings-wrap{
    padding:14px 12px;
  }

  .cz-settings-header h1{
    font-size:24px;
  }

  .cz-form-grid{
    grid-template-columns:1fr;
  }

  .cz-card,
  .cz-summary-card,
  .cz-usage-card{
    border-radius:18px;
    padding:16px;
  }

  .cz-card-head{
    flex-direction:column;
    align-items:flex-start;
  }
}/* End custom CSS */