@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");:root{--color-bg:#fafafa;--color-bg-container:#fff;--color-text:#141414;--color-text-secondary:#666;--color-border:#e5e5e5}[data-theme=dark]{--color-bg:#000;--color-bg-container:#141414;--color-text:#fff;--color-text-secondary:#a0a0a0;--color-border:#303030}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;color:var(--color-text);background:var(--color-bg)}a{color:inherit;text-decoration:none}[data-theme=dark] .swagger-ui{filter:invert(88%) hue-rotate(180deg)}[data-theme=dark] .swagger-ui .information-container{background:transparent}[data-theme=dark] .swagger-ui img{filter:invert(100%) hue-rotate(180deg)}