:root{--ui-text:var(--ink);--ui-text-muted:var(--ink-soft);--ui-text-subtle:var(--muted);--ui-text-faint:color-mix(in srgb, var(--muted) 70%, transparent);--ui-text-label:var(--ink-soft);--ui-surface:var(--surface);--ui-surface-muted:color-mix(in srgb, var(--surface-2) 50%, var(--surface));--ui-surface-sunken:var(--surface-2);--ui-border:var(--line);--ui-border-strong:color-mix(in srgb, var(--line), var(--ink) 12%);--ui-brand:var(--brand);--ui-brand-hover:color-mix(in srgb, var(--brand), #000 15%);--ui-brand-text:var(--brand-ink);--ui-brand-soft:var(--brand-soft);--ui-brand-soft-hover:color-mix(in srgb, var(--brand-soft), var(--brand) 10%);--ui-brand-border:color-mix(in srgb, var(--brand) 30%, transparent);--ui-brand-ring:color-mix(in srgb, var(--brand) 20%, transparent);--ui-danger-bg:#d92d2014;--ui-danger-bg-hover:#d92d2024;--ui-danger-border:#d92d204d;--ui-danger-text:#b42318;--ui-success-bg:#07945514;--ui-success-border:#0794554d;--ui-success-text:#067647;--ui-warning-bg:#dc680314;--ui-warning-border:#dc68034d;--ui-warning-text:#b54708;--ui-radius-sm:6px;--ui-radius:10px;--ui-radius-lg:16px;--ui-shadow-xs:0 1px 2px #1018280d;--ui-shadow-sm:0 1px 3px #1018280f, 0 1px 2px #1018280a;--ui-shadow-md:0 8px 24px -8px #1018281f, 0 2px 4px #1018280a}@media (prefers-color-scheme:dark){:root{--ui-danger-text:#fda29b;--ui-success-text:#75e0a7;--ui-warning-text:#fec84b;--ui-shadow-xs:none;--ui-shadow-sm:0 1px 3px #0006;--ui-shadow-md:0 8px 24px -8px #00000080}}@layer components{.ui-card{border-radius:var(--ui-radius-lg);border:1px solid var(--ui-border);background:var(--ui-surface);box-shadow:var(--ui-shadow-xs);position:relative;overflow:hidden}.ui-card-header{border-bottom:1px solid var(--ui-border);background:var(--ui-surface);align-items:center;gap:.875rem;padding:1.125rem 1.5rem;display:flex;position:relative}.ui-card-icon{border-radius:var(--ui-radius);border:1px solid var(--ui-border);background:var(--ui-surface-muted);width:2.5rem;height:2.5rem;color:var(--ui-brand);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ui-card-icon svg{width:20px;height:20px}.ui-card-title{letter-spacing:-.015em;color:var(--ui-text);font-size:1.125rem;font-weight:650;line-height:1.3}.ui-card-subtitle{color:var(--ui-text-subtle);margin-top:.125rem;font-size:.875rem;line-height:1.5}.ui-card-body{padding:1.5rem}@media (max-width:640px){.ui-card-header,.ui-card-body{padding:1rem}.ui-card-title{font-size:1.0625rem}}.ui-panel{border-radius:var(--ui-radius-lg);border:1px solid var(--ui-border);background:var(--ui-surface-muted);padding:1.125rem}.ui-tile{border-radius:var(--ui-radius);border:1px solid var(--ui-border);background:var(--ui-surface);padding:1rem;transition:border-color .15s,box-shadow .15s}.ui-tile-interactive:hover{border-color:var(--ui-border-strong);box-shadow:var(--ui-shadow-sm)}.ui-section-title{letter-spacing:-.01em;color:var(--ui-text);font-size:.9375rem;font-weight:600}.ui-muted{color:var(--ui-text-subtle)}.ui-divider{background:var(--ui-border);border:0;height:1px}.ui-label{color:var(--ui-text-label);margin-bottom:.375rem;font-size:.8125rem;font-weight:500;display:block}.ui-hint{color:var(--ui-text-subtle);margin-top:.375rem;font-size:.75rem}.ui-input,.ui-select,.ui-textarea{border-radius:var(--ui-radius);border:1px solid var(--ui-border-strong);background-color:var(--ui-surface);width:100%;color:var(--ui-text);box-shadow:var(--ui-shadow-xs);outline:none;padding:.5625rem .75rem;font-size:.875rem;line-height:1.5;transition:border-color .15s,box-shadow .15s,background-color .15s}.ui-textarea{resize:vertical}.ui-input::placeholder,.ui-textarea::placeholder{color:var(--ui-text-faint)}.ui-input:focus,.ui-select:focus,.ui-textarea:focus{border-color:var(--ui-brand);box-shadow:0 0 0 3px var(--ui-brand-ring)}.ui-input:disabled,.ui-select:disabled,.ui-textarea:disabled{cursor:not-allowed;background-color:var(--ui-surface-sunken);color:var(--ui-text-subtle)}.ui-input[readonly],.ui-textarea[readonly]{background-color:var(--ui-surface-muted)}.ui-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23667085' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:1rem;padding-right:2.25rem}.ui-mono{font-family:var(--font-mono), ui-monospace, SFMono-Regular, Menlo, monospace}.ui-btn{border-radius:var(--ui-radius);white-space:nowrap;cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.5625rem 1rem;font-size:.875rem;font-weight:600;line-height:1.25;transition:background-color .15s,border-color .15s,color .15s,box-shadow .15s;display:inline-flex}.ui-btn:disabled,.ui-btn[aria-disabled=true]{cursor:not-allowed;opacity:.5;box-shadow:none}.ui-btn-sm{padding:.375rem .75rem;font-size:.8125rem}.ui-btn-lg{padding:.75rem 1.25rem;font-size:.9375rem}.ui-btn-primary{border-color:var(--ui-brand);background:var(--ui-brand);color:#fff;box-shadow:var(--ui-shadow-xs)}.ui-btn-primary:hover:not(:disabled){border-color:var(--ui-brand-hover);background:var(--ui-brand-hover)}.ui-btn-secondary{border-color:var(--ui-border-strong);background:var(--ui-surface);color:var(--ui-text-label);box-shadow:var(--ui-shadow-xs)}.ui-btn-secondary:hover:not(:disabled){background:var(--ui-surface-muted);color:var(--ui-text)}.ui-btn-ghost{color:var(--ui-text-muted);background:0 0}.ui-btn-ghost:hover:not(:disabled){background:var(--ui-surface-sunken);color:var(--ui-text)}.ui-btn-soft{background:var(--ui-brand-soft);color:var(--ui-brand-text)}.ui-btn-soft:hover:not(:disabled){background:var(--ui-brand-soft-hover)}.ui-btn-dark{color:#fff;background:#101828}.ui-btn-dark:hover:not(:disabled){background:#1d2939}.ui-btn-danger{color:#fff;box-shadow:var(--ui-shadow-xs);background:#d92d20}.ui-btn-danger:hover:not(:disabled){background:#b42318}.ui-btn-danger-soft{border-color:var(--ui-danger-border);background:var(--ui-danger-bg);color:var(--ui-danger-text)}.ui-btn-danger-soft:hover:not(:disabled){background:var(--ui-danger-bg-hover)}.ui-btn-success{color:#fff;box-shadow:var(--ui-shadow-xs);background:#079455}.ui-btn-success:hover:not(:disabled){background:#067647}.ui-tabs{border-radius:var(--ui-radius);border:1px solid var(--ui-border);background:var(--ui-surface-sunken);flex-wrap:wrap;gap:.125rem;padding:.1875rem;display:inline-flex}.ui-tab{border-radius:var(--ui-radius-sm);color:var(--ui-text-subtle);padding:.4375rem .875rem;font-size:.8125rem;font-weight:500;transition:background-color .15s,color .15s,box-shadow .15s}.ui-tab:hover{color:var(--ui-text)}.ui-tab-active,.ui-tab-active:hover{background:var(--ui-surface);color:var(--ui-text);box-shadow:var(--ui-shadow-sm);font-weight:600}.ui-chip{border:1px solid var(--ui-border-strong);background:var(--ui-surface);color:var(--ui-text-muted);border-radius:999px;align-items:center;gap:.375rem;padding:.3125rem .75rem;font-size:.8125rem;font-weight:500;transition:background-color .15s,border-color .15s,color .15s;display:inline-flex}.ui-chip:hover{background:var(--ui-surface-muted);color:var(--ui-text)}.ui-chip-active,.ui-chip-active:hover{border-color:var(--ui-brand);background:var(--ui-brand-soft);color:var(--ui-brand-text)}.ui-code{border-radius:var(--ui-radius);font-family:var(--font-mono), ui-monospace, SFMono-Regular, Menlo, monospace;color:#e2e8f0;background:#0f172a;border:1px solid #1d2939;padding:1rem;font-size:.8125rem;line-height:1.65}.ui-code::placeholder{color:#64748b}.ui-output{border-radius:var(--ui-radius);border:1px solid var(--ui-border);background:var(--ui-surface-muted);font-family:var(--font-mono), ui-monospace, SFMono-Regular, Menlo, monospace;color:var(--ui-text);padding:1rem;font-size:.8125rem;line-height:1.65}.ui-alert{border-radius:var(--ui-radius);border:1px solid;align-items:flex-start;gap:.625rem;padding:.75rem .875rem;font-size:.875rem;line-height:1.5;display:flex}.ui-alert-error{border-color:var(--ui-danger-border);background:var(--ui-danger-bg);color:var(--ui-danger-text)}.ui-alert-success{border-color:var(--ui-success-border);background:var(--ui-success-bg);color:var(--ui-success-text)}.ui-alert-warning{border-color:var(--ui-warning-border);background:var(--ui-warning-bg);color:var(--ui-warning-text)}.ui-alert-info{border-color:var(--ui-brand-border);background:var(--ui-brand-soft);color:var(--ui-brand-text)}.ui-badge{border-radius:var(--ui-radius-sm);border:1px solid var(--ui-border);background:var(--ui-surface-muted);color:var(--ui-text-muted);align-items:center;gap:.25rem;padding:.0625rem .5rem;font-size:.75rem;font-weight:500;line-height:1.5;display:inline-flex}.ui-badge-brand{border-color:var(--ui-brand-border);background:var(--ui-brand-soft);color:var(--ui-brand-text)}.ui-badge-success{border-color:var(--ui-success-border);background:var(--ui-success-bg);color:var(--ui-success-text)}.ui-badge-warning{border-color:var(--ui-warning-border);background:var(--ui-warning-bg);color:var(--ui-warning-text)}.ui-badge-danger{border-color:var(--ui-danger-border);background:var(--ui-danger-bg);color:var(--ui-danger-text)}.ui-stat{border-radius:var(--ui-radius);border:1px solid var(--ui-border);background:var(--ui-surface);padding:.875rem 1rem}.ui-stat-label{color:var(--ui-text-subtle);font-size:.75rem;font-weight:500}.ui-stat-value{letter-spacing:-.02em;font-variant-numeric:tabular-nums;color:var(--ui-text);margin-top:.25rem;font-size:1.5rem;font-weight:650}.ui-table-wrap{border-radius:var(--ui-radius);border:1px solid var(--ui-border);background:var(--ui-surface);overflow-x:auto}.ui-table{border-collapse:collapse;width:100%;color:var(--ui-text-label);font-size:.875rem}.ui-table thead th{background:var(--ui-surface-muted);text-align:left;color:var(--ui-text-subtle);border-bottom:1px solid var(--ui-border);padding:.625rem 1rem;font-size:.75rem;font-weight:500;position:sticky;top:0}.ui-table tbody td{border-bottom:1px solid var(--ui-border);vertical-align:top;padding:.75rem 1rem}.ui-table tbody tr:last-child td{border-bottom:0}.ui-table tbody tr:hover td{background:var(--ui-surface-muted)}.ui-empty{border-radius:var(--ui-radius-lg);border:1px dashed var(--ui-border-strong);background:var(--ui-surface-muted);text-align:center;color:var(--ui-text-subtle);padding:2.5rem 1.5rem}.ui-dropzone{border-radius:var(--ui-radius-lg);border:1.5px dashed var(--ui-border-strong);background:var(--ui-surface-muted);text-align:center;padding:2rem 1.5rem;transition:border-color .15s,background-color .15s}.ui-dropzone:hover,.ui-dropzone-active{border-color:var(--ui-brand);background:var(--ui-brand-soft)}.ui-link{color:var(--ui-brand);text-underline-offset:3px;font-weight:500}.ui-link:hover{color:var(--ui-brand-hover);text-decoration:underline}}@media (prefers-color-scheme:dark){@layer utilities{:where(.tools-scope) .bg-amber-50:not(:where([class*=dark\:bg-])),:where(.tools-scope) .hover\:bg-amber-50:not(:where([class*=dark\:bg-])):hover{background-color:#f99c001a;background-color:lab(72.7183% 31.8672 97.9407/.1)}:where(.tools-scope) .bg-amber-100:not(:where([class*=dark\:bg-])),:where(.tools-scope) .hover\:bg-amber-100:not(:where([class*=dark\:bg-])):hover{background-color:#f99c0026;background-color:lab(72.7183% 31.8672 97.9407/.15)}:where(.tools-scope) .bg-amber-100\/80:not(:where([class*=dark\:bg-])){background-color:#f99c001f;background-color:lab(72.7183% 31.8672 97.9407/.12)}:where(.tools-scope) .bg-emerald-50:not(:where([class*=dark\:bg-])){background-color:#00bb7f1a;background-color:lab(66.9756% -58.27 19.5419/.1)}:where(.tools-scope) .bg-emerald-50\/60:not(:where([class*=dark\:bg-])){background-color:#00bb7f0f;background-color:lab(66.9756% -58.27 19.5419/.06)}:where(.tools-scope) .bg-emerald-50\/70:not(:where([class*=dark\:bg-])){background-color:#00bb7f12;background-color:lab(66.9756% -58.27 19.5419/.07)}:where(.tools-scope) .bg-emerald-100:not(:where([class*=dark\:bg-])),:where(.tools-scope) .hover\:bg-emerald-100:not(:where([class*=dark\:bg-])):hover{background-color:#00bb7f26;background-color:lab(66.9756% -58.27 19.5419/.15)}:where(.tools-scope) .bg-gray-200:not(:where([class*=dark\:bg-])){background-color:color-mix(in srgb, var(--ink) 10%, transparent)}:where(.tools-scope) .bg-green-100:not(:where([class*=dark\:bg-])){background-color:#00c75826;background-color:lab(70.5521% -66.5147 45.8073/.15)}:where(.tools-scope) .bg-red-50:not(:where([class*=dark\:bg-])){background-color:#fb2c361a;background-color:lab(55.4814% 75.0732 48.8528/.1)}:where(.tools-scope) .bg-red-50\/60:not(:where([class*=dark\:bg-])){background-color:#fb2c360f;background-color:lab(55.4814% 75.0732 48.8528/.06)}:where(.tools-scope) .bg-red-50\/70:not(:where([class*=dark\:bg-])){background-color:#fb2c3612;background-color:lab(55.4814% 75.0732 48.8528/.07)}:where(.tools-scope) .bg-red-100:not(:where([class*=dark\:bg-])),:where(.tools-scope) .hover\:bg-red-100:not(:where([class*=dark\:bg-])):hover{background-color:#fb2c3626;background-color:lab(55.4814% 75.0732 48.8528/.15)}:where(.tools-scope) .bg-slate-200:not(:where([class*=dark\:bg-])){background-color:color-mix(in srgb, var(--ink) 10%, transparent)}:where(.tools-scope) .bg-yellow-100:not(:where([class*=dark\:bg-])){background-color:#edb20026;background-color:lab(76.3898% 14.5258 98.4589/.15)}:where(.tools-scope) .border-amber-200:not(:where([class*=dark\:border-])){border-color:#f99c004d;border-color:lab(72.7183% 31.8672 97.9407/.3)}:where(.tools-scope) .border-amber-300:not(:where([class*=dark\:border-])){border-color:#f99c0066;border-color:lab(72.7183% 31.8672 97.9407/.4)}:where(.tools-scope) .border-blue-200:not(:where([class*=dark\:border-])){border-color:#3080ff4d;border-color:lab(54.1736% 13.3369 -74.6839/.3)}:where(.tools-scope) .border-emerald-100:not(:where([class*=dark\:border-])){border-color:#00bb7f40;border-color:lab(66.9756% -58.27 19.5419/.25)}:where(.tools-scope) .border-emerald-200:not(:where([class*=dark\:border-])){border-color:#00bb7f4d;border-color:lab(66.9756% -58.27 19.5419/.3)}:where(.tools-scope) .border-emerald-300:not(:where([class*=dark\:border-])),:where(.tools-scope) .hover\:border-emerald-300:not(:where([class*=dark\:border-])):hover{border-color:#00bb7f66;border-color:lab(66.9756% -58.27 19.5419/.4)}:where(.tools-scope) .border-green-200:not(:where([class*=dark\:border-])){border-color:#00c7584d;border-color:lab(70.5521% -66.5147 45.8073/.3)}:where(.tools-scope) .border-indigo-200:not(:where([class*=dark\:border-])){border-color:#625fff4d;border-color:lab(48.295% 38.3129 -81.9673/.3)}:where(.tools-scope) .border-orange-200:not(:where([class*=dark\:border-])){border-color:#fe6e004d;border-color:lab(64.272% 57.1788 90.3583/.3)}:where(.tools-scope) .border-pink-200:not(:where([class*=dark\:border-])){border-color:#f6339a4d;border-color:lab(56.9303% 76.8162 -8.07021/.3)}:where(.tools-scope) .border-purple-200:not(:where([class*=dark\:border-])){border-color:#ac4bff4d;border-color:lab(52.0183% 66.11 -78.2316/.3)}:where(.tools-scope) .border-red-100:not(:where([class*=dark\:border-])){border-color:#fb2c3640;border-color:lab(55.4814% 75.0732 48.8528/.25)}:where(.tools-scope) .border-red-200:not(:where([class*=dark\:border-])){border-color:#fb2c364d;border-color:lab(55.4814% 75.0732 48.8528/.3)}:where(.tools-scope) .border-red-300:not(:where([class*=dark\:border-])),:where(.tools-scope) .hover\:border-red-300:not(:where([class*=dark\:border-])):hover{border-color:#fb2c3666;border-color:lab(55.4814% 75.0732 48.8528/.4)}:where(.tools-scope) .border-rose-300:not(:where([class*=dark\:border-])){border-color:#ff235766;border-color:lab(56.101% 79.4328 31.4532/.4)}:where(.tools-scope) .border-teal-200:not(:where([class*=dark\:border-])){border-color:#00baa74d;border-color:lab(67.3859% -49.0983 -2.63511/.3)}:where(.tools-scope) .border-violet-200:not(:where([class*=dark\:border-])){border-color:#8d54ff4d;border-color:lab(49.9355% 55.1776 -81.8963/.3)}:where(.tools-scope) .from-amber-50:not(:where([class*=dark\:from-])){--tw-gradient-from:#f99c001a}@supports (color:lab(0% 0 0)){:where(.tools-scope) .from-amber-50:not(:where([class*=dark\:from-])){--tw-gradient-from:lab(72.7183% 31.8672 97.9407/.1)}}:where(.tools-scope) .from-emerald-50:not(:where([class*=dark\:from-])){--tw-gradient-from:#00bb7f1a}@supports (color:lab(0% 0 0)){:where(.tools-scope) .from-emerald-50:not(:where([class*=dark\:from-])){--tw-gradient-from:lab(66.9756% -58.27 19.5419/.1)}}:where(.tools-scope) .from-emerald-50\/70:not(:where([class*=dark\:from-])){--tw-gradient-from:#00bb7f12}@supports (color:lab(0% 0 0)){:where(.tools-scope) .from-emerald-50\/70:not(:where([class*=dark\:from-])){--tw-gradient-from:lab(66.9756% -58.27 19.5419/.07)}}:where(.tools-scope) .from-gray-200:not(:where([class*=dark\:from-])){--tw-gradient-from:color-mix(in srgb, var(--ink) 10%, transparent)}:where(.tools-scope) .from-orange-50:not(:where([class*=dark\:from-])){--tw-gradient-from:#fe6e001a}@supports (color:lab(0% 0 0)){:where(.tools-scope) .from-orange-50:not(:where([class*=dark\:from-])){--tw-gradient-from:lab(64.272% 57.1788 90.3583/.1)}}:where(.tools-scope) .from-red-50:not(:where([class*=dark\:from-])){--tw-gradient-from:#fb2c361a}@supports (color:lab(0% 0 0)){:where(.tools-scope) .from-red-50:not(:where([class*=dark\:from-])){--tw-gradient-from:lab(55.4814% 75.0732 48.8528/.1)}}:where(.tools-scope) .from-sky-50:not(:where([class*=dark\:from-])){--tw-gradient-from:#00a5ef1a}@supports (color:lab(0% 0 0)){:where(.tools-scope) .from-sky-50:not(:where([class*=dark\:from-])){--tw-gradient-from:lab(63.3038% -18.433 -51.0407/.1)}}:where(.tools-scope) .from-slate-50:not(:where([class*=dark\:from-])){--tw-gradient-from:color-mix(in srgb, var(--ink) 4%, transparent)}:where(.tools-scope) .ring-amber-200:not(:where([class*=dark\:ring-])){--tw-ring-color:#f99c004d}@supports (color:lab(0% 0 0)){:where(.tools-scope) .ring-amber-200:not(:where([class*=dark\:ring-])){--tw-ring-color:lab(72.7183% 31.8672 97.9407/.3)}}:where(.tools-scope) .ring-emerald-200:not(:where([class*=dark\:ring-])){--tw-ring-color:#00bb7f4d}@supports (color:lab(0% 0 0)){:where(.tools-scope) .ring-emerald-200:not(:where([class*=dark\:ring-])){--tw-ring-color:lab(66.9756% -58.27 19.5419/.3)}}:where(.tools-scope) .ring-red-200:not(:where([class*=dark\:ring-])){--tw-ring-color:#fb2c364d}@supports (color:lab(0% 0 0)){:where(.tools-scope) .ring-red-200:not(:where([class*=dark\:ring-])){--tw-ring-color:lab(55.4814% 75.0732 48.8528/.3)}}:where(.tools-scope) .text-amber-700:not(:where([class*=dark\:text-])){color:#ffd236;color:lab(86.4156% 6.13147 78.3961)}:where(.tools-scope) .text-amber-800:not(:where([class*=dark\:text-])),:where(.tools-scope) .text-amber-900:not(:where([class*=dark\:text-])){color:#fee685;color:lab(91.7203% -.505269 49.9084)}:where(.tools-scope) .text-blue-700:not(:where([class*=dark\:text-])){color:#90c5ff;color:lab(77.5052% -6.4629 -36.42)}:where(.tools-scope) .hover\:text-blue-800:not(:where([class*=dark\:text-])):hover{color:#bedbff;color:lab(86.15% -4.04379 -21.0797)}:where(.tools-scope) .text-cyan-700:not(:where([class*=dark\:text-])){color:#53eafd;color:lab(85.3886% -36.7636 -21.5716)}:where(.tools-scope) .text-emerald-700:not(:where([class*=dark\:text-])){color:#5ee9b5;color:lab(83.9203% -48.7124 13.8849)}:where(.tools-scope) .text-emerald-800:not(:where([class*=dark\:text-])),:where(.tools-scope) .hover\:text-emerald-800:not(:where([class*=dark\:text-])):hover,:where(.tools-scope) .text-emerald-900:not(:where([class*=dark\:text-])),:where(.tools-scope) .hover\:text-emerald-900:not(:where([class*=dark\:text-])):hover{color:#a4f4cf;color:lab(90.2247% -31.039 9.47084)}:where(.tools-scope) .text-green-700:not(:where([class*=dark\:text-])){color:#7bf1a8;color:lab(86.9953% -47.2691 25.0054)}:where(.tools-scope) .text-green-800:not(:where([class*=dark\:text-])){color:#b9f8cf;color:lab(92.4222% -26.4702 12.9427)}:where(.tools-scope) .text-orange-700:not(:where([class*=dark\:text-])){color:#ffb96d;color:lab(80.8059% 21.7313 50.4455)}:where(.tools-scope) .text-purple-700:not(:where([class*=dark\:text-])){color:#d9b3ff;color:lab(78.3298% 26.2195 -34.9499)}:where(.tools-scope) .text-red-700:not(:where([class*=dark\:text-])){color:#ffa3a3;color:lab(76.5514% 36.422 15.5335)}:where(.tools-scope) .text-red-800:not(:where([class*=dark\:text-])),:where(.tools-scope) .hover\:text-red-800:not(:where([class*=dark\:text-])):hover{color:#ffcaca;color:lab(86.017% 19.8815 7.75869)}:where(.tools-scope) .text-sky-700:not(:where([class*=dark\:text-])){color:#77d4ff;color:lab(80.3307% -20.2945 -31.385)}}}
