.hero-gradient{background:linear-gradient(135deg,#0b1326,#0f1a33,#0d1528,#111d36,#0b1326);background-size:400% 400%;animation:hero-shift 20s ease infinite}@keyframes hero-shift{0%,to{background-position:0% 50%}25%{background-position:100% 0%}50%{background-position:100% 100%}75%{background-position:0% 100%}}.hero-title-gradient{background:linear-gradient(135deg,var(--color-on-surface) 0%,var(--color-primary) 50%,var(--color-on-surface) 100%);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:title-shimmer 8s ease-in-out infinite}@keyframes title-shimmer{0%,to{background-position:0% center}50%{background-position:200% center}}.animate-pulse-slow{animation:pulse-slow 6s ease-in-out infinite}.animate-pulse-slow-delayed{animation:pulse-slow 6s ease-in-out 3s infinite}@keyframes pulse-slow{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.reveal-on-scroll{opacity:0;transform:translateY(16px);transition:opacity .6s cubic-bezier(.32,.72,0,1),transform .6s cubic-bezier(.32,.72,0,1)}.reveal-on-scroll.revealed{opacity:1;transform:translateY(0)}.prose-hermod h2{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;color:var(--color-on-surface);margin-top:4rem;margin-bottom:1.25rem;letter-spacing:-.02em;line-height:1.2;padding-top:2rem}.prose-hermod h2:before{content:"";display:block;width:2.5rem;height:3px;background:linear-gradient(90deg,var(--color-secondary),transparent);border-radius:2px;margin-bottom:1.25rem}.prose-hermod h3{font-family:var(--font-heading);font-size:1.2rem;font-weight:600;color:var(--color-on-surface);margin-top:2.5rem;margin-bottom:.75rem;letter-spacing:-.01em}.prose-hermod p{color:var(--color-on-surface-variant);line-height:1.8;margin-bottom:1.5rem;font-size:.9375rem}.prose-hermod a{color:var(--color-primary);text-decoration:none;background-image:linear-gradient(var(--color-primary),var(--color-primary));background-size:0% 1px;background-position:0 100%;background-repeat:no-repeat;transition:background-size .3s cubic-bezier(.32,.72,0,1)}.prose-hermod a:hover{background-size:100% 1px}.prose-hermod ul,.prose-hermod ol{color:var(--color-on-surface-variant);margin-bottom:1.5rem;padding-left:0;font-size:.9375rem;line-height:1.8;list-style:none}.prose-hermod ul li{position:relative;padding-left:1.5rem;margin-bottom:.625rem}.prose-hermod ul li:before{content:"";position:absolute;left:0;top:.75rem;width:6px;height:6px;border-radius:50%;background:var(--color-primary);opacity:.5}.prose-hermod ol{counter-reset:ol-counter}.prose-hermod ol li{position:relative;padding-left:2rem;margin-bottom:.625rem;counter-increment:ol-counter}.prose-hermod ol li:before{content:counter(ol-counter);position:absolute;left:0;top:0;font-family:var(--font-heading);font-size:.75rem;font-weight:700;color:var(--color-primary);background:var(--color-primary);background:#adc6ff1a;width:1.5rem;height:1.5rem;border-radius:.375rem;display:flex;align-items:center;justify-content:center}.prose-hermod strong{color:var(--color-on-surface);font-weight:600}.prose-hermod blockquote{position:relative;padding:1.5rem 1.5rem 1.5rem 2rem;margin:2rem 0;background:var(--color-surface-container-low);border-radius:1rem;color:var(--color-on-surface-variant);font-style:normal}.prose-hermod blockquote:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--color-secondary),var(--color-secondary-container));border-radius:2px}.prose-hermod table{width:100%;margin:2.5rem 0;font-size:.8125rem;border-collapse:separate;border-spacing:0;background:var(--color-surface-container-low);border-radius:1rem;overflow:hidden;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.prose-hermod thead,.prose-hermod tbody,.prose-hermod tr{display:table;width:100%;table-layout:fixed}@media(max-width:640px){.prose-hermod table{font-size:.75rem}.prose-hermod thead,.prose-hermod tbody,.prose-hermod tr{width:max-content;min-width:100%}.prose-hermod th,.prose-hermod td{padding:.625rem .75rem;white-space:nowrap}}.prose-hermod thead{background:var(--color-surface-container-high)}.prose-hermod th{text-align:left;padding:.875rem 1rem;color:var(--color-on-surface);font-weight:600;font-family:var(--font-heading);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.prose-hermod td{padding:.75rem 1rem;color:var(--color-on-surface-variant)}.prose-hermod tbody tr{transition:background .2s cubic-bezier(.32,.72,0,1)}.prose-hermod tbody tr:hover{background:var(--color-surface-container-high)}.prose-hermod tbody tr:not(:last-child) td{box-shadow:inset 0 -1px #43465526}.prose-hermod code{background:var(--color-surface-container-highest);padding:.2rem .45rem;border-radius:.375rem;font-size:.8125rem;color:var(--color-primary)}.prose-hermod pre{background:var(--color-surface-container-highest);padding:1.25rem;border-radius:1rem;overflow-x:auto;margin:2rem 0}.prose-hermod pre code{background:none;padding:0;color:var(--color-on-surface-variant)}.prose-hermod img{border-radius:1rem;margin:2.5rem 0}.prose-hermod hr{border:none;height:0;margin:4rem 0}
