@import"https://fonts.googleapis.com/css2?family=Galano+Grotesque:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Galano Grotesque,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#f8f9fa,#fff);color:#042c75;line-height:1.6;padding:0;min-height:100vh}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(135deg,#f8f9fb,#fff)}.auth-card{width:100%;max-width:420px;background:#fff;border-radius:16px;padding:36px;box-shadow:0 10px 40px #191f3514}.auth-header{display:flex;gap:16px;align-items:center;margin-bottom:24px}.auth-logo{width:56px;height:56px}.auth-header h1{font-size:1.4rem;margin-bottom:4px}.auth-header p{color:#5c6b8f;font-size:.9rem}.auth-form{display:flex;flex-direction:column;gap:12px}.auth-form label{font-weight:600;font-size:.9rem;color:#1a2a4a}.auth-form input{border:1px solid #dce3f0;border-radius:10px;padding:12px;font-size:1rem;outline:none;transition:border-color .2s}.auth-form input:focus{border-color:#337ab7;box-shadow:0 0 0 3px #337ab71a}.auth-form button{margin-top:12px;border:none;border-radius:10px;padding:12px;font-size:1rem;font-weight:600;color:#fff;background:#337ab7;cursor:pointer;transition:opacity .2s}.auth-form button:disabled{opacity:.7;cursor:not-allowed}.auth-error{color:#d14343;background:#fdeaea;border-radius:8px;padding:10px 12px;font-size:.9rem}.user-form-container{max-width:600px;margin:0 auto;background:#fff;border-radius:8px;padding:30px;box-shadow:0 2px 4px #0000001a;border:1px solid #e0e0e0}.user-form{display:flex;flex-direction:column;gap:20px}.form-group{margin-bottom:10px;display:flex;flex-direction:column;gap:4px}.form-label{display:flex;align-items:center;gap:8px;margin-bottom:8px;color:#042c75;font-weight:600;font-size:.95em}.form-label i{color:#337ab7;font-size:1em}.form-label .required{color:#dc3545;margin-left:4px}.form-help{display:block;margin-top:6px;color:#6c757d;font-size:.85em;font-style:italic}.form-input,.form-group input[type=text],.form-group input[type=email],.form-group input[type=url],.form-group textarea{width:100%;padding:12px 16px;border:1px solid #e0e0e0;border-radius:4px;font-size:1rem;transition:all .3s ease;background:#fff;color:#042c75;font-family:Galano Grotesque,sans-serif}.form-group textarea{resize:vertical;min-height:100px}.form-group input[type=text]:focus,.form-group input[type=email]:focus,.form-group input[type=url]:focus,.form-group textarea:focus,.form-input:focus{outline:none;border-color:#337ab7;background:#fff;box-shadow:0 0 0 2px #337ab71a}.autocomplete-wrapper{position:relative}.autocomplete-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #7EDDF7;border-radius:8px;box-shadow:0 4px 20px #0c75d126;z-index:1000;max-height:200px;overflow-y:auto;margin-top:4px}.autocomplete-item{padding:12px 16px;cursor:pointer;border-bottom:1px solid #E9ECEF;transition:background-color .2s ease}.autocomplete-item:hover{background:linear-gradient(135deg,#7eddf71a,#65ebdc1a)}.autocomplete-item:last-child{border-bottom:none}.checkbox-group{display:flex;flex-direction:column;gap:15px;margin-top:10px}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;padding:12px 16px;border:2px solid #E9ECEF;border-radius:8px;background:#fff;transition:all .3s ease}.checkbox-label i{color:#337ab7;font-size:1em}.checkbox-label:hover{border-color:#46a2f2;background:linear-gradient(135deg,#7eddf70d,#65ebdc0d)}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#46A2F2}.selected-item{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#65ebdc1a,#7eddf71a);border:1px solid #65EBDC;border-radius:6px;padding:8px 12px;margin-top:8px}.selected-item span{color:#042c75;font-weight:500;flex:1}.remove-item{background:#fd659b;color:#fff;border:none;border-radius:50%;width:20px;height:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;transition:background-color .2s ease;padding:0;margin-left:8px;line-height:1}.remove-item:hover{background:#e0558a}.users-tab{width:100%}.btn-secondary{background:#6c757d;color:#fff;box-shadow:0 2px 4px #6c757d33}.btn-secondary:hover{background:#5a6268;transform:none;box-shadow:0 2px 6px #6c757d4d}.user-info{display:flex;align-items:center;gap:15px}.user-avatar{width:32px;height:32px;border-radius:50%;background:#e3f2fd;border:1px solid #337ab7;display:flex;align-items:center;justify-content:center;color:#337ab7;font-weight:600;font-size:.9em;box-shadow:none}.user-details h4{color:#042c75;margin-bottom:5px;font-weight:600}.user-details p{color:gray;font-size:.9em;margin-bottom:2px}.user-forward-email{font-size:.85rem;color:#6c7b7f;margin:2px 0;display:flex;align-items:center;gap:6px}.user-forward-email i{color:#65ebdc;font-size:.8rem}.user-date{margin:5px 0 0;color:#999;font-size:12px}.company-domain-info{display:flex;flex-direction:column;gap:8px}.info-item{display:flex;align-items:center;gap:8px;color:#6c7b7f;font-size:.9rem}.info-item i{color:#46a2f2;width:16px}.action-tags{display:flex;gap:8px;flex-wrap:wrap}.action-tag{padding:6px 12px;border-radius:20px;font-size:.8em;font-weight:600;text-align:center;min-width:70px;border:none;cursor:default;display:flex;align-items:center;gap:5px;justify-content:center;transition:all .3s ease}.action-tag.enabled{background:#337ab7;color:#fff;box-shadow:0 2px 4px #337ab733}.action-tag.disabled{background:#e0e0e0;color:gray;opacity:.7;box-shadow:0 2px 4px #0000001a}.action-tag .icon{width:14px;height:14px;fill:currentColor}.company-form-container{max-width:600px;margin:0 auto;background:#fff;border-radius:8px;padding:30px;box-shadow:0 2px 4px #0000001a;border:1px solid #e0e0e0}.company-form{display:flex;flex-direction:column;gap:20px}.companies-tab{width:100%}.company-info{display:flex;align-items:center;gap:15px}.company-avatar{width:32px;height:32px;border-radius:50%;background:#e3f2fd;border:1px solid #337ab7;display:flex;align-items:center;justify-content:center;color:#337ab7;font-size:.9rem;font-weight:600}.company-details h4{margin:0 0 5px;color:#042c75;font-size:1.1rem}.company-date{margin:0;color:#6c7b7f;font-size:.8rem}.domain-form-container{max-width:600px;margin:0 auto;background:#fff;border-radius:8px;padding:30px;box-shadow:0 2px 4px #0000001a;border:1px solid #e0e0e0}.form-header{text-align:left;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #E9ECEF}.form-header h2{color:#337ab7;font-size:1.8em;font-weight:700;margin:0}.form-header p{color:#6c757d;margin-top:8px;font-size:.95em}.domain-form{display:flex;flex-direction:column;gap:20px}.form-group{margin-bottom:10px;display:flex;flex-direction:column;gap:8px}.form-group label{display:flex;margin-bottom:8px;color:#042c75;font-weight:600;font-size:.95em}.form-group input[type=text]{width:100%;padding:12px 16px;border:1px solid #e0e0e0;border-radius:4px;font-size:1rem;transition:all .3s ease;background:#fff;color:#042c75;font-family:Galano Grotesque,sans-serif}.form-group input[type=text]:focus{outline:none;border-color:#337ab7;background:#fff;box-shadow:0 0 0 2px #337ab71a}.form-actions{display:flex;gap:15px;justify-content:flex-end;margin-top:30px;padding-top:20px;border-top:2px solid #E9ECEF}.form-actions .btn{min-width:120px}.domains-tab{width:100%}.actions-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #E9ECEF}.stats{display:flex;gap:16px;margin-top:10px}.stat-item{display:flex;flex-direction:column;align-items:center;padding:16px 20px;background:#fff;color:#042c75;border-radius:8px;min-width:100px;box-shadow:0 2px 4px #0000001a;border:1px solid #e0e0e0;transition:all .3s ease}.stat-item:hover{box-shadow:0 4px 8px #00000026}.stat-item i{font-size:1.5rem;margin-bottom:8px;color:#337ab7}.stat-number{font-size:1.8rem;font-weight:700;margin-bottom:4px;color:#042c75}.stat-label{font-size:.9rem;color:gray;font-weight:500}.table-container{overflow-x:auto;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:20px;border:1px solid #e0e0e0;background:#fff}.data-table{width:100%;border-collapse:collapse;background:#fff}.data-table thead{background:#f5f5f5;color:#042c75}.data-table th{padding:16px 15px;text-align:left;font-weight:600;font-size:.9em;letter-spacing:.3px;border-bottom:1px solid #e0e0e0;border-right:1px solid #e0e0e0}.data-table th:last-child{border-right:none}.data-table tbody tr{transition:all .2s ease;border-bottom:1px solid #e0e0e0;animation:fadeInUp .5s ease forwards}.data-table tbody tr:hover{background:#f9f9f9}.data-table tbody tr:last-child{border-bottom:none}.data-table td{padding:16px 15px;vertical-align:middle;border-right:1px solid #e0e0e0;color:#042c75}.data-table td:last-child{border-right:none}.domain-info{display:flex;align-items:center;gap:15px}.domain-avatar{width:32px;height:32px;border-radius:50%;background:#e3f2fd;border:1px solid #337ab7;display:flex;align-items:center;justify-content:center;color:#337ab7;font-size:.9rem;font-weight:600}.domain-details h4{margin:0 0 5px;color:#042c75;font-size:1.1rem}.domain-date{margin:0;color:#6c7b7f;font-size:.8rem}.action-buttons{display:flex;gap:8px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border:none;border-radius:6px;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}.btn-primary{background:#337ab7;color:#fff;box-shadow:0 2px 4px #337ab733}.btn-primary:hover{background:#286090;box-shadow:0 2px 6px #337ab74d}.btn-edit{background:#337ab7;color:#fff}.btn-edit:hover{background:#286090;transform:none;box-shadow:0 2px 4px #337ab74d}.btn-delete{background:#d9534f;color:#fff}.btn-delete:hover{background:#c9302c;transform:none;box-shadow:0 2px 4px #d9534f4d}.btn.icon-only{width:40px;height:40px;padding:0;border-radius:50%;min-width:auto;justify-content:center;align-items:center}.btn.icon-only .icon{width:18px;height:18px}.action-buttons .icon{width:16px;height:16px;fill:currentColor}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dashboard-container{min-height:100vh}.dashboard-header{background:transparent;color:#337ab7;padding:20px 0;margin-bottom:0;box-shadow:none;border-radius:0;text-align:left;border-bottom:1px solid #eeeeee}.header-content{width:100%;margin:0;padding:0 20px;display:flex;align-items:center;gap:20px;justify-content:space-between}.cursor-pointer{cursor:pointer}.logo-section{display:flex;align-items:center;gap:20px}.logo{width:40px;height:40px;border-radius:0;box-shadow:none}.header-text h1{font-size:2.2rem;font-weight:700;margin:0;color:#337ab7;text-shadow:none}.header-text p{display:none}.logout-button{border:1px solid #337ab7;background:transparent;color:#337ab7;padding:10px 18px;border-radius:999px;cursor:pointer;font-weight:600;transition:all .2s ease}.logout-button:hover{background:#337ab7;color:#fff}.main-content{width:100%;margin:20px 0 0;padding:0 20px}.tab-container{width:100%}.tab-navigation{display:flex;background:transparent;border-radius:0;padding:0;margin-bottom:0;box-shadow:none;border:none;border-bottom:1px solid #eeeeee}.tab-button{flex:1;padding:16px 24px;border:none;background:transparent;color:#555;font-size:1rem;font-weight:400;cursor:pointer;border-radius:0;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:12px;text-decoration:none;font-family:Galano Grotesque,sans-serif;text-transform:capitalize;position:relative}.tab-button:hover{background:transparent;color:#555;text-decoration:none;transform:none}.tab-button.active{background:transparent;color:#337ab7;font-weight:700;box-shadow:none;transform:none}.tab-button.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background-color:#337ab7}.tab-button i{font-size:1.2rem}.tab-content{position:relative;margin-top:30px}
