:root{--bg-page:#130b10;--bg-deep:#0d080c;--bg-surface:#211218;--bg-surface-raised:#2b1820;--bg-input:#25141b;--accent:#c85f6a;--accent-hover:#d8737d;--accent-soft:#9d4e59;--rose-gold:#f1b096;--border:#5a303c;--border-active:#d36a74;--text-primary:#f4e9e2;--text-secondary:#c9b3ae;--text-muted:#8e7377;--online:#72c96c;--premium:#d9a45e;--overlay:rgba(8,4,7,0.72);--radius-input:10px;--radius-card:16px;--radius-modal:28px;--font-display:var(--font-display-loaded),"Playfair Display",Georgia,serif;--font-ui:var(--font-ui-loaded),"Inter",system-ui,-apple-system,"Segoe UI",sans-serif;--header-height:68px}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--bg-page);color:var(--text-primary);font-family:var(--font-ui);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-display);font-weight:500;line-height:1.2;margin:0}h1{font-size:clamp(32px,5vw,64px)}h2{font-size:clamp(24px,3vw,34px)}h3{font-size:clamp(20px,2vw,26px)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}:focus-visible{outline:2px solid var(--border-active);outline-offset:2px}.container{width:100%;max-width:1440px;margin:0 auto;padding:0 24px}.page{padding:32px 0 64px}.back-nav{display:inline-flex;align-items:center;margin:-8px 0 16px -8px}.stack{display:flex;flex-direction:column;gap:16px}.row{gap:12px}.row,.spread{display:flex;align-items:center}.spread{justify-content:space-between;gap:16px}.muted{color:var(--text-muted);font-size:14px}.secondary{color:var(--text-secondary)}.center{text-align:center}.header{position:-webkit-sticky;position:sticky;top:0;z-index:40;height:var(--header-height);background:rgba(13,8,12,.86);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(90,48,60,.5)}.header:after{content:"";position:absolute;left:10%;right:10%;bottom:0;height:1px;pointer-events:none;background:linear-gradient(90deg,transparent 0,rgba(241,176,150,.15) 18%,var(--rose-gold) 50%,rgba(241,176,150,.15) 82%,transparent 100%);opacity:.55}.header-inner{position:relative;height:100%;display:flex;align-items:center;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-display);font-size:27px;font-style:italic;letter-spacing:.01em;color:var(--text-primary);white-space:nowrap}.brand-mark{flex-shrink:0}.brand-word{display:inline-block;transform:rotate(-3.5deg);transform-origin:left center;padding-right:4px}.header-age{flex-shrink:0;margin-left:4px;padding:2px 7px;border-radius:999px;border:1px solid rgba(241,176,150,.38);color:var(--rose-gold);font-family:var(--font-ui);font-size:10px;font-style:normal;font-weight:600;letter-spacing:.08em;transform:none}.nav{display:flex;gap:20px;align-items:center;margin-left:12px}.nav a:not(.btn){color:var(--text-secondary);font-size:15px;padding:6px 0;border-bottom:2px solid transparent}.nav a:not(.btn).active,.nav a:not(.btn):hover{color:var(--text-primary)}.nav a:not(.btn).active{border-bottom-color:var(--accent)}.header-actions{display:flex;align-items:center;gap:12px;margin-left:auto}.header-tagline{color:var(--text-muted);font-family:var(--font-display);font-size:15px;font-style:italic;white-space:nowrap;padding-right:6px}.header-auth .header-tagline{display:none}.badge-count{min-width:18px;height:18px;padding:0 5px;background:var(--accent);color:#fff;border-radius:9px;font-size:11px;margin-left:6px}.badge-count,.btn{display:inline-flex;align-items:center;justify-content:center}.btn{font-family:inherit;font-size:15px;font-weight:500;min-height:44px;padding:0 20px;border-radius:var(--radius-input);border:1px solid transparent;cursor:pointer;transition:background .15s ease,border-color .15s ease,opacity .15s ease;gap:8px}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover:not(:disabled):not(.is-disabled){background:var(--accent-hover)}.btn-ghost{background:transparent;color:var(--text-primary);border-color:var(--border)}.btn-text{background:none;border:none;color:var(--text-secondary);min-height:36px;padding:0 8px}.btn-text:hover{color:var(--text-primary)}.btn.is-disabled,.btn:disabled,.is-disabled{opacity:.45;cursor:not-allowed}.btn.is-disabled,.is-disabled{pointer-events:none;filter:grayscale(.35);-webkit-user-select:none;-moz-user-select:none;user-select:none;box-shadow:none}.btn-primary.is-disabled{background:#4a3a40;background-image:none}.btn-block{width:100%}.btn-sm{min-height:36px;font-size:14px;padding:0 14px}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:13px;color:var(--text-secondary)}input:not([type]),input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{font-family:inherit;font-size:15px;color:var(--text-primary);background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-input);padding:11px 14px;width:100%}input:not([type]):-webkit-autofill,input:not([type]):-webkit-autofill:active,input:not([type]):-webkit-autofill:focus,input:not([type]):-webkit-autofill:hover,input[type=email]:-webkit-autofill,input[type=email]:-webkit-autofill:active,input[type=email]:-webkit-autofill:focus,input[type=email]:-webkit-autofill:hover,input[type=password]:-webkit-autofill,input[type=password]:-webkit-autofill:active,input[type=password]:-webkit-autofill:focus,input[type=password]:-webkit-autofill:hover,input[type=text]:-webkit-autofill,input[type=text]:-webkit-autofill:active,input[type=text]:-webkit-autofill:focus,input[type=text]:-webkit-autofill:hover{-webkit-text-fill-color:var(--text-primary);caret-color:var(--text-primary);box-shadow:0 0 0 1000px var(--bg-input) inset;-webkit-transition:background-color 99999s ease-out;transition:background-color 99999s ease-out}textarea{resize:vertical;min-height:90px}input:focus,select:focus,textarea:focus{border-color:var(--border-active);outline:none}.checkbox{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:var(--text-secondary);cursor:pointer}.checkbox input{margin-top:3px;accent-color:var(--accent);width:16px;height:16px}.switch{display:inline-flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;color:var(--text-secondary)}.switch input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:40px;height:22px;background:var(--bg-input);border:1px solid var(--border);border-radius:11px;position:relative;cursor:pointer;transition:background .15s ease}.switch input:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:var(--text-muted);transition:transform .15s ease,background .15s ease}.switch input:checked{background:var(--accent-soft);border-color:var(--accent)}.switch input:checked:after{transform:translateX(18px);background:#fff}.panel{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-card);padding:20px}.divider{height:1px;background:rgba(90,48,60,.5);border:none;margin:16px 0}.error-text{color:#f08c8c;font-size:14px}.grid-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));grid-gap:20px;gap:20px}.card{border-radius:var(--radius-card);background:var(--bg-surface);border:1px solid var(--border);transition:border-color .15s ease}.card,.card-photo{position:relative;overflow:hidden}.card-photo{aspect-ratio:3/4;background:var(--bg-surface-raised)}.card-photo img{width:100%;height:100%;object-fit:cover}.card-photo-empty{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-family:var(--font-display);font-size:46px;background:linear-gradient(160deg,var(--bg-surface-raised),var(--bg-deep))}.card-body{padding:12px 14px 14px}.card-name{font-size:17px;font-weight:500}.card-city{color:var(--text-secondary);font-size:13px}.dot-online{width:8px;height:8px;border-radius:50%;background:var(--online);display:inline-block}.ai-badge{left:10px;width:22px;height:22px;border-radius:50%;background:rgba(13,8,12,.7);border:1px solid var(--border);color:var(--text-secondary);font-size:12px;display:flex;align-items:center;justify-content:center}.ai-badge,.premium-badge{position:absolute;top:10px}.premium-badge{right:10px;padding:2px 8px;border-radius:10px;background:rgba(217,164,94,.16);border:1px solid rgba(217,164,94,.5);color:var(--premium);font-size:11px}.like-btn{position:absolute;right:10px;bottom:10px;width:38px;height:38px;min-height:38px;border-radius:50%;border:1px solid var(--border);background:rgba(13,8,12,.62);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.like-btn.liked{color:var(--accent);border-color:var(--accent)}.overlay{position:fixed;inset:0;background:var(--overlay);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:16px;z-index:100}.modal{position:relative;width:100%;max-width:460px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-modal);padding:28px;max-height:90vh;overflow-y:auto}.modal-close{position:absolute;top:16px;right:16px;width:32px;height:32px;min-height:32px;border-radius:50%;border:none;background:transparent;color:var(--text-secondary);font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center}.modal-close:hover{color:var(--text-primary)}.modal h2,.modal h3{text-align:center}.phrase-icon{width:64px;height:64px;margin:0 auto;filter:drop-shadow(0 0 12px rgba(241,176,150,.28))}.avatar-round{object-fit:cover}.avatar-placeholder,.avatar-round{width:72px;height:72px;border-radius:50%;border:2px solid var(--accent-soft);margin:0 auto}.avatar-placeholder{background:var(--bg-surface-raised);color:var(--accent-soft);display:flex;align-items:center;justify-content:center;font-size:30px}.note-bubble{background:var(--bg-input);border-radius:14px;padding:12px 14px;color:var(--text-primary);font-size:15px}.pills{display:flex;gap:10px;justify-content:center}.pill{min-width:56px;min-height:40px;border-radius:20px;border:1px solid var(--border);background:var(--bg-input);color:var(--text-primary);cursor:pointer;font-family:inherit;font-size:15px}.pill.selected{border-color:var(--accent);color:var(--accent-hover)}.counter{text-align:right;font-size:12px;color:var(--text-muted)}.chat-layout{display:grid;grid-template-columns:300px 1fr;grid-gap:20px;gap:20px;min-height:70vh}.thread-list{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--bg-surface);overflow:hidden;max-height:76vh;overflow-y:auto}.thread-item{display:flex;gap:12px;padding:14px;cursor:pointer;align-items:center;width:100%;background:none;border:none;border-bottom:1px solid rgba(90,48,60,.35);text-align:left;color:inherit;font-family:inherit}.thread-item.active,.thread-item:hover{background:var(--bg-surface-raised)}.thread-item.active{border-left:2px solid var(--accent)}.thread-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0}.chat-panel{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:var(--radius-card);background:var(--bg-surface);max-height:76vh}.chat-head{padding:14px 18px;border-bottom:1px solid rgba(90,48,60,.5)}.chat-body{flex:1 1;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:10px}.bubble{max-width:72%;padding:10px 14px;border-radius:14px;font-size:15px;word-break:break-word}.bubble-in{align-self:flex-start;background:var(--bg-input);border-bottom-left-radius:4px}.bubble-out{align-self:flex-end;background:var(--accent-soft);color:#fff;border-bottom-right-radius:4px}.bubble-time{font-size:11px;color:var(--text-muted);margin-top:4px}.bubble-out .bubble-time{color:rgba(255,255,255,.7)}.chat-input{display:flex;gap:10px;padding:14px;border-top:1px solid rgba(90,48,60,.5)}.chat-input input{flex:1 1}.typing{color:var(--text-muted);font-size:13px;font-style:italic}.hero{position:relative;padding:80px 0 64px;overflow:hidden}.hero:before{background-image:url(/hero.jpg);background-size:cover;background-position:100%;opacity:1}.hero:after,.hero:before{content:"";position:absolute;inset:0}.hero:after{background:linear-gradient(90deg,rgba(19,11,16,.98),rgba(19,11,16,.85) 32%,rgba(19,11,16,.25) 70%,rgba(19,11,16,0))}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr .9fr;grid-gap:40px;gap:40px;align-items:center}.hero p{color:var(--text-secondary);font-size:18px;max-width:460px}.hero-kicker{margin:0;color:var(--rose-gold);font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.hero-pills{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.hero-pills li{padding:6px 12px;border-radius:999px;border:1px solid rgba(241,176,150,.28);background:rgba(13,8,12,.42);color:var(--text-secondary);font-size:13px}.hero-dust{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}.hero-dust span{position:absolute;width:6px;height:6px;background:var(--rose-gold);-webkit-clip-path:polygon(50% 0,65% 35%,100% 50%,65% 65%,50% 100%,35% 65%,0 50%,35% 35%);clip-path:polygon(50% 0,65% 35%,100% 50%,65% 65%,50% 100%,35% 65%,0 50%,35% 35%);opacity:.35;animation:spark-twinkle 4.8s ease-in-out infinite}.hero-dust span:first-child{top:18%;left:8%}.hero-dust span:nth-child(2){top:42%;left:22%;width:4px;height:4px;animation-delay:1.1s}.hero-dust span:nth-child(3){top:28%;left:38%;width:5px;height:5px;animation-delay:2.2s;opacity:.22}.hero-dust span:nth-child(4){top:62%;left:12%;animation-delay:.6s}.hero-dust span:nth-child(5){top:14%;left:48%;width:3px;height:3px;animation-delay:3s;opacity:.2}.hero-accent{color:var(--accent-hover)}.hero-chat{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-card);padding:18px;display:flex;flex-direction:column;gap:10px;box-shadow:0 24px 60px rgba(8,4,7,.6)}.catalog-layout{display:grid;grid-template-columns:220px 1fr;grid-gap:24px;gap:24px;align-items:start}.filters{position:-webkit-sticky;position:sticky;top:calc(var(--header-height) + 16px);display:flex;flex-direction:column;gap:14px}.pagination{gap:8px;justify-content:center;margin-top:28px}.pagination,.tabs{display:flex;flex-wrap:wrap}.tabs{gap:6px}.tab{padding:8px 14px;border-radius:999px;border:1px solid var(--border);background:transparent;color:var(--text-secondary);cursor:pointer;font-family:inherit;font-size:14px;min-height:36px}.tab.active{background:var(--bg-surface-raised);border-color:var(--accent);color:var(--text-primary)}.profile-layout{display:grid;grid-template-columns:minmax(260px,380px) 1fr;grid-gap:32px;gap:32px;align-items:start}.profile-photo{position:relative;width:100%;aspect-ratio:3/4;max-height:calc(100vh - var(--header-height) - 140px);border-radius:var(--radius-card);overflow:hidden;background:var(--bg-surface-raised);border:1px solid var(--border)}.profile-photo img{width:100%;height:100%;object-fit:cover}.profile-thumbs{display:flex;gap:8px;flex-wrap:wrap}.profile-thumb{width:52px;height:68px;border-radius:8px;overflow:hidden;border:1px solid var(--border);padding:0;background:none;cursor:pointer;min-height:68px}.profile-thumb.active{border:2px solid var(--accent)}.profile-thumb img{width:100%;height:100%;object-fit:cover}@media (max-width:860px){.profile-layout{grid-template-columns:1fr}.profile-photo{max-width:420px;max-height:none}}.photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:12px;gap:12px}.photo-tile{position:relative;aspect-ratio:3/4;border-radius:12px;overflow:hidden;border:1px solid var(--border)}.photo-tile img{width:100%;height:100%;object-fit:cover}.photo-actions{position:absolute;inset:auto 0 0 0;display:flex;gap:6px;padding:6px;background:linear-gradient(transparent,rgba(8,4,7,.85))}.price-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:16px;gap:16px}.price-card{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--bg-surface);padding:20px;text-align:center}.price-card .price{font-family:var(--font-display);font-size:30px;color:var(--rose-gold)}.toast{position:fixed;left:50%;bottom:28px;transform:translateX(-50%);background:var(--bg-surface-raised);border:1px solid var(--border-active);border-radius:var(--radius-input);padding:12px 20px;z-index:200;box-shadow:0 12px 40px rgba(8,4,7,.7)}.skeleton{background:linear-gradient(90deg,var(--bg-surface),var(--bg-surface-raised),var(--bg-surface));background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:var(--radius-card)}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.empty{text-align:center;padding:48px 16px;color:var(--text-muted)}.legal-content{max-width:780px;line-height:1.7;color:var(--text-secondary)}.legal-content h1,.legal-content h2,.legal-content h3,.legal-content h4{color:var(--text-primary);font-weight:600;line-height:1.3;margin:1.4em 0 .55em}.legal-content h1{font-size:1.45rem}.legal-content h2{font-size:1.2rem}.legal-content h3{font-size:1.05rem}.legal-content p{margin:.65em 0}.legal-content ol,.legal-content ul{margin:.65em 0;padding-left:1.35em}.legal-content li{margin:.25em 0}.legal-content a{color:var(--accent-hover)}.legal-content hr{border:none;border-top:1px solid var(--border);margin:1.4em 0}.legal-content strong{color:var(--text-primary);font-weight:600}.legal-content code{font-size:.9em;background:var(--bg-input);border-radius:4px;padding:.1em .35em}@media (min-width:1280px){.nav{position:absolute;left:50%;transform:translateX(-50%);margin-left:0}}@media (max-width:1024px){.catalog-layout,.chat-layout{grid-template-columns:1fr}.filters{position:static}.hero-grid{grid-template-columns:1fr}.header-tagline{display:none}.nav{flex:1 1;min-width:0;overflow-x:auto}}@media (max-width:640px){.container{padding:0 16px}.nav{gap:12px;font-size:14px;overflow-x:auto}.brand{font-size:20px}.header-age{display:none}.grid-cards{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.modal{padding:22px 18px;border-radius:22px}.hero{padding:40px 0}}:root{--shadow-soft:0 2px 10px rgba(6,3,5,0.55);--shadow-card:0 10px 30px rgba(6,3,5,0.72);--shadow-lift:0 26px 60px rgba(6,3,5,0.85);--glow-ring:0 0 0 1px rgba(211,106,116,0.85);--glow-accent:0 0 34px rgba(200,95,106,0.42);--glow-btn:0 6px 22px rgba(200,95,106,0.45);--edge-top:inset 0 1px 0 rgba(244,233,226,0.11);--ease-out:cubic-bezier(0.22,0.68,0.35,1)}body{background:radial-gradient(1200px 700px at 84% -10%,rgba(200,95,106,.26),transparent 60%),radial-gradient(900px 560px at 4% 2%,rgba(241,176,150,.14),transparent 55%),radial-gradient(800px 480px at 50% 110%,rgba(157,78,89,.18),transparent 58%),var(--bg-page);background-attachment:fixed}footer,main{position:relative;z-index:1}.atmosphere{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden;color:var(--rose-gold)}.atmosphere-grain{position:absolute;inset:-20%;opacity:.07;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:220px 220px}.atmosphere-sparks{position:absolute;inset:0;width:100%;height:100%;opacity:.7}.atmosphere-sparks path:first-child,.atmosphere-sparks path:nth-child(4){animation:spark-twinkle 5.2s ease-in-out infinite}.atmosphere-sparks path:nth-child(3),.atmosphere-sparks path:nth-child(6){animation:spark-twinkle 6.4s ease-in-out 1.4s infinite}@keyframes spark-twinkle{0%,to{opacity:.22;transform:scale(1)}50%{opacity:.85;transform:scale(1.15)}}.card,.hero-chat,.modal,.panel{background-image:linear-gradient(168deg,rgba(244,233,226,.075),rgba(244,233,226,0) 52%)}.card{border-color:rgba(122,66,80,.9);box-shadow:var(--shadow-card),var(--edge-top);transition:transform .3s var(--ease-out),box-shadow .3s var(--ease-out),border-color .2s ease}.card:hover{transform:translateY(-8px);border-color:var(--border-active);box-shadow:var(--shadow-lift),var(--glow-ring),var(--glow-accent),var(--edge-top)}.card-photo img{transition:transform .7s var(--ease-out)}.card:hover .card-photo img{transform:scale(1.07)}.card-photo:after{inset:auto 0 0 0;height:58%;background:linear-gradient(0deg,rgba(13,8,12,.95),rgba(13,8,12,.35) 45%,transparent)}.card-photo:after,.card:before{content:"";position:absolute;pointer-events:none}.card:before{top:0;left:-60%;width:45%;height:100%;z-index:3;background:linear-gradient(100deg,transparent,rgba(244,233,226,.14),transparent);transform:skewX(-18deg);transition:left .75s var(--ease-out)}.card:hover:before{left:125%}.card-body{position:relative;z-index:2}.card-name{transition:color .2s ease}.card:hover .card-name{color:var(--rose-gold)}.like-btn{background:rgba(13,8,12,.6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:var(--shadow-soft);z-index:4;transition:transform .22s var(--ease-out),color .2s ease,border-color .2s ease,box-shadow .25s ease}.like-btn:hover{transform:scale(1.18);color:var(--accent-hover);border-color:var(--border-active);box-shadow:var(--glow-btn)}.like-btn:active{transform:scale(.92)}.like-btn.liked{box-shadow:var(--glow-btn);animation:heartbeat .42s var(--ease-out)}@keyframes heartbeat{0%{transform:scale(1)}38%{transform:scale(1.32)}to{transform:scale(1)}}.btn{transition:transform .18s var(--ease-out),background .2s ease,border-color .2s ease,box-shadow .25s ease,opacity .15s ease}.btn-primary{background-image:linear-gradient(135deg,var(--accent-hover),var(--accent-soft));box-shadow:var(--glow-btn),var(--edge-top)}.btn-primary:hover:not(:disabled):not(.is-disabled){transform:translateY(-3px);box-shadow:0 12px 32px rgba(200,95,106,.62),var(--edge-top)}.btn:active:not(:disabled):not(.is-disabled){transform:translateY(0) scale(.98)}.btn-ghost{background:rgba(244,233,226,.05);box-shadow:var(--edge-top)}.btn-ghost:hover:not(:disabled){transform:translateY(-3px);border-color:var(--border-active);background:rgba(244,233,226,.1);box-shadow:var(--shadow-soft)}.btn-text{transition:color .2s ease}.btn-text:hover{color:var(--rose-gold)}.header{box-shadow:0 1px 0 rgba(244,233,226,.07),0 12px 34px rgba(6,3,5,.55)}.nav a:not(.btn){transition:color .2s ease,border-bottom-color .25s var(--ease-out)}.nav a:not(.btn):hover{color:var(--rose-gold);border-bottom-color:var(--accent-soft)}.brand-mark{transition:filter .3s ease;transform-origin:center}.brand:hover .brand-mark{animation:brand-beat 1.15s ease-in-out infinite;filter:drop-shadow(0 0 10px rgba(241,176,150,.8))}@keyframes brand-beat{0%,to{transform:scale(1)}22%{transform:scale(1.16)}38%{transform:scale(1.03)}56%{transform:scale(1.11)}}.brand:hover .brand-mark path:nth-of-type(2){animation:brand-twinkle 1.15s ease-in-out infinite}.brand:hover .brand-mark path:nth-of-type(3){animation:brand-twinkle 1.15s ease-in-out .38s infinite}@keyframes brand-twinkle{0%,to{opacity:1}50%{opacity:.3}}.brand-word{background-image:linear-gradient(100deg,var(--text-primary) 0,var(--text-primary) 32%,var(--rose-gold) 47%,#ffe9d8 52%,var(--rose-gold) 57%,var(--text-primary) 72%,var(--text-primary) 100%);background-size:260% 100%;background-position:100% 0;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;transition:background-position .75s var(--ease-out)}.brand:hover .brand-word{background-position:0 0}@media (prefers-reduced-motion:reduce){.brand:hover .brand-mark,.brand:hover .brand-mark path:nth-of-type(2),.brand:hover .brand-mark path:nth-of-type(3){animation:none}.brand-word{transition:none}}.dot-online{box-shadow:0 0 0 2px rgba(114,201,108,.2),0 0 12px rgba(114,201,108,.8);animation:online-pulse 2.4s ease-in-out infinite}@keyframes online-pulse{0%,to{box-shadow:0 0 0 2px rgba(114,201,108,.2),0 0 12px rgba(114,201,108,.8)}50%{box-shadow:0 0 0 4px rgba(114,201,108,.1),0 0 18px rgba(114,201,108,1)}}.hero h1{font-size:clamp(38px,6.4vw,78px);letter-spacing:-.025em}.hero-accent{background:linear-gradient(100deg,var(--accent-hover) 10%,var(--rose-gold) 90%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.hero-chat{box-shadow:var(--shadow-lift),var(--edge-top)}.hero-chat .bubble{transition:transform .22s var(--ease-out)}.hero-chat .bubble:hover{transform:translateX(4px)}.page>.spread>h2,.page>h2{position:relative;padding-left:18px}.page>.spread>h2:before,.page>h2:before{content:"";position:absolute;left:0;top:.18em;bottom:.18em;width:3px;border-radius:3px;background:linear-gradient(180deg,var(--accent),var(--rose-gold))}.input,input,select,textarea{transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.input:hover,input:hover,select:hover,textarea:hover{border-color:var(--accent-soft)}.input:focus,input:focus,select:focus,textarea:focus{border-color:var(--border-active);box-shadow:0 0 0 3px rgba(200,95,106,.18);outline:none}@keyframes rise-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.hero-grid>*{animation:rise-in .66s var(--ease-out) both}.hero-grid>:nth-child(2){animation-delay:.14s}.hero-chat .bubble{animation:rise-in .5s var(--ease-out) both}.hero-chat .bubble:first-of-type{animation-delay:.32s}.hero-chat .bubble:nth-of-type(2){animation-delay:.52s}.hero-chat .bubble:nth-of-type(3){animation-delay:.72s}.conversation-cta{margin-top:28px;padding:26px;border:1px solid rgba(122,66,80,.82);border-radius:calc(var(--radius-card) + 2px);background:radial-gradient(540px 260px at -3% -8%,rgba(241,176,150,.18),transparent 58%),radial-gradient(500px 250px at 100% 18%,rgba(200,95,106,.22),transparent 62%),linear-gradient(155deg,rgba(244,233,226,.08),rgba(244,233,226,0) 52%),var(--bg-surface);box-shadow:var(--shadow-card),var(--edge-top);display:grid;grid-template-columns:1.06fr .94fr;grid-gap:24px;gap:24px;align-items:center;overflow:hidden}.conversation-cta-content{position:relative;z-index:2;display:grid;grid-gap:14px;gap:14px}.conversation-cta-kicker{margin:0;color:var(--accent-soft);font-size:12px;letter-spacing:.1em;text-transform:uppercase}.conversation-cta-content h3{margin:0;font-family:var(--font-display);font-size:clamp(28px,3.8vw,40px);line-height:1.05}.conversation-cta-text{margin:0;color:var(--text-secondary);max-width:56ch}.conversation-depth{min-height:190px;perspective:980px;display:grid;place-items:center}.depth-messages{position:relative;width:min(430px,100%);height:190px;transform-style:preserve-3d;transition:transform .28s var(--ease-out)}.depth-bubble{position:absolute;max-width:300px;padding:12px 14px;border-radius:16px;border:1px solid rgba(122,66,80,.78);box-shadow:var(--shadow-soft),var(--edge-top);line-height:1.35}.depth-bubble-front{top:8px;left:6px;background:linear-gradient(145deg,rgba(85,44,55,.9),rgba(62,31,40,.96));color:var(--text-primary);transform:translateZ(18px) rotate(-1.7deg)}.depth-bubble-mid{top:66px;right:2px;background:linear-gradient(145deg,rgba(200,95,106,.9),rgba(167,74,84,.94));color:#fff7f1;transform:translateZ(8px) rotate(2.6deg)}.depth-bubble-back{bottom:6px;left:34px;background:linear-gradient(145deg,rgba(55,28,36,.92),rgba(34,19,25,.96));color:var(--text-secondary);transform:translateZ(0) rotate(-2.2deg)}@media (hover:hover) and (pointer:fine){.conversation-cta:hover .depth-messages{transform:translateY(-3px) rotateX(2deg)}}@media (max-width:860px){.conversation-cta{grid-template-columns:1fr;padding:22px}.conversation-depth{min-height:160px}.depth-messages{height:160px}.depth-bubble{max-width:85%;font-size:14px}.depth-bubble-front{top:0}.depth-bubble-mid{top:52px}.depth-bubble-back{bottom:0}}@media (prefers-reduced-motion:reduce){.atmosphere-sparks path,.dot-online,.hero-chat .bubble,.hero-dust span,.hero-grid>*,.like-btn.liked{animation:none}.btn,.card,.card-photo img,.card:before,.depth-messages,.hero-chat .bubble,.like-btn{transition:none}.btn:hover,.card:hover,.card:hover .card-photo img,.conversation-cta:hover .depth-messages{transform:none}}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/024ead497118aa23-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/024ead497118aa23-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/024ead497118aa23-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond Fallback;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_962745{font-family:Cormorant Garamond,Cormorant Garamond Fallback}.__variable_962745{--font-display-loaded:"Cormorant Garamond","Cormorant Garamond Fallback"}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope Fallback;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_902511{font-family:Manrope,Manrope Fallback;font-style:normal}.__variable_902511{--font-ui-loaded:"Manrope","Manrope Fallback"}