@import"https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap";.document-upload-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background-color:#0a0a0a;color:#e0e0e0;font-family:Inter,sans-serif;padding:2rem}.upload-title{font-size:2.5rem;font-weight:700;color:#f0f0f0;margin-bottom:2rem}.document-upload-form{width:100%;max-width:600px;background-color:#111;padding:2.5rem;border-radius:16px;border:1px solid #2a2a2a;box-shadow:0 10px 40px #00000080}.upload-dropzone{border:2px dashed #333;border-radius:12px;padding:3rem;text-align:center;cursor:pointer;transition:border-color .3s ease,background-color .3s ease;margin-bottom:1.5rem}.upload-dropzone:hover{border-color:#4f46e5;background-color:#4f46e50d}.dropzone-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.dropzone-icon{font-size:3rem;color:#4f46e5}.dropzone-text{font-size:1.1rem;font-weight:600;color:#f0f0f0}.dropzone-subtext,.file-name{font-size:.9rem;color:#a0a0a0}.upload-button{width:100%;padding:16px;background:linear-gradient(90deg,#4f46e5,#8b5cf6);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.upload-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 20px #8b5cf64d}.upload-button:disabled{opacity:.6;cursor:not-allowed}.upload-feedback{margin-top:1.5rem;padding:1rem;border-radius:8px;display:flex;align-items:center;gap:.75rem;font-weight:500}.upload-feedback.success{background-color:#10b9811a;border:1px solid #10b981;color:#10b981}.upload-feedback.error{background-color:#ef44441a;border:1px solid #ef4444;color:#ef4444}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#0a0a0acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #2a2a2a;position:sticky;top:0;z-index:1000;width:100%;box-sizing:border-box;font-family:Inter,sans-serif}.navbar-logo{font-family:Inter,sans-serif}.navbar-logo a{color:#f0f0f0;font-weight:700;font-size:1.5rem;text-decoration:none;letter-spacing:-.05em}.menu-toggle{display:none;background:none;border:none;color:#f0f0f0;font-size:1.5rem;cursor:pointer;z-index:1001}.nav-overlay{display:none}.nav-links{display:flex;list-style:none;margin:0;padding:0;gap:2rem;align-items:center}.nav-links a,.logout-button{color:#a0a0a0;text-decoration:none;font-weight:500;font-size:1rem;transition:color .3s ease;position:relative;padding:.5rem 0}.nav-links a:hover,.logout-button:hover{color:#fff}.nav-links a:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background:linear-gradient(90deg,#4f46e5,#8b5cf6);transition:width .3s ease}.nav-links a:hover:after{width:100%}.logout-button{background:none;border:none;cursor:pointer;font-family:inherit}@media (max-width: 768px){.desktop-links{display:none}.menu-toggle{display:block}.nav-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;display:flex;justify-content:center;align-items:center;transform:translate(100%);transition:transform .3s ease-in-out;z-index:1000}.nav-overlay.open{transform:translate(0)}.nav-overlay .nav-links{display:flex;flex-direction:column;gap:2rem;text-align:center}.nav-overlay .nav-links a,.nav-overlay .logout-button{font-size:1.5rem;color:#e0e0e0}}@media (min-width: 769px){.menu-toggle{display:none}}.landing-page-container{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:#0a0a0a;color:#e0e0e0;text-align:center}.section-title{font-size:2.8rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem;color:#f9f9f9}.section-subheading{max-width:600px;margin:0 auto 3rem;color:#a0a0a0;font-size:1.1rem;line-height:1.6}section{padding:100px 20px;max-width:1200px;margin:0 auto}.hero-section{min-height:80vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,#4f46e526,#0a0a0a00 70%);z-index:0}.hero-content{position:relative;z-index:1}.hero-headline{font-size:4rem;font-weight:800;background:linear-gradient(90deg,#8b5cf6,#ec4899,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;animation:fadeInDown 1s ease-out}.hero-subheadline{font-size:1.25rem;max-width:650px;margin:0 auto 2.5rem;color:#b0b0b0;animation:fadeInUp 1s ease-out .3s;animation-fill-mode:both}.cta-button{display:inline-block;padding:16px 36px;background:linear-gradient(90deg,#4f46e5,#8b5cf6);color:#fff;border-radius:10px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 30px #8b5cf666;animation:fadeInUp 1s ease-out .6s;animation-fill-mode:both}.cta-button:hover{transform:translateY(-4px);box-shadow:0 8px 40px #8b5cf680}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:4rem}.feature-card{background:#1a1a1a;padding:2.5rem;border-radius:16px;border:1px solid #2a2a2a;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;text-align:left}.feature-card:hover{transform:translateY(-8px);border-color:#4f46e5;box-shadow:0 10px 40px #4f46e533}.feature-card h3{font-size:1.75rem;color:#f0f0f0;margin-bottom:1rem}.feature-card p{font-size:1rem;color:#a0a0a0}.how-it-works-section{background-color:#111}.steps-container{display:flex;justify-content:space-around;gap:2rem;flex-wrap:wrap;margin-top:4rem}.step{flex:1;max-width:340px;padding:2rem}.step-number{width:60px;height:60px;border-radius:50%;background:linear-gradient(90deg,#4f46e5,#8b5cf6);color:#fff;display:flex;justify-content:center;align-items:center;font-size:1.75rem;font-weight:700;margin:0 auto 1.5rem;box-shadow:0 0 20px #8b5cf64d}.step h3{font-size:1.5rem;margin-bottom:.75rem;color:#f0f0f0}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-25px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero-headline{font-size:3rem}.hero-subheadline{font-size:1.1rem}.section-title{font-size:2.2rem}}.about-container{background-color:#0a0a0a;color:#e0e0e0;min-height:calc(100vh - 200px);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:6rem 2rem;text-align:center;font-family:Inter,sans-serif;overflow:hidden}.about-content{max-width:800px;animation:fadeInUp 1s ease-out}.about-container h1{font-size:3.5rem;font-weight:800;background:linear-gradient(90deg,#8b5cf6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2rem}.about-container p{font-size:1.2rem;line-height:1.8;color:#a0a0a0;margin-bottom:1.5rem;text-align:left}@keyframes fadeInUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.about-container h1{font-size:2.8rem}.about-container p{font-size:1.1rem;text-align:center}}.chatbox-wrapper{display:flex;justify-content:center;align-items:center;height:calc(100vh - 70px);background-color:#0a0a0a;font-family:Inter,sans-serif;padding:20px;box-sizing:border-box}.chatbox-card{width:100%;max-width:800px;height:100%;max-height:85vh;background-color:#111;border:1px solid #2a2a2a;border-radius:16px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 10px 40px #00000080}.chatbox-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #2a2a2a}.header-info{display:flex;align-items:center;gap:.75rem}.header-info h3{color:#f0f0f0;font-size:1.2rem;font-weight:600;margin:0}.header-icon{color:#8b5cf6}.status{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#10b981}.status-icon{font-size:.7rem}.chatbox-messages{flex-grow:1;padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem}.chatbox-messages::-webkit-scrollbar{width:6px}.chatbox-messages::-webkit-scrollbar-track{background:#111}.chatbox-messages::-webkit-scrollbar-thumb{background-color:#333;border-radius:10px}.message-wrapper{display:flex;align-items:flex-end;gap:.75rem;max-width:80%}.avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.message-content{padding:.75rem 1rem;border-radius:12px;line-height:1.5;font-size:.95rem;word-break:break-word}.message-wrapper.bot{align-self:flex-start}.message-wrapper.bot .avatar{background-color:#2a2a2a;color:#8b5cf6}.message-wrapper.bot .message-content{background-color:#2a2a2a;color:#e0e0e0;border-bottom-left-radius:4px}.message-wrapper.user{align-self:flex-end;flex-direction:row-reverse}.message-wrapper.user .avatar{background-color:#4f46e5;color:#fff}.message-wrapper.user .message-content{background:linear-gradient(90deg,#4f46e5,#8b5cf6);color:#fff;border-bottom-right-radius:4px}.typing-indicator span{height:8px;width:8px;background-color:#a0a0a0;border-radius:50%;display:inline-block;animation:bounce 1.3s infinite}.typing-indicator span:nth-of-type(2){animation-delay:.15s}.typing-indicator span:nth-of-type(3){animation-delay:.3s}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.chatbox-input{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #2a2a2a}.chatbox-input input{flex-grow:1;background-color:#1a1a1a;border:1px solid #333;border-radius:8px;padding:.75rem 1rem;color:#e0e0e0;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease}.chatbox-input input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e54d}.chatbox-input button{width:44px;height:44px;border-radius:50%;border:none;background:linear-gradient(90deg,#4f46e5,#8b5cf6);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;flex-shrink:0}.chatbox-input button:hover:not(:disabled){transform:scale(1.05);box-shadow:0 5px 20px #8b5cf64d}.chatbox-input button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 600px){.chatbox-wrapper{padding:0;height:calc(100vh - 60px)}.chatbox-card{border-radius:0;border:none;max-height:100%}.message-wrapper{max-width:90%}}.footer{background-color:#0a0a0a;color:#a0a0a0;padding:4rem 2rem 2rem;border-top:1px solid #2a2a2a;font-family:Inter,sans-serif}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:left}.footer-logo h2{color:#f0f0f0;font-size:1.75rem;margin-bottom:.5rem}.footer-logo p{font-size:1rem;max-width:250px}.footer h4{color:#f0f0f0;font-size:1.1rem;margin-bottom:1rem;font-weight:600}.footer ul{list-style:none;padding:0;margin:0}.footer ul li{margin-bottom:.75rem}.footer a{color:#a0a0a0;text-decoration:none;transition:color .3s ease;display:flex;align-items:center;gap:.5rem}.footer a:hover{color:#fff}.footer-contact p{margin:0 0 .5rem}.social-icon{font-size:1.2rem}.footer-bottom{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid #2a2a2a}.LoginPage{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:var(--color-black)}.login-container{background-color:#111;padding:3rem;border-radius:16px;border:1px solid #2a2a2a;width:100%;max-width:450px;text-align:center;box-shadow:0 10px 40px #00000080}.login-header{text-align:center;margin-bottom:2.5rem}.login-header h1{color:#f0f0f0;font-size:2rem;margin-bottom:.5rem}.login-header p{color:#a0a0a0}.login-form{display:flex;flex-direction:column;width:100%}.form-group{position:relative;margin-bottom:1.5rem}.input-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#555;font-size:1.2rem}.form-input{width:100%;padding:14px 14px 14px 45px;background-color:#1a1a1a;border:1px solid #333;border-radius:8px;color:#e0e0e0;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease;box-sizing:border-box}.form-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e54d}.login-button{width:100%;padding:16px;background:linear-gradient(90deg,#4f46e5,#8b5cf6);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 20px #8b5cf64d}.login-button:disabled{opacity:.6;cursor:not-allowed}.error-message{color:#ef4444;background-color:#ef44441a;border:1px solid #ef4444;padding:.75rem;border-radius:8px;margin-bottom:1.5rem;font-size:.9rem}:root{--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--color-black: rgb(17, 17, 17);--color-pink: #F4E9D8;--color-white: #ffffff;--color-red: #C1442E;--font-normal: "IBM Plex Sans", sans-serif;--font-heading: "Fraunces", serif}html,body{max-width:100%;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}
