.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:transparent;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:100}.navbar-logo{font-size:1.5rem;font-weight:700}.no-link-style{color:inherit;text-decoration:none;font-weight:700;font-size:1.5rem;cursor:pointer}.navbar-links{list-style:none;display:flex;gap:1.5rem}.navbar-links li a{text-decoration:none;font-weight:500;color:#fff}.navbar-links li a:hover{color:#00c8ff}.footer{width:100%;background:#f8f9fb;color:#43465a;padding:24px 0 16px;text-align:center;font-size:.98em}.footer-links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:8px}.footer-links a,.footer-links .footer-link{color:#4f80ff;text-decoration:none;transition:color .15s}.footer-links a:hover{color:#2742b9;text-decoration:underline}.footer-copy{font-size:.95em;color:#8b90a7}body{margin:0;font-family:system-ui,sans-serif;background:linear-gradient(to bottom right,#0f2027,#203a43,#3b7289);background-repeat:no-repeat;background-size:cover;min-height:100vh;background-attachment:fixed;color:#fff}.centered-card{border-radius:16px;box-shadow:0 6px 32px #32325d18;max-width:400px;width:100%;display:flex;flex-direction:column;align-items:center;background-color:transparent}.hero-section{color:#fff;padding:6rem 2rem 4rem;text-align:center}.landing-page{min-height:100vh}.features-section{padding:4rem 2rem;text-align:center}.features-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;max-width:900px;margin:0 auto;padding:2rem 0}.feature-card{background-color:#f9fafb;color:#111827;border-radius:8px;padding:1.5rem;max-width:280px;box-shadow:0 2px 10px #0000000d}.testimonial-section{padding:3rem 2rem;text-align:center}.testimonial-card{font-style:italic;max-width:600px;margin:0 auto;color:#374151}.testimonial-card span{display:block;margin-top:1rem;font-weight:700;font-style:normal}.cta-section{color:#fff;text-align:center;padding:3rem 2rem;margin:3rem 0}.pricing-section h2{text-align:center;margin-bottom:2rem}.subtitle{font-size:1.2rem;margin-bottom:2rem;max-width:700px;margin-inline:auto;color:#d1d5db}.hero-bullets{list-style:none;padding:0;margin-bottom:2.5rem;color:#e5e7eb;font-size:1.05rem}.hero-bullets li{margin-bottom:.6rem}.footer{background:transparent;margin-top:2em;text-align:center;color:#a9a9a9}.waitlist-container{padding:2rem;border-radius:8px;max-width:480px;margin:2rem auto;text-align:center}.waitlist-container h2{font-size:1.8rem;margin-bottom:.5rem}.waitlist-container p{font-size:1rem;margin-bottom:1.5rem}.waitlist-form{display:flex;flex-direction:column;gap:1rem}.waitlist-form input{padding:.75rem;border-radius:4px;border:1px solid #ccc;font-size:1rem}.waitlist-form button{padding:.75rem;background-color:#06f;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.waitlist-form button:hover{background-color:#0051cc}.success-message{font-weight:700;color:#17de3b}.pricing-card{background:#fff;border:1px solid #e0e0e0;padding:2rem;width:300px;border-radius:16px;box-shadow:0 4px 12px #0000000f;transition:transform .3s,box-shadow .3s;position:relative;text-align:left;color:#000}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 6px 18px #0000001a}.pricing-card.highlight{border:none}.pricing-card h3{font-size:1.4rem;margin-bottom:.5rem}.price{font-size:2rem;font-weight:700;margin:1rem 0;color:#007bff}.pricing-card ul{list-style:none;padding:0;margin:1rem 0}.pricing-card li{margin-bottom:.5rem;font-size:.95rem}.select-button{width:100%;padding:.75rem;border:none;background:#007bff;color:#fff;font-weight:700;border-radius:6px;cursor:pointer;transition:background .3s}.select-button:hover{background:#0056b3}.pricing-card.highlight:before{content:"Best Value";position:absolute;top:-12px;right:-12px;background:gold;color:#000;font-size:.75rem;padding:.3rem .5rem;border-radius:6px;font-weight:700}.pricing-card.selected{border:2px solid #10b981;background-color:#ecfdf5}.login-form{background-color:#fff;padding:2rem 3rem;border-radius:8px;box-shadow:0 0 12px #0000001a;color:#000;width:100%;box-sizing:border-box}.oauth-section,.register-redirect{width:100%;box-sizing:border-box}.login-form h2{margin-bottom:1.5rem;text-align:center}.login-form input{width:100%;padding:.5rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:4px}.login-form input:focus,.login-form textarea:focus{border-color:#4f80ff;outline:none;background:#fff}.login-form button{width:100%;padding:.6rem;background-color:#3b82f6;color:#fff;border:none;border-radius:4px;cursor:pointer}.login-form button:hover{background-color:#2563eb}.register-redirect{margin-top:1rem;text-align:center;font-size:.9rem;border-top:.1rem solid lightgray;padding-top:.5rem}.register-redirect a{color:#3b82f6;text-decoration:none;margin-left:.25rem}.register-redirect a:hover{text-decoration:underline}.github-login-btn{margin-top:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem;background-color:#24292e;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:700}.github-login-btn:hover{background-color:#1b1f23}.github-login-btn img{width:20px;height:20px}.oauth-section{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem;background-color:transparent}.oauth-button:hover{background-color:#ebedf0}.login-container{padding:2rem 3rem;flex-direction:column;align-items:center}.oauth-button{display:flex;align-items:center;justify-content:center;gap:.5rem;background-color:#f6f8fa;border:1px solid #d1d5da;color:#24292e;padding:.6rem 1rem;width:100%;font-weight:500;border-radius:6px;cursor:pointer;transition:background-color .2s}.oauth-button:hover{background-color:#b3b3b3}.oauth-icon{width:20px;height:20px}.divider{display:flex;align-items:center;width:100%;padding-top:.5rem;margin-top:1.5rem;margin-bottom:1rem;color:#aaa;font-size:.85rem}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#ddd;margin:0 .75rem}.divider span{padding:0 12px;background:transparent;position:relative;z-index:2}.pricing-page{padding:4rem 2rem;color:#fff;text-align:center}#pricing-header{border-top:.1rem solid;border-bottom:.1rem solid;border-color:#2f5663}#pricing-header h1{margin-top:2rem}#pricing-header p{margin-bottom:2rem}.pricing-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2rem}.dashboard{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f7f9fb;min-height:100vh;position:relative;overflow:visible;z-index:0}.dashboard-header{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(to bottom right,#0f2027,#203a43,#3b7289);color:#fff;padding:16px 32px}.company-name{font-size:1.5rem;font-weight:700}.user-menu{position:relative;display:flex;align-items:center;gap:8px}.username{font-weight:500}.dropdown-toggle{background:none;border:none;color:#fff;font-size:1rem;cursor:pointer}.dropdown-menu{display:none;position:absolute;right:0;top:100%;background-color:#fff;color:#333;min-width:150px;box-shadow:0 4px 8px #0000001a;z-index:1000;border-radius:4px}.dropdown-menu a{display:block;padding:10px 16px;text-decoration:none;color:#333}.dropdown-menu a:hover{background-color:#f0f0f0}.user-menu:hover .dropdown-menu{display:block}.dashboard-main{padding:32px}.dashboard-main h2{color:#000}.repo-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px #0000000d}.repo-table th,.repo-table td{padding:16px;text-align:left;border-bottom:1px solid #eee}.repo-table th{background-color:#f1f3f5;font-weight:600;color:#333}.repo-table td{color:#444}.enable-btn{background-color:#0074cc;color:#fff;border:none;padding:8px 16px;font-size:.9rem;border-radius:4px;cursor:pointer;transition:background-color .2s}.enable-btn:hover{background-color:#005fa3}.logout-btn{background:none;border:none;padding:0;margin:0;color:#3b82f6;text-align:left;cursor:pointer;font:inherit}.logout-btn:hover{text-decoration:underline}.kebab-button{background:none;border:none;font-size:1.5rem;cursor:pointer}.dropdown-wrapper{position:relative}.feature-dropdown{position:absolute;background:#fff;border:1px solid #ccc;border-radius:8px;padding:1rem;top:100%;right:0;z-index:999;box-shadow:0 4px 12px #0000001a;width:220px;display:flex;flex-direction:column;gap:.75rem;animation:fadeIn .2s ease-in-out}.repo-table td:last-child{position:relative;overflow:visible;z-index:1}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.feature-toggle{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;color:#333}.feature-toggle span{display:flex;align-items:center;gap:.4rem}.switch{position:relative;display:inline-block;width:40px;height:22px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;border-radius:22px;transition:.4s}.slider:before{position:absolute;content:"";height:16px;width:16px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:.4s}.switch input:checked+.slider{background-color:#10b981}.switch input:checked+.slider:before{transform:translate(18px)}.repo-loading{display:flex;flex-direction:column;align-items:center;margin-top:3rem;color:#6b7280;font-size:1rem}.spinner{border:4px solid #f3f3f3;border-top:4px solid #3b82f6;border-radius:50%;width:40px;height:40px;animation:spin .8s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.register-form{padding:2rem 3rem;border-radius:8px;box-shadow:0 0 12px #0000001a;width:100%;color:#000}.register-form h2{margin-bottom:1.5rem;text-align:center}.register-form label{display:block;margin-bottom:.5rem;font-weight:500}.register-form input{width:100%;padding:.5rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:4px}.register-form input:focus,.register-form textarea:focus{border-color:#4f80ff;outline:none;background:#fff}.register-form button{width:100%;padding:.6rem;background-color:#10b981;color:#fff;border:none;border-radius:4px;cursor:pointer}.register-form button:hover{background-color:#047f58}.register-form a{color:#3b82f6;text-decoration:none}.login-redirect{text-align:center;font-size:.9rem;margin-top:1rem;padding-top:.5rem;border-top:.1rem solid lightgray;width:100%}.login-redirect a{color:#3b82f6;text-decoration:none;margin-left:.25rem}.login-redirect a:hover{text-decoration:underline}.forgot-password{text-align:center;margin-top:.5rem}.forgot-password a{color:#3b82f6;text-decoration:none;font-size:.9rem}.forgot-password a:hover{text-decoration:underline}.register-container{padding:2rem 3rem;flex-direction:column;align-items:center}.error-message{color:red;text-align:center;margin-bottom:1rem}.oauth-button+.oauth-button{margin-top:.75rem}.choose-plan-page{padding:4rem 2rem;text-align:center}.choose-plan-page h1{font-size:2rem;margin-bottom:.5rem}.choose-subtext{color:#666;margin-bottom:2rem}.pricing-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.pricing-card{background:#fff}.centered-page{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;width:100vw;background:transparent;flex-direction:column}.support-stack{width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center}.centered-card{width:100%;box-sizing:border-box;border-radius:16px;box-shadow:0 6px 32px #32325d18;display:flex;flex-direction:column;align-items:center;background:#fff;margin-bottom:0}.contact-form{width:100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:stretch;background:#fff;padding:40px 28px 32px;border-radius:16px}.contact-form input,.contact-form textarea{width:100%;padding:.5rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:4px}.contact-form input:focus,.contact-form textarea:focus{border-color:#4f80ff;outline:none;background:#fff}.contact-form button{width:100%;padding:12px 0;background:#4f80ff;color:#fff;border:none;border-radius:7px;font-size:1rem;font-weight:600;cursor:pointer;margin-top:4px;margin-bottom:8px;transition:background .18s}.contact-form button:disabled{background:#9eb5e1;cursor:not-allowed}.success-message{color:#3bbf7a;text-align:center;margin-bottom:10px}.error-message{color:#e04355;text-align:center;margin-bottom:10px}.divider,.email-support{width:100%;max-width:400px;margin:0 auto 12px}.email-support{display:flex;flex-direction:row;align-items:center;justify-content:center;color:#141923;font-size:1em;background:none;flex-wrap:wrap}.mailto-desc{color:#fff;font-size:.96rem;margin-bottom:0}.mailto-link{color:#3b82f6;text-decoration:none;font-weight:500;margin-left:.25em;word-break:break-all}.mailto-link:hover{text-decoration:underline}.legal-container{min-height:100vh;background:#f7f8fa;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:32px 8px}.legal-container h1{color:#000}.legal-content{background:#fff;max-width:700px;width:100%;padding:40px 32px;border-radius:20px;box-shadow:0 4px 32px #00000014;margin:32px 0}.legal-content h1{font-size:2.2rem;font-weight:700;text-align:center;margin-bottom:32px}.legal-content h2{font-size:1.2rem;font-weight:600;margin:28px 0 12px}.legal-content ul{padding-left:24px;margin-bottom:18px}.legal-content p,.legal-content li{font-size:1rem;line-height:1.7;color:#222}.legal-content a{color:#0a72ef;text-decoration:underline}.legal-footer{text-align:center;color:#888;font-size:.95rem;margin-top:24px}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:Inter,sans-serif}html,body,#root{height:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn 1s ease-out both}
