:root { color-scheme: light; font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #18202a; background: #f6f7f9; }
* { box-sizing: border-box; }
body { width: 380px; margin: 0; background: #f6f7f9; }
.shell { padding: 14px; }
h1 { margin: 0; font-size: 20px; }
select, input, textarea, button { width: 100%; margin-top: 10px; border: 1px solid #d5dae2; border-radius: 8px; background: #fff; font: inherit; }
select, input, button { height: 34px; padding: 0 10px; }
textarea { height: 145px; padding: 10px; resize: vertical; line-height: 1.45; }
img { display: block; width: 100%; max-height: 170px; object-fit: cover; margin-top: 10px; border: 1px solid #e1e5eb; border-radius: 8px; background: #fff; }
.actions { display: grid; grid-template-columns: 100px 1fr; gap: 8px; }
.primary { border-color: #1f6feb; background: #1f6feb; color: #fff; }
.status { min-height: 16px; margin: 8px 0 0; color: #315f3c; font-size: 12px; }
.hidden { display: none; }

.pro-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: center; margin-top: 10px; padding: 11px; border: 1px solid rgba(15, 118, 110, 0.22); border-radius: 8px; background: #eef8f6; }
.pro-card div { display: grid; gap: 2px; min-width: 0; }
.pro-card p { margin: 0; color: #0f766e; font-size: 11px; font-weight: 800; }
.pro-card strong { font-size: 13px; line-height: 1.3; }
.pro-card span { color: #526070; font-size: 11px; line-height: 1.35; }
.pro-card a { display: inline-flex; align-items: center; justify-content: center; min-width: 58px; height: 32px; border-radius: 8px; background: #0f766e; color: #fff; font-size: 13px; font-weight: 800; text-decoration: none; }
.pro-card a:hover { background: #0d665f; }
