:root{color-scheme:light;--surface-0: #ffffff;--surface-100: #f8fafc;--surface-200: #e2e8f0;--surface-300: #cbd5f5;--surface-900: #0f172a;--text-0: #f8fafc;--text-500: #64748b;--text-600: #475569;--text-900: #0f172a;--accent-500: #2563eb;--accent-600: #1d4ed8}*{box-sizing:border-box}html,body{height:100%;margin:0}body{font-family:IBM Plex Sans,Segoe UI,sans-serif;background:var(--surface-0);color:var(--text-900)}button,input{font-family:inherit}a{color:inherit}.page-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.page-header .header-title{display:flex;align-items:center;gap:.85rem}.page-header .header-icon{width:34px;height:34px;padding:0;background:transparent;box-shadow:none;filter:brightness(0) saturate(100%) invert(27%) sepia(74%) saturate(2022%) hue-rotate(211deg) brightness(94%) contrast(96%)}.header-actions{display:inline-flex;gap:.75rem;align-items:center}.btn-icon{width:16px;height:16px;margin-right:.4rem;filter:brightness(0) saturate(100%) invert(27%) sepia(74%) saturate(2022%) hue-rotate(211deg) brightness(94%) contrast(96%)}.btn-icon.danger{filter:brightness(0) saturate(100%) invert(20%) sepia(86%) saturate(5208%) hue-rotate(352deg) brightness(94%) contrast(104%)}.icon-action{border:1px solid var(--surface-200);background:var(--surface-0);width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:background .2s ease,border-color .2s ease,transform .2s ease}.icon-action:hover:not(:disabled){background:var(--surface-100);transform:translateY(-1px)}.icon-action:disabled{opacity:.55;cursor:not-allowed;transform:none}.icon-action.danger{border-color:#fecaca;background:#fff1f2}.icon-action.danger:hover:not(:disabled){background:#fee2e2}.icon-action .btn-icon{margin-right:0}.icon-action[data-tooltip]:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%) translateY(6px);background:var(--surface-900);color:var(--text-0);padding:.35rem .6rem;border-radius:8px;font-size:.75rem;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s ease,transform .15s ease;z-index:20}.icon-action[data-tooltip]:hover:after{opacity:1;transform:translate(-50%) translateY(0)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:720px){.page-header{flex-direction:column;align-items:flex-start}}
