html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  color: #323130;
  background: #faf9f8;
}

.procxo-pane {
  padding: 16px;
  box-sizing: border-box;
}

.procxo-header {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #edebe9;
}

.procxo-title {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 600;
  color: #201f1e;
}

.procxo-session-status {
  margin: 0;
  font-size: 12px;
  color: #605e5c;
}

.procxo-view--hidden {
  display: none;
}

.procxo-section {
  margin-bottom: 16px;
}

.procxo-section-title {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #605e5c;
}

.procxo-meta {
  margin: 0;
}

.procxo-meta dt {
  margin: 8px 0 2px;
  font-size: 11px;
  font-weight: 600;
  color: #8a8886;
}

.procxo-meta dd {
  margin: 0;
  word-break: break-word;
}

.procxo-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.procxo-label {
  font-size: 12px;
  font-weight: 600;
  color: #323130;
}

.procxo-input {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 10px;
  border: 1px solid #8a8886;
  border-radius: 2px;
  font-size: 14px;
  font-family: inherit;
  background: #fff;
}

.procxo-input:focus {
  outline: 2px solid #0078d4;
  border-color: #0078d4;
}

.procxo-input:disabled {
  background: #f3f2f1;
  color: #a19f9d;
}

.procxo-btn {
  font-family: inherit;
  font-size: 14px;
  cursor: pointer;
  border: none;
  border-radius: 2px;
  padding: 8px 16px;
}

.procxo-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.procxo-btn--primary {
  background: #0078d4;
  color: #fff;
  margin-top: 4px;
}

.procxo-btn--primary:hover:not(:disabled) {
  background: #106ebe;
}

.procxo-btn--link {
  background: transparent;
  color: #0078d4;
  padding: 4px 0;
  text-align: left;
}

.procxo-btn--link:hover:not(:disabled) {
  text-decoration: underline;
}

.procxo-hint {
  margin: 0 0 12px;
  font-size: 13px;
  color: #605e5c;
}

.procxo-message {
  margin-bottom: 12px;
  padding: 10px 12px;
  border-radius: 2px;
  font-size: 13px;
}

.procxo-message--hidden {
  display: none;
}

.procxo-message--success {
  background: #dff6dd;
  color: #107c10;
  border: 1px solid #107c10;
}

.procxo-message--error {
  background: #fde7e9;
  color: #a80000;
  border: 1px solid #a80000;
}

.procxo-message--info {
  background: #deecf9;
  color: #0078d4;
  border: 1px solid #0078d4;
}

.procxo-sign-out {
  margin-top: 8px;
}

.procxo-footer {
  margin-top: 20px;
  padding-top: 12px;
  border-top: 1px solid #edebe9;
}

.procxo-api-info {
  font-size: 10px;
  color: #a19f9d;
  word-break: break-all;
}
