.ddac-app{max-width:920px;margin:40px auto;padding:16px;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.ddac-card{background:#fff;border-radius:28px;padding:32px;box-shadow:0 24px 70px rgba(15,23,42,.12)}.ddac-kicker{color:#2563eb;font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:12px}.ddac-header h2{font-size:clamp(28px,5vw,48px);margin:0 0 12px;line-height:1.1}.ddac-profile label{display:block;margin-top:16px;font-weight:700}.ddac-profile input,.ddac-profile select{width:100%;padding:14px;border-radius:14px;border:1px solid #dbe3ef;margin-top:6px;box-sizing:border-box}.ddac-btn,.ddac-options button,.ddac-nav button{border:none;border-radius:999px;padding:14px 22px;font-weight:800;cursor:pointer}.ddac-btn{width:100%;margin-top:24px;background:#0f172a;color:#fff}.ddac-progress{height:10px;background:#e5e7eb;border-radius:999px;overflow:hidden;margin-bottom:20px}#ddacProgressBar{height:100%;width:0;background:#2563eb;transition:width .3s ease}.ddac-quiz h3{font-size:clamp(24px,4vw,38px);line-height:1.25}.ddac-options{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:24px}.ddac-options button{background:#f1f5f9;color:#0f172a}.ddac-options button:hover{background:#dbeafe}.ddac-nav{margin-top:20px}.ddac-result-hero{padding:24px;border-radius:24px;background:linear-gradient(135deg,#eff6ff,#f8fafc)}.ddac-result-hero h3{font-size:clamp(26px,4vw,42px);margin:8px 0 16px}.ddac-emergency{display:inline-block;padding:10px 16px;border-radius:999px;font-weight:900}.ddac-normal{background:#ecfdf5;color:#047857}.ddac-medium{background:#eff6ff;color:#1d4ed8}.ddac-high{background:#fff7ed;color:#c2410c}.ddac-critical{background:#fef2f2;color:#b91c1c}.ddac-alert{margin-top:20px;padding:18px;border-radius:18px;background:#fff1f2;color:#9f1239;font-weight:700}.ddac-candidates{display:grid;gap:16px;margin-top:24px}.ddac-candidate{padding:20px;border-radius:20px;border:1px solid #e2e8f0;background:#fff}.ddac-candidate span{color:#64748b;font-weight:800;font-size:12px}.ddac-candidate h4{margin:6px 0;font-size:24px}.ddac-prob{font-weight:900;color:#2563eb}.ddac-disclaimer{margin-top:24px;padding:16px;border-radius:16px;background:#f8fafc;color:#475569;font-size:14px}.ddac-loading{padding:30px;text-align:center;font-weight:800}.ddac-stats-page{max-width:1080px;margin:48px auto;padding:16px}.ddac-stats-hero{padding:40px;border-radius:32px;background:linear-gradient(135deg,#eff6ff,#f8fafc);box-shadow:0 20px 60px rgba(15,23,42,.08)}.ddac-stats-hero h2{font-size:clamp(30px,5vw,52px);line-height:1.1;margin:8px 0 14px}.ddac-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin:28px 0}.ddac-stat-card{padding:28px;border-radius:26px;background:#fff;box-shadow:0 18px 48px rgba(15,23,42,.08)}.ddac-stat-card span{display:block;color:#64748b;font-weight:800;margin-bottom:8px}.ddac-stat-card strong{font-size:44px;line-height:1;color:#0f172a}.ddac-public-block{margin-top:24px;padding:28px;border-radius:26px;background:#fff;border:1px solid #e2e8f0}.ddac-public-block h3{margin-top:0;font-size:26px}.ddac-rank-list{display:grid;gap:12px}.ddac-rank-item{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;border-radius:18px;background:#f8fafc}.ddac-rank-item span{font-weight:700;color:#334155}.ddac-rank-item strong{color:#2563eb;font-size:18px}@media(max-width:720px){.ddac-card{padding:22px;border-radius:22px}.ddac-options{grid-template-columns:1fr}.ddac-stats-hero{padding:26px;border-radius:24px}.ddac-stats-grid{grid-template-columns:1fr}.ddac-rank-item{align-items:flex-start;flex-direction:column}}

.ddac-help{font-size:13px;color:#64748b;margin:8px 0 12px;line-height:1.6}.ddac-breed-select{max-height:48px}.ddac-chart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:24px}.ddac-public-block canvas{width:100%;display:block;background:#fff;border-radius:16px}@media(max-width:720px){.ddac-chart-grid{grid-template-columns:1fr}}

/* v1.0.2 public chart spacing fixes */
.ddac-chart-grid .ddac-public-block,
.ddac-stats-page > .ddac-public-block {
  overflow: hidden;
}
.ddac-public-block canvas {
  width: 100%;
  max-width: 100%;
  min-height: 300px;
  margin-top: 12px;
  padding: 4px 0;
  box-sizing: border-box;
}
#ddacDiseaseChart,
#ddacBreedChart {
  min-height: 360px;
}
#ddacDailyChart {
  min-height: 320px;
}
@media (max-width: 720px) {
  .ddac-public-block canvas {
    min-height: 340px;
  }
  #ddacDiseaseChart,
  #ddacBreedChart {
    min-height: 420px;
  }
}

