:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#1f1f22;background:#f8fafc;--brand-primary: #7c3aed;--brand-secondary: #c026d3;--brand-interactive: #ff7a00;--brand-neutral-surface: #f8fafc;--brand-neutral-text: #64748b;--brand-primary-soft: rgba(124, 58, 237, .1);--brand-primary-soft-strong: rgba(124, 58, 237, .22);--brand-primary-gradient-end: var(--brand-secondary);--dm-bg: #ffffff;--dm-surface: var(--brand-neutral-surface);--dm-surface-2: #f1f5f9;--dm-surface-3: #e8edf5;--dm-border: #e2e8f0;--dm-border-light: #f1f5f9;--dm-text: #1F1F22;--dm-text-2: var(--brand-neutral-text);--dm-text-3: #94a3b8;--dm-bubble-other: #ffffff;--dm-bubble-other-tx: #1F1F22;--dm-input-bg: #f1f5f9;--dm-scrollbar: #e2e8f0;--dm-active-bg: var(--brand-primary-soft);--dm-accent-bg: var(--brand-primary-soft);--dm-filter-inactive: #f1f5f9;--dm-filter-text: var(--brand-neutral-text)}[data-theme=dark]{color:#e2e8f0;background:#0f172a;--dm-bg: #0f172a;--dm-surface: #111b2e;--dm-surface-2: #14243a;--dm-surface-3: #1a2d46;--dm-border: #24405f;--dm-border-light: #1a2d46;--dm-text: #e2e8f0;--dm-text-2: #94a3b8;--dm-text-3: #64748b;--dm-bubble-other: #14243a;--dm-bubble-other-tx: #e2e8f0;--dm-input-bg: #14243a;--dm-scrollbar: #24405f;--dm-active-bg: rgba(127, 0, 178, .22);--dm-accent-bg: rgba(124, 58, 237, .18);--dm-filter-inactive: #14243a;--dm-filter-text: #94a3b8}*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:0;-webkit-font-smoothing:antialiased}#root{min-height:100vh}.mobile-first-shell{width:100%;max-width:var(--shell-max, 1120px);margin:0 auto;padding:var(--shell-padding, 24px);box-sizing:border-box}.container-fluid{width:100%;padding-right:12px;padding-left:12px;margin-right:auto;margin-left:auto}.row{display:flex;flex-wrap:wrap;margin-right:-6px;margin-left:-6px}[class^=col-],[class*=" col-"]{position:relative;width:100%;padding-right:6px;padding-left:6px}.col-12{flex:0 0 100%;max-width:100%}.col-6{flex:0 0 50%;max-width:50%}.col-4{flex:0 0 33.333333%;max-width:33.333333%}.col-3{flex:0 0 25%;max-width:25%}.g-2>[class^=col-],.g-2>[class*=" col-"]{padding-right:8px;padding-left:8px;margin-bottom:8px}@media(max-width:767px){.col-sm-12{flex:0 0 100%;max-width:100%}.col-sm-6{flex:0 0 50%;max-width:50%}}@media(min-width:768px){.col-md-6{flex:0 0 50%;max-width:50%}.col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.col-md-3{flex:0 0 25%;max-width:25%}}.d-grid{display:grid}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.mb-0{margin-bottom:0!important}.mt-2{margin-top:8px!important}.mt-3{margin-top:12px!important}.mt-4{margin-top:16px!important}.w-100{width:100%!important}.text-muted{color:#64748b!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.d-flex{display:flex!important}.flex-wrap{flex-wrap:wrap!important}.align-items-center{align-items:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.rounded-3{border-radius:12px!important}.rounded-4{border-radius:16px!important}.border{border:1px solid #e2e8f0!important}.border-dashed{border-style:dashed!important}.p-2{padding:8px!important}.p-3{padding:12px!important}.p-4{padding:16px!important}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;border:1px solid transparent;font-weight:800;font-size:14px;padding:10px 14px;cursor:pointer;text-decoration:none;transition:filter .15s ease,transform .15s ease}.btn:hover{filter:brightness(.96)}.btn:disabled{cursor:not-allowed;opacity:.65}.btn-primary{background:var(--brand-primary);color:#fff;border-color:var(--brand-primary)}.btn-outline-secondary{background:#fff;color:#475569;border-color:#dbe3ef}.btn-outline-danger{background:#fff1f2;color:#b91c1c;border-color:#fecaca}.form-control{width:100%;min-height:48px;padding:10px 14px;border-radius:14px;border:1px solid #dbe3ef;background:#fff;color:#1f1f22;font-size:15px}.form-control:focus{border-color:var(--brand-primary)!important;box-shadow:0 0 0 3px #7f00b21f}.form-label{display:inline-block;margin-bottom:6px;font-size:12px;font-weight:800;letter-spacing:.3px;color:#475569}.form-select{width:100%;min-height:48px;padding:10px 14px;border-radius:14px;border:1px solid #dbe3ef;background:#fff;color:#1f1f22;font-size:15px}@keyframes spin{to{transform:rotate(360deg)}}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--dm-scrollbar);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--dm-border)}input:focus,textarea:focus{outline:none;border-color:var(--brand-primary)!important;background:var(--dm-bg)!important;color:var(--dm-text)!important}button:hover{filter:brightness(.95)}@media(max-width:768px){[data-panel=brand]{display:none!important}.mobile-first-shell{padding-left:var(--shell-mobile-x, 12px)!important;padding-right:var(--shell-mobile-x, 12px)!important}}
