*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--font-sans: "IBM Plex Sans", sans-serif;--font-mono: "IBM Plex Mono", monospace;--bg: #f6f7f9;--bg-2: #ffffff;--bg-3: #eef1f4;--bg-4: #e4e8ec;--border: #e3e7eb;--border-2: #cbd2d9;--text: #1a1f29;--text-2: #545c67;--text-3: #6b7280;--ring: #4b5563;--green: #1a7f37;--green-dim: #aee0bd;--green-bg: #e6f4ea;--amber: #9a6700;--amber-dim: #f3d488;--amber-bg: #fbf1d9;--blue: #1f5fd6;--blue-dim: #bcd4fb;--blue-bg: #e9f1fe;--purple: #6d28d9;--purple-dim:#d6c8f5;--purple-bg: #f1e9fe;--red: #c1342f;--red-dim: #f3bcba;--red-bg: #fdecea;--radius-sm: 3px;--radius: 5px;--radius-lg: 8px}html,body,#root{height:100%;background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}button{font-family:var(--font-sans);font-size:13px;cursor:pointer;border:none;outline:none;background:none}input,select,textarea{font-family:var(--font-sans);font-size:13px;outline:none;background:var(--bg-2);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-sm);padding:6px 10px}input:focus,select:focus,textarea:focus{border-color:var(--border-2)}select option{background:var(--bg-2)}.tnum{font-variant-numeric:tabular-nums}.po-row{border-left:2px solid transparent;transition:background-color .12s ease}.po-row:hover,.po-row.is-selected{background:var(--bg-3)}.po-row:focus-visible{outline:2px solid var(--ring);outline-offset:-2px}button:focus-visible,[role=button]:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible{outline:2px solid var(--ring);outline-offset:1px}@keyframes slideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-2);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-3)}[data-theme=dark]{--bg: #0e0f0e;--bg-2: #161817;--bg-3: #1e2020;--bg-4: #252827;--border: #2e3230;--border-2: #3d4240;--text: #e8ebe8;--text-2: #9aa39a;--text-3: #5c655c;--ring: #8b95a1;--green: #4ade80;--green-dim: #16532d;--green-bg: #0a2e18;--amber: #fbbf24;--amber-dim: #78350f;--amber-bg: #2d1d06;--blue: #60a5fa;--blue-dim: #1e3a5f;--blue-bg: #0c1f35;--purple: #a78bfa;--purple-dim:#3b2d6e;--purple-bg: #1c1535;--red: #f87171;--red-dim: #7f1d1d;--red-bg: #2d0f0f}.brand-logo{height:16px;width:auto;display:block}[data-theme=dark] .brand-logo{filter:invert(1)}.icon-btn{display:inline-flex;align-items:center;justify-content:center;height:30px;width:30px;color:var(--text-2);background:none;border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:color .12s ease,background-color .12s ease,border-color .12s ease}.icon-btn:hover{color:var(--text);border-color:var(--border-2);background:var(--bg-3)}
