.welcome-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.request-dialog{width:min(760px,96vw)}
.request-dialog form>h2{margin-top:0;color:var(--dark)}
.request-dialog select,.request-dialog textarea{width:100%;padding:12px;border:1px solid #b9c7d8;border-radius:8px;margin-top:5px;background:#fff;color:#17243a;font:inherit}
.request-dialog textarea{resize:vertical}
.request-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}
.request-dialog button:disabled{opacity:.6;cursor:wait}
html[data-theme="dark"] .request-dialog{background:#162235;color:#eef4ff}
html[data-theme="dark"] .request-dialog form>h2{color:#eef4ff}
html[data-theme="dark"] .request-dialog input,html[data-theme="dark"] .request-dialog select,html[data-theme="dark"] .request-dialog textarea{background:#0f1c2e;color:#eef4ff;border-color:#425a76}
@media(max-width:700px){.welcome{align-items:flex-start;gap:12px}.welcome-actions{width:100%;justify-content:flex-start}.request-grid{grid-template-columns:1fr}.request-dialog{padding:18px}}
