@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0a0f;background-image:radial-gradient(at 25% 25%,#1a1a2e 0%,transparent 50%),radial-gradient(at 75% 75%,#16213e 0%,transparent 50%),radial-gradient(at 50% 0%,#0f3460 0%,transparent 50%);background-attachment:fixed;color:#e2e8f0;line-height:1.6;min-height:100vh}#root{min-height:100vh}button{font-family:inherit}a{color:inherit;text-decoration:none}html{scroll-behavior:smooth}::selection{background-color:#fff3;color:#fff}.glass{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000004d}.glass-strong{background:#ffffff14;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.15);box-shadow:0 12px 40px #0006}*:focus{outline:none;box-shadow:none}input:focus,textarea:focus{outline:none;box-shadow:none}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#e2e8f0;background:#0d0d0d}.text-secondary{color:#ffffffbf}.App{min-height:100vh;position:relative}.nav{position:fixed;top:0;left:0;right:0;background:#0d0d0dd9;-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px);border-bottom:1px solid rgba(255,255,255,.12);z-index:1000;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-container{max-width:1200px;margin:0 auto;padding:1rem;display:flex;justify-content:space-between;align-items:center}.nav-brand{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:600;color:#fff;padding-left:1rem}.nav-icon{width:28px;height:28px;color:#fff}.nav-links{gap:1rem}.hero{padding:8rem 2rem 6rem;background:transparent;color:#e2e8f0;overflow:hidden;position:relative;min-height:100vh;display:flex;align-items:center}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgba(255,255,255,.02) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(255,255,255,.015) 0%,transparent 50%),radial-gradient(circle at 40% 80%,rgba(255,255,255,.01) 0%,transparent 50%);animation:floating 20s ease-in-out infinite}@keyframes floating{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-20px) rotate(1deg)}66%{transform:translateY(10px) rotate(-1deg)}}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;gap:4rem;position:relative;z-index:1}.hero-text-section{display:flex;justify-content:center;align-items:center;width:100%}.hero-content{text-align:center}.hero-title{font-size:3.25rem;font-weight:600;line-height:1.1;margin-bottom:1.25rem;color:#fff;letter-spacing:-.02em}.hero-highlight{color:#fff}.hero-description{font-size:1.125rem;line-height:1.6;margin-bottom:2rem}.hero-actions{display:flex;gap:1rem;align-items:center;justify-content:center;flex-wrap:wrap}.hero-button{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.75rem 1.25rem;border-radius:16px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:1rem;position:relative;overflow:hidden;letter-spacing:.025em}.hero-button.primary{background:#ffffff14;border:1px solid rgba(255,255,255,.25);-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px);box-shadow:0 16px 64px #00000026,0 8px 32px #0000001a,inset 0 1px #ffffff26,inset 0 -1px #0000000d;color:#fffffff2;position:relative;overflow:hidden}.hero-button.primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),rgba(255,255,255,.2),rgba(255,255,255,.1),transparent);transition:left .6s ease;z-index:4}.hero-button.primary:after{content:"";position:absolute;top:-40%;left:-40%;width:180%;height:180%;background:radial-gradient(circle at 30% 40%,rgba(255,255,255,.25) 0%,transparent 45%),radial-gradient(circle at 70% 60%,rgba(255,255,255,.2) 0%,transparent 40%),radial-gradient(circle at 50% 50%,rgba(255,255,255,.15) 0%,transparent 55%);opacity:.6;border-radius:50%;transform:scale(.9) rotate(0);transition:all 1s cubic-bezier(.23,1,.32,1);animation:liquidGlassFloat 8s ease-in-out infinite;z-index:1;filter:blur(1px)}.hero-button.primary:hover{background:#ffffff40;border:1px solid rgba(255,255,255,.35);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);box-shadow:0 16px 48px #0000001f,0 4px 16px #00000014,inset 0 1px #ffffff26,inset 0 -1px #0000000a;transform:translateY(0);color:#fff}.hero-button.primary:focus:before,.hero-button.primary:hover:before{left:100%}.hero-button.secondary{background:#ffffff0a;color:#ffffffbf;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:0 8px 32px #00000014,inset 0 1px #ffffff14,inset 0 -1px #0000000d}.hero-button.secondary:hover{background:#ffffff14;color:#fffffff2;border-color:#ffffff40;box-shadow:0 16px 48px #0000001f,0 4px 16px #00000014,inset 0 1px #ffffff1f,inset 0 -1px #0000000a;transform:translateY(-0px)}.button-icon{width:16px;height:16px}.hero-visual{width:100%;max-width:1000px;display:flex;justify-content:center}.features{padding:6rem 2rem;position:relative;background:linear-gradient(180deg,#ffffff04,#ffffff06,#ffffff04)}.features-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:#fff}.section-header p{font-size:1.25rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{border-radius:24px;padding:2.5rem;position:relative;overflow:hidden;background:#ffffff0a;color:#ffffffbf;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:0 8px 32px #00000014,inset 0 1px #ffffff14,inset 0 -1px #0000000d}.feature-card:hover{background:#ffffff14;color:#fffffff2;border-color:#ffffff40;box-shadow:0 16px 48px #0000001f,0 4px 16px #00000014,inset 0 1px #ffffff1f,inset 0 -1px #0000000a;transform:translateY(-0px)}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg,#fff,#e5e5e5);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#000;box-shadow:0 8px 25px #0000001a}.feature-icon svg{width:28px;height:28px}.feature-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.feature-card p{color:#fffc;line-height:1.6}.category-tag{display:inline-flex;align-items:center;padding:0;border-radius:16px;font-size:1rem;font-weight:500;letter-spacing:.5px;margin-bottom:16px;position:relative;z-index:1;color:#ffffffbf}.category-tag:before{content:"";width:8px;height:8px;border-radius:50%;margin-right:8px;display:inline-block}.category-tag.plan:before{background:#3b82f6}.category-tag.film:before{background:#8b5cf6}.category-tag.edit:before{background:#10b981}.benefits{padding:6rem 2rem;position:relative;background:#ffffff04}.benefits-container{max-width:1200px;margin:0 auto}.benefits-table{display:flex;flex-direction:column;gap:1.5rem}.benefit-row{border-radius:24px;padding:2.5rem;position:relative;overflow:hidden;display:flex;align-items:center;gap:2rem;background:#ffffff0a;color:#ffffffbf;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:0 8px 32px #00000014,inset 0 1px #ffffff14,inset 0 -1px #0000000d;transition:all .3s cubic-bezier(.4,0,.2,1)}.benefit-row:hover{background:#ffffff14;color:#fffffff2;border-color:#ffffff40;box-shadow:0 16px 48px #0000001f,0 4px 16px #00000014,inset 0 1px #ffffff1f,inset 0 -1px #0000000a;transform:translateY(-0px)}.benefit-label{display:flex;align-items:center;gap:1rem;min-width:200px}.benefit-icon{width:24px;height:24px;color:#e5e5e5}.benefit-label strong{color:#fff;font-weight:600}.benefit-value{line-height:1.6}.faq{padding:6rem 2rem;position:relative;background:linear-gradient(180deg,#ffffff03,#ffffff05,#ffffff03)}.faq-container{max-width:800px;margin:0 auto}.faq-grid{display:grid;gap:2rem}.faq-item{border-radius:24px;padding:2.5rem;position:relative;overflow:hidden;background:#ffffff0a;color:#ffffffbf;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:0 8px 32px #00000014,inset 0 1px #ffffff14,inset 0 -1px #0000000d;transition:all .3s cubic-bezier(.4,0,.2,1)}.faq-item:hover{background:#ffffff14;color:#fffffff2;border-color:#ffffff40;box-shadow:0 16px 48px #0000001f,0 4px 16px #00000014,inset 0 1px #ffffff1f,inset 0 -1px #0000000a;transform:translateY(-0px)}.faq-item h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#fff}.faq-item p{line-height:1.6}.final-cta{padding:6rem 2rem;background:linear-gradient(180deg,#ffffff04,#ffffff06,#ffffff04);border-top:1px solid rgba(255,255,255,.1);text-align:center}.final-cta-container{max-width:600px;margin:0 auto}.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}.footer{border-top:1px solid rgba(255,255,255,.08);background:#0003}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:2rem 0}.footer-content p{line-height:1.6}.footer-column h4{font-weight:600;margin-bottom:1rem;color:#fff;font-size:1rem}.footer-column a{display:block;color:#a1a1aa;margin-bottom:.5rem;transition:all .3s ease;font-size:.875rem;text-decoration:none}.footer-column a:hover{color:#fff;transform:translate(4px)}.footer-bottom{margin-top:0rem;padding-top:0rem;border-top:1px solid rgba(255,255,255,.08);text-align:center;color:#71717a;font-size:.875rem}.footer-bottom a{color:#a1a1aa;text-decoration:none}.footer-bottom a:hover{color:#fff}@media (max-width: 768px){.nav-container{padding:1rem}.nav-brand{padding-left:1rem}.nav-links{gap:1rem}.hero{padding:6rem .5rem 4rem}.hero-container{gap:3rem;padding:0 1rem;max-width:100%}.hero-text-section{justify-content:flex-start}.hero-content{max-width:none;width:100%}.hero-title{font-size:3rem}.hero-actions{justify-content:flex-start;flex-direction:column;align-items:center}.hero-button{padding:.75rem 1.25rem;border-radius:10px;font-size:1rem}.nav-item{padding:.375rem .75rem;font-size:.75rem}.nav-icon{font-size:12px}.content-item{flex-direction:column;align-items:stretch;gap:.5rem;padding:.75rem 0}.item-meta{justify-content:space-between}.section-header h2{font-size:2.5rem}.section-header p{font-size:1.5rem}.features-grid{grid-template-columns:1fr}.feature-card h3{font-size:1.5rem}.feature-card p{font-size:1.1rem}.faq-item h3{font-size:1.5rem}.faq-item p{font-size:1.1rem}.benefit-row{flex-direction:column;align-items:flex-start;gap:1rem}.benefit-label{min-width:auto;font-size:1.1rem}.benefit-value{font-size:1.1rem}.footer-container{padding:2rem 1rem}.footer-links{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 480px){.hero{padding:6rem .25rem 4rem}.hero-container{padding:0 1rem}.hero-title{font-size:3.5rem}.hero-description{font-size:1.5rem}.hero-button{padding:.5rem 1.25rem;border-radius:10px;font-size:1rem}.sidebar-brand span{display:none}.nav-item span:not(.nav-count){display:none}.nav-count{margin-left:0}.content-item{padding:.5rem 0}.item-title{font-size:.75rem}.item-description{font-size:.625rem}.testimonial blockquote{font-size:1rem}.testimonial-content{padding:1.5rem}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0d0d0d;padding:2rem;position:relative}.login-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgba(255,255,255,.02) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(255,255,255,.015) 0%,transparent 50%),radial-gradient(circle at 40% 80%,rgba(255,255,255,.01) 0%,transparent 50%);animation:floating 20s ease-in-out infinite}.login-card{background:#ffffff0a;color:#ffffffbf;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.15);border-radius:24px;padding:3rem;width:100%;max-width:440px;box-shadow:0 8px 32px #00000014,inset 0 1px #ffffff14,inset 0 -1px #0000000d;position:relative;z-index:1;transition:all .3s cubic-bezier(.4,0,.2,1)}.login-header{text-align:center;margin-bottom:2rem}.login-brand{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem;border-radius:16px}.brand-icon{width:2rem;height:2rem;color:#fff}.login-brand span{font-size:1.5rem;font-weight:700;color:#fff}.login-header h1{font-size:1.875rem;font-weight:700;color:#fff;margin:0 0 .5rem}.login-header p{color:#a1a1aa;margin:0}.error-message{background:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.3);padding:.75rem;border-radius:12px;margin-bottom:1rem;text-align:center;font-size:.875rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.success-message{background:#22c55e26;color:#22c55e;border:1px solid rgba(34,197,94,.3);padding:.75rem;border-radius:12px;margin-bottom:1rem;text-align:center;font-size:.875rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;gap:.5rem}.success-icon{width:1rem;height:1rem;flex-shrink:0}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#e2e8f0;font-size:.875rem}.input-wrapper{position:relative}.input-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1.25rem;height:1.25rem;color:#71717a}.input-wrapper input{width:100%;padding:1rem 1rem 1rem 3.5rem;border:none;border-radius:16px;font-size:1rem;transition:all .2s cubic-bezier(.4,0,.2,1);background:#ffffff0f;color:#e2e8f0}.input-wrapper input::placeholder{color:#71717a}.input-wrapper input:focus{background:#ffffff1f;border:none}.input-wrapper input:disabled{background:#ffffff05;cursor:not-allowed;opacity:.6}.auth-links{margin-top:1.5rem;text-align:center}.auth-link{display:inline-flex;align-items:center;gap:.5rem;color:#a1a1aa;text-decoration:none;font-size:.875rem;font-weight:500;padding:.75rem 1rem;border-radius:12px;transition:all .2s ease}.auth-link:hover{color:#fff}.link-icon{width:1rem;height:1rem}.login-button{display:flex;align-items:center;justify-content:center;gap:.5rem;background:#ffffff14;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 64px #00000026,0 8px 32px #0000001a,inset 0 1px #ffffff26,inset 0 -1px #0000000d;color:#fffffff2;padding:1rem 1.5rem;border-radius:16px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);margin-top:.5rem;position:relative;overflow:hidden}.login-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),rgba(255,255,255,.2),rgba(255,255,255,.1),transparent);transition:left .6s ease;z-index:4}.login-button:after{content:"";position:absolute;top:-40%;left:-40%;width:180%;height:180%;background:radial-gradient(circle at 30% 40%,rgba(255,255,255,.25) 0%,transparent 45%),radial-gradient(circle at 70% 60%,rgba(255,255,255,.2) 0%,transparent 40%),radial-gradient(circle at 50% 50%,rgba(255,255,255,.15) 0%,transparent 55%);opacity:.6;border-radius:50%;transform:scale(.9) rotate(0);transition:all 1s cubic-bezier(.23,1,.32,1);animation:liquidGlassFloat 8s ease-in-out infinite;z-index:1;filter:blur(1px)}@keyframes liquidGlassFloat{0%,to{transform:scale(.9)}33%{transform:scale(1.1)}66%{transform:scale(.8)}}.login-button:hover:not(:disabled){background:#ffffff40;border:1px solid rgba(255,255,255,.35);box-shadow:0 16px 48px #0000001f,0 4px 16px #00000014,inset 0 1px #ffffff26,inset 0 -1px #0000000a;transform:translateY(0);color:#fff}.login-button:focus:before,.login-button:hover:before{left:100%}.login-button:disabled{background:#ffffff05;color:#fff6;border-color:#ffffff14;transform:none;cursor:not-allowed;opacity:.6}.login-button .button-icon{width:1.25rem;height:1.25rem;position:relative;z-index:10}.dashboard-layout{display:flex;height:100vh;background:#0d0d0d;position:relative}.dashboard-layout:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgba(255,255,255,.015) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(255,255,255,.01) 0%,transparent 50%),radial-gradient(circle at 40% 80%,rgba(255,255,255,.005) 0%,transparent 50%);animation:floating 20s ease-in-out infinite;pointer-events:none}.mobile-header{display:none}.hamburger-button{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#a1a1aa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hamburger-button:hover{background:#ffffff1a;border-color:#fff3;color:#fff}.hamburger-icon{width:1.25rem;height:1.25rem}.mobile-brand{display:flex;align-items:center;color:#fff;font-weight:600;font-size:1.125rem}.mobile-logout-button{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#a1a1aa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mobile-logout-button:hover{background:#ffffff1a;border-color:#fff3;color:#fff}.mobile-sidebar-overlay{display:none}.dashboard-sidebar{width:320px;background:#0d0d0de6;-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px);border-right:1px solid rgba(255,255,255,.12);display:flex;flex-direction:column;position:relative;z-index:10;box-shadow:inset -1px 0 #ffffff0d,4px 0 24px #0000001a}.sidebar-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.06)}.sidebar-brand{display:flex;align-items:center;gap:.5rem;color:#fff;font-weight:600;font-size:1.125rem;margin-bottom:1rem}.brand-icon{width:20px;height:20px;color:#fff}.sidebar-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem}.user-email{color:#a1a1aa;font-size:.875rem;font-weight:500;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logout-button-sidebar{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#a1a1aa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.logout-button-sidebar:hover{background:#ffffff1a;border-color:#fff3;color:#fff}.logout-icon{width:1rem;height:1rem}.sidebar-nav{padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;color:#a1a1aa;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.nav-item:hover{background:#ffffff08;color:#fff}.nav-item.active{background:#ffffff0d;color:#fff;border-right:2px solid #ffffff}.nav-icon{width:16px;height:16px}.nav-count{margin-left:auto;background:#ffffff1a;color:#fff;padding:.125rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600}.sidebar-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.sessions-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.06)}.sessions-header h3{font-size:.875rem;font-weight:600;color:#fff;margin:0}.new-chat-button-sidebar{background:#ffffff0f;border:1px solid rgba(255,255,255,.15);border-radius:12px;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);color:#a1a1aa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 4px 16px #0000001a,inset 0 1px #ffffff1a}.new-chat-button-sidebar:hover:not(:disabled){background:#ffffff1a;border-color:#ffffff40;color:#fff;transform:translateY(-1px);box-shadow:0 8px 24px #00000026,inset 0 1px #ffffff26}.new-chat-button-sidebar:disabled{opacity:.6;cursor:not-allowed}.plus-icon{width:1rem;height:1rem}.loading-spinner-small{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.1);border-top:2px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite}.sessions-list{flex:1;overflow-y:auto;padding:.5rem 0}.loading-sessions{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;color:#a1a1aa;text-align:center}.loading-sessions p{margin:.5rem 0 0;font-size:.875rem}.empty-sessions{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;text-align:center;color:#a1a1aa}.empty-sessions .empty-icon{width:2.5rem;height:2.5rem;color:#71717a;margin-bottom:1rem}.empty-sessions p{margin:0 0 1rem;font-size:.875rem}.start-first-chat-button-sidebar{display:flex;align-items:center;gap:.5rem;background:#ffffff0d;color:#e2e8f0;border:1px solid rgba(255,255,255,.1);padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.start-first-chat-button-sidebar:hover:not(:disabled){background:#ffffff1a;border-color:#fff3;color:#fff}.start-first-chat-button-sidebar:disabled{opacity:.6;cursor:not-allowed}.session-item{display:flex;align-items:center;padding:.875rem 1.5rem;cursor:pointer;transition:all .2s ease;border-bottom:1px solid rgba(255,255,255,.04);position:relative}.session-item:hover{background:#ffffff08}.session-item.selected{background:#ffffff0d;border-right:2px solid #ffffff}.session-item:last-child{border-bottom:none}.session-content{flex:1;min-width:0}.session-title{color:#fff;font-weight:500;font-size:.875rem;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.session-time{display:flex;align-items:center;gap:.25rem;color:#71717a;font-size:.75rem}.time-icon{width:.75rem;height:.75rem}.dashboard-main{flex:1;background:#141414;display:flex;flex-direction:column;position:relative;z-index:1}.dashboard-welcome-main{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}.welcome-content{text-align:center;max-width:600px}.welcome-icon{margin-bottom:2rem}.large-icon{width:4rem;height:4rem;color:#71717a}.welcome-content h1{font-size:2rem;font-weight:700;color:#fff;margin:0 0 1rem}.welcome-content p{color:#a1a1aa;font-size:1.125rem;margin:0 0 2rem;line-height:1.6}.start-chat-button-main{display:flex;align-items:center;gap:.5rem;background:#e1e1e1;color:#000;border:1px solid transparent;padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;box-shadow:0 8px 25px #0000004d}.start-chat-button-main:hover:not(:disabled){background:#fff;transform:translateY(-2px);box-shadow:0 12px 30px #0006}.start-chat-button-main:disabled{opacity:.6;cursor:not-allowed;transform:none}.chat-container-embedded{display:flex;flex-direction:column;height:100%;position:relative}.chat-header-embedded{background:#141414cc;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-bottom:1px solid rgba(255,255,255,.08);color:#fff;padding:1.5rem 2rem;flex-shrink:0}.chat-header-content{display:flex;align-items:center;gap:1rem}.chat-header-info{flex:1}.chat-header-info h2{margin:0;font-size:1.25rem;font-weight:600;color:#fff}.chat-header-info p{margin:0;opacity:.8;font-size:.875rem;color:#a1a1aa}.chat-messages-embedded{flex:1;overflow-y:auto;padding:2rem 1.5rem 140px;display:flex;flex-direction:column}.chat-messages-content{display:flex;flex-direction:column;gap:1.5rem;max-width:1000px;margin:0 auto;width:100%;box-sizing:border-box;padding-bottom:140px}.chat-input-form-embedded{position:absolute;bottom:0;left:0;right:0;z-index:20;margin:0 1rem 1rem}.chat-input-form-content{background:#ffffff14;border:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px);box-shadow:0 16px 64px #0003,0 4px 16px #ffffff1a,inset 0 1px #ffffff26,inset 0 -1px #ffffff0d;border-radius:16px;max-width:1000px;margin:0 auto;padding:.75rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.chat-input-form-content:focus-within{border-color:#ffffff40;box-shadow:0 20px 80px #00000040,0 8px 24px #ffffff26,inset 0 1px #fff3,inset 0 -1px #ffffff14}.chat-input-container{display:flex;gap:1rem;max-width:1000px;margin:0 auto;align-items:center}.chat-input-container:not(.single-line){align-items:flex-end}.chat-input{flex:1;padding:.875rem 1.25rem;border:1px solid transparent;border-radius:20px;font-size:1rem;outline:none;transition:all .2s ease;background:transparent;color:#ffffffbf;resize:none;min-height:2.75rem;max-height:8rem;overflow-y:hidden;font-family:inherit;line-height:1.5}.chat-input::-webkit-scrollbar{width:6px}.chat-input::-webkit-scrollbar-track{background:transparent}.chat-input::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.chat-input::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.chat-input{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}.chat-input::placeholder{color:#ffffff80;background:transparent}.chat-input:focus{color:#fff}.chat-input:disabled{background:#ffffff05;cursor:not-allowed;opacity:.6}.chat-send-button{width:3rem;height:3rem;border:none;background:transparent;color:#ffffffbf;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;border-radius:50%}.chat-send-button:hover:not(:disabled){background:transparent;transform:translateY(0);cursor:pointer;color:#fff}.chat-send-button:disabled{background:transparent;color:#ffffff40;transform:none}.send-icon{width:1.25rem;height:1.25rem}.attachment-button{background:transparent;border:none;border-radius:50%;padding:.75rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;margin-right:.5rem;color:#ffffffbf;width:3rem;height:3rem;flex-shrink:0}.attachment-button:hover:not(:disabled){background:transparent;transform:translateY(0);color:#fff}.attachment-button:disabled{color:#ffffff40;transform:none}.attachment-icon{width:20px;height:20px}.selected-video-preview{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1rem;margin-bottom:.5rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.video-preview-content{display:flex;align-items:center;gap:1rem}.video-preview-icon{width:24px;height:24px;color:#e2e8f0;flex-shrink:0}.video-preview-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.video-preview-name{color:#e2e8f0;font-weight:500;font-size:.9rem}.video-preview-size{color:#a1a1aa;font-size:.8rem}.remove-video-button{background:#ef444426;border:1px solid rgba(239,68,68,.3);border-radius:8px;padding:.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.remove-video-button:hover{background:#ef444440;border-color:#ef444480}.remove-icon{width:16px;height:16px;color:#ef4444}.message{display:flex;flex-direction:column;max-width:80%;margin-bottom:1rem}.message-user{align-self:flex-end}.message-ai{align-self:flex-start}.message-content{display:flex;flex-direction:column;gap:.25rem}.message-bubble{padding:.6rem 1rem;border-radius:10px;font-size:.95rem;line-height:1.5;position:relative;word-wrap:break-word}.message-user .message-bubble{background:#ffffff1f;color:#fff;border:.5px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 0 1px 1px #ffffff1a,inset 0 -1px 1px 1px #ffffff1a}.message-ai .message-bubble{background:transparent;color:#e2e8f0;border:none;padding-left:0;border-bottom-left-radius:8px}.message-time{font-size:.75rem;color:#71717a;margin-left:.5rem}.message-user .message-time{text-align:right;margin-left:0;margin-right:.5rem}.loading-spinner{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.1);border-top:2px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.video-attachment{margin-top:.75rem;border-radius:12px;overflow:hidden;background:#00000080;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.chat-video{width:100%;max-width:400px;height:auto;border-radius:8px;background:#000}.video-info{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#0000004d;border-top:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.video-icon{width:16px;height:16px;color:#e2e8f0;flex-shrink:0}.video-filename{color:#e2e8f0;font-size:.85rem;font-weight:500}.video-filesize{color:#a1a1aa;font-size:.8rem}.chat-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;color:#a1a1aa}.chat-loading .loading-spinner{width:2rem;height:2rem;border:3px solid rgba(255,255,255,.1);border-top:3px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.hidden-file-input{display:none!important}@media (max-width: 768px){.dashboard-layout{flex-direction:column}.mobile-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#0d0d0df2;-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px);border-bottom:1px solid rgba(255,255,255,.12);position:relative;z-index:50}.dashboard-sidebar{position:fixed;top:0;left:0;width:280px;height:100vh;z-index:40;transform:translate(-100%);transition:transform .3s ease;border-right:1px solid rgba(255,255,255,.12);border-bottom:none}.dashboard-sidebar.mobile-open{transform:translate(0)}.mobile-sidebar-overlay{display:block;position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:30;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.dashboard-main{flex:1;min-height:0;padding-top:0}.sidebar-actions{display:none}.sidebar-header{padding:1.5rem 1.5rem 1rem}.sessions-list{max-height:none;flex:1;overflow-y:auto}.sidebar-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.chat-messages-embedded{padding:1rem .5rem 140px}.chat-input-form-embedded{margin:0 .5rem .5rem}.chat-input-form-content{padding:.5rem}.chat-input-container{gap:.5rem}.chat-input{padding:.75rem 1rem;min-height:2.5rem;font-size:16px}.chat-send-button,.attachment-button{width:2.5rem;height:2.5rem;flex-shrink:0;padding:.5rem}.attachment-button{margin-right:0}.send-icon{width:1.5rem;height:1.5rem}.attachment-icon{width:22px;height:22px}}@media (max-width: 480px){.dashboard-sidebar{width:260px}.mobile-header{padding:.75rem 1rem}.mobile-brand{font-size:1rem}.hamburger-button,.mobile-logout-button{width:2.25rem;height:2.25rem}.hamburger-icon{width:1.125rem;height:1.125rem}.session-item{padding:.75rem 1rem}.session-title{font-size:.8rem}.session-time{font-size:.7rem}.chat-header-embedded{padding:1rem}.chat-messages-embedded{padding:1rem .25rem 140px}.chat-input-form-embedded{margin:0 .25rem .25rem}.chat-input-form-content{padding:.375rem;border-radius:12px}.chat-input-container{gap:.375rem}.chat-input{padding:.625rem .875rem;min-height:2.25rem;border-radius:16px;font-size:16px}.chat-send-button,.attachment-button{width:2.25rem;height:2.25rem;padding:.375rem}.send-icon{width:1.375rem;height:1.375rem}.attachment-icon{width:20px;height:20px}.selected-video-preview{padding:.75rem;margin-bottom:.375rem;border-radius:8px}.video-preview-content{gap:.75rem}.video-preview-icon{width:20px;height:20px}.video-preview-name{font-size:.8rem}.video-preview-size{font-size:.7rem}.remove-video-button{padding:.375rem}.remove-icon{width:14px;height:14px}}.message-ai .message-bubble h1,.message-ai .message-bubble h2,.message-ai .message-bubble h3,.message-ai .message-bubble h4,.message-ai .message-bubble h5,.message-ai .message-bubble h6{color:#fff;margin:.75rem 0 .5rem;font-weight:600}.message-ai .message-bubble h1{font-size:1.5rem}.message-ai .message-bubble h2{font-size:1.3rem}.message-ai .message-bubble h3{font-size:1.1rem}.message-ai .message-bubble h4,.message-ai .message-bubble h5,.message-ai .message-bubble h6{font-size:1rem}.message-ai .message-bubble p{margin:.5rem 0;line-height:1.6}.message-ai .message-bubble p:first-child{margin-top:0}.message-ai .message-bubble p:last-child{margin-bottom:0}.message-ai .message-bubble ul,.message-ai .message-bubble ol{margin:.5rem 0;padding-left:1.5rem}.message-ai .message-bubble li{margin:.25rem 0;line-height:1.5}.message-ai .message-bubble code{background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:4px;padding:.2rem .4rem;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:.875rem;color:#fbbf24}.message-ai .message-bubble pre{background:#0006;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1rem;margin:.75rem 0;overflow-x:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.message-ai .message-bubble pre code{background:none;border:none;padding:0;color:#e2e8f0}.message-ai .message-bubble blockquote{border-left:3px solid rgba(255,255,255,.3);margin:.75rem 0;padding-left:1rem;opacity:.9;font-style:italic}.message-ai .message-bubble a{color:#60a5fa;text-decoration:underline;transition:color .2s ease}.message-ai .message-bubble a:hover{color:#93c5fd}.message-ai .message-bubble strong{font-weight:600;color:#fff}.message-ai .message-bubble em{font-style:italic;color:#d1d5db}.message-ai .message-bubble hr{border:none;height:1px;background:#fff3;margin:1rem 0}.message-ai .message-bubble table{width:100%;border-collapse:collapse;margin:.75rem 0}.message-ai .message-bubble th,.message-ai .message-bubble td{border:1px solid rgba(255,255,255,.2);padding:.5rem;text-align:left}.message-ai .message-bubble th{background:#ffffff1a;font-weight:600}
