*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--primary: #2563eb;--accent: #f59e0b}body{font-family:Inter,system-ui,-apple-system,sans-serif;color:#1f2937;line-height:1.6;background:#fff}.container{max-width:960px;margin:0 auto;padding:0 1.5rem}.center-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.5rem}.center-page h1{font-size:1.8rem}.center-page p{color:#6b7280}.spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.hero{background:var(--primary);color:#fff;padding:5rem 0 4rem;text-align:center}.hero-title{font-size:clamp(2rem,5vw,3.2rem);font-weight:700;margin-bottom:.75rem}.hero-sub{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto 2rem}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:.8rem 1.8rem;font-size:1rem;font-weight:600;border-radius:8px;text-decoration:none;cursor:pointer;border:2px solid transparent;transition:all .2s}.btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn-primary:hover{opacity:.9}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-accent{background:var(--accent);color:#1f2937;border-color:var(--accent)}.btn-accent:hover{opacity:.9}.btn-outline{background:transparent;color:#fff;border-color:#fff}.btn-outline:hover{background:#ffffff26}.section{padding:4rem 0}.section-alt{background:#f9fafb}.section-title{font-size:1.8rem;font-weight:700;text-align:center;margin-bottom:2rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.service-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:1.25rem;display:flex;align-items:center;gap:.75rem;font-weight:500}.service-icon{color:var(--primary);font-size:1.2rem;font-weight:700}.info-bar{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.info-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.25rem}.info-item strong{font-weight:600;color:var(--primary);text-transform:uppercase;font-size:.8rem;letter-spacing:.05em}.info-item a{color:var(--primary);text-decoration:none}.contact-form{max-width:500px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea{padding:.8rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.success-msg{text-align:center;color:#059669;font-weight:500}.error-msg{text-align:center;color:#dc2626;font-weight:500}.footer{background:#111827;color:#9ca3af;padding:2rem 0;text-align:center;font-size:.9rem}.btn-sm{padding:.4rem 1rem;font-size:.85rem}.login-box{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;width:100%;max-width:380px;display:flex;flex-direction:column;gap:1rem}.login-box h2{font-size:1.4rem;text-align:center}.login-box p{color:#6b7280;font-size:.9rem;text-align:center}.login-box form{display:flex;flex-direction:column;gap:.75rem}.login-input{padding:.7rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;font-family:inherit}.login-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.inbox-layout{display:flex;height:100vh;overflow:hidden}.inbox-sidebar{width:380px;min-width:320px;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;background:#fff}.inbox-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb}.inbox-header h2{font-size:1.2rem;font-weight:700}.inbox-tenant{padding:.5rem 1.25rem;font-size:.8rem;color:#6b7280;border-bottom:1px solid #f3f4f6}.inbox-footer{padding:.75rem 1.25rem;border-top:1px solid #e5e7eb}.inbox-back{color:#6b7280;text-decoration:none;font-size:.85rem}.inbox-back:hover{color:var(--primary)}.msg-list{flex:1;overflow-y:auto}.msg-empty{padding:3rem 1.25rem;text-align:center;color:#9ca3af}.msg-row{padding:.75rem 1.25rem;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background .15s}.msg-row:hover{background:#f9fafb}.msg-selected{background:#eff6ff;border-left:3px solid var(--primary)}.msg-outbound{opacity:.7}.msg-row-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.2rem}.msg-direction{font-size:1rem}.msg-from{flex:1;font-size:.85rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.msg-time{font-size:.75rem;color:#9ca3af;white-space:nowrap}.msg-subject{font-size:.85rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inbox-detail{flex:1;display:flex;flex-direction:column;overflow-y:auto;background:#fafafa}.detail-empty{flex:1;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:1.1rem}.detail-header{padding:1.5rem 2rem 1rem;background:#fff;border-bottom:1px solid #e5e7eb}.detail-header h3{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.detail-meta{display:flex;justify-content:space-between;font-size:.85rem;color:#6b7280}.detail-body{flex:1;padding:1.5rem 2rem;background:#fff;margin:1rem;border-radius:8px;border:1px solid #e5e7eb;overflow-y:auto;font-size:.95rem;line-height:1.7}.detail-text{white-space:pre-wrap;font-family:inherit;font-size:inherit}.detail-actions{padding:1rem 2rem;border-top:1px solid #e5e7eb;background:#fff}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:100}.modal{background:#fff;border-radius:12px;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb}.modal-header h3{font-weight:600}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;padding:0 .25rem}.compose-field{padding:.5rem 1.5rem;display:flex;flex-direction:column;gap:.25rem}.compose-field label{font-size:.8rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.03em}.compose-field input,.compose-field textarea,.compose-field select{padding:.6rem .8rem;border:1px solid #d1d5db;border-radius:6px;font-size:.95rem;font-family:inherit}.compose-field input:focus,.compose-field textarea:focus,.compose-field select:focus{outline:none;border-color:var(--primary)}.compose-actions{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;display:flex;align-items:center;gap:1rem}@media(max-width:640px){.hero{padding:3rem 0 2.5rem}.section{padding:2.5rem 0}.info-bar{gap:1.5rem}.inbox-layout{flex-direction:column}.inbox-sidebar{width:100%;min-width:unset;max-height:50vh;border-right:none;border-bottom:1px solid #e5e7eb}}
