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}.app-title-text{display:flex;flex-direction:column;line-height:1.1}.service-name{font-size:1.4rem;font-weight:700}.service-subtitle{font-size:.85rem;font-weight:500;letter-spacing:.02em}.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}.footer-link{color:inherit}.footer-link:hover{opacity:.85}.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: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-group{margin-bottom:1.5rem}.file-group:last-of-type{margin-bottom:0}.file-type-badge{background:#eef2ff;border:1px solid #c7d2fe;border-radius:6px;color:#3730a3;font-size:.85rem;padding:4px 8px}.year-range-badge{background:#ecfeff;border:1px solid #bae6fd;border-radius:6px;color:#0f172a;font-size:.85rem;padding:4px 8px}.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{color:#fff;flex:1 1;min-height:0;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%}.auth-submit-button{background:linear-gradient(135deg,#2563eb,#1d4ed8);border:1px solid #1d4ed8;box-shadow:0 12px 24px #2563eb38;color:#fff}.auth-submit-button:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#1e40af)}.auth-submit-button:disabled{box-shadow:none;cursor:not-allowed;opacity:.7}.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;display:flex;flex:1 1;justify-content:center;min-height:0;padding:2rem;position:relative}.public-screen{background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;min-height:100vh}.public-footer{color:#fff;font-size:.95rem;padding:1rem 1.5rem 1.5rem;text-align:center}.public-footer a{color:inherit;text-decoration:underline}.public-footer a:hover{opacity:.85}.auth-card{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001a;max-width:400px;padding:3rem;width:100%}.auth-card.auth-card-wide{max-width:480px}.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}.auth-note{color:#4b5563;font-size:.92rem;line-height:1.6}.auth-info-block{grid-gap:.75rem;color:#4b5563;display:grid;gap:.75rem;line-height:1.7;margin-bottom:1.5rem}.captcha-panel{display:flex;justify-content:center}.captcha-widget{min-height:78px}.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-expanded{min-height:calc(100vh - 150px);padding:1rem;position:relative}.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;margin:0 auto;max-height:none;max-width:1200px;min-height:calc(100vh - 170px);overflow:visible;padding:2.5rem 3rem;width:100%}.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}.contractor-profile-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;flex-direction:column;gap:16px;margin-top:12px;padding:16px}.contractor-profile-header{align-items:center;display:flex;font-size:1rem;font-weight:600;justify-content:space-between}.contractor-profile-header .label{color:#6b7280;font-size:.85rem}.contractor-profile-header .value{color:#111827;font-size:1.1rem}.profile-score-row{display:flex;flex-wrap:wrap;gap:12px}.profile-score-chip{background:#eef2ff;border:1px solid #c7d2fe;border-radius:8px;display:flex;flex-direction:column;min-width:130px;padding:8px 12px}.profile-score-chip .label{color:#4c51bf;font-size:.75rem}.profile-score-chip .value{color:#1a202c;font-size:1.25rem;font-weight:600}.contractor-profile-section h4{color:#1f2937;font-size:1rem;font-weight:600;margin-bottom:.75rem}.table-wrapper{overflow-x:auto}.contractor-profile-table{border-collapse:collapse;font-size:.9rem;width:100%}.contractor-profile-table td,.contractor-profile-table th{border:1px solid #e5e7eb;padding:.5rem;text-align:left}.contractor-profile-table th{background:#f9fafb;color:#374151;font-weight:600}.contractor-profile-attributes{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.contractor-profile-ids{display:flex;flex-wrap:wrap;gap:12px}.contractor-profile-id-chip{background:#f3f4f6;border-radius:8px;font-size:.85rem;padding:6px 10px}.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-toggle{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;bottom:2rem;box-shadow:0 18px 45px #6366f166;color:#fff;cursor:pointer;display:flex;height:64px;justify-content:center;position:fixed;right:2rem;transition:transform .25s ease,box-shadow .25s ease;width:64px;z-index:1200}.chat-toggle:hover{box-shadow:0 26px 60px #6366f173;transform:translateY(-6px) scale(1.05)}.chat-toggle-icon{height:28px;width:28px}.chat-toggle-label{background:#111827eb;border-radius:9999px;box-shadow:0 12px 30px #11182759;color:#fff;font-size:.85rem;font-weight:600;opacity:0;padding:.45rem .85rem;pointer-events:none;position:absolute;right:76px;transform:translateX(10px);transition:opacity .25s ease,transform .25s ease;white-space:nowrap}.chat-toggle:hover .chat-toggle-label{opacity:1;transform:translateX(0)}.chat-popup{background:#fff;border-radius:16px;bottom:7.5rem;box-shadow:0 28px 70px #0f172a66;display:flex;flex-direction:column;max-height:calc(100vh - 6rem);overflow:hidden;position:fixed;right:2rem;width:clamp(320px,32vw,440px);z-index:1200}.chat-popup-header{align-items:center;background:linear-gradient(135deg,#eef2ff,#f5f3ff);border-bottom:1px solid #e0e7ff;display:flex;justify-content:space-between;padding:1rem 1.25rem}.chat-popup-title{align-items:center;color:#312e81;display:flex;font-weight:600;gap:.5rem}.chat-popup-close{background:#0000;border:none;border-radius:6px;color:#4338ca;cursor:pointer;padding:.25rem;transition:background .2s ease,transform .2s ease}.chat-popup-close:hover{background:#6366f11f;transform:rotate(90deg)}.chat-popup-body{background:#fff;display:flex;flex:1 1;flex-direction:column;overflow:hidden}.chat-popup-body .chat-messages{padding:1rem 1.25rem}.chat-popup-body .faq-container{background:#f9fafb;border-top:1px solid #e2e8f0}.chat-popup .chat-input-container{border-radius:0;padding:1rem 1.25rem}.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:visible}.chat-sidebar{height:400px;max-height:400px;min-width:auto}.chat-popup{right:1.5rem;width:clamp(300px,50vw,400px)}.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}.chat-toggle{bottom:1rem;height:56px;right:1rem;width:56px}.chat-toggle-label{display:none}.chat-popup{bottom:6rem;left:.75rem;max-height:calc(100vh - 5rem);right:.75rem;width:auto}}.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}.analyze-file-button{background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:10px;box-shadow:0 12px 24px #2563eb2e;color:#fff;cursor:pointer;font-size:.92rem;font-weight:700;padding:.8rem 1.1rem;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;white-space:nowrap}.analyze-file-button:hover{box-shadow:0 16px 28px #2563eb38;filter:brightness(1.02);transform:translateY(-1px)}.rename-button{align-items:center;background:#e0f2fe;border:none;border-radius:6px;color:#0369a1;cursor:pointer;display:flex;justify-content:center;opacity:.7;padding:.5rem;transition:all .3s ease}.rename-button:hover{background:#bae6fd;opacity:1;transform:scale(1.05)}.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;line-height:1.4;padding:.4rem .8rem;text-align:left;transition:all .2s ease;white-space:pre-line}.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}}.file-manager-heading{grid-gap:.35rem;display:grid;gap:.35rem}.file-manager-description{color:#5f6b7a;font-size:.95rem;line-height:1.6;margin:0}.file-manager-readonly-badge{align-items:center;background:#0f172a0f;border-radius:999px;color:#334155;display:inline-flex;font-size:.82rem;font-weight:700;justify-content:center;letter-spacing:.04em;padding:.55rem .9rem;white-space:nowrap}.developer-console-intro{background:linear-gradient(135deg,#0940671f,#0f766e14),#fff;border:1px solid #0f172a14;border-radius:20px;box-shadow:0 18px 36px #0f172a14;margin-bottom:1.25rem;padding:1.25rem 1.5rem}.developer-console-intro h2{color:#0f172a;font-size:1.35rem;margin:0 0 .4rem}.developer-console-intro p{color:#475569;line-height:1.7;margin:0}.developer-console-actions{display:flex;gap:.75rem;margin-top:1rem}.developer-console-action-button{align-items:center;background:linear-gradient(135deg,#0f766e,#1d4ed8);border:none;border-radius:14px;box-shadow:0 12px 28px #0f172a26;color:#fff;cursor:pointer;display:inline-flex;font-weight:700;gap:.55rem;padding:.8rem 1rem}.login-activity-page{grid-gap:1.25rem;display:grid;gap:1.25rem}.login-activity-hero,.login-activity-panel{background:linear-gradient(180deg,#fffffffa,#f8fafcf0);border:1px solid #94a3b833;border-radius:24px;box-shadow:0 18px 38px #0f172a14;padding:1.5rem}.login-activity-hero{align-items:center;background:linear-gradient(135deg,#082f49f5,#0f766eeb);color:#f8fafc;display:flex;gap:1rem;justify-content:space-between}.login-activity-hero-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end}.login-activity-eyebrow{color:#bfdbfeeb;display:inline-flex;font-size:.76rem;font-weight:700;letter-spacing:.16em;margin-bottom:.45rem;text-transform:uppercase}.login-activity-hero h2{font-size:1.8rem;margin:0}.login-activity-hero p{color:#f1f5f9eb;line-height:1.7;margin:.55rem 0 0}.login-activity-back-button,.login-activity-download,.login-range-button{align-items:center;border:none;border-radius:14px;cursor:pointer;display:inline-flex;font-weight:700;gap:.5rem;justify-content:center}.login-activity-download{background:#ffffffeb;color:#0f172a;padding:.95rem 1.15rem}.login-activity-back-button{background:#0f172a33;border:1px solid #ffffff2e;color:#f8fafc;padding:.95rem 1.15rem}.login-range-button{background:#e2e8f0;color:#0f172a;padding:.75rem .95rem}.login-activity-download:disabled,.login-range-button:disabled{cursor:not-allowed;opacity:.55}.login-activity-chart-grid,.login-activity-summary-grid{grid-gap:1rem;display:grid;gap:1rem}.login-activity-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.login-activity-chart-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.login-summary-card{align-items:center;background:linear-gradient(145deg,#f0f9fff5,#ecfdf5f5);border:1px solid #7dd3fc57;border-radius:20px;display:flex;gap:.9rem;padding:1.2rem 1.25rem}.login-summary-icon{align-items:center;background:linear-gradient(135deg,#0f766e,#1d4ed8);border-radius:14px;color:#fff;display:inline-flex;flex-shrink:0;height:42px;justify-content:center;width:42px}.login-summary-card span{color:#475569;display:block;font-size:.85rem;font-weight:700}.login-summary-card strong{color:#0f172a;display:block;font-size:1.4rem;margin-top:.25rem}.login-activity-panel-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.login-activity-panel-header h3{color:#0f172a;margin:0}.login-activity-panel-header p{color:#64748b;line-height:1.6;margin:.35rem 0 0}.login-activity-status-chip{align-items:center;background:#0f766e14;border-radius:999px;color:#0f766e;display:inline-flex;font-weight:700;gap:.45rem;padding:.55rem .8rem}.login-activity-range-controls{display:flex;gap:.65rem}.login-activity-panel-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end}.login-activity-toggle-group{background:#e2e8f0;border-radius:999px;display:inline-flex;gap:.2rem;padding:.25rem}.login-toggle-button{background:#0000;border:none;border-radius:999px;color:#475569;cursor:pointer;font-weight:700;padding:.6rem .95rem;white-space:nowrap}.login-toggle-button.active{background:#fff;box-shadow:0 4px 12px #0f172a14;color:#0f172a}.login-activity-table-wrap{overflow-x:auto}.login-activity-table{border-collapse:collapse;width:100%}.login-activity-table td,.login-activity-table th{border-bottom:1px solid #e2e8f0;padding:.9rem .75rem;text-align:left;white-space:nowrap}.login-activity-table th{color:#475569;font-size:.8rem;letter-spacing:.05em;text-transform:uppercase}.login-activity-empty-cell{color:#64748b;text-align:center!important}.login-chart-area{height:320px;width:100%}.usage-history-page{grid-gap:1.25rem;display:grid;gap:1.25rem}.usage-day-card,.usage-history-entry-card,.usage-history-hero,.usage-history-toolbar,.usage-summary-card{border:1px solid #94a3b833;border-radius:24px;box-shadow:0 18px 38px #0f172a14}.usage-day-card,.usage-history-entry-card,.usage-history-hero,.usage-history-toolbar{background:linear-gradient(180deg,#fffffffa,#f8fafcf0);padding:1.5rem}.usage-detail-grid,.usage-history-home-grid,.usage-summary-grid{grid-gap:1rem;display:grid;gap:1rem}.usage-history-home-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.usage-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.usage-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.usage-history-entry-card{align-items:flex-start;cursor:pointer;display:flex;gap:1rem;text-align:left}.usage-history-entry-card svg{color:#0f766e;flex-shrink:0}.usage-day-card h4,.usage-history-entry-card h3,.usage-history-toolbar h3,.usage-summary-card h4{color:#0f172a;margin:0}.usage-day-card p,.usage-history-entry-card p,.usage-history-note,.usage-history-toolbar p,.usage-summary-card p{color:#64748b;line-height:1.6;margin:.35rem 0 0}.usage-history-hero{align-items:center;background:linear-gradient(135deg,#082f49f5,#0f766eeb);color:#f8fafc;display:flex;gap:1rem;justify-content:space-between}.usage-history-hero h2{font-size:1.8rem;margin:0}.usage-history-hero p{color:#f1f5f9eb}.usage-history-toolbar{align-items:center;display:flex;gap:1rem;justify-content:space-between}.usage-summary-card{background:linear-gradient(145deg,#f0f9fff5,#ecfdf5f5);padding:1.25rem}.usage-summary-card-accent{background:linear-gradient(145deg,#f0fdfafa,#e0f2fef0)}.usage-summary-card-header{align-items:center;display:flex;gap:.75rem;justify-content:space-between}.usage-top-list{grid-gap:.55rem;display:grid;gap:.55rem;margin:1rem 0 0;padding-left:1.1rem}.usage-top-item{align-items:center;color:#0f172a;display:flex;gap:.75rem;justify-content:space-between}.usage-top-item strong{flex-shrink:0}.usage-history-empty{color:#64748b;margin-top:.9rem}.usage-day-card{grid-gap:1rem;display:grid;gap:1rem}.usage-day-card-header,.usage-day-section h5,.usage-modal-header{align-items:center;display:flex;gap:.75rem;justify-content:space-between}.usage-day-card-header p{margin-top:.15rem}.usage-day-card-header svg{color:#0f766e}.usage-day-section{grid-gap:.55rem;display:grid;gap:.55rem}.usage-day-section h5{color:#0f172a;font-size:.95rem;justify-content:flex-start;margin:0}.usage-day-entry{grid-gap:.15rem;background:#f8fafcf2;border-radius:16px;color:#1e293b;display:grid;gap:.15rem;line-height:1.6;padding:.8rem .9rem}.usage-day-empty{color:#64748b}.usage-modal-backdrop{align-items:center;background:#0f172a6b;display:flex;inset:0;justify-content:center;padding:1.5rem;position:fixed;z-index:1000}.usage-modal{background:#fff;border-radius:24px;box-shadow:0 24px 56px #0f172a38;display:flex;flex-direction:column;max-height:min(80vh,900px);width:min(960px,100%)}.usage-modal-header{border-bottom:1px solid #e2e8f0;padding:1.25rem 1.5rem}.usage-modal-body{grid-gap:.75rem;display:grid;gap:.75rem;overflow-y:auto;padding:1rem 1.5rem 1.5rem}.usage-modal-message{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:1rem}.usage-modal-message p{color:#0f172a;line-height:1.65;margin:.55rem 0 0;white-space:pre-wrap}.usage-modal-message-meta{color:#64748b;display:flex;flex-wrap:wrap;font-size:.88rem;gap:.65rem}.account-page{grid-gap:1.5rem;display:grid;gap:1.5rem}.account-hero-card{align-items:center;background:linear-gradient(135deg,#0f766e,#155e75 48%,#1e40af);border:1px solid #0f172a1a;border-radius:28px;box-shadow:0 24px 48px #0f172a29;display:flex;gap:1.5rem;justify-content:space-between;padding:1.75rem 1.9rem}.account-hero-main{align-items:center;display:flex;gap:1.25rem;min-width:0}.account-avatar-shell{background:#fff3;border-radius:24px;flex-shrink:0;padding:.4rem}.account-avatar{align-items:center;background:linear-gradient(135deg,#fffffff5,#e2e8f0eb);border-radius:20px;color:#0f172a;display:flex;height:72px;justify-content:center;width:72px}.account-hero-copy{min-width:0}.account-eyebrow{color:#dbeafeeb;display:inline-flex;font-size:.75rem;font-weight:700;letter-spacing:.16em;margin-bottom:.45rem;text-transform:uppercase}.account-hero-copy h2{color:#f8fafc;font-size:clamp(1.8rem,2.8vw,2.4rem);line-height:1.08;margin:0;text-shadow:0 4px 18px #0f172a2e}.account-hero-copy p{color:#f1f5f9f0;line-height:1.7;margin:.55rem 0 0;max-width:640px}.account-badges{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1rem}.account-badge{align-items:center;border-radius:999px;display:inline-flex;font-size:.82rem;font-weight:700;justify-content:center;letter-spacing:.02em;padding:.45rem .8rem}.account-badge.role-admin{background:#0f172a38;color:#e2f2ff}.account-badge.role-user{background:#ffffff2e;color:#eff6ff}.account-badge.status-active{background:#ecfdf5eb;color:#166534}.account-badge.status-inactive{background:#fee2e2f0;color:#991b1b}.account-hero-actions{display:flex;flex-direction:column;gap:.75rem;min-width:220px}.account-action-button{align-items:center;border:none;border-radius:16px;cursor:pointer;display:inline-flex;font-size:.96rem;font-weight:700;gap:.55rem;justify-content:center;padding:.9rem 1.1rem;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;width:100%}.account-action-button:hover{transform:translateY(-1px)}.account-action-button.primary{background:linear-gradient(135deg,#f8fafc,#e2e8f0);box-shadow:0 16px 30px #0f172a24;color:#0f172a}.account-action-button.secondary{background:#0f172a29;border:1px solid #ffffff29;color:#fff}.account-grid{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr) minmax(0,1fr)}.account-panel{background:linear-gradient(180deg,#fffffffa,#f8fafcf0);border:1px solid #94a3b838;border-radius:24px;box-shadow:0 18px 38px #0f172a14;padding:1.5rem}.account-panel-emphasis{background:linear-gradient(145deg,#f0fdfaf5,#eff6fff5)}.account-panel-header{align-items:flex-start;display:flex;gap:.9rem;margin-bottom:1.1rem}.account-panel-icon{align-items:center;background:linear-gradient(135deg,#0d948824,#2563eb1f);border-radius:14px;color:#0f766e;display:inline-flex;flex-shrink:0;height:42px;justify-content:center;width:42px}.account-panel-header h3{color:#0f172a;font-size:1.08rem;margin:0}.account-panel-header p{color:#64748b;line-height:1.6;margin:.25rem 0 0}.account-check-list{grid-gap:.85rem;display:grid;gap:.85rem;list-style:none;margin:0;padding:0}.account-check-list li{align-items:flex-start;color:#0f172a;display:flex;gap:.7rem;line-height:1.65}.account-check-list li svg{color:#0f766e;flex-shrink:0;margin-top:.2rem}.account-info-grid{grid-gap:.9rem;display:grid;gap:.9rem;grid-template-columns:repeat(2,minmax(0,1fr));margin:0}.account-info-grid.single-column{grid-template-columns:1fr}.account-info-item{background:#f8fafceb;border:1px solid #e2e8f0e6;border-radius:18px;padding:1rem 1.05rem}.account-info-item dt{color:#64748b;font-size:.78rem;font-weight:700;letter-spacing:.08em;margin:0;text-transform:uppercase}.account-info-item dd{color:#0f172a;font-size:1rem;font-weight:700;line-height:1.5;margin:.45rem 0 0}@media (max-width:1080px){.account-grid,.login-activity-chart-grid,.usage-detail-grid,.usage-summary-grid{grid-template-columns:1fr}}@media (max-width:900px){.account-hero-card{align-items:stretch;flex-direction:column}.account-hero-actions{min-width:0}.login-activity-hero,.login-activity-panel-header{align-items:stretch;flex-direction:column}.login-activity-hero-actions{justify-content:stretch}.login-activity-summary-grid{grid-template-columns:1fr}.login-activity-panel-actions{justify-content:stretch}.usage-history-home-grid{grid-template-columns:1fr}.usage-history-hero,.usage-history-toolbar{align-items:stretch;flex-direction:column}}@media (max-width:768px){.file-manager-header{align-items:flex-start}.file-manager-readonly-badge{margin-top:.25rem}.account-hero-card{border-radius:22px;padding:1.4rem}.account-hero-main{align-items:flex-start;flex-direction:column}.account-info-grid{grid-template-columns:1fr}.developer-console-actions,.login-activity-panel-actions,.login-activity-range-controls,.usage-modal-header{flex-direction:column}}.contact-support-layout{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:320px 1fr;margin-top:1.5rem}.contact-support-main,.contact-support-messages,.contact-support-sidebar{grid-gap:1rem;display:grid;gap:1rem}.contact-conversation-list{grid-gap:.75rem;display:grid;gap:.75rem}.contact-conversation-item{grid-gap:.35rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:grid;gap:.35rem;padding:.75rem;text-align:left;width:100%}.contact-conversation-item.active{background:#eff6ff;border-color:#2563eb}.contact-message{grid-gap:.5rem;display:grid;gap:.5rem}.contact-message.user{justify-items:start}.contact-message.assistant{justify-items:end}.contact-message-bubble{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:.9rem 1rem;width:80%}.contact-message.assistant .contact-message-bubble{background:#f8fafc}.contact-message-feedback{display:flex;flex-wrap:wrap;gap:.5rem}.contact-message-feedback button,.contact-message-feedback span{font-size:1.25rem;line-height:1}.contact-message-feedback button{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#4b5563}.contact-support-composer{grid-gap:.75rem;display:grid;gap:.75rem}.contact-support-composer>button{background:#2563eb;border:none;border-radius:999px;color:#fff;justify-self:center;min-width:160px;padding:.7rem 1.75rem}.contact-support-composer>button:disabled{opacity:.6}@media (max-width:960px){.contact-support-layout{grid-template-columns:1fr}.contact-message-bubble{width:100%}}
/*# sourceMappingURL=main.278424e6.css.map*/