.dd-profile-screen{
  flex:1;
  min-height:0;
  overflow-y:auto;
  padding:18px;
  scrollbar-width:none;
  -ms-overflow-style:none;
}
.dd-profile-screen::-webkit-scrollbar{display:none;}
.dd-profile-shell{
  width:100%;
  max-width:960px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:16px;
}
.dd-profile-toolbar{
  display:flex;
  align-items:center;
  gap:12px;
  padding:4px 2px 0;
}
.dd-profile-back{
  border:none;
  background:#EFF6FF;
  color:#2563EB;
  border-radius:999px;
  padding:10px 14px;
  font-size:12px;
  font-weight:900;
  cursor:pointer;
  font-family:'Plus Jakarta Sans',sans-serif;
}
.dd-profile-toolbar-copy{
  display:flex;
  flex-direction:column;
  gap:2px;
  min-width:0;
}
.dd-profile-toolbar-copy strong{
  font-size:16px;
  color:#0F172A;
}
.dd-profile-toolbar-copy span{
  font-size:12px;
  color:#64748B;
}
.dd-profile-status{
  background:#fff;
  border:1px solid #DBEAFE;
  border-radius:28px;
  padding:24px;
  box-shadow:0 12px 30px rgba(15,23,42,.05);
  color:#475569;
  line-height:1.7;
}
.dd-profile-status strong{
  display:block;
  font-size:18px;
  color:#0F172A;
  margin-bottom:6px;
}
.dd-profile-status button{
  margin-top:12px;
  border:none;
  background:#2563EB;
  color:#fff;
  border-radius:999px;
  padding:10px 14px;
  font-size:11px;
  font-weight:900;
  cursor:pointer;
  font-family:'Plus Jakarta Sans',sans-serif;
}
.dd-profile-page{
  width:100%;
  display:flex;
  justify-content:center;
}
.dd-profile-card{
  width:100%;
  max-width:760px;
  display:grid;
  gap:16px;
}
.dd-profile-top,
.dd-profile-section{
  background:#fff;
  border:1px solid #DBEAFE;
  border-radius:30px;
  padding:22px;
  box-shadow:0 12px 30px rgba(15,23,42,.05);
}
.dd-profile-top{
  display:flex;
  gap:16px;
  align-items:flex-start;
}
.dd-profile-avatar{
  width:82px;
  height:82px;
  border-radius:30px;
  background:linear-gradient(135deg,#2563EB,#60A5FA);
  color:#fff;
  display:grid;
  place-items:center;
  font-size:28px;
  font-weight:900;
  flex-shrink:0;
}
.dd-profile-main{
  flex:1;
  min-width:0;
}
.dd-profile-main h2{
  margin:0 0 6px;
  font-size:30px;
  color:#0F172A;
  line-height:1.18;
  overflow-wrap:anywhere;
}
.dd-profile-main p{
  margin:0;
  color:#64748B;
  font-size:13px;
  line-height:1.6;
}
.dd-profile-top-actions{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:8px;
}
.dd-profile-edit-btn,
.dd-profile-save-chip,
.dd-profile-app-btn{
  border:none;
  background:#2563EB;
  color:#fff;
  border-radius:999px;
  padding:10px 14px;
  font-size:11px;
  font-weight:900;
  cursor:pointer;
  font-family:'Plus Jakarta Sans',sans-serif;
}
.dd-profile-edit-btn:disabled,
.dd-profile-save-chip:disabled,
.dd-profile-app-btn:disabled{
  opacity:.55;
  cursor:not-allowed;
}
.dd-profile-save-note{
  font-size:11px;
  color:#64748B;
}
.dd-profile-chips,
.dd-profile-chip-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
}
.dd-profile-chips span,
.dd-profile-chip-row button{
  border:1px solid #DBEAFE;
  background:#EFF6FF;
  color:#2563EB;
  border-radius:999px;
  padding:8px 11px;
  font-size:11px;
  font-weight:900;
  font-family:'Plus Jakarta Sans',sans-serif;
}
.dd-profile-chip-row button{
  background:#fff;
  cursor:pointer;
}
.dd-profile-chip-row button.active{
  background:#2563EB;
  color:#fff;
  border-color:#2563EB;
}
.dd-profile-section-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:16px;
}
.dd-profile-section-head h3{
  margin:0;
  font-size:18px;
  color:#0F172A;
}
.dd-profile-input-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.dd-profile-field{
  font-size:12px;
  font-weight:900;
  color:#475569;
  display:grid;
  gap:7px;
}
.dd-profile-field input{
  border:1px solid #DBEAFE;
  background:#F8FBFF;
  border-radius:16px;
  padding:13px;
  outline:none;
  font-size:13px;
  font-weight:600;
  color:#0F172A;
  font-family:'Plus Jakarta Sans',sans-serif;
}
.dd-profile-field input:focus{
  border-color:#2563EB;
  box-shadow:0 0 0 3px rgba(37,99,235,.12);
}
.dd-profile-theme-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.dd-profile-theme-card{
  border:1px solid #DBEAFE;
  background:#fff;
  border-radius:24px;
  padding:14px;
  text-align:left;
  cursor:pointer;
  font-family:'Plus Jakarta Sans',sans-serif;
}
.dd-profile-theme-card.active{
  border-color:#2563EB;
  box-shadow:0 0 0 3px rgba(37,99,235,.12);
}
.dd-profile-theme-preview{
  height:110px;
  border-radius:18px;
  margin-bottom:12px;
}
.dd-profile-theme-preview.light{
  background:linear-gradient(to bottom,#ffffff 70%,#EFF6FF 70%);
}
.dd-profile-theme-preview.dark{
  background:linear-gradient(to bottom,#0F172A 70%,#1E293B 70%);
}
.dd-profile-theme-card strong{
  display:block;
  font-size:15px;
  margin-bottom:5px;
  color:#0F172A;
}
.dd-profile-theme-card span{
  font-size:12px;
  color:#64748B;
}
.dd-profile-app-list,
.dd-profile-toggle-list{
  display:grid;
  gap:10px;
}
.dd-profile-app-item,
.dd-profile-toggle-item{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  background:#F8FBFF;
  border:1px solid #DBEAFE;
  border-radius:18px;
  padding:14px;
}
.dd-profile-app-item span,
.dd-profile-toggle-item span{
  font-size:13px;
  font-weight:800;
  color:#0F172A;
}
.dd-profile-app-item b{
  font-size:12px;
  color:#16A34A;
}
.dd-profile-toggle{
  width:46px;
  height:26px;
  background:#CBD5E1;
  border-radius:999px;
  position:relative;
  display:block;
  flex-shrink:0;
  cursor:pointer;
}
.dd-profile-toggle input{
  display:none;
}
.dd-profile-toggle i{
  width:20px;
  height:20px;
  background:#fff;
  border-radius:50%;
  position:absolute;
  top:3px;
  left:3px;
  transition:.2s;
}
.dd-profile-toggle.on{
  background:#2563EB;
}
.dd-profile-toggle.on i{
  left:23px;
}
.dd-profile-curve-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.dd-profile-curve-grid div{
  background:#EFF6FF;
  border:1px solid #DBEAFE;
  border-radius:18px;
  padding:16px;
}
.dd-profile-curve-grid strong{
  display:block;
  font-size:20px;
  color:#2563EB;
  margin-bottom:5px;
  line-height:1.2;
}
.dd-profile-curve-grid span{
  font-size:12px;
  color:#64748B;
  font-weight:800;
}
body.dd-mobile-layout .dd-profile-screen{
  padding:12px;
}
body.dd-mobile-layout .dd-profile-shell{
  gap:12px;
}
body.dd-mobile-layout .dd-profile-toolbar{
  padding:2px 0 0;
}
body.dd-mobile-layout .dd-profile-toolbar-copy strong{
  font-size:15px;
}
body.dd-mobile-layout .dd-profile-card{
  gap:12px;
}
body.dd-mobile-layout .dd-profile-top,
body.dd-mobile-layout .dd-profile-section{
  border-radius:26px;
  padding:18px;
}
@media(max-width:640px){
  .dd-profile-screen{
    padding:12px;
  }
  .dd-profile-top{
    flex-direction:column;
  }
  .dd-profile-top-actions{
    width:100%;
    align-items:stretch;
  }
  .dd-profile-edit-btn{
    width:100%;
  }
  .dd-profile-input-grid,
  .dd-profile-theme-grid,
  .dd-profile-curve-grid{
    grid-template-columns:1fr;
  }
  .dd-profile-section-head{
    flex-direction:column;
    align-items:flex-start;
  }
}
