@import"https://fonts.googleapis.com/css2?family=Newsreader:opsz,wght@6..72,400;6..72,500;6..72,600&display=swap";/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--tracking-tight:-.01em;--ease-out:cubic-bezier(.22, .61, .36, 1);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--font-display:"ABC Marist", "Inq", "Fraunces", "Times New Roman", serif;--font-body:"Antique Legacy", "Newsreader", Georgia, serif;--color-fg:#1f1511;--radius-pill:999px;--shadow-card:0 2px 0 #1f15110a, 0 10px 28px #1f15110f}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.end{inset-inline-end:var(--spacing)}.m-0{margin:calc(var(--spacing) * 0)}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-flex{display:inline-flex}.list-item{display:list-item}.w-full{width:100%}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.cursor-pointer{cursor:pointer}.list-none{list-style-type:none}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-\[10px\]{gap:10px}.gap-\[14px\]{gap:14px}.self-center{align-self:center}.border{border-style:var(--tw-border-style);border-width:1px}.p-0{padding:calc(var(--spacing) * 0)}.text-left{text-align:left}.font-body{font-family:var(--font-body)}.text-fg{color:var(--color-fg)}.uppercase{text-transform:uppercase}.italic{font-style:italic}.no-underline{text-decoration-line:none}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}}@font-face{font-family:ABC Marist;font-weight:400;font-style:normal;src:url(/fonts/ABCMarist-Book-Trial.otf)format("opentype")}@font-face{font-family:ABC Marist;font-weight:400;font-style:italic;src:url(/fonts/ABCMarist-BookItalic-Trial.otf)format("opentype")}@font-face{font-family:ABC Marist;font-weight:450;font-style:normal;src:url(/fonts/ABCMarist-Regular-Trial.otf)format("opentype")}@font-face{font-family:ABC Marist;font-weight:450;font-style:italic;src:url(/fonts/ABCMarist-RegularItalic-Trial.otf)format("opentype")}@font-face{font-family:ABC Marist;font-weight:500;font-style:normal;src:url(/fonts/ABCMarist-Medium-Trial.otf)format("opentype")}@font-face{font-family:ABC Marist;font-weight:500;font-style:italic;src:url(/fonts/ABCMarist-MediumItalic-Trial.otf)format("opentype")}@font-face{font-family:ABC Marist;font-weight:600;font-style:normal;src:url(/fonts/ABCMarist-SemiBold-Trial.otf)format("opentype")}@font-face{font-family:ABC Marist;font-weight:600;font-style:italic;src:url(/fonts/ABCMarist-SemiBoldItalic-Trial.otf)format("opentype")}@font-face{font-family:ABC Marist;font-weight:700;font-style:normal;src:url(/fonts/ABCMarist-Bold-Trial.otf)format("opentype")}@font-face{font-family:ABC Marist;font-weight:700;font-style:italic;src:url(/fonts/ABCMarist-BoldItalic-Trial.otf)format("opentype")}@font-face{font-family:ABC Marist;font-weight:900;font-style:normal;src:url(/fonts/ABCMarist-Black-Trial.otf)format("opentype")}@font-face{font-family:ABC Marist;font-weight:900;font-style:italic;src:url(/fonts/ABCMarist-BlackItalic-Trial.otf)format("opentype")}@font-face{font-family:Inq;font-weight:100;font-style:normal;src:url(/fonts/Inq_Thin.otf)format("opentype")}@font-face{font-family:Inq;font-weight:100;font-style:italic;src:url(/fonts/Inq_Thin_Italic.otf)format("opentype")}@font-face{font-family:Inq;font-weight:200;font-style:normal;src:url(/fonts/Inq_ExtraLight.otf)format("opentype")}@font-face{font-family:Inq;font-weight:200;font-style:italic;src:url(/fonts/Inq_ExtraLight_Italic.otf)format("opentype")}@font-face{font-family:Inq;font-weight:300;font-style:normal;src:url(/fonts/Inq_Light.otf)format("opentype")}@font-face{font-family:Inq;font-weight:300;font-style:italic;src:url(/fonts/Inq_Light_Italic.otf)format("opentype")}@font-face{font-family:Inq;font-weight:400;font-style:normal;src:url(/fonts/Inq_Regular.otf)format("opentype")}@font-face{font-family:Inq;font-weight:400;font-style:italic;src:url(/fonts/Inq_Italic.otf)format("opentype")}@font-face{font-family:Inq;font-weight:450;font-style:normal;src:url(/fonts/Inq_Normal.otf)format("opentype")}@font-face{font-family:Inq;font-weight:450;font-style:italic;src:url(/fonts/Inq_Normal_Italic.otf)format("opentype")}@font-face{font-family:Inq;font-weight:500;font-style:normal;src:url(/fonts/Inq_Medium.otf)format("opentype")}@font-face{font-family:Inq;font-weight:500;font-style:italic;src:url(/fonts/Inq_Medium_Italic.otf)format("opentype")}@font-face{font-family:Inq;font-weight:600;font-style:normal;src:url(/fonts/Inq_DemiBold.otf)format("opentype")}@font-face{font-family:Inq;font-weight:600;font-style:italic;src:url(/fonts/Inq_DemiBold_Italic.otf)format("opentype")}@font-face{font-family:Inq;font-weight:700;font-style:normal;src:url(/fonts/Inq_Bold.otf)format("opentype")}@font-face{font-family:Inq;font-weight:700;font-style:italic;src:url(/fonts/Inq_Bold_Italic.otf)format("opentype")}@font-face{font-family:Inq;font-weight:800;font-style:normal;src:url(/fonts/Inq_ExtraBold.otf)format("opentype")}@font-face{font-family:Inq;font-weight:800;font-style:italic;src:url(/fonts/Inq_ExtraBold_Italic.otf)format("opentype")}@font-face{font-family:Inq;font-weight:900;font-style:normal;src:url(/fonts/Inq_Black.otf)format("opentype")}@font-face{font-family:Inq;font-weight:900;font-style:italic;src:url(/fonts/Inq_Black_Italic.otf)format("opentype")}@font-face{font-family:Inq;font-weight:950;font-style:normal;src:url(/fonts/Inq_ExtraBlack.otf)format("opentype")}@font-face{font-family:Inq;font-weight:950;font-style:italic;src:url(/fonts/Inq_ExtraBlack_Italic.otf)format("opentype")}:root{--blinq-lucky-break:#ff6552;--blinq-card-white:#fffdfa;--blinq-ten-thousand-coffees:#1f1511;--blinq-potential-pinq:#ffb8e7;--blinq-out-of-the-blue:#6db9dd;--blinq-golden-moment:#ffe7b0;--blinq-golden-moment-dark:#bfb77d;--blinq-lucky-break-dark-3:#4d1e19;--blinq-lucky-break-dark-1:#bb3423;--blinq-lucky-break-dark-2:#7a2217;--blinq-potential-pinq-dark-2:#ab76a3;--blinq-out-of-blue-dark-2:#3a86aa;--blinq-golden-moment-dark-2:#746844;--blinq-lucky-break-light-1:#ffa69a;--blinq-lucky-break-light-2:#ffcac3;--blinq-potential-pinq-light-1:#ffcaed;--blinq-potential-pinq-light-2:#ffdbf3;--blinq-potential-pinq-dark-1:#d094c0;--blinq-out-of-blue-light-1:#a3d3e9;--blinq-out-of-blue-light-2:#cde8f4;--blinq-out-of-blue-dark-1:#48a7d4;--blinq-out-of-blue-dark-3:#24546a;--blinq-golden-moment-light-1:#ffecc0;--blinq-golden-moment-light-2:#fff3d7;--blinq-neutral-8:#2b231e;--blinq-neutral-7:#3a312d;--blinq-neutral-6:#554d48;--blinq-neutral-5-5:#938f85;--blinq-neutral-5:#aaa59a;--blinq-neutral-4:#d4cec1;--blinq-neutral-3:#e5e0d3;--blinq-neutral-2:#f2ede3;--blinq-neutral-1:#faf6ed;--blinq-success:#28850f;--blinq-warning:#ff9a20;--blinq-error:#c72b23;--bg:var(--blinq-neutral-1);--bg-cream:var(--blinq-neutral-2);--surface:var(--blinq-card-white);--surface-border:var(--blinq-neutral-4);--fg:var(--blinq-ten-thousand-coffees);--fg-muted:var(--blinq-neutral-6);--fg-subtle:var(--blinq-neutral-5-5);--fg-on-accent:var(--blinq-ten-thousand-coffees);--accent:var(--blinq-lucky-break);--accent-hover:var(--blinq-lucky-break-dark-1);--accent-border:var(--blinq-lucky-break-dark-1);--accent-soft:var(--blinq-lucky-break-light-2);--focus-ring:var(--blinq-out-of-the-blue);--font-display:"ABC Marist", "Inq", "Fraunces", "Times New Roman", serif;--font-body:"Antique Legacy", "Newsreader", Georgia, serif;--text-h1:700 clamp(64px, 7vw, 112px)/1 var(--font-display);--text-h2:700 clamp(56px, 6vw, 90px)/1 var(--font-display);--text-h3:700 clamp(48px, 5vw, 72px)/1 var(--font-display);--text-h4:700 clamp(40px, 4vw, 60px)/1 var(--font-display);--text-h5:700 clamp(32px, 3vw, 48px)/1 var(--font-display);--text-h6:700 40px/1 var(--font-display);--text-h7:700 36px/1 var(--font-display);--text-h8:700 32px/1 var(--font-display);--text-h9:700 28px/1 var(--font-display);--text-sub1:500 24px/1.25 var(--font-body);--text-sub2:500 22px/1.25 var(--font-body);--text-sub3:500 20px/1.25 var(--font-body);--text-sub4:500 20px/1.3 var(--font-body);--text-body1:400 22px/1.3 var(--font-body);--text-body2:400 20px/1.3 var(--font-body);--text-body3:400 18px/1.3 var(--font-body);--text-body4:400 16px/1.3 var(--font-body);--text-body5:400 14px/1.3 var(--font-body);--text-button1:500 18px/1 var(--font-body);--text-button2:500 16px/1 var(--font-body);--text-button3:500 14px/1 var(--font-body);--tracking-tight:-.01em;--tracking-x-tight:-.02em;--radius-xs:8px;--radius-sm:12px;--radius-md:20px;--radius-lg:30px;--radius-xl:50px;--radius-pill:999px;--border-1:1px solid var(--surface-border);--border-2-accent:2px solid var(--blinq-lucky-break-dark-1);--shadow-card:0 2px 0 #1f15110a, 0 10px 28px #1f15110f;--shadow-pop:0 12px 40px #1f15111f;--ease-out:cubic-bezier(.22, .61, .36, 1);--dur-fast:.14s;--dur-med:.26s;--dur-slow:.52s}html,body{background:var(--bg);color:var(--fg);font:var(--text-body2);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility}h1,.h1{font:var(--text-h1);letter-spacing:var(--tracking-tight);color:var(--fg)}h2,.h2{font:var(--text-h2);letter-spacing:var(--tracking-tight);color:var(--fg)}h3,.h3{font:var(--text-h3);letter-spacing:var(--tracking-tight);color:var(--fg)}h4,.h4{font:var(--text-h4);letter-spacing:var(--tracking-tight);color:var(--fg)}h5,.h5{font:var(--text-h5);letter-spacing:var(--tracking-tight);color:var(--fg)}h6,.h6{font:var(--text-h6);letter-spacing:var(--tracking-tight);color:var(--fg)}.sub{font:var(--text-sub2);letter-spacing:var(--tracking-tight)}.body{font:var(--text-body2)}.small{font:var(--text-body5)}.btn{border-radius:var(--radius-pill);height:56px;font:var(--text-button1);letter-spacing:var(--tracking-tight);cursor:pointer;transition:transform var(--dur-fast) var(--ease-out),background-color var(--dur-fast) var(--ease-out),border-color var(--dur-fast) var(--ease-out);border:2px solid #0000;justify-content:center;align-items:center;gap:8px;padding:0 28px;text-decoration:none;display:inline-flex}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--accent);color:var(--fg-on-accent);border-color:var(--blinq-lucky-break-dark-1)}.btn--primary:hover{background:var(--blinq-lucky-break-light-1)}.btn--outline{color:var(--fg);border-color:var(--fg);background:0 0}.btn--outline:hover{background:var(--fg);color:var(--blinq-card-white)}.btn--ghost{background:var(--surface);color:var(--fg);border-color:var(--surface-border)}.btn--ghost:hover{background:var(--blinq-neutral-2)}.btn--sm{height:40px;font:var(--text-button2);padding:0 18px}.btn--lg{height:64px;font:var(--text-button1);padding:0 32px}@keyframes v5FadeIn{0%{opacity:0}to{opacity:1}}.chapter-fade{animation:v5FadeIn .26s var(--ease-out) both}.resource-row:hover{border-color:var(--fg);box-shadow:var(--shadow-card);transform:translateY(-1px)}.resource-row:hover .resource-row__arrow{color:var(--fg);transform:translate(3px)}.resource-row:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.brand-home{transition:background var(--dur-fast) var(--ease-out),transform var(--dur-fast) var(--ease-out);border-radius:8px;align-items:center;margin:-4px -8px;padding:4px 8px;display:inline-flex}.brand-home:hover{background:var(--surface);box-shadow:var(--shadow-card);transform:translateY(-1px)}.brand-home:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}@media (prefers-reduced-motion:reduce){.chapter-fade{animation:none}}html,body{height:100%}body{margin:0}button{font-family:var(--font-body)}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}
