*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#f5f7fa;color:#1a1a2e;line-height:1.6}.app{min-height:100vh}.app-header{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:.75rem 2rem;display:flex;align-items:center;gap:1.5rem}.header-left{display:flex;align-items:baseline;gap:.75rem}.header-brand{font-size:1.25rem;font-weight:700;color:#fff;text-decoration:none}.header-brand:hover{opacity:.9}.header-subtitle{font-size:.8rem;opacity:.6}.header-nav{display:flex;gap:.25rem;margin-left:1rem}.nav-link{color:#ffffffbf;text-decoration:none;font-size:.85rem;padding:.4rem .75rem;border-radius:6px;transition:all .2s}.nav-link:hover{color:#fff;background:#ffffff1a}.header-right{margin-left:auto;display:flex;align-items:center;gap:.75rem}.user-info{display:flex;align-items:center;gap:.5rem}.user-name{font-size:.85rem;font-weight:500}.user-role{font-size:.7rem;padding:.15rem .5rem;border-radius:10px;font-weight:600}.role-admin{background:#f59e0b;color:#fff}.role-user{background:#fff3;color:#fff}.btn-logout{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);font-size:.8rem;padding:.35rem .75rem}.btn-logout:hover{background:#fff3}.app-main{max-width:1200px;margin:0 auto;padding:1.5rem}.btn{display:inline-flex;align-items:center;padding:.5rem 1rem;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;text-decoration:none;transition:all .2s}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover:not(:disabled){background:#2563eb}.btn-secondary{background:#e5e7eb;color:#374151}.btn-secondary:hover:not(:disabled){background:#d1d5db}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-small{padding:.25rem .75rem;font-size:.8rem;background:#e0e7ff;color:#3730a3;border-radius:4px}.btn-small:hover{background:#c7d2fe}.status-badge{display:inline-block;padding:.2rem .6rem;border-radius:12px;font-size:.75rem;font-weight:600;color:#fff;white-space:nowrap}.loading{text-align:center;padding:3rem;color:#6b7280;font-size:1rem}.error-message{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem}.empty-state{text-align:center;padding:3rem;color:#9ca3af}.empty-state p{margin-bottom:.5rem}.email-list-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.email-list-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb}.email-list-header h1{font-size:1.25rem;font-weight:600}.header-actions{display:flex;gap:.5rem}.filter-bar{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#f9fafb;border-bottom:1px solid #e5e7eb;flex-wrap:wrap}.filter-label{font-size:.8rem;font-weight:600;color:#6b7280;margin-right:.25rem}.filter-btn{padding:.25rem .75rem;border:1px solid #d1d5db;border-radius:16px;background:#fff;font-size:.75rem;cursor:pointer;transition:all .2s;color:#374151}.filter-btn:hover{border-color:#9ca3af}.filter-btn.active{background:#1a1a2e;color:#fff;border-color:#1a1a2e}.email-table-wrapper{overflow-x:auto}.email-table{width:100%;border-collapse:collapse}.email-table th{text-align:left;padding:.75rem 1rem;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e5e7eb}.email-table td{padding:.75rem 1rem;border-bottom:1px solid #f3f4f6;font-size:.875rem}.email-table tr:hover{background:#f9fafb}.email-table tr.unread{font-weight:600;background:#eff6ff}.email-from{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.email-subject{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.email-date{white-space:nowrap;color:#6b7280;font-size:.8rem}.response-badge{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#10b981;color:#fff;font-size:.75rem;font-weight:700}.no-response{color:#d1d5db}.email-detail-container{display:flex;flex-direction:column;gap:1.5rem}.email-detail-header{display:flex;align-items:center;gap:1rem}.back-btn{font-size:.875rem}.email-content{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.email-subject-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.email-meta{border-bottom:1px solid #e5e7eb;padding-bottom:1rem;margin-bottom:1rem}.meta-row{display:flex;gap:.5rem;margin-bottom:.25rem;font-size:.875rem}.meta-label{font-weight:600;color:#6b7280;min-width:80px}.email-body{background:#f9fafb;border-radius:8px;padding:1rem}.email-body pre{white-space:pre-wrap;word-wrap:break-word;font-family:inherit;font-size:.875rem;line-height:1.6}.email-detail-columns{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:768px){.email-detail-columns{grid-template-columns:1fr}}.response-form{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.response-form h3{font-size:1rem;font-weight:600;margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.8rem;font-weight:600;color:#374151;margin-bottom:.25rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;font-family:inherit;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical;min-height:80px}.response-history{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.response-history h3{font-size:1rem;font-weight:600;margin-bottom:1rem}.empty-text{color:#9ca3af;font-size:.875rem}.response-timeline{display:flex;flex-direction:column;gap:1rem}.response-item{border-left:3px solid #3b82f6;padding:.75rem 1rem;background:#f9fafb;border-radius:0 8px 8px 0}.response-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;flex-wrap:wrap}.response-header strong{font-size:.875rem}.response-date{font-size:.75rem;color:#6b7280}.response-note{font-size:.875rem;color:#374151;line-height:1.5}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);padding:1rem}.login-card{background:#fff;border-radius:16px;padding:2.5rem;width:100%;max-width:400px;box-shadow:0 20px 60px #0000004d}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{font-size:1.75rem;color:#1a1a2e;font-weight:700}.login-header p{color:#6b7280;font-size:.875rem;margin-top:.25rem}.login-btn{width:100%;justify-content:center;padding:.65rem;font-size:.95rem;margin-top:.5rem}.login-hint{text-align:center;margin-top:1.5rem;font-size:.75rem;color:#9ca3af}.input-disabled{background:#f3f4f6!important;color:#6b7280!important;cursor:not-allowed}.user-management{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.register-form{padding:1.25rem 1.5rem;background:#f9fafb;border-bottom:1px solid #e5e7eb}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;margin-bottom:1rem}.role-badge{display:inline-block;padding:.2rem .6rem;border-radius:12px;font-size:.75rem;font-weight:600}.role-badge.role-admin{background:#fef3c7;color:#92400e}.role-badge.role-user{background:#e0e7ff;color:#3730a3}.status-indicator{font-size:.8rem;font-weight:600}.status-indicator.active{color:#10b981}.status-indicator.inactive{color:#ef4444}.btn-danger-small{background:#fee2e2;color:#dc2626}.btn-danger-small:hover{background:#fecaca}.btn-whatsapp{background:#25d366;color:#fff}.btn-whatsapp:hover:not(:disabled){background:#1da851}.wa-phone{white-space:nowrap;font-size:.8rem;color:#6b7280}.wa-reply-section{margin-bottom:1rem}.form-divider{border:none;border-top:1px solid #e5e7eb;margin:1.25rem 0}.success-message{background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem}.wa-inbox{display:flex;height:calc(100vh - 52px);background:#f0f2f5;overflow:hidden}.wa-sidebar{width:360px;min-width:320px;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;overflow:hidden}.wa-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;background:#075e54;color:#fff}.wa-sidebar-header h2{font-size:1.1rem;font-weight:600}.wa-refresh-btn{background:none;border:none;color:#fff;font-size:1.3rem;cursor:pointer;padding:.25rem .5rem;border-radius:50%;transition:background .2s}.wa-refresh-btn:hover{background:#ffffff26}.wa-search{padding:.5rem .75rem;background:#f0f2f5}.wa-search-input{width:100%;padding:.5rem .75rem;border:none;border-radius:8px;background:#fff;font-size:.85rem;outline:none}.wa-search-input:focus{box-shadow:0 0 0 2px #075e5433}.wa-filters{display:flex;gap:.35rem;padding:.5rem .75rem;background:#f0f2f5;flex-wrap:wrap}.wa-filter-chip{padding:.2rem .6rem;border:1px solid #d1d5db;border-radius:14px;background:#fff;font-size:.7rem;cursor:pointer;transition:all .2s;color:#374151;white-space:nowrap}.wa-filter-chip:hover{border-color:#075e54;color:#075e54}.wa-filter-chip.active{background:#075e54;color:#fff;border-color:#075e54}.wa-conv-list{flex:1;overflow-y:auto}.wa-sidebar-empty{padding:2rem;text-align:center;color:#9ca3af;font-size:.9rem}.wa-conv-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;cursor:pointer;border-bottom:1px solid #f3f4f6;transition:background .15s}.wa-conv-item:hover{background:#f0f2f5}.wa-conv-item.selected{background:#e8f5e9;border-left:3px solid #25d366}.wa-conv-item.unread{background:#f0fdf4}.wa-conv-item.unread .wa-conv-name{font-weight:700}.wa-conv-avatar{width:42px;height:42px;min-width:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.8rem;font-weight:700;margin-top:2px}.wa-conv-info{flex:1;min-width:0}.wa-conv-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:2px}.wa-conv-name{font-size:.9rem;font-weight:500;color:#111;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wa-conv-time{font-size:.7rem;color:#6b7280;white-space:nowrap;margin-left:.5rem}.wa-conv-bottom{display:flex;justify-content:space-between;align-items:center}.wa-conv-preview{font-size:.8rem;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.wa-conv-meta{display:flex;align-items:center;gap:.35rem;margin-left:.5rem}.wa-conv-count{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#25d366;color:#fff;font-size:.65rem;font-weight:700}.wa-conv-unread-dot{width:8px;height:8px;border-radius:50%;background:#25d366}.wa-conv-status{display:flex;align-items:center;justify-content:space-between;margin-top:3px}.wa-conv-phone{font-size:.7rem;color:#9ca3af}.wa-conv-status-badge{font-size:.6rem;padding:.1rem .4rem;border-radius:8px;color:#fff;font-weight:600}.wa-chat-panel{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#efeae2;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23d5cfc4' fill-opacity='0.35'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.wa-chat-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#6b7280;gap:.5rem}.wa-chat-empty-icon{font-size:4rem;opacity:.3}.wa-chat-empty h3{font-size:1.2rem;font-weight:500;color:#374151}.wa-chat-empty p{font-size:.85rem;color:#9ca3af}.wa-chat-header{display:flex;align-items:center;gap:.75rem;padding:.6rem 1rem;background:#075e54;color:#fff;min-height:56px}.wa-chat-header-avatar{width:38px;height:38px;min-width:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.8rem;font-weight:700}.wa-chat-header-info{flex:1;min-width:0}.wa-chat-header-name{font-size:.95rem;font-weight:600}.wa-chat-header-phone{font-size:.75rem;opacity:.8}.wa-chat-header-actions{display:flex;align-items:center;gap:.5rem}.wa-status-select{padding:.3rem .5rem;border:1px solid rgba(255,255,255,.3);border-radius:6px;background:#ffffff26;color:#fff;font-size:.75rem;cursor:pointer;outline:none}.wa-status-select option{color:#111;background:#fff}.wa-note-toggle{padding:.3rem .65rem;border:1px solid rgba(255,255,255,.3);border-radius:6px;background:#ffffff26;color:#fff;font-size:.75rem;cursor:pointer;transition:all .2s}.wa-note-toggle:hover,.wa-note-toggle.active{background:#ffffff4d}.wa-chat-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.wa-chat-date-label{text-align:center;margin:.5rem 0}.wa-chat-date-label{display:inline-block;background:#ffffffd9;padding:.25rem .75rem;border-radius:8px;font-size:.72rem;color:#6b7280;align-self:center;box-shadow:0 1px 2px #00000014}.wa-bubble-row{display:flex;margin-bottom:2px}.wa-bubble-row.incoming{justify-content:flex-start}.wa-bubble-row.outgoing{justify-content:flex-end}.wa-bubble{max-width:65%;padding:.5rem .65rem;border-radius:8px;position:relative;box-shadow:0 1px 1px #00000014;word-wrap:break-word}.wa-bubble-incoming{background:#fff;border-top-left-radius:0}.wa-bubble-outgoing{background:#d9fdd3;border-top-right-radius:0}.wa-bubble-sender{font-size:.7rem;font-weight:700;color:#075e54;margin-bottom:2px}.wa-bubble-text{font-size:.875rem;line-height:1.45;color:#111;white-space:pre-wrap;word-break:break-word;margin:0}.wa-bubble-footer{display:flex;align-items:center;justify-content:flex-end;gap:.4rem;margin-top:3px}.wa-bubble-time{font-size:.65rem;color:#6b7280;display:block;text-align:right;margin-top:3px}.wa-bubble-footer .wa-bubble-time{margin-top:0}.wa-bubble-status{font-size:.55rem;padding:.1rem .35rem;border-radius:6px;color:#fff;font-weight:600}.wa-chat-error{background:#fef2f2;border-top:1px solid #fecaca;color:#dc2626;padding:.5rem 1rem;font-size:.8rem}.wa-note-bar{background:#fff9c4;border-top:1px solid #f0e68c}.wa-note-bar-header{display:flex;align-items:center;justify-content:space-between;padding:.4rem .75rem;font-size:.75rem;font-weight:600;color:#92400e}.wa-note-close{background:none;border:none;font-size:1.1rem;color:#92400e;cursor:pointer;padding:0 .25rem}.wa-note-bar-body{display:flex;gap:.5rem;padding:0 .75rem .5rem}.wa-note-input{flex:1;padding:.5rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.85rem;font-family:inherit;resize:none;outline:none}.wa-note-input:focus{border-color:#f59e0b}.wa-note-send{padding:.4rem .75rem;background:#f59e0b;color:#fff;border:none;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;white-space:nowrap;align-self:flex-end}.wa-note-send:disabled{opacity:.5;cursor:not-allowed}.wa-note-send:hover:not(:disabled){background:#d97706}.wa-chat-input-bar{display:flex;align-items:flex-end;gap:.5rem;padding:.6rem .75rem;background:#f0f2f5;border-top:1px solid #e5e7eb}.wa-chat-input{flex:1;padding:.6rem .85rem;border:none;border-radius:20px;background:#fff;font-size:.875rem;font-family:inherit;resize:none;outline:none;max-height:100px;line-height:1.4}.wa-chat-input:focus{box-shadow:0 0 0 2px #25d36633}.wa-send-btn{width:42px;height:42px;border-radius:50%;border:none;background:#25d366;color:#fff;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0}.wa-send-btn:hover:not(:disabled){background:#1da851}.wa-send-btn:disabled{background:#9ca3af;cursor:not-allowed}@media(max-width:768px){.app-header{flex-wrap:wrap;gap:.5rem}.header-nav{margin-left:0}.header-right{width:100%;justify-content:flex-end}.wa-inbox{flex-direction:column;height:auto;min-height:calc(100vh - 52px)}.wa-sidebar{width:100%;min-width:auto;max-height:40vh}.wa-chat-panel{min-height:60vh}.wa-bubble{max-width:85%}}.assigned-badge{display:inline-block;background:#6366f1;color:#fff;padding:2px 8px;border-radius:10px;font-size:.75rem;font-weight:500}.no-assigned{color:#aaa}.wa-conv-assigned{display:inline-block;background:#6366f1;color:#fff;padding:1px 6px;border-radius:8px;font-size:.65rem;font-weight:500;margin-right:4px}.wa-chat-assigned{color:#6366f1;font-weight:500}.email-chat-container{display:flex;flex-direction:column;height:calc(100vh - 52px);background:#f0f2f5}.email-chat-header{display:flex;align-items:center;gap:12px;padding:10px 16px;background:#fff;border-bottom:1px solid #e0e0e0}.email-chat-back{font-size:1.3rem;text-decoration:none;color:#1a1a2e;padding:4px 8px;border-radius:6px}.email-chat-back:hover{background:#f0f2f5}.email-chat-header-info{flex:1;min-width:0}.email-chat-subject{font-weight:600;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.email-chat-meta{font-size:.75rem;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.email-chat-header-actions{display:flex;align-items:center;gap:8px}.email-chat-status-badge{color:#fff;padding:3px 10px;border-radius:12px;font-size:.7rem;font-weight:600}.email-chat-messages{flex:1;overflow-y:auto;padding:16px}.email-thread-item{background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:12px;overflow:hidden}.email-thread-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#f8f9fa;border-bottom:1px solid #eee}.email-thread-sender{font-weight:600;font-size:.85rem;color:#1a1a2e}.email-thread-time{font-size:.72rem;color:#888}.email-thread-body{padding:12px 14px;font-size:.88rem;line-height:1.6;white-space:pre-wrap;word-wrap:break-word;font-family:inherit;color:#333;margin:0;max-height:400px;overflow-y:auto}.email-html-body{white-space:normal}.email-html-body img{max-width:100%;height:auto;border-radius:6px}.email-html-body table{max-width:100%;border-collapse:collapse}.email-html-body a{color:#2563eb;word-break:break-all}.email-html-iframe{display:block;max-height:none;padding:0;margin:0;background:#fff;border-radius:0 0 10px 10px}.email-thread-tag{display:inline-block;padding:2px 8px;border-radius:10px;font-size:.65rem;font-weight:600;margin-left:8px}.email-sent-tag{display:inline-block;background:#dcfce7;color:#16a34a;padding:2px 8px;border-radius:10px;font-size:.65rem;font-weight:600;margin-left:8px}.email-note-tag{display:inline-block;background:#fef3c7;color:#d97706;padding:2px 8px;border-radius:10px;font-size:.65rem;font-weight:600;margin-left:8px}.email-thread-incoming .email-thread-header{background:#f0f7ff;border-left:3px solid #3b82f6}.email-thread-outgoing .email-thread-header{background:#f0fdf4;border-left:3px solid #10b981}.email-thread-note .email-thread-header{background:#fffbeb;border-left:3px solid #f59e0b}.email-thread-footer{display:flex;align-items:center;gap:8px;padding:6px 14px;border-top:1px solid #f0f0f0;background:#fafafa}.email-thread-status{font-size:.68rem;padding:2px 8px;border-radius:10px;color:#fff;font-weight:500}.email-bubble-sender{font-weight:600;font-size:.78rem;margin-bottom:4px;color:#1a1a2e}.email-bubble-body{white-space:pre-wrap;word-wrap:break-word;font-family:inherit;font-size:.88rem;line-height:1.5;margin:0}.email-bubble-attachments{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.email-attachment-chip{display:inline-flex;align-items:center;background:#0000000f;padding:3px 8px;border-radius:12px;font-size:.7rem;color:#555}.wa-bubble-note{background:#fef9e7!important;border:1px solid #f5e6b8}.email-chat-input-bar{background:#fff;border-top:1px solid #e0e0e0;padding:8px 12px}.email-chat-input-row{display:flex;align-items:flex-end;gap:8px}.email-attach-btn{background:none;border:none;font-size:1.3rem;cursor:pointer;padding:6px;border-radius:50%;opacity:.7}.email-attach-btn:hover{opacity:1;background:#f0f2f5}.email-file-preview{display:flex;flex-wrap:wrap;gap:6px;padding:4px 0 8px}.email-file-chip{display:inline-flex;align-items:center;gap:4px;background:#e8f4fd;color:#1565c0;padding:4px 10px;border-radius:14px;font-size:.75rem}.email-file-remove{background:none;border:none;color:#c62828;cursor:pointer;font-size:.9rem;padding:0 2px;line-height:1}.email-reply-input{flex:1;padding:.6rem .85rem;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:.875rem;font-family:inherit;resize:vertical;outline:none;min-height:44px;max-height:150px;line-height:1.4}.email-reply-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}.email-send-btn{padding:.5rem 1.25rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;white-space:nowrap;align-self:flex-end;transition:background .2s}.email-send-btn:hover:not(:disabled){background:#2563eb}.email-send-btn:disabled{background:#9ca3af;cursor:not-allowed}.hosting-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.hosting-header{padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb}.hosting-header-top{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem}.hosting-header-top h1{font-size:1.25rem;font-weight:600}.hosting-import-buttons{display:flex;align-items:center;gap:.5rem}.hosting-tabs{display:flex;gap:.25rem}.hosting-tab{padding:.4rem .85rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;font-size:.8rem;cursor:pointer;transition:all .2s;color:#374151}.hosting-tab:hover{border-color:#9ca3af}.hosting-tab.active{background:#1a1a2e;color:#fff;border-color:#1a1a2e}.hosting-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;padding:1.5rem}.hosting-stat-card{background:#f9fafb;border-radius:10px;padding:1rem;text-align:center;border:1px solid #e5e7eb}.hosting-stat-card.stat-active{border-left:4px solid #10b981}.hosting-stat-card.stat-warning{border-left:4px solid #f59e0b}.hosting-stat-card.stat-danger{border-left:4px solid #ef4444}.stat-number{font-size:1.75rem;font-weight:700;color:#1a1a2e}.stat-label{font-size:.75rem;color:#6b7280;margin-top:.25rem}.hosting-expiring-section{padding:0 1.5rem 1.5rem}.hosting-expiring-section h2{font-size:1rem;font-weight:600;margin-bottom:.75rem;color:#f59e0b}.hosting-no-expiring{padding:2rem;text-align:center;color:#10b981;font-size:.9rem}.hosting-section-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb}.hosting-section-header h2{font-size:1rem;font-weight:600}.hosting-table-wrapper{overflow-x:auto}.hosting-table{width:100%;border-collapse:collapse}.hosting-table th{text-align:left;padding:.6rem .75rem;font-size:.7rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e5e7eb;white-space:nowrap}.hosting-table td{padding:.6rem .75rem;border-bottom:1px solid #f3f4f6;font-size:.8rem}.hosting-table tr:hover{background:#f9fafb}.assign-select{padding:.25rem .5rem;border:1px solid #d1d5db;border-radius:6px;font-size:.8rem;background:#fff;cursor:pointer;min-width:120px}.assign-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}.clickable-row{cursor:pointer}.clickable-row:hover{background:#eff6ff!important}.row-urgent{background:#fef2f2!important}.domain-cell{font-weight:600;color:#1a1a2e}.table-actions{display:flex;gap:.35rem}.hosting-status-badge{display:inline-block;padding:.15rem .5rem;border-radius:10px;font-size:.7rem;font-weight:600;color:#fff;white-space:nowrap}.hosting-status-badge.clickable{cursor:pointer;transition:opacity .15s,box-shadow .15s}.hosting-status-badge.clickable:hover{opacity:.85;box-shadow:0 0 0 3px #ef444440}.status-badge-wrapper{position:relative;display:inline-block}.status-badge-wrapper .status-note-tooltip{visibility:hidden;opacity:0;position:fixed;background:#1f2937;color:#fff;padding:.5rem .75rem;border-radius:8px;font-size:.8rem;font-weight:400;white-space:normal;width:max-content;max-width:280px;min-width:80px;word-break:break-word;z-index:9999;box-shadow:0 4px 16px #0003;line-height:1.4;pointer-events:none;transition:opacity .15s}.status-badge-wrapper:hover .status-note-tooltip{visibility:visible;opacity:1}.status-action-overlay{position:fixed;inset:0;background:#0000004d;display:flex;align-items:center;justify-content:center;z-index:1000}.status-action-popup{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000002e;width:340px;max-width:90vw;overflow:hidden}.status-action-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.status-action-domain{font-weight:600;font-size:.9rem;color:#1f2937}.status-action-close{background:none;border:none;font-size:1.3rem;color:#6b7280;cursor:pointer;padding:0 .25rem;line-height:1}.status-action-close:hover{color:#1f2937}.status-action-body{padding:1rem}.status-action-label{display:block;font-size:.8rem;font-weight:600;color:#374151;margin-bottom:.4rem}.status-action-label+.status-action-label{margin-top:.75rem}.status-action-buttons{display:flex;gap:.5rem;margin-bottom:.75rem}.status-action-btn{flex:1;padding:.5rem .75rem;border:2px solid #e5e7eb;border-radius:8px;background:#fff;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s;color:#374151}.status-action-btn:hover{border-color:#9ca3af}.status-btn-odeme.selected{border-color:#f59e0b;background:#fffbeb;color:#b45309}.status-btn-aktif.selected{border-color:#10b981;background:#ecfdf5;color:#047857}.status-action-textarea{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:8px;font-size:.85rem;font-family:inherit;resize:vertical;min-height:60px;transition:border-color .15s}.status-action-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.status-action-footer{display:flex;gap:.5rem;justify-content:flex-end;padding:.75rem 1rem;border-top:1px solid #e5e7eb;background:#f9fafb}.days-badge{display:inline-block;padding:.15rem .5rem;border-radius:10px;font-size:.7rem;font-weight:700}.days-badge.warning{background:#fef3c7;color:#92400e}.days-badge.urgent{background:#fee2e2;color:#dc2626}.count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;border-radius:12px;background:#e0e7ff;color:#3730a3;font-size:.75rem;font-weight:700;padding:0 .4rem}.count-badge.warning{background:#fef3c7;color:#92400e}.count-badge.ok{background:#ecfdf5;color:#065f46}.hosting-customer-detail{padding:1rem 1.5rem}.customer-detail-header{display:flex;justify-content:space-between;align-items:flex-start;margin:1rem 0;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.customer-detail-header h2{font-size:1.25rem;font-weight:600}.customer-contact-info{display:flex;gap:1.5rem;margin-top:.25rem;font-size:.8rem;color:#6b7280}.customer-notes{margin-top:.5rem;font-size:.8rem;color:#9ca3af;font-style:italic}.customer-detail-actions{display:flex;gap:.5rem}.customer-services-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.customer-services-header h3{font-size:1rem;font-weight:600}.hosting-form-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:1.25rem;margin:1rem 1.5rem}.hosting-form-card h3{font-size:1rem;font-weight:600;margin-bottom:1rem}.form-actions{display:flex;gap:.5rem;margin-top:.5rem}.hosting-overview{padding:0}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;animation:modalSlideIn .2s ease}.modal-content.modal-wide{max-width:750px}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb}.modal-header h3{font-size:1.1rem;font-weight:600;margin:0}.modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;line-height:1;padding:0 .25rem}.modal-close:hover{color:#1a1a2e}.modal-body{padding:1.25rem}.customer-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1rem;padding:1rem 1.5rem}.customer-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1rem;cursor:pointer;transition:all .15s ease}.customer-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626}.customer-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.customer-card-header h3{font-size:.95rem;font-weight:600;color:#1a1a2e;margin:0}.customer-domains{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem}.domain-tag{display:flex;align-items:center;gap:.4rem;padding:.25rem .6rem;border-radius:6px;font-size:.75rem}.domain-tag.tag-active{background:#ecfdf5;color:#065f46}.domain-tag.tag-expiring{background:#fef3c7;color:#92400e}.domain-tag.tag-expired{background:#fee2e2;color:#dc2626}.domain-tag-name{font-weight:600}.domain-tag-date{font-size:.7rem;opacity:.8}.customer-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:.5rem;border-top:1px solid #f3f4f6}.customer-card-meta{font-size:.75rem;color:#6b7280}.customer-card-actions{display:flex;gap:.35rem}.customer-detail-info{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.customer-info-grid{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;font-size:.85rem;color:#374151}.customer-detail-btns{display:flex;gap:.5rem;flex-shrink:0}.service-cards{display:flex;flex-direction:column;gap:.75rem}.service-card{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.service-card.card-expiring{border-color:#fbbf24;background:#fffbeb}.service-card.card-expired{border-color:#f87171;background:#fef2f2}.service-card-header{display:flex;justify-content:space-between;align-items:center;padding:.6rem .75rem;background:#f9fafb;border-bottom:1px solid #e5e7eb}.service-card.card-expiring .service-card-header{background:#fef3c7}.service-card.card-expired .service-card-header{background:#fee2e2}.service-domain{font-weight:600;font-size:.9rem;color:#1a1a2e}.service-card-body{padding:.5rem .75rem}.service-card-row{display:flex;justify-content:space-between;align-items:center;padding:.2rem 0;font-size:.8rem}.service-card-row>span:first-child{color:#6b7280}.service-card-actions{display:flex;gap:.35rem;padding:.5rem .75rem;border-top:1px solid #f3f4f6;justify-content:flex-end}.csv-textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-family:monospace;font-size:.8rem;resize:vertical;margin-bottom:.75rem}.csv-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}.csv-report-summary{display:flex;gap:1rem;margin-bottom:1rem}.csv-report-stat{flex:1;text-align:center;padding:1rem;border-radius:8px}.csv-report-stat .stat-number{font-size:1.75rem;font-weight:700;display:block}.csv-report-stat.added{background:#ecfdf5;color:#065f46}.csv-report-stat.existing{background:#fef3c7;color:#92400e}.csv-report-stat.updated{background:#eff6ff;color:#1e40af}.csv-report-table{width:100%;border-collapse:collapse;font-size:.8rem}.csv-report-table th{text-align:left;padding:.4rem .6rem;font-size:.7rem;font-weight:600;color:#6b7280;text-transform:uppercase;border-bottom:1px solid #e5e7eb}.csv-report-table td{padding:.4rem .6rem;border-bottom:1px solid #f3f4f6}.csv-report-section{margin-bottom:1rem}.csv-report-section h4{font-size:.85rem;font-weight:600;margin-bottom:.5rem;color:#374151}.csv-report-list{display:flex;flex-wrap:wrap;gap:.35rem}.payment-select{padding:.2rem .4rem;border:1px solid #d1d5db;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;background:#fff;min-width:100px}.payment-badge{display:inline-block;padding:.15rem .5rem;border-radius:9999px;font-size:.7rem;font-weight:600;color:#fff;white-space:nowrap}.note-cell{display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.note-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;transition:background .15s}.note-icon.has-note{color:#3b82f6}.note-icon.has-note:hover{background:#eff6ff}.note-icon.no-note{color:#9ca3af}.note-icon.no-note:hover{background:#f3f4f6;color:#6b7280}.note-edit-inline{min-width:200px}.note-edit-textarea{width:100%;padding:.4rem;border:1px solid #3b82f6;border-radius:6px;font-size:.8rem;resize:vertical;font-family:inherit}.note-edit-actions{display:flex;gap:.25rem;margin-top:.25rem}.service-note-text{font-size:.8rem;color:#4b5563;word-break:break-word}@media(max-width:768px){.hosting-stats{grid-template-columns:repeat(2,1fr)}.hosting-header-top{flex-direction:column;align-items:flex-start}.hosting-import-buttons{flex-wrap:wrap}.customer-contact-info{flex-direction:column;gap:.25rem}.customer-cards-grid{grid-template-columns:1fr}.modal-content,.modal-content.modal-wide{max-width:100%;margin:.5rem}.customer-detail-info{flex-direction:column}}
