.suite-shell { width: min(1120px,calc(100% - 40px)); margin: 0 auto; padding-bottom: 48px; }
.suite-hero { max-width: 840px; margin: 0 auto; padding: 42px 0 24px; text-align: center; }
.suite-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px; padding: 7px 11px; border-radius: 999px; background: var(--accent-soft); color: var(--accent); font-size: 11px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.suite-hero h1 { margin: 0; font-size: clamp(34px,6vw,56px); line-height: 1.02; letter-spacing: -.055em; }
.suite-hero p { max-width: 720px; margin: 16px auto 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.suite-trust { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; margin-top: 18px; color: #52607a; font-size: 13px; font-weight: 750; }
.suite-trust span::before { content: "✓"; margin-right: 6px; color: #56a168; }
.suite-workspace { overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.97); box-shadow: 0 22px 70px rgba(20,35,74,.11); }
.suite-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; border-bottom: 1px solid var(--line); background: #fbfcff; }
.suite-toolbar strong { font-size: 15px; }
.suite-toolbar span { color: var(--muted); font-size: 13px; }
.suite-app { min-height: 390px; padding: 24px; }
.suite-grid { display: grid; grid-template-columns: minmax(260px,340px) minmax(0,1fr); gap: 22px; align-items: start; }
.suite-panel { display: grid; gap: 16px; }
.suite-drop { min-height: 220px; display: grid; place-items: center; padding: 28px 20px; border: 2px dashed #cdd7eb; border-radius: 22px; background: linear-gradient(180deg,#fbfcff,#f7f9fe); text-align: center; transition: border-color .2s ease,background .2s ease,transform .2s ease; cursor: pointer; }
.suite-drop:hover,.suite-drop.is-dragging { border-color: var(--accent); background: #f2f5ff; transform: translateY(-1px); }
.suite-drop-icon { width: 66px; height: 66px; display: grid; place-items: center; margin: 0 auto 14px; border-radius: 20px; background: linear-gradient(145deg,var(--accent),#8b7cff); color: #fff; font-size: 25px; font-weight: 900; box-shadow: 0 12px 26px rgba(91,124,255,.24); }
.suite-drop strong { display: block; font-size: 17px; }
.suite-drop span { display: block; margin-top: 7px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.suite-controls { display: grid; gap: 13px; }
.suite-field { display: grid; gap: 7px; }
.suite-field label,.suite-label { color: #26334f; font-size: 13px; font-weight: 800; }
.suite-input,.suite-select,.suite-textarea { width: 100%; border: 1px solid var(--line-strong); border-radius: 13px; background: #fff; color: var(--text); padding: 11px 13px; transition: border-color .2s ease,box-shadow .2s ease; }
.suite-input:focus,.suite-select:focus,.suite-textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(91,124,255,.1); outline: 0; }
.suite-textarea { min-height: 220px; resize: vertical; line-height: 1.6; }
.suite-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px; }
.suite-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.suite-btn { min-height: 45px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 13px; padding: 11px 16px; background: linear-gradient(145deg,var(--accent),#826cff); color: #fff; font-weight: 850; box-shadow: 0 10px 24px rgba(91,124,255,.2); }
.suite-btn:hover { filter: brightness(1.04); transform: translateY(-1px); }
.suite-btn:disabled { opacity: .5; cursor: not-allowed; transform: none; }
.suite-btn.secondary { border: 1px solid var(--line); background: #fff; color: var(--text); box-shadow: none; }
.suite-btn.danger { background: #fff2f3; color: #cf4752; box-shadow: none; }
.suite-preview { min-height: 360px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #f4f6fb; padding: 18px; position: relative; }
.suite-preview.checker { background-color: #fff; }
.suite-preview img,.suite-preview canvas,.suite-preview video,.suite-preview audio { max-width: 100%; max-height: 520px; border-radius: 12px; }
.suite-preview video { width: 100%; }
.suite-empty { max-width: 360px; text-align: center; color: #8a95aa; line-height: 1.6; }
.suite-status { min-height: 22px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.suite-status.success { color: #32834a; }
.suite-status.error { color: #c33f49; }
.suite-output { display: grid; gap: 10px; width: 100%; }
.suite-output-item { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 13px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.suite-output-item span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; font-weight: 750; }
.suite-metrics { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; width: 100%; }
.suite-metric { padding: 15px; border: 1px solid var(--line); border-radius: 16px; background: #fff; text-align: center; }
.suite-metric strong { display: block; font-size: 1.55rem; letter-spacing: -.04em; }
.suite-metric span { color: var(--muted); font-size: 11px; }
.suite-switch { display: flex; align-items: center; gap: 9px; color: #43506b; font-size: 13px; font-weight: 700; }
.suite-switch input { width: 18px; height: 18px; accent-color: var(--accent); }
.suite-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 26px; }
.suite-info-card { padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.82); }
.suite-info-card h2 { margin: 0 0 12px; font-size: 1.2rem; letter-spacing: -.025em; }
.suite-info-card p,.suite-info-card li { color: var(--muted); font-size: 14px; line-height: 1.65; }
.suite-info-card ol { margin: 0; padding-left: 20px; }
.suite-faq details { border-top: 1px solid var(--line); padding: 12px 0; }
.suite-faq details:first-of-type { border-top: 0; }
.suite-faq summary { cursor: pointer; color: #26334f; font-size: 14px; font-weight: 800; }
.suite-faq p { margin: 8px 0 0; }
.suite-editor { display: grid; gap: 14px; }
.suite-editor .suite-textarea { min-height: 280px; }
.suite-color { width: 100%; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 4px; }
.suite-progress { width: 100%; height: 8px; overflow: hidden; border-radius: 999px; background: #e8edf7; }
.suite-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg,var(--accent),#8b7cff); transition: width .2s ease; }
@media (max-width:820px) {
  .suite-shell { width: min(100% - 22px,1120px); }
  .suite-hero { padding-top: 28px; }
  .suite-hero h1 { font-size: clamp(31px,10vw,44px); }
  .suite-hero p { font-size: 15.5px; }
  .suite-grid,.suite-info-grid { grid-template-columns: 1fr; }
  .suite-app { padding: 14px; }
  .suite-workspace { border-radius: 21px; }
  .suite-toolbar { align-items: flex-start; padding: 15px; }
  .suite-preview { min-height: 280px; }
  .suite-metrics { grid-template-columns: repeat(2,1fr); }
}
@media (max-width:480px) {
  .suite-trust { gap: 8px 14px; }
  .suite-row { grid-template-columns: 1fr; }
  .suite-actions .suite-btn { flex: 1 1 auto; }
  .suite-drop { min-height: 190px; }
}
