.main-content{min-height:100vh;background:#fff;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative}.about-nav-icon{position:fixed;top:2rem;left:2rem;width:40px;height:40px;background:#ffffffe6;border:1px solid #e1e5e9;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;text-decoration:none;transition:all .15s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100}.about-nav-icon:hover{background:#f0f0f0f2;border-color:#d1d9e0;transform:scale(1.05)}.tips-nav-icon{position:fixed;top:2rem;left:5rem;width:40px;height:40px;background:#ffffffe6;border:1px solid #e1e5e9;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;text-decoration:none;transition:all .15s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100}.tips-nav-icon:hover{background:#f0f0f0f2;border-color:#d1d9e0;transform:scale(1.05)}.user-nav{position:fixed;top:1rem;right:1rem;display:flex;align-items:center;gap:1rem;padding:.75rem;background:#ffffffe6;border:1px solid #e1e5e9;border-radius:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100}.profile-link{text-decoration:none;color:#24292f;font-size:.8rem;font-weight:500;padding:.3rem .6rem;border-radius:1rem;transition:all .15s ease;border:1px solid #e1e5e9}.profile-link:hover{background:#f6f8fa;border-color:#d1d9e0;transform:translateY(-1px)}.subscription-link{text-decoration:none;color:#24292f;font-size:.8rem;font-weight:500;padding:.3rem .6rem;border-radius:1rem;transition:all .15s ease;border:1px solid #e1e5e9}.subscription-link:hover{background:#f6f8fa;border-color:#d1d9e0;transform:translateY(-1px)}.user-email{font-size:.8rem;color:#24292f;font-weight:500}.logout-button{background:#dc3545;color:#fff;border:none;border-radius:1rem;padding:.3rem .6rem;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .15s ease;font-family:inherit}.auth-prompt{margin-top:1.5rem;padding:1.5rem;background:#f8f9fa;border:1px solid #e1e5e9;border-radius:.75rem;text-align:center}.auth-prompt p{color:#656d76;margin:0 0 1rem;font-size:.95rem;font-weight:500}.auth-prompt-button{background:#000;color:#fff;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .15s ease;font-family:inherit}.auth-prompt-button:hover{background:#333;transform:translateY(-1px)}.subscription-prompt{width:100%;margin:1.5rem 0;display:flex;justify-content:center}.subscription-prompt-content{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:1rem;padding:2rem;text-align:center;max-width:500px;width:100%;box-shadow:0 8px 24px #667eea4d}.subscription-prompt-content h3{font-size:1.25rem;font-weight:600;margin:0 0 .5rem;color:#fff}.subscription-prompt-content p{color:#ffffffe6;margin:0 0 1.5rem;font-size:1rem}.subscription-prompt-button{display:inline-block;background:#fff;color:#667eea;text-decoration:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:.9rem;transition:all .2s ease}.subscription-prompt-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.chat-section{width:100%;max-width:680px;text-align:center;padding:0 1rem;box-sizing:border-box;transition:all .3s ease}.chat-section-centered{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chat-section-with-results{position:relative;margin:6rem auto 2rem}.response-section{width:100%;max-width:900px;margin:0 auto 3rem;padding:0 1rem;box-sizing:border-box}.response-container{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 2px 8px #00000014;border:1px solid #e1e5e9}.response-container h2{font-size:1.5rem;font-weight:600;color:#24292f;margin:0 0 1.5rem;text-align:left}.error-message{background:#fff5f5;border:1px solid #fed7d7;border-radius:.5rem;padding:1rem;text-align:center}.results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.result-card{background:#f8f9fa;border:1px solid #e1e5e9;border-radius:.75rem;padding:1.25rem;transition:all .15s ease}.result-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a;border-color:#d1d9e0}.result-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.result-header h3{font-size:1.1rem;font-weight:600;color:#24292f;margin:0;line-height:1.3}.result-type{padding:.25rem .5rem;border-radius:.5rem;font-size:.75rem;font-weight:500;text-transform:lowercase}.result-type.person{background:#e3f2fd;color:#1565c0}.result-type.company{background:#f3e5f5;color:#7b1fa2}.result-description{color:#656d76;line-height:1.5;margin:0;font-size:.9rem}.result-card pre{background:#f6f8fa;border:1px solid #e1e5e9;border-radius:.5rem;padding:1rem;overflow-x:auto;font-size:.8rem;margin:0;white-space:pre-wrap}.chat-header{margin-bottom:1.75rem}.chat-header h1{font-size:2.7rem;font-weight:600;color:#000;margin:0 0 1rem;line-height:1.2}.chat-header p{font-size:1.1rem;color:#656d76;margin:0;font-weight:400}.input-container{width:100%;margin-bottom:1.5rem}.input-wrapper{background:#fff;border-radius:1rem;padding:1rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e1e5e9;display:flex;flex-direction:column}.chat-input{width:100%;border:none;outline:none;resize:none;font-size:1rem;line-height:1.5;color:#000;background:transparent;font-family:inherit;margin-bottom:.75rem;min-height:80px}.chat-input::placeholder{color:#8b949e}.chat-input:focus{outline:none}.input-bottom-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem}.left-actions{display:flex;align-items:center}.carousel-toggle-bottom{display:flex;gap:.5rem}.toggle-active-bottom,.toggle-inactive-bottom{border:none;border-radius:.5rem;padding:.4rem .75rem;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .15s ease;font-family:inherit}.toggle-active-bottom{background:#000;color:#fff}.toggle-inactive-bottom{background:#f6f8fa;color:#656d76;border:1px solid #e1e5e9}.toggle-inactive-bottom:hover{background:#eaeef2}.submit-button{background:#000;color:#fff;border:none;border-radius:.5rem;width:40px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;transition:all .15s ease;flex-shrink:0}.submit-button:hover{background:#333}.carousel-section-inline{width:100%;margin-top:1.5rem}.carousel-container-inline{position:relative;width:100%;overflow:hidden}.carousel-track{display:flex;gap:.75rem;overflow-x:auto;scroll-behavior:smooth;padding:.5rem 0 1rem;scrollbar-width:none;-ms-overflow-style:none}.carousel-track::-webkit-scrollbar{display:none}.carousel-card{flex:0 0 160px;background:#fff;border-radius:.5rem;padding:.75rem;box-shadow:0 1px 3px #0000000d;border:1px solid #e1e5e9;transition:all .15s ease;cursor:pointer;text-align:center;height:80px;display:flex;flex-direction:column;align-items:center}.carousel-card:hover{transform:translateY(-1px);box-shadow:0 2px 6px #00000014;border-color:#d1d9e0}.person-card{flex-direction:row;text-align:left;height:70px}.person-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:1px solid #e1e5e9;margin-right:.5rem;flex-shrink:0}.person-card:hover .person-avatar{border-color:#8b949e}.usecase-card{justify-content:center}.usecase-icon{font-size:1.25rem;margin-bottom:.25rem}.card-content{flex:1;display:flex;flex-direction:column;justify-content:center;min-width:0}.card-content h4{font-size:.8rem;font-weight:600;color:#24292f;margin:0 0 .125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.person-title,.usecase-description{font-size:.7rem;color:#656d76;margin:0 0 .25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-tags{display:flex;gap:.125rem;flex-wrap:wrap}.tag{background:#f6f8fa;color:#656d76;padding:.0625rem .375rem;border-radius:.5rem;font-size:.6rem;font-weight:500;border:1px solid #e1e5e9;transition:all .15s ease}.carousel-card:hover .tag{background:#24292f;color:#fff;border-color:#24292f}@media (max-width: 768px){.chat-section{padding:0 1rem;max-width:95%}.chat-header h1{font-size:2.25rem}.chat-header p{font-size:1rem}.input-wrapper{padding:.75rem}.chat-input{min-height:60px}.input-bottom-actions{flex-direction:column;align-items:stretch;gap:.75rem}.left-actions{justify-content:center}.submit-button{align-self:center;width:100%;max-width:120px}.carousel-card{flex:0 0 140px;height:65px;padding:.5rem}.person-avatar{width:30px;height:30px;margin-right:.375rem}.card-content h4{font-size:.75rem}.person-title,.usecase-description{font-size:.65rem}.usecase-icon{font-size:1rem}.user-nav{position:fixed;top:1rem;right:1rem;flex-direction:column;gap:.5rem;padding:.75rem}.profile-link{font-size:.8rem;padding:.3rem .6rem}.user-email{font-size:.8rem}.logout-button{font-size:.75rem;padding:.3rem .6rem}.auth-prompt{padding:1rem}.auth-prompt p{font-size:.9rem}.auth-prompt-button{padding:.6rem 1.2rem;font-size:.85rem}}@media (max-width: 480px){.chat-header h1{font-size:1.85rem}.chat-header p{font-size:.95rem}.input-wrapper{padding:.5rem}.chat-input{min-height:50px}.carousel-card{flex:0 0 120px;height:55px;padding:.375rem}.toggle-active-bottom,.toggle-inactive-bottom{padding:.3rem .6rem;font-size:.75rem}.submit-button{height:28px;font-size:.9rem}.user-nav{position:fixed;top:.5rem;right:.5rem;padding:.5rem}.about-nav-icon{top:.5rem;left:.5rem;width:36px;height:36px}.tips-nav-icon{top:.5rem;left:3.5rem;width:36px;height:36px}}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.loading-section{width:100%;max-width:680px;margin:0 auto 2rem;padding:0 1rem;box-sizing:border-box}.loading-container{background:#fff;border-radius:1rem;padding:3rem 2rem;box-shadow:0 2px 8px #00000014;border:1px solid #e1e5e9;text-align:center}.loading-container h3{font-size:1.25rem;font-weight:600;color:#24292f;margin:1rem 0 .5rem}.loading-container p{color:#656d76;margin:0 0 1.5rem;font-size:.95rem}.loading-spinner{width:16px;height:16px;border:2px solid #f3f3f3;border-top:2px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite}.submit-button-loading{background:#666!important;cursor:not-allowed!important}.submit-button-loading:hover{background:#666!important}.chat-input:disabled{background:#f6f8fa;color:#8b949e;cursor:not-allowed}.toggle-active-bottom:disabled,.toggle-inactive-bottom:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.input-wrapper:has(.chat-input:disabled){animation:pulse 2s ease-in-out infinite}.calendar-links{margin-top:1rem;padding-top:1rem;border-top:1px solid #e1e5e9}.calendar-links h4{font-size:.95rem;font-weight:600;color:#24292f;margin:0 0 .75rem}.calendar-platform{margin-bottom:.75rem}.calendar-platform:last-child{margin-bottom:0}.platform-label{display:block;font-size:.8rem;font-weight:500;color:#656d76;margin-bottom:.4rem}.calendar-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.calendar-button{display:inline-block;padding:.4rem .75rem;border-radius:.5rem;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .15s ease;border:1px solid}.calendly-button{background:#006bff;color:#fff;border-color:#006bff}.calendly-button:hover{background:#0056cc;border-color:#0056cc;transform:translateY(-1px)}.cal-button{background:#292929;color:#fff;border-color:#292929}.cal-button:hover{background:#1a1a1a;border-color:#1a1a1a;transform:translateY(-1px)}.stop-button{background:#dc3545;color:#fff;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .15s ease;font-family:inherit}.stop-button:hover{background:#c82333;transform:translateY(-1px)}.auth-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.auth-card{background:#fff;border-radius:1rem;padding:2.5rem;box-shadow:0 20px 40px #00000026;border:1px solid #e1e5e9;width:100%;max-width:400px;position:relative;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.auth-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#656d76;padding:.25rem;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.auth-close:hover{background:#f6f8fa;color:#24292f}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h1{font-size:2rem;font-weight:600;color:#000;margin:0 0 .5rem}.auth-header p{color:#656d76;margin:0;font-size:1rem}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#24292f;font-size:.9rem}.form-group input{padding:.75rem;border:1px solid #e1e5e9;border-radius:.5rem;font-size:1rem;transition:all .15s ease;font-family:inherit}.form-group input:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #0000001a}.form-group input:disabled{background:#f6f8fa;color:#8b949e;cursor:not-allowed}.form-group input::placeholder{color:#8b949e}.auth-button{background:#000;color:#fff;border:none;border-radius:.5rem;padding:.875rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .15s ease;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px}.auth-button:hover:not(:disabled){background:#333}.auth-button:disabled{background:#666;cursor:not-allowed}.auth-button.loading{pointer-events:none}.auth-divider{position:relative;text-align:center;margin:1.5rem 0}.auth-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e1e5e9}.auth-divider span{background:#fff;padding:0 1rem;color:#656d76;font-size:.9rem;font-weight:500}.google-button{background:#fff;color:#24292f;border:1px solid #e1e5e9;border-radius:.5rem;padding:.875rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .15s ease;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:.75rem;min-height:48px;width:100%;margin-bottom:1rem}.google-button:hover:not(:disabled){background:#f8f9fa;border-color:#d1d9e0;transform:translateY(-1px)}.google-button:disabled{background:#f6f8fa;color:#8b949e;cursor:not-allowed}.google-button.loading{pointer-events:none}.google-icon{flex-shrink:0}.error-message{background:#fff5f5;border:1px solid #fed7d7;border-radius:.5rem;padding:.75rem;margin:0}.error-message p{color:#c53030;margin:0;font-size:.9rem;font-weight:500}.auth-switch{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e1e5e9}.auth-switch p{color:#656d76;margin:0;font-size:.9rem}.switch-button{background:none;border:none;color:#000;font-weight:500;cursor:pointer;text-decoration:underline;font-size:inherit;font-family:inherit;padding:0}.switch-button:hover:not(:disabled){color:#333}.switch-button:disabled{color:#8b949e;cursor:not-allowed;text-decoration:none}@media (max-width: 480px){.auth-card{padding:1.5rem;margin:.5rem}.auth-header h1{font-size:1.75rem}.form-group input{padding:.625rem}.auth-button{padding:.75rem}}.about-content{max-width:760px;margin:0 auto;padding:2rem 1rem 4rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#000;background-color:#fff;line-height:1.55}.about-header h1{font-size:2.25rem;margin:0;letter-spacing:-.5px}.about-header p{font-size:1rem;margin:.5rem 0 0;color:#555}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:1rem}.step{border:1px solid #000;border-radius:6px;padding:1rem;background:#f9f9f9}.step h3{font-size:1rem;margin:0 0 .5rem}.step p{font-size:.875rem;margin:0;color:#222}@media (max-width: 480px){.about-content{padding:1.5rem 1rem 3rem}.about-header h1{font-size:1.75rem}}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-top:2rem}.step{background:#fff;border:2px solid #000;border-radius:10px;padding:1.5rem 1.25rem;transition:transform .2s ease,box-shadow .2s ease}.step:hover{transform:translateY(-6px);box-shadow:0 8px 16px #0000001a}.step h3{margin:0 0 .75rem;font-size:1.15rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.step p{margin:0;font-size:.95rem;line-height:1.55}@media (max-width: 480px){.steps{grid-template-columns:1fr}}.tips-content{max-width:760px;margin:0 auto;padding:2rem 1rem 4rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#000;background-color:#fff;line-height:1.55}.tips-header h1{font-size:2.25rem;margin:0;letter-spacing:-.5px}.tips-header p{font-size:1rem;margin:.5rem 0 0;color:#555}.content-section{margin-top:2.5rem}.content-section h2{font-size:1.25rem;font-weight:600;margin:0 0 1rem;padding-left:.75rem;border-left:4px solid #000}.content-section p,.content-section li{font-size:.95rem}.content-section ul{list-style:square inside;margin:.75rem 0 0;padding:0 0 0 .5rem}.tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:1rem}.tip-card{border:2px solid #000;border-radius:10px;padding:1.5rem 1.25rem;background:#fff;transition:transform .2s ease,box-shadow .2s ease}.tip-card:hover{transform:translateY(-6px);box-shadow:0 8px 16px #0000001a}.tip-card h3{margin:0 0 .75rem;font-size:1.15rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.tip-card p{margin:0;font-size:.95rem;line-height:1.55}.mistake-list{margin-top:1.5rem}.mistake-item{background:#fff5f5;border:1px solid #fed7d7;border-radius:8px;padding:1.25rem;margin-bottom:1rem;transition:all .2s ease}.mistake-item:hover{border-color:#fc8181;box-shadow:0 2px 8px #fc818126}.mistake-item h4{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#c53030}.mistake-item p{margin:0;font-size:.9rem;color:#2d3748}.success-story{background:#f0fff4;border:1px solid #c6f6d5;border-radius:8px;padding:1.5rem;margin:1.5rem 0;position:relative}.success-story blockquote{margin:0 0 1rem;font-size:1.1rem;font-style:italic;line-height:1.6;color:#2d3748}.success-story blockquote:before{content:'"';font-size:2rem;color:#38a169;position:absolute;top:.5rem;left:1rem}.success-story cite{font-size:.9rem;color:#38a169;font-weight:600;font-style:normal}@media (max-width: 480px){.tips-content{padding:1.5rem 1rem 3rem}.tips-header h1{font-size:1.75rem}.tips-grid{grid-template-columns:1fr}.mistake-item{padding:1rem}.success-story{padding:1.25rem}}.subscription-content{max-width:760px;margin:0 auto;padding:2rem 1rem 4rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#000;background-color:#fff;line-height:1.55;min-height:100vh}.back-nav-icon{display:inline-block;font-size:1.5rem;text-decoration:none;color:inherit;margin-bottom:1.5rem;transition:opacity .2s ease}.back-nav-icon:hover{opacity:.6}.subscription-header h1{font-size:2.25rem;margin:0;letter-spacing:-.5px}.subscription-header p{font-size:1rem;margin:.5rem 0 0;color:#555}.error-message{background:#fff5f5;border:1px solid #fed7d7;border-radius:.5rem;padding:1rem;margin:1.5rem 0;text-align:center}.success-message{background:#f0fff4;border:1px solid #c6f6d5;border-radius:.5rem;padding:1rem;margin:1.5rem 0;text-align:center}.success-message p{color:#38a169;margin:0;font-weight:500}.pricing-section{margin-top:2rem;display:flex;justify-content:center}.pricing-card{background:#fff;border:1px solid #e1e5e9;border-radius:.75rem;padding:2rem;max-width:400px;width:100%;box-shadow:0 2px 8px #00000014;transition:transform .2s ease}.pricing-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.pricing-header{text-align:center;margin-bottom:2rem}.pricing-header h2{font-size:1.5rem;font-weight:600;margin:0 0 1rem;color:#24292f}.price{display:flex;align-items:baseline;justify-content:center;gap:.25rem}.currency{font-size:1.25rem;font-weight:500;color:#656d76}.amount{font-size:3rem;font-weight:700;color:#24292f}.period{font-size:1.125rem;font-weight:500;color:#656d76}.features-list{margin:2rem 0}.features-list h3{font-size:1.125rem;font-weight:600;margin:0 0 1rem;color:#24292f}.features-list ul{list-style:none;padding:0;margin:0}.features-list li{padding:.5rem 0;font-size:.95rem;color:#24292f}.subscribe-button{width:100%;background:#000;color:#fff;border:none;border-radius:.5rem;padding:1rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:.5rem;margin:2rem 0 1rem}.subscribe-button:hover:not(:disabled){background:#333;transform:translateY(-2px)}.subscribe-button:disabled{background:#666;cursor:not-allowed;transform:none}.billing-info{text-align:center;font-size:.875rem;color:#656d76;margin:0}.subscription-active{margin-top:2rem}.status-card{background:#fff;border:1px solid #e1e5e9;border-radius:.75rem;padding:2rem;box-shadow:0 2px 8px #00000014}.status-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.status-header h2{font-size:1.5rem;font-weight:600;margin:0;color:#24292f}.status-badge{padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.status-badge.active{background:#c6f6d5;color:#38a169}.subscription-details{margin:2rem 0}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e1e5e9}.detail-row:last-child{border-bottom:none}.detail-row .label{font-weight:500;color:#656d76}.detail-row .value{font-weight:600;color:#24292f;text-align:right}.subscription-actions{margin-top:2rem;flex-direction:column}.primary-actions{display:flex;justify-content:center}.cancel-button,.reactivate-button,.refresh-button{padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:.5rem}.reactivate-button{background:#000;color:#fff;flex:none;max-width:300px;margin:0 auto}.reactivate-button:hover:not(:disabled){background:#333;transform:translateY(-1px)}.refresh-button{background:#f6f8fa;color:#24292f;border:1px solid #e1e5e9;min-width:150px}.refresh-button:hover:not(:disabled){background:#eaeef2;transform:translateY(-1px)}.reactivate-button:disabled,.refresh-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.cancel-section{margin-top:2rem;padding-top:1rem;border-top:1px solid #f1f3f4;text-align:center}.cancel-link{background:none;border:none;color:#656d76;font-size:.75rem;font-weight:400;cursor:pointer;text-decoration:underline;padding:.25rem .5rem;transition:color .2s ease;font-family:inherit}.cancel-link:hover:not(:disabled){color:#dc3545}.cancel-link:disabled{opacity:.5;cursor:not-allowed}.loading-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.loading-spinner-large{width:32px;height:32px;border:3px solid #f3f3f3;border-top:3px solid #000000;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}@media (max-width: 768px){.subscription-content{padding:1.5rem 1rem 3rem}.subscription-header h1{font-size:1.75rem}.pricing-card,.status-card{padding:1.5rem}.price .amount{font-size:2.5rem}.status-header{flex-direction:column;align-items:flex-start}.subscription-actions{flex-direction:column}.primary-actions{justify-content:center}.reactivate-button{flex:none}.detail-row{flex-direction:column;align-items:flex-start;gap:.25rem}.detail-row .value{text-align:left}}@media (max-width: 480px){.subscription-content,.pricing-card,.status-card{padding:1rem}.features-list li{font-size:.875rem}.subscribe-button{padding:.875rem}}.subscription-success-content{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#fff;color:#000}.success-section{background:#fff;border:1px solid #e1e5e9;border-radius:.75rem;padding:3rem;max-width:600px;width:100%;box-shadow:0 2px 8px #00000014;text-align:center;animation:fadeInUp .6s ease-out}.success-icon{font-size:4rem;margin-bottom:1.5rem;animation:bounce 1s ease-out}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.success-header h1{font-size:2.25rem;font-weight:700;margin:0 0 .5rem;color:#24292f;line-height:1.2}.success-header p{font-size:1.125rem;color:#656d76;margin:0 0 2rem}.benefits-card{background:#f8f9fa;border:1px solid #e1e5e9;border-radius:.5rem;padding:1.5rem;margin:2rem 0;text-align:left}.benefits-card h2{font-size:1.25rem;font-weight:600;margin:0 0 1rem;color:#24292f;text-align:center}.benefits-card ul{list-style:none;padding:0;margin:0}.benefits-card li{padding:.5rem 0;font-size:1rem;color:#24292f;display:flex;align-items:center;gap:.5rem}.next-steps{margin-top:2rem}.next-steps h3{font-size:1.25rem;font-weight:600;margin:0 0 .5rem;color:#24292f}.next-steps p{color:#656d76;margin:0 0 2rem;font-size:1rem}.action-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.start-networking-button,.manage-subscription-button{padding:.875rem 1.5rem;border-radius:.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s ease;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem}.start-networking-button{background:#000;color:#fff}.start-networking-button:hover{background:#333;transform:translateY(-2px)}.manage-subscription-button{background:#f6f8fa;color:#24292f;border:1px solid #e1e5e9}.manage-subscription-button:hover{background:#eaeef2;transform:translateY(-2px)}@media (max-width: 768px){.subscription-success-content{padding:1rem}.success-section{padding:2rem}.success-header h1{font-size:1.75rem}.success-icon{font-size:3rem}.action-buttons{flex-direction:column}.start-networking-button,.manage-subscription-button{width:100%;justify-content:center}}@media (max-width: 480px){.success-section{padding:1.5rem}.success-header h1{font-size:1.5rem}.benefits-card{padding:1rem}.benefits-card li{font-size:.9rem}}.subscription-cancelled-content{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#fff;color:#000}.cancelled-section{background:#fff;border:1px solid #e1e5e9;border-radius:.75rem;padding:3rem;max-width:600px;width:100%;box-shadow:0 2px 8px #00000014;text-align:center;animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.cancelled-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.7}.cancelled-header h1{font-size:2.25rem;font-weight:700;margin:0 0 .5rem;color:#24292f;line-height:1.2}.cancelled-header p{font-size:1.125rem;color:#656d76;margin:0 0 2rem}.info-card{background:#f8f9fa;border:1px solid #e1e5e9;border-radius:.5rem;padding:1.5rem;margin:2rem 0;text-align:left}.info-card h2{font-size:1.25rem;font-weight:600;margin:0 0 1rem;color:#24292f;text-align:center}.info-card p{color:#24292f;margin:0;font-size:1rem;text-align:center}.options{margin-top:2rem}.options h3{font-size:1.25rem;font-weight:600;margin:0 0 1.5rem;color:#24292f}.action-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.try-again-button,.continue-free-button{padding:.875rem 1.5rem;border-radius:.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s ease;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem}.try-again-button{background:#000;color:#fff}.try-again-button:hover{background:#333;transform:translateY(-2px)}.continue-free-button{background:#f6f8fa;color:#24292f;border:1px solid #e1e5e9}.continue-free-button:hover{background:#eaeef2;transform:translateY(-2px)}.help-section{background:#f8f9fa;border:1px solid #e1e5e9;border-radius:.5rem;padding:1rem;margin-top:2rem}.help-section p{margin:0;font-size:.9rem;color:#24292f}.help-section a{color:#000;text-decoration:none;font-weight:500}.help-section a:hover{text-decoration:underline}@media (max-width: 768px){.subscription-cancelled-content{padding:1rem}.cancelled-section{padding:2rem}.cancelled-header h1{font-size:1.75rem}.cancelled-icon{font-size:3rem}.action-buttons{flex-direction:column}.try-again-button,.continue-free-button{width:100%;justify-content:center}}@media (max-width: 480px){.cancelled-section{padding:1.5rem}.cancelled-header h1{font-size:1.5rem}.info-card{padding:1rem}.info-card p{font-size:.9rem}.help-section p{font-size:.8rem}}.user-profile{min-height:100vh;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.profile-header{background:#fff;border-bottom:1px solid #e1e5e9;padding:2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.back-button{color:#656d76;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:.5rem;transition:all .15s ease;border:1px solid #e1e5e9}.back-button:hover{background:#f6f8fa;color:#24292f}.profile-info{flex:1;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.profile-info h1{font-size:1.75rem;font-weight:600;color:#24292f;margin:0}.user-details{display:flex;align-items:center;gap:1rem}.user-email{font-size:.9rem;color:#656d76;font-weight:500}.logout-button{background:#dc3545;color:#fff;border:none;border-radius:.5rem;padding:.5rem 1rem;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .15s ease;font-family:inherit}.logout-button:hover{background:#c82333;transform:translateY(-1px)}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.loading-container p{color:#656d76;margin-top:1rem;font-size:1rem}.error-message{background:#fff5f5;border:1px solid #fed7d7;border-radius:.5rem;padding:1rem;margin:2rem;text-align:center}.error-message p{color:#c53030;margin:0;font-weight:500}.search-history-container{max-width:1000px;margin:0 auto;padding:2rem}.empty-state{text-align:center;padding:4rem 2rem}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state h3{font-size:1.5rem;font-weight:600;color:#24292f;margin:0 0 .5rem}.empty-state p{color:#656d76;margin:0 0 2rem;font-size:1rem}.start-searching-button{display:inline-block;background:#000;color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;transition:all .15s ease}.start-searching-button:hover{background:#333;transform:translateY(-1px)}.history-stats{background:#f8f9fa;border-radius:.5rem;padding:1rem;margin-bottom:2rem}.history-stats p{margin:0;color:#24292f;font-size:.9rem}.search-item{background:#fff;border:1px solid #e1e5e9;border-radius:.75rem;margin-bottom:1.5rem;overflow:hidden;transition:all .15s ease}.search-item:hover{box-shadow:0 2px 8px #00000014;border-color:#d1d9e0}.search-header{background:#f8f9fa;padding:1.25rem;border-bottom:1px solid #e1e5e9;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.search-query{font-size:1.1rem;font-weight:600;color:#24292f;margin:0;flex:1}.search-date{color:#656d76;font-size:.85rem;font-weight:500}.search-results{padding:1.25rem}.search-results h4{font-size:1rem;font-weight:600;color:#24292f;margin:0 0 1rem}.results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.result-card-mini{background:#f8f9fa;border:1px solid #e1e5e9;border-radius:.5rem;padding:1rem;transition:all .15s ease}.result-card-mini:hover{transform:translateY(-1px);box-shadow:0 2px 6px #00000014;border-color:#d1d9e0}.result-header-mini{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.result-header-mini h5{font-size:.95rem;font-weight:600;color:#24292f;margin:0;line-height:1.3}.result-type-mini{padding:.2rem .4rem;border-radius:.4rem;font-size:.7rem;font-weight:500;text-transform:lowercase}.result-type-mini.person{background:#e3f2fd;color:#1565c0}.result-type-mini.company{background:#f3e5f5;color:#7b1fa2}.result-description-mini{color:#656d76;line-height:1.4;margin:0 0 .75rem;font-size:.85rem}.calendar-links-mini{display:flex;flex-wrap:wrap;gap:.4rem}.calendar-button-mini{display:inline-block;padding:.3rem .6rem;border-radius:.4rem;font-size:.7rem;font-weight:500;text-decoration:none;transition:all .15s ease;border:1px solid}.calendar-button-mini.calendly-button{background:#006bff;color:#fff;border-color:#006bff}.calendar-button-mini.calendly-button:hover{background:#0056cc;border-color:#0056cc;transform:translateY(-1px)}.calendar-button-mini.cal-button{background:#292929;color:#fff;border-color:#292929}.calendar-button-mini.cal-button:hover{background:#1a1a1a;border-color:#1a1a1a;transform:translateY(-1px)}.no-results{padding:1.25rem;text-align:center;color:#656d76;font-style:italic}.no-results p{margin:0}.loading-spinner-large{width:32px;height:32px;border:3px solid #f3f3f3;border-top:3px solid #000000;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.profile-header{padding:1.5rem 1rem;flex-direction:column;align-items:flex-start}.profile-info{width:100%;flex-direction:column;align-items:flex-start;gap:1rem}.user-details{width:100%;justify-content:space-between}.search-history-container{padding:1rem}.search-header{padding:1rem;flex-direction:column;align-items:flex-start}.search-query{font-size:1rem}.results-grid{grid-template-columns:1fr;gap:.75rem}}@media (max-width: 480px){.profile-header{padding:1rem}.profile-info h1{font-size:1.5rem}.search-item{margin-bottom:1rem}.search-results{padding:1rem}.result-card-mini{padding:.75rem}}
