/* White Crypto support: isolated chat UI, no global form overrides. */
.wc-support-unread{display:inline-flex;align-items:center;justify-content:center;background:#e5484d;color:#fff!important;border-radius:99px;font:700 11px/1.3 Arial,sans-serif;padding:4px 8px;white-space:nowrap;min-width:19px;box-sizing:border-box}
.wc-support-unread[hidden]{display:none!important}.wc-support-ticket .wc-support-unread{margin-top:8px}.wc-support-fab .wc-support-unread{position:absolute;top:-5px;right:-5px;border:2px solid #fff}
.wc-support-header h2 .wc-support-unread{vertical-align:middle}.wc-support-read-state{display:block;text-align:right;font-size:10px;margin-top:5px;color:#fff}.wc-support-read-state[data-read-state="read"]{color:#bfffe3}
.wc-support-image{display:block;margin:10px 0}.wc-support-image img{display:block;max-width:100%;max-height:280px;width:auto;height:auto;border-radius:10px;object-fit:contain;background:#edf4ff}
.wc-support-composer .wc-support-attachment{grid-column:1/-1}.wc-support-attachment{display:flex;align-items:center;gap:10px;margin:0 0 10px;min-width:0}
.wc-support-attachment .wc-support-attach{display:inline-flex!important;flex-shrink:0;align-items:center;padding:8px 12px;border:1px solid #cadaf4;border-radius:9px;background:#f3f7ff;color:#075bff;cursor:pointer;font-size:12px;margin:0!important}
.wc-support-attach:focus-within{outline:2px solid #075bff}.wc-support-attachment>span{font-size:11px;color:#647c9e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.wc-support-attachment [data-support-remove-file]{padding:4px 9px!important;background:#fff0f0!important;color:#ba3030!important;border:1px solid #ffd5d5!important;border-radius:7px!important;font-size:18px!important}

.wc-support-fab{position:fixed;z-index:1050;right:24px;bottom:24px;display:grid;place-items:center;width:60px;height:60px;border:2px solid #fff;border-radius:50%;background:#075bff;color:#fff;box-shadow:0 8px 26px #075bff40;cursor:grab;touch-action:none}
.wc-support-fab svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.wc-support-fab:active{cursor:grabbing}
.wc-support-dialog{box-sizing:border-box;width:96vw;max-width:1540px;height:90vh;height:90dvh;max-height:950px;padding:0;margin:auto;border:1px solid #d8e5fa;border-radius:22px;background:#fff;color:#09234a;box-shadow:0 24px 100px #061b4540;overflow:hidden}
.wc-support-dialog::backdrop{background:#071b3c99;backdrop-filter:blur(4px)}
.wc-support-shell{height:100%;display:flex;flex-direction:column;min-height:0}
.wc-support-header{display:flex;align-items:center;gap:14px;padding:18px 24px;border-bottom:1px solid #dce6f5;flex-shrink:0;background:#fff}
.wc-support-mark{display:grid;place-items:center;width:42px;height:42px;background:#edf4ff;color:#075bff;border-radius:13px;font-size:28px}
.wc-support-header h2{font-size:19px;line-height:1.3;margin:0}.wc-support-header p{font-size:12px;color:#7b8da7;margin:4px 0 0}
.wc-support-close{margin-left:auto;display:grid;place-items:center;width:46px;height:46px;padding:0;border:1px solid #dce6f5;border-radius:13px;background:#f4f7fd;color:#0a2e5e;font:32px/1 Arial;cursor:pointer}
.wc-support-layout{display:grid;grid-template-columns:290px minmax(0,1fr);flex:1;min-height:0}
.wc-support-sidebar{display:flex;flex-direction:column;min-height:0;border-right:1px solid #dce6f5;background:#f8faff}
.wc-support-sidehead{padding:20px 16px;border-bottom:1px solid #e3eaf5}.wc-support-sidehead h3{font-size:14px;margin:0 0 14px;overflow-wrap:anywhere}
.wc-support-sidehead>button,.wc-support-more,.wc-support-older{border:1px solid #d6e4fa;border-radius:9px;background:#fff;color:#075bff;padding:10px 14px;font-size:12px;cursor:pointer}
.wc-support-sidehead .wc-support-new{background:#075bff;color:#fff;border-color:#075bff;width:100%;font-weight:650}
.wc-support-sidehead [data-support-back]{margin-bottom:14px}
.wc-support-ticket-list{overflow:auto;flex:1;min-height:0;padding:10px}
.wc-support-ticket{display:block;text-align:left;width:100%;padding:15px 12px;margin-bottom:6px;border:1px solid transparent;border-radius:12px;color:#183a67;background:transparent;cursor:pointer;font:inherit}
.wc-support-ticket:hover{background:#edf3ff}.wc-support-ticket.active{background:#e9f1ff;border-color:#c5d9ff;box-shadow:inset 3px 0 #075bff}
.wc-support-ticket strong{display:block;font-size:13px;line-height:1.5;overflow-wrap:anywhere}.wc-support-ticket small{display:block;font-size:11px;color:#7c8ea8;margin-top:6px}
.wc-support-more{margin:10px}.wc-support-conversation{display:flex;flex-direction:column;min-height:0;min-width:0;background:#f3f7fd}
.wc-support-conversation-head{background:#fff;padding:19px 24px;border-bottom:1px solid #e2eaf6}.wc-support-conversation-head h3{font-size:16px;margin:0 0 6px;overflow-wrap:anywhere}.wc-support-conversation-head small{font-size:11px;color:#7a8ba4}
.wc-support-status{font-size:12px;color:#9b4d10;padding:0 20px;background:#fff6e6;line-height:1.6;flex-shrink:0}.wc-support-status:not(:empty){padding:10px 20px}
.wc-support-empty{margin:auto;text-align:center;padding:30px;color:#6e84a1}.wc-support-empty>span{display:inline-grid;place-items:center;width:70px;height:70px;border-radius:22px;background:#e4edff;color:#075bff;font-size:38px}.wc-support-empty h3{color:#193e6a;font-size:20px}.wc-support-empty p{font-size:13px;line-height:1.7}
.wc-support-message-area{flex:1;overflow:auto;min-height:0;padding:20px 26px;overscroll-behavior:contain}.wc-support-older{display:block;margin:0 auto 16px}
.wc-support-message{display:flex;justify-content:flex-start;margin:0 0 16px}.wc-support-message.mine{justify-content:flex-end}
.wc-support-bubble{max-width:80%;padding:14px 17px;background:#fff;border:1px solid #e0e8f5;border-radius:16px 16px 16px 4px;box-shadow:0 3px 9px #15366404;min-width:110px}
.mine .wc-support-bubble{background:#075bff;color:#fff;border-color:#075bff;border-radius:16px 16px 4px 16px}
.wc-support-bubble b{font-size:11px;display:block;margin-bottom:7px;color:#4c6e98}.mine .wc-support-bubble b{color:#dae8ff}
.wc-support-bubble .wc-rich-content{font-size:14px;line-height:1.65;color:inherit}.wc-support-plain{white-space:pre-wrap;overflow-wrap:anywhere}.wc-support-bubble time{display:block;font-size:10px;color:#8b9bb2;margin-top:9px;text-align:right}.mine .wc-support-bubble time{color:#dce8ff}
.wc-support-composer{flex-shrink:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px 12px;padding:16px 20px 12px;background:#fff;border-top:1px solid #dce6f5}
.wc-support-composer textarea,.wc-support-create textarea,.wc-support-create input{box-sizing:border-box;width:100%;min-width:0;padding:13px 15px;border:1px solid #ccdcef;border-radius:12px;resize:vertical;background:#f9fbff;color:#11325d;font:14px/1.5 Arial,sans-serif;max-height:160px}
.wc-support-composer button,.wc-support-create>button{border:0;border-radius:12px;background:#075bff;color:#fff;padding:12px 22px;font-size:13px;font-weight:700;cursor:pointer}
.wc-support-composer button:disabled,.wc-support-create>button:disabled{opacity:.5;cursor:wait}.wc-support-composer small{grid-column:1/-1;font-size:10px;color:#8799b2}
.wc-support-create{padding:28px;max-width:760px;width:100%;box-sizing:border-box;overflow:auto}.wc-support-create label{display:grid;gap:10px;font-size:13px;font-weight:650;margin-bottom:22px}.wc-support-create textarea{max-height:300px}
.wc-support-sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.wc-support-dialog [hidden]{display:none!important}.wc-support-dialog button:focus-visible,.wc-support-fab:focus-visible{outline:3px solid #80aeff;outline-offset:3px}.wc-support-dialog textarea:focus,.wc-support-dialog input:focus{outline:2px solid #9fc2ff}
@media(max-width:700px){.wc-support-dialog{width:100vw;max-width:none;height:100dvh;max-height:none;border-radius:0}.wc-support-header{padding:12px 14px}.wc-support-header h2{font-size:16px}.wc-support-layout{grid-template-columns:1fr;grid-template-rows:170px minmax(0,1fr)}.wc-support-sidebar{border-right:0;border-bottom:1px solid #dce6f5}.wc-support-sidehead{padding:8px 12px;display:flex;gap:10px;align-items:center}.wc-support-sidehead h3{margin:0;flex:1}.wc-support-sidehead .wc-support-new{width:auto}.wc-support-sidehead [data-support-back]{margin:0}.wc-support-ticket-list{display:flex;gap:8px;padding:6px 10px}.wc-support-ticket{min-width:160px;width:160px;margin:0;flex-shrink:0;padding:8px 10px}.wc-support-ticket strong{font-size:12px}.wc-support-more{position:absolute;right:10px;top:186px;padding:4px;font-size:10px}.wc-support-conversation-head{padding:12px 16px}.wc-support-message-area{padding:14px}.wc-support-bubble{max-width:90%}.wc-support-composer{padding:10px;gap:8px}.wc-support-composer button{padding:10px 15px}.wc-support-create{padding:18px}}
@media print{.wc-support-fab,.wc-support-dialog{display:none!important}}
