: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; max-height: 590px; margin: 0; overflow: hidden; background: #f6f7f9; }
.shell { display: flex; flex-direction: column; max-height: 590px; padding: 14px; overflow: hidden; }
header { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
h1, p { margin: 0; }
h1 { font-size: 19px; }
header p, .status, .session span, #tabCount { color: #657080; font-size: 12px; }
input, button { width: 100%; height: 34px; margin-top: 10px; border: 1px solid #d5dae2; border-radius: 8px; background: #fff; font: inherit; padding: 0 10px; white-space: nowrap; }
.primary { border-color: #7c3aed; background: #7c3aed; color: #fff; }
.primary:hover { background: #6d32d2; }
button:hover { background: #eef2f7; }
.actions { display: grid; grid-template-columns: 1fr 104px; gap: 8px; }
.sessions { display: grid; gap: 8px; margin-top: 10px; max-height: 330px; min-width: 0; overflow: auto; }
.session { min-width: 0; border: 1px solid #e1e5eb; border-radius: 8px; background: #fff; padding: 9px; }
.session strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.session input { margin-top: 8px; }
.tab-preview { margin-top: 6px; color: #4a5565; font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 6px; width: 100%; min-width: 0; }
.row button { padding: 0 6px; font-size: 13px; }
.status { min-height: 16px; margin-top: 8px; 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; }
