.prokodo-Chip{position:relative;display:inline-flex;align-items:center;border-radius:var(--pk-radius-pill);padding:var(--pk-space-xs) var(--pk-space-md);-webkit-user-select:none;user-select:none;gap:var(--pk-space-sm);transition:background-color var(--pk-timing-normal) ease,color var(--pk-timing-normal) ease,box-shadow var(--pk-timing-normal) ease,filter var(--pk-timing-fast) ease;color:var(--pk-color-fg);font-weight:500;font-size:1.125rem;font-family:var(--font-secondary),-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-style:normal;line-height:1.55;letter-spacing:.03em;text-transform:none;text-align:left;text-decoration:none}@media screen and (min-width:480px){.prokodo-Chip{font-size:1.125rem;line-height:1.5}}@media screen and (min-width:960px){.prokodo-Chip{font-size:1.125rem;line-height:1.5}}.prokodo-Chip:focus-within{outline:3px solid #1E90FF;outline-offset:4px;border-radius:1.5rem;border-radius:var(--pk-radius-pill)}.prokodo-Chip--is-clickable{cursor:pointer}.prokodo-Chip--is-clickable:hover{filter:brightness(1.08);box-shadow:none}.prokodo-Chip--is-clickable.prokodo-Chip--filled--primary,.prokodo-Chip--is-clickable.prokodo-Chip--outlined--primary{box-shadow:0 4px 20px color-mix(in srgb,var(--pk-color-brand) 18%,transparent)}.prokodo-Chip--is-clickable.prokodo-Chip--filled--secondary,.prokodo-Chip--is-clickable.prokodo-Chip--outlined--secondary{box-shadow:0 4px 20px color-mix(in srgb,var(--pk-color-accent) 18%,transparent)}.prokodo-Chip--is-clickable.prokodo-Chip--filled--success,.prokodo-Chip--is-clickable.prokodo-Chip--outlined--success{box-shadow:0 4px 20px color-mix(in srgb,var(--pk-color-success) 18%,transparent)}.prokodo-Chip--is-clickable.prokodo-Chip--filled--warning,.prokodo-Chip--is-clickable.prokodo-Chip--outlined--warning{box-shadow:0 4px 20px color-mix(in srgb,var(--pk-color-warning) 18%,transparent)}.prokodo-Chip--is-clickable.prokodo-Chip--filled--error,.prokodo-Chip--is-clickable.prokodo-Chip--outlined--error{box-shadow:0 4px 20px color-mix(in srgb,var(--pk-color-error) 18%,transparent)}.prokodo-Chip--is-clickable.prokodo-Chip--filled--info,.prokodo-Chip--is-clickable.prokodo-Chip--filled--inherit,.prokodo-Chip--is-clickable.prokodo-Chip--outlined--info,.prokodo-Chip--is-clickable.prokodo-Chip--outlined--inherit{box-shadow:0 4px 20px color-mix(in srgb,var(--pk-color-fg) 10%,transparent)}.prokodo-Chip--has-icon{padding-right:var(--pk-space-sm)}.prokodo-Chip--filled{background-color:inherit;color:inherit}.prokodo-Chip--filled--primary{background-color:color-mix(in srgb,var(--pk-color-brand) 14%,var(--pk-color-surface))}.prokodo-Chip--filled--secondary{background-color:color-mix(in srgb,var(--pk-color-accent) 14%,var(--pk-color-surface))}.prokodo-Chip--filled--info{background-color:color-mix(in srgb,var(--pk-color-muted) 20%,var(--pk-color-surface))}.prokodo-Chip--filled--success{background-color:color-mix(in srgb,var(--pk-color-success) 14%,var(--pk-color-surface))}.prokodo-Chip--filled--error{background-color:color-mix(in srgb,var(--pk-color-error) 14%,var(--pk-color-surface))}.prokodo-Chip--filled--warning{background-color:color-mix(in srgb,var(--pk-color-warning) 18%,var(--pk-color-surface))}.prokodo-Chip--filled--white{background-color:var(--pk-palette-white);color:var(--pk-palette-black)}.prokodo-Chip--filled--inherit{background:var(--gradient-background-inherit)}[data-theme=dark] .prokodo-Chip--filled--inherit,html[data-theme=dark] .prokodo-Chip--filled--inherit{background:var(--pk-color-surface-raised)}.prokodo-Chip--outlined{background-color:initial;color:var(--pk-color-fg)}.prokodo-Chip--outlined:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:var(--pk-border-width);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;z-index:0}.prokodo-Chip--outlined--primary:before,.prokodo-Chip--outlined:before{background:var(--gradient-border-4)}.prokodo-Chip--outlined--secondary:before{background:var(--gradient-border-2)}.prokodo-Chip--outlined--info:before{background:var(--gradient-border-info)}.prokodo-Chip--outlined--success:before{background:var(--gradient-border-success)}.prokodo-Chip--outlined--error:before{background:var(--gradient-border-error)}.prokodo-Chip--outlined--warning:before{background:var(--gradient-border-warning)}.prokodo-Chip--outlined--inherit:before,.prokodo-Chip--outlined--white:before{background:linear-gradient(90deg,var(--pk-palette-grey-100) 0,var(--pk-palette-grey-200) 100%)}[data-theme=dark] .prokodo-Chip--outlined--inherit:before,[data-theme=dark] .prokodo-Chip--outlined--white:before,html[data-theme=dark] .prokodo-Chip--outlined--inherit:before,html[data-theme=dark] .prokodo-Chip--outlined--white:before{background:linear-gradient(90deg,rgba(255,255,255,.3),rgba(255,255,255,.5))}.prokodo-Chip__delete{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border:none;border-radius:100%;color:inherit;cursor:pointer;padding:0;line-height:1;flex-shrink:0;transition:background-color var(--pk-timing-fast) ease,color var(--pk-timing-fast) ease;background-color:rgba(0,0,0,.12)}.prokodo-Chip__delete:hover{background-color:rgba(0,0,0,.22)}.prokodo-Chip--filled--primary .prokodo-Chip__label{background-image:var(--gradient-text-primary);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.prokodo-Chip--filled--secondary .prokodo-Chip__label{background-image:var(--gradient-text-primary-secondary);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.prokodo-Chip--filled--success .prokodo-Chip__label{background-image:var(--gradient-text-success);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.prokodo-Chip--filled--error .prokodo-Chip__label{background-image:var(--gradient-text-error);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.prokodo-Chip--filled--warning .prokodo-Chip__label{background-image:var(--gradient-text-warning);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.prokodo-Chip--filled--info .prokodo-Chip__label{background-image:var(--gradient-text-grey);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.prokodo-Chip--outlined--primary .prokodo-Chip__label{background-image:var(--gradient-text-primary);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.prokodo-Chip--outlined--secondary .prokodo-Chip__label{background-image:var(--gradient-text-primary-secondary);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.prokodo-Chip--outlined--success .prokodo-Chip__label{background-image:var(--gradient-text-success);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.prokodo-Chip--outlined--error .prokodo-Chip__label{background-image:var(--gradient-text-error);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.prokodo-Chip--outlined--warning .prokodo-Chip__label{background-image:var(--gradient-text-warning);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.prokodo-Chip--filled--white .prokodo-Chip__label,.prokodo-Chip--outlined--info .prokodo-Chip__label,.prokodo-Chip--outlined--white .prokodo-Chip__label{background-image:var(--gradient-text-grey);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}[data-theme=dark] .prokodo-Chip--filled--white .prokodo-Chip__label,[data-theme=dark] .prokodo-Chip--outlined--white .prokodo-Chip__label,html[data-theme=dark] .prokodo-Chip--filled--white .prokodo-Chip__label,html[data-theme=dark] .prokodo-Chip--outlined--white .prokodo-Chip__label{background-image:linear-gradient(90deg,var(--pk-palette-grey-400) 0,var(--pk-palette-grey-600) 100%)}.prokodo-Chip--filled--inherit .prokodo-Chip__label,.prokodo-Chip--outlined--inherit .prokodo-Chip__label{background-image:var(--gradient-text-grey);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}[data-theme=dark] .prokodo-Chip--filled--inherit .prokodo-Chip__label,[data-theme=dark] .prokodo-Chip--outlined--inherit .prokodo-Chip__label,html[data-theme=dark] .prokodo-Chip--filled--inherit .prokodo-Chip__label,html[data-theme=dark] .prokodo-Chip--outlined--inherit .prokodo-Chip__label{background-image:linear-gradient(90deg,var(--pk-palette-white) 0,var(--pk-palette-grey-100) 100%)}.prokodo-Chip__label{position:relative;z-index:1}