:root{
  --v69-ink:#07113f;
  --v69-muted:#5e6982;
  --v69-soft:#f5f7fc;
  --v69-card:#ffffff;
  --v69-line:#e2e8f3;
  --v69-blue:#080052;
  --v69-red:#d41428;
  --v69-gold:#f7c76e;
  --v69-green:#0d8a61;
  --v69-shadow:0 24px 70px rgba(7,17,63,.09);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.dp-v69-body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  background:
    radial-gradient(circle at 8% 2%,rgba(247,199,110,.18),transparent 30%),
    radial-gradient(circle at 92% 0%,rgba(8,0,82,.08),transparent 30%),
    linear-gradient(180deg,#fff 0%,#f7f9ff 48%,#fff 100%);
  color:var(--v69-ink);
}

a{color:inherit}

.hidden{display:none!important}

.dp-v69-header{
  width:min(1180px,calc(100% - 32px));
  margin:0 auto;
  padding:22px 0;
  display:grid;
  grid-template-columns:220px 1fr 220px;
  align-items:center;
  gap:20px;
}

.dp-v69-logo-card,
.dp-v69-sidebar-logo{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  border:1px solid var(--v69-line);
  border-radius:22px;
  padding:10px 16px;
  min-height:62px;
  box-shadow:0 18px 42px rgba(7,17,63,.08);
  text-decoration:none;
}

.dp-v69-logo-card img,
.dp-v69-sidebar-logo img{
  width:auto;
  max-width:140px;
  max-height:48px;
  object-fit:contain;
}

.dp-v69-nav{
  justify-self:center;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:8px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--v69-line);
  box-shadow:0 18px 42px rgba(7,17,63,.08);
}

.dp-v69-nav a{
  text-decoration:none;
  font-weight:900;
  color:var(--v69-blue);
  padding:12px 18px;
  border-radius:999px;
  white-space:nowrap;
}

.dp-v69-nav a.active,
.dp-v69-nav a:hover{
  background:linear-gradient(135deg,var(--v69-blue),var(--v69-red));
  color:#fff;
}

.dp-v69-cta-small{
  justify-self:end;
  text-decoration:none;
  font-weight:950;
  color:#140e21;
  background:linear-gradient(135deg,#fff2be,var(--v69-gold));
  border:1px solid #ffe0a5;
  padding:14px 20px;
  border-radius:999px;
  box-shadow:0 16px 36px rgba(247,199,110,.22);
  white-space:nowrap;
}

.dp-v69-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  color:#7a4300;
  background:linear-gradient(135deg,#fff8df,#ffe6a3);
  border:1px solid #ffe0a5;
  padding:9px 14px;
  border-radius:999px;
  font-weight:950;
}

.dp-v69-hero{
  width:min(1180px,calc(100% - 32px));
  margin:0 auto;
  padding:74px 0 58px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:38px;
  align-items:center;
}

.dp-v69-hero h1,
.dp-v69-auth-copy h1,
.dp-v69-login-copy h1{
  font-size:68px;
  line-height:.96;
  letter-spacing:-3px;
  margin:20px 0;
}

.dp-v69-hero p,
.dp-v69-auth-copy p,
.dp-v69-login-copy p{
  color:var(--v69-muted);
  font-size:19px;
  line-height:1.7;
  max-width:680px;
}

.dp-v69-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:28px;
}

.dp-v69-btn-primary,
.dp-v69-btn-secondary{
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:14px 22px;
  font-weight:950;
  font-family:inherit;
  cursor:pointer;
  text-decoration:none;
}

.dp-v69-btn-primary{
  border:0;
  background:linear-gradient(135deg,var(--v69-gold),#ff8e5f,var(--v69-red));
  color:#140e21;
  box-shadow:0 18px 44px rgba(212,20,40,.15);
}

.dp-v69-btn-secondary{
  background:#fff;
  color:var(--v69-blue);
  border:1px solid var(--v69-line);
}

.dp-v69-btn-primary.full,
.dp-v69-btn-secondary.full{
  width:100%;
}

.dp-v69-showcase,
.dp-v69-card,
.dp-v69-panel,
.dp-v69-feature-grid article,
.dp-v69-pricing-grid article,
.dp-v69-tool-credit,
.dp-v69-login-notice{
  background:#fff;
  border:1px solid var(--v69-line);
  border-radius:30px;
  box-shadow:var(--v69-shadow);
}

.dp-v69-showcase{
  padding:26px;
}

.dp-v69-showcase-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding-bottom:18px;
  border-bottom:1px solid var(--v69-line);
}

