.landing-page{min-height:100vh;background:#fff;color:#1a202c}.nav{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;max-width:1200px;margin:0 auto}.nav-brand h1{font-size:1.75rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;gap:1rem;align-items:center}.nav-link{color:#4a5568;text-decoration:none;font-weight:500;padding:.5rem 1rem;transition:color .2s}.nav-link:hover{color:#667eea;text-decoration:none}.user-menu{position:relative}.user-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-weight:500;cursor:pointer;transition:background .2s,border-color .2s}.user-button:hover{background:#ffffff26;border-color:#ffffff4d}.user-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.user-avatar-fallback{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem}.user-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border-radius:8px;box-shadow:0 8px 24px #00000026;min-width:200px;padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s,transform .2s,visibility .2s;z-index:100}.user-menu:hover .user-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{display:block;padding:.75rem 1.25rem;color:#4a5568;text-decoration:none;font-weight:500;transition:background .2s,color .2s;cursor:pointer;border:none;background:none;width:100%;text-align:left}.dropdown-item:hover{background:#f7fafc;color:#667eea;text-decoration:none}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding-bottom:4rem}.hero-content{max-width:800px;margin:0 auto;text-align:center;padding:4rem 2rem}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin-bottom:2.5rem;opacity:.95;line-height:1.6}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-cta{background:#fff;color:#667eea;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.125rem;transition:transform .2s,box-shadow .2s;display:inline-block}.btn-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003;text-decoration:none}.btn-secondary{background:#fff3;color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.125rem;border:2px solid white;transition:background .2s;display:inline-block}.btn-secondary:hover{background:#ffffff4d;text-decoration:none}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.625rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:transform .2s;display:inline-block}.btn-primary:hover{transform:translateY(-1px);text-decoration:none}section{max-width:1200px;margin:0 auto;padding:5rem 2rem}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#1a202c}.features{background:#f7fafc}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0000000d;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;color:#2d3748}.feature-card p{color:#718096;line-height:1.6}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-top:3rem}.step{text-align:center}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.step h3{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;color:#2d3748}.step p{color:#718096;line-height:1.6}.pricing{background:#f7fafc}.pricing-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.pricing-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 12px #0000000d;position:relative;transition:transform .2s,box-shadow .2s}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.pricing-card.featured{border:3px solid #667eea;transform:scale(1.05)}.pricing-card.featured:hover{transform:scale(1.05) translateY(-4px)}.badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.375rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600}.pricing-card h3{font-size:1.75rem;font-weight:600;margin-bottom:1rem;color:#2d3748}.price{margin-bottom:2rem}.amount{font-size:3rem;font-weight:700;color:#1a202c}.period{font-size:1.125rem;color:#718096}.features-list{list-style:none;margin-bottom:2rem}.features-list li{padding:.75rem 0;color:#4a5568;border-bottom:1px solid #e2e8f0}.features-list li:last-child{border-bottom:none}.btn-pricing{display:block;width:100%;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem;border-radius:8px;text-decoration:none;font-weight:600;transition:transform .2s,box-shadow .2s}.btn-pricing:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66;text-decoration:none}.final-cta{text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:5rem 2rem;border-radius:24px;margin:5rem 2rem}.final-cta h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.final-cta p{font-size:1.25rem;margin-bottom:2rem;opacity:.95}.footer{background:#1a202c;color:#fff;padding:3rem 2rem 1rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-section a{display:block;color:#a0aec0;text-decoration:none;margin-bottom:.5rem;transition:color .2s}.footer-section a:hover{color:#fff}.footer-section p{color:#a0aec0;line-height:1.6}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid #2d3748;text-align:center;color:#a0aec0}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.section-title{font-size:2rem}.nav-brand h1{font-size:1.5rem}.pricing-card.featured{transform:scale(1)}.pricing-card.featured:hover{transform:translateY(-4px)}}.auth-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px}.auth-card{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001a;padding:40px;width:100%;max-width:440px}.download-card{max-width:600px}.auth-header{text-align:center;margin-bottom:32px}.auth-header h1{font-size:32px;font-weight:700;color:#1a202c;margin-bottom:8px}.auth-header p{font-size:16px;color:#718096}.auth-error{background-color:#fed7d7;color:#c53030;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px}.success-message{background-color:#c6f6d5;color:#276749;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px;text-align:center}.auth-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:500;color:#2d3748}.form-group input{padding:12px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:16px;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled{background-color:#f7fafc;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:14px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;transition:transform .2s,box-shadow .2s}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.auth-divider{position:relative;text-align:center;margin:24px 0}.auth-divider:before{content:"";position:absolute;left:0;top:50%;width:100%;height:1px;background:#e2e8f0}.auth-divider span{position:relative;background:#fff;padding:0 16px;font-size:14px;color:#718096}.oauth-buttons{display:flex;flex-direction:column;gap:12px}.btn-oauth{display:flex;align-items:center;justify-content:center;gap:12px;padding:12px 24px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;font-size:15px;font-weight:500;transition:background-color .2s,border-color .2s}.btn-oauth:hover:not(:disabled){background-color:#f7fafc;border-color:#cbd5e0}.btn-oauth:disabled{opacity:.6;cursor:not-allowed}.btn-google,.btn-github{color:#1a202c}.auth-footer{text-align:center;margin-top:24px;font-size:14px;color:#718096}.auth-footer a{color:#667eea;font-weight:600}.download-section{margin-bottom:32px}.platform-selector{display:flex;gap:8px;margin-bottom:24px;justify-content:center}.platform-btn{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 24px;border:2px solid #e2e8f0;border-radius:8px;background:#fff;color:#718096;font-size:14px;font-weight:500;transition:all .2s;flex:1}.platform-btn:hover{border-color:#cbd5e0;background-color:#f7fafc}.platform-btn.active{border-color:#667eea;background:linear-gradient(135deg,#667eea1a,#764ba21a);color:#667eea}.btn-download{display:flex;align-items:center;justify-content:center;gap:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:16px 32px;border:none;border-radius:8px;font-size:18px;font-weight:600;transition:transform .2s,box-shadow .2s;width:100%;margin-bottom:16px}.btn-download:hover{transform:translateY(-2px);box-shadow:0 8px 24px #667eea66;text-decoration:none}.download-info{text-align:center;color:#718096;font-size:13px}.download-info p{margin:4px 0}.features-list{border-top:1px solid #e2e8f0;padding-top:24px}.features-list h3{font-size:18px;font-weight:600;color:#1a202c;margin-bottom:16px}.features-list ul{list-style:none;display:flex;flex-direction:column;gap:12px}.features-list li{display:flex;align-items:center;gap:12px;color:#4a5568;font-size:15px}.features-list li svg{color:#48bb78;flex-shrink:0}.loading-spinner{display:flex;flex-direction:column;align-items:center;gap:16px;padding:32px 0}.spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-spinner p{color:#718096;font-size:14px}.success-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:50%;margin:0 auto 24px;color:#667eea}.email-display{font-weight:600;color:#667eea;font-size:18px!important;margin-top:8px!important}.info-box{background-color:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;padding:20px;margin-bottom:24px}.info-box p{margin:8px 0;color:#4a5568;font-size:15px;line-height:1.6}.text-muted{color:#718096!important;font-size:14px!important}.text-center{text-align:center}.auth-actions{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.auth-actions .btn-primary,.auth-actions a.btn-primary{text-decoration:none;display:block;text-align:center;cursor:pointer}@media (max-width: 640px){.auth-card{padding:32px 24px}.platform-selector{flex-direction:column}.platform-btn{flex-direction:row;justify-content:center}}.authorize-desktop-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.authorize-container{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:500px;width:100%;overflow:hidden}.authorize-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;text-align:center}.authorize-header h1{margin:0;font-size:2rem;font-weight:700}.authorize-content{padding:2.5rem;text-align:center}.authorize-icon{color:#667eea;margin-bottom:1.5rem;display:flex;justify-content:center}.authorize-content h2{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:#1a202c}.authorize-description{font-size:1.125rem;color:#4a5568;margin-bottom:2rem;line-height:1.6}.authorize-description strong{color:#2d3748;font-weight:600}.device-info{background:#f7fafc;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;text-align:left}.info-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e2e8f0}.info-item:last-child{border-bottom:none}.info-label{font-weight:600;color:#4a5568;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.info-value{color:#2d3748;font-weight:500;word-break:break-word}.error-message{background:#fed7d7;color:#c53030;padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.875rem}.authorize-actions{display:flex;gap:1rem;margin-bottom:1rem}.authorize-footer{margin-bottom:1.5rem;text-align:center}.btn-link{background:none;border:none;color:#667eea;font-size:.875rem;cursor:pointer;text-decoration:underline;padding:.5rem;transition:color .2s}.btn-link:hover:not(:disabled){color:#764ba2}.btn-link:disabled{opacity:.5;cursor:not-allowed}.btn-cancel,.btn-authorize{flex:1;padding:1rem;border-radius:8px;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:all .2s}.btn-cancel{background:#e2e8f0;color:#4a5568}.btn-cancel:hover:not(:disabled){background:#cbd5e0}.btn-authorize{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-authorize:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-cancel:disabled,.btn-authorize:disabled{opacity:.6;cursor:not-allowed}.authorize-note{font-size:.875rem;color:#718096;line-height:1.6}@media (max-width: 640px){.authorize-desktop-page{padding:1rem}.authorize-content{padding:1.5rem}.authorize-header h1,.authorize-content h2{font-size:1.5rem}.authorize-description{font-size:1rem}}.desktop-auth-success-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.success-container{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:600px;width:100%;padding:3rem;text-align:center}.success-icon{color:#48bb78;margin-bottom:1.5rem;display:flex;justify-content:center}.success-container h1{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#1a202c}.success-message{font-size:1.125rem;color:#4a5568;margin-bottom:2.5rem;line-height:1.6}.next-steps{background:#f7fafc;border-radius:12px;padding:2rem;margin-bottom:2rem;text-align:left}.next-steps h2{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:#2d3748;text-align:center}.next-steps ol{list-style:none;counter-reset:step-counter;padding:0;margin:0}.next-steps li{counter-increment:step-counter;margin-bottom:1.5rem;position:relative;padding-left:3rem}.next-steps li:last-child{margin-bottom:0}.next-steps li:before{content:counter(step-counter);position:absolute;left:0;top:0;width:2rem;height:2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem}.next-steps li strong{display:block;color:#2d3748;font-size:1rem;margin-bottom:.5rem}.next-steps li p{color:#718096;font-size:.875rem;line-height:1.5;margin:0}.success-actions{margin-bottom:1.5rem}.btn-close{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:all .2s}.btn-close:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.success-note{font-size:.875rem;color:#718096;line-height:1.6}@media (max-width: 640px){.desktop-auth-success-page{padding:1rem}.success-container{padding:2rem}.success-container h1{font-size:1.5rem}.success-message{font-size:1rem}.next-steps{padding:1.5rem}.next-steps li{padding-left:2.5rem}.next-steps li:before{width:1.5rem;height:1.5rem;font-size:.75rem}}.dashboard-page{min-height:100vh;background:#f7fafc}.dashboard-nav{background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 2rem;display:flex;align-items:center;gap:2rem}.dashboard-nav .nav-brand h1{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.dashboard-nav .nav-links{display:flex;gap:.5rem;flex:1}.dashboard-nav .nav-link{padding:.5rem 1rem;border-radius:6px;color:#4a5568;text-decoration:none;font-weight:500;transition:background .2s,color .2s}.dashboard-nav .nav-link:hover{background:#f7fafc;color:#667eea}.dashboard-nav .nav-link.active{background:#667eea;color:#fff}.dashboard-nav .nav-user{display:flex;align-items:center;gap:.5rem}.user-email{color:#4a5568;font-size:.875rem}.dashboard-content{max-width:1200px;margin:0 auto;padding:2rem}.dashboard-header{margin-bottom:2rem}.dashboard-header h1{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.dashboard-header p{color:#718096;font-size:1.125rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;display:flex;gap:1rem;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.stat-icon{font-size:2.5rem;flex-shrink:0}.stat-content{flex:1}.stat-content h3{font-size:.875rem;font-weight:600;color:#718096;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.stat-link{color:#667eea;text-decoration:none;font-size:.875rem;font-weight:600;transition:color .2s}.stat-link:hover{color:#764ba2}.progress-bar{width:100%;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden;margin-top:.5rem}.progress-fill{height:100%;background:linear-gradient(135deg,#667eea,#764ba2);transition:width .3s ease}.quick-actions{margin-bottom:3rem}.quick-actions h2{font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:1.5rem}.actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.action-card{background:#fff;border-radius:12px;padding:1.5rem;display:flex;gap:1rem;text-decoration:none;color:inherit;border:2px solid transparent;transition:transform .2s,box-shadow .2s,border-color .2s}.action-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:#667eea}.action-card.highlight{border-color:#667eea;background:linear-gradient(135deg,#667eea0d,#764ba20d)}.action-icon{font-size:2rem;flex-shrink:0}.action-content h3{font-size:1.125rem;font-weight:600;color:#1a202c;margin-bottom:.25rem}.action-content p{color:#718096;font-size:.875rem}.getting-started{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.getting-started h2{font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:1rem}.steps-list{list-style:none;counter-reset:step-counter;padding-left:0}.steps-list li{counter-increment:step-counter;position:relative;padding-left:3rem;margin-bottom:1rem;color:#4a5568;line-height:1.6}.steps-list li:before{content:counter(step-counter);position:absolute;left:0;top:0;width:2rem;height:2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem}.steps-list li strong{color:#1a202c}@media (max-width: 768px){.dashboard-nav{flex-direction:column;align-items:flex-start;gap:1rem}.dashboard-nav .nav-links{flex-wrap:wrap}.dashboard-header h1{font-size:1.5rem}.stats-grid,.actions-grid{grid-template-columns:1fr}}.profile-page{min-height:100vh;background:#f7fafc}.profile-content{max-width:800px;margin:0 auto;padding:2rem}.profile-header{margin-bottom:2rem}.profile-header h1{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.profile-header p{color:#718096;font-size:1.125rem}.profile-section{margin-bottom:3rem}.profile-section h2{font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.section-description{color:#718096;margin-bottom:1.5rem}.profile-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.avatar-section{text-align:center;margin-bottom:2rem}.avatar{width:100px;height:100px;border-radius:50%;border:4px solid #667eea}.info-grid{display:flex;flex-direction:column;gap:1.5rem}.info-item{display:flex;flex-direction:column;gap:.5rem}.info-item label{font-size:.875rem;font-weight:600;color:#718096;text-transform:uppercase;letter-spacing:.05em}.info-value{display:flex;align-items:center;gap:.75rem;font-size:1.125rem;color:#1a202c}.badge{font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:12px;text-transform:uppercase;letter-spacing:.05em}.badge.verified{background:#c6f6d5;color:#22543d}.badge.unverified{background:#fed7d7;color:#742a2a}.edit-name{display:flex;flex-direction:column;gap:.75rem}.name-input{padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s}.name-input:focus{outline:none;border-color:#667eea}.edit-actions{display:flex;gap:.5rem}.btn-edit{padding:.375rem .75rem;background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;color:#667eea;font-weight:600;font-size:.875rem;cursor:pointer;transition:background .2s,border-color .2s}.btn-edit:hover{background:#edf2f7;border-color:#667eea}.btn-save{padding:.5rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;font-weight:600;cursor:pointer;transition:transform .2s}.btn-save:hover{transform:translateY(-1px)}.btn-cancel{padding:.5rem 1.5rem;background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#4a5568;font-weight:600;cursor:pointer;transition:border-color .2s}.btn-cancel:hover{border-color:#cbd5e0}.btn-secondary{padding:.75rem 1.5rem;background:#fff;border:2px solid #667eea;border-radius:8px;color:#667eea;font-weight:600;cursor:pointer;transition:background .2s,color .2s}.btn-secondary:hover{background:#667eea;color:#fff}.providers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.provider-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;gap:1rem}.provider-header{display:flex;align-items:center;gap:1rem}.provider-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:8px;flex-shrink:0}.provider-icon.google{background:#f7fafc}.provider-icon.github{background:#1a202c;color:#fff}.provider-info{flex:1}.provider-info h3{font-size:1.125rem;font-weight:600;color:#1a202c;margin-bottom:.25rem}.provider-info p{font-size:.875rem;color:#718096}.btn-link{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;font-weight:600;cursor:pointer;transition:transform .2s}.btn-link:hover{transform:translateY(-1px)}.btn-unlink{padding:.75rem 1.5rem;background:#fff;border:2px solid #e53e3e;border-radius:8px;color:#e53e3e;font-weight:600;cursor:pointer;transition:background .2s,color .2s}.btn-unlink:hover{background:#e53e3e;color:#fff}@media (max-width: 768px){.profile-content{padding:1rem}.profile-header h1{font-size:1.5rem}.providers-grid{grid-template-columns:1fr}.edit-actions{flex-direction:column}.btn-save,.btn-cancel{width:100%}}.subscription-page{min-height:100vh;background:#f7fafc}.subscription-content{max-width:1200px;margin:0 auto;padding:2rem}.subscription-header{margin-bottom:2rem}.subscription-header h1{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.subscription-header p{color:#718096;font-size:1.125rem}.current-plan{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.plan-info h2{font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.plan-status,.plan-period{color:#718096;margin-bottom:.25rem}.status-badge{font-weight:600;text-transform:capitalize}.status-badge.active{color:#22543d}.status-badge.canceled{color:#742a2a}.status-badge.past_due{color:#c05621}.btn-manage{padding:.75rem 1.5rem;background:#fff;border:2px solid #667eea;border-radius:8px;color:#667eea;font-weight:600;cursor:pointer;transition:background .2s,color .2s}.btn-manage:hover{background:#667eea;color:#fff}.storage-section{margin-bottom:2rem}.storage-section h2{font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:1rem}.storage-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.storage-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.storage-text{font-size:1.125rem;color:#1a202c;font-weight:600}.storage-percentage{font-size:1rem;color:#718096}.storage-bar{height:12px;background:#e2e8f0;border-radius:6px;overflow:hidden}.storage-fill{height:100%;background:linear-gradient(135deg,#667eea,#764ba2);transition:width .3s ease}.plans-section{margin-bottom:3rem}.plans-section h2{font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:1.5rem}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.plan-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a;position:relative;transition:transform .2s,box-shadow .2s;border:3px solid transparent}.plan-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.plan-card.current{border-color:#667eea}.plan-card.featured{border-color:#667eea;transform:scale(1.05)}.plan-card.featured:hover{transform:scale(1.05) translateY(-4px)}.plan-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.375rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600}.plan-card h3{font-size:1.75rem;font-weight:600;color:#1a202c;margin-bottom:1rem}.plan-price{margin-bottom:2rem}.price-amount{font-size:3rem;font-weight:700;color:#1a202c}.price-period{font-size:1.125rem;color:#718096}.plan-features{list-style:none;padding:0;margin-bottom:2rem}.plan-features li{padding:.75rem 0;color:#4a5568;border-bottom:1px solid #e2e8f0}.plan-features li:last-child{border-bottom:none}.plan-features li:before{content:"✓ ";color:#48bb78;font-weight:700;margin-right:.5rem}.btn-current{width:100%;padding:1rem;background:#e2e8f0;border:none;border-radius:8px;color:#718096;font-weight:600;cursor:not-allowed}.btn-upgrade{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.btn-upgrade:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-contact{width:100%;padding:1rem;background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#718096;font-weight:600;cursor:not-allowed}.faq-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.faq-section h2{font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:1.5rem}.faq-item{margin-bottom:2rem}.faq-item:last-child{margin-bottom:0}.faq-item h3{font-size:1.125rem;font-weight:600;color:#1a202c;margin-bottom:.5rem}.faq-item p{color:#718096;line-height:1.6}.loading,.error{display:flex;align-items:center;justify-content:center;min-height:400px;font-size:1.125rem;color:#718096}.error{color:#e53e3e}@media (max-width: 768px){.subscription-content{padding:1rem}.subscription-header h1{font-size:1.5rem}.current-plan{flex-direction:column;align-items:flex-start}.btn-manage{width:100%}.plans-grid{grid-template-columns:1fr}.plan-card.featured{transform:scale(1)}.plan-card.featured:hover{transform:translateY(-4px)}.storage-info{flex-direction:column;align-items:flex-start;gap:.5rem}}.vaults-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.vaults-content{max-width:1200px;margin:0 auto;padding:2rem}.vaults-header{margin-bottom:2rem;color:#fff}.vaults-header h1{font-size:2.5rem;margin-bottom:.5rem}.vaults-header p{font-size:1.1rem;opacity:.9}.error-banner{background:#ff3b301a;border:1px solid rgba(255,59,48,.3);color:#ff3b30;padding:1rem;border-radius:8px;margin-bottom:2rem}.vaults-section,.devices-section{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a}.section-header{margin-bottom:1.5rem}.section-header h2{font-size:1.5rem;margin-bottom:.5rem;color:#333}.section-description{color:#666;font-size:.9rem;margin:0}.empty-state{text-align:center;padding:3rem 1rem;color:#666}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state h3{font-size:1.5rem;margin-bottom:.5rem;color:#333}.empty-state p{margin-bottom:1.5rem;color:#666}.vaults-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.vault-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s}.vault-card:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.vault-card.selected{border-color:#667eea;background:#667eea0d}.vault-icon{font-size:2rem;flex-shrink:0}.vault-info{flex:1;min-width:0}.vault-info h3{font-size:1.1rem;margin:0 0 .5rem;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vault-meta{display:flex;flex-wrap:wrap;gap:1rem;font-size:.85rem;color:#666}.vault-actions{display:flex;gap:.5rem}.btn-delete{background:none;border:1px solid #e0e0e0;padding:.5rem .75rem;border-radius:6px;cursor:pointer;transition:all .2s;font-size:1rem}.btn-delete:hover{border-color:#ff3b30;background:#ff3b301a}.btn-delete.confirm{border-color:#ff3b30;background:#ff3b30;color:#fff;font-size:.8rem}.devices-list{display:flex;flex-direction:column;gap:1rem}.device-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;border:1px solid #e0e0e0;border-radius:8px;transition:all .2s}.device-card.revoked{opacity:.6;background:#f9f9f9}.device-icon{font-size:2rem;flex-shrink:0}.device-info{flex:1}.device-info h3{font-size:1.1rem;margin:0 0 .5rem;color:#333}.device-meta{display:flex;flex-wrap:wrap;gap:1rem;font-size:.85rem;color:#666}.device-revoked{display:inline-block;margin-top:.5rem;font-size:.85rem;color:#ff3b30}.btn-revoke{background:none;border:1px solid #ff3b30;color:#ff3b30;padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:all .2s;font-size:.9rem}.btn-revoke:hover{background:#ff3b30;color:#fff}.help-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a}.help-section h2{font-size:1.5rem;margin-bottom:1.5rem;color:#333}.help-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.help-card{padding:1.5rem;background:#f9f9f9;border-radius:8px}.help-card h3{font-size:1rem;margin-bottom:.75rem;color:#333}.help-card p{font-size:.9rem;color:#666;margin:0;line-height:1.5}.btn-primary{display:inline-block;background:#667eea;color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;transition:all .2s}.btn-primary:hover{background:#5568d3;transform:translateY(-1px)}.settings-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.settings-content{max-width:800px;margin:0 auto;padding:2rem}.settings-header{margin-bottom:2rem;color:#fff}.settings-header h1{font-size:2.5rem;margin-bottom:.5rem}.settings-header p{font-size:1.1rem;opacity:.9}.settings-section{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a}.settings-section.warning{border:2px solid #ff9500;background:#ff95000d}.settings-section h2{font-size:1.5rem;margin-bottom:.75rem;color:#333}.section-description{color:#666;margin-bottom:1.5rem}.password-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#333;font-size:.9rem}.form-group input{padding:.75rem;border:1px solid #e0e0e0;border-radius:6px;font-size:1rem;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#667eea}.error-message{background:#ff3b301a;border:1px solid rgba(255,59,48,.3);color:#ff3b30;padding:.75rem;border-radius:6px;font-size:.9rem}.success-message{background:#34c7591a;border:1px solid rgba(52,199,89,.3);color:#34c759;padding:.75rem;border-radius:6px;font-size:.9rem}.btn-primary{background:#667eea;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary:hover:not(:disabled){background:#5568d3;transform:translateY(-1px)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.info-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.info-card{padding:1.5rem;background:#f9f9f9;border-radius:8px}.info-card h3{font-size:1rem;margin-bottom:.75rem;color:#333}.info-card ul{list-style:none;padding:0;margin:0}.info-card li{font-size:.85rem;color:#666;padding:.4rem 0 .4rem 1.25rem;position:relative}.info-card li:before{content:"•";position:absolute;left:0;color:#667eea;font-weight:700}.danger-zone{border:2px solid #ff3b30}.danger-actions{display:flex;flex-direction:column;gap:1.5rem}.danger-action{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border:1px solid #e0e0e0;border-radius:8px}.danger-action h3{font-size:1rem;margin:0 0 .25rem;color:#333}.danger-action p{font-size:.85rem;color:#666;margin:0}.btn-danger-outline{background:none;border:1px solid #ff3b30;color:#ff3b30;padding:.5rem 1.25rem;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-danger-outline:hover{background:#ff3b30;color:#fff}.btn-danger{background:#ff3b30;color:#fff;padding:.5rem 1.25rem;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-danger:hover:not(:disabled){background:#e0302a}.btn-danger:disabled{opacity:.5;cursor:not-allowed}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;display:flex;align-items:center;justify-content:center}#root{width:100%}button{cursor:pointer;font-family:inherit}input{font-family:inherit}a{color:#667eea;text-decoration:none}a:hover{text-decoration:underline}
