@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,600;0,9..144,700;1,9..144,400&family=IBM+Plex+Mono:wght@400;500;600&family=Inter:wght@400;500;600;700&display=swap");.portal-root{--portal-ink:#0f172a;--portal-parchment:#f8fafc;--portal-parchment-dim:#ffffff;--portal-cotto:#059669;--portal-cotto-hover:#047857;--portal-olive:#10b981;--portal-gold:#cbd5e1;--portal-gold-light:#f1f5f9;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:#f8fafc;color:#0f172a;min-height:100vh}.portal-font-serif{font-family:Fraunces,Georgia,serif}.portal-font-mono{font-family:IBM Plex Mono,monospace}.portal-root ::-webkit-scrollbar{height:6px;width:6px}.portal-root ::-webkit-scrollbar-track{background:var(--portal-parchment-dim);border-radius:4px}.portal-root ::-webkit-scrollbar-thumb{background:var(--portal-gold);border-radius:4px}@keyframes stampIn{0%{transform:scale(1.3) rotate(-8deg);opacity:0}to{transform:scale(1) rotate(-3deg);opacity:1}}.portal-stamp-animation{animation:stampIn .35s cubic-bezier(.34,1.56,.64,1) forwards}@media (prefers-reduced-motion:reduce){.portal-stamp-animation{animation:none!important;transform:none!important}}.portal-perforated-border{border-bottom:2px dashed var(--portal-gold)}.portal-card{background-color:var(--portal-parchment-dim);border:1px solid var(--portal-gold);border-radius:.75rem;box-shadow:0 4px 12px rgba(27,42,74,.04)}.portal-button-cotto{background-color:var(--portal-cotto);color:#FFFFFF;font-weight:600;transition:all .2s ease}.portal-button-cotto:hover{background-color:var(--portal-cotto-hover);box-shadow:0 4px 12px rgba(193,80,46,.25)}.portal-badge-gold{background-color:rgba(176,141,87,.15);color:var(--portal-ink);border:1px dashed var(--portal-gold)}.portal-badge-olive{background-color:rgba(107,122,94,.15);color:#2B3821;border:1px solid var(--portal-olive)}.portal-badge-cotto{background-color:rgba(193,80,46,.15);color:var(--portal-cotto);border:1px solid var(--portal-cotto)}