/* Ghost UI v4.13 private per-turn audit ledger. */
.ghost-context-provider[data-provider="turn-ledger"]{
  border-color:rgba(57,217,255,.12);
  background:linear-gradient(150deg,rgba(57,217,255,.035),rgba(7,12,23,.8));
}
.ghost-context-provider[data-provider="turn-ledger"] .ghost-context-section-head>span{color:#74cfe3}
.ghost-context-provider[data-provider="turn-ledger"] .ghost-context-provider-list>div{grid-template-columns:minmax(0,.62fr) minmax(0,1.38fr);padding:7px 0}
.ghost-context-provider[data-provider="turn-ledger"] .ghost-context-provider-list strong{font-size:.56rem;color:#c8e6ed}
.ghost-context-provider[data-provider="turn-ledger"] .ghost-context-provider-list small{color:#5f7886;line-height:1.38}
.ghost-turn-ledger-actions{display:flex;align-items:center;gap:7px;margin-left:auto}
.ghost-turn-ledger-actions>small{margin:0!important}
.ghost-turn-ledger-actions>button{
  border:1px solid rgba(57,217,255,.1);border-radius:7px;background:rgba(57,217,255,.025);color:#6eaec0;
  padding:3px 6px;font:700 .49rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;cursor:pointer
}
.ghost-turn-ledger-actions>button:hover{color:#d7f7ff;border-color:rgba(57,217,255,.22);background:rgba(57,217,255,.055)}
.ghost-context-provider[data-provider="turn-ledger"] .ghost-context-section-head>small{
  color:#77bdd0;border:1px solid rgba(57,217,255,.1);border-radius:999px;padding:3px 6px;background:rgba(57,217,255,.025)
}
@media(max-width:980px){.ghost-context-provider[data-provider="turn-ledger"] .ghost-context-provider-list>div{grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr)}}
