@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--theme-primary: #696cff;--theme-primary-contrast: #ffffff;--theme-secondary: #8592a3;--theme-background: #eae8e4;--theme-surface: #f7f5f2;--theme-card: #f7f5f2;--theme-text: #566a7f;--theme-text-muted: #a1acb8;--theme-border: #e0ddd8;--theme-success: #71dd37;--theme-error: #ff3e1d;--theme-warning: #ffab00;--theme-radius-sm: 6px;--theme-radius-md: 10px;--theme-radius-lg: 16px;--theme-shadow-sm: 0 1px 4px rgba(20, 30, 45, .04);--theme-shadow-md: 0 4px 14px rgba(20, 30, 45, .06);--theme-shadow-lg: 0 8px 28px rgba(20, 30, 45, .08);--theme-font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;--theme-font-size-base: 14px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--theme-font-family);font-size:var(--theme-font-size-base);background-color:var(--theme-background);color:var(--theme-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;transition:background-color .3s ease,color .3s ease}#root{min-height:100dvh}html.patron-landing-lock,html.patron-landing-lock body{height:100%;overflow:hidden;overscroll-behavior:none}html.patron-landing-lock #root{height:100%;max-height:100%;min-height:0;overflow:hidden;box-sizing:border-box}.patron-landing-grain{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;opacity:.02;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)' opacity='0.5'/%3E%3C/svg%3E")}.patron-landing-scroll{scrollbar-width:none;-ms-overflow-style:none}.patron-landing-scroll::-webkit-scrollbar{display:none}html{scroll-behavior:smooth}::selection{background-color:#696cff24;color:inherit}::-webkit-scrollbar{width:7px;height:7px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--theme-border);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--theme-text-muted)}
