@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-main: #FFFFFF;--bg-alt: #EEF5FA;--bg-navy: #1b2e58;--bg-card: #FFFFFF;--border: rgba(27, 46, 88, .1);--border-s: rgba(27, 46, 88, .22);--navy: #1b2e58;--cyan: #0099C8;--cyan-light: #00BBDD;--gold: #0099C8;--warm: #d2a98e;--text: #1b2e58;--text-mid: #2E5F82;--text-muted: #7A9FBB;--font-d: "Bebas Neue", sans-serif;--font-h: "Barlow Condensed", sans-serif;--font-b: "Barlow", sans-serif;--font-m: "Fira Code", monospace}html{scroll-behavior:smooth}body{background:var(--bg-main);color:var(--text);font-family:var(--font-b);font-size:16px;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-track{background:var(--bg-alt)}::-webkit-scrollbar-thumb{background:#0f224040;border-radius:2px}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.reveal.visible{opacity:1;transform:none}.reveal:nth-child(1){transition-delay:0s}.reveal:nth-child(2){transition-delay:.08s}.reveal:nth-child(3){transition-delay:.16s}.reveal:nth-child(4){transition-delay:.24s}.reveal:nth-child(5){transition-delay:.32s}.reveal:nth-child(6){transition-delay:.4s}.reveal:nth-child(7){transition-delay:.48s}.reveal:nth-child(8){transition-delay:.56s}.reveal:nth-child(9){transition-delay:.64s}.reveal:nth-child(10){transition-delay:.72s}.reveal:nth-child(11){transition-delay:.8s}.reveal:nth-child(12){transition-delay:.88s}.reveal-left{opacity:0;transform:translate(-24px);transition:opacity .75s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1)}.reveal-left.visible{opacity:1;transform:none}.divider-line{width:100%;height:1px;background:var(--border)}
