.ticket-card{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px;margin:8px 0;border:1px solid var(--line);border-radius:13px;background:#0e0c13;color:#fff;text-align:left;cursor:pointer}
.ticket-card:hover{border-color:#765394}.ticket-card span:first-child{display:grid;gap:3px}.ticket-card small{color:var(--muted)}
.ticket-thread{display:grid;gap:10px;margin:14px 0 20px}.ticket-message{padding:13px;border:1px solid var(--line);border-radius:12px;background:#0e0c13}.ticket-message p{white-space:pre-wrap}.ticket-message small{color:var(--muted)}
.ticket-unread{border-color:#8a55b1;background:#171020}.unread-dot{display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%;background:#b86dea}.staff-message{border-left:3px solid #9b5ac5}.ticket-modal{width:min(720px,100%)}.quick-replies{display:flex;flex-wrap:wrap;gap:7px;margin:12px 0}.ticket-admin-actions{display:grid;grid-template-columns:1fr auto 130px auto;gap:8px;margin:14px 0}.ticket-admin-actions select,.ticket-admin-actions input{min-width:0;padding:9px 10px;border:1px solid var(--line);border-radius:10px;background:#0d0b12;color:var(--text)}.side-count{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 6px;margin-left:auto;border-radius:99px;background:#7c3aed;color:#fff;font-size:11px}.integration-help summary{cursor:pointer;font-weight:700;color:var(--text)}
.field-actions{display:flex;align-items:center;gap:10px;margin-top:8px}.diagnostic-list{display:grid;gap:6px;margin-top:15px}.diagnostic-event{padding:8px 10px;border-left:3px solid #67418b;background:#0e0c13;font:12px/1.45 ui-monospace,Consolas,monospace}

.theme-light{
  color-scheme:light;
  --bg:#e8e4ec;
  --panel:#f3f0f5;
  --panel2:#ece7f0;
  --line:#cec5d4;
  --text:#292330;
  --muted:#716879;
  --violet:#8850b5;
  --violet2:#68408e;
  --green:#327b61;
  --red:#b7475c;
  --shadow:0 18px 55px rgba(53,39,61,.14)
}
.theme-light body{background:linear-gradient(150deg,#ebe7ef 0%,#e3dee8 100%);color:var(--text)}
.theme-light .ambient{opacity:.07}.theme-light .topbar{background:rgba(235,231,239,.88);border-bottom-color:rgba(71,55,80,.12)}
.theme-light .panel,.theme-light .feature,.theme-light .metric{background:linear-gradient(145deg,#f5f2f7,#ede9f0);box-shadow:0 12px 38px rgba(62,46,70,.1)}
.theme-light .hero-card{background:linear-gradient(145deg,#f1edf4,#e5dfe9);border-color:#c9bfd0}
.theme-light .price-card{background:#f1edf4}.theme-light .side-link:hover,.theme-light .side-link.active{background:#ddd4e4;color:#302638}
.theme-light .btn{color:#342a3b;background:linear-gradient(145deg,#f4f0f6,#e4dde8);border-color:#c7bccd;box-shadow:0 6px 18px rgba(54,39,62,.08)}
.theme-light .btn:hover{border-color:#9d88aa}.theme-light .btn.primary{color:#fff;background:linear-gradient(135deg,#955ac0,#68408e)}
.theme-light .btn.danger{color:#9d3045;background:linear-gradient(145deg,#f1dfe4,#e8d2d8);border-color:#d8aeb8}
.theme-light .field input,.theme-light .field select,.theme-light .config-textarea,.theme-light .keys-output{background:#e5dfe8;color:#302937;border-color:#c7bdcd}
.theme-light .field input:focus,.theme-light .field select:focus,.theme-light .config-textarea:focus{background:#eeeaf1;border-color:#8d5bab;box-shadow:0 0 0 3px rgba(121,76,151,.12)}
.theme-light input[type="checkbox"]{background:#ddd6e1!important;border-color:#a99bb2!important}
.theme-light .table th,.theme-light .table td{border-bottom-color:#d3cad8}.theme-light .table th{color:#716779}
.theme-light .log-box,.theme-light .keys-output{background:#28232d;color:#eee8f2;border-color:#514759}
.theme-light .ticket-card,.theme-light .ticket-message,.theme-light .diagnostic-event,.theme-light .integration-help,.theme-light .config-section,.theme-light .cycle-card{background:#e6e0e9;color:#352d3c}
.theme-light .ticket-unread{background:#ded3e5;border-color:#9663b6}.theme-light .ticket-admin-actions select,.theme-light .ticket-admin-actions input{background:#e5dfe8;color:#302937;border-color:#c7bdcd}
.theme-light .pay-option,.theme-light .search-item{background:#e4dee8;color:#352d3c;border-color:#c7bdcd}
.theme-light .notice{background:#ddd3e4;color:#493a54}.theme-light .notice.error{background:#ead5dc;color:#8b3244}
.theme-light .runtime-alert{background:#e2dce6;color:#5e5365;border-color:#c6bbcc}
.theme-light .runtime-alert.warning{background:#e9e0c9;color:#6e5722;border-color:#d0bd83}.theme-light .runtime-alert.danger{background:#ead7dd;color:#86384a;border-color:#d2a5b0}
.theme-light .badge{background:#ddd5e2;color:#55485e}.theme-light .badge.active,.theme-light .badge.fulfilled{background:#d2e3db;color:#28644f}
.theme-light .badge.pending{background:#e7dec5;color:#745d23}.theme-light .badge.expired,.theme-light .badge.cancelled{background:#ead4db;color:#96394d}
.theme-light .modal-backdrop{background:rgba(44,35,49,.48)}.theme-light .toast{background:#eee9f1;color:#352d3b;border-color:#bdaec8}
.theme-light footer{border-top-color:#cec5d4}.theme-light .eyebrow{color:#685475;background:rgba(112,70,141,.08);border-color:#c5b4d0}

@media(max-width:600px){.ticket-card{align-items:flex-start}.field-actions{align-items:flex-start;flex-direction:column}.ticket-admin-actions{grid-template-columns:1fr}.quick-replies{display:grid}}
