#inertia-root{--page-bg-base: #f5f5f7;--surface: #ffffff;--surface-2: #f2f2f5;--surface-3: #f8f8fa;--border: #e6e6ec;--border-strong: #d6d6df;--text: #1a1a1f;--text-muted: #696974;--text-subtle: #9a9aa6;--purple: #8840e8;--teal: #48a8a8;--teal-strong: #0e7c72;--success: #16a34a;--danger: #dc2626;--warning: #d97706;--info: #2563eb;--primary: #0e7c72;--primary-fg: #ffffff;--primary-hover: color-mix(in srgb, #0e7c72 88%, #000);--ring: #8840e8;--radius: 9px;--radius-sm: 7px;--radius-lg: 13px;--control-h: 38px;--gap-y: 18px;--shadow-card: 0 1px 2px rgba(17,17,26,.05), 0 0 1px rgba(17,17,26,.08);--shadow-pop: 0 12px 28px -8px rgba(17,17,26,.22), 0 2px 6px rgba(17,17,26,.08);--font: "Geist", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mono: "Geist Mono", "SF Mono", ui-monospace, "JetBrains Mono", monospace;--card-header-bg: transparent}#inertia-root .lx-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}#inertia-root .lx-card-head{padding:18px 22px;background:var(--card-header-bg);border-bottom:1px solid var(--border);border-radius:var(--radius-lg) var(--radius-lg) 0 0}#inertia-root .lx-card-body{padding:22px}#inertia-root .lx-section-title{font-size:15px;font-weight:650;display:flex;align-items:center;gap:9px}#inertia-root .lx-section-title:before{content:"";width:3px;height:15px;border-radius:2px;background:var(--section-accent)}#inertia-root .lx-section-desc{color:var(--text-muted);font-size:13px;margin-top:2px}#inertia-root .lx-divider{height:1px;background:var(--border);border:none;margin:0}#inertia-root .lx-field{display:flex;flex-direction:column;gap:6px}#inertia-root .lx-label{font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:5px;color:var(--text)}#inertia-root .lx-label .req{color:var(--danger)}#inertia-root .lx-help-ic{color:var(--text-subtle);cursor:help;display:inline-flex}#inertia-root .lx-help-ic:hover{color:var(--text-muted)}#inertia-root .lx-hint{font-size:12px;color:var(--text-muted)}#inertia-root .lx-err{font-size:12px;color:var(--danger);display:flex;align-items:center;gap:5px}#inertia-root .lx-input,#inertia-root .lx-select-trigger{height:var(--control-h);width:100%;background:var(--surface);color:var(--text);border:1px solid var(--border-strong);border-radius:var(--radius);padding:0 12px;font-size:14px;outline:none;transition:border-color .15s,box-shadow .15s}#inertia-root textarea.lx-input{height:auto;padding:9px 12px;resize:vertical;min-height:76px;line-height:1.5}#inertia-root .lx-input:hover,#inertia-root .lx-select-trigger:hover{border-color:color-mix(in srgb,var(--text-subtle) 60%,var(--border-strong))}#inertia-root .lx-input:focus,#inertia-root .lx-select-trigger:focus,#inertia-root .lx-select-trigger.open{border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in srgb,var(--ring) 22%,transparent)}#inertia-root .lx-input.mono{font-family:var(--mono);font-size:13px;letter-spacing:-.01em}#inertia-root .lx-input.error,#inertia-root .lx-input.error:focus{border-color:var(--danger);box-shadow:0 0 0 3px color-mix(in srgb,var(--danger) 18%,transparent)}#inertia-root .lx-input-group{display:flex;align-items:stretch;position:relative}#inertia-root .lx-addon{display:inline-flex;align-items:center;padding:0 11px;background:var(--surface-2);color:var(--text-muted);border:1px solid var(--border-strong);border-right:none;border-radius:var(--radius) 0 0 var(--radius);font-size:13px;white-space:nowrap;font-family:var(--mono)}#inertia-root .lx-input-group .lx-input{border-radius:0 var(--radius) var(--radius) 0}#inertia-root .lx-trail{position:absolute;right:2px;top:2px;bottom:2px;width:34px;display:grid;place-items:center;color:var(--text-subtle);background:none;border:none;cursor:pointer;border-radius:var(--radius-sm)}#inertia-root .lx-trail:hover{color:var(--text);background:var(--surface-2)}#inertia-root .lx-input-group .lx-input.has-trail{padding-right:38px}#inertia-root .lx-color-swatch{width:var(--control-h);height:var(--control-h);border-radius:var(--radius);border:1px solid var(--border-strong);flex:none;cursor:pointer;position:relative;overflow:hidden}#inertia-root .lx-color-swatch input{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;opacity:0;cursor:pointer}#inertia-root .lx-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:var(--control-h);padding:0 15px;border-radius:var(--radius);font-size:14px;font-weight:600;cursor:pointer;border:1px solid transparent;white-space:nowrap;transition:background .15s,border-color .15s,box-shadow .15s,transform .05s,color .15s;-webkit-user-select:none;-moz-user-select:none;user-select:none}#inertia-root .lx-btn:active{transform:translateY(.5px)}#inertia-root .lx-btn:focus-visible{outline:none;box-shadow:0 0 0 3px color-mix(in srgb,var(--ring) 35%,transparent)}#inertia-root .lx-btn-primary{background:var(--primary);color:var(--primary-fg)}#inertia-root .lx-btn-primary:hover{background:var(--primary-hover)}#inertia-root .lx-btn-secondary{background:var(--surface);color:var(--text);border-color:var(--border-strong)}#inertia-root .lx-btn-secondary:hover{background:var(--surface-2)}#inertia-root .lx-btn-ghost{background:transparent;color:var(--text-muted)}#inertia-root .lx-btn-ghost:hover{background:var(--surface-2);color:var(--text)}#inertia-root .lx-btn-danger{background:transparent;color:var(--danger);border-color:color-mix(in srgb,var(--danger) 40%,var(--border))}#inertia-root .lx-btn-danger:hover{background:color-mix(in srgb,var(--danger) 10%,var(--surface))}#inertia-root .lx-btn-purple{background:var(--purple);color:var(--purple-fg)}#inertia-root .lx-btn-purple:hover{background:color-mix(in srgb,var(--purple) 88%,#000)}#inertia-root .lx-btn.sm{height:32px;padding:0 11px;font-size:13px;border-radius:var(--radius-sm)}#inertia-root .lx-btn.icon{width:var(--control-h);padding:0}#inertia-root .lx-btn.icon.sm{width:32px}#inertia-root .lx-btn[disabled]{opacity:.5;cursor:not-allowed}#inertia-root .lx-tabs{display:inline-flex;gap:3px;padding:4px;background:var(--surface-2);border-radius:var(--radius)}#inertia-root .lx-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid transparent;background:transparent;color:var(--text-muted);font-size:14px;font-weight:600;cursor:pointer;padding:7px 16px;border-radius:var(--radius-sm);transition:all .15s;white-space:nowrap}#inertia-root .lx-tab:hover{color:var(--text)}#inertia-root .lx-tab.active{background:var(--surface);color:var(--text);border-color:var(--border);box-shadow:0 1px 2px #11111a0f}[data-mode=dark] .lx-tabs{background:var(--surface-3)}[data-brand=bold] .lx-tab.active{color:var(--purple)}#inertia-root .lx-badge{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600;border:1px solid transparent;line-height:1.4;white-space:nowrap}#inertia-root .lx-badge .dot{width:7px;height:7px;border-radius:999px}#inertia-root .lx-badge.green{background:color-mix(in srgb,var(--success) 14%,var(--surface));color:color-mix(in srgb,var(--success) 72%,var(--text))}#inertia-root .lx-badge.green .dot{background:var(--success)}#inertia-root .lx-badge.purple{background:color-mix(in srgb,var(--purple) 14%,var(--surface));color:color-mix(in srgb,var(--purple) 78%,var(--text))}#inertia-root .lx-badge.purple .dot{background:var(--purple)}#inertia-root .lx-badge.teal{background:color-mix(in srgb,var(--teal) 18%,var(--surface));color:color-mix(in srgb,var(--teal-strong) 90%,var(--text))}#inertia-root .lx-badge.teal .dot{background:var(--teal-strong)}#inertia-root .lx-badge.amber{background:color-mix(in srgb,var(--warning) 16%,var(--surface));color:color-mix(in srgb,var(--warning) 78%,var(--text))}#inertia-root .lx-badge.amber .dot{background:var(--warning)}#inertia-root .lx-badge.gray{background:var(--surface-2);color:var(--text-muted)}#inertia-root .lx-badge.gray .dot{background:var(--text-subtle)}#inertia-root .lx-select{position:relative}#inertia-root .lx-select-trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;text-align:left}#inertia-root .lx-select-trigger .ph{color:var(--text-subtle)}#inertia-root .lx-select-trigger .chev{color:var(--text-subtle);flex:none;transition:transform .15s}#inertia-root .lx-select-trigger.open .chev{transform:rotate(180deg)}#inertia-root .lx-menu{position:absolute;z-index:60;top:calc(100% + 6px);left:0;right:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-pop);padding:5px;max-height:280px;overflow:auto;animation:lx-pop .13s ease}@keyframes lx-pop{0%{opacity:0;transform:translateY(-4px) scale(.99)}to{opacity:1;transform:none}}#inertia-root .lx-opt{display:flex;align-items:center;gap:9px;padding:8px 10px;border-radius:var(--radius-sm);cursor:pointer;font-size:14px;color:var(--text)}#inertia-root .lx-opt:hover{background:var(--surface-2)}#inertia-root .lx-opt.sel{background:color-mix(in srgb,var(--purple) 10%,var(--surface));color:var(--purple);font-weight:600}#inertia-root .lx-opt .check{margin-left:auto;color:var(--purple)}#inertia-root .lx-opt .muted{color:var(--text-subtle);font-weight:400}#inertia-root .lx-switch{position:relative;width:38px;height:22px;border-radius:999px;background:var(--border-strong);cursor:pointer;transition:background .18s;flex:none;border:none;padding:0}#inertia-root .lx-switch.on{background:var(--primary)}#inertia-root .lx-switch .knob{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:999px;background:#fff;box-shadow:0 1px 2px #00000040;transition:transform .18s}#inertia-root .lx-switch.on .knob{transform:translate(16px)}#inertia-root .lx-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap}#inertia-root .lx-search{position:relative;flex:1;min-width:220px;max-width:360px}#inertia-root .lx-search .lx-ic{position:absolute;left:11px;top:50%;transform:translateY(-50%);color:var(--text-subtle)}#inertia-root .lx-search .lx-input{padding-left:34px}#inertia-root .lx-table-wrap{overflow:auto;border-radius:var(--radius-lg)}#inertia-root .lx-table{width:100%;border-collapse:separate;border-spacing:0;font-size:13.5px}#inertia-root .lx-table thead th{text-align:left;font-weight:600;color:var(--text-muted);font-size:11.5px;text-transform:uppercase;letter-spacing:.04em;padding:11px 16px;background:var(--surface-3);border-bottom:1px solid var(--border);white-space:nowrap;position:sticky;top:0}#inertia-root .lx-table thead th.sortable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}#inertia-root .lx-table thead th.sortable:hover{color:var(--text)}#inertia-root .lx-table tbody td{padding:12px 16px;border-bottom:1px solid var(--border);vertical-align:middle}#inertia-root .lx-table tbody tr{transition:background .12s;cursor:pointer}#inertia-root .lx-table tbody tr:hover{background:var(--surface-2)}#inertia-root .lx-table tbody tr:last-child td{border-bottom:none}#inertia-root .lx-store-name{font-weight:600;color:var(--text)}#inertia-root .lx-store-dom{color:var(--text-muted);font-size:12.5px;font-family:var(--mono)}#inertia-root .lx-mono-cell{font-family:var(--mono);font-size:12.5px;color:var(--text-muted)}#inertia-root .lx-iconbtn{width:30px;height:30px;display:grid;place-items:center;border-radius:var(--radius-sm);border:1px solid transparent;background:transparent;color:var(--text-muted);cursor:pointer;transition:all .13s}#inertia-root .lx-iconbtn:hover{background:var(--surface);border-color:var(--border);color:var(--text)}#inertia-root .lx-stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:13px 15px;box-shadow:var(--shadow-card)}#inertia-root .lx-stat .k{font-size:12px;color:var(--text-muted);font-weight:500;display:flex;align-items:center;gap:6px}#inertia-root .lx-stat .v{font-size:22px;font-weight:700;letter-spacing:-.02em;margin-top:3px}#inertia-root .lx-stat .v small{font-size:12px;font-weight:600;color:var(--success);margin-left:6px}#inertia-root .lx-toasts{position:fixed;bottom:22px;right:22px;z-index:100;display:flex;flex-direction:column;gap:10px;pointer-events:none}#inertia-root .lx-toast{pointer-events:auto;min-width:290px;max-width:380px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-pop);padding:13px 14px;display:flex;gap:11px;align-items:flex-start;animation:lx-toast-in .26s cubic-bezier(.2,.9,.3,1)}#inertia-root .lx-toast.out{animation:lx-toast-out .2s ease forwards}@keyframes lx-toast-in{0%{opacity:0;transform:translate(20px) scale(.98)}to{opacity:1;transform:none}}@keyframes lx-toast-out{to{opacity:0;transform:translate(20px)}}#inertia-root .lx-toast .ti{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;flex:none}#inertia-root .lx-toast.success .ti{background:color-mix(in srgb,var(--success) 16%,var(--surface));color:var(--success)}#inertia-root .lx-toast.error .ti{background:color-mix(in srgb,var(--danger) 16%,var(--surface));color:var(--danger)}#inertia-root .lx-toast.info .ti{background:color-mix(in srgb,var(--purple) 16%,var(--surface));color:var(--purple)}#inertia-root .lx-toast .tt{font-weight:650;font-size:13.5px}#inertia-root .lx-toast .td{color:var(--text-muted);font-size:12.5px;margin-top:1px}#inertia-root .lx-toast .tx{margin-left:auto;color:var(--text-subtle);cursor:pointer;background:none;border:none;padding:2px}#inertia-root .lx-toast .tx:hover{color:var(--text)}#inertia-root .lx-tip-wrap{position:relative;display:inline-flex}#inertia-root .lx-tip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:var(--text);color:var(--surface);font-size:12px;font-weight:500;padding:6px 9px;border-radius:7px;white-space:nowrap;max-width:240px;white-space:normal;width:-moz-max-content;width:max-content;box-shadow:var(--shadow-pop);z-index:70;pointer-events:none;line-height:1.4}#inertia-root .lx-tip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:var(--text)}#inertia-root .lx-footer{margin-top:auto;border-top:1px solid var(--border)}#inertia-root .lx-footer-inner{display:flex;align-items:center;justify-content:space-between;height:56px;font-size:13px;color:var(--text-muted)}#inertia-root .lx-footer-inner strong{color:var(--text);font-weight:650}#inertia-root .lx-fade{animation:lx-fade .28s ease}@keyframes lx-fade{0%{transform:translateY(5px)}to{transform:none}}#inertia-root .lx-ic{display:inline-flex;flex:none}#inertia-root .lx-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:18px 24px}@media (max-width: 760px){.lx-grid-2{grid-template-columns:1fr}.lx-container{padding:0 18px}.lx-nav-items{display:none}}#inertia-root .lx-spin{animation:lx-spin 1s linear infinite}@keyframes lx-spin{to{transform:rotate(360deg)}}#inertia-root .lx-badge.red{background:color-mix(in srgb,var(--danger) 13%,var(--surface));color:color-mix(in srgb,var(--danger) 72%,var(--text))}#inertia-root .lx-badge.red .dot{background:var(--danger)}#inertia-root .lx-badge.blue{background:color-mix(in srgb,var(--info) 13%,var(--surface));color:color-mix(in srgb,var(--info) 74%,var(--text))}#inertia-root .lx-badge.blue .dot{background:var(--info)}#inertia-root .lx-badge.sm{padding:2px 8px;font-size:11px}#inertia-root .lx-chips{display:flex;flex-wrap:wrap;gap:8px}#inertia-root .lx-chip{display:inline-flex;align-items:center;gap:8px;height:34px;padding:0 12px;border-radius:999px;cursor:pointer;background:var(--surface);border:1px solid var(--border-strong);color:var(--text-muted);font-size:13px;font-weight:600;transition:background .14s,border-color .14s,color .14s,box-shadow .14s;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}#inertia-root .lx-chip .dot{width:8px;height:8px;border-radius:999px;flex:none;background:var(--ch)}#inertia-root .lx-chip .cnt{display:inline-grid;place-items:center;min-width:20px;height:19px;padding:0 6px;border-radius:999px;font-size:11.5px;font-weight:700;background:var(--surface-2);color:var(--text-muted)}#inertia-root .lx-chip:hover{border-color:color-mix(in srgb,var(--ch) 55%,var(--border-strong));color:var(--text)}#inertia-root .lx-chip.active{background:color-mix(in srgb,var(--ch) 12%,var(--surface));border-color:color-mix(in srgb,var(--ch) 55%,transparent);color:color-mix(in srgb,var(--ch) 60%,var(--text));box-shadow:0 0 0 1px color-mix(in srgb,var(--ch) 35%,transparent) inset}#inertia-root .lx-chip.active .cnt{background:color-mix(in srgb,var(--ch) 20%,var(--surface));color:color-mix(in srgb,var(--ch) 70%,var(--text))}#inertia-root .lx-chip.all{--ch: var(--text-subtle)}#inertia-root .lx-chip.all.active{color:var(--text)}#inertia-root .lx-tk-id{font-family:var(--mono);font-size:12.5px;color:var(--text-subtle);font-weight:500}#inertia-root .lx-tk-title{font-weight:600;color:var(--text)}#inertia-root .lx-tk-meta{display:flex;align-items:center;gap:10px;margin-top:3px;color:var(--text-subtle);font-size:12px}#inertia-root .lx-tk-meta .mi{display:inline-flex;align-items:center;gap:4px}#inertia-root .lx-user-line .nm{color:var(--text);font-weight:500}#inertia-root .lx-user-line .em{color:var(--text-muted);font-size:12.5px;font-family:var(--mono)}#inertia-root .lx-prio{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600}#inertia-root .lx-prio .bars{display:inline-flex;align-items:flex-end;gap:2px;height:13px}#inertia-root .lx-prio .bars i{width:3px;border-radius:1px;background:var(--border-strong);display:block}#inertia-root .lx-prio .bars i:nth-child(1){height:5px}.lx-prio .bars i:nth-child(2){height:9px}.lx-prio .bars i:nth-child(3){height:13px}#inertia-root .lx-prio.low{color:var(--text-muted)}#inertia-root .lx-prio.low .bars i:nth-child(1){background:var(--text-muted)}#inertia-root .lx-prio.mid{color:var(--warning)}#inertia-root .lx-prio.mid .bars i:nth-child(-n+2){background:var(--warning)}#inertia-root .lx-prio.high{color:var(--danger)}#inertia-root .lx-prio.high .bars i{background:var(--danger)}#inertia-root .lx-sla{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;color:var(--text-muted)}#inertia-root .lx-sla.warn{color:var(--warning)}#inertia-root .lx-sla.over{color:var(--danger);font-weight:600}#inertia-root .lx-av{width:28px;height:28px;border-radius:999px;flex:none;display:grid;place-items:center;font-weight:650;font-size:11.5px;color:#fff;letter-spacing:.01em}#inertia-root .lx-av.lg{width:36px;height:36px;font-size:13px}#inertia-root .lx-dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px 32px}#inertia-root .lx-dl .k{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-subtle);display:flex;align-items:center;gap:6px}#inertia-root .lx-dl .v{font-size:14.5px;color:var(--text);margin-top:5px;font-weight:500}#inertia-root .lx-dl .v.mono{font-family:var(--mono);font-size:13.5px}#inertia-root .lx-dl .v.muted{color:var(--text-muted);font-weight:400}@media (max-width: 760px){.lx-dl{grid-template-columns:1fr 1fr}}#inertia-root .lx-ch-head{display:flex;align-items:center;gap:11px}#inertia-root .lx-ch-ico{width:32px;height:32px;border-radius:var(--radius-sm);display:grid;place-items:center;flex:none;background:var(--surface-2);color:var(--text-muted)}#inertia-root .lx-ch-title{font-size:15px;font-weight:650}#inertia-root .lx-thread{display:flex;flex-direction:column;gap:18px}#inertia-root .lx-msg{display:flex;gap:11px;max-width:78%}#inertia-root .lx-msg .body{min-width:0}#inertia-root .lx-msg .meta{display:flex;align-items:center;gap:8px;margin-bottom:5px;font-size:12px}#inertia-root .lx-msg .meta .who{font-weight:650;color:var(--text);white-space:nowrap}#inertia-root .lx-msg .meta .em{color:var(--text-subtle);font-family:var(--mono);font-size:11.5px}#inertia-root .lx-msg .meta .tm{color:var(--text-subtle);margin-left:auto;white-space:nowrap}#inertia-root .lx-msg .mid{font-family:var(--mono);font-size:10.5px;color:var(--text-subtle)}#inertia-root .lx-bubble{border-radius:4px var(--radius-lg) var(--radius-lg) var(--radius-lg);padding:11px 14px;font-size:14px;line-height:1.6;color:var(--text);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-card);white-space:normal;word-break:break-word;overflow-wrap:anywhere}#inertia-root .lx-bubble p{margin:0 0 8px}.lx-bubble p:last-child{margin:0}#inertia-root .lx-bubble .codeblk{font-family:var(--mono);font-size:12px;line-height:1.5;white-space:pre-wrap;word-break:break-word;background:var(--surface-3);border:1px solid var(--border);border-radius:var(--radius-sm);padding:9px 11px;margin:7px 0;color:var(--text-muted)}#inertia-root .lx-msg.loja{align-self:flex-start}#inertia-root .lx-msg.loja .lx-av{background:var(--purple)}#inertia-root .lx-msg.live{align-self:flex-end;flex-direction:row-reverse}#inertia-root .lx-msg.live .meta{flex-direction:row-reverse}#inertia-root .lx-msg.live .meta .tm{margin-left:0;margin-right:auto}#inertia-root .lx-msg.live .lx-av{background:var(--teal-strong)}#inertia-root .lx-msg.live .lx-bubble{border-radius:var(--radius-lg) 4px var(--radius-lg) var(--radius-lg);background:color-mix(in srgb,var(--teal) 12%,var(--surface));border-color:color-mix(in srgb,var(--teal-strong) 26%,var(--border))}#inertia-root .lx-msg.note{max-width:100%;align-self:stretch}#inertia-root .lx-msg.note .lx-av{background:var(--warning)}#inertia-root .lx-msg.note .lx-bubble{border-radius:var(--radius-lg);background:color-mix(in srgb,var(--warning) 11%,var(--surface));border:1px dashed color-mix(in srgb,var(--warning) 50%,var(--border));width:100%}#inertia-root .lx-note-tag{display:inline-flex;align-items:center;gap:5px;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--warning);margin-bottom:7px;white-space:nowrap}#inertia-root .lx-thread.timeline{gap:0;padding-left:8px}#inertia-root .lx-thread.timeline .lx-msg{max-width:100%;align-self:stretch;flex-direction:row;padding-bottom:22px;position:relative}#inertia-root .lx-thread.timeline .lx-msg:before{content:"";position:absolute;left:13px;top:30px;bottom:-4px;width:2px;background:var(--border)}#inertia-root .lx-thread.timeline .lx-msg:last-child:before{display:none}#inertia-root .lx-thread.timeline .lx-msg .meta{flex-direction:row}#inertia-root .lx-thread.timeline .lx-msg .meta .tm{margin-left:auto;margin-right:0}#inertia-root .lx-thread.timeline .lx-bubble{border-radius:var(--radius);background:var(--surface);border-color:var(--border);box-shadow:none}#inertia-root .lx-thread.timeline .lx-msg.live .lx-bubble{background:color-mix(in srgb,var(--teal) 9%,var(--surface));border-color:color-mix(in srgb,var(--teal-strong) 22%,var(--border))}#inertia-root .lx-thread.timeline .lx-msg.note .lx-bubble{background:color-mix(in srgb,var(--warning) 10%,var(--surface))}#inertia-root .lx-composer-tabs{display:inline-flex;gap:2px}#inertia-root .lx-attach{display:flex;align-items:center;gap:10px;padding:11px 14px;border:1px dashed var(--border-strong);border-radius:var(--radius);cursor:pointer;color:var(--text-muted);font-size:13.5px;transition:border-color .14s,background .14s}#inertia-root .lx-attach:hover{border-color:var(--text-subtle);background:var(--surface-3)}#inertia-root .lx-noteswitch{display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-3)}#inertia-root .lx-noteswitch.on{background:color-mix(in srgb,var(--warning) 9%,var(--surface));border-color:color-mix(in srgb,var(--warning) 40%,var(--border))}#inertia-root .lx-auth{position:relative;min-height:100vh;width:100%;display:grid;place-items:center;padding:32px 20px;overflow:hidden;isolation:isolate;--auth-teal: #5cb6a6;--auth-teal-2: #46a092;background:radial-gradient(120% 110% at 50% 28%,var(--auth-teal) 0%,var(--auth-teal-2) 62%,#3c9085 100%)}#inertia-root .lx-auth-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none}#inertia-root .lx-auth-bg svg{width:100%;height:100%}#inertia-root .lx-auth-bg .ln{stroke:#fff;stroke-width:1;fill:none;opacity:.1}#inertia-root .lx-auth-bg .cr{stroke:#fff;stroke-width:1;fill:none;opacity:.07}#inertia-root .lx-auth-card{position:relative;width:100%;max-width:432px;background:var(--surface);border:1px solid color-mix(in srgb,var(--border) 60%,transparent);border-radius:var(--radius-lg);box-shadow:0 30px 70px -24px #14282680,0 6px 18px -8px #1428264d;padding:38px 36px 34px;animation:lx-auth-in .4s cubic-bezier(.2,.9,.3,1)}@keyframes lx-auth-in{0%{transform:translateY(12px) scale(.985)}to{transform:none}}#inertia-root .lx-auth-logo{display:block;height:40px;width:auto;margin:2px auto 0}#inertia-root .lx-auth-head{text-align:center;margin:22px 0 26px}#inertia-root .lx-auth-title{font-size:21px;font-weight:700;letter-spacing:-.015em;color:var(--purple);margin:0}#inertia-root .lx-auth-sub{font-size:13.5px;font-weight:500;color:var(--teal-strong);margin-top:4px}#inertia-root .lx-auth-text{color:var(--text-muted);font-size:13.5px;line-height:1.55;text-align:center;margin:0 0 22px}#inertia-root .lx-auth-form{display:flex;flex-direction:column;gap:var(--gap-y)}#inertia-root .lx-auth-card .lx-input{height:42px}#inertia-root .lx-input-group .lx-input.has-trail{border-radius:var(--radius)}#inertia-root .lx-btn-brand{height:46px;width:100%;font-size:14.5px;color:#fff;background:linear-gradient(90deg,var(--purple) 0%,#6f6fd8 52%,var(--teal-strong) 100%);background-size:160% 100%;background-position:0% 50%;border:none;box-shadow:0 8px 20px -8px color-mix(in srgb,var(--purple) 60%,transparent);transition:background-position .35s ease,box-shadow .2s,transform .05s,opacity .15s}#inertia-root .lx-btn-brand:hover{background-position:100% 50%;box-shadow:0 10px 24px -8px color-mix(in srgb,var(--teal-strong) 55%,transparent)}#inertia-root .lx-btn-brand:active{transform:translateY(.5px)}#inertia-root .lx-btn-brand[disabled]{opacity:.6;cursor:not-allowed}#inertia-root .lx-banner{display:flex;align-items:flex-start;gap:10px;background:color-mix(in srgb,var(--warning) 12%,var(--surface));border:1px solid color-mix(in srgb,var(--warning) 32%,var(--border));border-radius:var(--radius);padding:11px 12px;font-size:13px;line-height:1.45;color:var(--text-muted);margin-bottom:4px;animation:lx-fade .3s ease}#inertia-root .lx-banner .bi{color:var(--warning);flex:none;margin-top:1px;display:inline-flex}#inertia-root .lx-banner b{color:color-mix(in srgb,var(--warning) 76%,var(--text));font-weight:700}#inertia-root .lx-banner .bx{margin-left:auto;background:none;border:none;color:var(--text-subtle);cursor:pointer;padding:2px;border-radius:5px;flex:none;display:inline-flex}#inertia-root .lx-banner .bx:hover{color:var(--text-muted);background:var(--surface-2)}#inertia-root .lx-otp{display:grid;grid-template-columns:repeat(6,1fr);gap:9px}#inertia-root .lx-otp input{width:100%;height:54px;text-align:center;font-family:var(--mono);font-size:22px;font-weight:600;color:var(--text);background:var(--surface);border:1.5px solid var(--border-strong);border-radius:var(--radius);outline:none;transition:border-color .15s,box-shadow .15s;padding:0;-moz-appearance:textfield}#inertia-root .lx-otp input::-webkit-outer-spin-button,#inertia-root .lx-otp input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}#inertia-root .lx-otp input:hover{border-color:color-mix(in srgb,var(--text-subtle) 60%,var(--border-strong))}#inertia-root .lx-otp input:focus{border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in srgb,var(--ring) 22%,transparent)}#inertia-root .lx-otp input.filled{border-color:color-mix(in srgb,var(--purple) 55%,var(--border-strong))}#inertia-root .lx-otp input.error{border-color:var(--danger)}#inertia-root .lx-auth-links{display:flex;align-items:center;justify-content:space-between;margin-top:22px;font-size:13px}#inertia-root .lx-auth-link{background:none;border:none;padding:0;cursor:pointer;font:inherit;font-weight:600;color:var(--purple);text-decoration:none}#inertia-root .lx-auth-link:hover{text-decoration:underline}#inertia-root .lx-auth-link[disabled]{color:var(--text-subtle);cursor:not-allowed;text-decoration:none}#inertia-root .lx-auth-countdown{text-align:center;margin-top:14px;font-size:12.5px;color:var(--text-subtle)}#inertia-root .lx-auth-countdown b{color:var(--text-muted);font-weight:600;font-variant-numeric:tabular-nums}@media (max-width: 480px){#inertia-root .lx-auth-card{padding:30px 22px 26px}#inertia-root .lx-otp{gap:6px}#inertia-root .lx-otp input{height:48px;font-size:19px}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Geist,Inter,ui-sans-serif,system-ui,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:Geist Mono,SF Mono,ui-monospace,JetBrains Mono,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}#inertia-root *{--tw-border-opacity: 1;border-color:rgb(230 230 236 / var(--tw-border-opacity, 1))}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem}@media (min-width: 100%){.container{max-width:100%}}@media (min-width: 1680px){.container{max-width:1680px}}#inertia-root .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}#inertia-root .pointer-events-none{pointer-events:none}#inertia-root .fixed{position:fixed}#inertia-root .absolute{position:absolute}#inertia-root .relative{position:relative}#inertia-root .sticky{position:sticky}#inertia-root .inset-0{top:0;right:0;bottom:0;left:0}#inertia-root .left-0{left:0}#inertia-root .left-0\.5{left:.125rem}#inertia-root .left-2{left:.5rem}#inertia-root .left-3{left:.75rem}#inertia-root .left-\[50\%\]{left:50%}#inertia-root .right-0{right:0}#inertia-root .right-2{right:.5rem}#inertia-root .right-4{right:1rem}#inertia-root .top-0{top:0}#inertia-root .top-0\.5{top:.125rem}#inertia-root .top-1\/2{top:50%}#inertia-root .top-4{top:1rem}#inertia-root .top-\[1px\]{top:1px}#inertia-root .top-\[50\%\]{top:50%}#inertia-root .top-\[calc\(100\%\+4px\)\]{top:calc(100% + 4px)}#inertia-root .top-full{top:100%}#inertia-root .z-10{z-index:10}#inertia-root .z-20{z-index:20}#inertia-root .z-40{z-index:40}#inertia-root .z-50{z-index:50}#inertia-root .col-span-2{grid-column:span 2 / span 2}#inertia-root .-mx-1{margin-left:-.25rem;margin-right:-.25rem}#inertia-root .mx-auto{margin-left:auto;margin-right:auto}#inertia-root .my-1{margin-top:.25rem;margin-bottom:.25rem}#inertia-root .mb-1{margin-bottom:.25rem}#inertia-root .mb-2{margin-bottom:.5rem}#inertia-root .mb-3{margin-bottom:.75rem}#inertia-root .mb-4{margin-bottom:1rem}#inertia-root .mb-6{margin-bottom:1.5rem}#inertia-root .ml-1{margin-left:.25rem}#inertia-root .ml-1\.5{margin-left:.375rem}#inertia-root .ml-2{margin-left:.5rem}#inertia-root .ml-auto{margin-left:auto}#inertia-root .mr-1{margin-right:.25rem}#inertia-root .mr-1\.5{margin-right:.375rem}#inertia-root .mr-2{margin-right:.5rem}#inertia-root .mt-0{margin-top:0}#inertia-root .mt-0\.5{margin-top:.125rem}#inertia-root .mt-1{margin-top:.25rem}#inertia-root .mt-1\.5{margin-top:.375rem}#inertia-root .mt-2{margin-top:.5rem}#inertia-root .mt-3{margin-top:.75rem}#inertia-root .mt-4{margin-top:1rem}#inertia-root .mt-5{margin-top:1.25rem}#inertia-root .mt-6{margin-top:1.5rem}#inertia-root .mt-auto{margin-top:auto}#inertia-root .line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}#inertia-root .block{display:block}#inertia-root .inline-block{display:inline-block}#inertia-root .inline{display:inline}#inertia-root .flex{display:flex}#inertia-root .inline-flex{display:inline-flex}#inertia-root .table{display:table}#inertia-root .grid{display:grid}#inertia-root .hidden{display:none}#inertia-root .h-1\.5{height:.375rem}#inertia-root .h-10{height:2.5rem}#inertia-root .h-11{height:2.75rem}#inertia-root .h-14{height:3.5rem}#inertia-root .h-2{height:.5rem}#inertia-root .h-3{height:.75rem}#inertia-root .h-3\.5{height:.875rem}#inertia-root .h-4{height:1rem}#inertia-root .h-7{height:1.75rem}#inertia-root .h-8{height:2rem}#inertia-root .h-9{height:2.25rem}#inertia-root .h-\[13px\]{height:13px}#inertia-root .h-\[17px\]{height:17px}#inertia-root .h-\[18px\]{height:18px}#inertia-root .h-\[1px\]{height:1px}#inertia-root .h-\[22px\]{height:22px}#inertia-root .h-\[60px\]{height:60px}#inertia-root .h-\[var\(--radix-navigation-menu-viewport-height\)\]{height:var(--radix-navigation-menu-viewport-height)}#inertia-root .h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}#inertia-root .h-auto{height:auto}#inertia-root .h-full{height:100%}#inertia-root .h-px{height:1px}#inertia-root .max-h-24{max-height:6rem}#inertia-root .max-h-64{max-height:16rem}#inertia-root .max-h-96{max-height:24rem}#inertia-root .max-h-\[360px\]{max-height:360px}#inertia-root .max-h-\[70vh\]{max-height:70vh}#inertia-root .min-h-\[120px\]{min-height:120px}#inertia-root .min-h-\[140px\]{min-height:140px}#inertia-root .min-h-screen{min-height:100vh}#inertia-root .w-1\.5{width:.375rem}#inertia-root .w-10{width:2.5rem}#inertia-root .w-12{width:3rem}#inertia-root .w-2{width:.5rem}#inertia-root .w-24{width:6rem}#inertia-root .w-28{width:7rem}#inertia-root .w-3{width:.75rem}#inertia-root .w-3\.5{width:.875rem}#inertia-root .w-32{width:8rem}#inertia-root .w-36{width:9rem}#inertia-root .w-4{width:1rem}#inertia-root .w-40{width:10rem}#inertia-root .w-44{width:11rem}#inertia-root .w-48{width:12rem}#inertia-root .w-52{width:13rem}#inertia-root .w-56{width:14rem}#inertia-root .w-64{width:16rem}#inertia-root .w-8{width:2rem}#inertia-root .w-9{width:2.25rem}#inertia-root .w-\[13px\]{width:13px}#inertia-root .w-\[17px\]{width:17px}#inertia-root .w-\[18px\]{width:18px}#inertia-root .w-\[1px\]{width:1px}#inertia-root .w-\[22px\]{width:22px}#inertia-root .w-\[38px\]{width:38px}#inertia-root .w-auto{width:auto}#inertia-root .w-fit{width:-moz-fit-content;width:fit-content}#inertia-root .w-full{width:100%}#inertia-root .w-max{width:-moz-max-content;width:max-content}#inertia-root .min-w-0{min-width:0px}#inertia-root .min-w-\[1000px\]{min-width:1000px}#inertia-root .min-w-\[160px\]{min-width:160px}#inertia-root .min-w-\[170px\]{min-width:170px}#inertia-root .min-w-\[200px\]{min-width:200px}#inertia-root .min-w-\[220px\]{min-width:220px}#inertia-root .min-w-\[3\.25rem\]{min-width:3.25rem}#inertia-root .min-w-\[8rem\]{min-width:8rem}#inertia-root .min-w-\[900px\]{min-width:900px}#inertia-root .min-w-\[960px\]{min-width:960px}#inertia-root .min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}#inertia-root .max-w-2xl{max-width:42rem}#inertia-root .max-w-\[120px\]{max-width:120px}#inertia-root .max-w-\[180px\]{max-width:180px}#inertia-root .max-w-\[200px\]{max-width:200px}#inertia-root .max-w-lg{max-width:32rem}#inertia-root .max-w-max{max-width:-moz-max-content;max-width:max-content}#inertia-root .max-w-md{max-width:28rem}#inertia-root .max-w-none{max-width:none}#inertia-root .max-w-xl{max-width:36rem}#inertia-root .max-w-xs{max-width:20rem}#inertia-root .flex-1{flex:1 1 0%}#inertia-root .flex-none{flex:none}#inertia-root .shrink-0{flex-shrink:0}#inertia-root .-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#inertia-root .translate-x-4{--tw-translate-x: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#inertia-root .translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#inertia-root .translate-y-\[-50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#inertia-root .rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}#inertia-root .animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}#inertia-root .animate-spin{animation:spin 1s linear infinite}#inertia-root .cursor-default{cursor:default}#inertia-root .cursor-not-allowed{cursor:not-allowed}#inertia-root .cursor-pointer{cursor:pointer}#inertia-root .select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}#inertia-root .resize-y{resize:vertical}#inertia-root .list-disc{list-style-type:disc}#inertia-root .list-none{list-style-type:none}#inertia-root .grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}#inertia-root .grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}#inertia-root .flex-row{flex-direction:row}#inertia-root .flex-col{flex-direction:column}#inertia-root .flex-col-reverse{flex-direction:column-reverse}#inertia-root .flex-wrap{flex-wrap:wrap}#inertia-root .items-start{align-items:flex-start}#inertia-root .items-end{align-items:flex-end}#inertia-root .items-center{align-items:center}#inertia-root .items-baseline{align-items:baseline}#inertia-root .items-stretch{align-items:stretch}#inertia-root .justify-start{justify-content:flex-start}#inertia-root .justify-end{justify-content:flex-end}#inertia-root .justify-center{justify-content:center}#inertia-root .justify-between{justify-content:space-between}#inertia-root .gap-0\.5{gap:.125rem}#inertia-root .gap-1{gap:.25rem}#inertia-root .gap-1\.5{gap:.375rem}#inertia-root .gap-2{gap:.5rem}#inertia-root .gap-2\.5{gap:.625rem}#inertia-root .gap-3{gap:.75rem}#inertia-root .gap-4{gap:1rem}#inertia-root .gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}#inertia-root .gap-y-4{row-gap:1rem}#inertia-root :is(.space-x-1>:not([hidden])~:not([hidden])){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}#inertia-root :is(.space-y-0>:not([hidden])~:not([hidden])){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}#inertia-root :is(.space-y-1\.5>:not([hidden])~:not([hidden])){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}#inertia-root :is(.space-y-2>:not([hidden])~:not([hidden])){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}#inertia-root :is(.space-y-3>:not([hidden])~:not([hidden])){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}#inertia-root :is(.space-y-4>:not([hidden])~:not([hidden])){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}#inertia-root :is(.space-y-5>:not([hidden])~:not([hidden])){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}#inertia-root :is(.space-y-6>:not([hidden])~:not([hidden])){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}#inertia-root .overflow-auto{overflow:auto}#inertia-root .overflow-hidden{overflow:hidden}#inertia-root .overflow-x-auto{overflow-x:auto}#inertia-root .overflow-y-auto{overflow-y:auto}#inertia-root .truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#inertia-root .whitespace-nowrap{white-space:nowrap}#inertia-root .whitespace-pre-wrap{white-space:pre-wrap}#inertia-root .break-words{overflow-wrap:break-word}#inertia-root .break-all{word-break:break-all}#inertia-root .rounded{border-radius:.25rem}#inertia-root .rounded-\[inherit\]{border-radius:inherit}#inertia-root .rounded-full{border-radius:9999px}#inertia-root .rounded-lg{border-radius:.8125rem}#inertia-root .rounded-md{border-radius:.5625rem}#inertia-root .rounded-sm{border-radius:.4375rem}#inertia-root .rounded-l-md{border-top-left-radius:.5625rem;border-bottom-left-radius:.5625rem}#inertia-root .rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}#inertia-root .border{border-width:1px}#inertia-root .border-b{border-bottom-width:1px}#inertia-root .border-l{border-left-width:1px}#inertia-root .border-r-0{border-right-width:0px}#inertia-root .border-t{border-top-width:1px}#inertia-root .border-dashed{border-style:dashed}#inertia-root .border-none{border-style:none}#inertia-root .border-border{--tw-border-opacity: 1;border-color:rgb(230 230 236 / var(--tw-border-opacity, 1))}#inertia-root .border-destructive{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity, 1))}#inertia-root .border-destructive\/30{border-color:#dc26264d}#inertia-root .border-destructive\/40{border-color:#dc262666}#inertia-root .border-destructive\/50{border-color:#dc262680}#inertia-root .border-green-500\/50{border-color:#22c55e80}#inertia-root .border-input{--tw-border-opacity: 1;border-color:rgb(214 214 223 / var(--tw-border-opacity, 1))}#inertia-root .border-purple\/20{border-color:#8840e833}#inertia-root .border-success\/20{border-color:#16a34a33}#inertia-root .border-teal\/30{border-color:#48a8a84d}#inertia-root .border-transparent{border-color:transparent}#inertia-root .border-warning\/20{border-color:#d9770633}#inertia-root .bg-\[color-mix\(in_srgb\,\#8840e8_6\%\,\#ffffff\)\]{background-color:color-mix(in srgb,#8840e8 6%,#ffffff)}#inertia-root .bg-\[color-mix\(in_srgb\,\#8840e8_8\%\,\#ffffff\)\]{background-color:color-mix(in srgb,#8840e8 8%,#ffffff)}#inertia-root .bg-amber-50\/60{background-color:#fffbeb99}#inertia-root .bg-amber-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}#inertia-root .bg-background{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}#inertia-root .bg-background\/90{background-color:#ffffffe6}#inertia-root .bg-black\/50{background-color:#00000080}#inertia-root .bg-border{--tw-bg-opacity: 1;background-color:rgb(230 230 236 / var(--tw-bg-opacity, 1))}#inertia-root .bg-card{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}#inertia-root .bg-destructive{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}#inertia-root .bg-destructive\/10{background-color:#dc26261a}#inertia-root .bg-destructive\/5{background-color:#dc26260d}#inertia-root .bg-emerald-50{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))}#inertia-root .bg-emerald-600{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity, 1))}#inertia-root .bg-foreground{--tw-bg-opacity: 1;background-color:rgb(26 26 31 / var(--tw-bg-opacity, 1))}#inertia-root .bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}#inertia-root .bg-input{--tw-bg-opacity: 1;background-color:rgb(214 214 223 / var(--tw-bg-opacity, 1))}#inertia-root .bg-muted{--tw-bg-opacity: 1;background-color:rgb(242 242 245 / var(--tw-bg-opacity, 1))}#inertia-root .bg-muted\/20{background-color:#f2f2f533}#inertia-root .bg-muted\/30{background-color:#f2f2f54d}#inertia-root .bg-muted\/40{background-color:#f2f2f566}#inertia-root .bg-muted\/50{background-color:#f2f2f580}#inertia-root .bg-popover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}#inertia-root .bg-primary{--tw-bg-opacity: 1;background-color:rgb(14 124 114 / var(--tw-bg-opacity, 1))}#inertia-root .bg-primary-foreground{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}#inertia-root .bg-primary\/10{background-color:#0e7c721a}#inertia-root .bg-primary\/15{background-color:#0e7c7226}#inertia-root .bg-primary\/5{background-color:#0e7c720d}#inertia-root .bg-purple{--tw-bg-opacity: 1;background-color:rgb(136 64 232 / var(--tw-bg-opacity, 1))}#inertia-root .bg-purple\/10{background-color:#8840e81a}#inertia-root .bg-red-50\/60{background-color:#fef2f299}#inertia-root .bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}#inertia-root .bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}#inertia-root .bg-sky-600{--tw-bg-opacity: 1;background-color:rgb(2 132 199 / var(--tw-bg-opacity, 1))}#inertia-root .bg-slate-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}#inertia-root .bg-slate-700{--tw-bg-opacity: 1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}#inertia-root .bg-subtle{--tw-bg-opacity: 1;background-color:rgb(154 154 166 / var(--tw-bg-opacity, 1))}#inertia-root .bg-success{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}#inertia-root .bg-success\/10{background-color:#16a34a1a}#inertia-root .bg-surface-2{--tw-bg-opacity: 1;background-color:rgb(242 242 245 / var(--tw-bg-opacity, 1))}#inertia-root .bg-surface-3{--tw-bg-opacity: 1;background-color:rgb(248 248 250 / var(--tw-bg-opacity, 1))}#inertia-root .bg-teal-strong{--tw-bg-opacity: 1;background-color:rgb(14 124 114 / var(--tw-bg-opacity, 1))}#inertia-root .bg-teal\/15{background-color:#48a8a826}#inertia-root .bg-transparent{background-color:transparent}#inertia-root .bg-violet-50{--tw-bg-opacity: 1;background-color:rgb(245 243 255 / var(--tw-bg-opacity, 1))}#inertia-root .bg-warning{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}#inertia-root .bg-warning\/10{background-color:#d977061a}#inertia-root .bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}#inertia-root .fill-current{fill:currentColor}#inertia-root .object-contain{-o-object-fit:contain;object-fit:contain}#inertia-root .p-0{padding:0}#inertia-root .p-0\.5{padding:.125rem}#inertia-root .p-1{padding:.25rem}#inertia-root .p-1\.5{padding:.375rem}#inertia-root .p-2{padding:.5rem}#inertia-root .p-3{padding:.75rem}#inertia-root .p-4{padding:1rem}#inertia-root .p-6{padding:1.5rem}#inertia-root .px-1\.5{padding-left:.375rem;padding-right:.375rem}#inertia-root .px-2{padding-left:.5rem;padding-right:.5rem}#inertia-root .px-2\.5{padding-left:.625rem;padding-right:.625rem}#inertia-root .px-3{padding-left:.75rem;padding-right:.75rem}#inertia-root .px-4{padding-left:1rem;padding-right:1rem}#inertia-root .px-5{padding-left:1.25rem;padding-right:1.25rem}#inertia-root .px-6{padding-left:1.5rem;padding-right:1.5rem}#inertia-root .px-8{padding-left:2rem;padding-right:2rem}#inertia-root .py-0{padding-top:0;padding-bottom:0}#inertia-root .py-0\.5{padding-top:.125rem;padding-bottom:.125rem}#inertia-root .py-1{padding-top:.25rem;padding-bottom:.25rem}#inertia-root .py-1\.5{padding-top:.375rem;padding-bottom:.375rem}#inertia-root .py-10{padding-top:2.5rem;padding-bottom:2.5rem}#inertia-root .py-12{padding-top:3rem;padding-bottom:3rem}#inertia-root .py-2{padding-top:.5rem;padding-bottom:.5rem}#inertia-root .py-3{padding-top:.75rem;padding-bottom:.75rem}#inertia-root .py-3\.5{padding-top:.875rem;padding-bottom:.875rem}#inertia-root .py-4{padding-top:1rem;padding-bottom:1rem}#inertia-root .py-5{padding-top:1.25rem;padding-bottom:1.25rem}#inertia-root .py-6{padding-top:1.5rem;padding-bottom:1.5rem}#inertia-root .py-7{padding-top:1.75rem;padding-bottom:1.75rem}#inertia-root .py-8{padding-top:2rem;padding-bottom:2rem}#inertia-root .pb-0\.5{padding-bottom:.125rem}#inertia-root .pb-4{padding-bottom:1rem}#inertia-root .pl-10{padding-left:2.5rem}#inertia-root .pl-5{padding-left:1.25rem}#inertia-root .pl-8{padding-left:2rem}#inertia-root .pr-10{padding-right:2.5rem}#inertia-root .pr-16{padding-right:4rem}#inertia-root .pr-2{padding-right:.5rem}#inertia-root .pt-0{padding-top:0}#inertia-root .pt-0\.5{padding-top:.125rem}#inertia-root .pt-2{padding-top:.5rem}#inertia-root .pt-4{padding-top:1rem}#inertia-root .pt-6{padding-top:1.5rem}#inertia-root .text-left{text-align:left}#inertia-root .text-center{text-align:center}#inertia-root .font-mono{font-family:Geist Mono,SF Mono,ui-monospace,JetBrains Mono,monospace}#inertia-root .text-\[10px\]{font-size:10px}#inertia-root .text-\[11px\]{font-size:11px}#inertia-root .text-\[12px\]{font-size:12px}#inertia-root .text-\[13\.5px\]{font-size:13.5px}#inertia-root .text-\[13px\]{font-size:13px}#inertia-root .text-\[14px\]{font-size:14px}#inertia-root .text-\[15px\]{font-size:15px}#inertia-root .text-\[16px\]{font-size:16px}#inertia-root .text-\[20px\]{font-size:20px}#inertia-root .text-\[28px\]{font-size:28px}#inertia-root .text-lg{font-size:1.125rem;line-height:1.75rem}#inertia-root .text-sm{font-size:.875rem;line-height:1.25rem}#inertia-root .text-xs{font-size:.75rem;line-height:1rem}#inertia-root .font-bold{font-weight:700}#inertia-root .font-medium{font-weight:500}#inertia-root .font-normal{font-weight:400}#inertia-root .font-semibold{font-weight:600}#inertia-root .uppercase{text-transform:uppercase}#inertia-root .tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}#inertia-root .leading-none{line-height:1}#inertia-root .leading-relaxed{line-height:1.625}#inertia-root .leading-snug{line-height:1.375}#inertia-root .leading-tight{line-height:1.25}#inertia-root .tracking-\[-0\.02em\]{letter-spacing:-.02em}#inertia-root .tracking-tight{letter-spacing:-.025em}#inertia-root .tracking-wide{letter-spacing:.025em}#inertia-root .tracking-widest{letter-spacing:.1em}#inertia-root .text-\[var\(--purple\)\]{color:var(--purple)}#inertia-root .text-\[var\(--text-muted\)\]{color:var(--text-muted)}#inertia-root .text-amber-500{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}#inertia-root .text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}#inertia-root .text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}#inertia-root .text-destructive{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}#inertia-root .text-emerald-600{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity, 1))}#inertia-root .text-emerald-700{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity, 1))}#inertia-root .text-foreground{--tw-text-opacity: 1;color:rgb(26 26 31 / var(--tw-text-opacity, 1))}#inertia-root .text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}#inertia-root .text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}#inertia-root .text-muted-foreground{--tw-text-opacity: 1;color:rgb(105 105 116 / var(--tw-text-opacity, 1))}#inertia-root .text-popover-foreground{--tw-text-opacity: 1;color:rgb(26 26 31 / var(--tw-text-opacity, 1))}#inertia-root .text-primary{--tw-text-opacity: 1;color:rgb(14 124 114 / var(--tw-text-opacity, 1))}#inertia-root .text-primary-foreground{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}#inertia-root .text-purple{--tw-text-opacity: 1;color:rgb(136 64 232 / var(--tw-text-opacity, 1))}#inertia-root .text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}#inertia-root .text-purple-foreground{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}#inertia-root .text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}#inertia-root .text-sky-600{--tw-text-opacity: 1;color:rgb(2 132 199 / var(--tw-text-opacity, 1))}#inertia-root .text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}#inertia-root .text-subtle{--tw-text-opacity: 1;color:rgb(154 154 166 / var(--tw-text-opacity, 1))}#inertia-root .text-success{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}#inertia-root .text-teal-600{--tw-text-opacity: 1;color:rgb(13 148 136 / var(--tw-text-opacity, 1))}#inertia-root .text-teal-strong{--tw-text-opacity: 1;color:rgb(14 124 114 / var(--tw-text-opacity, 1))}#inertia-root .text-violet-700{--tw-text-opacity: 1;color:rgb(109 40 217 / var(--tw-text-opacity, 1))}#inertia-root .text-warning{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}#inertia-root .text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}#inertia-root .underline{text-decoration-line:underline}#inertia-root .underline-offset-4{text-underline-offset:4px}#inertia-root .opacity-30{opacity:.3}#inertia-root .opacity-40{opacity:.4}#inertia-root .opacity-50{opacity:.5}#inertia-root .opacity-60{opacity:.6}#inertia-root .opacity-70{opacity:.7}#inertia-root .shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}#inertia-root .shadow-card{--tw-shadow: 0 1px 2px rgba(17,17,26,.05), 0 0 1px rgba(17,17,26,.08);--tw-shadow-colored: 0 1px 2px var(--tw-shadow-color), 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}#inertia-root .shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}#inertia-root .shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}#inertia-root .shadow-pop{--tw-shadow: 0 12px 28px -8px rgba(17,17,26,.22), 0 2px 6px rgba(17,17,26,.08);--tw-shadow-colored: 0 12px 28px -8px var(--tw-shadow-color), 0 2px 6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}#inertia-root .shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}#inertia-root .shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}#inertia-root .shadow-card{--tw-shadow-color: #ffffff;--tw-shadow: var(--tw-shadow-colored)}#inertia-root .outline-none{outline:2px solid transparent;outline-offset:2px}#inertia-root .outline{outline-style:solid}#inertia-root .ring-offset-background{--tw-ring-offset-color: #ffffff}#inertia-root .filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}#inertia-root .backdrop-blur{--tw-backdrop-blur: blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}#inertia-root .backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}#inertia-root .transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}#inertia-root .transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}#inertia-root .transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}#inertia-root .transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}#inertia-root .transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}#inertia-root .duration-200{transition-duration:.2s}#inertia-root .duration-300{transition-duration:.3s}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}#inertia-root .animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}#inertia-root .fade-in-0{--tw-enter-opacity: 0}#inertia-root .zoom-in-95{--tw-enter-scale: .95}#inertia-root .duration-200{animation-duration:.2s}#inertia-root .duration-300{animation-duration:.3s}#inertia-root{font-family:Geist,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#1a1a1f;background-color:color-mix(in srgb,#8840e8 5%,#f5f5f7);min-height:100vh;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-size:14px}#inertia-root ::-moz-selection{background:color-mix(in srgb,#8840e8 28%,transparent)}#inertia-root ::selection{background:color-mix(in srgb,#8840e8 28%,transparent)}.lx-topbar{height:3px;width:100%;background:linear-gradient(90deg,#8840e8,#48a8a8)}.lx-band{background:linear-gradient(100deg,color-mix(in srgb,#8840e8 12%,#ffffff),color-mix(in srgb,#48a8a8 10%,#ffffff) 90%);border-bottom:1px solid #e6e6ec}.lx-accent{display:inline-block;width:3px;height:15px;border-radius:2px;background:#48a8a8;flex:none}#inertia-root .file\:border-0::file-selector-button{border-width:0px}#inertia-root .file\:bg-transparent::file-selector-button{background-color:transparent}#inertia-root .file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}#inertia-root .file\:font-medium::file-selector-button{font-weight:500}#inertia-root .placeholder\:text-muted-foreground::-moz-placeholder{--tw-text-opacity: 1;color:rgb(105 105 116 / var(--tw-text-opacity, 1))}#inertia-root .placeholder\:text-muted-foreground::placeholder{--tw-text-opacity: 1;color:rgb(105 105 116 / var(--tw-text-opacity, 1))}#inertia-root .placeholder\:text-subtle::-moz-placeholder{--tw-text-opacity: 1;color:rgb(154 154 166 / var(--tw-text-opacity, 1))}#inertia-root .placeholder\:text-subtle::placeholder{--tw-text-opacity: 1;color:rgb(154 154 166 / var(--tw-text-opacity, 1))}#inertia-root .last\:border-0:last-child{border-width:0px}#inertia-root .hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#inertia-root .hover\:border-\[color-mix\(in_srgb\,var\(--purple\)_35\%\,var\(--border\)\)\]:hover{border-color:color-mix(in srgb,var(--purple) 35%,var(--border))}#inertia-root .hover\:border-subtle:hover{--tw-border-opacity: 1;border-color:rgb(154 154 166 / var(--tw-border-opacity, 1))}#inertia-root .hover\:bg-accent:hover{--tw-bg-opacity: 1;background-color:rgb(242 242 245 / var(--tw-bg-opacity, 1))}#inertia-root .hover\:bg-amber-50:hover{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}#inertia-root .hover\:bg-amber-500:hover{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}#inertia-root .hover\:bg-destructive\/10:hover{background-color:#dc26261a}#inertia-root .hover\:bg-destructive\/90:hover{background-color:#dc2626e6}#inertia-root .hover\:bg-emerald-50:hover{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))}#inertia-root .hover\:bg-emerald-600:hover{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity, 1))}#inertia-root .hover\:bg-green-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}#inertia-root .hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}#inertia-root .hover\:bg-muted:hover{--tw-bg-opacity: 1;background-color:rgb(242 242 245 / var(--tw-bg-opacity, 1))}#inertia-root .hover\:bg-muted\/20:hover{background-color:#f2f2f533}#inertia-root .hover\:bg-muted\/30:hover{background-color:#f2f2f54d}#inertia-root .hover\:bg-primary\/10:hover{background-color:#0e7c721a}#inertia-root .hover\:bg-primary\/90:hover{background-color:#0e7c72e6}#inertia-root .hover\:bg-purple:hover{--tw-bg-opacity: 1;background-color:rgb(136 64 232 / var(--tw-bg-opacity, 1))}#inertia-root .hover\:bg-purple-50:hover{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}#inertia-root .hover\:bg-purple\/90:hover{background-color:#8840e8e6}#inertia-root .hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}#inertia-root .hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}#inertia-root .hover\:bg-sky-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 249 255 / var(--tw-bg-opacity, 1))}#inertia-root .hover\:bg-sky-600:hover{--tw-bg-opacity: 1;background-color:rgb(2 132 199 / var(--tw-bg-opacity, 1))}#inertia-root .hover\:bg-slate-100:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}#inertia-root .hover\:bg-slate-700:hover{--tw-bg-opacity: 1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}#inertia-root .hover\:bg-surface-2:hover{--tw-bg-opacity: 1;background-color:rgb(242 242 245 / var(--tw-bg-opacity, 1))}#inertia-root .hover\:bg-teal-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 253 250 / var(--tw-bg-opacity, 1))}#inertia-root .hover\:text-accent-foreground:hover{--tw-text-opacity: 1;color:rgb(26 26 31 / var(--tw-text-opacity, 1))}#inertia-root .hover\:text-destructive:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}#inertia-root .hover\:text-foreground:hover{--tw-text-opacity: 1;color:rgb(26 26 31 / var(--tw-text-opacity, 1))}#inertia-root .hover\:text-muted-foreground:hover{--tw-text-opacity: 1;color:rgb(105 105 116 / var(--tw-text-opacity, 1))}#inertia-root .hover\:text-purple-foreground:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}#inertia-root .hover\:underline:hover{text-decoration-line:underline}#inertia-root .hover\:opacity-100:hover{opacity:1}#inertia-root .focus\:border-ring:focus{--tw-border-opacity: 1;border-color:rgb(136 64 232 / var(--tw-border-opacity, 1))}#inertia-root .focus\:bg-accent:focus{--tw-bg-opacity: 1;background-color:rgb(242 242 245 / var(--tw-bg-opacity, 1))}#inertia-root .focus\:bg-surface-2:focus{--tw-bg-opacity: 1;background-color:rgb(242 242 245 / var(--tw-bg-opacity, 1))}#inertia-root .focus\:text-accent-foreground:focus{--tw-text-opacity: 1;color:rgb(26 26 31 / var(--tw-text-opacity, 1))}#inertia-root .focus\:text-destructive:focus{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}#inertia-root .focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}#inertia-root .focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}#inertia-root .focus\:ring-\[3px\]:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}#inertia-root .focus\:ring-ring:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(136 64 232 / var(--tw-ring-opacity, 1))}#inertia-root .focus\:ring-ring\/25:focus{--tw-ring-color: rgb(136 64 232 / .25)}#inertia-root .focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}#inertia-root .focus-visible\:border-ring:focus-visible{--tw-border-opacity: 1;border-color:rgb(136 64 232 / var(--tw-border-opacity, 1))}#inertia-root .focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}#inertia-root .focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}#inertia-root .focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}#inertia-root .focus-visible\:ring-\[3px\]:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}#inertia-root .focus-visible\:ring-ring:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(136 64 232 / var(--tw-ring-opacity, 1))}#inertia-root .focus-visible\:ring-ring\/25:focus-visible{--tw-ring-color: rgb(136 64 232 / .25)}#inertia-root .focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}#inertia-root .active\:translate-y-px:active{--tw-translate-y: 1px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#inertia-root .disabled\:pointer-events-none:disabled{pointer-events:none}#inertia-root .disabled\:cursor-not-allowed:disabled{cursor:not-allowed}#inertia-root .disabled\:bg-surface-2:disabled{--tw-bg-opacity: 1;background-color:rgb(242 242 245 / var(--tw-bg-opacity, 1))}#inertia-root .disabled\:opacity-40:disabled{opacity:.4}#inertia-root .disabled\:opacity-50:disabled{opacity:.5}#inertia-root .disabled\:opacity-70:disabled{opacity:.7}#inertia-root :is(.group.toaster .group-\[\.toaster\]\:border-border){--tw-border-opacity: 1;border-color:rgb(230 230 236 / var(--tw-border-opacity, 1))}#inertia-root :is(.group.toast .group-\[\.toast\]\:bg-muted){--tw-bg-opacity: 1;background-color:rgb(242 242 245 / var(--tw-bg-opacity, 1))}#inertia-root :is(.group.toast .group-\[\.toast\]\:bg-primary){--tw-bg-opacity: 1;background-color:rgb(14 124 114 / var(--tw-bg-opacity, 1))}#inertia-root :is(.group.toaster .group-\[\.toaster\]\:bg-background){--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}#inertia-root :is(.group.toast .group-\[\.toast\]\:text-muted-foreground){--tw-text-opacity: 1;color:rgb(105 105 116 / var(--tw-text-opacity, 1))}#inertia-root :is(.group.toast .group-\[\.toast\]\:text-primary-foreground){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}#inertia-root :is(.group.toaster .group-\[\.toaster\]\:text-foreground){--tw-text-opacity: 1;color:rgb(26 26 31 / var(--tw-text-opacity, 1))}#inertia-root :is(.group.toaster .group-\[\.toaster\]\:shadow-lg){--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}#inertia-root :is(.peer:disabled~.peer-disabled\:cursor-not-allowed){cursor:not-allowed}#inertia-root :is(.peer:disabled~.peer-disabled\:opacity-70){opacity:.7}#inertia-root .aria-\[invalid\=true\]\:border-destructive[aria-invalid=true]{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity, 1))}#inertia-root .aria-\[invalid\=true\]\:ring-destructive\/20[aria-invalid=true]{--tw-ring-color: rgb(220 38 38 / .2)}#inertia-root .data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}#inertia-root .data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#inertia-root .data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#inertia-root .data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#inertia-root .data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#inertia-root .data-\[state\=open\]\:rotate-180[data-state=open]{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#inertia-root .data-\[state\=active\]\:border-border[data-state=active]{--tw-border-opacity: 1;border-color:rgb(230 230 236 / var(--tw-border-opacity, 1))}#inertia-root .data-\[state\=open\]\:border-ring[data-state=open]{--tw-border-opacity: 1;border-color:rgb(136 64 232 / var(--tw-border-opacity, 1))}#inertia-root .data-\[active\]\:bg-accent\/50[data-active]{background-color:#f2f2f580}#inertia-root .data-\[state\=active\]\:bg-background[data-state=active]{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}#inertia-root .data-\[state\=active\]\:bg-primary\/10[data-state=active]{background-color:#0e7c721a}#inertia-root .data-\[state\=open\]\:bg-accent[data-state=open]{--tw-bg-opacity: 1;background-color:rgb(242 242 245 / var(--tw-bg-opacity, 1))}#inertia-root .data-\[state\=open\]\:bg-accent\/50[data-state=open]{background-color:#f2f2f580}#inertia-root .data-\[state\=open\]\:bg-purple[data-state=open]{--tw-bg-opacity: 1;background-color:rgb(136 64 232 / var(--tw-bg-opacity, 1))}#inertia-root .data-\[state\=open\]\:bg-surface-2[data-state=open]{--tw-bg-opacity: 1;background-color:rgb(242 242 245 / var(--tw-bg-opacity, 1))}#inertia-root .data-\[state\=checked\]\:font-semibold[data-state=checked]{font-weight:600}#inertia-root .data-\[state\=active\]\:text-primary[data-state=active]{--tw-text-opacity: 1;color:rgb(14 124 114 / var(--tw-text-opacity, 1))}#inertia-root .data-\[state\=active\]\:text-purple[data-state=active],#inertia-root .data-\[state\=checked\]\:text-purple[data-state=checked]{--tw-text-opacity: 1;color:rgb(136 64 232 / var(--tw-text-opacity, 1))}#inertia-root .data-\[state\=open\]\:text-foreground[data-state=open]{--tw-text-opacity: 1;color:rgb(26 26 31 / var(--tw-text-opacity, 1))}#inertia-root .data-\[state\=open\]\:text-muted-foreground[data-state=open]{--tw-text-opacity: 1;color:rgb(105 105 116 / var(--tw-text-opacity, 1))}#inertia-root .data-\[state\=open\]\:text-purple-foreground[data-state=open]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}#inertia-root .data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}#inertia-root .data-\[state\=active\]\:shadow-sm[data-state=active]{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}#inertia-root .data-\[state\=open\]\:ring-\[3px\][data-state=open]{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}#inertia-root .data-\[state\=open\]\:ring-ring\/25[data-state=open]{--tw-ring-color: rgb(136 64 232 / .25)}#inertia-root .data-\[motion\^\=from-\]\:animate-in[data-motion^=from-],#inertia-root .data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}#inertia-root .data-\[motion\^\=to-\]\:animate-out[data-motion^=to-],#inertia-root .data-\[state\=closed\]\:animate-out[data-state=closed]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}#inertia-root .data-\[motion\^\=from-\]\:fade-in[data-motion^=from-]{--tw-enter-opacity: 0}#inertia-root .data-\[motion\^\=to-\]\:fade-out[data-motion^=to-],#inertia-root .data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}#inertia-root .data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}#inertia-root .data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}#inertia-root .data-\[state\=open\]\:zoom-in-90[data-state=open]{--tw-enter-scale: .9}#inertia-root .data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}#inertia-root .data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion=from-end]{--tw-enter-translate-x: 13rem}#inertia-root .data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion=from-start]{--tw-enter-translate-x: -13rem}#inertia-root .data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion=to-end]{--tw-exit-translate-x: 13rem}#inertia-root .data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion=to-start]{--tw-exit-translate-x: -13rem}#inertia-root .data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}#inertia-root .data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}#inertia-root .data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}#inertia-root .data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem}#inertia-root .data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x: -50%}#inertia-root .data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y: -48%}#inertia-root .data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x: -50%}#inertia-root .data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y: -48%}#inertia-root :is(.group[data-state=open] .group-data-\[state\=open\]\:rotate-180){--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@supports (backdrop-filter: var(--tw)){#inertia-root .supports-\[backdrop-filter\]\:bg-background\/75{background-color:#ffffffbf}}@media (min-width: 640px){#inertia-root .sm\:col-span-2{grid-column:span 2 / span 2}#inertia-root .sm\:mt-0{margin-top:0}#inertia-root .sm\:inline{display:inline}#inertia-root .sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}#inertia-root .sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}#inertia-root .sm\:flex-row{flex-direction:row}#inertia-root .sm\:items-center{align-items:center}#inertia-root .sm\:justify-end{justify-content:flex-end}#inertia-root :is(.sm\:space-x-2>:not([hidden])~:not([hidden])){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}#inertia-root .sm\:text-left{text-align:left}}@media (min-width: 768px){#inertia-root .md\:absolute{position:absolute}#inertia-root .md\:col-span-2{grid-column:span 2 / span 2}#inertia-root .md\:flex{display:flex}#inertia-root .md\:hidden{display:none}#inertia-root .md\:w-\[var\(--radix-navigation-menu-viewport-width\)\]{width:var(--radix-navigation-menu-viewport-width)}#inertia-root .md\:w-auto{width:auto}#inertia-root .md\:max-w-2xl{max-width:42rem}#inertia-root .md\:max-w-3xl{max-width:48rem}#inertia-root .md\:max-w-md{max-width:28rem}#inertia-root .md\:max-w-xl{max-width:36rem}#inertia-root .md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}#inertia-root .md\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}#inertia-root .md\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}}@media (min-width: 1024px){#inertia-root .lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (prefers-color-scheme: dark){#inertia-root .dark\:hover\:bg-amber-950\/40:hover{background-color:#451a0366}#inertia-root .dark\:hover\:bg-green-950\/40:hover{background-color:#052e1666}#inertia-root .dark\:hover\:bg-purple-950\/40:hover{background-color:#3b076466}#inertia-root .dark\:hover\:bg-red-950\/40:hover{background-color:#450a0a66}#inertia-root .dark\:hover\:bg-slate-800\/40:hover{background-color:#1e293b66}#inertia-root .dark\:hover\:bg-teal-950\/40:hover{background-color:#042f2e66}}#inertia-root :is(.\[\&\>span\]\:line-clamp-1>span){overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}#inertia-root :is(.\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div){--tw-translate-y: -3px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}#inertia-root :is(.\[\&\>svg\]\:absolute>svg){position:absolute}#inertia-root :is(.\[\&\>svg\]\:left-4>svg){left:1rem}#inertia-root :is(.\[\&\>svg\]\:top-4>svg){top:1rem}#inertia-root :is(.\[\&\>svg\]\:text-destructive>svg){--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}#inertia-root :is(.\[\&\>svg\]\:text-foreground>svg){--tw-text-opacity: 1;color:rgb(26 26 31 / var(--tw-text-opacity, 1))}#inertia-root :is(.\[\&\>svg\~\*\]\:pl-7>svg~*){padding-left:1.75rem}#inertia-root :is(.\[\&_\.btn\]\:hidden .btn){display:none}#inertia-root :is(.\[\&_p\]\:leading-relaxed p){line-height:1.625}
