#plcs-root{--plcs-red:#d6312b;--plcs-ink:#171a20;--plcs-muted:#65707a;--plcs-line:#e8e9ec;--plcs-paper:#f5f6f8;position:relative;z-index:999990;font-family:Inter,Manrope,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:14px;line-height:1.5;color:var(--plcs-ink);text-align:left;font-weight:400;letter-spacing:normal}
#plcs-root *,#plcs-root *::before,#plcs-root *::after{box-sizing:border-box}#plcs-root [hidden]{display:none!important}#plcs-root button,#plcs-root input,#plcs-root a{font:inherit;letter-spacing:normal;text-transform:none;text-decoration:none;box-shadow:none}#plcs-root button{cursor:pointer;margin:0}#plcs-root button:disabled{opacity:.5;cursor:wait}#plcs-root button::before,#plcs-root button::after{content:none}#plcs-root button:focus-visible,#plcs-root a:focus-visible,#plcs-root input:focus-visible,#plcs-root .plcs-log:focus-visible{outline:3px solid #087f85;outline-offset:3px}#plcs-root p,#plcs-root h2,#plcs-root h3,#plcs-root h4{margin:0;padding:0;font-family:inherit}#plcs-root svg{display:block;width:100%;height:100%}
#plcs-root .plcs-launcher{position:fixed;right:0;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;width:48px;height:200px;padding:13px 7px;border:1px solid #ffffff24;border-right:0;border-left:3px solid var(--plcs-red);border-radius:13px 0 0 13px;background:var(--plcs-ink);color:white;box-shadow:-6px 8px 26px #13171e2b;transition:box-shadow .25s,background .25s;animation:plcs-arrive .55s ease both}
#plcs-root .plcs-launcher:hover{background:#252b34;box-shadow:0 16px 50px #13171e4d}#plcs-root .plcs-launch-icon{display:block;flex-shrink:0;width:27px;height:27px;padding:2px;color:#ff9790}#plcs-root .plcs-launch-copy{writing-mode:vertical-rl;transform:rotate(180deg);white-space:nowrap}#plcs-root .plcs-launch-copy strong{display:block;font-size:13px;font-weight:650;letter-spacing:.04em}#plcs-root .plcs-launch-arrow{width:16px;height:16px;transform:rotate(180deg);color:#c5cbd3}#plcs-root.is-open .plcs-launcher{visibility:hidden}
#plcs-root .plcs-panel{display:flex;flex-direction:column;position:fixed;right:24px;top:50%;transform:translateY(-50%);width:408px;height:min(680px,calc(100dvh - 56px));max-height:calc(100dvh - 56px);border:1px solid #dfe2e7;border-radius:24px;background:white;box-shadow:0 24px 85px #11172230,0 5px 18px #1117220d;overflow:hidden;animation:plcs-panel-in .3s cubic-bezier(.2,.8,.2,1)}
#plcs-root .plcs-header{display:flex;align-items:center;gap:12px;flex-shrink:0;padding:22px 17px 22px 22px;background:var(--plcs-ink);color:white;border-top:3px solid var(--plcs-red)}#plcs-root .plcs-avatar{display:block;flex-shrink:0;width:43px;height:43px;padding:7px;background:#ffffff0d;border:1px solid #ffffff25;border-radius:13px;color:#ff928c}#plcs-root .plcs-heading{min-width:0;flex:1}#plcs-root h2{font-size:16px;line-height:1.3;font-weight:650;color:white;letter-spacing:-.35px}#plcs-root .plcs-heading p{font-size:10px;color:#c5cad2;margin-top:5px}#plcs-root .plcs-close,#plcs-root .plcs-reset{display:grid;place-items:center;flex-shrink:0;width:30px;height:34px;padding:0;border:0;border-radius:8px;background:transparent;color:#d2d7df;font-size:25px;line-height:1}#plcs-root .plcs-reset{font-size:23px}#plcs-root .plcs-close:hover,#plcs-root .plcs-reset:hover{background:#ffffff16;color:white}

