*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#3b82f6;--primary-hover:#2563eb;--success:#22c55e;--warning:#f59e0b;--danger:#ef4444;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--background:#f9fafb;--card-bg:#fff;--border:#e5e7eb}body{background-color:#f9fafb;background-color:var(--background);color:#111827;color:var(--gray-900);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5}.app-loading,.dashboard-loading,.project-loading{align-items:center;color:#6b7280;color:var(--gray-500);display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:100vh}.spinner,.spinner-large{animation:spin 1s linear infinite}.spinner-large{color:#3b82f6;color:var(--primary)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-message{background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;color:#ef4444;color:var(--danger);font-size:.875rem;margin-bottom:1rem;padding:.75rem 1rem}.activate-container,.login-container{align-items:center;background:linear-gradient(135deg,#1e3a5f,#0f172a);display:flex;justify-content:center;min-height:100vh;padding:1rem}.activate-card,.login-card{background:#fff;background:var(--card-bg);border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:400px;padding:2rem;width:100%}.activate-card{max-width:480px}.activate-header,.login-header{margin-bottom:1.5rem;text-align:center}.activate-header h1,.login-header h1{color:#111827;color:var(--gray-900);font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.activate-header p,.login-header p{color:#6b7280;color:var(--gray-500);font-size:.875rem}.customer-name{color:#3b82f6;color:var(--primary);font-weight:600}.activate-info,.invite-email{color:#4b5563;color:var(--gray-600);font-size:.875rem}.activate-info{margin-bottom:1.5rem;text-align:center}.activate-form,.login-form{display:flex;flex-direction:column;gap:1rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-group label{color:#374151;color:var(--gray-700);font-size:.875rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:.5rem;font-size:1rem;padding:.625rem .875rem;transition:border-color .15s,box-shadow .15s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#3b82f6;border-color:var(--primary);box-shadow:0 0 0 3px #3b82f61a;outline:none}.field-hint{color:#6b7280;color:var(--gray-500);font-size:.75rem}.password-input{position:relative}.password-input input{padding-right:2.5rem;width:100%}.password-toggle{background:none;border:none;color:#9ca3af;color:var(--gray-400);cursor:pointer;padding:.25rem;position:absolute;right:.5rem;top:50%;transform:translateY(-50%)}.password-toggle:hover{color:#4b5563;color:var(--gray-600)}.code-input{font-size:1.5rem;font-weight:600;letter-spacing:.5rem;text-align:center}.code-info{color:#4b5563;color:var(--gray-600);font-size:.875rem;margin-bottom:.5rem}.submit-button{align-items:center;background-color:#3b82f6;background-color:var(--primary);border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;transition:background-color .15s}.submit-button:hover:not(:disabled){background-color:#2563eb;background-color:var(--primary-hover)}.submit-button:disabled{cursor:not-allowed;opacity:.6}.back-button{align-items:center;background:none;border:none;color:#6b7280;color:var(--gray-500);cursor:pointer;display:flex;font-size:.875rem;gap:.5rem;margin-bottom:.5rem;padding:.5rem 0}.back-button:hover{color:#374151;color:var(--gray-700)}.resend-button{background:none;border:none;color:#3b82f6;color:var(--primary);cursor:pointer;font-size:.875rem;text-align:center}.resend-button:hover{text-decoration:underline}.logout-button{align-items:center;background:none;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:.5rem;color:#4b5563;color:var(--gray-600);cursor:pointer;display:flex;font-size:.875rem;gap:.5rem;padding:.5rem 1rem;transition:all .15s}.logout-button:hover{background-color:#f3f4f6;background-color:var(--gray-100);color:#1f2937;color:var(--gray-800)}.error-state,.success-state{padding:2rem;text-align:center}.success-icon{color:#22c55e;color:var(--success);margin-bottom:1rem}.error-icon{color:#ef4444;color:var(--danger);margin-bottom:1rem}.error-state h2,.success-state h2{margin-bottom:.5rem}.help-text{color:#6b7280;color:var(--gray-500);font-size:.875rem;margin-top:.5rem}.dashboard{min-height:100vh}.dashboard-header{align-items:center;background-color:#fff;background-color:var(--card-bg);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:1rem 2rem}.dashboard-header h1{color:#111827;color:var(--gray-900);font-size:1.25rem;font-weight:600}.header-right{align-items:center;display:flex;gap:1rem}.user-email{color:#4b5563;color:var(--gray-600);font-size:.875rem}.dashboard-content{margin:0 auto;max-width:1200px;padding:2rem}.welcome-section{margin-bottom:2rem}.welcome-section h2{color:#111827;color:var(--gray-900);font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.welcome-section p{color:#4b5563;color:var(--gray-600)}.empty-state{background-color:#fff;background-color:var(--card-bg);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:1rem;padding:4rem 2rem;text-align:center}.empty-icon{color:#d1d5db;color:var(--gray-300);margin-bottom:1rem}.empty-state h3{color:#374151;color:var(--gray-700);font-size:1.25rem;margin-bottom:.5rem}.empty-state p{color:#6b7280;color:var(--gray-500)}.projects-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}.project-card{background-color:#fff;background-color:var(--card-bg);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:.75rem;cursor:pointer;padding:1.5rem;transition:all .15s}.project-card:hover{border-color:#3b82f6;border-color:var(--primary);box-shadow:0 4px 6px -1px #0000001a}.project-header{margin-bottom:1rem}.project-name{color:#111827;color:var(--gray-900);font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.project-type{color:#6b7280;color:var(--gray-500);font-size:.75rem;letter-spacing:.05em;text-transform:uppercase}.project-status{align-items:center;display:flex;font-size:.875rem;font-weight:500;gap:.375rem}.project-progress,.project-status{margin-bottom:1rem}.progress-header{color:#4b5563;color:var(--gray-600);display:flex;font-size:.75rem;justify-content:space-between;margin-bottom:.375rem}.progress-bar{background-color:#e5e7eb;background-color:var(--gray-200);border-radius:9999px;height:.5rem;overflow:hidden}.progress-fill{background-color:#3b82f6;background-color:var(--primary);border-radius:9999px;height:100%;transition:width .3s ease}.pending-badge{align-items:center;background-color:#fef3c7;border-radius:9999px;color:#92400e;display:inline-flex;font-size:.75rem;font-weight:500;gap:.375rem;margin-bottom:1rem;padding:.25rem .75rem}.project-footer{border-top:1px solid #f3f4f6;border-top:1px solid var(--gray-100);padding-top:1rem}.created-date{color:#6b7280;color:var(--gray-500);font-size:.75rem}.project-detail{background-color:#f9fafb;background-color:var(--background);min-height:100vh}.project-header{padding:1rem 2rem}.project-header,.project-tabs{background-color:#fff;background-color:var(--card-bg);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border)}.project-tabs{padding:0 2rem}.project-tabs,.tab{display:flex;gap:.5rem}.tab{align-items:center;background:none;border:none;border-bottom:2px solid #0000;color:#6b7280;color:var(--gray-500);cursor:pointer;font-size:.875rem;font-weight:500;margin-bottom:-1px;padding:1rem 1.5rem}.tab.active{border-bottom-color:#3b82f6;border-bottom-color:var(--primary);color:#3b82f6;color:var(--primary)}.tab:hover:not(.active){color:#374151;color:var(--gray-700)}.questions-section{margin:0 auto;max-width:800px;padding:2rem}.question-category{margin-bottom:2rem}.category-title{color:#6b7280;color:var(--gray-500);font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:1rem;text-transform:uppercase}.questions-list{display:flex;flex-direction:column;gap:.75rem}.question-card{background-color:#fff;background-color:var(--card-bg);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:.75rem;cursor:pointer;padding:1rem 1.25rem;transition:all .15s}.question-card.active,.question-card:hover:not(.approved){border-color:#3b82f6;border-color:var(--primary)}.question-card.active{box-shadow:0 0 0 3px #3b82f61a}.question-card.approved{cursor:default;opacity:.7}.question-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between}.question-info{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.question-label{color:#111827;color:var(--gray-900);font-size:.9375rem;font-weight:500}.required-badge{color:#ef4444;color:var(--danger);font-size:.625rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.question-status{align-items:center;display:flex;font-size:.75rem;font-weight:500;gap:.25rem;white-space:nowrap}.question-description{color:#4b5563;color:var(--gray-600);font-size:.875rem;margin-top:.5rem}.rejection-notice{align-items:center;background-color:#fef2f2;border-radius:.375rem;color:#ef4444;color:var(--danger);display:flex;font-size:.8125rem;gap:.5rem;margin-top:.75rem;padding:.5rem .75rem}.due-date{color:#6b7280;color:var(--gray-500);font-size:.75rem;margin-top:.5rem}.response-form{border-top:1px solid #e5e7eb;border-top:1px solid var(--gray-200);margin-top:1rem;padding-top:1rem}.response-input,.response-select,.response-textarea{border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:.5rem;font-size:.9375rem;margin-bottom:.75rem;padding:.625rem .875rem;width:100%}.response-textarea{min-height:100px;resize:vertical}.response-actions{display:flex;gap:.5rem;justify-content:flex-end}.cancel-button{background:none;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:.375rem;color:#4b5563;color:var(--gray-600);cursor:pointer;font-size:.875rem;padding:.5rem 1rem}.cancel-button:hover{background-color:#f3f4f6;background-color:var(--gray-100)}.file-upload{align-items:center;border:2px dashed #d1d5db;border:2px dashed var(--gray-300);border-radius:.5rem;color:#6b7280;color:var(--gray-500);display:flex;flex-direction:column;justify-content:center;margin-bottom:.75rem;padding:2rem;text-align:center}.file-upload p{font-size:.875rem;margin-top:.5rem}.file-upload span{color:#9ca3af;color:var(--gray-400);font-size:.75rem}.messages-section{display:flex;flex-direction:column;margin:0 auto;max-width:800px;min-height:calc(100vh - 140px);padding:2rem}.messages-list{flex:1 1;overflow-y:auto;padding-bottom:1rem}.empty-messages{align-items:center;color:#9ca3af;color:var(--gray-400);display:flex;flex-direction:column;justify-content:center;padding:3rem;text-align:center}.empty-messages p{margin-top:.5rem}.message{border-radius:1rem;margin-bottom:1rem;max-width:75%;padding:.75rem 1rem}.message.sent{background-color:#3b82f6;background-color:var(--primary);border-bottom-right-radius:.25rem;color:#fff;margin-left:auto}.message.received{background-color:#f3f4f6;background-color:var(--gray-100);border-bottom-left-radius:.25rem;color:#111827;color:var(--gray-900)}.message-header{display:flex;font-size:.75rem;gap:1rem;justify-content:space-between;margin-bottom:.25rem}.message.sent .message-header{color:#fffc}.message.received .message-header{color:#6b7280;color:var(--gray-500)}.sender-name{font-weight:500}.message-content{font-size:.9375rem;line-height:1.5;white-space:pre-wrap}.message-input-container{border-top:1px solid #e5e7eb;border-top:1px solid var(--border);display:flex;gap:.75rem;padding-top:1rem}.message-input{border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:.5rem;flex:1 1;font-size:.9375rem;padding:.75rem 1rem;resize:none}.message-input:focus{border-color:#3b82f6;border-color:var(--primary);outline:none}.send-button{align-items:center;background-color:#3b82f6;background-color:var(--primary);border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;height:48px;justify-content:center;transition:background-color .15s;width:48px}.send-button:hover:not(:disabled){background-color:#2563eb;background-color:var(--primary-hover)}.send-button:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.dashboard-header{flex-direction:column;gap:1rem;text-align:center}.header-right{justify-content:center;width:100%}.dashboard-content{padding:1rem}.form-row,.projects-grid{grid-template-columns:1fr}.messages-section,.questions-section{padding:1rem}.message{max-width:85%}}
/*# sourceMappingURL=main.183c0660.css.map*/