:root{--ci-rgb-white:255 255 255;--ci-rgb-black:0 0 0;--ci-rgb-grey:217 217 217;--ci-rgb-grey-light:245 245 245;--ci-rgb-primary:0 129 255;--ci-rgb-primary-light:230 245 255;--ci-rgb-secondary:0 190 170;--ci-rgb-secondary-light:232 251 241;--ci-rgb-online:62 207 110;--ci-color-white:rgb(var(--ci-rgb-white));--ci-color-black:rgb(var(--ci-rgb-black));--ci-color-grey:rgb(var(--ci-rgb-grey));--ci-color-grey-light:rgb(var(--ci-rgb-grey-light));--ci-color-primary:rgb(var(--ci-rgb-primary));--ci-color-primary-light:rgb(var(--ci-rgb-primary-light));--ci-color-secondary:rgb(var(--ci-rgb-secondary));--ci-color-secondary-light:rgb(var(--ci-rgb-secondary-light));--ci-color-online:rgb(var(--ci-rgb-online));--ci-text-sm:11px;--ci-text-md:16px;--ci-text-lg:17px;--ci-text-xl:20px;--ci-text-2xl:24px;--ci-font-base:helvetica;--ci-font-title:helvetica;--ci-weight-regular:400;--ci-weight-bold:700}.ci-animation-message{pointer-events:none;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.ci-animation-message__element{z-index:9999;opacity:1;transform:scale(var(--ci-animation-scale,1));transition:all 3s ease-in-out var(--ci-animation-delay);animation-name:move;animation-duration:3s;animation-timing-function:ease-in;animation-delay:var(--ci-animation-delay);offset-path:path("M0,20 C20,100 200,0 200,100");offset-rotate:0deg;font-size:32px;position:absolute;top:105%;left:0}@keyframes move{0%{offset-distance:0%}to{offset-distance:100%}}.ci-audio-player{align-items:center;display:flex}.ci-audio-player__progress-indicator{min-width:min(50vw,200px);position:relative}.ci-audio-player__progress-background{background-color:var(--silver-sand);border:1px;border-radius:5px;width:100%;height:3px}.ci-audio-player__progress-line{background-color:var(--ci-color-secondary);border:1px;border-radius:5px;width:0%;height:3px;position:absolute;top:0}.ci-contact{border-bottom:1px solid var(--ci-color-grey);flex:1;align-items:center;gap:16px;min-width:123px;max-height:77px;padding:10px 24px;display:flex}.ci-contact__image{object-fit:cover;border-radius:50%;width:53px;height:53px}.ci-contact__wrapper{flex-direction:column;align-items:flex-start;gap:3px;width:54px;min-height:42px;margin-top:1px;display:flex}.ci-contact__name{min-height:25px;color:var(--ci-color-black);font-weight:var(--ci-font-bold);font-size:var(--ci-text-xl);font-family:var(--ci-font-title);letter-spacing:0}.ci-contact__status{gap:8px;width:49px;display:flex}.ci-contact__status-circle{background-color:var(--ci-color-online);border:1px;border-radius:4px;width:8px;height:8px;margin-top:3px}.ci-contact__status-text{width:31px;height:14px;color:var(--ci-color-black);font-size:var(--ci-text-sm);letter-spacing:0;font-style:italic}.ci-fullscreen-image{z-index:10;background-color:#000;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.ci-fullscreen-image__image{object-fit:contain;flex:1;overflow:hidden}.ci-fullscreen-image__close{cursor:pointer;width:62px;height:62px;position:absolute;top:10px;right:10px}.ci-header{background-color:var(--ci-color-primary);flex-direction:row-reverse;justify-content:space-between;align-items:flex-start;padding:14px 12px;display:flex}.ci-header__logo{object-fit:contain;align-self:flex-end;width:78px;height:72px;margin-bottom:8px}.ci-header__container{flex-direction:column;align-items:flex-end;gap:39px;width:121px;min-height:81px;display:flex}.ci-header__battery{width:23px;height:12px}.ci-header__title{min-width:121px;min-height:30px;color:var(--ci-color-white);font-weight:var(--ci-font-bold);font-size:var(--ci-text-2xl);font-family:var(--ci-font-title);letter-spacing:0}.ci-input{min-width:calc(100% - 26px);min-height:60px;font-family:var(--ci-font-base);background-color:var(--ci-color-secondary);border:1px;justify-content:flex-end;align-self:flex-end;align-items:center;gap:15px;padding:0 13px;display:flex}.ci-input--options,.ci-input--multiple-choice{height:100%;padding:0;display:block}.ci-input__text-wrapper{max-width:330px;height:40px;color:var(--ci-color-black);font-size:var(--ci-text-md);background-color:var(--ci-color-white);border-radius:10px;flex:1;align-items:center;padding:0 11px;display:flex}.ci-input__text-prefix{white-space:nowrap;height:40px;margin-right:.5ch;line-height:40px}.ci-input__text{height:40px;color:var(--ci-color-black);font-family:var(--ci-font-base);letter-spacing:0;background-color:#0000;border:none;outline:none;flex:1;line-height:40px}.ci-input__text:placeholder{color:var(--color-grey);font-family:var(--ci-font-base)}.ci-input__options-wrapper{flex-direction:column;align-items:center;gap:11px;height:255px;margin:10px 0;display:flex}.ci-input__images-wrapper{flex-direction:row;align-items:center;gap:11px;max-width:100%;height:255px;margin:10px 12px;display:flex;overflow-y:scroll}.ci-input__message{color:var(--ci-color-white)}.ci-input__option{background-color:var(--ci-color-white);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-width:0;border-radius:10px;flex:1 1 0;justify-content:center;align-items:center;width:93%;padding:0;display:flex}.ci-input__option:hover{background-color:var(--ci-color-grey-light)}.ci-input__option[data-selected=true]{background-color:var(--ci-color-primary)}.ci-input__option[data-selected=true]:hover{background-color:var(--ci-color-primary-light)}.ci-input__option--image{flex-shrink:0;width:255px;min-width:255px;height:255px;overflow:hidden}.ci-input__option--send{background-color:var(--ci-color-primary);-webkit-appearance:none;-moz-appearance:none;appearance:none;border-style:none;border-radius:30px}.ci-input__option--send:hover{background-color:var(--ci-color-primary-light)}.ci-input__option-text{min-width:222px;min-height:23px;font-size:var(--ci-text-lg);letter-spacing:0;text-align:center}.ci-input__image{object-fit:cover;width:100%;height:100%}.ci-input__send{cursor:pointer;width:36px;height:36px}.ci-message{font-family:var(--ci-font-base);background-color:var(--ci-color-grey-light);border:1px;align-items:flex-start;margin:2px 24px;padding:8px 8px 8px 12px;line-height:1.3;display:inline-block;box-shadow:1px 1px 1px #00000026}.ci-message--in{border-radius:0 10px 10px;width:-moz-fit-content;width:fit-content;max-width:70%}.ci-message--out{text-align:left;background-color:var(--ci-color-primary-light);border-radius:10px 0 10px 10px;align-self:flex-end;max-width:70%}.ci-message--in+.ci-message--out,.ci-message--out+.ci-message--in{margin-top:12px}.ci-message--image{max-width:224px}.ci-message__text{color:var(--ci-color-black);font-weight:var(--ci-weight-regular);font-size:var(--ci-text-md);text-overflow:ellipsis;font-style:normal;overflow:hidden}.ci-message__image{cursor:pointer;object-fit:contain;width:200px;height:200px}.ci-play-button{--size:66px;background-color:var(--ci-color-secondary-light);cursor:pointer;border-radius:9999px;align-items:center;height:75px;display:flex}.ci-play-button--small{--size:25px;height:29px}.ci-play-button__icon{width:var(--size);height:var(--size)}.ci-system-message{justify-content:center;width:100%;display:flex}.ci-system-message__wrapper{background-color:var(--ci-color-secondary-light);border:1px;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:-moz-fit-content;width:fit-content;margin-top:12px;margin-bottom:12px;padding:4px 48px;display:flex}.ci-system-message__text{width:-moz-fit-content;width:fit-content;font-size:var(--ci-text-sm);letter-spacing:0;margin-top:-1px}.ci-typing-indicator{background-color:var(--ci-color-grey-light);border:1px;align-items:center;gap:7px;width:59px;max-width:70%;height:36px;margin:12px 24px;padding:12px;display:flex;box-shadow:1px 1px 2px #00000040}.ci-typing-indicator--in{border-radius:0 10px 10px}.ci-typing-indicator--out{text-align:left;background-color:var(--ci-color-primary-light);border-radius:10px 0 10px 10px;align-self:flex-end}.ci-typing-indicator__ellipse{background-color:var(--ci-color-grey);border:1px;border-radius:3.5px;min-width:7px;height:7px;animation:1s linear infinite bounce-up-down}.ci-typing-indicator__ellipse:nth-child(2){animation-delay:.15s}.ci-typing-indicator__ellipse:nth-child(3){animation-delay:.3s}@keyframes bounce-up-down{0%{transform:translateY(0)}25%{transform:translateY(-8px)}50%{transform:translateY(0)}to{transform:translateY(0)}}.ci-video-player{align-items:center;display:flex}.ci-video-player__preview{position:relative}.ci-video-player__play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ci-video-player__thumb{object-fit:cover;width:240px;max-width:100%;height:424px}.ci-video-player__progress-indicator{opacity:.2;width:95%;min-width:237px;position:relative;top:-10px}.ci-video-player__progress-background{background-color:var(--ci-color-black);border:1px;border-radius:5px;width:100%;height:3px}.ci-video-player__progress-line{background-color:var(--ci-color-white);border:1px;border-radius:5px;width:0%;height:3px;position:absolute;top:0}.ci-video-player__fullscreen-wrapper{z-index:10;background-color:var(--ci-color-black);-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.ci-video-player__video{z-index:-1;width:100%;height:auto}.ci-video-player__fullscreen-close{cursor:pointer;width:62px;height:62px;position:absolute;top:10px;right:10px}.ci-main{width:100%;height:100%;font-family:var(--ci-font-base);pointer-events:none;flex-direction:row;justify-content:center;align-items:center;display:flex}@media (min-width:420px){.ci-main{height:90%}}.ci-main__screen{background-color:var(--ci-color-white);pointer-events:auto;flex-direction:column;flex-shrink:0;width:100%;height:100%;display:flex;position:relative}@media (min-width:420px){.ci-main__screen{width:420px;box-shadow:0 0 20px #00000040}}.ci-main__message-wrapper{flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.ci-main__message-scroll{flex-direction:column;flex:1;margin-top:2px;padding-top:8px;padding-bottom:8px;display:flex;overflow:hidden auto}.ci-main__input{background-color:var(--ci-color-secondary);min-height:60px;transition:height .3s ease-in-out;overflow:hidden}.ci-main__input--options-open{height:275px}*,:before,:after{box-sizing:border-box;border:0 solid}html{-moz-tab-size:4;tab-size:4;-webkit-text-size-adjust:100%;font-family:Inter var,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}body{line-height:inherit;margin:0}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:100%;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:#0000;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:var(--color-gray-400);opacity:1}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}[hidden],[x-cloak]{display:none!important}:root{--hsl-white:0 0% 100%;--hsl-black:0 0% 0%;--hsl-primary:247 56% 44%;--hsl-primary-light:247 79% 67%;--hsl-secondary:334 100% 45%;--hsl-secondary-light:342 100% 74%;--hsl-accent:125 60% 85%;--hsl-accent-light:120 36% 95%;--hsl-accent-dark:140 60% 53%;--hsl-grey-light:0 0% 90%;--color-white:hsl(var(--hsl-white));--color-black:hsl(var(--hsl-black));--color-primary:hsl(var(--hsl-primary));--color-primary-light:hsl(var(--hsl-primary-light));--color-secondary:hsl(var(--hsl-secondary));--color-secondary-light:hsl(var(--hsl-secondary-light));--color-accent:hsl(var(--hsl-accent));--color-accent-light:hsl(var(--hsl-accent-light));--color-accent-dark:hsl(var(--hsl-accent-dark));--color-grey-light:hsl(var(--hsl-grey-light));--font-family:"Roobert VRT";--text-xs:11px;--text-sm:14px;--text-md:16px;--text-lg:20px;--text-xl:24px;--rounded-sm:.25rem;--rounded-base:.625rem;--screen-sm:640px;--screen-md:768px;--screen-lg:1024px;--screen-xl:1280px;--screen-2xl:1536px}@font-face{font-weight:400;font-family:Roobert VRT;font-style:normal;src:url(../fonts/RoobertVRT-Regular.woff)format("woff"),url(../fonts/RoobertVRT-Regular.woff2)format("woff2")}@font-face{font-weight:400;font-family:Roobert VRT;font-style:italic;src:url(../fonts/RoobertVRT-RegularItalic.woff)format("woff"),url(../fonts/RoobertVRT-RegularItalic.woff2)format("woff2")}@font-face{font-weight:500;font-family:Roobert VRT;font-style:normal;src:url(../fonts/RoobertVRT-Medium.woff)format("woff"),url(../fonts/RoobertVRT-Medium.woff2)format("woff2")}@font-face{font-weight:700;font-family:Roobert VRT;font-style:normal;src:url(../fonts/RoobertVRT-Bold.woff)format("woff"),url(../fonts/RoobertVRT-Bold.woff2)format("woff2")}@font-face{font-weight:900;font-family:Roobert VRT;font-style:normal;src:url(../fonts/RoobertVRT-Heavy.woff)format("woff"),url(../fonts/RoobertVRT-Heavy.woff2)format("woff2")}.button{color:var(--color-black);font-weight:700;font-size:var(--text-xl);text-align:center;border-color:var(--color-grey-light);border-radius:var(--rounded-base);background-color:var(--color-white);border-width:2px;padding:1.5rem 3.875rem;line-height:1}.button:hover{color:var(--color-white);background-color:var(--color-secondary)}.card{border-radius:var(--rounded-base);background-color:var(--color-accent);flex-direction:column;gap:2.5rem;max-width:36rem;margin:auto;padding:4.75rem 5.5rem;display:flex}.card__text{font-weight:700;font-size:var(--text-lg)}.card__text--special{color:var(--color-primary)}.card__button{margin-left:auto;margin-right:auto}.chat{--ci-color-primary:rgb(var(--ci-rgb-primary));--ci-color-primary-light:rgb(var(--ci-rgb-primary-light));--ci-color-secondary:rgb(var(--ci-rgb-secondary));--ci-color-secondary-light:rgb(var(--ci-rgb-secondary-light));--ci-font-base:"Roobert VRT",sans-serif;--ci-font-title:"Roobert VRT",sans-serif;z-index:1;height:calc(var(--app-height) - 36px);margin:0 auto;position:relative}.chat .ci-main{height:100%}@media screen and (min-width:768px){.chat{padding:1.5rem 0}}.ci-input__option-text{padding:0 20px}.ci-system-message__wrapper{margin:10px 20px}.ci-system-message__text{font-size:13px}.ci-contact__name{width:200px}.ci-input--end .ci-input__send{--hover-color:var(--color-accent);background-color:var(--ci-color-primary-light);outline:2px solid var(--ci-color-primary-light);border-radius:20px}.ci-input--end .ci-input__send:hover{background-color:var(--hover-color);outline:2px solid var(--hover-color)}.chat[data-chat-character=boris],.chat[data-chat-character=boris_film]{--ci-rgb-primary:119 103 237;--ci-rgb-primary-light:192 184 255;--ci-rgb-secondary:119 103 237;--ci-rgb-secondary-light:192 184 255}:-webkit-any(.chat[data-chat-character=boris],.chat[data-chat-character=boris_film]) .ci-main__message-scroll{background-color:#f5f3ff;margin-top:0}:-moz-any(.chat[data-chat-character=boris],.chat[data-chat-character=boris_film]) .ci-main__message-scroll{background-color:#f5f3ff;margin-top:0}:is(.chat[data-chat-character=boris],.chat[data-chat-character=boris_film]) .ci-main__message-scroll{background-color:#f5f3ff;margin-top:0}:-webkit-any(.chat[data-chat-character=boris],.chat[data-chat-character=boris_film]) .ci-system-message__wrapper{background-color:#eef7ee}:-moz-any(.chat[data-chat-character=boris],.chat[data-chat-character=boris_film]) .ci-system-message__wrapper{background-color:#eef7ee}:is(.chat[data-chat-character=boris],.chat[data-chat-character=boris_film]) .ci-system-message__wrapper{background-color:#eef7ee}:-webkit-any(.chat[data-chat-character=boris],.chat[data-chat-character=boris_film]) .ci-input__message{color:var(--ci-color-white);font-weight:600;font-size:var(--ci-text-xl);padding:5px 0 5px 10px}:-moz-any(.chat[data-chat-character=boris],.chat[data-chat-character=boris_film]) .ci-input__message{color:var(--ci-color-white);font-weight:600;font-size:var(--ci-text-xl);padding:5px 0 5px 10px}:is(.chat[data-chat-character=boris],.chat[data-chat-character=boris_film]) .ci-input__message{color:var(--ci-color-white);font-weight:600;font-size:var(--ci-text-xl);padding:5px 0 5px 10px}.chat[data-chat-character=yasmina_film],.chat[data-chat-character=yasmina]{--ci-rgb-primary:184 107 255;--ci-rgb-primary-light:246 238 255;--ci-rgb-secondary:184 107 255;--ci-rgb-secondary-light:246 238 255}:-webkit-any(.chat[data-chat-character=yasmina_film],.chat[data-chat-character=yasmina]) .ci-main__message-scroll{background-image:url(../img/yasmina_background.jpg);background-repeat:no-repeat;background-size:cover;margin-top:0}:-moz-any(.chat[data-chat-character=yasmina_film],.chat[data-chat-character=yasmina]) .ci-main__message-scroll{background-image:url(../img/yasmina_background.jpg);background-repeat:no-repeat;background-size:cover;margin-top:0}:is(.chat[data-chat-character=yasmina_film],.chat[data-chat-character=yasmina]) .ci-main__message-scroll{background-image:url(../img/yasmina_background.jpg);background-repeat:no-repeat;background-size:cover;margin-top:0}:-webkit-any(.chat[data-chat-character=yasmina_film],.chat[data-chat-character=yasmina]) .ci-system-message__wrapper{background-color:#eef7ee}:-moz-any(.chat[data-chat-character=yasmina_film],.chat[data-chat-character=yasmina]) .ci-system-message__wrapper{background-color:#eef7ee}:is(.chat[data-chat-character=yasmina_film],.chat[data-chat-character=yasmina]) .ci-system-message__wrapper{background-color:#eef7ee}:-webkit-any(.chat[data-chat-character=yasmina_film],.chat[data-chat-character=yasmina]) .ci-input__message{color:var(--ci-color-white);font-weight:600;font-size:var(--ci-text-xl);padding:5px 0 5px 10px}:-moz-any(.chat[data-chat-character=yasmina_film],.chat[data-chat-character=yasmina]) .ci-input__message{color:var(--ci-color-white);font-weight:600;font-size:var(--ci-text-xl);padding:5px 0 5px 10px}:is(.chat[data-chat-character=yasmina_film],.chat[data-chat-character=yasmina]) .ci-input__message{color:var(--ci-color-white);font-weight:600;font-size:var(--ci-text-xl);padding:5px 0 5px 10px}.chat[data-chat-character=luna_film],.chat[data-chat-character=luna]{--ci-rgb-primary:255 230 130;--ci-rgb-primary-light:255 230 130;--ci-rgb-secondary:255 230 130;--ci-rgb-secondary-light:253 237 206}:-webkit-any(.chat[data-chat-character=luna_film],.chat[data-chat-character=luna]) .ci-main__message-scroll{background-color:#fffbf1;margin-top:0}:-moz-any(.chat[data-chat-character=luna_film],.chat[data-chat-character=luna]) .ci-main__message-scroll{background-color:#fffbf1;margin-top:0}:is(.chat[data-chat-character=luna_film],.chat[data-chat-character=luna]) .ci-main__message-scroll{background-color:#fffbf1;margin-top:0}:-webkit-any(.chat[data-chat-character=luna_film],.chat[data-chat-character=luna]) .ci-system-message__wrapper{background-color:#eef7ee}:-moz-any(.chat[data-chat-character=luna_film],.chat[data-chat-character=luna]) .ci-system-message__wrapper{background-color:#eef7ee}:is(.chat[data-chat-character=luna_film],.chat[data-chat-character=luna]) .ci-system-message__wrapper{background-color:#eef7ee}:-webkit-any(.chat[data-chat-character=luna_film],.chat[data-chat-character=luna]) .ci-input__message{color:var(--ci-color-black);font-weight:600;font-size:var(--ci-text-xl);padding:5px 0 5px 10px}:-moz-any(.chat[data-chat-character=luna_film],.chat[data-chat-character=luna]) .ci-input__message{color:var(--ci-color-black);font-weight:600;font-size:var(--ci-text-xl);padding:5px 0 5px 10px}:is(.chat[data-chat-character=luna_film],.chat[data-chat-character=luna]) .ci-input__message{color:var(--ci-color-black);font-weight:600;font-size:var(--ci-text-xl);padding:5px 0 5px 10px}.chat[data-chat-character=papa_film],.chat[data-chat-character=papa]{--ci-rgb-primary:109 225 155;--ci-rgb-primary-light:195 240 199;--ci-rgb-secondary:109 225 155;--ci-rgb-secondary-light:195 240 199}:-webkit-any(.chat[data-chat-character=papa_film],.chat[data-chat-character=papa]) .ci-main__message-scroll{background-image:url(../img/papa_background.jpg);background-repeat:no-repeat;background-size:cover;margin-top:0}:-moz-any(.chat[data-chat-character=papa_film],.chat[data-chat-character=papa]) .ci-main__message-scroll{background-image:url(../img/papa_background.jpg);background-repeat:no-repeat;background-size:cover;margin-top:0}:is(.chat[data-chat-character=papa_film],.chat[data-chat-character=papa]) .ci-main__message-scroll{background-image:url(../img/papa_background.jpg);background-repeat:no-repeat;background-size:cover;margin-top:0}:-webkit-any(.chat[data-chat-character=papa_film],.chat[data-chat-character=papa]) .ci-system-message__wrapper{background-color:#eef7ee}:-moz-any(.chat[data-chat-character=papa_film],.chat[data-chat-character=papa]) .ci-system-message__wrapper{background-color:#eef7ee}:is(.chat[data-chat-character=papa_film],.chat[data-chat-character=papa]) .ci-system-message__wrapper{background-color:#eef7ee}:-webkit-any(.chat[data-chat-character=papa_film],.chat[data-chat-character=papa]) .ci-input__message{color:var(--ci-color-black);font-weight:600;font-size:var(--ci-text-xl);padding:5px 0 5px 10px}:-moz-any(.chat[data-chat-character=papa_film],.chat[data-chat-character=papa]) .ci-input__message{color:var(--ci-color-black);font-weight:600;font-size:var(--ci-text-xl);padding:5px 0 5px 10px}:is(.chat[data-chat-character=papa_film],.chat[data-chat-character=papa]) .ci-input__message{color:var(--ci-color-black);font-weight:600;font-size:var(--ci-text-xl);padding:5px 0 5px 10px}:-webkit-any(.chat[data-chat-character=papa_film],.chat[data-chat-character=papa]) .ci-input--end .ci-input__send{--hover-color:var(--color-white)}:-moz-any(.chat[data-chat-character=papa_film],.chat[data-chat-character=papa]) .ci-input--end .ci-input__send{--hover-color:var(--color-white)}:is(.chat[data-chat-character=papa_film],.chat[data-chat-character=papa]) .ci-input--end .ci-input__send{--hover-color:var(--color-white)}.ci-input__text{color:#fff}.end{flex-direction:column;gap:2rem;max-height:100%;padding:3rem 2rem 6rem;display:flex;overflow-y:scroll}.end__title{color:var(--color-primary);font-weight:700;font-size:var(--text-lg)}.end__description{font-weight:700;font-size:var(--text-lg)}.end__cards{--cols:1;grid-template-columns:repeat(var(--cols),minmax(0,1fr));gap:1.5rem;display:grid}@media screen and (min-width:768px){.end__cards{--cols:2}}@media screen and (min-width:1024px){.end__cards{--cols:4}}.end-card{z-index:1;border-radius:var(--rounded-base);background-color:var(--color-accent);padding:1.25rem;position:relative}.end-card__title{color:var(--color-primary);margin-bottom:1rem;font-weight:700}.end-card__section{margin-bottom:.75rem}.end-card__section-title{font-weight:700}.header{background-color:var(--color-primary);flex-grow:0;flex-shrink:0;padding:.375rem 1.5rem}.header__title{color:var(--color-white);font-weight:700}.footer{justify-content:flex-end;align-items:flex-end;display:flex}.footer--normal{padding:1rem 0}.footer--sticky{z-index:0;position:absolute;bottom:18px;right:10px}.footer__logo{object-fit:contain;min-width:90px;max-width:110px;max-height:85px}.page{height:var(--app-height,100vh);flex-direction:column;display:flex}.page__main{background-color:var(--color-accent);background-image:url(../img/background.png);background-repeat:repeat;flex-direction:column;flex-grow:1;display:flex}.page__main--inverted{background-color:#0000;background-image:url(../img//background-inverted.png)}.page__contents{flex-grow:1;justify-content:center;display:flex}.result{flex-direction:column;align-items:center;gap:2.5rem;padding-left:1rem;padding-right:1rem;display:flex}@media screen and (min-width:640px){.result{--container:var(--screen-sm)}}@media screen and (min-width:768px){.result{--container:var(--screen-md)}}@media screen and (min-width:1024px){.result{--container:var(--screen-lg)}}@media screen and (min-width:1280px){.result{--container:var(--screen-xl)}}.result__header{max-width:calc(var(--container) - 2rem);font-weight:700;font-size:var(--text-xl);text-align:center;margin-top:2rem;margin-left:auto;margin-right:auto}.result__title{color:var(--color-primary);text-transform:uppercase}.result__character{color:var(--color-primary)}.result__explanation{margin-top:1rem}.result__sections{--cols:1;grid-template-columns:repeat(var(--cols),minmax(0,1fr));max-width:calc(var(--container) - 2rem);gap:1rem;display:grid}@media screen and (min-width:768px){.result__sections{--cols:2}}.result__section{border-radius:var(--rounded-base);background-color:var(--color-white);padding:1.75rem 2.5rem}.result__section-title{font-weight:700}.result__footer{width:100%;max-width:calc(var(--container) - 2rem);justify-content:flex-end;display:flex}.result-part{margin-top:1rem;display:block}.result-part--not-applicable{font-style:italic}.result-part__title{text-transform:uppercase;margin-bottom:.25rem}.result-part__list{padding-left:1.25rem;list-style-type:disc;list-style-position:outside}