.dp-v69-showcase-top span{
  color:var(--v69-muted);
  font-weight:900;
}

.dp-v69-showcase-top strong{
  color:#7a4300;
  background:#fff4c9;
  padding:10px 14px;
  border-radius:999px;
}

.dp-v69-showcase-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin:22px 0;
}

.dp-v69-showcase-grid div{
  padding:16px;
  border-radius:18px;
  background:var(--v69-soft);
  font-weight:900;
}

.dp-v69-report-preview{
  border-radius:22px;
  background:linear-gradient(135deg,#f8fbff,#fff8ea);
  padding:22px;
}

.dp-v69-report-preview h3{
  margin:0 0 8px;
}

.dp-v69-report-preview p{
  color:var(--v69-muted);
  line-height:1.65;
  margin:0;
}

.dp-v69-section,
.dp-v69-tool-wrap{
  width:min(1180px,calc(100% - 32px));
  margin:0 auto;
  padding:54px 0;
}

.dp-v69-section-head{
  max-width:760px;
  margin-bottom:28px;
}

.dp-v69-section-head h2{
  font-size:46px;
  line-height:1.05;
  letter-spacing:-2px;
  margin:18px 0;
}

.dp-v69-section-head p{
  color:var(--v69-muted);
  line-height:1.7;
}

.dp-v69-feature-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.dp-v69-feature-grid article{
  padding:24px;
}

.dp-v69-feature-grid span{
  font-size:30px;
}

.dp-v69-feature-grid h3{
  margin:18px 0 10px;
}

.dp-v69-feature-grid p{
  color:var(--v69-muted);
  line-height:1.65;
}

.dp-v69-pricing-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
}

.dp-v69-pricing-grid article{
  padding:22px;
}

.dp-v69-pricing-grid strong{
  display:block;
  font-size:20px;
}

.dp-price{
  font-size:32px;
  color:var(--v69-red);
  font-weight:950;
  margin:16px 0 8px;
}

.dp-v69-pricing-grid p{
  color:var(--v69-muted);
  line-height:1.6;
}

.dp-v69-footer{
  width:min(1180px,calc(100% - 32px));
  margin:0 auto;
  padding:30px 0 42px;
  display:flex;
  justify-content:center;
  border-top:1px solid var(--v69-line);
}

.dp-v69-powered,
.dp-v69-powered-card,
.dp-v69-sidebar-powered{
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--v69-muted);
  font-weight:800;
}

.dp-v69-powered img,
.dp-v69-powered-card img,
.dp-v69-sidebar-powered img{
  max-width:116px;
  max-height:42px;
  object-fit:contain;
}

/* Signup and login */
.dp-v69-auth-wrap,
.dp-v69-login-page{
  min-height:100vh;
}

.dp-v69-auth-grid,
.dp-v69-login-grid{
  width:min(1080px,calc(100% - 32px));
  min-height:calc(100vh - 130px);
  margin:0 auto;
  padding:50px 0 76px;
  display:grid;
  grid-template-columns:1fr 500px;
  gap:38px;
  align-items:center;
}

.dp-v69-card{
  padding:30px;
}

.dp-v69-card h2{
  margin:0 0 20px;
  font-size:30px;
}

.dp-v69-card label{
  display:block;
  font-weight:900;
  margin-bottom:16px;
}

.dp-v69-card input,
.dp-v69-card select,
.dp-v69-card textarea,
.dp-v69-tool-form input,
.dp-v69-tool-form select,
.dp-v69-tool-form textarea{
  width:100%;
  margin-top:8px;
  border:1px solid #dce3f2;
  background:#fff;
  color:var(--v69-ink);
  border-radius:16px;
  padding:15px 16px;
  font:inherit;
  outline:none;
  box-shadow:0 8px 20px rgba(7,17,63,.04);
}

.dp-v69-card textarea,
.dp-v69-tool-form textarea{
  min-height:118px;
  resize:vertical;
}

