
:root{ --orange:#E86D2F; --black:#0F172A; --gray:#6B7280; --line:#e5e7eb; }
.sd-wrap{ max-width:980px; margin:0 auto; font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; color:var(--black); }
.sd-header{ display:flex; gap:12px; align-items:center; margin:12px 0 16px; }
.sd-logo{ height:44px; }
.sd-card{ border:1px solid var(--line); border-radius:14px; padding:14px; background:#fff; margin-bottom:14px; }
.sd-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:12px; }
.sd-field{ display:flex; flex-direction:column; gap:6px; }
.sd-field>span{ font-weight:700; }
.sd-field small{ color:var(--gray); }
.sd-actions{ display:flex; gap:10px; justify-content:flex-end; margin-top:10px; }
.sd-btn{ background:var(--orange); color:#000; border:none; border-radius:10px; padding:10px 14px; font-weight:800; cursor:pointer; }
.sd-btn:hover{ background:#ff843c; color:#000; }
.sd-outline{ background:#fff; border:1px solid var(--line); }
.sd-out-title{ font-weight:800; margin-bottom:8px; }
.sd-out ul{ margin:0; padding-left:18px; }
.sd-note{ color:var(--gray); font-size:12px; }
svg.sd{ width:100%; height:240px; }
