@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Google+Sans:wght@300;400;500;700&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-blue: #007bff;--dark-blue: #0056b3;--light-blue: rgba(173, 216, 230, .3);--card-bg: rgba(255, 255, 255, .98);--startup-color: #e63946;--business-color: #2a9d8f;--speaking-color: #457b9d;--feature-color: #588157;--other-color: #e9c46a;--startup-bg: rgba(230, 57, 70, .1);--business-bg: rgba(42, 157, 143, .1);--speaking-bg: rgba(69, 123, 157, .1);--feature-bg: rgba(88, 129, 87, .1);--other-bg: rgba(233, 196, 106, .2);--investment-color: #7209b7;--partnership-color: #f3722c;--collaboration-color: #3a86ff;--feedback-color: #06d6a0;--product-color: #8338ec;--careers-color: #ff006e;--media-color: #118ab2;--mentorship-color: #9d4edd;--consulting-color: #fb8500;--sponsorship-color: #ff9e00;--networking-color: #2a9d8f;--questions-color: #4895ef;--greeting-color: #ff5d8f;--testimonials-color: #06d6a0;--bug-color: #e63946;--investment-bg: rgba(114, 9, 183, .1);--partnership-bg: rgba(243, 114, 44, .1);--collaboration-bg: rgba(58, 134, 255, .1);--feedback-bg: rgba(6, 214, 160, .1);--product-bg: rgba(131, 56, 236, .1);--careers-bg: rgba(255, 0, 110, .1);--media-bg: rgba(17, 138, 178, .1);--mentorship-bg: rgba(157, 78, 221, .1);--consulting-bg: rgba(251, 133, 0, .1);--sponsorship-bg: rgba(255, 158, 0, .1);--networking-bg: rgba(42, 157, 143, .1);--questions-bg: rgba(72, 149, 239, .1);--greeting-bg: rgba(255, 93, 143, .1);--testimonials-bg: rgba(6, 214, 160, .1);--bug-bg: rgba(230, 57, 70, .1);--text-primary: #1a1a1a;--text-secondary: #4a5568;--text-tertiary: #718096;--border-light: rgba(0, 0, 0, .08);--shadow-light: rgba(0, 0, 0, .06);--shadow-medium: rgba(0, 0, 0, .1)}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;min-height:100vh;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}#root{width:100%;min-height:100vh;margin:0 auto;display:flex;flex-direction:column}.app-container{width:100%;min-height:100vh;display:flex;flex-direction:column;position:relative;background-color:#add8e6;background-size:cover;background-position:center 25%;background-repeat:no-repeat;background-attachment:fixed;overflow-x:hidden;overflow-y:auto}.app-container:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(173,216,230,.15) 0%,transparent 70%);z-index:1}.app-header{position:sticky;top:0;z-index:100;background:#add8e6;padding:1rem 2rem;width:100%}.logo-container{display:flex;align-items:center}.app-logo{height:70px;width:auto;cursor:pointer;transition:opacity .2s ease}.app-logo:hover{opacity:.8}.main-content{flex:1;display:flex;flex-direction:column;align-items:center;padding:2rem;position:relative;z-index:2;overflow-y:auto;overflow-x:hidden;width:100%;max-height:calc(100vh - 100px);scrollbar-width:none;-ms-overflow-style:none}.main-content::-webkit-scrollbar{display:none;width:0;height:0;background:transparent}.main-title{font-family:Playfair Display,serif;font-size:clamp(2.25rem,5vw,3.75rem);margin:1.5rem 0 1rem;color:var(--text-primary);text-align:center;line-height:1.1;letter-spacing:-.5px;max-width:90%;text-shadow:0 2px 4px rgba(0,0,0,.05);position:relative;padding:0 1rem}.dont-blue{color:var(--primary-blue);position:relative;display:inline-block}.dont-blue:after{content:"";position:absolute;bottom:2px;left:0;width:100%;height:3px;background:#007bff33}.subtitle{font-size:clamp(1rem,2vw,1.25rem);color:var(--text-secondary);margin-bottom:clamp(1.5rem,4vw,3rem);max-width:min(600px,90%);text-align:center;font-family:Playfair Display,serif;line-height:1.6;font-weight:400;padding:0 1rem}.search-container{width:100%;max-width:min(680px,90%);margin:1rem auto 3rem;padding:0 1rem;position:relative;z-index:2}.search-box{display:flex;align-items:center;background:#fff;border-radius:60px;padding:clamp(.6rem,2vw,.75rem) clamp(1.25rem,3vw,2rem);box-shadow:0 12px 40px #00000014,0 0 0 1px #00000005;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:1px solid rgba(0,123,255,.1);position:relative;overflow:hidden}.search-box:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;background:radial-gradient(circle at right,rgba(0,123,255,.03),transparent);z-index:1;pointer-events:none}.search-box:focus-within{border-color:#007bff4d;box-shadow:0 15px 50px #007bff26,0 0 0 1px #007bff1a;transform:translateY(-2px)}.search-input{flex:1;border:none;outline:none;padding:clamp(.75rem,2vw,1rem) .5rem clamp(.75rem,2vw,1rem) 0;font-size:clamp(.95rem,2vw,1.05rem);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:transparent;color:var(--text-primary);font-weight:400;z-index:2;min-width:0}.search-input::placeholder{color:#94a3b8;opacity:.8}.search-button{background:var(--primary-blue);border:none;border-radius:50%;width:clamp(42px,8vw,48px);height:clamp(42px,8vw,48px);min-width:clamp(42px,8vw,48px);min-height:clamp(42px,8vw,48px);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;margin-left:.5rem;box-shadow:0 6px 20px #007bff4d;position:relative;overflow:hidden;z-index:2;flex-shrink:0}.search-button:before{content:"";position:absolute;inset:0;background:#ffffff1a;opacity:0;transition:opacity .3s ease}.search-button:hover{background:var(--dark-blue);transform:scale(1.08) rotate(8deg);box-shadow:0 8px 25px #0056b366}.search-button:hover:before{opacity:1}.search-button:active{transform:scale(.96)}.search-icon{width:clamp(18px,4vw,22px);height:clamp(18px,4vw,22px);color:#fff;filter:drop-shadow(0 1px 1px rgba(0,0,0,.1))}.users-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(280px,100%),1fr));gap:clamp(1.25rem,3vw,2.5rem);padding:clamp(1rem,3vw,2rem);width:100%;max-width:min(1900px,95%);margin:0 auto;box-sizing:border-box}.profile-card{position:relative;width:100%;max-width:min(320px,100%);min-width:280px;background:var(--card-bg);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-radius:24px;padding:clamp(1.25rem,3vw,1.75rem);box-shadow:0 4px 20px #0000000a,0 0 0 1px #00000005,inset 0 0 0 1px #fffc;transform:perspective(1000px);transform-style:preserve-3d;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:1px solid rgba(255,255,255,.9);overflow:hidden;min-height:min(380px,auto);display:flex;flex-direction:column;margin:0 auto}.profile-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:#fff9;z-index:1}.profile-card:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 20%,rgba(0,123,255,.03) 0%,transparent 70%);pointer-events:none}.profile-card:hover{transform:perspective(1000px) translateY(-12px) rotateX(2deg);box-shadow:0 25px 50px #00000014,0 0 0 1px #00000008,inset 0 0 0 1px #ffffffe6}.profile-image{width:clamp(80px,15vw,100px);height:clamp(80px,15vw,100px);border-radius:50%;margin:0 auto 1.25rem;overflow:hidden;border:3px solid white;box-shadow:0 10px 30px #0000001f,0 0 0 1px #0000000d,inset 0 0 0 1px #fff9;display:flex;align-items:center;justify-content:center;position:relative;z-index:2;background:#fff}.profile-image:before{content:"";position:absolute;left:-50%;top:-50%;width:200%;height:200%;opacity:.08;z-index:-1;border-radius:50%}.avatar-circle{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:600;font-family:Playfair Display,serif;border-radius:50%;position:relative;overflow:hidden;background-color:#000}.avatar-circle:after{content:"";position:absolute;inset:0;background:#ffffff1a;opacity:0;transition:opacity .3s ease}.profile-card:hover .avatar-circle:after{opacity:1}.profile-info{text-align:center;margin-bottom:1.75rem;flex:1;min-height:0}.profile-name{font-family:Playfair Display,serif;font-size:clamp(1.1rem,3vw,1.5rem);font-weight:600;color:var(--text-primary);margin-bottom:.35rem;line-height:1.3;letter-spacing:-.3px;word-wrap:break-word;overflow-wrap:break-word}.profile-title{font-size:clamp(.8rem,2vw,.9rem);color:var(--text-secondary);margin-bottom:.75rem;font-weight:500;opacity:.9;font-family:Playfair Display,serif}.profile-bio{font-size:clamp(.75rem,1.8vw,.85rem);color:var(--text-tertiary);line-height:1.5;margin-bottom:1.25rem;padding:0 .5rem;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;font-family:Playfair Display,serif;overflow:hidden;text-overflow:ellipsis}.interested-domains-section,.user-interests{margin-top:1rem;width:100%}.interested-domains-tags,.interests-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem;justify-content:center}.interested-domain-tag,.interest-tag{padding:.4rem .85rem;border-radius:20px;font-size:clamp(.65rem,1.5vw,.75rem);font-weight:600;letter-spacing:.2px;transition:all .2s ease;position:relative;cursor:default;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}.interested-domain-tag:before,.interest-tag:before{content:"";position:absolute;inset:0;background:#ffffff1a;opacity:0;transition:opacity .2s ease}.interested-domain-tag:hover:before,.interest-tag:hover:before{opacity:1}.interest-tag{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.interested-domain-tag-more,.interest-tag-more{padding:.4rem .85rem;border-radius:20px;font-size:.75rem;background:#f8fafc;color:#94a3b8;font-style:italic;border:1px dashed #cbd5e1}.domain-startup{background:var(--startup-color);color:#fff}.domain-investment{background:var(--investment-color);color:#fff}.domain-partnership{background:var(--partnership-color);color:#fff}.domain-business{background:var(--business-color);color:#fff}.domain-collaboration{background:var(--collaboration-color);color:#fff}.domain-feedback{background:var(--feedback-color);color:#fff}.domain-product{background:var(--product-color);color:#fff}.domain-careers{background:var(--careers-color);color:#fff}.domain-speaking{background:var(--speaking-color);color:#fff}.domain-media{background:var(--media-color);color:#fff}.domain-mentorship{background:var(--mentorship-color);color:#fff}.domain-consulting{background:var(--consulting-color);color:#fff}.domain-sponsorship{background:var(--sponsorship-color);color:#fff}.domain-networking{background:var(--networking-color);color:#fff}.domain-questions{background:var(--questions-color);color:#fff}.domain-greeting{background:var(--greeting-color);color:#fff}.domain-testimonials{background:var(--testimonials-color);color:#fff}.domain-bug{background:var(--bug-color);color:#fff}.domain-feature{background:var(--feature-color);color:#fff}.domain-other{background:var(--other-color);color:var(--text-primary)}.social-links{display:flex;gap:clamp(.4rem,1.5vw,.65rem);margin-bottom:1.75rem;justify-content:center;flex-wrap:wrap}.social-btn{width:clamp(36px,8vw,42px);height:clamp(36px,8vw,42px);min-width:clamp(36px,8vw,42px);min-height:clamp(36px,8vw,42px);border-radius:50%;border:none;background:#fff;cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000000f,0 0 0 1px #00000008;position:relative;overflow:hidden;flex-shrink:0}.social-btn:before{content:"";position:absolute;inset:0;background:#0000000d;opacity:0;transition:opacity .3s ease}.social-btn:hover{transform:translateY(-4px) scale(1.1);box-shadow:0 8px 25px #0000001f,0 0 0 1px #0000000d}.social-btn:hover:before{opacity:1}.social-btn svg{width:clamp(16px,4vw,20px);height:clamp(16px,4vw,20px);fill:#64748b;transition:all .3s ease;position:relative;z-index:1}.social-btn.twitter:hover svg{fill:#1da1f2;transform:scale(1.1)}.social-btn.instagram:hover svg{fill:#e4405f;transform:scale(1.1)}.social-btn.linkedin:hover svg{fill:#0a66c2;transform:scale(1.1)}.social-btn.github:hover svg{fill:#333;transform:scale(1.1)}.cta-button{width:100%;padding:clamp(.75rem,2vw,.95rem);border:none;border-radius:14px;background:#000;color:#fff;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275);font-size:clamp(.85rem,2vw,.95rem);letter-spacing:.3px;position:relative;font-family:Playfair Display,serif;overflow:hidden;margin-top:auto;min-height:44px}.cta-button:hover:before{left:100%}.cta-button:active{transform:translateY(-1px)}.stats{display:flex;justify-content:space-between;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid rgba(0,0,0,.06);gap:.5rem}.stat-item{text-align:center;flex:1;position:relative;min-width:0}.stat-item:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:20px;background:#00000014}.stat-value{font-weight:700;color:var(--text-primary);font-size:clamp(.9rem,2vw,1.15rem);margin-bottom:.25rem;white-space:nowrap}.stat-label{font-size:clamp(.7rem,1.5vw,.8rem);color:var(--text-tertiary);font-weight:500;letter-spacing:.3px;white-space:nowrap}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(2rem,5vw,4rem);width:100%;min-height:400px}.loading-spinner{width:clamp(50px,10vw,70px);height:clamp(50px,10vw,70px);border:4px solid rgba(0,123,255,.1);border-top:4px solid var(--primary-blue);border-radius:50%;animation:spin 1s cubic-bezier(.68,-.55,.27,1.55) infinite;margin-bottom:2rem;position:relative}.loading-spinner:after{content:"";position:absolute;inset:-4px;border:4px solid transparent;border-top:4px solid rgba(0,123,255,.3);border-radius:50%;animation:spin 1.5s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-container p{color:var(--text-secondary);font-size:clamp(1rem,2.5vw,1.2rem);font-weight:500;letter-spacing:.5px;text-align:center}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(2rem,5vw,4rem);width:100%;min-height:400px}.error-message{color:#ef4444;font-size:clamp(1rem,2.5vw,1.2rem);margin-bottom:2rem;text-align:center;max-width:min(500px,90%);font-weight:500}.retry-button{background:var(--primary-blue);color:#fff;border:none;padding:clamp(.85rem,3vw,1rem) clamp(1.5rem,4vw,2.5rem);border-radius:12px;font-size:clamp(.9rem,2vw,1rem);font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #007bff40;min-height:44px}.retry-button:hover{background:var(--dark-blue);transform:translateY(-3px);box-shadow:0 10px 30px #0056b359}.no-results{text-align:center;padding:clamp(2rem,5vw,4rem);color:var(--text-secondary);font-size:clamp(1rem,2.5vw,1.2rem);width:100%;min-height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center}.no-results-icon{width:clamp(60px,15vw,100px);height:clamp(60px,15vw,100px);margin-bottom:1.5rem;opacity:.6;filter:drop-shadow(0 4px 6px rgba(0,0,0,.1))}.clear-search-button{margin-top:2rem;background:var(--primary-blue);color:#fff;border:none;padding:clamp(.85rem,3vw,1rem) clamp(1.5rem,4vw,2.5rem);border-radius:12px;font-size:clamp(.9rem,2vw,1rem);font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #007bff40;min-height:44px}.clear-search-button:hover{background:var(--dark-blue);transform:translateY(-3px);box-shadow:0 10px 30px #0056b359}@media(min-width:1800px){.users-grid{grid-template-columns:repeat(5,minmax(260px,1fr));max-width:1700px;gap:2.5rem}}@media(min-width:1400px)and (max-width:1799px){.users-grid{grid-template-columns:repeat(4,minmax(260px,1fr));max-width:1400px;gap:2rem}}@media(min-width:1200px)and (max-width:1399px){.users-grid{grid-template-columns:repeat(3,minmax(260px,1fr));max-width:1200px;gap:2rem}}@media(min-width:992px)and (max-width:1199px){.users-grid{grid-template-columns:repeat(3,minmax(250px,1fr));max-width:1000px;gap:1.75rem}.profile-card{max-width:300px}}@media(min-width:768px)and (max-width:991px){.users-grid{grid-template-columns:repeat(2,minmax(260px,1fr));max-width:800px;gap:1.75rem}.profile-card{min-height:360px;max-width:320px}}@media(min-width:576px)and (max-width:767px){.users-grid{grid-template-columns:repeat(2,minmax(240px,1fr));gap:1.5rem;padding:1rem}.profile-card{padding:1.5rem;min-height:340px;max-width:280px}.profile-image{width:85px;height:85px}.profile-name{font-size:1.3rem}}@media(min-width:480px)and (max-width:575px){.users-grid{grid-template-columns:repeat(2,minmax(220px,1fr));gap:1.25rem;padding:.75rem}.profile-card{padding:1.25rem;min-height:320px;max-width:240px}.profile-image{width:75px;height:75px}.profile-name{font-size:1.15rem}}@media(max-width:479px){.users-grid{grid-template-columns:1fr;max-width:400px;gap:1.5rem}.profile-card{min-height:auto;max-width:320px;margin:0 auto}}@media(max-width:400px){.main-title{font-size:1.6rem;margin:.75rem 0 .5rem;padding:0 .75rem;line-height:1.2}.subtitle{font-size:.85rem;margin-bottom:1rem;padding:0 1rem;line-height:1.4}.app-header{padding:.5rem .75rem}.app-logo{height:40px}.main-content{padding:.75rem .75rem 2rem}.search-container{margin:.5rem auto 1.5rem;max-width:100%;padding:0 .5rem}.search-box{padding:.5rem 1rem;border-radius:40px}.search-input{font-size:.9rem;padding:.6rem .25rem .6rem 0}.search-button{width:38px;height:38px;min-width:38px}.search-icon{width:18px;height:18px}.users-grid{grid-template-columns:1fr;gap:1rem;padding:.25rem;max-width:100%}.profile-card{min-height:auto;max-width:100%;padding:1.25rem;border-radius:16px;margin:0}.profile-image{width:70px;height:70px;margin-bottom:1rem}.avatar-circle{font-size:1.75rem}.profile-name{font-size:1.1rem}.profile-title{font-size:.8rem}.profile-bio{font-size:.75rem;-webkit-line-clamp:2;padding:0 .25rem}.interested-domain-tag,.interest-tag{padding:.3rem .6rem;font-size:.65rem}.social-links{gap:.4rem;margin-bottom:1.25rem}.social-btn{width:36px;height:36px;min-width:36px}.social-btn svg{width:16px;height:16px}.cta-button{padding:.75rem;font-size:.85rem;border-radius:10px}.stats{margin-top:.85rem;padding-top:.85rem}.stat-value{font-size:.9rem}.stat-label{font-size:.7rem}.loading-container,.error-container,.no-results{padding:2rem;min-height:250px}.loading-spinner{width:50px;height:50px}.retry-button,.clear-search-button{padding:.85rem 1.5rem;font-size:.9rem}}@media(max-height:500px)and (orientation:landscape){.main-content{padding:.5rem 1rem}.main-title{font-size:1.5rem;margin:.5rem 0}.subtitle{font-size:.85rem;margin-bottom:.75rem}.search-container{margin:.5rem auto 1rem}.app-header{padding:.5rem 1rem}.app-logo{height:40px}.users-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.profile-card{min-height:auto}}@media(hover:none)and (pointer:coarse){.cta-button,.search-button,.social-btn,.retry-button,.clear-search-button{min-height:44px;min-width:44px}.search-input{font-size:16px}.profile-card:hover,.social-btn:hover{transform:none}.profile-card:active{transform:scale(.98);transition:transform .1s ease}.social-btn:active{transform:scale(.9);background:#f1f5f9}.cta-button:active{transform:scale(.98)}}@supports (padding: max(0px)){.app-header{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right));padding-top:max(.75rem,env(safe-area-inset-top))}.main-content{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right));padding-bottom:max(2rem,env(safe-area-inset-bottom))}}.main-content{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.cta-button,.search-button,.social-btn,.retry-button,.clear-search-button{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.profile-card{animation:fadeInUp .6s cubic-bezier(.175,.885,.32,1.275) forwards;opacity:0}.profile-card:nth-child(1){animation-delay:.1s}.profile-card:nth-child(2){animation-delay:.2s}.profile-card:nth-child(3){animation-delay:.3s}.profile-card:nth-child(4){animation-delay:.4s}.profile-card:nth-child(5){animation-delay:.5s}.profile-card:nth-child(6){animation-delay:.6s}.profile-card:nth-child(7){animation-delay:.7s}.profile-card:nth-child(8){animation-delay:.8s}.profile-card:nth-child(9){animation-delay:.9s}.profile-card:nth-child(10){animation-delay:1s}.search-input:focus,.search-button:focus,.cta-button:focus,.retry-button:focus,.clear-search-button:focus,.social-btn:focus{outline:none;box-shadow:0 0 0 3px #007bff33}.app-container{transition:background-color .3s ease}.profile-card:hover .profile-name{color:var(--primary-blue)}.profile-card:hover .profile-image{box-shadow:0 15px 40px #00000026,0 0 0 1px #0000000d,inset 0 0 0 1px #fffc}.interested-domain-tag:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.interest-tag:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.profile-card{border:.5px solid rgba(255,255,255,.9)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.profile-card{animation:none!important;opacity:1}.loading-spinner{animation:spin 2s linear infinite}}.message-form-page{min-height:100vh;background:#add8e6;display:flex;align-items:center;justify-content:center;padding:1.5rem;font-family:Playfair Display,serif;box-sizing:border-box;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.message-form-wrapper{width:100%;max-width:1100px;display:flex;gap:1.5rem;align-items:stretch;height:85vh;max-height:700px;margin-bottom:2.5rem;box-sizing:border-box}.back-button-simple{position:absolute;top:1.5rem;left:1.5rem;display:flex;align-items:center;gap:.5rem;color:#5f6368;background:#fff;border:1px solid #dadce0;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;padding:.6rem 1rem;transition:all .2s ease;box-shadow:0 1px 2px #0000000d;z-index:10;font-family:Playfair Display,serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-sizing:border-box}.back-button-simple:hover{background:#f8f9fa;border-color:#c4c7d0;transform:translateY(-1px);box-shadow:0 2px 4px #00000014}.back-icon{width:16px;height:16px}.recipient-card{flex:0 0 280px;background:#fff;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;box-shadow:0 1px 3px #0000001a;border:1px solid #e8eaed;font-family:Playfair Display,serif;box-sizing:border-box;overflow:hidden}.recipient-header{text-align:center;margin-bottom:1.5rem;flex-shrink:0}.avatar-container{width:80px;height:80px;margin:0 auto 1rem}.recipient-avatar-large{width:100%;height:100%;border-radius:50%;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:600;box-shadow:0 2px 6px #0000001a;font-family:Playfair Display,serif}.recipient-name-large{font-size:1.3rem;font-weight:600;color:#202124;margin:0 0 .25rem;line-height:1.3;font-family:Playfair Display,serif}.recipient-email-compact{font-size:.85rem;color:#5f6368;margin:0;font-weight:400;font-family:Google Sans,sans-serif}.domain-section{margin-top:1rem;flex:1;display:flex;flex-direction:column;min-height:0}.domain-tag{background:#add8e6;color:#1a73e8;padding:.5rem .75rem;border-radius:6px;font-size:.85rem;font-weight:500;margin-bottom:1.25rem;display:inline-block;align-self:flex-start;font-family:Playfair Display,serif;box-sizing:border-box}.interests-label-compact{font-size:.85rem;color:#5f6368;font-weight:500;margin-bottom:.75rem;font-family:Playfair Display,serif}.domain-badges-grid{display:grid;grid-template-columns:1fr;gap:.5rem;flex:1;overflow-y:auto;padding-right:4px;min-height:0}.domain-badges-grid::-webkit-scrollbar{width:4px}.domain-badges-grid::-webkit-scrollbar-track{background:#f1f3f4;border-radius:2px}.domain-badges-grid::-webkit-scrollbar-thumb{background:#dadce0;border-radius:2px}.domain-badge{background:#f8f9fa;color:#000;padding:.6rem .75rem;border-radius:6px;font-size:.85rem;text-align:left;border:1px solid #e8eaed;transition:all .2s;font-family:Playfair Display,serif;box-sizing:border-box}.form-card{flex:1;background:#fff;border-radius:12px;padding:2rem 3rem 2rem 2rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e8eaed;display:flex;flex-direction:column;overflow:hidden;font-family:Playfair Display,serif;box-sizing:border-box}.form-header{margin-bottom:1.5rem;flex-shrink:0}.form-title{font-size:1.5rem;font-weight:600;color:#202124;margin:0 0 .5rem;font-family:Playfair Display,serif}.form-subtitle{font-size:.9rem;color:#5f6368;margin:0;line-height:1.4;font-family:Playfair Display,serif}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;flex:1;overflow-y:auto;padding-right:4px;min-height:0}.form-grid::-webkit-scrollbar{width:4px}.form-grid::-webkit-scrollbar-track{background:#f1f3f4;border-radius:2px}.form-grid::-webkit-scrollbar-thumb{background:#dadce0;border-radius:2px}.form-group-clean{margin-right:1rem}.form-label-clean{display:block;font-size:.85rem;font-weight:500;color:#3c4043;margin-bottom:.4rem;margin-right:1rem;font-family:Playfair Display,serif}.required-star{color:#d93025;margin-left:2px}.input-clean{width:100%;padding:.7rem .5rem;border:1px solid #dadce0;border-radius:6px;font-size:.9rem;font-family:Playfair Display,serif;transition:all .2s;background:#fff;color:#000;box-sizing:border-box}.input-clean:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 2px #1a73e81a}.input-clean::placeholder{color:#9aa0a6;font-size:.85rem}.full-width{grid-column:1 / -1}.textarea-clean{width:100%;padding:.55rem .55rem 4.5rem;border:1px solid #dadce0;border-radius:6px;font-size:.9rem;font-family:Playfair Display,serif;line-height:1.4;transition:all .2s;background:#fff;color:#202124;resize:none;min-height:100px;max-height:120px;box-sizing:border-box}.textarea-clean:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 2px #1a73e81a}.message-tips{background:#f8f9fa;border-radius:6px;padding:1rem;margin-bottom:1rem;border:1px solid #e8eaed;flex-shrink:0;font-family:Google Sans,sans-serif;box-sizing:border-box}.tips-title{font-size:.85rem;font-weight:600;color:#1a73e8;margin:0 0 .5rem;font-family:Google Sans,sans-serif}.tips-list{margin:0;padding-left:1rem;list-style-type:disc}.tips-list li{font-size:.8rem;color:#5f6368;margin-bottom:.3rem;line-height:1.3;font-family:Google Sans,sans-serif}.submit-button-container{display:flex;justify-content:center;width:100%;margin-top:auto;flex-shrink:0;padding-top:1rem}.submit-button-clean{width:200px;background:#000;color:#fff;border:none;padding:.8rem;border-radius:6px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:Playfair Display,serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-sizing:border-box}.submit-button-clean:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.submit-button-clean:disabled{opacity:.6;cursor:not-allowed}.sending-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;font-family:Google Sans,sans-serif}.loading-spinner{display:inline-block;width:40px;height:40px;border:3px solid #f1f3f4;border-top-color:#1a73e8;border-radius:50%;animation:spin .8s linear infinite}@media(max-width:1024px){.message-form-wrapper{height:auto;max-height:none;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.recipient-card{flex:none;width:100%;max-width:100%;order:1}.form-card{order:2;padding-right:2rem}.form-grid{grid-template-columns:1fr;gap:.875rem}.form-group-clean{margin-right:0}}@media(max-width:768px){.message-form-page{padding:1rem;align-items:flex-start;min-height:100vh}.message-form-wrapper{height:auto;max-height:none;min-height:calc(100vh - 2rem);margin-bottom:1rem}.back-button-simple{top:1rem;left:1rem;padding:.5rem .8rem;font-size:.85rem}.recipient-card,.form-card{padding:1.25rem;border-radius:10px}.avatar-container{width:70px;height:70px}.recipient-avatar-large{font-size:1.8rem}.recipient-name-large{font-size:1.2rem}.form-title{font-size:1.3rem}.textarea-clean{min-height:80px;max-height:100px;padding-bottom:3.5rem}.submit-button-clean{width:180px;padding:.75rem}}@media(max-width:600px){.message-form-page{padding:4rem .875rem .875rem}.back-button-simple{position:fixed;top:.75rem;left:.75rem;right:auto;z-index:100;background:#fffffff2;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.message-form-wrapper{gap:.875rem;margin-top:1rem}.recipient-card,.form-card{padding:1rem}.avatar-container{width:65px;height:65px}.recipient-avatar-large{font-size:1.6rem}.recipient-name-large{font-size:1.15rem}.form-title{font-size:1.2rem}.form-subtitle{font-size:.85rem}.input-clean,.textarea-clean{padding:.65rem .75rem;font-size:16px}.submit-button-clean{width:170px;padding:.7rem;font-size:.9rem}}@media(max-width:480px){.message-form-page{padding:3.5rem .75rem .75rem}.back-button-simple{padding:.5rem .75rem;font-size:.8rem;top:.5rem;left:.5rem}.back-icon{width:14px;height:14px}.message-form-wrapper{gap:.75rem}.recipient-card,.form-card{padding:.875rem;border-radius:8px}.avatar-container{width:60px;height:60px;margin-bottom:.75rem}.recipient-avatar-large{font-size:1.5rem}.recipient-name-large{font-size:1.1rem}.recipient-email-compact{font-size:.8rem}.domain-tag{font-size:.8rem;padding:.45rem .7rem;margin-bottom:1rem}.interests-label-compact{font-size:.8rem}.domain-badge{padding:.55rem .7rem;font-size:.8rem}.form-title{font-size:1.15rem;margin-bottom:.4rem}.form-subtitle{font-size:.8rem}.form-label-clean{font-size:.8rem;margin-bottom:.35rem}.input-clean{padding:.6rem .75rem}.textarea-clean{min-height:70px;max-height:90px;padding-bottom:3rem}.message-tips{padding:.875rem}.tips-title{font-size:.8rem}.tips-list li{font-size:.75rem}.submit-button-clean{width:160px;padding:.65rem;font-size:.85rem}}@media(max-width:400px){.message-form-page{padding:3.25rem .5rem .5rem}.back-button-simple{padding:.45rem .7rem;font-size:.75rem}.message-form-wrapper{gap:.625rem;margin-bottom:1rem}.recipient-card,.form-card{padding:.75rem}.avatar-container{width:55px;height:55px;margin-bottom:.625rem}.recipient-avatar-large{font-size:1.4rem}.recipient-name-large{font-size:1rem}.recipient-email-compact{font-size:.75rem}.domain-tag{font-size:.75rem;padding:.4rem .65rem;margin-bottom:.875rem}.interests-label-compact{font-size:.75rem;margin-bottom:.5rem}.domain-badge{padding:.5rem .625rem;font-size:.75rem}.form-title{font-size:1.1rem}.form-subtitle,.form-label-clean{font-size:.75rem}.input-clean{padding:.55rem .7rem}.textarea-clean{min-height:65px;max-height:80px;padding-bottom:2.5rem}.message-tips{padding:.75rem}.tips-title{font-size:.75rem}.tips-list li{font-size:.7rem}.submit-button-clean{width:140px;padding:.6rem;font-size:.8rem}}@media(hover:none)and (pointer:coarse){.input-clean,.textarea-clean{font-size:16px;min-height:44px}.textarea-clean{min-height:88px}.submit-button-clean,.back-button-simple{min-height:44px;-webkit-tap-highlight-color:transparent}.submit-button-clean:active{transform:scale(.98);opacity:.9}.back-button-simple:active{transform:scale(.97);background:#f1f5f9}.domain-badge:active{background:#e8eaed}}@supports (padding: max(0px)){.message-form-page{padding-left:max(.75rem,env(safe-area-inset-left));padding-right:max(.75rem,env(safe-area-inset-right));padding-top:max(1rem,env(safe-area-inset-top));padding-bottom:max(1rem,env(safe-area-inset-bottom))}.back-button-simple{left:max(1.5rem,env(safe-area-inset-left))}}@media(max-height:600px)and (orientation:landscape){.message-form-page{align-items:flex-start;padding-top:1rem;padding-bottom:1rem}.message-form-wrapper{height:auto;max-height:none;min-height:auto}.recipient-card{flex:0 0 220px}.avatar-container{width:60px;height:60px}.recipient-avatar-large{font-size:1.5rem}.textarea-clean{min-height:60px;max-height:70px;padding-bottom:2.5rem}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.back-button-simple,.submit-button-clean,.domain-badge,.input-clean,.textarea-clean{border-width:.5px}}@media print{.message-form-page{background:#fff;padding:0}.back-button-simple{display:none}.recipient-card,.form-card{box-shadow:none;border:1px solid #ddd}.submit-button-clean{display:none}}@media(prefers-reduced-motion:reduce){.back-button-simple,.submit-button-clean,.input-clean,.textarea-clean,.domain-badge{transition:none}.sending-spinner,.loading-spinner{animation-duration:2s}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