/* v1.0.3 public statistics UI enhancement */
.ddac-stats-pro{max-width:1180px}.ddac-stats-hero-pro{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:28px;align-items:center;overflow:hidden;background:radial-gradient(circle at 20% 10%,#dbeafe 0,#eff6ff 32%,#ffffff 100%);border:1px solid #dbeafe}.ddac-stats-hero-pro:before{content:"";position:absolute;right:-80px;top:-80px;width:260px;height:260px;border-radius:999px;background:rgba(37,99,235,.10)}.ddac-stats-hero-copy,.ddac-hero-scorebox{position:relative;z-index:1}.ddac-stats-hero-copy p{max-width:680px;color:#475569;font-size:16px;line-height:1.8}.ddac-hero-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.ddac-hero-badges span{display:inline-flex;align-items:center;padding:9px 13px;border-radius:999px;background:#fff;color:#1e3a8a;font-weight:800;font-size:13px;border:1px solid #bfdbfe}.ddac-hero-scorebox{padding:24px;border-radius:26px;background:rgba(255,255,255,.82);box-shadow:0 18px 48px rgba(15,23,42,.10);border:1px solid rgba(255,255,255,.9)}.ddac-hero-scorebox span{display:block;color:#64748b;font-weight:800}.ddac-hero-scorebox strong{display:block;font-size:52px;line-height:1;margin:10px 0;color:#0f172a}.ddac-hero-scorebox small{color:#475569;font-weight:700}.ddac-stats-grid-pro{grid-template-columns:repeat(4,minmax(0,1fr))}.ddac-stats-grid-pro .ddac-stat-card{position:relative;overflow:hidden;border:1px solid #e2e8f0;box-shadow:0 14px 34px rgba(15,23,42,.06)}.ddac-stats-grid-pro .ddac-stat-card:after{content:"";position:absolute;right:-28px;bottom:-36px;width:110px;height:110px;border-radius:999px;background:#eff6ff}.ddac-stat-card-primary{background:linear-gradient(135deg,#0f172a,#1d4ed8)!important;color:#fff}.ddac-stat-card-primary span,.ddac-stat-card-primary strong,.ddac-stat-card-primary em{color:#fff!important}.ddac-stat-card em{display:block;margin-top:10px;color:#64748b;font-style:normal;font-size:13px;font-weight:700}.ddac-stat-text{font-size:24px!important;line-height:1.2!important;word-break:keep-all}.ddac-insight-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0 0 28px}.ddac-insight-strip div{padding:18px 20px;border-radius:22px;background:#f8fafc;border:1px solid #e2e8f0}.ddac-insight-strip span{display:block;color:#64748b;font-size:13px;font-weight:800;margin-bottom:6px}.ddac-insight-strip strong{display:block;color:#0f172a;font-size:20px;line-height:1.25}.ddac-chart-grid-pro{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.ddac-chart-card-wide{grid-column:auto}.ddac-chart-card,.ddac-rank-card,.ddac-daily-card{box-shadow:0 16px 40px rgba(15,23,42,.06);border-color:#e5edf7}.ddac-section-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:10px}.ddac-section-head span{display:block;color:#2563eb;font-weight:900;font-size:12px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px}.ddac-section-head h3{margin:0!important;line-height:1.25}.ddac-section-head p{margin:4px 0 0;color:#64748b;font-size:13px;line-height:1.6;text-align:right;max-width:220px}.ddac-rank-grid-pro{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:24px}.ddac-rank-list-pro .ddac-rank-item{background:#fff;border:1px solid #e2e8f0;box-shadow:0 8px 22px rgba(15,23,42,.04)}.ddac-rank-list-pro .ddac-rank-item span{display:flex;align-items:center;gap:10px}.ddac-rank-list-pro .ddac-rank-item b{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:13px;flex:0 0 auto}.ddac-empty{padding:18px;border-radius:16px;background:#f8fafc;color:#64748b;font-weight:700}.ddac-disclaimer-pro{border:1px solid #e2e8f0;background:#fff;line-height:1.8}.ddac-disclaimer-pro strong{color:#0f172a}.ddac-chart-card canvas{min-height:360px!important;margin-top:18px;border-radius:18px;background:linear-gradient(180deg,#fff,#fbfdff)}#ddacDiseaseChart,#ddacBreedChart{min-height:440px!important}#ddacDailyChart{min-height:380px!important}@media(max-width:960px){.ddac-stats-hero-pro{grid-template-columns:1fr}.ddac-stats-grid-pro{grid-template-columns:repeat(2,minmax(0,1fr))}.ddac-insight-strip{grid-template-columns:1fr}.ddac-rank-grid-pro{grid-template-columns:1fr}}@media(max-width:720px){.ddac-stats-pro{padding:12px}.ddac-stats-hero-pro{padding:26px}.ddac-hero-scorebox strong{font-size:42px}.ddac-stats-grid-pro{grid-template-columns:1fr}.ddac-section-head{display:block}.ddac-section-head p{text-align:left;max-width:none}.ddac-chart-card canvas{min-height:380px!important}#ddacDiseaseChart,#ddacBreedChart{min-height:520px!important}.ddac-stat-text{font-size:22px!important}.ddac-hero-badges span{font-size:12px}}
