.supportDeskLayer .supportSessionControls{display:grid;gap:16px;margin:32px clamp(16px,3vw,32px) 36px;padding:clamp(18px,2.5vw,24px);border:1px solid #d7e3f2;border-radius:16px;background:linear-gradient(135deg,#f8fbff,#f1f6fd);color:#10294c;overflow-wrap:anywhere}.supportSessionHeading{display:flex;align-items:center;gap:12px}.supportSessionIcon{display:grid;flex:0 0 40px;height:40px;place-items:center;border:1px solid #c8d9ef;border-radius:12px;background:#fff;color:#075cf0}.supportSessionEyebrow{display:block;color:#53719a;font-size:10px;font-weight:800;letter-spacing:.13em}.supportSessionHeading h3{margin:2px 0 0;color:#071a3b;font:700 18px/1.25 var(--store-font-display);letter-spacing:-.025em}.supportDeskLayer .supportSessionChoice{display:flex;align-items:center;gap:12px;min-height:58px;padding:12px 14px;border:1px solid #d8e4f2;border-radius:10px;background:#fff;font-size:14px;font-weight:600;line-height:1.45;cursor:pointer}.supportDeskLayer .supportSessionControls input[type=checkbox]{flex:0 0 20px;width:20px;height:20px;margin:0;accent-color:#0054f0}.supportDeskLayer .supportSessionControls :where(button,a){min-height:44px;max-width:100%;overflow-wrap:anywhere}.supportDeskLayer .supportSessionControls>.supportPrivacyHint{margin:-6px 0 0;color:#5b708c;font-size:12px;line-height:1.55}.supportSessionActive{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.supportSessionActive p{width:100%;margin:0;font-size:13px;font-weight:600}.supportSessionActive .supportCopyButton{border:1px solid #c7d9ef;border-radius:8px;padding-inline:14px;background:#fff;color:#0752ce}.supportDeskLayer .supportSessionAccountLink{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:2px;padding:12px 0 0;border-top:1px solid #d8e4f2;color:#0752ce;font-size:13px;font-weight:700;text-decoration:none}.supportDeskLayer .supportSessionAccountLink:hover{color:#063b9d;text-decoration:underline;text-underline-offset:3px}@media (max-width:480px){.supportDeskLayer .supportSessionControls{margin:28px 15px 32px;padding:18px}.supportDeskLayer .supportSessionControls>:where(.primary,.supportCopyButton){display:flex;width:100%;margin-block:6px;justify-content:center}}.supportEditor{display:grid;gap:8px;min-width:0}.supportEditor>label{font-size:13px;font-weight:600;color:#071d43}.supportEditorToolbar{display:flex;flex-wrap:wrap;gap:4px;padding:6px;border:1px solid #bdcde3;border-bottom:0;border-radius:4px 4px 0 0;background:#f7faff}.supportEditorToolbar button{min-height:36px;min-width:36px;border:1px solid transparent;border-radius:3px;padding:6px 9px;background:transparent;color:#17345e;cursor:pointer}.supportEditorToolbar button:hover:not(:disabled),.supportEditorToolbar button[aria-pressed=true]{border-color:#b8cbe5;background:#eaf2ff}.supportEditor textarea{width:100%;min-height:150px;resize:vertical;border:1px solid #bdcde3;border-radius:0 0 4px 4px;padding:12px;font:inherit;line-height:1.5;color:#071d43}.supportDropZone button:focus-visible,.supportEditor textarea:focus-visible,.supportEditorToolbar button:focus-visible{outline:3px solid #0054f0;outline-offset:2px}.supportEditorPreview{min-height:150px;border:1px solid #bdcde3;border-radius:0 0 4px 4px;padding:14px;background:#fff;overflow-wrap:anywhere}.supportDropZone{display:flex;flex-wrap:wrap;align-items:center;gap:10px;min-height:54px;padding:9px 10px;border:1px dashed #a9bdd9;border-radius:4px;background:#f9fbff;font-size:12px;color:#526583}.supportQueuedImages{display:flex;flex-wrap:wrap;gap:10px;padding:0;margin:0;list-style:none}.supportQueuedImage{display:grid;grid-template-columns:64px minmax(80px,1fr);grid-template-rows:auto auto auto;gap:2px 8px;width:min(250px,100%);padding:8px;border:1px solid #d6e2f1;border-radius:4px;background:#fff;overflow:hidden}.supportQueuedImage img{grid-row:1/4;width:64px;height:64px;object-fit:cover;border-radius:3px}.supportQueuedImage span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.supportQueuedImage small{color:#526583}.supportQueuedImage button{justify-self:start;border:0;background:none;padding:0;color:#0048cd;cursor:pointer}.supportEditorCount{justify-self:end;color:#526583;font-size:11px}.supportRichText{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.6}.supportRichText :where(blockquote,ul,pre){white-space:normal}.supportQuote{margin:10px 0;padding:8px 12px;border-left:3px solid #9ab7dd;background:#f6f9ff}.supportInlineCode{display:block;max-width:100%;overflow-x:auto;padding:8px;border-radius:3px;background:#071d43;color:#f6f9ff;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre-wrap}.supportFormattedList{margin:8px 0 8px 22px;padding:0}.supportAttachmentGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,220px));gap:10px;margin-top:12px}.supportAttachment{display:block;border:1px solid #d6e2f1;border-radius:4px;overflow:hidden;background:#f8fbff}.supportAttachment img{display:block;width:100%;height:auto;max-height:280px;object-fit:contain}.supportAttachmentPlaceholder{min-height:90px;display:grid;place-items:center;gap:6px;padding:10px;border:1px solid #d6e2f1;border-radius:4px;background:#f8fbff;color:#526583;font-size:12px}.supportAttachmentPlaceholder button{border:0;background:none;color:#0048cd;cursor:pointer}@media (max-width:480px){.supportEditorToolbar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:3px}.supportEditorToolbar button{width:100%;min-width:0;min-height:44px;padding:6px 4px;font-size:12px}.supportDropZone{align-items:stretch;flex-direction:column}.supportQueuedImage{width:100%}.supportAttachmentGrid{grid-template-columns:1fr}}