.dp-v69-card input::placeholder,
.dp-v69-card textarea::placeholder,
.dp-v69-tool-form input::placeholder,
.dp-v69-tool-form textarea::placeholder{
  color:#8c96aa;
}

.dp-v69-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.dp-v69-mini-points{
  display:grid;
  gap:12px;
  margin-top:26px;
}

.dp-v69-mini-points span{
  background:#fff;
  border:1px solid var(--v69-line);
  border-radius:18px;
  padding:15px;
  box-shadow:0 16px 38px rgba(7,17,63,.06);
  font-weight:900;
}

.dp-v69-powered-card{
  margin-top:26px;
  width:max-content;
  max-width:100%;
  padding:14px 16px;
  border-radius:20px;
  background:#fff;
  border:1px solid var(--v69-line);
  box-shadow:0 16px 38px rgba(7,17,63,.06);
}

.dp-v69-link-button{
  display:block;
  margin:16px auto 0;
  border:0;
  background:transparent;
  color:var(--v69-red);
  cursor:pointer;
  font-weight:950;
}

.dp-v69-account-strip,
.dp-v69-forgot{
  margin-top:20px;
  padding:16px;
  border-radius:18px;
  background:var(--v69-soft);
  border:1px solid var(--v69-line);
}

.dp-v69-account-strip{
  display:flex;
  justify-content:space-between;
  gap:16px;
}

.dp-v69-account-strip a,
.dp-v69-small a{
  color:var(--v69-red);
  font-weight:950;
  text-decoration:none;
}

.dp-v69-result,
.dp-v69-small{
  color:var(--v69-muted);
  line-height:1.6;
}

/* Dashboard */
.dp-v69-dashboard{
  min-height:100vh;
  display:grid;
  grid-template-columns:270px 1fr;
  background:#f5f7fc;
}

.dp-v69-sidebar{
  position:sticky;
  top:0;
  height:100vh;
  padding:24px 16px;
  background:#fff;
  border-right:1px solid var(--v69-line);
  box-shadow:18px 0 50px rgba(7,17,63,.06);
  display:flex;
  flex-direction:column;
  gap:22px;
}

.dp-v69-sidebar-logo{
  width:100%;
}

.dp-v69-sidebar-logo img{
  max-width:138px;
  max-height:48px;
}

.dp-v69-sidebar nav{
  display:grid;
  gap:8px;
}

.dp-v69-sidebar nav button,
.dp-v69-logout{
  border:0;
  text-align:left;
  border-radius:16px;
  background:transparent;
  color:var(--v69-blue);
  font-weight:950;
  padding:14px;
  cursor:pointer;
}

.dp-v69-sidebar nav button.active,
.dp-v69-sidebar nav button:hover{
  color:#fff;
  background:linear-gradient(135deg,var(--v69-blue),var(--v69-red));
}

.dp-v69-sidebar-powered{
  margin-top:auto;
  padding:14px;
  border-radius:18px;
  background:var(--v69-soft);
  border:1px solid var(--v69-line);
  display:grid;
  justify-items:start;
  gap:8px;
  font-size:13px;
}

.dp-v69-logout{
  background:#fff2f4;
  border:1px solid #ffd6dd;
  color:var(--v69-red);
}

.dp-v69-dashboard-main{
  width:min(1180px,100%);
  padding:34px;
}

.dp-v69-dashboard-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:26px;
}

.dp-v69-dashboard-top h1{
  font-size:54px;
  line-height:1;
  margin:16px 0 8px;
  letter-spacing:-2px;
}

.dp-v69-dashboard-top p{
  color:var(--v69-muted);
}

.dp-v69-credit-card{
  min-width:190px;
  background:linear-gradient(135deg,#fff8df,#ffe7a3);
  border:1px solid #ffe0a5;
  color:#7a4300;
  border-radius:26px;
  padding:22px;
  box-shadow:0 18px 48px rgba(247,199,110,.18);
}

.dp-v69-credit-card span{
  display:block;
  font-weight:800;
}

.dp-v69-credit-card strong{
  display:block;
  font-size:42px;
}

.dp-v69-stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-bottom:24px;
}

.dp-v69-stats article,
.dp-v69-panel{
  background:#fff;
  border:1px solid var(--v69-line);
  border-radius:24px;
  padding:20px;
  box-shadow:0 18px 48px rgba(7,17,63,.06);
}

