:root{--gold:#e0608c;--gold-light:#f07aae;--gold-bg:#e0608c1f;--dark:#1a1a1a;--dark-2:#2a2a2a;--white:#fff;--off-white:#fafafa;--grey-1:#8e8e8e;--grey-2:#dbdbdb;--grey-3:#fafafa;--grey-4:#f0f0f0;--grey-5:#efefef;--danger:#ed4956;--success:#4caf50;--ring-new:linear-gradient(45deg, #e0608c, #f07aae, #e0608c);--avatar-bg:#e8ddd0;--paywall-overlay:#f8f6f2e0;--paywall-gradient:linear-gradient(to bottom, transparent 30%, #fffffff2 80%);color:var(--dark);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.5}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--white)}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit}a{color:inherit;text-decoration:none}ul{list-style:none}#root{background:var(--white);flex-direction:column;width:100%;max-width:390px;min-height:100dvh;margin:0 auto;display:flex;position:relative}@media (width>=768px){body{background:#f5f5f5}#root{background:#f5f5f5;max-width:none}.topnav,.status-bar{display:none}.desktop-page{max-width:1080px;margin:0 auto;padding:28px 32px}}.status-bar{background:inherit;height:52px;color:var(--dark);z-index:30;flex-shrink:0;justify-content:space-between;align-items:flex-end;padding:0 28px 8px;font-size:12px;font-weight:600;display:flex;position:sticky;top:0}.status-bar-right{align-items:center;gap:6px;display:flex}.topnav{background:var(--white);z-index:20;border-bottom:1px solid #fce8f2;flex-shrink:0;justify-content:space-between;align-items:center;height:44px;padding:0 16px;display:flex;position:sticky;top:0}.topnav-title{color:var(--dark);font-size:16px;font-weight:700;position:absolute;left:50%;transform:translate(-50%)}.topnav-back{justify-content:center;align-items:center;width:36px;height:36px;display:flex}.topnav-logo{color:var(--gold);letter-spacing:-.5px;font-size:20px;font-weight:800}.tabbar{background:var(--white);z-index:20;border-top:1px solid #fce8f2;flex-shrink:0;align-items:center;height:64px;padding-bottom:8px;display:flex;position:sticky;bottom:0}.tab{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding-top:8px;display:flex}.tab-label{color:var(--grey-1);font-size:9px}.tab.active .tab-label{color:var(--gold);font-weight:600}.tab.active svg{stroke:var(--gold)}.tab svg{stroke:var(--grey-1)}.post-btn{background:var(--gold);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 2px 8px #e0608c66}.upgrade-pill{background:linear-gradient(135deg, var(--gold), var(--gold-light));border-radius:14px;justify-content:center;align-items:center;width:52px;height:28px;display:flex;box-shadow:0 2px 8px #e0608c4d}.scroll-area{-webkit-overflow-scrolling:touch;flex:1;overflow-y:auto}.scroll-area::-webkit-scrollbar{display:none}.btn{border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:44px;padding:0 20px;font-size:14px;font-weight:600;transition:opacity .15s;display:flex}.btn:active{opacity:.75}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:var(--gold);color:#fff}.btn-secondary{border:1.5px solid var(--grey-2);color:var(--dark);background:0 0}.btn-danger{color:var(--danger);background:0 0}.btn-ghost{color:var(--gold);background:0 0}.btn-lg{border-radius:14px;min-height:52px;font-size:16px;font-weight:700}.btn-sm{width:auto;min-height:36px;padding:0 14px;font-size:13px}.input-field{background:var(--off-white);border:1.5px solid var(--grey-2);width:100%;min-height:48px;color:var(--dark);border-radius:12px;outline:none;padding:0 14px;font-size:14px;transition:border-color .15s}.input-field::placeholder{color:var(--grey-1)}.input-field:focus{border-color:var(--gold);background:var(--white)}.input-field.error{border-color:var(--danger);background:#fff5f5}.input-wrap{position:relative}.input-wrap .input-field{padding-right:48px}.input-end-icon{color:var(--grey-1);align-items:center;min-height:44px;display:flex;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.form-group{margin-bottom:14px}.form-label{color:var(--grey-1);margin-bottom:4px;font-size:12px;font-weight:500;display:block}.form-error{color:var(--danger);align-items:center;gap:4px;margin-top:4px;font-size:11px;display:flex}.card{background:var(--white);border-radius:16px;padding:16px}.auth-hero{text-align:center;background:linear-gradient(160deg,#1a1a1a 0%,#2a2a2a 100%);padding:40px 24px 32px}.auth-hero-logo{color:var(--gold);letter-spacing:-.5px;margin-bottom:8px;font-size:28px;font-weight:800}.auth-hero-tagline{color:#fff;margin-bottom:6px;font-size:17px;font-weight:700;line-height:1.4}.auth-hero-tagline span{color:var(--gold)}.auth-hero-sub{color:#ffffff8c;font-size:13px;line-height:1.5}.auth-card{background:var(--white);border-radius:20px 20px 0 0;flex:1;margin-top:-16px;padding:28px 24px 40px}.auth-card-title{color:var(--dark);margin-bottom:4px;font-size:20px;font-weight:800}.auth-card-sub{color:var(--grey-1);margin-bottom:20px;font-size:13px}.divider{align-items:center;gap:10px;margin:16px 0;display:flex}.divider-line{background:#ebebeb;flex:1;height:1px}.divider-text{color:#bdbdbd;white-space:nowrap;font-size:12px}.age-notice{color:#8e6820;background:#fff9f0;border:1px solid #f0d9a0;border-radius:10px;align-items:flex-start;gap:8px;margin-bottom:16px;padding:10px 12px;font-size:12px;display:flex}.auth-mobile-root{background:linear-gradient(160deg,#0a0a0a 0%,#141414 40%,#1e1106 100%);flex-direction:column;height:100dvh;display:flex;position:relative;overflow:hidden}.auth-bg-glow{pointer-events:none;z-index:0;background:radial-gradient(#e0608c26 0%,#0000 65%);width:280px;height:200px;position:absolute;top:60px;left:50%;transform:translate(-50%)}.auth-bg-deco-1{pointer-events:none;z-index:0;border:1px solid #e0608c1a;border-radius:50%;width:180px;height:180px;position:absolute;top:22%;right:-50px}.auth-bg-deco-2{pointer-events:none;z-index:0;border:1px solid #e0608c0f;border-radius:50%;width:230px;height:230px;position:absolute;top:12%;left:-70px}.auth-bg-deco-3{pointer-events:none;z-index:0;border:1px solid #e0608c14;border-radius:50%;width:120px;height:120px;position:absolute;bottom:25%;right:-20px}.auth-bg-body{z-index:1;text-align:center;flex-direction:column;flex:1;align-items:center;padding:64px 24px 16px;display:flex;position:relative;overflow-y:auto}.auth-bg-body::-webkit-scrollbar{display:none}.auth-bg-logo-row{align-items:center;gap:8px;margin-bottom:10px;display:flex}.auth-bg-logo-icon{background:linear-gradient(135deg, var(--gold), #f07aae);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.auth-bg-logo{color:var(--gold);letter-spacing:-.5px;font-size:26px;font-weight:800}.auth-bg-tagline{color:#fff;margin-bottom:5px;font-size:22px;font-weight:700;line-height:1.35}.auth-bg-tagline span{color:var(--gold)}.auth-bg-sub{color:#fff6;letter-spacing:.3px;margin-bottom:20px;font-size:12px}.auth-bg-stats{border-top:1px solid #e0608c26;border-bottom:1px solid #e0608c26;justify-content:space-around;align-items:center;width:100%;margin-bottom:20px;padding:14px 0;display:flex}.auth-bg-stat-item{text-align:center;flex:1}.auth-bg-stat-num{color:var(--gold);letter-spacing:-.5px;font-size:19px;font-weight:800;line-height:1}.auth-bg-stat-label{color:#fff6;margin-top:3px;font-size:10px;font-weight:500}.auth-bg-stat-divider{background:#e0608c2e;width:1px;height:26px}.auth-bg-features{text-align:left;flex-direction:column;gap:10px;width:100%;margin-bottom:16px;list-style:none;display:flex}.auth-bg-feature{background:#ffffff08;border:1px solid #ffffff0d;border-radius:10px;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.auth-bg-feature-icon{width:28px;height:28px;color:var(--gold);background:#e0608c1f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:12px;display:flex}.auth-bg-feature-title{color:#fff;margin-bottom:2px;font-size:13px;font-weight:600}.auth-bg-feature-sub{color:#fff6;font-size:11px;line-height:1.4}.auth-bg-testimonial{text-align:left;background:#e0608c0d;border:1px solid #e0608c26;border-radius:14px;width:100%;margin-bottom:16px;padding:14px 16px;position:relative}.auth-bg-testimonial-quote{color:#e0608c33;font-family:Georgia,serif;font-size:28px;line-height:1;position:absolute;top:8px;right:14px}.auth-bg-testimonial-text{color:#ffffffa6;margin-bottom:10px;font-size:12px;line-height:1.65}.auth-bg-testimonial-footer{justify-content:space-between;align-items:center;display:flex}.auth-bg-testimonial-author{color:var(--gold);font-size:11px;font-weight:600}.auth-bg-stars{color:var(--gold);letter-spacing:1px;font-size:11px}.auth-bg-trust{flex-wrap:wrap;justify-content:center;gap:6px;width:100%;display:flex}.auth-bg-trust-badge{color:#ffffff80;background:#ffffff0d;border:1px solid #ffffff17;border-radius:20px;align-items:center;gap:5px;padding:5px 10px;font-size:10px;font-weight:500;display:inline-flex}.auth-bg-footer{z-index:2;background:linear-gradient(#0000 0%,#000000eb 28%);padding:20px 24px 40px;position:relative}.auth-bg-btn-join{background:linear-gradient(135deg, var(--gold) 0%, #e4c48c 50%, var(--gold) 100%);color:#1a1a1a;cursor:pointer;letter-spacing:.2px;border:none;border-radius:14px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:52px;margin-bottom:13px;font-family:inherit;font-size:16px;font-weight:700;text-decoration:none;display:flex;box-shadow:0 4px 20px #e0608c59}.auth-bg-login-hint{text-align:center;color:#fff6;cursor:pointer;padding:6px 0;font-size:13px}.auth-bg-login-hint span{color:var(--gold);font-weight:600}.auth-sheet-overlay{z-index:5;cursor:pointer;background:#0006;position:absolute;inset:0}.auth-sheet{background:var(--white);overscroll-behavior:contain;z-index:10;border-radius:24px 24px 0 0;max-height:92dvh;transition:transform .45s cubic-bezier(.32,.72,0,1);position:absolute;bottom:0;left:0;right:0;overflow-y:auto;transform:translateY(100%)}.auth-sheet--open{transform:translateY(0)}.auth-sheet-handle-wrap{cursor:pointer;justify-content:center;padding:12px 0 8px;display:flex}.auth-sheet-handle{background:var(--grey-2);border-radius:2px;width:36px;height:4px}.auth-sheet-body{padding:4px 24px 44px}@keyframes auth-fade-up{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes auth-glow-pulse{0%,to{opacity:.55;transform:translate(-50%)scale(1)}50%{opacity:1;transform:translate(-50%)scale(1.25)}}@keyframes auth-float-a{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-18px)rotate(5deg)}}@keyframes auth-float-b{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(16px)rotate(-4deg)}}@keyframes auth-logo-pulse{0%,to{box-shadow:0 4px 14px #e0608c47}50%{box-shadow:0 4px 28px #e0608c99,0 0 44px #e0608c38}}@keyframes auth-shimmer{0%{background-position:-200%}to{background-position:200%}}.auth-desktop-root{height:100dvh;display:flex}.auth-desktop-left{background:linear-gradient(160deg,#0a0a0a 0%,#141414 40%,#1e1106 100%);flex:1;justify-content:center;align-items:center;padding:36px 48px;display:flex;position:relative;overflow:hidden}.auth-desktop-deco-glow{pointer-events:none;background:radial-gradient(#e0608c47 0%,#e0608c14 45%,#0000 70%);width:560px;height:400px;animation:6s ease-in-out infinite auth-glow-pulse;position:absolute;top:10%;left:50%;transform:translate(-50%)}.auth-desktop-deco-1{pointer-events:none;z-index:0;border:1.5px solid #e0608c47;border-radius:50%;width:320px;height:320px;animation:9s ease-in-out infinite auth-float-a;position:absolute;top:15%;right:-60px;box-shadow:0 0 40px #e0608c14,inset 0 0 40px #e0608c0a}.auth-desktop-deco-2{pointer-events:none;z-index:0;border:1.5px solid #e0608c2e;border-radius:50%;width:360px;height:360px;animation:11s ease-in-out infinite auth-float-b;position:absolute;bottom:10%;left:-80px;box-shadow:0 0 50px #e0608c0f}.auth-desktop-deco-3{pointer-events:none;z-index:0;border:1.5px solid #e0608c3d;border-radius:50%;width:160px;height:160px;animation:7s ease-in-out 2.5s infinite auth-float-a;position:absolute;bottom:10%;right:6%;box-shadow:0 0 24px #e0608c1a}.auth-desktop-content{z-index:1;width:min(90%,580px);position:relative}.auth-dl-anim-1{animation:.55s 50ms both auth-fade-up}.auth-dl-anim-2{animation:.55s .18s both auth-fade-up}.auth-dl-anim-3{animation:.55s .32s both auth-fade-up}.auth-dl-anim-4{animation:.55s .46s both auth-fade-up}.auth-dl-anim-5{animation:.55s .6s both auth-fade-up}.auth-dl-anim-6{animation:.55s .74s both auth-fade-up}.auth-desktop-logo-row{align-items:center;gap:10px;margin-bottom:12px;display:flex}.auth-desktop-logo-icon{background:linear-gradient(135deg, var(--gold), #f07aae);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;animation:3.5s ease-in-out infinite auth-logo-pulse;display:flex}.auth-desktop-logo{color:var(--gold);letter-spacing:-.5px;font-size:24px;font-weight:800}.auth-desktop-tagline{color:#fff;margin-bottom:8px;font-size:24px;font-weight:700;line-height:1.3}.auth-desktop-tagline span{color:var(--gold)}.auth-desktop-sub{color:#ffffff73;margin-bottom:18px;font-size:13px;line-height:1.65}.auth-desktop-stats{border-top:1px solid #e0608c2e;border-bottom:1px solid #e0608c2e;justify-content:space-around;align-items:center;margin-bottom:18px;padding:13px 0;display:flex}.auth-desktop-stat-item{text-align:center;flex:1}.auth-desktop-stat-divider{background:#e0608c33;width:1px;height:28px}.auth-desktop-stat-num{letter-spacing:-.5px;background:linear-gradient(90deg,#e0608c 0%,#f07aae 40%,#e0608c 80%) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:20px;font-weight:800;line-height:1;animation:5s linear infinite auth-shimmer}.auth-desktop-stat-label{color:#fff6;margin-top:3px;font-size:11px;font-weight:500}.auth-desktop-features{flex-direction:column;gap:8px;margin-bottom:14px;list-style:none;display:flex}.auth-desktop-feat{cursor:default;background:#ffffff08;border:1px solid #ffffff0f;border-radius:11px;align-items:flex-start;gap:11px;padding:10px 13px;transition:border-color .2s,background .2s,transform .25s;display:flex}.auth-desktop-feat:hover{background:#e0608c0d;border-color:#e0608c47;transform:translate(5px)}.auth-desktop-feat-icon{width:28px;height:28px;color:var(--gold);background:#e0608c1f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:12px;display:flex}.auth-desktop-feat-title{color:#fff;margin-bottom:2px;font-size:13px;font-weight:600}.auth-desktop-feat-sub{color:#ffffff6b;font-size:11px;line-height:1.45}.auth-desktop-testimonial{background:#e0608c0d;border:1px solid #e0608c2e;border-radius:12px;margin-bottom:14px;padding:13px 16px;position:relative}.auth-desktop-testimonial-quote{color:#e0608c26;font-family:Georgia,serif;font-size:32px;line-height:1;position:absolute;top:8px;right:14px}.auth-desktop-testimonial-text{color:#ffffff9e;margin-bottom:10px;font-size:12px;font-style:italic;line-height:1.65}.auth-desktop-testimonial-footer{justify-content:space-between;align-items:center;display:flex}.auth-desktop-testimonial-author{color:var(--gold);font-size:11px;font-weight:600}.auth-desktop-stars{color:var(--gold);letter-spacing:1px;font-size:11px}.auth-desktop-trust{flex-wrap:wrap;gap:6px;display:flex}.auth-desktop-trust-badge{color:#ffffff80;background:#ffffff0d;border:1px solid #ffffff17;border-radius:20px;align-items:center;gap:5px;padding:6px 12px;font-size:11px;font-weight:500;transition:border-color .2s,color .2s,background .2s;display:inline-flex}.auth-desktop-trust-badge:hover{color:#ffffffd1;background:#e0608c12;border-color:#e0608c52}.auth-desktop-right{background:#fff;flex-shrink:0;justify-content:center;align-items:center;width:480px;padding:48px;display:flex;overflow-y:auto}.story-row{border-bottom:1px solid var(--grey-3);flex-shrink:0;gap:12px;padding:12px 16px;display:flex;overflow-x:auto}.story-row::-webkit-scrollbar{display:none}.story-item{flex-direction:column;flex-shrink:0;align-items:center;gap:4px;display:flex}.story-ring{background:var(--ring-new);border-radius:50%;width:62px;height:62px;padding:2.5px}.story-ring.seen{background:var(--grey-2)}.story-avatar{background:var(--avatar-bg);border:2px solid var(--white);border-radius:50%;width:100%;height:100%;overflow:hidden}.story-avatar img{object-fit:cover;width:100%;height:100%}.story-name{color:var(--dark);text-align:center;text-overflow:ellipsis;white-space:nowrap;width:66px;font-size:11px;overflow:hidden}.feed-bg{background:#fff5f9}.post-card-article{background:#fff;margin-bottom:8px}@media (width>=768px){.post-card-article{border-radius:16px;margin-bottom:16px;transition:box-shadow .15s;overflow:hidden;box-shadow:0 1px 4px #0000000f}.post-card-article:hover{box-shadow:0 2px 12px #00000017}}.post{margin-bottom:2px}.post-header{align-items:center;gap:10px;padding:10px 14px;display:flex}.post-avatar{background:var(--avatar-bg);border-radius:50%;flex-shrink:0;width:32px;height:32px;overflow:hidden}.post-avatar img{object-fit:cover;width:100%;height:100%}.post-name{color:var(--dark);font-size:13px;font-weight:600}.post-location{color:var(--grey-1);font-size:11px}.post-image{aspect-ratio:4/5;background:var(--avatar-bg);cursor:pointer;width:100%;position:relative;overflow:hidden}.post-image img{object-fit:cover;width:100%;height:100%}.post-actions{align-items:center;gap:14px;padding:10px 14px 6px;display:flex}.post-likes{padding:0 14px 4px;font-size:13px;font-weight:600}.post-caption{color:var(--dark);padding:0 14px 10px;font-size:13px;line-height:1.4}.post-time{color:var(--grey-1);padding:0 14px 12px;font-size:11px}.avatar{background:var(--avatar-bg);border-radius:50%;flex-shrink:0;overflow:hidden}.avatar img{object-fit:cover;width:100%;height:100%}.avatar-ring-wrap{background:var(--ring-new);border-radius:50%;padding:2.5px}.avatar-ring-wrap.seen{background:var(--grey-2)}.profile-header{padding:16px}.profile-row{align-items:center;gap:20px;display:flex}.stats-row{flex:1;display:flex}.stat{text-align:center;flex:1}.stat-num{color:var(--dark);font-size:17px;font-weight:700}.stat-label{color:var(--grey-1);margin-top:2px;font-size:11px}.profile-bio{color:var(--dark);padding:0 16px 12px;font-size:14px;line-height:1.5}.profile-grid{grid-template-columns:repeat(3,1fr);gap:2px;display:grid}.grid-item{aspect-ratio:1;background:var(--avatar-bg);cursor:pointer;overflow:hidden}.grid-item img{object-fit:cover;width:100%;height:100%}.paywall-section{position:relative}.paywall-blur-wrap{filter:blur(5px);pointer-events:none;-webkit-user-select:none;user-select:none}.paywall-overlay-card{background:var(--paywall-overlay);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:24px;display:flex;position:absolute;inset:0}.paywall-lock-icon{color:var(--gold)}.paywall-title{color:var(--dark);text-align:center;font-size:15px;font-weight:700}.paywall-sub{color:var(--grey-1);text-align:center;font-size:13px;line-height:1.4}.conv-row{border-bottom:1px solid var(--grey-3);align-items:center;gap:12px;padding:12px 16px;display:flex}.conv-info{flex:1;min-width:0}.conv-name{color:var(--dark);font-size:14px;font-weight:600}.conv-preview{color:var(--grey-1);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.conv-time{color:var(--grey-1);flex-shrink:0;font-size:11px}.unread-badge{background:var(--danger);color:#fff;border-radius:20px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:700;display:flex}.chat-area{flex-direction:column;flex:1;gap:8px;padding:12px 16px;display:flex;overflow-y:auto}.chat-area::-webkit-scrollbar{display:none}.bubble-row{gap:8px;display:flex}.bubble-row.mine{flex-direction:row-reverse}.bubble{border-radius:20px;max-width:70%;padding:10px 14px;font-size:14px;line-height:1.4}.bubble.theirs{background:var(--grey-5);color:var(--dark);border-bottom-left-radius:4px}.bubble.mine{background:var(--dark);color:#fff;border-bottom-right-radius:4px}.chat-input-area{padding:12px 16px;padding-bottom:max(16px, env(safe-area-inset-bottom));background:var(--white);border-top:1px solid var(--grey-3);align-items:flex-end;gap:10px;display:flex}.chat-input{background:var(--grey-5);resize:none;border:none;border-radius:22px;outline:none;flex:1;max-height:100px;padding:10px 16px;font-size:14px;line-height:1.4}.spinner{border:2.5px solid var(--grey-2);border-top-color:var(--gold);border-radius:50%;width:24px;height:24px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.page-center{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;display:flex}.chip{background:var(--gold-bg);color:var(--gold);border-radius:20px;align-items:center;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex}.section-title{color:var(--dark);padding:12px 16px 4px;font-size:13px;font-weight:700}.list-row{border-bottom:1px solid var(--grey-3);align-items:center;gap:14px;padding:14px 16px;display:flex}.list-row-icon{background:var(--grey-4);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.list-row-label{color:var(--dark);flex:1;font-size:14px}.list-row-chevron{color:var(--grey-2)}.badge{background:var(--gold);color:var(--white);border-radius:20px;align-items:center;padding:2px 8px;font-size:11px;font-weight:700;display:inline-flex}.text-gold{color:var(--gold)}.text-grey{color:var(--grey-1)}.text-danger{color:var(--danger)}.fw-bold{font-weight:700}.fw-semi{font-weight:600}.text-sm{font-size:13px}.text-xs{font-size:11px}.text-center{text-align:center}.px-16{padding-left:16px;padding-right:16px}.py-12{padding-top:12px;padding-bottom:12px}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mb-16{margin-bottom:16px}.gap-8{gap:8px}.gap-12{gap:12px}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.w-full{width:100%}
