:root{--sup-blue:#082965;--sup-blue-2:#0a56d9;--sup-orange:#ff5608;--sup-muted:#667894;--sup-line:#dfe6f2}*{box-sizing:border-box}body.elo-support-page{min-height:100vh;margin:0;background:radial-gradient(circle at 90% 4%,#dbe9ff 0,transparent 25%),radial-gradient(circle at 5% 100%,#ffe9df 0,transparent 28%),linear-gradient(135deg,#f7faff,#eef4ff);color:var(--sup-blue);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.elo-support-shell{width:min(100% - 34px,980px);margin:0 auto;padding:28px 0 42px}.elo-support-header{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-bottom:20px}.elo-support-brand{display:block;width:240px}.elo-support-brand img{display:block;width:100%;height:auto;mix-blend-mode:multiply}.elo-support-back{color:#0b57d5;text-decoration:none;font-weight:750;font-size:.91rem}.elo-support-back:hover{text-decoration:underline}.elo-support-card{overflow:hidden;border:1px solid rgba(255,255,255,.9);border-radius:24px;background:rgba(255,255,255,.96);box-shadow:0 22px 65px rgba(29,59,118,.15)}.elo-support-card-head{display:flex;align-items:center;gap:16px;padding:25px 30px 22px;border-bottom:1px solid var(--sup-line);background:linear-gradient(115deg,#fff 5%,#f2f7ff)}.elo-support-avatar{display:grid;place-items:center;flex:0 0 auto;width:50px;height:50px;border-radius:16px;background:linear-gradient(150deg,#ff6a1a,#f04500);box-shadow:0 8px 18px rgba(255,86,8,.27);color:#fff;font-size:1.35rem;font-weight:900}.elo-support-kicker{display:block;margin-bottom:3px;color:#ff5608;font-size:.68rem;font-weight:900;letter-spacing:.12em}.elo-support-card-head h1{margin:0;color:#09255c;font-size:1.32rem;letter-spacing:-.03em}.elo-support-card-head p{margin:4px 0 0;color:var(--sup-muted);font-size:.88rem}.elo-support-status{display:inline-flex;align-items:center;gap:7px;margin-left:auto;padding:7px 10px;border-radius:999px;background:#edf8f2;color:#0c8151;font-size:.77rem;font-weight:850;white-space:nowrap}.elo-support-status i{width:8px;height:8px;border-radius:50%;background:#20ba72}.elo-support-status.setup{background:#fff7e6;color:#a76500}.elo-support-status.setup i{background:#e9a321}.elo-support-safety{padding:10px 30px;border-bottom:1px solid #eff2f7;color:#7b899f;background:#fbfcff;font-size:.78rem}.elo-chat-messages{height:min(58vh,590px);min-height:400px;overflow:auto;padding:24px 30px;background:linear-gradient(180deg,#fcfdff,#f7faff);scroll-behavior:smooth}.elo-chat-message{display:flex;margin:0 0 15px}.elo-chat-message.user{justify-content:flex-end}.elo-chat-bubble{max-width:min(76%,650px);padding:13px 15px;border-radius:16px;border-bottom-left-radius:4px;background:#fff;box-shadow:0 5px 16px rgba(28,56,107,.08);color:#213a67;font-size:.94rem;line-height:1.48;white-space:normal}.elo-chat-message.user .elo-chat-bubble{border-radius:16px;border-bottom-right-radius:4px;background:linear-gradient(115deg,#0d5ad8,#083a9f);box-shadow:0 8px 17px rgba(10,73,182,.21);color:#fff}.elo-chat-message.pending .elo-chat-bubble{color:#6d7d95;font-style:italic}.elo-chat-form{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:end;padding:18px 30px 14px;border-top:1px solid var(--sup-line);background:#fff}.elo-chat-form textarea{width:100%;min-height:52px;max-height:140px;resize:none;border:1.5px solid #ced8e8;border-radius:14px;outline:0;padding:14px 15px;color:#18315e;font:inherit;font-size:.93rem;line-height:1.35}.elo-chat-form textarea:focus{border-color:#2d69df;box-shadow:0 0 0 4px rgba(45,105,223,.1)}.elo-chat-form button{display:inline-flex;align-items:center;gap:9px;height:52px;border:0;border-radius:13px;padding:0 17px;background:linear-gradient(110deg,#ff640f,#f24a00);box-shadow:0 9px 19px rgba(255,86,8,.24);color:#fff;font:inherit;font-size:.91rem;font-weight:850;cursor:pointer}.elo-chat-form button b{display:grid;place-items:center;width:21px;height:21px;border:1px solid rgba(255,255,255,.7);border-radius:50%;line-height:1}.elo-chat-form button:disabled{cursor:wait;opacity:.68}.elo-chat-help{margin:0;padding:0 30px 20px;color:#76859c;font-size:.77rem}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media(max-width:650px){.elo-support-shell{width:min(100% - 20px,980px);padding:15px 0 24px}.elo-support-header{margin-bottom:15px}.elo-support-brand{width:190px}.elo-support-back{font-size:.8rem}.elo-support-card{border-radius:18px}.elo-support-card-head{padding:19px 17px;gap:11px}.elo-support-avatar{width:43px;height:43px;border-radius:13px}.elo-support-card-head h1{font-size:1.05rem}.elo-support-card-head p{font-size:.76rem}.elo-support-status{display:none}.elo-support-safety{padding:10px 17px;font-size:.72rem}.elo-chat-messages{height:calc(100vh - 285px);min-height:360px;padding:18px 15px}.elo-chat-bubble{max-width:87%;font-size:.9rem}.elo-chat-form{gap:8px;padding:12px 15px}.elo-chat-form textarea{min-height:48px;padding:12px}.elo-chat-form button{width:50px;height:48px;justify-content:center;padding:0}.elo-chat-form button span{display:none}.elo-chat-help{padding:0 15px 16px;font-size:.7rem}}
