: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: 390px; margin: 0; background: #f6f7f9; }
.shell { padding: 14px; }
h1 { margin: 0; font-size: 20px; }
.current, .item { border: 1px solid #e1e5eb; border-radius: 8px; background: #fff; padding: 9px; margin-top: 10px; }
strong, span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
span, .status, .meta { color: #657080; font-size: 12px; }
textarea { width: 100%; height: 76px; margin-top: 10px; border: 1px solid #d5dae2; border-radius: 8px; padding: 10px; font: inherit; resize: vertical; }
.actions { display: grid; grid-template-columns: 1fr 110px; gap: 8px; margin-top: 10px; }
button { height: 34px; border: 1px solid #c8ced8; border-radius: 8px; background: #fff; font: inherit; }
.primary { border-color: #f59e0b; background: #f59e0b; color: #111827; }
#items { max-height: 250px; overflow: auto; }
.meta { display: flex; justify-content: space-between; margin-top: 8px; }
.item { display: grid; grid-template-columns: minmax(0, 1fr) 76px; gap: 8px; align-items: center; }
.item-actions { display: grid; gap: 4px; }
.item-actions button { height: 26px; font-size: 12px; }
.status { min-height: 16px; color: #315f3c; }

.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; }
