:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.chat-input{position:relative;display:flex;align-items:center;gap:8px;padding:8px;background:#fff;border-top:1px solid #eee}.chat-input input{flex:1 1 auto;width:100%;min-width:0;padding:10px 12px;border-radius:10px;border:1px solid #ddd;outline:none}.chat-btn{background:#f3f3f3;border:none;border-radius:10px;padding:8px 10px;cursor:pointer;font-size:18px}.chat-btn:hover{background:#e5e5e5}.emoji-picker{position:absolute;bottom:50px;left:10px;background:#fff;border:1px solid #ddd;border-radius:10px;padding:8px;display:flex;flex-wrap:wrap;gap:6px;width:220px;box-shadow:0 5px 20px #0000001a}.emoji-picker span{cursor:pointer;font-size:18px}.emoji-picker span:hover{transform:scale(1.2)}.composer-row{display:flex;width:100%;gap:8px;padding:8px 12px;box-sizing:border-box}.composer-row .chat-input{flex:1 1 auto;min-width:0}:root{--rzd-red: #ff3b30;--bg: #ffffff;--bg-soft: #f6f7f8;--text: #111;--muted: #6b7280;--border: #e5e7eb;--radius: 14px;--shadow: 0 6px 18px rgba(0,0,0,.05);--col-sidebar: 72px;--col-chats: 360px}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:var(--bg)}a{color:inherit}.muted{color:var(--muted)}.app{height:100%;display:grid;grid-template-columns:var(--col-sidebar) var(--col-chats) 1fr;grid-template-rows:100%;background:var(--bg)}.sidebar{background:linear-gradient(180deg,var(--rzd-red),#e43027);color:#fff;padding:12px 8px;display:flex;flex-direction:column;gap:8px}.sbtn{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);cursor:pointer}.sbtn.active{background:#fff;color:var(--rzd-red)}.column{border-right:1px solid var(--border);background:var(--bg);min-width:0;overflow:hidden}.chats-list{height:100%;display:flex;flex-direction:column}.cl-head{padding:12px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:8px}.search{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:12px;background:var(--bg-soft);outline:none}.cl-scroll{overflow:auto;padding:8px;display:flex;flex-direction:column;gap:8px}.chat-card{display:grid;grid-template-columns:44px 1fr auto;gap:10px;align-items:center;padding:10px 12px;border-radius:14px;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow);cursor:pointer}.chat-card:hover{transform:translateY(-1px);transition:.12s ease}.chat-card .avatar{width:44px;height:44px;border-radius:50%;background:var(--bg-soft);display:flex;align-items:center;justify-content:center;font-weight:700}.content-pane{height:100%;display:flex;flex-direction:column}.chat-header{padding:12px 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:12px;justify-content:space-between}.chat-body{flex:1;overflow:auto;padding:16px;background:var(--bg-soft)}.chat-footer{border-top:1px solid var(--border);padding:12px;display:flex;gap:8px;background:#fff}.input{flex:1;padding:12px 14px;border:1px solid var(--border);border-radius:12px;outline:none;background:#fff}.btn{padding:12px 16px;border-radius:12px;background:var(--rzd-red);color:#fff;border:none;cursor:pointer}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{padding:10px 14px;border-radius:12px;background:#fff;border:1px solid var(--border);color:var(--text)}.msg{max-width:70%;padding:10px 12px;border-radius:16px;background:#fff;border:1px solid var(--border);margin:6px 0}.msg.me{margin-left:auto;background:#ffe8e7;border-color:#ffd1cf}@media(max-width:1024px){.app{grid-template-columns:var(--col-sidebar) 1fr}.column.chats{display:none}.app.show-chats .column.chats{display:block}}.rzd-login{--rzd-red: #E31E24;--glass-bg: rgba(255,255,255,.1);--glass-stroke: rgba(255,255,255,.25);--text: #fff;min-height:100vh;color:var(--text);background:url(/login-bg.jpg) center/cover no-repeat fixed,#1a1a1a;display:grid;place-items:center;padding:24px}.login-glass{width:min(1120px,96vw);min-height:520px;display:grid;grid-template-columns:1.2fr 1fr;gap:24px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:var(--glass-bg);border:1px solid var(--glass-stroke);border-radius:16px;box-shadow:0 10px 40px #00000059;padding:24px}.login-left{display:grid;align-content:start;gap:16px}.brand{display:flex;align-items:center;gap:14px}.brand h1{font-size:22px;margin:0;font-weight:600}.login-form{display:grid;gap:12px;margin-top:4px}.field{display:grid;gap:6px}.field span{font-size:13px;opacity:.9}.field input{height:44px;border-radius:10px;border:1px solid rgba(255,255,255,.25);background:#ffffff14;color:#fff;padding:0 14px;outline:none}.field input::placeholder{color:#ffffffb3}.remember{display:inline-flex;align-items:center;gap:8px;font-size:14px;opacity:.95}.remember input{accent-color:var(--rzd-red);width:16px;height:16px}.btn-primary{height:46px;border-radius:10px;border:none;background:var(--rzd-red);color:#fff;font-weight:600;cursor:pointer}.error{color:#ffb0b0;font-size:14px}.login-links{margin-top:2px}.muted{color:#ffffffd9;text-decoration:none}.policy-note{font-size:13px;line-height:1.45;color:#ffffffe6}.link,.link-like{color:#6bd0ff;background:none;border:none;padding:0;cursor:pointer;text-decoration:underline}.env-muted{opacity:.6;font-size:12px;margin-top:6px}.login-right{display:grid;place-items:center}.qr-placeholder{width:100%;min-height:320px;border-radius:12px;border:1px dashed rgba(255,255,255,.35);background:#ffffff0f;display:grid;place-items:center;text-align:center;padding:16px;color:#ffffffeb}.modal-backdrop{position:fixed;inset:0;background:#0000008c;display:grid;place-items:center;z-index:50}.modal-card{background:#fff;color:#222;max-height:80vh;overflow:auto;border-radius:12px;box-shadow:0 10px 40px #00000073}.modal-head{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid #eee}.modal-body{padding:16px}.icon-btn{background:none;border:none;font-size:18px;cursor:pointer}@media(max-width:900px){.login-glass{grid-template-columns:1fr}.login-right{display:none}}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;overflow:hidden}.page-full{height:100vh;display:grid;grid-auto-rows:1fr;overflow:hidden;background:#fff}.list-scroll{min-height:0;overflow:auto;padding:16px}.thread{height:100%;display:grid;grid-template-rows:auto 1fr auto;gap:8px;padding:16px;min-height:0}.thread-header{position:sticky;top:0;z-index:1;background:#fff8;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);padding-bottom:6px}.chat-wrap{min-height:0;overflow:auto;padding-right:8px}.composer-row{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;padding-top:8px;border-top:1px solid #eee}.rzd-login{position:fixed;inset:0;display:grid;place-items:center;isolation:isolate;background:url(/login-bg.jpg) center / cover no-repeat fixed}.rzd-login:before{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(180deg,#0000001f,#0000002e);pointer-events:none}.login-glass{position:relative;z-index:1;width:min(1100px,92vw);min-height:520px;display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:32px;padding:28px 32px;border-radius:18px;background:#ffffff1a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.24);box-shadow:0 12px 40px #00000040}@supports not (backdrop-filter: blur(12px)){.login-glass{background:#1e1e1e59;border-color:#ffffff2e}}.login-left{display:grid;gap:16px;align-content:start;min-width:420px}.login-right{display:grid;place-items:center;border:2px dashed rgba(255,255,255,.45);border-radius:14px;color:#fff;opacity:.9;padding:16px}.brand{position:relative;z-index:2;display:inline-flex;align-items:center;gap:14px;line-height:1;color:#fff}.brand:before{content:none!important;display:none!important}.brand>h1{margin:0;font-size:28px;font-weight:700;white-space:nowrap}.brand>svg,.brand>img{order:0}.brand>h1{order:1}.brand svg#rzd-logo-svg,.brand img.rzd-logo-img,.login-left .brand svg#rzd-logo-svg,.login-left .brand img.rzd-logo-img{display:inline-block!important;visibility:visible!important;opacity:1!important;width:auto!important;height:32px!important;min-width:32px!important;vertical-align:middle!important;object-fit:contain!important;flex-shrink:0!important;overflow:visible!important;transform:none!important;filter:drop-shadow(0 1px 1px rgba(0,0,0,.25))!important}.brand svg:not(#rzd-logo-svg){display:none!important}.brand *[hidden]{display:inline-block!important}.brand svg#rzd-logo-svg path{fill:#e31e24!important}.field{display:grid;gap:8px;color:#fff}.field>span{font-size:14px;opacity:.95}.field input{width:100%;padding:12px 14px;border-radius:10px;border:1px solid rgba(255,255,255,.35);outline:none;background:#ffffff2e;color:#fff}.field input::placeholder{color:#ffffffd9}.field input:focus{border-color:#fffc}.remember{display:flex;align-items:center;gap:8px;color:#fff;opacity:.95}.btn-primary{background:#e31e24;color:#fff;border:none;padding:14px 16px;border-radius:12px;font-weight:600;cursor:pointer}.btn-primary:disabled{opacity:.7;cursor:default}.login-links{margin-top:6px}.muted{color:#ffffffe6;text-decoration:none}.muted:hover{text-decoration:underline}.policy-note{margin:8px 0 0;color:#fffffff2;font-size:14px}.link{color:#b6e1ff}.link-like{background:none;border:none;padding:0;cursor:pointer;color:#b6e1ff;text-decoration:underline;font:inherit}.error{color:#ffd7d7;background:#e31e2426;border:1px solid rgba(227,30,36,.35);padding:10px 12px;border-radius:10px}.env-muted{color:#ffffffd9;font-size:12px}@media(max-width:900px){.login-glass{width:min(640px,94vw);grid-template-columns:1fr;gap:20px;padding:22px;min-height:unset}.login-left{min-width:0}.login-right{min-height:160px}}.app-admin{display:grid;grid-template-columns:240px 1fr;gap:16px;width:100%;max-width:100%;min-height:100vh;align-items:start}.app-admin .app-sidebar{width:240px;min-width:240px}.app-admin .app-center,.app-admin .thread,.app-admin .card{width:100%;max-width:none!important}.app-admin .app-center{padding:16px;align-self:stretch}.app-admin .list{max-height:calc(100vh - 260px);overflow:auto}.app-admin.app-shell{grid-template-columns:240px 1fr!important}.rzd-app-preloader{position:fixed;inset:0;z-index:99999;overflow:hidden;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.18),transparent 22%),linear-gradient(180deg,#101216,#17191f 42%,#f4f4f4 78%,#fff)}.rzd-loader-bg-lines{position:absolute;inset:0;pointer-events:none;background:linear-gradient(112deg,transparent 0 55%,rgba(255,255,255,.24) 56%,transparent 57%),linear-gradient(116deg,transparent 0 58%,rgba(255,255,255,.16) 59%,transparent 60%),linear-gradient(18deg,transparent 0 48%,rgba(227,30,36,.9) 49%,rgba(227,30,36,.35) 53%,transparent 56%),radial-gradient(ellipse at 12% 88%,rgba(227,30,36,.9),transparent 34%),radial-gradient(ellipse at 88% 88%,rgba(227,30,36,.85),transparent 36%);opacity:.95}.rzd-loader-bg-lines:before{content:"";position:absolute;left:-10%;right:-10%;bottom:6%;height:32%;background:linear-gradient(8deg,transparent 0 20%,rgba(255,255,255,.68) 21%,transparent 22%),linear-gradient(12deg,transparent 0 34%,rgba(255,255,255,.38) 35%,transparent 36%),linear-gradient(-8deg,transparent 0 35%,rgba(227,30,36,.55) 36%,transparent 39%);filter:blur(.2px)}.rzd-loader-center{position:relative;z-index:2;transform:translateY(-26px);display:flex;flex-direction:column;align-items:center}.rzd-loader-ring{position:relative;width:330px;height:330px;border-radius:50%;border:2px solid rgba(255,255,255,.42);display:flex;align-items:center;justify-content:center;overflow:visible;box-shadow:0 0 55px #e31e242e,inset 0 0 40px #ffffff0f}.rzd-loader-ring-glow{position:absolute;width:15px;height:15px;border-radius:50%;background:#fff;box-shadow:0 0 18px #fff,0 0 34px #e31e24,0 0 60px #e31e24;top:44px;right:46px;animation:rzdGlowPulse 1.2s ease-in-out infinite alternate}.rzd-loader-logo-img{width:170px;height:auto;object-fit:contain;filter:drop-shadow(0 0 14px rgba(227,30,36,.45)) drop-shadow(0 0 30px rgba(227,30,36,.18))}.rzd-loader-title{margin-top:-92px;font-size:24px;font-weight:900;letter-spacing:6px;color:#fff;text-shadow:0 7px 24px rgba(0,0,0,.55)}.rzd-loader-subtitle{margin-top:116px;color:#2c2f35;font-size:24px;font-weight:500}.rzd-loader-progress{width:500px;height:7px;margin-top:24px;border-radius:999px;background:#5050502e;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff73}.rzd-loader-progress span{display:block;height:100%;border-radius:999px;background:linear-gradient(135deg,#ff1e24,#ff3f44,#ff1e24 70%,#ff5d62);box-shadow:0 0 18px #e31e248c,inset 0 0 12px #ffffff38}.rzd-loader-footer{position:absolute;z-index:2;left:50%;bottom:56px;transform:translate(-50%);display:flex;align-items:center;gap:22px;color:#222}.rzd-loader-footer-logo{color:#e31e24;font-size:34px;font-weight:1000;letter-spacing:-4px}.rzd-loader-footer-text{border-left:1px solid rgba(0,0,0,.35);padding-left:22px;font-size:15px;line-height:1.25;max-width:230px}@keyframes rzdRingSpin{to{transform:rotate(360deg)}}@keyframes rzdGlowPulse{0%{opacity:.65;transform:scale(.9)}to{opacity:1;transform:scale(1.18)}}@keyframes rzdProgressFill{0%{width:0%}15%{width:18%}35%{width:42%}55%{width:68%}75%{width:84%}to{width:97%}}.rzd-loader-percent{margin-top:14px;color:#e31e24;font-size:32px;font-weight:800;letter-spacing:-1px;text-shadow:0 0 18px rgba(227,30,36,.18)}.rzd-loader-footer-logo-img{width:86px;height:auto;object-fit:contain}.rzd-loader-bar-fill{position:relative;display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#e31e24,#ff4b50,#ff1e24);overflow:visible}.rzd-loader-glow{position:absolute;right:-10px;top:50%;transform:translateY(-50%);width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 0 12px #fff,0 0 28px #ff2a2f,0 0 60px #ff2a2f;animation:rzdGlowMove 1.1s ease-in-out infinite}@keyframes rzdGlowMove{0%{opacity:.5;transform:translateY(-50%) scale(.9)}50%{opacity:1;transform:translateY(-50%) scale(1.25)}to{opacity:.6;transform:translateY(-50%) scale(.95)}}.rzd-loader-progress{width:500px;height:6px;margin-top:18px;position:relative}.rzd-loader-bar{width:100%;height:100%;background:#ffffff1f;border-radius:999px;overflow:hidden;position:relative}.rzd-loader-fill{height:100%;border-radius:999px;position:relative;overflow:hidden;background:linear-gradient(90deg,#ff1e24,#ff3b40 40%,#ff1e24);box-shadow:0 0 18px #ff1e2459,inset 0 0 8px #ffffff26}.rzd-loader-fill:before{content:"";position:absolute;right:-30px;top:-50%;width:60px;height:200%;background:radial-gradient(circle,rgba(255,255,255,.95) 0%,rgba(255,80,80,.7) 30%,transparent 70%);filter:blur(2px);opacity:.9;animation:rzd-light-move 1.2s linear infinite}@keyframes rzd-light-move{0%{transform:translate(-40px);opacity:.2}50%{opacity:1}to{transform:translate(calc(100% + 40px));opacity:.2}}@keyframes rzd-head{0%{transform:translateY(-50%) scale(.9);opacity:.6}50%{transform:translateY(-50%) scale(1.25);opacity:1}to{transform:translateY(-50%) scale(.95);opacity:.7}}.rzd-loader-fill:after{content:"";position:absolute;right:-7px;top:50%;width:14px;height:14px;border-radius:50%;transform:translateY(-50%);background:#fff;box-shadow:0 0 8px #fff,0 0 18px #ff2d32f2,0 0 42px #e31e24bf,0 0 90px #e31e2473;animation:rzd-loader-dot-pulse .9s ease-in-out infinite}@keyframes rzd-loader-dot-pulse{0%{opacity:.65;transform:translateY(-50%) scale(.85)}50%{opacity:1;transform:translateY(-50%) scale(1.25)}to{opacity:.75;transform:translateY(-50%) scale(.95)}}@keyframes rzdRingSpinReverse{0%{transform:rotate(360deg)}to{transform:rotate(0)}}.rzd-loader-hud{position:absolute;inset:-32px;width:calc(100% + 64px);height:calc(100% + 64px);overflow:visible;animation:rzdHudRotate 14s linear infinite}.rzd-hud-base{fill:none;stroke:#ffffffb8;stroke-width:2.2}.rzd-hud-red{fill:none;stroke:#ff2a2f;stroke-width:3.5;stroke-linecap:round;stroke-dasharray:290 580;filter:url(#rzdGlow);animation:rzdHudRed 4s linear infinite}.rzd-hud-dots{fill:none;stroke:#ff282d8c;stroke-width:1.4;stroke-dasharray:1 11;opacity:.8}.rzd-hud-point{fill:#ff2a2f;filter:drop-shadow(0 0 8px rgba(255,40,45,.9)) drop-shadow(0 0 22px rgba(255,40,45,.55))}.rzd-hud-spark{fill:#fff;filter:drop-shadow(0 0 10px #fff) drop-shadow(0 0 24px rgba(255,40,45,.85)) drop-shadow(0 0 44px rgba(255,40,45,.55));animation:rzdSpark 1.1s ease-in-out infinite}@keyframes rzdHudRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rzdHudRed{0%{stroke-dashoffset:0}to{stroke-dashoffset:-870}}@keyframes rzdSpark{0%{opacity:.45;transform:scale(.85)}50%{opacity:1;transform:scale(1.4)}to{opacity:.55;transform:scale(.95)}}.rzd-loader-ring{width:430px!important;height:430px!important;border:0!important;background:radial-gradient(circle,rgba(9,10,14,.28) 0 58%,transparent 59%);box-shadow:none!important}.rzd-loader-hud{inset:-54px!important;width:calc(100% + 108px)!important;height:calc(100% + 108px)!important;animation:none!important}.rzd-hud-base{stroke:#ffffff94!important;stroke-width:2.2!important}.rzd-hud-red{stroke:#ff2028!important;stroke-width:4.8!important;stroke-linecap:round!important;stroke-dasharray:165 120 155 430!important;stroke-dashoffset:0;filter:url(#rzdGlow);animation:rzdHudRedPremium 3.8s linear infinite!important}.rzd-hud-dots{stroke:#ff232ad9!important;stroke-width:1.4!important;stroke-dasharray:.8 11.5!important;opacity:.95!important}.rzd-hud-point{fill:#ff2028!important;filter:drop-shadow(0 0 8px rgba(255,32,40,.95)) drop-shadow(0 0 24px rgba(255,32,40,.65))!important}.rzd-hud-spark{fill:#fff!important;filter:drop-shadow(0 0 8px #fff) drop-shadow(0 0 22px rgba(255,32,40,1)) drop-shadow(0 0 52px rgba(255,32,40,.7))!important;animation:rzdSparkPremium 1s ease-in-out infinite!important}.rzd-loader-logo-img{width:205px!important}.rzd-loader-title{margin-top:-124px!important;font-size:25px!important;letter-spacing:10px!important}@keyframes rzdHudRedPremium{0%{stroke-dashoffset:0}to{stroke-dashoffset:-870}}@keyframes rzdSparkPremium{0%,to{opacity:.55;transform:scale(.85)}50%{opacity:1;transform:scale(1.55)}}.rzd-hud-spark{display:none!important}.rzd-loader-hud{animation:rzdHudDotsSlow 22s linear infinite!important;transform-origin:center}.rzd-hud-red{animation:rzdHudRedPremium 7s linear infinite!important}@keyframes rzdHudDotsSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.channel-settings-backdrop{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:3000}.channel-settings-page{width:1200px;max-width:90vw;height:85vh;background:#fff;border-radius:16px;padding:20px;overflow:auto;box-shadow:0 20px 60px #00000040}.cs-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.cs-topbar h1{font-size:20px;font-weight:600;margin:0}.cs-back{width:42px;height:42px;border:0;border-radius:12px;background:#f3f4f6;font-size:22px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;line-height:1}.cs-save{background:#e31e24;color:#fff;border:0;border-radius:10px;padding:12px 18px;font-size:14px;font-weight:700;cursor:pointer}.cs-save:hover{background:#c8181d}.cs-save:disabled,.cs-save-mini:disabled{opacity:.6;cursor:default}.cs-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;align-items:start}.cs-card{border:1px solid #e5e7eb;border-radius:14px;padding:20px;background:#fff;height:fit-content}.cs-card h2{font-size:16px;font-weight:600;margin:0 0 12px}.cs-card p,.cs-help{color:#6b7280;font-size:13px;margin:4px 0 12px}.cs-label{display:block;font-size:13px;margin:12px 0 6px}.cs-input-wrap,.cs-textarea-wrap,.cs-copy-row{display:flex;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.cs-input-wrap input,.cs-copy-row input,.cs-textarea-wrap textarea,select{width:100%;border:0;outline:0;padding:10px;background:#fff;font-size:14px;color:#111}.cs-textarea-wrap textarea{height:70px;resize:none}.cs-input-wrap span,.cs-textarea-wrap span{align-self:flex-end;padding:8px;color:#6b7280;font-size:12px}.cs-copy-row button{border:0;background:#fff;padding:0 12px;cursor:pointer}.cs-card-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px}.cs-add-btn{background:#ffe9ec;color:#e31e24;border:0;border-radius:8px;padding:8px 12px;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap}.cs-add-btn:hover{background:#ffd6db}.cs-add-box{display:flex;gap:8px;margin:10px 0 14px}.cs-add-box input{flex:1;border:1px solid #e5e7eb;border-radius:8px;padding:9px 10px;outline:0;color:#111;background:#fff}.cs-save-mini{background:#e31e24;color:#fff;border:0;border-radius:8px;padding:9px 14px;font-weight:700;cursor:pointer}.cs-save-mini:hover{background:#c8181d}.cs-list-item{display:grid;grid-template-columns:44px minmax(0,1fr) 32px;align-items:center;gap:12px}.cs-member-item{display:grid!important;grid-template-columns:44px minmax(0,1fr) 78px 32px!important;align-items:center!important}.cs-member-item .cs-role,.cs-member-item .cs-dots{justify-self:end}.cs-avatar{width:38px;height:38px;border-radius:50%;background:#ffe0e3;color:#e31e24;display:grid;place-items:center;font-weight:800}.cs-list-item b{display:block;font-size:14px}.cs-list-item p{margin:4px 0 0;color:#6b7280;font-size:13px}.cs-role{font-size:11px;background:#ffe9ec;color:#e31e24;padding:4px 8px;border-radius:999px;white-space:nowrap}.cs-dots{width:32px;height:32px;border:0;border-radius:8px;background:transparent;font-size:22px;cursor:pointer;color:#111827;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;justify-self:end}.cs-dots:hover{background:#f3f4f6}.cs-toggle-row,.cs-select-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:10px 0}.cs-toggle-row input{display:none}.cs-switch{width:38px;height:22px;border-radius:999px;background:#e5e7eb;position:relative;flex:0 0 auto;cursor:pointer}.cs-switch:after{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:#fff;left:2px;top:2px;box-shadow:0 1px 4px #00000040;transition:.18s ease}.cs-toggle-row input:checked+.cs-switch{background:#e31e24}.cs-toggle-row input:checked+.cs-switch:after{transform:translate(16px)}.cs-select-row select{width:170px;border:1px solid #e5e7eb;border-radius:8px}.cs-check{display:flex;gap:8px;margin-top:22px;font-size:14px}.cs-leave{width:100%;margin-top:20px;padding:12px;border-radius:10px;border:1px solid #E31E24;background:#fff;color:#e31e24;font-weight:800;cursor:pointer;font-size:14px}.cs-loading{margin:80px auto;text-align:center;color:#6b7280}.cs-empty{font-size:13px;color:#6b7280;padding:10px 0}.cs-member-add{margin:10px 0 14px}.cs-user-suggest{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;background:#fff;margin-top:8px}.cs-user-option{width:100%;display:grid;grid-template-columns:38px 1fr;gap:10px;align-items:center;border:0;background:#fff;padding:10px;text-align:left;cursor:pointer;border-bottom:1px solid #f1f1f1}.cs-user-option:last-child{border-bottom:0}.cs-user-option:hover,.cs-user-option.active{background:#fff5f5}.cs-user-option b{font-size:14px}.cs-user-option p{margin:3px 0 0;font-size:12px;color:#6b7280}.error{background:#ffe1e4;border:1px solid #ffb8c0;color:#e31e24;border-radius:10px;padding:10px 12px;margin-bottom:14px;text-align:center}.cs-member-item{grid-template-columns:44px minmax(0,1fr) auto!important}.cs-member-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:108px}.cs-member-actions .cs-dots{flex:0 0 32px}.cs-member-item{display:flex!important;align-items:center!important;gap:12px!important;width:100%!important;box-sizing:border-box!important;padding:14px 0!important}.cs-member-item>.cs-avatar{flex:0 0 38px!important}.cs-member-item>div:not(.cs-avatar):not(.cs-member-actions){flex:1 1 auto!important;min-width:0!important;overflow:hidden!important}.cs-member-item b,.cs-member-item p{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.cs-member-actions{flex:0 0 auto!important;display:flex!important;align-items:center!important;gap:8px!important;margin-left:auto!important}.cs-member-actions .cs-role{flex:0 0 auto!important}.cs-member-actions .cs-dots{flex:0 0 32px!important;display:flex!important;align-items:center!important;justify-content:center!important}.cs-menu{position:absolute!important;right:0!important;top:34px!important;min-width:210px;background:#fff;border-radius:12px;box-shadow:0 12px 35px #0000002e;padding:8px;z-index:5000;display:flex;flex-direction:column}.cs-menu button{border:0;background:none;padding:10px 14px;text-align:left;cursor:pointer;font-size:14px}.cs-menu button:hover{background:#f3f4f6}.cs-menu .danger{color:#e31e24}.cs-menu-wrap,.cs-member-actions{position:relative!important}.cs-member-actions .cs-menu{position:absolute!important;right:0!important;top:38px!important}.cs-list-item>.cs-menu{position:absolute!important;right:0!important;top:38px!important}.cs-modal-backdrop{position:fixed!important;inset:0!important;background:#00000073!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:9999!important}.cs-chat-modal{width:430px!important;max-width:calc(100vw - 32px)!important;background:#fff!important;border-radius:18px!important;padding:32px!important;box-shadow:0 24px 70px #00000047!important;position:relative!important}.cs-chat-modal-head{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-bottom:28px!important}.cs-chat-modal-head h2{margin:0!important;font-size:20px!important;font-weight:800!important}.cs-chat-modal-head button{width:32px!important;height:32px!important;border:0!important;background:transparent!important;font-size:26px!important;cursor:pointer!important;color:#6b7280!important}.cs-chat-avatar-row{display:flex!important;align-items:center!important;gap:18px!important;margin:10px 0 6px!important}.cs-chat-avatar{width:76px!important;height:76px!important;border-radius:50%!important;background:#f0dcff!important;color:#9c27b0!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:26px!important;font-weight:800!important}.cs-avatar-btn{background:#fff!important;color:#374151!important;border:1px solid #e5e7eb!important;border-radius:10px!important;padding:10px 16px!important;font-size:14px!important;font-weight:500!important;cursor:pointer!important}.cs-avatar-btn:hover{background:#f9fafb!important}.cs-avatar{width:44px;height:44px;min-width:44px;min-height:44px;max-width:44px;max-height:44px;aspect-ratio:1 / 1;border-radius:50%;overflow:hidden;flex:0 0 44px;display:flex;align-items:center;justify-content:center}.cs-avatar img{width:100%;height:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:50%;display:block}:root{color-scheme:light;--rzd-red:#E31E24;--rzd-red-weak:#ffe9ec;--rzd-red-weak2:#ffd1d1;--ink:#111}html,body,#root{height:100%;background:#fff!important}body{margin:0;overflow:hidden;display:block;min-width:0;min-height:0}.app-shell{height:100vh;height:100dvh;width:100vw;box-sizing:border-box;padding:16px;padding-bottom:calc(16px + env(safe-area-inset-bottom));gap:16px;display:grid;grid-template-columns:240px 450px 1fr;position:relative;grid-template-rows:1fr;background:radial-gradient(1200px 700px at 20% 10%,var(--rzd-red-weak) 0%,#fff 50%,#fff 100%)}.app-sidebar,.app-center,.app-right{background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:16px;box-shadow:0 12px 34px #00000014;min-width:0;min-height:0;overflow:hidden}.app-sidebar{display:grid;grid-template-rows:auto 1fr auto;padding:18px}.user-card{display:flex;flex-direction:column;align-items:center;gap:10px}.user-card .avatar{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;font-weight:700;color:var(--rzd-red);background:#fff;box-shadow:0 4px 14px #00000012;cursor:pointer;transition:transform .12s ease}.user-card .avatar:hover{transform:translateY(-1px)}.user-card .name{font-weight:600;color:#333}.menu{display:grid;gap:10px;margin-top:18px;grid-auto-rows:min-content}.menu-item{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:10px;border:0;background:transparent;color:var(--rzd-red);font-weight:600;font-size:14px;min-height:42px;max-height:48px;line-height:1.3;cursor:pointer}.menu-item span{width:20px;text-align:center;font-size:15px}.menu-item.active,.menu-item:hover{background:var(--rzd-red-weak)}.rzd-mini img{height:24px;opacity:.9}.sidebar-footer{margin-top:16px}.btn{background:var(--rzd-red);color:#fff;border:0;padding:10px 12px;border-radius:10px;cursor:pointer}.btn:disabled{opacity:.6;cursor:default}.app-center{display:flex;flex-direction:column}.thread{display:grid;grid-template-rows:auto 1fr auto;height:100%}.panel-head{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid rgba(0,0,0,.06)}.panel-head h2{margin:0;font-size:18px}.header-row{display:flex;align-items:center;justify-content:space-between;width:100%}.actions{position:relative;display:flex;align-items:center;padding:10px}.icon-btn{width:36px;height:36px;border-radius:10px;border:none;cursor:pointer;background:var(--rzd-red-weak2);box-shadow:0 2px 8px #00000014;font-size:22px;line-height:1;display:inline-flex;align-items:center;justify-content:center}.icon-btn:hover{background:#ffb9b9}.menu-popover{position:absolute;top:42px;right:0;min-width:180px;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 8px 24px #0000001f;border-radius:12px;padding:6px;z-index:30}.menu-popover-item{display:block;width:100%;text-align:left;background:none;border:none;cursor:pointer;padding:10px 12px;border-radius:8px;font:inherit}.menu-popover-item:hover{background:#f5f5f7}.search{width:52%;min-width:220px}.header-row .search{width:auto;min-width:0;flex:1}.search input{width:100%;padding:10px 12px;border-radius:12px;border:1px solid #eee;outline:0;background:#fff;color:#111;caret-color:#111}.search input::placeholder{color:#9aa0a6;opacity:1}.list-scroll{padding:4px;overflow:auto;min-height:0}.dialog-item{width:100%;border:0;background:transparent;text-align:left;cursor:pointer;display:flex;gap:12px;padding:10px;border-radius:14px}.dialog-item:hover{background:#fff5f5}.dialog-item.active{background:var(--rzd-red-weak);outline:1px solid var(--rzd-red)}.dia-avatar{width:46px;height:46px;min-width:46px;min-height:46px;border-radius:50%;background:#ffd8d6;display:grid;place-items:center;font-weight:700;color:var(--rzd-red);flex:0 0 46px}.dia-main{flex:1;min-width:0}.dia-top{display:flex;align-items:center;justify-content:space-between}.dia-title{font-size:14px}.dia-time{color:#888;font-size:12px}.dia-bottom{display:flex;align-items:center;gap:8px;color:#777;font-size:13px;overflow:hidden}.dia-sub{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.badge{min-width:18px;height:18px;padding:0 6px;border-radius:9px;background:var(--rzd-red);color:#fff;font-size:12px;display:grid;place-items:center;margin-left:auto}.app-right{display:flex;flex-direction:column}.meta{color:#999;text-align:center;margin:28px 0}.error{color:#b20;background:#ffe4e4;border:1px solid #ffcaca;padding:8px 10px;border-radius:10px;text-align:center}.chat-wrap{padding:14px 16px 16px;overflow:auto;min-height:0;display:flex;flex-direction:column-reverse}.chat-title-btn{background:transparent;border:none;padding:4px 8px;font:inherit;font-weight:700;font-size:18px;cursor:pointer;color:var(--ink);border-radius:8px}.chat-title-btn:hover{background:#0000000a}.members-inline{position:absolute;left:50%;transform:translate(-50%);color:var(--rzd-red);font-weight:600}.bubble-row{display:flex;gap:10px;margin:8px 0;align-items:flex-end;padding:2px 6px;border-radius:12px;transition:background .2s ease,box-shadow .2s ease}.bubble-row.mine{justify-content:flex-end}.bubble-avatar{width:28px;height:28px;border-radius:50%;background:#eee;display:grid;place-items:center;font-size:12px;color:#666;cursor:pointer}.bubble{max-width:62%;padding:10px 14px;border-radius:18px;background:linear-gradient(180deg,#fff,#f7f7f7);border:2px solid #dcdcdc;box-shadow:0 6px 18px #0000000f,inset 0 1px #fff9;color:#222}.bubble-row.mine .bubble{background:linear-gradient(180deg,#fff6f6,#ffe6e6);border:2px solid #ffcccc;color:#111;border-bottom-right-radius:8px;box-shadow:0 6px 18px #e31e242e,inset 0 1px #fff9}.bubble-text{white-space:pre-wrap;word-break:break-word}.bubble-meta{font-size:11px;opacity:.9;margin-top:4px;text-align:right}.bubble-row.selected-wide{background:#fff0f0;box-shadow:inset 0 0 0 2px var(--rzd-red)}@media(max-width:600px){.bubble{max-width:85%}}.composer-row{display:flex;gap:10px;padding:12px;border-top:1px solid rgba(0,0,0,.06)}.composer-row .input{flex:1;padding:12px 14px;border-radius:14px;border:1px solid #eee;outline:0;background:#fff;color:#111;caret-color:#111}.composer-row .input::placeholder{color:#9aa0a6;opacity:1}.composer-row .btn{width:44px;border-radius:14px;border:0;background:var(--rzd-red);color:#fff;cursor:pointer;font-size:18px}.composer-row .btn:disabled{opacity:.6;cursor:default}.panel-actions .icon-btn{border:0;background:#fff;border-radius:10px;padding:8px 10px;margin-left:8px;cursor:pointer;box-shadow:0 4px 12px #0000000f}.right-drawer{position:fixed;top:0;right:0;bottom:0;width:420px;max-width:100vw;transform:translate(100%);transition:transform .22s ease;z-index:1100;pointer-events:none}.right-drawer.open{transform:translate(0);pointer-events:auto}.rd-panel{position:absolute;inset:0;background:#fff;box-shadow:-16px 0 40px #0000002e;border-left:1px solid #eee;display:grid;grid-template-rows:auto 1fr}.rd-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #f0f0f0}.rd-title{margin:0;font-size:16px;font-weight:700}.rd-close{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:0;border-radius:6px;background:#fbe3e3;color:#d33;font-size:18px;line-height:1;cursor:pointer;margin-left:8px}.rd-close:hover{background:#f7d1d1}.rd-body{overflow:auto;padding:16px}.rd-backdrop{position:fixed;inset:0;background:#00000014;opacity:0;transition:opacity .22s ease;z-index:1000;pointer-events:none}.rd-backdrop.show{opacity:1;pointer-events:auto}.drawer-push .app-center,.drawer-push .app-right{margin-right:420px;transition:margin-right .22s ease}@media(max-width:800px){.app-shell{grid-template-columns:68px 1fr}.app-right,.menu,.user-card .name{display:none}.right-drawer{width:360px}.drawer-push .app-center,.drawer-push .app-right{margin-right:360px}}@media(max-width:600px){.app-shell{padding:8px;gap:8px;grid-template-columns:64px 1fr}.app-right{display:none}.app-sidebar{padding:10px}.user-card .name,.menu,.rzd-mini{display:none}.panel-head{padding:10px 12px}.search{width:100%;min-width:0}.header-row .search{width:100%}.list-scroll{padding:6px}.chat-wrap{padding:10px 12px}.bubble{max-width:85%}.right-drawer{width:min(92vw,360px)}.drawer-push .app-center,.drawer-push .app-right{margin-right:min(92vw,360px)}}@media(max-width:360px){.app-shell{padding:6px;gap:6px;grid-template-columns:56px 1fr}.panel-head h2{font-size:16px}.dialog-item,.composer-row{padding:8px}}.right-drawer .list .list-item.hit-item{background:#e31e2414!important;border:1px solid rgba(227,30,36,.28)!important;color:#111!important;border-radius:12px;box-shadow:0 10px 24px #e31e241f}.right-drawer .list .list-item.hit-item:hover{background:#e31e2424!important;box-shadow:0 14px 36px #e31e242e}.ctx-menu{position:fixed;z-index:1200;min-width:260px;background:#fff!important;color:#111!important;border:1px solid var(--rzd-red)!important;border-radius:12px;padding:8px;box-shadow:0 18px 40px #e31e2429;animation:fadeIn .15s ease-out both}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ctx-head{font-weight:700;font-size:14px;padding:6px 10px;color:var(--rzd-red);border-bottom:1px solid rgba(227,30,36,.25);margin-bottom:6px}.ctx-item{display:block;width:100%;border:0;background:transparent;text-align:left;padding:8px 10px;border-radius:8px;cursor:pointer;color:#111;font-size:14px}.ctx-item:hover{background:#e31e2414}.ctx-item.danger{color:#c11a1f}.ctx-item.danger:hover{background:#e31e2424}.ctx-sep{height:1px;background:#e31e2433;margin:6px 8px;border-radius:1px}.forward-modal .rd-panel{background:#fff;color:#111827;border-radius:12px;box-shadow:0 20px 60px #0000002e}.forward-modal .rd-header{border-bottom:1px solid rgba(0,0,0,.06)}.forward-modal .list .list-item{background:#fff;color:#111827;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:10px;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease}.forward-modal .list .list-item:hover{background:#fff7f7;border-color:var(--rzd-red, #E31E24);transform:translateY(-1px);box-shadow:0 6px 16px #00000014}.forward-modal .dia-avatar.sm{background:#ffd8d6;color:#e31e24}.forward-modal .rd-close{color:#6b7280}.forward-modal .inp{background:#fff;color:#111827;border:1px solid rgba(0,0,0,.12)}.app-right .thread.has-pins{display:grid;grid-template-rows:auto auto 1fr auto}.app-center.channel-mode .list-scroll{padding:4px!important}.app-shell{grid-template-columns:240px 450px 1fr;transition:grid-template-columns .28s ease}.app-shell.channel-layout{grid-template-columns:240px 104px 330px 1fr}.app-center{width:450px;min-width:450px;max-width:450px;transition:width .28s ease,min-width .28s ease,max-width .28s ease}.app-shell.channel-layout .app-center{width:104px;min-width:104px;max-width:104px}.app-center.channel-mode .panel-head{justify-content:center;padding:14px 0}.app-center.channel-mode .actions{display:none!important}.app-center.channel-mode .search{position:relative;width:52px!important;min-width:52px!important;height:59px;border-radius:12px;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.app-center.channel-mode .search input{display:none}.app-center.channel-mode .search:after{content:"«";color:var(--rzd-red);font-size:22px;font-weight:700}.dialog-item{overflow:hidden;flex-wrap:nowrap}.dia-main{flex:1;min-width:0;overflow:hidden;white-space:nowrap}.app-center.channel-mode .dia-main{display:block!important;min-width:0;overflow:hidden;opacity:1}.app-center.channel-mode .dialog-item{height:75px!important;min-height:75px!important;padding:14px 10px!important;gap:12px}.dialog-item{box-sizing:border-box;min-height:58px;align-items:center}.app-center.channel-mode .dia-avatar{width:46px;height:46px;min-width:46px;min-height:46px}.app-center.channel-mode .dialog-item.active{outline:none!important}.app-center.channel-mode .dialog-item.active .dia-avatar{box-shadow:0 0 0 3px var(--rzd-red);background:#ffd8d6}.channel-chats{background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:16px;box-shadow:0 12px 34px #00000014;overflow:hidden;display:flex;flex-direction:column;min-width:0;min-height:0}.channel-chats .panel-head{height:65px;box-sizing:border-box;font-weight:700}.app-right{min-width:0}.channel-chats{animation:channelSlideIn .28s ease both}@keyframes channelSlideIn{0%{opacity:0;transform:translate(-18px)}to{opacity:1;transform:translate(0)}}.app-center.channel-mode .dialog-item.active{position:relative}.app-center.channel-mode .dialog-item.active:before{content:"";position:absolute;left:14px;top:6px;width:72px;height:54px;border-radius:14px;background:var(--rzd-red-weak);z-index:-1}.channel-header{height:72px;padding:16px 18px;display:flex;align-items:center;justify-content:flex-start}.channel-header h2{font-size:16px;font-weight:700;color:var(--rzd-red);letter-spacing:.3px}.channel-header{height:96px!important;padding:14px 18px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;align-items:start;gap:4px 16px;background:transparent;border-bottom:1px solid rgba(0,0,0,.08)}.channel-head-info{min-width:0;grid-column:1;grid-row:1 / 3;display:flex;flex-direction:column;gap:6px}.channel-head-label{font-size:18px;font-weight:800;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.channel-head-title{font-size:16px;font-weight:800;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.channel-head-meta{grid-column:2;grid-row:1;font-size:13px;font-weight:700;color:#6b7280;white-space:nowrap;align-self:start;text-align:right}.channel-head-actions{grid-column:2;grid-row:2;display:flex;align-items:center;justify-content:flex-end;gap:10px;margin:0}.channel-head-actions .icon-btn{width:38px;height:38px;border-radius:12px;background:var(--rzd-red-weak);color:var(--rzd-red);box-shadow:0 6px 14px #e31e2426;font-size:18px}.channel-head-actions .icon-btn:hover{background:#ffd6d6}.channel-head-side{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.channel-head-meta{font-size:13px;color:#6b7280;text-align:right}.channel-head-actions{display:flex;gap:10px}.channel-chats{display:flex;flex-direction:column}.channel-chats-footer{margin-top:auto;padding:12px 0 14px;text-align:center;font-size:13px;color:#9aa0a6;border-top:1px solid rgba(0,0,0,.05)}.channel-back-btn{border:0;cursor:pointer;color:var(--rzd-red);font-size:22px;font-weight:800}.channel-back-btn:after{content:none!important}.cs-back{display:flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;padding:0!important}.cs-list-item{grid-template-columns:44px minmax(0,1fr) 32px!important}.cs-dots{display:flex!important;align-items:center!important;justify-content:center!important;width:32px!important;height:32px!important;padding:0!important;line-height:1!important;font-size:22px!important;border-radius:8px!important;border:0!important;background:transparent!important;color:#111827!important}.chat-header-avatar{width:38px;height:38px;border-radius:50%;background:#ffe0e3;color:#e31e24;display:flex;align-items:center;justify-content:center;font-weight:800;overflow:hidden;flex:0 0 38px}.chat-header{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:14px!important;padding-left:18px!important;position:relative}.chat-header-avatar{width:60px!important;height:60px!important;min-width:60px!important;min-height:60px!important;flex:0 0 60px!important;border-radius:50%;background:#ffe0e3;color:#e31e24;border:3px solid #E31E24;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:20px;overflow:hidden}.chat-header-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.chat-title-btn{margin:0!important;padding:0!important;text-align:left!important;justify-content:flex-start!important;align-items:flex-start!important;font-size:20px!important;line-height:1.2!important}.chat-head-left{display:flex;align-items:center;gap:12px;min-width:0}.chat-head-right{display:flex;align-items:center}.chat-header-title{font-size:16px;font-weight:700;color:#111;white-space:nowrap}.chat-header-avatar{width:52px;height:52px;min-width:52px;border-radius:50%;background:#ffe0e3;color:#e31e24;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px;overflow:hidden;border:2px solid #E31E24}.chat-header-avatar img{width:100%;height:100%;object-fit:cover}.chat-header{display:flex;align-items:center}.chat-title-btn{margin-left:12px}.chat-tools{margin-left:auto;display:flex;align-items:center}.channel-head-side{position:relative}.channel-search-box{display:flex;align-items:center;justify-content:flex-end;gap:8px}.channel-search-box input{width:0;opacity:0;padding:0;border:1px solid transparent;border-radius:12px;height:38px;background:#fff;color:#111;outline:none;transition:.22s ease;box-sizing:border-box}.channel-search-box.open input{width:190px;opacity:1;padding:0 12px;border-color:#e5e7eb}.channel-header{display:flex;justify-content:space-between;align-items:center}.channel-head-info{display:flex;flex-direction:column}.channel-head-side{display:flex;align-items:center;gap:12px}.channel-search-box{display:flex;align-items:center}.channel-search-box input{width:0;opacity:0;transition:.3s;border:none;outline:none;padding:6px 10px;border-radius:8px}.channel-search-box.open input{width:180px;opacity:1;margin-right:8px}.channel-head-actions{display:flex;align-items:center;gap:8px}.channel-header{height:96px!important;padding:14px 18px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:auto auto!important;align-items:start!important;gap:6px 12px!important}.channel-head-info{grid-column:1!important;grid-row:1 / 3!important;display:flex!important;flex-direction:column!important;justify-content:center!important;min-width:0!important}.channel-head-side{grid-column:2!important;grid-row:1 / 3!important;display:grid!important;grid-template-rows:auto auto!important;justify-items:end!important;align-items:start!important;gap:8px!important}.channel-head-meta{grid-row:1!important;font-size:13px!important;font-weight:700!important;color:#6b7280!important;white-space:nowrap!important}.channel-search-box{grid-row:2!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important}.channel-search-box input{width:0!important;opacity:0!important;height:38px!important;padding:0!important;border:1px solid transparent!important;border-radius:12px!important;background:#fff!important;color:#111!important;outline:none!important;transition:.22s ease!important;box-sizing:border-box!important}.channel-search-box.open input{width:160px!important;opacity:1!important;padding:0 12px!important;border-color:#e5e7eb!important}.channel-head-actions{display:flex!important;align-items:center!important;gap:8px!important}.channel-head-side{display:flex!important;flex-direction:column!important;align-items:flex-end!important;gap:8px!important}.channel-head-actions-row{display:flex!important;align-items:center!important;gap:10px!important}.channel-chat-item{border-bottom:1px solid rgba(0,0,0,.08)!important;border-radius:0!important;padding:12px 10px!important}.channel-chat-item:last-child{border-bottom:none!important}.channel-chat-main{flex:1;min-width:0;overflow:hidden}.channel-chat-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.channel-chat-title{font-size:14px;font-weight:700;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.channel-chat-time{flex:0 0 auto;font-size:12px;color:#8b8b8b;white-space:nowrap}.channel-chat-preview{margin-top:4px;font-size:13px;color:#777;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.channel-chat-bottom{display:flex;align-items:center;gap:8px;min-width:0}.channel-chat-preview{flex:1;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.channel-unread-badge{min-width:18px;height:18px;padding:0 6px;border-radius:999px;background:#e31e24;color:#fff;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.bubble-row{position:relative}.bubble{position:relative;overflow:visible}.message-reactions{display:flex;align-items:center;gap:4px;margin-top:6px;min-height:22px}.bubble-row.mine .message-reactions{justify-content:flex-end}.reaction{display:inline-flex;align-items:center;height:22px;padding:0 7px;border-radius:999px;background:#fff;border:1px solid rgba(227,30,36,.18);box-shadow:0 4px 12px #00000014;font-size:12px;cursor:pointer}.reaction.mine-reaction{background:#e31e2424;border-color:#e31e2459;color:#b11218}.reaction-float-btn{position:absolute;top:50%;right:-38px;transform:translateY(-50%);width:30px;height:30px;padding:0;border-radius:50%;background:#fff;border:1px solid rgba(227,30,36,.18);box-shadow:0 8px 22px #00000024;cursor:pointer;opacity:0;pointer-events:none;transition:.15s ease;z-index:30;display:flex;align-items:center;justify-content:center}.bubble-row.mine .reaction-float-btn{right:auto;left:-38px}.bubble-row:hover .reaction-float-btn,.bubble-row:focus-within .reaction-float-btn{opacity:1;pointer-events:auto}.reaction-picker{position:absolute;top:50%;left:calc(100% + 12px);transform:translateY(-50%);display:inline-flex;align-items:center;gap:4px;padding:8px 12px;min-height:36px;box-sizing:border-box;border-radius:999px;background:#fff;border:1px solid rgba(227,30,36,.22);box-shadow:0 12px 32px #0000002e;width:max-content;white-space:nowrap;z-index:40}.bubble-row.mine .reaction-picker{left:auto;right:calc(100% + 12px)}.reaction-picker span{display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;padding:2px 3px}.reaction-picker span:hover{background:#ffe9ec;border-radius:50%}.dialog-item{border-radius:0!important;border-bottom:1px solid rgba(0,0,0,.07);padding:14px 10px!important}.dialog-item:last-child{border-bottom:none}.dialog-item:hover{background:#fff7f7}.dialog-item.active{border-radius:14px!important;background:#fff0f0!important;border:1px solid rgba(227,30,36,.35)!important;box-shadow:0 10px 24px #e31e241a}.dialog-item.active+.dialog-item{border-top:1px solid rgba(0,0,0,.07)}.dia-avatar{background:#f3f4f6}.dialog-item.active .dia-avatar{background:#ffd8d6}.bubble-author-name{font-size:13px;font-weight:700;color:#b91c1c;margin-bottom:4px;line-height:1.2}.bubble-time-inline{font-size:11px;color:#888;white-space:nowrap}.message-reactions{position:relative}.reaction-tooltip{position:absolute;bottom:100%;right:0;left:auto;transform:translateY(-8px);background:#fff;color:#111;min-width:160px;max-width:220px;padding:8px;border-radius:12px;box-shadow:0 8px 24px #0000002e;border:1px solid rgba(227,30,36,.16);z-index:100;pointer-events:none}.bubble-row.mine .reaction-tooltip{left:auto;right:0}.reaction-user-row{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:10px}.reaction-user-avatar{width:26px;height:26px;border-radius:50%;background:var(--rzd-red);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex:0 0 26px}.reaction-user-name{font-size:13px;font-weight:600;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-input{position:relative}.attach-menu{position:absolute;right:50%;bottom:54px;transform:translate(50%);width:190px;padding:8px;background:#fff;border:1px solid rgba(17,24,39,.1);border-radius:14px;box-shadow:0 18px 45px #1118272e;z-index:50;display:flex;flex-direction:column;gap:4px}.attach-menu:after{content:"";position:absolute;left:50%;margin-left:-7px;bottom:-7px;width:14px;height:14px;background:#fff;border-right:1px solid rgba(17,24,39,.1);border-bottom:1px solid rgba(17,24,39,.1);transform:rotate(45deg)}.attach-menu-item{width:100%;border:0;background:transparent;padding:10px 12px;border-radius:10px;display:flex;align-items:center;gap:10px;font-size:14px;color:#111827;cursor:pointer;text-align:left}.attach-menu-item:hover{background:#fff0f0;color:#e31e24}.attach-wrap{position:relative}.attach-preview{display:flex;gap:6px;padding:6px 8px;overflow-x:auto}.attach-preview-item{display:flex;align-items:center;gap:6px;background:#f3f4f6;border-radius:8px;padding:4px 8px;font-size:12px}.attach-preview-name{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attach-remove{border:none;background:transparent;cursor:pointer;color:#888}.msg-image{display:block;max-width:300px;max-height:260px;border-radius:12px;object-fit:cover;margin-bottom:6px}.msg-file{display:block;color:#111;text-decoration:none;font-weight:600;margin-bottom:6px}.bubble:has(.msg-image){position:relative}.bubble:has(.msg-image) .bubble-text{position:relative}.bubble:has(.msg-image) .bubble-time-inline{position:absolute;right:8px;bottom:8px;padding:3px 7px;border-radius:8px;background:#00000073;color:#fff;font-size:12px;line-height:1;z-index:5}.bubble:has(.msg-image) .pin-flag{position:absolute;right:8px;top:8px;z-index:5;padding:3px 6px;border-radius:8px;background:#00000073;color:#fff}.msg-image,.msg-video{width:220px;height:220px;object-fit:cover;border-radius:12px;display:block}.msg-media-box{position:relative;display:flex;justify-content:center}.msg-media-expand{position:absolute;right:6px;bottom:6px;background:#0009;color:#fff;border:none;border-radius:6px;padding:2px 6px;cursor:pointer;font-size:12px}.media-viewer{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:9999}.media-viewer-inner{position:relative;max-width:90vw;max-height:90vh}.media-full{max-width:100%;max-height:90vh;border-radius:10px}.media-viewer-close{position:absolute;top:-40px;right:0;background:transparent;color:#fff;border:none;font-size:28px;cursor:pointer}.msg-media-expand{position:absolute;top:8px;right:8px;bottom:auto;background:#0000008c;color:#fff;border:none;border-radius:7px;width:28px;height:28px;cursor:pointer;font-size:15px;z-index:5}.bubble-time-inline{display:flex;align-items:center;justify-content:flex-end;gap:4px;margin-top:4px;font-size:12px;opacity:.6}.media-viewer-close{position:absolute;top:16px;right:16px;width:40px;height:40px;background:#000000b3;color:#fff;border:none;border-radius:50%;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10}.media-viewer-close:hover{background:#000000e6}.msg-doc-card{width:280px;background:#fff;border-radius:14px;border:1px solid rgba(0,0,0,.06);box-shadow:0 8px 22px #00000014;padding:12px;box-sizing:border-box}.msg-doc-icon{width:34px;height:34px;border-radius:8px;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px;float:left;margin-right:10px}.msg-doc-icon.pdf{background:#e53935}.msg-doc-icon.word{background:#2b6fd6}.msg-doc-icon.excel{background:#1f9d55}.msg-doc-icon.power{background:#e87522}.msg-doc-icon.file{background:#6b7280}.msg-doc-head{min-height:38px}.msg-doc-title{font-weight:700;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.msg-doc-meta{font-size:11px;color:#6b7280;font-weight:600}.msg-doc-preview.simple{clear:both;margin-top:12px;height:120px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:1px solid #ececec;border-radius:10px}.doc-icon-big{font-size:32px;font-weight:800;opacity:.45}.msg-doc-actions{display:flex;justify-content:flex-start;gap:8px;margin-top:10px}.msg-doc-btn{height:30px;min-width:38px;padding:0 10px;border-radius:9px;border:1px solid #e5e7eb;background:#fff;color:#111827;text-decoration:none;display:flex;align-items:center;justify-content:center;font-weight:800}.msg-doc-btn.wide{margin-left:0;min-width:54px}.msg-doc-preview{clear:both;width:100%;height:120px;margin-top:12px;background:#f3f4f6;border-radius:10px;overflow:hidden}.msg-doc-preview-img{width:100%;height:100%;display:block;object-fit:cover;object-position:top center}.msg-status{margin-left:6px;font-size:12px;opacity:.6}.msg-status{margin-left:6px;font-size:12px;display:inline-flex;align-items:center;gap:1px}.msg-status.single{color:#9ca3af!important}.msg-status.double{color:red!important}.msg-doc-card,.msg-media-box{position:relative}.msg-media-overlay{position:absolute;right:8px;bottom:6px;display:flex;align-items:center;gap:6px;background:#00000073;color:#fff;padding:2px 8px;border-radius:999px;font-size:11px;line-height:1}.msg-time{opacity:.95}.msg-status{font-size:12px}.msg-status.single{color:#cfcfcf}.msg-status.double{color:#3ea6ff}.msg-pin{font-size:12px;margin-right:2px}.mention{color:#e31e24;font-weight:600}.mention-badge{min-width:20px;height:20px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--rzd-red);color:#fff;font-size:11px;font-weight:700;line-height:1;box-sizing:border-box}.mention-popup{position:absolute;left:12px;bottom:72px;width:320px;max-height:320px;overflow:auto;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:18px;box-shadow:0 12px 40px #00000024;padding:6px;z-index:50}.mention-item{display:flex;align-items:center;gap:12px;padding:10px;border-radius:14px;cursor:pointer;transition:.15s}.mention-item:hover{background:#fff1f1}.mention-avatar{width:42px;height:42px;border-radius:50%;background:#e31e24;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.mention-all{background:#111}.mention-meta{min-width:0}.mention-name{font-weight:700;color:#111}.mention-sub{font-size:12px;color:#777}.me-settings-backdrop{position:fixed;inset:0;z-index:1000;background:#1118278c;display:flex;align-items:center;justify-content:center}.me-settings-modal{width:min(1180px,96vw);height:min(820px,92vh);background:#fff;border-radius:18px;box-shadow:0 24px 80px #00000040;display:grid;grid-template-columns:360px 1fr;overflow:hidden}.me-settings-left{border-right:1px solid #e5e7eb;padding:24px}.me-settings-left h2,.me-settings-right h2{margin:0 0 20px;font-size:20px}.me-settings-card{display:flex;align-items:center;gap:14px;background:#eef6ff;border-radius:14px;padding:14px;margin-bottom:18px}.me-settings-avatar,.me-profile-big-avatar{background:linear-gradient(135deg,#ff8a65,#ec3f96);color:#fff;border-radius:999px;display:flex;align-items:center;justify-content:center;font-weight:800}.me-settings-avatar{width:70px;height:70px;font-size:24px;flex:0 0 auto}.me-settings-name{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:220px}.me-settings-server{font-size:13px;color:#64748b;margin-top:4px}.online-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#22c55e;margin-right:6px}.me-settings-menu{display:flex;flex-direction:column;gap:4px}.me-settings-menu button{border:0;background:transparent;text-align:left;padding:12px 10px;border-radius:10px;font-size:15px;cursor:pointer}.me-settings-menu button:hover,.me-settings-menu button.active{background:#f3f4f6}.me-settings-right{flex:1;overflow-y:auto;padding:32px 40px 40px}.me-settings-header{display:flex;justify-content:space-between;align-items:center}.me-settings-header button{border:0;background:transparent;font-size:32px;cursor:pointer;color:#6b7280}.me-profile-center{text-align:center;margin-top:12px;margin-bottom:32px}.me-profile-big-avatar{width:150px;height:150px;margin:0 auto 18px;font-size:48px}.me-profile-center h3{margin:0;font-size:22px}.me-profile-sub{margin-top:8px;color:#111827}.me-profile-section{margin-top:24px}.me-profile-section h3{margin:0 0 14px;font-size:17px}.me-info-row{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center;margin-bottom:14px}.me-info-row span{width:38px;height:38px;border-radius:10px;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.me-info-row div div{color:#8a8f98;font-size:14px;margin-bottom:3px}.me-info-row b{font-weight:500;color:#111827}.me-logout-btn{margin-top:28px;border:0;background:#fff1f2;color:#e31e24;border-radius:10px;padding:12px 16px;cursor:pointer;font-weight:600}.me-avatar-upload{position:relative;cursor:pointer;overflow:hidden}.me-avatar-img{width:100%;height:100%;aspect-ratio:1/1;flex-shrink:0;object-fit:cover;border-radius:50%;display:block}.me-avatar-change{position:absolute;left:0;right:0;bottom:0;padding:8px 0;background:#00000073;color:#fff;font-size:13px;font-weight:600;opacity:0;transition:.15s}.me-avatar-upload:hover .me-avatar-change{opacity:1}.dia-avatar-inner,.chat-header-avatar-inner{width:100%;height:100%;border-radius:999px;overflow:hidden;display:flex;align-items:center;justify-content:center}.dia-avatar-inner img,.chat-header-avatar-inner img{width:100%;height:100%;object-fit:cover;border-radius:999px}.me-settings-modal{width:min(1120px,94vw)!important;height:min(760px,90vh)!important;max-height:min(760px,90vh)!important}.me-settings-right{overflow-y:auto!important;padding:22px 36px 20px!important}.me-profile-big-avatar{width:108px!important;height:108px!important}.me-profile-center{margin-bottom:14px!important}.me-profile-section{margin-top:14px!important}.me-info-row{margin-bottom:8px!important}.me-profile-section h3{margin-bottom:8px!important;font-size:16px!important}.me-info-row span{width:34px!important;height:34px!important}.me-logout-btn{margin-top:16px!important}.me-settings-right{padding:14px 24px!important}.me-settings-header{margin-bottom:4px!important}.me-settings-header h2{margin:0!important}.me-settings-right .me-profile-center{margin-top:0!important;margin-bottom:12px!important}.me-settings-right .me-profile-center>img,.me-settings-right .me-profile-center>svg{margin-bottom:8px!important}.me-settings-right .me-profile-center .me-profile-big-avatar img,.me-settings-right .me-profile-center .me-profile-big-avatar svg{margin-bottom:0!important}.user-card .avatar img{margin-bottom:0!important}.me-settings-right .meta{margin:6px 0 10px!important}.me-settings-right .card{margin-top:10px!important;padding:14px 16px!important}.me-settings-right .card h3{margin-top:0!important;margin-bottom:8px!important}.me-settings-right .card div{line-height:1.45!important}.me-settings-right .card>div:last-child{gap:6px!important}.me-settings-right .card br{display:none!important}.chat-empty-state{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;pointer-events:auto}.chat-empty-bell{width:110px;height:110px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:52px;background:#e31e2414;color:#e31e24;box-shadow:0 10px 30px #e31e241f}.chat-empty-title{font-size:42px;font-weight:800;color:#1f2937;letter-spacing:-.02em}.chat-empty-subtitle{font-size:18px;color:#6b7280;text-align:center;max-width:520px;line-height:1.6}.chat-empty-bell{position:relative;border:0;cursor:pointer}.chat-empty-bell:hover{transform:translateY(-2px)}.chat-empty-bell-badge{position:absolute;top:8px;right:8px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#e31e24;color:#fff;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px #e31e2447}.chat-empty-bell{appearance:none;-webkit-appearance:none;border:none;outline:none;background:#ffffffc7;display:flex;align-items:center;justify-content:center}.mentions-drawer-body{padding:0!important;display:flex;flex-direction:column;height:100%;background:#f6f8fc}.mentions-tabs{padding:14px 16px;border-bottom:1px solid #e7ebf3;background:#fff;position:sticky;top:0;z-index:5}.mentions-tab{border:none;background:#fff1f1;color:var(--rzd-red);font-weight:700;font-size:14px;padding:10px 16px;border-radius:12px;cursor:pointer}.mentions-tab.active{background:#ffe3e5;color:var(--rzd-red)}.mentions-list{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:12px}.mention-card{width:100%;border:none;background:#fff;border-radius:18px;padding:14px;display:flex;gap:14px;align-items:flex-start;cursor:pointer;text-align:left;transition:.15s ease;box-shadow:0 2px 10px #0000000a,0 1px 2px #00000008}.mention-card:hover{transform:translateY(-1px);box-shadow:0 10px 25px #00000014,0 2px 6px #0000000d}.mention-avatar{width:42px;height:42px;min-width:42px;border-radius:50%;overflow:hidden;background:#e31e24;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.mention-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.mention-content{flex:1;min-width:0}.mention-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.mention-chat{font-size:15px;font-weight:800;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mention-time{font-size:12px;color:#8b95a7;flex-shrink:0}.mention-author{margin-top:4px;font-size:13px;font-weight:700;color:var(--rzd-red)}.mention-message{margin-top:6px;font-size:14px;line-height:1.45;color:#4b5563;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mentions-empty{padding:40px 20px;text-align:center;color:#8b95a7;font-size:14px}.mention-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:inherit;display:block}.profile-drawer{width:440px!important}.profile-drawer-panel{background:#f6f7fb;border-left:1px solid rgba(0,0,0,.06)}.profile-drawer-body{height:100%;overflow:auto}.profile-cover{height:140px;background:linear-gradient(135deg,#e31e24,#ff6b6b);position:relative}.profile-main{padding:0 22px 28px}.profile-avatar{width:104px;height:104px;border-radius:50%;border:5px solid #fff;overflow:hidden;background:#ffd8d6;box-shadow:0 10px 30px #00000026;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.profile-avatar{width:104px;height:104px;border-radius:50%;border:5px solid #fff;overflow:hidden;background:#ffd8d6;box-shadow:0 10px 30px #00000026}.profile-avatar img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;margin:0;padding:0}.profile-name{margin-top:14px;text-align:center;font-size:24px;font-weight:800;color:#111}.profile-subtitle{margin-top:4px;text-align:center;color:#777;font-size:14px}.profile-actions{display:flex;gap:10px;margin-top:18px}.profile-btn{flex:1;height:44px;border:none;border-radius:14px;background:#fff;font-weight:700;cursor:pointer;box-shadow:0 2px 10px #0000000d}.profile-btn.red{background:#e31e24;color:#fff}.profile-card{margin-top:18px;background:#fff;border-radius:20px;padding:18px;box-shadow:0 2px 12px #0000000a}.modern-profile .card-title,.modern-profile .profile-card-title{font-size:13px!important;font-weight:700!important;margin-bottom:10px!important;color:#111!important;letter-spacing:0!important}.profile-kv{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid #f1f1f1}.profile-kv:last-child{border-bottom:none}.profile-k{color:#777;font-size:14px}.profile-v{color:#111;font-size:14px;font-weight:600;text-align:right;word-break:break-word}.dialog-cover{background:linear-gradient(135deg,#991b1b,#e31e24 45%,#ff8b8b)}.profile-media-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.profile-media-tile{border:none;background:#f7f8fc;border-radius:18px;padding:18px 10px;display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer}.profile-media-tile b{font-size:22px;color:#111}.profile-media-tile span{font-size:13px;color:#777}.profile-danger-btn{width:100%;height:48px;border:none;border-radius:16px;background:#ffe8e8;color:#d10000;font-weight:800;cursor:pointer}.profile-note{margin-top:10px;font-size:13px;line-height:1.45;color:#777}.group-cover{background:linear-gradient(135deg,#7f1d1d,#e31e24 40%,#ff9898)}.group-members{display:flex;flex-direction:column;gap:12px}.group-member-avatar{width:48px!important;height:48px!important;border-radius:50%;overflow:hidden;flex:0 0 48px}.group-member-name{font-size:15px;font-weight:700;color:#111}.group-member-username{font-size:13px;color:#777;margin-top:2px}.modern-profile{padding:0 18px 24px}.profile-banner{height:170px;margin:-16px -20px 0;background:linear-gradient(90deg,#d50000,#ff5b5b)}.profile-top{position:relative;text-align:center}.profile-avatar-wrap{position:absolute;left:50%;top:-60px;transform:translate(-50%);z-index:5}.profile-avatar{width:116px!important;height:116px!important;border-radius:50%;border:6px solid #fff;overflow:hidden;box-shadow:0 10px 30px #0000002e;background:#ffd8d6;display:flex;align-items:center;justify-content:center;font-size:34px!important;font-weight:800;color:#e31e24}.profile-big-name{font-size:24px;line-height:1.2;font-weight:800;color:#111}.profile-username{margin-top:6px;color:#8a8a8a;font-size:14px}.shared-chats-row{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.shared-chats-title{font-size:18px;font-weight:700;color:#111}.shared-arrow{font-size:34px;color:#999;line-height:1}.profile-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:14px}.profile-stat-box{background:#f5f5f9;border-radius:22px;min-height:130px;display:flex;flex-direction:column;align-items:center;justify-content:center}.profile-stat-num{font-size:42px;font-weight:900;color:#111}.profile-stat-label{margin-top:10px;font-size:18px;color:#7b7b7b}.profile-danger-btn{width:100%;height:64px;border:none;border-radius:18px;background:#ffe5e5;color:#df0000;font-size:22px;font-weight:800;cursor:pointer;transition:.15s}.profile-danger-btn:hover{background:#ffd6d6}.modern-profile .card{margin-top:22px!important;background:#fff!important;border-radius:26px!important;padding:22px!important;box-shadow:0 8px 30px #0000000f!important;border:none!important}.modern-profile .card-title{font-size:14px!important;font-weight:700!important;color:#111!important;margin-bottom:12px!important}.modern-profile .kv{display:grid!important;grid-template-columns:1fr 1fr!important;gap:16px!important;padding:13px 0!important;border-bottom:1px solid #ededed!important}.modern-profile .kv:last-child{border-bottom:none!important}.modern-profile .kv-k{font-size:14px!important;color:#8a8a8a!important}.modern-profile .kv-v{font-size:14px!important;font-weight:600!important;color:#111!important}.modern-profile .card{padding:16px!important;border-radius:20px!important}.modern-profile .shared-chats-title{font-size:14px!important;font-weight:700!important}.modern-profile .profile-stat-label{font-size:12px!important;margin-top:4px!important}.modern-profile .profile-danger-btn{height:52px!important;font-size:14px!important;border-radius:14px!important}.modern-profile .profile-note{font-size:11px!important;line-height:1.4!important}.modern-profile .profile-big-name{font-size:18px!important;font-weight:800!important}.modern-profile .profile-username{font-size:12px!important}.modern-profile .card{margin-top:16px!important;padding:16px!important;border-radius:20px!important}.modern-profile .shared-chats-row{min-height:54px!important}.modern-profile .profile-stats{gap:10px!important}.modern-profile .profile-stat-box{min-height:80px!important;border-radius:16px!important}.modern-profile .profile-stat-num{font-size:24px!important}.modern-profile .profile-stat-label{font-size:12px!important}.modern-profile{padding:0 20px 24px}.profile-main-info{padding-top:70px;text-align:center}.modern-profile .card{margin-top:18px;background:#fff;border-radius:22px;padding:18px;box-shadow:0 2px 12px #0000000a}.modern-profile .card-title{font-size:16px;font-weight:800;margin-bottom:14px;color:#111}.modern-profile .kv{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid #f1f1f1}.modern-profile .kv:last-child{border-bottom:none}.modern-profile .kv-k{color:#777;font-size:14px}.modern-profile .kv-v{color:#111;font-size:14px;font-weight:600;text-align:right;word-break:break-word}.group-banner{background:linear-gradient(135deg,#7f1d1d,#e31e24 45%,#ff9d9d)}.group-invite-row{display:flex;gap:10px}.group-add-btn{flex:0 0 120px!important}.group-members{display:flex;flex-direction:column;gap:10px}.group-member{display:flex;align-items:center;gap:12px;padding:10px;border-radius:16px;background:#f7f8fc}.group-member-avatar{width:48px!important;height:48px!important;min-width:48px!important;border-radius:50%;overflow:hidden}.group-member-info{min-width:0}.group-member-name{font-size:14px;font-weight:700;color:#111}.group-member-username{font-size:12px;color:#777;margin-top:2px}.modern-profile .profile-stats{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:12px!important;margin-top:12px!important}.modern-profile .profile-stat-box{min-height:104px!important;border:1px solid #eceff5!important;background:#fff!important;border-radius:16px!important;box-shadow:none!important;gap:6px!important}.modern-profile .profile-stat-box:nth-child(1):before{content:"🖼️";font-size:28px;line-height:1}.modern-profile .profile-stat-box:nth-child(2):before{content:"📄";font-size:28px;line-height:1}.modern-profile .profile-stat-box:nth-child(3):before{content:"🔗";font-size:28px;line-height:1}.modern-profile .profile-stat-num{order:3;font-size:18px!important;font-weight:500!important;color:#9ca3af!important}.modern-profile .profile-stat-label{order:2;margin-top:4px!important;font-size:14px!important;font-weight:500!important;color:#111!important}.group-member-avatar{width:54px!important;height:54px!important;min-width:54px!important;border-radius:50%;overflow:hidden;background:#f3f4f6}.group-member-avatar-img{width:100%;height:100%}.group-member-avatar-img img{width:100%;height:100%;object-fit:cover;border-radius:50%}.group-member-avatar{width:54px!important;height:54px!important;min-width:54px!important;border-radius:50%!important;overflow:hidden!important;background:#f3f4f6!important;border:1px solid #d1d5db!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#e31e24!important;font-size:17px!important;font-weight:900!important;line-height:1!important;text-align:center!important}.group-member-avatar *{max-width:100%!important;max-height:100%!important;box-sizing:border-box!important}.group-member-avatar img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:50%!important;display:block!important}.group-member-avatar-img{width:100%!important;height:100%!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;background:#f3f4f6!important;color:#e31e24!important;font-size:17px!important;font-weight:900!important}.profile-stat-box.clickable{cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease}.profile-stat-box.clickable:hover{transform:translateY(-2px);border-color:#e31e2459;background:#fff5f6}.chat-attachments-view{padding:4px 0 18px}.attachments-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:16px}.attachments-tab{border:1px solid #eee;background:#fff;border-radius:14px;padding:10px 8px;font-weight:800;font-size:13px;cursor:pointer}.attachments-tab.active{background:var(--rzd-red);color:#fff;border-color:var(--rzd-red)}.attachments-list{min-height:220px}.attachments-media-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.attachments-media-item{width:100%;aspect-ratio:1 / 1;border-radius:14px;object-fit:cover;background:#f3f3f3;border:1px solid #eee}.attachments-files,.attachments-links{display:flex;flex-direction:column;gap:10px}.attachment-file-row,.attachment-link-row{display:block;padding:12px 14px;border-radius:16px;background:#fff;border:1px solid #eee;box-shadow:0 8px 24px #0000000a;color:#222;font-weight:700;text-decoration:none;word-break:break-word}.attachment-link-row{color:var(--rzd-red)}.attachments-head{display:flex;align-items:center;gap:14px;margin-bottom:18px;min-height:42px}.attachments-back-btn{flex-shrink:0;display:flex;align-items:center;justify-content:center}.attachments-back-btn{width:42px;height:42px;border:none;border-radius:14px;background:#fff;box-shadow:0 8px 24px #0000000f;font-size:22px;font-weight:900;cursor:pointer}.attachments-title{font-size:22px;font-weight:900;color:#111;line-height:1}.attachments-subtitle{margin-top:4px;font-size:13px;color:#777}.attachments-media-btn{position:relative;border:none;background:none;padding:0;cursor:pointer}.attachments-date{position:absolute;left:8px;bottom:8px;background:#0000008c;color:#fff;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:800;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.attachment-file-row,.attachment-link-row{width:100%;text-align:left;border:none;cursor:pointer}.attachment-link-row{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.attachment-file-row:hover,.attachment-link-row:hover,.attachments-media-btn:hover{transform:translateY(-2px)}.attachment-file-row{display:flex;align-items:center;gap:14px}.attachment-file-icon{width:42px;height:42px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#fff0f1;font-size:20px}.attachment-file-info{display:flex;flex-direction:column;min-width:0}.attachment-file-name,.attachment-link-title{font-weight:800;color:#222;word-break:break-word}.attachment-file-date,.attachment-link-date{margin-top:4px;font-size:12px;color:#888}.attachment-link-title{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--rzd-red);font-weight:800}.attachment-link-date{font-size:12px;color:#888}.attachments-media-item{object-fit:cover;background:#111}.attachments-video-thumb{width:100%;aspect-ratio:1/1;border-radius:14px;background:linear-gradient(135deg,#222,#555);display:flex;align-items:center;justify-content:center}.attachments-video-play{width:44px;height:44px;border-radius:50%;background:#ffffffe6;color:var(--rzd-red);display:flex;align-items:center;justify-content:center;font-weight:900;padding-left:3px}.shared-chats-list{display:flex;flex-direction:column;gap:10px}.shared-chat-item{width:100%;border:none;background:#fff;border:1px solid #eee;border-radius:18px;padding:12px;display:flex;align-items:center;gap:12px;cursor:pointer;text-align:left;transition:.15s ease;box-shadow:0 8px 24px #0000000a}.shared-chat-item:hover{transform:translateY(-2px);border-color:#e31e2440;background:#fff6f7}.shared-chat-avatar{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,#e0e1e3,#e0e1e3);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.shared-chat-info{min-width:0;flex:1}.shared-chat-name{font-weight:800;color:#111}.shared-chat-meta{margin-top:4px;font-size:12px;color:#888}.shared-chat-arrow{font-size:24px;color:#bbb;font-weight:700}.shared-chats-more-btn{width:100%;margin-top:14px;border:none;border-radius:18px;padding:16px 18px;background:linear-gradient(135deg,var(--rzd-red),#ff6b72);color:#fff;font-size:15px;font-weight:900;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 12px 30px #e31e2438;transition:.16s ease}.shared-chats-more-btn:hover{transform:translateY(-2px);box-shadow:0 18px 40px #e31e244d}.shared-chats-more-btn:active{transform:scale(.985)}.group-invite-suggests{margin-top:10px;display:flex;flex-direction:column;gap:8px}.group-invite-suggest{width:100%;border:none;background:#fff;border-radius:14px;padding:10px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:.15s;text-align:left}.group-invite-suggest:hover{background:#f6f6f6}.group-invite-suggest-info{min-width:0;flex:1}.group-invite-avatar{width:44px;height:44px;min-width:44px;border-radius:9999px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f3f3f3}.list-scroll::-webkit-scrollbar,.chat-wrap::-webkit-scrollbar,.rd-body::-webkit-scrollbar{width:0!important;height:0!important}.scroll-host{position:relative}.overlay-scroll{position:absolute;top:8px;right:3px;width:5px;border-radius:999px;background:#00000038;opacity:0;transition:.18s;pointer-events:none;z-index:20}.scroll-host:hover .overlay-scroll{opacity:1}.list-scroll,.chat-wrap,.rd-body{padding-right:8px;box-sizing:border-box}.list-scroll::-webkit-scrollbar,.chat-wrap::-webkit-scrollbar,.rd-body::-webkit-scrollbar{width:0;height:0}.list-scroll,.chat-wrap,.rd-body{scrollbar-width:none;-ms-overflow-style:none}.custom-scroll-host>.custom-scroll-thumb{position:absolute;right:3px;top:0;width:5px;border-radius:999px;background:#0000003d;opacity:0;pointer-events:none;z-index:50;transition:opacity .18s ease}.msg-media-box{width:min(360px,72vw);height:240px;max-width:100%;position:relative;overflow:hidden;border-radius:16px;background:#f1f1f1}.msg-media-box .msg-image,.msg-media-box video{width:100%;height:100%;display:block;object-fit:cover}.reply-preview{width:100%;box-sizing:border-box;margin-bottom:6px;padding:7px 9px;border-left:3px solid var(--rzd-red);border-radius:10px;background:#e31e2414}.reply-preview-title{font-size:12px;font-weight:800;color:var(--rzd-red);margin-bottom:2px}.reply-preview-text{font-size:12px;color:#555;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bubble-text{display:inline-flex;align-items:flex-end;gap:8px;flex-wrap:wrap}.bubble-time-inline{float:right!important;display:inline-flex!important;align-items:center!important;gap:4px!important;margin:2px 0 0 8px!important;font-size:12px!important;color:#888!important;opacity:.75!important;white-space:nowrap!important}.bubble{padding:10px 14px!important}.bubble-text{display:inline!important;white-space:pre-wrap!important;overflow-wrap:break-word!important}.bubble-time-inline{display:inline-flex!important;align-items:center!important;gap:4px!important;margin-left:8px!important;white-space:nowrap!important;font-size:12px!important;color:#888!important;opacity:.75!important;vertical-align:bottom!important}.msg-text-inline{display:inline!important}.bubble-time-inline{display:inline-flex!important;vertical-align:baseline!important;margin-left:8px!important}.mention-hit-card{width:100%;border:none;background:#fff;border-radius:18px;padding:14px;display:flex;align-items:flex-start;gap:12px;cursor:pointer;box-shadow:0 8px 24px #00000014;margin-bottom:12px;text-align:left}.mention-hit-card:hover{background:#fafafa}.mention-hit-avatar{width:48px;height:48px;min-width:48px;border-radius:50%;overflow:hidden;background:#e31e24;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.mention-hit-avatar img,.mention-hit-avatar .me-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.mention-hit-main{flex:1;min-width:0}.mention-hit-name{font-size:16px;font-weight:700;color:#111;margin-bottom:2px}.mention-hit-chat{font-size:14px;font-weight:600;color:#e31e24;margin-bottom:6px}.mention-hit-text{font-size:14px;color:#444;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mention-hit-time{font-size:12px;color:#8f96a3;margin-left:8px;white-space:nowrap}.reply-preview{cursor:pointer;transition:background .15s ease,transform .15s ease}.reply-preview:hover{background:#e31e2414}.reply-preview:active{transform:scale(.98)}.poll-modal-backdrop{position:fixed;inset:0;background:#0f172a73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:5000;display:flex;align-items:center;justify-content:center;padding:24px}.poll-modal{width:min(100%,520px);background:#fff;border-radius:28px;box-shadow:0 30px 80px #00000038;overflow:hidden;animation:pollModalIn .18s ease}@keyframes pollModalIn{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.poll-modal-header{display:flex;align-items:center;justify-content:space-between;padding:22px 24px;border-bottom:1px solid #eef2f7}.poll-modal-header h3{margin:0;font-size:22px;font-weight:800;color:#111827}.poll-modal-close{width:40px;height:40px;border:none;border-radius:12px;background:#f3f4f6;cursor:pointer;font-size:22px}.poll-modal-body{padding:24px;display:flex;flex-direction:column;gap:14px}.poll-label{font-size:14px;font-weight:700;color:#374151}.poll-input{height:50px;border:1px solid #e5e7eb;border-radius:16px;padding:0 16px;font-size:15px;outline:none}.poll-input:focus{border-color:#e31e24;box-shadow:0 0 0 4px #e31e241f}.poll-add-option{border:none;background:#fff1f2;color:#e31e24;height:46px;border-radius:14px;font-weight:700;cursor:pointer}.poll-check{display:flex;align-items:center;gap:10px;font-size:14px;color:#374151}.poll-modal-footer{padding:20px 24px;border-top:1px solid #eef2f7;display:flex;justify-content:flex-end;gap:12px}.poll-bubble{min-width:280px;max-width:360px;padding:2px 0 4px}.poll-bubble-title{font-size:18px;font-weight:800;color:#111;margin-bottom:4px;display:flex;align-items:center;gap:8px}.poll-bubble-subtitle{font-size:13px;color:#7b7280;margin-bottom:14px;font-weight:500}.poll-bubble-options{display:flex;flex-direction:column;gap:10px}.poll-bubble-option{position:relative;overflow:hidden;width:100%;border:none;background:#f7f7f8;border-radius:18px;padding:14px 16px;display:flex;align-items:center;gap:12px;color:#111827;cursor:pointer;text-align:left;transition:.18s ease;box-shadow:inset 0 0 0 1px #e31e2414,0 2px 8px #0000000a}.poll-bubble-option:hover{transform:translateY(-1px);background:#fff;box-shadow:inset 0 0 0 1px #e31e242e,0 6px 18px #e31e241a}.poll-bubble-option.selected{background:linear-gradient(90deg,#e31e24,#ff4d4f);color:#fff;box-shadow:0 10px 24px #e31e2438}.poll-bubble-check{width:24px;height:24px;border-radius:50%;border:2px solid rgba(227,30,36,.75);background:#fff;flex:0 0 auto;display:flex;align-items:center;justify-content:center;transition:.18s ease}.poll-bubble-option.selected .poll-bubble-check{background:#fff;border-color:#fff}.poll-bubble-option.selected .poll-bubble-check:after{content:"";width:10px;height:10px;border-radius:50%;background:#e31e24}.poll-bubble-option-text{flex:1;min-width:0;font-size:15px;font-weight:700}.poll-bubble-count{font-size:13px;font-weight:800;opacity:.9}.poll-bubble-footer{margin-top:14px;padding-top:12px;border-top:1px solid rgba(227,30,36,.1);font-size:13px;font-weight:700;color:#8b95a7;text-align:left}.app-shell-requests{grid-template-columns:240px minmax(0,1fr)!important}.app-shell-requests .requests-page{width:100%!important;height:100%!important}.requests-page .request-edit-modal{width:min(1320px,calc(100vw - 48px));max-height:calc(100vh - 48px);overflow:auto;background:#fff;border-radius:24px;padding:28px}.requests-page .request-edit-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:28px}.requests-page .request-edit-main{background:#fff;border:1px solid #eceef3;border-radius:20px;padding:22px}.requests-page .request-edit-main .request-create-form{border:0;padding:0}.requests-page .request-edit-side section{background:#fff;border:1px solid #eceef3;border-radius:20px;box-shadow:0 12px 30px #0f172a0f;padding:18px}.requests-page .request-create-form label{font-size:14px;font-weight:700;color:#111827}.requests-page .request-create-form textarea,.requests-page .request-create-form select,.requests-page .request-input-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:none}.requests-page .request-create-form textarea{min-height:150px;font-family:inherit}.requests-page .request-uploaded-file,.requests-page .request-upload-box{background:#fff}.requests-page .request-notify-row{background:#fff;border-top:1px solid #eef0f4}.requests-page .request-submit-btn{max-width:420px}.requests-page .request-modal-backdrop{background:#0f172a61}.ticket-share-card{margin-top:4px;background:linear-gradient(180deg,#fff,#fff7f7);border:1px solid rgba(227,30,36,.18);border-radius:22px;padding:14px;width:100%;max-width:520px;min-width:0;box-sizing:border-box;overflow:hidden;cursor:pointer;transition:.16s ease;box-shadow:0 10px 30px #e31e2414,inset 0 1px #ffffffb3}.ticket-share-card:hover{transform:translateY(-1px);border-color:#e31e2452;box-shadow:0 14px 36px #e31e2424,inset 0 1px #fffc}.ticket-share-top{display:flex;align-items:center;gap:12px}.ticket-share-icon{width:54px;height:54px;border-radius:16px;background:linear-gradient(135deg,#e31e24,#ff5358);display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0;box-shadow:0 8px 18px #e31e242e}.ticket-share-head{display:flex;flex-direction:column;min-width:0;flex:1}.ticket-share-head b{font-size:15px;color:#111827;line-height:1.2}.ticket-share-head span{font-size:12px;color:#6b7280;margin-top:2px}.ticket-share-status{flex-shrink:0;padding:7px 12px;border-radius:999px;font-size:12px;font-weight:700}.ticket-share-status.new{background:#fff1f2;color:#e11d48}.ticket-share-status.work{background:#fff7ed;color:#ea580c}.ticket-share-status.closed{background:#ecfdf5;color:#059669}.ticket-share-title{margin-top:14px;font-size:18px;font-weight:800;color:#111827;line-height:1.3}.ticket-share-description{margin-top:8px;color:#4b5563;font-size:14px;line-height:1.45;white-space:pre-wrap;word-break:break-word;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.ticket-share-footer{margin-top:14px;display:flex;flex-wrap:wrap;gap:8px}.ticket-share-footer span{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:999px;padding:6px 10px;font-size:12px;color:#374151}.ticket-share-top,.ticket-share-footer{width:100%;box-sizing:border-box}.ticket-share-description{overflow:hidden}.ticket-share-card *{max-width:100%;box-sizing:border-box}.ticket-share-footer{margin-top:14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.ticket-share-footer-left{display:flex;flex-wrap:wrap;gap:8px}.ticket-share-time{flex-shrink:0;font-size:12px;color:#9ca3af}.profile-last-seen{margin-top:4px;font-size:14px;color:#7b8190;font-weight:500}.profile-last-seen.online:before{content:"";display:inline-block;width:8px;height:8px;border-radius:999px;background:#31c96b;margin-right:8px;vertical-align:middle;transform:translateY(-1px)}.group-member-meta{display:flex;flex-direction:column;gap:2px}.group-member-online{display:flex;align-items:center;gap:6px;font-size:13px;color:#8b93a7;font-weight:500}.group-member-online .dot{width:8px;height:8px;border-radius:999px;background:#31c96b;flex:none}.group-member-online.offline .dot{display:none}.msg-link{color:#2563eb;text-decoration:underline;cursor:pointer;pointer-events:auto}.bot-profile{overflow:hidden;background:#fff}.bot-profile-cover{height:140px;background:radial-gradient(circle at top left,rgba(255,255,255,.18),transparent 40%),linear-gradient(135deg,#b30000,#e31e24 45%,#ff5a5f)}.bot-profile-avatar-wrap{display:flex;justify-content:center;margin-top:-58px;position:relative;z-index:2}.bot-profile-avatar{width:116px;height:116px;border-radius:999px;overflow:hidden;border:6px solid #fff;background:#f3f4f6;box-shadow:0 12px 30px #0000002e;display:flex;align-items:center;justify-content:center;font-size:46px;font-weight:700;color:#dc2626}.bot-profile-avatar img{width:100%;height:100%;object-fit:cover}.bot-profile-content{padding:18px 22px 28px;text-align:center}.bot-profile-title{font-size:26px;font-weight:800;color:#111827}.bot-profile-subtitle{margin-top:8px;font-size:14px;color:#6b7280}.bot-profile-go{margin-top:26px;width:100%;border:none;background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;padding:14px 18px;border-radius:16px;font-size:15px;font-weight:700;cursor:pointer;transition:.18s ease}.bot-profile-go:hover{transform:translateY(-1px);box-shadow:0 10px 24px #dc262640}@media(max-width:900px){html,body,#root{overflow:auto!important;width:auto!important;min-width:1200px!important}body{touch-action:pan-x pan-y pinch-zoom!important}.chats-shell,.chats-page,.chat-layout,.chats-layout{min-width:1200px!important;width:1200px!important;max-width:none!important}}.events-page{width:100%;height:100%;min-width:0;min-height:0;display:grid;grid-template-columns:360px minmax(0,1fr);gap:16px;box-sizing:border-box;overflow:hidden}.events-sidebar,.events-list,.events-details{background:#fff;border:1px solid #eef0f4;border-radius:22px;box-shadow:0 14px 40px #0f172a12;min-width:0;min-height:0}.events-sidebar{padding:18px}.events-title{font-size:18px;font-weight:800;color:#111827;margin-bottom:14px}.events-search{width:100%;height:44px;border:1px solid #e5e7eb;border-radius:14px;padding:0 14px;outline:none;box-sizing:border-box;margin-bottom:14px}.events-cats{display:flex;flex-direction:column;gap:10px}.events-cats button{height:46px;border:0;border-radius:14px;background:#fff;color:#374151;text-align:left;padding:0 14px;font-weight:700;cursor:pointer}.events-cats button.active{background:#fff1f1;color:#e31e24;box-shadow:inset 3px 0 #e31e24}.events-list{padding:18px;overflow:auto;overflow-y:auto;overflow-x:hidden}.event-card{border:1px solid #eef0f4;border-radius:22px;padding:20px;margin-bottom:14px;display:grid;grid-template-columns:58px minmax(0,1fr);gap:16px;align-items:start;background:#fff;box-shadow:0 10px 28px #0f172a0d}.event-icon{width:58px;height:58px;border-radius:50%;background:linear-gradient(135deg,#ff2b2b,#e31e24);color:#fff;display:flex;align-items:center;justify-content:center;font-size:28px}.event-name{font-size:18px;font-weight:900;color:#111827;margin-bottom:6px}.event-bot{font-size:14px;color:#374151;margin-bottom:8px}.event-bot span{color:#e31e24;font-weight:800}.event-desc{font-size:14px;line-height:1.45;color:#4b5563;max-width:360px}.event-status{background:#e8faef;color:#169b51;border-radius:999px;padding:6px 11px;font-size:12px;font-weight:900}.event-actions{grid-column:2;display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px;width:100%}.event-btn{height:42px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;padding:0 12px;font-weight:800;cursor:pointer;width:100%;font-size:13px}.event-btn.red{border:0;background:#e31e24;color:#fff;box-shadow:0 10px 22px #e31e2438}.events-details{padding:22px;overflow:auto}.events-details-head{display:flex;gap:14px;align-items:center;margin-bottom:18px}.events-details h2{margin:0;font-size:22px;color:#111827}.events-details .bot-line{color:#374151;font-size:14px}.events-details .bot-line span{color:#e31e24;font-weight:900}.events-field{margin-bottom:14px}.events-field label{display:block;font-size:13px;font-weight:800;color:#111827;margin-bottom:8px}.events-field input,.events-field textarea,.events-field select{width:100%;border:1px solid #e5e7eb;border-radius:14px;padding:13px 14px;box-sizing:border-box;outline:none;font:inherit;background:#fff}.events-field textarea{min-height:82px;resize:none}.importance{display:grid;grid-template-columns:1fr 1fr 1fr;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;margin-bottom:16px}.importance button{height:42px;border:0;background:#fff;font-weight:800}.importance button.active{background:#fff1f1;color:#e31e24;box-shadow:inset 0 0 0 1px #e31e2440}.bot-preview{border:1px solid #eef0f4;border-radius:18px;background:#fafafa;padding:16px;margin:16px 0 20px}.bot-preview-top{display:flex;gap:12px;align-items:center;margin-bottom:10px;font-weight:900}.bot-preview-avatar{width:44px;height:44px;border-radius:50%;background:#e31e24;color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px}.bot-preview-text{color:#374151;font-size:14px;line-height:1.45}.events-send{width:100%;height:52px;border:0;border-radius:14px;background:#e31e24;color:#fff;font-weight:900;font-size:15px;box-shadow:0 14px 28px #e31e2440;cursor:pointer}.event-status{position:absolute;top:14px;right:14px}.event-card{position:relative}.event-card{overflow:hidden}.events-chat-picker-btn{width:100%;height:48px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;padding:0 16px;text-align:left;font-weight:700;cursor:pointer;transition:.18s}.events-chat-picker-btn:hover{border-color:#e31e24;box-shadow:0 0 0 4px #e31e240f}.events-modal-backdrop{position:fixed;inset:0;background:#0f172a73;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px}.events-modal{width:min(520px,100%);max-height:80vh;overflow:auto;background:#fff;border-radius:28px;padding:24px;box-shadow:0 40px 100px #0f172a59}.events-modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.events-modal-head h3{margin:0;font-size:24px;color:#111827}.events-modal-close{width:40px;height:40px;border-radius:12px;border:0;background:#f3f4f6;cursor:pointer;font-size:18px}.events-chat-list{display:flex;flex-direction:column;gap:10px;margin-top:12px}.events-chat-option{width:100%;min-height:56px;border-radius:16px;border:1px solid #eceef3;background:#fff;text-align:left;padding:0 16px;cursor:pointer;font-weight:700;transition:.18s}.events-chat-option:hover{border-color:#e31e24;background:#fff7f7}.events-chat-option.active{background:#fff1f1;border-color:#e31e2459;color:#e31e24;box-shadow:0 10px 24px #e31e2414}.events-modal-save{width:100%;height:52px;border:0;border-radius:16px;margin-top:18px;background:#e31e24;color:#fff;font-weight:900;font-size:15px;cursor:pointer;box-shadow:0 14px 28px #e31e243d}.bots-thread{height:100%;display:flex;flex-direction:column;overflow:hidden}.bots-title{display:none}.bots-search{height:58px;border-radius:14px;background:#fff;border:1px solid #e5e7eb;display:flex;align-items:center;gap:12px;padding:0 18px}.bots-search input{border:0;outline:0;background:transparent;width:100%;font-size:15px;color:#111827}.bots-list:before{content:"Все боты";height:48px;border-radius:10px;background:#ff1f2d;color:#fff;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:800;margin:0 0 16px;flex-shrink:0}.bots-card:first-of-type{border-top-left-radius:12px;border-top-right-radius:12px}.bots-card:last-of-type{border-bottom:1px solid #e5e7eb;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.bots-card-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;flex-shrink:0}.bots-card.accent-red .bots-card-icon,.bot-main-icon.accent-red{background:#ffe8e8;color:#e31e24}.bots-card.accent-orange .bots-card-icon,.bot-main-icon.accent-orange{background:#fff1df;color:#ea580c}.bots-card.accent-blue .bots-card-icon,.bot-main-icon.accent-blue{background:#e8f1ff;color:#2563eb}.bots-card.accent-purple .bots-card-icon,.bot-main-icon.accent-purple{background:#f2e8ff;color:#7c3aed}.bots-card.accent-green .bots-card-icon,.bot-main-icon.accent-green{background:#e8fff1;color:#059669}.bots-card-text{flex:1;min-width:0}.bots-card-title{font-size:15px;font-weight:800;color:#111827;margin-bottom:8px}.bots-card-desc{font-size:13px;color:#6b7280;line-height:1.65}.bots-card-arrow{font-size:26px;color:#9ca3af;flex-shrink:0}.bot-detail-thread{height:100%;overflow:auto;background:#fff}.bot-detail{padding:28px 32px}.bot-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.bot-back-btn,.bot-action-btn,.bot-code-btn,.bot-more-btn{height:44px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;color:#111827;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 18px;font-size:14px;font-weight:800;cursor:pointer}.bot-top-actions{display:flex;align-items:center;gap:12px}.bot-action-btn{background:#ff1f2d;color:#fff;border-color:#ff1f2d;min-width:170px}.bot-code-btn{min-width:210px}.bot-more-btn{width:44px;padding:0;font-size:24px;color:#e31e24}.bot-main-head{display:flex;align-items:center;gap:28px;padding-bottom:28px;border-bottom:1px solid #eef0f2;margin-bottom:22px}.bot-main-icon{width:112px;height:112px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:54px;flex-shrink:0}.bot-main-title-row{display:flex;align-items:center;gap:14px;margin-bottom:10px}.bot-main-title-row h1{margin:0;font-size:28px;line-height:1.15;color:#050505}.bot-status{height:24px;padding:0 12px;border-radius:999px;background:#dcfce7;color:#16a34a;font-size:12px;font-weight:800;display:inline-flex;align-items:center}.bot-main-desc{margin:0 0 10px;color:#6b7280;font-size:15px}.bot-main-meta{color:#6b7280;font-size:14px;line-height:1.8}.bot-content-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(330px,.9fr);gap:34px}.bot-left-col,.bot-right-col{display:flex;flex-direction:column;gap:22px}.bot-mini-title{font-size:15px;font-weight:900;color:#111827;margin-bottom:10px}.bot-description-box,.bot-side-card,.bot-command-table,.bot-warning{border:1px solid #e5e7eb;border-radius:14px;background:#fff}.bot-description-box{padding:20px;color:#6b7280;font-size:15px;line-height:1.8}.bot-check-list{display:flex;flex-direction:column;gap:13px}.bot-check-item{display:flex;align-items:center;gap:12px;font-size:15px;color:#111827}.bot-check{width:20px;height:20px;border-radius:50%;border:1.5px solid #e31e24;color:#e31e24;display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0}.bot-command-table{overflow:hidden}.bot-command-row{display:grid;grid-template-columns:190px 1fr;min-height:42px;align-items:center;border-bottom:1px solid #eef0f2;padding:0 14px}.bot-command-row:last-child{border-bottom:0}.bot-command-name{justify-self:start;background:#fff1f2;color:#e31e24;border-radius:8px;padding:5px 9px;font-size:13px;font-weight:900}.bot-command-desc{color:#6b7280;font-size:14px}.bot-side-card{padding:16px}.bot-side-row{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:42px;color:#111827;font-size:15px}.bot-side-left{display:flex;align-items:center;gap:12px}.bot-side-icon{width:24px;text-align:center;color:#6b7280}.bot-green-check{width:20px;height:20px;border-radius:50%;border:1.5px solid #22c55e;color:#22c55e;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0}.bot-connected-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 0}.bot-connected-left{display:flex;align-items:center;gap:12px}.bot-avatar{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffd1dc;color:#e31e24;font-weight:900}.bot-connected-title{font-size:14px;color:#111827;font-weight:700}.bot-connected-type{font-size:13px;color:#6b7280}.bot-show-all{text-align:center;color:#e31e24;font-weight:800;font-size:14px;margin-top:8px}.bot-info-table{display:flex;flex-direction:column;gap:14px}.bot-info-row{display:flex;justify-content:space-between;gap:18px;font-size:14px;color:#6b7280}.bot-info-row b{color:#111827;font-weight:700;text-align:right;word-break:break-word}.bot-info-status{padding:6px 16px;border-radius:999px;background:#dcfce7;color:#16a34a;font-weight:900}.bot-warning{margin-top:26px;padding:16px 18px;background:#fff1f2;border:0;color:#6b7280;display:flex;align-items:center;gap:12px;font-size:14px}.bots-head{padding:22px 24px 14px;display:flex;flex-direction:column;gap:16px;border-bottom:0}.bots-search{width:100%;height:58px;border-radius:14px;background:#fff;border:1px solid #e5e7eb;display:flex;align-items:center;gap:12px;padding:0 18px;box-sizing:border-box}.bots-list{padding:0 18px 18px;display:flex;flex-direction:column;gap:0;overflow:auto}.bots-list:before{display:none}.bots-card{width:100%;min-height:112px;border:1px solid #e5e7eb;border-bottom:0;background:#fff;padding:18px 16px;display:flex;align-items:center;gap:16px;cursor:pointer;text-align:left;transition:.15s ease;border-radius:0}.bots-card:hover{background:#fafafa}.bots-card.active{background:#fff1f2;border:1px solid rgba(227,30,36,.55);border-radius:12px;box-shadow:none;z-index:2}.bots-card-status{flex-shrink:0;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:700;line-height:1;white-space:nowrap;margin-left:auto}.bots-card-icon img,.bot-main-icon img{width:100%;height:100%;display:block;object-fit:cover;border-radius:inherit}.bot-status-menu{position:absolute;top:48px;right:0;width:220px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:18px;box-shadow:0 20px 60px #0f172a2e;overflow:hidden;z-index:100;padding:6px}.bot-status-menu button{width:100%;border:none;background:transparent;padding:12px 14px;border-radius:12px;text-align:left;cursor:pointer;font-size:14px;font-weight:600;transition:.15s}.bot-status-menu button:hover{background:#f4f6f8}.status-active{background:#e8fff0!important;color:#12a150!important}.status-maintenance{background:#fff6e8!important;color:#d98a00!important}.status-inactive{background:#ffecec!important;color:#d33!important}.bot-add-modal-backdrop{position:fixed;inset:0;background:#0f172a73;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:5000;display:flex;align-items:center;justify-content:center;padding:24px}.bot-add-modal{width:min(100%,520px);max-height:80vh;overflow:auto;background:#fff;border-radius:28px;box-shadow:0 30px 80px #00000038;padding:24px}.bot-add-modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.bot-add-modal-head h3{margin:0;font-size:22px;font-weight:800}.bot-add-modal-head button{border:none;background:#f3f4f6;width:38px;height:38px;border-radius:12px;cursor:pointer;font-size:22px;line-height:1;display:flex;align-items:center;justify-content:center;padding:0}.bot-add-chat-list{display:flex;flex-direction:column;gap:10px}.bot-add-chat-item{display:flex;align-items:center;gap:14px;width:100%;border:none;background:#fff;border:1px solid #ececec;border-radius:18px;padding:14px;cursor:pointer;transition:.15s;text-align:left}.bot-add-chat-item:hover{background:#fafafa;border-color:#e31e24}.bot-add-chat-avatar{width:52px;height:52px;border-radius:16px;background:#e31e24;color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;flex-shrink:0}.bot-add-chat-title{font-size:15px;font-weight:700;color:#111827}.bot-add-chat-sub{margin-top:2px;font-size:12px;color:#6b7280}.bot-add-chat-item:disabled{cursor:not-allowed;opacity:.75;background:#f7f8fa}.bot-chat-linked-badge{margin-left:auto;padding:6px 10px;border-radius:999px;background:#e8fff0;color:#12a150;font-size:12px;font-weight:800;white-space:nowrap}.bot-action-btn:disabled,.bot-action-btn-disabled{background:#e5e7eb!important;border-color:#e5e7eb!important;color:#9ca3af!important;cursor:not-allowed!important;box-shadow:none!important;opacity:1!important}.bot-action-btn:disabled:hover,.bot-action-btn-disabled:hover{background:#e5e7eb!important;border-color:#e5e7eb!important;color:#9ca3af!important}.bot-add-chat-avatar img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.bot-add-chat-sub{font-size:12px;color:#6b7280;margin-top:2px}.bot-add-chat-title{font-weight:700;color:#111827;line-height:1.2}.bot-add-chat-avatar{width:52px;height:52px;border-radius:50%;overflow:hidden;flex-shrink:0;background:linear-gradient(135deg,#e31e24,#ff8a8a);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px}.bot-add-chat-item{width:100%;border:none;background:#fff;display:flex;align-items:center;gap:14px;padding:14px;border-radius:18px;transition:.16s;cursor:pointer;text-align:left}.bot-add-chat-item:hover{background:#f6f7fb;transform:translateY(-1px)}.bot-add-chat-item:disabled{opacity:.72;cursor:default}.bot-add-chat-list{display:flex;flex-direction:column;gap:10px;margin-top:18px;max-height:60vh;overflow:auto}.bot-chat-linked-badge{margin-left:auto;background:#ecfdf3;color:#027a48;border:1px solid #abefc6;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:700}.bot-add-chat-item:not(:disabled) .bot-chat-linked-badge{display:none}.bot-add-chat-item.linked{background:#f8fafc;border:1px solid #e5e7eb}.requests-page{width:100%;height:100%;min-width:0;min-height:0;display:grid;grid-template-columns:390px minmax(0,1fr);gap:16px;box-sizing:border-box}.requests-page .requests-list-panel{background:#fff;border-radius:20px;box-shadow:0 14px 40px #0f172a14;overflow:hidden;display:flex;flex-direction:column;min-width:0;min-height:0}.requests-page .requests-head{padding:22px 18px 18px;display:flex;flex-direction:column;gap:14px;border-bottom:1px solid #eee}.requests-page .requests-search{width:100%;height:54px;border:1px solid #e5e7eb;border-radius:16px;background:#fafafa;display:flex;align-items:center;gap:10px;padding:0 14px;box-sizing:border-box}.requests-page .requests-search input{width:100%;border:0;outline:0;background:transparent;font-size:14px;color:#111}.requests-page .requests-create-btn{width:100%;height:52px;border:0;border-radius:14px;background:#ef1d2b;color:#fff;font-size:15px;font-weight:700;cursor:pointer}.requests-page .requests-tabs{display:grid;grid-template-columns:54px 70px 82px 92px;gap:8px}.requests-page .requests-tabs button{height:40px;border:1px solid #eceef3;border-radius:12px;background:#fafafa;color:#666;font-size:12px;font-weight:600;white-space:nowrap;cursor:pointer}.requests-page .requests-tabs button.active{background:#ffe8eb;color:#e31e24}.requests-page .requests-list{flex:1;overflow:auto;padding:12px 14px}.requests-page .request-card{width:100%;min-height:92px;display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:12px;align-items:center;border:0;border-bottom:1px solid #f0f0f0;background:#fff;padding:14px 8px;color:#111;text-align:left;cursor:pointer}.requests-page .request-card.active{border:1px solid rgba(227,30,36,.55);border-radius:16px;background:#fff3f4;padding:14px}.requests-page .request-icon{width:46px;height:46px;border-radius:50%;background:#ffe9ec;display:flex;align-items:center;justify-content:center;font-size:21px}.requests-page .request-card-body{min-width:0;display:flex;flex-direction:column;gap:5px}.requests-page .request-card-body b{font-size:13px;font-weight:500;line-height:1.25}.requests-page .request-card-body span,.requests-page .request-card-body small{color:#777;font-size:13px}.requests-page .request-card-side{display:flex;align-items:center;gap:6px}.requests-page .request-status{height:24px;padding:0 9px;border-radius:999px;display:inline-flex;align-items:center;font-size:12px;font-weight:600;white-space:nowrap}.requests-page .request-status.new{background:#ffe9ec;color:#d9232e}.requests-page .request-status.work{background:#fff4dc;color:#c27a12}.requests-page .request-status.closed{background:#dcfce7;color:#16803a}.requests-page .request-arrow{font-size:25px;color:#4b5563}.requests-page .request-detail-panel{background:#fff;border-radius:20px;box-shadow:0 14px 40px #0f172a14;padding:28px;overflow:auto;min-width:0;min-height:0}.requests-page .request-top-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}.requests-page .request-back-btn{height:44px;padding:0 16px;border:1px solid #eceef3;border-radius:12px;background:#fff;color:#111;font-size:15px;font-weight:600;cursor:pointer}.requests-page .request-actions{display:flex;gap:12px}.requests-page .request-action-btn{width:50px;height:50px;border:0;border-radius:14px;background:#ffe9ec;color:#e31e24;font-size:22px;cursor:pointer}.requests-page .request-detail-head{display:grid;grid-template-columns:90px minmax(0,1fr);gap:22px;align-items:center}.requests-page .request-big-icon{width:86px;height:86px;border-radius:50%;background:#ffe9ec;display:flex;align-items:center;justify-content:center;font-size:42px}.requests-page .request-title-row{display:flex;align-items:center;gap:14px}.requests-page .request-title-row h1{margin:0;font-size:30px;line-height:1.15;font-weight:600;color:#111}.requests-page .request-title-block p{margin:8px 0 0;color:#6b7280;font-size:15px}.requests-page .request-separator{height:1px;background:#eee;margin:30px 0}.requests-page .request-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:32px;align-items:start}.requests-page .request-section{margin-bottom:26px}.requests-page .request-section h3{margin:0 0 14px;font-size:17px;font-weight:600;color:#111}.requests-page .request-box,.requests-page .request-info-box,.requests-page .request-files-box,.requests-page .request-history-box{border:1px solid #eceef3;border-radius:16px;background:#fff;overflow:hidden}.requests-page .request-box{padding:18px;color:#626977;font-size:15px;line-height:1.6}.requests-page .request-info-row{min-height:52px;padding:0 18px;border-bottom:1px solid #f0f0f0;display:grid;grid-template-columns:150px minmax(0,1fr);align-items:center;gap:14px}.requests-page .request-info-row:last-child{border-bottom:0}.requests-page .request-info-row span{color:#7a7f8c;font-size:14px}.requests-page .request-info-row b{color:#111;font-size:14px;font-weight:500}.requests-page .request-file{min-height:68px;padding:0 16px;border-bottom:1px solid #f0f0f0;display:grid;grid-template-columns:42px minmax(0,1fr) 32px;gap:12px;align-items:center}.requests-page .request-file-icon{width:40px;height:40px;border-radius:13px;background:#ffe9ec;display:flex;align-items:center;justify-content:center}.requests-page .request-file-info{min-width:0;display:flex;flex-direction:column;gap:4px}.requests-page .request-file-info b{font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.requests-page .request-file-info span{color:#7a7f8c;font-size:13px}.requests-page .request-download-btn{border:0;background:transparent;color:#e31e24;font-size:24px;cursor:pointer}.requests-page .request-history-item{padding:16px;border-bottom:1px solid #f0f0f0;display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px}.requests-page .request-history-avatar{width:40px;height:40px;border-radius:50%;background:#ffe9ec;color:#e31e24;display:flex;align-items:center;justify-content:center;font-weight:600}.requests-page .request-history-body>div{display:flex;justify-content:space-between;gap:12px}.requests-page .request-history-body b{font-size:14px;font-weight:500}.requests-page .request-history-body span{color:#7a7f8c;font-size:12px;text-align:right}.requests-page .request-history-body p{margin:5px 0 0;color:#626977;font-size:14px}.requests-page .request-more-history{width:100%;height:52px;border:0;background:#fff;color:#e31e24;font-size:14px;font-weight:600;cursor:pointer}.requests-page .request-action-btn{display:flex;align-items:center;justify-content:center;padding:0;line-height:1}.requests-page .request-actions{align-items:center}.requests-page .request-download-btn{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;font-size:0}.requests-page .request-download-btn:before{content:"⬇";font-size:20px;color:#e31e24}.requests-page .request-modal-backdrop{position:fixed;inset:0;z-index:9000;background:#0f172a59;-webkit-backdrop-filter:none;backdrop-filter:none;animation:requestFade .12s ease;display:flex;align-items:center;justify-content:center;padding:24px}.requests-page .request-create-modal{width:min(920px,calc(100vw - 48px));max-height:calc(100vh - 48px);overflow:auto;background:#fff;border-radius:24px;box-shadow:0 30px 90px #0f172a40;padding:28px;box-sizing:border-box}.requests-page .request-create-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.requests-page .request-modal-close{width:44px;height:44px;border:1px solid #eceef3;border-radius:14px;background:#fff;color:#111827;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;font-size:28px;cursor:pointer;transition:.15s ease}.requests-page .request-modal-close:hover{background:#f8f8f8}.requests-page .request-create-modal h2{margin:0;font-size:30px;color:#111}.requests-page .request-create-subtitle{margin:8px 0 24px;color:#6b7280}.requests-page .request-create-form{border:1px solid #eceef3;border-radius:18px;padding:20px;display:flex;flex-direction:column;gap:18px}.requests-page .request-create-form label{display:flex;flex-direction:column;gap:8px;color:#111;font-weight:600}.requests-page .request-create-form label b{color:#e31e24}.requests-page .request-input-wrap{height:48px;border:1px solid #e5e7eb;border-radius:12px;display:flex;align-items:center;padding:0 12px}.requests-page .request-input-wrap input{flex:1;border:0;outline:0;font-size:15px}.requests-page .request-input-wrap span{color:#8b95a7}.requests-page .request-create-form textarea{min-height:130px;resize:vertical;border:1px solid #e5e7eb;border-radius:12px;padding:14px;outline:0;font-size:15px}.requests-page .request-create-form select{height:48px;border:1px solid #e5e7eb;border-radius:12px;padding:0 12px;background:#fff;outline:0}.requests-page .request-form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.requests-page .request-upload-box{position:relative;min-height:92px;border:1px dashed #d8dde6;border-radius:16px;display:flex;align-items:center;justify-content:center;gap:16px;background:#fff}.requests-page .request-upload-icon{width:54px;height:54px;border-radius:50%;background:#ffe9ec;color:#e31e24;display:flex;align-items:center;justify-content:center;font-size:28px}.requests-page .request-upload-box div:last-of-type{display:flex;flex-direction:column;gap:3px}.requests-page .request-upload-box span,.requests-page .request-upload-box small{color:#6b7280}.requests-page .request-upload-box input{position:absolute;inset:0;opacity:0;cursor:pointer}.requests-page .request-uploaded-files{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.request-uploaded-file{position:relative;display:flex;align-items:center;gap:14px;min-height:74px;padding:0 54px 0 16px;border:1px solid #eceef3;border-radius:14px;background:#fff}.requests-page .request-uploaded-file b{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.requests-page .request-uploaded-file small{color:#6b7280}.request-uploaded-file button{position:absolute;top:50%;right:14px;transform:translateY(-50%);width:24px;height:24px;border:0;background:transparent;color:#111;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.requests-page .request-notify-row{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #f0f0f0;padding-top:16px}.requests-page .request-notify-row div{display:flex;flex-direction:column;gap:4px}.requests-page .request-notify-row span{color:#6b7280}.requests-page .request-notify-row input{width:42px;height:22px;accent-color:#e31e24}.requests-page .request-create-actions{display:grid;grid-template-columns:1fr 1fr;gap:16px}.requests-page .request-submit-btn,.requests-page .request-draft-btn{height:54px;border-radius:14px;font-size:16px;font-weight:700;cursor:pointer}.requests-page .request-submit-btn{border:0;background:#e31e24;color:#fff}.requests-page .request-draft-btn{border:1px solid #eceef3;background:#fff;color:#374151}.requests-page .request-edit-modal{background:#fff!important}.requests-page .request-edit-main{box-shadow:0 12px 34px #0f172a0f}.requests-page .request-edit-main .request-create-actions{display:block!important}.requests-page .request-edit-main .request-submit-btn{width:430px!important;max-width:100%!important;height:58px!important;border-radius:14px!important;font-size:16px!important;font-weight:700!important}.requests-page .request-edit-main .request-draft-btn{display:none!important}.req{color:#ef1d2b;margin-left:4px}.request-create-form label{display:block!important}.request-create-form label .req{display:inline!important}.request-create-form textarea{width:100%!important;min-height:150px!important;display:block!important;resize:vertical!important;box-sizing:border-box!important}.request-create-form label{width:100%!important}.requests-page .request-edit-meta{display:flex!important;align-items:center!important;gap:14px!important;margin:18px 0!important;color:#6b7280!important;white-space:nowrap!important}.requests-page .request-edit-meta span{display:inline-flex!important;align-items:center!important}.requests-page .request-edit-meta span:first-child{background:#ffe9ec!important;color:#e31e24!important;padding:8px 12px!important;border-radius:10px!important;font-weight:700!important}.requests-page .request-edit-meta span:not(:first-child):not(.request-status):before{content:"•";margin-right:14px;color:#9ca3af}.requests-page .request-edit-meta .request-status{margin-left:auto!important}.request-delete-btn{height:58px;border:1px solid #ffd5d8;border-radius:14px;background:#fff5f5;color:#e31e24;font-size:15px;font-weight:700;cursor:pointer;transition:.15s ease}.request-delete-btn:hover{background:#ffe9ec}.request-modal-actions .request-submit-btn,.request-modal-actions .request-delete-btn{width:100%!important;max-width:none!important;height:58px!important;margin:0!important}.request-modal-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:18px!important;width:100%!important}.request-download-all-wrap{margin-top:14px;display:flex;justify-content:flex-start}.request-download-all-btn{height:44px;padding:0 18px;border-radius:12px;border:1px solid #e8e8e8;background:#fff;color:#111827;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:8px;transition:.15s ease}.request-download-all-btn:hover{background:#fff5f5;border-color:#ffd5d8;color:#e31e24}.request-files-box .request-more-history{border-top:1px solid #f0f0f0}.request-no-files{min-height:170px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#9ca3af;text-align:center;padding:24px}.request-no-files-icon{width:68px;height:68px;border-radius:20px;background:#fff3f4;display:flex;align-items:center;justify-content:center;font-size:34px}.request-no-files b{color:#111827;font-size:17px;font-weight:700}.request-no-files span{font-size:14px;color:#8b95a7}.request-edit-sidebar{display:flex;flex-direction:column;gap:22px}.requests-page .request-edit-side{display:flex!important;flex-direction:column!important;gap:24px!important}.requests-page .request-edit-side section{margin:0!important}.request-actions{position:relative}.request-actions-menu{position:absolute;top:64px;right:0;width:260px;background:#fff;border:1px solid #eceef3;border-radius:18px;box-shadow:0 20px 40px #0f172a1f;overflow:hidden;z-index:40}.request-actions-menu button{width:100%;min-height:56px;border:0;background:#fff;padding:0 18px;display:flex;align-items:center;gap:12px;color:#111827;font-size:15px;font-weight:600;cursor:pointer;transition:.15s ease}.request-actions-menu button+button{border-top:1px solid #f1f1f1}.request-actions-menu button:hover{background:#fff5f5;color:#e31e24}@keyframes requestFade{0%{opacity:0}to{opacity:1}}.request-history-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.request-history-user-block{display:flex;flex-direction:column;gap:2px}.request-history-user-block b{font-size:14px;font-weight:700;color:#111827;line-height:1.2}.request-history-user-block small{font-size:12px;color:#6b7280;line-height:1.1}.request-author-block{display:flex;align-items:flex-start;gap:10px;margin-top:6px}.request-author-user{display:flex;flex-direction:column;line-height:1.1}.request-author-user b{font-size:14px;color:#111827}.request-author-user small{font-size:12px;color:#6b7280;margin-top:2px}.request-history-avatar{width:36px;height:36px;min-width:36px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e31e24,#ff6b6f);color:#fff;font-size:13px;font-weight:800;letter-spacing:.3px}.request-history-avatar img{width:100%;height:100%;object-fit:cover;display:block}.request-share-list{display:flex;flex-direction:column;gap:10px;margin-top:18px;max-height:60vh;overflow:auto;padding-right:4px}.request-share-item{width:100%;border:none;background:#fff;display:flex;align-items:center;gap:14px;padding:14px;border-radius:18px;transition:.16s;cursor:pointer;text-align:left}.request-share-item:hover{background:#f6f7fb;transform:translateY(-1px)}.request-share-body{display:flex;flex-direction:column;min-width:0;flex:1}.request-share-body b{font-size:15px;font-weight:700;color:#111827;line-height:1.2}.request-share-body span{margin-top:2px;font-size:12px;color:#6b7280}.request-share-item .request-history-avatar{width:52px;height:52px;min-width:52px;border-radius:50%;overflow:hidden;flex-shrink:0;background:linear-gradient(135deg,#e31e24,#ff8a8a);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px}.request-share-item .request-history-avatar img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.request-share-item .request-submit-btn{width:auto;min-width:120px;height:42px;padding:0 16px;border-radius:14px;font-size:14px;flex:0 0 auto}.request-status-modal-list{display:flex;flex-direction:column;gap:14px;margin-top:28px}.request-status-modal-btn{width:100%;border:none;background:#f6f7fb;border-radius:18px;padding:18px 20px;cursor:pointer;transition:.18s;display:flex;align-items:center;justify-content:flex-start}.request-status-modal-btn:hover{transform:translateY(-1px);background:#eef2ff}.request-status-modal-btn.active{outline:2px solid #E31E24;background:#fff1f2}.request-status-modal-btn .request-status{font-size:15px;padding:10px 18px;border-radius:999px}.request-assign-list{display:flex;flex-direction:column;gap:12px;margin-top:24px}.request-assign-item{width:100%;border:none;background:#f6f7fb;border-radius:20px;padding:14px;display:flex;align-items:center;gap:14px;cursor:pointer;transition:.18s;text-align:left}.request-assign-item:hover{background:#eef2ff;transform:translateY(-1px)}.request-assign-item.active{background:#fff1f2;outline:2px solid #E31E24}.request-assign-check{margin-left:auto;font-weight:800;color:#e31e24}.requests-page .request-unread-dot{width:10px;height:10px;border-radius:50%;background:#e31e24;box-shadow:0 0 0 4px #e31e241f;flex:0 0 auto}.app-shell.app-shell-requests{grid-template-columns:240px minmax(0,1fr)!important}.app-shell.app-shell-requests .requests-page{width:100%!important;height:100%!important}