.dp-v69-stats span{
  color:var(--v69-muted);
  display:block;
  margin-bottom:8px;
}

.dp-v69-stats strong{
  font-size:22px;
}

.dp-v69-panel{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:26px;
  margin-bottom:28px;
}

.dp-v69-panel h2{
  margin:0 0 8px;
}

.dp-v69-panel p{
  color:var(--v69-muted);
  margin:0;
  line-height:1.65;
}

.dp-v69-dashboard-section{
  margin:32px 0;
}

.dp-v69-section-title h2{
  font-size:32px;
  margin:0 0 8px;
}

.dp-v69-section-title p{
  color:var(--v69-muted);
  margin:0 0 18px;
}

.dp-v69-tool-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.dp-v69-tool-grid button{
  min-height:150px;
  border:1px solid var(--v69-line);
  background:#fff;
  color:var(--v69-ink);
  border-radius:26px;
  padding:22px;
  text-align:left;
  cursor:pointer;
  box-shadow:0 18px 48px rgba(7,17,63,.07);
}

.dp-v69-tool-grid button:hover{
  transform:translateY(-2px);
  border-color:#f2b1bb;
  box-shadow:0 24px 62px rgba(212,20,40,.10);
}

.dp-v69-tool-grid span{
  display:block;
  font-size:28px;
  margin-bottom:18px;
}

.dp-v69-tool-grid strong{
  display:block;
  font-size:19px;
}

.dp-v69-tool-grid small{
  color:var(--v69-muted);
  display:block;
  margin-top:8px;
  font-weight:900;
}

.dp-v69-workbench,
.dp-v69-tool-workbench{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:18px;
  align-items:start;
}

.dp-v69-output-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:16px;
}

.dp-v69-output-head h2{
  margin:0;
}

.dp-v69-output-head span,
.dp-v69-card-head span{
  color:var(--v69-red);
  font-size:13px;
  font-weight:950;
}

.dp-v69-generated-result{
  min-height:520px;
  max-height:760px;
  overflow:auto;
  background:#fbfcff;
  border:1px solid #dfe6f4;
  border-radius:22px;
  padding:22px;
  color:#151b32;
  line-height:1.75;
}

.dp-v69-generated-result h3{
  margin:18px 0 8px;
  color:var(--v69-blue);
  font-size:22px;
}

.dp-v69-generated-result h3:first-child{
  margin-top:0;
}

.dp-v69-generated-result p{
  margin:0 0 12px;
}

.dp-v69-generated-result ul{
  margin:0 0 16px;
  padding-left:22px;
}

.dp-v69-generated-result li{
  margin:6px 0;
}

.dp-v69-generated-result .dp-v69-output-block{
  background:#fff;
  border:1px solid var(--v69-line);
  border-radius:16px;
  padding:14px 16px;
  margin:0 0 12px;
}

.dp-v69-two-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

/* Tool pages */
.dp-v69-tool-wrap{
  padding-top:36px;
}

.dp-v69-tool-hero{
  display:grid;
  grid-template-columns:1fr 260px;
  gap:24px;
  align-items:end;
  margin-bottom:24px;
}

.dp-v69-tool-hero h1{
  font-size:56px;
  line-height:1;
  letter-spacing:-2px;
  margin:18px 0 12px;
}

.dp-v69-tool-hero p{
  color:var(--v69-muted);
  font-size:18px;
  line-height:1.7;
  max-width:760px;
}

.dp-v69-tool-credit{
  padding:22px;
}

.dp-v69-tool-credit span,
.dp-v69-tool-credit small{
  display:block;
  color:var(--v69-muted);
}

.dp-v69-tool-credit strong{
  display:block;
  font-size:34px;
  margin:8px 0;
  color:var(--v69-green);
}

.dp-v69-login-notice{
  padding:24px;
  margin-bottom:22px;
  background:#fff8e8;
  border-color:#ffe0a5;
}

.dp-v69-login-notice h2{
  margin:0 0 8px;
}

.dp-v69-login-notice p{
  color:var(--v69-muted);
}

.dp-v69-login-notice a{
  display:inline-flex;
  margin-top:10px;
  text-decoration:none;
  color:#fff;
  background:linear-gradient(135deg,var(--v69-blue),var(--v69-red));
  font-weight:950;
  padding:12px 18px;
  border-radius:999px;
}

