@import"https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;700;800&family=Lora:wght@400;500;700;800&display=swap";:root{font-family:EB Garamond,serif;line-height:1.5;font-weight:300;color:#213547;background-color:#fff;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;min-width:320px;min-height:100vh}h1,h2,h3{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:#f9f9f9;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}#root{margin:0 auto;padding:0;width:100%}a{color:inherit;text-decoration:none;transition:color .2s ease}a:hover{color:#a4206b}.text-link{color:#a4206b;font-weight:600;text-decoration:none;cursor:pointer}.text-link:hover{text-decoration:underline}.icon-svg{width:18px;height:18px;min-width:18px;margin-right:8px;color:#888;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;vertical-align:text-bottom}header{position:fixed;top:0;left:0;width:100%;z-index:1000;display:flex;justify-content:space-between;align-items:center;padding:0 2rem;background-color:#a4206b;box-sizing:border-box;height:80px}.logo-link{display:flex;align-items:center;gap:.8rem;text-decoration:none;color:#fff}.logo-link:hover{color:#fff}.logo-text{font-family:Lora,serif;font-weight:500;text-transform:none;font-size:2.2rem;white-space:nowrap;position:relative;top:2.5px}.logo-img{height:3.5em}.main-nav{display:flex;gap:2rem;align-items:center}.main-nav a{text-decoration:none;font-weight:500;color:#e0e0e0;font-size:1.2rem;white-space:nowrap}.main-nav a:hover{color:#fff}.main-nav button.mobile-signout-btn:hover{background-color:#fcfcfc;color:#a4206b}.main-nav a.active{color:#a4206b;font-weight:700;background-color:#f9f9f9}.hamburger-btn{display:none;background:none;border:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;cursor:pointer;padding:0;z-index:1001}.hamburger-btn .bar{display:block;width:100%;height:3px;background-color:#fff;border-radius:3px;transition:all .3s ease}.hamburger-btn .bar.open:nth-child(1){transform:translateY(9px) rotate(45deg)}.hamburger-btn .bar.open:nth-child(2){opacity:0}.hamburger-btn .bar.open:nth-child(3){transform:translateY(-9px) rotate(-45deg)}main{padding-top:80px;background-color:#fff}.page-content{max-width:1260px;font-size:1.1rem;margin:0 auto;padding:2rem}.page-content h2,.page-content h3{font-weight:800;margin-top:0}section{scroll-margin-top:100px}.hero-section{width:100%;overflow:hidden;margin:0;line-height:0}.hero-section img{width:100%;height:auto;display:block;object-fit:cover;transform:scale(1)}.tagline-container{text-align:center;padding:1.5rem 2rem;background-color:#fff;max-width:800px;margin:0 auto}.main-tagline{color:#a4206b;font-size:3.8rem;font-weight:800;margin-bottom:1rem;font-family:EB Garamond,serif}.sub-tagline{font-size:1.5rem;color:#444;margin-bottom:2.5rem;line-height:1.6}.tagline-buttons{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.purple-btn{background-color:#a4206b;color:#fff;padding:1rem 2rem;font-size:1.1rem;border-radius:8px;text-decoration:none;font-weight:600;display:inline-block;border:1px solid #a4206b;transition:all .2s ease}.purple-btn:hover{background-color:#8a1b59;border-color:#8a1b59;color:#fff}.outline-btn{background-color:#fff;color:#a4206b;border:2px solid #a4206b;padding:.8rem 2rem;font-size:1.1rem;border-radius:4px;text-decoration:none;font-weight:700;display:inline-block;width:fit-content;transition:all .2s ease}.outline-btn:hover{background-color:#a4206b;color:#fff}.team-horizontal-list{padding-bottom:2rem}.team-member-horizontal{display:flex;align-items:center;max-width:1260px;margin:4rem auto;padding:2rem;border-top:1px solid #f0f0f0}.team-image-col{flex:0 0 35%;padding:1rem;max-width:400px}.team-image-col img{width:100%;height:auto;display:block;border-radius:8px;box-shadow:0 4px 8px #0000001a}.team-text-col{flex:1;padding:1rem 2rem}.team-member-horizontal.align-right{flex-direction:row-reverse}.team-member-horizontal.align-left{flex-direction:row}.team-text-col h3{font-weight:800;font-size:1.5rem}.partners-section{padding:3rem 0;background-color:#fff;border-top:1px solid #eee;border-bottom:1px solid #eee;margin:4rem 0;overflow:hidden}.marquee-container{width:100%;overflow:hidden;white-space:nowrap;position:relative}.marquee-track{display:flex;gap:4rem;width:max-content;animation:marquee-scroll 30s linear infinite}.partner-logo img{height:60px;width:auto;object-fit:contain}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.waitlist-form{display:flex;flex-direction:column;gap:1rem;max-width:400px;margin:0 auto}.waitlist-form input,.waitlist-form textarea{padding:.5em;font-size:1em;border:1px solid #ccc;border-radius:4px;width:100%;box-sizing:border-box}.waitlist-consent-row{display:flex;flex-direction:row;align-items:flex-start}.waitlist-consent-row input{width:auto;margin-right:10px}.waitlist-form button{background-color:#a4206b;color:#fff;font-weight:700;border:none;padding:.8rem 1.5rem;font-size:1.1rem;border-radius:6px;cursor:pointer;margin-top:1rem}.waitlist-form button:hover{background-color:#8a1b59}.waitlist-form button:disabled{background-color:#ccc;cursor:not-allowed}.auth-form{display:flex;flex-direction:column;gap:1.2rem;margin-top:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group-row{display:flex;gap:1rem}.form-group-row .form-group{flex:1}.form-group label{font-weight:600;font-size:.95rem;color:#444}.form-group input,.form-group textarea{padding:.8rem;border:1px solid #ccc;border-radius:6px;font-size:1rem;font-family:inherit}.checkbox-row{flex-direction:row;align-items:flex-start;gap:.8rem}.checkbox-row input{margin-top:.3rem}.primary-btn{background-color:#a4206b;color:#fff;border:none;padding:.8rem 1.5rem;font-size:1rem;border-radius:6px;cursor:pointer;font-weight:600;text-align:center;transition:background .2s}.primary-btn:hover{background-color:#8a1b59}.secondary-btn{background-color:transparent;border:1px solid #aaa;color:#444;padding:.5rem 1rem;border-radius:6px;cursor:pointer}.secondary-btn:hover{border-color:#666;color:#000}.text-link-btn{background:none;border:none;color:#a4206b;text-decoration:underline;cursor:pointer;font-weight:600;padding:0}.faq-question-button{width:100%;text-align:left;display:flex;justify-content:space-between;padding:1rem 0;background:none;border:none;border-bottom:1px solid #eee;font-size:1em;font-weight:600;cursor:pointer}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.faq-answer.open{max-height:500px;padding-bottom:1rem}.supplier-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.step-card{background-color:#fcfcfc;border:1px solid #eee;border-radius:8px;padding:2rem;text-align:center;transition:transform .2s,box-shadow .2s}.step-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000000d}.step-number{background-color:#a4206b;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:800;font-size:1.2rem;margin:0 auto 1rem}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;border-bottom:1px solid #eee;padding-bottom:1rem}.dashboard-actions{margin-bottom:2rem}.dashboard-tabs{display:flex;gap:1rem;border-bottom:1px solid #eee;margin-bottom:2rem}.tab-btn{background:none;border:none;padding:.8rem 1.5rem;font-size:1.1rem;color:#666;border-bottom:3px solid transparent;border-radius:0;cursor:pointer}.tab-btn:hover{color:#a4206b}.tab-btn.active{color:#a4206b;font-weight:700;border-bottom:3px solid #a4206b}.notification-banner{padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-weight:500}.notification-banner.success{background-color:#d4f7dc;color:#1b5e20;border:1px solid #c2e6ca}.notification-banner.error{background-color:#fdeded;color:#5f2120;border:1px solid #e5c3c3}.listing-card-row{display:flex;background:#fff;border:1px solid #eee;border-radius:12px;overflow:hidden;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000000a;align-items:stretch}.listing-image-container{width:140px;flex-shrink:0;background-color:#f4f4f4;position:relative}.listing-thumbnail{width:100%;height:100%;object-fit:cover;display:block}.listing-details{flex-grow:1;padding:1.2rem;display:flex;flex-direction:column;justify-content:space-between}.listing-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.listing-title{font-size:1.2rem;font-weight:700;margin:0;color:#333}.listing-price{font-weight:800;color:#a4206b;font-size:1.1rem}.listing-meta-row{display:flex;align-items:center;color:#666;font-size:.95rem;margin-bottom:.4rem}.listing-actions{border-top:1px solid #f0f0f0;margin-top:1rem;padding-top:.8rem;display:flex;gap:1.5rem;align-items:center}.listing-actions .text-link,.listing-actions button{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-style:normal;font-size:.9rem;letter-spacing:.5px}.badge{background-color:#d4f7dc;color:#1b5e20;padding:.3rem .6rem;border-radius:12px;font-size:.8rem;font-weight:600}.profile-card{background:#fff;border:1px solid #eee;border-radius:16px;padding:2rem;text-align:center;box-shadow:0 4px 20px #0000000f;max-width:500px;margin:0 auto}.profile-avatar-large{width:100px;height:100px;border-radius:50%;object-fit:cover;margin-bottom:1rem;border:1px solid #eee}.profile-name{font-family:Lora,serif;font-size:1.8rem;font-weight:600;margin:0 0 .5rem;color:#333}.profile-stats{display:flex;justify-content:center;gap:2rem;margin:1.5rem 0;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;padding:1rem 0}.stat-item{text-align:center}.stat-value{font-weight:800;font-size:1.1rem;color:#333}.stat-label{font-size:.8rem;color:#888;text-transform:uppercase;letter-spacing:.5px}.profile-bio-text{text-align:left;line-height:1.6;color:#555;margin-top:1.5rem}footer{background-color:#f7f7f7;color:#444;padding:2rem;text-align:center;border-top:1px solid #eee;margin-top:3rem}.footer-content a:hover{color:#a4206b}.reveal{opacity:0;transform:translateY(30px);transition:.6s}.reveal.visible{opacity:1;transform:translateY(0)}@media(max-width:1024px){header{height:80px;padding:0 1.5rem;flex-direction:row;justify-content:space-between;align-items:center}.logo-text{font-size:1.75rem}.logo-img{height:2.8em}.hamburger-btn{display:flex}.main-nav{display:none;flex-direction:column;position:absolute;top:80px;left:0;width:100%;background-color:#fff;padding:1rem 0;box-shadow:0 4px 10px #0000001a;border-top:1px solid #f0f0f0;gap:0}.main-nav.open{display:flex}.main-nav a{color:#333;padding:1rem 2rem;width:100%;box-sizing:border-box;border-bottom:1px solid #f9f9f9;font-size:1.1rem}.main-nav a:hover{background-color:#fcfcfc;color:#a4206b}main{padding-top:80px}.main-tagline{font-size:2.2rem}.tagline-buttons{flex-direction:column;gap:1rem}.purple-btn,.outline-btn{width:100%;box-sizing:border-box;text-align:center}.page-content{padding:1rem 1.5rem}.team-member-horizontal,.team-member-horizontal.align-right,.team-member-horizontal.align-left{flex-direction:column;text-align:center;margin:2rem auto}.team-image-col{max-width:80%;margin:0 auto 1rem}.team-text-col{padding:0}.supplier-steps-grid{grid-template-columns:1fr;gap:1.5rem}.step-card{padding:1.5rem}.partner-logo img{height:45px}.listing-card-row{flex-direction:column}.listing-image-container{width:100%;height:180px}}
