@keyframes ct-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes ct-dash{to{stroke-dashoffset:-300px}}@keyframes ct-pulse{0%{opacity:.7;transform:scale(.6)}70%{opacity:0;transform:scale(2.2)}to{opacity:0}}@keyframes ct-pop{0%{opacity:0;transform:scale(.96)translateY(8px)}to{opacity:1;transform:none}}.ct-page{--ct-ink:#1b1b2e;--ct-line:rgba(30,26,70,.07);--ct-violet:#8b7cff;--ct-deep:#6d5be0;--ct-dark:#5a4bc7;--ct-kufi:var(--font-noto-kufi),"Noto Kufi Arabic",sans-serif;--ct-body:var(--font-plex-arabic),"IBM Plex Sans Arabic",sans-serif;--ct-mono:var(--font-plex-mono),ui-monospace,SFMono-Regular,Menlo,monospace;width:100%;max-width:1440px;min-height:100dvh;color:var(--ct-ink);font-family:var(--ct-body);background:#f6f7fb;margin:0 auto;animation:.35s cubic-bezier(.22,.8,.3,1) ct-in}body.authed-contact-shell{--color-night:#f6f7fb;--color-surface:#fff;--color-surface-2:#fafafe;--color-ink:#1b1b2e;--color-ink-muted:rgba(27,27,46,.5);--color-primary:#8b7cff;--color-primary-soft:#6d5be0;color:#1b1b2e;background-color:#f6f7fb!important;background-image:none!important}.ct-header{z-index:40;-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--ct-line);background:rgba(255,255,255,.94);justify-content:space-between;align-items:center;gap:16px;height:70px;padding:0 max(16px,min(3vw,32px));display:flex;position:-webkit-sticky;position:sticky;top:0}.ct-header-start{align-items:center;gap:13px;min-width:0;display:flex}.ct-brand{width:38px;height:38px;font-family:var(--ct-kufi);color:#fff;background:linear-gradient(150deg,#a594ff,#6d5be0);border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:900;text-decoration:none;display:flex;box-shadow:0 8px 20px rgba(109,91,224,.3)}.ct-header-title{font-family:var(--ct-kufi);white-space:nowrap;font-size:16px;font-weight:900}.ct-header-sep{background:rgba(30,26,70,.09);flex-shrink:0;width:1px;height:22px}.ct-header-sub{color:rgba(27,27,46,.44);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.ct-header-end{flex-shrink:0;align-items:center;gap:10px;display:flex}.ct-live{color:#1f7a5e;white-space:nowrap;background:rgba(47,165,127,.09);border:1px solid rgba(47,165,127,.22);border-radius:13px;align-items:center;gap:8px;height:38px;padding:0 13px;font-size:11.5px;font-weight:600;display:flex}.ct-live-dot{width:8px;height:8px;display:flex;position:relative}.ct-live-dot:before{content:"";background:#2fa57f;border-radius:50%;animation:2.2s ease-out infinite ct-pulse;position:absolute;top:0;bottom:0;left:0;right:0}.ct-live-dot:after{content:"";background:#2fa57f;border-radius:50%;width:8px;height:8px}.ct-header-link{font-family:var(--ct-kufi);color:rgba(27,27,46,.5);white-space:nowrap;font-size:12.5px;font-weight:700;text-decoration:none}.ct-header-link:hover{color:var(--ct-dark)}.ct-body{flex-wrap:wrap;align-items:flex-start;gap:20px;padding:26px max(16px,min(3vw,32px)) 48px;display:flex}.ct-main{flex-direction:column;flex:640px;gap:18px;min-width:min(100%,320px);display:flex}.ct-hero{background:linear-gradient(150deg,#241f52 0%,#3b2f7a 48%,#6d5be0 100%);border-radius:30px;padding:28px max(20px,min(3vw,32px));position:relative;overflow:hidden}.ct-hero-art{opacity:.24;pointer-events:none;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.ct-hero-art path.ct-dash{stroke-dasharray:300;animation:8s linear infinite ct-dash}.ct-hero-copy{z-index:2;flex-direction:column;gap:10px;display:flex;position:relative}.ct-hero-tag{text-align:end;font-family:var(--ct-mono);letter-spacing:2px;color:rgba(255,255,255,.6);font-size:9.5px}.ct-hero-title{font-family:var(--ct-kufi);color:#fff;font-size:max(23px,min(2.6vw,29px));font-weight:900}.ct-hero-desc{color:rgba(255,255,255,.72);max-width:620px;font-size:13.5px;line-height:1.9}.ct-card{border:1px solid var(--ct-line);background:#fff;border-radius:28px;flex-direction:column;gap:20px;padding:26px;display:flex;box-shadow:0 6px 22px rgba(35,30,80,.06)}.ct-topic-head{flex-wrap:wrap;align-items:baseline;gap:9px;display:flex}.ct-topic-title{font-family:var(--ct-kufi);font-size:13px;font-weight:800}.ct-topic-hint{color:rgba(27,27,46,.42);font-size:11.5px}.ct-topics{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px;display:grid}.ct-topic{cursor:pointer;width:100%;height:60px;font:inherit;color:inherit;text-align:start;background:#fff;border:1px solid rgba(30,26,70,.08);border-radius:18px;align-items:center;gap:11px;padding:0 13px;transition:all .2s cubic-bezier(.22,.8,.3,1);display:flex}.ct-topic.is-on{background:rgba(109,91,224,.07);border:1px solid rgba(109,91,224,.3);box-shadow:0 8px 20px rgba(109,91,224,.16)}.ct-topic-ico{color:#6d5be0;background:rgba(109,91,224,.08);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.ct-topic.is-on .ct-topic-ico{color:#fff;background:linear-gradient(150deg,#a594ff,#6d5be0)}.ct-topic-text{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.ct-topic-label{font-family:var(--ct-kufi);color:rgba(27,27,46,.6);white-space:nowrap;font-size:12.5px;font-weight:800}.ct-topic.is-on .ct-topic-label{color:#3b2f7a}.ct-topic-sla{color:rgba(27,27,46,.42);white-space:nowrap;text-overflow:ellipsis;font-size:10.5px;overflow:hidden}.ct-success{text-align:center;background:rgba(47,165,127,.07);border:1px solid rgba(47,165,127,.28);border-radius:24px;flex-direction:column;align-items:center;gap:12px;padding:26px;animation:.34s cubic-bezier(.22,.8,.3,1) ct-pop;display:flex}.ct-success-ico{background:linear-gradient(150deg,#4fc79a,#2fa57f);border-radius:20px;justify-content:center;align-items:center;width:58px;height:58px;display:flex;box-shadow:0 12px 28px rgba(47,165,127,.32)}.ct-success-title{font-family:var(--ct-kufi);font-size:17px;font-weight:900}.ct-success-body{color:rgba(27,27,46,.52);max-width:400px;font-size:12.5px;line-height:1.9}.ct-ticket{font-family:var(--ct-mono);color:rgba(27,27,46,.4);font-size:11px}.ct-reset{cursor:pointer;height:42px;font-family:var(--ct-kufi);color:#5a4bc7;background:#fff;border:1px solid rgba(30,26,70,.09);border-radius:14px;padding:0 20px;font-size:12.5px;font-weight:700}.ct-form{flex-direction:column;gap:18px;display:flex;position:relative}.ct-fields-row{flex-wrap:wrap;gap:16px;display:flex}.ct-field{flex-direction:column;flex:0 auto;gap:8px;min-width:0;display:flex}.ct-fields-row .ct-field{flex:230px}.ct-label{font-family:var(--ct-kufi);font-size:12.5px;font-weight:800}.ct-label-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.ct-label-inline{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ct-label-hint{color:rgba(27,27,46,.42);font-size:11px;font-weight:500}.ct-email-badge{white-space:nowrap;color:rgba(27,27,46,.45);background:#f3f3f9;border-radius:7px;padding:2px 8px;font-size:10px;font-weight:700}.ct-email-badge.is-ok{color:#1f7a5e;background:rgba(47,165,127,.12)}.ct-email-badge.is-bad{color:#c03257;background:rgba(240,66,107,.1)}.ct-count{font-family:var(--ct-mono);color:rgba(27,27,46,.4);font-size:11px}.ct-input,.ct-textarea{height:52px;font-size:13.5px;font-family:var(--ct-body);color:#1b1b2e;background:#fafafe;border:1px solid rgba(30,26,70,.1);border-radius:16px;outline:none;width:100%;padding:0 15px;transition:border-color .18s}.ct-input:focus,.ct-textarea:focus{border-color:rgba(109,91,224,.4)}.ct-input[dir=ltr]{font-family:var(--ct-mono);font-size:13px}.ct-input:disabled{opacity:.85}.ct-input:-moz-read-only{opacity:.85}.ct-input:read-only{opacity:.85}.ct-textarea{resize:vertical;border-radius:18px;height:158px;padding:14px 15px;line-height:1.9}.ct-textarea.is-error{border-color:#d33a63}.ct-msg-meter{align-items:center;gap:10px;display:flex}.ct-msg-track{background:#ededf4;border-radius:4px;flex:1;height:4px;overflow:hidden}.ct-msg-fill{background:linear-gradient(90deg,#a594ff,#6d5be0);border-radius:4px;height:100%;transition:width .3s;display:block}.ct-msg-fill.is-ok{background:linear-gradient(90deg,#4fc79a,#2fa57f)}.ct-msg-hint{color:rgba(27,27,46,.4);white-space:nowrap;font-size:11px}.ct-actions{border-top:1px solid rgba(30,26,70,.06);flex-wrap:wrap;align-items:center;gap:12px;padding-top:4px;display:flex}.ct-send{cursor:pointer;height:50px;font-family:var(--ct-kufi);color:#fff;background:linear-gradient(150deg,#a594ff,#8b7cff 55%,#6d5be0);border:none;border-radius:16px;align-items:center;gap:9px;padding:0 24px;font-size:13.5px;font-weight:800;transition:all .2s;display:inline-flex;box-shadow:0 12px 28px rgba(109,91,224,.36),inset 0 1px rgba(255,255,255,.3)}.ct-send:disabled{opacity:.45;box-shadow:none;cursor:not-allowed}.ct-form-hint{color:rgba(27,27,46,.42);flex:1;font-size:11.5px;line-height:1.8}.ct-form-error{color:#c03257;margin:0;font-size:12px;font-weight:600}.ct-rail{flex-direction:column;flex:300px;gap:16px;min-width:290px;max-width:360px;display:flex;position:-webkit-sticky;position:sticky;top:88px}.ct-side{border:1px solid var(--ct-line);background:#fff;border-radius:26px;flex-direction:column;gap:13px;padding:20px;display:flex;box-shadow:0 6px 22px rgba(35,30,80,.06)}.ct-side-head{align-items:center;gap:9px;display:flex}.ct-side-tag{font-family:var(--ct-mono);letter-spacing:1.5px;color:var(--ct-violet);font-size:9px}.ct-side-title{font-family:var(--ct-kufi);color:rgba(27,27,46,.55);font-size:13px;font-weight:800}.ct-side-line{background:var(--ct-line);flex:1;height:1px}.ct-channel{border:1px solid var(--ct-line);color:inherit;background:#fafafe;border-radius:18px;align-items:center;gap:12px;padding:13px 14px;text-decoration:none;transition:all .2s;display:flex}.ct-channel:hover{background:#fff;border-color:rgba(109,91,224,.28)}.ct-channel-ico{border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.ct-channel-text{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.ct-channel-label{font-family:var(--ct-kufi);color:#1b1b2e;font-size:12.5px;font-weight:800}.ct-channel-value{text-align:end;font-family:var(--ct-mono);color:rgba(27,27,46,.44);font-size:11px}.ct-tips{flex-direction:column;gap:11px;display:flex}.ct-tip{align-items:flex-start;gap:11px;display:flex}.ct-tip-mark{color:#1f7a5e;background:rgba(47,165,127,.12);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:700;display:flex}.ct-tip-text{color:#33324a;flex:1;font-size:12px;line-height:1.8}.ct-quota-row{justify-content:space-between;align-items:baseline;display:flex}.ct-quota-left{font-family:var(--ct-kufi);font-size:22px;font-weight:900}.ct-quota-unit{color:rgba(27,27,46,.44);font-size:11.5px}.ct-quota-track{background:#efeff6;border-radius:5px;height:7px;display:block;overflow:hidden}.ct-quota-fill{background:linear-gradient(90deg,#a594ff,#6d5be0);border-radius:5px;height:100%;transition:width .4s;display:block}.ct-quota-fill.is-empty{background:linear-gradient(90deg,#ff8aa4,#e0486e)}.ct-quota-note{color:rgba(27,27,46,.42);font-size:11.5px;line-height:1.8}.ct-help{background:rgba(109,91,224,.043);border:1px dashed rgba(109,91,224,.28);border-radius:24px;flex-direction:column;gap:9px;padding:18px;display:flex}.ct-help-title{font-family:var(--ct-kufi);color:#3b2f7a;font-size:12.5px;font-weight:800}.ct-help-desc{color:rgba(59,47,122,.64);font-size:11.5px;line-height:1.85}.ct-help-cta{font-family:var(--ct-kufi);color:#5a4bc7;align-items:center;gap:7px;font-size:12.5px;font-weight:800;text-decoration:none;display:inline-flex}.ct-help-cta:hover{color:#3b2f7a}@media (max-width:980px){.ct-rail{flex:100%;max-width:none;position:static}.ct-header-sub,.ct-header-sep{display:none}}@media (max-width:640px){.ct-header{flex-wrap:wrap;height:auto;padding:12px 14px}.ct-header-end{flex-wrap:wrap;width:100%}.ct-live{flex:1}}@media (prefers-reduced-motion:reduce){.ct-page,.ct-success,.ct-hero-art path.ct-dash,.ct-live-dot:before{animation:none}}
