.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1 1}.flex-shrink-0{flex-shrink:0}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-6{gap:24px}.p-0{padding:0}.p-1{padding:4px}.p-2{padding:8px}.p-3{padding:12px}.p-4{padding:16px}.p-5{padding:20px}.p-6{padding:24px}.px-2{padding-left:8px;padding-right:8px}.px-3{padding-left:12px;padding-right:12px}.px-4{padding-left:16px;padding-right:16px}.px-6{padding-left:24px;padding-right:24px}.px-8{padding-left:32px;padding-right:32px}.py-1{padding-top:4px;padding-bottom:4px}.py-1\.5{padding-top:6px;padding-bottom:6px}.py-2{padding-top:8px;padding-bottom:8px}.py-3{padding-top:12px;padding-bottom:12px}.py-4{padding-top:16px;padding-bottom:16px}.py-8{padding-top:32px;padding-bottom:32px}.pt-2{padding-top:8px}.pt-4{padding-top:16px}.pt-6{padding-top:24px}.pb-2{padding-bottom:8px}.pb-4{padding-bottom:16px}.mx-auto{margin-left:auto;margin-right:auto}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-4{margin-top:16px}.mt-6{margin-top:24px}.mb-1{margin-bottom:4px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.ml-2{margin-left:8px}.ml-4{margin-left:16px}.mr-1{margin-right:4px}.mr-2{margin-right:8px}.mr-3{margin-right:12px}.mt-0\.5{margin-top:2px}.mt-3{margin-top:12px}.mb-0{margin-bottom:0}.mb-8{margin-bottom:32px}.m-0{margin:0}.space-y-0\.5>*+*{margin-top:2px}.space-y-1>*+*{margin-top:4px}.space-y-2>*+*{margin-top:8px}.space-y-3>*+*{margin-top:12px}.space-y-4>*+*{margin-top:16px}.space-y-6>*+*{margin-top:24px}.space-x-2>*+*{margin-left:8px}.space-x-4>*+*{margin-left:16px}.space-x-6>*+*{margin-left:24px}.w-full{width:100%}.h-full{height:100%}.w-2{width:8px}.h-2{height:8px}.w-4{width:16px}.h-4{height:16px}.w-5{width:20px}.h-5{height:20px}.h-16{height:64px}.min-w-0{min-width:0}.rounded-sm{border-radius:8px}.rounded,.rounded-lg,.rounded-md{border-radius:10px}.rounded-xl{border-radius:12px}.rounded-full{border-radius:9999px}.text-xs{font-size:12px;line-height:1.5}.text-sm{font-size:14px;line-height:1.55}.text-base{font-size:15px;line-height:1.6}.text-lg{font-size:18px;line-height:1.5}.text-xl{font-size:20px;line-height:1.45}.text-2xl{font-size:24px;line-height:1.35}.text-3xl{font-size:30px;line-height:1.3}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.bg-white{background-color:var(--surface-card)}.bg-muted{background-color:var(--surface-inset)}.text-foreground{color:var(--text-primary)}.text-muted-foreground{color:var(--text-secondary)}.border{border:1px solid var(--border-glass,rgba(255,255,255,.12))}.border-t{border-top:1px solid var(--border-glass,rgba(255,255,255,.12))}.border-b{border-bottom:1px solid var(--border-glass,rgba(255,255,255,.12))}.shadow-sm{box-shadow:0 1px 2px rgba(0,0,0,.18)}.shadow-md{box-shadow:0 4px 12px rgba(0,0,0,.22)}.cursor-pointer{cursor:pointer}.transition-all{transition:all .2s ease}.transition-colors{transition:color .2s ease,background-color .2s ease,border-color .2s ease}:root{--rk-transition-fast:150ms ease;--rk-transition-normal:250ms ease;--rk-transition-slow:400ms ease}.reef-bubble-rise{opacity:0}@media (prefers-reduced-motion:no-preference){@keyframes reef-surface{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}.reef-surface,.reef-surface-stagger>*{animation:reef-surface .4s ease-out both}.reef-surface-stagger>:nth-child(2){animation-delay:.05s}.reef-surface-stagger>:nth-child(3){animation-delay:.1s}.reef-surface-stagger>:nth-child(4){animation-delay:.15s}.reef-surface-stagger>:nth-child(5){animation-delay:.2s}.reef-surface-stagger>:nth-child(n+6){animation-delay:.25s}.reef-drift{transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.reef-drift:hover{transform:translateY(-3px)}@keyframes reef-bio-pulse{0%,to{opacity:1}50%{opacity:.55}}.reef-bio-pulse{animation:reef-bio-pulse 2.4s ease-in-out infinite}@keyframes reef-bubble-rise{0%{opacity:0;transform:translateY(0) scale(.6)}20%{opacity:.9}to{opacity:0;transform:translateY(-46px) scale(1)}}.reef-bubble-rise{animation:reef-bubble-rise .9s ease-out forwards}@keyframes reef-spotlight{0%,to{box-shadow:0 0 0 9999px rgba(4,14,22,.7),0 0 20px rgba(20,184,201,.5)}50%{box-shadow:0 0 0 9999px rgba(4,14,22,.7),0 0 30px rgba(20,184,201,.85)}}.reef-spotlight{border-radius:10px;outline:2px solid var(--brand-action,#14B8C9);animation:reef-spotlight 2s ease-in-out infinite;pointer-events:none}@keyframes reef-empty-float{0%{transform:translateY(2px)}to{transform:translateY(-3px)}}.reef-empty-float{animation:reef-empty-float 7s ease-in-out infinite alternate}@keyframes reef-guide-glint{0%,to{box-shadow:0 0 0 0 rgba(20,184,201,0)}25%,75%{box-shadow:0 0 0 6px rgba(20,184,201,.18),0 0 12px rgba(20,184,201,.35)}50%{box-shadow:0 0 0 2px rgba(20,184,201,.08),0 0 6px rgba(20,184,201,.15)}}.reef-guide-glint{border-radius:8px;animation:reef-guide-glint 1.6s ease-in-out .8s 1}}:root{--rk-page-max:1680px;--rk-page-pad-x:clamp(16px,3vw,32px);--rk-page-pad-y:24px;--rk-column-reading:720px;--rk-column-form:880px}.rk-page-frame{width:100%;max-width:var(--rk-page-max);margin-inline:auto;padding:var(--rk-page-pad-y) var(--rk-page-pad-x);box-sizing:border-box}.rk-page-frame--flush{padding-block:0}.rk-bleed{margin-inline:calc(var(--rk-page-pad-x, 24px) * -1)}.rk-bleed-full{width:100vw;max-width:100vw;margin-inline:calc(50% - 50vw)}