.landing-page{min-height:100vh;background:linear-gradient(135deg,#0a0a0a,#1a1a2e);color:#fff;overflow-x:hidden;width:100%;max-width:100vw;box-sizing:border-box}.landing-page *,.landing-page *:before,.landing-page *:after{box-sizing:border-box}.landing-header{position:relative;min-height:100vh;display:flex;flex-direction:column}.landing-nav{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 5%;position:absolute;top:0;left:0;right:0;z-index:100}.logo{display:flex;align-items:center;gap:.5rem}.logo-icon{font-size:1.5rem}.logo-text{font-size:1.25rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-buttons{display:flex;gap:1rem}.nav-btn{padding:.5rem 1.25rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease}.login-btn{background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff}.login-btn:hover{background:#ffffff1a;border-color:#ffffff80}.signup-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff}.signup-btn:hover{transform:translateY(-2px);box-shadow:0 4px 20px #667eea66}.hero-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:8rem 5% 4rem;max-width:900px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.gradient-text{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:#ffffffb3;max-width:600px;margin-bottom:2rem;line-height:1.6}.hero-cta{display:flex;gap:1rem;margin-bottom:3rem}.cta-primary{padding:1rem 2rem;font-size:1rem;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;cursor:pointer;transition:all .3s ease}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #667eea66}.cta-secondary{padding:1rem 2rem;font-size:1rem;font-weight:600;background:transparent;border:2px solid rgba(255,255,255,.3);border-radius:12px;color:#fff;cursor:pointer;transition:all .3s ease}.cta-secondary:hover{background:#ffffff1a;border-color:#ffffff80}.hero-stats{display:flex;gap:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.stat{display:flex;flex-direction:column;align-items:center}.stat-number{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:.875rem;color:#fff9;margin-top:.25rem}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:.5rem}.section-subtitle{font-size:1.125rem;color:#fff9;text-align:center;margin-bottom:3rem}.features-section{padding:5rem 5%;background:#0000004d}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,350px),1fr));gap:2rem;max-width:1200px;margin:0 auto;width:100%}.feature-card{background:linear-gradient(145deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);border-color:#667eea80;box-shadow:0 20px 40px #0000004d}.feature-card.premium{position:relative;overflow:hidden}.feature-card.premium:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#667eea,#764ba2)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-title{font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.feature-description{color:#ffffffb3;line-height:1.6;margin-bottom:1.5rem}.feature-list{list-style:none;margin-bottom:1.5rem}.feature-list li{padding:.5rem 0;color:#fffc;display:flex;align-items:center;gap:.5rem}.feature-pricing{margin-bottom:1.5rem}.feature-pricing .price{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.feature-pricing .period{color:#fff9}.feature-cta{width:100%;padding:1rem;font-size:1rem;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;cursor:pointer;transition:all .3s ease}.feature-cta:hover{transform:translateY(-2px);box-shadow:0 8px 30px #667eea66}.how-it-works-section{padding:5rem 5%}.steps-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr));gap:2rem;max-width:1200px;margin:0 auto;width:100%}.step{text-align:center;padding:2rem}.step-number{width:50px;height:50px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.step h3{font-size:1.25rem;margin-bottom:.5rem}.step p{color:#ffffffb3;line-height:1.6}.testimonials-section{padding:5rem 5%;background:#0000004d}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:2rem;max-width:1200px;margin:0 auto;width:100%}.testimonial-card{background:linear-gradient(145deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem}.testimonial-text{font-style:italic;color:#ffffffe6;line-height:1.6;margin-bottom:1.5rem}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:50px;height:50px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600}.author-info{display:flex;flex-direction:column}.author-name{font-weight:600}.author-role{font-size:.875rem;color:#fff9}.pricing-section{padding:5rem 5%}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:2rem;max-width:800px;margin:0 auto;width:100%}.pricing-grid.three-columns{grid-template-columns:repeat(3,1fr);max-width:1100px}@media (max-width: 1024px){.pricing-grid.three-columns{grid-template-columns:1fr 1fr}.pricing-grid.three-columns .pricing-card.featured{order:-1;grid-column:span 2}}@media (max-width: 768px){.pricing-grid.three-columns{grid-template-columns:1fr}.pricing-grid.three-columns .pricing-card.featured{grid-column:span 1}}.pricing-card{background:linear-gradient(145deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;transition:all .3s ease}.pricing-card.featured{border-color:#667eea80;position:relative}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#667eea,#764ba2);padding:.5rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600}.pricing-header{text-align:center;margin-bottom:2rem}.pricing-header h3{font-size:1.5rem;margin-bottom:1rem}.pricing-price{display:flex;align-items:baseline;justify-content:center;gap:.25rem}.pricing-price .currency{font-size:1.5rem;font-weight:600}.pricing-price .amount{font-size:3rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pricing-price .period{color:#fff9}.pricing-features{list-style:none;margin-bottom:2rem}.pricing-features li{padding:.75rem 0;color:#fffc;border-bottom:1px solid rgba(255,255,255,.1)}.pricing-features li:last-child{border-bottom:none}.pricing-features li.savings{color:#22c55e;font-weight:600}.pricing-cta{width:100%;padding:1rem;font-size:1rem;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;cursor:pointer;transition:all .3s ease}.pricing-cta:hover{transform:translateY(-2px);box-shadow:0 8px 30px #667eea66}.faq-section{padding:5rem 5%;background:#0000004d}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:2rem;max-width:1000px;margin:0 auto;width:100%}.faq-item{padding:1.5rem}.faq-item h4{font-size:1.125rem;margin-bottom:.75rem;color:#fff}.faq-item p{color:#ffffffb3;line-height:1.6}.cta-section{padding:5rem 5%;text-align:center;background:linear-gradient(135deg,#667eea33,#764ba233)}.cta-section h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-section p{font-size:1.125rem;color:#ffffffb3;margin-bottom:2rem}.cta-final{padding:1.25rem 3rem;font-size:1.125rem;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;cursor:pointer;transition:all .3s ease}.cta-final:hover{transform:translateY(-2px);box-shadow:0 8px 30px #667eea80}.landing-footer{padding:4rem 5% 2rem;background:#00000080}.footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;gap:3rem;max-width:1200px;margin:0 auto;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand{max-width:300px}.footer-brand p{color:#fff9;margin-top:1rem;line-height:1.6}.footer-links{display:flex;gap:4rem}.footer-column h4{font-size:1rem;font-weight:600;margin-bottom:1rem}.footer-column a{display:block;color:#fff9;text-decoration:none;padding:.5rem 0;transition:color .3s ease}.footer-column a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;max-width:1200px;margin:0 auto}.footer-bottom p{color:#fff6;font-size:.875rem}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem;padding:0 1rem}.hero-stats{flex-direction:column;gap:1.5rem;width:100%}.landing-nav{padding:1rem 4%}.nav-buttons{gap:.5rem}.nav-btn{padding:.4rem .8rem;font-size:.875rem}.hero-cta{flex-direction:column;width:100%;max-width:300px}.cta-primary,.cta-secondary{width:100%}.features-grid,.steps-container,.testimonials-grid,.pricing-grid,.faq-grid{grid-template-columns:1fr;padding:0 1rem}.features-section,.how-it-works-section,.testimonials-section,.pricing-section,.faq-section,.cta-section{padding:3rem 4%}.feature-card,.pricing-card,.testimonial-card{padding:1.5rem}.footer-content{flex-direction:column;padding:0 1rem}.footer-links{flex-wrap:wrap;gap:2rem}.section-title{font-size:1.75rem;padding:0 .5rem}.section-subtitle{font-size:1rem;padding:0 1rem}}@media (max-width: 480px){.hero-title{font-size:1.75rem;padding:0 .5rem}.hero-content{padding:5rem 4% 2rem}.hero-subtitle{font-size:1rem}.section-title{font-size:1.5rem}.pricing-price .amount{font-size:2.5rem}.logo-text{font-size:1rem}.nav-btn{padding:.35rem .6rem;font-size:.8rem}.cta-section h2{font-size:1.75rem}.cta-section p{font-size:1rem;padding:0 1rem}.cta-final{padding:1rem 2rem;font-size:1rem}.stat-number{font-size:1.5rem}.stat-label{font-size:.75rem}.feature-pricing .price{font-size:2rem}.step,.faq-item{padding:1rem}.faq-item h4{font-size:1rem}}@media (max-width: 360px){.landing-nav{padding:.75rem 3%}.logo-text{font-size:.9rem}.nav-btn{padding:.3rem .5rem;font-size:.75rem}.hero-title{font-size:1.5rem}.hero-content{padding:4.5rem 3% 2rem}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0a0a0a,#1a1a2e);padding:2rem}.auth-container{width:100%;max-width:420px}.auth-header{text-align:center;margin-bottom:2rem}.auth-logo{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:inherit}.auth-logo .logo-icon{font-size:2rem}.auth-logo .logo-text{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}.auth-card{background:linear-gradient(145deg,#ffffff14,#ffffff05);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem}.auth-card h1{font-size:1.75rem;font-weight:700;text-align:center;margin-bottom:.5rem;color:#fff}.auth-subtitle{text-align:center;color:#fff9;margin-bottom:2rem}.auth-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444;padding:.75rem 1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.875rem;text-align:center}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.form-group input{padding:.875rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;font-size:1rem;transition:all .3s ease}.form-group input::placeholder{color:#ffffff4d}.form-group input:focus{outline:none;border-color:#667eea80;background:#ffffff14;box-shadow:0 0 0 3px #667eea1a}.auth-submit{margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;transition:all .3s ease}.auth-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 30px #667eea66}.auth-submit:disabled{opacity:.7;cursor:not-allowed}.auth-footer{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.auth-footer p{color:#fff9}.auth-link{color:#667eea;text-decoration:none;font-weight:500;transition:color .3s ease}.auth-link:hover{color:#764ba2}.auth-terms{margin-top:1.5rem;text-align:center}.auth-terms p{font-size:.75rem;color:#fff6;line-height:1.5}.auth-terms a{color:#fff9;text-decoration:underline}.auth-terms a:hover{color:#fff}@media (max-width: 480px){.auth-page{padding:1rem}.auth-card{padding:1.5rem}.auth-card h1{font-size:1.5rem}}.subscribe-page{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;background:linear-gradient(135deg,#0a0a0a,#1a1a2e);padding:5rem 2rem 2rem}.subscribe-container{width:100%;max-width:1200px;text-align:center}.subscribe-container h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#fff}.subscribe-subtitle{color:#fff9;margin-bottom:2rem;font-size:1.125rem}.subscribe-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444;padding:.75rem 1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.875rem}.subscribe-success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#22c55e;padding:.75rem 1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.875rem}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:2rem}.plans-grid.three-columns{grid-template-columns:repeat(3,1fr)}@media (max-width: 1024px){.plans-grid.three-columns{grid-template-columns:1fr 1fr}.plans-grid.three-columns .plan-card.featured{order:-1;grid-column:span 2}}.plan-card{background:linear-gradient(145deg,#ffffff14,#ffffff05);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;text-align:center;position:relative;transition:all .3s ease}.plan-card:hover{transform:translateY(-5px);border-color:#667eea80;box-shadow:0 20px 40px #0000004d}.plan-card.featured{border-color:#667eea80}.plan-card.featured:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px 20px 0 0}.plan-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#667eea,#764ba2);padding:.5rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600;color:#fff}.plan-icon{font-size:3rem;margin-bottom:1rem}.plan-card h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fff}.plan-price{display:flex;align-items:baseline;justify-content:center;gap:.25rem;margin-bottom:1rem}.plan-price .currency{font-size:1.5rem;font-weight:600;color:#fff}.plan-price .amount{font-size:3rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.plan-price .period{color:#fff9}.plan-description{color:#ffffffb3;margin-bottom:1.5rem;line-height:1.5}.plan-features{list-style:none;text-align:left;margin-bottom:1.5rem}.plan-features li{color:#fffc;position:relative;padding:.5rem 0 .5rem 1.5rem}.plan-features li:before{content:"✓";position:absolute;left:0;color:#22c55e}.plan-features li.savings{color:#22c55e;font-weight:600}.plan-features li.savings:before{content:"💰"}.plan-cta.primary{background:linear-gradient(135deg,#22c55e,#16a34a)}.plan-cta.primary:hover:not(:disabled){box-shadow:0 8px 30px #22c55e66}.plan-cta{width:100%;padding:1rem;font-size:1rem;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;transition:all .3s ease}.plan-cta:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 30px #667eea66}.plan-cta:disabled{opacity:.7;cursor:not-allowed}.plan-cta.secondary{margin-top:.75rem;background:transparent;border:2px solid rgba(102,126,234,.5)}.plan-cta.secondary:hover:not(:disabled){background:#667eea1a}.credits-selector{display:flex;flex-direction:column;gap:0}.subscribe-info{background:#ffffff0d;border-radius:12px;padding:1.5rem;margin-bottom:2rem;text-align:left}.subscribe-info p{color:#ffffffb3;margin-bottom:.75rem;line-height:1.5}.subscribe-info p:last-child{margin-bottom:0}.subscribe-info strong{color:#fff}.skip-btn{background:transparent;border:none;color:#ffffff80;font-size:.875rem;cursor:pointer;text-decoration:underline;transition:color .3s ease}.skip-btn:hover{color:#fffc}@media (max-width: 768px){.subscribe-container h1{font-size:2rem}.plans-grid,.plans-grid.three-columns{grid-template-columns:1fr}.plans-grid.three-columns .plan-card.featured{order:-1;grid-column:span 1}.plan-price .amount{font-size:2.5rem}}.payment-page{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;background:linear-gradient(135deg,#0a0a0a,#1a1a2e);padding:5rem 2rem 2rem}.payment-container{width:100%;max-width:480px;background:linear-gradient(145deg,#ffffff14,#ffffff05);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem}.back-button{background:transparent;border:none;color:#fff9;font-size:.875rem;cursor:pointer;padding:0;margin-bottom:1.5rem;transition:color .3s ease}.back-button:hover{color:#ffffffe6}.payment-header{text-align:center;margin-bottom:2rem}.payment-header h1{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:.5rem}.payment-subtitle{color:#fff9;font-size:1rem}.order-summary{background:#0000004d;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem}.order-summary h3{font-size:.875rem;font-weight:600;color:#ffffffb3;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.order-item{display:flex;justify-content:space-between;align-items:center;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:.75rem}.item-name{color:#fff;font-weight:500}.item-price{color:#fffc}.order-total{display:flex;justify-content:space-between;align-items:center;font-weight:600}.order-total span{color:#fff}.total-amount{font-size:1.25rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.payment-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444;padding:.75rem 1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.875rem;text-align:center}.payment-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:500;color:#fffc}.form-group input{width:100%;padding:.875rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:10px;color:#fff;font-size:1rem;transition:all .3s ease}.form-group input::placeholder{color:#fff6}.form-group input:focus{outline:none;border-color:#667eea80;background:#ffffff14}.card-input-wrapper{position:relative}.card-input-wrapper input{padding-right:3rem}.card-icons{position:absolute;right:1rem;top:50%;transform:translateY(-50%);display:flex;gap:.5rem}.card-icon{font-size:1.25rem;opacity:.6}.form-row{display:flex;gap:1rem}.form-group.half{flex:1}.pay-button{width:100%;padding:1rem;font-size:1rem;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.pay-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 30px #667eea66}.pay-button:disabled{opacity:.6;cursor:not-allowed}.payment-security{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem;color:#ffffff80;font-size:.75rem}.lock-icon{font-size:.875rem}.payment-notice{margin-top:1.5rem;padding:1rem;background:#667eea1a;border:1px solid rgba(102,126,234,.3);border-radius:8px;font-size:.75rem;color:#ffffffb3;text-align:center;line-height:1.5}.payment-notice strong{color:#667eea}.success-container{text-align:center;padding:3rem 2rem}.success-icon{width:80px;height:80px;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#fff;margin:0 auto 1.5rem}.success-container h1{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:.75rem}.success-container p{color:#ffffffb3;margin-bottom:.5rem}.redirect-message{color:#ffffff80;font-size:.875rem;margin-top:1.5rem}@media (max-width: 480px){.payment-container{padding:1.5rem}.payment-header h1{font-size:1.5rem}.form-row{flex-direction:column;gap:1.25rem}.form-group.half{flex:none}}.app{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:40px 20px;position:relative}.main-menu{max-width:1000px;width:100%;text-align:center;animation:fadeIn .5s ease-in;padding:2rem}.menu-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.menu-card{background:linear-gradient(145deg,#ffffff0d,#ffffff05);border:2px solid rgba(102,126,234,.3);border-radius:20px;padding:2.5rem 2rem;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.menu-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(102,126,234,.1),transparent);transition:left .5s}.menu-card:hover:before{left:100%}.menu-card:hover{transform:translateY(-10px) scale(1.02);border-color:#667eea;box-shadow:0 20px 60px #667eea4d;background:linear-gradient(145deg,#667eea14,#764ba214)}.card-icon{font-size:4rem;margin-bottom:1.5rem;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.card-title{font-size:1.8rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.card-description{font-size:1rem;color:#a0a0a0;line-height:1.6;margin-bottom:1.5rem}.card-arrow{font-size:2rem;color:#667eea;font-weight:700;transition:transform .3s}.menu-card:hover .card-arrow{transform:translate(10px)}.back-to-menu-btn{background:transparent;border:2px solid #667eea;color:#667eea;padding:.6rem 1.2rem;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:600;transition:all .3s;margin-bottom:1.5rem}.back-to-menu-btn:hover{background:#667eea1a;transform:translate(-3px)}.setup-screen{max-width:600px;width:100%;text-align:center;animation:fadeIn .5s ease-in}.title{font-size:3rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{font-size:1.2rem;color:#a0a0a0;margin-bottom:2rem}.error-banner{background:#f44;color:#fff;padding:1rem;border-radius:8px;margin-bottom:1.5rem;animation:shake .5s}.ai-provider-selector{margin-bottom:2rem;display:flex;align-items:center;justify-content:center;gap:1rem}.ai-provider-selector label{font-size:1rem;color:#e0e0e0}.ai-provider-selector select{padding:.5rem 1rem;font-size:1rem;background:#2a2a3e;color:#fff;border:2px solid #667eea;border-radius:6px;cursor:pointer;outline:none}.interview-settings{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:2rem;padding:1.5rem;background:#ffffff08;border-radius:12px}.setting-group{display:flex;flex-direction:column;align-items:center;gap:.5rem}.setting-group label{font-size:1rem;color:#e0e0e0;font-weight:500}.mode-toggle{display:flex;border:2px solid #667eea;border-radius:8px;overflow:hidden}.mode-btn{padding:.6rem 1.5rem;font-size:1rem;background:#2a2a3e;color:#a0a0a0;border:none;cursor:pointer;transition:all .2s ease}.mode-btn:first-child{border-right:1px solid #667eea}.mode-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600}.mode-btn:hover:not(.active){background:#3a3a4e;color:#e0e0e0}.language-select{padding:.6rem 1.5rem;font-size:1rem;background:#2a2a3e;color:#fff;border:2px solid #667eea;border-radius:8px;cursor:pointer;outline:none;min-width:150px}.language-select:focus{border-color:#764ba2}.setting-hint{font-size:.8rem;color:#888;text-align:center;max-width:250px;margin:0}.mode-badge{background:#667eea4d;color:#667eea;padding:.3rem .6rem;border-radius:4px;font-size:.75rem;font-weight:600}.upload-section{background:#ffffff0d;border-radius:12px;padding:2rem;margin-bottom:2rem}.upload-section h2{font-size:1.5rem;margin-bottom:.5rem}.hint{font-size:.9rem;color:#888;margin-bottom:1.5rem}.file-input-group{margin-bottom:1rem}.file-upload-btn{display:inline-block;padding:1rem 2rem;background:#667eea;color:#fff;border-radius:8px;cursor:pointer;transition:all .3s;font-size:1rem;font-weight:500}.file-upload-btn:hover{background:#764ba2;transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.start-btn{width:100%;padding:1.5rem;font-size:1.8rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .3s;margin-bottom:2rem}.start-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 8px 24px #667eea80}.start-btn:disabled{opacity:.5;cursor:not-allowed}.job-diplomat-btn{width:100%;padding:1.5rem;font-size:1.8rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .3s;margin-top:1rem}.job-diplomat-btn:hover{transform:scale(1.05);box-shadow:0 8px 24px #667eea80}.info{color:#888;font-size:.9rem;line-height:1.8}.interview-screen{width:100%;height:100vh;position:fixed;top:0;left:0;overflow:hidden;animation:fadeIn .5s ease-in}.top-left{position:fixed;top:20px;left:20px;z-index:1000}.top-right{position:fixed;top:20px;right:20px;z-index:1000}.bottom-left{position:fixed;bottom:30px;left:30px;z-index:1000;max-width:450px}.bottom-right{position:fixed;bottom:30px;right:30px;z-index:1000}.corner-status{background:#0a0a0ad9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:8px;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 20px #00000080;display:flex;align-items:center;gap:.8rem}.corner-metadata{background:#0a0a0ad9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:8px;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 20px #00000080;display:flex;gap:.6rem}.corner-controls{display:flex;gap:1rem;align-items:center}.corner-transcript{position:fixed;top:70px;left:20px;max-width:400px;max-height:300px;background:#0a0a0ae6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 20px #00000080;z-index:800;display:flex;flex-direction:column;overflow:hidden}.transcript-header{display:flex;align-items:center;gap:.5rem;padding:.5rem .8rem;background:#667eea1a;border-bottom:1px solid rgba(102,126,234,.2)}.transcript-icon{font-size:1rem}.transcript-label{font-size:.75rem;font-weight:600;color:#667eea;text-transform:uppercase;letter-spacing:.5px}.transcript-content{flex:1;overflow-y:auto;padding:.8rem;display:flex;flex-direction:column;gap:.6rem}.transcript-empty{color:#666;font-size:.8rem;font-style:italic;text-align:center;padding:1rem}.transcript-entry{display:flex;align-items:flex-start;gap:.5rem;font-size:.8rem;line-height:1.4;padding:.4rem;background:#ffffff05;border-radius:4px;border-left:2px solid transparent}.transcript-entry .transcript-speaker{font-size:1rem;flex-shrink:0}.transcript-entry.interviewer{border-left-color:#667eea}.transcript-entry.candidate{border-left-color:#0f8}.transcript-text{flex:1;color:#ccc;word-wrap:break-word}.transcript-content::-webkit-scrollbar{width:6px}.transcript-content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.transcript-content::-webkit-scrollbar-thumb{background:#667eea4d;border-radius:3px}.transcript-content::-webkit-scrollbar-thumb:hover{background:#667eea80}.status-indicator{display:flex;align-items:center;gap:.8rem}.pulse-dot{width:12px;height:12px;border-radius:50%;background:#666}.pulse-dot.active{background:#0f8;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.status-text{font-size:.85rem;font-weight:600;letter-spacing:.5px}.processing-indicator{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#888}.transcript-toggle-btn{background:#667eea33;border:1px solid rgba(102,126,234,.3);border-radius:6px;padding:.3rem .6rem;font-size:1.2rem;cursor:pointer;transition:all .3s;color:#667eea;display:flex;align-items:center;justify-content:center}.transcript-toggle-btn:hover{background:#667eea4d;border-color:#667eea;transform:scale(1.05)}.spinner{width:16px;height:16px;border:2px solid #333;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.metadata{display:flex;gap:1rem}.language-badge,.provider-badge{padding:.3rem .8rem;background:#667eea33;border-radius:16px;font-size:.75rem;font-weight:500}.pause-btn{padding:1.2rem 2.5rem;font-size:1.3rem;font-weight:700;background:#667eea;color:#fff;border:none;border-radius:50px;cursor:pointer;transition:all .3s;box-shadow:0 6px 25px #667eea80;text-transform:uppercase;letter-spacing:2px}.pause-btn:hover:not(:disabled){background:#5568d3;transform:scale(1.08);box-shadow:0 8px 30px #667eeab3}.pause-btn:disabled{background:#4a5a8a;cursor:not-allowed;opacity:.6}.stop-btn{padding:1.2rem 3rem;font-size:1.4rem;font-weight:700;background:#f44;color:#fff;border:none;border-radius:50px;cursor:pointer;transition:all .3s;box-shadow:0 6px 25px #ff444480;text-transform:uppercase;letter-spacing:2px}.stop-btn:hover{background:#c00;transform:scale(1.08);box-shadow:0 8px 30px #ff4444b3}.nav-arrow{position:fixed;top:15%;transform:translateY(-50%);width:80px;height:120px;font-size:5rem;font-weight:300;background:#667eea14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#667eea;border:2px solid rgba(102,126,234,.2);border-radius:16px;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;z-index:900;-webkit-user-select:none;user-select:none;opacity:.7}.nav-arrow:hover:not(:disabled){background:#667eea4d;border-color:#667eea;transform:translateY(-50%) scale(1.1);box-shadow:0 8px 30px #667eea80}.nav-arrow:disabled{opacity:.3;cursor:not-allowed;background:#667eea0d}.left-arrow{left:20px}.right-arrow{right:20px}.history-position{position:fixed;top:20px;left:50%;transform:translate(-50%);background:#0a0a0ad9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.8rem 2rem;border-radius:30px;border:2px solid rgba(102,126,234,.5);font-size:1.3rem;font-weight:700;color:#667eea;z-index:1000;box-shadow:0 4px 20px #667eea4d;letter-spacing:2px}.answer-display{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2vh 2vw;overflow:hidden;box-sizing:border-box}.answer-container{width:100%;height:100%;max-width:100%;display:flex;flex-direction:column;justify-content:center;animation:slideIn .5s ease-out;overflow:hidden}.question-section,.answer-section{margin-bottom:1.5vh;flex-shrink:1;min-height:0;overflow:hidden}.message-bubble{background:#14141ef2;border-radius:16px;padding:1.2vh 2.5vw;box-shadow:0 8px 24px #0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:transform .2s ease}.message-bubble:hover{transform:translateY(-2px);box-shadow:0 12px 32px #00000080}.message-header{display:flex;align-items:center;gap:.4rem;margin-bottom:.5vh;padding-bottom:.3vh;border-bottom:1px solid rgba(255,255,255,.08)}.message-icon{font-size:clamp(.8rem,1.5vh,1.2rem);display:flex;align-items:center;justify-content:center}.message-label{font-size:clamp(.6rem,1vh,.75rem);font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#ffffff80}.question-bubble{background:linear-gradient(135deg,#667eea26,#764ba226);border-left:4px solid #667eea;position:relative;overflow:visible}.question-bubble:before{content:"?";position:absolute;top:50%;right:2%;transform:translateY(-50%);font-size:clamp(8rem,20vh,15rem);color:#667eea14;font-weight:900;pointer-events:none;z-index:0;line-height:1}.answer-bubble{background:linear-gradient(135deg,#00ff881f,#00c8641f);border-left:4px solid #00ff88}.answer-bubble .message-header{border-bottom-color:#00ff884d}.question-text{position:relative;z-index:1;font-size:clamp(1.2rem,2.5vh,2.5rem);line-height:1.5;color:#e8e8e8;font-weight:400;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;text-align:left}.answer-text{font-size:clamp(1.3rem,3vh,3.5rem);line-height:1.5;color:#0f8;font-weight:500;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;text-align:left;text-shadow:0 0 20px rgba(0,255,136,.3);max-height:100%;overflow:hidden;box-sizing:border-box}.answer-paragraph{margin:0 0 1.5vh;line-height:1.6}.answer-paragraph:last-child{margin-bottom:0}.answer-list{margin:1vh 0 1.5vh;padding-left:2.5vw;line-height:1.6}.answer-list li{margin-bottom:.8vh;padding-left:.5vw}.answer-list li:last-child{margin-bottom:0}.answer-text strong{font-weight:700;color:#0fa;text-shadow:0 0 25px rgba(0,255,170,.4)}.waiting-state{text-align:center;padding:3rem}.waiting-icon{margin-bottom:2rem}.sound-wave{display:flex;justify-content:center;align-items:flex-end;gap:8px;height:80px}.sound-wave span{width:8px;background:#667eea;border-radius:4px;animation:wave 1.2s ease-in-out infinite}.sound-wave span:nth-child(1){animation-delay:0s}.sound-wave span:nth-child(2){animation-delay:.2s}.sound-wave span:nth-child(3){animation-delay:.4s}.sound-wave span:nth-child(4){animation-delay:.6s}@keyframes wave{0%,to{height:20px}50%{height:60px}}.waiting-state h2{font-size:2.5rem;margin-bottom:1rem;color:#e0e0e0}.waiting-state p{font-size:1.3rem;color:#888}.last-detected{margin-top:2rem;padding:1rem;background:#ffffff0d;border-radius:8px;font-size:1rem;color:#666;font-style:italic}.error-footer{padding:1rem;background:#f443;border-top:2px solid #ff4444;text-align:center;font-size:1rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}@media (max-width: 768px){.main-menu{padding:1rem}.menu-cards{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.menu-card{padding:2rem 1.5rem}.card-icon{font-size:3rem}.card-title{font-size:1.5rem}.card-description{font-size:.9rem}.title{font-size:2rem}.answer-container{padding:0;justify-content:flex-start;padding-top:10vh}.message-bubble{padding:1vh 3.5vw;border-radius:14px}.message-header{gap:.5rem;margin-bottom:.6vh;padding-bottom:.4vh}.message-icon{font-size:clamp(1rem,1.8vh,1.5rem)}.message-label{font-size:clamp(.65rem,1vh,.8rem)}.question-text{font-size:clamp(.95rem,2vh,1.4rem);line-height:1.4}.answer-text{font-size:clamp(1rem,2.5vh,1.8rem);line-height:1.4;max-height:55vh;overflow-y:auto}.answer-paragraph{margin:0 0 1vh;line-height:1.5}.answer-list{margin:.8vh 0 1vh;padding-left:5vw;font-size:.95em}.answer-list li{margin-bottom:.6vh;padding-left:1vw}.waiting-state h2{font-size:1.5rem}.waiting-state p{font-size:1rem}.status-bar{flex-direction:column;align-items:flex-start}.label{font-size:clamp(.7rem,1.2vh,1rem);margin-bottom:.5vh}.top-left,.top-right{top:10px}.top-left{left:10px}.top-right{right:10px}.bottom-left{bottom:15px;left:10px;max-width:calc(100vw - 20px)}.corner-transcript{max-width:calc(100vw - 20px);max-height:200px;top:60px;left:10px}.transcript-toggle-btn{font-size:1rem;padding:.25rem .5rem}.bottom-right{bottom:15px;right:15px}.corner-status{padding:.4rem .8rem;font-size:.75rem}.corner-metadata{display:none}.pause-btn{padding:1.2rem 2.2rem;font-size:1.4rem}.stop-btn{padding:1.3rem 2.5rem;font-size:1.5rem}.nav-arrow{width:60px;height:90px;font-size:3.5rem}.left-arrow{left:10px}.right-arrow{right:10px}.history-position{top:10px;padding:.5rem 1.5rem;font-size:1rem}.answer-display{padding:1vh 2vw}.answer-container{justify-content:flex-start;padding-top:8vh}.question-section,.answer-section{margin-bottom:1vh}.message-bubble{padding:1vh 3vw}}.view-transcripts-btn{padding:1rem 2rem;font-size:1.1rem;background:transparent;color:#667eea;border:2px solid #667eea;border-radius:12px;cursor:pointer;font-weight:600;transition:all .3s;margin-top:1rem;width:100%;max-width:400px}.view-transcripts-btn:hover{background:#667eea1a;transform:translateY(-2px)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-in}.modal-content{background:#1a1a2e;border-radius:16px;padding:2rem;max-width:500px;width:90%;box-shadow:0 20px 60px #00000080;animation:slideUp .3s ease-out}.modal-content h2{font-size:1.8rem;margin-bottom:1rem;color:#667eea}.modal-description{color:#b0b0b0;margin-bottom:1.5rem;font-size:1rem;line-height:1.5}.modal-form{margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.9rem;color:#a0a0a0;margin-bottom:.5rem;font-weight:500}.form-group input{width:100%;padding:.8rem;font-size:1rem;background:#2a2a3e;color:#fff;border:2px solid #3a3a4e;border-radius:8px;outline:none;transition:border-color .3s}.form-group input:focus{border-color:#667eea}.form-group input::placeholder{color:#666}.modal-actions{display:flex;gap:1rem}.btn-primary,.btn-secondary{flex:1;padding:.9rem;font-size:1rem;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s}.btn-primary:hover:not(:disabled){background:#5568d3;transform:translateY(-2px)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:transparent;color:#888;border:2px solid #3a3a4e}.btn-secondary:hover:not(:disabled){border-color:#667eea;color:#667eea}.transcript-list-container{width:100%;max-width:900px;height:100vh;display:flex;flex-direction:column;padding:2rem;overflow:hidden}.transcript-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.transcript-list-header h2{font-size:2rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-close{background:transparent;border:2px solid #667eea;color:#667eea;font-size:1.5rem;width:40px;height:40px;border-radius:8px;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;padding:0}.btn-close:hover{background:#667eea1a;transform:rotate(90deg)}.storage-info{color:#888;font-size:.9rem;margin-bottom:1rem}.search-box{position:relative;margin-bottom:1.5rem}.search-input{width:100%;padding:.9rem 1rem;font-size:1rem;background:#2a2a3e;color:#fff;border:2px solid #3a3a4e;border-radius:10px;outline:none;transition:border-color .3s}.search-input:focus{border-color:#667eea}.search-input::placeholder{color:#666}.btn-clear-search{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#888;font-size:1.2rem;cursor:pointer;padding:.5rem;transition:color .3s}.btn-clear-search:hover{color:#667eea}.transcript-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.empty-state{text-align:center;color:#666;padding:3rem 1rem;font-size:1.1rem}.transcript-item{background:#ffffff0d;border-radius:12px;padding:1.2rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:all .3s;border:2px solid transparent}.transcript-item:hover{background:#ffffff14;border-color:#667eea;transform:translate(5px)}.transcript-main{flex:1;cursor:pointer}.transcript-title{font-size:1.2rem;font-weight:600;color:#e0e0e0;margin-bottom:.3rem}.transcript-job-title{font-size:.9rem;color:#667eea;margin-bottom:.5rem}.transcript-meta{font-size:.85rem;color:#888;display:flex;gap:.5rem;align-items:center}.transcript-actions{display:flex;gap:.5rem;align-items:center}.btn-export,.btn-delete{padding:.5rem .8rem;font-size:.85rem;border-radius:6px;cursor:pointer;transition:all .3s;border:none;font-weight:600}.btn-export{background:transparent;color:#667eea;border:1px solid #667eea}.btn-export:hover{background:#667eea33}.btn-delete{background:transparent;color:#f44;border:1px solid transparent;font-size:1.2rem;padding:.3rem .6rem}.btn-delete:hover{background:#ff44441a;border-color:#f44}.transcript-viewer-container{width:100%;max-width:1000px;height:100vh;display:flex;flex-direction:column;padding:2rem;overflow:hidden}.viewer-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.btn-back{background:transparent;border:2px solid #667eea;color:#667eea;padding:.6rem 1rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s}.btn-back:hover{background:#667eea1a;transform:translate(-3px)}.viewer-header h2{flex:1;font-size:1.8rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.viewer-actions{display:flex;gap:.5rem}.viewer-metadata{background:#ffffff0d;border-radius:10px;padding:1rem;margin-bottom:1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.8rem}.metadata-row{display:flex;gap:.5rem;font-size:.9rem}.metadata-label{color:#888;font-weight:600}.conversation-timeline{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem;padding-right:.5rem}.timeline-entry{display:flex;flex-direction:column;gap:.5rem;animation:slideIn .3s ease-out}.timeline-entry.interviewer{align-items:flex-start}.timeline-entry.candidate{align-items:flex-end}.timeline-time{font-size:.75rem;color:#666;padding:0 .5rem}.timeline-bubble{background:#ffffff0d;border-radius:12px;padding:1rem;max-width:80%;border:1px solid rgba(255,255,255,.1)}.timeline-entry.interviewer .timeline-bubble{background:#667eea1a;border-color:#667eea4d}.timeline-entry.candidate .timeline-bubble{background:#00ff880d;border-color:#0f83}.timeline-speaker{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.speaker-icon{font-size:1.2rem}.speaker-label{font-size:.8rem;font-weight:700;color:#888;letter-spacing:.5px}.timeline-text{color:#e0e0e0;line-height:1.6;font-size:1rem}.timeline-answer{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.answer-label{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.8rem;color:#0f8;font-weight:700}.answer-icon{font-size:1rem}.answer-content{color:#0f8;line-height:1.6;font-size:.95rem}.highlight{background:#ffff004d;padding:.1rem .2rem;border-radius:3px}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideIn{0%{transform:translate(-20px);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 768px){.modal-content{padding:1.5rem}.transcript-list-container,.transcript-viewer-container{padding:1rem}.transcript-item{flex-direction:column;align-items:flex-start}.transcript-actions{width:100%;justify-content:flex-end}.viewer-header{flex-wrap:wrap}.viewer-metadata{grid-template-columns:1fr}.timeline-bubble{max-width:95%}}.user-menu-bar{position:fixed;top:0;right:0;padding:.5rem 1rem;z-index:1100}.user-menu-trigger{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#0a0a14e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);border-radius:25px;cursor:pointer;transition:all .3s ease}.user-menu-trigger:hover{background:#1e1e32f2;border-color:#ffffff40}.user-name{font-size:.85rem;font-weight:500;color:#e0e0e0;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menu-arrow{font-size:.6rem;color:#ffffff80;transition:transform .3s ease}.menu-arrow.open{transform:rotate(180deg)}.user-menu-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;z-index:1099}.user-menu-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;min-width:200px;background:#141423fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:12px;box-shadow:0 10px 40px #00000080;overflow:hidden;z-index:1100;animation:dropdownSlide .2s ease-out}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.menu-subscription-info{display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,.1)}.subscription-badge{font-size:.7rem;padding:.2rem .5rem;background:linear-gradient(135deg,#667eea33,#764ba233);border:1px solid rgba(102,126,234,.4);border-radius:12px;color:#667eea;font-weight:600}.credits-badge{font-size:.7rem;padding:.2rem .5rem;background:linear-gradient(135deg,#22c55e33,#16a34a33);border:1px solid rgba(34,197,94,.4);border-radius:12px;color:#22c55e;font-weight:600}.menu-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.85rem 1rem;background:transparent;border:none;color:#e0e0e0;font-size:.9rem;cursor:pointer;transition:all .2s ease;text-align:left}.menu-item:hover{background:#ffffff14}.menu-icon{font-size:1rem}.menu-item.admin-item:hover{background:#f39c1226;color:#f39c12}.menu-item.upgrade-item:hover{background:#667eea26;color:#667eea}.menu-item.logout-item{border-top:1px solid rgba(255,255,255,.1);color:#888}.menu-item.logout-item:hover{background:#ef44441a;color:#ef4444}.menu-plan-info{padding:.75rem 1rem;display:flex;flex-direction:column;gap:.35rem}.plan-label{font-size:.7rem;color:#888;text-transform:uppercase;letter-spacing:.05em;margin:0;line-height:1}.menu-plan-info .plan-badge{font-size:.85rem;font-weight:600;padding:.35rem .6rem;border-radius:6px;display:inline-block;width:fit-content;line-height:1.2;margin:0;position:static;transform:none;top:auto;left:auto}.menu-plan-info .plan-badge.bundle{background:linear-gradient(135deg,#667eea33,#764ba233);border:1px solid rgba(102,126,234,.4);color:#a78bfa}.menu-plan-info .plan-badge.active{background:linear-gradient(135deg,#22c55e33,#16a34a33);border:1px solid rgba(34,197,94,.4);color:#22c55e}.menu-plan-info .plan-badge.free{background:#ffffff0d;border:1px solid rgba(255,255,255,.15);color:#888}.plan-details{display:flex;flex-direction:column;gap:.25rem;margin-top:.25rem}.expires-text{font-size:.75rem;color:#888}.menu-divider{height:1px;background:#ffffff1a;margin:.25rem 0}.main-menu,.setup-screen{padding-top:2rem}.interview-screen .corner-status.top-left,.interview-screen .corner-transcript.top-left{top:1rem}.interview-screen .corner-metadata.top-right{top:3.5rem}.card-badge{display:inline-block;padding:.3rem .8rem;font-size:.75rem;font-weight:600;border-radius:20px;margin-bottom:1rem}.card-badge.locked{background:#ff646426;border:1px solid rgba(255,100,100,.3);color:#ff6464}.card-badge.free{background:#00ff8826;border:1px solid rgba(0,255,136,.3);color:#0f8}.subscription-required-banner{background:linear-gradient(135deg,#ff64641a,#ff64640d);border:2px solid rgba(255,100,100,.3);border-radius:12px;padding:1.5rem;margin-bottom:2rem;text-align:center}.subscription-required-banner p{color:#f88;margin-bottom:1rem;font-size:1.1rem}.subscribe-now-btn{padding:.8rem 2rem;font-size:1rem;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .3s}.subscribe-now-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #667eea66}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#0a0a0a,#1a1a2e)}.loading-spinner{width:50px;height:50px;border:4px solid rgba(102,126,234,.2);border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.loading-screen p{color:#888;font-size:1rem}.legal-page{min-height:100vh;display:flex;justify-content:center;padding:3rem 2rem;background:linear-gradient(135deg,#0a0a0a,#1a1a2e)}.legal-container{max-width:800px;width:100%}.legal-container h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.legal-container .last-updated{color:#666;font-size:.9rem;margin-bottom:2rem}.legal-container section{margin-bottom:2rem}.legal-container h2{font-size:1.3rem;font-weight:600;color:#e0e0e0;margin-bottom:.75rem}.legal-container p{color:#a0a0a0;line-height:1.7;font-size:1rem}.legal-container .back-link{display:inline-block;margin-top:2rem;color:#667eea;text-decoration:none;font-weight:500;transition:color .3s}.legal-container .back-link:hover{color:#764ba2}@media (max-width: 768px){.user-menu-bar{padding:.5rem .75rem}.user-menu-trigger{padding:.4rem .75rem}.user-name{font-size:.8rem;max-width:120px}.user-menu-dropdown{min-width:180px}.menu-item{padding:.75rem 1rem;font-size:.85rem}.main-menu{padding-top:1rem}.legal-container h1{font-size:2rem}}.clickwrap-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.clickwrap-modal{background:linear-gradient(145deg,#1a1a2e,#16213e);border-radius:20px;max-width:700px;width:100%;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;border:1px solid rgba(102,126,234,.3);box-shadow:0 20px 60px #00000080}.clickwrap-header{padding:24px 30px;background:linear-gradient(135deg,#667eea33,#764ba233);border-bottom:1px solid rgba(102,126,234,.2)}.clickwrap-header h2{margin:0 0 8px;font-size:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.clickwrap-subtitle{margin:0;color:#a0a0a0;font-size:.95rem}.clickwrap-content{padding:24px 30px;overflow-y:auto;flex:1}.agreement-section{margin-bottom:20px}.agreement-section h3{color:#667eea;font-size:1.1rem;margin-bottom:10px}.agreement-section h4{color:#e0e0e0;font-size:1rem;margin-bottom:8px}.agreement-section p{color:#b0b0b0;line-height:1.6;font-size:.95rem}.agreement-section ul{margin:10px 0;padding-left:20px}.agreement-section li{color:#a0a0a0;margin-bottom:6px;line-height:1.5}.clickwrap-checkboxes{margin-top:24px;padding-top:20px;border-top:1px solid rgba(102,126,234,.2)}.checkbox-label{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;cursor:pointer;color:#d0d0d0;font-size:.95rem;line-height:1.5}.checkbox-label input[type=checkbox]{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#667eea}.checkbox-label a{color:#667eea;text-decoration:none}.checkbox-label a:hover{text-decoration:underline}.clickwrap-actions{padding:20px 30px;background:#0003;border-top:1px solid rgba(102,126,234,.2);display:flex;gap:12px;justify-content:flex-end}.btn-decline{padding:12px 24px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;background:transparent;border:2px solid #6c757d;color:#6c757d}.btn-decline:hover{background:#6c757d1a;border-color:#8c939b;color:#8c939b}.btn-accept{padding:12px 32px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff}.btn-accept:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 20px #667eea66}.btn-accept:disabled{opacity:.5;cursor:not-allowed;transform:none}.clickwrap-modal-legal{max-width:900px;max-height:90vh}.clickwrap-content-legal{font-size:.9rem;padding:20px 30px}.legal-notice-box{background:#667eea26;border:1px solid rgba(102,126,234,.3);border-radius:8px;padding:16px;margin-bottom:20px;color:#d0d0d0;line-height:1.6}.legal-warning-box{background:#ff980026;border:1px solid rgba(255,152,0,.4);border-radius:8px;padding:14px;margin:12px 0;color:#ffb74d;line-height:1.5}.legal-final-box{background:#4caf5026;border:2px solid rgba(76,175,80,.4);border-radius:10px;padding:20px;margin-top:24px;color:#a5d6a7}.legal-final-box ul{margin:12px 0 0;padding-left:20px}.legal-final-box li{color:#c8e6c9;margin-bottom:8px}.clickwrap-content-legal .agreement-section ul ul{margin-top:8px;padding-left:20px}.clickwrap-content-legal .agreement-section ul ul li{font-size:.85rem}.scroll-indicator{position:sticky;bottom:0;background:linear-gradient(transparent,#1a1a2e 50%);text-align:center;padding:20px;color:#667eea;font-weight:600;animation:bounce 1s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.scroll-notice{text-align:center;color:#ff9800;font-size:.85rem;margin-top:10px;padding:0 20px}.checkbox-label-legal{font-size:.9rem;line-height:1.6}.checkbox-label-legal input[type=checkbox]:disabled+.checkmark{opacity:.5}.clickwrap-checkboxes{padding:16px 30px;background:#00000026;border-top:1px solid rgba(102,126,234,.2);margin-top:0}.cookie-consent-banner{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(145deg,#1a1a2e,#16213e);border-top:1px solid rgba(102,126,234,.3);padding:20px;z-index:9999;box-shadow:0 -10px 40px #0000004d;animation:slideUp .4s ease-out}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-consent-content{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px}.cookie-consent-text{flex:1;min-width:300px}.cookie-consent-text h3{margin:0 0 8px;color:#667eea;font-size:1.1rem}.cookie-consent-text p{margin:0;color:#b0b0b0;font-size:.9rem;line-height:1.5}.cookie-details{margin-top:16px;padding:16px;background:#0003;border-radius:10px}.cookie-category{margin-bottom:16px}.cookie-category:last-child{margin-bottom:0}.cookie-category h4{color:#e0e0e0;font-size:.95rem;margin:0 0 6px}.cookie-category p{font-size:.85rem;margin-bottom:8px}.cookie-category ul{margin:0;padding-left:20px}.cookie-category li{color:#a0a0a0;font-size:.85rem;margin-bottom:4px}.cookie-details-toggle{background:none;border:none;color:#667eea;cursor:pointer;font-size:.9rem;margin-top:10px;padding:0;text-decoration:underline}.cookie-details-toggle:hover{color:#8a9cf0}.cookie-consent-actions{display:flex;gap:10px;flex-wrap:wrap}.btn-cookie-decline,.btn-cookie-essential,.btn-cookie-accept{padding:10px 20px;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s;white-space:nowrap}.btn-cookie-decline{background:transparent;border:1px solid #6c757d;color:#6c757d}.btn-cookie-decline:hover{background:#6c757d1a;border-color:#8c939b;color:#8c939b}.btn-cookie-essential{background:transparent;border:1px solid #667eea;color:#667eea}.btn-cookie-essential:hover{background:#667eea1a}.btn-cookie-accept{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff}.btn-cookie-accept:hover{transform:translateY(-2px);box-shadow:0 4px 15px #667eea66}@media (max-width: 768px){.clickwrap-modal{max-height:90vh}.clickwrap-header,.clickwrap-content,.clickwrap-actions{padding:16px 20px}.clickwrap-actions{flex-direction:column}.btn-decline,.btn-accept{width:100%}.cookie-consent-content{flex-direction:column;align-items:stretch}.cookie-consent-actions{width:100%;justify-content:stretch}.btn-cookie-decline,.btn-cookie-essential,.btn-cookie-accept{flex:1;padding:12px 10px;font-size:.85rem}}.job-diplomat-dashboard{min-height:100vh;height:auto;background:linear-gradient(135deg,#667eea,#764ba2);padding:70px 20px 20px;width:100%;position:absolute;top:0;left:0;right:0;overflow-y:auto}.diplomat-header{background:#fff;border-radius:15px;padding:30px;margin-bottom:30px;box-shadow:0 10px 30px #0003}.diplomat-header-top{display:flex;align-items:center;gap:1rem;margin-bottom:10px}.diplomat-header-top h1{flex:1}.diplomat-header h1{margin:0;font-size:2.5rem;color:#2c3e50}.diplomat-subtitle{margin:0 0 20px;color:#7f8c8d;font-size:1.1rem}.diplomat-nav{display:flex;gap:10px;margin-top:20px}.diplomat-nav button{padding:12px 24px;border:none;background:#ecf0f1;color:#2c3e50;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s}.diplomat-nav button:hover:not(:disabled){background:#3498db;color:#fff;transform:translateY(-2px)}.diplomat-nav button.active{background:#667eea;color:#fff}.diplomat-nav button:disabled{opacity:.5;cursor:not-allowed}.diplomat-content{background:#fff;border-radius:15px;padding:30px;box-shadow:0 10px 30px #0003}.dashboard-view{display:flex;flex-direction:column;gap:30px}.control-panel{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:30px;color:#fff;text-align:center}.control-panel h2{margin:0 0 20px}.current-job{margin-top:20px;padding:15px;background:#ffffff1a;border-radius:8px}.current-job h3{margin:0 0 10px;font-size:1rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px}.stat-card{background:#fff;border-radius:12px;padding:20px;text-align:center;border-left:4px solid;box-shadow:0 4px 12px #0000001a;transition:transform .3s}.stat-card:hover{transform:translateY(-5px)}.stat-count{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:5px}.stat-title{font-size:.9rem;color:#7f8c8d;text-transform:uppercase;letter-spacing:1px}.jobs-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.job-category h3{margin:0 0 15px;color:#2c3e50}.job-card,.interview-card{background:#f8f9fa;border-radius:10px;padding:20px;margin-bottom:15px;border-left:4px solid #3498db;transition:all .3s}.job-card:hover,.interview-card:hover{box-shadow:0 6px 20px #00000026;transform:translate(5px)}.job-card h4,.interview-card h4{margin:0 0 8px;color:#2c3e50;font-size:1.2rem}.job-company,.interview-company{color:#7f8c8d;font-weight:600;margin:5px 0}.job-location,.job-salary,.interview-date,.interview-location{color:#95a5a6;font-size:.9rem;margin:5px 0}.job-tags{display:flex;gap:8px;margin-top:10px}.tag{background:#3498db;color:#fff;padding:4px 12px;border-radius:20px;font-size:.8rem;text-transform:capitalize}.job-notes{margin-top:15px;padding:10px;background:#fff;border-radius:8px;font-size:.85rem}.job-notes strong{color:#2c3e50}.job-notes ul{margin:8px 0 0;padding-left:20px}.job-notes li{margin:4px 0}.activity-log{background:#f8f9fa;border-radius:12px;padding:20px}.activity-log h3{margin:0 0 15px;color:#2c3e50}.log-container{max-height:400px;overflow-y:auto;background:#fff;border-radius:8px;padding:15px}.log-entry{padding:10px;margin-bottom:8px;border-left:3px solid;border-radius:4px;font-size:.9rem}.log-entry.log-info{background:#e8f4f8;border-color:#3498db}.log-entry.log-success{background:#e8f8e8;border-color:#2ecc71}.log-entry.log-warning{background:#fff8e8;border-color:#f39c12}.log-entry.log-error{background:#f8e8e8;border-color:#e74c3c}.log-time{color:#7f8c8d;margin-right:10px;font-weight:600}.job-preferences-form{max-width:800px;margin:0 auto}.job-preferences-form h2{color:#2c3e50;margin-bottom:10px}.form-description{color:#7f8c8d;margin-bottom:30px}.form-section{background:#f8f9fa;border-radius:12px;padding:25px;margin-bottom:25px}.form-section h3{margin:0 0 20px;color:#2c3e50}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#2c3e50;font-weight:600}.diplomat-content .form-group input[type=text],.diplomat-content .form-group input[type=number],.diplomat-content .form-group input[type=email],.diplomat-content .form-group input[type=file],.diplomat-content .form-group input,.diplomat-content .form-group select,.diplomat-content .form-group textarea{width:100%;padding:12px;border:2px solid #ecf0f1;border-radius:8px;font-size:1rem;transition:border-color .3s;background-color:#fff!important;color:#2c3e50!important}.diplomat-content .form-group input:focus,.diplomat-content .form-group select:focus,.diplomat-content .form-group textarea:focus{outline:none;border-color:#3498db;background-color:#fff!important;color:#2c3e50!important}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.checkbox-group{display:flex;flex-direction:column;gap:10px}.checkbox-group label{display:flex;align-items:center;gap:8px;font-weight:400}.checkbox-group input[type=checkbox]{width:auto}.array-input{display:flex;gap:10px;margin-bottom:10px}.array-input input{flex:1}.btn-remove{background:#e74c3c;color:#fff;border:none;border-radius:6px;padding:8px 16px;cursor:pointer;font-size:1.2rem;transition:background .3s}.btn-remove:hover{background:#c0392b}.btn-add{background:#2ecc71;color:#fff;border:none;border-radius:8px;padding:10px 20px;cursor:pointer;font-weight:600;transition:background .3s}.btn-add:hover{background:#27ae60}.file-selected{color:#2ecc71;font-weight:600;margin-top:8px}.cv-list{margin-bottom:20px;background:#fff;border-radius:8px;padding:15px}.cv-list h4{margin:0 0 15px;color:#2c3e50;font-size:1rem}.cv-item{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;background:#f8f9fa;border-radius:8px;margin-bottom:10px;border-left:4px solid #667eea;transition:all .3s}.cv-item:hover{background:#ecf0f1;transform:translate(5px)}.cv-info{display:flex;flex-direction:column;gap:5px;flex:1}.cv-name{font-weight:600;color:#2c3e50}.cv-role{color:#7f8c8d;font-size:.85rem}.cv-upload-group{display:flex;flex-direction:column;gap:10px}.help-text{color:#7f8c8d;font-size:.85rem;margin-top:5px;font-style:italic}.form-actions{text-align:center;margin-top:30px}.btn-primary,.btn-secondary,.btn-danger,.btn-large{padding:14px 32px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.btn-primary{background:#667eea;color:#fff}.btn-primary:hover:not(:disabled){background:#5568d3;transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.btn-secondary{background:#ecf0f1;color:#2c3e50}.btn-secondary:hover:not(:disabled){background:#bdc3c7}.btn-danger{background:#e74c3c;color:#fff}.btn-danger:hover:not(:disabled){background:#c0392b}.btn-large{padding:18px 48px;font-size:1.2rem}button:disabled{opacity:.5;cursor:not-allowed}.phone-config-panel{max-width:900px;margin:0 auto}.phone-config-panel h2{color:#2c3e50;margin-bottom:10px}.config-description{color:#7f8c8d;margin-bottom:30px}.config-section{background:#f8f9fa;border-radius:12px;padding:25px;margin-bottom:25px}.config-section h3{margin:0 0 20px;color:#2c3e50}.config-group{margin-bottom:20px}.config-group label{display:block;margin-bottom:10px;color:#2c3e50;font-weight:600}.config-group input[type=range]{width:100%;height:6px;border-radius:5px;background:#ecf0f1;outline:none}.config-group input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#667eea;cursor:pointer}.diplomat-content .config-group select{width:100%;padding:12px;border:2px solid #ecf0f1;border-radius:8px;font-size:1rem;background-color:#fff!important;color:#2c3e50!important}.diplomat-content .config-group select:focus{outline:none;border-color:#3498db;background-color:#fff!important;color:#2c3e50!important}.config-actions{display:flex;gap:15px;justify-content:center;margin-top:30px}.email-manager{max-width:1000px;margin:0 auto}.email-auth{text-align:center;max-width:600px;margin:0 auto}.email-auth h2{color:#2c3e50;margin-bottom:15px}.auth-info{background:#f8f9fa;border-radius:12px;padding:25px;margin:30px 0;text-align:left}.auth-info h3{margin:0 0 15px;color:#2c3e50}.auth-info ul{margin:0;padding-left:20px}.auth-info li{margin:10px 0;color:#2c3e50}.auth-providers{margin:20px 0;color:#7f8c8d}.privacy-note{margin-top:20px;color:#7f8c8d;font-size:.9rem}.email-header{margin-bottom:30px}.email-header h2{color:#2c3e50;margin-bottom:5px}.email-nav{display:flex;gap:10px;margin-top:20px}.email-nav button{padding:10px 20px;border:none;background:#ecf0f1;color:#2c3e50;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s}.email-nav button:hover{background:#3498db;color:#fff}.email-nav button.active{background:#667eea;color:#fff}.inbox-controls{margin-bottom:20px}.empty-state{text-align:center;padding:60px;color:#7f8c8d}.email-list{border-radius:12px;overflow:hidden}.email-item{background:#f8f9fa;margin-bottom:10px;border-radius:8px;overflow:hidden;transition:box-shadow .3s}.email-item:hover{box-shadow:0 4px 12px #0000001a}.email-item.unread{background:#e8f4f8;border-left:4px solid #3498db}.email-summary{padding:15px;cursor:pointer;display:grid;grid-template-columns:200px 1fr 150px;gap:15px;align-items:center}.email-from{font-weight:600;color:#2c3e50}.email-subject{color:#34495e}.email-date{color:#7f8c8d;text-align:right;font-size:.9rem}.email-body{padding:20px;background:#fff;border-top:1px solid #ecf0f1;color:#2c3e50}.email-compose{background:#f8f9fa;border-radius:12px;padding:30px}.email-compose h3{margin:0 0 20px;color:#2c3e50}.email-compose textarea{font-family:inherit;resize:vertical}@media (max-width: 768px){.stats-grid{grid-template-columns:repeat(2,1fr)}.jobs-section,.form-row{grid-template-columns:1fr}.email-summary{grid-template-columns:1fr;gap:8px}.email-date{text-align:left}.diplomat-nav{flex-wrap:wrap}}.admin-dashboard{min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff}.admin-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#0000004d;border-bottom:1px solid rgba(255,255,255,.1)}.admin-header h1{margin:0;font-size:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.admin-header-left{display:flex;align-items:center;gap:1rem}.admin-user{font-size:.875rem;color:#fff9}.admin-header-right{display:flex;gap:.5rem}.admin-nav{display:flex;gap:.5rem;padding:1rem 2rem;background:#0003;border-bottom:1px solid rgba(255,255,255,.1)}.admin-nav-btn{padding:.75rem 1.5rem;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fffc;cursor:pointer;transition:all .2s ease;font-size:.875rem}.admin-nav-btn:hover{background:#ffffff1a;border-color:#ffffff4d}.admin-nav-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;color:#fff}.admin-btn{padding:.5rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;transition:all .2s ease}.admin-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.admin-btn.secondary{background:transparent;border:1px solid rgba(255,255,255,.3)}.admin-btn.secondary:hover{background:#ffffff1a}.admin-btn.small{padding:.375rem .75rem;font-size:.75rem}.admin-btn.danger{background:linear-gradient(135deg,#e74c3c,#c0392b)}.admin-btn.warning{background:linear-gradient(135deg,#f39c12,#d68910)}.admin-btn.success{background:linear-gradient(135deg,#27ae60,#1e8449)}.admin-btn.back-btn{margin-bottom:1.5rem}.admin-content{padding:2rem;max-width:1400px;margin:0 auto}.admin-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem}.admin-error{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#e74c3c33;border:1px solid rgba(231,76,60,.5);margin:1rem 2rem;border-radius:8px;color:#e74c3c}.admin-error button{background:transparent;border:1px solid currentColor;color:inherit;padding:.25rem .5rem;border-radius:4px;cursor:pointer}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;text-align:center}.stat-card.wide{grid-column:span 2;text-align:left}.stat-value{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:.875rem;color:#ffffffb3;margin-top:.5rem}.stat-sub{font-size:.75rem;color:#667eeacc;margin-top:.25rem}.stat-card h3{margin:0 0 1rem;font-size:1rem;color:#ffffffe6}.stat-details{display:flex;flex-direction:column;gap:.5rem}.stat-item{display:flex;justify-content:space-between;padding:.5rem;background:#ffffff08;border-radius:6px}.stat-item-label{color:#fff9}.stat-item-value{color:#667eea;font-weight:600}.stats-row{margin-bottom:2rem}.quick-actions{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem}.quick-actions h3{margin:0 0 1rem;font-size:1rem}.quick-actions .admin-btn{margin-right:.5rem;margin-bottom:.5rem}.admin-filters{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;margin-bottom:1.5rem;padding:1rem;background:#ffffff05;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.filter-group{display:flex;align-items:center;gap:.5rem}.filter-group label{font-size:.875rem;color:#ffffffb3;white-space:nowrap}.admin-search-input{padding:.5rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:.875rem;min-width:200px}.admin-search-input:focus{outline:none;border-color:#667eea;background:#ffffff14}.admin-search-input::placeholder{color:#fff6}.admin-select{padding:.5rem .75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:.875rem;cursor:pointer;min-width:140px}.admin-select:focus{outline:none;border-color:#667eea}.admin-select option{background:#1a1a2e;color:#fff}@media (max-width: 768px){.admin-filters{flex-direction:column;align-items:stretch}.filter-group{width:100%}.admin-search-input,.admin-select{width:100%;min-width:auto}}.admin-table{width:100%;border-collapse:collapse;background:#ffffff05;border-radius:12px;overflow:hidden}.admin-table th,.admin-table td{padding:1rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.1)}.admin-table th{background:#ffffff0d;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;color:#ffffffb3}.admin-table td{font-size:.875rem}.admin-table tbody tr:hover{background:#ffffff08}.admin-table .admin-row{background:#667eea1a}.users-table-container,.interviews-table-container{overflow-x:auto;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.preview-cell{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff9}.admin-badge{display:inline-block;padding:.125rem .5rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px;font-size:.625rem;text-transform:uppercase;margin-left:.5rem;vertical-align:middle}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500}.status-badge.active{background:#2ecc7133;color:#2ecc71}.status-badge.inactive{background:#e74c3c33;color:#e74c3c}.status-badge.banned{background:#8e44ad33;color:#9b59b6}.banned-row{background:#8e44ad1a!important}.user-actions-card{margin-top:1rem;padding:1rem;background:#e74c3c1a;border:1px solid rgba(231,76,60,.2);border-radius:8px}.user-actions-card h4{margin:0 0 .75rem;color:#e74c3c;font-size:.875rem}.action-buttons{display:flex;gap:.5rem}.admin-user-detail h2{margin-bottom:1.5rem}.user-info-card,.user-subscription-card,.user-activity-card,.user-interviews-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.user-info-card h3,.user-subscription-card h3,.user-activity-card h3,.user-interviews-card h3{margin:0 0 1rem;font-size:1rem;color:#ffffffe6}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.info-item{display:flex;flex-direction:column;gap:.25rem}.info-item label{font-size:.75rem;color:#ffffff80;text-transform:uppercase}.info-item span{font-size:.875rem}.info-item .mono{font-family:monospace;font-size:.75rem;color:#fff9}.subscription-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.subscription-section{background:#ffffff08;border-radius:8px;padding:1rem}.subscription-section h4{margin:0 0 .75rem;font-size:.875rem;color:#667eea}.subscription-actions{display:flex;gap:.5rem;margin-top:1rem}.activity-list{display:flex;flex-direction:column;gap:.5rem}.activity-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff08;border-radius:8px;transition:background .2s ease}.activity-item:hover{background:#ffffff0f}.activity-icon{font-size:1.5rem}.activity-content{flex:1}.activity-action{font-size:.875rem}.activity-time{font-size:.75rem;color:#ffffff80;margin-top:.25rem}.interviews-list{display:flex;flex-direction:column;gap:.5rem}.interview-item{display:flex;gap:1rem;padding:.75rem;background:#ffffff08;border-radius:6px}.interview-date{flex-shrink:0;font-size:.75rem;color:#ffffff80;min-width:150px}.interview-question{font-size:.875rem;color:#fffc}.no-data{text-align:center;padding:3rem;color:#ffffff80}@media (max-width: 768px){.admin-header{flex-direction:column;gap:1rem}.admin-nav{flex-wrap:wrap}.admin-content{padding:1rem}.stats-grid{grid-template-columns:1fr}.stat-card.wide{grid-column:span 1}.admin-table{font-size:.75rem}.admin-table th,.admin-table td{padding:.5rem}.info-grid,.subscription-details{grid-template-columns:1fr}}.admin-analytics h2{margin-bottom:1.5rem}.analytics-section{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.analytics-section h3{margin:0 0 1rem;font-size:1rem;color:#ffffffe6}.feature-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.feature-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:1.25rem}.feature-card h4{margin:0 0 1rem;font-size:.875rem;color:#667eea}.feature-stats{display:flex;flex-wrap:wrap;gap:1rem}.feature-stat{display:flex;flex-direction:column;gap:.25rem}.feature-value{font-size:1.5rem;font-weight:700;color:#fff}.feature-label{font-size:.75rem;color:#ffffff80}.trend-chart{display:flex;align-items:flex-end;justify-content:space-between;gap:.5rem;height:150px;padding:1rem 0}.trend-bar-container{display:flex;flex-direction:column;align-items:center;flex:1;max-width:60px}.trend-bar{width:100%;background:linear-gradient(180deg,#667eea,#764ba2);border-radius:4px 4px 0 0;display:flex;align-items:flex-start;justify-content:center;padding-top:.25rem;transition:height .3s ease;cursor:pointer}.trend-bar:hover{opacity:.8}.trend-value{font-size:.625rem;font-weight:600;color:#fff}.trend-label{font-size:.625rem;color:#ffffff80;margin-top:.5rem}.api-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.api-stat-card{background:#ffffff08;border-radius:8px;padding:1rem}.api-endpoint{font-size:.875rem;font-weight:600;color:#667eea;margin-bottom:.5rem;text-transform:capitalize}.api-metrics{display:flex;gap:1rem;font-size:.75rem;color:#ffffffb3}.api-metrics .error-count{color:#e74c3c}.activity-stream{max-height:400px;overflow-y:auto}.stream-item{display:flex;align-items:center;gap:1rem;padding:.75rem;border-bottom:1px solid rgba(255,255,255,.05);font-size:.875rem}.stream-item:last-child{border-bottom:none}.stream-time{flex-shrink:0;color:#ffffff80;font-size:.75rem;min-width:80px}.stream-event{flex:1;font-weight:500}.stream-event.error{color:#e74c3c}.stream-platform{background:#667eea33;color:#667eea;padding:.125rem .5rem;border-radius:4px;font-size:.625rem;text-transform:uppercase}.stream-duration{color:#ffffff80;font-size:.75rem}@media (max-width: 768px){.feature-cards{grid-template-columns:1fr}.trend-chart{overflow-x:auto;justify-content:flex-start;padding-bottom:.5rem}.trend-bar-container{min-width:40px}.api-stats{grid-template-columns:1fr}.stream-item{flex-wrap:wrap;gap:.5rem}}.admin-whitelist h2{margin-bottom:.5rem}.whitelist-description{color:#fff9;font-size:.875rem;margin-bottom:1.5rem}.whitelist-add-form{display:flex;gap:1rem;margin-bottom:2rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem}.whitelist-input{flex:1;padding:.75rem 1rem;background:#0000004d;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:.875rem;transition:border-color .2s ease}.whitelist-input:focus{outline:none;border-color:#667eea}.whitelist-input::placeholder{color:#fff6}.whitelist-table-container{overflow-x:auto;border-radius:12px;border:1px solid rgba(255,255,255,.1);margin-bottom:2rem}.whitelist-info{background:#667eea1a;border:1px solid rgba(102,126,234,.2);border-radius:12px;padding:1.5rem}.whitelist-info h3{margin:0 0 1rem;font-size:1rem;color:#667eea}.whitelist-info ul{margin:0;padding-left:1.5rem;color:#ffffffb3;font-size:.875rem}.whitelist-info li{margin-bottom:.5rem}.whitelist-info li:last-child{margin-bottom:0}@media (max-width: 768px){.whitelist-add-form{flex-direction:column}}*{margin:0;padding:0;box-sizing:border-box}html{height:auto;min-height:100%;overflow-y:auto!important;overflow-x:hidden}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,#0a0a0a,#1a1a2e);background-attachment:fixed;color:#fff;min-height:100vh;height:auto;overflow-y:auto!important;overflow-x:hidden}#root{min-height:100vh;height:auto}
