/* Resources presentation; scoped to the OAuth page. Uses shared header theme tokens. */
.oauth-resources-page {color:var(--rc-text,#e2e8f0);background:var(--rc-bg,#0b121b)}
.oauth-resources-page #mainContent {width:100%;min-width:0;margin:0;padding:0}
.oauth-resources-page .resource-main {--rc-panel:var(--panel-bg,#111c29);--rc-panel-soft:#182635;--rc-border:#304254;--rc-text:#e2e8f0;--rc-muted:#a3b4c6;width:100%;box-sizing:border-box;padding:16px;min-width:0}
.oauth-resources-page .panel-card{
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box;
  margin-left:0!important;
  margin-right:0!important;
}

.oauth-resources-page .panel-card{
  width:100%;
  max-width:100%;
  box-sizing:border-box;
}
.oauth-resources-page .panel-card{
  background:var(--rc-panel);
  border:1px solid var(--rc-border);
  border-radius:10px;
  box-shadow:0 10px 26px rgba(0,0,0,.28);
  margin-bottom:12px;
  overflow:hidden;
}
.oauth-resources-page .panel-card-header{
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 14px;
  border-bottom:1px solid var(--rc-border);
  background:var(--rc-panel);
}
.oauth-resources-page .panel-card-header h2{
  margin:0;
  color:var(--rc-text);
  font-size:1.15rem;
  font-weight:650;
}
.oauth-resources-page .panel-card-header .panel-status{
  color:var(--rc-muted);
  font-size:.75rem;
}
.oauth-resources-page .panel-card-body{padding:12px 14px}


.oauth-resources-page .panel-card-header h1 {margin:0;font-size:1.15rem;font-weight:650;color:var(--rc-text)}
.oauth-resources-page .filter-toolbar {display:flex;flex-wrap:wrap;gap:7px;align-items:center}
.oauth-resources-page .filter-chip {display:inline-flex;align-items:center;min-height:36px;padding:6px 11px;border:1px solid var(--rc-border);border-radius:999px;background:var(--rc-panel);color:var(--rc-text);text-decoration:none;font-size:.85rem}
.oauth-resources-page .filter-chip:hover,.oauth-resources-page .filter-chip.is-active {background:var(--rc-panel-soft);border-color:#72e69a}
.oauth-resources-page a:focus-visible,.oauth-resources-page button:focus-visible {outline:2px solid #72e69a;outline-offset:3px}
.oauth-resources-page .oauth-location-content {min-width:0}
.oauth-resources-page .resource-main .card {background:var(--rc-panel)!important;color:var(--rc-text)!important;border:1px solid var(--rc-border);border-radius:10px;margin-bottom:12px;overflow:hidden}
.oauth-resources-page .resource-main .card-header {padding:12px 14px;border-bottom:1px solid var(--rc-border);background:var(--rc-panel-soft)}
.oauth-resources-page .resource-main .card-body {padding:14px}
.oauth-resources-page .resource-main .container {max-width:none!important;background:var(--rc-panel)!important}
.oauth-resources-page .resource-main .container-fluid {width:100%;max-width:100%;overflow-x:auto;padding:12px;border:1px solid var(--rc-border);border-radius:10px;background:var(--rc-panel)}
.oauth-resources-page .section {padding:14px;margin-bottom:12px;border:1px solid var(--rc-border);border-radius:8px}
.oauth-resources-page .section-title {font-weight:600;margin-bottom:8px}
.oauth-resources-page .section-text {color:var(--rc-muted);line-height:1.6}
.oauth-resources-page .btn-custom {display:inline-block;padding:9px 14px;border:1px solid var(--rc-border);border-radius:6px;background:var(--rc-panel-soft);color:var(--rc-text);text-decoration:none}
.oauth-resources-page #mylocations {width:100%!important;color:var(--rc-text)}
.oauth-resources-page #mylocations th {background:var(--rc-panel-soft);padding:10px;white-space:nowrap}
.oauth-resources-page #mylocations td {background:var(--rc-panel);padding:9px;border-bottom:1px solid var(--rc-border)}
.oauth-resources-page .resource-main input:not([type=checkbox]):not([type=radio]),.oauth-resources-page .resource-main select,.oauth-resources-page .resource-main textarea {max-width:100%;background:var(--rc-panel-soft);color:var(--rc-text);border:1px solid var(--rc-border);border-radius:5px}
@media(max-width:700px){.oauth-resources-page .resource-main{padding:8px}.oauth-resources-page .panel-card-header{flex-wrap:wrap}.oauth-resources-page .filter-chip{min-height:44px}.oauth-resources-page .panel-card-body{padding:10px}}
