.ChatInput-module-scss-module__rqrPTq__wrapper{background:#f7f9ff;border-top:1px solid #1733441f;padding:16px clamp(1.25rem,3vw,2.5rem)}.ChatInput-module-scss-module__rqrPTq__field{background:#fff;border:1px solid #17334438;border-radius:16px;align-items:flex-end;gap:8px;padding:8px 8px 8px 16px;transition:border-color .15s,box-shadow .15s;display:flex;box-shadow:0 8px 20px #0924330d}.ChatInput-module-scss-module__rqrPTq__field:focus-within{border-color:#fab816;box-shadow:0 0 0 3px #fab81633}.ChatInput-module-scss-module__rqrPTq__textarea{resize:none;font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;color:#414142;background:0 0;border:none;outline:none;flex:1;max-height:160px;padding:8px 0;font-size:.9375rem;line-height:1.5;overflow-y:auto}.ChatInput-module-scss-module__rqrPTq__textarea::placeholder{color:#98989b}.ChatInput-module-scss-module__rqrPTq__textarea:disabled{cursor:not-allowed;opacity:.6}.ChatInput-module-scss-module__rqrPTq__sendButton{color:#173344;cursor:pointer;background:#fab816;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;transition:background .15s,opacity .15s,transform .1s;display:flex}.ChatInput-module-scss-module__rqrPTq__sendButton:hover:not(:disabled){background:#f1ad05}.ChatInput-module-scss-module__rqrPTq__sendButton:active:not(:disabled){transform:scale(.94)}.ChatInput-module-scss-module__rqrPTq__sendButton:disabled{opacity:.35;cursor:not-allowed}.ChatInput-module-scss-module__rqrPTq__sendButton{outline:none;box-shadow:0 0 0 3px #fab81659}.ChatInput-module-scss-module__rqrPTq__hint{color:#98989b;font-size:.75rem;font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;text-align:center;margin:8px 0 0}.ChatInput-module-scss-module__rqrPTq__hint kbd{background:#e5ebf1;border:1px solid #17334438;border-radius:4px;padding:1px 5px;font-family:inherit;font-size:.7rem}
.ChatMessage-module-scss-module__ocd5Sq__row{align-items:flex-end;gap:8px;max-width:80%;display:flex}.ChatMessage-module-scss-module__ocd5Sq__bubbleColumn{flex-direction:column;gap:4px;display:flex}.ChatMessage-module-scss-module__ocd5Sq__userRow{flex-direction:row-reverse;align-self:flex-end}.ChatMessage-module-scss-module__ocd5Sq__assistantRow{align-self:flex-start}.ChatMessage-module-scss-module__ocd5Sq__avatar{color:#173344;width:2rem;height:2rem;font-size:.625rem;font-weight:700;font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;letter-spacing:.05em;background:#fab816;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:2px;display:flex}.ChatMessage-module-scss-module__ocd5Sq__bubble{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;word-break:break-word;border-radius:16px;padding:12px 16px;font-size:.9375rem;line-height:1.6}.ChatMessage-module-scss-module__ocd5Sq__userBubble{color:#fff;white-space:pre-wrap;background:#173344;border-bottom-right-radius:4px}.ChatMessage-module-scss-module__ocd5Sq__assistantBubble{color:#414142;background:#fff;border:1px solid #1733441f;border-bottom-left-radius:4px;box-shadow:0 8px 20px #0924330d}.ChatMessage-module-scss-module__ocd5Sq__streaming.ChatMessage-module-scss-module__ocd5Sq__assistantBubble:after{content:"▋";color:#fab816;margin-left:1px;animation:.8s step-end infinite ChatMessage-module-scss-module__ocd5Sq__blink;display:inline-block}@keyframes ChatMessage-module-scss-module__ocd5Sq__blink{0%,to{opacity:1}50%{opacity:0}}.ChatMessage-module-scss-module__ocd5Sq__thinkingDots{align-items:center;gap:4px;display:inline-flex}.ChatMessage-module-scss-module__ocd5Sq__thinkingDots span{background:#98989b;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite ChatMessage-module-scss-module__ocd5Sq__pulse}.ChatMessage-module-scss-module__ocd5Sq__thinkingDots span:nth-child(2){animation-delay:.2s}.ChatMessage-module-scss-module__ocd5Sq__thinkingDots span:nth-child(3){animation-delay:.4s}@keyframes ChatMessage-module-scss-module__ocd5Sq__pulse{0%,80%,to{opacity:.3;transform:scale(.85)}40%{opacity:1;transform:scale(1)}}.ChatMessage-module-scss-module__ocd5Sq__timestamp{color:#98989b;font-size:.75rem;display:block}.ChatMessage-module-scss-module__ocd5Sq__timestampUser{text-align:right}.ChatMessage-module-scss-module__ocd5Sq__timestampAssistant{margin-left:calc(2rem + 8px)}.ChatMessage-module-scss-module__ocd5Sq__markdownBody p{margin:0 0 12px}.ChatMessage-module-scss-module__ocd5Sq__markdownBody p:last-child{margin-bottom:0}.ChatMessage-module-scss-module__ocd5Sq__markdownBody ul,.ChatMessage-module-scss-module__ocd5Sq__markdownBody ol{margin:0 0 12px;padding-left:20px}.ChatMessage-module-scss-module__ocd5Sq__markdownBody li{margin-bottom:4px}.ChatMessage-module-scss-module__ocd5Sq__markdownBody h1,.ChatMessage-module-scss-module__ocd5Sq__markdownBody h2,.ChatMessage-module-scss-module__ocd5Sq__markdownBody h3{font-family:var(--font-heading),Georgia,serif;margin:12px 0 8px}.ChatMessage-module-scss-module__ocd5Sq__markdownBody h1{font-size:1rem}.ChatMessage-module-scss-module__ocd5Sq__markdownBody h2{font-size:.9375rem}.ChatMessage-module-scss-module__ocd5Sq__markdownBody h3{font-size:.875rem}.ChatMessage-module-scss-module__ocd5Sq__markdownBody code{background:#f1f4fa;border-radius:4px;padding:1px 4px;font-family:monospace;font-size:.85em}.ChatMessage-module-scss-module__ocd5Sq__markdownBody pre{background:#f1f4fa;border-radius:10px;margin-bottom:12px;padding:12px;overflow-x:auto}.ChatMessage-module-scss-module__ocd5Sq__markdownBody pre code{background:0 0;padding:0}.ChatMessage-module-scss-module__ocd5Sq__markdownBody a{color:#f27024;text-decoration:underline}.ChatMessage-module-scss-module__ocd5Sq__markdownBody strong{font-weight:700}.ChatMessage-module-scss-module__ocd5Sq__markdownBody table{border-collapse:collapse;width:100%;margin-bottom:12px;font-size:.875rem}.ChatMessage-module-scss-module__ocd5Sq__markdownBody th,.ChatMessage-module-scss-module__ocd5Sq__markdownBody td{text-align:left;border:1px solid #1733441f;padding:4px 8px}.ChatMessage-module-scss-module__ocd5Sq__markdownBody th{background:#f1f4fa;font-weight:700}.ChatMessage-module-scss-module__ocd5Sq__sources{margin-top:8px;margin-left:calc(2rem + 8px)}.ChatMessage-module-scss-module__ocd5Sq__sourcesHeading{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;letter-spacing:.06em;text-transform:uppercase;color:#98989b;margin:0 0 4px;font-size:.6875rem;font-weight:700}.ChatMessage-module-scss-module__ocd5Sq__sourcesList{margin:0;padding-left:20px;list-style:decimal}.ChatMessage-module-scss-module__ocd5Sq__sourcesItem{color:#414142;margin-bottom:4px;font-size:.8125rem;line-height:1.4}.ChatMessage-module-scss-module__ocd5Sq__sourcesLink{color:#f27024;word-break:break-word;text-decoration:underline}.ChatMessage-module-scss-module__ocd5Sq__sourcesLink:hover{color:#d89b05;opacity:.8}.ChatMessage-module-scss-module__ocd5Sq__sourcesFile{color:#464e53;font-style:italic}
.AssistantChatLayout-module-scss-module__-BkKtG__layout{flex-direction:column;height:calc(100dvh - 8.5rem);min-height:400px;margin-bottom:-5rem;display:flex}@media (min-width:1024px){.AssistantChatLayout-module-scss-module__-BkKtG__layout{height:calc(100dvh - 9.5rem)}}.AssistantChatLayout-module-scss-module__-BkKtG__thread{scroll-behavior:smooth;flex:1;padding:24px 0;overflow-y:auto}.AssistantChatLayout-module-scss-module__-BkKtG__messages{flex-direction:column;gap:16px;padding:0 clamp(1.25rem,3vw,2.5rem);display:flex}.AssistantChatLayout-module-scss-module__-BkKtG__error{color:#ba1a1a;font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;background:#ba1a1a1a;border:1px solid #ba1a1a4d;border-radius:10px;flex-shrink:0;margin:0 clamp(1.25rem,3vw,2.5rem);padding:12px 16px;font-size:.875rem}.AssistantChatLayout-module-scss-module__-BkKtG__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:32px clamp(1.25rem,3vw,2.5rem);display:flex}.AssistantChatLayout-module-scss-module__-BkKtG__emptyIcon{color:#173344;width:3.5rem;height:3.5rem;min-height:3.5rem;font-size:.75rem;font-weight:700;font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;letter-spacing:.05em;background:#fab816;border-radius:50%;justify-content:center;align-items:center;margin-bottom:20px;display:flex;box-shadow:0 22px 52px #09243314}.AssistantChatLayout-module-scss-module__-BkKtG__emptyTitle{font-family:var(--font-heading),Georgia,serif;color:#414142;margin:0 0 12px;font-size:clamp(1.5rem,3vw,2rem);font-weight:400}.AssistantChatLayout-module-scss-module__-BkKtG__emptyDescription{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;color:#464e53;max-width:36rem;margin:0 0 24px;font-size:1rem;line-height:1.6}.AssistantChatLayout-module-scss-module__-BkKtG__suggestions{flex-direction:column;gap:8px;width:100%;max-width:36rem;margin:0;padding:0;list-style:none;display:flex}.AssistantChatLayout-module-scss-module__-BkKtG__suggestionButton{width:100%;font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;color:#73828b;text-align:left;cursor:pointer;background:#fff;border:1px solid #1733441f;border-radius:10px;padding:12px 16px;font-size:.875rem;transition:border-color .15s,background .15s;box-shadow:0 8px 20px #0924330d}.AssistantChatLayout-module-scss-module__-BkKtG__suggestionButton:hover{color:#414142;background:#f1f4fa;border-color:#17334438}.AssistantChatLayout-module-scss-module__-BkKtG__suggestionButton{outline:none;box-shadow:0 0 0 3px #fab81659}
.PortalFooter-module-scss-module__t93ixa__footer{background:#f7f9ffe6;border-top:1px solid #17334414;flex-direction:column;gap:16px;padding:20px clamp(1.25rem,3vw,2.5rem);display:flex}.PortalFooter-module-scss-module__t93ixa__left{flex-direction:column;gap:12px;display:flex}.PortalFooter-module-scss-module__t93ixa__meta{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;color:#98989b;font-size:.74rem}.PortalFooter-module-scss-module__t93ixa__links{flex-wrap:wrap;gap:16px;display:flex}.PortalFooter-module-scss-module__t93ixa__link{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;color:#464e53;font-size:.76rem;transition:color .18s}.PortalFooter-module-scss-module__t93ixa__link:hover{color:#fab816}.PortalFooter-module-scss-module__t93ixa__right{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;letter-spacing:.12em;text-transform:uppercase;color:#73828b;align-items:center;gap:8px;font-size:.68rem;font-weight:700;display:inline-flex}.PortalFooter-module-scss-module__t93ixa__divider{background:#17334429;width:1px;height:.9rem}@media (min-width:860px){.PortalFooter-module-scss-module__t93ixa__footer{flex-direction:row;justify-content:space-between;align-items:center}}
.PortalHeader-module-scss-module__Mv9Gma__header{z-index:30;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#f7f9ffeb;border-bottom:1px solid #17334414;justify-content:space-between;align-items:center;gap:16px;padding:20px clamp(1.25rem,2vw,2.25rem);display:flex;position:sticky;top:0}.PortalHeader-module-scss-module__Mv9Gma__left{align-items:center;gap:clamp(1.25rem,2vw,2.5rem);min-width:0;display:flex}.PortalHeader-module-scss-module__Mv9Gma__brand{flex-direction:column;gap:.15rem;min-width:0;display:flex}.PortalHeader-module-scss-module__Mv9Gma__brandLogo{width:auto;max-width:7.5rem;height:2rem;display:block}.PortalHeader-module-scss-module__Mv9Gma__brandSubline{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;letter-spacing:.16em;text-transform:uppercase;color:#73828b;font-size:.72rem}.PortalHeader-module-scss-module__Mv9Gma__nav{align-items:center;gap:20px;display:none}.PortalHeader-module-scss-module__Mv9Gma__navLink{color:#464e53;padding-bottom:4px;font-size:.92rem;font-weight:600;transition:color .18s;position:relative}.PortalHeader-module-scss-module__Mv9Gma__navLink:hover,.PortalHeader-module-scss-module__Mv9Gma__navLinkActive{color:#fab816}.PortalHeader-module-scss-module__Mv9Gma__navLinkActive:after{content:"";background:#fab816;border-radius:999px;height:2px;position:absolute;bottom:-.45rem;left:0;right:0}.PortalHeader-module-scss-module__Mv9Gma__actions{align-items:center;gap:8px;display:flex}.PortalHeader-module-scss-module__Mv9Gma__search{background:#fffc;border:1px solid #1733440f;border-radius:999px;align-items:center;gap:8px;min-width:min(19rem,28vw);padding:.75rem .95rem;display:none;box-shadow:0 8px 20px #0924330d}.PortalHeader-module-scss-module__Mv9Gma__searchIcon{color:#73828b}.PortalHeader-module-scss-module__Mv9Gma__searchInput{color:#414142;background:0 0;border:0;outline:none;width:100%;font-size:.9rem}.PortalHeader-module-scss-module__Mv9Gma__searchInput::placeholder{color:#73828b}@media (min-width:840px){.PortalHeader-module-scss-module__Mv9Gma__nav{display:flex}}@media (min-width:1120px){.PortalHeader-module-scss-module__Mv9Gma__search{display:flex}}@media (max-width:720px){.PortalHeader-module-scss-module__Mv9Gma__brandSubline,.PortalHeader-module-scss-module__Mv9Gma__actions>:last-child{display:none}}
.PortalIcon-module-scss-module__M4vbpG__icon{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.PortalIcon-module-scss-module__M4vbpG__small{width:.95rem;height:.95rem}.PortalIcon-module-scss-module__M4vbpG__medium{width:1.15rem;height:1.15rem}.PortalIcon-module-scss-module__M4vbpG__large{width:1.55rem;height:1.55rem}
.PortalSectionHeader-module-scss-module__Vo_2Fq__header{flex-direction:column;gap:16px;margin-bottom:32px;display:flex}.PortalSectionHeader-module-scss-module__Vo_2Fq__copy{flex-direction:column;gap:8px;max-width:38rem;display:flex}.PortalSectionHeader-module-scss-module__Vo_2Fq__title{letter-spacing:-.03em;color:#db6626;font-size:clamp(1.6rem,2vw,2.1rem);font-weight:400}.PortalSectionHeader-module-scss-module__Vo_2Fq__description{color:#98989b;font-size:1rem;line-height:1.7}.PortalSectionHeader-module-scss-module__Vo_2Fq__link{font-family:var(--font-heading),Georgia,serif;color:#fab816;align-items:center;gap:8px;width:fit-content;font-size:.9rem;font-weight:700;display:inline-flex}@media (min-width:900px){.PortalSectionHeader-module-scss-module__Vo_2Fq__header{flex-direction:row;justify-content:space-between;align-items:flex-end}}
.PortalSidebar-module-scss-module__89Ld3a__desktopSidebar{top:calc(var(--header-height) + 1rem);height:calc(100vh - var(--header-height) - 2rem);padding:24px 0 0;display:none;position:sticky}.PortalSidebar-module-scss-module__89Ld3a__desktopInner{border-right:1px solid #17334414;flex-direction:column;height:100%;padding:0 16px;display:flex}.PortalSidebar-module-scss-module__89Ld3a__intro{padding:0 8px 24px}.PortalSidebar-module-scss-module__89Ld3a__eyebrow{font-family:var(--font-heading),Georgia,serif;color:#fab816;margin-bottom:4px;font-size:1.05rem;font-weight:700;display:block}.PortalSidebar-module-scss-module__89Ld3a__subline{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;letter-spacing:.08em;text-transform:uppercase;color:#73828b;font-size:.74rem}.PortalSidebar-module-scss-module__89Ld3a__nav{flex-direction:column;gap:4px;display:flex}.PortalSidebar-module-scss-module__89Ld3a__navLink{color:#464e53;border-radius:16px;align-items:center;gap:12px;padding:.92rem 16px;font-size:.94rem;font-weight:600;transition:background-color .18s,color .18s,transform .18s;display:flex}.PortalSidebar-module-scss-module__89Ld3a__navLink:hover{color:#fab816;background:#ffffffb3;transform:translate(2px)}.PortalSidebar-module-scss-module__89Ld3a__navLinkActive{color:#fab816;background:#fff;box-shadow:0 8px 20px #0924330d}.PortalSidebar-module-scss-module__89Ld3a__navIcon{color:inherit}.PortalSidebar-module-scss-module__89Ld3a__statusCard{color:#fff;background:linear-gradient(135deg,#fab816 0%,#db6626 100%);border-radius:16px;margin-top:auto;padding:16px;box-shadow:0 8px 20px #0924330d}.PortalSidebar-module-scss-module__89Ld3a__statusLabel{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;letter-spacing:.18em;text-transform:uppercase;color:#ffffffad;margin-bottom:8px;font-size:.62rem;font-weight:700;display:block}.PortalSidebar-module-scss-module__89Ld3a__statusValue{align-items:center;gap:8px;font-size:.82rem;font-weight:700;display:flex}.PortalSidebar-module-scss-module__89Ld3a__statusDot{background:#fab816;border-radius:999px;width:.5rem;height:.5rem;box-shadow:0 0 0 6px #fab81624}.PortalSidebar-module-scss-module__89Ld3a__mobileSidebar{padding:0 0 32px}.PortalSidebar-module-scss-module__89Ld3a__mobileNav{scrollbar-width:none;gap:8px;padding-bottom:8px;display:flex;overflow-x:auto}.PortalSidebar-module-scss-module__89Ld3a__mobileNav::-webkit-scrollbar{display:none}.PortalSidebar-module-scss-module__89Ld3a__mobileLink{color:#464e53;white-space:nowrap;background:#ffffffd1;border:1px solid #17334414;border-radius:999px;align-items:center;gap:8px;padding:.8rem 1rem;font-size:.88rem;font-weight:700;display:inline-flex;box-shadow:0 8px 20px #0924330d}.PortalSidebar-module-scss-module__89Ld3a__mobileLinkActive{color:#fff;background:linear-gradient(135deg,#16576ffa,#003f53f5);border-color:#0000}.PortalSidebar-module-scss-module__89Ld3a__mobileStatus{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;letter-spacing:.08em;text-transform:uppercase;color:#db6626;background:#fab81638;border-radius:999px;align-items:center;gap:8px;margin-top:16px;padding:.7rem .95rem;font-size:.72rem;font-weight:700;display:inline-flex}@media (min-width:1024px){.PortalSidebar-module-scss-module__89Ld3a__desktopSidebar{display:block}.PortalSidebar-module-scss-module__89Ld3a__mobileSidebar{display:none}}
.Button-module-scss-module__-nmo9a__button{width:fit-content;font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:.9rem 1.15rem;font-size:.92rem;font-weight:700;line-height:1;text-decoration:none;transition:transform .18s,opacity .18s,background-color .18s,border-color .18s;display:inline-flex}.Button-module-scss-module__-nmo9a__button:hover{opacity:.94;transform:translateY(-2px)}.Button-module-scss-module__-nmo9a__primary{color:#fff;background:linear-gradient(135deg,#fab816 0%,#db6626 100%)}.Button-module-scss-module__-nmo9a__frosted{color:#fff;background:#ffffff1f;border-color:#ffffff2e}.Button-module-scss-module__-nmo9a__outlined{color:#464e53;background:0 0;border-color:#17334438}.Button-module-scss-module__-nmo9a__icon{align-items:center;display:inline-flex}
.Eyebrow-module-scss-module__DWE4ha__eyebrow{width:fit-content;font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;letter-spacing:.2em;text-transform:uppercase;align-items:center;font-weight:800;display:inline-flex}.Eyebrow-module-scss-module__DWE4ha__sm{font-size:.68rem}.Eyebrow-module-scss-module__DWE4ha__md{font-size:.74rem}.Eyebrow-module-scss-module__DWE4ha__pill{color:#414142;background:#fab81633;border-radius:4px;padding:.38rem .65rem}.Eyebrow-module-scss-module__DWE4ha__plain{color:#73828b;padding:0}.Eyebrow-module-scss-module__DWE4ha__plainInverse{color:#ffffff8f;padding:0}
.FeatureCard-module-scss-module__ZJTIYa__card{position:relative;overflow:hidden}.FeatureCard-module-scss-module__ZJTIYa__surface{background:radial-gradient(circle at 100% 100%,#fab8162e,#0000 35%),#fff;border:1px solid #1733440f}.FeatureCard-module-scss-module__ZJTIYa__tint{color:#fff;background:linear-gradient(155deg,#ffffff14,#0000 42%),linear-gradient(140deg,#fab816 0%,#db6626 100%)}.FeatureCard-module-scss-module__ZJTIYa__iconBadge{justify-content:center;align-items:center;display:inline-flex}.FeatureCard-module-scss-module__ZJTIYa__title{color:#db6626;font-weight:400}.FeatureCard-module-scss-module__ZJTIYa__tint .FeatureCard-module-scss-module__ZJTIYa__title{color:#fff}.FeatureCard-module-scss-module__ZJTIYa__description{color:#98989b;line-height:1.7}.FeatureCard-module-scss-module__ZJTIYa__tint .FeatureCard-module-scss-module__ZJTIYa__description{color:#fffc}.FeatureCard-module-scss-module__ZJTIYa__halo{filter:blur(10px);background:#fab8161a;border-radius:999px;width:15rem;height:15rem;position:absolute;bottom:-4rem;right:-4rem}.FeatureCard-module-scss-module__ZJTIYa__tint .FeatureCard-module-scss-module__ZJTIYa__halo{background:#ffffff26}.FeatureCard-module-scss-module__ZJTIYa__feature{border-radius:24px;min-height:22rem;padding:clamp(1.75rem,2vw,2.3rem);box-shadow:0 22px 52px #09243314}.FeatureCard-module-scss-module__ZJTIYa__featureContent{z-index:1;flex-direction:column;height:100%;display:flex;position:relative}.FeatureCard-module-scss-module__ZJTIYa__featureTopRow{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:4rem;display:flex}.FeatureCard-module-scss-module__ZJTIYa__feature .FeatureCard-module-scss-module__ZJTIYa__iconBadge{color:#db6626;background:#fab8164d;border-radius:10px;width:3.35rem;height:3.35rem}.FeatureCard-module-scss-module__ZJTIYa__feature.FeatureCard-module-scss-module__ZJTIYa__tint .FeatureCard-module-scss-module__ZJTIYa__iconBadge{background:#ffffff1f}.FeatureCard-module-scss-module__ZJTIYa__featureEyebrow{margin-top:.1rem}.FeatureCard-module-scss-module__ZJTIYa__featureTitle{letter-spacing:-.04em;max-width:18rem;font-size:clamp(1.75rem,2.8vw,2.25rem)}.FeatureCard-module-scss-module__ZJTIYa__featureDescription{max-width:27rem;margin-top:16px;font-size:1rem}.FeatureCard-module-scss-module__ZJTIYa__featureCta{margin-top:auto}.FeatureCard-module-scss-module__ZJTIYa__info{border-radius:16px;padding:1.5rem;box-shadow:0 8px 20px #0924330d}.FeatureCard-module-scss-module__ZJTIYa__infoContent{z-index:1;flex-direction:column;gap:12px;display:flex;position:relative}.FeatureCard-module-scss-module__ZJTIYa__info .FeatureCard-module-scss-module__ZJTIYa__iconBadge{color:#f27024;background:0 0;width:fit-content;height:fit-content}.FeatureCard-module-scss-module__ZJTIYa__infoTitle{letter-spacing:-.03em;color:#414142;font-size:1.05rem}.FeatureCard-module-scss-module__ZJTIYa__infoDescription{font-size:.94rem}
.app-card-module-scss-module__APCGsq__card{background:#fff;border:1px solid #1733441f;border-radius:16px;flex-direction:column;gap:16px;padding:24px;display:flex;box-shadow:0 8px 20px #0924330d}.app-card-module-scss-module__APCGsq__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.app-card-module-scss-module__APCGsq__meta{flex-flow:column wrap;align-items:flex-start;gap:12px;min-width:0;display:flex}.app-card-module-scss-module__APCGsq__name{font-family:var(--font-heading),Georgia,serif;color:#414142;margin:0;font-size:1.05rem;font-weight:400;line-height:1.3}.app-card-module-scss-module__APCGsq__identifier{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;color:#98989b;flex-wrap:wrap;align-items:baseline;gap:8px;min-width:0;margin:0;font-size:.75rem;display:flex}.app-card-module-scss-module__APCGsq__identifierLabel{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;text-transform:uppercase;color:#73828b;white-space:nowrap;font-weight:800}.app-card-module-scss-module__APCGsq__identifierValue{color:#464e53;overflow-wrap:anywhere;background:#f1f4fa;border:1px solid #1733441f;border-radius:4px;padding:4px 8px;font-family:monospace;font-size:.78rem}.app-card-module-scss-module__APCGsq__identifierValueRow{align-items:center;gap:8px;min-width:0;display:inline-flex}.app-card-module-scss-module__APCGsq__copyButton{width:1.75rem;height:1.75rem;box-shadow:none;color:#464e53;background:#fff;border-color:#1733441f;flex-shrink:0}.app-card-module-scss-module__APCGsq__copyButton:hover{color:#414142;background:#e5ebf1;transform:translateY(-1px)}.app-card-module-scss-module__APCGsq__copyButton[aria-label="Client ID copied"]{color:#0f746d}.app-card-module-scss-module__APCGsq__date{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;color:#98989b;white-space:nowrap;flex-shrink:0;padding-top:.2rem;font-size:.75rem}.app-card-module-scss-module__APCGsq__description{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;color:#464e53;margin:0;font-size:.95rem;line-height:1.5}.app-card-module-scss-module__APCGsq__scope{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.app-card-module-scss-module__APCGsq__scopeLabel{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;letter-spacing:.2em;text-transform:uppercase;color:#73828b;white-space:nowrap;flex-shrink:0;font-size:.68rem;font-weight:800}.app-card-module-scss-module__APCGsq__scopeList{flex-wrap:wrap;gap:4px;margin:0;padding:0;list-style:none;display:flex}.app-card-module-scss-module__APCGsq__scopePill{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;text-transform:capitalize;letter-spacing:.02em;color:#464e53;white-space:nowrap;background:#f1f4fa;border:1px solid #1733441f;border-radius:4px;padding:.2rem .5rem;font-size:.68rem;font-weight:700}.app-card-module-scss-module__APCGsq__footer{border-top:1px solid #1733441f;justify-content:flex-end;align-items:center;margin-top:4px;padding-top:8px;display:flex}.app-card-module-scss-module__APCGsq__confirmRow{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.app-card-module-scss-module__APCGsq__confirmPrompt{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;color:#ba1a1a;font-size:.88rem}.app-card-module-scss-module__APCGsq__dangerButton{color:#ba1a1a!important;border-color:#ba1a1a!important}.app-card-module-scss-module__APCGsq__dangerButton:hover{background:#ba1a1a0f!important}
.HeroCard-module-scss-module__0NErqG__card{position:relative}.HeroCard-module-scss-module__0NErqG__page{max-width:50rem;padding-top:clamp(1rem,1vw,1.5rem)}.HeroCard-module-scss-module__0NErqG__banner{background:linear-gradient(135deg,#ffffff14,#0000 40%),linear-gradient(135deg,#fab816 0%,#f27024 100%);border-radius:24px;padding:clamp(2rem,3vw,3rem);overflow:hidden;box-shadow:0 22px 52px #09243314}.HeroCard-module-scss-module__0NErqG__banner:before,.HeroCard-module-scss-module__0NErqG__banner:after{content:"";opacity:.24;border-radius:999px;position:absolute;inset:auto}.HeroCard-module-scss-module__0NErqG__banner:before{background:linear-gradient(#fab81633,#0000);width:18rem;height:18rem;bottom:-30%;right:-10%}.HeroCard-module-scss-module__0NErqG__banner:after{border:1px solid #ffffff14;width:14rem;height:14rem;top:-35%;right:16%}.HeroCard-module-scss-module__0NErqG__content{z-index:1;position:relative}.HeroCard-module-scss-module__0NErqG__pageContent{max-width:50rem}.HeroCard-module-scss-module__0NErqG__bannerContent{max-width:44rem}.HeroCard-module-scss-module__0NErqG__eyebrow{margin-bottom:24px}.HeroCard-module-scss-module__0NErqG__title{letter-spacing:-.05em}.HeroCard-module-scss-module__0NErqG__pageTitle{color:#414142;font-size:clamp(3rem,6vw,5.35rem)}.HeroCard-module-scss-module__0NErqG__bannerTitle{letter-spacing:-.03em;color:#414142;font-size:clamp(1.75rem,2.5vw,2.4rem)}.HeroCard-module-scss-module__0NErqG__titleAccent{color:#f27024;font-weight:100;display:block}.HeroCard-module-scss-module__0NErqG__description{line-height:1.8}.HeroCard-module-scss-module__0NErqG__pageDescription{color:#98989b;max-width:42rem;margin-top:32px;font-size:clamp(1rem,1.6vw,1.18rem)}.HeroCard-module-scss-module__0NErqG__bannerDescription{color:#ffffffd1;margin-top:16px;font-size:1rem}.HeroCard-module-scss-module__0NErqG__highlights{flex-wrap:wrap;gap:16px 20px;margin-top:32px;display:flex}.HeroCard-module-scss-module__0NErqG__highlight{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;letter-spacing:.14em;text-transform:uppercase;color:#ffffffe0;align-items:center;gap:8px;font-size:.72rem;font-weight:700;display:inline-flex}
.new-secret-modal-module-scss-module__IOxVmW__overlay{z-index:50;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1733448c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.new-secret-modal-module-scss-module__IOxVmW__card{text-align:center;background:#fff;border:1px solid #1733441f;border-radius:16px;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:520px;padding:32px;display:flex;box-shadow:0 32px 72px #09243324}.new-secret-modal-module-scss-module__IOxVmW__successIcon{color:#0f746d;justify-content:center;align-items:center;display:flex}.new-secret-modal-module-scss-module__IOxVmW__heading{font-family:var(--font-heading),Georgia,serif;color:#414142;margin:0;font-size:clamp(1.5rem,2vw,2rem);font-weight:400;line-height:1.1}.new-secret-modal-module-scss-module__IOxVmW__appName{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;color:#464e53;margin:-12px 0 0;font-size:1rem}.new-secret-modal-module-scss-module__IOxVmW__warning{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;color:#414142;text-align:center;background:#ffba2e2e;border:1px solid #ffba2e66;border-radius:4px;width:100%;padding:12px 20px;font-size:.88rem}.new-secret-modal-module-scss-module__IOxVmW__keyBlock{background:#f1f4fa;border:1px solid #1733441f;border-radius:10px;flex-wrap:wrap;align-items:center;gap:12px;width:100%;padding:16px 20px;display:flex}.new-secret-modal-module-scss-module__IOxVmW__keyLabel{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;color:#73828b;text-transform:uppercase;white-space:nowrap;font-size:.74rem;font-weight:800}.new-secret-modal-module-scss-module__IOxVmW__key{color:#414142;word-break:break-all;text-align:left;flex:1;font-family:monospace;font-size:.85rem;line-height:1.5}.new-secret-modal-module-scss-module__IOxVmW__copyButton{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;letter-spacing:.08em;text-transform:uppercase;color:#464e53;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #1733441f;border-radius:4px;flex-shrink:0;padding:4px 12px;font-size:.78rem;font-weight:800;transition:background .18s,color .18s}.new-secret-modal-module-scss-module__IOxVmW__copyButton:hover{color:#414142;background:#e5ebf1}.new-secret-modal-module-scss-module__IOxVmW__copyButton:focus-visible{outline:none;box-shadow:0 0 0 3px #fab81659}.new-secret-modal-module-scss-module__IOxVmW__actions{justify-content:center;width:100%;padding-top:8px;display:flex}
.PortalShell-module-scss-module__tGqz9q__shell{flex-direction:column;min-height:100vh;display:flex}.PortalShell-module-scss-module__tGqz9q__frame{flex:1;grid-template-columns:minmax(0,1fr);display:grid}.PortalShell-module-scss-module__tGqz9q__rail{display:none}.PortalShell-module-scss-module__tGqz9q__content{width:min(100%,96rem);margin:0 auto;padding:24px clamp(1.25rem,3vw,2.5rem) 5rem}@media (min-width:1024px){.PortalShell-module-scss-module__tGqz9q__frame{grid-template-columns:18rem minmax(0,1fr)}.PortalShell-module-scss-module__tGqz9q__rail{display:block}.PortalShell-module-scss-module__tGqz9q__content{padding-top:40px;padding-left:clamp(1.5rem,3vw,3.5rem);padding-right:clamp(1.5rem,4vw,4rem)}}
.PublicCmsPageLayout-module-scss-module__AeAZ3G__content{flex-direction:column;gap:clamp(3.5rem,7vw,5.5rem);display:flex}.PublicCmsPageLayout-module-scss-module__AeAZ3G__body{gap:24px;padding:0 clamp(1.5rem,2vw,2rem) 0 0;display:grid}.PublicCmsPageLayout-module-scss-module__AeAZ3G__section{gap:24px;display:grid}.PublicCmsPageLayout-module-scss-module__AeAZ3G__sectionTitle{color:#db6626;letter-spacing:0;margin:0;font-size:clamp(1.5rem,2vw,2rem);font-weight:400}.PublicCmsPageLayout-module-scss-module__AeAZ3G__body>*{margin:0}.PublicCmsPageLayout-module-scss-module__AeAZ3G__body p,.PublicCmsPageLayout-module-scss-module__AeAZ3G__body li{color:#464e53;font-size:1rem;line-height:1.8}.PublicCmsPageLayout-module-scss-module__AeAZ3G__body h2,.PublicCmsPageLayout-module-scss-module__AeAZ3G__body h3,.PublicCmsPageLayout-module-scss-module__AeAZ3G__body h4{color:#db6626;letter-spacing:0;font-weight:400}.PublicCmsPageLayout-module-scss-module__AeAZ3G__body h2{font-size:clamp(1.5rem,2vw,2rem)}.PublicCmsPageLayout-module-scss-module__AeAZ3G__body h3{font-size:1.25rem}.PublicCmsPageLayout-module-scss-module__AeAZ3G__body h4{font-size:1.05rem}.PublicCmsPageLayout-module-scss-module__AeAZ3G__body a{color:#fab816;text-underline-offset:.2em;font-weight:700;text-decoration:underline}.PublicCmsPageLayout-module-scss-module__AeAZ3G__body ul,.PublicCmsPageLayout-module-scss-module__AeAZ3G__body ol{gap:12px;padding-left:1.4rem;display:grid}.PublicCmsPageLayout-module-scss-module__AeAZ3G__body blockquote{color:#db6626;border-left:4px solid #fab816;margin:0;padding-left:20px;font-weight:700}.PublicCmsPageLayout-module-scss-module__AeAZ3G__emptyState{color:#98989b;font-size:1rem;line-height:1.8}.PublicCmsPageLayout-module-scss-module__AeAZ3G__image{border-radius:4px;width:100%;height:auto;display:block}.PublicCmsPageLayout-module-scss-module__AeAZ3G__codeBlock{background:#0d1117;border:1px solid #ffffff0f;border-radius:10px;overflow:hidden}.PublicCmsPageLayout-module-scss-module__AeAZ3G__codeLanguage{color:#ffffff61;font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;letter-spacing:.16em;text-transform:uppercase;background:#161b22;border-bottom:1px solid #ffffff14;padding:8px 16px;font-size:.68rem;font-weight:700;display:block}.PublicCmsPageLayout-module-scss-module__AeAZ3G__codeHighlighted pre.shiki{margin:0;padding:20px 24px;font-size:.875rem;line-height:1.7;overflow-x:auto}.PublicCmsPageLayout-module-scss-module__AeAZ3G__codeHighlighted pre.shiki code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.PublicCmsPageLayout-module-scss-module__AeAZ3G__layoutBlock{background:#f1f4fa;border:1px solid #1733441f;border-radius:4px;gap:16px;padding:24px;display:grid}.PublicCmsPageLayout-module-scss-module__AeAZ3G__layoutBlockTitle{color:#db6626;letter-spacing:0;margin:0;font-size:1.25rem;font-weight:400}.PublicCmsPageLayout-module-scss-module__AeAZ3G__layoutBlockBody{gap:16px;display:grid}.PublicCmsPageLayout-module-scss-module__AeAZ3G__layoutBlockBody>*{margin:0}.PublicCmsPageLayout-module-scss-module__AeAZ3G__grid{grid-template-columns:repeat(1,minmax(0,1fr));gap:16px;display:grid}.PublicCmsPageLayout-module-scss-module__AeAZ3G__panel,.PublicCmsPageLayout-module-scss-module__AeAZ3G__ctaBand{background:#ffffffe6;border:1px solid #1733440f;border-radius:4px;padding:clamp(1.5rem,2vw,2rem);box-shadow:0 8px 20px #0924330d}.PublicCmsPageLayout-module-scss-module__AeAZ3G__panel[data-tone=warning]{border-color:#ffba2e73}.PublicCmsPageLayout-module-scss-module__AeAZ3G__panel[data-tone=critical]{border-color:#ba1a1a59}.PublicCmsPageLayout-module-scss-module__AeAZ3G__panel[data-tone=success]{border-color:#0f746d59}.PublicCmsPageLayout-module-scss-module__AeAZ3G__panelTitle{color:#db6626;letter-spacing:0;margin:0;font-size:1.35rem;font-weight:400}.PublicCmsPageLayout-module-scss-module__AeAZ3G__panelBody{color:#98989b;max-width:48rem;margin:16px 0 0;font-size:1rem;line-height:1.8}.PublicCmsPageLayout-module-scss-module__AeAZ3G__ctaBand{flex-direction:column;gap:24px;display:flex}.PublicCmsPageLayout-module-scss-module__AeAZ3G__ctaActions{flex-wrap:wrap;gap:12px;display:flex}.PublicCmsPageLayout-module-scss-module__AeAZ3G__accordion,.PublicCmsPageLayout-module-scss-module__AeAZ3G__linkList{gap:12px;display:grid}.PublicCmsPageLayout-module-scss-module__AeAZ3G__accordionItem,.PublicCmsPageLayout-module-scss-module__AeAZ3G__linkListItem,.PublicCmsPageLayout-module-scss-module__AeAZ3G__stat{background:#ffffffe6;border:1px solid #1733441f;border-radius:4px;box-shadow:0 8px 20px #0924330d}.PublicCmsPageLayout-module-scss-module__AeAZ3G__accordionSummary{cursor:pointer;color:#db6626;padding:20px;font-weight:400}.PublicCmsPageLayout-module-scss-module__AeAZ3G__accordionBody{color:#464e53;gap:16px;padding:0 20px 20px;line-height:1.8;display:grid}.PublicCmsPageLayout-module-scss-module__AeAZ3G__accordionBody>*{margin:0}.PublicCmsPageLayout-module-scss-module__AeAZ3G__statGrid{grid-template-columns:repeat(1,minmax(0,1fr));gap:16px;display:grid}.PublicCmsPageLayout-module-scss-module__AeAZ3G__stat{gap:8px;padding:20px;display:grid}.PublicCmsPageLayout-module-scss-module__AeAZ3G__stat strong{color:#db6626;font-size:2rem;font-weight:800;line-height:1}.PublicCmsPageLayout-module-scss-module__AeAZ3G__stat span{color:#414142;font-weight:800}.PublicCmsPageLayout-module-scss-module__AeAZ3G__stat p{color:#98989b;margin:0;line-height:1.7}.PublicCmsPageLayout-module-scss-module__AeAZ3G__linkListItem{color:#db6626;justify-content:space-between;align-items:center;gap:16px;padding:20px;font-weight:800;text-decoration:none;display:flex}@media (min-width:760px){.PublicCmsPageLayout-module-scss-module__AeAZ3G__ctaBand{flex-direction:row;justify-content:space-between;align-items:center}.PublicCmsPageLayout-module-scss-module__AeAZ3G__statGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}.PublicCmsPageLayout-module-scss-module__AeAZ3G__catalogGrid{grid-template-columns:repeat(1,minmax(0,1fr));gap:16px;display:grid}@media (min-width:900px){.PublicCmsPageLayout-module-scss-module__AeAZ3G__grid,.PublicCmsPageLayout-module-scss-module__AeAZ3G__catalogGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1200px){.PublicCmsPageLayout-module-scss-module__AeAZ3G__catalogGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}
.page-module-scss-module__zzYH9a__content{flex-direction:column;gap:32px;max-width:720px;padding:clamp(1.5rem,3vw,2.5rem) 0;display:flex}.page-module-scss-module__zzYH9a__pageHeading{flex-direction:column;gap:8px;display:flex}.page-module-scss-module__zzYH9a__pageTitle{font-family:var(--font-heading),Georgia,serif;color:#414142;font-size:clamp(1.5rem,3vw,2rem);font-weight:400;line-height:1.08}.page-module-scss-module__zzYH9a__pageSubtitle{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;color:#98989b;font-size:.95rem}
.register-app-form-module-scss-module__NN8m8a__form{background:#fff;border:1px solid #1733441f;border-radius:16px;flex-direction:column;gap:20px;padding:24px;display:flex;box-shadow:0 8px 20px #0924330d}.register-app-form-module-scss-module__NN8m8a__field{flex-direction:column;gap:8px;display:flex}.register-app-form-module-scss-module__NN8m8a__label{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;letter-spacing:.1em;text-transform:uppercase;color:#73828b;font-size:.78rem;font-weight:800}.register-app-form-module-scss-module__NN8m8a__required{color:#ba1a1a;margin-left:2px}.register-app-form-module-scss-module__NN8m8a__optional{text-transform:none;letter-spacing:0;color:#98989b;font-size:.78rem;font-weight:400}.register-app-form-module-scss-module__NN8m8a__input,.register-app-form-module-scss-module__NN8m8a__textarea{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;color:#414142;box-sizing:border-box;background:#fff;border:1px solid #1733441f;border-radius:10px;width:100%;padding:12px 16px;font-size:.95rem;transition:border-color .18s,box-shadow .18s}.register-app-form-module-scss-module__NN8m8a__input::placeholder,.register-app-form-module-scss-module__NN8m8a__textarea::placeholder{color:#73828b}.register-app-form-module-scss-module__NN8m8a__input:focus,.register-app-form-module-scss-module__NN8m8a__textarea:focus{border-color:#fab816;outline:none;box-shadow:0 0 0 3px #fab81659}.register-app-form-module-scss-module__NN8m8a__input:disabled,.register-app-form-module-scss-module__NN8m8a__textarea:disabled{opacity:.6;cursor:not-allowed}.register-app-form-module-scss-module__NN8m8a__textarea{resize:vertical;min-height:80px}.register-app-form-module-scss-module__NN8m8a__inputError{border-color:#ba1a1a}.register-app-form-module-scss-module__NN8m8a__errorText{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;color:#ba1a1a;margin:0;font-size:.82rem}.register-app-form-module-scss-module__NN8m8a__scopeSection{flex-direction:column;gap:8px;display:flex}.register-app-form-module-scss-module__NN8m8a__scopeHint{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;color:#98989b;margin:0;font-size:.85rem}.register-app-form-module-scss-module__NN8m8a__scopeLoading{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;color:#98989b;margin:0;padding:16px 0;font-size:.9rem}.register-app-form-module-scss-module__NN8m8a__toolList{background:#fff;border:1px solid #1733441f;border-radius:10px;max-height:280px;margin:0;padding:0;list-style:none;overflow-y:auto;box-shadow:inset 0 1px 3px #1733440a}.register-app-form-module-scss-module__NN8m8a__toolListError{border-color:#ba1a1a}.register-app-form-module-scss-module__NN8m8a__toolItem{cursor:pointer;border-bottom:1px solid #1733441f;align-items:flex-start;gap:12px;padding:12px 16px;transition:background-color .18s;display:flex}.register-app-form-module-scss-module__NN8m8a__toolItem:last-child{border-bottom:none}.register-app-form-module-scss-module__NN8m8a__toolItem:hover{background:#edf1ff}.register-app-form-module-scss-module__NN8m8a__toolItemRestricted{opacity:.5;cursor:not-allowed}.register-app-form-module-scss-module__NN8m8a__toolItemRestricted:hover{background:0 0}.register-app-form-module-scss-module__NN8m8a__toolCheckbox{width:16px;height:16px;cursor:inherit;accent-color:#fab816;flex-shrink:0;margin-top:2px}.register-app-form-module-scss-module__NN8m8a__toolInfo{flex-direction:column;gap:4px;min-width:0;display:flex}.register-app-form-module-scss-module__NN8m8a__toolNameRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.register-app-form-module-scss-module__NN8m8a__toolName{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;color:#414142;cursor:inherit;font-size:.95rem;font-weight:700}.register-app-form-module-scss-module__NN8m8a__toolSummary{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;color:#98989b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.82rem;line-height:1.5;display:-webkit-box;overflow:hidden}.register-app-form-module-scss-module__NN8m8a__toolEmpty{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;color:#98989b;text-align:center;padding:16px;font-size:.9rem}.register-app-form-module-scss-module__NN8m8a__restrictedBadge{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;letter-spacing:.1em;text-transform:uppercase;color:#98989b;background:#f1f4fa;border:1px solid #1733441f;border-radius:4px;padding:.18rem .45rem;font-size:.68rem;font-weight:800;display:inline-block}.register-app-form-module-scss-module__NN8m8a__actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}
.page-module-scss-module__eAkAhG__page{gap:clamp(2.5rem,5vw,4rem);display:grid}.page-module-scss-module__eAkAhG__header{background:#ffffffe6;border:1px solid #1733440f;border-radius:4px;gap:16px;padding:clamp(1.5rem,2vw,2rem);display:grid;box-shadow:0 8px 20px #0924330d}.page-module-scss-module__eAkAhG__title{color:#db6626;letter-spacing:-.02em;margin:0;font-size:clamp(1.5rem,2vw,2rem);font-weight:400;line-height:1.08}.page-module-scss-module__eAkAhG__summary{color:#464e53;max-width:56rem;margin:0;font-size:1rem;line-height:1.8}.page-module-scss-module__eAkAhG__badges{flex-wrap:wrap;gap:8px;display:flex}.page-module-scss-module__eAkAhG__badge{color:#414142;font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;letter-spacing:.15em;text-transform:uppercase;background:#fab81633;border-radius:4px;padding:.2rem .5rem;font-size:.68rem;font-weight:800;display:inline-block}.page-module-scss-module__eAkAhG__tags{flex-wrap:wrap;gap:8px;display:flex}.page-module-scss-module__eAkAhG__tag{color:#73828b;font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;letter-spacing:.1em;background:#f1f4fa;border:1px solid #1733441f;border-radius:4px;padding:.2rem .5rem;font-size:.68rem;font-weight:700;display:inline-block}.page-module-scss-module__eAkAhG__sectionTitle{color:#db6626;letter-spacing:0;margin:0 0 16px;font-size:clamp(1.25rem,1.6vw,1.5rem);font-weight:400}.page-module-scss-module__eAkAhG__details{gap:16px;display:grid}.page-module-scss-module__eAkAhG__detailList{gap:12px;display:grid}.page-module-scss-module__eAkAhG__detailRow{background:#ffffffe6;border:1px solid #1733441f;border-radius:4px;gap:8px;padding:16px 20px;display:grid;box-shadow:0 8px 20px #0924330d}.page-module-scss-module__eAkAhG__detailRow dt{color:#73828b;font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;letter-spacing:.14em;text-transform:uppercase;font-size:.72rem;font-weight:700}.page-module-scss-module__eAkAhG__detailRow dd{color:#414142;word-break:break-all;margin:0;font-size:1rem;line-height:1.5}@media (min-width:640px){.page-module-scss-module__eAkAhG__detailRow{grid-template-columns:10rem 1fr;align-items:baseline}}.page-module-scss-module__eAkAhG__pills{flex-wrap:wrap;gap:8px;display:flex}.page-module-scss-module__eAkAhG__pill{color:#73828b;font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;letter-spacing:.1em;background:#f1f4fa;border:1px solid #1733441f;border-radius:4px;padding:.2rem .5rem;font-size:.68rem;font-weight:700;display:inline-block}.page-module-scss-module__eAkAhG__prose{background:#ffffffe6;border:1px solid #1733440f;border-radius:4px;gap:16px;max-width:56rem;padding:clamp(1.5rem,2vw,2rem);display:grid;box-shadow:0 8px 20px #0924330d}.page-module-scss-module__eAkAhG__prose>*{margin:0}.page-module-scss-module__eAkAhG__prose p,.page-module-scss-module__eAkAhG__prose li{color:#464e53;font-size:1rem;line-height:1.8}.page-module-scss-module__eAkAhG__prose a{color:#f27024;text-underline-offset:.2em;font-weight:700;text-decoration:underline}.page-module-scss-module__eAkAhG__prose blockquote{color:#db6626;border-left:4px solid #fab816;margin:0;padding-left:20px;font-weight:700}.page-module-scss-module__eAkAhG__link{color:#f27024;text-underline-offset:.2em;font-weight:700;text-decoration:underline}.page-module-scss-module__eAkAhG__relatedList{gap:12px;padding-left:20px;display:grid}.page-module-scss-module__eAkAhG__retrievalHints{color:#464e53;max-width:56rem;margin:0;font-size:1rem;line-height:1.8}
.page-module-scss-module__u2I-wG__page{gap:clamp(2.5rem,5vw,4rem);display:grid}.page-module-scss-module__u2I-wG__header{background:#ffffffe6;border:1px solid #1733440f;border-radius:4px;gap:16px;padding:clamp(1.5rem,2vw,2rem);display:grid;box-shadow:0 8px 20px #0924330d}.page-module-scss-module__u2I-wG__name{color:#db6626;letter-spacing:-.02em;margin:0;font-size:clamp(1.5rem,2vw,2rem);font-weight:400;line-height:1.08}.page-module-scss-module__u2I-wG__summary{color:#464e53;max-width:56rem;margin:0;font-size:1rem;line-height:1.8}.page-module-scss-module__u2I-wG__badges{flex-wrap:wrap;gap:8px;display:flex}.page-module-scss-module__u2I-wG__badge{color:#414142;font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;letter-spacing:.15em;text-transform:uppercase;background:#fab81633;border-radius:4px;padding:.2rem .5rem;font-size:.68rem;font-weight:800;display:inline-block}.page-module-scss-module__u2I-wG__sectionTitle{color:#db6626;letter-spacing:0;margin:0 0 16px;font-size:clamp(1.25rem,1.6vw,1.5rem);font-weight:400}.page-module-scss-module__u2I-wG__details{gap:16px;display:grid}.page-module-scss-module__u2I-wG__detailList{gap:12px;display:grid}.page-module-scss-module__u2I-wG__detailRow{background:#ffffffe6;border:1px solid #1733441f;border-radius:4px;gap:8px;padding:16px 20px;display:grid;box-shadow:0 8px 20px #0924330d}.page-module-scss-module__u2I-wG__detailRow dt{color:#73828b;font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;letter-spacing:.14em;text-transform:uppercase;font-size:.72rem;font-weight:700}.page-module-scss-module__u2I-wG__detailRow dd{color:#414142;word-break:break-all;margin:0;font-size:1rem;line-height:1.5}.page-module-scss-module__u2I-wG__detailRow:hover .page-module-scss-module__u2I-wG__copyServerUrlButton,.page-module-scss-module__u2I-wG__detailRow:focus-within .page-module-scss-module__u2I-wG__copyServerUrlButton{opacity:1;pointer-events:auto}.page-module-scss-module__u2I-wG__serverUrlValue{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-width:0;display:grid}.page-module-scss-module__u2I-wG__serverUrlValue code{overflow-wrap:anywhere;min-width:0}.page-module-scss-module__u2I-wG__copyServerUrlButton{box-shadow:none;color:#464e53;opacity:0;pointer-events:none;background:#fff;border-color:#1733441f;border-radius:4px;flex:none;transition:background-color .18s,border-color .18s,color .18s,opacity .18s,transform .18s}.page-module-scss-module__u2I-wG__copyServerUrlButton:hover{color:#414142;background:#e5ebf1;border-color:#17334438}.page-module-scss-module__u2I-wG__copyServerUrlButton:focus-visible{outline:none;box-shadow:0 0 0 3px #fab81659}@media (min-width:640px){.page-module-scss-module__u2I-wG__detailRow{grid-template-columns:10rem 1fr;align-items:baseline}}.page-module-scss-module__u2I-wG__prose{gap:16px;max-width:56rem;display:grid}.page-module-scss-module__u2I-wG__prose>*{margin:0}.page-module-scss-module__u2I-wG__prose p,.page-module-scss-module__u2I-wG__prose li{color:#464e53;font-size:1rem;line-height:1.8}.page-module-scss-module__u2I-wG__prose a{color:#f27024;text-underline-offset:.2em;font-weight:700;text-decoration:underline}.page-module-scss-module__u2I-wG__prose blockquote{color:#db6626;border-left:4px solid #fab816;margin:0;padding-left:20px;font-weight:700}.page-module-scss-module__u2I-wG__link{color:#f27024;text-underline-offset:.2em;font-weight:700;text-decoration:underline}.page-module-scss-module__u2I-wG__relatedList{gap:12px;padding-left:20px;display:grid}
.PortalInteriorPageLayout-module-scss-module__ygEhma__content{flex-direction:column;gap:clamp(3.5rem,7vw,5.5rem);display:flex}.PortalInteriorPageLayout-module-scss-module__ygEhma__panel{background:#ffffffe0;border:1px solid #1733440f;border-radius:24px;padding:clamp(1.5rem,2vw,2rem);box-shadow:0 8px 20px #0924330d}.PortalInteriorPageLayout-module-scss-module__ygEhma__panelTitle{letter-spacing:-.03em;color:#db6626;font-size:1.35rem}.PortalInteriorPageLayout-module-scss-module__ygEhma__panelBody{color:#98989b;max-width:48rem;margin-top:16px;font-size:1rem;line-height:1.8}.PortalInteriorPageLayout-module-scss-module__ygEhma__grid{grid-template-columns:repeat(1,minmax(0,1fr));gap:16px;display:grid}@media (min-width:900px){.PortalInteriorPageLayout-module-scss-module__ygEhma__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.apps-page-layout-module-scss-module__0gbQlW__content{flex-direction:column;gap:32px;max-width:860px;padding:clamp(1.5rem,3vw,2.5rem) 0;display:flex}@media (max-width:720px){.apps-page-layout-module-scss-module__0gbQlW__content{gap:24px;padding:20px}}.apps-page-layout-module-scss-module__0gbQlW__pageHeading{flex-direction:column;gap:8px;display:flex}.apps-page-layout-module-scss-module__0gbQlW__pageTitle{font-family:var(--font-heading),Georgia,serif;color:#414142;margin:0;font-size:clamp(1.75rem,3vw,2.4rem);font-weight:400;line-height:1.1}.apps-page-layout-module-scss-module__0gbQlW__pageSubtitle{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;color:#464e53;max-width:56ch;margin:0;font-size:1rem;line-height:1.5}.apps-page-layout-module-scss-module__0gbQlW__toolbar{align-items:center;display:flex}.apps-page-layout-module-scss-module__0gbQlW__appList{flex-direction:column;gap:20px;margin:0;padding:0;list-style:none;display:flex}.apps-page-layout-module-scss-module__0gbQlW__emptyState{flex-direction:column;align-items:flex-start;gap:20px;padding:40px 0;display:flex}.apps-page-layout-module-scss-module__0gbQlW__emptyText{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;color:#98989b;margin:0;font-size:1rem}.apps-page-layout-module-scss-module__0gbQlW__errorMsg{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;color:#ba1a1a;margin:0;font-size:.95rem}.apps-page-layout-module-scss-module__0gbQlW__loadingRow{flex-direction:column;gap:20px;display:flex}.apps-page-layout-module-scss-module__0gbQlW__skeleton,.apps-page-layout-module-scss-module__0gbQlW__skeletonCard{background:linear-gradient(90deg,#edf1ff 25%,#dee6ff 50%,#edf1ff 75%) 0 0/200% 100%;border-radius:16px;height:120px;animation:10s infinite apps-page-layout-module-scss-module__0gbQlW__shimmer}@keyframes apps-page-layout-module-scss-module__0gbQlW__shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}
.page-module-scss-module__5-fziq__page{background:radial-gradient(circle at 0 0,#fab8161f,#0000 28%),linear-gradient(#fbfcff 0%,#f3f6fb 100%);justify-content:center;align-items:center;min-height:100dvh;padding:24px;display:flex}.page-module-scss-module__5-fziq__card{background:#fff;border:1px solid #1733441f;border-radius:24px;width:100%;max-width:420px;overflow:hidden;box-shadow:0 22px 52px #09243314}.page-module-scss-module__5-fziq__accent{background:#fab816;height:4px}.page-module-scss-module__5-fziq__body{flex-direction:column;gap:24px;padding:clamp(2.5rem,4vw,3.5rem);display:flex}.page-module-scss-module__5-fziq__heading{font-family:var(--font-heading),Georgia,serif;letter-spacing:-.02em;color:#173344;margin:0;font-size:clamp(1.5rem,2vw,2rem);font-weight:400}.page-module-scss-module__5-fziq__subtitle{font-family:var(--font-body),"Avenir Next","Segoe UI",sans-serif;color:#464e53;margin:-12px 0 0;font-size:.9375rem;line-height:1.5}.page-module-scss-module__5-fziq__actions{flex-direction:column;gap:12px;display:flex}.page-module-scss-module__5-fziq__loading{justify-content:center;align-items:center;min-height:100dvh;display:flex}.page-module-scss-module__5-fziq__spinner{border:3px solid #1733441f;border-top-color:#fab816;border-radius:50%;width:2rem;height:2rem;animation:.7s linear infinite page-module-scss-module__5-fziq__spin}@keyframes page-module-scss-module__5-fziq__spin{to{transform:rotate(360deg)}}