.dp-v69-input-card{
  position:sticky;
  top:18px;
}

.dp-v69-card-head{
  margin-bottom:18px;
}

.dp-v69-card-head h2{
  margin:6px 0 8px;
}

.dp-v69-card-head p{
  margin:0;
  color:var(--v69-muted);
}

.dp-v69-tool-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.dp-v69-tool-form label{
  display:block;
  font-weight:900;
}

.dp-v69-tool-form label:first-child,
.dp-v69-tool-form label:has(textarea){
  grid-column:span 2;
}

.dp-v69-related{
  margin-top:32px;
}

.dp-v69-related h2{
  font-size:30px;
  margin:0 0 16px;
}

.dp-v69-related-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.dp-v69-related-grid a{
  text-decoration:none;
  color:var(--v69-ink);
  background:#fff;
  border:1px solid var(--v69-line);
  border-radius:20px;
  padding:16px;
  box-shadow:0 16px 38px rgba(7,17,63,.05);
}

.dp-v69-related-grid a span{
  display:block;
  font-size:24px;
  margin-bottom:8px;
}

.dp-v69-related-grid a strong{
  display:block;
}

/* Free homepage premium banner */
.dp-free-premium-banner{
  width:min(1120px,calc(100% - 32px));
  margin:34px auto 18px;
  clear:both;
}

.dp-free-premium-banner-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  padding:22px 24px;
  border-radius:28px;
  background:linear-gradient(135deg,#fff 0%,#fff8ea 48%,#f8fbff 100%);
  color:var(--v69-ink);
  border:1px solid var(--v69-line);
  box-shadow:0 24px 70px rgba(7,17,63,.09);
}

.dp-free-premium-banner span{
  display:inline-flex;
  padding:7px 12px;
  border-radius:999px;
  background:#fff4c9;
  color:#7a4300;
  font-weight:900;
  font-size:13px;
}

.dp-free-premium-banner h2{
  margin:10px 0 6px;
  font-size:26px;
  line-height:1.12;
  color:var(--v69-ink);
}

.dp-free-premium-banner p{
  margin:0;
  color:var(--v69-muted);
  line-height:1.55;
  max-width:700px;
}

.dp-free-premium-banner a{
  flex:0 0 auto;
  text-decoration:none;
  color:#fff;
  background:linear-gradient(135deg,var(--v69-blue),var(--v69-red));
  border-radius:999px;
  padding:14px 19px;
  font-weight:950;
}

@media(max-width:1050px){
  .dp-v69-header,
  .dp-v69-hero,
  .dp-v69-auth-grid,
  .dp-v69-login-grid,
  .dp-v69-tool-hero,
  .dp-v69-workbench,
  .dp-v69-tool-workbench,
  .dp-v69-two-grid{
    grid-template-columns:1fr;
  }

  .dp-v69-header{
    justify-items:center;
  }

  .dp-v69-cta-small{
    justify-self:center;
  }

  .dp-v69-feature-grid,
  .dp-v69-pricing-grid,
  .dp-v69-tool-grid,
  .dp-v69-stats,
  .dp-v69-related-grid{
    grid-template-columns:1fr 1fr;
  }

  .dp-v69-dashboard{
    grid-template-columns:1fr;
  }

  .dp-v69-sidebar{
    position:relative;
    height:auto;
  }

  .dp-v69-dashboard-main{
    padding:22px;
  }

  .dp-v69-input-card{
    position:relative;
    top:auto;
  }
}

@media(max-width:720px){
  .dp-v69-nav{
    width:100%;
    overflow:auto;
    justify-content:flex-start;
  }

  .dp-v69-hero h1,
  .dp-v69-auth-copy h1,
  .dp-v69-login-copy h1,
  .dp-v69-tool-hero h1{
    font-size:42px;
    letter-spacing:-1px;
  }

  .dp-v69-dashboard-top,
  .dp-v69-panel,
  .dp-free-premium-banner-inner{
    display:grid;
  }

  .dp-v69-feature-grid,
  .dp-v69-pricing-grid,
  .dp-v69-tool-grid,
  .dp-v69-stats,
  .dp-v69-related-grid,
  .dp-v69-form-grid,
  .dp-v69-tool-form,
  .dp-v69-showcase-grid{
    grid-template-columns:1fr;
  }

  .dp-v69-tool-form label:first-child,
  .dp-v69-tool-form label:has(textarea){
    grid-column:span 1;
  }
}


