body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f7fa;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.app{display:flex;flex-direction:column;min-height:100vh}.app-header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;color:#fff;padding:1rem 0}.header-content{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.app-title,.header-content{align-items:center;display:flex}.app-title{font-size:1.5rem;font-weight:700;gap:.5rem}.title-icon{height:32px;width:32px}.navigation{display:flex;gap:1rem}.nav-button{align-items:center;background:#ffffff1a;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.nav-button:hover{background:#fff3;transform:translateY(-2px)}.nav-button:disabled{cursor:not-allowed;opacity:.5}.nav-button:disabled:hover{transform:none}.nav-button.active{background:#ffffff4d;box-shadow:0 4px 15px #0003}.logout-button{background:#ffffff1a!important;border:1px solid #ffffff4d!important}.logout-button:hover{background:#fff3!important}.main-content{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem;width:100%}.main-content.analysis-view{max-width:none;padding:1rem}.app-footer{background:#2d3748;color:#fff;margin-top:auto;padding:1rem;text-align:center}.file-upload-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr;margin-top:2rem}.upload-section{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:2rem}.section-title{align-items:center;color:#2d3748;display:flex;font-size:1.5rem;font-weight:600;gap:.5rem;margin-bottom:1.5rem}.section-icon{height:24px;width:24px}.dropzone{background:#f7fafc;border:2px dashed #cbd5e0;border-radius:12px;cursor:pointer;padding:3rem;text-align:center;transition:all .3s ease}.dropzone:hover{background:#edf2f7;border-color:#667eea}.dropzone.active{background:#e6fffa;border-color:#667eea}.dropzone.loading{cursor:not-allowed;opacity:.6}.dropzone-content{align-items:center;display:flex;flex-direction:column;gap:1rem}.upload-icon{color:#667eea;height:48px;width:48px}.upload-text{color:#4a5568;font-size:1.1rem;line-height:1.6}.upload-button{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background .3s ease}.upload-button:hover{background:#5a67d8}.error-message{background:#fed7d7;border:1px solid #fc8181;border-radius:8px;color:#c53030}.error-message,.success-message{align-items:center;display:flex;gap:.5rem;margin-top:1rem;padding:1rem}.success-message{background:#c6f6d5;border:1px solid #68d391;border-radius:8px;color:#2f855a}.info-section{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;height:-webkit-fit-content;height:fit-content;padding:2rem}.info-title{color:#2d3748;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.data-format-list,.file-format-list{list-style:none;padding:0}.data-format-list li,.file-format-list li{border-bottom:1px solid #e2e8f0;color:#4a5568;padding:.5rem 0}.data-format-list li:last-child,.file-format-list li:last-child{border-bottom:none}.data-analysis-container{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin-top:2rem;padding:2rem}.analysis-title{align-items:center;color:#2d3748;display:flex;font-size:1.8rem;font-weight:600;gap:.5rem;margin-bottom:2rem}.analysis-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:4rem;text-align:center}.loading-spinner{border:4px solid #e2e8f0;border-radius:50%;border-top-color:#667eea;height:40px;margin-bottom:1rem;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.analysis-error{color:#c53030;padding:2rem;text-align:center}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.stat-header{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}.stat-header h3{color:#2d3748;font-size:1.2rem;font-weight:600}.stat-icon{height:20px;width:20px}.stat-content{display:flex;flex-direction:column;gap:.5rem}.stat-item{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:.5rem 0}.stat-item:last-child{border-bottom:none}.stat-label{color:#4a5568}.chart-title,.stat-value{font-weight:600}.chart-title{color:#2d3748;font-size:1.2rem;margin-bottom:1rem}.chat-interface{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;height:calc(100vh - 200px);margin-top:2rem}.chat-header h2{color:#2d3748;font-size:1.5rem;font-weight:600}.chat-icon{color:#667eea;height:24px;width:24px}.message{max-width:80%}.user-message{align-self:flex-end;flex-direction:row-reverse}.assistant-message{align-self:flex-start}.message-avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.user-message .message-avatar{background:#667eea;color:#fff}.assistant-message .message-avatar{background:#e2e8f0;color:#4a5568}.message-text{background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;line-height:1.5;padding:.75rem 1rem;white-space:pre-wrap}.user-message .message-text{background:#667eea;border-color:#667eea;color:#fff}.message-timestamp{color:#a0aec0;font-size:.75rem;padding:0 .5rem}.chat-input{align-items:flex-end;display:flex;gap:.5rem}.chat-input textarea{border:1px solid #e2e8f0;border-radius:8px;flex:1 1;font-family:inherit;font-size:.9rem;max-height:100px;min-height:20px;outline:none;padding:.75rem;resize:none}.chat-input textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.send-button{align-items:center;background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:.75rem;transition:background .3s ease}.send-button:hover{background:#5a67d8}.send-button:disabled{cursor:not-allowed;opacity:.5}.chat-suggestions h3{color:#4a5568;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.suggestion-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.suggestion-button{background:#e2e8f0;border:none;border-radius:20px;color:#4a5568;cursor:pointer;font-size:.8rem;padding:.5rem 1rem;transition:all .3s ease}.suggestion-button:hover{background:#cbd5e0;transform:translateY(-1px)}@media (max-width:768px){.header-content{flex-direction:column;gap:1rem}.navigation{flex-wrap:wrap;justify-content:center}.file-upload-container,.stats-grid{grid-template-columns:1fr}.message{max-width:95%}.suggestion-buttons{flex-direction:column}}.file-manager{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin-top:2rem;padding:2rem}.file-manager-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.file-manager-title{align-items:center;color:#2d3748;display:flex;font-size:1.8rem;font-weight:600;gap:.5rem}.file-upload-section{align-items:center;display:flex;gap:1rem}.file-input{display:none}.file-upload-button{align-items:center;background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.75rem 1.5rem;transition:background .3s ease}.file-upload-button:hover{background:#5a67d8}.file-manager-loading{align-items:center;justify-content:center;padding:4rem;text-align:center}.file-manager-loading,.files-list{display:flex;flex-direction:column}.files-list{gap:1rem}.file-item:hover{background:#edf2f7;border-color:#667eea}.file-item.selected{background:#e6fffa;border-color:#667eea;box-shadow:0 4px 15px #667eea33}.file-info{flex-direction:column}.file-info,.file-name{display:flex;gap:.5rem}.file-name{align-items:center;color:#2d3748;font-weight:600}.file-details{color:#4a5568;display:flex;font-size:.9rem;gap:1rem}.file-date,.file-stats{align-items:center;display:flex;gap:.25rem}.selected-indicator{background:#667eea;border-radius:20px;color:#fff;font-size:.8rem;font-weight:500;padding:.5rem 1rem}.empty-state{align-items:center;color:#4a5568;display:flex;flex-direction:column;justify-content:center;padding:4rem;text-align:center}.empty-icon{color:#a0aec0;margin-bottom:1rem}.empty-subtitle{color:#6b7280;font-size:.9rem;margin-top:.5rem}.reanalyze-button{background:#10b981;border:1px solid #059669;border-radius:6px;color:#111827;cursor:pointer;font-weight:600;padding:10px 16px;transition:transform .12s ease,filter .12s ease,background .12s ease}.reanalyze-button:hover{background:#34d399}.reanalyze-button:active{transform:translateY(1px)}.reanalyze-button:disabled{cursor:not-allowed;opacity:.6}.contractor-search{margin-top:8px;position:relative}.contractor-search-input{border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;padding:8px;width:100%}.contractor-search-input:focus{border-color:#6366f1;box-shadow:0 0 0 1px #6366f1;outline:none}.contractor-search-results{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px #0f172a1f;left:0;margin-top:6px;max-height:240px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:10}.contractor-search-item{background:#0000;border:none;cursor:pointer;display:block;font-size:.9rem;padding:8px 12px;text-align:left;width:100%}.contractor-search-item:focus,.contractor-search-item:hover{background:#eef2ff;color:#312e81}.contractor-search-no-results{color:#6b7280;font-size:.85rem;padding:10px 12px}.analysis-with-chat{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr;height:calc(100vh - 250px);margin-top:2rem}.analysis-section{overflow-y:auto;padding:2rem}.analysis-section,.chat-section{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a}.chat-section{display:flex;flex-direction:column;height:100%;max-height:100%;overflow:hidden}.chat-suggestions{background:#f7fafc;border-radius:0 0 12px 12px;border-top:1px solid #e2e8f0;padding:1rem}.chat-suggestions h4{color:#4a5568;font-size:.9rem;font-weight:600;margin-bottom:.5rem}@media (max-width:1024px){.analysis-with-chat{grid-template-columns:1fr;height:auto}.analysis-section{order:1}.chat-section{height:400px;order:2}}@media (max-width:768px){.header-content{flex-direction:column;gap:1rem}.navigation{flex-wrap:wrap;justify-content:center}.file-upload-container,.stats-grid{grid-template-columns:1fr}.message{max-width:95%}.file-manager-header,.suggestion-buttons{flex-direction:column}.file-manager-header{align-items:flex-start;gap:1rem}.file-details{flex-direction:column;gap:.5rem}}.loading-spinner{animation:spin 1s linear infinite}.text-center{text-align:center}.text-muted{color:#6b7280}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.landing-container{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;min-height:100vh;overflow-x:hidden}.landing-hero{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;min-height:80vh;padding:4rem 2rem}.hero-content{display:flex;flex-direction:column;gap:2rem}.hero-title{align-items:center;display:flex;font-size:3rem;font-weight:700;gap:1rem;line-height:1.2;margin-bottom:1rem}.hero-icon{height:48px;width:48px}.hero-subtitle{font-size:1.3rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:#fff3;border:2px solid #ffffff4d;color:#fff}.btn-primary:hover{background:#ffffff4d;transform:translateY(-2px)}.btn-secondary{background:#fff;border:2px solid #0000;color:#667eea}.btn-secondary:hover{background:#f7fafc;transform:translateY(-2px)}.btn-full{justify-content:center;width:100%}.hero-chart,.hero-image{align-items:center;display:flex;justify-content:center}.hero-chart{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;padding:2rem;position:relative}.chart-icon{opacity:.3}.chart-bars{align-items:end;bottom:20px;display:flex;gap:8px;left:50%;position:absolute;transform:translateX(-50%)}.chart-bar{animation:chartPulse 2s ease-in-out infinite;background:#ffffffb3;border-radius:2px;width:12px}.chart-bar:first-child{animation-delay:0s}.chart-bar:nth-child(2){animation-delay:.5s}.chart-bar:nth-child(3){animation-delay:1s}.chart-bar:nth-child(4){animation-delay:1.5s}@keyframes chartPulse{0%,to{opacity:.7}50%{opacity:1}}.benefits-section,.features-section{margin:0 auto;max-width:1200px;padding:4rem 2rem}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;padding:2rem;text-align:center;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{color:#ffffffe6;display:flex;justify-content:center;margin-bottom:1.5rem}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.feature-card p{line-height:1.6;opacity:.9}.benefits-grid{display:flex;flex-direction:column;gap:2rem}.benefit-item{align-items:flex-start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;display:flex;gap:1.5rem;padding:2rem}.benefit-icon{color:#ffffffe6;flex-shrink:0;height:40px;width:40px}.benefit-item h3{font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.benefit-item p{line-height:1.6;opacity:.9}.auth-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:2rem;position:relative}.auth-card{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001a;max-width:400px;padding:3rem;width:100%}.auth-header{margin-bottom:2rem;text-align:center}.auth-icon{color:#667eea;height:48px;margin:0 auto 1rem;width:48px}.auth-header h2{color:#2d3748;font-size:2rem;font-weight:700;margin-bottom:.5rem}.auth-header p{color:#6b7280;font-size:1rem}.auth-form{gap:1.5rem}.auth-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#2d3748;font-size:.9rem;font-weight:600}.form-group input{border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;outline:none;padding:.75rem;transition:border-color .3s ease}.form-group input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.password-input{position:relative}.password-toggle{align-items:center;background:none;border:none;color:#6b7280;cursor:pointer;display:flex;justify-content:center;position:absolute;right:.75rem;top:50%;transform:translateY(-50%)}.password-toggle:hover{color:#667eea}.auth-footer{border-top:1px solid #e2e8f0;margin-top:2rem;padding-top:2rem;text-align:center}.auth-footer p{color:#6b7280;font-size:.9rem}.link-button{background:none;border:none;color:#667eea;cursor:pointer;font-weight:600;text-decoration:underline}.link-button:hover{color:#5a67d8}.back-button{background:#fff3;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;left:2rem;padding:.75rem 1.5rem;position:absolute;top:2rem;transition:all .3s ease}.back-button:hover{background:#ffffff4d}@media (max-width:768px){.landing-hero{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{justify-content:center}.features-grid{grid-template-columns:1fr}.section-title{font-size:2rem}}.my-page{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin-top:2rem;padding:2rem}.my-page-header{border-bottom:1px solid #e2e8f0;margin-bottom:2rem;padding-bottom:2rem;text-align:center}.my-page-header h1{align-items:center;color:#2d3748;display:flex;font-size:2.5rem;font-weight:700;gap:.75rem;justify-content:center;margin-bottom:.5rem}.my-page-header p{color:#6b7280;font-size:1.1rem}.my-page-tabs{border-bottom:1px solid #e2e8f0;display:flex;gap:.5rem;margin-bottom:2rem}.tab-button{align-items:center;background:none;border:none;border-bottom:2px solid #0000;color:#6b7280;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;padding:1rem 1.5rem;transition:all .3s ease}.tab-button:hover{color:#667eea}.tab-button.active{border-bottom-color:#667eea;color:#667eea}.my-page-content{min-height:400px}.section-header{align-items:center;color:#2d3748;display:flex;font-size:1.8rem;font-weight:600;gap:.75rem;margin-bottom:2rem}.settings-section{display:flex;flex-direction:column;gap:2rem}.settings-card{background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;padding:2rem}.settings-card h3{color:#2d3748;font-size:1.3rem;font-weight:600;margin-bottom:1.5rem}.setting-item{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1rem 0}.setting-item:last-child{border-bottom:none}.setting-label{color:#4a5568;font-weight:500}.setting-value{color:#2d3748;font-weight:600}.toggle-label{align-items:center;color:#4a5568;cursor:pointer;display:flex;font-weight:500;gap:.75rem}.toggle-label input[type=checkbox]{accent-color:#667eea;height:20px;width:20px}.danger-zone{background:#fef5e7;border-color:#fed7d7}.btn-danger{align-items:center;background:#e53e3e;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:background .3s ease}.btn-danger:hover{background:#c53030}.help-cards,.help-section{display:flex;flex-direction:column;gap:2rem}.help-card{background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.help-card-header{align-items:center;background:#667eea;color:#fff;display:flex;font-weight:600;gap:.75rem;padding:1rem 1.5rem}.help-card-content{padding:1.5rem}.help-card-content ol,.help-card-content ul{line-height:1.6;padding-left:1.5rem}.help-card-content li{margin-bottom:.5rem}.help-tip{background:#ebf8ff;border:1px solid #bee3f8;border-radius:8px;color:#2b6cb0;font-size:.9rem;padding:1rem}.help-examples,.help-tip{margin-top:1rem}.help-examples h4{color:#2d3748;font-weight:600;margin-bottom:.75rem}.help-footer{background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;text-align:center}.help-footer h3{color:#2d3748;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.support-email{color:#667eea;font-size:1.1rem;font-weight:600}.analysis-container-split{display:flex;gap:2rem;max-width:none;min-height:calc(100vh - 150px);padding:1rem}.analysis-main-content{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;flex:2 1;max-height:calc(100vh - 170px);overflow-y:auto;padding:2rem}.analysis-header{align-items:center;color:#2d3748;display:flex;font-size:1.8rem;font-weight:600;gap:.5rem;margin-bottom:2rem}.header-icon{color:#667eea;height:32px;width:32px}.stats-overview{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.stat-card{align-items:center;background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.stat-card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.stat-card.primary{border-left:4px solid #667eea}.stat-card.success{border-left:4px solid #48bb78}.stat-card.info{border-left:4px solid #0bc5ea}.stat-card.warning{border-left:4px solid #ed8936}.stat-icon{align-items:center;background:#667eea1a;border-radius:12px;color:#667eea;display:flex;height:48px;justify-content:center;width:48px}.stat-content{flex:1 1}.stat-label{color:#6b7280;font-size:.9rem;font-weight:500;margin-bottom:.25rem}.stat-value{color:#2d3748;font-size:1.5rem;font-weight:700;line-height:1.2}.charts-grid-two-column{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.chart-card{background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all .3s ease}.chart-card:hover{box-shadow:0 8px 25px #0000001a}.chart-card h3{align-items:center;color:#2d3748;display:flex;font-size:1.2rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.chart-icon{color:#667eea;height:20px;width:20px}.chart-full-width{grid-column:1/-1}.contractors-list{display:flex;flex-direction:column;gap:.75rem;max-height:300px;overflow-y:auto}.contractor-item{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:1rem;padding:.75rem;transition:all .3s ease}.contractor-item:hover{background:#f0f9ff;border-color:#0ea5e9}.contractor-rank{align-items:center;background:#667eea;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.8rem;font-weight:600;height:24px;justify-content:center;width:24px}.contractor-name{color:#2d3748;flex:1 1;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contractor-count{background:#667eea1a;border-radius:12px;color:#667eea;font-size:.9rem;font-weight:600;padding:.25rem .75rem}.chat-sidebar{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;flex:1 1;height:calc(100vh - 170px);max-height:calc(100vh - 170px);min-width:350px;overflow:hidden}.chat-header{align-items:center;background:#f7fafc;border-bottom:1px solid #e2e8f0;border-radius:12px 12px 0 0;display:flex;flex-shrink:0;gap:.5rem;padding:1.5rem}.chat-header-icon{color:#667eea;height:24px;width:24px}.chat-header h3{color:#2d3748;font-size:1.2rem;font-weight:600}.chat-messages{display:flex;flex-direction:column;gap:1rem;min-height:0}.message{animation:messageSlideIn .3s ease-out;display:flex;gap:.75rem;max-width:85%}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.user{align-self:flex-end;flex-direction:row-reverse}.message.assistant{align-self:flex-start}.message-icon{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.message.user .message-icon{background:#667eea;color:#fff}.message.assistant .message-icon{background:#e2e8f0;color:#4a5568}.message-content{display:flex;flex-direction:column;gap:.25rem}.message-content p{background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;color:#2d3748;line-height:1.5;margin:0;padding:.75rem 1rem;white-space:pre-wrap}.message.user .message-content p{background:#667eea;border-color:#667eea;color:#fff}.message-time{color:#a0aec0;font-size:.75rem;padding:0 .5rem}.typing-indicator{display:flex;gap:4px;padding:.75rem 1rem}.typing-indicator span{animation:typingPulse 1.4s ease-in-out infinite both;background:#cbd5e0;border-radius:50%;height:8px;width:8px}.typing-indicator span:first-child{animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes typingPulse{0%,80%,to{opacity:.5;transform:scale(0)}40%{opacity:1;transform:scale(1)}}.chat-input-container{align-items:flex-end;background:#f7fafc;border-radius:0 0 12px 12px;border-top:1px solid #e2e8f0;display:flex;flex-shrink:0;gap:.5rem;padding:1rem}.chat-input{border:1px solid #e2e8f0;border-radius:8px;flex:1 1;font-family:inherit;font-size:.9rem;max-height:100px;min-height:20px;outline:none;padding:.75rem;resize:none;transition:border-color .3s ease}.chat-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.chat-send-button{align-items:center;background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;height:44px;justify-content:center;min-width:44px;padding:.75rem;transition:all .3s ease}.chat-send-button:hover:not(:disabled){background:#5a67d8;transform:scale(1.05)}.chat-send-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.animate-spin{animation:spin 1s linear infinite}@media (max-width:1200px){.analysis-container-split{flex-direction:column;height:auto}.analysis-main-content{max-height:none;overflow-y:visible}.chat-sidebar{height:400px;max-height:400px;min-width:auto}.charts-grid-two-column{grid-template-columns:1fr}}@media (max-width:768px){.analysis-container-split{gap:1rem;padding:.5rem}.analysis-main-content,.chat-sidebar{padding:1rem}.stats-overview{grid-template-columns:1fr}.message{max-width:95%}.contractor-name{font-size:.9rem}}.file-item{background:#f7fafc;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;justify-content:space-between;padding:1.5rem;transition:all .3s ease}.file-actions,.file-item{align-items:center;display:flex}.file-actions{gap:1rem}.delete-button{align-items:center;background:#fed7d7;border:none;border-radius:6px;color:#e53e3e;cursor:pointer;display:flex;justify-content:center;opacity:.7;padding:.5rem;transition:all .3s ease}.delete-button:hover{background:#feb2b2;opacity:1;transform:scale(1.05)}.file-item:hover .delete-button{opacity:1}@media (max-width:768px){.my-page-tabs{flex-direction:column}.tab-button{border-bottom:none;border-left:4px solid #0000;text-align:center}.tab-button.active{border-bottom:none;border-left-color:#667eea}.setting-item{gap:.5rem}.file-item,.setting-item{align-items:flex-start;flex-direction:column}.file-item{gap:1rem}.file-actions{justify-content:space-between;width:100%}}.faq-container{background:#f8f9fa;border-top:1px solid #e0e0e0;margin-top:auto;padding:1rem}.faq-header{align-items:center;color:#666;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;margin-bottom:.8rem}.faq-header svg{color:#3b82f6}.faq-tags{display:flex;flex-wrap:wrap;gap:.5rem;max-height:100px;overflow-y:auto}.faq-tag{background:#fff;border:1px solid #e0e0e0;border-radius:20px;box-shadow:0 1px 2px #0000000d;color:#333;cursor:pointer;font-size:.85rem;padding:.4rem .8rem;transition:all .2s ease;white-space:nowrap}.faq-tag:hover:not(:disabled){background:#3b82f6;border-color:#3b82f6;box-shadow:0 2px 4px #3b82f633;color:#fff;transform:translateY(-1px)}.faq-tag:active:not(:disabled){transform:translateY(0)}.faq-tag:disabled{cursor:not-allowed;opacity:.5}.message.assistant{animation:fadeInMessage .3s ease}@keyframes fadeInMessage{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-content strong{color:#1a1a1a;font-weight:600}.message-content ol,.message-content ul{margin:.5rem 0;padding-left:1.5rem}.message-content li{line-height:1.5;margin:.25rem 0}.chat-sidebar{display:flex;flex-direction:column}.chat-messages{flex:1 1;max-height:calc(100% - 200px);overflow-y:auto;padding:1rem}@media (max-width:768px){.faq-tags{max-height:120px}.faq-tag{font-size:.8rem;padding:.35rem .7rem}}
/*# sourceMappingURL=main.ea2e8c92.css.map*/