*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-image:url(/background.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:20px;position:relative}body:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#667eea33,#667eea66 40%,#764ba2b3);pointer-events:none;z-index:0}#app{width:100%;max-width:450px;position:relative;z-index:1}.card{background:#fff;border-radius:16px;padding:32px;box-shadow:0 20px 60px #0000004d}h1{color:#333;margin-bottom:8px;font-size:28px;text-align:right}.subtitle{color:#666;text-align:right;margin-bottom:32px;font-size:14px}.form-group{margin-bottom:24px}.autocomplete-wrapper{position:relative}.autocomplete-dropdown{position:absolute;top:calc(100% - 2px);left:0;right:0;background:#fff;border:2px solid #667eea;border-top:none;border-radius:0 0 8px 8px;max-height:200px;overflow-y:auto;z-index:1000;box-shadow:0 4px 12px #00000026}.autocomplete-item{padding:12px 14px;cursor:pointer;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;gap:12px;transition:background-color .2s;flex-direction:row-reverse;text-align:right}.autocomplete-item:last-child{border-bottom:none}.autocomplete-item:hover{background-color:#f8f9fa}.autocomplete-item-mailbox{font-weight:600;color:#667eea;min-width:60px}.autocomplete-item-name{color:#333;flex:1}label{display:block;margin-bottom:8px;color:#333;font-weight:500;font-size:14px;text-align:right}input,select{width:100%;padding:14px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;transition:border-color .3s;font-family:inherit;text-align:right;direction:rtl}input:focus,select:focus{outline:none;border-color:#667eea}input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}select{cursor:pointer;background-color:#fff}.checkbox-group{display:flex;flex-direction:column;gap:12px}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:400;padding:8px;border-radius:6px;transition:background-color .2s;flex-direction:row;justify-content:flex-start}.checkbox-label:hover{background-color:#f8f9fa}.checkbox-label input[type=checkbox]{width:20px;height:20px;margin:0;cursor:pointer;accent-color:#667eea;flex-shrink:0}.btn{width:100%;padding:16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;font-family:inherit;text-align:center;direction:rtl}.btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea66}.btn:active:not(:disabled){transform:translateY(0)}.btn:disabled{opacity:.6;cursor:not-allowed}.alert{padding:14px;border-radius:8px;margin-bottom:20px;font-size:14px;text-align:right}.alert-success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.alert-error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.alert-info{background-color:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.loading{text-align:right;color:#666;margin-top:20px}.user-info{background-color:#f8f9fa;padding:12px;border-radius:8px;margin-bottom:20px;font-size:14px;color:#333;text-align:right}.user-info strong{color:#667eea}.logout-btn{margin-top:20px;padding:10px;background-color:#6c757d;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;width:100%}.logout-btn:hover{background-color:#5a6268}.tabs{display:flex;gap:8px;margin-bottom:24px;border-bottom:2px solid #e0e0e0;flex-direction:row}.tab{flex:1;padding:12px;background:none;border:none;border-bottom:3px solid transparent;color:#666;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s;font-family:inherit}.tab:hover{color:#667eea}.tab.active{color:#667eea;border-bottom-color:#667eea}.tab-content{min-height:300px}h2{color:#333;font-size:20px;margin-bottom:16px;margin-top:24px;text-align:right}.user-form-section{background-color:#f8f9fa;padding:20px;border-radius:8px;margin-bottom:24px}.form-hint{display:block;margin-top:4px;font-size:12px;color:#666;text-align:right}.form-actions{display:flex;gap:12px;flex-direction:row-reverse}.btn-secondary{background:#6c757d}.btn-secondary:hover:not(:disabled){background:#5a6268;box-shadow:0 10px 20px #6c757d66}.users-list-section{margin-top:32px}.users-list{display:flex;flex-direction:column;gap:12px;max-height:400px;overflow-y:auto}.user-item{display:flex;justify-content:space-between;align-items:center;padding:16px;background-color:#f8f9fa;border-radius:8px;border:1px solid #e0e0e0;flex-direction:row-reverse}.user-details{flex:1;text-align:right}.user-mailbox{font-weight:600;color:#667eea;font-size:16px;margin-bottom:4px}.user-name{font-weight:500;color:#333;margin-bottom:4px}.user-phone{font-size:14px;color:#666}.user-actions{display:flex;gap:8px;flex-direction:row-reverse}.btn-small{padding:8px 16px;font-size:14px;border-radius:6px;border:none;cursor:pointer;font-weight:500;transition:all .2s;font-family:inherit}.btn-edit{background-color:#667eea;color:#fff}.btn-edit:hover{background-color:#5568d3;transform:translateY(-1px)}.btn-delete{background-color:#dc3545;color:#fff}.btn-delete:hover{background-color:#c82333;transform:translateY(-1px)}.empty-state{text-align:right;padding:40px 20px;color:#666;font-size:14px}.users-list{direction:rtl}.users-list::-webkit-scrollbar{width:6px}.users-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.users-list::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.users-list::-webkit-scrollbar-thumb:hover{background:#555}.autocomplete-dropdown{direction:rtl}
