.navigation{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#131110f2;border-bottom:1px solid #f5f2eb1a;position:sticky;top:0}.nav-container{justify-content:space-between;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex}.nav-logo{text-decoration:none}.logo-box-mini{background:0 0;border:none;width:120px;padding:0}.lockup-svg-mini{width:100%;height:auto;display:block}.nav-links{flex:1;justify-content:center;gap:.5rem;display:flex}.nav-link{color:#f5f2eb99;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.nav-link:hover{color:#f5f2eb;background:#f5f2eb0d}.nav-link.active{color:#f5f2eb;background:#f5f2eb1a}.nav-actions{align-items:center;gap:1rem;display:flex}.nav-icon-btn{color:#f5f2eb99;cursor:pointer;background:0 0;border:1px solid #f5f2eb26;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.nav-icon-btn:hover{color:#f5f2eb;background:#f5f2eb0d;border-color:#f5f2eb4d}.btn-login{color:#131110;background:#f5f2eb;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .2s}.btn-login:hover{background:#f5f2ebe6;transform:translateY(-1px)}@media (width<=768px){.nav-container{padding:1rem}.nav-links{display:none}.logo-box-mini{width:80px}.nav-link span{display:none}}.globe-background{z-index:-1;pointer-events:none;position:fixed;inset:0;overflow:hidden}.globe-container{cursor:grab;touch-action:none;pointer-events:all;justify-content:center;align-items:center;width:135vmax;height:135vmax;display:flex;position:absolute;top:128%;left:50%;transform:translate(-50%,-50%)}@media (width<=640px){.globe-container{width:165vmax;height:165vmax;top:118%}}.globe-container:active{cursor:grabbing}#globe{width:100%;height:100%;display:block;overflow:visible}.atmosphere{fill:none;stroke:#f5f2eb0d;stroke-width:7px;filter:blur(clamp(8px,1.4vmax,46px))}.globe-core{fill:none;stroke:#f5f2eb0f;stroke-width:.6px}.boundary{fill:none;stroke:#f5f2eb24;stroke-width:.5px}.boundary-secondary{fill:none;stroke:#f5f2eb0a;stroke-width:.4px;stroke-dasharray:1 5}.dot{fill:#f5f2eb;transition:fill .3s,r .3s}.dot.water{fill:#f5f2eb73}.conn{fill:none;stroke:#f5f2eb;stroke-linecap:round;vector-effect:non-scaling-stroke}.urgency-line{fill:none;stroke:#fff;stroke-width:1.4px;stroke-linecap:round;vector-effect:non-scaling-stroke;filter:drop-shadow(0 0 clamp(4px,.6vmax,20px) #f5f2eb8c)}@media (prefers-reduced-motion:reduce){.globe-container{cursor:default;animation:none!important;transform:none!important}.thread-pulse,#globe *{animation:none!important}}@media (width<=768px){.globe-background{opacity:.7}.globe-container{transform:scale(6)}}.home{width:100%}.hero-section{text-align:center;max-width:900px;margin:0 auto;padding:4rem 2rem}.hero-section h1{background:linear-gradient(135deg,#f5f2eb 0%,#f5f2ebb3 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:3.5rem;font-weight:700;line-height:1.2}.hero-subtitle{color:#f5f2ebb3;max-width:800px;margin:2rem auto 1rem;font-size:1.5rem;line-height:1.6}.hero-massive{color:#f5f2ebcc;max-width:700px;margin:0 auto 2.5rem;font-size:1.3rem;font-weight:600}.cta-buttons{justify-content:center;gap:1rem;margin:0 0 1rem;display:flex}.cta-microcopy{color:#f5f2eb80;max-width:600px;margin:.5rem auto 0;font-size:.95rem;font-style:italic}.cta-next-step{color:#f5f2eb66;max-width:600px;margin:.75rem auto 0;font-size:.85rem}.btn{border:2px solid #0000;border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s}.btn-primary{color:#131110;background:#f5f2eb}.features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:4rem 2rem;display:grid}.feature-card{background:#f5f2eb08;border:1px solid #f5f2eb1a;border-radius:12px;padding:2rem;transition:all .3s}.feature-card:hover{background:#f5f2eb0f;border-color:#f5f2eb33;transform:translateY(-4px)}.feature-icon{color:#f5f2eb;background:#f5f2eb1a;border-radius:12px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:flex}.feature-card h3{color:#f5f2eb;margin-bottom:.75rem;font-size:1.5rem}.feature-card p{color:#f5f2eb99;line-height:1.6}.how-it-works{text-align:center;max-width:1000px;margin:0 auto;padding:4rem 2rem}.how-it-works h2{color:#f5f2eb;margin-bottom:3rem;font-size:2.5rem}.steps{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.step{flex:1;min-width:200px;max-width:250px}.step-number{color:#f5f2eb;background:#f5f2eb1a;border:2px solid #f5f2eb4d;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;font-size:1.5rem;font-weight:700;display:flex}.step h4{color:#f5f2eb;margin-bottom:.5rem;font-size:1.3rem}.step p{color:#f5f2eb99}.step-arrow{color:#f5f2eb4d;flex-shrink:0;font-size:2rem}@media (width<=768px){.hero-section h1{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.cta-buttons{flex-direction:column;align-items:stretch}.steps{flex-direction:column}.step-arrow{transform:rotate(90deg)}}.why-about{text-align:center;background:linear-gradient(135deg,#f5f2eb0d 0%,#f5f2eb05 100%);border:1px solid #f5f2eb26;border-radius:20px;max-width:900px;margin:4rem auto 3rem;padding:3rem 2rem}.why-about h2{color:#f5f2eb;margin-bottom:1.5rem;font-size:2rem}.why-about-text{color:#f5f2ebb3;margin:0 0 1.5rem;font-size:1.15rem;line-height:1.7}.why-about-highlight{color:#f5f2ebd9;margin:0;font-size:1.25rem;line-height:1.8}.why-about-highlight strong{color:#f5f2eb;font-weight:600}.what-is-about{background:#f5f2eb08;border:1px solid #f5f2eb1a;border-radius:16px;max-width:900px;margin:4rem auto;padding:3rem 2rem}.what-is-content p{color:#f5f2ebcc;margin:0 0 1.5rem;font-size:1.15rem;line-height:1.8}.what-is-content p:last-child{margin-bottom:0}.feature-detail{color:#f5f2eb80!important;margin-top:.75rem!important;font-size:.9rem!important}.feature-persona{font-style:italic;color:#f5f2eb73!important;border-top:1px solid #f5f2eb14!important;margin-top:1rem!important;padding-top:1rem!important;font-size:.85rem!important}.step-detail{color:#f5f2eb80;margin-top:.5rem;font-size:.85rem;line-height:1.5}.for-creators{text-align:center;background:#f5f2eb05;border:1px solid #f5f2eb1f;border-radius:20px;max-width:1000px;margin:5rem auto 4rem;padding:4rem 2rem}.for-creators h2{color:#f5f2eb;margin-bottom:1.5rem;font-size:2.5rem}.creator-onboarding{color:#f5f2eb;background:#f5f2eb14;border:1px solid #f5f2eb26;border-radius:8px;margin:0 auto 1rem;padding:.75rem 1.5rem;font-size:1.1rem;font-weight:600;display:inline-block}.creator-subtitle{color:#f5f2ebb3;max-width:800px;margin:0 auto 3rem;font-size:1.2rem;line-height:1.7}.cta-detail{color:#f5f2eb80;max-width:700px;margin-top:1rem;margin-left:auto;margin-right:auto;font-size:.95rem;font-style:italic}.creator-highlights{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.highlight-item{text-align:left;background:#f5f2eb08;border:1px solid #f5f2eb14;border-radius:12px;align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.highlight-item svg{color:#f5f2eb;flex-shrink:0;margin-top:.25rem}.highlight-item p{color:#f5f2ebbf;margin:0;line-height:1.6}.trust-section{max-width:1000px;margin:4rem auto;padding:3rem 2rem}.trust-content{margin-bottom:3rem}.trust-item{background:#f5f2eb05;border:1px solid #f5f2eb1a;border-radius:12px;gap:1.5rem;padding:2rem;display:flex}.trust-item svg{color:#f5f2eb;flex-shrink:0;margin-top:.25rem}.trust-item h3{color:#f5f2eb;margin:0 0 .75rem;font-size:1.3rem}.trust-item p{color:#f5f2ebb3;margin:0;line-height:1.7}.faq-mini{background:#f5f2eb05;border:1px solid #f5f2eb14;border-radius:12px;padding:2rem}.faq-mini h3{color:#f5f2eb;margin-top:0;margin-bottom:2rem;font-size:1.5rem}.faq-item{border-bottom:1px solid #f5f2eb0f;margin-bottom:1.5rem;padding-bottom:1.5rem}.faq-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.faq-item strong{color:#f5f2eb;margin-bottom:.5rem;font-size:1.05rem;display:block}.faq-item p{color:#f5f2eba6;margin:0;line-height:1.6}@media (width<=768px){.what-is-about{margin:2rem auto;padding:2rem 1.5rem}.what-is-content p{font-size:1rem}.for-creators{margin:3rem auto 2rem;padding:2.5rem 1.5rem}.for-creators h2{font-size:2rem}.creator-highlights{grid-template-columns:1fr;gap:1.5rem}.trust-item{flex-direction:column;gap:1rem}}.explore{max-width:1200px;margin:0 auto;padding:2rem}.explore-header{text-align:center;margin-bottom:3rem}.explore-header h1{color:#f5f2eb;margin-bottom:.5rem;font-size:2.5rem}.explore-header p{color:#f5f2ebb3;font-size:1.2rem}.result-count{font-weight:500;color:#f5f2eba6!important;margin-top:.75rem!important;font-size:1rem!important}.search-section{align-items:stretch;gap:.5rem;margin-bottom:3rem;display:flex}.search-bar{color:#f5f2eb99;background:#f5f2eb0d;border:1px solid #f5f2eb26;border-right:none;border-radius:12px 0 0 12px;flex:1;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}.search-bar input{color:#f5f2eb;background:0 0;border:none;outline:none;flex:1;font-size:1rem}.search-bar input::placeholder{color:#f5f2eb66}.filter-btn{color:#f5f2eb;cursor:pointer;background:#f5f2eb0d;border:1px solid #f5f2eb26;border-left:none;border-radius:0 12px 12px 0;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:1rem;transition:all .2s;display:flex}.filter-btn:hover{background:#f5f2eb1a;border-color:#f5f2eb4d #f5f2eb4d #f5f2eb4d currentColor;border-left-style:none;border-left-width:medium}.creators-grid{z-index:1;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;display:grid;position:relative}.creator-card{background:#f5f2eb08;border:1px solid #f5f2eb1a;border-radius:16px;flex-direction:column;gap:1.5rem;padding:2rem;text-decoration:none;transition:all .3s;display:flex}.creator-card:hover{background:#f5f2eb0f;border-color:#f5f2eb40;transform:translateY(-4px);box-shadow:0 8px 24px #0000004d}.creator-avatar{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:2px solid #f5f2eb33;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:2rem;font-weight:600;display:flex}.creator-info{flex-direction:column;gap:1rem;display:flex}.creator-info h3{color:#f5f2eb;margin:0 0 .5rem;font-size:1.5rem}.creator-rating{color:#f5f2ebcc;align-items:center;gap:.25rem;margin-bottom:.75rem;font-size:.9rem;display:flex}.creator-rating .stars{color:#fbbf24;font-size:1rem}.creator-rating .rating-value{font-weight:600}.creator-rating .review-count{color:#f5f2eb80}.creator-bio{color:#f5f2eb99;margin:0;line-height:1.5}.creator-topics{flex-wrap:wrap;gap:.5rem;display:flex}.creator-stats{border-top:1px solid #f5f2eb1a;border-bottom:1px solid #f5f2eb1a;grid-template-columns:1fr 1fr;gap:1rem;padding:1rem 0;display:grid}.stat{flex-direction:column;gap:.25rem;display:flex}.stat-label{color:#f5f2eb80;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:.25rem;font-size:.85rem;display:flex}.tooltip-icon{cursor:help;text-transform:none;background:#f5f2eb1a;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:.7rem;font-weight:600;display:inline-flex}.stat-value{color:#f5f2eb;font-size:1.1rem;font-weight:600}.creator-actions{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.creator-actions>*{white-space:nowrap}.availability{color:#f5f2eb99;font-size:.9rem}.price{color:#f5f2eb;font-size:1.1rem;font-weight:600}.card-cta{color:#fff;cursor:pointer;text-align:center;background:#667eea;border:none;border-radius:8px;width:100%;margin-top:1rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s}.card-cta:hover{background:#5568d3;transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.card-cta:focus-visible{outline-offset:2px;outline:2px solid #667eea}@media (width<=1024px){.creators-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (width<=768px){.creators-grid{grid-template-columns:1fr}.search-section{flex-direction:column;width:100%;padding:0 1rem}.explore{padding:1rem}}.creator-profile{max-width:1000px;margin:0 auto;padding:2rem}.back-link{color:#f5f2eb99;align-items:center;gap:.5rem;margin-bottom:2rem;text-decoration:none;transition:color .2s;display:inline-flex}.back-link:hover{color:#f5f2eb}.profile-header{background:#f5f2eb08;border:1px solid #f5f2eb1a;border-radius:16px;gap:2rem;margin-bottom:3rem;padding:2rem;display:flex}.profile-avatar{background:#f5f2eb1a;border:3px solid #f5f2eb33;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;font-size:4rem;display:flex}.profile-info{flex-direction:column;flex:1;gap:1rem;display:flex}.profile-info h1{color:#f5f2eb;margin:0;font-size:2rem}.profile-bio{color:#f5f2ebb3;margin:0;line-height:1.6}.profile-topics{flex-wrap:wrap;gap:.5rem;display:flex}.profile-meta{gap:2rem;display:flex}.meta-item{color:#f5f2eb99;align-items:center;gap:.5rem;font-size:.95rem;display:flex}.availability-section{background:#f5f2eb08;border:1px solid #f5f2eb1a;border-radius:16px;margin-bottom:3rem;padding:2rem}.availability-section h2{color:#f5f2eb;margin-top:0;margin-bottom:1.5rem}.availability-list{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.availability-slot{color:#f5f2ebb3;background:#f5f2eb0d;border-radius:8px;align-items:center;gap:1rem;padding:.75rem;display:flex}.availability-slot .day{color:#f5f2eb;min-width:100px;font-weight:600}.availability-slot .times{color:#f5f2eb99}.session-lengths{color:#f5f2ebb3;background:#f5f2eb0d;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem;display:flex}.queue-section{background:#f5f2eb08;border:1px solid #f5f2eb1a;border-radius:16px;overflow:hidden}.queue-tabs{border-bottom:1px solid #f5f2eb1a;display:flex}.queue-tab{color:#f5f2eb80;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;flex:1;padding:1.25rem;font-size:1.1rem;font-weight:600;transition:all .2s}.queue-tab:hover{color:#f5f2ebb3;background:#f5f2eb05}.queue-tab.active{color:#f5f2eb;background:#f5f2eb0d;border-bottom-color:#f5f2eb}.queue-content{flex-direction:column;gap:2rem;padding:2rem;display:flex}.queue-info-cards{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.info-card{text-align:center;background:#f5f2eb0d;border:1px solid #f5f2eb26;border-radius:12px;padding:1.5rem}.info-label{color:#f5f2eb80;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.85rem}.info-value{color:#f5f2eb;margin-bottom:.5rem;font-size:2rem;font-weight:700}.info-detail{color:#f5f2eb99;font-size:.9rem}.queue-explanation,.urgency-explanation{background:#f5f2eb0d;border:1px solid #f5f2eb1a;border-radius:12px;padding:1.5rem}.queue-explanation h3,.urgency-explanation h3{color:#f5f2eb;margin-top:0;margin-bottom:1rem}.queue-explanation ul,.urgency-explanation ul{flex-direction:column;gap:.75rem;margin:0;padding-left:1.5rem;display:flex}.queue-explanation li,.urgency-explanation li{color:#f5f2ebb3;line-height:1.5}.request-form{flex-direction:column;gap:1rem;display:flex}.request-form h3{color:#f5f2eb;margin:0}.request-form textarea,.request-form select{color:#f5f2eb;resize:vertical;background:#f5f2eb0d;border:1px solid #f5f2eb26;border-radius:8px;padding:1rem;font-family:inherit;font-size:1rem}.request-form textarea:focus,.request-form select:focus{border-color:#f5f2eb4d;outline:none}.request-form textarea::placeholder{color:#f5f2eb66}.session-select{cursor:pointer}.payment-note{text-align:center;color:#f5f2eb80;font-size:.9rem}.urgency-pricing{grid-template-columns:auto 1fr;align-items:start;gap:2rem;display:grid}.price-card{text-align:center;background:#f5f2eb14;border:2px solid #f5f2eb33;border-radius:16px;min-width:200px;padding:2rem}.price-card svg{color:#f5f2eb;margin-bottom:1rem}.price-amount{color:#f5f2eb;margin-bottom:.5rem;font-size:3rem;font-weight:700}.price-label{color:#f5f2ebb3;margin-bottom:.25rem;font-size:1.1rem}.price-detail{color:#f5f2eb80;font-size:.85rem}.urgency-benefit{flex-direction:column;gap:1rem;padding:1rem 0;display:flex}.benefit-item{color:#f5f2ebb3;align-items:center;font-size:1rem;line-height:1.5;display:flex}@media (width<=768px){.profile-header{text-align:center;flex-direction:column;align-items:center}.queue-tabs{flex-direction:column}.urgency-pricing{grid-template-columns:1fr}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#f5f2eb;background:#131110;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.app{flex-direction:column;min-height:100vh;display:flex;position:relative}.main{z-index:1;flex:1;width:100%;position:relative}.coming-soon{text-align:center;color:#f5f2eb99;max-width:800px;margin:4rem auto;padding:3rem 2rem;font-size:1.5rem}.btn{cursor:pointer;border:2px solid #0000;border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{color:#131110;background:#f5f2eb;border:none}.btn-primary:hover{background:#f5f2ebe6;transform:translateY(-2px);box-shadow:0 8px 20px #f5f2eb33}.btn-secondary{color:#f5f2eb;background:0 0;border:2px solid #f5f2eb4d}.btn-secondary:hover{background:#f5f2eb0d;border-color:#f5f2eb}.topic-tag{color:#f5f2ebb3;background:#f5f2eb14;border:1px solid #f5f2eb26;border-radius:20px;padding:.4rem .8rem;font-size:.85rem}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#f5f2eb;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#131110;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:400;line-height:1.6}body{place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex}#root{width:100%}
