@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Josefin+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,700&display=swap";@import"https://fonts.googleapis.com/css2?family=Lato&display=swap";.public-shell{min-height:100vh;padding:12px;background:#fbfaf9;color:#101a42}.public-shell,.public-shell *{box-sizing:border-box}.public-shell__frame{display:grid;grid-template-columns:minmax(0,59%) minmax(380px,41%);height:calc(100vh - 24px);max-width:1440px;margin:0 auto;overflow:hidden;background:#fff;border:1px solid #e7ebf2;border-radius:14px;box-shadow:0 14px 70px #1c274814}.public-shell__visual{position:relative;height:calc(100vh - 24px);overflow:hidden;border-right:1px solid #e7ebf2}.public-shell__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:66% 50%}.public-shell__link-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.public-shell__wash{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,#fffffff7,#ffffffe8 30%,#ffffff6b 54%,#fff0 76%)}.public-shell__content{position:relative;z-index:3;width:min(470px,calc(100% - 56px));padding:108px 0 120px 72px}.public-shell__eyebrow{display:inline-flex;padding:10px 16px;color:#a428e5;font-size:15px;font-weight:800;background:#f8e8fb;border-radius:999px;box-shadow:0 8px 20px #a62ce814}.public-shell__title{margin:30px 0 0;color:#111b49;font-family:Josefin Slab,serif!important;font-size:68px;font-weight:700;line-height:.97;letter-spacing:0}.public-shell__copy{max-width:420px;margin:28px 0 0;color:#52637f;font-size:17px;font-weight:500;line-height:1.65}.public-shell__features{display:grid;gap:24px;margin-top:40px}.public-shell__feature{display:flex;align-items:center;gap:18px}.public-shell__feature-icon{display:grid;flex:0 0 auto;width:56px;height:56px;place-items:center;color:#643cff;background:#eee8ff;border-radius:50%}.public-shell__feature:nth-child(2) .public-shell__feature-icon{color:#ff2f98;background:#ffe6f0}.public-shell__feature:nth-child(3) .public-shell__feature-icon{color:#ff841a;background:#fff0df}.public-shell__feature h2{margin:0;color:#111b49;font-size:15px;font-weight:900}.public-shell__feature p{margin:4px 0 0;color:#5b6880;font-size:14px;font-weight:500;line-height:1.35}.public-shell__gallery{position:absolute;right:24px;bottom:24px;z-index:4;display:flex;align-items:center;gap:12px;max-width:calc(100% - 48px);padding:10px;background:#ffffffd6;border:1px solid rgba(223,228,236,.8);border-radius:999px;box-shadow:0 16px 44px #1c274824;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.public-shell__gallery button{display:grid;flex:0 0 auto;place-items:center;cursor:pointer;background:#fff;border:1px solid #dfe4ec}.public-shell__gallery-arrow{width:34px;height:34px;color:#4f35ff;border-radius:50%}.public-shell__thumbnails{display:flex;gap:8px;max-width:252px;overflow-x:auto;scrollbar-width:none}.public-shell__thumbnails::-webkit-scrollbar{display:none}.public-shell__thumbnail{width:54px;height:38px;padding:2px;overflow:hidden;border-radius:8px}.public-shell__thumbnail.is-active{border-color:#4f35ff}.public-shell__thumbnail img{width:100%;height:100%;object-fit:cover;border-radius:5px}.public-shell__main{display:flex;height:calc(100vh - 24px);flex-direction:column;overflow-y:auto;background:#fff}.public-shell__right-inner{display:flex;flex:1;flex-direction:column;justify-content:center;width:100%;max-width:560px;margin:0 auto;padding:44px 38px 24px}.public-shell__card{width:100%;padding:34px 30px;background:#fff;border:1px solid #dfe5ed;border-radius:14px;box-shadow:0 16px 48px #3f23630a}.public-shell__bottom-card{width:100%;margin-top:12px;padding:12px 18px;background:#fff;border:1px solid #dfe5ed;border-radius:10px}.public-shell__footer{width:100%;max-width:560px;margin:0 auto;padding:18px 38px 28px;border-top:1px solid #e7ebf2}.public-shell__footer-logo{width:76px;margin-bottom:14px}.public-shell__footer-links{display:flex;flex-wrap:wrap;gap:10px 20px}.public-shell__footer-links a{color:#69758f;font-size:13px;font-weight:500;text-decoration:none}.public-shell__copyright{margin-top:14px;color:#69758f;font-size:13px}html.dark .public-shell{background:#141517;color:#f1f3f5}html.dark .public-shell__frame,html.dark .public-shell__main,html.dark .public-shell__card,html.dark .public-shell__bottom-card,html.dark .public-shell__gallery,html.dark .public-shell__gallery button{background:#1a1b1e;border-color:#2c2e33;box-shadow:0 16px 48px #0000003d}html.dark .public-shell__visual,html.dark .public-shell__footer{border-color:#2c2e33}html.dark .public-shell__wash{background:linear-gradient(90deg,#141517f7,#141517e0 30%,#1415176b 54%,#14151700 76%)}html.dark .public-shell__eyebrow,html.dark .public-shell__feature-icon{background:#b483ff29;color:#d0b7ff}html.dark .public-shell__feature:nth-child(2) .public-shell__feature-icon{background:#ff2f9824;color:#ff9ccd}html.dark .public-shell__feature:nth-child(3) .public-shell__feature-icon{background:#ff841a24;color:#ffc078}html.dark .public-shell__title,html.dark .public-shell__feature h2{color:#f1f3f5}html.dark .public-shell__copy,html.dark .public-shell__feature p,html.dark .public-shell__footer-links a,html.dark .public-shell__copyright{color:#c1c2c5}@media (max-width: 1180px){.public-shell__frame{grid-template-columns:1fr;height:auto;min-height:calc(100vh - 24px)}.public-shell__visual{height:auto;min-height:720px;border-right:0;border-bottom:1px solid #e7ebf2}.public-shell__main{height:auto;min-height:auto;overflow-y:visible}}@media (max-width: 760px){.public-shell{padding:8px}.public-shell__frame{min-height:calc(100vh - 16px);border-radius:12px}.public-shell__visual{min-height:660px}.public-shell__wash{background:linear-gradient(90deg,#fffffff7,#ffffffeb 54%,#ffffff38)}.public-shell__content{width:auto;padding:68px 22px 120px}.public-shell__title{font-size:50px}.public-shell__copy{font-size:15px}.public-shell__gallery{right:14px;bottom:14px;left:14px;justify-content:space-between;max-width:none;border-radius:16px}.public-shell__thumbnails{max-width:calc(100vw - 132px)}.public-shell__right-inner{padding:28px 18px 18px}.public-shell__card{padding:28px 20px}.public-shell__footer{padding:18px 18px 24px}.public-shell--hide-visual-mobile .public-shell__visual,.public-shell--hide-main-mobile .public-shell__right-inner{display:none}.public-shell--hide-visual-mobile .public-shell__frame,.public-shell--hide-main-mobile .public-shell__frame{display:block}.public-shell--hide-visual-mobile .public-shell__main{min-height:calc(100vh - 16px)}}._footer_zfvf7_1{margin-top:rem(120px);border-top:rem(1px) solid light-dark(var(--mantine-color-gray-2),var(--mantine-color-dark-5))}._inner_zfvf7_11{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;padding-top:var(--mantine-spacing-xl);padding-bottom:var(--mantine-spacing-xl)}@media (max-width: $mantine-breakpoint-xs){._inner_zfvf7_11{flex-direction:column}}@media (max-width: $mantine-breakpoint-xs){._links_zfvf7_37{margin-top:var(--mantine-spacing-md)}}.public-event-qr-page{min-height:100vh;background:#fbfaf9;color:#111b49}.public-event-qr-hero{overflow:hidden;color:#fff;background:radial-gradient(circle at 90% 12%,rgba(255,255,255,.19),transparent 25%),linear-gradient(115deg,#3f256f,#7345ba 55%,#b483ff)}.public-event-qr-eyebrow{color:#60359e!important;background:#fff!important;font-weight:800}.public-event-qr-title{margin-top:16px;font-size:clamp(34px,5vw,56px);font-weight:900;line-height:1.04}.public-event-qr-copy{max-width:570px;margin-top:12px;color:#ffffffd9;font-size:17px;line-height:1.55}.public-event-qr-create{margin-top:22px;color:#60359e;background:#fff}.public-event-qr-create:hover{color:#4d2a82;background:#f4edff}.public-event-qr-search{max-width:520px;margin-top:28px}.public-event-qr-search input{background:#fff;box-shadow:0 12px 30px #1f103f33}.public-event-qr-card{height:100%;overflow:hidden;cursor:pointer;border-color:#e3e5ed;background:#fff;box-shadow:0 12px 28px #1b21370d;transition:transform .16s ease,box-shadow .16s ease}.public-event-qr-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px #1b21371c}.public-event-qr-card:focus-visible{outline:3px solid #b483ff;outline-offset:3px}.public-event-qr-card--disabled{cursor:not-allowed;opacity:.74}.public-event-qr-card--disabled:hover{transform:none;box-shadow:0 12px 28px #1b21370d}.public-event-qr-icon{flex:0 0 auto;color:#8052ca}.public-event-qr-action{margin-top:auto;background:#7549bd}.public-event-qr-action:hover{background:#623aa6}.public-event-qr-empty{display:grid;min-height:250px;place-content:center;text-align:center;color:#7549bd;background:#fff}.public-event-qr-empty .mantine-Text-root{color:inherit}.public-event-qr-empty .mantine-Text-root[style]{color:#69758f}html.dark .public-event-qr-page{background:#141517;color:#f1f3f5}html.dark .public-event-qr-card,html.dark .public-event-qr-empty{border-color:#343a40;background:#25262b}html.dark .public-event-qr-empty .mantine-Text-root[style]{color:#c1c2c5}.scanner-access{width:100%}.scanner-access__hero,.scanner-access__panel,.scanner-access__stat,.scanner-access__progress{border-color:#dfe5ed!important;box-shadow:0 16px 48px #3f23630a}.scanner-access__hero{background:#fff}.scanner-access__title{color:#111b49;font-size:28px;line-height:1.12;letter-spacing:0}.scanner-access__badge{background:#f8e8fb!important;color:#a428e5!important;font-weight:800}.scanner-access__progress,.scanner-access__stat{background:#fbfaf9}.scanner-access__accent{color:#a428e5}.scanner-access__panel{background:#fff}.scanner-access__camera{overflow:hidden;border:3px solid #b483ff;box-shadow:inset 0 0 0 1px #ffffff1f}html.dark .scanner-access__hero,html.dark .scanner-access__panel,html.dark .scanner-access__stat,html.dark .scanner-access__progress{border-color:#2c2e33!important;background:#1a1b1e;box-shadow:0 16px 48px #0000003d}html.dark .scanner-access__title{color:#f1f3f5}html.dark .scanner-access__badge{background:#b483ff29!important;color:#d0b7ff!important}html.dark .scanner-access__progress,html.dark .scanner-access__stat{background:#25262b}html.dark .scanner-access__accent{color:#d0b7ff}@media (max-width: 760px){.scanner-access__title{font-size:24px}}._card_tjen3_1{position:relative;background-color:var(--mantine-color-body);height:100%;display:flex;flex-direction:column}._thumbnailFrame_tjen3_9{width:100%;aspect-ratio:16 / 10;overflow:hidden;background:#f5f6f8}._thumbnailLink_tjen3_16{display:block;width:100%;height:100%}._thumbnail_tjen3_9{display:block;width:100%;height:100%;object-fit:contain}._rating_tjen3_30{position:absolute;top:var(--mantine-spacing-xs);right:12px;pointer-events:none}._title_tjen3_44{display:block;margin-top:var(--mantine-spacing-md);margin-bottom:5px}._action_tjen3_56{background-color:light-dark(var(--mantine-color-gray-0),var(--mantine-color-dark-5));@mixin hover{background-color: light-dark(var(--mantine-color-gray-1),var(--mantine-color-dark-6));}}._footer_tjen3_72{margin-top:var(--mantine-spacing-md)}._content_mdwui_1{width:100%;max-width:100%;min-width:0;color:#334155;font-size:clamp(1rem,.97rem + .15vw,1.08rem);line-height:1.8;overflow-wrap:anywhere}._content_mdwui_1 p{margin:0 0 1.25rem}._content_mdwui_1 h1,._content_mdwui_1 h2,._content_mdwui_1 h3,._content_mdwui_1 h4,._content_mdwui_1 h5,._content_mdwui_1 h6{margin:2rem 0 .75rem;color:#172033;font-weight:700;line-height:1.25}._content_mdwui_1 h1{font-size:clamp(1.7rem,3vw,2.25rem)}._content_mdwui_1 h2{font-size:clamp(1.4rem,2.5vw,1.75rem)}._content_mdwui_1 h3{font-size:clamp(1.2rem,2vw,1.4rem)}._content_mdwui_1 ul,._content_mdwui_1 ol{margin:0 0 1.3rem;padding-left:1.5rem}._content_mdwui_1 ul{list-style:disc}._content_mdwui_1 ol{list-style:decimal}._content_mdwui_1 li{margin:.35rem 0;padding-left:.25rem}._content_mdwui_1 blockquote{margin:1.75rem 0;padding:.85rem 1rem;border-left:4px solid #6b46c1;border-radius:0 .5rem .5rem 0;background:#f7f5ff;color:#4b5563;font-style:italic}._content_mdwui_1 code{border-radius:.25rem;background:#eef2f7;padding:.12rem .3rem;font-size:.9em}._content_mdwui_1 pre{max-width:100%;margin:1.25rem 0;overflow-x:auto;border-radius:.5rem;background:#172033;padding:1rem;color:#f8fafc;font-size:.875em;line-height:1.55}._content_mdwui_1 pre code{padding:0;background:transparent;color:inherit}._content_mdwui_1 a{color:#6339ad;font-weight:600;text-decoration:underline}._image_mdwui_68{display:block;width:100%;max-width:100%;height:auto;max-height:38rem;margin:1.75rem auto;border-radius:.75rem;object-fit:contain}@media (max-width: 36rem){._content_mdwui_1{line-height:1.7}._content_mdwui_1 blockquote{margin:1.25rem 0}._image_mdwui_68{margin:1.25rem auto;border-radius:.5rem}}._page_1pje3_1{max-width:72rem}._layout_1pje3_2{display:grid;grid-template-columns:minmax(0,1fr) 17rem;gap:1.5rem;align-items:start}._article_1pje3_8{background:#fff}._sidebar_1pje3_9{position:sticky;top:1rem;padding:1rem;border:1px solid #e9ecef;border-radius:.75rem;background:#fff}._recentGist_1pje3_17{display:grid;grid-template-columns:4.5rem minmax(0,1fr);gap:.65rem;align-items:center;min-height:4.5rem;padding:.35rem;border-radius:.5rem;text-decoration:none}._recentGist_1pje3_17:hover{background:#f7f5ff}._recentImage_1pje3_28{width:4.5rem;height:4.5rem;border-radius:.4rem;object-fit:cover}._articleBody_1pje3_34{padding:2rem}._heroFrame_1pje3_35{width:100%;height:clamp(12rem,42vw,28rem);overflow:hidden;border-radius:1rem 1rem 0 0;background:#f1f3f5}._hero_1pje3_35{display:block;width:100%;height:100%;object-fit:cover}._meta_1pje3_49{letter-spacing:.01em}@media (max-width: 36rem){._layout_1pje3_2{grid-template-columns:1fr;gap:1.25rem}._article_1pje3_8{border-radius:.75rem}._heroFrame_1pje3_35{border-radius:.75rem .75rem 0 0}._articleBody_1pje3_34{padding:1rem}._sidebar_1pje3_9{position:static}}@media (min-width: 36.01rem) and (max-width: 64rem){._layout_1pje3_2{grid-template-columns:1fr}._sidebar_1pje3_9{position:static}}._page_ixhes_1{min-height:100vh;background:#faf9ff}._topbar_ixhes_2{width:min(100% - 2rem,76rem);margin:0 auto;padding:1rem 0}._content_ixhes_3{width:min(100% - 2rem,76rem);margin:0 auto;padding-bottom:3rem}._hero_ixhes_4{margin:.5rem 0 1.75rem;padding:clamp(1.5rem,4vw,3rem);border-radius:1rem;background:linear-gradient(135deg,#4c1d95,#7c3aed);color:#fff}._heroTitle_ixhes_5{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.05}._heroCopy_ixhes_6{max-width:39rem;margin-top:.75rem;color:#ffffffdb;font-size:1.05rem;line-height:1.6}._detailLayout_ixhes_7{display:grid;grid-template-columns:minmax(0,1fr) 17rem;gap:1.5rem;align-items:start}._detail_ixhes_7{min-width:0;overflow:hidden;background:#fff}._heroFrame_ixhes_9{width:100%;height:clamp(12rem,40vw,27rem);overflow:hidden;background:#f1f3f5}._heroFigure_ixhes_10{display:block;width:100%;height:100%;margin:0}._heroImage_ixhes_11{display:block;width:100%;height:100%;object-fit:cover}._body_ixhes_12{min-width:0;max-width:100%;padding:clamp(1.25rem,4vw,2.5rem);overflow-wrap:anywhere}._body_ixhes_12 img{max-width:100%}._body_ixhes_12 a{overflow-wrap:anywhere}._sidebar_ixhes_20{position:sticky;top:1rem;padding:1rem;border:1px solid #e9ecef;border-radius:.75rem;background:#fff}._recent_ixhes_21{display:grid;grid-template-columns:4rem minmax(0,1fr);gap:.65rem;align-items:center;padding:.4rem;border-radius:.5rem;text-decoration:none}._recent_ixhes_21:hover{background:#f7f5ff}._recentFigure_ixhes_23{display:block;width:4rem;height:4rem;margin:0;overflow:hidden;border-radius:.4rem}._recentImage_ixhes_24{display:block;width:100%;height:100%;object-fit:cover}@media (max-width: 64rem){._detailLayout_ixhes_7{grid-template-columns:1fr}._sidebar_ixhes_20{position:static}}@media (max-width: 36rem){._topbar_ixhes_2,._content_ixhes_3{width:min(100% - 1rem,76rem)}._hero_ixhes_4{border-radius:.75rem}._body_ixhes_12{padding:1rem}._heroFrame_ixhes_9{height:12rem}}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}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;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.bottom-0{bottom:0}.right-0{right:0}.z-20{z-index:20}.\!mx-auto{margin-left:auto!important;margin-right:auto!important}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-\[10px\]{margin-top:10px;margin-bottom:10px}.my-\[5px\]{margin-top:5px;margin-bottom:5px}.-ml-10{margin-left:-2.5rem}.-ml-4{margin-left:-1rem}.-mt-1{margin-top:-.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-\[7px\]{margin-right:7px}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-\[10px\]{margin-top:10px}.block{display:block}.inline{display:inline}.flex{display:flex}.hidden{display:none}.h-16{height:4rem}.h-\[100px\]{height:100px}.h-\[10px\]{height:10px}.h-\[15px\]{height:15px}.h-\[20px\]{height:20px}.h-\[25px\]{height:25px}.h-\[40px\]{height:40px}.h-\[50px\]{height:50px}.h-\[60px\]{height:60px}.h-\[70px\]{height:70px}.h-\[8px\]{height:8px}.h-full{height:100%}.h-screen{height:100vh}.\!max-h-\[500px\]{max-height:500px!important}.min-h-\[90px\]{min-height:90px}.\!w-full{width:100%!important}.w-16{width:4rem}.w-\[100px\]{width:100px}.w-\[10px\]{width:10px}.w-\[150px\]{width:150px}.w-\[15px\]{width:15px}.w-\[20px\]{width:20px}.w-\[250px\]{width:250px}.w-\[25px\]{width:25px}.w-\[300px\]{width:300px}.w-\[35\%\]{width:35%}.w-\[50\%\]{width:50%}.w-\[50px\]{width:50px}.w-\[70px\]{width:70px}.w-\[8px\]{width:8px}.w-\[90\%\]{width:90%}.w-full{width:100%}.min-w-0{min-width:0px}.max-w-\[1540px\]{max-width:1540px}.max-w-\[50\%\]{max-width:50%}.max-w-\[90\%\]{max-width:90%}.max-w-full{max-width:100%}.flex-1{flex:1 1 0%}.grow{flex-grow:1}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-2{gap:.5rem}.self-start{align-self:flex-start}.break-all{word-break:break-all}.rounded-\[10px\]{border-radius:10px}.rounded-\[20px\]{border-radius:20px}.rounded-\[25px\]{border-radius:25px}.rounded-\[50px\]{border-radius:50px}.rounded-\[5px\]{border-radius:5px}.rounded-\[70px\]{border-radius:70px}.rounded-\[8px\]{border-radius:8px}.rounded-full{border-radius:9999px}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-4{border-width:4px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-b-\[\.7px\]{border-bottom-width:.7px}.border-l{border-left-width:1px}.border-r-4{border-right-width:4px}.border-solid{border-style:solid}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity))}.border-black{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}.border-color-3{--tw-border-opacity: 1;border-color:rgb(131 211 196 / var(--tw-border-opacity))}.border-color-4{--tw-border-opacity: 1;border-color:rgb(255 111 97 / var(--tw-border-opacity))}.border-primary{border-color:#b483ff}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.border-r-color-4{--tw-border-opacity: 1;border-right-color:rgb(255 111 97 / var(--tw-border-opacity))}.border-r-green-400{--tw-border-opacity: 1;border-right-color:rgb(74 222 128 / var(--tw-border-opacity))}.border-r-primary{border-right-color:#b483ff}.border-r-red-500{--tw-border-opacity: 1;border-right-color:rgb(239 68 68 / var(--tw-border-opacity))}.border-r-yellow-400{--tw-border-opacity: 1;border-right-color:rgb(250 204 21 / var(--tw-border-opacity))}.border-t-transparent{border-top-color:transparent}.bg-\[\#228be6\]{--tw-bg-opacity: 1;background-color:rgb(34 139 230 / var(--tw-bg-opacity))}.bg-\[\#e2e8f0\]{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity))}.bg-amber-50\/80{background-color:#fffbebcc}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-blue-700{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity))}.bg-color-13{background-color:#6689df}.bg-color-15{background-color:#c4c4c4}.bg-color-4{--tw-bg-opacity: 1;background-color:rgb(255 111 97 / var(--tw-bg-opacity))}.bg-color-6{--tw-bg-opacity: 1;background-color:rgb(110 125 145 / var(--tw-bg-opacity))}.bg-color-9{--tw-bg-opacity: 1;background-color:rgb(183 169 169 / var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.bg-primary{background-color:#b483ff}.bg-red-400{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}.bg-slate-50{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.object-contain{-o-object-fit:contain;object-fit:contain}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-\[10px\]{padding:10px}.px-1{padding-left:.25rem;padding-right:.25rem}.px-4{padding-left:1rem;padding-right:1rem}.px-\[10px\]{padding-left:10px;padding-right:10px}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.pb-2{padding-bottom:.5rem}.text-center{text-align:center}.\!font-primary{font-family:Inter!important}.text-\[10px\]{font-size:10px}.text-\[13px\]{font-size:13px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.\!font-bold{font-weight:700!important}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.\!text-\[\#B483FFFF\]{color:#b483ff!important}.\!text-gray-500{--tw-text-opacity: 1 !important;color:rgb(107 114 128 / var(--tw-text-opacity))!important}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity))}.text-color-13{color:#6689df}.text-color-4{--tw-text-opacity: 1;color:rgb(255 111 97 / var(--tw-text-opacity))}.text-color-9{--tw-text-opacity: 1;color:rgb(183 169 169 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.no-underline{text-decoration-line:none}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}*{scrollbar-width:none;scrollbar-color:transparent transparent}*:hover{scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.55) transparent}*::-webkit-scrollbar{width:0;height:0}*:hover::-webkit-scrollbar{width:6px;height:6px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{border-radius:999px;background-color:transparent}*:hover::-webkit-scrollbar-thumb{background-color:#94a3b88c}*:hover::-webkit-scrollbar-thumb:hover{background-color:#64748bc7}body,div,h1,h2,h3,h4,h5,h6,span,p{font-family:Inter!important}.app_nav_Btn{width:100%;border-radius:10px;padding:10px}.home-mobile-header{display:none}.home-mobile-signup{background:#b483ff}.home-mobile-signup:hover{background:#9d6df3}.dashboard-sidebar{background:#fff;border-right:1px solid #eef0f6;box-shadow:0 18px 50px #171e360f;scrollbar-width:none;scrollbar-color:transparent transparent}.dashboard-sidebar:hover{scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.55) transparent}.dashboard-sidebar::-webkit-scrollbar,.dashboard-sidebar *::-webkit-scrollbar{width:0;height:0}.dashboard-sidebar:hover::-webkit-scrollbar,.dashboard-sidebar:hover *::-webkit-scrollbar{width:6px;height:6px}.dashboard-sidebar::-webkit-scrollbar-track,.dashboard-sidebar *::-webkit-scrollbar-track{background:transparent}.dashboard-sidebar::-webkit-scrollbar-thumb,.dashboard-sidebar *::-webkit-scrollbar-thumb{border-radius:999px;background-color:transparent}.dashboard-sidebar:hover::-webkit-scrollbar-thumb,.dashboard-sidebar:hover *::-webkit-scrollbar-thumb{background-color:#94a3b88c}.dashboard-sidebar .mantine-ScrollArea-scrollbar{opacity:0;transition:opacity .16s ease}.dashboard-sidebar:hover .mantine-ScrollArea-scrollbar,.dashboard-sidebar .mantine-ScrollArea-scrollbar[data-state=visible]{opacity:1}.dashboard-sidebar .mantine-ScrollArea-thumb{background-color:#94a3b88c}.dashboard-sidebar-section{margin:16px 0 8px;padding-left:10px;color:#7c3aed;font-size:11px;font-weight:800;letter-spacing:0;text-transform:uppercase}.app_nav_Btn{color:#111827;transition:background-color .16s ease,color .16s ease,transform .16s ease}.app_nav_Btn:hover,.app_nav_Btn--active{background:#f1e9ff;color:#7c3aed}.app_nav_Btn--danger{color:#ef4444}.app_nav_Icon{color:#6471a3}.app_nav_Btn:hover .app_nav_Icon,.app_nav_Btn--active .app_nav_Icon{color:#7c3aed}.dashboard-header{border-bottom:1px solid #eef0f6;background:#fff;box-shadow:0 10px 28px #1f26430a}.dashboard-header-search{width:min(100%,620px)}.dashboard-header-search input,.dashboard-profile-button{border:1px solid #e7eaf3;border-radius:8px;box-shadow:0 8px 24px #1f26430d}.dashboard-header .mantine-ActionIcon-root{border:0;border-radius:8px;box-shadow:none}.dashboard-profile-button{background:#fff}.dashboard-welcome{padding:22px;border:1px solid #edf0f7;border-radius:8px;background:linear-gradient(100deg,#fff2ef,#fff7fb 48%,#eef5ff);box-shadow:0 12px 34px #4448670f}.dashboard-card{min-height:100%;border:1px solid #edf0f7;border-radius:8px;background:#fff;box-shadow:0 12px 34px #4448670f}.dashboard-page{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:18px;align-items:start}.dashboard-main,.dashboard-rail{display:flex;flex-direction:column;gap:18px;min-width:0}.dashboard-rail-section{min-height:0;padding:14px}.dashboard-rail-item{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:center;width:100%;padding:9px 0;border-bottom:1px solid #f0f2f7;text-align:left;transition:background-color .16s ease}.dashboard-rail-item:last-child{border-bottom:0}.dashboard-rail-item:hover{background:#fbfcff}.dashboard-rail-item-placeholder{display:grid;width:38px;height:38px;place-items:center;border-radius:8px;color:#7c3aed;background:#ede9fe}.dashboard-top-grid{display:grid;grid-template-columns:1fr;gap:18px;min-width:0}.dashboard-bottom-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.dashboard-wide-card{grid-column:1 / -1}.dashboard-card .mantine-Card-cardSection,.dashboard-card{overflow:hidden}.dashboard-upcoming-card{min-height:285px}.public-events-rail{display:flex;gap:12px;overflow-x:auto;padding:2px 2px 10px;scrollbar-width:thin}.public-event-rail-card{flex:0 0 164px;min-height:142px;text-align:left;border:1px solid #ece9ff;border-radius:12px;padding:12px;background:linear-gradient(145deg,#faf9ff,#fff);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.public-event-rail-card:hover{transform:translateY(-2px);box-shadow:0 8px 18px #7c3aed21}.upcoming-event-gift-cue{display:inline-flex;align-items:center;gap:4px;margin-top:8px;padding:4px 7px;border-radius:999px;color:#6d28d9;background:#ede9fe;font-size:11px;font-weight:800;line-height:1}.public-events-dashboard-empty{min-height:118px;display:flex;align-items:center;gap:12px;padding:18px;border:1px dashed #d8cffd;border-radius:12px;background:linear-gradient(100deg,#fbfaff,#fff)}.public-events-dashboard-empty .mantine-Button-root{margin-left:auto}.public-events-page{max-width:1120px;margin:0 auto}.public-events-hero{padding:24px;border:1px solid #e9e3ff;border-radius:14px;background:linear-gradient(115deg,#f5f0ff,#fff7fb 58%,#fff)}.public-event-card{min-height:220px;border:1px solid #eeeaf8;border-radius:12px;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.public-event-card:hover{transform:translateY(-3px);box-shadow:0 12px 24px #4448671f}.public-events-empty{display:grid;place-items:center;padding:42px 24px;text-align:center;border:1px dashed #d8cffd;border-radius:14px}@media (max-width: 500px){.public-events-dashboard-empty{align-items:flex-start;flex-wrap:wrap}.public-events-dashboard-empty .mantine-Button-root{margin-left:36px}}.dashboard-primary-btn{background:#7c3aed}.dashboard-primary-btn:hover{background:#6d28d9}.dashboard-list-row,.dashboard-feed-row{padding:10px 0;border-bottom:1px solid #f0f2f7}.dashboard-list-row:last-child,.dashboard-feed-row:last-child{border-bottom:0}.dashboard-list-row--clickable,.dashboard-event-summary,.calendar-preview-item--clickable{cursor:pointer;transition:background-color .16s ease,border-color .16s ease}.dashboard-list-row--clickable:hover,.dashboard-event-summary:hover,.calendar-preview-item--clickable:hover{background:#fbfcff}.dashboard-calendar-card{min-width:0}.dashboard-rail-calendar-card .dashboard-calendar-layout{grid-template-columns:1fr}.dashboard-rail-calendar-card .calendar-events-preview{border-left:0;border-top:1px solid #edf0f7;padding-left:0;padding-top:12px}.dashboard-rail-calendar-card .mantine-Badge-root{max-width:100%}.dashboard-calendar-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(130px,.6fr);gap:14px;align-items:start;min-width:0}.calendar-events-preview{border-left:1px solid #edf0f7;padding-left:14px}.calendar-preview-item{display:grid;grid-template-columns:38px 8px minmax(0,1fr);gap:8px;align-items:start;width:100%;margin-bottom:12px;padding:6px;border-radius:8px;text-align:left}.calendar-preview-thumbnail{overflow:hidden;background:#ede9fe}.calendar-preview-thumbnail--placeholder{display:grid;width:38px;height:38px;place-items:center;border-radius:8px;color:#7c3aed}.calendar-preview-item i{width:7px;height:7px;border-radius:999px;margin-top:7px}.calendar-day{position:relative;min-height:34px;border-radius:8px;color:#111827;font-size:12px;font-weight:700;transition:background-color .16s ease,color .16s ease}.calendar-day:disabled{cursor:default}.calendar-day:hover:not(:disabled),.calendar-day--active{background:#7c3aed;color:#fff}.calendar-markers{min-height:8px}.calendar-markers i,.legend-dot{display:inline-block;width:6px;height:6px;border-radius:999px}.dashboard-stat,.dashboard-wallet-box{padding:12px;border:1px solid #edf0f7;border-radius:8px;background:#fbfcff}.dashboard-stat{text-align:center}.event-image-preview{padding:8px;border-radius:8px;background:#fbfcff}.posts-page{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:22px;align-items:start}.posts-main,.posts-rail{display:flex;flex-direction:column;gap:16px;min-width:0}.posts-main{max-width:860px}.posts-rail{position:sticky;top:104px;max-height:calc(100vh - 124px);overflow-y:auto;padding-right:2px}.posts-tabs{padding:14px 18px;border-bottom:1px solid #edf0f7}.posts-tab{color:#394065;border-radius:8px}.posts-tab--active{color:#7c3aed;background:#f1e9ff}.posts-composer-shell{padding:16px 18px 8px}.posts-composer-shell>.mantine-Paper-root{border:0;box-shadow:none;padding:0;background:transparent}.posts-composer-shell textarea{min-height:70px;border:1px solid #e7eaf3;border-radius:8px;background:#fbfcff}.posts-composer-shell .mantine-Group-root:has(.mantine-Button-root.bg-color-4){margin-top:10px}.posts-composer-actions{padding-top:8px;border-top:1px solid #f0f2f7}.posts-composer-actions .mantine-Button-root,.posts-search input{border:1px solid #e7eaf3;border-radius:8px;background:#fff}.posts-readonly-composer{display:flex;align-items:center;gap:14px;padding:18px}.posts-search{max-width:100%}.posts-main>.mantine-Paper-root{border:1px solid #edf0f7;border-radius:8px;background:#fff;box-shadow:0 12px 34px #4448670f}.posts-main>.mantine-Paper-root .mantine-Carousel-root img,.posts-main>.mantine-Paper-root .mantine-Image-root img{border-radius:8px}.posts-event-row{padding:10px 0;border-bottom:1px solid #f0f2f7}.posts-event-row:last-child{border-bottom:0}.posts-event-gift{flex:0 0 auto;color:#6d28d9}.posts-date-badge{width:48px;height:48px;padding:4px;border-radius:8px}.posts-date-badge .mantine-Badge-inner{display:flex;flex-direction:column;line-height:1}.posts-friend-remove{border-color:#e7eaf3;color:#6471a3;border-radius:8px;background:#fff}.posts-friend-remove:hover{color:#ef4444;background:#fff5f5}.contest-page{width:100%;max-width:900px;margin:0 auto}.contest-page .posts-main{max-width:none}.contest-hero-card{margin-bottom:16px}.contest-hero{padding:24px;background:linear-gradient(100deg,#fff2ef,#fff7fb 48%,#eef5ff)}.contest-eyebrow{width:-moz-fit-content;width:fit-content;border:1px solid #e2d8ff;color:#7c3aed;background:#f1e9ff}.contest-title{max-width:680px;color:#111827;font-size:30px;font-weight:900;line-height:1.14}.contest-copy{max-width:620px;color:#6471a3;font-size:15px}.contest-stats{flex-shrink:0;gap:10px}.contest-stat{min-width:92px;padding:10px 12px;border:1px solid #edf0f7;border-radius:8px;background:#ffffffd6;box-shadow:0 8px 24px #1f26430d}.contest-search{margin-bottom:14px}.contest-filter-card{margin-bottom:16px}.contest-category-row{min-height:44px;align-items:center;gap:8px;padding-bottom:2px}.contest-category-tab{flex-shrink:0;color:#394065;border-radius:8px;background:#fbfcff}.contest-category-tab:hover{background:#f1e9ff}.contest-category-tab--active{color:#7c3aed;background:#f1e9ff}.contest-results-card{margin-top:14px}.contest-empty{min-height:220px;width:100%;align-items:center;justify-content:center;flex-direction:column;gap:8px;padding:32px 16px;border:1px dashed #e2d8ff;border-radius:8px;background:#fbfcff}.friends-page{width:100%;max-width:1120px;margin:0 auto}.friends-shell{width:100%}.friends-hero{padding:22px;border-bottom:1px solid #edf0f7;background:linear-gradient(100deg,#fff2ef,#fff7fb 48%,#eef5ff)}.friends-count-pill{flex-shrink:0;padding:9px 12px;border:1px solid #edf0f7;border-radius:8px;background:#fffc;box-shadow:0 8px 24px #1f26430d}.friends-tabs{padding:14px 18px;border-bottom:1px solid #edf0f7}.friends-tab{color:#394065;border-radius:8px}.friends-tab--active{color:#7c3aed;background:#f1e9ff}.friends-search-row{padding:16px 18px 8px}.friends-search{width:min(100%,620px)}.friends-search input{border:1px solid #e7eaf3;border-radius:8px;background:#fbfcff}.friends-content{display:block;padding:10px 18px 20px}.friends-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px;width:100%}.friends-list{display:flex;flex-direction:column;gap:12px;width:100%}.friend-card{width:100%;margin:0;border-color:#edf0f7;border-radius:8px;background:#fff;box-shadow:0 8px 24px #1f26430d}.friend-card-inner,.friend-card-user-row,.friend-card-profile{display:flex;min-width:0}.friend-card-inner{align-items:flex-start;gap:12px}.friend-card-user-row{align-items:center;justify-content:space-between;gap:12px}.friend-card-profile{align-items:center;gap:12px}.friend-card-copy{min-width:0;flex:1}.friend-card-actions{display:flex;flex-wrap:wrap;gap:8px}.friend-card-primary{border-radius:8px;background:#6689df}.friend-card-primary:hover{background:#5778c9}.friend-card-secondary{margin:0;border-color:#e7eaf3;border-radius:8px;color:#6471a3;background:#fff}.friend-card-secondary:hover{color:#ef4444;background:#fff5f5}.friends-empty{grid-column:1 / -1;min-height:220px;width:100%;align-items:center;justify-content:center;flex-direction:column;gap:8px;padding:32px 16px;border:1px dashed #e2d8ff;border-radius:8px;background:#fbfcff}.marketplace-page{width:100%;max-width:1240px;margin:0 auto;padding:18px;gap:18px}.marketplace-topbar{width:100%}.marketplace-back-btn,.marketplace-buy-btn{border-radius:8px;background:#b483ff}.marketplace-back-btn:hover,.marketplace-buy-btn:hover{background:#9d6df3}.marketplace-hero{overflow:hidden;border:1px solid #edf0f7;border-radius:8px;background:linear-gradient(100deg,#fff2ef,#fff7fb 48%,#eef5ff);box-shadow:0 12px 34px #4448670f}.marketplace-hero-inner{padding:28px}.marketplace-eyebrow{width:-moz-fit-content;width:fit-content;border:1px solid #e2d8ff;color:#7c3aed;background:#f1e9ff}.marketplace-title{max-width:720px;color:#111827;font-size:34px;font-weight:900;line-height:1.12}.marketplace-copy{max-width:620px;color:#6471a3;font-size:15px}.marketplace-count-pill{flex-shrink:0;min-width:130px;padding:12px;border:1px solid #edf0f7;border-radius:8px;background:#ffffffd6;box-shadow:0 8px 24px #1f26430d}.marketplace-section-title{padding:4px 2px}.marketplace-grid{width:100%}.marketplace-product-card{height:100%;border-color:#edf0f7;border-radius:8px;background:#fff;box-shadow:0 10px 28px #1f26430d;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.marketplace-product-card:hover{border-color:#e2d8ff;box-shadow:0 16px 38px #44486717;transform:translateY(-2px)}.marketplace-product-media{overflow:hidden;border-radius:8px;background:#f4f6fb}.marketplace-product-media img{width:100%;-o-object-fit:cover;object-fit:cover}.marketplace-product-title{min-width:0;color:#111827}.marketplace-price-badge{flex-shrink:0;color:#6689df;background:#eef5ff}.marketplace-product-copy{min-height:63px}.marketplace-empty{min-height:260px;width:100%;align-items:center;justify-content:center;flex-direction:column;gap:8px;padding:32px 16px;border:1px dashed #e2d8ff;border-radius:8px;background:#fbfcff}.marketplace-drawer{border-left:1px solid #edf0f7}.marketplace-drawer-header{border-bottom:1px solid #edf0f7}.marketplace-checkout-summary{gap:6px;padding:14px;border:1px solid #edf0f7;border-radius:8px;background:#fbfcff}.profile-page{display:grid;grid-template-columns:minmax(0,760px) 390px;gap:56px;align-items:start;width:100%;max-width:1260px;margin:0 auto}.profile-main{min-width:0}.profile-shell{width:100%}.profile-hero{padding:24px;border-bottom:1px solid #edf0f7;background:linear-gradient(100deg,#fff2ef,#fff7fb 48%,#eef5ff)}.profile-identity{min-width:0}.profile-avatar{flex-shrink:0;border:4px solid rgba(255,255,255,.88);box-shadow:0 12px 34px #44486724}.profile-identity-copy{min-width:0;max-width:100%}.profile-identity-copy .mantine-Text-root{max-width:100%}.profile-name{max-width:100%;color:#111827;font-size:28px;font-weight:900;line-height:1.15;word-break:break-word}.profile-actions{flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;gap:10px}.profile-primary-btn{border-radius:8px;background:#b483ff}.profile-primary-btn:hover{background:#9d6df3}.profile-outline-btn{border-color:#e7eaf3;border-radius:8px;color:#7c3aed;background:#fff}.profile-outline-btn:hover{background:#f1e9ff}.profile-friend-badge{background:#6689df}.profile-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:14px 18px;border-bottom:1px solid #edf0f7}.profile-stat-tab{min-width:0;border:1px solid #edf0f7;border-radius:8px;background:#fbfcff;transition:background-color .16s ease,border-color .16s ease}.profile-stat-tab .mantine-Button-root{width:100%;height:auto;min-height:48px;color:#394065;border-radius:8px}.profile-stat-tab--active{border-color:#e2d8ff;background:#f1e9ff}.profile-stat-tab--active .mantine-Button-root{color:#7c3aed}.profile-content{display:block;padding:16px 18px 20px}.profile-content>div,.profile-content>.mantine-Flex-root{width:100%}.profile-content .mantine-Paper-root+.mantine-Paper-root{margin-top:12px}.profile-events-panel{flex-direction:column;gap:12px;width:100%}.profile-events-heading{padding:10px 12px;border:1px solid #edf0f7;border-radius:8px;background:#fbfcff}.profile-event-card{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;min-height:92px;margin:0;border-color:#edf0f7;border-radius:8px;background:#fff;box-shadow:0 8px 24px #1f26430d}.profile-event-info{align-items:center;min-width:0;gap:12px}.profile-event-avatar{width:60px;height:60px;flex-shrink:0;border-radius:8px}.profile-event-copy{min-width:0}.profile-event-actions{flex-shrink:0;gap:8px}.profile-event-action{width:42px;height:42px;border:1px solid #e7eaf3;border-radius:8px;background:#fbfcff}.profile-event-action:hover{background:#f1e9ff}.profile-suggested-rail{display:block;position:fixed;top:104px;right:max(32px,calc((100vw - 1540px)/2 + 32px));z-index:10;width:390px;max-height:calc(100vh - 124px)}.profile-suggested-rail>.suggested-friends-rail{display:block!important;width:100%!important;max-height:inherit!important;position:static;overflow:hidden;padding:14px;border:1px solid #edf0f7;border-radius:8px;background:#fff;box-shadow:0 12px 34px #4448670f}.profile-suggested-rail .mantine-ScrollArea-root{height:100%}.profile-suggested-rail input{border:1px solid #e7eaf3;border-radius:8px;background:#fbfcff}.wallet-page{display:grid;grid-template-columns:minmax(0,760px) 390px;gap:56px;align-items:start;width:100%;max-width:1260px;margin:0 auto}.wallet-main{min-width:0}.wallet-shell{width:100%}.wallet-hero{padding:24px;border-bottom:1px solid #edf0f7;background:linear-gradient(100deg,#fff2ef,#fff7fb 48%,#eef5ff)}.wallet-title{color:#111827;font-size:28px;font-weight:900;line-height:1.15}.wallet-copy{max-width:560px;color:#6471a3}.wallet-primary-btn{border-radius:8px;background:#b483ff}.wallet-primary-btn:hover{background:#9d6df3}.wallet-withdraw-btn{border-color:#b483ff;color:#7c3aed;background:#fff}.wallet-withdraw-btn:hover{background:#f6f0ff}.wallet-balance-card{margin:18px;padding:20px;border:1px solid #e2d8ff;border-radius:8px;background:#7c3aed;color:#fff;box-shadow:0 16px 38px #7c3aed33}.wallet-balance-card .mantine-Text-root{color:inherit}.wallet-balance{font-size:34px;font-weight:900;line-height:1.1}.wallet-balance-icon{width:62px;height:62px;align-items:center;justify-content:center;border-radius:8px;background:#ffffff29}.wallet-section,.wallet-donations-card{flex-direction:column;gap:12px;margin:18px;padding:16px;border:1px solid #edf0f7;border-radius:8px;background:#fff;box-shadow:0 8px 24px #1f26430d}.wallet-section-heading{width:100%}.wallet-history-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;min-width:100%}.wallet-transaction-card{min-height:130px;width:100%;flex-direction:column;justify-content:space-between;padding:14px;border:1px solid #edf0f7;border-radius:8px;background:#fbfcff}.wallet-transaction-card--credit{border-color:#83d3c48c}.wallet-transaction-card--debit{border-color:#ff6f616b}.wallet-transaction-icon{width:34px;height:34px;align-items:center;justify-content:center;border-radius:8px;background:#fff;color:#6689df;box-shadow:0 8px 24px #1f26430d}.wallet-transaction-amount{color:#111827;font-size:23px;font-weight:900}.wallet-donations-list{flex-direction:column;width:100%}.wallet-donation-row{align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:68px;padding:12px 0;border-bottom:1px solid #f0f2f7}.wallet-donation-row:last-child{border-bottom:0}.wallet-donation-info{align-items:center;min-width:0;gap:12px}.wallet-donation-avatar{width:46px;height:46px;flex-shrink:0;border-radius:8px}.wallet-donation-copy{min-width:0}.wallet-donation-amount{flex-shrink:0;color:#6689df;font-weight:900}.wallet-empty{min-height:180px;width:100%;align-items:center;justify-content:center;flex-direction:column;gap:8px;padding:28px 16px;border:1px dashed #e2d8ff;border-radius:8px;background:#fbfcff}.onboarding-page{min-height:100vh;width:100%;padding:32px 18px;background:#f7f8fb}.onboarding-shell{width:min(100%,960px);margin:0 auto;overflow:hidden;border-color:#edf0f7;border-radius:8px;background:#fff;box-shadow:0 12px 34px #4448670f}.onboarding-hero{padding:24px;border-bottom:1px solid #edf0f7;background:linear-gradient(100deg,#fff2ef,#fff7fb 48%,#eef5ff)}.onboarding-identity,.onboarding-copy{min-width:0}.onboarding-eyebrow{width:-moz-fit-content;width:fit-content;border:1px solid #e2d8ff;color:#7c3aed;background:#f1e9ff}.onboarding-title{margin-top:8px;color:#111827;font-size:30px;font-weight:900;line-height:1.15;word-break:break-word}.onboarding-subtitle{max-width:620px;margin-top:6px;color:#6471a3;font-size:15px;line-height:1.55}.onboarding-progress-card{flex-shrink:0;min-width:138px;gap:4px;padding:13px 14px;border:1px solid #edf0f7;border-radius:8px;background:#ffffffd6;box-shadow:0 8px 24px #1f26430d}.onboarding-stepper-section{padding:22px 24px 26px}.onboarding-stepper{width:100%}.onboarding-stepper .mantine-Stepper-stepLabel{color:#111827;font-weight:800}.onboarding-stepper .mantine-Stepper-stepDescription{color:#6471a3}.onboarding-stepper .mantine-Stepper-content{padding-top:24px}.onboarding-panel{width:min(100%,560px);min-height:300px;margin:0 auto;padding:22px;border:1px solid #edf0f7;border-radius:8px;background:#fbfcff}.onboarding-panel--wide{width:100%}.onboarding-panel .mantine-Input-input,.onboarding-panel .mantine-Textarea-input{border-color:#e7eaf3;border-radius:8px;background:#fff}.onboarding-panel .mantine-Button-root{border-radius:8px}.wallet-suggested-rail{display:block;position:fixed;top:104px;right:max(32px,calc((100vw - 1540px)/2 + 32px));z-index:10;width:390px;max-height:calc(100vh - 124px)}.wallet-suggested-rail>.suggested-friends-rail{display:block!important;width:100%!important;max-height:inherit!important;position:static;overflow:hidden;padding:14px;border:1px solid #edf0f7;border-radius:8px;background:#fff;box-shadow:0 12px 34px #4448670f}.wallet-suggested-rail .mantine-ScrollArea-root{height:100%}.wallet-suggested-rail input{border:1px solid #e7eaf3;border-radius:8px;background:#fbfcff}.profile-empty{min-height:240px;width:100%;align-items:center;justify-content:center;flex-direction:column;gap:8px;padding:32px 16px;border:1px dashed #e2d8ff;border-radius:8px;background:#fbfcff}.event-donation-modal-body{padding:0}.event-donation-hero{padding:24px;border-bottom:1px solid #edf0f7;background:linear-gradient(100deg,#fff2ef,#fff7fb 48%,#eef5ff)}.event-donation-avatar{flex-shrink:0;border:4px solid rgba(255,255,255,.88);box-shadow:0 12px 34px #44486724}.event-donation-badge{width:-moz-fit-content;width:fit-content;border:1px solid #e2d8ff;color:#7c3aed;background:#f1e9ff}.event-donation-title{margin-top:8px;color:#111827;font-size:28px;font-weight:900;line-height:1.15}.event-donation-copy{max-width:520px;margin-top:6px;color:#6471a3;font-size:15px;line-height:1.5}.event-donation-content{padding:20px 24px 24px}.event-countdown-tile,.event-donation-progress-card,.event-donation-closed{border:1px solid #edf0f7;border-radius:8px;background:#fbfcff}.event-countdown-tile{min-height:96px;padding:14px 10px;text-align:center}.event-countdown-value{color:#7c3aed;font-size:32px;font-weight:900;line-height:1}.event-countdown-label{margin-top:8px;color:#6471a3;font-size:12px;font-weight:800;text-transform:uppercase}.event-donation-progress-card{margin-top:14px;padding:16px}.event-donation-form{gap:10px;margin-top:16px}.event-donation-form input{border:1px solid #e7eaf3;border-radius:8px;background:#fff}.event-donation-primary-btn{border-radius:8px;background:#b483ff}.event-donation-primary-btn:hover{background:#9d6df3}.event-donation-wallet-btn{border-color:#e7eaf3;border-radius:8px;color:#7c3aed;background:#fff}.event-donation-wallet-btn:hover{background:#f1e9ff}.event-donation-closed{margin-top:16px;padding:16px}.post-media-grid{display:grid;gap:10px;width:100%;height:clamp(380px,48vw,520px);overflow:hidden;border-radius:8px}.post-media-single{display:flex;align-items:center;justify-content:center;width:100%;min-height:260px;overflow:hidden;border-radius:8px;background:#f4f6fb}.post-media-grid--duo{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:minmax(0,1fr)}.post-media-grid--quad{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr))}.post-media-grid--feature-left{grid-template-columns:minmax(0,1.25fr) minmax(260px,.9fr);grid-template-rows:repeat(2,minmax(0,1fr))}.post-media-grid--feature-left .post-media-tile:first-child{grid-row:span 2}.post-media-grid--feature-right{grid-template-columns:minmax(260px,.9fr) minmax(0,1.25fr);grid-template-rows:repeat(2,minmax(0,1fr))}.post-media-grid--feature-right .post-media-tile:first-child{grid-column:2;grid-row:span 2}.post-media-grid--hero-top{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:minmax(220px,1.18fr) minmax(170px,.82fr)}.post-media-grid--hero-top .post-media-tile:first-child{grid-column:span 2}.post-media-tile{position:relative;min-width:0;min-height:0;overflow:hidden;border-radius:8px;background:#f4f6fb}.post-media-tile img,.post-media-tile video,.post-media-video{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.post-media-single img{display:block;width:auto;max-width:100%;height:auto;max-height:clamp(380px,56vh,560px);-o-object-fit:contain;object-fit:contain}.post-media-single video{width:100%;height:clamp(320px,48vw,500px);-o-object-fit:cover;object-fit:cover}.post-media-video-badge,.post-media-more{position:absolute;right:10px;bottom:10px;border-radius:8px;background:#111827bd;color:#fff;font-size:12px;font-weight:800;padding:5px 8px}.post-media-more{top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#11182794;font-size:28px}@media (max-width: 1280px){.dashboard-page{grid-template-columns:1fr}.dashboard-rail{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));position:static;max-height:none;overflow:visible;padding-right:0}.posts-page{grid-template-columns:1fr}.posts-main{max-width:none}.posts-rail{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));position:static;max-height:none;overflow:visible;padding-right:0}.dashboard-top-grid{grid-template-columns:1fr}.dashboard-calendar-card{grid-column:span 2}.friends-page{max-width:none}}@media (max-width: 1180px){.dashboard-top-grid{grid-template-columns:1fr}.dashboard-calendar-card{grid-column:span 2}}@media (max-width: 1240px){.profile-page,.wallet-page{grid-template-columns:1fr}.profile-suggested-rail,.wallet-suggested-rail{display:none}}@media (max-width: 860px){.dashboard-profile-button{border-color:transparent;box-shadow:none}.home-mobile-header{display:flex;position:fixed;top:0;left:0;right:0;z-index:200;width:100%;min-height:62px;padding:10px 14px;border-bottom:1px solid #edf0f7;background:#fff;box-shadow:0 10px 28px #1f26430f}.public-shell{padding-top:70px}.dashboard-top-grid,.dashboard-bottom-grid,.dashboard-rail,.dashboard-calendar-layout,.posts-rail{grid-template-columns:1fr}.posts-tabs{align-items:flex-start}.contest-hero{flex-direction:column;align-items:flex-start}.contest-stats{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.contest-stat{min-width:0}.contest-title{font-size:26px}.friends-hero,.friends-tabs{flex-direction:column;align-items:flex-start}.friends-tabs>.mantine-Group-root:first-child{flex-wrap:nowrap;overflow-x:auto;width:100%;padding-bottom:4px}.friends-count-pill{width:100%}.friend-card-user-row,.friend-card-inner{align-items:flex-start}.marketplace-page{padding:14px}.marketplace-hero-inner,.marketplace-section-title{flex-direction:column;align-items:flex-start}.marketplace-title{font-size:28px}.marketplace-count-pill{width:100%}.profile-page,.wallet-page{grid-template-columns:1fr}.profile-page>.mantine-Flex-root:last-child{display:none}.profile-hero{flex-direction:column;align-items:flex-start}.profile-actions{width:100%;justify-content:flex-start}.profile-tabs{grid-template-columns:1fr}.wallet-hero,.wallet-balance-card,.wallet-section-heading{flex-direction:column;align-items:flex-start}.wallet-balance-card,.wallet-section,.wallet-donations-card{margin:14px}.wallet-balance{font-size:28px}.event-donation-hero,.event-donation-content{padding:16px}.event-donation-title{font-size:24px}.onboarding-page{padding:14px}.onboarding-hero,.onboarding-identity{flex-direction:column;align-items:flex-start}.onboarding-progress-card{width:100%}.onboarding-stepper-section{padding:16px 14px 18px}.onboarding-panel{min-height:260px;padding:16px}.posts-tabs>.mantine-Group-root:first-child{flex-wrap:nowrap;overflow-x:auto;width:100%;padding-bottom:4px}.post-media-grid{height:auto;grid-template-columns:1fr 1fr;grid-template-rows:repeat(2,minmax(170px,1fr))}.post-media-grid--duo{grid-template-rows:minmax(170px,1fr)}.post-media-single{height:320px}.post-media-grid--feature-left .post-media-tile:first-child,.post-media-grid--feature-right .post-media-tile:first-child,.post-media-grid--hero-top .post-media-tile:first-child{grid-column:auto;grid-row:auto}.dashboard-calendar-card{grid-column:auto}.calendar-events-preview{border-left:0;border-top:1px solid #edf0f7;padding-left:0;padding-top:12px}}html.dark,html[data-theme=dark],html.dark body,html[data-theme=dark] body{background:#141517;color:#f1f3f5}html.dark .dashboard-sidebar,html.dark .dashboard-header,html.dark .dashboard-card,html.dark .onboarding-shell,html.dark .posts-main>.mantine-Paper-root,html.dark .friend-card,html.dark .marketplace-product-card,html.dark .profile-event-card,html.dark .profile-suggested-rail>.suggested-friends-rail,html.dark .wallet-section,html.dark .wallet-donations-card,html.dark .wallet-suggested-rail>.suggested-friends-rail,html.dark .dashboard-profile-button,html.dark .posts-composer-actions .mantine-Button-root,html.dark .posts-search input,html.dark .posts-friend-remove,html.dark .friend-card-secondary,html.dark .profile-outline-btn,html.dark .wallet-transaction-icon,html.dark .home-mobile-header,html.dark .bg-white{border-color:#2c2e33;background:#1a1b1e;color:#f1f3f5;box-shadow:0 12px 34px #0000003d}html.dark .dashboard-welcome,html.dark .onboarding-hero,html.dark .event-donation-hero,html.dark .contest-hero,html.dark .friends-hero,html.dark .marketplace-hero,html.dark .profile-hero,html.dark .wallet-hero{border-color:#2c2e33;background:linear-gradient(100deg,#211a2d,#1d2028 48%,#17232b);box-shadow:0 12px 34px #00000042}html.dark .dashboard-sidebar-section,html.dark .app_nav_Btn:hover,html.dark .app_nav_Btn--active,html.dark .app_nav_Btn:hover .app_nav_Icon,html.dark .app_nav_Btn--active .app_nav_Icon,html.dark .posts-tab--active,html.dark .contest-category-tab--active,html.dark .friends-tab--active,html.dark .marketplace-eyebrow,html.dark .onboarding-eyebrow,html.dark .event-donation-badge,html.dark .profile-stat-tab--active .mantine-Button-root,html.dark .profile-outline-btn,html.dark .scanner-access__accent{color:#d0b7ff}html.dark .app_nav_Btn,html.dark .calendar-day,html.dark .contest-title,html.dark .onboarding-title,html.dark .event-donation-title,html.dark .friends-tab,html.dark .marketplace-title,html.dark .marketplace-product-title,html.dark .profile-name,html.dark .wallet-title,html.dark .wallet-transaction-amount,html.dark .text-black{color:#f1f3f5}html.dark .app_nav_Icon,html.dark .posts-tab,html.dark .contest-category-tab,html.dark .contest-copy,html.dark .marketplace-copy,html.dark .onboarding-subtitle,html.dark .event-donation-copy,html.dark .wallet-copy,html.dark .posts-friend-remove,html.dark .friend-card-secondary,html.dark .mantine-Text-root[color="#6471a3"]{color:#c1c2c5}html.dark .app_nav_Btn:hover,html.dark .app_nav_Btn--active,html.dark .posts-tab--active,html.dark .contest-category-tab:hover,html.dark .contest-category-tab--active,html.dark .dashboard-list-row--clickable:hover,html.dark .dashboard-event-summary:hover,html.dark .calendar-preview-item--clickable:hover,html.dark .friends-tab--active,html.dark .marketplace-eyebrow,html.dark .profile-stat-tab--active,html.dark .profile-outline-btn:hover,html.dark .profile-event-action:hover,html.dark .posts-friend-remove:hover,html.dark .friend-card-secondary:hover{background:#b483ff29}html.dark .dashboard-list-row,html.dark .dashboard-feed-row,html.dark .posts-tabs,html.dark .posts-composer-actions,html.dark .posts-event-row,html.dark .friends-tabs,html.dark .wallet-donation-row,html.dark .dashboard-rail-calendar-card .calendar-events-preview,html.dark .calendar-events-preview,html.dark .profile-tabs,html.dark .profile-hero,html.dark .wallet-hero,html.dark .marketplace-drawer,html.dark .marketplace-drawer-header{border-color:#2c2e33}html.dark .dashboard-stat,html.dark .dashboard-wallet-box,html.dark .event-image-preview,html.dark .posts-composer-shell textarea,html.dark .contest-stat,html.dark .onboarding-progress-card,html.dark .onboarding-panel,html.dark .onboarding-panel .mantine-Input-input,html.dark .onboarding-panel .mantine-Textarea-input,html.dark .event-countdown-tile,html.dark .event-donation-progress-card,html.dark .event-donation-form input,html.dark .event-donation-wallet-btn,html.dark .event-donation-closed,html.dark .contest-category-tab,html.dark .contest-empty,html.dark .friends-count-pill,html.dark .friends-search input,html.dark .friends-empty,html.dark .marketplace-count-pill,html.dark .marketplace-product-media,html.dark .marketplace-empty,html.dark .marketplace-checkout-summary,html.dark .profile-stat-tab,html.dark .profile-events-heading,html.dark .profile-event-action,html.dark .profile-suggested-rail input,html.dark .wallet-transaction-card,html.dark .wallet-empty,html.dark .wallet-suggested-rail input,html.dark .profile-empty,html.dark .post-media-single,html.dark .post-media-tile,html.dark .bg-slate-50,html.dark .bg-\[\#e2e8f0\]{border-color:#343a40;background:#25262b;color:#f1f3f5}html.dark .contest-eyebrow,html.dark .scanner-access__badge,html.dark .marketplace-price-badge{border-color:#b483ff52;background:#b483ff29!important;color:#d0b7ff!important}html.dark .wallet-balance-card,html.dark .dashboard-primary-btn,html.dark .calendar-day:hover:not(:disabled),html.dark .calendar-day--active{background:#8b5cf6;color:#fff}html.dark .wallet-balance-card .mantine-Text-root,html.dark .post-media-video-badge,html.dark .post-media-more{color:#fff}.kyc-page-shell{display:flex;flex-direction:column;gap:18px;overflow:hidden;border:1px solid #e6e9f2;border-radius:18px;background:#fff;box-shadow:0 16px 48px #10182814}.kyc-hero{border-bottom:1px solid #edf0f7;background:linear-gradient(135deg,#ecfdf5,#f8fafc 60%,#fff7ed);padding:24px}.kyc-title{color:#101828;font-size:28px;font-weight:900;letter-spacing:0;line-height:1.15}.kyc-copy{color:#667085;font-size:14px}.kyc-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;padding:0 24px}.kyc-step-pill{min-height:44px;border:1px solid #e4e7ec;border-radius:8px;background:#f9fafb;color:#667085;padding:8px 10px;font-size:13px;font-weight:800}.kyc-step-pill .mantine-Text-root{display:grid;width:24px;height:24px;place-items:center;border-radius:999px;background:#e4e7ec;color:#344054;font-size:12px}.kyc-step-pill--active{border-color:#0f766e47;background:#ecfdf5;color:#0f766e}.kyc-step-pill--active .mantine-Text-root{background:#0f766e;color:#fff}.kyc-panel{margin:0 24px 24px;border:1px solid #edf0f7;border-radius:12px;background:#fff;padding:22px}.kyc-primary-btn{width:-moz-fit-content;width:fit-content;background:#0f766e}.kyc-primary-btn:hover{background:#115e59}.kyc-camera-frame{position:relative;width:min(100%,320px);aspect-ratio:3 / 4.4;overflow:hidden;border:4px solid #ef4444;border-radius:50%;background:#101828;align-self:center;box-shadow:0 18px 42px #ef444433;transition:border-color .18s ease,box-shadow .18s ease}.kyc-camera-frame--detected{border-color:#16a34a;box-shadow:0 18px 42px #16a34a38}.kyc-camera-frame video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transform:scaleX(-1)}.kyc-camera-captured-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}html.dark .kyc-page-shell,html.dark .kyc-panel,html.dark .kyc-step-pill{border-color:#343a40;background:#25262b;color:#f1f3f5}html.dark .kyc-hero{border-color:#2c2e33;background:#1f2a2a}html.dark .kyc-title{color:#f8f9fa}@media (max-width: 640px){.kyc-hero{flex-direction:column;padding:18px}.kyc-steps{grid-template-columns:1fr;padding:0 18px}.kyc-panel{margin:0 18px 18px;padding:18px}}.hover\:bg-\[\#228be6\]:hover{--tw-bg-opacity: 1;background-color:rgb(34 139 230 / var(--tw-bg-opacity))}.hover\:bg-black:hover{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity))}.hover\:bg-color-13:hover{background-color:#6689df}.hover\:bg-color-4:hover{--tw-bg-opacity: 1;background-color:rgb(255 111 97 / var(--tw-bg-opacity))}.hover\:bg-color-6:hover{--tw-bg-opacity: 1;background-color:rgb(110 125 145 / var(--tw-bg-opacity))}.hover\:bg-primary:hover{background-color:#b483ff}.hover\:bg-red-400:hover{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity))}.hover\:bg-red-500:hover{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity))}.hover\:bg-slate-700:hover{--tw-bg-opacity: 1;background-color:rgb(51 65 85 / var(--tw-bg-opacity))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.focus\:\!border-color-3:focus{--tw-border-opacity: 1 !important;border-color:rgb(131 211 196 / var(--tw-border-opacity))!important}@media (min-width: 640px){.sm\:h-\[40px\]{height:40px}.sm\:w-\[250px\]{width:250px}.sm\:w-\[300px\]{width:300px}.sm\:w-\[40\%\]{width:40%}.sm\:w-\[40px\]{width:40px}.sm\:w-\[48\%\]{width:48%}.sm\:w-\[500px\]{width:500px}.sm\:w-\[60\%\]{width:60%}.sm\:min-w-\[250px\]{min-width:250px}.sm\:max-w-\[70\%\]{max-width:70%}.sm\:flex-row{flex-direction:row}.sm\:justify-normal{justify-content:normal}.sm\:rounded-\[40px\]{border-radius:40px}.sm\:p-\[40px\]{padding:40px}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-\[40px\]{padding-left:40px;padding-right:40px}.sm\:text-\[13px\]{font-size:13px}.sm\:text-\[14px\]{font-size:14px}.sm\:text-\[15px\]{font-size:15px}}@media (min-width: 768px){.md\:block{display:block}.md\:flex{display:flex}.md\:flex-row{flex-direction:row}}@media (min-width: 1024px){.lg\:mt-0{margin-top:0}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:hidden{display:none}}@media (min-width: 1280px){.xl\:block{display:block}.xl\:flex-row{flex-direction:row}.xl\:items-start{align-items:flex-start}.xl\:justify-around{justify-content:space-around}}
