.actito,[data-actito-theme=light] .actito{--actito-primary:#2b42f7;--actito-primary-hover:#071cc3;--actito-on-primary:#ffffffde;--actito-secondary:#2b42f7;--actito-primary-container:#dfe0ff;--actito-on-primary-container:#000a64;--actito-error:#ba1a1a;--actito-surface:#fff;--actito-surface-hover:#f4f5f9;--actito-on-surface:#000000de;--actito-shadow-rgb:0 0 0;--actito-elevation-1:0px 3px 1px -2px rgb(var(--actito-shadow-rgb)/0.2),0px 2px 2px 0px rgb(var(--actito-shadow-rgb)/0.14),0px 1px 5px 0px rgb(var(--actito-shadow-rgb)/0.12);--actito-elevation-2:0px 2px 4px -1px rgb(var(--actito-shadow-rgb)/0.2),0px 4px 5px 0px rgb(var(--actito-shadow-rgb)/0.14),0px 1px 10px 0px rgb(var(--actito-shadow-rgb)/0.12);--actito-elevation-3:0px 5px 5px -3px rgb(var(--actito-shadow-rgb)/0.2),0px 8px 10px 1px rgb(var(--actito-shadow-rgb)/0.14),0px 3px 14px 2px rgb(var(--actito-shadow-rgb)/0.12);--actito-elevation-4:0px 5px 5px -3px rgb(var(--actito-shadow-rgb)/0.2),0px 8px 10px 1px rgb(var(--actito-shadow-rgb)/0.14),0px 3px 14px 2px rgb(var(--actito-shadow-rgb)/0.12);--actito-backdrop-background:#00000080;--actito-layer-medium:536870912;--actito-layer-high:1073741824;--actito-layer-highest:2147483647;--actito-modal-margin:64px}[data-actito-theme=dark] .actito{--actito-primary:#2b4eff;--actito-primary-hover:#2746e6;--actito-secondary:#3b82f6;--actito-error:#ef4444;--actito-surface:#27282b;--actito-surface-hover:#3d3d40;--actito-on-surface:#ffffffde}@media (prefers-color-scheme:dark){.actito{--actito-primary:#2b4eff;--actito-primary-hover:#2746e6;--actito-secondary:#3b82f6;--actito-error:#ef4444;--actito-surface:#27282b;--actito-surface-hover:#3d3d40;--actito-on-surface:#ffffffde}}.actito *{box-sizing:border-box;margin:0;padding:0}.actito a,.actito button,.actito h1,.actito h2,.actito h3,.actito h4,.actito h5,.actito h6,.actito p,.actito span{background-color:initial;border:none;color:var(--actito-on-surface);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:14px;font-weight:400;line-height:20px;-webkit-text-decoration:none;text-decoration:none;text-transform:none}.actito a:hover,.actito button:hover{background-color:initial;border:initial;color:initial;text-decoration:initial}.actito .actito__backdrop{background:var(--actito-backdrop-background);bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:var(--actito-layer-high)}.actito .actito__button{background-color:var(--actito-button-background-color);border-radius:4px;color:var(--actito-button-text-color);cursor:pointer;font-size:14px;font-weight:500;line-height:20px;overflow:hidden;padding:8px 16px;text-overflow:ellipsis;transition:background-color .3s ease-in-out,color .3s ease-in-out;white-space:nowrap}.actito .actito__button:hover{background-color:var(--actito-button-background-color--hover);color:var(--actito-button-text-color--hover)}.actito .actito__button--primary{--actito-button-background-color:var(--actito-primary);--actito-button-text-color:var(--actito-on-primary);--actito-button-background-color--hover:var(--actito-primary-hover);--actito-button-text-color--hover:var(--actito-on-primary)}.actito .actito__button--secondary{--actito-button-background-color:clear;--actito-button-text-color:var(--actito-secondary);--actito-button-background-color--hover:var(--actito-surface-hover);--actito-button-text-color--hover:var(--actito-secondary)}.actito .actito__button--destructive{--actito-button-background-color:clear;--actito-button-text-color:var(--actito-error);--actito-button-background-color--hover:#ffdad699;--actito-button-text-color--hover:var(--actito-error)}.actito .actito__close-button{align-items:center;border-radius:4px;cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;transition:background-color .3s ease-in-out,border-radius .3s ease-in-out;width:32px}.actito .actito__close-button--solid,.actito .actito__close-button:hover{background-color:var(--actito-surface-hover)}.actito .actito__close-button--solid{border-radius:16px}.actito .actito__close-button--solid:hover{border-radius:4px}.actito .actito__close-button .actito__close-button-icon{fill:var(--actito-on-surface);height:24px;width:24px}[data-actito-theme=dark] .actito .actito__button--destructive{--actito-button-background-color--hover:#ffdad633}@media (prefers-color-scheme:dark){.actito .actito__button--destructive{--actito-button-background-color--hover:#ffdad633}}.actito .actito__modal{background:var(--actito-surface);border-radius:4px;box-shadow:0 0 32px -8px #00000085;display:flex;flex-direction:column;left:50%;max-height:calc(100vh - var(--actito-modal-margin));max-width:calc(100vw - var(--actito-modal-margin));padding:16px;position:fixed;row-gap:16px;top:50%;transform:translate(-50%,-50%);z-index:var(--actito-layer-highest)}.actito .actito__modal--top{top:var(--actito-modal-margin);transform:translate(-50%)}.actito .actito__modal-header{align-items:center;column-gap:16px;display:flex;flex-direction:row;row-gap:16px}.actito .actito__modal-header-icon{border-radius:4px;height:32px;width:32px}.actito .actito__modal-header-title{flex-grow:1;font-size:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.actito .actito__modal-content{display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto}.actito .actito__iam-banner{background:var(--actito-surface);border-radius:4px;box-shadow:0 0 32px -8px #00000085;column-gap:16px;cursor:pointer;display:flex;flex-direction:row;left:50%;max-height:calc(100vh - var(--actito-modal-margin));max-width:calc(100vw - var(--actito-modal-margin));padding:16px;position:fixed;top:var(--actito-modal-margin);transform:translate(-50%);width:500px;z-index:var(--actito-layer-highest)}.actito .actito__iam-banner-image{height:64px;object-fit:cover;width:64px}.actito .actito__iam-banner-content{display:flex;flex-direction:column;overflow:hidden}.actito .actito__iam-banner-content-title{-webkit-line-clamp:2;font-size:16px;font-weight:600;margin-bottom:4px}.actito .actito__iam-banner-content-message,.actito .actito__iam-banner-content-title{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.actito .actito__iam-banner-content-message{-webkit-line-clamp:3}.actito .actito__iam-card{background:var(--actito-surface);border-radius:4px;box-shadow:0 0 32px -8px #00000085;display:flex;flex-direction:column;left:50%;max-height:calc(100vh - var(--actito-modal-margin));max-width:calc(100vw - var(--actito-modal-margin));padding:16px;position:fixed;row-gap:16px;top:50%;transform:translate(-50%,-50%);width:500px;z-index:var(--actito-layer-highest)}.actito .actito__iam-card-header{position:relative}.actito .actito__iam-card-header-image{aspect-ratio:2/1;object-fit:cover;width:100%}.actito .actito__iam-card .actito__close-button{position:absolute;right:8px;top:8px}.actito .actito__iam-card-content-title{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;font-size:16px;font-weight:600;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis}.actito .actito__iam-card:not(:has(>.actito__iam-card-header)) .actito__iam-card-content-title{margin-right:32px}.actito .actito__iam-card-content-message{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.actito .actito__iam-card-actions{column-gap:16px;display:flex;flex-direction:row-reverse}.actito .actito__iam-fullscreen,[data-actito-theme=light] .actito .actito__iam-fullscreen{--actito-iam-fullscreen-gradient-start:#fff0;--actito-iam-fullscreen-gradient-end:#fff;border-radius:4px;box-shadow:0 0 32px -8px #00000085;cursor:pointer;height:calc(100vh - var(--actito-modal-margin));left:50%;overflow:hidden;position:fixed;top:50%;transform:translate(-50%,-50%);width:calc(100vw - var(--actito-modal-margin));z-index:var(--actito-layer-highest)}[data-actito-theme=dark] .actito .actito__iam-fullscreen{--actito-iam-fullscreen-gradient-start:#0000;--actito-iam-fullscreen-gradient-end:#000}@media (prefers-color-scheme:dark){.actito .actito__iam-fullscreen{--actito-iam-fullscreen-gradient-start:#0000;--actito-iam-fullscreen-gradient-end:#000}}.actito .actito__iam-fullscreen-image{height:100%;object-fit:cover;width:100%}.actito .actito__iam-fullscreen-content{background:linear-gradient(var(--actito-iam-fullscreen-gradient-start),var(--actito-iam-fullscreen-gradient-end));bottom:0;display:flex;flex-direction:column;padding:32px 16px 16px;position:absolute;width:100%}.actito .actito__iam-fullscreen-content-title{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;font-size:16px;font-weight:600;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis}.actito .actito__iam-fullscreen-content-message{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.actito .actito__iam-fullscreen .actito__close-button{position:absolute;right:8px;top:8px}