/* V70 premium full width result layout start */

/* Premium tool pages must not split input and result into narrow parallel columns */
.dp-v69-tool-workbench{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:24px !important;
  align-items:stretch !important;
}

.dp-v69-input-card{
  position:relative !important;
  top:auto !important;
  width:100% !important;
}

.dp-v69-output-card{
  width:100% !important;
  padding:34px !important;
  border-radius:34px !important;
  background:
    linear-gradient(180deg,#ffffff 0%,#fbfcff 100%) !important;
  box-shadow:0 26px 76px rgba(7,17,63,.10) !important;
}

/* Dashboard custom AI request should also be stacked, not squeezed */
.dp-v69-workbench{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:24px !important;
  align-items:stretch !important;
}

/* Make input section compact but still professional */
.dp-v69-tool-form{
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:16px !important;
}

.dp-v69-tool-form label{
  margin:0 !important;
}

.dp-v69-tool-form label:has(textarea){
  grid-column:span 3 !important;
}

.dp-v69-tool-form textarea{
  min-height:118px !important;
}

.dp-v69-tool-form input,
.dp-v69-tool-form select,
.dp-v69-tool-form textarea{
  min-height:54px !important;
  border-radius:18px !important;
}

/* Better output heading */
.dp-v69-output-head{
  align-items:center !important;
  padding-bottom:18px !important;
  margin-bottom:20px !important;
  border-bottom:1px solid var(--v69-line) !important;
}

.dp-v69-output-head h2{
  font-size:34px !important;
  letter-spacing:-.8px !important;
}

/* Make result like a proper report canvas */
.dp-v69-generated-result{
  width:100% !important;
  min-height:680px !important;
  max-height:none !important;
  overflow:visible !important;
  background:#ffffff !important;
  border:1px solid #dfe6f4 !important;
  border-radius:28px !important;
  padding:34px !important;
  color:#121a35 !important;
  line-height:1.82 !important;
  font-size:16px !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.9),
    0 16px 44px rgba(7,17,63,.05) !important;
}

.dp-v69-generated-result h3{
  font-size:24px !important;
  line-height:1.2 !important;
  color:var(--v69-blue) !important;
  margin:26px 0 12px !important;
  padding:0 0 10px !important;
  border-bottom:1px solid #edf1f8 !important;
}

.dp-v69-generated-result h3:first-child{
  margin-top:0 !important;
}

.dp-v69-generated-result .dp-v69-output-block{
  background:#f8faff !important;
  border:1px solid #e5eaf5 !important;
  border-radius:18px !important;
  padding:16px 18px !important;
  margin:0 0 14px !important;
}

.dp-v69-generated-result ul{
  background:#fbfcff !important;
  border:1px solid #e5eaf5 !important;
  border-radius:18px !important;
  padding:16px 22px 16px 38px !important;
  margin:0 0 16px !important;
}

.dp-v69-generated-result li{
  margin:8px 0 !important;
}

/* Result should feel important after generation */
.dp-v69-result{
  margin-top:14px !important;
  font-weight:800 !important;
}

/* Related tools should not appear too close to the report */
.dp-v69-related{
  margin-top:44px !important;
}

/* Tool hero spacing */
.dp-v69-tool-wrap{
  padding-top:26px !important;
}

.dp-v69-tool-hero{
  margin-bottom:28px !important;
}

/* Mobile and tablet */
@media(max-width:1050px){
  .dp-v69-tool-form{
    grid-template-columns:1fr 1fr !important;
  }

  .dp-v69-tool-form label:has(textarea){
    grid-column:span 2 !important;
  }

  .dp-v69-generated-result{
    min-height:520px !important;
    padding:24px !important;
  }
}

@media(max-width:720px){
  .dp-v69-tool-form{
    grid-template-columns:1fr !important;
  }

  .dp-v69-tool-form label:has(textarea){
    grid-column:span 1 !important;
  }

  .dp-v69-output-card{
    padding:22px !important;
  }

  .dp-v69-generated-result{
    min-height:440px !important;
    padding:20px !important;
  }
}

/* V70 premium full width result layout end */

