.oddity-help-dialog{width:min(940px,calc(100vw - 28px));height:min(690px,calc(100dvh - 24px));max-height:none;padding:0;border:1px solid rgba(122,218,231,.34);border-radius:24px;background:#f4f8fa;color:#123443;box-shadow:0 34px 100px rgba(0,22,31,.46),0 0 0 1px rgba(255,255,255,.32) inset;overflow:hidden;flex-direction:column;font-family:"Segoe UI",Arial,sans-serif}
.oddity-help-dialog[open]{display:flex}.oddity-help-dialog::backdrop{background:rgba(2,24,33,.76);backdrop-filter:blur(9px) saturate(.8)}
.help-dialog-head{position:relative;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;min-height:74px;padding:15px 20px 15px 24px;background:linear-gradient(118deg,#062d3b 0%,#07566b 58%,#0792aa 100%);color:#fff;border-bottom:3px solid #f36b21;overflow:hidden}
.help-dialog-head::after{content:"";position:absolute;width:210px;height:210px;right:64px;top:-145px;border:28px solid rgba(255,255,255,.055);border-radius:50%;pointer-events:none}.help-dialog-head>div{position:relative;z-index:1;display:flex;align-items:center;gap:16px;min-width:0}.help-dialog-head .support-dock-kicker{display:flex;align-items:center;align-self:stretch;margin:0;padding-right:16px;border-right:1px solid rgba(255,255,255,.24);color:#83e8f2!important;font-size:.67rem;line-height:1.2;letter-spacing:.17em;white-space:nowrap}.help-dialog-head h2{margin:0;color:#fff!important;font-size:1.45rem;line-height:1.1;letter-spacing:-.025em}
.help-dialog-close{position:relative;z-index:2;display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;padding:0;border:1px solid rgba(255,255,255,.3);border-radius:13px;background:rgba(1,28,38,.32);color:#fff;font-size:1.65rem;line-height:1;cursor:pointer;transition:.16s ease}.help-dialog-close:hover{background:#f36b21;border-color:#ffad78;transform:translateY(-1px)}
.help-dialog-status{flex:0 0 auto;padding:0 22px;color:#9b2e21;background:#fff3ef;font-weight:800}.help-dialog-status:not(:empty){padding-top:10px;padding-bottom:10px;border-bottom:1px solid #f0d3c9}
.help-dialog-library,.help-dialog-contact,.help-dialog-success{min-height:0;flex:1 1 auto;padding:18px 22px 20px;overflow:auto}.help-dialog-library:not([hidden]){display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;gap:11px}
.help-dialog-search label,.help-dialog-contact label{display:block;margin:0 0 6px;color:#173b49;font-size:.78rem;font-weight:900;letter-spacing:.02em}.help-dialog-search>div{display:flex;padding:4px;border:1px solid #bfd3db;border-radius:14px;background:#fff;box-shadow:0 7px 20px rgba(8,62,79,.07)}
.help-dialog-search input,.help-dialog-contact input,.help-dialog-contact select,.help-dialog-contact textarea{width:100%;box-sizing:border-box;padding:11px 13px;border:1px solid #bfd1d9;border-radius:10px;background:#fff;color:#123443;font:inherit}.help-dialog-search input{min-width:0;border:0;border-radius:10px;outline:0}.help-dialog-search button{flex:0 0 auto;min-width:104px;padding:0 18px;border:0;border-radius:10px;background:linear-gradient(135deg,#0797af,#05788f);color:#fff;font-weight:900;cursor:pointer}
.help-dialog-categories{display:flex;gap:7px;overflow-x:auto;padding:1px 1px 7px;scrollbar-width:thin;scrollbar-color:#9ebbc5 transparent}.help-dialog-categories button{flex:0 0 auto;white-space:nowrap;padding:7px 10px;border:1px solid #cfdee4;border-radius:9px;background:#fff;color:#345866;font-size:.76rem;font-weight:850;cursor:pointer}.help-dialog-categories button span{display:inline-grid;place-items:center;min-width:19px;height:19px;margin-left:4px;border-radius:99px;background:#edf4f6;font-size:.66rem}.help-dialog-categories button[aria-pressed=true]{border-color:#078fa8;background:#0a6074;color:#fff;box-shadow:0 5px 13px rgba(7,105,125,.18)}.help-dialog-categories button[aria-pressed=true] span{background:rgba(255,255,255,.18)}
.help-dialog-results{min-height:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:9px;padding:2px 3px 4px 1px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#9ebbc5 transparent}.help-dialog-result{position:relative;display:block;min-width:0;padding:13px 40px 13px 14px;border:1px solid #d3e1e6;border-radius:13px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 5px 14px rgba(12,53,68,.045);transition:.16s ease}.help-dialog-result::after{content:"→";position:absolute;right:14px;top:50%;color:#0b8ca5;font-size:1.12rem;transform:translateY(-50%)}.help-dialog-result:hover,.help-dialog-result:focus-visible{border-color:#078fa8;box-shadow:0 9px 22px rgba(7,118,141,.12);transform:translateY(-1px)}.help-dialog-result strong,.help-dialog-result small{display:block}.help-dialog-result strong{color:#0b3444;font-size:.91rem;line-height:1.25}.help-dialog-result small{margin-top:4px;color:#617a85;font-size:.76rem;line-height:1.34;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.help-dialog-empty{grid-column:1/-1;padding:30px;border:1px dashed #bdd0d7;border-radius:13px;text-align:center;color:#607986;background:#fff}
.help-dialog-actions{display:flex;align-items:center;gap:10px;padding-top:12px;border-top:1px solid #d8e5e9}.help-dialog-actions a{margin-right:auto;color:#087d95;font-weight:850}.help-dialog-actions button,.help-dialog-submit,.help-dialog-success a,.help-dialog-done{padding:11px 16px;border:0;border-radius:10px;background:#f36b21;color:#fff;font-weight:900;text-decoration:none;cursor:pointer;box-shadow:0 7px 16px rgba(204,73,15,.16)}
.help-dialog-back{align-self:flex-start;padding:5px 0;border:0;background:none;color:#087d95;font-size:.78rem;font-weight:900;cursor:pointer}.help-dialog-contact:not([hidden]){display:flex;flex-direction:column}.help-dialog-contact-intro{display:grid;grid-template-columns:auto 1fr;column-gap:16px;align-items:center;margin:6px 0 12px;padding:12px 15px;border:1px solid #cde1e7;border-radius:13px;background:linear-gradient(120deg,#e8f5f7,#f8fbfc)}.help-dialog-contact-intro::before{content:"?";grid-row:1/4;display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#0a8fa8;color:#fff;font-size:1.25rem;font-weight:900;box-shadow:0 8px 16px rgba(8,137,162,.18)}.help-dialog-contact-intro .support-dock-kicker{margin:0 0 2px;font-size:.63rem}.help-dialog-contact-intro h3{margin:0;color:#0b3444!important;font-size:1.18rem;line-height:1.2}.help-dialog-contact-intro p:last-child{margin:3px 0 0;color:#58747f;font-size:.79rem;line-height:1.35}
.help-dialog-contact form{display:grid;grid-template-rows:auto auto minmax(90px,1fr) auto;min-height:0;gap:9px}.help-dialog-contact form>label{margin:0}.help-dialog-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.help-dialog-contact textarea{height:100%;min-height:90px;max-height:130px;resize:vertical}.help-dialog-form-footer{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding-top:2px}.help-dialog-privacy{margin:0;color:#607984;font-size:.72rem;line-height:1.35}.help-dialog-submit{min-width:190px;margin:0;background:linear-gradient(135deg,#0797af,#05788f)}.help-dialog-submit:disabled{opacity:.6}.help-dialog-trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.help-dialog-success{text-align:center;padding-block:46px}.help-dialog-success>span{display:grid;place-items:center;width:62px;height:62px;margin:0 auto 16px;border-radius:50%;background:#dff5e8;color:#188555;font-size:2rem;font-weight:900}.help-dialog-success h3{margin:0;color:#0b3444!important;font-size:1.8rem}.help-dialog-success p{max-width:520px;margin:11px auto 22px;line-height:1.55}.help-dialog-success>div{display:flex;justify-content:center;gap:10px}.help-dialog-success a+a{background:#0b4b5e}.help-dialog-done{margin-top:17px;background:transparent;color:#087d95;box-shadow:none}
.support-dock-toggle:focus-visible,.help-dialog-close:focus-visible,.oddity-help-dialog button:focus-visible,.oddity-help-dialog a:focus-visible,.oddity-help-dialog input:focus-visible,.oddity-help-dialog select:focus-visible,.oddity-help-dialog textarea:focus-visible{outline:3px solid #ffb06f;outline-offset:2px}
@media(max-width:720px){.oddity-help-dialog{width:calc(100vw - 12px);height:calc(100dvh - 12px);border-radius:18px}.help-dialog-head{min-height:62px;padding:11px 13px 11px 16px}.help-dialog-head>div{display:block}.help-dialog-head .support-dock-kicker{display:block;margin-bottom:3px;padding-right:0;border-right:0}.help-dialog-head h2{font-size:1.25rem}.help-dialog-library,.help-dialog-contact,.help-dialog-success{padding:14px 13px 16px}.help-dialog-results{grid-template-columns:1fr}.help-dialog-fields{grid-template-columns:1fr}.help-dialog-contact-intro{grid-template-columns:auto 1fr}.help-dialog-form-footer{grid-template-columns:1fr;gap:8px}.help-dialog-submit{width:100%}.help-dialog-actions{align-items:stretch;flex-direction:column}.help-dialog-actions a{margin:0;text-align:center}.help-dialog-success>div{flex-direction:column}}
@media(max-height:620px) and (min-width:721px){.oddity-help-dialog{height:calc(100dvh - 12px)}.help-dialog-head{min-height:60px;padding-block:10px}.help-dialog-library,.help-dialog-contact{padding-top:12px;padding-bottom:12px}.help-dialog-contact-intro{margin-bottom:8px;padding-block:9px}.help-dialog-contact textarea{min-height:72px}}
@media(prefers-reduced-motion:reduce){.oddity-help-dialog *{scroll-behavior:auto!important;transition:none!important}}@media(forced-colors:active){.oddity-help-dialog,.help-dialog-result,.help-dialog-categories button,.help-dialog-search>div{border:1px solid CanvasText}}

/* Refined Help search control */
.help-dialog-search label{display:flex;align-items:center;gap:7px;margin-bottom:7px;color:#335764;font-size:.7rem;letter-spacing:.095em;text-transform:uppercase}.help-dialog-search label::before{content:"";width:6px;height:6px;border-radius:50%;background:#0d99b2;box-shadow:0 0 0 4px #e2f3f6}
.help-dialog-search>div{position:relative;align-items:center;min-height:54px;padding:4px 4px 4px 13px;border-color:#c4d8df;border-radius:15px;background:linear-gradient(180deg,#fff,#fbfdfe);box-shadow:0 10px 24px rgba(8,62,79,.075),inset 0 1px #fff;transition:.16s ease}
.help-dialog-search>div:focus-within{border-color:#0a91aa;box-shadow:0 0 0 3px rgba(8,151,177,.12),0 11px 25px rgba(8,62,79,.09)}
.help-dialog-search-icon{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:10px;background:#e6f5f7;color:#07869f}.help-dialog-search-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round}
.help-dialog-search input{min-height:44px;padding:9px 11px;font-size:.94rem}.help-dialog-search button{display:flex;align-items:center;justify-content:center;gap:9px;align-self:stretch;min-width:122px;border:1px solid #0ba1b9;border-radius:11px;background:linear-gradient(145deg,#0a9eb7,#05768d);box-shadow:0 7px 16px rgba(5,114,135,.2);transition:.16s ease}.help-dialog-search button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.help-dialog-search button:hover,.help-dialog-search button:focus-visible{background:linear-gradient(145deg,#0aabc5,#046f84);transform:translateY(-1px)}
@media(max-width:540px){.help-dialog-search>div{padding-left:8px}.help-dialog-search-icon{display:none}.help-dialog-search input{font-size:.86rem}.help-dialog-search button{min-width:94px;padding-inline:12px}.help-dialog-search button svg{display:none}}