#plcs-root .plcs-log{flex:1;min-height:0;padding:25px 22px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#d1d5db transparent;background:linear-gradient(160deg,#fff 30%,#f9fafb)}#plcs-root .plcs-eyebrow{display:block;color:#a03b35;font-size:9px;font-weight:700;letter-spacing:.14em;margin-bottom:12px}#plcs-root h3{font-size:27px;line-height:1.2;letter-spacing:-1px;font-weight:650;max-width:300px;color:var(--plcs-ink)}#plcs-root .plcs-welcome>p{font-size:13px;color:var(--plcs-muted);line-height:1.8;margin-top:14px}#plcs-root .plcs-shortcuts{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:21px}#plcs-root .plcs-quick{display:grid;grid-template-columns:1fr auto;align-items:center;gap:5px;padding:13px 14px;min-height:78px;background:white;border:1px solid #e1e5e9;border-radius:13px;color:var(--plcs-ink);text-align:left;transition:border-color .2s,transform .2s,background .2s}#plcs-root .plcs-quick:hover{border-color:#ce6b65;background:#fffaf9;transform:translateY(-2px)}#plcs-root .plcs-quick-num{grid-column:1/-1;font-size:9px;font-weight:600;color:#9e4842}#plcs-root .plcs-quick strong{font-size:12px;font-weight:650}#plcs-root .plcs-quick-arrow{font-size:17px;color:var(--plcs-red)}#plcs-root .plcs-hint{display:block;margin:15px 0 4px;color:#737b83;font-size:10px}
#plcs-root .plcs-message{margin-top:21px;animation:plcs-message-in .24s ease both}#plcs-root .plcs-author{display:block;color:#68727e;font-size:10px;margin:0 0 6px 3px}#plcs-root .plcs-bubble{padding:15px 16px;border:1px solid var(--plcs-line);border-radius:4px 16px 16px;background:white;font-size:13px;line-height:1.75;overflow-wrap:anywhere;color:#3d4650}#plcs-root .plcs-user{display:flex;justify-content:flex-end}#plcs-root .plcs-user .plcs-bubble{max-width:88%;border:0;border-radius:16px 4px 16px 16px;background:var(--plcs-ink);color:#fff;padding:11px 15px;white-space:pre-wrap}#plcs-root .plcs-bubble>p{font-size:13px;line-height:1.75;white-space:pre-line}#plcs-root .plcs-link{display:block;margin-top:12px;color:#ae302a;font-size:12px;font-weight:650}#plcs-root .plcs-link:hover{text-decoration:underline}#plcs-root .plcs-contacts{display:grid;gap:7px;margin-top:13px}#plcs-root .plcs-contacts .plcs-link{margin:0 0 2px}#plcs-root .plcs-contact{padding:9px 12px;border:1px solid #dfe8e5;border-radius:9px;background:#f4f8f6;color:#266149;font-size:11px;font-weight:600}#plcs-root .plcs-contact:hover{background:#eaf2ed}#plcs-root .plcs-choices{display:flex;flex-wrap:wrap;gap:7px;margin-top:13px}#plcs-root .plcs-choice,#plcs-root .plcs-more{padding:8px 11px;border:1px solid #dddfe4;border-radius:9px;background:#fff;color:#414954;font-size:11px;text-align:left;font-weight:500}#plcs-root .plcs-choice:hover,#plcs-root .plcs-more:hover{border-color:#c7625c;color:#a43731}#plcs-root .plcs-more{display:block;width:100%;margin-top:12px;text-align:center;background:#f4f5f7}
#plcs-root .plcs-filter-label{display:block;margin-bottom:10px;color:#8e403b;font-size:10px;font-weight:600}#plcs-root .plcs-event{padding:13px;margin-top:12px;border:1px solid #e3e6eb;border-radius:12px;background:#fafbfc}#plcs-root .plcs-event-top{display:flex;flex-wrap:wrap;justify-content:space-between;gap:6px;align-items:center;margin-bottom:9px}#plcs-root .plcs-event-status{padding:2px 6px;border-radius:5px;font-size:9px;font-weight:600;background:#eaf1ed;color:#2c6650}#plcs-root .plcs-event-status.is-closed{background:#fae9e8;color:#933e38}#plcs-root .plcs-event-status.is-planned{background:#edeff3;color:#59616e}#plcs-root .plcs-event-status.is-limited{background:#fff0d3;color:#7c5911}#plcs-root .plcs-event-level{font-size:9px;color:#66717d}#plcs-root h4{font-size:12px;line-height:1.45;font-weight:700;color:#252d38}#plcs-root .plcs-event-place{font-size:11px;color:#606c79;margin-top:5px}#plcs-root .plcs-event-date{margin-top:10px;font-size:11px;color:#3e4955;font-weight:600}#plcs-root .plcs-event-time{font-size:10px;color:#69717b;margin-top:2px}#plcs-root .plcs-capacity{display:block;margin-top:11px;padding-top:9px;border-top:1px solid #e4e8eb;font-size:11px;color:#246345}#plcs-root .plcs-capacity.is-closed{color:#9a453e}#plcs-root .plcs-capacity.is-planned{color:#66717d}#plcs-root .plcs-capacity.is-limited{color:#8f651c}#plcs-root .plcs-checked{display:block;margin-top:11px;font-size:9px;color:#667d76}#plcs-root .plcs-bubble .plcs-note{font-size:10px;line-height:1.65;color:#727b85;margin-top:8px}
#plcs-root .plcs-form{flex-shrink:0;padding:16px 18px;border-top:1px solid var(--plcs-line);background:white;margin:0}#plcs-root .plcs-input-wrap{display:flex;align-items:center;gap:9px;padding:6px 7px 6px 13px;border:1px solid #dfe2e6;border-radius:13px;background:#f8f9fb;transition:border-color .2s}#plcs-root .plcs-input-wrap:focus-within{border-color:#af534e}#plcs-root #plcs-input{width:100%;min-width:0;height:36px;margin:0;padding:0;border:0;border-radius:0;outline:none;box-shadow:none;background:transparent;font-size:13px;color:var(--plcs-ink)}#plcs-root #plcs-input::placeholder{color:#7c848d;opacity:1}#plcs-root .plcs-send{flex-shrink:0;width:36px;height:36px;padding:9px;border:0;border-radius:10px;background:var(--plcs-red);color:white;transition:background .2s}#plcs-root .plcs-send:hover{background:#b72a25}#plcs-root .plcs-typing{display:flex;align-items:center;gap:8px;margin-top:17px;color:#747d86;font-size:10px}#plcs-root .plcs-typing i{display:flex;gap:3px}#plcs-root .plcs-typing b{width:4px;height:4px;border-radius:50%;background:#9aa0a8;animation:plcs-dot 1s ease infinite}#plcs-root .plcs-typing b:nth-child(2){animation-delay:.15s}#plcs-root .plcs-typing b:nth-child(3){animation-delay:.3s}#plcs-root .plcs-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@keyframes plcs-arrive{from{opacity:0;translate:20px 0}to{opacity:1;translate:0 0}}@keyframes plcs-panel-in{from{opacity:0;translate:12px 8px;scale:.97}to{opacity:1;translate:0 0;scale:1}}@keyframes plcs-message-in{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes plcs-dot{0%,60%,100%{transform:translateY(0);opacity:.4}30%{transform:translateY(-3px);opacity:1}}@keyframes plcs-beacon{0%,100%{box-shadow:0 0 0 0 #e3423530}60%{box-shadow:0 0 0 7px #e3423500}}
@media(max-width:600px){#plcs-root .plcs-launcher{right:0;width:44px;height:176px;padding:11px 6px;border-radius:11px 0 0 11px;gap:13px}#plcs-root .plcs-launch-icon{width:25px;height:25px}#plcs-root .plcs-launch-copy strong{font-size:12px}#plcs-root .plcs-launch-arrow{display:none}#plcs-root .plcs-panel{left:10px;right:10px;top:calc(var(--plcs-vtop,0px) + 10px);transform:none;width:auto;height:calc(var(--plcs-vh,100dvh) - 20px);max-height:calc(var(--plcs-vh,100dvh) - 20px);border-radius:20px}#plcs-root .plcs-header{padding:16px}#plcs-root .plcs-log{padding:22px 17px}#plcs-root #plcs-input{font-size:16px}#plcs-root .plcs-form{padding-bottom:max(12px,env(safe-area-inset-bottom))}}
@media(max-height:540px) and (min-width:601px){#plcs-root .plcs-panel{height:calc(100dvh - 20px);max-height:calc(100dvh - 20px)}#plcs-root .plcs-header{padding:12px 18px}}
@media(prefers-reduced-motion:reduce){#plcs-root *,#plcs-root *::before,#plcs-root *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
