:root{--color-primary: #ffcb37;--color-secondary: #c5aa02;--color-tertiary: #989c05;--neutral-950: #141414;--neutral-900: #1a1a1a;--neutral-800: #2e2e2e;--neutral-700: #3d3d3d;--neutral-600: #4f4f4f;--neutral-200: #e8e8e8;--neutral-100: #f5f5f5;--bg-deep: var(--neutral-900);--bg-card: var(--neutral-800);--bg-elevated: var(--neutral-700);--border: rgba(255, 203, 55, .14);--text: var(--neutral-100);--text-muted: #a8a8a8;--honey: var(--color-primary);--honey-dim: var(--color-secondary);--danger: #e85d5d;--success: #6bc98a;--radius: 16px;--font-headline: "Plus Jakarta Sans", system-ui, sans-serif;--font-body: "Be Vietnam Pro", system-ui, sans-serif;--font-label: "Plus Jakarta Sans", system-ui, sans-serif;--font-display: var(--font-headline);--font-sans: var(--font-body)}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:var(--font-body);background:var(--bg-deep);color:var(--text);background-image:radial-gradient(ellipse 120% 80% at 50% -28%,rgba(255,203,55,.11),transparent),linear-gradient(180deg,var(--neutral-950) 0%,var(--bg-deep) 45%)}body.body--light-home{background:#faf7f0;background-image:none;color:#1a1a1a}#app{min-height:100vh}a{color:var(--honey);text-decoration:none}a:hover{text-decoration:underline}.text-honey{color:var(--honey)}.nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;max-width:1120px;margin:0 auto;border-bottom:1px solid var(--border)}.nav--simple{max-width:480px}.nav__brand{display:inline-flex;align-items:center;gap:.5rem;color:var(--text);font-weight:600;text-decoration:none}.nav__brand:hover{color:var(--honey);text-decoration:none}.nav__logo{font-size:1.35rem;line-height:1}.nav__title{font-family:var(--font-headline);font-size:1.15rem;font-weight:700}.nav__links{display:flex;align-items:center;gap:1rem}.nav__link{color:var(--text-muted);font-size:.95rem}.nav__link:hover{color:var(--text)}.nav__user{display:flex;align-items:center;gap:.75rem}.nav__email{font-size:.85rem;color:var(--text-muted);max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav--auth-bar,.nav--dash-bar{max-width:none;width:100%;box-sizing:border-box}.nav__auth-right{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.nav--dash-bar .nav__user{flex-wrap:wrap;justify-content:flex-end;max-width:min(100%,560px)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.lang-select-wrap{display:inline-flex;align-items:center}.lang-select{font-family:var(--font-label);font-size:.8rem;font-weight:600;line-height:1.25;min-height:2rem;padding:.35rem 2rem .35rem .65rem;border-radius:999px;border:1px solid rgba(255,255,255,.2);background-color:var(--bg-elevated);color:var(--text);cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23a8a8a8' d='M3 4.5L6 7.5L9 4.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .55rem center;background-size:12px 12px}.page--landing .lang-select,.page--features .lang-select,.page--pricing .lang-select{border-color:#0000001f;background-color:#fff;color:#333;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23555' d='M3 4.5L6 7.5L9 4.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .55rem center;background-size:12px 12px}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-label);font-weight:600;font-size:.9rem;border-radius:999px;border:1px solid transparent;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);text-decoration:none}.btn:hover{text-decoration:none}.btn--sm{padding:.4rem .9rem}.btn--lg{padding:.75rem 1.6rem;font-size:1rem}.btn--block{width:100%;padding:.85rem 1rem}.btn--primary{background:linear-gradient(180deg,var(--color-tertiary) 0%,#7a7d04 100%);color:#fff;border-color:#00000026;box-shadow:0 1px #ffffff1f inset}.btn--primary:hover{filter:brightness(1.08)}.btn--primary:disabled{opacity:.55;cursor:not-allowed;filter:none}.btn--ghost{background:transparent;color:var(--text);border-color:#ffffff2e}.btn--ghost:hover{border-color:var(--color-primary);color:var(--color-primary)}.page--landing,.page--features,.page--pricing{min-height:100vh;color:#1a1a1a;background:#faf7f0}.page--landing a:not(.btn),.page--features a:not(.btn),.page--pricing a:not(.btn){color:#2e2e2e}.page--landing a:not(.btn):hover,.page--features a:not(.btn):hover,.page--pricing a:not(.btn):hover{color:var(--color-tertiary)}.home-nav{position:sticky;top:0;z-index:20;background:#fffcf5eb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06)}.home-nav__container{position:relative;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.home-nav__brand{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-headline);font-weight:700;font-size:1.1rem;color:#111!important;text-decoration:none}.home-nav__brand:hover{text-decoration:none;opacity:.85}.home-nav__bee{font-size:1.25rem;line-height:1}.home-nav__logo-img{width:24px;height:24px;border-radius:8px;object-fit:cover;display:inline-block}.home-nav__mid{display:none;align-items:center;gap:2rem}@media (min-width: 960px){.home-nav__mid{display:flex;position:absolute;left:50%;transform:translate(-50%)}}.home-nav__mid-link{font-family:var(--font-label);font-size:.88rem;font-weight:500;color:#555!important;text-decoration:none;padding-bottom:2px;border-bottom:2px solid transparent;white-space:nowrap;transition:color .2s,border-color .2s}.home-nav__mid-link:hover{color:#111!important}.home-nav__mid-link--active{color:#c45a00!important;border-bottom-color:#e8942a}.home-nav__actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:flex-end}.home-nav__text-link{font-size:.9rem;font-weight:500;color:#444!important;text-decoration:none}.home-nav__text-link:hover{color:#111!important}.btn--home-yellow{background:linear-gradient(135deg,#f8e078,#e8b82e,#d4a017);color:#1a1208!important;border:none;box-shadow:0 4px 14px #e1a92a59}.btn--home-yellow:hover{filter:brightness(1.03);box-shadow:0 6px 20px #e1a92a66}.btn--glow{background:linear-gradient(135deg,#f8e078,#e8b82e 40%,#d4a017);color:#1a1208!important;border:none;font-weight:700;box-shadow:0 6px 24px #d4a01773,0 0 #f8e07800;position:relative;overflow:hidden}.btn--glow:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.3) 50%,transparent 70%);transform:translate(-100%);transition:transform .6s}.btn--glow:hover:before{transform:translate(100%)}.btn--glow:hover{box-shadow:0 8px 32px #d4a0178c,0 0 20px #f8e07833;transform:translateY(-1px)}.btn--glass{background:#ffffff1f;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff!important;border:1px solid rgba(255,255,255,.22)}.btn--glass:hover{background:#fff3;border-color:#ffffff59;transform:translateY(-1px)}.btn--glass-dark{background:#ffffff14;color:#fff!important;border:1px solid rgba(255,255,255,.15)}.btn--glass-dark:hover{background:#ffffff24;border-color:#ffffff47}.btn--cta-gold{background:linear-gradient(135deg,#f4d24a,#e8b01a 45%,#d49810);color:#fff!important;border:none;font-weight:700;box-shadow:0 8px 28px #d498106b}.btn--cta-gold:hover{filter:brightness(1.04)}.home-main{overflow-x:hidden}.hero2{position:relative;background:#0c0c0e;padding:4.5rem 1.5rem 5rem;text-align:center;overflow:hidden}.hero2__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.hero2__orb{position:absolute;border-radius:50%;filter:blur(60px)}.hero2__orb--1{width:min(500px,90vw);height:min(500px,90vw);background:radial-gradient(circle,rgba(212,160,23,.45),transparent 70%);top:-15%;left:50%;transform:translate(-55%);animation:orbFloat 8s ease-in-out infinite}.hero2__orb--2{width:300px;height:300px;background:radial-gradient(circle,rgba(184,134,11,.3),transparent 70%);bottom:-5%;right:5%;animation:orbFloat 10s ease-in-out 2s infinite reverse}.hero2__orb--3{width:220px;height:220px;background:radial-gradient(circle,rgba(248,224,120,.25),transparent 70%);top:35%;left:3%;animation:orbFloat 12s ease-in-out 4s infinite}.hero2__mesh{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse 70% 60% at 50% 40%,black,transparent);-webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 40%,black,transparent)}.hero2__inner{position:relative;z-index:1;max-width:800px;margin:0 auto}.hero2__badge{display:inline-flex;align-items:center;gap:.5rem;margin:0 0 1.5rem;padding:.4rem 1rem;border-radius:999px;font-family:var(--font-label);font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffffd9;background:#ffffff0f;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1)}.hero2__badge-dot{width:8px;height:8px;border-radius:50%;background:#4ade80;box-shadow:0 0 6px #4ade8099;animation:pulse 2s ease-in-out infinite;flex-shrink:0}.hero2__title{font-family:var(--font-headline);font-size:clamp(2.2rem,5.5vw,3.5rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;margin:0 0 1.25rem;color:#fff}.hero2__title em{font-style:italic;background:linear-gradient(135deg,#f8e078,#d4a017,#b8860b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero2__lead{margin:0 auto 2rem;max-width:34rem;font-size:1.08rem;line-height:1.7;color:#fff9}.hero2__cta{display:flex;flex-wrap:wrap;gap:.85rem;justify-content:center;margin-bottom:3rem}.hero2__stats{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap;padding:1.25rem 1.5rem;border-radius:20px;background:#ffffff0d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.08);max-width:540px;margin:0 auto}.hero2__stat{text-align:center}.hero2__stat-num{display:block;font-family:var(--font-headline);font-size:1.35rem;font-weight:800;color:#fff;letter-spacing:-.02em}.hero2__stat-label{display:block;font-size:.65rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#fff6;margin-top:.2rem}.hero2__stat-divider{width:1px;height:28px;background:#ffffff1f;flex-shrink:0}.hfeat2{padding:4rem 1.5rem 4.5rem;background:#f0eeeb;border-radius:40px 40px 0 0;margin-top:-20px;position:relative;z-index:1}.hfeat2__inner{max-width:1100px;margin:0 auto;text-align:center}.hfeat2__overline{margin:0 0 .5rem;font-family:var(--font-label);font-size:.65rem;font-weight:700;letter-spacing:.14em;color:#b8860b}.hfeat2__title{font-family:var(--font-headline);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;margin:0 0 .75rem;color:#111}.hfeat2__sub{margin:0 auto 2.5rem;max-width:640px;font-size:1rem;line-height:1.65;color:#666}.hfeat2__grid{display:grid;gap:1.25rem;text-align:left}@media (min-width: 900px){.hfeat2__grid{grid-template-columns:1.35fr 1fr;grid-template-rows:auto auto}.hfeat2__card--main{grid-row:1 / span 2}}.hfeat2__card{background:#fff;border-radius:24px;overflow:hidden;border:1px solid rgba(0,0,0,.05);box-shadow:0 8px 32px #0000000f;transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s cubic-bezier(.4,0,.2,1)}.hfeat2__card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #0000001a}.hfeat2__card:not(.hfeat2__card--main){padding:1.5rem 1.35rem;display:flex;flex-direction:column}.hfeat2__card h3{margin:0 0 .5rem;font-family:var(--font-headline);font-size:1.1rem;font-weight:700;color:#111}.hfeat2__card p{margin:0;font-size:.92rem;line-height:1.55;color:#555}.hfeat2__card-visual{position:relative;min-height:220px;overflow:hidden}.hfeat2__blurred-img{width:100%;height:100%;min-height:220px;object-fit:cover;display:block;filter:blur(10px) saturate(.85);transform:scale(1.06)}.hfeat2__card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000026,#0000008c)}.hfeat2__card-badge{position:absolute;top:1rem;left:1rem;z-index:2;padding:.35rem .75rem;border-radius:999px;font-size:.6rem;font-weight:800;letter-spacing:.1em;color:#fff;background:linear-gradient(135deg,#e8b01a,#c99210);box-shadow:0 4px 12px #c9921066}.hfeat2__card-img-title{position:absolute;bottom:1rem;left:1rem;right:1rem;z-index:2;margin:0;font-family:var(--font-headline);font-size:1.35rem;font-weight:700;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.4)}.hfeat2__card-body{padding:1.15rem 1.35rem 1.35rem}.hfeat2__card-body p{margin:0;font-size:.95rem;line-height:1.55;color:#444}.hfeat2__card-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8e078,#e1a92a);color:#1a1208;margin-bottom:.75rem;flex-shrink:0}.hfeat2__sparkline{margin-top:auto;padding-top:.75rem;border-radius:14px;background:linear-gradient(180deg,#1a1410,#2a2218);min-height:80px;padding:.65rem;margin-top:1rem}.hfeat2__sparkline svg{width:100%;height:56px;display:block}.hfeat2__avatar-stack{display:flex;align-items:center;margin-top:auto;padding-top:1rem}.hfeat2__avatar-stack img{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #fff;margin-left:-8px}.hfeat2__avatar-stack img:first-child{margin-left:0}.hfeat2__avatar-more{margin-left:.5rem;font-size:.75rem;font-weight:700;color:#b8860b}.integ2{padding:4rem 1.5rem;background:#faf7f0}.integ2__inner{max-width:1080px;margin:0 auto;display:grid;gap:2.5rem;align-items:center}@media (min-width: 880px){.integ2__inner{grid-template-columns:1fr 1fr;gap:3.5rem}}.integ2__browser{background:#fff;border-radius:16px;box-shadow:0 24px 60px #0000001a,0 0 0 1px #0000000a;overflow:hidden}.integ2__browser-bar{display:flex;align-items:center;justify-content:space-between;padding:.6rem .9rem;background:#f7f7f7;border-bottom:1px solid rgba(0,0,0,.06)}.integ2__dots{display:inline-flex;gap:6px}.integ2__dots i{width:10px;height:10px;border-radius:50%;display:block}.integ2__dots i:nth-child(1){background:#ff5f57}.integ2__dots i:nth-child(2){background:#febc2e}.integ2__dots i:nth-child(3){background:#28c840}.integ2__url{font-size:.68rem;color:#888;letter-spacing:.02em}.integ2__browser-body{display:flex;min-height:200px}.integ2__page-area{flex:1;background:#fafafa;display:flex;align-items:center;justify-content:center;padding:1rem}.integ2__blur-card{width:100%;max-width:140px;aspect-ratio:3 / 4;border-radius:12px;background:linear-gradient(145deg,#c4b4a8,#8a7a6e);filter:blur(2px);display:flex;align-items:center;justify-content:center;opacity:.85}.integ2__blur-card svg{color:#3c281ed9;filter:none}.integ2__panel{width:110px;flex-shrink:0;background:linear-gradient(180deg,#fff9e6,#fff3cc);border-left:1px solid rgba(0,0,0,.06);padding:.6rem .45rem;font-size:.55rem;font-weight:700;letter-spacing:.04em;color:#5c4020}.integ2__brand{margin:0 0 .75rem;display:flex;align-items:center;gap:.2rem;font-size:.52rem}.integ2__brand span{font-size:.7rem}.integ2__label{margin:.5rem 0 .3rem;color:#7a5c2d}.integ2__mini-dots{display:flex;gap:5px}.integ2__mini-dots span{width:20px;height:20px;border-radius:50%;background:#00000014}.integ2__mini-bar{height:5px;border-radius:999px;background:#00000014;margin-top:.3rem;overflow:hidden}.integ2__mini-bar i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#e1a92a,#f3d34a)}.integ2__title{font-family:var(--font-headline);font-size:clamp(1.5rem,2.8vw,2rem);font-weight:700;margin:0 0 .85rem;color:#111}.integ2__body{margin:0 0 1.5rem;font-size:1rem;line-height:1.65;color:#555}.integ2__checks{list-style:none;margin:0;padding:0}.integ2__checks li{display:flex;gap:.85rem;margin-bottom:1.1rem}.integ2__checks li:last-child{margin-bottom:0}.integ2__check-icon{flex-shrink:0;width:1.65rem;height:1.65rem;border-radius:50%;background:linear-gradient(135deg,#d4a017,#b8860b);color:#fff;font-size:.72rem;display:flex;align-items:center;justify-content:center;font-weight:700}.integ2__checks strong{display:block;font-family:var(--font-headline);font-size:.98rem;color:#111;margin-bottom:.2rem}.integ2__checks span{font-size:.9rem;line-height:1.5;color:#666}.testi2{padding:4rem 1.5rem;background:#fff}.testi2__inner{max-width:720px;margin:0 auto;text-align:center}.testi2__mark{display:block;font-family:Georgia,Times New Roman,serif;font-size:4rem;line-height:1;background:linear-gradient(135deg,#f8e078,#d4a017);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.25rem}.testi2__quote{margin:0 0 1.75rem;font-family:var(--font-headline);font-size:clamp(1.05rem,2.2vw,1.3rem);font-weight:600;font-style:normal;line-height:1.6;color:#333}.testi2__author{display:inline-flex;align-items:center;gap:.85rem;text-align:left}.testi2__avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid rgba(212,160,23,.3)}.testi2__name{margin:0;font-family:var(--font-headline);font-weight:700;font-size:.98rem;color:#111}.testi2__role{margin:.15rem 0 0;font-size:.82rem;color:#888}.cta2{padding:2.5rem 1.5rem 3rem;background:#f0eeeb}.cta2__panel{position:relative;max-width:920px;margin:0 auto;text-align:center;padding:3.5rem 1.5rem;border-radius:32px;background:#0c0c0e;overflow:hidden;box-shadow:0 30px 80px #0000002e}.cta2__glow{position:absolute;top:-40%;left:50%;transform:translate(-50%);width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(212,160,23,.2),transparent 70%);pointer-events:none}.cta2__title{position:relative;font-family:var(--font-headline);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;margin:0 0 .75rem;color:#fff}.cta2__text{position:relative;margin:0 auto 1.75rem;max-width:520px;font-size:1rem;line-height:1.6;color:#fff9}.cta2__fine{position:relative;margin:1.25rem 0 0;font-size:.6rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#ffffff59}.ptease2{padding:3rem 1.5rem;background:#faf7f0}.ptease2__inner{max-width:640px;margin:0 auto;text-align:center}.ptease2__title{font-family:var(--font-headline);font-size:1.5rem;font-weight:700;margin:0 0 .6rem;color:#111}.ptease2__lead{margin:0 0 1.5rem;color:#555;line-height:1.6}.hsup2{padding:0 1.5rem 3.5rem;background:#faf7f0}.hsup2__inner{max-width:640px;margin:0 auto;text-align:center}.hsup2__inner h2{font-family:var(--font-headline);font-size:1.25rem;margin:0 0 .5rem;color:#111}.hsup2__inner p{margin:0;color:#555;line-height:1.6}.home-footer{background:#eceae8;border-radius:28px 28px 0 0;padding:2.75rem 1.5rem 1.5rem;margin-top:0}.home-footer__grid{max-width:1100px;margin:0 auto;display:grid;gap:2rem}@media (min-width: 768px){.home-footer__grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:1.5rem}}.home-footer__logo{font-family:var(--font-headline);font-weight:800;font-size:1rem;letter-spacing:.02em;margin:0 0 .65rem;color:#111}.home-footer__tagline{margin:0;font-size:.85rem;line-height:1.55;color:#666}.home-footer__heading{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#b8860b;margin:0 0 .75rem}.home-footer__col a{display:block;font-size:.88rem;color:#444!important;text-decoration:none;margin-bottom:.45rem}.home-footer__col a:hover{color:#111!important}.home-footer__bar{max-width:1100px;margin:2rem auto 0;padding-top:1.25rem;border-top:1px solid rgba(0,0,0,.08);display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.72rem;color:#888}.home-footer__dots{display:inline-flex;gap:5px}.home-footer__dots span{width:6px;height:6px;border-radius:50%;background:#ccc}.home-footer__dots span:last-child{background:#e1a92a}.features-main{overflow-x:hidden}.fhero2{position:relative;max-width:780px;margin:0 auto;padding:3rem 1.5rem 2.5rem;text-align:center;overflow:hidden}.fhero2__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.fhero2__orb{position:absolute;border-radius:50%;filter:blur(50px);opacity:.3}.fhero2__orb--1{width:300px;height:300px;background:radial-gradient(circle,rgba(248,224,120,.8),transparent 70%);top:-20%;right:10%;animation:orbFloat 10s ease-in-out infinite}.fhero2__orb--2{width:250px;height:250px;background:radial-gradient(circle,rgba(212,160,23,.6),transparent 70%);bottom:-10%;left:5%;animation:orbFloat 12s ease-in-out 3s infinite reverse}.fhero2__inner{position:relative;z-index:1}.fhero2__badge{display:inline-flex;align-items:center;gap:.5rem;margin:0 0 1.25rem;padding:.4rem .95rem;border-radius:999px;font-family:var(--font-label);font-size:.65rem;font-weight:700;letter-spacing:.1em;color:#555;background:#e8e6e1;border:1px solid rgba(0,0,0,.06)}.fhero2__badge-dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#d4a017,#f4c430);flex-shrink:0;animation:pulse 2.5s ease-in-out infinite}.fhero2__title{font-family:var(--font-headline);font-size:clamp(2rem,4.5vw,2.85rem);font-weight:800;line-height:1.12;margin:0 0 1rem;color:#111;letter-spacing:-.02em}.fhero2__title .features-hero__gold{background:linear-gradient(135deg,#d4a017,#8b6914);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.fhero2__lead{font-size:1.05rem;line-height:1.65;color:#666;max-width:580px;margin:0 auto}.fcards2{padding:1.5rem 1.25rem 3rem;max-width:1140px;margin:0 auto}.fcards2__grid{display:grid;gap:1.25rem}@media (min-width: 960px){.fcards2__grid{grid-template-columns:repeat(3,1fr)}}.fcards2__card{background:#fff;border-radius:24px;padding:1.75rem 1.5rem;border:1px solid rgba(0,0,0,.06);box-shadow:0 6px 24px #0000000d;display:flex;flex-direction:column;transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s cubic-bezier(.4,0,.2,1)}.fcards2__card:hover{transform:translateY(-6px);box-shadow:0 18px 48px #0000001a}.fcards2__card--featured{background:#fff;border:2px solid transparent;background-image:linear-gradient(#fff,#fff),linear-gradient(135deg,#f4c430,#d4a017,#b8860b);background-origin:border-box;background-clip:padding-box,border-box;box-shadow:0 8px 32px #d4a01726;position:relative}.fcards2__card--featured:hover{box-shadow:0 20px 50px #d4a01738}.fcards2__icon{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8e078,#d4a017);color:#1a1208;margin-bottom:1rem;flex-shrink:0}.fcards2__overline{margin:0 0 .4rem;font-family:var(--font-label);font-size:.62rem;font-weight:700;letter-spacing:.14em;color:#b8860b}.fcards2__h{font-family:var(--font-headline);font-size:1.2rem;font-weight:700;margin:0 0 .65rem;color:#111}.fcards2__desc{margin:0 0 1.25rem;font-size:.92rem;line-height:1.6;color:#555;flex:1}.fcards2__pills{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.fcards2__pills li{display:flex;align-items:center;gap:.6rem;padding:.6rem .85rem;border-radius:12px;background:#faf7f0;border:1px solid rgba(0,0,0,.04);font-size:.85rem;font-weight:600;color:#333}.fcards2__pills svg{flex-shrink:0;color:#d4a017}.fcards2__checklist{list-style:none;margin:0;padding:0}.fcards2__checklist li{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem;font-size:.9rem;font-weight:500;color:#333}.fcards2__checklist li:last-child{margin-bottom:0}.fcards2__check{flex-shrink:0;width:1.35rem;height:1.35rem;border-radius:50%;background:linear-gradient(135deg,#d4a017,#8b6914);color:#fff;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center}.fcards2__chart-mini{margin-top:auto;padding:.85rem;border-radius:16px;background:#faf7f0;border:1px solid rgba(0,0,0,.04)}.fcards2__chart-bars{display:flex;align-items:flex-end;justify-content:space-between;gap:5px;height:60px;margin-bottom:.5rem}.fcards2__chart-bars span{flex:1;height:var(--h);border-radius:6px 6px 3px 3px;background:linear-gradient(180deg,#e8dcc8,#c4a574);opacity:.7;transition:opacity .3s}.fcards2__card:hover .fcards2__chart-bars span{opacity:.9}.fcards2__chart-bars span:nth-child(6){background:linear-gradient(180deg,#f4d24a,#e1a92a);opacity:1;box-shadow:0 0 10px #f4d24a66}.fcards2__chart-info{display:flex;align-items:baseline;justify-content:space-between}.fcards2__chart-pct{font-family:var(--font-headline);font-size:1rem;font-weight:700;color:#d4a017}.fcards2__chart-label{font-size:.62rem;font-weight:600;letter-spacing:.05em;color:#999}.fdetail2{padding:3rem 1.5rem;background:#faf7f0}.fdetail2--alt{background:#f2f1ed;border-radius:28px;margin:0 .75rem}.fdetail2__split{max-width:1080px;margin:0 auto;display:grid;gap:2.25rem;align-items:center}@media (min-width: 880px){.fdetail2__split{grid-template-columns:1fr 1fr;gap:3.5rem}.fdetail2__split--reverse .fdetail2__visual{order:2}.fdetail2__split--reverse .fdetail2__copy{order:1}}.fdetail2__overline{margin:0 0 .5rem;font-family:var(--font-label);font-size:.65rem;font-weight:700;letter-spacing:.14em;color:#b8860b}.fdetail2__h{font-family:var(--font-headline);font-size:clamp(1.4rem,2.5vw,1.85rem);font-weight:700;margin:0 0 .85rem;color:#111}.fdetail2__body{margin:0;font-size:.98rem;line-height:1.65;color:#555}.fdetail2__mock-dash{position:relative;border-radius:20px;background:linear-gradient(165deg,#1c1c1e,#0d0d0f);padding:1rem 1rem 1.25rem;box-shadow:0 24px 60px #0003;overflow:hidden;aspect-ratio:5 / 4;max-height:340px}.fdetail2__mock-bar{display:flex;gap:5px;margin-bottom:.85rem}.fdetail2__mock-bar span{width:8px;height:8px;border-radius:50%;background:#444}.fdetail2__mock-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.fdetail2__mock-cell{border-radius:10px;background:#ffffff0f;min-height:52px}.fdetail2__mock-cell--wide{grid-column:1 / -1;min-height:44px}.fdetail2__mock-lens{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.fdetail2__mock-lens:before{content:"";width:clamp(90px,38%,130px);height:clamp(90px,38%,130px);border-radius:50%;background:#fff;box-shadow:0 12px 40px #00000059}.fdetail2__mock-lens svg{position:absolute;color:#b8860b}.fdetail2__collage{position:relative;width:100%;max-width:380px;margin:0 auto;min-height:280px}.fdetail2__collage-img{position:absolute;object-fit:cover;border-radius:14px;border:3px solid #fff;box-shadow:0 10px 28px #00000026;transition:transform .4s cubic-bezier(.4,0,.2,1)}.fdetail2__collage:hover .fdetail2__collage-img--1{transform:rotate(-12deg) scale(1.03)}.fdetail2__collage:hover .fdetail2__collage-img--2{transform:rotate(9deg) scale(1.03)}.fdetail2__collage:hover .fdetail2__collage-img--3{transform:rotate(3deg) scale(1.03)}.fdetail2__collage-img--1{width:40%;top:4%;left:4%;transform:rotate(-10deg);z-index:1}.fdetail2__collage-img--2{width:42%;top:2%;right:6%;transform:rotate(7deg);z-index:2}.fdetail2__collage-img--3{width:40%;bottom:4%;left:28%;transform:rotate(4deg);z-index:3}.fdetail2__collage-badge{position:absolute;left:50%;bottom:12%;transform:translate(-50%);z-index:5;display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:999px;font-family:var(--font-label);font-size:.78rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#e8b01a,#d4a017);box-shadow:0 10px 28px #d4a01773;white-space:nowrap}.fdetail2__chart-card{background:#f0eeeb;border-radius:24px;padding:1.35rem 1.25rem;box-shadow:0 16px 40px #00000014;border:1px solid rgba(0,0,0,.05)}.fdetail2__chart-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.1rem}.fdetail2__chart-title{margin:0;font-family:var(--font-headline);font-size:1.05rem;font-weight:700;color:#111}.fdetail2__chart-sub{margin:.15rem 0 0;font-size:.7rem;color:#888}.fdetail2__chart-pct{font-family:var(--font-label);font-size:.95rem;font-weight:700;color:#d4a017}.fdetail2__chart-bars{display:flex;align-items:flex-end;justify-content:space-between;gap:6px;height:110px;margin-bottom:1rem;padding:0 .1rem}.fdetail2__chart-bars span{flex:1;min-width:0;height:var(--h);border-radius:8px 8px 4px 4px;background:linear-gradient(180deg,#e8dcc8,#c4a574);opacity:.85;transition:opacity .3s}.fdetail2__chart-bars span:nth-child(6){background:linear-gradient(180deg,#f4d24a,#e1a92a);opacity:1;box-shadow:0 0 12px #f4d24a66}.fdetail2__chart-stats{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.fdetail2__chart-stat{background:#ffffffa6;border-radius:14px;padding:.7rem .8rem;border:1px solid rgba(0,0,0,.05)}.fdetail2__chart-stat-lbl{display:block;font-size:.55rem;font-weight:700;letter-spacing:.08em;color:#888;margin-bottom:.2rem}.fdetail2__chart-stat-val{font-family:var(--font-headline);font-size:1.1rem;font-weight:700;color:#111}.fdetail2__note{display:flex;align-items:flex-start;gap:.5rem;margin:1.25rem 0 0;font-size:.88rem;color:#9a7218}.fdetail2__note-icon{flex-shrink:0;width:1.65rem;height:1.65rem;border-radius:50%;background:linear-gradient(135deg,#f4d24a,#d4a017);color:#1a1208;display:flex;align-items:center;justify-content:center}.fdetail2__note em{font-style:italic;font-weight:500}.fcta2{padding:2.5rem 1.5rem 4rem;background:#faf7f0}.fcta2__panel{position:relative;max-width:880px;margin:0 auto;text-align:center;padding:3.5rem 1.5rem;border-radius:32px;background:#0c0c0e;overflow:hidden;box-shadow:0 30px 80px #0003}.fcta2__glow{position:absolute;top:-40%;left:50%;transform:translate(-50%);width:350px;height:350px;border-radius:50%;background:radial-gradient(circle,rgba(212,160,23,.18),transparent 70%);pointer-events:none}.fcta2__title{position:relative;font-family:var(--font-headline);font-size:clamp(1.65rem,3vw,2.15rem);font-weight:700;margin:0 0 .7rem;color:#fff}.fcta2__text{position:relative;margin:0 auto 1.75rem;max-width:520px;font-size:1rem;line-height:1.6;color:#fff9}.fcta2__btns{position:relative;display:flex;flex-wrap:wrap;gap:.85rem;justify-content:center}.price2-main{overflow-x:hidden;padding-bottom:2rem}.price2-hero{position:relative;max-width:640px;margin:0 auto;padding:2.5rem 1.5rem 1.5rem;text-align:center}.price2-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.price2-hero__orb{position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(248,224,120,.2),transparent 70%);top:-50%;left:50%;transform:translate(-50%);filter:blur(40px)}.price2-hero__title{position:relative;font-family:var(--font-headline);font-size:clamp(1.85rem,3.5vw,2.5rem);font-weight:800;margin:0 0 .65rem;color:#1a1a1a;letter-spacing:-.02em}.price2-hero__sub{position:relative;margin:0;font-size:1.02rem;line-height:1.6;color:#666}.price2-tiers{padding:1.25rem 1.25rem 2.5rem;max-width:1120px;margin:0 auto}.price2-tiers__row{display:grid;gap:1.25rem;align-items:stretch}@media (min-width: 960px){.price2-tiers__row{grid-template-columns:1fr 1.15fr 1fr;align-items:start}}.price2-card-wrap{position:relative;display:flex;flex-direction:column;align-items:center}.price2-card-wrap--glow{padding-top:.85rem}.price2-card-wrap--glow:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;top:1rem;border-radius:28px;background:linear-gradient(135deg,#f4c43040,#d4a01726,#b8860b1a);filter:blur(16px);z-index:0;animation:glowPulse 4s ease-in-out infinite}.price2-card__ribbon{position:relative;z-index:2;margin-bottom:-.5rem;padding:.4rem 1.1rem;border-radius:999px;font-size:.6rem;font-weight:800;letter-spacing:.1em;color:#fff;background:linear-gradient(135deg,#e8b01a,#c99210);box-shadow:0 6px 20px #c9921059}.price2-card{position:relative;z-index:1;border-radius:24px;padding:1.75rem 1.5rem;display:flex;flex-direction:column;height:100%;min-height:420px;background:#f0eeeb;border:1px solid rgba(0,0,0,.06);box-shadow:0 6px 24px #0000000d;transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s cubic-bezier(.4,0,.2,1)}.price2-card:hover{transform:translateY(-4px);box-shadow:0 16px 44px #0000001a}.price2-card--featured{background:#fff;border:2px solid transparent;background-image:linear-gradient(#fff,#fff),linear-gradient(135deg,#f4c430,#d4a017,#b8860b);background-origin:border-box;background-clip:padding-box,border-box;box-shadow:0 16px 48px #d4a01726}.price2-card--featured:hover{box-shadow:0 20px 56px #d4a01738}.price2-card__head{margin-bottom:1.25rem}.price2-card__label{margin:0 0 .35rem;font-size:.65rem;font-weight:700;letter-spacing:.12em;color:#888}.price2-card__label--gold{background:linear-gradient(135deg,#d4a017,#b8860b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.price2-card__price{margin:0 0 .45rem;font-family:var(--font-headline);font-size:2rem;font-weight:800;color:#1a1a1a;letter-spacing:-.02em}.price2-card__desc{margin:0;font-size:.9rem;line-height:1.5;color:#666}.price2-card__list{list-style:none;margin:0 0 1.5rem;padding:0;flex:1}.price2-card__feat{display:flex;align-items:center;gap:.6rem;margin-bottom:.65rem;font-size:.88rem;font-weight:500;color:#333}.price2-card__feat--locked{color:#aaa;opacity:.85}.price2-lock{flex-shrink:0;color:#bbb}.price2-card__check{flex-shrink:0;width:1.35rem;height:1.35rem;border-radius:50%;background:#2d8a54;color:#fff;font-size:.62rem;font-weight:700;display:flex;align-items:center;justify-content:center}.price2-card__check--gold{background:linear-gradient(135deg,#e8b01a,#c99210)}.price2-card__btn{margin-top:auto;width:100%;justify-content:center;text-align:center;border-radius:999px;font-weight:600;padding:.75rem 1rem}.price2-card__btn--outline{background:#fff;color:#333!important;border:1px solid rgba(0,0,0,.12);box-shadow:0 2px 8px #0000000a}.price2-card__btn--outline:hover{border-color:#0003;background:#fafafa}.price2-card__btn--gold{background:linear-gradient(135deg,#f4d24a,#d4a017 55%,#b8860b);color:#1a1208!important;border:none;font-weight:700;box-shadow:0 6px 24px #d4a01766;position:relative;overflow:hidden}.price2-card__btn--gold:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.25) 50%,transparent 70%);transform:translate(-100%);transition:transform .6s}.price2-card__btn--gold:hover:before{transform:translate(100%)}.price2-card__btn--gold:hover{filter:brightness(1.03)}.price2-card__btn--platinum{background:#fff;color:#b8860b!important;border:2px solid #d4a017;box-shadow:0 2px 12px #b8860b1f}.price2-card__btn--platinum:hover{background:#fffef8;border-color:#b8860b}.price2-premium{padding:2.5rem 1.25rem 3rem;max-width:1120px;margin:0 auto}.price2-premium__head{margin-bottom:1.75rem}.price2-premium__title{font-family:var(--font-headline);font-size:clamp(1.5rem,2.8vw,1.95rem);font-weight:700;margin:0 0 .4rem;color:#111}.price2-premium__sub{margin:0;font-size:.98rem;color:#666}.price2-premium__grid{display:grid;gap:1.25rem}@media (min-width: 900px){.price2-premium__grid{grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto}.price2-prem--unblur{grid-column:1;grid-row:1 / span 2}.price2-prem--insights{grid-column:2 / span 2;grid-row:1}.price2-prem--chat{grid-column:2;grid-row:2}.price2-prem--ghost{grid-column:3;grid-row:2}}.price2-prem{background:#f0eeeb;border-radius:24px;padding:1.35rem 1.25rem;border:1px solid rgba(0,0,0,.05);transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s}.price2-prem:hover{transform:translateY(-3px);box-shadow:0 12px 36px #00000014}.price2-prem h3{font-family:var(--font-headline);font-size:1.05rem;font-weight:700;margin:0 0 .5rem;color:#111}.price2-prem p{margin:0;font-size:.9rem;line-height:1.55;color:#555}.price2-prem__visual{margin-top:1.25rem;border-radius:16px;min-height:140px;background:radial-gradient(circle at 50% 40%,#ffdc8ce6,#b4a08266 45%,#9a8a7a);filter:blur(.5px);box-shadow:inset 0 0 40px #ffffff40}.price2-prem--insights{display:flex;flex-direction:column;gap:1.25rem}@media (min-width: 640px){.price2-prem--insights{flex-direction:row;align-items:center;gap:1.5rem}}.price2-prem__copy{flex:1;min-width:0}.price2-prem__match{flex-shrink:0;width:100%;max-width:190px;padding:1rem;background:#ffffffa6;border-radius:16px;border:1px solid rgba(0,0,0,.06)}.price2-prem__dots{display:flex;gap:5px;margin-bottom:.5rem}.price2-prem__dots span{width:8px;height:8px;border-radius:50%;background:#d4a017}.price2-prem__dots span:nth-child(2){background:#6b7a04}.price2-prem__dots span:nth-child(3){background:#d4d4d4}.price2-prem__bar{height:8px;border-radius:999px;background:#00000014;overflow:hidden;margin-bottom:.5rem}.price2-prem__bar i{display:block;height:100%;width:88%;border-radius:999px;background:linear-gradient(90deg,#d4a017,#8b6914)}.price2-prem__match-label{margin:0;font-size:.62rem;font-weight:800;letter-spacing:.06em;color:#8b6914}.price2-prem--chat{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:160px}.price2-prem__icon{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:.65rem;background:linear-gradient(135deg,#f4d24a,#d4a017);color:#1a1208}.price2-prem__sub-label{margin:.35rem 0 0!important;font-size:.6rem!important;font-weight:700!important;letter-spacing:.12em!important;color:#888!important}.price2-prem--ghost{background:linear-gradient(160deg,#1a1a1a,#111)!important;border:none;box-shadow:0 16px 40px #0003}.price2-prem--ghost h3,.price2-prem--ghost p{color:#fff}.price2-prem--ghost p{color:#ffffffa6}.price2-prem--ghost:hover{box-shadow:0 20px 50px #00000047}.price2-faq{max-width:720px;margin:0 auto;padding:1rem 1.25rem 3rem}.price2-faq__title{font-family:var(--font-headline);font-size:1.45rem;font-weight:700;text-align:center;margin:0 0 1.5rem;color:#111}.price2-faq__list{display:flex;flex-direction:column;gap:.75rem}.price2-faq__item{border-radius:18px;background:#f0eeeb;border:1px solid rgba(0,0,0,.05);overflow:hidden;transition:box-shadow .3s}.price2-faq__item[open]{box-shadow:0 6px 20px #0000000f}.price2-faq__summary{list-style:none;cursor:pointer;padding:1rem 2.75rem 1rem 1.25rem;font-size:.95rem;font-weight:600;color:#222;position:relative;transition:color .2s}.price2-faq__summary:hover{color:#b8860b}.price2-faq__summary::-webkit-details-marker{display:none}.price2-faq__summary:after{content:"";position:absolute;right:1.25rem;top:50%;width:8px;height:8px;border-right:2px solid #888;border-bottom:2px solid #888;transform:translateY(-65%) rotate(45deg);transition:transform .25s}.price2-faq__item[open] .price2-faq__summary:after{transform:translateY(-25%) rotate(225deg)}.price2-faq__answer{margin:0;padding:0 1.25rem 1.15rem;font-size:.9rem;line-height:1.65;color:#555}.page--auth2{min-height:100vh;background:#f5f3ef}.auth2{display:grid;min-height:100vh}@media (min-width: 900px){.auth2{grid-template-columns:1fr 1fr}}.auth2__visual{position:relative;display:none;overflow:hidden;border-radius:0 28px 28px 0;margin:1rem 0 1rem 1rem}@media (min-width: 900px){.auth2__visual{display:block}}.auth2__bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 20%}.auth2__visual-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000026,#0000000d 40%,#0000008c)}.auth2__visual-content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:space-between;height:100%;padding:1.75rem 1.75rem 1.5rem}.auth2__logo{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:#fff!important}.auth2__logo-icon{width:36px;height:36px;border-radius:14px;object-fit:cover;display:inline-block}.auth2__logo-text{font-family:var(--font-headline);font-size:1.1rem;font-weight:700;color:#fff;text-shadow:0 1px 6px rgba(0,0,0,.4)}.auth2__visual-card{background:#ffffff26;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.2);border-radius:22px;padding:1.5rem 1.35rem 1.25rem}.auth2__visual-overline{margin:0 0 .5rem;font-family:var(--font-label);font-size:.6rem;font-weight:700;letter-spacing:.14em;color:#f4c430}.auth2__visual-title{margin:0 0 .6rem;font-family:var(--font-headline);font-size:1.5rem;font-weight:800;line-height:1.2;color:#fff}.auth2__visual-desc{margin:0 0 1rem;font-size:.88rem;line-height:1.55;color:#ffffffbf}.auth2__visual-proof{display:flex;align-items:center;gap:.65rem}.auth2__avatar-stack{display:flex}.auth2__avatar-stack img{width:28px;height:28px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.5);margin-left:-6px}.auth2__avatar-stack img:first-child{margin-left:0}.auth2__proof-text{font-size:.68rem;font-weight:600;line-height:1.35;color:#ffffffb3}.auth2__form-panel{display:flex;flex-direction:column;padding:1.5rem 2rem 2rem;overflow-y:auto}@media (min-width: 900px){.auth2__form-panel{padding:1.75rem 3rem 2rem}}.auth2__form-top{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;margin-bottom:1.5rem}.auth2__close{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;color:#666!important;text-decoration:none!important;transition:background .2s,color .2s}.auth2__close:hover{background:#0000000f;color:#111!important}.auth2__form-body{flex:1;display:flex;flex-direction:column;justify-content:center;max-width:400px;width:100%;margin:0 auto}.auth2__title{font-family:var(--font-headline);font-size:1.85rem;font-weight:800;margin:0 0 .45rem;color:#1a1a1a;letter-spacing:-.02em}.auth2__subtitle{margin:0 0 1.75rem;font-size:.95rem;line-height:1.5;color:#888}.auth2__social-btns{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1.25rem}.auth2__social-btn{display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;padding:.7rem 1rem;border-radius:999px;font-family:var(--font-label);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;background:#fff;color:#333;border:1px solid rgba(0,0,0,.12)}.auth2__social-btn:hover{border-color:#0003;box-shadow:0 2px 12px #0000000f}.auth2__social-btn--dark{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.auth2__social-btn--dark:hover{background:#2e2e2e;border-color:#2e2e2e}.auth2__divider{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.auth2__divider:before,.auth2__divider:after{content:"";flex:1;height:1px;background:#0000001a}.auth2__divider span{font-size:.62rem;font-weight:700;letter-spacing:.12em;color:#aaa;white-space:nowrap}.auth2__form{display:flex;flex-direction:column}.auth2__field{display:block;margin-bottom:1rem}.auth2__field-label{font-family:var(--font-label);display:block;font-size:.68rem;font-weight:700;color:#555;margin-bottom:.4rem;letter-spacing:.08em}.auth2__field-row{display:flex;align-items:baseline;justify-content:space-between}.auth2__forgot{font-size:.78rem;font-weight:600;color:#d4a017!important;text-decoration:none!important}.auth2__forgot:hover{color:#b8860b!important}.auth2__field input{width:100%;padding:.75rem 1rem;border-radius:12px;border:1px solid rgba(0,0,0,.1);background:#f0eeeb;color:#1a1a1a;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.auth2__field input::placeholder{color:#bbb}.auth2__field input:focus{outline:none;border-color:#d4a017;box-shadow:0 0 0 3px #d4a0171f}.auth2__error{color:var(--danger);font-size:.85rem;margin:0 0 .75rem}.auth2__success{color:var(--success);font-size:.85rem;margin:0 0 .75rem}.btn--auth-gold{background:linear-gradient(135deg,#f8e078,#d4a017 55%,#b8860b);color:#1a1208!important;border:none;font-weight:700;font-size:1rem;padding:.85rem 1rem;border-radius:999px;box-shadow:0 6px 24px #d4a01759;cursor:pointer;transition:all .25s;position:relative;overflow:hidden;margin-top:.25rem}.btn--auth-gold:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.25) 50%,transparent 70%);transform:translate(-100%);transition:transform .6s}.btn--auth-gold:hover:before{transform:translate(100%)}.btn--auth-gold:hover{box-shadow:0 8px 32px #d4a01773;transform:translateY(-1px)}.btn--auth-gold:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth2__switch{text-align:center;margin:1.5rem 0 0;font-size:.9rem;color:#888}.auth2__switch a{color:#1a1a1a!important;font-weight:600;text-decoration:underline!important;text-underline-offset:2px}.auth2__switch a:hover{color:#d4a017!important}.page--auth2 .lang-select{border-color:#0000001a;background-color:#fff;color:#333;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23555' d='M3 4.5L6 7.5L9 4.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .55rem center;background-size:12px 12px}.page--hub{min-height:100vh;display:flex;background:#f5f3ef;color:#1a1a1a}.hub-side{display:none;width:220px;flex-shrink:0;background:#faf7f0;border-right:1px solid rgba(0,0,0,.06);padding:1.5rem 1rem;flex-direction:column;justify-content:space-between;position:sticky;top:0;height:100vh;overflow-y:auto}@media (min-width: 960px){.hub-side{display:flex}}.hub-side__brand{display:flex;align-items:center;gap:.4rem;font-family:var(--font-headline);font-weight:800;font-size:1rem;color:#111!important;text-decoration:none;margin-bottom:1.75rem}.hub-side__bee{font-size:1.2rem;line-height:1}.hub-side__profile{display:flex;align-items:center;gap:.65rem;padding:.85rem .75rem;border-radius:16px;background:#fff;border:1px solid rgba(0,0,0,.05);margin-bottom:1.5rem}.hub-side__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.hub-side__name{margin:0;font-family:var(--font-headline);font-size:.88rem;font-weight:700;color:#111}.hub-side__role{margin:.1rem 0 0;font-size:.68rem;font-weight:600;color:#b8860b}.hub-side__nav{display:flex;flex-direction:column;gap:.25rem}.hub-side__link{display:flex;align-items:center;gap:.6rem;padding:.6rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500;color:#666!important;text-decoration:none!important;transition:all .2s}.hub-side__link:hover{background:#0000000a;color:#111!important}.hub-side__link--active{background:#fff;color:#111!important;font-weight:600;box-shadow:0 2px 8px #0000000a}.hub-side__bottom{display:flex;flex-direction:column;gap:.65rem}.hub-side__upgrade{display:block;width:100%;padding:.7rem 1rem;border-radius:999px;border:none;font-family:var(--font-label);font-size:.82rem;font-weight:700;cursor:pointer;background:linear-gradient(135deg,#f8e078,#d4a017 55%,#b8860b);color:#1a1208;box-shadow:0 4px 16px #d4a0174d;transition:all .25s}.hub-side__upgrade:hover{filter:brightness(1.04);box-shadow:0 6px 20px #d4a01766;transform:translateY(-1px)}.hub-side__support{display:flex;align-items:center;justify-content:center;gap:.45rem;width:100%;padding:.65rem 1rem;border-radius:999px;border:1px solid rgba(0,0,0,.1);font-family:var(--font-label);font-size:.82rem;font-weight:600;cursor:pointer;background:#fff;color:#333;transition:border-color .2s,background .2s,color .2s}.hub-side__support:hover{border-color:#d4a01773;color:#1a1208;background:#f8e0781f}.hub-support-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:12000;padding:1rem}.hub-support-overlay[hidden]{display:none!important}.hub-support-overlay:not([hidden]){display:flex;align-items:flex-end;justify-content:flex-end;pointer-events:auto}.hub-support-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;padding:0;margin:0;background:#0f0c0859;cursor:pointer}.hub-support-panel{position:relative;width:min(100%,420px);max-height:min(72vh,560px);display:flex;flex-direction:column;background:#fff;border-radius:16px;box-shadow:0 18px 48px #0000002e;border:1px solid rgba(0,0,0,.06);overflow:hidden}.hub-support-panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:1rem 1rem .75rem;border-bottom:1px solid rgba(0,0,0,.06)}.hub-support-panel__title{margin:0;font-size:1.05rem;font-weight:700;color:#111}.hub-support-panel__sub{margin:.25rem 0 0;font-size:.78rem;line-height:1.45;color:#666}.hub-support-panel__x{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:none;border-radius:10px;background:transparent;color:#555;cursor:pointer;transition:background .15s,color .15s}.hub-support-panel__x:hover{background:#0000000f;color:#111}.hub-support-messages{flex:1;min-height:180px;max-height:340px;overflow-y:auto;padding:.85rem 1rem;display:flex;flex-direction:column;gap:.65rem;background:linear-gradient(180deg,#fafafa,#fff 40%)}.hub-support-empty{margin:0;padding:1rem .25rem;text-align:center;font-size:.85rem;color:#777;line-height:1.5}.hub-support-msg{display:flex;flex-direction:column;width:100%;min-width:0}.hub-support-msg--user{align-items:flex-end}.hub-support-msg--admin{align-items:flex-start}.hub-support-msg__meta{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#888;margin-bottom:.2rem}.hub-support-msg--user .hub-support-msg__meta{text-align:right;color:#a67c00}.hub-support-msg--admin .hub-support-msg__meta{text-align:left;color:#555}.hub-support-msg__bubble{width:fit-content;max-width:min(92%,100%);padding:.55rem .75rem;border-radius:12px;font-size:.88rem;line-height:1.45;white-space:pre-wrap;word-break:break-word;box-sizing:border-box}.hub-support-msg--user .hub-support-msg__bubble{background:linear-gradient(135deg,#f8e078,#e8c44a);color:#1a1208;border-bottom-right-radius:4px}.hub-support-msg--admin .hub-support-msg__bubble{background:#f0f0f0;color:#222;border-bottom-left-radius:4px}.hub-support-status{margin:0;padding:0 1rem;font-size:.78rem;color:#b45309}.hub-support-form{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 1rem 1rem;border-top:1px solid rgba(0,0,0,.06);background:#fff}.hub-support-input{width:100%;resize:vertical;min-height:2.75rem;max-height:120px;padding:.55rem .65rem;border-radius:10px;border:1px solid rgba(0,0,0,.12);font-family:inherit;font-size:.88rem;line-height:1.4}.hub-support-input:focus{outline:none;border-color:#d4a0178c;box-shadow:0 0 0 3px #f8e07859}.hub-support-send{align-self:flex-end;padding:.5rem 1.15rem;border-radius:999px;font-size:.82rem;font-weight:700;background:linear-gradient(135deg,#f8e078,#d4a017 55%,#b8860b);color:#1a1208!important;border:none;cursor:pointer}.hub-support-send:disabled{opacity:.65;cursor:not-allowed}.hub-side__logout{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.55rem 1rem;border-radius:999px;border:1px solid rgba(0,0,0,.08);background:transparent;font-family:var(--font-label);font-size:.8rem;font-weight:600;color:#888;cursor:pointer;transition:all .2s}.hub-side__logout:hover{border-color:#00000026;color:#555;background:#fff}.hub-main{flex:1;min-width:0;padding:2rem 1.5rem 3rem;overflow-y:auto}@media (min-width: 960px){.hub-main{padding:2rem 2.5rem 3rem}}.hub-header{margin-bottom:1rem}.hub-header__row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem 1.5rem}.hub-header__titles{min-width:0;flex:1}.hub-header__tools{display:flex;align-items:center;gap:.65rem;flex-shrink:0}.page--hub .lang-select{border-color:#0000001f;background-color:#fff;color:#333;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23555' d='M3 4.5L6 7.5L9 4.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .55rem center;background-size:12px 12px}.hub-header__logout,.hub-header__reload{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .75rem;border-radius:10px;border:1px solid rgba(0,0,0,.1);background:#fff;color:#555;font-family:var(--font-label);font-size:.82rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.hub-header__reload:hover,.hub-header__logout:hover{border-color:#00000029;color:#111;background:#fafafa}.hub-header__logout-label,.hub-header__reload-label{display:none}@media (min-width: 480px){.hub-header__logout-label,.hub-header__reload-label{display:inline}}.hub-tabs-mobile{display:flex;gap:.35rem;overflow-x:auto;padding-bottom:.65rem;margin:0 0 1.25rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.hub-tabs-mobile::-webkit-scrollbar{display:none}.hub-ai-card{margin-top:0;background:radial-gradient(1200px 500px at 20% 0%,rgba(212,160,23,.08),transparent 55%),#fff;border:1px solid rgba(0,0,0,.08);border-radius:18px;padding:1.15rem 1.15rem 1.25rem;width:100%;box-sizing:border-box;box-shadow:0 10px 30px #0000000f}.hub-ai-card__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.hub-ai-card__title{margin:0;font-size:1.05rem;font-weight:820;color:#111;letter-spacing:-.01em}.hub-ai-card__btn{border:1px solid rgba(212,160,23,.35);background:linear-gradient(180deg,#d4a01729,#d4a01714);color:#111;padding:.5rem .8rem;border-radius:12px;cursor:pointer;font-family:var(--font-label);font-weight:700;font-size:.85rem;position:relative;display:inline-flex;align-items:center;gap:.45rem;transition:transform .14s ease,background .14s ease,border-color .14s ease}.hub-ai-card__btn-ic{color:#9a6f00}.hub-ai-card__btn:hover{transform:translateY(-1px);border-color:#d4a01780;background:linear-gradient(180deg,#d4a01738,#d4a0171f)}.hub-ai-card__btn.is-loading{opacity:.75;cursor:default}.hub-ai-card__btn.is-loading:after{content:"🐝";display:inline-block;width:16px;height:16px;margin-left:8px;font-size:14px;line-height:16px;animation:bbBeeBtnBuzz 1.15s cubic-bezier(.22,1,.36,1) infinite;vertical-align:-3px}.hub-ai-card__hint{margin:.6rem 0 0;color:#444;font-size:.92rem;display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.hub-ai-score{display:inline-flex;align-items:baseline;gap:.2rem;padding:.22rem .65rem;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:linear-gradient(180deg,#fff,#fafafaf5);font-weight:900;font-family:var(--font-label);box-shadow:0 6px 18px #0000000f}.hub-ai-score__num{font-size:1rem;color:#111}.hub-ai-score__den{font-size:.8rem;color:#666;font-weight:800}.hub-ai-summary{color:#333;font-weight:850;letter-spacing:-.01em}.hub-ai-card__body{margin-top:.9rem}.hub-ai-card__body.is-loading{opacity:.95}.hub-ai-loading{display:grid;place-items:center;padding:1.2rem .75rem 1.35rem;border-radius:14px;background:linear-gradient(180deg,#d4a01714,#00000005);border:1px dashed rgba(212,160,23,.28)}.hub-ai-loading__bee{font-size:34px;line-height:1;filter:drop-shadow(0 10px 18px rgba(212,160,23,.22));animation:hubBeeFly 1.35s ease-in-out infinite;transform-origin:center}.hub-ai-loading__text{margin-top:.5rem;font-family:var(--font-label);font-weight:750;color:#5a4a18;letter-spacing:.01em}@keyframes hubBeeFly{0%{transform:translate(-16px) translateY(2px) rotate(-6deg);opacity:.9}40%{transform:translate(10px) translateY(-8px) rotate(8deg);opacity:1}70%{transform:translate(18px) translateY(6px) rotate(-4deg);opacity:.95}to{transform:translate(-16px) translateY(2px) rotate(-6deg);opacity:.9}}@keyframes bbBeeBtnBuzz{0%{transform:translate(-1px) translateY(1px) rotate(-8deg) scale(.99);opacity:.85}50%{transform:translate(2px) translateY(-2px) rotate(10deg) scale(1.02);opacity:1}to{transform:translate(-1px) translateY(1px) rotate(-8deg) scale(.99);opacity:.85}}.hub-ai-layout{display:grid;grid-template-columns:1fr;gap:.9rem;margin-bottom:.9rem}@media (min-width: 900px){.hub-ai-layout{grid-template-columns:1fr 1fr}}.hub-ai-sec{border:1px solid rgba(0,0,0,.07);border-radius:16px;padding:.95rem 1rem;background:linear-gradient(180deg,#fff,#fafafaf2)}.hub-ai-sec__head{display:flex;align-items:center;gap:.55rem;margin-bottom:.55rem}.hub-ai-sec__ic{width:28px;height:28px;display:grid;place-items:center;border-radius:10px;background:#d4a0171f;border:1px solid rgba(212,160,23,.25)}.hub-ai-sec__t{margin:0;font-size:.95rem;font-weight:900;color:#111;letter-spacing:-.01em}.hub-ai-sec--actions{margin-bottom:.9rem}.hub-ai-empty{margin:0;color:#777}.hub-ai-list{margin:0;padding-left:1.15rem;color:#222;display:grid;gap:.35rem}.hub-ai-actions{display:grid;gap:.7rem}.hub-ai-action{border:1px solid rgba(0,0,0,.06);border-radius:14px;padding:.75rem .8rem;background:#fff}.hub-ai-action__top{display:flex;align-items:baseline;justify-content:space-between;gap:.6rem}.hub-ai-action__title{font-weight:900;color:#111}.hub-ai-action__detail{margin-top:.25rem;color:#333;line-height:1.35}.hub-ai-pill{display:inline-flex;align-items:center;padding:.12rem .5rem;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:#fff;font-size:.75rem;font-weight:750;color:#333;white-space:nowrap}.hub-ai-pill--high{border-color:#ff5c5c59;background:#ff5c5c14;color:#b10000}.hub-ai-pill--med{border-color:#ffa60059;background:#ffa6001a;color:#8a4c00}.hub-ai-pill--low{border-color:#0078ff40;background:#0078ff14;color:#0b3c8a}.hub-ai-rewrites{display:grid;gap:.75rem}.hub-ai-rewrite{border:1px solid rgba(0,0,0,.07);border-radius:14px;padding:.75rem .85rem;background:#fff}.hub-ai-rewrite__summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:.6rem;font-weight:900;color:#111}.hub-ai-rewrite__summary::-webkit-details-marker{display:none}.hub-ai-chip{display:inline-flex;align-items:center;padding:.1rem .55rem;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:#00000008;font-size:.75rem;font-weight:900;color:#333}.hub-ai-rewrite__label{font-weight:900;color:#111}.hub-ai-rewrite__meta{margin-bottom:.5rem}.hub-ai-rewrite__text{margin:0;white-space:pre-wrap;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.85rem;color:#111}@media (min-width: 960px){.hub-tabs-mobile{display:none}}.hub-tabs-mobile__link{flex-shrink:0;padding:.45rem .85rem;border-radius:999px;font-size:.78rem;font-weight:600;color:#666!important;text-decoration:none!important;background:#fff;border:1px solid rgba(0,0,0,.08);transition:background .15s,color .15s,border-color .15s}.hub-tabs-mobile__link:hover{color:#111!important;border-color:#0000001f}.hub-tabs-mobile__link--active{background:#fff;color:#111!important;border-color:#d4a01773;box-shadow:0 2px 8px #d4a0171f}.hub-main__body{position:relative;min-height:min(320px,45vh)}.hub-data-loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:8;display:flex;align-items:center;justify-content:center;background:#fdfbf7d9;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:opacity .25s ease}.hub-data-loading[hidden]{display:none!important}.hub-data-loading__inner{text-align:center;padding:1.5rem}.hub-data-loading__text{margin:1rem 0 0;font-family:var(--font-label);font-size:.85rem;font-weight:600;color:#666}.bb-bee-loader{--bb-bee-size: 84px;display:grid;justify-items:center;gap:0;text-align:center}.bb-bee-loader--sm{--bb-bee-size: 34px;display:inline-flex;align-items:center;justify-content:flex-start;gap:0;text-align:left}.bb-bee-loader__bee{width:var(--bb-bee-size);height:var(--bb-bee-size);position:relative;display:grid;place-items:center;line-height:1;filter:drop-shadow(0 10px 18px rgba(0,0,0,.12));animation:bbBeeFade 1.6s ease-in-out infinite alternate}.bb-bee-loader__mask{position:absolute;top:0;right:0;bottom:0;left:0;display:block;-webkit-mask-image:url(/loading.svg);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask-image:url(/loading.svg);mask-repeat:no-repeat;mask-position:center;mask-size:contain}.bb-bee-loader__liquid{position:absolute;left:0;right:0;bottom:-40%;height:170%;background:linear-gradient(180deg,#fff3a1,#fcd937 42%,#f7b500);transform:translateY(56%);animation:bbLiquidLevel 2.6s cubic-bezier(.22,1,.36,1) infinite}@keyframes bbBeeFade{0%{opacity:.55}to{opacity:1}}@keyframes bbLiquidLevel{0%{transform:translateY(64%)}50%{transform:translateY(12%)}to{transform:translateY(64%)}}.bb-bee-loader__liquid:before,.bb-bee-loader__liquid:after{content:"";position:absolute;left:-30%;right:-30%;top:0;height:52px;background:radial-gradient(40px 14px at 20px 20px,#ffffffe0,#fff0 70%),radial-gradient(46px 16px at 80px 22px,#fffc,#fff0 72%),radial-gradient(44px 16px at 140px 20px,#ffffffd1,#fff0 72%),radial-gradient(46px 16px at 200px 22px,#ffffffc7,#fff0 72%);opacity:.75;transform:translate(0);animation:bbLiquidWave 1.25s linear infinite;filter:blur(.2px)}.bb-bee-loader__liquid:after{top:16px;opacity:.45;animation-duration:1.75s;animation-direction:reverse}@keyframes bbLiquidWave{0%{transform:translate(-18%)}to{transform:translate(18%)}}.bb-bee-loader__shine{position:absolute;top:-12%;right:-12%;bottom:-12%;left:-12%;background:linear-gradient(115deg,#fff0,#ffffff47 44%,#fff0 60%);transform:translate(-70%) rotate(10deg);animation:bbShine 2.2s ease-in-out infinite;pointer-events:none;mix-blend-mode:screen}@keyframes bbShine{0%{transform:translate(-80%) rotate(10deg);opacity:0}20%{opacity:.75}55%{opacity:.55}to{transform:translate(80%) rotate(10deg);opacity:0}}@media (prefers-reduced-motion: reduce){.bb-bee-loader__bee,.bb-bee-loader__liquid,.bb-bee-loader__shine{animation:none!important}}.hub-tab-stage{position:relative;z-index:1}.hub-tab-content{transition:opacity .2s ease,transform .2s ease}.hub-tab-content.hub-tab-content--exit{opacity:0;transform:translateY(-8px);pointer-events:none}.hub-tab-content.hub-tab-content--enter{animation:hubTabEnter .34s cubic-bezier(.22,1,.36,1) both}@keyframes hubTabEnter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.hub-tab-content{transition:none}.hub-tab-content.hub-tab-content--exit{opacity:1;transform:none}.hub-tab-content.hub-tab-content--enter{animation:none}}.hub-premium-gate{display:flex;align-items:center;justify-content:center;min-height:min(360px,50vh);padding:2rem 1rem}.hub-premium-gate__card{max-width:420px;text-align:center;padding:2rem 1.75rem;background:#fff;border-radius:16px;border:1px solid rgba(212,160,23,.22);box-shadow:0 8px 32px #1a12080f}.hub-premium-gate--checking .hub-premium-gate__card{border-color:#00000014;box-shadow:0 4px 20px #0000000a}.hub-premium-gate__spinner{display:grid;place-items:center;margin:0 auto .85rem}.hub-premium-gate__lead{margin:0;font-family:var(--font-label);font-size:.9rem;font-weight:600;color:#666}.hub-premium-gate__badge{display:inline-block;padding:.25rem .65rem;border-radius:999px;font-family:var(--font-label);font-size:.68rem;font-weight:800;letter-spacing:.06em;color:#7a5a0a;background:linear-gradient(135deg,#fcefb0,#e8c44a);margin-bottom:1rem}.hub-premium-gate__title{font-family:var(--font-headline);font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:800;margin:0 0 .75rem;color:#111}.hub-premium-gate__text{margin:0 0 1.5rem;font-size:.92rem;line-height:1.55;color:#555}.hub-premium-gate__cta{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:999px;font-family:var(--font-label);font-size:.88rem;font-weight:700;text-decoration:none!important;color:#1a1208!important;background:linear-gradient(135deg,#f8e078,#d4a017 55%,#b8860b);box-shadow:0 4px 16px #d4a01759;transition:filter .15s,transform .15s}.hub-premium-gate__cta:hover{filter:brightness(1.05);transform:translateY(-1px)}@media (prefers-reduced-motion: reduce){.hub-premium-gate__spinner{animation:none}}.hub-header__title{font-family:var(--font-headline);font-size:clamp(1.5rem,3vw,2rem);font-weight:800;margin:0 0 .35rem;color:#111;letter-spacing:-.02em}.hub-header__sub{margin:0;font-size:.95rem;color:#888}.hub-row{display:grid;gap:1.25rem;margin-bottom:1.5rem}@media (min-width: 768px){.hub-row{grid-template-columns:1fr 1fr}.hub-row--hero{grid-template-columns:1.65fr 1fr}}.hub-profile-card{display:flex;align-items:stretch;gap:clamp(1.25rem,3vw,2rem);background:#fff;border-radius:24px;padding:clamp(1.5rem,2.5vw,2rem) clamp(1.5rem,3vw,2.25rem);border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 16px #0000000a}.hub-profile-card__left{flex-shrink:0;display:flex;align-items:flex-start}.hub-profile-card__img-wrap{position:relative;width:clamp(140px,22vw,200px);aspect-ratio:4 / 5;max-height:280px}.hub-profile-card__img{width:100%;height:100%;object-fit:cover;object-position:center top;border-radius:20px;display:block;box-shadow:0 8px 24px #00000014}.hub-profile-card__img-wrap.is-loading{overflow:hidden;border-radius:20px;background:linear-gradient(90deg,#1118270f,#1118271f,#1118270f);background-size:220% 100%;animation:hubSkel 1.25s ease-in-out infinite}.hub-profile-card__img.is-loading{opacity:0}#hub-bumble-name.is-loading{display:inline-block;width:min(280px,52vw);height:1.1em;border-radius:999px;background:linear-gradient(90deg,#1118270f,#11182724,#1118270f);background-size:220% 100%;animation:hubSkel 1.25s ease-in-out infinite;color:transparent}.hub-side__avatar.is-loading{filter:blur(10px) saturate(.7);opacity:.4}#hub-side-display-name.is-loading{display:inline-block;width:120px;height:.95em;border-radius:999px;background:linear-gradient(90deg,#1118270f,#11182724,#1118270f);background-size:220% 100%;animation:hubSkel 1.25s ease-in-out infinite;color:transparent}@keyframes hubSkel{0%{background-position:0% 50%}to{background-position:100% 50%}}.hub-profile-card__info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:.15rem}.hub-profile-card__name{margin:0 0 .35rem;font-family:var(--font-headline);font-size:clamp(1.45rem,2.8vw,1.95rem);font-weight:700;color:#111;display:flex;align-items:center;gap:.5rem;line-height:1.2}.hub-profile-card__verified{flex-shrink:0;width:1.15em;height:1.15em}.hub-profile-card__locs{display:flex;flex-direction:column;gap:.28rem;margin:0 0 .5rem}.hub-profile-card__loc{display:flex;align-items:center;gap:.45rem;margin:0;font-size:clamp(.95rem,1.5vw,1.05rem);color:#666}.hub-profile-card__loc--hometown{color:#5c5c5c}.hub-profile-card__loc-icon{flex-shrink:0;width:1.1em;height:1.1em}.hub-profile-card__loc-icon--home{width:1.05em;height:1.05em}.hub-profile-card__about{margin:0 0 .75rem;max-width:42rem}.hub-profile-card__about-label{display:block;font-size:clamp(.72rem,1.1vw,.8rem);font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#888;margin-bottom:.35rem}.hub-profile-card__bio{margin:0;font-size:clamp(1rem,1.6vw,1.15rem);line-height:1.55;color:#444}.hub-profile-card__meta{margin:0 0 .65rem;font-size:clamp(.8rem,1.2vw,.9rem);color:#888}.hub-profile-card__tags{display:flex;flex-wrap:wrap;gap:.55rem}.hub-tag{display:inline-flex;align-items:center;gap:.4rem;padding:.42rem .85rem .42rem .65rem;border-radius:999px;font-size:clamp(.68rem,1.1vw,.78rem);font-weight:700;letter-spacing:.05em;background:#f0eeeb;color:#444;border:1px solid rgba(0,0,0,.06)}.hub-tag__svg{width:15px;height:15px;flex-shrink:0;opacity:.82;color:#5c5348}.hub-tag__text{line-height:1.2}.hub-plan-card{min-height:200px}.hub-plan-card__loading{padding:1.5rem;color:#888;font-size:.9rem}.hub-plan-card__inner{position:relative;border-radius:24px;padding:1.5rem;height:100%;display:flex;flex-direction:column;overflow:hidden}.hub-plan-card__inner--active{background:linear-gradient(155deg,#e8c84a,#c5a028,#a28520 60%,#8a7018);color:#fff;box-shadow:0 12px 40px #a285204d}.hub-plan-card__inner--inactive{background:#f0eeeb;border:1px solid rgba(0,0,0,.06);color:#333}.hub-plan-card__badge{display:inline-block;align-self:flex-start;padding:.3rem .7rem;border-radius:999px;font-size:.55rem;font-weight:800;letter-spacing:.1em;background:#fff3;color:#fff;margin-bottom:.75rem}.hub-plan-card__badge--inactive{background:#00000014;color:#888}.hub-plan-card__gem{position:absolute;top:1rem;right:1rem}.hub-plan-card__name{margin:0 0 .3rem;font-family:var(--font-headline);font-size:1.35rem;font-weight:800}.hub-plan-card__feat{margin:0 0 1rem;font-size:.82rem;opacity:.8}.hub-plan-card__renewal{margin-top:auto}.hub-plan-card__renewal-label{font-size:.55rem;font-weight:700;letter-spacing:.1em;opacity:.65}.hub-plan-card__price{margin:.15rem 0 0;font-size:.88rem}.hub-plan-card__price-amount{font-family:var(--font-headline);font-size:1.35rem;font-weight:800}.hub-plan-card__manage{display:block;margin-top:1rem;padding:.6rem 1rem;border-radius:999px;text-align:center;font-family:var(--font-label);font-size:.82rem;font-weight:700;text-decoration:none!important;transition:all .2s}.hub-plan-card__inner--active .hub-plan-card__manage{background:#0003;color:#fff!important}.hub-plan-card__inner--active .hub-plan-card__manage:hover{background:#0000004d}.hub-plan-card__inner--inactive .hub-plan-card__manage{background:linear-gradient(135deg,#f4d24a,#d4a017);color:#1a1208!important;box-shadow:0 4px 14px #d4a0174d}.hub-settings-card{background:#fff;border-radius:24px;padding:1.25rem;border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 16px #0000000a}.hub-settings-card--wide{grid-column:1 / -1}.hub-settings-card__head{display:flex;align-items:center;gap:.65rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(0,0,0,.05)}.hub-settings-card__head h3{margin:0;font-family:var(--font-headline);font-size:1.05rem;font-weight:700;color:#111}.hub-settings-card__icon{width:36px;height:36px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#f0eeeb;color:#888;flex-shrink:0}.hub-settings-card__icon--green{background:#e8f5e9;color:#4caf50}.hub-settings-card__body{font-size:.9rem;color:#555}.hub-plans{display:flex;flex-direction:column;gap:1.75rem;width:100%;max-width:none}.hub-plans__top{display:grid;grid-template-columns:1fr 1.35fr;gap:1.5rem;align-items:start}.hub-plans__history{margin-top:.25rem}@media (max-width: 1020px){.hub-plans__top{grid-template-columns:1fr}}.hub-plans__current-section,.hub-plans__offers-section{background:#fff;border-radius:24px;border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 24px #0000000a;overflow:hidden}.hub-plans__section-header{display:flex;align-items:center;gap:.85rem;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.05)}.hub-plans__section-icon{width:42px;height:42px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#f0eeeb;color:#888}.hub-plans__section-icon--gold{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e}.hub-plans__section-title{margin:0;font-family:var(--font-headline);font-size:1.1rem;font-weight:700;color:#111}.hub-plans__section-sub{margin:.15rem 0 0;font-size:.82rem;color:#888}.hub-plans__current-body{padding:1.25rem 1.5rem}.hub-plans__current-skeleton{display:flex;flex-direction:column;gap:.75rem;padding:.5rem 0}.hub-plans__skeleton-bar{border-radius:8px;background:linear-gradient(90deg,#f0eeeb 25%,#e8e5e0,#f0eeeb 75%);background-size:200% 100%;animation:hub-skeleton-shimmer 1.5s ease-in-out infinite;height:16px}.hub-plans__skeleton-bar--lg{width:65%;height:20px}.hub-plans__skeleton-bar--md{width:45%}.hub-plans__skeleton-bar--sm{width:30%;height:14px}@keyframes hub-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.hub-plans-msg{margin:0;padding:.85rem 1.15rem;border-radius:16px;font-size:.88rem;line-height:1.5;display:flex;align-items:center;gap:.75rem;animation:hub-msg-slideIn .3s ease-out}.hub-plans-msg__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px}.hub-plans-msg__text{font-weight:600}@keyframes hub-msg-slideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.hub-plans-msg--ok{background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:#065f46;border:1px solid rgba(16,185,129,.25)}.hub-plans-msg--ok .hub-plans-msg__icon{background:#10b98126;color:#059669}.hub-plans-msg--warn{background:linear-gradient(135deg,#fffbeb,#fef3c7);color:#78350f;border:1px solid rgba(245,158,11,.25)}.hub-plans-msg--warn .hub-plans-msg__icon{background:#f59e0b26;color:#d97706}.hub-plans-msg--err{background:linear-gradient(135deg,#fef2f2,#fecaca);color:#991b1b;border:1px solid rgba(239,68,68,.25)}.hub-plans-msg--err .hub-plans-msg__icon{background:#ef444426;color:#dc2626}.hub-plans-current{border-radius:16px;padding:1.25rem;position:relative}.hub-plans-current--active{background:linear-gradient(145deg,#fefce8,#fef9c3 40%,#fef3c7);border:1px solid rgba(253,224,71,.45)}.hub-plans-current--free{background:#fafafa;border:1px dashed rgba(0,0,0,.12)}.hub-plans-current__top{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.35rem}.hub-plans-current__status{display:inline-flex;align-items:center;gap:.45rem;padding:.3rem .75rem;border-radius:999px;background:#10b9811a;border:1px solid rgba(16,185,129,.25)}.hub-plans-current__status--free{background:#0000000a;border-color:#0000001a}.hub-plans-current__status-dot{width:8px;height:8px;border-radius:50%;background:#10b981;box-shadow:0 0 6px #10b98180;animation:hub-status-pulse 2s ease-in-out infinite}.hub-plans-current__status-dot--free{background:#9ca3af;box-shadow:none;animation:none}@keyframes hub-status-pulse{0%,to{box-shadow:0 0 #10b98166}50%{box-shadow:0 0 0 6px #10b98100}}.hub-plans-current__status-text{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#065f46}.hub-plans-current__status--free .hub-plans-current__status-text{color:#6b7280}.hub-plans-current__name{margin:0;font-family:var(--font-headline);font-weight:800;font-size:1.35rem;color:#111;letter-spacing:-.02em}.hub-plans-current__price{margin:0 0 .85rem;font-size:1.35rem;font-weight:800;color:#92400e}.hub-plans-current__period{font-size:.88rem;font-weight:600;color:#78350f;opacity:.7}.hub-plans-current__features{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding:.85rem 1rem;border-radius:12px;background:#ffffffb3;border:1px solid rgba(253,224,71,.3)}.hub-plans-current__feat-item{display:flex;align-items:center;gap:.6rem;font-size:.88rem;color:#374151;font-weight:500}.hub-plans-current__feat-item svg{flex-shrink:0}.hub-plans-current__renewal-row{display:flex;align-items:center;gap:.5rem;padding:.65rem .85rem;border-radius:10px;background:#ffffffb3;border:1px solid rgba(0,0,0,.05);margin-bottom:1rem;font-size:.85rem;color:#555}.hub-plans-current__renewal-row svg{flex-shrink:0;color:#92400e}.hub-plans-current__renewal-row strong{color:#111}.hub-plans-current__cancel{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem 1rem;border-radius:12px;border:1px solid rgba(239,68,68,.25);background:#fef2f299;color:#dc2626;font-family:var(--font-label);font-size:.82rem;font-weight:600;cursor:pointer;transition:all .2s}.hub-plans-current__cancel:hover{background:#fee2e2cc;border-color:#ef444466}.hub-plans-current__free-hint{margin:0 0 1rem;font-size:.92rem;color:#6b7280;line-height:1.5}.hub-plans-current__upgrade-link{display:inline-flex;align-items:center;gap:.45rem;padding:.65rem 1.25rem;border-radius:12px;font-family:var(--font-label);font-size:.88rem;font-weight:700;text-decoration:none!important;color:#1a1208!important;background:linear-gradient(135deg,#f8e078,#d4a017 55%,#b8860b);box-shadow:0 4px 14px #d4a0174d;transition:all .2s}.hub-plans-current__upgrade-link:hover{filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 6px 20px #d4a01766}.hub-plans__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.15rem;padding:1.25rem 1.5rem}.hub-plan-offer{position:relative;border-radius:20px;border:1px solid rgba(0,0,0,.06);background:#fff;padding:1.5rem 1.35rem;display:flex;flex-direction:column;gap:.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 12px #0000000a}.hub-plan-offer:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a;border-color:#0000001a}.hub-plan-offer--popular{border-color:#f59e0b66;background:linear-gradient(180deg,#fffdf5,#fff 30%);box-shadow:0 4px 20px #f59e0b1f}.hub-plan-offer--popular:hover{border-color:#f59e0b99;box-shadow:0 12px 40px #f59e0b2e}.hub-plan-offer--current{border-color:#10b9814d;background:linear-gradient(180deg,#f0fdf4,#fff 30%)}.hub-plan-offer__popular{position:absolute;top:-11px;left:50%;transform:translate(-50%);display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .85rem;border-radius:999px;font-size:.62rem;font-weight:800;letter-spacing:.1em;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 3px 12px #f59e0b59;white-space:nowrap}.hub-plan-offer__current-tag{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .65rem;border-radius:8px;font-size:.68rem;font-weight:700;background:#10b9811a;color:#059669;border:1px solid rgba(16,185,129,.2);white-space:nowrap}.hub-plan-offer__top{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.25rem}.hub-plan-offer__name{font-family:var(--font-headline);font-weight:700;font-size:1.05rem;color:#111}.hub-plan-offer__save{font-size:.68rem;font-weight:700;color:#059669;background:#10b9811a;padding:.2rem .55rem;border-radius:6px;white-space:nowrap}.hub-plan-offer__price-row{display:flex;align-items:baseline;gap:.35rem;margin-bottom:.15rem}.hub-plan-offer__price{font-family:var(--font-headline);font-size:1.75rem;font-weight:800;color:#111;letter-spacing:-.03em}.hub-plan-offer__period{font-size:.88rem;font-weight:600;color:#9ca3af}.hub-plan-offer__meta{display:flex;align-items:center;gap:.4rem;margin:0 0 .5rem;font-size:.8rem;color:#9ca3af}.hub-plan-offer__meta svg{flex-shrink:0;color:#d1d5db}.hub-plan-offer__divider{height:1px;background:#0000000f;margin:.35rem 0 .65rem}.hub-plan-offer__feats{list-style:none;margin:0 0 .85rem;padding:0;display:flex;flex-direction:column;gap:.45rem}.hub-plan-offer__feats li{display:flex;align-items:center;gap:.55rem;font-size:.85rem;color:#374151;font-weight:500}.hub-plan-offer__feats li svg{flex-shrink:0}.hub-plan-offer__actions{display:flex;flex-direction:column;gap:.55rem;margin-top:auto}.hub-plan-offer__btn{margin-top:0;width:100%;justify-content:center;padding:.7rem 1rem;border-radius:14px;font-size:.88rem;font-weight:700;background:linear-gradient(135deg,#f4d24a,#e8b82e,#d4a017);color:#1a1208!important;border:none;box-shadow:0 3px 14px #d4a01740;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.hub-plan-offer__btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.25) 50%,transparent 70%);transform:translate(-100%);transition:transform .5s}.hub-plan-offer__btn:hover:not(:disabled):before{transform:translate(100%)}.hub-plan-offer__btn:hover:not(:disabled){box-shadow:0 6px 24px #d4a01759;transform:translateY(-1px)}.hub-plan-offer--popular .hub-plan-offer__btn{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 4px 18px #d9770659}.hub-plan-offer__btn--ton{display:inline-flex;align-items:center;gap:.45rem;background:transparent!important;color:#1565c0!important;border:1px solid rgba(21,101,192,.3)!important;box-shadow:none;font-weight:600;font-size:.82rem}.hub-plan-offer__btn--ton:before{display:none}.hub-plan-offer__btn--ton:hover:not(:disabled){background:#1565c00f!important;border-color:#1565c080!important;transform:none;box-shadow:none}.hub-plan-offer__btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.hub-ton-usdt-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:12000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:hub-modal-bgIn .25s ease-out}@keyframes hub-modal-bgIn{0%{opacity:0}to{opacity:1}}.hub-ton-usdt-modal[hidden]{display:none!important}.hub-ton-usdt-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);cursor:pointer}.hub-ton-usdt-modal__panel{position:relative;z-index:1;width:100%;max-width:460px;max-height:min(92vh,720px);overflow:auto;border-radius:24px;background:#fafbfc;box-shadow:0 8px 32px #0f172a1f,0 32px 80px #00000038;border:1px solid rgba(255,255,255,.1);animation:hub-modal-panelIn .3s cubic-bezier(.34,1.56,.64,1)}@keyframes hub-modal-panelIn{0%{opacity:0;transform:scale(.92) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.hub-ton-usdt-modal__hero{position:relative;padding:1.5rem 1.35rem 1.25rem;background:linear-gradient(135deg,#0f4c81,#0098ea 48%,#5ac8fa);color:#fff;border-radius:24px 24px 0 0;overflow:hidden}.hub-ton-usdt-modal__hero-glow{position:absolute;width:200px;height:200px;border-radius:50%;top:-60px;right:-40px;background:radial-gradient(circle,rgba(90,200,250,.4),transparent 70%);pointer-events:none}.hub-ton-usdt-modal__badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:.3rem .65rem;border-radius:999px;background:#ffffff2e;border:1px solid rgba(255,255,255,.3);margin-bottom:.75rem;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.hub-ton-usdt-modal__title{margin:0 2.5rem .4rem 0;font-family:var(--font-headline);font-size:1.35rem;font-weight:800;line-height:1.2;letter-spacing:-.02em}.hub-ton-usdt-modal__subtitle{margin:0;font-size:.86rem;line-height:1.5;opacity:.88;max-width:32rem}.hub-ton-usdt-modal__x{position:absolute;top:1rem;right:.85rem;width:34px;height:34px;border:none;background:#ffffff26;cursor:pointer;color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:background .2s}.hub-ton-usdt-modal__x:hover{background:#ffffff40}.hub-ton-usdt-modal__body{padding:1.25rem 1.35rem 1.5rem}.hub-ton-usdt-modal__steps{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:1.25rem;padding:.65rem 0}.hub-ton-usdt-modal__step{display:flex;flex-direction:column;align-items:center;gap:.3rem}.hub-ton-usdt-modal__step-num{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:800;background:linear-gradient(135deg,#0098ea,#0f4c81);color:#fff;box-shadow:0 2px 8px #0098ea4d}.hub-ton-usdt-modal__step-label{font-size:.68rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.hub-ton-usdt-modal__step-line{width:40px;height:2px;background:linear-gradient(90deg,#0098ea,#94a3b8);border-radius:1px;margin:0 .5rem 1.2rem}.hub-ton-usdt-modal__amount-card{text-align:center;padding:1.15rem 1rem 1.25rem;margin-bottom:1.15rem;background:linear-gradient(145deg,#f8fafc,#f1f5f9);border-radius:16px;border:1px solid rgba(15,23,42,.06);box-shadow:0 2px 12px #0f172a0a}.hub-ton-usdt-modal__amount-label{display:block;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#64748b;margin-bottom:.4rem}.hub-ton-usdt-modal__amount-value{margin:0;font-family:var(--font-headline);font-size:2rem;font-weight:800;color:#0f172a;letter-spacing:-.03em}.hub-ton-usdt-modal__field{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:14px;padding:.75rem .85rem;margin-bottom:.7rem;transition:border-color .2s}.hub-ton-usdt-modal__field:hover{border-color:#0098ea40}.hub-ton-usdt-modal__field-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.hub-ton-usdt-modal__field-label{display:inline-flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.hub-ton-usdt-modal__field-label svg{flex-shrink:0;color:#94a3b8}.hub-ton-usdt-modal__copy{flex-shrink:0;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.3rem;font-size:.75rem;font-weight:700;padding:.35rem .7rem;border-radius:10px;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1d4ed8;transition:all .2s}.hub-ton-usdt-modal__copy svg{flex-shrink:0}.hub-ton-usdt-modal__copy:hover{background:linear-gradient(135deg,#dbeafe,#bfdbfe);transform:translateY(-1px)}.hub-ton-usdt-modal__value{display:block;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.78rem;line-height:1.5;word-break:break-all;color:#0f172a;margin:0;padding:.4rem .55rem;background:#f8fafc;border-radius:8px;border:1px solid rgba(0,0,0,.04)}.hub-ton-usdt-modal__value--memo{font-weight:700;color:#b45309;background:#fffbeb;border-color:#f59e0b1f}.hub-ton-usdt-modal__hint{display:flex;align-items:flex-start;gap:.55rem;margin:0 0 1.15rem;font-size:.8rem;color:#c2410c;line-height:1.5;padding:.7rem .85rem;background:linear-gradient(135deg,#fff7ed,#ffedd5);border-radius:12px;border:1px solid rgba(234,88,12,.18)}.hub-ton-usdt-modal__hint svg{flex-shrink:0;margin-top:1px;color:#ea580c}.hub-ton-usdt-modal__auto{padding:.95rem 1rem;margin-bottom:.85rem;background:linear-gradient(145deg,#f0f9ff,#e0f2fe);border:1px solid rgba(14,165,233,.2);border-radius:14px;box-shadow:0 0 0 1px #0ea5e90d}.hub-ton-usdt-modal__auto-head{display:flex;align-items:center;gap:.55rem;margin-bottom:.45rem;font-size:.88rem;color:#0c4a6e}.hub-ton-usdt-modal__pulse{width:10px;height:10px;border-radius:50%;background:#0ea5e9;flex-shrink:0;animation:hub-ton-pulse 1.4s ease-in-out infinite}@keyframes hub-ton-pulse{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 #0ea5e980}50%{opacity:.85;transform:scale(.92);box-shadow:0 0 0 8px #0ea5e900}}.hub-ton-usdt-modal__auto-text{margin:0 0 .35rem;font-size:.82rem;line-height:1.5;color:#475569}.hub-ton-usdt-modal__auto-status{margin:0;font-size:.8rem;font-weight:600;color:#0369a1}.hub-ton-usdt-modal__linklike{display:block;width:100%;margin:0 0 .85rem;padding:.45rem;border:none;background:none;text-align:center;font-size:.82rem;font-weight:600;color:#475569;text-decoration:underline;text-underline-offset:3px;cursor:pointer;transition:color .2s}.hub-ton-usdt-modal__linklike:hover{color:#0f172a}.hub-ton-usdt-modal__manual{padding-top:.25rem;margin-bottom:.5rem}.hub-ton-usdt-modal__label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.4rem;color:#334155}.hub-ton-usdt-modal__input{width:100%;box-sizing:border-box;padding:.65rem .8rem;border-radius:12px;border:1px solid rgba(15,23,42,.12);font-size:.88rem;margin-bottom:.7rem;background:#fff;transition:all .2s}.hub-ton-usdt-modal__input:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 4px #0ea5e91f}.hub-ton-usdt-modal__btn-primary{width:100%;justify-content:center;margin-bottom:.55rem;background:linear-gradient(135deg,#0f4c81,#0284c7)!important;color:#fff!important;border:none!important;font-weight:700;padding:.7rem 1rem;border-radius:14px;box-shadow:0 3px 14px #0284c740;transition:all .2s}.hub-ton-usdt-modal__btn-primary:hover{box-shadow:0 6px 24px #0284c759;transform:translateY(-1px)}.hub-ton-usdt-modal__footer{margin-top:.35rem}.hub-ton-usdt-modal__btn-close{width:100%;justify-content:center;background:#fff!important;color:#475569!important;border:1px solid rgba(15,23,42,.1)!important;font-weight:600;border-radius:14px;padding:.6rem 1rem;transition:all .2s}.hub-ton-usdt-modal__btn-close:hover{background:#f8fafc!important;border-color:#0f172a2e!important}.hub-toast{position:fixed;right:20px;bottom:20px;z-index:999999;min-width:320px;max-width:min(440px,calc(100vw - 40px));border-radius:18px;overflow:hidden;background:#0f172aeb;color:#fff;font-family:var(--font-body);box-shadow:0 20px 60px #0006,0 0 0 1px #ffffff0f;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transform:translateY(12px);opacity:0;animation:hubToastIn .35s cubic-bezier(.34,1.56,.64,1) forwards}.hub-toast__content{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.15rem}.hub-toast__icon{flex-shrink:0;width:36px;height:36px;border-radius:12px;display:flex;align-items:center;justify-content:center}.hub-toast--ok .hub-toast__icon{background:#10b98126;color:#34d399}.hub-toast--err .hub-toast__icon{background:#ef444426;color:#f87171}.hub-toast__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.hub-toast__title{font-family:var(--font-headline);font-size:.88rem;font-weight:700;line-height:1.3}.hub-toast__text{font-size:.8rem;font-weight:500;color:#ffffffb3;line-height:1.4}.hub-toast__close{flex-shrink:0;width:28px;height:28px;border:none;background:#ffffff14;border-radius:8px;color:#ffffff80;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;margin-top:2px}.hub-toast__close:hover{background:#ffffff26;color:#fff}.hub-toast__progress{height:3px;background:#ffffff0f}.hub-toast__progress-bar{height:100%;border-radius:0 0 0 18px;animation:hub-toast-progress 3.5s linear forwards}.hub-toast--ok .hub-toast__progress-bar{background:linear-gradient(90deg,#10b981,#34d399)}.hub-toast--err .hub-toast__progress-bar{background:linear-gradient(90deg,#ef4444,#f87171)}@keyframes hub-toast-progress{0%{width:100%}to{width:0%}}.hub-toast--ok{border:1px solid rgba(16,185,129,.2)}.hub-toast--err{border:1px solid rgba(239,68,68,.2)}.hub-toast.is-hide{animation:hubToastOut .4s ease-in forwards}@keyframes hubToastIn{0%{transform:translateY(16px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@keyframes hubToastOut{0%{transform:translateY(0) scale(1);opacity:1}to{transform:translateY(16px) scale(.95);opacity:0}}.hub-plans-current__renew{margin:0 0 1rem;font-size:.88rem;color:#555}.hub-personal-lead{margin:.2rem 0 0;font-size:.78rem;color:#888;font-weight:400;line-height:1.35;max-width:36rem}.hub-personal-profile{padding-top:.25rem}.hub-personal-sync{margin:0 0 1rem;font-size:.8rem;color:#888}.hub-personal-section-title{margin:1.25rem 0 .65rem;font-family:var(--font-headline);font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#999}.hub-personal-section-title:first-of-type{margin-top:0}.hub-personal-bio{margin:0;line-height:1.55;color:#333;white-space:pre-wrap}.hub-personal-dl{margin:0}.hub-personal-row{display:grid;grid-template-columns:minmax(100px,140px) 1fr;gap:.75rem 1rem;font-size:.88rem;padding:.45rem 0;border-bottom:1px solid rgba(0,0,0,.05)}.hub-personal-row:last-child{border-bottom:none}.hub-personal-row dt{margin:0;color:#888;font-weight:600}.hub-personal-row dd{margin:0;color:#222;word-break:break-word}.hub-profile-photos{display:grid;grid-template-columns:repeat(auto-fill,minmax(112px,1fr));gap:.75rem;margin-bottom:.25rem}.hub-profile-photos__link{display:block;border-radius:14px;overflow:hidden;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 10px #0000000d;transition:transform .15s ease,box-shadow .15s ease}.hub-profile-photos__link:hover{transform:translateY(-2px);box-shadow:0 6px 18px #00000014}.hub-profile-photos__link img{display:block;width:100%;aspect-ratio:3 / 4;object-fit:cover;vertical-align:middle}.hub-profile-fields-table th:first-child{width:32%}@keyframes pp-fade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.pp-wrap{display:grid;grid-template-columns:1fr;align-items:start;justify-content:start;gap:1.25rem;padding:1.5rem;width:100%;box-sizing:border-box;animation:pp-fade .4s ease-out}@media (min-width: 980px){.pp-wrap{grid-template-columns:minmax(360px,460px) minmax(420px,1fr);max-width:none;width:100%;justify-items:stretch;margin:0;gap:1.75rem}}.pp-card{width:100%;max-width:440px;background:#fff;border-radius:20px;box-shadow:0 8px 32px #0000000f;border:1px solid rgba(0,0,0,.05);overflow:hidden}@media (min-width: 980px){.pp-card{position:sticky;top:1.25rem;align-self:start}}.pp-card__gallery{width:100%;aspect-ratio:3 / 4;background:#f7f7f7;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.pp-card__gallery::-webkit-scrollbar{display:none}.pp-card__photo{width:100%;height:100%;object-fit:cover;flex-shrink:0;scroll-snap-align:center}.pp-card__no-photo{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#ddd}.pp-card__photo--fallback{filter:blur(8px) brightness(.9)}.pp-card__info{padding:1.5rem 2rem 2rem;display:flex;flex-direction:column;gap:1.25rem}@media (max-width: 600px){.pp-card__info{padding:1.25rem 1.5rem 1.5rem}}.pp-card__head{display:flex;align-items:center;justify-content:space-between;gap:1rem}.pp-card__name{margin:0;font-family:var(--font-headline);font-size:1.8rem;font-weight:800;color:#1a1a1a;letter-spacing:-.01em}.pp-sync-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;background:#fff9e6;border-radius:999px;border:1px solid rgba(212,160,23,.25);color:#a67c00;font-size:.7rem;font-weight:600}.pp-card__loc{display:flex;align-items:center;gap:.45rem;margin:-.5rem 0 0;font-size:.95rem;color:#666}.pp-card__loc svg{color:#d4a017}.pp-pills{display:flex;flex-wrap:wrap;gap:.65rem;padding-bottom:.25rem}.pp-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .85rem;background:#fdfdfc;border:1px solid rgba(0,0,0,.06);border-radius:999px;font-size:.85rem;font-weight:500;color:#333;box-shadow:0 1px 3px #00000005}.pp-pill__ic{display:flex;color:#a0978d}.pp-pill__ic svg{width:14px;height:14px}.pp-card__bio{font-size:1rem;line-height:1.6;color:#222;white-space:pre-wrap;padding-top:1rem;border-top:1px solid rgba(0,0,0,.05)}.pp-card__id{margin-top:1rem;display:flex;flex-direction:column;gap:.35rem;padding-top:1.25rem;border-top:1px solid rgba(0,0,0,.05)}.pp-card__id-label{font-size:.65rem;font-weight:700;color:#999;letter-spacing:.05em}.pp-card__id code{font-size:.75rem;font-family:monospace;color:#777;word-break:break-all}.hub-setting-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem .65rem;border-radius:14px;background:#faf7f0;border:1px solid rgba(0,0,0,.03);margin-bottom:.6rem;transition:background .2s}.hub-setting-item:last-child{margin-bottom:0}.hub-setting-item--arrow{cursor:pointer}.hub-setting-item--arrow:hover{background:#f0eeeb}.hub-setting-item__title{margin:0;font-size:.88rem;font-weight:600;color:#222}.hub-setting-item__desc{margin:.15rem 0 0;font-size:.72rem;color:#999}.hub-setting-item__with-icon{display:flex;align-items:center;gap:.65rem;min-width:0}.hub-setting-item__auth-logo{font-family:var(--font-headline);font-size:.7rem;font-weight:800;letter-spacing:.06em;color:#555;white-space:nowrap}.hub-setting-item__action{padding:.35rem .75rem;border-radius:999px;border:none;background:transparent;font-family:var(--font-label);font-size:.65rem;font-weight:800;letter-spacing:.08em;color:#d4a017;cursor:pointer;transition:all .2s}.hub-setting-item__action:hover{background:#d4a01714}.hub-toggle{position:relative;display:inline-flex;cursor:pointer;flex-shrink:0}.hub-toggle input{position:absolute;opacity:0;width:0;height:0}.hub-toggle__track{width:42px;height:24px;border-radius:999px;background:#ddd;position:relative;transition:background .25s}.hub-toggle__track:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #00000026;transition:transform .25s}.hub-toggle input:checked+.hub-toggle__track{background:#8b7a10}.hub-toggle input:checked+.hub-toggle__track:after{transform:translate(18px)}.hub-account-mgmt{text-align:center;padding:2rem 0 1rem;border-top:1px solid rgba(0,0,0,.06);margin-top:.5rem}.hub-account-mgmt__label{margin:0 0 1rem;font-size:.62rem;font-weight:700;letter-spacing:.14em;color:#aaa}.hub-account-mgmt__btns{display:flex;flex-wrap:wrap;justify-content:center;gap:.85rem}.hub-account-mgmt__btn{padding:.6rem 1.5rem;border-radius:999px;font-family:var(--font-label);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s;background:#fff;color:#555;border:1px solid rgba(0,0,0,.1)}.hub-account-mgmt__btn:hover{border-color:#0000002e;background:#fafafa}.hub-account-mgmt__btn--danger{color:#e85d5d;border-color:#e85d5d40}.hub-account-mgmt__btn--danger:hover{background:#fef2f2;border-color:#e85d5d73}.hub-empty{margin:0;font-size:.9rem;color:#999;padding:.5rem 0}.hub-status-pill{display:inline-block;padding:.2rem .6rem;border-radius:999px;font-size:.72rem;font-weight:600;background:#6bc98a1f;color:#2d8a54}.table-wrap{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:.88rem}.data-table th,.data-table td{text-align:left;padding:.65rem .75rem;border-bottom:1px solid rgba(0,0,0,.06)}.data-table th{font-family:var(--font-label);color:#999;font-weight:600;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em}.data-table--hub td{color:#333}@media (max-width: 959px){.page--hub{flex-direction:column}.hub-main{padding:1.5rem 1.25rem 2.5rem}.hub-profile-card{flex-direction:column;text-align:center;align-items:center}.hub-profile-card__left{justify-content:center}.hub-profile-card__img-wrap{width:min(220px,78vw);max-height:none}.hub-profile-card__info{align-items:center;width:100%}.hub-profile-card__bio{max-width:100%}.hub-profile-card__tags{justify-content:center}}@media (max-width: 767px){.hub-row{grid-template-columns:1fr}}.hub-matches{background:#fff;border-radius:28px;padding:2rem 1.75rem 2.25rem;border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 20px #0000000a;margin-bottom:1.5rem}.hub-matches__admirers-bar{display:flex;justify-content:flex-end;align-items:center;min-height:0}.hub-matches__admirers-bar:has(#hub-admirers-badge:not([hidden])){margin-bottom:1rem}.hub-empty--admirers{margin-top:.5rem}.hub-matches__badge{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem .85rem;border-radius:999px;background:#faf7f0;border:1px solid rgba(0,0,0,.05);font-family:var(--font-label);font-size:.6rem;font-weight:800;letter-spacing:.1em;color:#555;white-space:nowrap}.hub-matches__badge-dot{width:7px;height:7px;border-radius:50%;background:#4ade80;box-shadow:0 0 5px #4ade8080;animation:pulse 2s ease-in-out infinite}.hub-matches__resonance{display:flex;align-items:center;gap:6px;margin-bottom:1.5rem}.hub-matches__res-dot{width:12px;height:12px;border-radius:50%}.hub-matches__res-dot--gold{background:#d4a017}.hub-matches__res-dot--dark{background:#444}.hub-matches__res-dot--med{background:#aaa;width:10px;height:10px}.hub-matches__res-dot--light{background:#ddd;width:8px;height:8px}.hub-matches__res-label{margin-left:.45rem;font-family:var(--font-label);font-size:.58rem;font-weight:800;letter-spacing:.12em;color:#aaa}.hub-matches__grid{display:grid;gap:1.25rem;grid-template-columns:repeat(2,1fr)}@media (min-width: 768px){.hub-matches__grid{grid-template-columns:repeat(3,1fr)}}.hub-match-card{border-radius:20px;overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 16px #0000000a;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s}.hub-match-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.hub-match-card__img-wrap{position:relative;aspect-ratio:4 / 5;overflow:hidden}.hub-match-card__img{width:100%;height:100%;object-fit:cover;display:block}.hub-match-card__verified{position:absolute;bottom:.65rem;right:.65rem;display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .55rem;border-radius:999px;background:linear-gradient(135deg,#4ade80d9,#2d8a54e6);font-size:.5rem;font-weight:800;letter-spacing:.08em;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hub-match-card__info{padding:.85rem 1rem 1rem}.hub-match-card__name-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.15rem}.hub-match-card__name-row h4{margin:0;font-family:var(--font-headline);font-size:1rem;font-weight:700;color:#111}.hub-match-card__heart{flex-shrink:0;filter:drop-shadow(0 2px 4px rgba(212,160,23,.3))}.hub-match-card__swipe-row{margin:0 0 .35rem}.hub-match-card__swipe{display:inline-block;padding:.2rem .45rem;border-radius:6px;font-family:var(--font-label);font-size:.58rem;font-weight:800;letter-spacing:.1em}.hub-match-card__swipe--match{background:#22c55e2e;color:#15803d}.hub-match-card__swipe--mismatch{background:#ef444424;color:#b91c1c}.hub-match-card__swipe--noreult{background:#6464641f;color:#525252}.hub-match-card__meta{margin:0 0 .65rem;font-size:.75rem;color:#888}.hub-match-card__actions{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.35rem}.hub-match-card__btn{flex:1 1 auto;min-width:0;padding:.45rem .65rem;border-radius:10px;font-family:var(--font-label);font-size:.65rem;font-weight:700;letter-spacing:.06em;cursor:pointer;border:1px solid rgba(0,0,0,.1);transition:background .15s,border-color .15s,color .15s}.hub-match-card__btn--ghost{background:#fafafa;color:#444}.hub-match-card__btn--ghost:hover{background:#f0f0f0;border-color:#00000024}.hub-match-card__btn--danger{background:#fff5f5;color:#b42318;border-color:#b4231833}.hub-match-card__btn--danger:hover{background:#ffe8e8;border-color:#b4231859}.hub-matches__grid.hub-matches__grid--admirers{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}@media (min-width: 640px){.hub-matches__grid.hub-matches__grid--admirers{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media (min-width: 1100px){.hub-matches__grid.hub-matches__grid--admirers{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}.hub-match-card--admirer{border-radius:14px;box-shadow:0 2px 12px #0000000f}.hub-match-card--admirer:hover{transform:translateY(-2px);box-shadow:0 8px 22px #00000014}.hub-match-card--admirer .hub-match-card__img-wrap{aspect-ratio:3 / 4}.hub-match-card--admirer .hub-match-card__info{padding:.65rem .75rem .8rem}.hub-match-card--admirer .hub-match-card__name-row{margin-bottom:.08rem}.hub-match-card--admirer .hub-match-card__name-row h4{font-size:.95rem;font-weight:800;letter-spacing:-.01em}.hub-match-card--admirer .hub-match-card__heart{width:16px;height:16px}.hub-match-card--admirer .hub-match-card__meta{font-size:.72rem;margin:0 0 .5rem;line-height:1.35}.hub-match-card--admirer .hub-match-card__actions{flex-direction:column;flex-wrap:nowrap;gap:.45rem;margin-top:.3rem}.hub-match-card--admirer .hub-match-card__btn{width:100%;flex:none;min-height:2.85rem;padding:.7rem .85rem;border-radius:12px;font-size:.74rem;font-weight:800;letter-spacing:.04em;border-width:1px;box-shadow:0 1px #ffffffa6 inset}.hub-match-card--admirer .hub-match-card__btn--ghost{background:linear-gradient(180deg,#fff4d4,#ffe08a);border-color:#c5aa028c;color:#2a2410}.hub-match-card--admirer .hub-match-card__btn--ghost:hover{background:linear-gradient(180deg,#ffecb8,#ffd45c);border-color:#a68f02bf;color:#1a1508}.hub-match-card--admirer .hub-match-card__btn--danger{min-height:2.4rem;padding:.55rem .75rem;font-size:.68rem;font-weight:700;background:#fff;border-color:#e85d5d8c;color:#9f1715;box-shadow:none}.hub-match-card--admirer .hub-match-card__btn--danger:hover{background:#fff8f8;border-color:#d64545}.hub-admirer-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:flex-end;justify-content:center;padding:0}.hub-admirer-modal[hidden]{display:none!important}.hub-admirer-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#14120c80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer}.hub-admirer-modal__panel{position:relative;z-index:1;width:100%;max-width:540px;max-height:min(92vh,760px);margin:0 auto;background:linear-gradient(180deg,#fffefb,#fff 18%);border-radius:20px 20px 0 0;border:1px solid rgba(212,160,23,.12);box-shadow:0 -12px 48px #00000024,0 0 0 1px #fff9 inset;display:flex;flex-direction:column;animation:hub-admirer-modal-in .22s ease-out}@keyframes hub-admirer-modal-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 560px){.hub-admirer-modal{align-items:center;padding:1rem}.hub-admirer-modal__panel{border-radius:18px;max-height:min(88vh,740px)}}.hub-admirer-modal__toolbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.15rem .75rem;border-bottom:1px solid rgba(212,160,23,.15);background:linear-gradient(180deg,rgba(255,248,220,.5) 0%,transparent 100%);flex-shrink:0}.hub-admirer-modal__title{margin:0;font-family:var(--font-headline);font-size:1.12rem;font-weight:800;color:#1a1a1a;line-height:1.25;letter-spacing:-.02em}.hub-admirer-modal__x{flex-shrink:0;width:2.55rem;height:2.55rem;border:1px solid rgba(0,0,0,.1);border-radius:50%;background:#fffffff2;font-size:1.35rem;line-height:1;color:#555;cursor:pointer;box-shadow:none}.hub-admirer-modal__x:hover{background:#fff8e8;border-color:#c5aa0266;color:#222}.hub-admirer-modal__body{padding:1rem 1.15rem 1.1rem;overflow-y:auto;flex:1;min-height:0}.hub-admirer-modal__footer{padding:.85rem 1.15rem 1rem;border-top:1px solid rgba(0,0,0,.06);flex-shrink:0;background:#fafaf8d9}.hub-admirer-modal__btn{width:100%;padding:.8rem 1.1rem;border-radius:14px;border:1px solid transparent;font-family:var(--font-label);font-size:.82rem;font-weight:800;letter-spacing:.06em;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .15s}.hub-admirer-modal__btn--primary{background:linear-gradient(180deg,#fff4d4,#ffe08a);color:#2a2410;border-color:#c5aa028c;box-shadow:0 1px 2px #0000000d}.hub-admirer-modal__btn--primary:hover{background:linear-gradient(180deg,#ffecb8,#ffd45c);color:#1a1508;transform:translateY(-1px);box-shadow:0 3px 10px #c5aa0238}.hub-admirer-modal__photos{margin-bottom:.65rem}.hub-admirer-modal__photo-grid{grid-template-columns:repeat(auto-fill,minmax(108px,1fr));gap:.55rem}.hub-admirer-modal__photo-grid .hub-profile-photos__link{border-radius:12px}.hub-admirer-modal__photo-grid .hub-profile-photos__link img{aspect-ratio:3 / 4}.hub-admirer-modal__swipe{margin:0 0 .5rem}.hub-admirer-modal__dist{margin:0 0 .55rem;font-size:.9rem;color:#555}.hub-admirer-modal__meta{margin:0 0 .75rem;font-size:.76rem;color:#888;letter-spacing:.02em}.hub-admirer-modal .data-table th{color:#6a645c}.hub-admirer-modal__bio{margin:0 0 1rem}.hub-admirer-modal__bio strong{display:block;font-size:.65rem;font-weight:800;letter-spacing:.08em;color:#666;margin-bottom:.35rem}.hub-admirer-modal__bio p{margin:0;font-size:.88rem;color:#222;line-height:1.5}.hub-admirer-modal__multiline{white-space:normal;word-break:break-word}.hub-admirer-modal__music{margin:1rem 0}.hub-admirer-modal__music>strong{display:block;font-size:.65rem;font-weight:800;letter-spacing:.08em;color:#666;margin-bottom:.5rem}.hub-admirer-music{margin-bottom:1rem}.hub-admirer-music__head{display:flex;align-items:center;gap:.45rem;margin-bottom:.45rem;font-size:.8rem;font-weight:600;color:#333}.hub-admirer-music__head img{border-radius:6px;object-fit:contain}.hub-admirer-music__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.hub-admirer-music__artist{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:inherit;padding:.35rem .4rem;border-radius:10px;transition:background .12s}a.hub-admirer-music__artist:hover{background:#f5f5f5}.hub-admirer-music__artist--nolink{display:flex;align-items:center;gap:.5rem;padding:.35rem .4rem}.hub-admirer-music__artist-img{border-radius:8px;object-fit:cover;flex-shrink:0}.hub-admirer-music__artist-name{font-size:.82rem;color:#222}.hub-admirer-dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1240;display:flex;align-items:center;justify-content:center;padding:1rem}.hub-admirer-dialog[hidden]{display:none!important}.hub-admirer-dialog__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0c0a088c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:pointer}.hub-admirer-dialog__panel{position:relative;z-index:1;width:100%;max-width:360px;padding:1.35rem 1.35rem 1.15rem;border-radius:18px;background:linear-gradient(165deg,#fff,#faf8f4);border:1px solid rgba(212,160,23,.2);box-shadow:0 22px 55px #0003,0 0 0 1px #fffc inset;animation:hub-admirer-dialog-in .2s ease-out}@keyframes hub-admirer-dialog-in{0%{opacity:0;transform:scale(.96) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.hub-admirer-dialog__title{margin:0 0 .45rem;font-family:var(--font-headline);font-size:1.05rem;font-weight:800;color:#141414;letter-spacing:-.02em}.hub-admirer-dialog__text{margin:0 0 1.1rem;font-size:.87rem;line-height:1.5;color:#4a4a4a}.hub-admirer-dialog__actions{display:flex;gap:.55rem}.hub-admirer-dialog__btn{flex:1;padding:.62rem .65rem;border-radius:11px;font-family:var(--font-label);font-size:.72rem;font-weight:800;letter-spacing:.06em;cursor:pointer;border:2px solid transparent;transition:transform .12s ease,box-shadow .12s ease,filter .15s,background .15s}.hub-admirer-dialog__btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.hub-admirer-dialog__btn--ghost{background:#fff;border-color:#0000001f;color:#333;box-shadow:0 1px 4px #0000000f}.hub-admirer-dialog__btn--ghost:hover:not(:disabled){background:#f5f5f5;border-color:#0000002e}.hub-admirer-dialog__btn--danger{background:linear-gradient(180deg,#f87171,#dc2626);border-color:#b91c1c;color:#fff;box-shadow:0 2px 12px #dc262659}.hub-admirer-dialog__btn--danger:hover:not(:disabled){filter:brightness(1.06);transform:translateY(-1px)}.hub-match-card__reveal{display:block;width:100%;padding:.5rem 0;border-radius:999px;border:1px solid rgba(0,0,0,.1);background:#faf7f0;font-family:var(--font-label);font-size:.65rem;font-weight:800;letter-spacing:.1em;color:#555;cursor:pointer;transition:all .2s}.hub-match-card__reveal:hover{background:#f0eeeb;border-color:#00000029;color:#333}.hub-match-card--locked{background:linear-gradient(170deg,#e8e4de,#c8c2b8,#a8a098);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1.25rem;min-height:280px;border-color:#0000000a}.hub-match-card--locked:hover{transform:none;box-shadow:0 4px 16px #0000000a}.hub-match-card__lock-body{text-align:center;margin-bottom:1.25rem}.hub-match-card__lock-icon{width:48px;height:48px;border-radius:14px;background:#ffffff40;display:flex;align-items:center;justify-content:center;margin:0 auto .65rem;color:#666}.hub-match-card__lock-text{margin:0;font-family:var(--font-headline);font-size:.92rem;font-weight:700;color:#555;line-height:1.35}.hub-match-card__lock-lines{display:flex;flex-direction:column;gap:.45rem;width:75%}.hub-match-card__lock-lines span{display:block;height:8px;border-radius:999px;background:#0000000f}.hub-match-card__lock-lines span:last-child{width:60%}.hub-match-card--cta{background:linear-gradient(155deg,#f8e078,#e8c01a,#d4a017);border:none;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1.5rem 1.25rem;min-height:280px;box-shadow:0 8px 28px #d4a01740}.hub-match-card--cta:hover{box-shadow:0 14px 40px #d4a01759}.hub-match-card__cta-icon{width:42px;height:42px;border-radius:50%;background:#0000001a;display:flex;align-items:center;justify-content:center;margin-bottom:.85rem;color:#1a1208}.hub-match-card__cta-title{margin:0 0 .5rem;font-family:var(--font-headline);font-size:1.2rem;font-weight:800;line-height:1.25;color:#1a1208}.hub-match-card__cta-desc{margin:0 0 1rem;font-size:.82rem;line-height:1.5;color:#1a1208a6}.hub-match-card__cta-btn{display:inline-block;padding:.65rem 1.5rem;border-radius:999px;background:#1a1208;color:#f8e078!important;font-family:var(--font-label);font-size:.72rem;font-weight:800;letter-spacing:.1em;text-decoration:none!important;transition:all .2s}.hub-match-card__cta-btn:hover{background:#2a2018;transform:translateY(-1px);box-shadow:0 6px 16px #0003}@media (max-width: 767px){.hub-matches{padding:1.5rem 1.25rem}.hub-matches__grid:not(.hub-matches__grid--admirers){grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.hub-matches__grid:not(.hub-matches__grid--admirers){grid-template-columns:1fr;max-width:280px;margin:0 auto}}.hub-row--stats{grid-template-columns:repeat(4,1fr)!important}@media (max-width: 767px){.hub-row--stats{grid-template-columns:repeat(2,1fr)!important}}.hub-stat-card{background:#fff;border-radius:20px;padding:1.15rem 1rem;border:1px solid rgba(0,0,0,.05);box-shadow:0 3px 12px #00000008;text-align:center;transition:transform .25s,box-shadow .25s}.hub-stat-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000000f}.hub-stat-card__num{display:block;font-family:var(--font-headline);font-size:1.5rem;font-weight:800;color:#111;letter-spacing:-.02em}.hub-stat-card__label{display:block;margin-top:.2rem;font-family:var(--font-label);font-size:.55rem;font-weight:700;letter-spacing:.12em;color:#aaa}.hub-chat{display:grid;grid-template-columns:320px 1fr;border-radius:24px;overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 20px #0000000a;height:calc(100vh - 10rem);min-height:500px}@media (max-width: 860px){.hub-chat{grid-template-columns:1fr}.hub-chat__main{display:none}}.hub-chat__sidebar{border-right:1px solid rgba(0,0,0,.06);display:flex;flex-direction:column}.hub-chat__sidebar-head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.25rem .75rem}.hub-chat__sidebar-title{margin:0;font-family:var(--font-headline);font-size:1.25rem;font-weight:800;color:#111}.hub-chat__sidebar-badge{padding:.28rem .65rem;border-radius:999px;font-size:.6rem;font-weight:800;letter-spacing:.06em;background:linear-gradient(135deg,#f4d24a,#d4a017);color:#1a1208}.hub-chat__search{display:flex;align-items:center;gap:.5rem;margin:.5rem 1rem .75rem;padding:.55rem .8rem;border-radius:12px;background:#f0eeeb;border:1px solid rgba(0,0,0,.04)}.hub-chat__search-input{border:none;background:transparent;font-family:inherit;font-size:.85rem;color:#333;outline:none;width:100%}.hub-chat__search-input::placeholder{color:#bbb}.hub-chat__list{flex:1;overflow-y:auto}.hub-chat__contact{display:flex;align-items:center;gap:.65rem;padding:.65rem .85rem .65rem .65rem;transition:background .15s;border-left:3px solid transparent}.hub-chat__sidebar-avatar-btn{flex-shrink:0;padding:0;border:none;background:transparent;border-radius:50%;cursor:pointer;line-height:0;transition:transform .12s ease,box-shadow .12s ease}.hub-chat__sidebar-avatar-btn:hover{transform:scale(1.04);box-shadow:0 0 0 3px #d4a01740}.hub-chat__sidebar-avatar-btn:focus-visible{outline:2px solid #d4a017;outline-offset:2px}.hub-chat__contact-main{flex:1;min-width:0;padding:.2rem 0;border:none;background:transparent;font:inherit;text-align:left;cursor:pointer;color:inherit}.hub-chat__contact-main:hover .hub-chat__contact-name{color:#d4a017}.hub-chat__contact:hover{background:#00000005}.hub-chat__contact--active{background:#faf7f0;border-left-color:#d4a017}.hub-chat__contact-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid transparent}.hub-chat__contact--active .hub-chat__contact-avatar{border-color:#d4a01759}.hub-chat__contact-info{min-width:0;flex:1}.hub-chat__contact-top{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.15rem}.hub-chat__contact-name{font-family:var(--font-headline);font-size:.9rem;font-weight:700;color:#111}.hub-chat__contact-time{font-size:.68rem;color:#aaa;flex-shrink:0}.hub-chat__contact-preview{margin:0;font-size:.78rem;color:#888;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hub-chat__avatar-btn{flex-shrink:0;padding:0;border:none;background:transparent;border-radius:50%;cursor:pointer;line-height:0;transition:transform .12s ease,box-shadow .12s ease}.hub-chat__avatar-btn:hover{transform:scale(1.05);box-shadow:0 0 0 3px #d4a0174d}.hub-chat__avatar-btn:focus-visible{outline:2px solid #d4a017;outline-offset:2px}.hub-chat__messages--simple{flex:1;overflow-y:auto;padding:1.25rem 1.35rem;background:#faf8f5}.hub-chat__conv-preview{margin:0 0 1rem;font-size:.95rem;line-height:1.5;color:#333;word-break:break-word}.hub-chat__conv-hint{margin:0;font-size:.82rem;line-height:1.45;color:#777;padding:.75rem 1rem;background:#d4a01717;border-radius:12px;border:1px solid rgba(212,160,23,.18)}.hub-chat__conv-hint--locked{color:#6b3a2a;background:#b43c3214;border-color:#b43c3238}.hub-chat__ctx-block--modal{margin-bottom:.75rem}.hub-chat__ctx-photos--modal{margin-top:.25rem}.hub-chat__ctx-photos--modal-top{margin-top:0;margin-bottom:1rem}.hub-chat__sync-note--modal{margin-top:1rem}.hub-chat-user-modal.hub-admirer-modal{z-index:1260}.hub-chat__main-inner{display:flex;flex-direction:column;flex:1;min-height:0}.hub-chat__main-empty{display:flex;align-items:center;justify-content:center;flex:1;padding:2rem}.hub-chat__main-status--muted{color:#888!important;font-weight:500}.hub-chat__messages--ctx{flex:1;overflow-y:auto;padding:1rem 1.25rem 1.5rem;background:#faf8f5}.hub-chat__ctx-block{margin-bottom:1rem;padding:.85rem 1rem;background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 4px #0000000a}.hub-chat__ctx-block strong{display:block;font-size:.65rem;font-weight:800;letter-spacing:.06em;color:#666;margin-bottom:.4rem;text-transform:uppercase}.hub-chat__ctx-body{margin:0;font-size:.88rem;color:#222;line-height:1.5;word-break:break-word}.hub-chat__ctx-photos{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.hub-chat__ctx-photo-link{display:block;border-radius:10px;overflow:hidden;border:1px solid rgba(0,0,0,.06)}.hub-chat__ctx-photo{display:block;width:88px;height:88px;object-fit:cover}.hub-chat__sync-note{margin:0;padding:.75rem 1rem;font-size:.8rem;line-height:1.45;color:#666;background:#d4a01714;border-radius:10px;border:1px solid rgba(212,160,23,.2)}.hub-chat__main{display:flex;flex-direction:column;flex:1;min-height:0;background:#f5f3ef}.hub-chat__main-head{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;padding:.85rem 1.25rem;background:#fff;border-bottom:1px solid rgba(0,0,0,.06)}.hub-chat__main-user{display:flex;align-items:center;gap:.65rem}.hub-chat__main-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover}.hub-chat__main-name{display:block;font-family:var(--font-headline);font-size:.95rem;font-weight:700;color:#111}.hub-chat__main-status{display:flex;align-items:center;gap:.3rem;font-size:.68rem;font-weight:600;color:#4ade80}.hub-chat__main-actions{display:flex;align-items:center;gap:.5rem}.hub-chat__export-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .85rem;border-radius:999px;border:1px solid rgba(0,0,0,.1);background:#fff;font-family:var(--font-label);font-size:.75rem;font-weight:600;color:#555;cursor:pointer;transition:all .2s}.hub-chat__export-btn:hover{border-color:#0000002e;background:#fafafa}.hub-chat__pro-badge{padding:.15rem .4rem;border-radius:999px;font-size:.5rem;font-weight:800;background:linear-gradient(135deg,#f4d24a,#d4a017);color:#1a1208;letter-spacing:.06em}.hub-chat__more-btn{width:32px;height:32px;border-radius:50%;border:1px solid rgba(0,0,0,.08);background:#fff;color:#888;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.hub-chat__more-btn:hover{background:#f5f5f5;color:#555}.hub-chat__messages{flex:1;overflow-y:auto;padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:.85rem}.hub-chat__date-sep{text-align:center;margin:.5rem 0 .75rem;font-family:var(--font-label);font-size:.6rem;font-weight:700;letter-spacing:.12em;color:#bbb}.hub-chat__bubble{max-width:75%}.hub-chat__bubble p{margin:0;padding:.85rem 1.1rem;border-radius:20px;font-size:.88rem;line-height:1.55}.hub-chat__bubble--them{align-self:flex-start}.hub-chat__bubble--them p{background:#fff;color:#333;border:1px solid rgba(0,0,0,.04);border-bottom-left-radius:6px}.hub-chat__bubble--me{align-self:flex-end}.hub-chat__bubble--me p{background:linear-gradient(135deg,#f4d24a,#d4a017 55%,#b8860b);color:#1a1208;border-bottom-right-radius:6px}.hub-chat__bubble-meta{display:flex;align-items:center;gap:.35rem;margin-top:.35rem}.hub-chat__bubble-avatar{width:20px;height:20px;border-radius:50%;object-fit:cover}.hub-chat__bubble-meta span,.hub-chat__bubble-time{font-size:.62rem;color:#bbb}.hub-chat__bubble-time{display:block;text-align:right;margin-top:.3rem}.hub-chat__archived{padding:.85rem 1.25rem;text-align:center;font-size:.82rem;color:#aaa;background:#eceae7;border-top:1px solid rgba(0,0,0,.06)}@keyframes orbFloat{0%,to{transform:translate(0)}25%{transform:translate(8px,-12px)}50%{transform:translate(-6px,-8px)}75%{transform:translate(4px,6px)}}.hero2__orb--1{animation-name:orbFloatCenter}@keyframes orbFloatCenter{0%,to{transform:translate(-55%) translateY(0)}25%{transform:translate(-52%) translateY(-10px)}50%{transform:translate(-58%) translateY(-5px)}75%{transform:translate(-54%) translateY(8px)}}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 6px #4ade8099}50%{opacity:.6;box-shadow:0 0 12px #4ade804d}}@keyframes glowPulse{0%,to{opacity:.6}50%{opacity:1}}@media (max-width: 640px){.hero2{padding:3rem 1.25rem 3.5rem}.hero2__stats{gap:1rem;padding:1rem}.hero2__stat-num{font-size:1.1rem}.hfeat2{padding:3rem 1.25rem}.integ2,.testi2{padding:2.5rem 1.25rem}.price2-tiers{padding:1rem .75rem 2rem}}body.body--admin-quanly{margin:0;min-height:100vh;background:#0c0e12}body.body--admin-quanly #app{min-height:100vh}.adm-login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:radial-gradient(ellipse 80% 60% at 50% -20%,rgba(212,160,23,.22),transparent),linear-gradient(165deg,#12151c,#0a0c10)}.adm-login-card{width:min(100%,420px);padding:2rem 1.75rem;border-radius:20px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);box-shadow:0 24px 64px #00000073;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.adm-login-badge{margin:0 0 .5rem;font-size:.65rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:#d4a017}.adm-login-title{margin:0 0 .75rem;font-size:1.65rem;font-weight:800;color:#f4f4f5;letter-spacing:-.02em}.adm-login-sub{margin:0 0 1.5rem;font-size:.85rem;line-height:1.55;color:#ffffff8c}.adm-login-form{display:flex;flex-direction:column;gap:.65rem}.adm-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#ffffff73}.adm-input{width:100%;padding:.75rem .85rem;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#00000059;color:#fff;font-size:.95rem;box-sizing:border-box}.adm-input:focus{outline:none;border-color:#d4a0178c;box-shadow:0 0 0 3px #d4a01726}.adm-form-err{margin:0;font-size:.82rem;color:#f87171}.adm-btn{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.2rem;border-radius:999px;border:none;font-family:inherit;font-size:.85rem;font-weight:700;cursor:pointer;transition:filter .15s,transform .15s}.adm-btn--primary{background:linear-gradient(135deg,#f8e078,#d4a017 55%,#b8860b);color:#1a1208;margin-top:.35rem}.adm-btn--primary:hover{filter:brightness(1.05)}.adm-btn--ghost{background:transparent;color:#ffffffb3;border:1px solid rgba(255,255,255,.12);width:100%}.adm-btn--ghost:hover{color:#fff;border-color:#ffffff38}.adm-btn--outline{background:transparent;color:#ffffffd9;border:1px solid rgba(255,255,255,.18)}.adm-btn--outline:hover{border-color:#d4a01773;color:#f8e078}.adm-btn--sm{padding:.45rem .9rem;font-size:.78rem}.adm-login-home{display:block;margin-top:1.25rem;text-align:center;font-size:.82rem;color:#fff6}.adm-login-home:hover{color:#f8e078}.adm-app{display:grid;grid-template-columns:240px 1fr;min-height:100vh}@media (max-width: 900px){.adm-app{grid-template-columns:1fr}.adm-side{flex-direction:row;flex-wrap:wrap;align-items:center;gap:1rem}.adm-nav{flex-direction:row!important;flex:1}}.adm-side{display:flex;flex-direction:column;padding:1.25rem 1rem;background:#00000059;border-right:1px solid rgba(255,255,255,.06)}.adm-side__brand{display:flex;align-items:center;gap:.65rem;margin-bottom:1.75rem}.adm-side__bee{font-size:1.5rem}.adm-side__name{display:block;font-weight:800;font-size:.95rem;color:#fafafa}.adm-side__badge{display:block;font-size:.62rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#d4a017;margin-top:.15rem}.adm-nav{display:flex;flex-direction:column;gap:.35rem;flex:1;min-height:0;overflow-y:auto;max-height:calc(100vh - 10rem)}.adm-nav__btn{text-align:left;padding:.6rem .85rem;border-radius:10px;border:none;background:transparent;color:#ffffff8c;font-family:inherit;font-size:.88rem;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.adm-nav__btn:hover{color:#fff;background:#ffffff0d}.adm-nav__btn--active{color:#1a1208;background:linear-gradient(135deg,#f8e078,#d4a017)}.adm-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem;margin-bottom:1rem}.adm-table-wrap{overflow-x:auto;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#0003}.adm-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.78rem;word-break:break-all}.adm-inp{padding:.45rem .65rem;border-radius:8px;border:1px solid rgba(255,255,255,.12);background:#00000059;color:#fafafa;font-family:inherit;font-size:.85rem}.adm-inp:focus{outline:none;border-color:#f8e07873}.adm-inp--sm{max-width:5.5rem}.adm-inp--wide{min-width:10rem}.adm-card{border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#00000038;padding:1rem 1.1rem}.adm-card--form{margin-bottom:1.25rem}.adm-card__title{margin:0 0 .75rem;font-size:.95rem;font-weight:700;color:#fafafa}.adm-grid-form{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.65rem 1rem;align-items:end}.adm-check{display:flex;align-items:center;gap:.45rem;font-size:.82rem;color:#ffffffbf}.adm-form-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.85rem}.adm-sub-editor{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08)}.adm-side__foot{margin-top:auto;padding-top:1.5rem;display:flex;flex-direction:column;gap:.65rem}.adm-side__link{font-size:.8rem;color:#ffffff59;text-align:center}.adm-side__link:hover{color:#f8e078}.adm-main{padding:1.5rem 1.75rem 2rem;overflow-x:auto}.adm-panel__head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.adm-panel__title{margin:0;font-size:1.35rem;font-weight:800;color:#fafafa;letter-spacing:-.02em}.adm-stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.adm-stat-card{padding:1.15rem 1.1rem;border-radius:14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.07)}.adm-stat-card__value{margin:0 0 .35rem;font-size:1.75rem;font-weight:800;color:#f8e078;letter-spacing:-.03em}.adm-stat-card__label{margin:0;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#ffffff73}.adm-loading,.adm-err{color:#ffffff80;font-size:.9rem}.adm-err{color:#f87171}.adm-support-split{display:grid;grid-template-columns:minmax(280px,380px) 1fr;gap:1.25rem;align-items:start}@media (max-width: 900px){.adm-support-split{grid-template-columns:1fr}}.adm-thread-list-wrap{border-radius:14px;border:1px solid rgba(255,255,255,.08);overflow:hidden;background:#00000040;max-height:min(70vh,560px);overflow-y:auto}.adm-table{width:100%;border-collapse:collapse;font-size:.82rem}.adm-table th{text-align:left;padding:.65rem .75rem;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#ffffff59;background:#00000059;position:sticky;top:0}.adm-table td{padding:.65rem .75rem;color:#ffffffd1;border-top:1px solid rgba(255,255,255,.05);vertical-align:top}.adm-td-muted{color:#ffffff61!important;white-space:nowrap}.adm-td-empty{text-align:center;color:#ffffff59;padding:2rem 1rem!important}.adm-thread-row{cursor:pointer;transition:background .12s}.adm-thread-row:hover{background:#ffffff0a}.adm-thread-row--active{background:#d4a0171f!important}.adm-thread-detail{border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#00000038;min-height:320px;display:flex;flex-direction:column}.adm-detail-placeholder{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;color:#ffffff59;font-size:.88rem;text-align:center}.adm-detail-head{padding:1rem 1.1rem .75rem;border-bottom:1px solid rgba(255,255,255,.06)}.adm-detail-title{margin:0 0 .25rem;font-size:1rem;font-weight:800;color:#fafafa}.adm-detail-sub{margin:0;font-size:.8rem;color:#ffffff73;word-break:break-all}.adm-chat-scroll{flex:1;max-height:min(48vh,400px);overflow-y:auto;padding:.85rem 1rem;display:flex;flex-direction:column;gap:.75rem}.adm-chat-row{display:flex;flex-direction:column;max-width:100%}.adm-chat-row.adm-chat-bubble--user{align-items:flex-end}.adm-chat-row.adm-chat-bubble--admin{align-items:flex-start}.adm-chat-meta{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#ffffff59;margin-bottom:.2rem}.adm-chat-bubble--user .adm-chat-meta{color:#f8e078a6}.adm-chat-bubble{width:fit-content;max-width:min(92%,100%);padding:.55rem .75rem;border-radius:12px;box-sizing:border-box}.adm-chat-bubble--user .adm-chat-bubble{background:linear-gradient(135deg,#f8e078,#d4a017);color:#1a1208;border-bottom-right-radius:4px}.adm-chat-bubble--admin .adm-chat-bubble{background:#ffffff1a;color:#f4f4f5;border-bottom-left-radius:4px}.adm-chat-text{font-size:.88rem;line-height:1.45;white-space:pre-wrap;word-break:break-word}.adm-reply-form{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 1rem 1rem;border-top:1px solid rgba(255,255,255,.06)}.adm-reply-ta{width:100%;min-height:3rem;padding:.55rem .65rem;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#00000059;color:#fff;font-family:inherit;font-size:.88rem;resize:vertical;box-sizing:border-box}.adm-reply-ta:focus{outline:none;border-color:#d4a01773}.adm-reply-form .adm-btn{align-self:flex-end}
