*{box-sizing:border-box}html{scroll-behavior:smooth}body.portal-body{margin:0;min-height:100vh;display:flex;flex-direction:column;background:var(--portal-page-bg,#f5f7fb);color:#0f172a;font-family:'DM Sans',system-ui,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;background-image:radial-gradient(circle at 12% 18%,color-mix(in srgb,var(--portal-accent,#2563eb) 7%,transparent) 0,transparent 30%),radial-gradient(circle at 92% 4%,color-mix(in srgb,var(--portal-brand,#0e2949) 6%,transparent) 0,transparent 26%)}::selection{background:color-mix(in srgb,var(--portal-accent,#2563eb) 22%,white);color:#0f172a}.portal-orb{position:absolute;border-radius:999px;pointer-events:none;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08)}.portal-orb--one{width:280px;height:280px;right:-80px;top:-110px}.portal-orb--two{width:180px;height:180px;right:18%;bottom:-115px}.portal-grid-auto{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.portal-grid-wide{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem}.portal-scrollbar{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.portal-scrollbar::-webkit-scrollbar{height:7px;width:7px}.portal-scrollbar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.portal-card-enter{animation:portalCardIn .4s ease both}.portal-card-enter:nth-child(2){animation-delay:.04s}.portal-card-enter:nth-child(3){animation-delay:.08s}.portal-card-enter:nth-child(4){animation-delay:.12s}.portal-card-enter:nth-child(5){animation-delay:.16s}.portal-card-enter:nth-child(6){animation-delay:.2s}@keyframes portalCardIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.portal-input{transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.portal-input:focus{border-color:color-mix(in srgb,var(--portal-accent,#2563eb) 65%,#cbd5e1);box-shadow:0 0 0 4px color-mix(in srgb,var(--portal-accent,#2563eb) 11%,transparent);background:#fff}.portal-prose{white-space:pre-line}.portal-safe-break{overflow-wrap:anywhere;word-break:break-word}@media(max-width:640px){body.portal-body{background-image:none}.portal-orb--one{width:190px;height:190px;right:-85px;top:-70px}.portal-orb--two{width:130px;height:130px;right:12%;bottom:-85px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}