@import "https://fonts.googleapis.com/css2?family=Momo+Trust+Display&display=swap";
.wf-form{max-width:500px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto}.wf-form-group{text-align:left}.wf-form-label{color:#1a1a1a;margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.wf-required{color:#facc15}.wf-form-input{color:#1a1a1a;box-sizing:border-box;background:#fff;border:2px solid #e0e0e0;border-radius:12px;width:100%;padding:.85rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.wf-form-input:focus{border-color:#facc15;outline:none;box-shadow:0 0 0 3px #facc151a}.wf-form-input:disabled{cursor:not-allowed;opacity:.7;background:#f5f5f5}.wf-form-input::placeholder{color:#999}.wf-form-hint{color:#666;margin-top:.5rem;margin-bottom:0;font-size:.85rem}.wf-phone-input-container{gap:.5rem;display:flex}.wf-phone-input{flex:1}.wf-country-selector{position:relative}.wf-country-button{cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:12px;align-items:center;gap:.5rem;min-width:120px;padding:.85rem 1rem;font-size:1rem;transition:all .2s;display:flex}.wf-country-button:hover:not(:disabled){border-color:#facc15}.wf-country-button:disabled{cursor:not-allowed;opacity:.7;background:#f5f5f5}.wf-country-flag{font-size:1.5rem}.wf-country-code{color:#1a1a1a;font-weight:600}.wf-dropdown-arrow{color:#666;transition:transform .2s}.wf-dropdown-arrow.open{transform:rotate(180deg)}.wf-country-dropdown{z-index:1000;background:#fff;border:2px solid #e0e0e0;border-radius:12px;max-height:300px;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #0000001a}.wf-country-option{text-align:left;cursor:pointer;background:#fff;border:none;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;transition:background .2s;display:flex}.wf-country-option:hover{background:linear-gradient(135deg,#facc150d 0%,#e4c1440d 100%)}.wf-country-option.selected{background:linear-gradient(135deg,#facc151a 0%,#e4c1441a 100%);font-weight:600}.wf-country-name{color:#1a1a1a;flex:1;font-size:.95rem}.wf-consent-label{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:.75rem;display:flex}.wf-consent-checkbox{cursor:pointer;accent-color:#facc15;width:20px;min-width:20px;height:20px;margin-top:.25rem}.wf-consent-text{color:#444;font-size:.9rem;line-height:1.5}.wf-consent-link{color:#000;cursor:pointer;font-size:inherit;background:#facc15;border:none;padding:0 4px;font-family:inherit;text-decoration:underline;transition:color .2s;display:inline-block}.wf-consent-link:after{content:"▽";padding-left:4px}.wf-consent-link:hover{background-color:#e2c55b}.wf-submit-button{color:#000;cursor:pointer;background:linear-gradient(90deg,#facc15 0%,#e4c144 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-top:2rem;padding:1rem 1.5rem;font-size:1.05rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 12px #facc154d}.wf-submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #facc1566}.wf-submit-button:active:not(:disabled){transform:translateY(0)}.wf-submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.wf-submit-button.loading{opacity:.8}.wf-spinner{border:3px solid #0003;border-top-color:#000;border-radius:50%;width:24px;height:24px;animation:.8s linear infinite wf-spin}@keyframes wf-spin{to{transform:rotate(360deg)}}.wf-error-message{color:#c00;text-align:center;background-color:#fff0f0;border-left:4px solid #e24a4a;border-radius:4px;margin-top:1rem;padding:.75rem 1rem;font-weight:500;animation:.3s wf-shake}@keyframes wf-shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.wf-login-link{color:#666;text-align:center;margin-top:1rem;font-size:.95rem}.wf-login-link a{color:#facc15;font-weight:600;text-decoration:none;transition:color .2s}.wf-login-link a:hover{color:#e4c144}.wf-success-message{text-align:center;background:linear-gradient(135deg,#facc150d 0%,#e4c1440d 100%) padding-box padding-box;border:2px solid #0000;border-radius:20px;padding:3rem 2rem;animation:.5s wf-fadeIn;position:relative}.wf-success-message:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#facc15 0%,#e4c144 100%);border-radius:20px;padding:2px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.wf-success-icon{color:#000;background:linear-gradient(90deg,#facc15 0%,#e4c144 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:48px;animation:.5s wf-scaleIn;display:flex}.wf-success-message h2{color:#1a1a1a;margin:0 0 1rem;font-size:1.8rem}.wf-success-message p{color:#555;margin:.5rem 0;font-size:1rem}.wf-success-subtext{color:#777;margin-top:1rem;font-size:.9rem}@keyframes wf-fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes wf-scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.wf-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;padding:1rem;animation:.2s wf-fadeIn;display:flex;position:fixed;inset:0}.wf-modal-content{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;animation:.3s wf-slideUp;overflow-y:auto;box-shadow:0 20px 60px #0000004d}@keyframes wf-slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.wf-modal-header{z-index:1;background:#fff;border-bottom:2px solid #f0f0f0;border-radius:16px 16px 0 0;justify-content:space-between;align-items:flex-start;padding:1.5rem;display:flex;position:sticky;top:0}.wf-modal-header h2{color:#1a1a1a;-webkit-background-clip:text;background-clip:text;margin:0;padding-right:1rem;font-size:1.3rem}.wf-modal-close{cursor:pointer;color:#666;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.wf-modal-close:hover{color:#facc15;background:#f0f0f0}.wf-modal-body{color:#444;padding:1.5rem;line-height:1.6}.wf-modal-intro{color:#1a1a1a;margin-bottom:1rem;font-size:1rem}.wf-modal-list{margin:1rem 0;padding:0;list-style:none}.wf-modal-list li{padding-left:1.5rem;position:relative}.wf-modal-list li:before{content:"•";color:#facc15;font-size:1.5rem;line-height:1.2;position:absolute;left:0}.wf-modal-section{background:linear-gradient(135deg,#facc1508 0%,#e4c14408 100%);border-left:4px solid #facc15;border-radius:12px;margin:1.5rem 0;padding:1rem}.wf-modal-section h3{color:#1a1a1a;margin:0 0 .75rem;font-size:1.1rem}.wf-modal-section p{margin:.5rem 0;font-size:.95rem}.wf-modal-footer{background:#fff;border-top:2px solid #f0f0f0;border-radius:0 0 16px 16px;gap:1rem;padding:1rem 1.5rem;display:flex;position:sticky;bottom:0}.wf-modal-button{cursor:pointer;border:none;border-radius:12px;flex:1;padding:.85rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s}.wf-modal-button-primary{color:#000;background:linear-gradient(90deg,#facc15 0%,#e4c144 100%);box-shadow:0 4px 12px #facc154d}.wf-modal-button-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #facc1566}.wf-modal-button-secondary{color:#666;background:#fff;border:2px solid #e0e0e0}.wf-modal-button-secondary:hover{background:#f5f5f5;border-color:#ccc}@media (max-width:768px){.wf-success-message{padding:2rem 1.5rem}.wf-success-icon{width:60px;height:60px;font-size:36px}.wf-success-message h2{font-size:1.4rem}.wf-modal-content{max-height:95vh}.wf-modal-header h2{font-size:1.1rem}.wf-modal-body{padding:1rem}.wf-modal-footer{flex-direction:column;padding:1rem}.wf-modal-button{width:100%}.wf-consent-text{font-size:.85rem}}
.momo-trust-display-regular{text-align:center;background:linear-gradient(90deg,#facc15 0%,#e4c144 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;padding:0;font-family:Momo Trust Display,sans-serif;font-size:64px;font-style:normal;font-weight:400}.waitlist-container{background:#000;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.modal-container .waitlist-container{width:100vw;height:100vh;overflow-y:auto}.waitlist-content{text-align:center}.subtitle{color:#b3b3b3;margin:1rem 0 .5rem;font-size:1.2rem;font-weight:500}.description{color:#ccc;margin:0 0 3rem;font-size:1.1rem;line-height:1.6}.waitlist-form{max-width:500px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto}.form-group{text-align:left;margin-bottom:1.5rem}.form-label{color:#fff;margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.required{color:#facc15}.form-input{color:#fff;background:#ffffff1a;border:2px solid #ffffff26;border-radius:12px;width:100%;padding:.85rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.form-input:focus{border-color:#facc15;outline:none;box-shadow:0 0 0 3px #facc151a}.form-input:disabled{cursor:not-allowed;opacity:.7;background:#ffffff0d}.form-input::placeholder{color:gray}.form-hint{color:#b3b3b3;margin-top:.5rem;margin-bottom:0;font-size:.85rem}.phone-input-container{gap:.5rem;display:flex}.phone-input{flex:1}.country-selector{position:relative}.country-button{cursor:pointer;background:#ffffff1a;border:2px solid #ffffff26;border-radius:12px;align-items:center;gap:.5rem;min-width:120px;padding:.85rem 1rem;font-size:1rem;transition:all .2s;display:flex}.country-button:hover:not(:disabled){border-color:#facc15}.country-button:disabled{cursor:not-allowed;opacity:.7;background:#ffffff0d}.country-flag{font-size:1.5rem}.country-code{color:#fff;font-weight:600}.dropdown-arrow{color:#b3b3b3;transition:transform .2s}.dropdown-arrow.open{transform:rotate(180deg)}.country-dropdown{z-index:1000;background:#1a1a1a;border:2px solid #ffffff26;border-radius:12px;width:240px;max-height:300px;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #00000080}.country-option{text-align:left;cursor:pointer;background:#1a1a1a;border:none;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;transition:background .2s;display:flex}.country-option:hover{background:linear-gradient(135deg,#facc1526 0%,#e4c14426 100%)}.country-option.selected{background:linear-gradient(135deg,#facc1533 0%,#e4c14433 100%);font-weight:600}.country-name{color:#fff;flex:1;font-size:.95rem}.submit-button{color:#000;cursor:pointer;background:linear-gradient(90deg,#facc15 0%,#e4c144 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-top:2rem;padding:1rem 1.5rem;font-size:1.05rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 12px #facc154d}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #facc1566}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.group-new{filter:url(#fancy-goo);flex-direction:row;justify-content:center;align-items:center;width:100%;height:100px;display:flex;position:relative}.elemento2{background:linear-gradient(90deg,#fc466b 0%,#3f5efb 100%)}.searchBrand{color:#fff;z-index:10;background:#000;border:0;border-radius:70px;width:450px;min-width:250px;height:64px;padding:0 20px;font-size:18px}.searchBrand:focus{border:none;outline:none}.searchBrand:disabled{opacity:.7;cursor:not-allowed}.searchBrand-animation{animation:.5s ease-in-out forwards rect-anim-left}.btn-search{cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:transform .2s;display:flex;position:relative}.btn-search:hover:not(:disabled){transform:scale(1.05)}.btn-search:disabled{opacity:.7;cursor:not-allowed}.btnBrand-animation{animation:1s ease-in-out forwards rect-anim-right}@keyframes rect-anim-left{0%{transform:scale(7)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes rect-anim-right{0%{transform:scale(2)translateX(calc(var(--desplazamiento) - 100px))}to{transform:scale(1)translateX(var(--gapBar))}}.error-message{color:#c00;text-align:center;background-color:#fff0f0;border-left:4px solid #e24a4a;border-radius:4px;margin-top:1rem;padding:.75rem 1rem;font-weight:500;animation:.3s shake}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.login-link{color:#b3b3b3;margin-top:1rem;font-size:.95rem}.login-link a{color:#fc466b;font-weight:600;text-decoration:none;transition:color .2s}.login-link a:hover{color:#3f5efb}.success-message{background:linear-gradient(135deg,#fc466b1a 0%,#3f5efb1a 100%) padding-box padding-box;border:2px solid #0000;border-radius:20px;padding:3rem 2rem;animation:.5s fadeIn;position:relative}.success-message:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#fc466b 0%,#3f5efb 100%);border-radius:20px;padding:2px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.success-icon{color:#fff;background:linear-gradient(90deg,#fc466b 0%,#3f5efb 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:48px;animation:.5s scaleIn;display:flex}.success-message h2{color:#fff;margin:0 0 1rem;font-size:1.8rem}.success-message p{color:#ccc;margin:.5rem 0;font-size:1rem}.success-subtext{color:#b3b3b3;margin-top:1rem;font-size:.9rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:24px;height:24px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.features{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin:4rem 0 3rem;padding:2rem 0;display:grid}.feature-item{text-align:center;background:#1a1a1a;border:1px solid #ffffff1a;border-radius:16px;padding:1.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 2px 8px #0000004d}.feature-item:hover{transform:translateY(-8px);box-shadow:0 8px 24px #fc466b26}.feature-icon{margin-bottom:1rem;font-size:3rem}.feature-item h3{color:#fff;margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.feature-item p{color:#b3b3b3;margin:0;font-size:.9rem;line-height:1.5}.for-who{border-top:1px solid #ffffff1a;margin-top:3rem;padding-top:2rem}.for-who-title{color:#b3b3b3;margin-bottom:1rem;font-size:1rem;font-weight:500}.tags{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.tag{color:#fff;background:linear-gradient(90deg,#fc466b 0%,#3f5efb 100%);border-radius:50px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #fc466b4d}.tag:hover{transform:translateY(-2px);box-shadow:0 4px 12px #fc466b66}.consent-group{margin:1.5rem 0}.consent-label{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:.75rem;display:flex}.consent-checkbox{cursor:pointer;accent-color:#fc466b;width:20px;min-width:20px;height:20px;margin-top:.25rem}.consent-text{color:#ccc;font-size:.9rem;line-height:1.5}.consent-link{color:#fc466b;cursor:pointer;font-size:inherit;background:0 0;border:none;padding:0;font-family:inherit;text-decoration:underline;transition:color .2s}.consent-link:hover{color:#3f5efb}.modal-content{background:#1a1a1a;border-radius:16px;width:100%;max-height:90vh;animation:.3s slideUp;overflow-y:auto;box-shadow:0 20px 60px #000c}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{z-index:1;background:#1a1a1a;border-bottom:2px solid #ffffff1a;border-radius:16px 16px 0 0;justify-content:space-between;align-items:flex-start;padding:1.5rem;display:flex;position:sticky;top:0}.modal-header h2{color:#fff;background:linear-gradient(90deg,#fc466b 0%,#3f5efb 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;padding-right:1rem;font-size:1.3rem}.modal-close{cursor:pointer;color:#b3b3b3;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.modal-close:hover{color:#fc466b;background:#ffffff1a}.modal-body{color:#ccc;padding:1.5rem;line-height:1.6}.modal-intro{color:#fff;margin-bottom:1rem;font-size:1rem}.modal-list{margin:1rem 0;padding:0;list-style:none}.modal-list li{padding:.75rem 0 .75rem 1.5rem;position:relative}.modal-list li:before{content:"•";color:#fc466b;font-size:1.5rem;line-height:1.2;position:absolute;left:0}.modal-section{background:linear-gradient(135deg,#fc466b1a 0%,#3f5efb1a 100%);border-left:4px solid #fc466b;border-radius:12px;margin:1.5rem 0;padding:1rem}.modal-section h3{color:#fff;margin:0 0 .75rem;font-size:1.1rem}.modal-section p{margin:.5rem 0;font-size:.95rem}.modal-footer-text{color:#b3b3b3;text-align:center;background:#ffffff0d;border-radius:8px;margin-top:1.5rem;padding:1rem;font-size:.9rem;font-style:italic}.modal-footer{background:#1a1a1a;border-top:2px solid #ffffff1a;border-radius:0 0 16px 16px;gap:1rem;padding:1rem 1.5rem;display:flex;position:sticky;bottom:0}.modal-button{cursor:pointer;border:none;border-radius:12px;flex:1;padding:.85rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s}.modal-button-primary{color:#fff;background:linear-gradient(90deg,#fc466b 0%,#3f5efb 100%);box-shadow:0 4px 12px #fc466b4d}.modal-button-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #fc466b66}.modal-button-secondary{color:#fff;background:#ffffff1a;border:2px solid #fff3}.modal-button-secondary:hover{background:#ffffff26;border-color:#ffffff4d}@media (max-width:768px){.momo-trust-display-regular{font-size:48px}.subtitle,.description{font-size:1rem}.searchBrand{width:300px;font-size:16px}.features{grid-template-columns:1fr;gap:1.5rem;margin:3rem 0 2rem}.success-message{padding:2rem 1.5rem}.success-icon{width:60px;height:60px;font-size:36px}.success-message h2{font-size:1.4rem}.modal-content{max-height:95vh}.modal-header h2{font-size:1.1rem}.modal-body{padding:1rem}.modal-footer{flex-direction:column;padding:1rem}.modal-button{width:100%}.consent-text{font-size:.85rem}.two-column-layout{flex-direction:column}.results-column,.waitlist-column{width:100%}.waitlist-sticky{position:relative;top:0}.modal-container{width:100%;max-width:95vw}.modal-content{flex-direction:column;max-height:90vh}.modal-results-column,.modal-waitlist-column{width:100%;max-width:100%}.modal-waitlist-sticky{position:relative}}.modal-overlay{z-index:10000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000f2;justify-content:center;align-items:center;padding:0;animation:.3s modalFadeIn;display:flex;position:fixed;inset:0}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.modal-container{width:100vw;max-width:100vw;height:100vh;max-height:100vh;box-shadow:none;background:#000;border-radius:0;animation:.4s cubic-bezier(.16,1,.3,1) modalSlideUp;position:relative;overflow:hidden}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(40px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-close{z-index:10001;cursor:pointer;color:#000;background:#facc15;border:2px solid #facc15;border-radius:50%;justify-content:center;align-items:center;padding:.75rem;transition:all .3s;display:flex;position:fixed;top:2rem;right:2rem;box-shadow:0 4px 12px #facc154d}.modal-close:hover{color:#000;background:#e4c144;border-color:#e4c144;transform:rotate(90deg)scale(1.1);box-shadow:0 6px 20px #facc1580}.modal-content{height:100%;display:flex;overflow:hidden}.modal-results-column{background:#000;flex:1;padding:2.5rem;overflow-y:auto}.modal-results-title{color:#fff;background:linear-gradient(90deg,#fc466b 0%,#3f5efb 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 1.5rem;font-size:1.75rem;font-weight:700}.modal-results-list{flex-direction:column;gap:1.25rem;display:flex}.modal-result-card{background:#1a1a1a;border:2px solid #ffffff1a;border-radius:16px;padding:1.5rem;transition:all .3s;box-shadow:0 2px 8px #00000080}.modal-result-card:hover{border-color:#fc466b;transform:translate(4px);box-shadow:0 8px 24px #fc466b26}.modal-result-header{border-bottom:2px solid #ffffff1a;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;display:flex}.modal-result-header h3{color:#fff;flex:1;margin:0 1rem 0 0;font-size:1.15rem;font-weight:600}.modal-score-badge{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:20px;padding:.5rem 1rem;font-size:.9rem;font-weight:700;box-shadow:0 2px 8px #667eea4d}.modal-result-body{flex-direction:column;gap:.75rem;display:flex}.modal-result-row{justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.95rem;display:flex}.modal-result-row strong{color:#fff;font-weight:600}.modal-result-row span{color:#b3b3b3;text-align:right}.modal-status-badge{text-transform:capitalize;border-radius:12px;padding:.3rem .75rem;font-size:.85rem;font-weight:600}.modal-status-badge.pending{color:#e67e22;background-color:#fff4e6}.modal-status-badge.approved{color:#27ae60;background-color:#e8f5e9}.modal-status-badge.rejected{color:#e74c3c;background-color:#ffebee}.modal-match-details{background:linear-gradient(135deg,#fc466b1a 0%,#3f5efb1a 100%);border-left:4px solid #fc466b;border-radius:12px;margin-top:1rem;padding:1rem}.modal-match-details h4{color:#fff;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .75rem;font-size:.9rem;font-weight:600}.modal-scores{flex-wrap:wrap;gap:.75rem;display:flex}.modal-score-item{color:#ccc;background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:500}.modal-result-date{border-top:2px solid #ffffff1a;justify-content:space-between;margin-top:1rem;padding-top:1rem;font-size:.9rem;display:flex}.modal-result-date strong{color:#fff;font-weight:600}.modal-result-date span{color:#b3b3b3}.modal-waitlist-column{background:#1a1a1a;border-left:2px solid #ffffff1a;flex-shrink:0;width:420px;overflow-y:auto}.modal-waitlist-sticky{padding:2.5rem;position:sticky;top:0}.modal-waitlist-title{color:#fff;margin:0 0 .75rem;font-size:1.5rem;font-weight:700}.modal-waitlist-subtitle{color:#b3b3b3;margin:0 0 2rem;font-size:1rem;line-height:1.6}.modal-results-column::-webkit-scrollbar{width:8px}.modal-waitlist-column::-webkit-scrollbar{width:8px}.modal-results-column::-webkit-scrollbar-track{background:#f5f5f5}.modal-waitlist-column::-webkit-scrollbar-track{background:#f5f5f5}.modal-results-column::-webkit-scrollbar-thumb{background:linear-gradient(#fc466b 0%,#3f5efb 100%);border-radius:4px}.modal-waitlist-column::-webkit-scrollbar-thumb{background:linear-gradient(#fc466b 0%,#3f5efb 100%);border-radius:4px}.modal-results-column::-webkit-scrollbar-thumb:hover{background:linear-gradient(#e63d5f 0%,#3651e0 100%)}.modal-waitlist-column::-webkit-scrollbar-thumb:hover{background:linear-gradient(#e63d5f 0%,#3651e0 100%)}.modal-container.max-w-2xl{border-radius:1rem;width:90%;max-width:42rem;height:auto;max-height:90vh;overflow:visible}.modal-overlay .modal-container.max-w-2xl{background:0 0}.modal-container.max-w-2xl .modal-close{position:absolute;top:-1rem;right:-1rem}.search-section{flex-direction:column;align-items:center;width:100%;margin:2rem 0;display:flex}.hero-section{justify-content:center;align-items:center;width:100vw;min-height:100vh;display:flex}.one-column-layout{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:800px;display:flex}.one-column-layout .first-column{flex-direction:column;justify-content:center;align-items:center;width:100%;height:auto;padding:0;display:flex;overflow:visible}.two-column-layout{align-items:flex-start;gap:3rem;width:100%;max-width:1400px;height:100vh;display:flex;overflow:hidden}.first-column{flex:1;min-width:0;height:100%;padding-right:1rem;overflow-y:auto}.first-column::-webkit-scrollbar{width:8px}.first-column::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.first-column::-webkit-scrollbar-thumb{background:linear-gradient(#fc466b 0%,#3f5efb 100%);border-radius:4px}.first-column::-webkit-scrollbar-thumb:hover{background:linear-gradient(#e63d5f 0%,#3651e0 100%)}.results-column{flex:1;min-width:0}.waitlist-column{flex-shrink:0;width:400px}.waitlist-sticky{background:#1a1a1a padding-box padding-box;border:2px solid #0000;border-radius:16px;padding:2rem;position:sticky;top:2rem;box-shadow:0 4px 20px #00000080}.waitlist-sticky:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#fc466b 0%,#3f5efb 100%);border-radius:16px;padding:2px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.waitlist-column-title{color:#fff;background:linear-gradient(90deg,#fc466b 0%,#3f5efb 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 .5rem;font-size:1.5rem}.waitlist-column-subtitle{color:#b3b3b3;margin:0 0 1.5rem;font-size:.95rem;line-height:1.5}.second-column{background:#1a1a1a;border-radius:16px;flex-shrink:0;width:420px;height:100%;padding:2rem;overflow-y:auto;box-shadow:0 4px 20px #00000080}.second-column::-webkit-scrollbar{width:8px}.second-column::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.second-column::-webkit-scrollbar-thumb{background:linear-gradient(#fc466b 0%,#3f5efb 100%);border-radius:4px}.second-column::-webkit-scrollbar-thumb:hover{background:linear-gradient(#e63d5f 0%,#3651e0 100%)}.results-title{color:#fff;margin-bottom:1.5rem;font-size:1.5rem}.results-list{flex-direction:column;gap:1.5rem;display:flex}.result-card{background:#1a1a1a;border:1px solid #ffffff1a;border-radius:12px;padding:1.5rem;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 4px #00000080}.result-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001f}.result-header{border-bottom:2px solid #ffffff1a;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;display:flex}.result-header h3{color:#fff;flex:1;margin:0 1rem 0 0;font-size:1.1rem}.score-badge{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:20px;padding:.4rem .8rem;font-size:.85rem;font-weight:600}.result-body{flex-direction:column;gap:.75rem;display:flex}.result-row{justify-content:space-between;align-items:center;font-size:.95rem;display:flex}.result-row strong{color:#fff;font-weight:600}.result-row span{color:#b3b3b3;text-align:right}.status-badge{text-transform:uppercase;border-radius:12px;padding:.2rem .6rem;font-size:.85rem;font-weight:600}.status-badge.pending{color:#e67e22;background-color:#fff4e6}.status-badge.approved{color:#27ae60;background-color:#e8f5e9}.status-badge.rejected{color:#e74c3c;background-color:#ffebee}.match-details-section{background:linear-gradient(135deg,#fc466b1a 0%,#3f5efb1a 100%);border-radius:8px;margin-top:1rem;padding:1rem}.match-details-section h4{color:#fff;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .75rem;font-size:.9rem}.scores-container{flex-wrap:wrap;gap:.75rem;display:flex}.score-item{color:#ccc;background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;padding:.4rem .8rem;font-size:.85rem}.result-date{border-top:1px solid #ffffff1a;justify-content:space-between;margin-top:1rem;padding-top:1rem;font-size:.9rem;display:flex}.result-date strong{color:#fff;font-weight:600}.result-date span{color:#b3b3b3}.resultados-contenedor{flex-flow:wrap;gap:20px;width:100%;display:flex}.resultados-item{cursor:pointer;background-color:#1a1a1a;border:1px solid #ffffff1a;border-radius:9px;grid-template-rows:auto auto 1fr;grid-template-columns:min-content auto;min-width:300px;max-width:400px;padding:5px;display:grid}.resultados-item:hover{transition:all .3s;transform:translateY(-4px);box-shadow:0 4px 20px #fc466b4d}.r-item-logo{background-color:#00f;border-radius:14px;grid-area:1/1/4/2;align-items:flex-start;width:75px;height:75px;display:flex}.r-item-header,.r-item-propietario,.r-item-clase{width:100%}.r-item-header{grid-area:1/2/2/3;justify-content:space-between;align-items:flex-start;display:flex}.r-item-header .r-item-nameBrand{color:#fff;text-align:left;flex:1;margin:0;padding-left:10px;font-size:1.15rem;font-weight:600}.r-item-propietario{grid-area:2/2/3/3}.r-item-clase{grid-area:3/2/4/3}.r-item-propietario,.r-item-clase{text-align:left;color:#b3b3b3;padding-left:10px;font-size:12px}
