.rv-root{--rv-paper:#fffdfb;--rv-surface:#fff;--rv-ink:#453c44;--rv-muted:#70616b;--rv-line:#b2a1ac;--rv-wash:#f2e6ec;--rv-accent:#844261;--rv-danger:#852c38;--rv-radius:1.6rem;--rv-body:"Trebuchet MS",Arial,sans-serif;--rv-serif:Georgia,"Times New Roman",serif;color:var(--rv-ink);background:var(--rv-paper);font:1rem/1.6 var(--rv-body);min-height:100%;overflow-wrap:anywhere;color-scheme:light}.rv-root,.rv-root *,.rv-root :after,.rv-root :before{box-sizing:border-box}.rv-root :where(h1,h2,h3,p,figure,fieldset,dl){margin:0}.rv-root :where(h1,h2,h3){font-family:var(--rv-serif);font-weight:400;line-height:1.12;text-wrap:pretty}.rv-root h1{font-size:clamp(2.25rem,5.2vw,4.6rem);letter-spacing:-.045em}.rv-root h2{font-size:clamp(1.65rem,3vw,2.65rem);letter-spacing:-.025em}.rv-root h3{font-size:1.45rem}.rv-root a{color:inherit;text-underline-offset:.25em}.rv-root :where(button,input,select,textarea){font:inherit;color:inherit}.rv-root :where(a,button,input,select,textarea):focus-visible{outline:3px solid var(--rv-accent);outline-offset:4px}.rv-root :where(button,a){touch-action:manipulation}.rv-root :where(button,input,select){min-height:44px}.rv-root img{display:block;max-width:100%;height:auto}.rv-root :where(button:disabled,input:disabled){cursor:not-allowed;opacity:.6}.rv-skip{position:absolute;z-index:10;left:1rem;top:-6rem;padding:.8rem;background:var(--rv-paper)}.rv-skip:focus{top:1rem}.rv-preview{font-size:.75rem;text-align:center;background:var(--rv-wash);padding:.5rem 1rem}.rv-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.4rem clamp(1rem,4vw,4rem);border-bottom:1px solid var(--rv-line)}.rv-brand{font:2.3rem/1 var(--rv-serif);text-decoration:none;letter-spacing:-.055em}.rv-brand span{display:block;font:.6rem/1.5 var(--rv-body);letter-spacing:.18em;margin-top:.55rem}.rv-header nav{display:flex;flex-wrap:wrap;gap:.4rem}.rv-header nav a{display:inline-flex;align-items:center;padding:.5rem .9rem;min-height:44px;text-decoration:none;border-radius:2rem;font-size:.9rem}.rv-header nav a[aria-current=page]{background:var(--rv-wash)}.rv-main{max-width:1440px;margin:auto;padding:clamp(1.5rem,4vw,4rem) clamp(1rem,4vw,4rem);min-height:62vh}.rv-footer{border-top:1px solid var(--rv-line);padding:2rem clamp(1rem,4vw,4rem);display:flex;gap:2rem;justify-content:space-between;font-size:.85rem}.rv-footer .rv-brand{font-size:1.8rem}.rv-stack{display:grid;gap:1.25rem}.rv-narrow{max-width:760px;margin-inline:auto}.rv-eyebrow{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase}.rv-muted{color:var(--rv-muted);font-size:.9rem}.rv-lede{font-size:1.15rem;max-width:fiftych;max-width:55ch}.rv-actions{display:flex;align-items:center;flex-wrap:wrap;gap:.8rem}.rv-button{border-radius:999px;display:inline-flex;align-items:center;justify-content:center;min-height:48px;border:1px solid var(--rv-ink);padding:.7rem 1.5rem;text-decoration:none!important;cursor:pointer;text-align:center;line-height:1.3;gap:.5rem}.rv-button--primary{background:var(--rv-ink);color:var(--rv-paper)!important}.rv-button--secondary{background:var(--rv-surface);color:var(--rv-ink)}.rv-button--quiet{background:transparent;color:var(--rv-ink);border-color:transparent;text-decoration:underline!important}.rv-button:hover:not(:disabled){box-shadow:0 0 0 2px var(--rv-line)}.rv-field{display:grid;gap:.45rem}.rv-field label{font-weight:700}.rv-field input{width:100%;border:1px solid var(--rv-line);border-radius:.8rem;background:var(--rv-surface);padding:.85rem 1rem}.rv-field input[aria-invalid=true]{border:2px solid var(--rv-danger)}.rv-field input[autocomplete=one-time-code]{font-size:1.7rem;letter-spacing:.25em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.rv-error-text{color:var(--rv-danger)}.rv-status{padding:1rem 1.25rem;border-radius:1rem;background:var(--rv-wash);font-size:.95rem}.rv-status--error{border:1px solid var(--rv-danger);color:var(--rv-danger);background:var(--rv-paper)}.rv-panel{padding:clamp(1rem,3.2vw,2.6rem);border:1px solid var(--rv-line);border-radius:var(--rv-radius);background:var(--rv-surface)}.rv-quiz{max-width:760px;margin-inline:auto}.rv-quiz fieldset{border:0;padding:0;min-width:0}.rv-quiz legend{font:clamp(1.6rem,3vw,2.5rem)/1.2 var(--rv-serif);padding:0 0 1rem;letter-spacing:-.03em}.rv-progress{display:grid;gap:.5rem;font-size:.85rem}.rv-progress progress{width:100%;height:.55rem;accent-color:var(--rv-accent);border:0;border-radius:1rem;overflow:hidden}.rv-progress progress::-webkit-progress-bar{background:var(--rv-wash)}.rv-progress progress::-webkit-progress-value{background:var(--rv-accent)}.rv-choices{display:grid;gap:.65rem;margin-block:.65rem}.rv-choice{display:flex;align-items:center;gap:.8rem;padding:.7rem 1rem;border:1px solid var(--rv-line);border-radius:1rem;min-height:56px;cursor:pointer;background:var(--rv-paper)}.rv-choice:has(input:checked){border-color:var(--rv-accent);background:var(--rv-wash);box-shadow:inset 0 0 0 1px var(--rv-accent)}.rv-choice input{width:20px;height:20px;min-height:20px;flex-shrink:0;accent-color:var(--rv-accent)}.rv-choice:has(input:focus-visible){outline:3px solid var(--rv-accent);outline-offset:3px}.rv-choice--image{display:grid;grid-template-columns:20px 1fr;align-content:start}.rv-choice--image img{grid-column:1/-1;width:100%;height:240px;object-fit:contain;border-radius:.75rem;background:#fff}.rv-choices--images{grid-template-columns:repeat(2,minmax(0,1fr))}.rv-quiz .rv-actions{justify-content:space-between}.rv-hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(1.5rem,5vw,5rem);padding-block:1.5rem 3rem}.rv-hero em{font-weight:400;color:var(--rv-accent)}.rv-collage{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:center;padding:1rem;background:var(--rv-wash);border-radius:45% 45% 2rem 2rem}.rv-collage img{width:100%;max-height:470px;object-fit:contain;border-radius:45% 45% 1rem 1rem;background:#fff}.rv-collage img:nth-child(2){margin-top:4rem}.rv-editorial-row{display:grid;grid-template-columns:1fr 2fr;gap:2rem;border-top:1px solid var(--rv-line);padding-block:2rem}.rv-profile{display:grid;grid-template-columns:minmax(180px,.7fr) minmax(0,2fr);gap:2rem;align-items:start}.rv-profile dt{color:var(--rv-muted);font-size:.9rem}.rv-profile dd{margin:0;font-size:1.05rem}.rv-definition{display:grid;gap:1rem}.rv-definition>div{padding-bottom:1rem;border-bottom:1px solid var(--rv-wash)}.rv-filters{display:flex;flex-wrap:wrap;gap:.5rem}.rv-filters a{padding:.5rem 1rem;border:1px solid var(--rv-line);border-radius:2rem;min-height:44px;text-decoration:none}.rv-filters a[aria-current=page]{background:var(--rv-ink);color:var(--rv-paper)}.rv-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.rv-card{display:grid;gap:.75rem;align-content:start;min-width:0}.rv-card h2{font-size:1.65rem}.rv-card img{width:100%;height:360px;object-fit:contain;border-radius:1.3rem;background:#fff}.rv-placeholder{display:grid;place-items:center;min-height:180px;border-radius:1.3rem;background:var(--rv-wash);color:var(--rv-muted);font-size:.8rem;padding:1.5rem;text-align:center}.rv-pagination{display:flex;justify-content:space-between;align-items:center;gap:1rem;border-top:1px solid var(--rv-line);padding-top:1.5rem}.rv-badge{font-size:.75rem;padding:.25rem .65rem;border-radius:1rem;background:var(--rv-wash);width:fit-content}.rv-document{max-width:760px;margin:auto;display:grid;gap:1.5rem}.rv-prose{font-size:1.08rem;line-height:1.8;display:grid;gap:1rem;white-space:pre-wrap}.rv-document h1{font-size:clamp(2rem,4.5vw,3.8rem)}@media(max-width:700px){.rv-header{flex-direction:column;align-items:flex-start;padding:1rem}.rv-header nav{width:100%;justify-content:space-between;gap:0}.rv-header nav a{padding:.5rem .55rem}.rv-main{padding:1.5rem 1rem}.rv-hero,.rv-profile{grid-template-columns:1fr}.rv-hero{padding-top:0}.rv-collage{max-width:460px;margin:auto}.rv-collage img{max-height:300px}.rv-footer{flex-direction:column;gap:1.25rem}.rv-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.rv-card img{height:270px}.rv-card h2{font-size:1.4rem}.rv-editorial-row{grid-template-columns:1fr;gap:1rem}.rv-panel{border-radius:1.15rem}.rv-choice--image img{height:170px}.rv-quiz legend{font-size:1.65rem}}@media(max-width:420px){.rv-grid{grid-template-columns:1fr}.rv-choice{padding:.65rem}.rv-button{padding:.75rem 1.15rem}.rv-choice--image img{height:140px}.rv-card img{height:350px}.rv-pagination{flex-wrap:wrap}}@media(prefers-reduced-motion:reduce){.rv-root *{scroll-behavior:auto!important;animation:none!important;transition:none!important}}body{background:#f8f8f3}.rv-root.st-app{--rv-paper:#f8f8f3;--rv-surface:#f8f8f3;--rv-ink:#20221e;--rv-muted:#55594f;--rv-line:#b9bdb0;--rv-wash:#e8eae0;--rv-accent:#455c00;--rv-radius:0;--rv-body:Arial,Helvetica,sans-serif;--rv-serif:Arial,Helvetica,sans-serif}.st-app :where(h1,h2,h3){font-weight:700;letter-spacing:-.05em}.st-app em{font-style:normal;color:#5b6541}.st-app .rv-header{border-color:#20221e;padding:22px clamp(20px,4.5vw,72px)}.st-app .rv-brand{font-family:Arial,Helvetica,sans-serif;font-size:48px;font-weight:800;letter-spacing:-.08em}.st-app .rv-brand span{font-size:10px;font-weight:700;letter-spacing:.12em}.st-app .rv-main{padding:clamp(28px,4.5vw,72px);min-height:62vh}.st-app :is(.rv-button,.rv-field input,.rv-status,.rv-panel,.rv-choice,.rv-choice--image img,.rv-filters a,.rv-card img,.rv-placeholder,.rv-badge,.rv-header nav a){border-radius:0}.st-app .rv-button{font-weight:700}.st-app .rv-button:hover:not(:disabled){box-shadow:none;background:#e1f06c;color:#20221e!important}.st-app .rv-choice:has(input:checked){background:#e1f06c;box-shadow:none;border-color:#20221e}.st-app .rv-quiz legend{font-weight:700}.st-app .rv-progress progress{border-radius:0}.st-app .rv-footer{padding:28px clamp(20px,4.5vw,72px)}.st-app .rv-card{border-top:1px solid #b9bdb0;padding-top:1rem}@media(max-width:700px){.st-app .rv-header{gap:18px}.st-app .rv-main{padding:28px 20px}.st-app .rv-header nav a{padding:.5rem .25rem}.st-app .rv-panel{padding:16px}}